<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*
Template Name: Indripress
Author: &lt;a href="http://www.os-templates.com/"&gt;OS Templates&lt;/a&gt;
Author URI: http://www.os-templates.com/
Licence: Free to use under our free template licence terms
Licence URI: http://www.os-templates.com/template-terms
File: Layout CSS
*/

@import url("fontawesome-4.6.3.min.css");
@import url("custom.flexslider.css");
@import url("framework.css");

/* Rows
--------------------------------------------------------------------------------------------------------------- */
.row0 {
  z-index: 1;
} /* Required for the drop shadow - do not delete, unless the drop shadow isn't wanted */

body,
html {
  scroll-behavior: smooth;
}
/* Top Bar
--------------------------------------------------------------------------------------------------------------- */
#topbar {
  padding: 15px 0;
  font-size: 0.8rem;
  text-transform: uppercase;
}

#topbar * {
  margin: 0;
  padding: 0;
  list-style: none;
}
#topbar ul li {
  display: inline-block;
  margin-right: 10px;
  padding-right: 15px;
  border-right: 1px solid;
}
#topbar ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
#topbar i {
  margin: 0 5px 0 0;
  line-height: normal;
}

/* Header
--------------------------------------------------------------------------------------------------------------- */
#header {
  padding: 50px 0;
  text-align: center;
}

#header * {
  margin: 0;
  padding: 0;
  line-height: 1;
}
#header h1 {
  font-size: 36px;
  letter-spacing: 3px;
}
#header p {
  margin-top: -2px;
  font-size: 0.9rem;
  text-transform: lowercase;
}

/* Page Intro
--------------------------------------------------------------------------------------------------------------- */
#pageintro {
  padding: 200px 0;
}

#pageintro li article {
  display: block;
  max-width: 65%;
  overflow: hidden;
}
#pageintro li article * {
  word-wrap: break-word;
}
#pageintro li .heading {
  margin-bottom: 20px;
  font-size: 6rem;
}
#pageintro li p:first-of-type {
  margin: 0 0 20px 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.2rem;
}
#pageintro li footer {
  margin-top: 80px;
}

/* Content Area
--------------------------------------------------------------------------------------------------------------- */
.container {
  padding: 80px 0;
}

/* Content */
.container .content {
}

.sectiontitle {
  margin-bottom: 80px;
}
.sectiontitle * {
  margin: 0;
}

.emphasise {
  margin-bottom: 80px;
}
.emphasise figure {
  position: relative;
  max-width: 320px;
}
.emphasise figure::after {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.emphasise figure:last-child {
  margin-bottom: 0;
} /* Used when elements stack in smaller viewports */
.emphasise figure figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 30px 20px;
  z-index: 1;
}
.emphasise figure figcaption strong {
  display: block;
  text-transform: capitalize;
}

.posts figure {
  display: block;
  margin-bottom: 50px;
}
.posts figure:last-child {
  margin-bottom: 0;
}
.posts figure &gt; div,
.posts figure figcaption {
  display: block;
  float: left;
  width: 50%;
}
.posts figure &gt; div {
}
.posts figure &gt; div img {
}
.posts figure figcaption {
  padding: 50px 0 0 50px;
}
.posts figure figcaption {
}
.posts figure figcaption * {
  margin: 0;
}

.posts figure figcaption footer {
  margin-top: 30px;
}
/* Reverse the display */
.posts figure:nth-child(even) &gt; div {
  float: right;
}
.posts figure:nth-child(even) figcaption {
  float: left;
  padding-left: 0;
  padding-right: 50px;
}

/* Comments */
#comments ul {
  margin: 0 0 40px 0;
  padding: 0;
  list-style: none;
}
#comments li {
  margin: 0 0 10px 0;
  padding: 15px;
}
#comments .avatar {
  float: right;
  margin: 0 0 10px 10px;
  padding: 3px;
  border: 1px solid;
}
#comments address {
  font-weight: bold;
}
#comments time {
  font-size: smaller;
}
#comments .comcont {
  display: block;
  margin: 0;
  padding: 0;
}
#comments .comcont p {
  margin: 10px 5px 10px 0;
  padding: 0;
}

#comments form {
  display: block;
  width: 100%;
}
#comments input,
#comments textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid;
}
#comments textarea {
  overflow: auto;
}
#comments div {
  margin-bottom: 15px;
}
#comments input[type="submit"],
#comments input[type="reset"] {
  display: inline-block;
  width: auto;
  min-width: 150px;
  margin: 0;
  padding: 8px 5px;
  cursor: pointer;
}

