/**
 * Framework
 */
@import url(https://fonts.googleapis.com/css?family=Kreon);
@import url(https://fonts.googleapis.com/css?family=Ubuntu);
*,
*:before,
*:after {
  box-sizing: border-box; }

*:focus {
  outline: none; }

::-moz-selection {
  color: #3f474f;
  background: #000;
  text-shadow: none; }

::selection {
  color: #3f474f;
  background: #000;
  text-shadow: none; }

::-webkit-input-placeholder {
  color: #3f474f; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #3f474f; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #3f474f; }

:-ms-input-placeholder {
  color: #3f474f; }

html,
body {
  min-height: 100%;
  height: 100%; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  font-size: 62.5%; }

body {
  margin: 0;
  font-family: Helvetica, Arial, sans-serif;
  cursor: default;
  text-shadow: none; }

iframe {
  border: 0; }

h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
blockquote,
figure,
button {
  margin: 0;
  padding: 0;
  font-weight: normal; }

main,
li {
  display: block; }

h1,
h2,
h3,
h4,
h5,
p {
  font-size: inherit; }

strong {
  font-weight: bold; }

sup {
  position: relative;
  top: -.5em;
  font-size: 65%;
  line-height: 0;
  vertical-align: baseline; }

a,
button {
  color: inherit; }

a {
  text-decoration: none; }

button {
  overflow: visible;
  border: 0;
  font: inherit;
  letter-spacing: inherit;
  background: none;
  cursor: pointer;
  -webkit-font-smoothing: inherit; }
  button:focus {
    outline: 0; }

::-moz-focus-inner {
  padding: 0;
  border: 0; }

img {
  max-width: 100%;
  height: auto;
  border: 0; }

input[type=search] {
  box-shadow: none; }

[role="button"] {
  cursor: pointer; }

input {
  -webkit-appearance: none; }
  input:focus {
    outline: 0; }

._txt-center {
  text-align: center !important; }

._txt-left {
  text-align: left !important; }

._txt-right {
  text-align: right !important; }

._txt-justify {
  text-align: justify !important; }

._txt-uppercase {
  text-transform: uppercase; }

._txt-invisible {
  color: transparent; }
  ._txt-invisible::-moz-selection {
    color: transparent;
    background: transparent;
    text-shadow: none; }
  ._txt-invisible::selection {
    color: transparent;
    background: transparent;
    text-shadow: none; }
  ._txt-invisible::-moz-selection {
    color: transparent;
    background: transparent;
    text-shadow: none; }

._break {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
      hyphens: auto; }

small {
  font-size: 70%; }

._big-para {
  font-size: 18px; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.clearfix {
  display: inline-block; }

._ellipsis {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis; }

/* `layout */
._left {
  float: left !important; }

._right {
  float: right !important; }

._invisible {
  visibility: hidden; }

._hidden {
  display: none !important; }

._sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

._bgr {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

._ifr {
  font: 0/0;
  color: transparent;
  border: 0;
  text-shadow: none; }

._sr-only-focusable:active, ._sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

._disabled {
  pointer-events: none;
  opacity: 0.5; }

._nocallout {
  -webkit-touch-callout: none; }

._positioningContext {
  position: relative; }

._no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

._align-vm {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

._align-hm {
  position: relative;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

._in-center {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

._clearfix {
  *zoom: 1; }
  ._clearfix:before, ._clearfix:after {
    display: table;
    content: ' '; }
  ._clearfix:after {
    clear: both; }

._visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0; }

._inline-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  ._inline-list li {
    display: inline-block; }

._stack-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  ._stack-list li {
    display: block; }

._table-center {
  display: table;
  width: 100%; }
  ._table-center ._table-center__inner {
    vertical-align: middle;
    text-align: center; }

._mtop-40 {
  margin-top: 40px; }

._mbtm-40 {
  margin-bottom: 40px; }

._center-block {
  display: block;
  margin: 0 auto; }

._min-auto {
  min-height: auto !important; }

/**
 * Vendors
 */
/**
 * App Configuration
 */
@media (max-width: 500px) {
  .body {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto; }
    .body:after {
      content: " ";
      display: block;
      clear: both; }
  main {
    box-sizing: border-box;
    width: 66.66667%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%; }
  aside {
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%; } }

/* Default Theme */
.header .header__heading {
  font-family: "Kreon", Helvetica, Arial, sans-serif;
  font-weight: 400; }

.app__body {
  max-width: 1400px;
  margin: auto; }

.header .header__heading {
  font-size: 40px;
  color: #5987d0; }

.header .header__desc {
  font-size: 14px;
  line-height: 24px; }

.app__footer {
  opacity: 0.5;
  color: #444;
  text-transform: uppercase;
  text-align: center;
  padding: 20px; }
  .landing .app__footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff; }
    @media (max-width: 768px) {
      .landing .app__footer {
        position: static; } }

.breadcrumbs {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px; }
  .breadcrumbs:after {
    content: " ";
    display: block;
    clear: both; }
  .breadcrumbs li {
    display: inline-block;
    margin: 0 20px 0 5px;
    position: relative; }
    .breadcrumbs li:after {
      content: '';
      display: inline-block;
      background: transparent url("../images/angle-right.svg") left top no-repeat;
      position: absolute;
      right: -20px;
      top: 1px;
      width: 11px;
      height: 11px;
      background-size: contain; }
    .breadcrumbs li:last-child:after {
      display: none; }
    .breadcrumbs li a {
      font-size: 12px; }
      .breadcrumbs li a:hover {
        text-decoration: underline; }

.banner {
  background: transparent url("../images/banner-strategic.jpg") left top no-repeat;
  background-size: cover;
  height: 560px;
  background-position-y: -30px;
  position: relative; }
  .banner .banner__heading {
    padding: 20px;
    color: #005100;
    padding-top: 20px;
    font-family: "Kreon", Helvetica, Arial, sans-serif;
    font-size: 4.8em;
    font-weight: 400; }
  .banner .banner__desc {
    text-align: center;
    font-size: 1.8em;
    line-height: 1.5;
    color: #444;
    position: absolute;
    bottom: 90px;
    padding: 20px;
    max-width: 920px; }

.banner-strategic {
  background: transparent url("../images/strategic-alliances_banner.png") left top no-repeat;
  background-size: contain;
  height: 430px;
  background-position: center;
  position: relative;
  padding-top: 80px; }
  @media (max-width: 940px) {
    .banner-strategic {
      background: none;
      padding: 30px 0 40px;
      height: auto; } }
  .banner-strategic .banner__heading {
    color: #5987d0;
    font-family: "Kreon", Helvetica, Arial, sans-serif;
    font-size: 58px;
    font-weight: 400;
    text-align: center; }
    @media (max-width: 768px) {
      .banner-strategic .banner__heading {
        font-size: 44px; } }
  .banner-strategic .banner__desc {
    padding: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #444;
    max-width: 40%;
    margin: 30px auto 0;
    text-align: center; }
    @media (max-width: 1024px) {
      .banner-strategic .banner__desc {
        max-width: 400px; } }

.water-oil {
  background-color: #f5f9fc;
  padding-top: 50px; }
  .water-oil p {
    color: #444;
    max-width: 550px;
    margin: 0 auto;
    padding-bottom: 50px; }
  .water-oil .col {
    padding-left: 3.5%;
    padding-right: 3.5%; }
    @media (max-width: 1024px) {
      .water-oil .col {
        width: 100%;
        text-align: center;
        float: none; } }
    .water-oil .col h3 {
      font-size: 20px;
      color: #444;
      text-transform: uppercase;
      position: relative;
      text-align: left;
      padding-left: 45px; }
      .water-oil .col h3:before {
        display: inline-block;
        margin-top: -4px;
        left: 0;
        position: absolute;
        font-family: 'themify';
        font-style: normal;
        font-weight: normal;
        content: "\e65d";
        font-size: 28px;
        color: #06ba6f;
        vertical-align: middle; }
      @media (max-width: 480px) {
        .water-oil .col h3 {
          padding-left: 0; }
          .water-oil .col h3:before {
            display: none; } }
    .water-oil .col p {
      padding-top: 20px; }
  @media (max-width: 480px) {
    .water-oil h3 {
      word-break: break-all; } }
  @media (max-width: 768px) {
    .water-oil h3 {
      display: table;
      margin-left: auto;
      margin-right: auto; } }

.runh-power {
  background-color: #f5f9fc;
  padding-top: 50px;
  padding-bottom: 25px; }
  .runh-power p {
    color: #444;
    max-width: 900px;
    margin: 0 auto; }
    .runh-power p._green-text {
      color: #005100;
      max-width: 580px;
      font-size: 2em; }
  .runh-power .power-logo {
    display: inline-block;
    padding: 60px 15px; }
    .runh-power .power-logo a {
      display: block;
      color: #444;
      margin-top: 12px;
      font-size: 1.4em; }
    @media (max-width: 768px) {
      .runh-power .power-logo {
        padding: 20px 15px; } }
  .runh-power.white-bg {
    background-color: white; }

.banner-green-strategic {
  background: transparent url("../images/green-bg.jpg") left top no-repeat;
  background-size: cover;
  height: 628px;
  position: relative;
  padding: 80px 0; }
  .banner-green-strategic:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #f5f9fc;
    position: absolute;
    left: 48.5%;
    top: 0; }
    @media (max-width: 480px) {
      .banner-green-strategic:before {
        left: 47%; } }
  @media (max-width: 940px) {
    .banner-green-strategic {
      height: auto; } }
  .banner-green-strategic h3 {
    font-size: 2.5em;
    color: white;
    text-align: center; }
  .banner-green-strategic ol {
    list-style-position: inside;
    margin-top: 70px;
    padding: 0 3.5%;
    width: 45%;
    float: left; }
    .banner-green-strategic ol li {
      color: white;
      font-size: 18px;
      padding: 25px 0;
      display: list-item;
      position: relative;
      border-bottom: 1px solid rgba(255, 255, 255, 0.3);
      list-style-position: outside; }
      .banner-green-strategic ol li span {
        padding-left: 12px;
        display: inline-block; }
        .banner-green-strategic ol li span a {
          pointer-events: none; }
      .banner-green-strategic ol li ul {
        list-style-position: inside;
        list-style-type: lower-alpha; }
        .banner-green-strategic ol li ul li {
          color: white;
          font-size: 18px;
          padding: 25px 0 25px 30px;
          display: list-item;
          list-style-position: inside;
          border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
          .banner-green-strategic ol li ul li:first-child {
            margin-top: 25px;
            border-top: 1px solid rgba(255, 255, 255, 0.3); }
          .banner-green-strategic ol li ul li:last-child {
            border-bottom: none; }
      .banner-green-strategic ol li:last-child {
        border-bottom: none; }
      .banner-green-strategic ol li:after {
        content: "\e649";
        font-family: 'themify';
        color: rgba(255, 255, 255, 0.3);
        font-size: 12px;
        position: absolute;
        right: 30px;
        top: 32px;
        display: none; }
    @media (max-width: 940px) {
      .banner-green-strategic ol {
        width: 60%;
        float: none;
        margin: 70px auto 0; }
        .banner-green-strategic ol:last-child {
          margin: 0 auto; }
          .banner-green-strategic ol:last-child li:first-child {
            border-top: 1px solid rgba(255, 255, 255, 0.3); } }
    @media (max-width: 768px) {
      .banner-green-strategic ol {
        width: 100%; } }
    @media (max-width: 480px) {
      .banner-green-strategic ol li span {
        display: inline;
        padding-left: 0; }
      .banner-green-strategic ol li:after {
        display: none; } }

.banner-contact .banner__heading {
  color: #5987d0;
  font-family: "Kreon", Helvetica, Arial, sans-serif;
  font-size: 58px;
  font-weight: 400;
  text-align: center;
  padding: 60px 0; }

.banner-contact .banner-1 {
  padding: 0; }
  @media (max-width: 1024px) {
    .banner-contact .banner-1 {
      width: 100%; }
      .banner-contact .banner-1 img {
        width: 100%; } }

.banner-contact .banner-2 {
  padding: 0;
  position: relative; }
  .banner-contact .banner-2 .banner-content {
    position: absolute;
    top: 30px;
    right: 20%;
    max-width: 345px;
    text-align: center;
    color: white; }
    .banner-contact .banner-2 .banner-content h2 {
      color: white;
      text-transform: uppercase;
      font-size: 2em;
      margin-bottom: 20px; }
    .banner-contact .banner-2 .banner-content p {
      padding-top: 0; }
    .banner-contact .banner-2 .banner-content i {
      margin-right: 10px; }
  @media (max-width: 1024px) {
    .banner-contact .banner-2 {
      width: 100%; }
      .banner-contact .banner-2 img {
        width: 100%; }
      .banner-contact .banner-2 .banner-content {
        max-width: none;
        right: 0;
        width: 100%; } }
  @media (max-width: 480px) {
    .banner-contact .banner-2 .banner-content {
      top: 5%; } }

.contact-address .header__heading {
  font-size: 40px;
  margin-bottom: 50px;
  margin-top: 140px; }
  .contact-address .header__heading.heading-sec {
    margin-top: 0; }

.contact-address .circle {
  border: 2px solid #c4c4c4;
  transition: all 0.3s ease-in-out; }
  .contact-address .circle span {
    height: 203px; }
  .contact-address .circle:hover, .contact-address .circle:focus {
    border-color: #69a1d4; }

.contact-address .circle__heading {
  font-size: 14px;
  color: #444;
  font-weight: bold;
  margin-top: 10px; }

.contact-address p {
  color: #666666;
  padding-top: 10px; }

.contact-address i {
  margin-right: 10px; }

@media (max-width: 940px) {
  .contact-address .col-33 {
    width: 100%;
    margin-bottom: 30px; } }

@media (max-width: 768px) {
  .contact-address .col {
    margin-bottom: 30px; } }

.services {
  padding: 20px; }
  .services figcaption {
    font-size: 3em;
    text-align: center;
    padding-top: 15px;
    color: #444; }
  @media (max-width: 768px) {
    .services .col {
      box-sizing: border-box;
      width: 100%;
      float: left;
      padding-left: 0.83333%;
      padding-right: 0.83333%;
      margin-bottom: 40px; } }

.principles {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  color: #444;
  padding-top: 60px; }
  .principles:after {
    content: " ";
    display: block;
    clear: both; }
  .principles h2 {
    font-size: 3em;
    text-align: center;
    margin: 10px auto; }
  .principles p {
    font-size: 14px;
    line-height: 2;
    text-align: center;
    margin-bottom: 20px; }
  .principles ul {
    color: #666;
    list-style: none;
    counter-reset: my-counter; }
    .principles ul:before, .principles ul:after {
      content: " ";
      display: table; }
    .principles ul:after {
      clear: both; }
    .principles ul li {
      font-size: 14px;
      box-sizing: border-box;
      width: 50%;
      float: left;
      padding-left: 0.83333%;
      padding-right: 0.83333%;
      padding-left: 15px;
      padding-right: 20px; }
      .principles ul li h3 {
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 400;
        margin-bottom: 5px;
        font-weight: 500; }
      .principles ul li p {
        text-align: left;
        font-size: 14px;
        line-height: 1.5; }
      @media (max-width: 768px) {
        .principles ul li {
          box-sizing: border-box;
          width: 100%;
          float: left;
          padding-left: 0.83333%;
          padding-right: 0.83333%;
          padding-left: 20px; } }
    .principles ul > li {
      position: relative; }
      .principles ul > li:before {
        content: counter(my-counter, disc);
        counter-increment: my-counter;
        position: absolute;
        left: 0;
        top: -5px;
        color: #0870c0;
        font-size: 20px; }
  .principles ol {
    margin-top: 40px;
    list-style: none;
    counter-reset: my-counter; }
    .principles ol:before, .principles ol:after {
      content: " ";
      display: table; }
    .principles ol:after {
      clear: both; }
    .principles ol > li {
      position: relative; }
      .principles ol > li:before {
        content: counter(my-counter, decimal) ".";
        counter-increment: my-counter;
        position: absolute;
        left: 0;
        top: -5px;
        color: #0870c0;
        font-size: 18px;
        position: absolute;
        top: -2px; }
    .principles ol li {
      box-sizing: border-box;
      width: 33.33333%;
      float: left;
      padding-left: 0.83333%;
      padding-right: 0.83333%;
      line-height: 23px;
      padding-left: 20px;
      margin-top: 50px;
      font-size: 14px;
      color: #666; }
      @media (max-width: 768px) {
        .principles ol li {
          box-sizing: border-box;
          width: 100%;
          float: left;
          padding-left: 0.83333%;
          padding-right: 0.83333%;
          padding-left: 20px; } }

.solution--single {
  display: table;
  width: 100%; }
  .solution--single .bg-gray {
    background: #f5f9fc; }
    .solution--single .bg-gray.bg-green {
      background: #f0fef2; }
    .solution--single .bg-gray h3 {
      font-size: 20px;
      color: #444;
      text-transform: uppercase;
      margin-bottom: 20px;
      line-height: 1.4;
      position: relative;
      padding-left: 45px; }
      .solution--single .bg-gray h3:before {
        display: inline-block;
        margin-top: -4px;
        position: absolute;
        left: 0;
        font-family: 'themify';
        font-style: normal;
        font-weight: normal;
        content: "\e65d";
        font-size: 28px;
        color: #06ba6f;
        vertical-align: middle; }
  .solution--single .bg-image {
    background: no-repeat center center;
    background-size: cover; }
    .solution--single .bg-image.image-1 {
      background-image: url("../images/wwm-1.jpg"); }
    .solution--single .bg-image.image-2 {
      background-image: url("../images/wwm-2.jpg"); }
    .solution--single .bg-image.image-3 {
      background-image: url("../images/wwm-3.jpg"); }
    .solution--single .bg-image.image-4 {
      background-image: url("../images/wwm-4.jpg"); }
    .solution--single .bg-image.image-5 {
      background-image: url("../images/wwm-5.jpg"); }
    .solution--single .bg-image.image-6 {
      background-image: url("../images/wwm-6.jpg"); }
    .solution--single .bg-image.image-7 {
      background-image: url("../images/power-1.jpg"); }
    .solution--single .bg-image.image-8 {
      background-image: url("../images/power-2.jpg"); }
    .solution--single .bg-image.image-9 {
      background-image: url("../images/fts-1.jpg"); }
    .solution--single .bg-image.image-10 {
      background-image: url("../images/fts-2.jpg"); }
    .solution--single .bg-image.image-11 {
      background-image: url("../images/cs-img-1.jpg"); }
    .solution--single .bg-image.image-12 {
      background-image: url("../images/cs-img-2.jpg"); }
    .solution--single .bg-image.image-solar-power {
      background-image: url("../images/Solar_Power.jpg"); }
    .solution--single .bg-image.image-case-study-3 {
      background-image: url("../images/Distillery_waste_water.jpg"); }
    @media (max-width: 768px) {
      .solution--single .bg-image {
        height: 350px; } }

.solutions .col {
  padding-left: 100px;
  padding-top: 50px;
  padding-bottom: 30px;
  padding-right: 20px;
  display: table-cell;
  min-height: 378px; }
  @media (max-width: 768px) {
    .solutions .col {
      min-height: auto; } }
  .solutions .col.left {
    float: left; }
  .solutions .col.right {
    float: right; }
  @media (max-width: 1200px) {
    .solutions .col {
      padding-left: 60px; } }
  @media (max-width: 1024px) {
    .solutions .col {
      padding-left: 40px; } }
  .solutions .col .col {
    padding: 0; }
    @media (max-width: 1024px) {
      .solutions .col .col ul {
        padding-left: 0; } }
  .solutions .col.col--pad40 {
    padding-left: 40px;
    padding-right: 60px; }
    @media (max-width: 1200px) {
      .solutions .col.col--pad40 {
        padding-right: 30px; } }
  @media (max-width: 768px) {
    .solutions .col {
      display: block;
      width: 100%;
      padding: 20px; } }

.solutions p {
  padding-top: 0;
  padding-left: 45px;
  margin-bottom: 20px;
  color: #444; }

.bullets {
  padding-left: 45px;
  margin-bottom: 20px;
  /* color: #666; */
  list-style: none;
  counter-reset: my-counter; }
  .bullets:before, .bullets:after {
    content: " ";
    display: table; }
  .bullets:after {
    clear: both; }
  .bullets li {
    font-size: 14px;
    padding-left: 30px;
    padding-right: 20px;
    line-height: 1.7; }
  .bullets > li {
    position: relative; }
    .bullets > li:before {
      content: counter(my-counter, disc);
      counter-increment: my-counter;
      position: absolute;
      left: 0;
      top: -5px;
      color: #0870c0;
      font-size: 20px; }
  @media (max-width: 480px) {
    .bullets {
      /* padding-left: 0; */ } }

.banner-solutions {
  background: transparent url("../images/customer-banner.png") left top no-repeat;
  background-size: contain;
  height: 430px;
  background-position: center;
  position: relative;
  padding-top: 80px; }
  @media (max-width: 940px) {
    .banner-solutions {
      background: none;
      padding: 30px 0 40px;
      height: auto; } }
  .banner-solutions .banner__heading {
    color: #5987d0;
    font-family: "Kreon", Helvetica, Arial, sans-serif;
    font-size: 58px;
    font-weight: 400;
    text-align: center; }
    @media (max-width: 768px) {
      .banner-solutions .banner__heading {
        font-size: 44px; } }
  .banner-solutions .banner__desc {
    padding: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #444;
    max-width: 40%;
    margin: 30px auto 0;
    text-align: center; }
    @media (max-width: 1024px) {
      .banner-solutions .banner__desc {
        max-width: 400px; } }

.banner-case .header__heading {
  font-size: 58px;
  margin-bottom: 50px; }
  @media (max-width: 768px) {
    .banner-case .header__heading {
      font-size: 44px; } }

.banner-case p {
  width: 70%;
  padding-top: 0;
  text-align: center;
  margin: 0 auto 40px; }

.pd-para p {
  padding-top: 15px; }

.banner__main-headings {
  color: #5987d0;
  font-family: "Kreon", Helvetica, Arial, sans-serif;
  font-size: 58px;
  font-weight: 400;
  text-align: center; }
  @media (max-width: 768px) {
    .banner__main-headings {
      font-size: 44px; } }

.gray-bg-box {
  background-color: #f5f9fc;
  padding-top: 50px;
  padding-bottom: 50px; }
  .gray-bg-box.white {
    background-color: #ffffff; }

._font-50 {
  font-size: 50px !important; }
  @media (max-width: 768px) {
    ._font-50 {
      font-size: 44px !important; } }

.section {
  padding-top: 75px;
  padding-bottom: 75px; }
  .section h1 {
    text-align: center;
    font-size: 52px;
    font-family: "Kreon", Helvetica, Arial, sans-serif;
    color: #0870c0;
    margin-bottom: 60px; }
    @media (max-width: 480px) {
      .section h1 {
        font-size: 44px; } }

.section--light-gray {
  background-color: #f5f9fc; }

.vission-mission {
  padding-top: 70px;
  padding-bottom: 70px; }
  .vission-mission .vission-mission__item {
    padding: 20px 0; }
    .vission-mission .vission-mission__item:before, .vission-mission .vission-mission__item:after {
      content: " ";
      display: table; }
    .vission-mission .vission-mission__item:after {
      clear: both; }
    .vission-mission .vission-mission__item h2 {
      font-family: "Kreon", Helvetica, Arial, sans-serif;
      font-size: 60px;
      padding-top: 20px; }
    .vission-mission .vission-mission__item p {
      font-size: 18px;
      padding-top: 10px; }
    .vission-mission .vission-mission__item img {
      display: block;
      width: 80%;
      margin-left: auto;
      margin-right: auto; }
  @media (max-width: 480px) {
    .vission-mission img {
      margin-top: 20px; } }

.vision .col:last-child {
  padding-left: 30px; }
  @media (max-width: 480px) {
    .vision .col:last-child {
      padding-left: 0.83333%;
      text-align: center; }
      .vision .col:last-child h2 {
        font-size: 44px; } }

.mission {
  text-align: right; }
  .mission .col:first-child {
    padding-right: 30px; }
    @media (max-width: 480px) {
      .mission .col:first-child {
        padding-right: 0.83333%;
        text-align: center; }
        .mission .col:first-child h2 {
          font-size: 44px; } }

.leadership {
  position: relative;
  min-height: 300px; }
  .leadership .leadership__tabs {
    text-align: center;
    position: absolute;
    width: 100%;
    z-index: 99;
    transition: all 0.5s ease; }
    .leadership .leadership__tabs ul {
      max-width: 910px;
      margin-left: auto;
      margin-right: auto; }
      .leadership .leadership__tabs ul:after {
        content: " ";
        display: block;
        clear: both; }
    .leadership .leadership__tabs li {
      display: inline-block;
      padding: 15px;
      max-width: 230px;
      transition: all 0.3s ease-in-out; }
      .leadership .leadership__tabs li:hover .person .person__img {
        border-color: #368c36; }
  .leadership .leadership__tabs--hide {
    opacity: 0;
    -ms-transform: scale(0);
        transform: scale(0); }
  .leadership .leadership__desc-container {
    width: 100%; }
  .leadership .leadership__desc {
    opacity: 0;
    display: none;
    -ms-transform: scale(0);
        transform: scale(0);
    transition: all 0.5s ease;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    background-color: #368c36;
    padding-bottom: 30px;
    color: #fff;
    display: none; }
    .leadership .leadership__desc:after {
      content: " ";
      display: block;
      clear: both; }
    .leadership .leadership__desc .img {
      padding-top: 40px;
      text-align: center;
      display: table-cell;
      vertical-align: middle;
      width: 30%;
      margin: 0; }
      .leadership .leadership__desc .img h3 {
        color: #fff;
        padding-top: 20px;
        padding-bottom: 10px;
        font-size: 22px; }
      .leadership .leadership__desc .img span {
        color: #000;
        font-size: 13px; }
    .leadership .leadership__desc p {
      padding: 10px 30px; }
  .leadership .leadership__desc-text {
    display: table-cell;
    vertical-align: middle;
    padding-right: 30px;
    padding-top: 30px; }
  .leadership .leadership__desc--show {
    opacity: 1;
    display: table;
    z-index: 200;
    position: relative;
    -ms-transform: scale(1);
        transform: scale(1); }
  @media (max-width: 480px) {
    .leadership .leadership__tabs li {
      width: 230px;
      max-width: none; }
    .leadership .leadership__desc .img {
      box-sizing: border-box;
      width: 100%;
      float: left;
      padding-left: 0.83333%;
      padding-right: 0.83333%;
      display: block; }
    .leadership .leadership__desc p {
      box-sizing: border-box;
      width: 100%;
      float: left;
      padding-left: 0.83333%;
      padding-right: 0.83333%;
      padding: 10px 30px; }
    .leadership .img {
      display: block;
      width: 100%; }
    .leadership .leadership__desc-text {
      display: block; } }

.slick-track {
  margin: 0 auto; }

.person {
  cursor: pointer; }
  .person h3 {
    font-size: 24px;
    color: #0870c0; }
  .person p {
    font-size: 14px; }
  .person .person__img {
    border-radius: 50%;
    border: 7px solid #afd4b5;
    padding: 14px;
    margin: 0 auto;
    transition: all 0.3s ease-in-out; }
  .person .person__name {
    padding-top: 20px;
    padding-bottom: 5px; }
  .person .person__designation {
    font-size: 13px; }
  @media (max-width: 480px) {
    .person {
      width: 230px;
      margin-right: auto;
      margin-left: auto; }
      .person .person__img {
        width: 233px;
        margin-left: auto;
        margin-right: auto; } }
  .person .person__img {
    width: 170px; }

.diversify {
  line-height: 1; }
  .diversify p {
    padding-top: 5px; }
  @media (max-width: 480px) {
    .diversify h2 {
      padding-top: 20px;
      padding-bottom: 10px;
      font-size: 30px; } }

::-moz-selection {
  color: #fff;
  background: #0870c0;
  text-shadow: none; }

::selection {
  color: #fff;
  background: #0870c0;
  text-shadow: none; }

::-webkit-input-placeholder {
  color: #8a8888; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #8a8888; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #8a8888; }

:-ms-input-placeholder {
  color: #8a8888; }

body.bg-image {
  background-color: #e6e6e5;
  background-image: url("../images/bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed; }

body {
  color: #444;
  font-family: "Ubuntu", Helvetica, Arial, sans-serif;
  font-weight: 400; }
  body.fixed {
    padding-top: 81px; }

button {
  cursor: pointer; }

h2 {
  font-size: 40px;
  color: #0870c0; }

p {
  font-size: 14px;
  line-height: 24px;
  padding-top: 30px; }

.leading {
  color: #fff;
  width: 100%;
  left: 0;
  top: 50%;
  position: absolute;
  -ms-transform: translate(0, -40%);
      transform: translate(0, -40%); }
  @media (max-width: 768px) {
    .leading {
      position: static;
      -ms-transform: translate(0, 0);
          transform: translate(0, 0); } }

.leading-text {
  font-family: "Kreon", Helvetica, Arial, sans-serif;
  line-height: 1.1;
  font-size: 63px;
  padding-bottom: 20px;
  padding-top: 20px;
  font-weight: 400; }
  @media (max-width: 768px) {
    .leading-text {
      font-size: 44px; } }

.txt-12 {
  font-size: 12px; }

.txt-14 {
  font-size: 14px; }

.txt-18 {
  font-size: 18px; }

.txt-25 {
  font-size: 25px; }

.circle__heading {
  font-size: 28px;
  text-align: center;
  color: #3c76ca; }

.group__title {
  text-align: center;
  margin: 80px auto;
  padding: 25px 0;
  max-width: 60%;
  border-top: 2px solid #b2dab2;
  border-bottom: 2px solid #b2dab2; }

.group__title--title {
  /* margin-bottom: 15px; */
  font-size: 35px;
  color: #3c76ca; }

.group__title--subtitle {
  font-size: 18px; }

.intro {
  color: #fff;
  text-align: center; }
  .intro p {
    font-weight: 300; }

.lead {
  font-size: 18px;
  max-width: 60%;
  margin: auto;
  color: #666;
  padding-top: 10px;
  margin-bottom: 20px; }
  @media (max-width: 768px) {
    .lead {
      max-width: 90%; } }

.list__heading {
  margin-bottom: 10px;
  font-size: 20px;
  color: #444;
  text-transform: uppercase; }
  .list__heading:before {
    display: inline-block;
    margin-top: -4px;
    margin-right: 15px;
    font-family: 'themify';
    font-style: normal;
    font-weight: normal;
    content: "\e65d";
    font-size: 28px;
    color: #06ba6f;
    vertical-align: middle; }

.cs-single .list__heading {
  margin: 40px 0 30px; }

.circle {
  display: inline-block;
  width: 230px;
  height: 230px;
  padding: 12px;
  margin: 0 30px 20px;
  border: 8px solid #b2dab2;
  border-radius: 50%;
  vertical-align: top; }
  .circle span {
    display: block;
    width: 100%;
    height: 190px;
    border-radius: 50%;
    background: no-repeat center center;
    background-size: cover; }
  .circle.circle--wwm span {
    background-image: url("../images/sol-wwm.jpg"); }
  .circle.circle--power span {
    background-image: url("../images/sol-power.jpg"); }
  .circle.circle--fts span {
    background-image: url("../images/sol-fts.jpg"); }
  .circle.circle--oil span {
    background-image: url("../images/water-oil.jpg"); }
  .circle.circle--solar span {
    background-image: url("../images/solar-energy.jpg"); }
  .circle.circle--power span {
    background-image: url("../images/runh-power.jpg"); }
  .circle.circle--coal-fire span {
    background-image: url("../images/coal-fire.jpg"); }
  .circle.circle--distillery-waste-water span {
    background-image: url("../images/distillery-waste-water.jpg"); }
  .circle.circle--cs-1 span {
    background-image: url("../images/cs-younis-img.jpg"); }
  .circle.circle--map span {
    background-image: url("../images/map-marker.jpg"); }
  .circle.circle--cs-power span {
    background-image: url("../images/sol-wwm-1.jpg"); }
  .circle.circle--cs-future-target span {
    background-image: url("../images/sol-wwm-2.jpg"); }

.banner-about {
  background-image: url("../images/about-banner.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  text-align: center;
  height: 430px;
  padding-top: 80px;
  margin-bottom: 40px; }
  .banner-about .header__heading {
    font-size: 58px; }
    @media (max-width: 768px) {
      .banner-about .header__heading {
        font-size: 44px; } }
  .banner-about p {
    max-width: 40%;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px; }
    .banner-about p:after {
      content: " ";
      display: block;
      clear: both; }
  @media (max-width: 480px) {
    .banner-about {
      background: none;
      padding: 30px 0 40px;
      height: auto; }
      .banner-about p {
        max-width: none; } }

.intro {
  background-image: url("../images/water-dam.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px; }
  .intro p {
    font-size: 18px; }

.intro__white {
  padding-bottom: 50px; }

.about-icons {
  padding-top: 65px;
  padding-bottom: 25px; }
  .about-icons li {
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
    position: relative; }
    .about-icons li:after {
      content: '';
      display: inline-block;
      width: 2px;
      height: 90%;
      top: 3px;
      position: absolute;
      right: 0;
      background-color: #fff; }
    .about-icons li:last-child:after {
      display: none; }
    .about-icons li:nth-child(1) i {
      background-image: url("../images/icon1.svg"); }
    .about-icons li:nth-child(2) i {
      background-image: url("../images/icon2.svg"); }
    .about-icons li:nth-child(3) i {
      background-image: url("../images/icon3.svg"); }
    .about-icons li:nth-child(4) i {
      background-image: url("../images/icon4.svg"); }
    .about-icons li:nth-child(5) i {
      background-image: url("../images/icon5.svg"); }
  .about-icons i {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
  @media (max-width: 480px) {
    .about-icons li {
      margin-bottom: 20px; }
      .about-icons li:after {
        display: none; } }

.goleft {
  position: relative;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  float: left;
  bottom: 150px;
  transition: all 0.5s ease; }
  .goleft:before, .goleft:after {
    content: '';
    display: inline-block;
    position: absolute; }
  .goleft:before {
    border: 2px solid #0870c0;
    border-bottom: none;
    border-right: none;
    width: 50px;
    height: 50px;
    background: transparent;
    z-index: 10;
    top: 0;
    left: 0; }
  .goleft:hover {
    position: relative;
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
    .goleft:hover:before, .goleft:hover:after {
      content: '';
      display: inline-block;
      position: absolute; }
    .goleft:hover:before {
      border: 2px solid #06ba6f;
      border-bottom: none;
      border-right: none;
      width: 50px;
      height: 50px;
      background: transparent;
      z-index: 10;
      top: 0;
      left: 0; }
  @media (max-width: 480px) {
    .goleft {
      position: relative;
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
      .goleft:before, .goleft:after {
        content: '';
        display: inline-block;
        position: absolute; }
      .goleft:before {
        border: 2px solid #0870c0;
        border-bottom: none;
        border-right: none;
        width: 30px;
        height: 30px;
        background: transparent;
        z-index: 10;
        top: 0;
        left: 0; }
      .goleft:hover {
        position: relative;
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
        .goleft:hover:before, .goleft:hover:after {
          content: '';
          display: inline-block;
          position: absolute; }
        .goleft:hover:before {
          border: 2px solid #06ba6f;
          border-bottom: none;
          border-right: none;
          width: 30px;
          height: 30px;
          background: transparent;
          z-index: 10;
          top: 0;
          left: 0; } }

.goright {
  position: relative;
  -ms-transform: rotate(135deg);
      transform: rotate(135deg);
  float: right;
  bottom: 150px; }
  .goright:before, .goright:after {
    content: '';
    display: inline-block;
    position: absolute; }
  .goright:before {
    border: 2px solid #0870c0;
    border-bottom: none;
    border-right: none;
    width: 50px;
    height: 50px;
    background: transparent;
    z-index: 10;
    top: 0;
    left: 0; }
  .goright:hover {
    position: relative;
    -ms-transform: rotate(135deg);
        transform: rotate(135deg); }
    .goright:hover:before, .goright:hover:after {
      content: '';
      display: inline-block;
      position: absolute; }
    .goright:hover:before {
      border: 2px solid #06ba6f;
      border-bottom: none;
      border-right: none;
      width: 50px;
      height: 50px;
      background: transparent;
      z-index: 10;
      top: 0;
      left: 0; }
  @media (max-width: 480px) {
    .goright {
      position: relative;
      -ms-transform: rotate(135deg);
          transform: rotate(135deg); }
      .goright:before, .goright:after {
        content: '';
        display: inline-block;
        position: absolute; }
      .goright:before {
        border: 2px solid #0870c0;
        border-bottom: none;
        border-right: none;
        width: 30px;
        height: 30px;
        background: transparent;
        z-index: 10;
        top: 0;
        left: 0; }
      .goright:hover {
        position: relative;
        -ms-transform: rotate(135deg);
            transform: rotate(135deg); }
        .goright:hover:before, .goright:hover:after {
          content: '';
          display: inline-block;
          position: absolute; }
        .goright:hover:before {
          border: 2px solid #06ba6f;
          border-bottom: none;
          border-right: none;
          width: 30px;
          height: 30px;
          background: transparent;
          z-index: 10;
          top: 0;
          left: 0; } }

.close {
  position: absolute;
  cursor: pointer;
  right: 24px;
  top: 24px;
  width: 24px;
  height: 24px;
  transition: all 0.2s ease; }
  .close:hover {
    -ms-transform: scale(0.8);
        transform: scale(0.8); }
  .close:before, .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 25px;
    width: 2px;
    background-color: #fff; }
  .close:before {
    -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
  .close:after {
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }

.page .page-header {
  padding-top: 2em;
  padding-bottom: 1.2em;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 2em; }

.page .page__title {
  font-size: 2.8em;
  text-transform: uppercase;
  font-weight: normal; }

.container {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }
  .container:after {
    content: " ";
    display: block;
    clear: both; }

.container--shrink {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }
  .container--shrink:after {
    content: " ";
    display: block;
    clear: both; }

.col {
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%; }

.col-33 {
  box-sizing: border-box;
  width: 33.33333%;
  float: left;
  padding-left: 0.83333%;
  padding-right: 0.83333%; }

@media (max-width: 768px) {
  .col {
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%; }
  .col-33 {
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    padding-bottom: 40px; } }

/* .coal-fire {
    .col {
        &:first-child {
            @include push(6);
        }
        &:last-child {
            @include pull(12);
        }
    }
} */
.app__header {
  width: 100%;
  text-align: center;
  padding: 20px 0;
  transition: all 0.3s ease-in-out; }
  .app__header.fixed-header {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.9);
    top: 0;
    z-index: 201;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2); }
  @media (max-width: 768px) {
    .app__header {
      text-align: left; } }

.menu-wrapper {
  transition: all .5s ease;
  z-index: -1; }
  @media (max-width: 768px) {
    .menu-wrapper {
      height: 100%;
      position: absolute;
      width: 100%;
      top: 0; } }

.menu-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background: white;
  z-index: 100; }
  .menu-overlay .menu {
    margin-top: 150px;
    display: block; }

.menu {
  margin-top: 30px;
  opacity: 1;
  transition: all 0.5s ease;
  padding-bottom: 10px; }
  .menu li {
    display: inline-block;
    padding-left: 15px; }
    .menu li a {
      font-size: 13px;
      text-transform: uppercase;
      padding: 10px 0;
      position: relative;
      bottom: 2px;
      border-bottom: 4px solid transparent;
      transition: all .5s ease;
      margin: 0 10px; }
      .menu li a:hover, .menu li a.active {
        color: #008300;
        border-bottom-color: #008300; }
  .menu.is-active {
    opacity: 1;
    -ms-transform: scale(1);
        transform: scale(1); }
  @media (max-width: 768px) {
    .menu {
      -ms-transform: scale(0);
          transform: scale(0);
      opacity: 0;
      margin-top: -250px;
      border-bottom-color: transparent;
      text-align: center; }
      .menu li {
        display: block; }
        .menu li a {
          display: inline-block;
          text-align: center;
          color: #444 !important;
          font-size: 2em;
          font-family: "Kreon", Helvetica, Arial, sans-serif; } }
  .landing .menu {
    border-bottom-color: transparent; }
    .landing .menu a {
      color: #fff; }
      .landing .menu a:hover {
        color: #fff; }

.logo {
  width: 180px;
  z-index: 110;
  position: relative; }
  @media (max-width: 768px) {
    .logo {
      padding-left: 20px; }
      .logo img {
        max-width: 140px; } }

.btn {
  border-radius: 5px;
  border: 2px solid #fff;
  color: #fff;
  background-color: transparent;
  padding: 10px 30px;
  text-transform: uppercase;
  font-size: 12px;
  display: inline-block;
  margin: 5px;
  transition: all .5s ease; }
  .btn:hover {
    background-color: transparent;
    color: #0870c0;
    border-color: #0870c0; }
  .btn.home-color:hover {
    background-color: #0870c0;
    color: white; }
  .btn.unfilled {
    background-color: #0870c0;
    color: white;
    border: 2px solid #0870c0; }
    .btn.unfilled:hover {
      background-color: transparent;
      color: #fff;
      border: 2px solid #fff; }

.btn-wrapper {
  padding-top: 30px; }

.btn--pri {
  color: #0870c0;
  border-color: #0870c0; }
  .btn--pri:hover {
    background-color: #0870c0;
    color: white; }

.hamburger {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 42px;
  height: 42px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  display: none;
  right: 20px;
  float: right;
  z-index: 110; }
  .hamburger:focus {
    outline: none; }
  .hamburger span {
    display: block;
    position: absolute;
    top: 21px;
    left: 7px;
    height: 2px;
    width: 28px;
    background: #444; }
    .hamburger span::before, .hamburger span::after {
      position: absolute;
      display: block;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #444;
      content: ""; }
    .hamburger span::before {
      top: -10px; }
    .hamburger span::after {
      bottom: -10px; }
  @media (max-width: 768px) {
    .hamburger {
      display: block; } }

.hamburger--htx {
  background-color: rgba(255, 255, 255, 0.3); }
  .hamburger--htx span {
    transition: background 0s 0.3s; }
    .hamburger--htx span::before, .hamburger--htx span::after {
      transition-duration: 0.3s, 0.3s;
      transition-delay: 0.3s, 0s; }
    .hamburger--htx span::before {
      transition-property: top, transform; }
    .hamburger--htx span::after {
      transition-property: bottom, transform; }
  .hamburger--htx.is-active span {
    background: none; }
    .hamburger--htx.is-active span::before {
      top: 0;
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
    .hamburger--htx.is-active span::after {
      bottom: 0;
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
    .hamburger--htx.is-active span::before, .hamburger--htx.is-active span::after {
      transition-delay: 0s, 0.3s; }
    .hamburger--htx.is-active span:after, .hamburger--htx.is-active span:before {
      background-color: #444; }

/* active state, i.e. menu open */
@font-face {
  font-family: 'themify';
  src: url("../fonts/themify.eot?-fvbane");
  src: url("../fonts/themify.eot?#iefix-fvbane") format("embedded-opentype"), url("../fonts/themify.woff?-fvbane") format("woff"), url("../fonts/themify.ttf?-fvbane") format("truetype"), url("../fonts/themify.svg?-fvbane#themify") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="ti-"], [class*=" ti-"] {
  font-family: 'themify';
  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; }

.ti-wand:before {
  content: "\e600"; }

.ti-volume:before {
  content: "\e601"; }

.ti-user:before {
  content: "\e602"; }

.ti-unlock:before {
  content: "\e603"; }

.ti-unlink:before {
  content: "\e604"; }

.ti-trash:before {
  content: "\e605"; }

.ti-thought:before {
  content: "\e606"; }

.ti-target:before {
  content: "\e607"; }

.ti-tag:before {
  content: "\e608"; }

.ti-tablet:before {
  content: "\e609"; }

.ti-star:before {
  content: "\e60a"; }

.ti-spray:before {
  content: "\e60b"; }

.ti-signal:before {
  content: "\e60c"; }

.ti-shopping-cart:before {
  content: "\e60d"; }

.ti-shopping-cart-full:before {
  content: "\e60e"; }

.ti-settings:before {
  content: "\e60f"; }

.ti-search:before {
  content: "\e610"; }

.ti-zoom-in:before {
  content: "\e611"; }

.ti-zoom-out:before {
  content: "\e612"; }

.ti-cut:before {
  content: "\e613"; }

.ti-ruler:before {
  content: "\e614"; }

.ti-ruler-pencil:before {
  content: "\e615"; }

.ti-ruler-alt:before {
  content: "\e616"; }

.ti-bookmark:before {
  content: "\e617"; }

.ti-bookmark-alt:before {
  content: "\e618"; }

.ti-reload:before {
  content: "\e619"; }

.ti-plus:before {
  content: "\e61a"; }

.ti-pin:before {
  content: "\e61b"; }

.ti-pencil:before {
  content: "\e61c"; }

.ti-pencil-alt:before {
  content: "\e61d"; }

.ti-paint-roller:before {
  content: "\e61e"; }

.ti-paint-bucket:before {
  content: "\e61f"; }

.ti-na:before {
  content: "\e620"; }

.ti-mobile:before {
  content: "\e621"; }

.ti-minus:before {
  content: "\e622"; }

.ti-medall:before {
  content: "\e623"; }

.ti-medall-alt:before {
  content: "\e624"; }

.ti-marker:before {
  content: "\e625"; }

.ti-marker-alt:before {
  content: "\e626"; }

.ti-arrow-up:before {
  content: "\e627"; }

.ti-arrow-right:before {
  content: "\e628"; }

.ti-arrow-left:before {
  content: "\e629"; }

.ti-arrow-down:before {
  content: "\e62a"; }

.ti-lock:before {
  content: "\e62b"; }

.ti-location-arrow:before {
  content: "\e62c"; }

.ti-link:before {
  content: "\e62d"; }

.ti-layout:before {
  content: "\e62e"; }

.ti-layers:before {
  content: "\e62f"; }

.ti-layers-alt:before {
  content: "\e630"; }

.ti-key:before {
  content: "\e631"; }

.ti-import:before {
  content: "\e632"; }

.ti-image:before {
  content: "\e633"; }

.ti-heart:before {
  content: "\e634"; }

.ti-heart-broken:before {
  content: "\e635"; }

.ti-hand-stop:before {
  content: "\e636"; }

.ti-hand-open:before {
  content: "\e637"; }

.ti-hand-drag:before {
  content: "\e638"; }

.ti-folder:before {
  content: "\e639"; }

.ti-flag:before {
  content: "\e63a"; }

.ti-flag-alt:before {
  content: "\e63b"; }

.ti-flag-alt-2:before {
  content: "\e63c"; }

.ti-eye:before {
  content: "\e63d"; }

.ti-export:before {
  content: "\e63e"; }

.ti-exchange-vertical:before {
  content: "\e63f"; }

.ti-desktop:before {
  content: "\e640"; }

.ti-cup:before {
  content: "\e641"; }

.ti-crown:before {
  content: "\e642"; }

.ti-comments:before {
  content: "\e643"; }

.ti-comment:before {
  content: "\e644"; }

.ti-comment-alt:before {
  content: "\e645"; }

.ti-close:before {
  content: "\e646"; }

.ti-clip:before {
  content: "\e647"; }

.ti-angle-up:before {
  content: "\e648"; }

.ti-angle-right:before {
  content: "\e649"; }

.ti-angle-left:before {
  content: "\e64a"; }

.ti-angle-down:before {
  content: "\e64b"; }

.ti-check:before {
  content: "\e64c"; }

.ti-check-box:before {
  content: "\e64d"; }

.ti-camera:before {
  content: "\e64e"; }

.ti-announcement:before {
  content: "\e64f"; }

.ti-brush:before {
  content: "\e650"; }

.ti-briefcase:before {
  content: "\e651"; }

.ti-bolt:before {
  content: "\e652"; }

.ti-bolt-alt:before {
  content: "\e653"; }

.ti-blackboard:before {
  content: "\e654"; }

.ti-bag:before {
  content: "\e655"; }

.ti-move:before {
  content: "\e656"; }

.ti-arrows-vertical:before {
  content: "\e657"; }

.ti-arrows-horizontal:before {
  content: "\e658"; }

.ti-fullscreen:before {
  content: "\e659"; }

.ti-arrow-top-right:before {
  content: "\e65a"; }

.ti-arrow-top-left:before {
  content: "\e65b"; }

.ti-arrow-circle-up:before {
  content: "\e65c"; }

.ti-arrow-circle-right:before {
  content: "\e65d"; }

.ti-arrow-circle-left:before {
  content: "\e65e"; }

.ti-arrow-circle-down:before {
  content: "\e65f"; }

.ti-angle-double-up:before {
  content: "\e660"; }

.ti-angle-double-right:before {
  content: "\e661"; }

.ti-angle-double-left:before {
  content: "\e662"; }

.ti-angle-double-down:before {
  content: "\e663"; }

.ti-zip:before {
  content: "\e664"; }

.ti-world:before {
  content: "\e665"; }

.ti-wheelchair:before {
  content: "\e666"; }

.ti-view-list:before {
  content: "\e667"; }

.ti-view-list-alt:before {
  content: "\e668"; }

.ti-view-grid:before {
  content: "\e669"; }

.ti-uppercase:before {
  content: "\e66a"; }

.ti-upload:before {
  content: "\e66b"; }

.ti-underline:before {
  content: "\e66c"; }

.ti-truck:before {
  content: "\e66d"; }

.ti-timer:before {
  content: "\e66e"; }

.ti-ticket:before {
  content: "\e66f"; }

.ti-thumb-up:before {
  content: "\e670"; }

.ti-thumb-down:before {
  content: "\e671"; }

.ti-text:before {
  content: "\e672"; }

.ti-stats-up:before {
  content: "\e673"; }

.ti-stats-down:before {
  content: "\e674"; }

.ti-split-v:before {
  content: "\e675"; }

.ti-split-h:before {
  content: "\e676"; }

.ti-smallcap:before {
  content: "\e677"; }

.ti-shine:before {
  content: "\e678"; }

.ti-shift-right:before {
  content: "\e679"; }

.ti-shift-left:before {
  content: "\e67a"; }

.ti-shield:before {
  content: "\e67b"; }

.ti-notepad:before {
  content: "\e67c"; }

.ti-server:before {
  content: "\e67d"; }

.ti-quote-right:before {
  content: "\e67e"; }

.ti-quote-left:before {
  content: "\e67f"; }

.ti-pulse:before {
  content: "\e680"; }

.ti-printer:before {
  content: "\e681"; }

.ti-power-off:before {
  content: "\e682"; }

.ti-plug:before {
  content: "\e683"; }

.ti-pie-chart:before {
  content: "\e684"; }

.ti-paragraph:before {
  content: "\e685"; }

.ti-panel:before {
  content: "\e686"; }

.ti-package:before {
  content: "\e687"; }

.ti-music:before {
  content: "\e688"; }

.ti-music-alt:before {
  content: "\e689"; }

.ti-mouse:before {
  content: "\e68a"; }

.ti-mouse-alt:before {
  content: "\e68b"; }

.ti-money:before {
  content: "\e68c"; }

.ti-microphone:before {
  content: "\e68d"; }

.ti-menu:before {
  content: "\e68e"; }

.ti-menu-alt:before {
  content: "\e68f"; }

.ti-map:before {
  content: "\e690"; }

.ti-map-alt:before {
  content: "\e691"; }

.ti-loop:before {
  content: "\e692"; }

.ti-location-pin:before {
  content: "\e693"; }

.ti-list:before {
  content: "\e694"; }

.ti-light-bulb:before {
  content: "\e695"; }

.ti-Italic:before {
  content: "\e696"; }

.ti-info:before {
  content: "\e697"; }

.ti-infinite:before {
  content: "\e698"; }

.ti-id-badge:before {
  content: "\e699"; }

.ti-hummer:before {
  content: "\e69a"; }

.ti-home:before {
  content: "\e69b"; }

.ti-help:before {
  content: "\e69c"; }

.ti-headphone:before {
  content: "\e69d"; }

.ti-harddrives:before {
  content: "\e69e"; }

.ti-harddrive:before {
  content: "\e69f"; }

.ti-gift:before {
  content: "\e6a0"; }

.ti-game:before {
  content: "\e6a1"; }

.ti-filter:before {
  content: "\e6a2"; }

.ti-files:before {
  content: "\e6a3"; }

.ti-file:before {
  content: "\e6a4"; }

.ti-eraser:before {
  content: "\e6a5"; }

.ti-envelope:before {
  content: "\e6a6"; }

.ti-download:before {
  content: "\e6a7"; }

.ti-direction:before {
  content: "\e6a8"; }

.ti-direction-alt:before {
  content: "\e6a9"; }

.ti-dashboard:before {
  content: "\e6aa"; }

.ti-control-stop:before {
  content: "\e6ab"; }

.ti-control-shuffle:before {
  content: "\e6ac"; }

.ti-control-play:before {
  content: "\e6ad"; }

.ti-control-pause:before {
  content: "\e6ae"; }

.ti-control-forward:before {
  content: "\e6af"; }

.ti-control-backward:before {
  content: "\e6b0"; }

.ti-cloud:before {
  content: "\e6b1"; }

.ti-cloud-up:before {
  content: "\e6b2"; }

.ti-cloud-down:before {
  content: "\e6b3"; }

.ti-clipboard:before {
  content: "\e6b4"; }

.ti-car:before {
  content: "\e6b5"; }

.ti-calendar:before {
  content: "\e6b6"; }

.ti-book:before {
  content: "\e6b7"; }

.ti-bell:before {
  content: "\e6b8"; }

.ti-basketball:before {
  content: "\e6b9"; }

.ti-bar-chart:before {
  content: "\e6ba"; }

.ti-bar-chart-alt:before {
  content: "\e6bb"; }

.ti-back-right:before {
  content: "\e6bc"; }

.ti-back-left:before {
  content: "\e6bd"; }

.ti-arrows-corner:before {
  content: "\e6be"; }

.ti-archive:before {
  content: "\e6bf"; }

.ti-anchor:before {
  content: "\e6c0"; }

.ti-align-right:before {
  content: "\e6c1"; }

.ti-align-left:before {
  content: "\e6c2"; }

.ti-align-justify:before {
  content: "\e6c3"; }

.ti-align-center:before {
  content: "\e6c4"; }

.ti-alert:before {
  content: "\e6c5"; }

.ti-alarm-clock:before {
  content: "\e6c6"; }

.ti-agenda:before {
  content: "\e6c7"; }

.ti-write:before {
  content: "\e6c8"; }

.ti-window:before {
  content: "\e6c9"; }

.ti-widgetized:before {
  content: "\e6ca"; }

.ti-widget:before {
  content: "\e6cb"; }

.ti-widget-alt:before {
  content: "\e6cc"; }

.ti-wallet:before {
  content: "\e6cd"; }

.ti-video-clapper:before {
  content: "\e6ce"; }

.ti-video-camera:before {
  content: "\e6cf"; }

.ti-vector:before {
  content: "\e6d0"; }

.ti-themify-logo:before {
  content: "\e6d1"; }

.ti-themify-favicon:before {
  content: "\e6d2"; }

.ti-themify-favicon-alt:before {
  content: "\e6d3"; }

.ti-support:before {
  content: "\e6d4"; }

.ti-stamp:before {
  content: "\e6d5"; }

.ti-split-v-alt:before {
  content: "\e6d6"; }

.ti-slice:before {
  content: "\e6d7"; }

.ti-shortcode:before {
  content: "\e6d8"; }

.ti-shift-right-alt:before {
  content: "\e6d9"; }

.ti-shift-left-alt:before {
  content: "\e6da"; }

.ti-ruler-alt-2:before {
  content: "\e6db"; }

.ti-receipt:before {
  content: "\e6dc"; }

.ti-pin2:before {
  content: "\e6dd"; }

.ti-pin-alt:before {
  content: "\e6de"; }

.ti-pencil-alt2:before {
  content: "\e6df"; }

.ti-palette:before {
  content: "\e6e0"; }

.ti-more:before {
  content: "\e6e1"; }

.ti-more-alt:before {
  content: "\e6e2"; }

.ti-microphone-alt:before {
  content: "\e6e3"; }

.ti-magnet:before {
  content: "\e6e4"; }

.ti-line-double:before {
  content: "\e6e5"; }

.ti-line-dotted:before {
  content: "\e6e6"; }

.ti-line-dashed:before {
  content: "\e6e7"; }

.ti-layout-width-full:before {
  content: "\e6e8"; }

.ti-layout-width-default:before {
  content: "\e6e9"; }

.ti-layout-width-default-alt:before {
  content: "\e6ea"; }

.ti-layout-tab:before {
  content: "\e6eb"; }

.ti-layout-tab-window:before {
  content: "\e6ec"; }

.ti-layout-tab-v:before {
  content: "\e6ed"; }

.ti-layout-tab-min:before {
  content: "\e6ee"; }

.ti-layout-slider:before {
  content: "\e6ef"; }

.ti-layout-slider-alt:before {
  content: "\e6f0"; }

.ti-layout-sidebar-right:before {
  content: "\e6f1"; }

.ti-layout-sidebar-none:before {
  content: "\e6f2"; }

.ti-layout-sidebar-left:before {
  content: "\e6f3"; }

.ti-layout-placeholder:before {
  content: "\e6f4"; }

.ti-layout-menu:before {
  content: "\e6f5"; }

.ti-layout-menu-v:before {
  content: "\e6f6"; }

.ti-layout-menu-separated:before {
  content: "\e6f7"; }

.ti-layout-menu-full:before {
  content: "\e6f8"; }

.ti-layout-media-right-alt:before {
  content: "\e6f9"; }

.ti-layout-media-right:before {
  content: "\e6fa"; }

.ti-layout-media-overlay:before {
  content: "\e6fb"; }

.ti-layout-media-overlay-alt:before {
  content: "\e6fc"; }

.ti-layout-media-overlay-alt-2:before {
  content: "\e6fd"; }

.ti-layout-media-left-alt:before {
  content: "\e6fe"; }

.ti-layout-media-left:before {
  content: "\e6ff"; }

.ti-layout-media-center-alt:before {
  content: "\e700"; }

.ti-layout-media-center:before {
  content: "\e701"; }

.ti-layout-list-thumb:before {
  content: "\e702"; }

.ti-layout-list-thumb-alt:before {
  content: "\e703"; }

.ti-layout-list-post:before {
  content: "\e704"; }

.ti-layout-list-large-image:before {
  content: "\e705"; }

.ti-layout-line-solid:before {
  content: "\e706"; }

.ti-layout-grid4:before {
  content: "\e707"; }

.ti-layout-grid3:before {
  content: "\e708"; }

.ti-layout-grid2:before {
  content: "\e709"; }

.ti-layout-grid2-thumb:before {
  content: "\e70a"; }

.ti-layout-cta-right:before {
  content: "\e70b"; }

.ti-layout-cta-left:before {
  content: "\e70c"; }

.ti-layout-cta-center:before {
  content: "\e70d"; }

.ti-layout-cta-btn-right:before {
  content: "\e70e"; }

.ti-layout-cta-btn-left:before {
  content: "\e70f"; }

.ti-layout-column4:before {
  content: "\e710"; }

.ti-layout-column3:before {
  content: "\e711"; }

.ti-layout-column2:before {
  content: "\e712"; }

.ti-layout-accordion-separated:before {
  content: "\e713"; }

.ti-layout-accordion-merged:before {
  content: "\e714"; }

.ti-layout-accordion-list:before {
  content: "\e715"; }

.ti-ink-pen:before {
  content: "\e716"; }

.ti-info-alt:before {
  content: "\e717"; }

.ti-help-alt:before {
  content: "\e718"; }

.ti-headphone-alt:before {
  content: "\e719"; }

.ti-hand-point-up:before {
  content: "\e71a"; }

.ti-hand-point-right:before {
  content: "\e71b"; }

.ti-hand-point-left:before {
  content: "\e71c"; }

.ti-hand-point-down:before {
  content: "\e71d"; }

.ti-gallery:before {
  content: "\e71e"; }

.ti-face-smile:before {
  content: "\e71f"; }

.ti-face-sad:before {
  content: "\e720"; }

.ti-credit-card:before {
  content: "\e721"; }

.ti-control-skip-forward:before {
  content: "\e722"; }

.ti-control-skip-backward:before {
  content: "\e723"; }

.ti-control-record:before {
  content: "\e724"; }

.ti-control-eject:before {
  content: "\e725"; }

.ti-comments-smiley:before {
  content: "\e726"; }

.ti-brush-alt:before {
  content: "\e727"; }

.ti-youtube:before {
  content: "\e728"; }

.ti-vimeo:before {
  content: "\e729"; }

.ti-twitter:before {
  content: "\e72a"; }

.ti-time:before {
  content: "\e72b"; }

.ti-tumblr:before {
  content: "\e72c"; }

.ti-skype:before {
  content: "\e72d"; }

.ti-share:before {
  content: "\e72e"; }

.ti-share-alt:before {
  content: "\e72f"; }

.ti-rocket:before {
  content: "\e730"; }

.ti-pinterest:before {
  content: "\e731"; }

.ti-new-window:before {
  content: "\e732"; }

.ti-microsoft:before {
  content: "\e733"; }

.ti-list-ol:before {
  content: "\e734"; }

.ti-linkedin:before {
  content: "\e735"; }

.ti-layout-sidebar-2:before {
  content: "\e736"; }

.ti-layout-grid4-alt:before {
  content: "\e737"; }

.ti-layout-grid3-alt:before {
  content: "\e738"; }

.ti-layout-grid2-alt:before {
  content: "\e739"; }

.ti-layout-column4-alt:before {
  content: "\e73a"; }

.ti-layout-column3-alt:before {
  content: "\e73b"; }

.ti-layout-column2-alt:before {
  content: "\e73c"; }

.ti-instagram:before {
  content: "\e73d"; }

.ti-google:before {
  content: "\e73e"; }

.ti-github:before {
  content: "\e73f"; }

.ti-flickr:before {
  content: "\e740"; }

.ti-facebook:before {
  content: "\e741"; }

.ti-dropbox:before {
  content: "\e742"; }

.ti-dribbble:before {
  content: "\e743"; }

.ti-apple:before {
  content: "\e744"; }

.ti-android:before {
  content: "\e745"; }

.ti-save:before {
  content: "\e746"; }

.ti-save-alt:before {
  content: "\e747"; }

.ti-yahoo:before {
  content: "\e748"; }

.ti-wordpress:before {
  content: "\e749"; }

.ti-vimeo-alt:before {
  content: "\e74a"; }

.ti-twitter-alt:before {
  content: "\e74b"; }

.ti-tumblr-alt:before {
  content: "\e74c"; }

.ti-trello:before {
  content: "\e74d"; }

.ti-stack-overflow:before {
  content: "\e74e"; }

.ti-soundcloud:before {
  content: "\e74f"; }

.ti-sharethis:before {
  content: "\e750"; }

.ti-sharethis-alt:before {
  content: "\e751"; }

.ti-reddit:before {
  content: "\e752"; }

.ti-pinterest-alt:before {
  content: "\e753"; }

.ti-microsoft-alt:before {
  content: "\e754"; }

.ti-linux:before {
  content: "\e755"; }

.ti-jsfiddle:before {
  content: "\e756"; }

.ti-joomla:before {
  content: "\e757"; }

.ti-html5:before {
  content: "\e758"; }

.ti-flickr-alt:before {
  content: "\e759"; }

.ti-email:before {
  content: "\e75a"; }

.ti-drupal:before {
  content: "\e75b"; }

.ti-dropbox-alt:before {
  content: "\e75c"; }

.ti-css3:before {
  content: "\e75d"; }

.ti-rss:before {
  content: "\e75e"; }

.ti-rss-alt:before {
  content: "\e75f"; }

.widget {
  padding: 16px 15px;
  border-bottom: 1px solid #444; }
  .widget .widget__title {
    font-size: 1.4em;
    padding-bottom: 15px; }

.widget.widget--no-border {
  border-bottom-color: transparent; }

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