@charset "UTF-8";
/*-------------------------------------------------------*/
/* Table of Content

1. General
2. Typography
3. Navigation
4. Layout
5. Blog
6. Portfolio
7. Shortcodes
8. Footer
9. Responsive

/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/* General
/*-------------------------------------------------------*/
.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: ""; }
  .clearfix:after {
    clear: both; }

.clear {
  clear: both; }

.oh {
  overflow: hidden; }

.ov {
  overflow: visible; }

.relative {
  position: relative; }

.section-wrap {
  padding: 140px 0;
  overflow: hidden;
  background-attachment: fixed;
  background-size: cover; }

.section-wrap-lg {
  padding: 150px 0;
  overflow: hidden;
  background-attachment: fixed;
  background-size: cover; }
  @media only screen and (max-width: 767px) {
    .section-wrap-lg {
      padding: 100px 0; } }

.section-wrap-md {
  padding: 120px 0;
  overflow: hidden;
  background-attachment: fixed;
  background-size: cover; }

.section-wrap-sm {
  padding: 100px 0;
  overflow: hidden;
  background-attachment: fixed;
  background-size: cover; }

.section-wrap-xsm {
  padding: 50px 0;
  overflow: hidden;
  background-attachment: fixed;
  background-size: cover; }  

.section-wrap-z {
  padding: 10px 0;
  overflow: hidden;
  background-attachment: fixed;
  background-size: cover; }    

.main-container {
  margin: auto; }

@media (min-width: 1600px) {
  .grid-1440 .main-container,
  .grid-1440 .container,
  .grid-1440 .rev_slider_wrapper.container {
    width: 1440px; } }

@media (min-width: 1200px) {
  .rev_slider_wrapper.container {
    width: 1170px; } }

.mobile section {
  background-attachment: scroll !important; }

