/***********************************************************
  // ::  Main Style StyleSheet
  // ::  Project: Multi-purpose Creative, Personal Portfolio.
  // ::  Version: 2.0.2
  // ::  Author: Cluexcite
  // ::  Primary use: Personal, Portfolio, Creative
  // ::  Created: February 21, 2017
  // ::  Last Updated: September 30, 2020
***********************************************************/
/*-------------------------------------
   :: Base
-------------------------------------*/
/*-------------------------------------
   :: Mixin BEM
-------------------------------------*/
/*-------------------------------------
   :: Background
-------------------------------------*/
/*-------------------------------------
   :: Unorder List
-------------------------------------*/
/*-------------------------------------
   :: Padding
-------------------------------------*/
/*-------------------------------------
   :: Padding
-------------------------------------*/
/*-------------------------------------
   :: Clearfix
-------------------------------------*/
/*-------------------------------------
   :: Transition
-------------------------------------*/
/*-------------------------------------
   :: Color Theme
-------------------------------------*/
/*-------------------------------------
   :: Small Button Actions
-------------------------------------*/
/*-------------------------------------
   :: Font Type
-------------------------------------*/
/*-------------------------------------
   :: Font Width
-------------------------------------*/
/*-------------------------------------
   :: Text Transform
-------------------------------------*/
/*-------------------------------------
   :: Media Query (Portrait)
-------------------------------------*/
/*-------------------------------------
   :: Media Query (Landscape)
-------------------------------------*/
/*-------------------------------------
   :: All Themes Color
-------------------------------------*/
/*-------------------------------------
   :: Font Weights
-------------------------------------*/
/*-------------------------------------
   :: Breakpoint
-------------------------------------*/
/*-------------------------------------
   :: Padding
-------------------------------------*/
/*-------------------------------------
   :: Margin
-------------------------------------*/
/*-------------------------------------
   :: HTML
-------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  margin: 0rem;
  padding: 0rem; }

*, *::after, *::before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  margin: 0rem;
  padding: 0rem; }

/*-------------------------------------
   :: Main Settings
-------------------------------------*/
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section, div {
  display: block; }

h1, h2, h3, h4, h5, h6, p, a, b, strong, em, span, li {
  font-family: 'Roboto', sans-serif; }