/* Sidebar */
.container .sidebar {
}

.sidebar .sdb_holder {
  margin-bottom: 50px;
}
.sidebar .sdb_holder:last-child {
  margin-bottom: 0;
}

/* Split Box
--------------------------------------------------------------------------------------------------------------- */
.splitclrs {
}
.split {
}

.split &gt; div {
  display: block;
  float: left;
  width: 50%;
  padding: 80px 50px 80px 0;
}
.split &gt; div:nth-child(2) {
  float: right;
  padding-right: 0;
  padding-left: 50px;
}

/* Footer
--------------------------------------------------------------------------------------------------------------- */
#footer {
  padding: 80px 0;
}

#footer .group .heading {
  margin-bottom: 50px;
  font-size: 1.2rem;
}

#footer .faico {
  margin-bottom: 30px;
}

#footer .linklist li {
  display: block;
  margin-bottom: 15px;
  padding: 0 0 15px 0;
  border-bottom: 1px solid;
}
#footer .linklist li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
#footer .linklist li::before,
#footer .linklist li::after {
  display: table;
  content: "";
}
#footer .linklist li,
#footer .linklist li::after {
  clear: both;
}

#footer .contact {
}
#footer .contact.linklist li,
#footer .contact.linklist li:last-child {
  position: relative;
  padding-left: 40px;
}
#footer .contact li * {
  margin: 0;
  padding: 0;
  line-height: 1.6;
}
#footer .contact li i {
  display: block;
  background-color: #00acee;
  border-radius: 50%;
  width: 30px;
  font-size: 16px;
  text-align: center;
}

#footer input,
#footer button {
  border: 1px solid;
}
#footer input {
  display: block;
  width: 100%;
  padding: 8px;
}
#footer button {
  padding: 8px 18px 10px;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
}

/* Copyright
--------------------------------------------------------------------------------------------------------------- */
#copyright {
  padding: 20px 0;
}
#copyright * {
  margin: 0;
  padding: 0;
}

/* Transition Fade
--------------------------------------------------------------------------------------------------------------- */
*,
*::before,
*::after {
  transition: all 0.3s ease-in-out;
}
#mainav form * {
  transition: none !important;
}

/* Rounded Corners
--------------------------------------------------------------------------------------------------------------- */
.btn,
#footer input,
#footer button,
#backtotop,
.faico a {
  border-radius: 10px;
  background-clip: padding-box;
}

/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */

/* Navigation
--------------------------------------------------------------------------------------------------------------- */
nav ul,
nav ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

#mainav,
#breadcrumb,
.sidebar nav {
  line-height: normal;
}
#mainav .drop::after,
#mainav li li .drop::after,
#breadcrumb li a::after,
.sidebar nav a::after {
  position: absolute;
  font-family: "FontAwesome";
  font-size: 10px;
  line-height: 10px;
}

/* Top Navigation */
#mainav {
}
#mainav ul {
  text-transform: uppercase;
}
#mainav ul ul {
  z-index: 9999;
  position: absolute;
  width: 180px;
  text-transform: none;
  text-align: left;
}
#mainav ul ul ul {
  left: 180px;
  top: 0;
}
#mainav li {
  display: inline-block;
  position: relative;
  margin: 0 30px 0 0;
  padding: 0;
}
#mainav li:last-child {
  margin-right: 0;
}
#mainav li li {
  width: 100%;
  margin: 0;
}
#mainav li a {
  display: block;
  padding: 20px 0;
}
#mainav li li a {
  border: solid;
  border-width: 0 0 1px 0;
}
#mainav .drop {
  padding-left: 15px;
}
#mainav li li a,
#mainav li li .drop {
  display: block;
  margin: 0;
  padding: 10px 15px;
}
#mainav .drop::after,
#mainav li li .drop::after {
  content: "\f0d7";
}
#mainav .drop::after {
  top: 25px;
  left: 5px;
}
#mainav li li .drop::after {
  top: 15px;
  left: 5px;
}
#mainav ul ul {
  visibility: hidden;
  opacity: 0;
}
#mainav ul li:hover &gt; ul {
  visibility: visible;
  opacity: 1;
}

#mainav form {
  display: none;
  margin: 0;
  padding: 20px 0;
}
#mainav form select,
#mainav form select option {
  display: block;
  cursor: pointer;
  outline: none;
}
#mainav form select {
  width: 100%;
  padding: 5px;
  border: 1px solid;
}
#mainav form select option {
  margin: 5px;
  padding: 0;
  border: none;
}