.bg-gradient {
  background: #684ef4;
  /* Old browsers */
  background: -moz-linear-gradient(left, #684ef4 0%, #2183e9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #684ef4), color-stop(100%, #2183e9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #684ef4 0%, #2183e9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #684ef4 0%, #2183e9 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #684ef4 0%, #2183e9 100%);
  /* IE10+ */
  background: -webkit-gradient(linear, left top, right top, from(#684ef4), to(#2183e9));
  background: linear-gradient(to right, #684ef4 0%, #2183e9 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */ }

.bg-dark {
  background-color: #181821; }

.bg-darkblue {
  background-color: #152332; }

.bg-light {
  background-color: #f7f7f7; }

.bg-light-blue {
  background-color: #f9fbfc; }

.bg-sand {
  background-color: #ece8e0; }  

.bg-light-sand {
  background-color: #f8f4f0; }  

.bg-white {
  background-color: #fff; }

.bg-color {
  background-color: #2a83e8; }

.white {
  color: #fff; }

.static {
  position: static; }

.block {
  display: block; }

.left {
  float: left; }

.right {
  float: right; }

.valign {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.container-fluid.semi-fluid {
  padding: 0 50px; }

.img-fw {
  width: 100%; }

.uppercase {
  text-transform: uppercase;
  letter-spacing: -0.01em; }

.last {
  margin-bottom: 0 !important; }

@media (max-width: 991px) {
  .md-text-center {
    text-align: center; } }

@media (max-width: 767px) {
  .sm-text-center {
    text-align: center; } }

@media (max-width: 480px) {
  .xs-text-center {
    text-align: center; } }

img.alignleft {
  float: left;
  margin: 10px 20px 10px 0; }

img.alignright {
  float: right;
  margin: 10px 0 10px 20px; }

.animation-wrap {
  overflow: hidden; }

::-moz-selection {
  color: #fff;
  background-color: #2a83e8; }

::-webkit-selection {
  color: #fff;
  background-color: #2a83e8; }

::selection {
  color: #fff;
  background-color: #2a83e8; }

:focus {
  outline: none; }

body {
  margin: 0;
  padding: 0;
  font-family: "Geologica", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  background: #fff;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  color: #6c6c6c; }
  body img {
    border: none;
    max-width: 100%;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none; }

main {
background-color: #ffffff;} 

video {
  height: 100%;
  width: 100%; }

/* Preloader
-------------------------------------------------------*/
.loader-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999; }

.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  font-size: 0;
  color: #2a83e8;
  display: inline-block;
  margin: -25px 0 0 -25px;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0); }
  .loader div {
    background-color: #2a83e8;
    display: inline-block;
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    opacity: .5;
    border-radius: 50%;
    -webkit-animation: ballPulseDouble 2s ease-in-out infinite;
    animation: ballPulseDouble 2s ease-in-out infinite; }
  .loader div:last-child {
    -webkit-animation-delay: -1s;
    animation-delay: -1s; }

@-webkit-keyframes ballPulseDouble {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes ballPulseDouble {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

/* Scroll Down icon
-------------------------------------------------------*/
.scroll-down {
  font-size: 16px;
  width: 38px;
  height: 38px;
  background-color: rgba(255, 255, 255, 0.2);
  text-align: center;
  line-height: 38px;
  z-index: 50;
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -19px;
  border-radius: 50%; }
  .scroll-down.dark {
    background-color: transparent;
    border: 2px solid #111111; }
    .scroll-down.dark i {
      color: #111111;
      left: 11px; }
  .scroll-down.bottom-140 {
    bottom: 140px; }
    @media only screen and (max-width: 767px) {
      .scroll-down.bottom-140 {
        bottom: 80px; } }
  .scroll-down a {
    line-height: 38px;
    position: relative;
    z-index: 50; }
  .scroll-down i {
    color: #fff;
    position: absolute;
    left: 13px;
    top: 10px;
    font-size: 20px; }

.row.row-4 {
  margin: 0 -2px; }

.row.row-4 > div {
  padding: 0 2px; }

.row.row-10 {
  margin: 0 -5px; }

.row.row-10 > div {
  padding: 0 5px; }

.row.row-12 {
  margin: 0 -6px; }

.row.row-12 > div {
  padding: 0 6px; }

.row.row-16 {
  margin: 0 -8px; }

.row.row-16 > div {
  padding: 0 8px; }

.row.row-20 {
  margin: 0 -10px; }

.row.row-20 > div {
  padding: 0 10px; }

/* Row multiple items
-------------------------------------------------------*/
.items-grid .col-xs-6:nth-child(2n + 3) {
  clear: left; }

.items-grid .col-xs-4:nth-child(3n + 4) {
  clear: left; }

.items-grid .col-xs-3:nth-child(4n + 5) {
  clear: left; }

.items-grid .col-xs-2:nth-child(6n + 7) {
  clear: left; }

.items-grid .col-xs-1:nth-child(12n + 13) {
  clear: left; }

@media (min-width: 768px) {
  .items-grid .col-xs-6:nth-child(2n + 3) {
    clear: none; }
  .items-grid .col-xs-4:nth-child(3n + 4) {
    clear: none; }
  .items-grid .col-xs-3:nth-child(4n + 5) {
    clear: none; }
  .items-grid .col-xs-2:nth-child(6n + 7) {
    clear: none; }
  .items-grid .col-xs-1:nth-child(12n + 13) {
    clear: none; }
  .items-grid .col-sm-6:nth-child(2n + 3) {
    clear: left; }
  .items-grid .col-sm-4:nth-child(3n + 4) {
    clear: left; }
  .items-grid .col-sm-3:nth-child(4n + 5) {
    clear: left; }
  .items-grid .col-sm-2:nth-child(6n + 7) {
    clear: left; }
  .items-grid .col-sm-1:nth-child(12n + 13) {
    clear: left; } }

@media (min-width: 992px) {
  .items-grid .col-sm-6:nth-child(2n + 3) {
    clear: none; }
  .items-grid .col-sm-4:nth-child(3n + 4) {
    clear: none; }
  .items-grid .col-sm-3:nth-child(4n + 5) {
    clear: none; }
  .items-grid .col-sm-2:nth-child(6n + 7) {
    clear: none; }
  .items-grid .col-sm-1:nth-child(12n + 13) {
    clear: none; }
  .items-grid .col-md-6:nth-child(2n + 3) {
    clear: left; }
  .items-grid .col-md-4:nth-child(3n + 4) {
    clear: left; }
  .items-grid .col-md-3:nth-child(4n + 5) {
    clear: left; }
  .items-grid .col-md-2:nth-child(6n + 7) {
    clear: left; }
  .items-grid .col-md-1:nth-child(12n + 13) {
    clear: left; } }

@media (min-width: 1200px) {
  .items-grid .col-md-6:nth-child(2n + 3) {
    clear: none; }
  .items-grid .col-md-4:nth-child(3n + 4) {
    clear: none; }
  .items-grid .col-md-3:nth-child(4n + 5) {
    clear: none; }
  .items-grid .col-md-2:nth-child(6n + 7) {
    clear: none; }
  .items-grid .col-md-1:nth-child(12n + 13) {
    clear: none; }
  .items-grid .col-lg-6:nth-child(2n + 3) {
    clear: left; }
  .items-grid .col-lg-4:nth-child(3n + 4) {
    clear: left; }
  .items-grid .col-lg-3:nth-child(4n + 5) {
    clear: left; }
  .items-grid .col-lg-2:nth-child(6n + 7) {
    clear: left; }
  .items-grid .col-lg-1:nth-child(12n + 13) {
    clear: left; } }

/* 5 columns
-------------------------------------------------------*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.col-xs-5ths {
  width: 20%;
  float: left; }

@media (min-width: 767px) {
  .col-sm-5ths {
    width: 20%;
    float: left; } }

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left; } }

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left; } }

/* Hover Overlays
-------------------------------------------------------*/
.hover-overlay {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .hover-overlay.light {
    background-color: rgba(255, 255, 255, 0.9); }

.hover-trigger:hover .hover-overlay {
  opacity: 1;
  visibility: visible; }

[data-overlay="1"] {
  background-color: rgba(25, 25, 25, 0.1); }

[data-overlay="2"] {
  background-color: rgba(25, 25, 25, 0.2); }

[data-overlay="3"] {
  background-color: rgba(25, 25, 25, 0.3); }

[data-overlay="4"] {
  background-color: rgba(25, 25, 25, 0.4); }

[data-overlay="5"] {
  background-color: rgba(25, 25, 25, 0.5); }

[data-overlay="6"] {
  background-color: rgba(25, 25, 25, 0.6); }

[data-overlay="7"] {
  background-color: rgba(25, 25, 25, 0.7); }

[data-overlay="8"] {
  background-color: rgba(25, 25, 25, 0.8); }

[data-overlay="9"] {
  background-color: rgba(25, 25, 25, 0.9); }

[data-overlay="10"] {
  background-color: #191919; }

/* Hover Scale
-------------------------------------------------------*/
.hover-scale img {
  -webkit-transition: all 3s ease-in-out;
  -moz-transition: all 3s ease-in-out;
  -ms-transition: all 3s ease-in-out;
  -o-transition: all 3s ease-in-out;
  transition: all 3s ease-in-out; }

.hover-scale:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1); }

/* List Items
-------------------------------------------------------*/
.list-dividers > li {
  position: relative;
  padding: 9px 0;
  border-bottom: 1px solid #e5e9ec; }
  .list-dividers > li:first-child {
    padding-top: 0; }

.list-no-dividers > li {
  position: relative;
  padding: 7px 0; }

/* Section Dividers
-------------------------------------------------------*/
.top-divider {
  border-top: 1px solid #e5e9ec; }

.bottom-divider {
  border-bottom: 1px solid #e5e9ec; }

/*-------------------------------------------------------*/
/* Typography
/*-------------------------------------------------------*/
ul {
  list-style: none;
  margin: 0;
  padding: 0; }


h1, h2, h3, h4, h5, h6 {
  font-family: "Geologica", sans-serif;
  margin-top: 0;
  color: #222222;
  font-weight: 500;
  line-height: 1.2; }

  
h1 {
  font-size: 36px; }

h2 {
  font-size: 34px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 20px; }

h6 {
  font-size: 18px; }

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
  color: inherit; }

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  color: #111111;
  font-size: 85%;
  font-weight: bold; }



.geologica h1, .geologica h2 {
  font-family: "Geologica", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.geologica-3 h1 {
 font-size: 80px; 
}

.geologica-3 h1 {
 font-size: 120px; 
}

@media (max-width: 480px)
{.geologica h1 .large {
 font-size: 60px; 
}}

.geologica-2 h1, .geologica-2 h2 {
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.geologica-2 h1 .large {
 font-size: 62px; 
 line-height: 0.8em;
}


.dela-one h1, .dela-one h2 {
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.interspace h1 {
  letter-spacing: 0;
  animation: letterSpacingIn 1.2s ease-in forwards;
}

@keyframes letterSpacingIn {
  from {
    letter-spacing: 0.4em;
    opacity: 0;
  }
  to {
    letter-spacing: -0.02em;
    opacity: 1;
  }
}

.senses h1, h3, h5 {
  letter-spacing: -0.01;
  transition: letter-spacing 0.3s ease;
}

/* 
.senses h1, h3, h5:hover {   letter-spacing: -0.02em; }
*/

h1, h3, h5 {
  letter-spacing: -0.01em;
}

.playfair .footer.bg-white .footer-widgets .widget-title {
  font-size: 18px;
  color: #949494; }

span {
  font-weight: 600;
}

svg h2 {
  stroke: #333;
  stroke-width: 1;
  fill: transparent;
  stroke-dasharray: 450;
  stroke-dashoffset: 450;
  animation: draw 4s forwards;
}

@keyframes draw {
  70% {
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #333;
  }
}


.heading {
  position: relative;
  margin-bottom: 0; }
  .heading.large {
    font-size: 42px; }

.heading-row {
  margin-bottom: 70px; }
  .heading-row.style-2 {
    margin-bottom: 60px; }
  .heading-row .subheading:first-child {
    margin-bottom: 15px; }

.subheading {
  font-family: "Geologica", sans-serif;
  font-style: italic;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 0;
  margin-top: 8px; }
  .subheading.bottom-line:after {
    margin: 16px auto 0; }
  .subheading.style-2 {
    font-size: 15px;
    line-height: 26px;
    font-style: normal;
    font-family: "Geologica", sans-serif;
    margin-top: 20px; }

a {
  text-decoration: none;
  color: #2a83e8;
  outline: none;
  -webkit-transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  -ms-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out; }
  a:hover {
    text-decoration: none;
    color: #181821;
    outline: none; }
  a:focus {
    color: #2a83e8;
    text-decoration: none;
    outline: none; }

b, strong {
  color: #111111; }

.lead-heading.white strong {
  color: #fff; }

p {
  font-size: 14px;
  color: #6c6c6c;
  font-weight: normal;
  padding-bottom: 10px;
  line-height: 1.7; }

.list-inline {
  margin: 0; }

.bottom-line:after {
  content: "";
  display: block;
  width: 50px;
  border-bottom: 3px solid #2a83e8;
  margin: 22px auto 0;
  z-index: 1;
  position: relative; }

.bottom-line.left-align:after {
  margin: 22px auto 22px 0; }

.bottom-line.grey:after {
  border-color: #e4e4e4; }

.bottom-line.full-grey:after {
  width: 100%;
  border-color: #e5e9ec;
  margin-top: 16px; }

@media (min-width: 768px) {
  .lead {
    font-size: 18px; } }

.lead {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px; }

p.large {
  font-size: 120%;
  line-height: 1.8; }

.fsz-50 {
  font-size: 50px; }

.fsz-16 {
  font-size: 16px; }

blockquote {
  padding: 0 0 20px;
  margin: 0;
  border: none; }
  blockquote > p {
    font-size: 18px;
    line-height: 32px;
    font-family: "Geologica", sans-serif;
    margin-bottom: 10px !important;
    color: #111111;
    position: relative;
    font-style: italic; }
  blockquote > span {
    color: #2a83e8;
    font-size: 13px; }

.blockquote-style-1 {
  padding: 40px;
  background-color: #f9fbfc; }
  .blockquote-style-1 span {
    color: #8c5e9d; }

.blockquote-style-3 {
  padding: 20px 40px;
  border-left: 2px solid #8c5e9d; }

.dropcap {
  font-family: "Geologica", sans-serif; }

.dropcap.style-1 {
  float: left;
  color: #2a83e8;
  font-size: 47px;
  line-height: 48px;
  padding-right: 10px; }

.dropcap.style-2 {
  float: left;
  color: #fff;
  text-align: center;
  background-color: #2a83e8;
  width: 38px;
  height: 38px;
  font-size: 24px;
  line-height: 40px;
  margin: 7px 10px 0 0; }

.highlight {
  padding: 3px 5px;
  color: #fff;
  background-color: #2a83e8; }

.list li {
  line-height: 24px;
  position: relative; }
  .list li i {
    line-height: 21px; }

.bullets li,
.arrows li,
.checks li,
.numbers li {
  margin-bottom: 20px;
  color: #6c6c6c; }

.bullets li {
  padding-left: 15px; }

.bullets li:before {
  content: "\2022";
  font-size: 18px;
  position: absolute;
  left: 0;
  color: #2a83e8; }

.arrows i {
  margin-right: 5px; }

.arrows i,
.checks i {
  color: #2a83e8; }

.checks i {
  font-size: 12px;
  margin-right: 7px;
  vertical-align: middle; }

ol.numbers {
  padding-left: 20px; }

.section-columns p {
  margin-bottom: 40px; }

/*-------------------------------------------------------*/
/* Navigation
/*-------------------------------------------------------*/
@media (max-width: 991px) {
  .navbar-header {
    float: none; }
  .navbar-left, .navbar-nav, .navbar-right {
    float: none !important; }
  .navbar-toggle {
    display: block; }
  .navbar-collapse {
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; 
    opacity: 0.5}
  .navbar-collapse.collapse {
    display: none !important; }
  .navbar-nav {
    margin-top: 7.5px; }
  .navbar-nav > li {
    float: none; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }
  .collapse.in {
    display: block !important; }
  .navbar-nav .open .dropdown-menu, .dropdown-trigger.active + .dropdown-menu {
    display: block;
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent !important;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; } }

.navbar {
  margin-bottom: 0;
  border: none;
  min-height: 100px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 120; }

.navigation {
  width: 100%;
  line-height: 0; }
  .navigation.offset {
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .navigation.scrolling {
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    -ms-transform: translate3d(0, 0px, 0);
    -o-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0); }
  .navigation.sticky {
    position: fixed;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 60px;
    top: 0;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    z-index: 120; }
    .navigation.sticky.scrolling {
      opacity: 1;
      visibility: visible; }
    .navigation.sticky .navbar-nav > li > a {
      line-height: 60px;
      color: #111111; }
    .navigation.sticky .nav-right,
    .navigation.sticky .nav-social-icons .social-icons a {
      color: #111111; }
      .navigation.sticky .nav-right:hover,
      .navigation.sticky .nav-social-icons .social-icons a:hover {
        color: #000 !important; }
    .navigation.sticky .logo-wrap > a {
      height: 60px; }
    .navigation.sticky #nav-icon span {
      background-color: #111111; }

.navigation-overlay {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .navigation-overlay.sticky .logo-wrap > a {
    height: 60px; }

@media (min-width: 992px) {
  header.transparent .navbar {
    position: absolute;
    top: 0;
    width: 100%; }
  header.transparent .logo-dark,
  header.transparent .navigation.scrolling .logo,
  header.transparent .navigation-overlay.sticky .logo {
    display: none; }
  header.transparent .navigation.scrolling .logo-dark,
  header.transparent .navigation-overlay.sticky .logo-dark,
  header.transparent .logo,
  header.transparent.dark .logo-dark {
    display: inline-block; } }

.logo-container {
  padding-left: 15px;
  padding-right: 15px;
  float: left; }

.logo-wrap {
  display: table;
  opacity: 0.8;
  width: 100%; }
  .logo-wrap > a {
    display: table-cell;
    vertical-align: middle;
    height: 100px; }

.logo,
.navigation-overlay .logo-wrap > a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.logo,
.logo-dark-1 {
  max-height: 20px; 
}

.logo-dark {
  max-height: 40px; 
}

.navbar-header {
  padding-right: 15px; }

.nav-wrap {
  padding: 0 15px; }

.navbar-nav {
  margin: 0;
  display: inline-block;
  float: none; }
  .navbar-nav > li > a {
    font-family: "Geologica", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.01em;
    color: #111111;
    font-size: 13px;
    padding: 0 17px;
    line-height: 100px; }
    .navbar-nav > li > a:hover {
      color: #2a83e8; }
  .navbar-nav > .active > a {
    color: #2a83e8; }
  .navbar-nav > li:last-child > a {
    padding-right: 0; }

.navbar-collapse {
  border: none;
  padding-left: 0;
  padding-right: 0;
  max-height: 100% !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none; }
  .navbar-collapse.in {
    overflow-x: hidden; }

header.transparent .navbar-nav > li > a {
  color: rgba(255, 255, 255, 0.9); }

header.transparent .navbar-nav > .active > a,
header.transparent .navbar-nav > li > a:hover {
  color: #fff; }

header.transparent #nav-icon span {
  background-color: #fff; }

header.transparent #nav-icon:hover span {
  opacity: .85; }

header.transparent .navigation.scrolling #nav-icon:hover span {
  background-color: #2a83e8; }

header.transparent.dark .navbar-nav > li > a {
  color: #111111; }

.navigation.scrolling .navbar-nav > li > a:hover,
.navigation.scrolling .navbar-nav > .active > a,
.navigation.scrolling .navbar-nav > .active > a:focus,
.navigation.scrolling .navbar-nav > .active > a:hover {
  color: #2a83e8; }

.navbar-nav > .open > a,
.navbar-nav > .open > a:focus,
.navbar-nav > .open > a:hover {
  background-color: transparent;
  color: #2a83e8; }

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover,
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: transparent;
  border-color: #e5e9ec;
  text-decoration: none; }

.navbar-nav .dropdown-menu {
  left: 0; }
  .navbar-nav .dropdown-menu.menu-right {
    left: auto;
    right: 0; }

.menu-list li > a {
  border: none; }



/*-------------------------------------------------------*/
/* Navigation Right Links
/*-------------------------------------------------------*/
.navigation.sticky #nav-icon .nav-icon-inner,
.navigation.sticky .nav-right li,
.navigation-overlay.sticky #nav-icon .nav-icon-inner,
.navigation.sticky .nav-social-icons .social-icons {
  height: 60px; }

.nav-right {
  float: right;
  display: table;
  color: #111111;
  padding-left: 15px; }
  .nav-right li {
    display: table-cell;
    vertical-align: middle;
    font-size: 20px;
    padding-right: 25px;
    height: 100px; }
  .nav-right li:last-child {
    padding-right: 0; }
  .nav-right.menu-socials a {
    font-size: 15px;
    color: #111111; }
    .nav-right.menu-socials a:hover {
      color: #2a83e8; }

.nav-wrap ~ .nav-right {
  padding: 0 15px; }

header.transparent .nav-right,
header.transparent .menu-socials a {
  color: #fff; }

.nav-btn-holder {
  padding-left: 15px;
  line-height: 100px; }

.navigation.sticky .nav-btn-holder {
  line-height: 60px; }
  .navigation.sticky .nav-btn-holder .btn {
    background-color: #2a83e8; }
  .navigation.sticky .nav-btn-holder .btn span {
    color: #fff; }
  .navigation.sticky .nav-btn-holder .btn:hover {
    border-color: #2a83e8;
    background-color: transparent; }
  .navigation.sticky .nav-btn-holder .btn:hover span {
    color: #2a83e8; }



/* Nav Side Icon
-------------------------------------------------------*/
.nav-icon-wrap {
  position: relative;
  margin-left: 15px;
  padding-right: 15px; }

#nav-icon {
  display: table;
  width: 16px;
  height: 20px;
  padding: 0; }
  #nav-icon .nav-icon-inner {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    height: 100px;
    z-index: 300; }
  #nav-icon .nav-icon-trigger {
    height: 20px;
    display: block;
    position: relative;
    top: 3px;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  #nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #111111;
    opacity: 1;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    #nav-icon span:nth-child(1) {
      top: 0px; }
    #nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
      top: 5px; }
    #nav-icon span:nth-child(4) {
      top: 10px; }
  #nav-icon.open span:nth-child(1), #nav-icon.open span:nth-child(4) {
    top: 6px;
    width: 0%;
    left: 50%; }
  #nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  #nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  #nav-icon.open {
    position: relative;
    z-index: 502; }


/* Go to Top
-------------------------------------------------------*/
#back-to-top {
  display: block;
  z-index: 100;
  width: 34px;
  height: 34px;
  text-align: center;
  font-size: 16px;
  position: fixed;
  bottom: -34px;
  right: 20px;
  line-height: 32px;
  background-color: rgba(17, 17, 17, 0.3);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none; }
  #back-to-top i {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  #back-to-top a {
    display: block;
    color: #fff; }
  #back-to-top.show {
    bottom: 20px; }
  #back-to-top:hover {
    background-color: #2a83e8;
    bottom: 24px; }
  #back-to-top:hover i {
    color: #fff; }



/*-------------------------------------------------------*/
/* Nav Type-5 (Fullscreen Nav)
/*-------------------------------------------------------*/
.position-center {
  position: absolute;
  text-align: center;
  height: 100%;
  width: 100%;
  left: 0;
  z-index: 1; }
  .position-center .logo-container {
    float: none;
    display: inline-block;
    position: relative; }

.nav-type-5 {
  padding: 20px 0; }
  .nav-type-5 .navbar-fixed-top.sticky {
    min-height: 60px; }
  .nav-type-5 .nav-icon-inner {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .nav-type-5 .navigation-overlay.sticky {
    background-color: #fff; }
  .nav-type-5 .navbar-fixed-top.sticky #nav-icon {
    top: 5px; }
  .nav-type-5.transparent .navbar {
    position: fixed; }

.transparent #nav-icon span {
  background-color: #fff; }

.transparent .sticky #nav-icon span {
  background-color: #111111; }

.nav-social-icons {
  display: table;
  position: relative;
  padding: 0 15px;
  z-index: 2; }
  .nav-social-icons .social-icons {
    display: table-cell;
    vertical-align: middle;
    height: 100px; }
    .nav-social-icons .social-icons a {
      margin-bottom: 0; }

.overlay-menu {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center; }
  .overlay-menu ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: block;
    position: relative; }
  .overlay-menu ul li {
    display: block;
    position: relative;
    opacity: 0;
    padding: 15px 0;
    display: table;
    width: 100%;
    padding: 0;
    background-color: transparent;
    -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; }
  .overlay-menu ul li a {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    font-family: "Geologica", sans-serif; /*change*/
    font-size: 40px;
    letter-spacing: -0.02em;
    color: #222222;
    padding: 15px 0;
    font-weight: 400; /*change*/
    text-decoration: none; }
  .overlay-menu ul li.active > a,
  .overlay-menu ul li a:hover {
    color: #2a83e8; }

#nav-icon.style-2 {
  width: 18px; }
  #nav-icon.style-2 span:nth-child(2),
  #nav-icon.style-2 span:nth-child(3) {
    top: 6px; }
  #nav-icon.style-2 span:nth-child(4) {
    top: 12px; }

body.fs-open {
  overflow: hidden; }

#nav-icon {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fs-menu,
.fs-menu.open,
.overlay-menu ul li a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.fs-menu {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.95);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }
  .fs-menu.open {
    visibility: visible;
    z-index: 501;
    opacity: 1; }
  .fs-menu.open li {
    -webkit-animation: NavLinksScale .35s ease forwards;
    -moz-animation: NavLinksScale .35s ease forwards;
    -ms-animation: NavLinksScale .35s ease forwards;
    -o-animation: NavLinksScale .35s ease forwards;
    animation: NavLinksScale .35s ease forwards;
    -webkit-animation-delay: .10s;
    -moz-animation-delay: .10s;
    -ms-animation-delay: .10s;
    -o-animation-delay: .10s;
    animation-delay: .10s; }

@keyframes NavLinksScale {
  0% {
    opacity: 0;
    -webkit-transform: scale(2.2);
    -moz-transform: scale(2.2);
    -ms-transform: scale(2.2);
    -o-transform: scale(2.2);
    transform: scale(2.2);
    bottom: 50px; }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    bottom: 0; } }

@-webkit-keyframes NavLinksScale {
  0% {
    opacity: 0;
    -webkit-transform: scale(2.2);
    -moz-transform: scale(2.2);
    -ms-transform: scale(2.2);
    -o-transform: scale(2.2);
    transform: scale(2.2);
    bottom: 50px; }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    bottom: 0; } }

@-moz-keyframes NavLinksScale {
  0% {
    opacity: 0;
    -webkit-transform: scale(2.2);
    -moz-transform: scale(2.2);
    -ms-transform: scale(2.2);
    -o-transform: scale(2.2);
    transform: scale(2.2);
    bottom: 50px; }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    bottom: 0; } }

/*-------------------------------------------------------*/
/* Nav Type-6 (Stockholm)
/*-------------------------------------------------------*/
@media (min-width: 992px) {
  .nav-type-6 {
    padding: 50px 0; } }


/*-------------------------------------------------------*/
/* Nav Type-7 (Tokyo)
/*-------------------------------------------------------*/
@media only screen and (max-width: 991px) {
  header .flex-parent {
    display: block; } }

header .flex-child,
header .flex-child.flex-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  @media only screen and (max-width: 991px) {
    header .flex-child,
    header .flex-child.flex-right {
      width: 100%; } }

.nav-wrap.flex-child {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3; }


/*-------------------------------------------------------*/
/* Underline link
/*-------------------------------------------------------*/
.underline-link {
  display: inline-block;
  position: relative; }
  .underline-link:after {
    content: "";
    display: block;
    border-bottom: 2px solid #2a83e8;
    opacity: 0;
    visibility: hidden;
    bottom: 36px;
    left: 15px;
    right: 15px;
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.navbar-nav .active .underline-link:after,
.navbar-nav .underline-link:hover:after {
  opacity: 1;
  visibility: visible; }

.navigation.scrolling .underline-link:after {
  bottom: 16px; }

/*-------------------------------------------------------*/
/* Navigation Mobile Styles
/*-------------------------------------------------------*/
@media (max-width: 991px) {
  .navbar {
    min-height: 60px; }
  .navbar-header {
    width: 100%;
    padding-right: 0; }
  .logo-wrap > a,
  .navbar-header,
  .nav-type-4,
  .nav-type-4 .logo-wrap > a,
  .nav-type-5 .logo-wrap > a,
  .nav-type-2 .logo-container > a,
  .navigation-overlay #nav-icon .nav-icon-inner,
  .nav-social-icons .social-icons {
    height: 60px; }
  .navbar-collapse {
    text-align: left; }
  .logo-container {
    position: absolute;
    top: 0; }
  .logo-wrap {
    width: auto; }
  .nav > li > a {
    padding: 15px 0 15px 15px;
    border-bottom: 1px solid #e5e9ec;
    line-height: 1.2; }
  .navbar-nav {
    display: block; }
  .nav-wrap {
    padding-left: 0;
    padding-right: 0;
    width: 100% !important; }
  header.transparent .navbar-nav > li > a,
  .megamenu-item span {
    color: #111111; }
  header.transparent .navbar-nav > .active > a,
  header.transparent .navbar-nav > .active > a:focus,
  header.transparent .navbar-nav > .active > a:hover,
  header.transparent .navbar-nav > li > a:hover,
  header.transparent .navbar-nav > li > a:focus {
    color: #2a83e8; }
  header.transparent .logo-dark {
    display: inline-block; }
  header.transparent .logo {
    display: none; }

  .nav-right {
    position: absolute;
    top: 0;
    right: 40px;
    padding-right: 0;
    color: #111111 !important; }
    .nav-right li {
      height: auto; }
  .content-wrap {
    margin-left: 0; }
  .nav-type-2 #nav-icon {
    top: 5px; }
  .nav-type-2 .container-fluid.semi-fluid {
    padding: 0; }
  .overlay-menu ul li a {
    font-size: 30px; }
  .nav-type-4 {
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: auto;
    position: relative; }
    .nav-type-4 .header-wrap {
      width: 100%;
      padding: 0 15px; }
    .nav-type-4 .navbar-nav {
      position: relative;
      margin: 0; }
      .nav-type-4 .navbar-nav > li {
        display: block; }
      .nav-type-4 .navbar-nav > li > a {
        padding: 15px; }
    .nav-type-4 .nav-item-submenu li a {
      padding: 15px;
      border-bottom: 1px solid #e5e9ec; }
    .nav-type-4 .nav-item-toggle > a:after {
      right: 15px; }
    .nav-type-4 .logo-container {
      width: auto; }
  .vertical-nav .main-wrapper {
    margin-left: 0; }
  .nav-type-5 {
    padding: 0; }
  .megamenu-wrap.container {
    width: 100%;
    padding: 0; }
  .sticky-on-mobile .navbar {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0; }
  .navbar-nav .dropdown > i,
  .navbar-nav .dropdown-submenu > i {
    display: block;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 50;
    cursor: pointer; }
  .nav-btn-holder .btn.btn-white {
    background-color: #2a83e8; }
    .nav-btn-holder .btn.btn-white span {
      color: #fff; }
    .nav-btn-holder .btn.btn-white:hover {
      background-color: #000 !important;
      border-color: transparent !important; } }

/*-------------------------------------------------------*/
/* Intro
/*-------------------------------------------------------*/
.intro {
  padding: 140px 0;
  /* Amsterdam
  -------------------------------------------------------*/
  /* Stockholm
  -------------------------------------------------------*/
  /* Berlin
  -------------------------------------------------------*/
  /* Sydney
  -------------------------------------------------------*/ }
  .intro.style-2 .intro-heading {
    font-size: 20px;
    margin-bottom: 20px; }
  .intro.style-2 .intro-text {
    margin-bottom: 0;
    margin-top: 48px; }
  .intro.style-2 .intro-text-lead {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 0; }
  .intro.style-3 {
    padding: 70px 0 20px; }
    @media only screen and (max-width: 767px) {
      .intro.style-3 {
        padding: 130px 0 100px; } }
    .intro.style-3 .intro-heading {
      font-size: 35px;
      font-weight: 400;
      margin-bottom: 26px; }
      @media only screen and (max-width: 767px) {
        .intro.style-3 .intro-heading {
          font-size: 30px; } }
  .intro.style-4 .lead {
    font-size: 22px;
    line-height: 38px; }
  .intro.style-5 {
    padding: 120px 0 85px; }
    @media (max-width: 767px) {
      .intro.style-5 {
        padding: 80px 0 60px; } }
    .intro.style-5 .intro-heading {
      font-size: 55px; }
    .intro.style-5 .subtitle {
      font-family: "Geologica", sans-serif;
      color: #919191;
      font-style: italic; }
    .intro.style-5 .subtitle span {
      color: #111111; }
  .intro.style-6 {
    padding: 100px 0; }
    .intro.style-6 .intro-heading {
      font-size: 26px;
      line-height: 41px;
      margin-bottom: 20px;
      color: #111111; }
    .intro.style-6 .subtitle {
      font-size: 14px;
      color: #2a83e8; }

.intro-heading {
  font-size: 47px;
  margin-bottom: 28px; }

.subtitle {
  font-size: 22px;
  font-weight: 400; }

#typed {
  display: inline-block;
  font-style: italic;
  color: #2a83e8; }

.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite; }

@keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }



/*-------------------------------------------------------*/
/* Style-2
/*-------------------------------------------------------*/
.testimonials.style-2 .testimonial-box {
  background-color: #fff;
  padding: 40px;
  margin: 0 15px;
  border-radius: 4px;
  position: relative; }

.testimonials.style-2 .testimonial-text {
  color: #6c6c6c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Geologica", sans-serif;
  font-size: 17px;
  line-height: 28px; }

.testimonials.style-2 .owl-pagination {
  position: relative;
  bottom: auto;
  margin-top: 40px; }

.testimonials.style-2 .testimonial-author {
  margin-top: 30px; }
  .testimonials.style-2 .testimonial-author img {
    border-radius: 70px;
    margin-right: 20px;
    float: left; }
  .testimonials.style-2 .testimonial-author span {
    display: block;
    color: #111111; }
  .testimonials.style-2 .testimonial-author .testimonial-name {
    margin-top: 13px;
    margin-bottom: 2px;
    font-size: 15px; }
  .testimonials.style-2 .testimonial-author span:last-child {
    font-size: 13px;
    font-family: "Geologica", sans-serif;
    color: #6c6c6c; }

.testimonials.style-2 .owl-carousel img {
  width: auto;
  height: auto; }

/*-------------------------------------------------------*/
/* Partners
/*-------------------------------------------------------*/
.partners {
  padding: 85px 0; }

/*-------------------------------------------------------*/
/* Call To Action
/*-------------------------------------------------------*/
.call-to-action {
  position: relative;
  padding: 50px 0; }
  .call-to-action h3 {
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 0; }

.cta-buttons a {
  margin: 5px; }

.call-to-action.bg-color .btn-white:hover {
  background-color: rgba(255, 255, 255, 0.95); }

.call-to-action.bg-color .btn-white:hover span {
  color: #181821; }

.mt-150 {
  margin-top: 150px; }

/*-------------------------------------------------------*/
/* Call To Action Style-2
/*-------------------------------------------------------*/
.call-to-action.style-2 {
  padding: 145px 0; }
  .call-to-action.style-2 h2.large {
    font-size: 36px;
    font-weight: 700; }

/*-------------------------------------------------------*/
/* Call To Action Style-3
/*-------------------------------------------------------*/
.call-to-action.style-3 {
  padding: 120px 0; }
  .call-to-action.style-3 p {
    font-size: 16px;
    line-height: 28px;
    margin-top: 25px; }


/*-------------------------------------------------------*/
/* Process
/*-------------------------------------------------------*/
.process-step {
  font-size: 100px;
  font-family: "Geologica", sans-serif;
  color: #dddddd;
  line-height: 1.3;
  margin-left: -5px; }

.process-title {
  font-size: 16px; }

/*-------------------------------------------------------*/
/* About Us Description
/*-------------------------------------------------------*/
.about-description h3 {
  margin-bottom: 25px; }

/*-------------------------------------------------------*/
/* Fullwidth Image With Features
/*-------------------------------------------------------*/
.img-box-holder {
  overflow: hidden;
  position: absolute;
  height: 100%;
  padding: 0;
  top: 0; }
  .img-box-holder.right-align {
    right: 0;
    left: auto; }

.img-box {
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2; }

.img-box.img-1 {
  background-image: url(../img/about_1.jpg); }

.img-box.img-2 {
  background-image: url(../img/about_2.jpg); }

.text-box {
  padding: 140px 30% 140px 12%; }
  .text-box.sm {
    padding: 12%; }

.text-box-feature h4 {
  font-size: 18px; }

/*-------------------------------------------------------*/
/* About us
/*-------------------------------------------------------*/
.features-list span {
  vertical-align: top; }

.features-list li {
  line-height: 20px;
  margin-top: 12px; }

.features-list i {
  font-size: 15px;
  color: #2a83e8;
  margin-right: 8px; }



/*-------------------------------------------------------*/
/* Play Button
/*-------------------------------------------------------*/
.play-btn-holder {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.play-btn {
  display: inline-block;
  width: 82px;
  height: 82px;
  position: relative;
  border-radius: 50%;
  -webkit-transition: all 2s ease-in-out !important;
  -moz-transition: all 2s ease-in-out !important;
  -ms-transition: all 2s ease-in-out !important;
  -o-transition: all 2s ease-in-out !important;
  transition: all 2s ease-in-out !important; }

.play-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin: -7px 0 0 -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 11px;
  pointer-events: none;
  border-color: transparent transparent transparent #111111; }

.svg-circle {
  width: 82px;
  height: 82px; }

.svg-circle > circle:last-child {
  fill: #fff; }

.svg-circle > circle:first-child {
  fill: transparent;
  stroke-dashoffset: 360px;
  stroke-dasharray: 360px,360px;
  -webkit-animation: out 1.5s cubic-bezier(0.5, 0.1, 0.07, 1) forwards;
  animation: out 1.5s cubic-bezier(0.5, 0.1, 0.07, 1) forwards;
  stroke: #fff; }

.svg-circle:hover circle:first-child {
  -webkit-animation: in 1.5s cubic-bezier(0.5, 0.1, 0.07, 1) forwards;
  animation: in 1.5s cubic-bezier(0.5, 0.1, 0.07, 1) forwards; }

@-webkit-keyframes in {
  0% {
    stroke-dashoffset: 360px; }
  100% {
    stroke-dashoffset: 1; } }

@keyframes in {
  0% {
    stroke-dashoffset: 360px; }
  100% {
    stroke-dashoffset: 1; } }

@-webkit-keyframes out {
  0% {
    stroke-dashoffset: 1; }
  100% {
    stroke-dashoffset: 360px; } }

@keyframes out {
  0% {
    stroke-dashoffset: 1; }
  100% {
    stroke-dashoffset: 360px; } }




/*-------------------------------------------------------*/
/* Page Title
/*-------------------------------------------------------*/
.page-title {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top; }
  .page-title .container {
    height: 300px; }
  .page-title:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(99, 99, 99, 0.0); }
  .page-title .breadcrumb a,
  .page-title .breadcrumb > .active,
  .page-title .entry-meta li a:hover {
    color: #fff; }
  .page-title .breadcrumb > li + li:before {
    color: #fff;
    opacity: 0.5;
    padding: 0 1px 0 5px; }

.title-holder {
  position: relative;
  display: table;
  overflow: hidden;
  width: 100%;
  height: 100%; }
  .title-holder .subheading {
    margin-bottom: 0; }

.title-text {
  display: table-cell;
  height: 100%;
  vertical-align: middle; }
  .title-text h1 {
    margin: 0;
    color: #fff;
    font-size: 48px; }
  .title-text .entry-meta {
    margin-top: 10px; }
  .title-text .entry-meta li {
    color: #fff; }

.title-text-dark {
  display: table-cell;
  height: 100%;
  vertical-align: middle; }
  .title-text-dark h1 {
    margin: 0;
    color: #555;
    font-size: 48px; }
  .title-text-dark .entry-meta {
    margin-top: 10px; }
  .title-text-dark .entry-meta li {
    color: #555; }

.breadcrumb {
  width: auto;
  background-color: transparent;
  padding: 0;
  padding-top: 15px;
  margin-bottom: 0;
  font-size: 13px;
  border-top: 1px solid #e5e9ec; }
  .breadcrumb li,
  .breadcrumb li a,
  .breadcrumb li a.active {
    font-size: 12px;
    color: #a3a3a3; }
  .breadcrumb > .active {
    color: #6c6c6c; }


/*-------------------------------------------------------*/
/* Style-3
/*-------------------------------------------------------*/
.page-title.style-4 .container {
  height: 70vh; }

/*-------------------------------------------------------*/
/* 404
/*-------------------------------------------------------*/
.page-404 h2 {
  font-family: "Geologica", sans-serif;
  color: #6c6c6c;
  font-weight: 400;
  font-size: 24px; }

.page-404 h1 {
  font-size: 200px;
  line-height: 1.2; }

.page-404 a,
.page-404 p {
  font-size: 14px; }

.page-404 form {
  max-width: 370px;
  margin: auto; }

/*-------------------------------------------------------*/
/* Parallax
/*-------------------------------------------------------*/
.bg-parallax {
  position: relative; }

.parallax-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform; }

.parallax-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: scroll;
  will-change: transform; }

.counters.bg-parallax .parallax-inner {
  background-image: url(../img/parallax/results_bg.jpg); }

.testimonials.bg-parallax .parallax-inner {
  background-image: url(../img/parallax/testimonials_bg.jpg); }

.testimonials.style-2.bg-parallax .parallax-inner {
  background-image: url(../img/parallax/testimonials_bg_3.jpg); }

.call-to-action.bg-parallax .parallax-inner {
  background-image: url(../img/parallax/cta_bg.jpg); }

.mobile .parallax-inner {
  background-attachment: scroll !important;
  background-position: 50% 50% !important; }

/*-------------------------------------------------------*/
/* Quote
/*-------------------------------------------------------*/
.quote {
  padding: 0; }
  .quote:before {
    content: '“';
    display: inline-block;
    font-size: 63px;
    font-family: "Geologica", sans-serif;
    line-height: 1;
    position: relative;
    top: 15px; }
  .quote span {
    font-size: 14px; }


/*-------------------------------------------------------*/
/* Cookies
/*-------------------------------------------------------*/
.cc-window.cc-banner {
  -webkit-box-shadow: 0 6px 20px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 20px 10px rgba(0, 0, 0, 0.1); }

/*-------------------------------------------------------*/
/* Flexbox
/*-------------------------------------------------------*/
.flex-parent {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.flex-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

/*-------------------------------------------------------*/
/* Promo Video
/*-------------------------------------------------------*/
.promo-video-info h2 {
  padding-top: 50px;
  margin-bottom: 15px;
  font-size: 32px; }
  @media only screen and (max-width: 1199px) {
    .promo-video-info h2 {
      padding-top: 0; } }

.promo-video-info p {
  margin-bottom: 29px; }

/*-------------------------------------------------------*/
/* Promo Colored Boxes
/*-------------------------------------------------------*/
.promo-box {
  padding: 137px 5%; }
  .promo-box:first-child {
    background-color: #24292d; }
  .promo-box:nth-child(2) {
    background-color: #2a83e8; }
  .promo-box:nth-child(3) {
    background-color: #6060d9; }
  .promo-box p {
    margin-top: 15px;
    margin-bottom: 29px; }
  .promo-box a.btn:hover {
    background-color: #fff; }
    .promo-box a.btn:hover span {
      color: #111111; }

/*-------------------------------------------------------*/
/* Overlap Pricing Section
/*-------------------------------------------------------*/
.overlap-bg-section {
  padding-bottom: 300px !important;
  position: relative; }

.offset-top {
  overflow: visible;
  padding-top: 0; }
  .offset-top .container {
    margin-top: -310px;
    position: relative;
    z-index: 3; }

/*-------------------------------------------------------*/
/* Partners Grid
/*-------------------------------------------------------*/
.partner-cell {
  border: 1px solid #e5e9ec;
  text-align: center;
  padding: 60px 0; }

/*-------------------------------------------------------*/
/* Promo image with text
/*-------------------------------------------------------*/
.promo-info-holder {
  margin-top: 30px; }

.promo-title {
  font-size: 28px;
  line-height: 40px;
  max-width: 370px; }


/* --------------------------HERO ---------------------------*/

  .hero h1 {
    font-size: 60px;
    font-weight: 400;
  }

  .hero span {
    font-size: 18px;
    font-weight: 200;
    color: white;
  }

.hero-oz {
  height: 90vh;
  display: flex;
  align-items: flex-end;
  padding: 60px;
  background: url("../img/oz/101.jpg") center/cover no-repeat;
  background-color: #eee;
}

.hero-up {
  height: 90vh;
  display: flex;
  align-items: flex-end;
  padding: 60px;
  background: url("../img/up/101_up.jpg") center/cover no-repeat;
  background-color: #222;
}


.hero h1 {
  font-size: 64px;
  color: #fff;
}

.hero p {
  color: #eee;
}  




/* Quote Post
-------------------------------------------------------*/
.entry .blockquote-style-1 {
  background: #fff; }
  .entry .blockquote-style-1 p > a {
    color: #111111; }
    .entry .blockquote-style-1 p > a:hover {
      color: #2a83e8; }
  .entry .blockquote-style-1 span {
    font-size: 14px;
    display: block; }

/* Video Post
-------------------------------------------------------*/
.entry-video iframe {
  width: 100%;
  display: block;
  border: 0; }

/*-------------------------------------------------------*/
/* Pagination
/*-------------------------------------------------------*/
.pagination {
  margin: 0 auto;
  border-radius: 0;
  display: block; }

.pagination a,
.pagination span {
  font-family: "Geologica", sans-serif;
  font-size: 14px;
  display: inline-block;
  float: left;
  width: 40px;
  height: 40px;
  line-height: 38px;
  margin: 0 3px;
  text-align: center;
  border: 2px solid #e5e9ec;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.pagination a {
  color: #111111;
  vertical-align: middle; }
  .pagination a:hover {
    background-color: #2a83e8;
    border-color: transparent;
    color: #fff; }
  .pagination a > i {
    font-size: 15px; }

.pagination .current {
  color: #2a83e8;
  border-color: #2a83e8; }

/*-------------------------------------------------------*/
/* Sidebar
/*-------------------------------------------------------*/
.left-sidebar {
  float: left; }

.sidebar .widget-title {
  margin-bottom: 28px;
  font-size: 16px; }

.sidebar .widget {
  margin-top: 50px;
  margin-bottom: 0; }
  .sidebar .widget:first-child {
    margin-top: 0; }
  .sidebar .widget:last-child {
    margin-bottom: 30px; }
  .sidebar .widget > ul > li:last-child {
    padding-bottom: 0;
    border-bottom: none; }
  .sidebar .widget > ul > li:first-child {
    padding-top: 0; }

.widget.categories ul li.active-cat a {
  color: #111111; }

.widget.categories ul li a {
  color: #6c6c6c; }
  .widget.categories ul li a:hover {
    color: #2a83e8; }

.widget.categories li span {
  right: 0;
  position: absolute;
  color: #6c6c6c; }



/* Tags
-------------------------------------------------------*/
.tags a {
  padding: 10px 13px;
  line-height: 1;
  margin: 0 6px 6px 0;
  font-size: 14px;
  color: #6c6c6c;
  background-color: #f9fbfc;
  display: inline-block;
  float: left;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .tags a:hover {
    background-color: #2a83e8;
    color: #fff;
    border-color: transparent; }

.tags.light a {
  background-color: #fff; }
  .tags.light a:hover {
    background-color: #2a83e8; }



/*-------------------------------------------------------*/
/* Portfolio
/*-------------------------------------------------------*/
.works-grid.grid-5-col .work-item {
  width: 20%; }

.works-grid.grid-4-col .work-item {
  width: 25%; }

.works-grid.grid-3-col .work-item {
  width: 33.333%; }

.works-grid.grid-2-col .work-item {
  width: 50%; }

.works-grid.small-gutter {
  margin-left: 4px;
  margin-right: 4px; }

.works-grid.small-gutter .work-item {
  padding: 0 4px; }

.works-grid.gutter .work-item {
  padding: 0 15px; }

.works-grid.no-gutter .work-item {
  padding: 0; }

.works-grid.small-gutter .work-container {
  margin-bottom: 8px; }

.works-grid.small-gutter.with-title .work-container {
  margin-bottom: 30px; }

.works-grid.no-gutter .work-img {
  border-radius: 0; }

.flickity-slider-wrap.items-4 .work-item {
  width: 25%; }

.flickity-slider-wrap.items-3 .work-item {
  width: 33.333%; }

#showcases-slider .work-item {
  width: 60%;
  margin: 0 20px;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(25, 27, 31, 0.1);
  box-shadow: 0px 1px 4px 0px rgba(25, 27, 31, 0.1); }
  #showcases-slider .work-item.is-selected {
    -webkit-box-shadow: 0px 10px 20px 0px rgba(25, 27, 31, 0.1);
    box-shadow: 0px 10px 20px 0px rgba(25, 27, 31, 0.1); }

#showcases-slider .flickity-viewport {
  overflow: visible; }

.flickity-slider-wrap.with-spacing {
  margin: 0 -8px; }
  .flickity-slider-wrap.with-spacing .gallery-cell {
    padding: 0 8px; }

#slider-3-items .work-item {
  width: 33.333%;
  padding: 0 15px; }

#photography-slider img {
  padding: 0 2px;
  height: 780px;
  max-width: none; }
  @media (max-width: 991px) {
    #photography-slider img {
      height: 400px; } }

#slider-single .work-item {
  width: 100%;
  margin: 0;
  padding: 0; }

#slider-single-2 .work-item {
  width: 100%;
  margin: 0;
  padding-top: 10px; }


.owl-carousel .work-container,
.gallery-cell .work-container,
.works-grid.no-gutter .work-container {
  margin-bottom: 0; }

.portfolio-filter {
  margin-bottom: 30px;
  font-size: 13px; }
  .portfolio-filter.style-2 .portfolio-filter-wrap {
    display: inline-block;
    border-bottom: 1px solid #e5e9ec; }
  .portfolio-filter.style-2 a {
    padding: 0 20px 10px !important;
    margin-bottom: -1px;
    color: #111111; }
  .portfolio-filter.style-2 a.active {
    border-bottom: 1px solid #2a83e8; }
  .portfolio-filter a {
    display: inline-block;
    font-family: "Geologica", sans-serif;
    font-weight: 400;
    padding: 0 10px;
    color: #b9b9b9;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.1em; }
    .portfolio-filter a.active, .portfolio-filter a:hover {
      color: #111111; }


.project-tag {
  display: inline-block;
  margin-top: 10px;
  padding: 3px 20px 5px 20px;
  color: #777;
  background-color: #ccc;  
}  

.project-tag p {
  font-size: 13px;  
  margin: 0 0;
  padding: 0 0;
}  


.project-tag a {
  font-size: 13px;   
    color: #777;
}    

.tag-yellow {
  background-color: #fdecc0;
  color: #444;
}
.tag-lime {
  background-color: yellowgreen;
  color: #eee;
}
.tag-blue {
  background-color: blueviolet;
  color: #eee;
}
.tag-blue a{
  color: #eee;
}
.tag-red {
  background-color: #e72351;
  color: #eee;
}
.tag-red a{
  color: #eee;
 } 

.tag-orange {
  background-color: #f29420;
  color: #eee;
}

.upper-8 {
  z-index: 8;
}
.upper-2 {
z-index: 2;
}

.work-container {
  margin-bottom: 30px;
  overflow: hidden; }

.work-item {
  position: relative;
  float: left; }
  .work-item.hover-1 .work-description {
    background-color: #fff;
    text-align: center;
    color: #111111;
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: 0.2s cubic-bezier(0.43, 0.07, 0.61, 0.95);
    -moz-transition: 0.2s cubic-bezier(0.43, 0.07, 0.61, 0.95);
    -ms-transition: 0.2s cubic-bezier(0.43, 0.07, 0.61, 0.95);
    -o-transition: 0.2s cubic-bezier(0.43, 0.07, 0.61, 0.95);
    transition: 0.2s cubic-bezier(0.43, 0.07, 0.61, 0.95); }
    .work-item.hover-1 .work-description span {
      color: #6c6c6c; }
  .work-item.hover-1 .work-img img {
    -webkit-transition: 0.2s cubic-bezier(0.43, 0.07, 0.61, 0.95);
    -moz-transition: 0.2s cubic-bezier(0.43, 0.07, 0.61, 0.95);
    -ms-transition: 0.2s cubic-bezier(0.43, 0.07, 0.61, 0.95);
    -o-transition: 0.2s cubic-bezier(0.43, 0.07, 0.61, 0.95);
    transition: 0.2s cubic-bezier(0.43, 0.07, 0.61, 0.95); }
  .work-item.hover-1:hover .work-description {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  .work-item.hover-1:hover img {
    -webkit-transform: translateY(-70px);
    -moz-transform: translateY(-70px);
    -ms-transform: translateY(-70px);
    -o-transform: translateY(-70px);
    transform: translateY(-70px); }
  .work-item.hover-2 .work-description {
    top: 0;
    padding: 30px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
  .work-item.hover-2:hover .work-description {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  .work-item.hover-3 .work-description {
    top: 55%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .work-item.hover-3:hover .work-description {
    top: 50%; }
  .work-item.hover-4 .hover-overlay {
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    width: auto;
    height: auto;
    -webkit-transform: scale(0.7, 0.7);
    -moz-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    -o-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7); }
  .work-item.hover-4:hover .hover-overlay {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
  .work-item.hover-4:hover .work-img img {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2); }
  .work-item.hover-4 .work-description {
    text-align: center; }

   .work-item.hover-7 .hover-overlay {
    text-align: center; }
  .work-item.hover-7 .work-description {
    top: 55%; }
  .work-item.hover-7.hover-blue .hover-overlay {
    background-color: rgba(35, 171, 196, 0.9); }
  .work-item.hover-7.hover-flu .hover-overlay {
    background-color: rgba(55, 26, 51, 0.7); }    
  .work-item.hover-7.hover-key .hover-overlay {
    background-color: rgba(20, 35, 93, 0.8); }     
  .work-item.hover-7.hover-ing .hover-overlay {
    background-color: rgba(13, 44, 117, 0.9); }   
  .work-item.hover-7.hover-brown .hover-overlay {
    background-color: rgba(77, 61, 55, 0.7); }   
  .work-item.hover-7.hover-yellow .hover-overlay {
    background-color: rgba(255, 222, 0, 0.9); }  
  .work-item.hover-7.hover-beige .hover-overlay {
    background-color: rgba(220, 209, 197, 0.8); }  
  .work-item.hover-7.hover-navy .hover-overlay {
    background-color: rgba(129, 141, 53, 0.8); } 
  .work-item.hover-7.hover-gra1 .hover-overlay {    
    background: linear-gradient(to bottom, rgba(148, 151, 182, 0.8), rgba(255, 173, 121, 0.8) ); }
  .work-item.hover-7.hover-gra2 .hover-overlay {    
    background: linear-gradient(to bottom, rgba(148, 151, 182, 0.8), rgba(91, 46, 21, 0.8) ); }
  .work-item.hover-7.hover-gra-green .hover-overlay {    
    background: linear-gradient(to bottom, rgba(226, 223, 126, 0.8), rgba(98, 116, 28, 0.8) ); }
  .work-item.hover-7.hover-gra-gray .hover-overlay {    
    background: linear-gradient(to bottom, rgba(41, 165, 189, 0.8), rgba(83, 109, 112, 0.8) ); }
  .work-item.hover-7.hover-gra-blue .hover-overlay {    
    background: linear-gradient(to bottom, rgba(35, 171, 196, 0.6), rgba(13, 44, 117, 0.9) ); }
   .work-item.hover-7.hover-gra-viol .hover-overlay {    
    background: linear-gradient(to bottom, rgba(165, 34, 130, 0.8), rgba(53, 14, 75, 0.8) ); }   
   .work-item.hover-7.hover-gra-blue2 .hover-overlay {    
    background: linear-gradient(to bottom, rgba(50, 150, 210, 0.8), rgba(230, 220, 205, 0.8) ); }   
   .work-item.hover-7.hover-gra-beige .hover-overlay {    
    background: linear-gradient(to bottom, rgba(230, 218, 205, 0.8), rgba(149, 127, 116, 0.8) ); }   
   .work-item.hover-7.hover-gra-teal .hover-overlay {    
    background: linear-gradient(to bottom, rgba(10, 90, 98, 0.8), rgba(35, 168, 163  , 0.8) ); }   
   .work-item.hover-7.hover-gra-brown .hover-overlay {    
    background: linear-gradient(to bottom, rgba(149, 127, 116, 0.8), rgba(77, 61, 55, 0.8) ); } 
   .work-item.hover-7.hover-gra-orange .hover-overlay {    
    background: linear-gradient(to bottom, rgba(254, 117, 3, 0.8), rgba(199, 28, 0, 0.8) ); } 
   .work-item.hover-7.hover-gra-red .hover-overlay {    
    background: linear-gradient(to bottom, rgba(255, 64, 67, 0.8), rgba(177, 0, 6, 0.8) ); }   
   .work-item.hover-7.hover-gra-upgum .hover-overlay {    
    background: linear-gradient(to bottom, rgba(31, 22, 10, 0.7), rgba(226, 198, 83, 0.7) ); }        
  .work-item.hover-7.hover-green .hover-overlay {
    background-color: rgba(75, 225, 206, 0.9); }
  .work-item.hover-7.hover-pink .hover-overlay {
    background-color: rgba(222, 69, 90, 0.9); }
  .work-item.hover-7.hover-violet .hover-overlay {
    background-color: rgba(96, 96, 217, 0.9); }
  .work-item.hover-7.hover-orange .hover-overlay {
    background-color: rgba(234, 121, 59, 0.9); }
  .work-item.hover-7:hover .work-description {
    top: 50%; }
      
  .work-item.hover-6 .work-description {
    top: 0;
    padding: 30px;
    -webkit-transform: translateX(-10%);
    -moz-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
    -o-transform: translateX(-10%);
    transform: translateX(-10%); }
  .work-item.hover-6:hover .work-description {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  .work-item.hover-6 .hover-overlay {
    background-color: rgba(42, 131, 232, 0.75); }
  .work-item.hover-2:hover .work-img img,
  .work-item.hover-3:hover .work-img img {
    -webkit-transform: scale(1.3, 1.3);
    -moz-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    -o-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3); }
    .work-item.hover-7:hover .work-img img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05); }  
  .work-item:hover .project-icons {
    top: 42%; }

.work-img {
  position: relative;
  overflow: hidden;
  z-index: 1; }
   
  .work-img img {
    width: 100%;
    height: auto;
    overflow: hidden;
    -webkit-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
    -moz-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
    -ms-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
    -o-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
    transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden; }
  .work-img.rounded {
    border-radius: 4px; }
  .work-img > a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%; }

.hover-overlay .work-description {
  top: 50%;
  bottom: auto;
  color: #fff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
  .hover-overlay .work-description h3,
  .hover-overlay .work-description span {
    color: inherit; }

.work-description {
  padding: 14px 20px;
  width: 100%;
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  z-index: 3;
  -webkit-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  -moz-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  -ms-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  -o-transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  transition: 0.3s cubic-bezier(0.43, 0.07, 0.61, 0.95); }
  .work-description h3 {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.02em; /*mark*/
    margin-bottom: 2px; }
    .work-description h3 a:hover {
      color: #2a83e8; }
  .work-description > span {
    color: #6c6c6c;
    font-weight: 300;
    font-size: 16px; }
  .work-description i {
    font-size: 40px; }

.works-grid.with-title .work-description {
  position: relative;
  bottom: auto;
  padding: 20px 0 0; }

.works-grid.with-title .work-item:hover .work-img img {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }

.works-grid.with-title .work-item:hover .project-icons {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0; }

.works-grid.with-title .work-item .work-description h3 {
  font-size: 16px;
  letter-spacing: normal; }

.works-grid.with-title .work-item:hover .project-icons {
  top: calc(50% - 44px); }

.project-icons {
  position: absolute;
  top: 36%;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.2s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  -moz-transition: 0.2s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  -ms-transition: 0.2s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  -o-transition: 0.2s cubic-bezier(0.43, 0.07, 0.61, 0.95);
  transition: 0.2s cubic-bezier(0.43, 0.07, 0.61, 0.95); }
  .project-icons a {
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 18px;
    margin: 0 3px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .project-icons a:hover {
      opacity: .85; }

}
/*-------------------------------------------------------*/
/* Masonry
/*-------------------------------------------------------*/
#masonry-grid .work-item.quarter {
  width: 25%;
  float: left; }

#masonry-grid .work-item.half {
  width: 50%; }

/*-------------------------------------------------------*/
/* Oslo Portfolio Tiles
/*-------------------------------------------------------*/
.work-item-description {
  background-color: #fff;
  position: relative;
  text-align: center; }

.work-description-inner {
  position: absolute;
  padding: 0 50px; }
  .work-description-inner h3 {
    font-size: 16px;
    margin-bottom: 14px; }
  .work-description-inner .bottom-line:after {
    border-color: #c8c8c8;
    margin: 16px auto 0; }
  .work-description-inner p {
    margin-bottom: 0; }

.grid-tiles .work-item-description:before {
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  top: -13px;
  left: 50%;
  margin-left: -13px;
  z-index: 1;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

@media (min-width: 768px) {
  .grid-tiles .work-item:nth-child(2n) .work-container {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%); }
  .grid-tiles .work-item:nth-child(2n) .work-item-description {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%); }
  .grid-tiles .work-item:nth-child(2n) .work-item-description:before {
    bottom: -13px;
    top: auto; } }

.hover-zoom .work-img img {
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out; }

.hover-zoom:hover .work-img img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1); }

/*-------------------------------------------------------*/
/* With Description
/*-------------------------------------------------------*/
.works-grid.description .work-description {
  padding: 40px;
  background-color: #fff; }

.grid-1-col .work-item {
  width: 100%;
  padding: 0 15px; }
  .grid-1-col .work-item:hover .work-container {
    -webkit-box-shadow: 0px 15px 30px 0px rgba(18, 20, 23, 0.05);
    -moz-box-shadow: 0px 15px 30px 0px rgba(18, 20, 23, 0.05);
    -ms-box-shadow: 0px 15px 30px 0px rgba(18, 20, 23, 0.05);
    box-shadow: 0px 15px 30px 0px rgba(18, 20, 23, 0.05);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px); }

.grid-1-col .work-container {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(18, 20, 23, 0.05);
  -moz-box-shadow: 0px 0px 0px 0px rgba(18, 20, 23, 0.05);
  -ms-box-shadow: 0px 0px 0px 0px rgba(18, 20, 23, 0.05);
  box-shadow: 0px 0px 0px 0px rgba(18, 20, 23, 0.05);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  margin-bottom: 30px; }

.grid-1-col .work-description {
  width: 50%;
  bottom: auto;
  position: relative;
  float: right;
  background-color: #fff;
  padding: 75px 70px 270px; }
  .grid-1-col .work-description h3 {
    font-size: 20px;
    margin-bottom: 7px; }
  .grid-1-col .work-description span {
    font-family: "Geologica", sans-serif;
    font-style: italic;
    color: #a3a3a3; }

.work-item.align-right .work-description {
  float: left; }

.work-item.align-right .bg-img-holder {
  float: right;
  right: 0; }

.bg-img-holder {
  position: absolute;
  overflow: hidden;
  width: 50%;
  height: 100%;
  float: left; }
  .bg-img-holder .bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-size: cover !important;
    background-position: 50% !important; }
  .bg-img-holder img {
    display: none; }

/*-------------------------------------------------------*/
/* Single Project
/*-------------------------------------------------------*/
.project-description {
  padding-left: 5%; }

.product_meta .detail-wrap {
  display: table;
  table-layout: fixed; }

.product_meta .detail-label,
.product_meta .detail-value {
  display: table-cell;
  line-height: 28px;
  font-size: 14px; }

.product_meta .detail-label {
  min-width: 110px;
  font-weight: 300;
  color: #aaaaaa; }

/*-------------------------------------------------------*/
/* Prject Nav
/*-------------------------------------------------------*/
.project-nav {
  background-color: #f9fbfc;
  padding: 50px 0; }
  .project-nav li {
    position: relative; }
  .project-nav li a {
    font-family: "Geologica", sans-serif;
    color: #111111; }
    .project-nav li a:hover {
      color: #2a83e8; }
  .project-nav .page-prev a,
  .project-nav .page-next a {
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .project-nav .page-prev i,
  .project-nav .page-next i {
    font-size: 22px;
    position: absolute; }
  .project-nav .page-prev i {
    left: 0; }
  .project-nav .page-prev a {
    padding-left: 28px; }
  .project-nav .page-prev a:hover {
    padding-left: 24px; }
  .project-nav .page-next {
    text-align: right; }
    .project-nav .page-next i {
      right: 0; }
    .project-nav .page-next a {
      padding-right: 28px; }
    .project-nav .page-next a:hover {
      padding-right: 24px; }
  .project-nav .back-to-projects {
    text-align: center; }

/*-------------------------------------------------------*/
/* Style-2
/*-------------------------------------------------------*/
.portfolio-single.style-2 .project-description {
  padding-left: 15px; }

.service span {
  font-weight: 600;
  font-size: 12pt;
  padding-top: 0px;
}
.service p {
  padding-top: 10px;
}
/*-------------------------------------------------------*/
/* Sliders
/*-------------------------------------------------------*/
.owl-carousel,
.flickity {
  overflow: hidden; }

.owl-carousel img {
  width: 100%; }

.owl-pagination {
  position: relative;
  margin-top: 30px;
  left: 0;
  display: block;
  text-align: center;
  width: 100%; }

.owl-page {
  display: inline-block;
  padding: 5px;
  position: relative; }
  .owl-page.active span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 0;
    opacity: 1;
    border-color: transparent;
    background: #2a83e8; }
  .owl-page span {
    display: block;
    position: relative;
    width: 12px;
    height: 12px;
    opacity: 0.7;
    background: transparent;
    z-index: 100;
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .owl-page span:hover {
      opacity: 1; }

.owl-carousel,
.slick-slider {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-buttons {
  position: static; }

.owl-prev,
.flex-direction-nav .flex-prev,
.flickity-prev-next-button.previous {
  left: -40px; }

.owl-next,
.flex-direction-nav .flex-next,
.flickity-prev-next-button.next {
  right: -40px; }

.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
  opacity: 0; }

.owl-prev,
.owl-next,
.flex-direction-nav a,
.flickity-prev-next-button {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  text-align: center;
  line-height: 40px;
  z-index: 10;
  width: 40px;
  height: 40px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.flickity-prev-next-button,
.flex-direction-nav a {
  width: 30px;
  height: 60px;
  margin-top: -30px; }

.flickity-prev-next-button.previous {
  border-radius: 0 3px 3px 0; }

.flickity-prev-next-button.next {
  border-radius: 3px 0 0 3px; }

.flex-direction-nav a {
  background-color: #fff; }
  .flex-direction-nav a i {
    font-size: 26px;
    color: #111111;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.owl-next:before,
#flexslider .flex-direction-nav .flex-next:before,
.flickity-prev-next-button:before {
  left: auto;
  right: 0; }

.owl-prev i,
.owl-next i,
#thumbs a i {
  position: relative;
  font-size: 40px;
  color: #111111; }

.light-arrows .owl-prev i,
.light-arrows .owl-next i,
#flexslider.light-arrows a i {
  color: #fff; }

.light-arrows .flickity-prev-next-button .arrow {
  fill: #fff; }

.owl-carousel:hover .owl-next,
#flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1;
  right: 10px; }

.owl-carousel:hover .owl-prev,
#flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left: 10px; }

.flickity-slider-wrap:hover .flickity-prev-next-button.previous {
  opacity: 1;
  left: 0; }

.flickity-slider-wrap:hover .flickity-prev-next-button.next {
  opacity: 1;
  right: 0; }

.flickity-prev-next-button,
.flickity-prev-next-button:hover {
  background-color: rgba(0, 0, 0, 0.5); }

.flickity-prev-next-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

.flickity-prev-next-button {
  border-radius: 0;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }
  .flickity-prev-next-button .arrow {
    fill: #fff; }

.flickity-page-dots {
  position: relative;
  bottom: auto;
  margin-top: 50px; }

.flickity-page-dots .dot,
.flex-control-paging li a {
  height: 12px;
  width: 12px;
  opacity: 0.5;
  margin: 0 5px;
  border: 2px solid #ccc;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  background: transparent; }

.flickity-page-dots .dot:hover {
  opacity: 1; }

.flickity-page-dots .dot.is-selected {
  opacity: 1;
  background: #2a83e8;
  border-color: transparent; }

.flex-control-nav {
  bottom: 15px; }
  .flex-control-nav li {
    margin: 0; }

.is-dragging {
  pointer-events: none; }

.flickity-slider-wrap {
  overflow: hidden; }
  .flickity-slider-wrap.dots-inside .flickity-page-dots {
    position: absolute;
    bottom: 20px;
    margin-top: 0; }

.flickity-slider-wrap.dark-dots .flickity-page-dots .dot,
.owl-dark-dots .owl-page span {
  border-color: #6c6c6c; }

.flickity-slider-wrap.dark-dots .flickity-page-dots .dot.is-selected,
.owl-dark-dots .owl-page.active span {
  border-color: transparent; }

.owl-white-dots .owl-page.active span {
  background-color: #fff; }

.owl-carousel.dots-inside .owl-pagination {
  position: absolute;
  bottom: 20px;
  margin-top: 0; }

.owl-custom-arrows {
  text-align: center; }
  .owl-custom-arrows .prev,
  .owl-custom-arrows .next {
    display: inline-block;
    background-color: #fff;
    cursor: pointer;
    height: 47px;
    width: 75px;
    line-height: 47px;
    font-size: 22px;
    text-align: center;
    color: #111111;
    border: 1px solid #edf2f4;
    border-radius: 3px; }
    .owl-custom-arrows .prev:hover,
    .owl-custom-arrows .next:hover {
      color: #2a83e8; }

.slider-gutter-14 {
  margin-left: -7px;
  margin-right: -7px; }
  .slider-gutter-14 .work-item {
    padding: 0 7px; }

/*-------------------------------------------------------*/
/* Service Icons
/*-------------------------------------------------------*/
.service-item-box {
  position: relative; }
  .service-item-box .icon-holder {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin-bottom: 30px;
    text-align: center;
    background-color: #f9fbfc;
    border-radius: 50%; }
  .service-item-box i {
    font-size: 28px;
    display: inline-block;
    line-height: 80px;
    color: #111111;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -ms-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s; }
  .service-item-box.dark .icon-holder {
    background-color: #111111 !important; }

.service-text h3 {
  display: inline-block;
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 0; }

.service-text p {
  margin-bottom: 10px; }

  .service-text li {
  padding-left: 30px;
  font-size: 15px;
  font-style: italic; }



/*-------------------------------------------------------*/
/* Style-2
/*-------------------------------------------------------*/
.service-item-box.style-2 .icon-holder {
  position: relative;
  width: auto;
  height: auto;
  display: inline-block;
  line-height: normal;
  background-color: transparent;
  margin-bottom: 26px;
  border-radius: 0; }

.service-item-box.style-2 i {
  color: #2a83e8;
  line-height: normal;
  font-size: 36px; }

.service-item-box.style-2 .service-text {
  padding-left: 0; }

/*-------------------------------------------------------*/
/* Style-3
/*-------------------------------------------------------*/
.service-item-box.style-3 .icon-holder {
  position: absolute;
  left: 0;
  width: 70px;
  height: 70px;
  margin-bottom: 0;
  text-align: center;
  background-color: #2a83e8;
  border-radius: 50%; }

.service-item-box.style-3 i {
  font-size: 28px;
  line-height: 70px;
  color: #fff; }

.service-item-box.style-3 .service-text {
  padding-left: 100px; }

/*-------------------------------------------------------*/
/* Style-4
/*-------------------------------------------------------*/
.service-item-box.style-4 .icon-holder {
  position: absolute;
  left: 0;
  height: auto;
  width: auto;
  line-height: normal;
  background-color: transparent;
  margin-bottom: 0; }

.service-item-box.style-4 i {
  font-size: 48px;
  color: #2a83e8;
  line-height: normal; }

.service-item-box.style-4 h3 {
  font-size: 20px; }

.service-item-box.style-4 .service-text {
  padding-left: 82px; }

/*-------------------------------------------------------*/
/* Style-5
/*-------------------------------------------------------*/
@media (min-width: 992px) {
  .service-item-box.style-5 {
    padding: 0 15px; } }

.service-item-box.style-5 i {
  font-size: 70px;
  color: #2a83e8;
  margin-bottom: 41px; }

.service-item-box.style-5 .service-text h3 {
  font-size: 22px; }

.service-item-box.arrow-next:after {
  content: '\f061';
  font-size: 30px;
  color: #2a83e8;
  opacity: .25;
  font-family: 'FontAwesome';
  display: block;
  position: absolute;
  right: -30px;
  top: 10%; }

/*-------------------------------------------------------*/
/* Style-6
/*-------------------------------------------------------*/
.service-item-box.style-6 {
  margin-bottom: 62px; }
  .service-item-box.style-6 .icon-holder {
    position: absolute;
    left: 0;
    height: auto;
    width: auto;
    line-height: normal;
    background-color: transparent;
    margin-bottom: 0; }
  .service-item-box.style-6 i {
    font-size: 50px;
  background: linear-gradient(to right, #6140aa, #9737b8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;   /* for newer browsers */
  color: transparent;      /* fallback */
    /*
    background: linear-gradient(141deg, #48ded4 0%, #a026bf 51%, #e82c75 75%);*/
    line-height: normal; }
  .service-item-box.style-6 h3 {
    font-size: 20px; }
  .service-item-box.style-6 .service-text {
    padding-left: 79px;
    padding-right: 20px; }
  @media only screen and (max-width: 767px) {
    .service-item-box.style-6 .service-text {
      padding-right: 0; } }

/*-------------------------------------------------------*/
/* Style-7
/*-------------------------------------------------------*/
.service-item-box.style-7 {
  background-color: #fff;
  padding: 60px 40px; }
  .service-item-box.style-7 .icon-holder {
    width: auto;
    height: auto;
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 20px; }
  .service-item-box.style-7 i {
    font-size: 56px;
    color: #2a83e8;
    line-height: normal; }
  .service-item-box.style-7 h3 {
    font-size: 20px; }

/*-------------------------------------------------------*/
/* Style-8
/*-------------------------------------------------------*/
.service-item-box.style-8 {
  margin-bottom: 62px; }
  .service-item-box.style-8 .icon-holder {
    position: absolute;
    left: 0;
    height: auto;
    width: auto;
    line-height: normal;
    background-color: transparent;
    margin-bottom: 0; }
  .service-item-box.style-8 i {
    font-size: 52px;
    color: #8c5e9d;
    line-height: normal; }
  .service-item-box.style-8 h3 {
    font-size: 20px; }
  .service-item-box.style-8 .service-text {
    padding-left: 64px;
    padding-right: 20px; }
  @media only screen and (max-width: 767px) {
    .service-item-box.style-8 .service-text {
      padding-right: 0; } }



/*-------------------------------------------------------*/
/* Style-2
/*-------------------------------------------------------*/
.pricing-tables.style-2 .pricing-table {
  padding: 60px;
  background-color: #fcfdfe;
  text-align: left; }

.pricing-tables.style-2 .pricing-price {
  font-size: 60px; }

.pricing-tables.style-2 .pricing-currency {
  margin: 10px -15px 0 0px; }




/*-------------------------------------------------------*/
/* Buttons
/*-------------------------------------------------------*/
.section-buttons .btn {
  margin-bottom: 20px; }

.btn {
  font-family: "Geologica", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border: none;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 2px solid transparent;
  color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  .btn:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fff; }
  .btn:hover span {
    color: #fff; }
  .btn:focus {
    color: #fff;
    outline: none !important; }
  .btn span {
    position: relative;
    z-index: 3;
    -webkit-transition: color 0.3s !important;
    -moz-transition: color 0.3s !important;
    -ms-transition: color 0.3s !important;
    -o-transition: color 0.3s !important;
    transition: color 0.3s !important; }
  .btn.btn-transparent {
    background-color: transparent;
    border: 2px solid #fff; }
    .btn.btn-transparent:hover {
      background-color: #2a83e8;
      border-color: transparent; }
    .btn.btn-transparent:hover span {
      color: #fff; }
  .btn.btn-white {
    -webkit-box-shadow: 1px 1.732px 3px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 1px 1.732px 3px 0px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 1px 1.732px 3px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 1px 1.732px 3px 0px rgba(0, 0, 0, 0.05);
    background-color: #fff; }
    .btn.btn-white span {
      color: #181821; }
    .btn.btn-white:hover {
      background-color: #2a83e8; }
    .btn.btn-white:hover span {
      color: #fff; }
    .btn.btn-white.hover-stroke:hover {
      background-color: transparent;
      border-color: #fff; }
  .btn.btn-stroke {
    background-color: transparent;
    color: #181821;
    border: 2px solid #e5e9ec; }
    .btn.btn-stroke:hover {
      background-color: #2a83e8;
      border-color: transparent; }
  .btn.btn-color {
    background-color: #2a83e8; }
    .btn.btn-color:hover {
      background-color: #1771d7; }
  .btn.btn-dark {
    background-color: #424242; }
    .btn.btn-dark:hover {
      background-color: #303030; }
  .btn.btn-light {
    color: #111111;
    background-color: #f9fbfc; }
    .btn.btn-light:hover {
      background-color: #2a83e8; }
  .btn.btn-icon i {
    margin-right: 10px; }

.btn-lg {
  font-size: 15px;
  padding: 0 34px; }
  .btn-lg span {
    line-height: 44px; }
  .btn-lg.btn-icon i {
    font-size: 16px; }

.btn-md {
  font-size: 13px;
  padding: 0 27px; }
  .btn-md span {
    line-height: 38px; }
  .btn-md.btn-icon i {
    font-size: 15px; }

.btn-sm {
  font-size: 11px;
  padding: 0 25px; }
  .btn-sm span {
    line-height: 32px; }
  .btn-sm.btn-icon i {
    font-size: 12px; }

.rounded,
.rounded:before {
  border-radius: 70px; }

.btn-red {
  background-color: #e95e49; }

.btn-green {
  background-color: #23c495; }

.btn-violet {
  background-color: #6060d9; }

.btn-yellow {
  background-color: #e6b96a; }

.btn-orange {
  background-color: #e48343; }

.btn-gold {
  background-color: #cba173; }

.btn-pink-vibrant {
  background-color: #f01831; }

.btn-aqua-vibrant {
  background-color: #4be1ce; }

.btn-blue-vibrant {
  background-color: #2a83e8; }

/*-------------------------------------------------------*/
/* Social Icons
/*-------------------------------------------------------*/
.social-icons a {
  margin: 0 3px 6px 0;
  display: inline-block;
  width: 32px;
  height: 32px;
  color: #6c6c6c;
  background-color: #f9fbfc;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  .social-icons a:last-child {
    margin-right: 0 !important; }

.social-icons:not(.colored) a:hover {
  background-color: #2a83e8;
  color: #fff !important; }

.social-icons.large a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 20px; }

.social-icons.medium a {
  width: 37px;
  height: 37px;
  line-height: 37px;
  font-size: 15px; }

.social-icons.small a {
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  margin-right: 0px; }

.social-icons.base-white a {
  background-color: #fff; }

.social-icons.dark a {
  background-color: #252525;
  color: #6c6c6c; }

.social-icons.nobase a {
  width: auto;
  height: auto;
  margin-right: 14px;
  background-color: transparent;
  color: #fff; }
  .social-icons.nobase a:hover {
    background-color: transparent !important;
    color: #fff; }

.social-icons.nobase.dark a {
  color: #6c6c6c; }
  .social-icons.nobase.dark a:hover {
    color: #111111 !important; }

.social-icons.transparent a {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff; }

.rounded a {
  border-radius: 50%; }







/*-------------------------------------------------------*/
/* Feature Boxes
/*-------------------------------------------------------*/
.feature-box {
  padding: 40px;
  background-color: #fff; }


/*-------------------------------------------------------*/
/* Style Switcher
/*-------------------------------------------------------*/
#customizer {
  position: fixed;
  top: 0;
  z-index: 10000;
  height: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  width: 400px; }

.corner {
  display: block;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: #fff;
  position: absolute;
  top: 100px;
  left: -40px;
  -webkit-box-shadow: -3px 0px 8px -1px rgba(0, 0, 0, 0.1);
  box-shadow: -3px 0px 8px -1px rgba(0, 0, 0, 0.1);
  line-height: 40px;
  text-align: center;
  border-radius: 3px 0 0 3px;
  font-size: 20px;
  color: #1e2023;
  font-family: Geologica, sans-serif; }

.s-close {
  right: -400px !important;
  -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; }

.s-open {
  right: 0 !important; }

#options {
  padding: 15px;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100%; }

.demo-list li {
  float: left;
  padding: 7px 4px;
  width: 50%; }

.demo-list img {
  border: 1px solid #e5e9ec; }

.color-scheme a {
  display: block;
  height: 30px;
  width: 30px;
  margin: 0 4.25px 10px; }

@media (max-width: 767px) {
  #customizer {
    display: none; } }




/* Color Swatches
-------------------------------------------------------*/
.widget.filter-by-color label,
.widget.filter-by-size label {
  color: #6c6c6c; }

.color-swatches a,
.size-options a {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 9px;
  float: left; }

.color-swatches li:last-child a {
  margin-right: 0; }

.color-swatches a.selected {
  border: 2px solid #111111; }

.swatch-red {
  background-color: #e7604a; }

.swatch-green {
  background-color: #1abc9c; }

.swatch-grey {
  background-color: #f5f5f5; }

.swatch-black {
  background-color: #000; }

.swatch-white {
  background-color: #fff;
  border: 1px solid #e0e0e0; }

.swatch-brown {
  background-color: #c2a191; }



/*-------------------------------------------------------*/
/* Responsive Styles
/*-------------------------------------------------------*/
@media (max-width: 1199px) {
  .masonry-grid .work-item.quarter {
    width: 50%; }
  .works-grid.grid-5-col .work-item {
    width: 25%; }
  .rev_slider_wrapper.container {
    padding: 0; } }

@media (max-width: 991px) {
  h1 {
    font-size: 28px; }
  h2 {
    font-size: 25px; }
  h3 {
    font-size: 22px; }
  h4 {
    font-size: 19px; }
  .section-wrap {
    padding: 80px 0;
    background-attachment: scroll !important;
    background-position: 50% 50% !important; }
  .container-fluid.semi-fluid {
    padding: 0 30px; }
  .underline-link:after {
    display: none; }
  .statistic .timer {
    font-size: 50px; }
  .call-to-action h2 {
    font-size: 36px; }
  .footer-widgets .row > div {
    margin-bottom: 60px; }
  .features-holder .service-item-box.feature-right {
    text-align: left; }
  .service-item-box.feature-right .service-text {
    padding-right: 0;
    padding-left: 100px; }
  .service-item-box.feature-right .icon-holder {
    left: 0; }
  .page-title .container {
    height: 200px; }
  .page-title.style-2 .container {
    height: 400px !important; }
  .title-text h1 {
    font-size: 36px;
    margin-top: 0; }
  .blog-standard .post-content {
    padding-right: 15px; }
  .works-grid.grid-5-col .work-item,
  .works-grid.grid-4-col .work-item,
  #team-slider .gallery-cell {
    width: 33.3333%; }
  .project-description {
    padding-left: 15px;
    margin-top: 30px; }
  .img-box-holder,
  .img-box {
    position: relative; }
  .text-box,
  .text-box.style-2 {
    padding: 80px 0; }
  .heading-row {
    margin-bottom: 40px; }
  .testimonials .testimonial-text {
    font-size: 22px;
    line-height: 36px; }
  .heading.large {
    font-size: 32px; }
  #masonry-grid .work-item {
    width: 50% !important; }
  .service-tabs .nav.nav-tabs {
    border-bottom: none; } }


/*--------------------------767----------------------*/
@media (max-width: 767px) {
  .container-fluid.semi-fluid {
    padding: 0 15px; }
  .sidenav {
    width: 100%;
    right: -100%; }
  .page-title.style-2 .title-text h1 {
    text-align: center;
    font-size: 36px; }
  .page-title.style-2 .breadcrumb {
    position: relative;
    text-align: center;
    margin-top: 7px; }
  .page-title.style-2 .subheading {
    font-size: 20px;
    line-height: 1.5;
    margin-top: 15px; }
  .flickity-slider-wrap.items-4 .work-item {
    width: 33.333%; }
  .works-grid.grid-5-col .work-item,
  .works-grid.grid-4-col .work-item,
  .works-grid.grid-3-col .work-item,
  #team-slider .gallery-cell {
    width: 50%; }
  .work-item .bg-img-holder,
  .work-item .bg-img-holder .bg-img {
    position: relative; }
  .work-item .bg-img-holder img {
    display: block; }
  .work-item .bg-img-holder,
  .grid-1-col .work-description,
  .works-grid.grid-tiles .work-item {
    width: 100%; }
  .grid-1-col .work-description {
    padding: 60px 50px 80px 50px; }
  .large-heading {
    font-size: 40px; }
  .statistic .timer {
    display: block; }
  .entry-content {
    padding-left: 0;
    border-left: none;
    margin-top: 30px; }
  .service-tabs .nav.nav-tabs > li > a i {
    margin-bottom: 30px; }
  .entry-wrap {
    padding-top: 30px; }
  .service-item-box.arrow-next:after {
    display: none; } 

/*----------------hero-----------------*/    
.hero-oz {
  height: 90vh;
  display: flex;
  align-items: flex-end;
  padding: 60px;
  background: url("../img/oz/101_mob.jpg") center/cover no-repeat;
  background-color: #ddd;
}

.hero-up {
  height: 90vh;
  display: flex;
  align-items: flex-end;
  padding: 60px;
  background: url("../img/up/101_up_mob.jpg") center/cover no-repeat;
}




  }



/*-----------------------------------------640------------------------*/
@media (max-width: 640px) {
  .col-xxs-12,
  .masonry-grid .work-item,
  .masonry-grid .work-item.quarter {
    width: 100%; }
  .col-xxs-6,
  .flickity-slider-wrap.items-4 .work-item,
  .flickity-slider-wrap.items-3 .work-item {
    width: 50%; }
  .portfolio-filter a {
    display: block;
    margin: 10px 0;
    margin-bottom: 0; }
  .portfolio-filter.style-2 .portfolio-filter-wrap {
    border-bottom: none; }
  .portfolio-filter.style-2 a.active {
    border-bottom: none;
    color: #2a83e8; }
  .intro-heading {
    font-size: 24px; }
  .text-box.sm {
    padding: 30px 15px; }
  .entry .blockquote-style-1 {
    padding: 40px; }
  .entry .blockquote-style-1 p:before {
    display: none; }
  .pagination a:first-child {
    margin-right: 5px;
    width: 20px; }
  .pagination a:last-child {
    margin-left: 5px;
    width: 20px; }
  .pagination a > i {
    font-size: 20px; }
  .blog-creative .masonry-item {
    height: 400px; } }

/*-------------------------------------540-----------------*/
@media (max-width: 540px) {
  .table-wrap {
    overflow-x: scroll; }
  .works-grid .work-item,
  #masonry-grid .work-item,
  .flickity-slider-wrap.items-4 .work-item,
  .flickity-slider-wrap.items-3 .work-item {
    width: 50% !important; } 
  .works-grid.grid-5-col .work-item,
  .works-grid.grid-4-col .work-item,
  .works-grid.grid-3-col .work-item, {
    width: 50%; !important; }


  }



/*----------------------------------480------------------------------------*/
@media (max-width: 480px) {
  .page-404 h1 {
    font-size: 100px; }
  .newsletter .newsletter-form {
    width: 100%;
    margin-right: 0; }
  .vertical .nav-tabs,
  .nav-tabs > li {
    float: none;
    width: 100%; }
  .vertical .nav-tabs li {
    padding-bottom: 0; }
  .vertical .nav.nav-tabs > li.active > a {
    right: 0;
    padding-left: 20px; }
  .vertical .tab-content {
    border-top: 0; } 
/*------------------hero--------------------*/    
  .hero-oz {
    height: 90vh;
    display: flex;
    align-items: flex-end;
    padding: 60px;
    background: url("../img/oz/101_smob.jpg") center/cover no-repeat;
  }

.hero-up {
  height: 90vh;
  display: flex;
  align-items: flex-end;
  padding: 60px;
  background: url("../img/up/101_up_smob.jpg") center/cover no-repeat;
}



  }

/*-------------------------------------------------------*/
/* Spacings
/*-------------------------------------------------------*/
.nomargin {
  margin: 0 !important; }

.nopadding {
  padding: 0 !important; }

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

.mt-10 {
  margin-top: 10px; }

.mt-20 {
  margin-top: 20px; }

.mt-30 {
  margin-top: 30px; }

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

.mt-20v {
  margin-top: 20vh; }  

.mt-50 {
  margin-top: 50px; }

.mt-60 {
  margin-top: 60px; }

.mt-70 {
  margin-top: 70px; }

.mt-80 {
  margin-top: 80px; }

.mt-90 {
  margin-top: 90px; }

.mt-100 {
  margin-top: 100px; }

.mt-110 {
  margin-top: 110px; }

.mt-120 {
  margin-top: 120px; }

.mt-130 {
  margin-top: 130px; }

.mt-140 {
  margin-top: 140px; }

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

.mb-10 {
  margin-bottom: 10px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-30 {
  margin-bottom: 30px; }

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

.mb-50 {
  margin-bottom: 50px; }

.mb-60 {
  margin-bottom: 60px; }

.mb-70 {
  margin-bottom: 70px; }

.mb-80 {
  margin-bottom: 80px; }

.mb-90 {
  margin-bottom: 90px; }

.mb-100 {
  margin-bottom: 100px; }

.mb-110 {
  margin-bottom: 110px; }

.mb-120 {
  margin-bottom: 120px; }

.mb-130 {
  margin-bottom: 130px; }

.mb-140 {
  margin-bottom: 140px; }

.pt-0 {
  padding-top: 0; }

.pt-10 {
  padding-top: 10px; }

.pt-20 {
  padding-top: 20px; }

.pt-30 {
  padding-top: 30px; }

.pt-40 {
  padding-top: 40px; }

.pt-50 {
  padding-top: 50px; }

.pt-60 {
  padding-top: 60px; }

.pt-70 {
  padding-top: 70px; }

.pt-80 {
  padding-top: 80px; }

.pt-90 {
  padding-top: 90px; }

.pt-100 {
  padding-top: 100px; }

.pt-110 {
  padding-top: 110px; }

.pt-120 {
  padding-top: 120px; }

.pt-130 {
  padding-top: 130px; }

.pt-140 {
  padding-top: 140px; }

.pt-150 {
  padding-top: 150px; }

.pt-160 {
  padding-top: 160px; }

.pt-170 {
  padding-top: 170px; }

.pt-180 {
  padding-top: 180px; }

.pt-190 {
  padding-top: 190px; }

.pt-200 {
  padding-top: 200px; }

.pb-0 {
  padding-bottom: 0; }

.pb-10 {
  padding-bottom: 10px; }

.pb-20 {
  padding-bottom: 20px; }

.pb-30 {
  padding-bottom: 30px; }

.pb-40 {
  padding-bottom: 40px; }

.pb-50 {
  padding-bottom: 50px; }

.pb-60 {
  padding-bottom: 60px; }

.pb-70 {
  padding-bottom: 70px; }

.pb-80 {
  padding-bottom: 80px; }

.pb-90 {
  padding-bottom: 90px; }

.pb-100 {
  padding-bottom: 100px; }

.pb-110 {
  padding-bottom: 110px; }

.pb-120 {
  padding-bottom: 120px; }

.pb-130 {
  padding-bottom: 130px; }

.pb-140 {
  padding-bottom: 140px; }

.pb-150 {
  padding-bottom: 150px; }

.pb-160 {
  padding-bottom: 160px; }

.pb-170 {
  padding-bottom: 170px; }

.pb-180 {
  padding-bottom: 180px; }

.pb-190 {
  padding-bottom: 190px; }

.pb-200 {
  padding-bottom: 200px; }

@media only screen and (max-width: 1199px) {
  .mt-lrg-0 {
    margin-top: 0 !important; }
  .mt-lrg-10 {
    margin-top: 10px; }
  .mt-lrg-20 {
    margin-top: 20px; }
  .mt-lrg-30 {
    margin-top: 30px; }
  .mt-lrg-40 {
    margin-top: 40px; }
  .mt-lrg-50 {
    margin-top: 50px; }
  .mt-lrg-60 {
    margin-top: 60px; }
  .mt-lrg-70 {
    margin-top: 70px; }
  .mt-lrg-80 {
    margin-top: 80px; }
  .mt-lrg-90 {
    margin-top: 90px; }
  .mt-lrg-100 {
    margin-top: 100px; }
  .mt-lrg-110 {
    margin-top: 110px; }
  .mt-lrg-120 {
    margin-top: 120px; }
  .mt-lrg-130 {
    margin-top: 130px; }
  .mt-lrg-140 {
    margin-top: 140px; }
  .mb-lrg-0 {
    margin-bottom: 0 !important; }
  .mb-lrg-10 {
    margin-bottom: 10px; }
  .mb-lrg-20 {
    margin-bottom: 20px; }
  .mb-lrg-30 {
    margin-bottom: 30px; }
  .mb-lrg-40 {
    margin-bottom: 40px; }
  .mb-lrg-50 {
    margin-bottom: 50px; }
  .mb-lrg-60 {
    margin-bottom: 60px; }
  .mb-lrg-70 {
    margin-bottom: 70px; }
  .mb-lrg-80 {
    margin-bottom: 80px; }
  .mb-lrg-90 {
    margin-bottom: 90px; }
  .mb-lrg-100 {
    margin-bottom: 100px; }
  .mb-lrg-110 {
    margin-bottom: 110px; }
  .mb-lrg-120 {
    margin-bottom: 120px; }
  .mb-lrg-130 {
    margin-bottom: 130px; }
  .mb-lrg-140 {
    margin-bottom: 140px; }
  .pt-lrg-0 {
    padding-top: 0; }
  .pt-lrg-10 {
    padding-top: 10px; }
  .pt-lrg-20 {
    padding-top: 20px; }
  .pt-lrg-30 {
    padding-top: 30px; }
  .pt-lrg-40 {
    padding-top: 40px; }
  .pt-lrg-50 {
    padding-top: 50px; }
  .pt-lrg-60 {
    padding-top: 60px; }
  .pt-lrg-70 {
    padding-top: 70px; }
  .pt-lrg-80 {
    padding-top: 80px; }
  .pt-lrg-90 {
    padding-top: 90px; }
  .pt-lrg-100 {
    padding-top: 100px; }
  .pt-lrg-110 {
    padding-top: 110px; }
  .pt-lrg-120 {
    padding-top: 120px; }
  .pt-lrg-130 {
    padding-top: 130px; }
  .pt-lrg-140 {
    padding-top: 140px; }
  .pb-lrg-0 {
    padding-bottom: 0; }
  .pb-lrg-10 {
    padding-bottom: 10px; }
  .pb-lrg-20 {
    padding-bottom: 20px; }
  .pb-lrg-30 {
    padding-bottom: 30px; }
  .pb-lrg-40 {
    padding-bottom: 40px; }
  .pb-lrg-50 {
    padding-bottom: 50px; }
  .pb-lrg-60 {
    padding-bottom: 60px; }
  .pb-lrg-70 {
    padding-bottom: 70px; }
  .pb-lrg-80 {
    padding-bottom: 80px; }
  .pb-lrg-90 {
    padding-bottom: 90px; }
  .pb-lrg-100 {
    padding-bottom: 100px; }
  .pb-lrg-110 {
    padding-bottom: 110px; }
  .pb-lrg-120 {
    padding-bottom: 120px; }
  .pb-lrg-130 {
    padding-bottom: 130px; }
  .pb-lrg-140 {
    padding-bottom: 140px; } }

@media only screen and (max-width: 991px) {
  .mt-mdm-0 {
    margin-top: 0 !important; }
  .mt-mdm-10 {
    margin-top: 10px; }
  .mt-mdm-20 {
    margin-top: 20px; }
  .mt-mdm-30 {
    margin-top: 30px; }
  .mt-mdm-40 {
    margin-top: 40px; }
  .mt-mdm-50 {
    margin-top: 50px; }
  .mt-mdm-60 {
    margin-top: 60px; }
  .mt-mdm-70 {
    margin-top: 70px; }
  .mt-mdm-80 {
    margin-top: 80px; }
  .mt-mdm-90 {
    margin-top: 90px; }
  .mt-mdm-100 {
    margin-top: 100px; }
  .mt-mdm-110 {
    margin-top: 110px; }
  .mt-mdm-120 {
    margin-top: 120px; }
  .mt-mdm-130 {
    margin-top: 130px; }
  .mt-mdm-140 {
    margin-top: 140px; }
  .mb-mdm-0 {
    margin-bottom: 0 !important; }
  .mb-mdm-10 {
    margin-bottom: 10px; }
  .mb-mdm-20 {
    margin-bottom: 20px; }
  .mb-mdm-30 {
    margin-bottom: 30px; }
  .mb-mdm-40 {
    margin-bottom: 40px; }
  .mb-mdm-50 {
    margin-bottom: 50px; }
  .mb-mdm-60 {
    margin-bottom: 60px; }
  .mb-mdm-70 {
    margin-bottom: 70px; }
  .mb-mdm-80 {
    margin-bottom: 80px; }
  .mb-mdm-90 {
    margin-bottom: 90px; }
  .mb-mdm-100 {
    margin-bottom: 100px; }
  .mb-mdm-110 {
    margin-bottom: 110px; }
  .mb-mdm-120 {
    margin-bottom: 120px; }
  .mb-mdm-130 {
    margin-bottom: 130px; }
  .mb-mdm-140 {
    margin-bottom: 140px; }
  .pt-mdm-0 {
    padding-top: 0; }
  .pt-mdm-10 {
    padding-top: 10px; }
  .pt-mdm-20 {
    padding-top: 20px; }
  .pt-mdm-30 {
    padding-top: 30px; }
  .pt-mdm-40 {
    padding-top: 40px; }
  .pt-mdm-50 {
    padding-top: 50px; }
  .pt-mdm-60 {
    padding-top: 60px; }
  .pt-mdm-70 {
    padding-top: 70px; }
  .pt-mdm-80 {
    padding-top: 80px; }
  .pt-mdm-90 {
    padding-top: 90px; }
  .pt-mdm-100 {
    padding-top: 100px; }
  .pt-mdm-110 {
    padding-top: 110px; }
  .pt-mdm-120 {
    padding-top: 120px; }
  .pt-mdm-130 {
    padding-top: 130px; }
  .pt-mdm-140 {
    padding-top: 140px; }
  .pt-mdm-150 {
    padding-top: 150px; }
  .pb-mdm-0 {
    padding-bottom: 0; }
  .pb-mdm-10 {
    padding-bottom: 10px; }
  .pb-mdm-20 {
    padding-bottom: 20px; }
  .pb-mdm-30 {
    padding-bottom: 30px; }
  .pb-mdm-40 {
    padding-bottom: 40px; }
  .pb-mdm-50 {
    padding-bottom: 50px; }
  .pb-mdm-60 {
    padding-bottom: 60px; }
  .pb-mdm-70 {
    padding-bottom: 70px; }
  .pb-mdm-80 {
    padding-bottom: 80px; }
  .pb-mdm-90 {
    padding-bottom: 90px; }
  .pb-mdm-100 {
    padding-bottom: 100px; }
  .pb-mdm-110 {
    padding-bottom: 110px; }
  .pb-mdm-120 {
    padding-bottom: 120px; }
  .pb-mdm-130 {
    padding-bottom: 130px; }
  .pb-mdm-140 {
    padding-bottom: 140px; }
  .pb-mdm-150 {
    padding-bottom: 150px; } }

@media only screen and (max-width: 767px) {
  .mt-sml-0 {
    margin-top: 0 !important; }
  .mt-sml-10 {
    margin-top: 10px; }
  .mt-sml-20 {
    margin-top: 20px; }
  .mt-sml-30 {
    margin-top: 30px; }
  .mt-sml-40 {
    margin-top: 40px; }
  .mt-sml-50 {
    margin-top: 50px; }
  .mt-sml-60 {
    margin-top: 60px; }
  .mt-sml-70 {
    margin-top: 70px; }
  .mt-sml-80 {
    margin-top: 80px; }
  .mt-sml-90 {
    margin-top: 90px; }
  .mt-sml-100 {
    margin-top: 100px; }
  .mt-sml-110 {
    margin-top: 110px; }
  .mt-sml-120 {
    margin-top: 120px; }
  .mt-sml-130 {
    margin-top: 130px; }
  .mt-sml-140 {
    margin-top: 140px; }
  .mb-sml-0 {
    margin-bottom: 0 !important; }
  .mb-sml-10 {
    margin-bottom: 10px; }
  .mb-sml-20 {
    margin-bottom: 20px; }
  .mb-sml-30 {
    margin-bottom: 30px; }
  .mb-sml-40 {
    margin-bottom: 40px; }
  .mb-sml-50 {
    margin-bottom: 50px; }
  .mb-sml-60 {
    margin-bottom: 60px; }
  .mb-sml-70 {
    margin-bottom: 70px; }
  .mb-sml-80 {
    margin-bottom: 80px; }
  .mb-sml-90 {
    margin-bottom: 90px; }
  .mb-sml-100 {
    margin-bottom: 100px; }
  .mb-sml-110 {
    margin-bottom: 110px; }
  .mb-sml-120 {
    margin-bottom: 120px; }
  .mb-sml-130 {
    margin-bottom: 130px; }
  .mb-sml-140 {
    margin-bottom: 140px; }
  .pt-sml-0 {
    padding-top: 0; }
  .pt-sml-10 {
    padding-top: 10px; }
  .pt-sml-20 {
    padding-top: 20px; }
  .pt-sml-30 {
    padding-top: 30px; }
  .pt-sml-40 {
    padding-top: 40px; }
  .pt-sml-50 {
    padding-top: 50px; }
  .pt-sml-60 {
    padding-top: 60px; }
  .pt-sml-70 {
    padding-top: 70px; }
  .pt-sml-80 {
    padding-top: 80px; }
  .pt-sml-90 {
    padding-top: 90px; }
  .pt-sml-100 {
    padding-top: 100px; }
  .pt-sml-110 {
    padding-top: 110px; }
  .pt-sml-120 {
    padding-top: 120px; }
  .pt-sml-130 {
    padding-top: 130px; }
  .pt-sml-140 {
    padding-top: 140px; }
  .pb-sml-0 {
    padding-bottom: 0; }
  .pb-sml-10 {
    padding-bottom: 10px; }
  .pb-sml-20 {
    padding-bottom: 20px; }
  .pb-sml-30 {
    padding-bottom: 30px; }
  .pb-sml-40 {
    padding-bottom: 40px; }
  .pb-sml-50 {
    padding-bottom: 50px; }
  .pb-sml-60 {
    padding-bottom: 60px; }
  .pb-sml-70 {
    padding-bottom: 70px; }
  .pb-sml-80 {
    padding-bottom: 80px; }
  .pb-sml-90 {
    padding-bottom: 90px; }
  .pb-sml-100 {
    padding-bottom: 100px; }
  .pb-sml-110 {
    padding-bottom: 110px; }
  .pb-sml-120 {
    padding-bottom: 120px; }
  .pb-sml-130 {
    padding-bottom: 130px; }
  .pb-sml-140 {
    padding-bottom: 140px; } }

@media only screen and (max-width: 480px) {
  .mt-xsm-0 {
    margin-top: 0 !important; }
  .mt-xsm-10 {
    margin-top: 10px; }
  .mt-xsm-20 {
    margin-top: 20px; }
  .mt-xsm-30 {
    margin-top: 30px; }
  .mt-xsm-40 {
    margin-top: 40px; }
  .mt-xsm-50 {
    margin-top: 50px; }
  .mt-xsm-60 {
    margin-top: 60px; }
  .mt-xsm-70 {
    margin-top: 70px; }
  .mt-xsm-80 {
    margin-top: 80px; }
  .mt-xsm-90 {
    margin-top: 90px; }
  .mt-xsm-100 {
    margin-top: 100px; }
  .mt-xsm-110 {
    margin-top: 110px; }
  .mt-xsm-120 {
    margin-top: 120px; }
  .mt-xsm-130 {
    margin-top: 130px; }
  .mt-xsm-140 {
    margin-top: 140px; }
  .mb-xsm-0 {
    margin-bottom: 0 !important; }
  .mb-xsm-10 {
    margin-bottom: 10px; }
  .mb-xsm-20 {
    margin-bottom: 20px; }
  .mb-xsm-30 {
    margin-bottom: 30px; }
  .mb-xsm-40 {
    margin-bottom: 40px; }
  .mb-xsm-50 {
    margin-bottom: 50px; }
  .mb-xsm-60 {
    margin-bottom: 60px; }
  .mb-xsm-70 {
    margin-bottom: 70px; }
  .mb-xsm-80 {
    margin-bottom: 80px; }
  .mb-xsm-90 {
    margin-bottom: 90px; }
  .mb-xsm-100 {
    margin-bottom: 100px; }
  .mb-xsm-110 {
    margin-bottom: 110px; }
  .mb-xsm-120 {
    margin-bottom: 120px; }
  .mb-xsm-130 {
    margin-bottom: 130px; }
  .mb-xsm-140 {
    margin-bottom: 140px; }
  .pt-xsm-0 {
    padding-top: 0; }
  .pt-xsm-10 {
    padding-top: 10px; }
  .pt-xsm-20 {
    padding-top: 20px; }
  .pt-xsm-30 {
    padding-top: 30px; }
  .pt-xsm-40 {
    padding-top: 40px; }
  .pt-xsm-50 {
    padding-top: 50px; }
  .pt-xsm-60 {
    padding-top: 60px; }
  .pt-xsm-70 {
    padding-top: 70px; }
  .pt-xsm-80 {
    padding-top: 80px; }
  .pt-xsm-90 {
    padding-top: 90px; }
  .pt-xsm-100 {
    padding-top: 100px; }
  .pt-xsm-110 {
    padding-top: 110px; }
  .pt-xsm-120 {
    padding-top: 120px; }
  .pt-xsm-130 {
    padding-top: 130px; }
  .pt-xsm-140 {
    padding-top: 140px; }
  .pb-xsm-0 {
    padding-bottom: 0; }
  .pb-xsm-10 {
    padding-bottom: 10px; }
  .pb-xsm-20 {
    padding-bottom: 20px; }
  .pb-xsm-30 {
    padding-bottom: 30px; }
  .pb-xsm-40 {
    padding-bottom: 40px; }
  .pb-xsm-50 {
    padding-bottom: 50px; }
  .pb-xsm-60 {
    padding-bottom: 60px; }
  .pb-xsm-70 {
    padding-bottom: 70px; }
  .pb-xsm-80 {
    padding-bottom: 80px; }
  .pb-xsm-90 {
    padding-bottom: 90px; }
  .pb-xsm-100 {
    padding-bottom: 100px; }
  .pb-xsm-110 {
    padding-bottom: 110px; }
  .pb-xsm-120 {
    padding-bottom: 120px; }
  .pb-xsm-130 {
    padding-bottom: 130px; }
  .pb-xsm-140 {
    padding-bottom: 140px; } }

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