/*-------------------------------------
   :: Body
-------------------------------------*/
body {
  font-size: 1rem;
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Open Sans", Lato, Montserrat, Oswald, "Source Sans Pro", Raleway, Roboto Slab, Playfair Display, Nunito, "Helvetica Neue", Arial, "Noto Sans", sans-serif, serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden; }

html {
  overflow-x: hidden; }

.theme-blue .wrapper {
  color: #303136;
  background-color: #ffffff; }

.theme-brown .wrapper {
  color: #131313;
  background-color: #ffffff; }

.theme-brown-v1 .wrapper {
  color: #1D1D1D;
  background-color: #ffffff; }

.theme-green .wrapper {
  color: #000000;
  background-color: #ffffff; }

.theme-red .wrapper {
  color: #000000;
  background-color: #ffffff; }

.theme-red-v2 .wrapper {
  color: #131313;
  background-color: #ffffff; }

.theme-red-v3 .wrapper {
  color: #000000;
  background-color: #ffffff; }

/*-------------------------------------
   :: Heading Style
-------------------------------------*/
h1, h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5 {
  margin-top: 0rem;
  margin-bottom: 1.25rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 1px;
  -webkit-transition: color 0.4s ease-in-out;
  -moz-transition: color 0.4s ease-in-out;
  -ms-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
  text-transform: capitalize; }
  .theme-blue h1, .theme-blue h2, .theme-blue h3, .theme-blue h4, .theme-blue h5, .theme-blue h6, .theme-blue .h2, .theme-blue .h3, .theme-blue .h4, .theme-blue .h5 {
    color: #303136; }
  .theme-brown h1, .theme-brown h2, .theme-brown h3, .theme-brown h4, .theme-brown h5, .theme-brown h6, .theme-brown .h2, .theme-brown .h3, .theme-brown .h4, .theme-brown .h5 {
    color: #131313; }
  .theme-brown-v1 h1, .theme-brown-v1 h2, .theme-brown-v1 h3, .theme-brown-v1 h4, .theme-brown-v1 h5, .theme-brown-v1 h6, .theme-brown-v1 .h2, .theme-brown-v1 .h3, .theme-brown-v1 .h4, .theme-brown-v1 .h5 {
    color: #1D1D1D; }
  .theme-green h1, .theme-green h2, .theme-green h3, .theme-green h4, .theme-green h5, .theme-green h6, .theme-green .h2, .theme-green .h3, .theme-green .h4, .theme-green .h5 {
    color: #000000; }
  .theme-red h1, .theme-red h2, .theme-red h3, .theme-red h4, .theme-red h5, .theme-red h6, .theme-red .h2, .theme-red .h3, .theme-red .h4, .theme-red .h5 {
    color: #000000; }
  .theme-red-v2 h1, .theme-red-v2 h2, .theme-red-v2 h3, .theme-red-v2 h4, .theme-red-v2 h5, .theme-red-v2 h6, .theme-red-v2 .h2, .theme-red-v2 .h3, .theme-red-v2 .h4, .theme-red-v2 .h5 {
    color: #131313; }
  .theme-red-v3 h1, .theme-red-v3 h2, .theme-red-v3 h3, .theme-red-v3 h4, .theme-red-v3 h5, .theme-red-v3 h6, .theme-red-v3 .h2, .theme-red-v3 .h3, .theme-red-v3 .h4, .theme-red-v3 .h5 {
    color: #000000; }

h1 {
  font-size: 2.5rem; }
  @media (max-width: 1200px) {
    h1 {
      font-size: calc(1.375rem + 1.5vw) ; } }

h2 {
  font-size: 2rem; }
  @media (max-width: 1200px) {
    h2 {
      font-size: calc(1.325rem + 0.9vw) ; } }

h3 {
  font-size: 1.75rem; }
  @media (max-width: 1200px) {
    h3 {
      font-size: calc(1.3rem + 0.6vw) ; } }

h4 {
  font-size: 1.5rem; }
  @media (max-width: 1200px) {
    h4 {
      font-size: calc(1.275rem + 0.3vw) ; } }

h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1rem; }

.h2 {
  font-size: 1.5rem; }
  @media (max-width: 1200px) {
    .h2 {
      font-size: calc(1.275rem + 0.3vw) ; } }

.h3 {
  font-size: 1rem;
  line-height: 1.4; }

.h4 {
  font-size: 0.875rem;
  line-height: 1.3;
  margin-bottom: 7px; }

.h5 {
  font-size: 1.25rem;
  line-height: 1.3;
  margin-bottom: 7px; }

.h2 {
  font-size: 1.5rem; }
  @media (max-width: 1200px) {
    .h2 {
      font-size: calc(1.275rem + 0.3vw) ; } }

.h3 {
  font-size: 1rem;
  line-height: 1.4; }

.h4 {
  font-size: 0.875rem;
  line-height: 1.3;
  margin-bottom: 7px; }

.h5 {
  font-size: 1.25rem;
  line-height: 1.3;
  margin-bottom: 7px; }

.upper {
  text-transform: uppercase;
  text-align: center; }

.cap {
  text-transform: capitalize; }

.display-1, .display-2, .display-3,
.display-4, .display-5, .display-6,
.display-7 {
  font-weight: 300;
  line-height: 1.2; }
  .theme-blue .display-1, .theme-blue .display-2, .theme-blue .display-3, .theme-blue
  .display-4, .theme-blue .display-5, .theme-blue .display-6, .theme-blue
  .display-7 {
    color: #303136; }
  .theme-brown .display-1, .theme-brown .display-2, .theme-brown .display-3, .theme-brown
  .display-4, .theme-brown .display-5, .theme-brown .display-6, .theme-brown
  .display-7 {
    color: #131313; }
  .theme-brown-v1 .display-1, .theme-brown-v1 .display-2, .theme-brown-v1 .display-3, .theme-brown-v1
  .display-4, .theme-brown-v1 .display-5, .theme-brown-v1 .display-6, .theme-brown-v1
  .display-7 {
    color: #1D1D1D; }
  .theme-green .display-1, .theme-green .display-2, .theme-green .display-3, .theme-green
  .display-4, .theme-green .display-5, .theme-green .display-6, .theme-green
  .display-7 {
    color: #000000; }
  .theme-red .display-1, .theme-red .display-2, .theme-red .display-3, .theme-red
  .display-4, .theme-red .display-5, .theme-red .display-6, .theme-red
  .display-7 {
    color: #000000; }
  .theme-red-v2 .display-1, .theme-red-v2 .display-2, .theme-red-v2 .display-3, .theme-red-v2
  .display-4, .theme-red-v2 .display-5, .theme-red-v2 .display-6, .theme-red-v2
  .display-7 {
    color: #131313; }
  .theme-red-v3 .display-1, .theme-red-v3 .display-2, .theme-red-v3 .display-3, .theme-red-v3
  .display-4, .theme-red-v3 .display-5, .theme-red-v3 .display-6, .theme-red-v3
  .display-7 {
    color: #000000; }

.display-1 {
  font-size: 6rem; }
  @media (max-width: 1200px) {
    .display-1 {
      font-size: calc(1.725rem + 5.7vw) ; } }

.display-2 {
  font-size: 5.5rem; }
  @media (max-width: 1200px) {
    .display-2 {
      font-size: calc(1.675rem + 5.1vw) ; } }

.display-3 {
  font-size: 4.5rem; }
  @media (max-width: 1200px) {
    .display-3 {
      font-size: calc(1.575rem + 3.9vw) ; } }

.display-4 {
  font-size: 3.5rem; }
  @media (max-width: 1200px) {
    .display-4 {
      font-size: calc(1.475rem + 2.7vw) ; } }

.display-5 {
  font-size: 3.9375rem; }
  @media (max-width: 1200px) {
    .display-5 {
      font-size: calc(1.51875rem + 3.225vw) ; } }

.display-6 {
  font-size: 2.6875rem; }
  @media (max-width: 1200px) {
    .display-6 {
      font-size: calc(1.39375rem + 1.725vw) ; } }

.display-7 {
  font-size: 1.375rem; }
  @media (max-width: 1200px) {
    .display-7 {
      font-size: calc(1.2625rem + 0.15vw) ; } }

/*-------------------------------------
   :: Basic Text Style
-------------------------------------*/
hr {
  margin: 3.75rem auto 3.125rem auto;
  border: 0;
  width: 360px; }
  .theme-blue hr {
    border-top: 1px solid #e2e2e5; }
  .theme-brown hr {
    border-top: 1px solid #E6DAD8; }
  .theme-brown-v1 hr {
    border-top: 1px solid #B2604B; }
  .theme-green hr {
    border-top: 1px solid #F7F9F8; }
  .theme-red hr {
    border-top: 1px solid #F3EAED; }
  .theme-red-v2 hr {
    border-top: 1px solid #FFE4E3; }
  .theme-red-v3 hr {
    border-top: 1px solid #BDBDBD; }

.hr {
  border: 0;
  width: 100%;
  margin: 0 auto 2.5rem auto; }
  .theme-blue .hr {
    border-top: 1px solid #e2e2e5; }
  .theme-brown .hr {
    border-top: 1px solid #E6DAD8; }
  .theme-brown-v1 .hr {
    border-top: 1px solid #B2604B; }
  .theme-green .hr {
    border-top: 1px solid #F7F9F8; }
  .theme-red .hr {
    border-top: 1px solid #F3EAED; }
  .theme-red-v2 .hr {
    border-top: 1px solid #FFE4E3; }
  .theme-red-v3 .hr {
    border-top: 1px solid #BDBDBD; }

em {
  font-style: italic; }
  .theme-blue em {
    color: #747682; }
  .theme-brown em {
    color: #A6A5A5; }
  .theme-brown-v1 em {
    color: #6f6f6f; }
  .theme-green em {
    color: #8C8C8C; }
  .theme-red em {
    color: #8C8C8C; }
  .theme-red-v2 em {
    color: #A6A5A5; }
  .theme-red-v3 em {
    color: #BDBDBD; }

p {
  font-size: 1rem;
  margin: 0 0 1.5em 0;
  line-height: 1.75;
  font-weight: 400; }
  .theme-blue p {
    color: #3B3C42; }
  .theme-brown p {
    color: #797979; }
  .theme-brown-v1 p {
    color: #444444; }
  .theme-green p {
    color: #4D4D4D; }
  .theme-red p {
    color: #4D4D4D; }
  .theme-red-v2 p {
    color: #797979; }
  .theme-red-v3 p {
    color: #484848; }

b, strong {
  font-weight: 700; }
  .theme-blue b, .theme-blue strong {
    color: #303136; }
  .theme-brown b, .theme-brown strong {
    color: #131313; }
  .theme-brown-v1 b, .theme-brown-v1 strong {
    color: #1D1D1D; }
  .theme-green b, .theme-green strong {
    color: #000000; }
  .theme-red b, .theme-red strong {
    color: #000000; }
  .theme-red-v2 b, .theme-red-v2 strong {
    color: #131313; }
  .theme-red-v3 b, .theme-red-v3 strong {
    color: #000000; }

a {
  text-decoration: none;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
  outline: 0; }
  .theme-blue a {
    color: #303136; }
  .theme-brown a {
    color: #131313; }
  .theme-brown-v1 a {
    color: #1D1D1D; }
  .theme-green a {
    color: #000000; }
  .theme-red a {
    color: #000000; }
  .theme-red-v2 a {
    color: #131313; }
  .theme-red-v3 a {
    color: #000000; }
  a:hover, a:focus {
    outline: 0;
    text-decoration: none; }

/*-------------------------------------
   :: Selection
-------------------------------------*/
.theme-blue ::-moz-selection {
  background-color: #B9CFD3; }
.theme-blue ::selection {
  background-color: #B9CFD3; }

.theme-brown ::-moz-selection {
  background-color: #FAE0D9; }

.theme-brown ::selection {
  background-color: #FAE0D9; }

.theme-brown-v1 ::-moz-selection {
  background-color: #e78f77; }

.theme-brown-v1 ::selection {
  background-color: #e78f77; }

.theme-green ::-moz-selection {
  background-color: #DAE6DC; }

.theme-green ::selection {
  background-color: #DAE6DC; }

.theme-red ::-moz-selection {
  background-color: #E6CFD6; }

.theme-red ::selection {
  background-color: #E6CFD6; }

.theme-red-v2 ::-moz-selection {
  background-color: #F7C4C3; }

.theme-red-v2 ::selection {
  background-color: #F7C4C3; }

.theme-red-v3 ::-moz-selection {
  background-color: #ff584f; }

.theme-red-v3 ::selection {
  background-color: #ff584f; }

.theme-blue ::-moz-selection {
  background-color: #B9CFD3; }

.theme-brown ::-moz-selection {
  background-color: #FAE0D9; }

.theme-brown-v1 ::-moz-selection {
  background-color: #e78f77; }

.theme-green ::-moz-selection {
  background-color: #DAE6DC; }

.theme-red ::-moz-selection {
  background-color: #E6CFD6; }

.theme-red-v2 ::-moz-selection {
  background-color: #F7C4C3; }

.theme-red-v3 ::-moz-selection {
  background-color: #ff584f; }

img {
  vertical-align: middle;
  border-style: none;
  page-break-inside: avoid;
  width: 100%;
  max-width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: auto; }

img::-moz-selection {
  background: transparent; }

img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }

svg {
  overflow: hidden;
  vertical-align: middle; }
  .theme-blue svg {
    fill: #303136; }
  .theme-brown svg {
    fill: #131313; }
  .theme-brown-v1 svg {
    fill: #1D1D1D; }
  .theme-green svg {
    fill: #000000; }
  .theme-red svg {
    fill: #000000; }
  .theme-red-v2 svg {
    fill: #131313; }
  .theme-red-v3 svg {
    fill: #000000; }

ul, ol {
  list-style-type: none; }
  .theme-blue ul, .theme-blue ol {
    color: #303136; }
  .theme-brown ul, .theme-brown ol {
    color: #131313; }
  .theme-brown-v1 ul, .theme-brown-v1 ol {
    color: #1D1D1D; }
  .theme-green ul, .theme-green ol {
    color: #000000; }
  .theme-red ul, .theme-red ol {
    color: #000000; }
  .theme-red-v2 ul, .theme-red-v2 ol {
    color: #131313; }
  .theme-red-v3 ul, .theme-red-v3 ol {
    color: #000000; }
  .theme-blue ul li, .theme-blue ol li {
    color: #3B3C42; }
  .theme-brown ul li, .theme-brown ol li {
    color: #797979; }
  .theme-brown-v1 ul li, .theme-brown-v1 ol li {
    color: #444444; }
  .theme-green ul li, .theme-green ol li {
    color: #4D4D4D; }
  .theme-red ul li, .theme-red ol li {
    color: #4D4D4D; }
  .theme-red-v2 ul li, .theme-red-v2 ol li {
    color: #797979; }
  .theme-red-v3 ul li, .theme-red-v3 ol li {
    color: #484848; }

/*-------------------------------------
   :: Spaces
-------------------------------------*/
.mb-30 {
  margin-bottom: 1.875rem; }

.pd0 {
  padding-bottom: 0; }

@media only screen and (min-width: 320px) and (max-width: 576px) and (orientation: Portrait) {
  hr {
    width: 230px; } }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

/*-------------------------------------
   :: Roboto
-------------------------------------*/
/*-------------------------------------
   :: Open Sans
-------------------------------------*/
/*-------------------------------------
   :: Lato
-------------------------------------*/
/*-------------------------------------
   :: Montserrat
-------------------------------------*/
/*-------------------------------------
   :: Oswald
-------------------------------------*/
/*-------------------------------------
   :: Source Sans Pro
-------------------------------------*/
/*-------------------------------------
   :: Raleway
-------------------------------------*/
/*-------------------------------------
   ::Roboto Slab 
-------------------------------------*/
/*-------------------------------------
   :: Playfair Display
-------------------------------------*/
/*-------------------------------------
   :: Nunito
-------------------------------------*/
/*-------------------------------------
   :: Noto Serif
-------------------------------------*/
@font-face {
  font-family: 'icomoon';
  src: url("../font/icomoon/icomoon.eot?-9hqo51");
  src: url("../font/icomoon/icomoon.eot?#iefix") format("embedded-opentype"), url("../font/icomoon/icomoon.woff") format("woff"), url("../font/icomoon/icomoon.ttf") format("truetype"), url("../font/icomoon/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'icomoon';
  src: url("../font/icomoon/fonts/icomoon.eot?fftrrv");
  src: url("../font/icomoon/fonts/icomoon.eot?fftrrv#iefix") format("embedded-opentype"), url("../font/icomoon/fonts/icomoon.ttf?fftrrv") format("truetype"), url("../font/icomoon/fonts/icomoon.woff?fftrrv") format("woff"), url("../font/icomoon/fonts/icomoon.svg?fftrrv#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

/*-------------------------------------
   :: Mixin
-------------------------------------*/
/*-------------------------------------
   :: Mixin BEM
-------------------------------------*/
/*-------------------------------------
   :: Background
-------------------------------------*/
/*-------------------------------------
   :: Unorder List
-------------------------------------*/
/*-------------------------------------
   :: Padding
-------------------------------------*/
/*-------------------------------------
   :: Padding
-------------------------------------*/
/*-------------------------------------
   :: Clearfix
-------------------------------------*/
/*-------------------------------------
   :: Transition
-------------------------------------*/
/*-------------------------------------
   :: Color Theme
-------------------------------------*/
/*-------------------------------------
   :: Small Button Actions
-------------------------------------*/
/*-------------------------------------
   :: All Themes Color
-------------------------------------*/
/*-------------------------------------
   :: Font Weights
-------------------------------------*/
/*-------------------------------------
   :: Breakpoint
-------------------------------------*/
/*-------------------------------------
   :: Padding
-------------------------------------*/
/*-------------------------------------
   :: Margin
-------------------------------------*/
/*-------------------------------------
   :: Navnar Mobile Section
-------------------------------------*/
/*-------------------------------------
   :: Work Mobile Section
-------------------------------------*/
/*-------------------------------------
   :: Header Mobile Section
-------------------------------------*/
/*-------------------------------------
   :: blog Layout Mobile Section
-------------------------------------*/
/*-------------------------------------
   :: Blog Mobile Section
-------------------------------------*/
/*-------------------------------------
   :: Article Mobile Section
-------------------------------------*/
/*-------------------------------------
   :: Case Study Mobile Section
-------------------------------------*/
/*-------------------------------------
   :: About Mobile Section 
-------------------------------------*/
/*-------------------------------------
   :: Footer Mobile Section
-------------------------------------*/
/*-------------------------------------
   :: Media Query (Portrait)
-------------------------------------*/
/*-------------------------------------
   :: Media Query (Landscape)
-------------------------------------*/
/*-------------------------------------
   :: Media Query (Portrait)
-------------------------------------*/
/*-------------------------------------
   :: Media Query (Landscape)
-------------------------------------*/
/*-------------------------------------
   :: Font Type
-------------------------------------*/
/*-------------------------------------
   :: Font Width
-------------------------------------*/
/*-------------------------------------
   :: Text Transform
-------------------------------------*/
/*-------------------------------------
   :: Tags Links
-------------------------------------*/
/*-------------------------------------
   :: Meta Tag Mobile Section
-------------------------------------*/
/*-------------------------------------
   :: Grid White Space Desktop
-------------------------------------*/
.w-space .mb-1-c:not(:last-child) {
  margin-bottom: 3.125rem; }

.w-space .mb3-1-bc:not(:last-child) {
  margin-bottom: 1.875rem; }

.w-space .mb-1-bc:not(:last-child) {
  margin-bottom: 5rem; }

.w-space .mb-2-g:not(:nth-last-child(-n+2)) {
  margin-bottom: 3.125rem; }

.w-space .mb3-g:not(:nth-last-child(-n+3)) {
  margin-bottom: 3.125rem; }

.w-space .mb-3-g:not(:nth-last-child(-n+3)) {
  margin-bottom: 1.875rem; }

.w-space .mb3-2-g:not(:nth-last-child(-n+2)) {
  margin-bottom: 1.875rem; }

.w-space .mb3-3-g:not(:nth-last-child(-n+3)) {
  margin-bottom: 1.875rem; }

.w-space .mb-10-g:not(:nth-last-child(-n+6)) {
  margin-bottom: 0.625rem; }

/*-------------------------------------
   :: Grid White Space Small Device
-------------------------------------*/
/*-------------------------------------
   :: 6 Grid W-Space Small Device
-------------------------------------*/
@media only screen and (min-width: 320px) and (max-width: 468px) and (orientation: Portrait) {
  .w-space .mb-10-g:nth-child(2n+2) {
    margin-right: 0; }
  .w-space .mb-10-g:not(:nth-last-child(-n+2)) {
    margin-bottom: 0.625rem; } }

@media only screen and (min-width: 320px) and (max-width: 468px) and (orientation: Landscape) {
  .w-space .mb-10-g:nth-child(2n+2) {
    margin-right: 0; }
  .w-space .mb-10-g:not(:nth-last-child(-n+2)) {
    margin-bottom: 0.625rem; } }

@media only screen and (min-width: 470px) and (max-width: 767px) and (orientation: Portrait) {
  .w-space .mb-10-g:nth-child(3n+3) {
    margin-right: 0; }
  .w-space .mb-10-g:not(:nth-last-child(-n+3)) {
    margin-bottom: 0.625rem; } }

@media only screen and (min-width: 470px) and (max-width: 767px) and (orientation: Landscape) {
  .w-space .mb-10-g:nth-child(3n+3) {
    margin-right: 0; }
  .w-space .mb-10-g:not(:nth-last-child(-n+3)) {
    margin-bottom: 0.625rem; } }

@media only screen and (min-width: 768px) and (max-width: 991px) and (orientation: Portrait) {
  .w-space .mb-10-g:nth-child(4n+4) {
    margin-right: 0; }
  .w-space .mb-10-g:not(:nth-last-child(-n+4)) {
    margin-bottom: 0.625rem; } }

@media only screen and (min-width: 768px) and (max-width: 991px) and (orientation: Landscape) {
  .w-space .mb-10-g:nth-child(4n+4) {
    margin-right: 0; }
  .w-space .mb-10-g:not(:nth-last-child(-n+4)) {
    margin-bottom: 0.625rem; } }

@media only screen and (min-width: 992px) and (orientation: Landscape) {
  .w-space .mb-10-g:nth-child(6n+6) {
    margin-right: 0; } }

/*-------------------------------------
   :: Social Media Icons
-------------------------------------*/
/*-------------------------------------
   :: Big Social Media Icons
-------------------------------------*/
/*-------------------------------------
   :: Small Social Media Icons
-------------------------------------*/
/*-------------------------------------
   // :: Layout
-------------------------------------*/
/*-------------------------------------
   :: Navbar Section
-------------------------------------*/
.navbar {
  max-width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 1.5625rem 0.9375rem;
  z-index: 9999; }
  .theme-blue .navbar {
    background-color: #ffffff; }
  .theme-brown .navbar {
    background-color: #ffffff; }
  .theme-brown-v1 .navbar {
    background-color: #ffffff; }
  .theme-green .navbar {
    background-color: #ffffff; }
  .theme-red .navbar {
    background-color: #ffffff; }
  .theme-red-v2 .navbar {
    background-color: #ffffff; }
  .theme-red-v3 .navbar {
    background-color: #ffffff; }
  .navbar__open {
    display: none; }
  .navbar__close {
    display: none; }
  .navbar__logo {
    display: block; }
    .navbar__logo svg {
      height: auto;
      font-size: 0.625rem;
      width: 6em; }
      .theme-blue .navbar__logo svg {
        fill: #303136; }
      .theme-brown .navbar__logo svg {
        fill: #131313; }
      .theme-brown-v1 .navbar__logo svg {
        fill: #1D1D1D; }
      .theme-green .navbar__logo svg {
        fill: #000000; }
      .theme-red .navbar__logo svg {
        fill: #000000; }
      .theme-red-v2 .navbar__logo svg {
        fill: #131313; }
      .theme-red-v3 .navbar__logo svg {
        fill: #000000; }
  .navbar__nav {
    position: relative;
    z-index: 9999; }
  .navbar__list {
    list-style-type: none; }
  .navbar__item {
    display: inline-block;
    margin-right: 1.875rem;
    position: relative; }
    .navbar__item--last {
      margin-right: 0rem; }
    .navbar__item.active a {
      font-weight: 500; }
      .navbar__item.active a::before {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1); }
      .theme-blue .navbar__item.active a {
        color: #303136; }
      .theme-brown .navbar__item.active a {
        color: #131313; }
      .theme-brown-v1 .navbar__item.active a {
        color: #1D1D1D; }
      .theme-green .navbar__item.active a {
        color: #000000; }
      .theme-red .navbar__item.active a {
        color: #000000; }
      .theme-red-v2 .navbar__item.active a {
        color: #131313; }
      .theme-red-v3 .navbar__item.active a {
        color: #000000; }
  .navbar__link {
    font-size: 0.875rem;
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 0.09375em;
    position: relative;
    -webkit-transition: color 0.4s ease-in-out;
    -moz-transition: color 0.4s ease-in-out;
    -ms-transition: color 0.4s ease-in-out;
    -o-transition: color 0.4s ease-in-out;
    transition: color 0.4s ease-in-out;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
    .theme-blue .navbar__link {
      color: #747682; }
    .theme-brown .navbar__link {
      color: #A6A5A5; }
    .theme-brown-v1 .navbar__link {
      color: #6f6f6f; }
    .theme-green .navbar__link {
      color: #8C8C8C; }
    .theme-red .navbar__link {
      color: #8C8C8C; }
    .theme-red-v2 .navbar__link {
      color: #A6A5A5; }
    .theme-red-v3 .navbar__link {
      color: #BDBDBD; }
    .navbar__link::before {
      content: "";
      position: absolute;
      width: 70%;
      z-index: -1;
      height: 2px;
      bottom: 0;
      left: 0;
      top: 0;
      margin-top: 1.25rem;
      -webkit-transform: scale3d(0, 1, 1);
      transform: scale3d(0, 1, 1);
      -webkit-transform-origin: 0% 50%;
      -ms-transform-origin: 0% 50%;
      transform-origin: 0% 50%;
      -webkit-transition: -webkit-transform 0.5s;
      transition: -webkit-transform 0.5s;
      -o-transition: transform 0.5s;
      transition: transform 0.5s;
      transition: transform 0.5s, -webkit-transform 0.5s;
      -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
      -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
      transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
      .theme-blue .navbar__link::before {
        background-color: #86A9B0; }
      .theme-brown .navbar__link::before {
        background-color: #E1CAC4; }
      .theme-brown-v1 .navbar__link::before {
        background-color: #B2604B; }
      .theme-green .navbar__link::before {
        background-color: #C2CDC4; }
      .theme-red .navbar__link::before {
        background-color: #CBB6BD; }
      .theme-red-v2 .navbar__link::before {
        background-color: #DEB0AF; }
      .theme-red-v3 .navbar__link::before {
        background-color: #EE0625; }
    .navbar__link:hover::before {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1); }
    .navbar__link:focus::before {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1); }

.navbar-lg {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: space-between; }

/*-------------------------------------
   :: navbar Mobile Section
-------------------------------------*/
@media only screen and (min-width: 320px) and (max-width: 768px) and (orientation: Portrait) {
  .navbar {
    padding: 1.5625rem 0rem; }
    .navbar__open {
      display: block;
      cursor: pointer; }
    .navbar__close {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      margin: 1.25rem;
      cursor: pointer; }
    .navbar__nav {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -ms-flex-align: center;
      -webkit-box-align: center;
      align-items: center;
      position: fixed;
      top: 0;
      right: 0;
      width: 100%;
      max-width: 100%;
      height: 100vh;
      will-change: transform;
      z-index: 9999;
      visibility: hidden;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
      -webkit-transition: -webkit-transform 0.4s;
      transition: -webkit-transform 0.4s;
      -o-transition: transform 0.4s;
      transition: transform 0.4s;
      transition: transform 0.4s, -webkit-transform 0.4s;
      -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
      -o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
      transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }
      .theme-blue .navbar__nav {
        background-color: #ffffff; }
      .theme-brown .navbar__nav {
        background-color: #ffffff; }
      .theme-brown-v1 .navbar__nav {
        background-color: #ffffff; }
      .theme-green .navbar__nav {
        background-color: #ffffff; }
      .theme-red .navbar__nav {
        background-color: #ffffff; }
      .theme-red-v2 .navbar__nav {
        background-color: #ffffff; }
      .theme-red-v3 .navbar__nav {
        background-color: #ffffff; }
      .navbar__nav.is-open {
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: -webkit-transform 0.8s;
        transition: -webkit-transform 0.8s;
        -o-transition: transform 0.8s;
        transition: transform 0.8s;
        transition: transform 0.8s, -webkit-transform 0.8s;
        -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        -o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }
        .navbar__nav.is-open ul {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          -webkit-transition: -webkit-transform 0.8s;
          transition: -webkit-transform 0.8s;
          -o-transition: transform 0.8s;
          transition: transform 0.8s;
          transition: transform 0.8s, -webkit-transform 0.8s;
          -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
          -o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
          transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }
          .navbar__nav.is-open ul li {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            -webkit-transition: -webkit-transform 0.8s;
            transition: -webkit-transform 0.8s;
            -o-transition: transform 0.8s;
            transition: transform 0.8s;
            transition: transform 0.8s, -webkit-transform 0.8s;
            -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
            -o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
            transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
            -webkit-transition-duration: 0.9s;
            -o-transition-duration: 0.9s;
            transition-duration: 0.9s; }
    .navbar__list {
      list-style-type: none;
      margin-left: 6.25rem;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
      -webkit-transition: -webkit-transform 0s 0.4s;
      transition: -webkit-transform 0s 0.4s;
      -o-transition: transform 0s 0.4s;
      transition: transform 0s 0.4s;
      transition: transform 0s 0.4s, -webkit-transform 0s 0.4s;
      -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
      -o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
      transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }
    .navbar__item {
      display: block;
      margin-bottom: 1.875rem;
      position: relative;
      -webkit-transform: translate3d(0, 500px, 0);
      transform: translate3d(0, 500px, 0);
      -webkit-transition: -webkit-transform 0s 0.4s;
      transition: -webkit-transform 0s 0.4s;
      -o-transition: transform 0s 0.4s;
      transition: transform 0s 0.4s;
      transition: transform 0s 0.4s, -webkit-transform 0s 0.4s;
      -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
      -o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
      transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }
      .navbar__item--last {
        margin-bottom: 0px; }
      .navbar__item--two {
        -webkit-transform: translate3d(0, 1px, 0);
        transform: translate3d(0, 1000px, 0); }
      .navbar__item--three {
        -webkit-transform: translate3d(0, 1500px, 0);
        transform: translate3d(0, 1500px, 0); }
      .navbar__item--four {
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0); } }

@media only screen and (min-width: 320px) and (max-width: 768px) and (orientation: Landscape) {
  .navbar {
    padding: 1.5625rem 0rem; }
    .navbar__open {
      display: block;
      cursor: pointer; }
    .navbar__close {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      margin: 1.25rem;
      cursor: pointer; }
    .navbar__nav {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -ms-flex-align: center;
      -webkit-box-align: center;
      align-items: center;
      position: fixed;
      top: 0;
      right: 0;
      width: 100%;
      max-width: 100%;
      height: 100vh;
      will-change: transform;
      z-index: 9999;
      visibility: hidden;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
      -webkit-transition: -webkit-transform 0.4s;
      transition: -webkit-transform 0.4s;
      -o-transition: transform 0.4s;
      transition: transform 0.4s;
      transition: transform 0.4s, -webkit-transform 0.4s;
      -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
      -o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
      transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }
      .theme-blue .navbar__nav {
        background-color: #ffffff; }
      .theme-brown .navbar__nav {
        background-color: #ffffff; }
      .theme-brown-v1 .navbar__nav {
        background-color: #ffffff; }
      .theme-green .navbar__nav {
        background-color: #ffffff; }
      .theme-red .navbar__nav {
        background-color: #ffffff; }
      .theme-red-v2 .navbar__nav {
        background-color: #ffffff; }
      .theme-red-v3 .navbar__nav {
        background-color: #ffffff; }
      .navbar__nav.is-open {
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: -webkit-transform 0.8s;
        transition: -webkit-transform 0.8s;
        -o-transition: transform 0.8s;
        transition: transform 0.8s;
        transition: transform 0.8s, -webkit-transform 0.8s;
        -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        -o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }
        .navbar__nav.is-open ul {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          -webkit-transition: -webkit-transform 0.8s;
          transition: -webkit-transform 0.8s;
          -o-transition: transform 0.8s;
          transition: transform 0.8s;
          transition: transform 0.8s, -webkit-transform 0.8s;
          -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
          -o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
          transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }
          .navbar__nav.is-open ul li {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            -webkit-transition: -webkit-transform 0.8s;
            transition: -webkit-transform 0.8s;
            -o-transition: transform 0.8s;
            transition: transform 0.8s;
            transition: transform 0.8s, -webkit-transform 0.8s;
            -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
            -o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
            transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
            -webkit-transition-duration: 0.9s;
            -o-transition-duration: 0.9s;
            transition-duration: 0.9s; }
    .navbar__list {
      list-style-type: none;
      margin-left: 6.25rem;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
      -webkit-transition: -webkit-transform 0s 0.4s;
      transition: -webkit-transform 0s 0.4s;
      -o-transition: transform 0s 0.4s;
      transition: transform 0s 0.4s;
      transition: transform 0s 0.4s, -webkit-transform 0s 0.4s;
      -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
      -o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
      transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }
    .navbar__item {
      display: block;
      margin-bottom: 1.875rem;
      position: relative;
      -webkit-transform: translate3d(0, 500px, 0);
      transform: translate3d(0, 500px, 0);
      -webkit-transition: -webkit-transform 0s 0.4s;
      transition: -webkit-transform 0s 0.4s;
      -o-transition: transform 0s 0.4s;
      transition: transform 0s 0.4s;
      transition: transform 0s 0.4s, -webkit-transform 0s 0.4s;
      -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
      -o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
      transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }
      .navbar__item--last {
        margin-bottom: 0px; }
      .navbar__item--two {
        -webkit-transform: translate3d(0, 1px, 0);
        transform: translate3d(0, 1000px, 0); }
      .navbar__item--three {
        -webkit-transform: translate3d(0, 1500px, 0);
        transform: translate3d(0, 1500px, 0); }
      .navbar__item--four {
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0); } }

/*-------------------------------------
   :: Header Section
-------------------------------------*/
.header, .sm-header, .h-c {
  width: 100%;
  height: 88vh;
  min-height: 88vh;
  max-height: 88vh;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center; }
  .header__flex, .sm-header__flex, .h-c__flex {
    margin-bottom: 3.125rem;
    text-align: left;
    width: 50%; }
  .header__heading, .sm-header__heading, .h-c__heading {
    font-size: 3rem; }
    @media (max-width: 1200px) {
      .header__heading, .sm-header__heading, .h-c__heading {
        font-size: calc(1.425rem + 2.1vw) ; } }

/*-------------------------------------
   :: Small Section
-------------------------------------*/
.sm-header {
  width: 100%;
  height: 60vh;
  text-align: center; }
  .theme-blue .sm-header {
    background-color: #ffffff; }
  .theme-brown .sm-header {
    background-color: #ffffff; }
  .theme-brown-v1 .sm-header {
    background-color: #ffffff; }
  .theme-green .sm-header {
    background-color: #ffffff; }
  .theme-red .sm-header {
    background-color: #ffffff; }
  .theme-red-v2 .sm-header {
    background-color: #ffffff; }
  .theme-red-v3 .sm-header {
    background-color: #ffffff; }

/*-------------------------------------
   :: Header Mobile Section
-------------------------------------*/
@media only screen and (min-width: 320px) and (max-width: 768px) and (orientation: Portrait) {
  .header__flex {
    width: 100%; } }

@media only screen and (min-width: 320px) and (max-width: 768px) and (orientation: Landscape) {
  .header__flex {
    width: 100%; } }

@media only screen and (min-width: 576px) and (max-width: 992px) and (orientation: Portrait) {
  .header__flex {
    width: 75%; } }

@media only screen and (min-width: 576px) and (max-width: 992px) and (orientation: Landscape) {
  .header__flex {
    width: 75%; } }

/*-------------------------------------
   :: Work Section
-------------------------------------*/
.project {
  max-width: 100%;
  padding: 7.5rem 0rem;
  position: relative; }
  .theme-blue .project {
    background-color: #ffffff; }
  .theme-brown .project {
    background-color: #ffffff; }
  .theme-brown-v1 .project {
    background-color: #ffffff; }
  .theme-green .project {
    background-color: #ffffff; }
  .theme-red .project {
    background-color: #ffffff; }
  .theme-red-v2 .project {
    background-color: #ffffff; }
  .theme-red-v3 .project {
    background-color: #ffffff; }
  .project__related {
    margin-top: 2.5rem; }
  .project__unit {
    position: relative; }
  .project__single {
    display: inline-block;
    width: 100%;
    margin: 0rem;
    position: relative;
    cursor: pointer;
    outline: none;
    border: none;
    -webkit-perspective: 300;
    perspective: 300;
    text-align: center; }
    .project__single:hover {
      z-index: 1; }
      .project__single:hover .overlay {
        opacity: 1;
        z-index: 1; }
      .project__single:hover .name {
        animation: topic 0.4s ease 0s forwards;
        -webkit-animation: topic 0.4s ease 0s forwards;
        -moz-animation: topic 0.4s ease 0s forwards; }

@keyframes topic {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@-webkit-keyframes topic {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }
      .project__single:hover .desc {
        animation: desc 0.7s ease 0s forwards;
        -webkit-animation: desc 0.7s ease 0s forwards;
        -moz-animation: desc 0.7s ease 0s forwards; }

@keyframes desc {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@-webkit-keyframes desc {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }
  .project__details {
    margin-top: 0.9375rem; }
  .project__overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    padding: 1.25rem;
    letter-spacing: 1px;
    outline: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
    .theme-blue .project__overlay {
      background-color: rgba(48, 49, 54, 0.5); }
    .theme-brown .project__overlay {
      background-color: rgba(19, 19, 19, 0.5); }
    .theme-brown-v1 .project__overlay {
      background-color: rgba(29, 29, 29, 0.5); }
    .theme-green .project__overlay {
      background-color: rgba(0, 0, 0, 0.5); }
    .theme-red .project__overlay {
      background-color: rgba(0, 0, 0, 0.5); }
    .theme-red-v2 .project__overlay {
      background-color: rgba(19, 19, 19, 0.5); }
    .theme-red-v3 .project__overlay {
      background-color: rgba(0, 0, 0, 0.5); }
  .project__title {
    text-transform: capitalize;
    margin-bottom: 0.3125rem; }
    .theme-blue .project__title--overlay {
      color: #ffffff; }
    .theme-brown .project__title--overlay {
      color: #ffffff; }
    .theme-brown-v1 .project__title--overlay {
      color: #ffffff; }
    .theme-green .project__title--overlay {
      color: #ffffff; }
    .theme-red .project__title--overlay {
      color: #ffffff; }
    .theme-red-v2 .project__title--overlay {
      color: #ffffff; }
    .theme-red-v3 .project__title--overlay {
      color: #ffffff; }
  .project__topic {
    font-size: 0.875rem;
    font-weight: 300;
    letter-spacing: 1.25;
    margin-bottom: 0rem;
    text-transform: capitalize; }
    .theme-blue .project__topic--overlay {
      color: #ffffff; }
    .theme-brown .project__topic--overlay {
      color: #ffffff; }
    .theme-brown-v1 .project__topic--overlay {
      color: #ffffff; }
    .theme-green .project__topic--overlay {
      color: #ffffff; }
    .theme-red .project__topic--overlay {
      color: #ffffff; }
    .theme-red-v2 .project__topic--overlay {
      color: #ffffff; }
    .theme-red-v3 .project__topic--overlay {
      color: #ffffff; }
  .project__thumbnail {
    height: auto;
    max-width: 100%;
    opacity: 0.8;
    -webkit-transition: opacity 0.4s ease-in-out ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out ease-in-out;
    -o-transition: opacity 0.4s ease-in-out ease-in-out;
    transition: opacity 0.4s ease-in-out ease-in-out; }
    .project__thumbnail:hover {
      opacity: 1; }
  .project__slider {
    width: 100%;
    outline: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: space-between; }

.theme-blue .bg {
  background-color: #F9F9F9; }

.theme-brown .bg {
  background-color: #F9F9F9; }

.theme-brown-v1 .bg {
  background-color: #F3F2EE; }

.theme-green .bg {
  background-color: #F9F9F9; }

.theme-red .bg {
  background-color: #F9F9F9; }

.theme-red-v2 .bg {
  background-color: #F9F9F9; }

.theme-red-v3 .bg {
  background-color: #F9F9F9; }

/*-------------------------------------
   :: Work Mobile Section
-------------------------------------*/
@media only screen and (min-width: 320px) and (max-width: 768px) and (orientation: Portrait) {
  .project {
    text-align: center; }
    .project__detail {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3;
      text-align: center; }
    .project__text {
      width: 100%; }
    .project__thumbnail {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; } }

@media only screen and (min-width: 320px) and (max-width: 768px) and (orientation: Landscape) {
  .project {
    text-align: center; }
    .project__detail {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3;
      text-align: center; }
    .project__text {
      width: 100%; }
    .project__thumbnail {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; } }

/*-------------------------------------
   :: Blog Section
-------------------------------------*/
.blog {
  padding: 7.5rem 0rem;
  position: relative;
  z-index: 1; }
  .theme-blue .blog {
    background-color: #ffffff; }
  .theme-brown .blog {
    background-color: #ffffff; }
  .theme-brown-v1 .blog {
    background-color: #ffffff; }
  .theme-green .blog {
    background-color: #ffffff; }
  .theme-red .blog {
    background-color: #ffffff; }
  .theme-red-v2 .blog {
    background-color: #ffffff; }
  .theme-red-v3 .blog {
    background-color: #ffffff; }
  .theme-blue .blog .m-over span:after {
    color: #ffffff; }
  .theme-brown .blog .m-over span:after {
    color: #ffffff; }
  .theme-brown-v1 .blog .m-over span:after {
    color: #ffffff; }
  .theme-green .blog .m-over span:after {
    color: #ffffff; }
  .theme-red .blog .m-over span:after {
    color: #ffffff; }
  .theme-red-v2 .blog .m-over span:after {
    color: #ffffff; }
  .theme-red-v3 .blog .m-over span:after {
    color: #ffffff; }
  .blog .m-over span:last-child:after {
    display: none; }
  .blog__thumb {
    width: 100%;
    position: relative; }
    .blog__thumb--grid {
      min-height: 178.5px;
      max-height: 178.5px;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .blog__thumb--fixid {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 100%;
      min-height: 250px;
      max-height: 250px; }
    .blog__thumb--sn-thumb {
      padding: 1.875rem; }
    .blog__thumb--center {
      text-align: center;
      margin-top: 1.875rem; }
      .blog__thumb--center.bt-space {
        margin-bottom: 1.875rem; }
    .blog__thumb--sm-c {
      text-align: center;
      margin-top: 1.25rem; }
    .blog__thumb--shadow-st0 {
      -webkit-box-shadow: 0 1px 3px 0 transparent;
      box-shadow: 0 1px 3px 0 transparent;
      border-radius: 1px;
      -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
      -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
      .theme-blue .blog__thumb--shadow-st0 {
        border: 1px solid #e2e2e5; }
      .theme-brown .blog__thumb--shadow-st0 {
        border: 1px solid #E6DAD8; }
      .theme-brown-v1 .blog__thumb--shadow-st0 {
        border: 1px solid #B2604B; }
      .theme-green .blog__thumb--shadow-st0 {
        border: 1px solid #F7F9F8; }
      .theme-red .blog__thumb--shadow-st0 {
        border: 1px solid #F3EAED; }
      .theme-red-v2 .blog__thumb--shadow-st0 {
        border: 1px solid #FFE4E3; }
      .theme-red-v3 .blog__thumb--shadow-st0 {
        border: 1px solid #BDBDBD; }
      .blog__thumb--shadow-st0:hover {
        -webkit-box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.08);
        box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.08); }
  .blog__title {
    position: relative;
    line-height: 1.4;
    margin-right: auto;
    margin-bottom: 0;
    cursor: pointer;
    margin-bottom: 3.75rem;
    text-transform: capitalize; }
    .blog__title.transition {
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .blog__title a {
      color: inherit;
      font-size: inherit;
      font-weight: inherit; }
    .theme-blue .blog__title:hover, .theme-blue .blog__title a:hover {
      color: #86A9B0; }
    .theme-brown .blog__title:hover, .theme-brown .blog__title a:hover {
      color: #E1CAC4; }
    .theme-brown-v1 .blog__title:hover, .theme-brown-v1 .blog__title a:hover {
      color: #B2604B; }
    .theme-green .blog__title:hover, .theme-green .blog__title a:hover {
      color: #C2CDC4; }
    .theme-red .blog__title:hover, .theme-red .blog__title a:hover {
      color: #CBB6BD; }
    .theme-red-v2 .blog__title:hover, .theme-red-v2 .blog__title a:hover {
      color: #DEB0AF; }
    .theme-red-v3 .blog__title:hover, .theme-red-v3 .blog__title a:hover {
      color: #EE0625; }
    .blog__title--grid {
      margin-bottom: 0.9375rem; }
    .blog__title--grid-s {
      margin-bottom: 0;
      margin-top: 3.75rem; }
    .blog__title--grid-b {
      margin-top: 0.9375rem; }
    .blog__title--padding {
      padding: 0 0.9375rem; }
  .blog__details {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    width: 100%;
    height: 25px;
    margin-top: auto;
    margin-left: auto; }
  .blog__meta {
    cursor: pointer; }
    .blog__meta span {
      font-size: 0.75rem;
      text-transform: uppercase;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
      display: inline-block;
      font-weight: 500; }
      .theme-blue .blog__meta span {
        color: #747682; }
      .theme-brown .blog__meta span {
        color: #A6A5A5; }
      .theme-brown-v1 .blog__meta span {
        color: #6f6f6f; }
      .theme-green .blog__meta span {
        color: #8C8C8C; }
      .theme-red .blog__meta span {
        color: #8C8C8C; }
      .theme-red-v2 .blog__meta span {
        color: #A6A5A5; }
      .theme-red-v3 .blog__meta span {
        color: #BDBDBD; }
      .blog__meta span:last-child {
        margin-right: 0; }
      .blog__meta span:last-child:after {
        display: none; }
      .theme-blue .blog__meta span:hover, .theme-blue .blog__meta span:focus {
        color: #86A9B0; }
      .theme-brown .blog__meta span:hover, .theme-brown .blog__meta span:focus {
        color: #E1CAC4; }
      .theme-brown-v1 .blog__meta span:hover, .theme-brown-v1 .blog__meta span:focus {
        color: #B2604B; }
      .theme-green .blog__meta span:hover, .theme-green .blog__meta span:focus {
        color: #C2CDC4; }
      .theme-red .blog__meta span:hover, .theme-red .blog__meta span:focus {
        color: #CBB6BD; }
      .theme-red-v2 .blog__meta span:hover, .theme-red-v2 .blog__meta span:focus {
        color: #DEB0AF; }
      .theme-red-v3 .blog__meta span:hover, .theme-red-v3 .blog__meta span:focus {
        color: #EE0625; }
      .blog__meta span::after {
        content: '|';
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        z-index: 1; }
        .theme-blue .blog__meta span::after {
          color: #747682; }
        .theme-brown .blog__meta span::after {
          color: #A6A5A5; }
        .theme-brown-v1 .blog__meta span::after {
          color: #6f6f6f; }
        .theme-green .blog__meta span::after {
          color: #8C8C8C; }
        .theme-red .blog__meta span::after {
          color: #8C8C8C; }
        .theme-red-v2 .blog__meta span::after {
          color: #A6A5A5; }
        .theme-red-v3 .blog__meta span::after {
          color: #BDBDBD; }
      .theme-blue .blog__meta span a:hover {
        color: #86A9B0; }
      .theme-brown .blog__meta span a:hover {
        color: #E1CAC4; }
      .theme-brown-v1 .blog__meta span a:hover {
        color: #B2604B; }
      .theme-green .blog__meta span a:hover {
        color: #C2CDC4; }
      .theme-red .blog__meta span a:hover {
        color: #CBB6BD; }
      .theme-red-v2 .blog__meta span a:hover {
        color: #DEB0AF; }
      .theme-red-v3 .blog__meta span a:hover {
        color: #EE0625; }
    .blog__meta--last {
      text-align: center; }
  .blog__icon::before {
    font-family: 'icomoon';
    content: '\e755';
    margin-right: 0.4375rem;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    display: inline-block;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .blog__icon::before {
    font-size: 0.875rem; }
  .blog__save {
    cursor: pointer;
    margin-bottom: 0.9375rem; }
    .theme-blue .blog__save {
      background-color: #ffffff; }
    .theme-brown .blog__save {
      background-color: #ffffff; }
    .theme-brown-v1 .blog__save {
      background-color: #ffffff; }
    .theme-green .blog__save {
      background-color: #ffffff; }
    .theme-red .blog__save {
      background-color: #ffffff; }
    .theme-red-v2 .blog__save {
      background-color: #ffffff; }
    .theme-red-v3 .blog__save {
      background-color: #ffffff; }
    .blog__save:last-child {
      margin-bottom: 0; }
    .blog__save svg {
      -webkit-transition: fill 0.4s ease-in-out;
      -moz-transition: fill 0.4s ease-in-out;
      -ms-transition: fill 0.4s ease-in-out;
      -o-transition: fill 0.4s ease-in-out;
      transition: fill 0.4s ease-in-out; }
      .theme-blue .blog__save svg {
        fill: #86A9B0; }
      .theme-brown .blog__save svg {
        fill: #E1CAC4; }
      .theme-brown-v1 .blog__save svg {
        fill: #B2604B; }
      .theme-green .blog__save svg {
        fill: #C2CDC4; }
      .theme-red .blog__save svg {
        fill: #CBB6BD; }
      .theme-red-v2 .blog__save svg {
        fill: #DEB0AF; }
      .theme-red-v3 .blog__save svg {
        fill: #EE0625; }
      .theme-blue .blog__save svg:hover {
        fill: #B9CFD3; }
      .theme-brown .blog__save svg:hover {
        fill: #FAE0D9; }
      .theme-brown-v1 .blog__save svg:hover {
        fill: #e78f77; }
      .theme-green .blog__save svg:hover {
        fill: #DAE6DC; }
      .theme-red .blog__save svg:hover {
        fill: #E6CFD6; }
      .theme-red-v2 .blog__save svg:hover {
        fill: #F7C4C3; }
      .theme-red-v3 .blog__save svg:hover {
        fill: #ff584f; }

/*-------------------------------------
   :: Blog Mobile Section
-------------------------------------*/
@media only screen and (min-width: 320px) and (max-width: 991px) and (orientation: Portrait) {
  .blog .mb:not(:last-child) {
    margin-bottom: 1.875rem; }
  .blog__thumb.stm-0 {
    margin-top: 1.875rem;
    text-align: center; }
  .blog__thumb.bt-space-0 {
    padding-top: 0; }
  .w-space .mb-3-g:not(:nth-last-child(-n+1)) {
    margin-bottom: 1.875rem; }
  .w-space .mb-2-g:not(:nth-last-child(-n+1)) {
    margin-bottom: 3.125rem; }
  .w-space .mb3-g:not(:nth-last-child(-n+1)) {
    margin-bottom: 3.125rem; }
  .w-space .mb3-3-g:not(:nth-last-child(-n+1)) {
    margin-bottom: 1.875rem; }
  .w-space .mb3-2-g:not(:nth-last-child(-n+1)) {
    margin-bottom: 1.875rem; }
  .blog .blog-right {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-top: 6.25rem; }
  .blog .blog-left {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media only screen and (min-width: 320px) and (max-width: 991px) and (orientation: Landscape) {
  .blog .mb:not(:last-child) {
    margin-bottom: 1.875rem; }
  .blog__thumb.stm-0 {
    margin-top: 1.875rem;
    text-align: center; }
  .blog__thumb.bt-space-0 {
    padding-top: 0; }
  .w-space .mb-3-g:not(:nth-last-child(-n+1)) {
    margin-bottom: 1.875rem; }
  .w-space .mb-2-g:not(:nth-last-child(-n+1)) {
    margin-bottom: 3.125rem; }
  .w-space .mb3-g:not(:nth-last-child(-n+1)) {
    margin-bottom: 3.125rem; }
  .w-space .mb3-3-g:not(:nth-last-child(-n+1)) {
    margin-bottom: 1.875rem; }
  .w-space .mb3-2-g:not(:nth-last-child(-n+1)) {
    margin-bottom: 1.875rem; }
  .blog .blog-right {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-top: 6.25rem; }
  .blog .blog-left {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

/*-------------------------------------
   :: Single-Article Section
-------------------------------------*/
.s-blog {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  text-align: center; }
  .s-blog__heading {
    padding: 7.5rem 0rem;
    width: 50%;
    margin: 0 auto; }
    .s-blog__heading--p0 {
      padding: 0rem 0rem 7.5rem 0rem; }
    .s-blog__heading--w50 {
      width: 75%; }
  .s-blog__title {
    text-transform: capitalize;
    margin-bottom: 0rem;
    margin-top: 0rem; }
  .s-blog__meta {
    position: relative;
    margin-top: 1.875rem;
    cursor: pointer;
    width: 100%; }
    .s-blog__meta span {
      font-size: 0.75rem;
      text-transform: uppercase;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
      display: inline-block;
      font-weight: 500; }
      .theme-blue .s-blog__meta span {
        color: #747682; }
      .theme-brown .s-blog__meta span {
        color: #A6A5A5; }
      .theme-brown-v1 .s-blog__meta span {
        color: #6f6f6f; }
      .theme-green .s-blog__meta span {
        color: #8C8C8C; }
      .theme-red .s-blog__meta span {
        color: #8C8C8C; }
      .theme-red-v2 .s-blog__meta span {
        color: #A6A5A5; }
      .theme-red-v3 .s-blog__meta span {
        color: #BDBDBD; }
      .s-blog__meta span:last-child {
        margin-right: 0; }
      .s-blog__meta span:last-child:after {
        display: none; }
      .theme-blue .s-blog__meta span:hover, .theme-blue .s-blog__meta span:focus {
        color: #86A9B0; }
      .theme-brown .s-blog__meta span:hover, .theme-brown .s-blog__meta span:focus {
        color: #E1CAC4; }
      .theme-brown-v1 .s-blog__meta span:hover, .theme-brown-v1 .s-blog__meta span:focus {
        color: #B2604B; }
      .theme-green .s-blog__meta span:hover, .theme-green .s-blog__meta span:focus {
        color: #C2CDC4; }
      .theme-red .s-blog__meta span:hover, .theme-red .s-blog__meta span:focus {
        color: #CBB6BD; }
      .theme-red-v2 .s-blog__meta span:hover, .theme-red-v2 .s-blog__meta span:focus {
        color: #DEB0AF; }
      .theme-red-v3 .s-blog__meta span:hover, .theme-red-v3 .s-blog__meta span:focus {
        color: #EE0625; }
      .s-blog__meta span::after {
        content: '|';
        padding-left: 1.5625rem;
        padding-right: 1.5625rem;
        z-index: 1; }
        .theme-blue .s-blog__meta span::after {
          color: #747682; }
        .theme-brown .s-blog__meta span::after {
          color: #A6A5A5; }
        .theme-brown-v1 .s-blog__meta span::after {
          color: #6f6f6f; }
        .theme-green .s-blog__meta span::after {
          color: #8C8C8C; }
        .theme-red .s-blog__meta span::after {
          color: #8C8C8C; }
        .theme-red-v2 .s-blog__meta span::after {
          color: #A6A5A5; }
        .theme-red-v3 .s-blog__meta span::after {
          color: #BDBDBD; }
      .theme-blue .s-blog__meta span a:hover {
        color: #86A9B0; }
      .theme-brown .s-blog__meta span a:hover {
        color: #E1CAC4; }
      .theme-brown-v1 .s-blog__meta span a:hover {
        color: #B2604B; }
      .theme-green .s-blog__meta span a:hover {
        color: #C2CDC4; }
      .theme-red .s-blog__meta span a:hover {
        color: #CBB6BD; }
      .theme-red-v2 .s-blog__meta span a:hover {
        color: #DEB0AF; }
      .theme-red-v3 .s-blog__meta span a:hover {
        color: #EE0625; }
    .theme-blue .s-blog__meta.white span {
      color: #ffffff; }
    .theme-brown .s-blog__meta.white span {
      color: #ffffff; }
    .theme-brown-v1 .s-blog__meta.white span {
      color: #ffffff; }
    .theme-green .s-blog__meta.white span {
      color: #ffffff; }
    .theme-red .s-blog__meta.white span {
      color: #ffffff; }
    .theme-red-v2 .s-blog__meta.white span {
      color: #ffffff; }
    .theme-red-v3 .s-blog__meta.white span {
      color: #ffffff; }
    .theme-blue .s-blog__meta.white span::after {
      color: #ffffff; }
    .theme-brown .s-blog__meta.white span::after {
      color: #ffffff; }
    .theme-brown-v1 .s-blog__meta.white span::after {
      color: #ffffff; }
    .theme-green .s-blog__meta.white span::after {
      color: #ffffff; }
    .theme-red .s-blog__meta.white span::after {
      color: #ffffff; }
    .theme-red-v2 .s-blog__meta.white span::after {
      color: #ffffff; }
    .theme-red-v3 .s-blog__meta.white span::after {
      color: #ffffff; }
  .s-blog__img {
    display: inline-block;
    width: width("100"); }
    .s-blog__img img {
      display: block;
      width: width("100");
      max-width: max-width("100"); }

/*-------------------------------------
   :: Article Section
-------------------------------------*/
.article {
  padding: 7.5rem 0rem; }
  .article.sm-p {
    padding: 6.25rem 0rem 0 0; }
  .article.sm-p2 {
    padding: 6.25rem 0rem 0 0; }
  .article__block {
    margin-bottom: 6.25rem; }
    .article__block:last-child {
      margin-bottom: 0rem; }
  .article__img {
    display: inline-block;
    margin-bottom: 6.25rem;
    width: width("75"); }
    .article__img img {
      display: block;
      width: width("100");
      max-width: max-width("100"); }
  .article__blockquote {
    margin: 6.25rem 0rem; }
    .article__blockquote .blockquote {
      position: relative;
      z-index: 1;
      padding: 2.5rem 1.875rem; }
      .article__blockquote .blockquote.b-s0 {
        border-left: 2px solid; }
        .theme-blue .article__blockquote .blockquote.b-s0 {
          background-color: #F9F9F9;
          border-color: #86A9B0; }
        .theme-brown .article__blockquote .blockquote.b-s0 {
          background-color: #F9F9F9;
          border-color: #E1CAC4; }
        .theme-brown-v1 .article__blockquote .blockquote.b-s0 {
          background-color: #F3F2EE;
          border-color: #B2604B; }
        .theme-green .article__blockquote .blockquote.b-s0 {
          background-color: #F9F9F9;
          border-color: #C2CDC4; }
        .theme-red .article__blockquote .blockquote.b-s0 {
          background-color: #F9F9F9;
          border-color: #CBB6BD; }
        .theme-red-v2 .article__blockquote .blockquote.b-s0 {
          background-color: #F9F9F9;
          border-color: #DEB0AF; }
        .theme-red-v3 .article__blockquote .blockquote.b-s0 {
          background-color: #F9F9F9;
          border-color: #EE0625; }
    .article__blockquote h5 {
      text-transform: uppercase;
      margin-bottom: 0rem; }
      .theme-blue .article__blockquote h5 {
        color: #86A9B0; }
      .theme-brown .article__blockquote h5 {
        color: #E1CAC4; }
      .theme-brown-v1 .article__blockquote h5 {
        color: #B2604B; }
      .theme-green .article__blockquote h5 {
        color: #C2CDC4; }
      .theme-red .article__blockquote h5 {
        color: #CBB6BD; }
      .theme-red-v2 .article__blockquote h5 {
        color: #DEB0AF; }
      .theme-red-v3 .article__blockquote h5 {
        color: #EE0625; }
  .article__share-tags {
    margin-top: 6.25rem; }
  .article .share {
    font-size: 0.75rem;
    display: block;
    letter-spacing: 0.0625em;
    text-transform: uppercase;
    margin: 0 1.25em 0em 0 !important;
    text-align: center;
    display: inline-block;
    font-weight: 700; }
    .theme-blue .article .share {
      color: #303136; }
    .theme-brown .article .share {
      color: #131313; }
    .theme-brown-v1 .article .share {
      color: #1D1D1D; }
    .theme-green .article .share {
      color: #000000; }
    .theme-red .article .share {
      color: #000000; }
    .theme-red-v2 .article .share {
      color: #131313; }
    .theme-red-v3 .article .share {
      color: #000000; }

.blog.sm-p {
  padding: 7.5rem 0rem; }

.blog .h3 {
  text-align: left; }

.blog .related {
  display: block; }
  .blog .related li {
    margin-bottom: 0.75rem; }
    .blog .related li h2 {
      margin-bottom: 0; }
      .theme-blue .blog .related li h2 {
        color: #747682; }
      .theme-brown .blog .related li h2 {
        color: #A6A5A5; }
      .theme-brown-v1 .blog .related li h2 {
        color: #6f6f6f; }
      .theme-green .blog .related li h2 {
        color: #8C8C8C; }
      .theme-red .blog .related li h2 {
        color: #8C8C8C; }
      .theme-red-v2 .blog .related li h2 {
        color: #A6A5A5; }
      .theme-red-v3 .blog .related li h2 {
        color: #BDBDBD; }
      .theme-blue .blog .related li h2:hover {
        color: #86A9B0; }
      .theme-brown .blog .related li h2:hover {
        color: #E1CAC4; }
      .theme-brown-v1 .blog .related li h2:hover {
        color: #B2604B; }
      .theme-green .blog .related li h2:hover {
        color: #C2CDC4; }
      .theme-red .blog .related li h2:hover {
        color: #CBB6BD; }
      .theme-red-v2 .blog .related li h2:hover {
        color: #DEB0AF; }
      .theme-red-v3 .blog .related li h2:hover {
        color: #EE0625; }

/*-------------------------------------
   :: Article Mobile Section
-------------------------------------*/
@media only screen and (min-width: 320px) and (max-width: 768px) and (orientation: Portrait) {
  .s-blog__heading {
    width: 100%; }
    .s-blog__heading--w50 {
      width: 100%; }
  .s-blog__meta span {
    font-size: 0.75rem;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: inline-block;
    font-weight: 500; }
    .theme-blue .s-blog__meta span {
      color: #747682; }
    .theme-brown .s-blog__meta span {
      color: #A6A5A5; }
    .theme-brown-v1 .s-blog__meta span {
      color: #6f6f6f; }
    .theme-green .s-blog__meta span {
      color: #8C8C8C; }
    .theme-red .s-blog__meta span {
      color: #8C8C8C; }
    .theme-red-v2 .s-blog__meta span {
      color: #A6A5A5; }
    .theme-red-v3 .s-blog__meta span {
      color: #BDBDBD; }
    .s-blog__meta span:last-child {
      margin-right: 0; }
    .s-blog__meta span:last-child:after {
      display: none; }
    .theme-blue .s-blog__meta span:hover, .theme-blue .s-blog__meta span:focus {
      color: #86A9B0; }
    .theme-brown .s-blog__meta span:hover, .theme-brown .s-blog__meta span:focus {
      color: #E1CAC4; }
    .theme-brown-v1 .s-blog__meta span:hover, .theme-brown-v1 .s-blog__meta span:focus {
      color: #B2604B; }
    .theme-green .s-blog__meta span:hover, .theme-green .s-blog__meta span:focus {
      color: #C2CDC4; }
    .theme-red .s-blog__meta span:hover, .theme-red .s-blog__meta span:focus {
      color: #CBB6BD; }
    .theme-red-v2 .s-blog__meta span:hover, .theme-red-v2 .s-blog__meta span:focus {
      color: #DEB0AF; }
    .theme-red-v3 .s-blog__meta span:hover, .theme-red-v3 .s-blog__meta span:focus {
      color: #EE0625; }
    .s-blog__meta span::after {
      padding-left: 0.625rem;
      padding-right: 0.625rem; }
  .article__img--first {
    margin-bottom: 1.875rem; }
  .article__share {
    margin-top: 1.875rem; }
  .article .content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    margin-top: 1.25rem; } }

@media only screen and (min-width: 320px) and (max-width: 768px) and (orientation: Landscape) {
  .s-blog__heading {
    width: 100%; }
    .s-blog__heading--w50 {
      width: 100%; }
  .s-blog__meta span {
    font-size: 0.75rem;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: inline-block;
    font-weight: 500; }
    .theme-blue .s-blog__meta span {
      color: #747682; }
    .theme-brown .s-blog__meta span {
      color: #A6A5A5; }
    .theme-brown-v1 .s-blog__meta span {
      color: #6f6f6f; }
    .theme-green .s-blog__meta span {
      color: #8C8C8C; }
    .theme-red .s-blog__meta span {
      color: #8C8C8C; }
    .theme-red-v2 .s-blog__meta span {
      color: #A6A5A5; }
    .theme-red-v3 .s-blog__meta span {
      color: #BDBDBD; }
    .s-blog__meta span:last-child {
      margin-right: 0; }
    .s-blog__meta span:last-child:after {
      display: none; }
    .theme-blue .s-blog__meta span:hover, .theme-blue .s-blog__meta span:focus {
      color: #86A9B0; }
    .theme-brown .s-blog__meta span:hover, .theme-brown .s-blog__meta span:focus {
      color: #E1CAC4; }
    .theme-brown-v1 .s-blog__meta span:hover, .theme-brown-v1 .s-blog__meta span:focus {
      color: #B2604B; }
    .theme-green .s-blog__meta span:hover, .theme-green .s-blog__meta span:focus {
      color: #C2CDC4; }
    .theme-red .s-blog__meta span:hover, .theme-red .s-blog__meta span:focus {
      color: #CBB6BD; }
    .theme-red-v2 .s-blog__meta span:hover, .theme-red-v2 .s-blog__meta span:focus {
      color: #DEB0AF; }
    .theme-red-v3 .s-blog__meta span:hover, .theme-red-v3 .s-blog__meta span:focus {
      color: #EE0625; }
    .s-blog__meta span::after {
      padding-left: 0.625rem;
      padding-right: 0.625rem; }
  .article__img--first {
    margin-bottom: 1.875rem; }
  .article__share {
    margin-top: 1.875rem; }
  .article .content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    margin-top: 1.25rem; } }

/*-------------------------------------
   :: Footer Section
-------------------------------------*/
.footer {
  width: 100%;
  padding-top: 6.25rem;
  padding-bottom: 1.875rem; }
  .theme-blue .footer {
    background-color: #303136; }
  .theme-brown .footer {
    background-color: #131313; }
  .theme-brown-v1 .footer {
    background-color: #1D1D1D; }
  .theme-green .footer {
    background-color: #000000; }
  .theme-red .footer {
    background-color: #000000; }
  .theme-red-v2 .footer {
    background-color: #131313; }
  .theme-red-v3 .footer {
    background-color: #000000; }
  .footer h5 {
    margin-bottom: 0.3125rem; }
    .theme-blue .footer h5 {
      color: #ffffff; }
    .theme-brown .footer h5 {
      color: #ffffff; }
    .theme-brown-v1 .footer h5 {
      color: #ffffff; }
    .theme-green .footer h5 {
      color: #ffffff; }
    .theme-red .footer h5 {
      color: #ffffff; }
    .theme-red-v2 .footer h5 {
      color: #ffffff; }
    .theme-red-v3 .footer h5 {
      color: #ffffff; }
  .footer__contact {
    padding-bottom: 6.25rem; }
  .footer__social {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end; }
  .footer__copywrite {
    font-size: 0.75rem;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 0rem; }
    .theme-blue .footer__copywrite {
      color: #ffffff; }
    .theme-brown .footer__copywrite {
      color: #ffffff; }
    .theme-brown-v1 .footer__copywrite {
      color: #ffffff; }
    .theme-green .footer__copywrite {
      color: #ffffff; }
    .theme-red .footer__copywrite {
      color: #ffffff; }
    .theme-red-v2 .footer__copywrite {
      color: #ffffff; }
    .theme-red-v3 .footer__copywrite {
      color: #ffffff; }

.icons {
  list-style-type: none;
  cursor: default;
  padding-left: 0rem; }
  .icons__items {
    margin-top: 0.9375rem;
    margin-right: 0.75rem;
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%; }
    .icons__items:last-child {
      padding-right: 0rem;
      margin-right: 0rem; }
  .icons__link {
    font-size: 0.75rem;
    display: inline-block;
    width: 1.625rem;
    height: 1.625rem;
    line-height: 1.625rem;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .theme-blue .icons__link {
      background-color: #ffffff; }
    .theme-brown .icons__link {
      background-color: #ffffff; }
    .theme-brown-v1 .icons__link {
      background-color: #ffffff; }
    .theme-green .icons__link {
      background-color: #ffffff; }
    .theme-red .icons__link {
      background-color: #ffffff; }
    .theme-red-v2 .icons__link {
      background-color: #ffffff; }
    .theme-red-v3 .icons__link {
      background-color: #ffffff; }
    .theme-blue .icons__link:hover {
      color: #ffffff;
      background: #86A9B0; }
    .theme-brown .icons__link:hover {
      color: #ffffff;
      background: #E1CAC4; }
    .theme-brown-v1 .icons__link:hover {
      color: #ffffff;
      background: #B2604B; }
    .theme-green .icons__link:hover {
      color: #ffffff;
      background: #C2CDC4; }
    .theme-red .icons__link:hover {
      color: #ffffff;
      background: #CBB6BD; }
    .theme-red-v2 .icons__link:hover {
      color: #ffffff;
      background: #DEB0AF; }
    .theme-red-v3 .icons__link:hover {
      color: #ffffff;
      background: #EE0625; }
    .theme-blue .icons__link:active, .theme-blue .icons__link:focus {
      color: #ffffff;
      background: #58868F; }
    .theme-brown .icons__link:active, .theme-brown .icons__link:focus {
      color: #ffffff;
      background: #C7B2AD; }
    .theme-brown-v1 .icons__link:active, .theme-brown-v1 .icons__link:focus {
      color: #ffffff;
      background: #7f3423; }
    .theme-green .icons__link:active, .theme-green .icons__link:focus {
      color: #ffffff;
      background: #AAB3AB; }
    .theme-red .icons__link:active, .theme-red .icons__link:focus {
      color: #ffffff;
      background: #B3A1A7; }
    .theme-red-v2 .icons__link:active, .theme-red-v2 .icons__link:focus {
      color: #ffffff;
      background: #D1A6A5; }
    .theme-red-v3 .icons__link:active, .theme-red-v3 .icons__link:focus {
      color: #ffffff;
      background: #b30000; }

.details {
  margin-top: 0.9375rem; }
  .details__items {
    margin-top: 0.625rem; }
    .details__items:first-child {
      margin-top: 0rem; }
  .details__link {
    display: block;
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0.09375em;
    -webkit-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out; }
    .theme-blue .details__link {
      color: #ffffff; }
    .theme-brown .details__link {
      color: #ffffff; }
    .theme-brown-v1 .details__link {
      color: #ffffff; }
    .theme-green .details__link {
      color: #ffffff; }
    .theme-red .details__link {
      color: #ffffff; }
    .theme-red-v2 .details__link {
      color: #ffffff; }
    .theme-red-v3 .details__link {
      color: #ffffff; }
    .theme-blue .details__link:hover {
      color: #86A9B0; }
    .theme-brown .details__link:hover {
      color: #E1CAC4; }
    .theme-brown-v1 .details__link:hover {
      color: #B2604B; }
    .theme-green .details__link:hover {
      color: #C2CDC4; }
    .theme-red .details__link:hover {
      color: #CBB6BD; }
    .theme-red-v2 .details__link:hover {
      color: #DEB0AF; }
    .theme-red-v3 .details__link:hover {
      color: #EE0625; }

/*-------------------------------------
   :: Footer Mobile Section
-------------------------------------*/
@media only screen and (min-width: 320px) and (max-width: 768px) and (orientation: Portrait) {
  .footer__social {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    margin-top: 3.125rem; } }

@media only screen and (min-width: 320px) and (max-width: 768px) and (orientation: Landscape) {
  .footer__social {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    margin-top: 3.125rem; } }

@media only screen and (min-width: 768px) and (orientation: Portrait) {
  .footer__social {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
    margin-top: 0; } }

@media only screen and (min-width: 768px) and (orientation: Landscape) {
  .footer__social {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
    margin-top: 0; } }

/*-------------------------------------
   :: About Section
-------------------------------------*/
.about {
  padding-top: 7.5rem; }
  .about h1 {
    margin: 0rem; }
  .about__left {
    height: auto;
    max-width: 100%; }
    .about__left img {
      width: 400px;
      height: auto; }
  .about__me {
    margin-top: 1.875rem; }

.workflow {
  padding: 7.5rem 0rem; }
  .workflow h4 {
    margin-bottom: 3.125rem; }
  .workflow p {
    font-size: 0.875rem; }
  .workflow__thumb {
    text-align: center; }
    .workflow__thumb h6 {
      margin-top: 1.25rem; }
  .workflow__number {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: none;
    border-radius: 50%;
    text-align: center;
    font-weight: 500;
    border: 1px solid;
    margin: 0 auto; }
    .theme-blue .workflow__number {
      color: #747682;
      border-color: #747682; }
    .theme-brown .workflow__number {
      color: #A6A5A5;
      border-color: #A6A5A5; }
    .theme-brown-v1 .workflow__number {
      color: #6f6f6f;
      border-color: #6f6f6f; }
    .theme-green .workflow__number {
      color: #8C8C8C;
      border-color: #8C8C8C; }
    .theme-red .workflow__number {
      color: #8C8C8C;
      border-color: #8C8C8C; }
    .theme-red-v2 .workflow__number {
      color: #A6A5A5;
      border-color: #A6A5A5; }
    .theme-red-v3 .workflow__number {
      color: #BDBDBD;
      border-color: #BDBDBD; }

.skills {
  padding: 7.5rem 0rem; }
  .theme-blue .skills {
    background-color: #F9F9F9; }
  .theme-brown .skills {
    background-color: #F9F9F9; }
  .theme-brown-v1 .skills {
    background-color: #F3F2EE; }
  .theme-green .skills {
    background-color: #F9F9F9; }
  .theme-red .skills {
    background-color: #F9F9F9; }
  .theme-red-v2 .skills {
    background-color: #F9F9F9; }
  .theme-red-v3 .skills {
    background-color: #F9F9F9; }
  .skills__units .space {
    padding-top: 0.625rem; }
  .skills__units ul {
    list-style-type: none; }
  .skills__units li {
    margin-bottom: 0.625rem;
    font-size: 1rem; }
    .theme-blue .skills__units li {
      color: #3B3C42; }
    .theme-brown .skills__units li {
      color: #797979; }
    .theme-brown-v1 .skills__units li {
      color: #444444; }
    .theme-green .skills__units li {
      color: #4D4D4D; }
    .theme-red .skills__units li {
      color: #4D4D4D; }
    .theme-red-v2 .skills__units li {
      color: #797979; }
    .theme-red-v3 .skills__units li {
      color: #484848; }
    .skills__units li span {
      margin-top: 0.625rem;
      display: inline-block;
      margin-bottom: 0.3125rem;
      font-weight: 700; }
      .theme-blue .skills__units li span {
        color: #303136; }
      .theme-brown .skills__units li span {
        color: #131313; }
      .theme-brown-v1 .skills__units li span {
        color: #1D1D1D; }
      .theme-green .skills__units li span {
        color: #000000; }
      .theme-red .skills__units li span {
        color: #000000; }
      .theme-red-v2 .skills__units li span {
        color: #131313; }
      .theme-red-v3 .skills__units li span {
        color: #000000; }
    .skills__units li p {
      margin-bottom: 0rem; }

.client {
  padding: 7.5rem 0rem; }
  .client__slide {
    margin-top: 1.875rem;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .client__thumb {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 140px;
    flex: 1 1 140px;
    margin-right: 0.625rem; }
  .client__logo {
    height: 140px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
    .theme-blue .client__logo {
      background-color: #303136; }
    .theme-brown .client__logo {
      background-color: #131313; }
    .theme-brown-v1 .client__logo {
      background-color: #1D1D1D; }
    .theme-green .client__logo {
      background-color: #000000; }
    .theme-red .client__logo {
      background-color: #000000; }
    .theme-red-v2 .client__logo {
      background-color: #131313; }
    .theme-red-v3 .client__logo {
      background-color: #000000; }
    .client__logo svg {
      width: 8em;
      height: auto;
      font-size: 0.5rem; }
      .theme-blue .client__logo svg {
        fill: #E4EFF2; }
      .theme-brown .client__logo svg {
        fill: #FFF4F1; }
      .theme-brown-v1 .client__logo svg {
        fill: #FFFEFA; }
      .theme-green .client__logo svg {
        fill: #E6F2E8; }
      .theme-red .client__logo svg {
        fill: #F3EAED; }
      .theme-red-v2 .client__logo svg {
        fill: #FFF5F4; }
      .theme-red-v3 .client__logo svg {
        fill: #FFF5F4; }
    .client__logo img {
      height: 60px;
      width: 60px !important;
      max-width: 60px !important; }

/*-------------------------------------
   :: About Mobile Section 
-------------------------------------*/
@media only screen and (min-width: 320px) and (max-width: 768px) and (orientation: Portrait) {
  .w-space .mb-3-g:not(:nth-last-child(-n+1)) {
    margin-bottom: 1.875rem; }
  .w-space .mb-2-g:not(:nth-last-child(-n+1)) {
    margin-bottom: 3.125rem; }
  .w-space .mb3-g:not(:nth-last-child(-n+1)) {
    margin-bottom: 3.125rem; }
  .w-space .mb3-3-g:not(:nth-last-child(-n+1)) {
    margin-bottom: 1.875rem; }
  .w-space .mb3-2-g:not(:nth-last-child(-n+1)) {
    margin-bottom: 1.875rem; }
  .about__left {
    margin-bottom: 3.125rem; } }

@media only screen and (min-width: 320px) and (max-width: 768px) and (orientation: Landscape) {
  .w-space .mb-3-g:not(:nth-last-child(-n+1)) {
    margin-bottom: 1.875rem; }
  .w-space .mb-2-g:not(:nth-last-child(-n+1)) {
    margin-bottom: 3.125rem; }
  .w-space .mb3-g:not(:nth-last-child(-n+1)) {
    margin-bottom: 3.125rem; }
  .w-space .mb3-3-g:not(:nth-last-child(-n+1)) {
    margin-bottom: 1.875rem; }
  .w-space .mb3-2-g:not(:nth-last-child(-n+1)) {
    margin-bottom: 1.875rem; }
  .about__left {
    margin-bottom: 3.125rem; } }

@media only screen and (min-width: 1200px) and (orientation: Portrait) {
  .client__slide {
    max-width: 1100px; }
  .client__thumb {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 150px;
    flex: 1 1 150px; }
  .client__logo {
    height: 150px; } }

@media only screen and (min-width: 1200px) and (orientation: Landscape) {
  .client__slide {
    max-width: 1100px; }
  .client__thumb {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 150px;
    flex: 1 1 150px; }
  .client__logo {
    height: 150px; } }

/*-------------------------------------
   :: Case Study Section
-------------------------------------*/
.h-c {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed; }

.casestudy {
  padding: 7.5rem 0rem;
  position: relative; }
  .casestudy__ux-details {
    padding-bottom: 7.5rem; }
  .casestudy__caption {
    font-size: 0.75rem;
    display: block;
    text-transform: capitalize;
    margin-bottom: 0.4375rem;
    font-weight: 300; }
    .theme-blue .casestudy__caption {
      color: #747682; }
    .theme-brown .casestudy__caption {
      color: #A6A5A5; }
    .theme-brown-v1 .casestudy__caption {
      color: #6f6f6f; }
    .theme-green .casestudy__caption {
      color: #8C8C8C; }
    .theme-red .casestudy__caption {
      color: #8C8C8C; }
    .theme-red-v2 .casestudy__caption {
      color: #A6A5A5; }
    .theme-red-v3 .casestudy__caption {
      color: #BDBDBD; }
  .casestudy strong {
    font-size: 0.875rem;
    font-weight: 700; }
    .theme-blue .casestudy strong {
      color: #303136; }
    .theme-brown .casestudy strong {
      color: #131313; }
    .theme-brown-v1 .casestudy strong {
      color: #1D1D1D; }
    .theme-green .casestudy strong {
      color: #000000; }
    .theme-red .casestudy strong {
      color: #000000; }
    .theme-red-v2 .casestudy strong {
      color: #131313; }
    .theme-red-v3 .casestudy strong {
      color: #000000; }
  .casestudy__case {
    display: block;
    margin-bottom: 1.875rem;
    height: auto;
    max-width: 100%; }
    .casestudy__case:last-child {
      margin-bottom: 0rem; }
    .casestudy__case img:last-child {
      margin-bottom: 0rem; }
  .casestudy__overview {
    padding-bottom: 7.5rem; }
    .casestudy__overview p {
      margin-bottom: 0rem; }
  .casestudy__share {
    margin-top: 3.75rem; }
  .casestudy .share {
    font-size: 0.75rem;
    display: block;
    letter-spacing: 0.0625em;
    text-transform: uppercase;
    margin: 0 1.25em 0em 0 !important;
    text-align: center;
    display: inline-block;
    font-weight: 700; }
    .theme-blue .casestudy .share {
      color: #303136; }
    .theme-brown .casestudy .share {
      color: #131313; }
    .theme-brown-v1 .casestudy .share {
      color: #1D1D1D; }
    .theme-green .casestudy .share {
      color: #000000; }
    .theme-red .casestudy .share {
      color: #000000; }
    .theme-red-v2 .casestudy .share {
      color: #131313; }
    .theme-red-v3 .casestudy .share {
      color: #000000; }
  .casestudy__sm-icon {
    display: inline-block;
    margin-right: 15px; }
    .casestudy__sm-icon--last {
      margin-right: 0px; }
  .casestudy__icon {
    font-size: 0.875rem;
    display: inline-block;
    text-align: center;
    margin-right: 0.9375rem;
    -webkit-transition: color 0.4s ease-in-out;
    -moz-transition: color 0.4s ease-in-out;
    -ms-transition: color 0.4s ease-in-out;
    -o-transition: color 0.4s ease-in-out;
    transition: color 0.4s ease-in-out; }
    .casestudy__icon:last-child {
      margin-right: 0px; }
    .theme-blue .casestudy__icon:hover {
      color: #86A9B0; }
    .theme-brown .casestudy__icon:hover {
      color: #E1CAC4; }
    .theme-brown-v1 .casestudy__icon:hover {
      color: #B2604B; }
    .theme-green .casestudy__icon:hover {
      color: #C2CDC4; }
    .theme-red .casestudy__icon:hover {
      color: #CBB6BD; }
    .theme-red-v2 .casestudy__icon:hover {
      color: #DEB0AF; }
    .theme-red-v3 .casestudy__icon:hover {
      color: #EE0625; }
    .theme-blue .casestudy__icon:active, .theme-blue .casestudy__icon:focus {
      color: #58868F; }
    .theme-brown .casestudy__icon:active, .theme-brown .casestudy__icon:focus {
      color: #C7B2AD; }
    .theme-brown-v1 .casestudy__icon:active, .theme-brown-v1 .casestudy__icon:focus {
      color: #7f3423; }
    .theme-green .casestudy__icon:active, .theme-green .casestudy__icon:focus {
      color: #AAB3AB; }
    .theme-red .casestudy__icon:active, .theme-red .casestudy__icon:focus {
      color: #B3A1A7; }
    .theme-red-v2 .casestudy__icon:active, .theme-red-v2 .casestudy__icon:focus {
      color: #D1A6A5; }
    .theme-red-v3 .casestudy__icon:active, .theme-red-v3 .casestudy__icon:focus {
      color: #b30000; }
  .casestudy .o-style {
    margin-bottom: 3.75rem;
    padding-bottom: 0rem; }
  .casestudy__details {
    list-style-type: none; }
    .casestudy__details li {
      font-size: 0.875rem;
      margin-bottom: 1.25rem;
      padding-bottom: 0.625rem;
      font-weight: 700;
      border-bottom: 1px solid; }
      .theme-blue .casestudy__details li {
        color: #303136;
        border-color: #e2e2e5; }
      .theme-brown .casestudy__details li {
        color: #131313;
        border-color: #E6DAD8; }
      .theme-brown-v1 .casestudy__details li {
        color: #1D1D1D;
        border-color: #ffc0a6; }
      .theme-green .casestudy__details li {
        color: #000000;
        border-color: #F7F9F8; }
      .theme-red .casestudy__details li {
        color: #000000;
        border-color: #F3EAED; }
      .theme-red-v2 .casestudy__details li {
        color: #131313;
        border-color: #FFE4E3; }
      .theme-red-v3 .casestudy__details li {
        color: #000000;
        border-color: #BDBDBD; }
      .casestudy__details li:last-child {
        margin-bottom: 0rem; }
      .casestudy__details li span, .casestudy__details li a {
        -webkit-transition: color 0.4s ease-in-out;
        -moz-transition: color 0.4s ease-in-out;
        -ms-transition: color 0.4s ease-in-out;
        -o-transition: color 0.4s ease-in-out;
        transition: color 0.4s ease-in-out;
        font-weight: 300; }
        .theme-blue .casestudy__details li span, .theme-blue .casestudy__details li a {
          color: #747682; }
        .theme-brown .casestudy__details li span, .theme-brown .casestudy__details li a {
          color: #A6A5A5; }
        .theme-brown-v1 .casestudy__details li span, .theme-brown-v1 .casestudy__details li a {
          color: #6f6f6f; }
        .theme-green .casestudy__details li span, .theme-green .casestudy__details li a {
          color: #8C8C8C; }
        .theme-red .casestudy__details li span, .theme-red .casestudy__details li a {
          color: #8C8C8C; }
        .theme-red-v2 .casestudy__details li span, .theme-red-v2 .casestudy__details li a {
          color: #A6A5A5; }
        .theme-red-v3 .casestudy__details li span, .theme-red-v3 .casestudy__details li a {
          color: #BDBDBD; }
      .casestudy__details li span {
        right: 0;
        top: 0; }
      .casestudy__details li a {
        display: inline-block; }
        .theme-blue .casestudy__details li a:hover {
          color: #86A9B0; }
        .theme-brown .casestudy__details li a:hover {
          color: #E1CAC4; }
        .theme-brown-v1 .casestudy__details li a:hover {
          color: #B2604B; }
        .theme-green .casestudy__details li a:hover {
          color: #C2CDC4; }
        .theme-red .casestudy__details li a:hover {
          color: #CBB6BD; }
        .theme-red-v2 .casestudy__details li a:hover {
          color: #DEB0AF; }
        .theme-red-v3 .casestudy__details li a:hover {
          color: #EE0625; }

.nav-post-case {
  margin-top: 7.5rem; }

/*-------------------------------------
   :: UX Case Study Section
-------------------------------------*/
.section {
  max-width: 100%;
  padding-bottom: 6.25rem;
  position: relative; }
  .section.last {
    padding: 0; }
  .section p {
    width: 100%;
    margin-bottom: 0rem; }
  .section .p-odd {
    margin-bottom: 1.875rem; }
  .section .headline {
    margin-bottom: 3.125rem; }
  .section .img {
    display: block;
    width: 100%;
    height: auto;
    position: relative; }
    .section .img img {
      display: block; }
  .section__odd {
    margin-bottom: 1.875rem; }
  .section__goals {
    margin-top: 1.875rem; }
  .section__l-point {
    list-style-type: circle;
    margin-left: 0rem;
    margin-left: 2.5rem;
    padding-left: 2.5rem;
    padding-left: 0rem; }
  .section__point {
    line-height: 1.75; }
  .section .bttn {
    margin-top: 3.75rem;
    text-align: center; }

.ps__problem {
  margin-bottom: 3.75rem; }

.moodboard p {
  margin: 0 0 1.5em 0; }

.headline {
  position: relative; }

/*-------------------------------------
   :: Case Study Mobile Section
-------------------------------------*/
@media only screen and (min-width: 320px) and (max-width: 768px) and (orientation: Portrait) {
  .casestudy .case-right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-bottom: 7.5rem; }
  .casestudy .case-left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; } }

@media only screen and (min-width: 320px) and (max-width: 768px) and (orientation: Landscape) {
  .casestudy .case-right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-bottom: 7.5rem; }
  .casestudy .case-left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; } }

@media only screen and (min-width: 768px) and (orientation: Portrait) {
  .casestudy .case-right {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .casestudy .case-left {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media only screen and (min-width: 768px) and (orientation: Landscape) {
  .casestudy .case-right {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .casestudy .case-left {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

/*-------------------------------------
   :: Module
-------------------------------------*/
/*-------------------------------------
   :: Buttons
-------------------------------------*/
.btn,
.button,
input[type="button"],
input[type="submit"],
a[class*="cta"],
button[type="button"] {
  display: inline-block;
  padding: 0.75rem 1.125rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  -webkit-transition: color 0.4s ease-in-out;
  -moz-transition: color 0.4s ease-in-out;
  -ms-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  border: none;
  cursor: pointer;
  outline: none;
  margin: 0px auto;
  -webkit-tap-highlight-color: transparent;
  background-image: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .theme-blue .btn, .theme-blue
  .button, .theme-blue
  input[type="button"], .theme-blue
  input[type="submit"], .theme-blue
  a[class*="cta"], .theme-blue
  button[type="button"] {
    background-color: #86A9B0;
    color: #ffffff; }
  .theme-brown .btn, .theme-brown
  .button, .theme-brown
  input[type="button"], .theme-brown
  input[type="submit"], .theme-brown
  a[class*="cta"], .theme-brown
  button[type="button"] {
    background-color: #E1CAC4;
    color: #ffffff; }
  .theme-brown-v1 .btn, .theme-brown-v1
  .button, .theme-brown-v1
  input[type="button"], .theme-brown-v1
  input[type="submit"], .theme-brown-v1
  a[class*="cta"], .theme-brown-v1
  button[type="button"] {
    background-color: #B2604B;
    color: #ffffff; }
  .theme-green .btn, .theme-green
  .button, .theme-green
  input[type="button"], .theme-green
  input[type="submit"], .theme-green
  a[class*="cta"], .theme-green
  button[type="button"] {
    background-color: #C2CDC4;
    color: #ffffff; }
  .theme-red .btn, .theme-red
  .button, .theme-red
  input[type="button"], .theme-red
  input[type="submit"], .theme-red
  a[class*="cta"], .theme-red
  button[type="button"] {
    background-color: #CBB6BD;
    color: #ffffff; }
  .theme-red-v2 .btn, .theme-red-v2
  .button, .theme-red-v2
  input[type="button"], .theme-red-v2
  input[type="submit"], .theme-red-v2
  a[class*="cta"], .theme-red-v2
  button[type="button"] {
    background-color: #DEB0AF;
    color: #ffffff; }
  .theme-red-v3 .btn, .theme-red-v3
  .button, .theme-red-v3
  input[type="button"], .theme-red-v3
  input[type="submit"], .theme-red-v3
  a[class*="cta"], .theme-red-v3
  button[type="button"] {
    background-color: #EE0625;
    color: #ffffff; }
  .btn::-moz-focus-inner,
  .button::-moz-focus-inner,
  input[type="button"]::-moz-focus-inner,
  input[type="submit"]::-moz-focus-inner,
  a[class*="cta"]::-moz-focus-inner,
  button[type="button"]::-moz-focus-inner {
    border: 0; }
  .theme-blue .btn:hover, .theme-blue
  .button:hover, .theme-blue
  input[type="button"]:hover, .theme-blue
  input[type="submit"]:hover, .theme-blue
  a[class*="cta"]:hover, .theme-blue
  button[type="button"]:hover {
    background-color: #B9CFD3; }
  .theme-brown .btn:hover, .theme-brown
  .button:hover, .theme-brown
  input[type="button"]:hover, .theme-brown
  input[type="submit"]:hover, .theme-brown
  a[class*="cta"]:hover, .theme-brown
  button[type="button"]:hover {
    background-color: #FAE0D9; }
  .theme-brown-v1 .btn:hover, .theme-brown-v1
  .button:hover, .theme-brown-v1
  input[type="button"]:hover, .theme-brown-v1
  input[type="submit"]:hover, .theme-brown-v1
  a[class*="cta"]:hover, .theme-brown-v1
  button[type="button"]:hover {
    background-color: #e78f77; }
  .theme-green .btn:hover, .theme-green
  .button:hover, .theme-green
  input[type="button"]:hover, .theme-green
  input[type="submit"]:hover, .theme-green
  a[class*="cta"]:hover, .theme-green
  button[type="button"]:hover {
    background-color: #DAE6DC; }
  .theme-red .btn:hover, .theme-red
  .button:hover, .theme-red
  input[type="button"]:hover, .theme-red
  input[type="submit"]:hover, .theme-red
  a[class*="cta"]:hover, .theme-red
  button[type="button"]:hover {
    background-color: #E6CFD6; }
  .theme-red-v2 .btn:hover, .theme-red-v2
  .button:hover, .theme-red-v2
  input[type="button"]:hover, .theme-red-v2
  input[type="submit"]:hover, .theme-red-v2
  a[class*="cta"]:hover, .theme-red-v2
  button[type="button"]:hover {
    background-color: #F7C4C3; }
  .theme-red-v3 .btn:hover, .theme-red-v3
  .button:hover, .theme-red-v3
  input[type="button"]:hover, .theme-red-v3
  input[type="submit"]:hover, .theme-red-v3
  a[class*="cta"]:hover, .theme-red-v3
  button[type="button"]:hover {
    background-color: #ff584f; }
  .theme-blue .btn:active, .theme-blue
  .button:active, .theme-blue
  input[type="button"]:active, .theme-blue
  input[type="submit"]:active, .theme-blue
  a[class*="cta"]:active, .theme-blue
  button[type="button"]:active {
    background-color: #58868F; }
  .theme-brown .btn:active, .theme-brown
  .button:active, .theme-brown
  input[type="button"]:active, .theme-brown
  input[type="submit"]:active, .theme-brown
  a[class*="cta"]:active, .theme-brown
  button[type="button"]:active {
    background-color: #C7B2AD; }
  .theme-brown-v1 .btn:active, .theme-brown-v1
  .button:active, .theme-brown-v1
  input[type="button"]:active, .theme-brown-v1
  input[type="submit"]:active, .theme-brown-v1
  a[class*="cta"]:active, .theme-brown-v1
  button[type="button"]:active {
    background-color: #7f3423; }
  .theme-green .btn:active, .theme-green
  .button:active, .theme-green
  input[type="button"]:active, .theme-green
  input[type="submit"]:active, .theme-green
  a[class*="cta"]:active, .theme-green
  button[type="button"]:active {
    background-color: #AAB3AB; }
  .theme-red .btn:active, .theme-red
  .button:active, .theme-red
  input[type="button"]:active, .theme-red
  input[type="submit"]:active, .theme-red
  a[class*="cta"]:active, .theme-red
  button[type="button"]:active {
    background-color: #B3A1A7; }
  .theme-red-v2 .btn:active, .theme-red-v2
  .button:active, .theme-red-v2
  input[type="button"]:active, .theme-red-v2
  input[type="submit"]:active, .theme-red-v2
  a[class*="cta"]:active, .theme-red-v2
  button[type="button"]:active {
    background-color: #D1A6A5; }
  .theme-red-v3 .btn:active, .theme-red-v3
  .button:active, .theme-red-v3
  input[type="button"]:active, .theme-red-v3
  input[type="submit"]:active, .theme-red-v3
  a[class*="cta"]:active, .theme-red-v3
  button[type="button"]:active {
    background-color: #b30000; }
  .btn:focus,
  .button:focus,
  input[type="button"]:focus,
  input[type="submit"]:focus,
  a[class*="cta"]:focus,
  button[type="button"]:focus {
    outline: 0; }
    .theme-blue .btn:focus, .theme-blue
    .button:focus, .theme-blue
    input[type="button"]:focus, .theme-blue
    input[type="submit"]:focus, .theme-blue
    a[class*="cta"]:focus, .theme-blue
    button[type="button"]:focus {
      background-color: #58868F; }
    .theme-brown .btn:focus, .theme-brown
    .button:focus, .theme-brown
    input[type="button"]:focus, .theme-brown
    input[type="submit"]:focus, .theme-brown
    a[class*="cta"]:focus, .theme-brown
    button[type="button"]:focus {
      background-color: #C7B2AD; }
    .theme-brown-v1 .btn:focus, .theme-brown-v1
    .button:focus, .theme-brown-v1
    input[type="button"]:focus, .theme-brown-v1
    input[type="submit"]:focus, .theme-brown-v1
    a[class*="cta"]:focus, .theme-brown-v1
    button[type="button"]:focus {
      background-color: #7f3423; }
    .theme-green .btn:focus, .theme-green
    .button:focus, .theme-green
    input[type="button"]:focus, .theme-green
    input[type="submit"]:focus, .theme-green
    a[class*="cta"]:focus, .theme-green
    button[type="button"]:focus {
      background-color: #AAB3AB; }
    .theme-red .btn:focus, .theme-red
    .button:focus, .theme-red
    input[type="button"]:focus, .theme-red
    input[type="submit"]:focus, .theme-red
    a[class*="cta"]:focus, .theme-red
    button[type="button"]:focus {
      background-color: #B3A1A7; }
    .theme-red-v2 .btn:focus, .theme-red-v2
    .button:focus, .theme-red-v2
    input[type="button"]:focus, .theme-red-v2
    input[type="submit"]:focus, .theme-red-v2
    a[class*="cta"]:focus, .theme-red-v2
    button[type="button"]:focus {
      background-color: #D1A6A5; }
    .theme-red-v3 .btn:focus, .theme-red-v3
    .button:focus, .theme-red-v3
    input[type="button"]:focus, .theme-red-v3
    input[type="submit"]:focus, .theme-red-v3
    a[class*="cta"]:focus, .theme-red-v3
    button[type="button"]:focus {
      background-color: #b30000; }

/*-------------------------------------
   :: Forms
-------------------------------------*/
input[type="text"], input[type="email"], textarea {
  font-size: 0.875em;
  display: block;
  line-height: 1.5;
  width: 100%;
  height: 50px;
  padding: 1.25em;
  background: transparent;
  outline: none;
  background-clip: padding-box;
  border-radius: 0.25rem;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: 400; }
  .theme-blue input[type="text"], .theme-blue input[type="email"], .theme-blue textarea {
    border: 1px solid #e2e2e5;
    color: #e2e2e5; }
  .theme-brown input[type="text"], .theme-brown input[type="email"], .theme-brown textarea {
    border: 1px solid #E6DAD8;
    color: #E6DAD8; }
  .theme-brown-v1 input[type="text"], .theme-brown-v1 input[type="email"], .theme-brown-v1 textarea {
    border: 1px solid #B2604B;
    color: #ffc0a6; }
  .theme-green input[type="text"], .theme-green input[type="email"], .theme-green textarea {
    border: 1px solid #F7F9F8;
    color: #F7F9F8; }
  .theme-red input[type="text"], .theme-red input[type="email"], .theme-red textarea {
    border: 1px solid #F3EAED;
    color: #F3EAED; }
  .theme-red-v2 input[type="text"], .theme-red-v2 input[type="email"], .theme-red-v2 textarea {
    border: 1px solid #FFE4E3;
    color: #FFE4E3; }
  .theme-red-v3 input[type="text"], .theme-red-v3 input[type="email"], .theme-red-v3 textarea {
    border: 1px solid #BDBDBD;
    color: #BDBDBD; }
  input[type="text"]:nth-child(3), input[type="email"]:nth-child(3), textarea:nth-child(3) {
    margin: 0px; }
  .theme-blue input[type="text"]:hover::-webkit-input-placeholder, .theme-blue input[type="email"]:hover::-webkit-input-placeholder, .theme-blue textarea:hover::-webkit-input-placeholder {
    color: #303136; }
  .theme-brown input[type="text"]:hover::-webkit-input-placeholder, .theme-brown input[type="email"]:hover::-webkit-input-placeholder, .theme-brown textarea:hover::-webkit-input-placeholder {
    color: #131313; }
  .theme-brown-v1 input[type="text"]:hover::-webkit-input-placeholder, .theme-brown-v1 input[type="email"]:hover::-webkit-input-placeholder, .theme-brown-v1 textarea:hover::-webkit-input-placeholder {
    color: #1D1D1D; }
  .theme-green input[type="text"]:hover::-webkit-input-placeholder, .theme-green input[type="email"]:hover::-webkit-input-placeholder, .theme-green textarea:hover::-webkit-input-placeholder {
    color: #000000; }
  .theme-red input[type="text"]:hover::-webkit-input-placeholder, .theme-red input[type="email"]:hover::-webkit-input-placeholder, .theme-red textarea:hover::-webkit-input-placeholder {
    color: #000000; }
  .theme-red-v2 input[type="text"]:hover::-webkit-input-placeholder, .theme-red-v2 input[type="email"]:hover::-webkit-input-placeholder, .theme-red-v2 textarea:hover::-webkit-input-placeholder {
    color: #131313; }
  .theme-red-v3 input[type="text"]:hover::-webkit-input-placeholder, .theme-red-v3 input[type="email"]:hover::-webkit-input-placeholder, .theme-red-v3 textarea:hover::-webkit-input-placeholder {
    color: #000000; }
  .theme-blue input[type="text"]:hover::-moz-placeholde, .theme-blue input[type="email"]:hover::-moz-placeholde, .theme-blue textarea:hover::-moz-placeholde {
    color: #303136; }
  .theme-brown input[type="text"]:hover::-moz-placeholde, .theme-brown input[type="email"]:hover::-moz-placeholde, .theme-brown textarea:hover::-moz-placeholde {
    color: #131313; }
  .theme-brown-v1 input[type="text"]:hover::-moz-placeholde, .theme-brown-v1 input[type="email"]:hover::-moz-placeholde, .theme-brown-v1 textarea:hover::-moz-placeholde {
    color: #1D1D1D; }
  .theme-green input[type="text"]:hover::-moz-placeholde, .theme-green input[type="email"]:hover::-moz-placeholde, .theme-green textarea:hover::-moz-placeholde {
    color: #000000; }
  .theme-red input[type="text"]:hover::-moz-placeholde, .theme-red input[type="email"]:hover::-moz-placeholde, .theme-red textarea:hover::-moz-placeholde {
    color: #000000; }
  .theme-red-v2 input[type="text"]:hover::-moz-placeholde, .theme-red-v2 input[type="email"]:hover::-moz-placeholde, .theme-red-v2 textarea:hover::-moz-placeholde {
    color: #131313; }
  .theme-red-v3 input[type="text"]:hover::-moz-placeholde, .theme-red-v3 input[type="email"]:hover::-moz-placeholde, .theme-red-v3 textarea:hover::-moz-placeholde {
    color: #000000; }
  .theme-blue input[type="text"]:hover::-ms-input-placeholder, .theme-blue input[type="email"]:hover::-ms-input-placeholder, .theme-blue textarea:hover::-ms-input-placeholder {
    color: #303136; }
  .theme-brown input[type="text"]:hover::-ms-input-placeholder, .theme-brown input[type="email"]:hover::-ms-input-placeholder, .theme-brown textarea:hover::-ms-input-placeholder {
    color: #131313; }
  .theme-brown-v1 input[type="text"]:hover::-ms-input-placeholder, .theme-brown-v1 input[type="email"]:hover::-ms-input-placeholder, .theme-brown-v1 textarea:hover::-ms-input-placeholder {
    color: #1D1D1D; }
  .theme-green input[type="text"]:hover::-ms-input-placeholder, .theme-green input[type="email"]:hover::-ms-input-placeholder, .theme-green textarea:hover::-ms-input-placeholder {
    color: #000000; }
  .theme-red input[type="text"]:hover::-ms-input-placeholder, .theme-red input[type="email"]:hover::-ms-input-placeholder, .theme-red textarea:hover::-ms-input-placeholder {
    color: #000000; }
  .theme-red-v2 input[type="text"]:hover::-ms-input-placeholder, .theme-red-v2 input[type="email"]:hover::-ms-input-placeholder, .theme-red-v2 textarea:hover::-ms-input-placeholder {
    color: #131313; }
  .theme-red-v3 input[type="text"]:hover::-ms-input-placeholder, .theme-red-v3 input[type="email"]:hover::-ms-input-placeholder, .theme-red-v3 textarea:hover::-ms-input-placeholder {
    color: #000000; }
  .theme-blue input[type="text"]:hover::-moz-placeholder, .theme-blue input[type="email"]:hover::-moz-placeholder, .theme-blue textarea:hover::-moz-placeholder {
    color: #303136; }
  .theme-brown input[type="text"]:hover::-moz-placeholder, .theme-brown input[type="email"]:hover::-moz-placeholder, .theme-brown textarea:hover::-moz-placeholder {
    color: #131313; }
  .theme-brown-v1 input[type="text"]:hover::-moz-placeholder, .theme-brown-v1 input[type="email"]:hover::-moz-placeholder, .theme-brown-v1 textarea:hover::-moz-placeholder {
    color: #1D1D1D; }
  .theme-green input[type="text"]:hover::-moz-placeholder, .theme-green input[type="email"]:hover::-moz-placeholder, .theme-green textarea:hover::-moz-placeholder {
    color: #000000; }
  .theme-red input[type="text"]:hover::-moz-placeholder, .theme-red input[type="email"]:hover::-moz-placeholder, .theme-red textarea:hover::-moz-placeholder {
    color: #000000; }
  .theme-red-v2 input[type="text"]:hover::-moz-placeholder, .theme-red-v2 input[type="email"]:hover::-moz-placeholder, .theme-red-v2 textarea:hover::-moz-placeholder {
    color: #131313; }
  .theme-red-v3 input[type="text"]:hover::-moz-placeholder, .theme-red-v3 input[type="email"]:hover::-moz-placeholder, .theme-red-v3 textarea:hover::-moz-placeholder {
    color: #000000; }
  .theme-blue input[type="text"]:hover, .theme-blue input[type="text"]:focus, .theme-blue input[type="email"]:hover, .theme-blue input[type="email"]:focus, .theme-blue textarea:hover, .theme-blue textarea:focus {
    border-color: #303136; }
  .theme-brown input[type="text"]:hover, .theme-brown input[type="text"]:focus, .theme-brown input[type="email"]:hover, .theme-brown input[type="email"]:focus, .theme-brown textarea:hover, .theme-brown textarea:focus {
    border-color: #131313; }
  .theme-brown-v1 input[type="text"]:hover, .theme-brown-v1 input[type="text"]:focus, .theme-brown-v1 input[type="email"]:hover, .theme-brown-v1 input[type="email"]:focus, .theme-brown-v1 textarea:hover, .theme-brown-v1 textarea:focus {
    border-color: #1D1D1D; }
  .theme-green input[type="text"]:hover, .theme-green input[type="text"]:focus, .theme-green input[type="email"]:hover, .theme-green input[type="email"]:focus, .theme-green textarea:hover, .theme-green textarea:focus {
    border-color: #000000; }
  .theme-red input[type="text"]:hover, .theme-red input[type="text"]:focus, .theme-red input[type="email"]:hover, .theme-red input[type="email"]:focus, .theme-red textarea:hover, .theme-red textarea:focus {
    border-color: #000000; }
  .theme-red-v2 input[type="text"]:hover, .theme-red-v2 input[type="text"]:focus, .theme-red-v2 input[type="email"]:hover, .theme-red-v2 input[type="email"]:focus, .theme-red-v2 textarea:hover, .theme-red-v2 textarea:focus {
    border-color: #131313; }
  .theme-red-v3 input[type="text"]:hover, .theme-red-v3 input[type="text"]:focus, .theme-red-v3 input[type="email"]:hover, .theme-red-v3 input[type="email"]:focus, .theme-red-v3 textarea:hover, .theme-red-v3 textarea:focus {
    border-color: #000000; }

textarea {
  padding: 20px;
  height: 120px;
  height: auto;
  line-height: inherit;
  margin: 0;
  overflow: auto;
  resize: vertical; }

/*-------------------------------------
   :: Embed Bootstrap 4 
-------------------------------------*/
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }

.embed-responsive::before {
  display: block;
  content: ""; }

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.857143%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

/*-------------------------------------
   :: Post Pagination
-------------------------------------*/
.nav-post__arrow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center; }

.nav-post .arrow {
  margin-bottom: 1.25rem; }
  .theme-blue .nav-post .arrow svg {
    fill: #747682; }
  .theme-brown .nav-post .arrow svg {
    fill: #A6A5A5; }
  .theme-brown-v1 .nav-post .arrow svg {
    fill: #6f6f6f; }
  .theme-green .nav-post .arrow svg {
    fill: #8C8C8C; }
  .theme-red .nav-post .arrow svg {
    fill: #8C8C8C; }
  .theme-red-v2 .nav-post .arrow svg {
    fill: #A6A5A5; }
  .theme-red-v3 .nav-post .arrow svg {
    fill: #BDBDBD; }

.nav-post .a-next {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4; }

.nav-post .t-next {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-right: 1.25rem; }

.nav-post .a-prev {
  margin-right: 1.25rem; }

.nav-post span {
  font-weight: 400;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: capitalize;
  margin-bottom: 0.3125rem; }
  .theme-blue .nav-post span {
    color: #747682; }
  .theme-brown .nav-post span {
    color: #A6A5A5; }
  .theme-brown-v1 .nav-post span {
    color: #6f6f6f; }
  .theme-green .nav-post span {
    color: #8C8C8C; }
  .theme-red .nav-post span {
    color: #8C8C8C; }
  .theme-red-v2 .nav-post span {
    color: #A6A5A5; }
  .theme-red-v3 .nav-post span {
    color: #BDBDBD; }

.nav-post .next {
  text-align: right; }

.nav-right h6, .nav-left h6 {
  margin-bottom: 0; }

.nav-right:hover h6, .nav-left:hover h6 {
  -webkit-transition: color 0.4s ease-in-out;
  -moz-transition: color 0.4s ease-in-out;
  -ms-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out; }
  .theme-blue .nav-right:hover h6, .theme-blue .nav-left:hover h6 {
    color: #86A9B0; }
  .theme-brown .nav-right:hover h6, .theme-brown .nav-left:hover h6 {
    color: #E1CAC4; }
  .theme-brown-v1 .nav-right:hover h6, .theme-brown-v1 .nav-left:hover h6 {
    color: #B2604B; }
  .theme-green .nav-right:hover h6, .theme-green .nav-left:hover h6 {
    color: #C2CDC4; }
  .theme-red .nav-right:hover h6, .theme-red .nav-left:hover h6 {
    color: #CBB6BD; }
  .theme-red-v2 .nav-right:hover h6, .theme-red-v2 .nav-left:hover h6 {
    color: #DEB0AF; }
  .theme-red-v3 .nav-right:hover h6, .theme-red-v3 .nav-left:hover h6 {
    color: #EE0625; }

.theme-blue .nav-right:hover .arrow svg, .theme-blue .nav-left:hover .arrow svg {
  fill: #86A9B0; }

.theme-brown .nav-right:hover .arrow svg, .theme-brown .nav-left:hover .arrow svg {
  fill: #E1CAC4; }

.theme-brown-v1 .nav-right:hover .arrow svg, .theme-brown-v1 .nav-left:hover .arrow svg {
  fill: #B2604B; }

.theme-green .nav-right:hover .arrow svg, .theme-green .nav-left:hover .arrow svg {
  fill: #C2CDC4; }

.theme-red .nav-right:hover .arrow svg, .theme-red .nav-left:hover .arrow svg {
  fill: #CBB6BD; }

.theme-red-v2 .nav-right:hover .arrow svg, .theme-red-v2 .nav-left:hover .arrow svg {
  fill: #DEB0AF; }

.theme-red-v3 .nav-right:hover .arrow svg, .theme-red-v3 .nav-left:hover .arrow svg {
  fill: #EE0625; }

.nav-right:hover .arrow {
  -webkit-animation: s-right 1s ease-in-out infinite;
  animation: s-right 1s ease-in-out infinite; }

@-webkit-keyframes s-right {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(10px, 0);
    transform: translate(10px, 0); } }

@keyframes s-right {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(10px, 0);
    transform: translate(10px, 0); } }

.nav-left:hover .arrow {
  -webkit-animation: s-left 1s ease-in-out infinite;
  animation: s-left 1s ease-in-out infinite; }

@-webkit-keyframes s-left {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(-10px, 0);
    transform: translate(-10px, 0); } }

@keyframes s-left {
  0%,
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(-10px, 0);
    transform: translate(-10px, 0); } }

.br {
  padding: 1.875rem 0rem; }
  .theme-blue .br {
    border-top: 1px solid #e2e2e5;
    border-bottom: 1px solid #e2e2e5; }
  .theme-brown .br {
    border-top: 1px solid #E6DAD8;
    border-bottom: 1px solid #E6DAD8; }
  .theme-brown-v1 .br {
    border-top: 1px solid #B2604B;
    border-bottom: 1px solid #B2604B; }
  .theme-green .br {
    border-top: 1px solid #F7F9F8;
    border-bottom: 1px solid #F7F9F8; }
  .theme-red .br {
    border-top: 1px solid #F3EAED;
    border-bottom: 1px solid #F3EAED; }
  .theme-red-v2 .br {
    border-top: 1px solid #FFE4E3;
    border-bottom: 1px solid #FFE4E3; }
  .theme-red-v3 .br {
    border-top: 1px solid #BDBDBD;
    border-bottom: 1px solid #BDBDBD; }

/*-------------------------------------
   :: Pagination Circle
-------------------------------------*/
.p-nav {
  padding-top: 7.5rem;
  position: relative; }

.pagination {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-left: 0rem;
  position: relative; }
  .pagination__item {
    display: inline-block;
    margin-right: 0.75rem; }
    .pagination__item .dots {
      margin-top: 0.625rem; }
      .theme-blue .pagination__item .dots {
        fill: #747682; }
      .theme-brown .pagination__item .dots {
        fill: #A6A5A5; }
      .theme-brown-v1 .pagination__item .dots {
        fill: #6f6f6f; }
      .theme-green .pagination__item .dots {
        fill: #8C8C8C; }
      .theme-red .pagination__item .dots {
        fill: #8C8C8C; }
      .theme-red-v2 .pagination__item .dots {
        fill: #A6A5A5; }
      .theme-red-v3 .pagination__item .dots {
        fill: #BDBDBD; }
    .pagination__item--last {
      margin-right: 0rem; }
  .pagination__link {
    font-size: 0.875rem;
    position: relative;
    line-height: 35px;
    width: 35px;
    height: 35px;
    padding: 0rem;
    display: block;
    margin-left: -1px;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    border-radius: 50%; }
    .theme-blue .pagination__link {
      color: #747682; }
    .theme-brown .pagination__link {
      color: #A6A5A5; }
    .theme-brown-v1 .pagination__link {
      color: #6f6f6f; }
    .theme-green .pagination__link {
      color: #8C8C8C; }
    .theme-red .pagination__link {
      color: #8C8C8C; }
    .theme-red-v2 .pagination__link {
      color: #A6A5A5; }
    .theme-red-v3 .pagination__link {
      color: #BDBDBD; }
    .pagination__link svg {
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
      .theme-blue .pagination__link svg {
        fill: #747682; }
      .theme-brown .pagination__link svg {
        fill: #A6A5A5; }
      .theme-brown-v1 .pagination__link svg {
        fill: #6f6f6f; }
      .theme-green .pagination__link svg {
        fill: #8C8C8C; }
      .theme-red .pagination__link svg {
        fill: #8C8C8C; }
      .theme-red-v2 .pagination__link svg {
        fill: #A6A5A5; }
      .theme-red-v3 .pagination__link svg {
        fill: #BDBDBD; }
    .pagination__link:before {
      z-index: -1;
      position: absolute;
      height: 100%;
      width: 100%;
      content: "";
      top: 0;
      left: 0;
      border-radius: 50%;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
      .theme-blue .pagination__link:before {
        background-color: #86A9B0; }
      .theme-brown .pagination__link:before {
        background-color: #E1CAC4; }
      .theme-brown-v1 .pagination__link:before {
        background-color: #B2604B; }
      .theme-green .pagination__link:before {
        background-color: #C2CDC4; }
      .theme-red .pagination__link:before {
        background-color: #CBB6BD; }
      .theme-red-v2 .pagination__link:before {
        background-color: #DEB0AF; }
      .theme-red-v3 .pagination__link:before {
        background-color: #EE0625; }
    .theme-blue .pagination__link:hover, .theme-blue .pagination__link .p-active {
      color: #ffffff; }
    .theme-brown .pagination__link:hover, .theme-brown .pagination__link .p-active {
      color: #ffffff; }
    .theme-brown-v1 .pagination__link:hover, .theme-brown-v1 .pagination__link .p-active {
      color: #ffffff; }
    .theme-green .pagination__link:hover, .theme-green .pagination__link .p-active {
      color: #ffffff; }
    .theme-red .pagination__link:hover, .theme-red .pagination__link .p-active {
      color: #ffffff; }
    .theme-red-v2 .pagination__link:hover, .theme-red-v2 .pagination__link .p-active {
      color: #ffffff; }
    .theme-red-v3 .pagination__link:hover, .theme-red-v3 .pagination__link .p-active {
      color: #ffffff; }
    .pagination__link:hover:before, .pagination__link .p-active:before {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
  .pagination .p-active {
    font-weight: 500; }
    .theme-blue .pagination .p-active {
      background-color: #86A9B0;
      color: #ffffff; }
    .theme-brown .pagination .p-active {
      background-color: #E1CAC4;
      color: #ffffff; }
    .theme-brown-v1 .pagination .p-active {
      background-color: #B2604B;
      color: #ffffff; }
    .theme-green .pagination .p-active {
      background-color: #C2CDC4;
      color: #ffffff; }
    .theme-red .pagination .p-active {
      background-color: #CBB6BD;
      color: #ffffff; }
    .theme-red-v2 .pagination .p-active {
      background-color: #DEB0AF;
      color: #ffffff; }
    .theme-red-v3 .pagination .p-active {
      background-color: #EE0625;
      color: #ffffff; }
    .pagination .p-active:before {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
  .pagination .next, .pagination .previous {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .theme-blue .pagination .next:hover, .theme-blue .pagination .previous:hover {
      background-color: #86A9B0; }
    .theme-brown .pagination .next:hover, .theme-brown .pagination .previous:hover {
      background-color: #E1CAC4; }
    .theme-brown-v1 .pagination .next:hover, .theme-brown-v1 .pagination .previous:hover {
      background-color: #B2604B; }
    .theme-green .pagination .next:hover, .theme-green .pagination .previous:hover {
      background-color: #C2CDC4; }
    .theme-red .pagination .next:hover, .theme-red .pagination .previous:hover {
      background-color: #CBB6BD; }
    .theme-red-v2 .pagination .next:hover, .theme-red-v2 .pagination .previous:hover {
      background-color: #DEB0AF; }
    .theme-red-v3 .pagination .next:hover, .theme-red-v3 .pagination .previous:hover {
      background-color: #EE0625; }
    .theme-blue .pagination .next:hover svg, .theme-blue .pagination .previous:hover svg {
      fill: #ffffff; }
    .theme-brown .pagination .next:hover svg, .theme-brown .pagination .previous:hover svg {
      fill: #ffffff; }
    .theme-brown-v1 .pagination .next:hover svg, .theme-brown-v1 .pagination .previous:hover svg {
      fill: #ffffff; }
    .theme-green .pagination .next:hover svg, .theme-green .pagination .previous:hover svg {
      fill: #ffffff; }
    .theme-red .pagination .next:hover svg, .theme-red .pagination .previous:hover svg {
      fill: #ffffff; }
    .theme-red-v2 .pagination .next:hover svg, .theme-red-v2 .pagination .previous:hover svg {
      fill: #ffffff; }
    .theme-red-v3 .pagination .next:hover svg, .theme-red-v3 .pagination .previous:hover svg {
      fill: #ffffff; }
  .pagination .link-s {
    border-radius: 2%; }
    .pagination .link-s:before {
      border-radius: 2%; }

/*-------------------------------------
   :: Nav Mobile
-------------------------------------*/
@media only screen and (max-width: 767px) and (orientation: Portrait) {
  .nav-right {
    margin-top: 1.25rem; } }

@media only screen and (max-width: 767px) and (orientation: landscape) {
  .nav-right {
    margin-top: 1.25rem; } }

/*-------------------------------------
   :: Social Component
-------------------------------------*/
.social-icons li, .s-icons li {
  display: inline-block;
  margin-right: 15px; }
  .social-icons li--last, .s-icons li--last {
    margin-right: 0px; }
  .social-icons li a, .s-icons li a {
    font-size: 0.875rem;
    display: inline-block;
    text-align: center;
    margin-right: 0.9375rem;
    -webkit-transition: color 0.4s ease-in-out;
    -moz-transition: color 0.4s ease-in-out;
    -ms-transition: color 0.4s ease-in-out;
    -o-transition: color 0.4s ease-in-out;
    transition: color 0.4s ease-in-out; }
    .social-icons li a:last-child, .s-icons li a:last-child {
      margin-right: 0px; }
    .theme-blue .social-icons li a:hover, .theme-blue .s-icons li a:hover {
      color: #86A9B0; }
    .theme-brown .social-icons li a:hover, .theme-brown .s-icons li a:hover {
      color: #E1CAC4; }
    .theme-brown-v1 .social-icons li a:hover, .theme-brown-v1 .s-icons li a:hover {
      color: #B2604B; }
    .theme-green .social-icons li a:hover, .theme-green .s-icons li a:hover {
      color: #C2CDC4; }
    .theme-red .social-icons li a:hover, .theme-red .s-icons li a:hover {
      color: #CBB6BD; }
    .theme-red-v2 .social-icons li a:hover, .theme-red-v2 .s-icons li a:hover {
      color: #DEB0AF; }
    .theme-red-v3 .social-icons li a:hover, .theme-red-v3 .s-icons li a:hover {
      color: #EE0625; }
    .theme-blue .social-icons li a:active, .theme-blue .social-icons li a:focus, .theme-blue .s-icons li a:active, .theme-blue .s-icons li a:focus {
      color: #58868F; }
    .theme-brown .social-icons li a:active, .theme-brown .social-icons li a:focus, .theme-brown .s-icons li a:active, .theme-brown .s-icons li a:focus {
      color: #C7B2AD; }
    .theme-brown-v1 .social-icons li a:active, .theme-brown-v1 .social-icons li a:focus, .theme-brown-v1 .s-icons li a:active, .theme-brown-v1 .s-icons li a:focus {
      color: #7f3423; }
    .theme-green .social-icons li a:active, .theme-green .social-icons li a:focus, .theme-green .s-icons li a:active, .theme-green .s-icons li a:focus {
      color: #AAB3AB; }
    .theme-red .social-icons li a:active, .theme-red .social-icons li a:focus, .theme-red .s-icons li a:active, .theme-red .s-icons li a:focus {
      color: #B3A1A7; }
    .theme-red-v2 .social-icons li a:active, .theme-red-v2 .social-icons li a:focus, .theme-red-v2 .s-icons li a:active, .theme-red-v2 .s-icons li a:focus {
      color: #D1A6A5; }
    .theme-red-v3 .social-icons li a:active, .theme-red-v3 .social-icons li a:focus, .theme-red-v3 .s-icons li a:active, .theme-red-v3 .s-icons li a:focus {
      color: #b30000; }

.social-icon-boder {
  font-size: 0.875rem;
  display: inline-block;
  width: 33px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  margin-right: 0.625rem;
  margin-bottom: 0.625rem;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border: 1px solid; }
  .social-icon-boder:last-child {
    margin-right: 0px; }
  .theme-blue .social-icon-boder {
    border-color: #747682;
    color: #747682; }
  .theme-brown .social-icon-boder {
    border-color: #A6A5A5;
    color: #A6A5A5; }
  .theme-brown-v1 .social-icon-boder {
    border-color: #6f6f6f;
    color: #6f6f6f; }
  .theme-green .social-icon-boder {
    border-color: #8C8C8C;
    color: #8C8C8C; }
  .theme-red .social-icon-boder {
    border-color: #8C8C8C;
    color: #8C8C8C; }
  .theme-red-v2 .social-icon-boder {
    border-color: #A6A5A5;
    color: #A6A5A5; }
  .theme-red-v3 .social-icon-boder {
    border-color: #BDBDBD;
    color: #BDBDBD; }
  .theme-blue .social-icon-boder:hover {
    border-color: #86A9B0;
    color: #86A9B0; }
  .theme-brown .social-icon-boder:hover {
    border-color: #E1CAC4;
    color: #E1CAC4; }
  .theme-brown-v1 .social-icon-boder:hover {
    border-color: #B2604B;
    color: #B2604B; }
  .theme-green .social-icon-boder:hover {
    border-color: #C2CDC4;
    color: #C2CDC4; }
  .theme-red .social-icon-boder:hover {
    border-color: #CBB6BD;
    color: #CBB6BD; }
  .theme-red-v2 .social-icon-boder:hover {
    border-color: #DEB0AF;
    color: #DEB0AF; }
  .theme-red-v3 .social-icon-boder:hover {
    border-color: #EE0625;
    color: #EE0625; }

.social-icon-bg {
  font-size: 0.875rem;
  display: inline-block;
  width: 33px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  margin-right: 0.625rem;
  margin-bottom: 0.625rem;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border: none; }
  .social-icon-bg:last-child {
    margin-right: 0px; }
  .theme-blue .social-icon-bg {
    background-color: #ffffff;
    color: #303136; }
  .theme-brown .social-icon-bg {
    background-color: #ffffff;
    color: #131313; }
  .theme-brown-v1 .social-icon-bg {
    background-color: #ffffff;
    color: #1D1D1D; }
  .theme-green .social-icon-bg {
    background-color: #ffffff;
    color: #000000; }
  .theme-red .social-icon-bg {
    background-color: #ffffff;
    color: #000000; }
  .theme-red-v2 .social-icon-bg {
    background-color: #ffffff;
    color: #131313; }
  .theme-red-v3 .social-icon-bg {
    background-color: #ffffff;
    color: #000000; }
  .theme-blue .social-icon-bg:hover {
    background-color: #86A9B0;
    color: #ffffff; }
  .theme-brown .social-icon-bg:hover {
    background-color: #E1CAC4;
    color: #ffffff; }
  .theme-brown-v1 .social-icon-bg:hover {
    background-color: #B2604B;
    color: #ffffff; }
  .theme-green .social-icon-bg:hover {
    background-color: #C2CDC4;
    color: #ffffff; }
  .theme-red .social-icon-bg:hover {
    background-color: #CBB6BD;
    color: #ffffff; }
  .theme-red-v2 .social-icon-bg:hover {
    background-color: #DEB0AF;
    color: #ffffff; }
  .theme-red-v3 .social-icon-bg:hover {
    background-color: #EE0625;
    color: #ffffff; }

/*-------------------------------------
   :: Tags Component
-------------------------------------*/
.tags li {
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
  display: inline-block; }
  .tags li:last-child {
    margin-left: 0rem; }
  .tags li a {
    font-size: 0.75rem;
    border: 1px solid;
    border-radius: 2px;
    padding: 0.375rem 0.625rem;
    background: none;
    text-transform: capitalize;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    .theme-blue .tags li a {
      border-color: #B9CFD3; }
    .theme-brown .tags li a {
      border-color: #FAE0D9; }
    .theme-brown-v1 .tags li a {
      border-color: #e78f77; }
    .theme-green .tags li a {
      border-color: #DAE6DC; }
    .theme-red .tags li a {
      border-color: #E6CFD6; }
    .theme-red-v2 .tags li a {
      border-color: #F7C4C3; }
    .theme-red-v3 .tags li a {
      border-color: #ff584f; }
    .theme-blue .tags li a {
      color: #303136; }
    .theme-brown .tags li a {
      color: #131313; }
    .theme-brown-v1 .tags li a {
      color: #1D1D1D; }
    .theme-green .tags li a {
      color: #000000; }
    .theme-red .tags li a {
      color: #000000; }
    .theme-red-v2 .tags li a {
      color: #131313; }
    .theme-red-v3 .tags li a {
      color: #000000; }
    .theme-blue .tags li a:hover {
      color: #86A9B0;
      border-color: #86A9B0; }
    .theme-brown .tags li a:hover {
      color: #E1CAC4;
      border-color: #E1CAC4; }
    .theme-brown-v1 .tags li a:hover {
      color: #B2604B;
      border-color: #B2604B; }
    .theme-green .tags li a:hover {
      color: #C2CDC4;
      border-color: #C2CDC4; }
    .theme-red .tags li a:hover {
      color: #CBB6BD;
      border-color: #CBB6BD; }
    .theme-red-v2 .tags li a:hover {
      color: #DEB0AF;
      border-color: #DEB0AF; }
    .theme-red-v3 .tags li a:hover {
      color: #EE0625;
      border-color: #EE0625; }

/*-------------------------------------
   :: Search Component
-------------------------------------*/
.search_widget {
  position: relative; }
  .search_widget .input-group .form-control {
    line-height: 29px;
    padding-left: 15px;
    border-radius: 45px;
    z-index: 0;
    background: transparent; }
  .search_widget .input-group .btn-default {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: absolute;
    right: 15px;
    background: transparent;
    border: 0px;
    padding: 0px 2px;
    top: 30%;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    z-index: 1; }
    .search_widget .input-group .btn-default::before {
      font-family: 'icomoon';
      content: '\e55';
      font-weight: 700;
      font-size: 0.875rem;
      -webkit-transition: color 0.4s ease-in-out;
      -moz-transition: color 0.4s ease-in-out;
      -ms-transition: color 0.4s ease-in-out;
      -o-transition: color 0.4s ease-in-out;
      transition: color 0.4s ease-in-out;
      display: block; }
      .theme-blue .search_widget .input-group .btn-default::before {
        color: #303136; }
      .theme-brown .search_widget .input-group .btn-default::before {
        color: #131313; }
      .theme-brown-v1 .search_widget .input-group .btn-default::before {
        color: #1D1D1D; }
      .theme-green .search_widget .input-group .btn-default::before {
        color: #000000; }
      .theme-red .search_widget .input-group .btn-default::before {
        color: #000000; }
      .theme-red-v2 .search_widget .input-group .btn-default::before {
        color: #131313; }
      .theme-red-v3 .search_widget .input-group .btn-default::before {
        color: #000000; }

/*-------------------------------------
   :: Overlay Component
-------------------------------------*/
.post-play {
  z-index: 10;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  position: absolute;
  right: 30px;
  bottom: 30px; }
  .theme-blue .post-play {
    background-color: #ffffff; }
  .theme-brown .post-play {
    background-color: #ffffff; }
  .theme-brown-v1 .post-play {
    background-color: #ffffff; }
  .theme-green .post-play {
    background-color: #ffffff; }
  .theme-red .post-play {
    background-color: #ffffff; }
  .theme-red-v2 .post-play {
    background-color: #ffffff; }
  .theme-red-v3 .post-play {
    background-color: #ffffff; }
  .post-play::after {
    content: '\f215';
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-family: 'ionicons';
    font-size: 20px;
    margin-top: 2px; }
    .theme-blue .post-play::after {
      color: #86A9B0; }
    .theme-brown .post-play::after {
      color: #E1CAC4; }
    .theme-brown-v1 .post-play::after {
      color: #B2604B; }
    .theme-green .post-play::after {
      color: #C2CDC4; }
    .theme-red .post-play::after {
      color: #CBB6BD; }
    .theme-red-v2 .post-play::after {
      color: #DEB0AF; }
    .theme-red-v3 .post-play::after {
      color: #EE0625; }
  .theme-blue .post-play:hover::after {
    color: #B9CFD3; }
  .theme-brown .post-play:hover::after {
    color: #FAE0D9; }
  .theme-brown-v1 .post-play:hover::after {
    color: #e78f77; }
  .theme-green .post-play:hover::after {
    color: #DAE6DC; }
  .theme-red .post-play:hover::after {
    color: #E6CFD6; }
  .theme-red-v2 .post-play:hover::after {
    color: #F7C4C3; }
  .theme-red-v3 .post-play:hover::after {
    color: #ff584f; }
  .post-play::after {
    font-family: 'icomoon';
    content: '\e906';
    font-size: 0.875rem; }

.post-podcast {
  z-index: 10;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  position: absolute;
  right: 30px;
  bottom: 30px; }
  .theme-blue .post-podcast {
    background-color: #ffffff; }
  .theme-brown .post-podcast {
    background-color: #ffffff; }
  .theme-brown-v1 .post-podcast {
    background-color: #ffffff; }
  .theme-green .post-podcast {
    background-color: #ffffff; }
  .theme-red .post-podcast {
    background-color: #ffffff; }
  .theme-red-v2 .post-podcast {
    background-color: #ffffff; }
  .theme-red-v3 .post-podcast {
    background-color: #ffffff; }
  .post-podcast::after {
    content: '\f215';
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-family: 'ionicons';
    font-size: 20px;
    margin-top: 2px; }
    .theme-blue .post-podcast::after {
      color: #86A9B0; }
    .theme-brown .post-podcast::after {
      color: #E1CAC4; }
    .theme-brown-v1 .post-podcast::after {
      color: #B2604B; }
    .theme-green .post-podcast::after {
      color: #C2CDC4; }
    .theme-red .post-podcast::after {
      color: #CBB6BD; }
    .theme-red-v2 .post-podcast::after {
      color: #DEB0AF; }
    .theme-red-v3 .post-podcast::after {
      color: #EE0625; }
  .theme-blue .post-podcast:hover::after {
    color: #B9CFD3; }
  .theme-brown .post-podcast:hover::after {
    color: #FAE0D9; }
  .theme-brown-v1 .post-podcast:hover::after {
    color: #e78f77; }
  .theme-green .post-podcast:hover::after {
    color: #DAE6DC; }
  .theme-red .post-podcast:hover::after {
    color: #E6CFD6; }
  .theme-red-v2 .post-podcast:hover::after {
    color: #F7C4C3; }
  .theme-red-v3 .post-podcast:hover::after {
    color: #ff584f; }
  .post-podcast::after {
    font-family: 'icomoon';
    content: '\e995';
    font-size: 0.875rem; }

.post-play-over {
  z-index: 10;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 1.25rem; }
  .theme-blue .post-play-over {
    background-color: #ffffff; }
  .theme-brown .post-play-over {
    background-color: #ffffff; }
  .theme-brown-v1 .post-play-over {
    background-color: #ffffff; }
  .theme-green .post-play-over {
    background-color: #ffffff; }
  .theme-red .post-play-over {
    background-color: #ffffff; }
  .theme-red-v2 .post-play-over {
    background-color: #ffffff; }
  .theme-red-v3 .post-play-over {
    background-color: #ffffff; }
  .post-play-over::after {
    content: '\f215';
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-family: 'ionicons';
    font-size: 20px;
    margin-top: 2px; }
    .theme-blue .post-play-over::after {
      color: #86A9B0; }
    .theme-brown .post-play-over::after {
      color: #E1CAC4; }
    .theme-brown-v1 .post-play-over::after {
      color: #B2604B; }
    .theme-green .post-play-over::after {
      color: #C2CDC4; }
    .theme-red .post-play-over::after {
      color: #CBB6BD; }
    .theme-red-v2 .post-play-over::after {
      color: #DEB0AF; }
    .theme-red-v3 .post-play-over::after {
      color: #EE0625; }
  .theme-blue .post-play-over:hover::after {
    color: #B9CFD3; }
  .theme-brown .post-play-over:hover::after {
    color: #FAE0D9; }
  .theme-brown-v1 .post-play-over:hover::after {
    color: #e78f77; }
  .theme-green .post-play-over:hover::after {
    color: #DAE6DC; }
  .theme-red .post-play-over:hover::after {
    color: #E6CFD6; }
  .theme-red-v2 .post-play-over:hover::after {
    color: #F7C4C3; }
  .theme-red-v3 .post-play-over:hover::after {
    color: #ff584f; }
  .post-play-over::after {
    font-family: 'icomoon';
    content: '\e906';
    font-size: 0.875rem; }

.post-podcast-over {
  z-index: 10;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 1.25rem; }
  .theme-blue .post-podcast-over {
    background-color: #ffffff; }
  .theme-brown .post-podcast-over {
    background-color: #ffffff; }
  .theme-brown-v1 .post-podcast-over {
    background-color: #ffffff; }
  .theme-green .post-podcast-over {
    background-color: #ffffff; }
  .theme-red .post-podcast-over {
    background-color: #ffffff; }
  .theme-red-v2 .post-podcast-over {
    background-color: #ffffff; }
  .theme-red-v3 .post-podcast-over {
    background-color: #ffffff; }
  .post-podcast-over::after {
    content: '\f215';
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-family: 'ionicons';
    font-size: 20px;
    margin-top: 2px; }
    .theme-blue .post-podcast-over::after {
      color: #86A9B0; }
    .theme-brown .post-podcast-over::after {
      color: #E1CAC4; }
    .theme-brown-v1 .post-podcast-over::after {
      color: #B2604B; }
    .theme-green .post-podcast-over::after {
      color: #C2CDC4; }
    .theme-red .post-podcast-over::after {
      color: #CBB6BD; }
    .theme-red-v2 .post-podcast-over::after {
      color: #DEB0AF; }
    .theme-red-v3 .post-podcast-over::after {
      color: #EE0625; }
  .theme-blue .post-podcast-over:hover::after {
    color: #B9CFD3; }
  .theme-brown .post-podcast-over:hover::after {
    color: #FAE0D9; }
  .theme-brown-v1 .post-podcast-over:hover::after {
    color: #e78f77; }
  .theme-green .post-podcast-over:hover::after {
    color: #DAE6DC; }
  .theme-red .post-podcast-over:hover::after {
    color: #E6CFD6; }
  .theme-red-v2 .post-podcast-over:hover::after {
    color: #F7C4C3; }
  .theme-red-v3 .post-podcast-over:hover::after {
    color: #ff584f; }
  .post-podcast-over::after {
    font-family: 'icomoon';
    content: '\e995';
    font-size: 0.875rem; }

/*-------------------------------------
   :: Vendor
-------------------------------------*/
/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1; }

.order-last {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
  order: 13; }

.order-0 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
  order: 0; }

.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1; }

.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
  order: 2; }

.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
  order: 3; }

.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
  order: 4; }

.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
  order: 5; }

.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
  order: 6; }

.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
  order: 7; }

.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
  order: 8; }

.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
  order: 9; }

.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
  order: 10; }

.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
  order: 11; }

.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
  order: 12; }

.offset-1 {
  margin-left: 8.333333%; }

.offset-2 {
  margin-left: 16.666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.333333%; }

.offset-5 {
  margin-left: 41.666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.333333%; }

.offset-8 {
  margin-left: 66.666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.333333%; }

.offset-11 {
  margin-left: 91.666667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13; }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0; }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2; }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3; }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4; }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5; }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6; }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7; }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8; }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9; }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10; }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11; }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.333333%; }
  .offset-sm-2 {
    margin-left: 16.666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.333333%; }
  .offset-sm-5 {
    margin-left: 41.666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.333333%; }
  .offset-sm-8 {
    margin-left: 66.666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.333333%; }
  .offset-sm-11 {
    margin-left: 91.666667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13; }
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0; }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2; }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3; }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4; }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5; }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6; }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7; }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8; }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9; }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10; }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11; }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.333333%; }
  .offset-md-2 {
    margin-left: 16.666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.333333%; }
  .offset-md-5 {
    margin-left: 41.666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.333333%; }
  .offset-md-8 {
    margin-left: 66.666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.333333%; }
  .offset-md-11 {
    margin-left: 91.666667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13; }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0; }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2; }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3; }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4; }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5; }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6; }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7; }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8; }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9; }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10; }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11; }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.333333%; }
  .offset-lg-2 {
    margin-left: 16.666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.333333%; }
  .offset-lg-5 {
    margin-left: 41.666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.333333%; }
  .offset-lg-8 {
    margin-left: 66.666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.333333%; }
  .offset-lg-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13; }
  .order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0; }
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; }
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2; }
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3; }
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4; }
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5; }
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6; }
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7; }
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8; }
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9; }
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10; }
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11; }
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.333333%; }
  .offset-xl-2 {
    margin-left: 16.666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.333333%; }
  .offset-xl-5 {
    margin-left: 41.666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.333333%; }
  .offset-xl-8 {
    margin-left: 66.666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.333333%; }
  .offset-xl-11 {
    margin-left: 91.666667%; } }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important; }

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }

.flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  flex-direction: row !important; }

.flex-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  -ms-flex: 1 1 auto !important;
  -webkit-box-flex: 1 !important;
  flex: 1 1 auto !important; }

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  -webkit-box-flex: 0 !important;
  flex-grow: 0 !important; }

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  -webkit-box-flex: 1 !important;
  flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important; }

.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important; }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important; }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important; }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important; }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important; }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important; }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important; }
  .flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important; }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important; }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-md-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important; }
  .align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important; }
  .align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important; }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important; }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important; }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important; }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important; }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important; }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important; }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important; }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important; }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important; }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important; }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important; }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important; }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

/*# sourceMappingURL=bootstrap-grid.css.map */