/* Breadcrumb */
#breadcrumb {
  padding: 150px 0 20px;
}
#breadcrumb ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
}
#breadcrumb li {
  display: inline-block;
  margin: 0 6px 0 0;
  padding: 0;
}
#breadcrumb li a {
  display: block;
  position: relative;
  margin: 0;
  padding: 0 12px 0 0;
  font-size: 12px;
}
#breadcrumb li a::after {
  top: 3px;
  right: 0;
  content: "\f101";
}
#breadcrumb li:last-child a {
  margin: 0;
  padding: 0;
}
#breadcrumb li:last-child a::after {
  display: none;
}

/* Sidebar Navigation */
.sidebar nav {
  display: block;
  width: 100%;
}
.sidebar nav li {
  margin: 0 0 3px 0;
  padding: 0;
}
.sidebar nav a {
  display: block;
  position: relative;
  margin: 0;
  padding: 5px 10px 5px 15px;
  text-decoration: none;
  border: solid;
  border-width: 0 0 1px 0;
}
.sidebar nav a::after {
  top: 9px;
  left: 5px;
  content: "\f101";
}
.sidebar nav ul ul a {
  padding-left: 35px;
}
.sidebar nav ul ul a::after {
  left: 25px;
}
.sidebar nav ul ul ul a {
  padding-left: 55px;
}
.sidebar nav ul ul ul a::after {
  left: 45px;
}

/* Pagination */
.pagination {
  display: block;
  width: 100%;
  text-align: center;
  clear: both;
}
.pagination li {
  display: inline-block;
  margin: 0 2px 0 0;
}
.pagination li:last-child {
  margin-right: 0;
}
.pagination a,
.pagination strong {
  display: block;
  padding: 8px 11px;
  border: 1px solid;
  background-clip: padding-box;
  font-weight: normal;
}

/* Back to Top */
#backtotop {
  z-index: 999;
  display: inline-block;
  position: fixed;
  visibility: hidden;
  bottom: 20px;
  right: 20px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  text-align: center;
  opacity: 0.2;
}
#backtotop i {
  display: block;
  width: 100%;
  height: 100%;
  line-height: inherit;
}
#backtotop.visible {
  visibility: visible;
  opacity: 0.5;
}
#backtotop:hover {
  opacity: 1;
}

/* Tables
--------------------------------------------------------------------------------------------------------------- */
table,
th,
td {
  border: 1px solid;
  border-collapse: collapse;
  vertical-align: top;
}
table,
th {
  table-layout: auto;
}
table {
  width: 100%;
  margin-bottom: 15px;
}
th,
td {
  padding: 5px 8px;
}
td {
  border-width: 0 1px;
}

/* Gallery
--------------------------------------------------------------------------------------------------------------- */
#gallery {
  display: block;
  width: 100%;
  margin-bottom: 50px;
}
#gallery figure figcaption {
  display: block;
  width: 100%;
  clear: both;
}
#gallery li {
  margin-bottom: 30px;
}

/* Font Awesome Social Icons
--------------------------------------------------------------------------------------------------------------- */
.faico {
  margin: 0;
  padding: 0;
  list-style: none;
}
.faico li {
  display: inline-block;
  margin: 8px 5px 0 0;
  padding: 0;
  line-height: normal;
}
.faico li:last-child {
  margin-right: 0;
}
.faico a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 18px;
  text-align: center;
}

.faico a {
  color: #ffffff;
  background-color: #4e4e4e;
}
.faico a:hover {
}

.faicon-dribble:hover {
  background-color: #ea4c89;
}
.faicon-facebook:hover {
  background-color: #3b5998;
}
.faicon-google-plus:hover {
  background-color: #db4a39;
}
.faicon-linkedin:hover {
  background-color: #0e76a8;
}
.faicon-twitter:hover {
  background-color: #00acee;
}
.faicon-vk:hover {
  background-color: #4e658e;
}

/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */

/* Colours
--------------------------------------------------------------------------------------------------------------- */
body {
  color: #cbcbcb;
  background-color: #1a1a1a;
}
a {
  color: #05b3f2;
}
a:active,
a:focus {
  background: transparent;
} /* IE10 + 11 Bugfix - prevents grey background */
hr,
.borderedbox {
  border-color: #d7d7d7;
}
label span {
  color: #ff0000;
  background-color: inherit;
}
input:focus,
textarea:focus,
*:required:focus {
  border-color: #56aed4;
}
.overlay {
  color: #ffffff;
  background-color: inherit;
}
.overlay::after {
  color: inherit;
  background-color: rgba(0, 0, 0, 0.55);
}

.btn,
.btn.inverse:hover {
  color: #ffffff;
  background-color: #05b3f2;
  border-color: #05b3f2;
}
.btn:hover,
.btn.inverse {
  color: inherit;
  background-color: transparent;
  border-color: inherit;
}

blockquote::before {
  color: rgba(0, 0, 0, 0.05);
}

/* Flexslider */
.flex-direction-nav a,
.flex-direction-nav .flex-disabled:hover {
  color: #ffffff;
  display: none;
}
.flex-direction-nav a:hover {
  color: #f08714;
}

/* Rows */
.row0,
.row0 a {
  color: #929292;
  background-color: #f6f6f6;
}
.row0 {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}
.row1 {
  color: #929292;
  background-color: #ffffff;
}
.row2,
.row2 a {
}
.row3 {
  color: #929292;
  background-color: #ffffff;
}
.row4 {
  color: #cbcbcb;
  background-color: #222222;
  display: flex;
}
.row5,
.row5 a {
  color: #cbcbcb;
  background-color: #1a1a1a;
}

/* Top Bar */
#topbar,
#topbar ul li {
  border-color: rgba(0, 0, 0, 0.1);
}
#topbar &gt; div:last-of-type li:first-child a {
  color: #05b3f2;
}

/* Header */
#header a {
  color: inherit;
}

/* Page Intro */
#pageintro li p:first-of-type {
  color: rgba(255, 255, 255, 0.5);
}

/* Content Area */
.emphasise figure:hover::after {
  background: rgba(0, 0, 0, 0.3);
}
.emphasise figure figcaption {
  color: #ffffff;
}
.emphasise figure figcaption a {
  color: inherit;
}
.emphasise figure:hover figcaption a {
  color: #05b3f2;
}

/* Split Box */
.splitclrs {
  color: #929292;
  background: linear-gradient(
    to right,
    #f6f6f6 0%,
    #f6f6f6 50%,
    #ffffff 50%,
    #ffffff 100%
  );
}
@media screen and (max-width: 750px) {
  .splitclrs {
    background: none;
  }
  .split &gt; div:first-child {
    color: inherit;
    background-color: #f6f6f6;
  }
  .split &gt; div:last-child {
    color: inherit;
    background-color: #ffffff;
  }
}

/* Footer */
#footer .heading {
  color: #ffffff;
}
#footer hr,
#footer .borderedbox,
#footer .linklist li {
  border-color: rgba(255, 255, 255, 0.1);
}

#footer input,
#footer button {
  border-color: transparent;
}
#footer input {
  color: #ffffff;
  background-color: #4e4e4e;
}
#footer input:focus {
  border-color: #05b3f2;
}
#footer button {
  color: #ffffff;
  background-color: #05b3f2;
}

#footer nav a {
  color: inherit;
}
#footer nav a:hover,
#footer nav li:first-child a {
  color: #05b3f2;
}

/* Navigation */
#mainav li a {
  color: #ffffff;
}
#mainav .active a,
#mainav a:hover,
#mainav li:hover &gt; a {
  color: #05b3f2;
  background-color: inherit;
}
#mainav li li a,
#mainav .active li a {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0.6);
}
#mainav li li:hover &gt; a,
#mainav .active .active &gt; a {
  color: #ffffff;
  background-color: #05b3f2;
}
#mainav form select {
  color: #ffffff;
  background-color: #4e4e4e;
  border-color: rgba(255, 255, 255, 0.2); /* #FFFFFF */
}

#breadcrumb a {
  color: inherit;
  background-color: inherit;
}
#breadcrumb li:last-child a {
  color: #05b3f2;
}

.container .sidebar nav a {
  color: inherit;
  border-color: #d7d7d7;
}
.container .sidebar nav a:hover {
  color: #05b3f2;
}

.pagination a,
.pagination strong {
  border-color: #d7d7d7;
}
.pagination .current * {
  color: #ffffff;
  background-color: #05b3f2;
}

#backtotop {
  color: #ffffff;
  background-color: #05b3f2;
}

/* Tables + Comments */
table,
th,
td,
#comments .avatar,
#comments input,
#comments textarea {
  border-color: #d7d7d7;
}
#comments input:focus,
#comments textarea:focus,
#comments *:required:focus {
  border-color: #05b3f2;
}
th {
  color: #ffffff;
  background-color: #373737;
}
tr,
#comments li,
#comments input[type="submit"],
#comments input[type="reset"] {
  color: inherit;
  background-color: #fbfbfb;
}
tr:nth-child(even),
#comments li:nth-child(even) {
  color: inherit;
  background-color: #f7f7f7;
}
table a,
#comments a {
  background-color: inherit;
}

/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */

/* Media Queries
--------------------------------------------------------------------------------------------------------------- */
@-ms-viewport {
  width: device-width;
}

/* Max Wrapper Width - Laptop, Desktop etc.
--------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 978px) {
  .hoc,
  .split {
    max-width: 978px;
  }
}

/* Mobile Devices
--------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 900px) {
  .hoc {
    max-width: 90%;
  }

  #topbar {
  }

  #header {
  }

  #mainav {
  }
  #mainav ul {
    display: none;
  }
  #mainav form {
    display: block;
  }

  #breadcrumb {
  }

  .container {
  }
  #comments input[type="reset"] {
    margin-top: 10px;
  }
  .pagination li {
    display: inline-block;
    margin: 0 5px 5px 0;
  }

  #footer {
  }

  #copyright {
  }
  #copyright p:first-of-type {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 750px) and (max-width: 900px) {
  .split &gt; div,
  .split &gt; div:nth-child(2) {
    padding: 80px 5%;
  }

  .posts figure figcaption {
    padding-top: 0;
  }
}

@media screen and (max-width: 750px) {
  .imgl,
  .imgr {
    display: inline-block;
    float: none;
    margin: 0 0 10px 0;
  }
  .fl_left,
  .fl_right {
    display: block;
    float: none;
  }
  .group .group &gt; *:last-child,
  .clear .clear &gt; *:last-child,
  .clear .group &gt; *:last-child,
  .group .clear &gt; *:last-child {
    margin-bottom: 0;
  } /* Experimental - Needs more testing in different situations, stops double margin when stacking */
  .one_half,
  .one_third,
  .two_third,
  .one_quarter,
  .two_quarter,
  .three_quarter {
    display: block;
    float: none;
    width: auto;
    margin: 0 0 30px 0;
    padding: 0;
  }

  #topbar {
    text-align: center;
  }
  #topbar &gt; div:first-of-type &gt; ul {
    margin-bottom: 15px;
  }

  #pageintro li article {
    max-width: none;
    width: 100%;
    overflow: visible;
  }
  #pageintro li .heading {
    font-size: 3rem;
  }

  .split &gt; div {
    display: block;
    width: 100%;
  }
  .split &gt; div,
  .split &gt; div:nth-child(2) {
    padding: 80px 5%;
  }

  .posts figure {
    max-width: 500px;
  } /* Same width as the image */
  .posts figure &gt; div,
  .posts figure figcaption,
  .posts figure:nth-child(even) &gt; div,
  .posts figure:nth-child(even) figcaption {
    display: block;
    float: none;
    width: 100%;
  }
  .posts figure figcaption,
  .posts figure:nth-child(even) figcaption {
    padding: 50px 0 0 0;
  }
}

@media screen and (max-width: 450px) {
  #topbar ul li {
    margin-bottom: 2px;
    padding-right: 0;
    border-right: none;
  }
}

/* Other
--------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 650px) {
  .scrollable {
    display: block;
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0 0 15px 0;
    overflow: auto;
    overflow-x: scroll;
  }
  .scrollable table {
    margin: 0;
    padding: 0;
    white-space: nowrap;
  }

  .inline li {
    display: block;
    margin-bottom: 10px;
  }
  .pushright li {
    margin-right: 0;
  }

  .font-x2 {
    font-size: 1.4rem;
  }
  .font-x3 {
    font-size: 1.6rem;
  }
}
/********************************************************************************/
.align-center {
  display: flex !important;
  align-items: center !important;
}
.fs-p {
  font-size: 1.2rem !important;
  line-height: 2 !important;
  color: #333 !important;
  padding: 1.2rem 0;
}
.fs-h {
  font-size: 2.4rem !important;
  line-height: 2 !important;
  color: #ffffff !important;
  padding: 1.2rem 0;
}
.new-img {
  height: 500px !important;
  width: 100% !important;
  object-fit: cover !important;
}
.one_third {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#footer .contact.linklist li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 0 !important;
}
.footer-link {
  color: #ffffff;
  font-size: 1.5rem;
}
.footer-link-a:hover {
  color: #00acee;
}
.text-center {
  text-align: center;
}
@media (max-width: 380px) {
  .align-center {
    display: block !important;
  }
  .fs-p {
    font-size: 1rem !important;
  }
  .fs-h {
    font-size: 1.8rem !important;
  }
  .new-img {
    height: 300px !important;
  }
  #header h1 {
    font-size: 9px;
  }
  .footer-link {
    font-size: 0.8rem;
  }
}
</pre></body></html>