/*
	Theme Name: Bloom
	Theme URI: http://www.bloomholding.com
	Author: LioIT
	Author URI: http://www.lioit.com/
	Description: An Ultra Wordpress Theme for Bloom Company.
	Version: 1.1.0
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html

*/
/*------------------------------------------------------------------
    Reset Styles
------------------------------------------------------------------*/
html {
  overflow-y: scroll;
  -ms-overflow-style: scrollbar;
}

body,
html {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

body {
  color: #636363;
  font-size: 16px;
  font-weight: normal;
  font-family: "BlissLight", sans-serif;
  line-height: 1.8571428571em;
}

a {
  color: #171B21;
  text-decoration: none;
  -webkit-transition: color 0.27s linear;
  -moz-transition: color 0.27s linear;
  transition: color 0.27s linear;
}

a:focus, a:hover, a:active {
  text-decoration: none;
  color: #EE3124;
}

embed,
img:not([draggable]),
object,
video {
  max-width: 100%;
  height: auto;
}

iframe {
  border: none;
  outline: 0;
}

::selection {
  background-color: #EE3124;
  color: #FFFFFF;
}

::-moz-selection {
  background-color: #EE3124;
  color: #FFFFFF;
}

::selection {
  background-color: #EE3124;
  color: #FFFFFF;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bliss Pro", sans-serif;
  color: #414141;
  line-height: 1.8571428571em;
  margin: 0 0 15px;
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  color: #171B21;
}

h1 > a:hover,
h2 > a:hover,
h3 > a:hover,
h4 > a:hover,
h5 > a:hover,
h6 > a:hover {
  color: #171B21;
  text-decoration: none;
}

h1 > a:focus,
h2 > a:focus,
h3 > a:focus,
h4 > a:focus,
h5 > a:focus,
h6 > a:focus {
  text-decoration: none;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.75em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.125em;
}

h5 {
  font-size: 1.125em;
}

h6 {
  font-size: 14px;
}

p {
  margin: 0 0 25px;
  color: #636363;
}

p:last-of-type {
  margin-bottom: 0;
}

ul {
  list-style: none;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

.clearlist,
.clearlist li {
  list-style: none;
  padding: 0;
  margin: 0;
  background: none;
}

blockquote {
  width: 80%;
  margin: 2em auto;
  padding: 0;
  border: none;
  background: none;
  font-size: 1em;
  font-style: normal;
  font-family: "Bliss Pro", sans-serif;
  line-height: 1.7;
  color: #eeeeee;
}

blockquote:before {
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  content: "\f10d";
  float: left;
  margin-right: 10px;
  color: #37383F;
}

blockquote p {
  line-height: 1.6;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 20px !important;
}

blockquote p:after {
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  content: "\f10e";
  margin-left: 10px;
  color: #37383F;
}

blockquote footer {
  font-size: 14px;
  font-weight: 400;
}

blockquote.quote-no-icons:before,
blockquote.quote-no-icons p:after {
  display: none;
}

address {
  margin-bottom: 0;
  font-style: normal;
  line-height: 26px;
  font-size: 15px;
}

dl dt {
  margin-bottom: 5px;
}

dl dd {
  margin-bottom: 15px;
}

hr.white {
  border-color: rgba(255, 255, 255, 0.1);
}

hr.black {
  border-color: rgba(0, 0, 0, 0.1);
}

pre {
  background-color: #f9f9f9;
  border-color: #ddd;
}

@media (min-width: 1400px) {
  .container {
    width: 1440px;
    max-width: 100%;
  }
}

.page-template-template-services .wrapper {
  padding-top: 60px !important;
}

.mobile .page-template-template-services .wrapper {
  padding-top: 35px !important;
}

.js-tilt {
  display: block;
  background-image: linear-gradient(135deg, #B4B4B4 0%, #A7A7A7 100%, #B4B4B4 100%);
  box-shadow: 0 3px 47px rgba(0, 0, 0, 0.2);
  transform-style: preserve-3d;
  transform: perspective(300px);
  position: relative;
  z-index: 999;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.js-tilt:hover {
  z-index: 99999;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}

.c-example__tilt-inner {
  margin-left: auto;
  margin-right: auto;
  transform: translateZ(20px) translateY(-50%) translateX(-50%);
}

/* Style */
#md-div * {
  fill-opacity: 0;
  transition: fill-opacity 5s;
}

#my-div.finished * {
  fill-opacity: 1;
}

.page-content {
  background: #FFFFFF;
}

body[data-footer-reveal="1"][data-footer-reveal-shadow="large_2"] #boxed .container-wrap {
  box-shadow: none !important;
}

body .intl-tel-input {
  width: 100%;
}

.mfp-bg {
  z-index: 99999999 !important;
}

.mfp-wrap {
  z-index: 99999999 !important;
}

body .modal-container.modal-active {
  opacity: 1;
  visibility: visible;
  z-index: 999999999;
}

/* DEFAULT COLUMN STYLES */
.col {
  position: relative;
  z-index: 10;
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

@media (min-width: 690px) {
  .col {
    margin-right: 2%;
  }
  .wpb_column {
    margin-right: 0;
  }
}

/* RESET MARGINS */
.col.col_last {
  margin-right: 0;
}

.col:last-child {
  margin-right: 0;
}

/* COLUMN WIDTH ON DISPLAYS +690px */
@media (min-width: 690px) {
  .span_1 {
    width: 6.5%;
  }
  .span_2 {
    width: 15.0%;
  }
  .span_3 {
    width: 23.5%;
  }
  .span_4 {
    width: 32.0%;
  }
  .span_5 {
    width: 40.5%;
  }
  .span_6 {
    width: 49.0%;
  }
  .span_7 {
    width: 57.5%;
  }
  .span_8 {
    width: 66.0%;
  }
  .span_9 {
    width: 74.5%;
  }
  .span_10 {
    width: 83.0%;
  }
  .span_11 {
    width: 91.5%;
  }
  .span_12 {
    width: 100%;
  }
}

/*------------------------------------------------------------------
    Helpers Styles
------------------------------------------------------------------*/
.clearfix {
  *zoom: 1;
}

.clearfix:after, .clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* --- [ Text Align Options ] -----------*/
.align-left {
  text-align: left !important;
}

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

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

/* --- [ Float Styles] -----------*/
.float-left,
.left {
  float: left !important;
}

.float-right,
.right {
  float: right !important;
}

.float-none {
  float: none !important;
}

/* --- [ Position Styles] -----------*/
.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.pos-right {
  right: 0;
}

.pos-left {
  left: 0;
}

.fixed {
  position: fixed;
}

.stick-fixed {
  position: fixed !important;
  top: 0;
  left: 0;
}

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

.display-inherit {
  display: inherit !important;
}

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

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

/* --- [ Overflow Options] -----------*/
.overlay {
  z-index: 9999999;
}

.overflow-h {
  overflow: hidden;
}

.overflow-v {
  overflow: visible;
}

.overflow-i {
  overflow: inherit;
}

/* --- [ Display Options ] -----------*/
.block {
  display: block !important;
  width: 100%;
}

.inline-block {
  display: inline-block;
}

.none {
  display: none !important;
}

/* --- [ Animate ] -----------*/
.animate,
.animate * {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.no-animate,
.no-animate * {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

.map-section,
.mobile-nav,
.nav-btns a:not(.btn),
.pagination > li > a,
.pagination > li > span,
.post-defult-img * {
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

/* --- [ Wrap Options ] -----------*/
.width-full {
  width: 100% !important;
}

.full-wrapper {
  margin: 0 2%;
}

/* --- [ Text Transform Options ] -----------*/
.capitalize {
  text-transform: capitalize !important;
}

.lowercase {
  text-transform: lowercase !important;
}

.inherit {
  text-transform: inherit !important;
}

.uppercase {
  text-transform: uppercase !important;
}

/* --- [ Opacity ] -----------*/
.opa-1 {
  opacity: 0.1;
}

.opa-2 {
  opacity: 0.2;
}

.opa-3 {
  opacity: 0.3;
}

.opa-4 {
  opacity: 0.4;
}

.opa-5 {
  opacity: 0.5;
}

.opa-6 {
  opacity: 0.6;
}

.opa-7 {
  opacity: 0.7;
}

.opa-8 {
  opacity: 0.8;
}

.opa-9 {
  opacity: 0.9;
}

/* opacity */
.opacity-very-light {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.2;
  top: 0;
  left: 0;
}

.opacity-light {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.3;
  top: 0;
  left: 0;
}

.opacity-extra-medium {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  top: 0;
  left: 0;
}

.opacity-medium {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.75;
  top: 0;
  left: 0;
}

.opacity-full {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.8;
  top: 0;
  left: 0;
}

.opacity-full-dark {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.9;
  top: 0;
  left: 0;
}

/* --- [ Borderes ] -----------*/
.border {
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.border-left {
  border-left: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.border-right {
  border-right: 1px solid rgba(0, 0, 0, 0.08) !important;
}

/* ------ [ Border Radius ] -----------------*/
.border-radius {
  -webkit-border-radius: 3px !important;
  border-radius: 3px !important;
}

.border-radius-cir {
  -webkit-border-radius: 50% !important;
  border-radius: 50% !important;
}

/* ------ [ Box Shadow ] -----------------*/
.box-shadow {
  -webkit-box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.09);
}

.box-shadow20 {
  -webkit-box-shadow: 0px 6px 18px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 6px 18px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0px 6px 18px 0 rgba(0, 0, 0, 0.2);
}

/* ------ [ Text Shadows ] -----------------*/
.text-shadow {
  -webkit-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}

.text-shadow5 {
  -webkit-text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);
  -moz-text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);
  text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);
}

.text-shadow10 {
  -webkit-text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
  -moz-text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
}

.text-shadow20 {
  -webkit-text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.4);
  -moz-text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.4);
  text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.4);
}

/* ----  [ Scale Effect ]---------------------------------------*/
.scale-hover {
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.scale-hover:hover {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
}

.site-langs img {
  display: none;
}

.site-langs .active-lang img {
  display: block;
}

.error404 .logo {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: inline-block;
  margin-bottom: 50px;
}

.error404 .logo img {
  width: 100px;
}

.error404 .error-404-title {
  font-family: "BlissLight", sans-serif;
  font-size: 5em;
  line-height: 0.6em;
  margin-bottom: 20px;
}

.error404 h4 {
  margin-bottom: 10px;
}

.error404 p a {
  text-decoration: underline;
}

.error404 .search-field {
  background: rgba(0, 0, 0, 0.1);
}

.error404 .search-wrap {
  width: 90%;
  margin: 0 auto;
}

/* verticle align */
.vertical-align-middle {
  vertical-align: middle;
}

.vertical-align-top {
  vertical-align: top;
}

.vertical-align-bottom {
  vertical-align: bottom;
}

.vertical-middle {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}

/* Lazy Images */
.lazy {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: relative;
}

.lazy.loaded {
  opacity: 1;
}

.conent-placeholder {
  margin: 0 auto;
  background-color: #eee;
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}

.animated-background {
  animation-duration: 1.25s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: darkgray;
  background: linear-gradient(to right, #eeeeee 10%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
  height: 100%;
  position: relative;
}

.get-nicer {
  overflow: auto;
  height: 280px;
}

.nicescroll-rails {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999999999 !important;
}

.nicescroll-cursors {
  border: none !important;
  background-color: #EE3124 !important;
  border-radius: 0 !important;
}

.jumbotron {
  padding-top: 80px;
}
body.postid-39470 .jumbotron.full-width {
  padding: 0;
  background-size: contain;
  max-width: 50%;
  margin: 0 auto;
  background-color: #fff;
}
/* -02-  [ Page Loaders ]----------Lioit------------------------*/
/*  - Many Loader Styles.
    - Aweome Animation.
    - Check Page: bo/agency-elements-loaders.html

-------------------------------------Lioit------------------------*/
.load-container {
  display: none !important;
}

.load-container.show {
  display: block !important;
}

.bo-loading {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fefefe;
  z-index: 99999999;
}

.infscr-loading-wrap {
  position: relative !important;
}

.loader-w, #infscr-loading {
  width: 50px;
  height: 50px;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  border-radius: 50%;
  background-color: transparent;
  border: 5px solid #ECEFF1;
  display: inline-flex;
}

.loader-1:after, #infscr-loading:after {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 40px;
  height: 40px;
  padding: 2px;
  border-width: 2px;
  border-style: solid;
  border-color: #EE3124 transparent transparent transparent;
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  animation: ringrotate .8s infinite ease-in-out;
  -webkit-animation: ringrotate .8s infinite ease-in-out;
}

/* #Loader 1 */
#infscr-loading {
  border: none;
  text-align: center;
  padding-top: 50px;
}

#infscr-loading img {
  display: none;
}

/* Animation */
@keyframes ringrotate {
  0% {
    transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
  }
}

@-webkit-keyframes ringrotate {
  0% {
    transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
  }
}

.loader-wrapper {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* --- [ Colored Text ] -----------*/
.text-default {
  color: #EE3124 !important;
}

.text-white {
  color: #FFFFFF !important;
}

.text-black,
.text-dark {
  color: #171B21 !important;
}

.bg-dark .text-black,
.bg-dark .text-dark {
  color: #171B21 !important;
}

.bg-grey, .bg-gray {
  background-color: #f4f4f4 !important;
}

.bg-grey2 {
  background-color: #f4f4f4 !important;
}

.bg-grey3 {
  background-color: #f7f7f7 !important;
}

.bg-dark {
  background-color: #171B21 !important;
}

.bg-dark-light {
  background-color: #37383F !important;
}

/* --- [ Border Colors  ] -----------*/
.border-default {
  border-color: #EE3124 !important;
}

.border-white {
  border-color: #FFFFFF !important;
}

/* --- [ Background Colors  ] -----------*/
.bg-transparent {
  background: transparent;
}

.bg-white,
.boxed-bg {
  background-color: #FFFFFF !important;
}

/* ------ [ Transparent ] -----------------*/
.transparent {
  background: transparent !important;
}

.transparent-w {
  background: rgba(255, 255, 255, 0.2) !important;
}

.transparent-b {
  background: rgba(0, 0, 0, 0.5) !important;
}

/* ------ [ Backgrounds Dark Overlay ] -----------------*/
.bg-dark-overlay .YTPOverlay:before,
.bg-dark-overlay:before, .bg-dark-overlay-10 .YTPOverlay:before,
.bg-dark-overlay-10:before, .bg-dark-overlay-20 .YTPOverlay:before,
.bg-dark-overlay-20:before, .bg-dark-overlay-30 .YTPOverlay:before,
.bg-dark-overlay-30:before, .bg-dark-overlay-40 .YTPOverlay:before,
.bg-dark-overlay-40:before, .bg-dark-overlay-50 .YTPOverlay:before,
.bg-dark-overlay-50:before, .bg-dark-overlay-60 .YTPOverlay:before,
.bg-dark-overlay-60:before, .bg-dark-overlay-70 .YTPOverlay:before,
.bg-dark-overlay-70:before, .bg-dark-overlay-80 .YTPOverlay:before,
.bg-dark-overlay-80:before, .bg-dark-overlay-90 .YTPOverlay:before,
.bg-dark-overlay-90:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg-dark-overlay .YTPOverlay:before,
.bg-dark-overlay:before {
  background: rgba(0, 0, 0, 0.98);
}

.bg-dark-overlay-10 .YTPOverlay:before,
.bg-dark-overlay-10:before {
  background: rgba(0, 0, 0, 0.1);
}

.bg-dark-overlay-20 .YTPOverlay:before,
.bg-dark-overlay-20:before {
  background: rgba(0, 0, 0, 0.2);
}

.bg-dark-overlay-30 .YTPOverlay:before,
.bg-dark-overlay-30:before {
  background: rgba(0, 0, 0, 0.3);
}

.bg-dark-overlay-40 .YTPOverlay:before,
.bg-dark-overlay-40:before {
  background: rgba(0, 0, 0, 0.4);
}

.bg-dark-overlay-50 .YTPOverlay:before,
.bg-dark-overlay-50:before {
  background: rgba(0, 0, 0, 0.5);
}

.bg-dark-overlay-60 .YTPOverlay:before,
.bg-dark-overlay-60:before {
  background: rgba(0, 0, 0, 0.6);
}

.bg-dark-overlay-70 .YTPOverlay:before,
.bg-dark-overlay-70:before {
  background: rgba(0, 0, 0, 0.7);
}

.bg-dark-overlay-80 .YTPOverlay:before,
.bg-dark-overlay-80:before {
  background: rgba(0, 0, 0, 0.8);
}

.bg-dark-overlay-90 .YTPOverlay:before,
.bg-dark-overlay-90:before {
  background: rgba(0, 0, 0, 0.9);
}

/* ------ [ Text Colors in Dark Section ] -----------------*/
.bg-dark,
.bg-dark-overlay,
.bg-dark-overlay-10,
.bg-dark-overlay-20,
.bg-dark-overlay-30,
.bg-dark-overlay-40,
.bg-dark-overlay-50,
.bg-dark-overlay-60,
.bg-dark-overlay-70,
.bg-dark-overlay-80,
.bg-dark-overlay-90 {
  color: #FFFFFF !important;
}

.bg-dark a,
.bg-dark-overlay a,
.bg-dark-overlay-10 a,
.bg-dark-overlay-20 a,
.bg-dark-overlay-30 a,
.bg-dark-overlay-40 a,
.bg-dark-overlay-50 a,
.bg-dark-overlay-60 a,
.bg-dark-overlay-70 a,
.bg-dark-overlay-80 a,
.bg-dark-overlay-90 a {
  color: #FFFFFF !important;
}

.bg-dark p,
.bg-dark-overlay p,
.bg-dark-overlay-10 p,
.bg-dark-overlay-20 p,
.bg-dark-overlay-30 p,
.bg-dark-overlay-40 p,
.bg-dark-overlay-50 p,
.bg-dark-overlay-60 p,
.bg-dark-overlay-70 p,
.bg-dark-overlay-80 p,
.bg-dark-overlay-90 p {
  color: #FFFFFF !important;
}

.bg-dark .entry-content,
.bg-dark-overlay .entry-content,
.bg-dark-overlay-10 .entry-content,
.bg-dark-overlay-20 .entry-content,
.bg-dark-overlay-30 .entry-content,
.bg-dark-overlay-40 .entry-content,
.bg-dark-overlay-50 .entry-content,
.bg-dark-overlay-60 .entry-content,
.bg-dark-overlay-70 .entry-content,
.bg-dark-overlay-80 .entry-content,
.bg-dark-overlay-90 .entry-content {
  color: #FFFFFF !important;
}

.bg-dark .entry-content p,
.bg-dark-overlay .entry-content p,
.bg-dark-overlay-10 .entry-content p,
.bg-dark-overlay-20 .entry-content p,
.bg-dark-overlay-30 .entry-content p,
.bg-dark-overlay-40 .entry-content p,
.bg-dark-overlay-50 .entry-content p,
.bg-dark-overlay-60 .entry-content p,
.bg-dark-overlay-70 .entry-content p,
.bg-dark-overlay-80 .entry-content p,
.bg-dark-overlay-90 .entry-content p {
  color: #FFFFFF !important;
}

.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark-overlay h1,
.bg-dark-overlay h2,
.bg-dark-overlay h3,
.bg-dark-overlay h4,
.bg-dark-overlay h5,
.bg-dark-overlay h6,
.bg-dark-overlay-10 h1,
.bg-dark-overlay-10 h2,
.bg-dark-overlay-10 h3,
.bg-dark-overlay-10 h4,
.bg-dark-overlay-10 h5,
.bg-dark-overlay-10 h6,
.bg-dark-overlay-20 h1,
.bg-dark-overlay-20 h2,
.bg-dark-overlay-20 h3,
.bg-dark-overlay-20 h4,
.bg-dark-overlay-20 h5,
.bg-dark-overlay-20 h6,
.bg-dark-overlay-30 h1,
.bg-dark-overlay-30 h2,
.bg-dark-overlay-30 h3,
.bg-dark-overlay-30 h4,
.bg-dark-overlay-30 h5,
.bg-dark-overlay-30 h6,
.bg-dark-overlay-40 h1,
.bg-dark-overlay-40 h2,
.bg-dark-overlay-40 h3,
.bg-dark-overlay-40 h4,
.bg-dark-overlay-40 h5,
.bg-dark-overlay-40 h6,
.bg-dark-overlay-50 h1,
.bg-dark-overlay-50 h2,
.bg-dark-overlay-50 h3,
.bg-dark-overlay-50 h4,
.bg-dark-overlay-50 h5,
.bg-dark-overlay-50 h6,
.bg-dark-overlay-60 h1,
.bg-dark-overlay-60 h2,
.bg-dark-overlay-60 h3,
.bg-dark-overlay-60 h4,
.bg-dark-overlay-60 h5,
.bg-dark-overlay-60 h6,
.bg-dark-overlay-70 h1,
.bg-dark-overlay-70 h2,
.bg-dark-overlay-70 h3,
.bg-dark-overlay-70 h4,
.bg-dark-overlay-70 h5,
.bg-dark-overlay-70 h6,
.bg-dark-overlay-80 h1,
.bg-dark-overlay-80 h2,
.bg-dark-overlay-80 h3,
.bg-dark-overlay-80 h4,
.bg-dark-overlay-80 h5,
.bg-dark-overlay-80 h6,
.bg-dark-overlay-90 h1,
.bg-dark-overlay-90 h2,
.bg-dark-overlay-90 h3,
.bg-dark-overlay-90 h4,
.bg-dark-overlay-90 h5,
.bg-dark-overlay-90 h6 {
  color: #FFFFFF !important;
}

.bg-dark p {
  color: #FFFFFF !important;
}

.bg-dark span {
  color: #FFFFFF !important;
}

.bg-dark .entry-content {
  color: #FFFFFF !important;
}

.bg-dark .entry-content p {
  color: #FFFFFF !important;
}

.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6 {
  color: #FFFFFF;
}

.bg-dark blockquote .small,
.bg-dark blockquote footer,
.bg-dark blockquote small {
  color: #FFFFFF !important;
}

.bg-dark i, .bg-dark svg {
  color: #FFFFFF !important;
}

.bg-dark a {
  color: rgba(255, 255, 255, 0.8);
  padding-bottom: 5px;
}

/*--------------------- Animations ---------------------*/
/*------------ Scroll Down --------------*/
@-webkit-keyframes scrollDownAnimate {
  0%,
  100% {
    -webkit-transform: translate(-50%, -8px);
    transform: translate(-50%, -8px);
  }
  50% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

@-moz-keyframes scrollDownAnimate {
  0%,
  100% {
    -webkit-transform: translate(-50%, -8px);
    transform: translate(-50%, -8px);
  }
  50% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

@-o-keyframes scrollDownAnimate {
  0%,
  100% {
    -webkit-transform: translate(-50%, -8px);
    transform: translate(-50%, -8px);
  }
  50% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

@keyframes scrollDownAnimate {
  0%,
  100% {
    -webkit-transform: translate(-50%, -8px);
    transform: translate(-50%, -8px);
  }
  50% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

/*------------ Horizontal Background Animation --------------*/
@-webkit-keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 11298px 0;
  }
}

@-moz-keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 11298px 0;
  }
}

@-o-keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 11298px 0;
  }
}

@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 11298px 0;
  }
}

/*------------ vertical Background Animation --------------*/
@-webkit-keyframes animatedBackgroundV {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 11298px;
  }
}

@-moz-keyframes animatedBackgroundV {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 11298px;
  }
}

@-o-keyframes animatedBackgroundV {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 11298px;
  }
}

@keyframes animatedBackgroundV {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 11298px;
  }
}

/* -11-  [ Header ]---------------------------------------*/
.header {
  width: 100%;
  position: relative;
  z-index: 9999999;
}

.header.header-loaded {
  display: block;
}

.header .main-nav {
  width: 100%;
  height: 80px;
  position: relative;
  background: #FFFFFF;
  -webkit-transition: height 0.27s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: height 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: height 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: height 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: height 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.header .main-nav .main-navbar-wrapper:not(.container) {
  padding: 0 2%;
}

.header:not(.dark) .main-nav {
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}

.back-link-wrap,
.back-link-wrap a,
.main-nav {
  -webkit-transition: height 0.25s cubic-bezier(0, 0, 0.58, 1), background 0.25s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: height 0.25s cubic-bezier(0, 0, 0.58, 1), background 0.25s cubic-bezier(0, 0, 0.58, 1);
  transition: height 0.25s cubic-bezier(0, 0, 0.58, 1), background 0.25s cubic-bezier(0, 0, 0.58, 1);
}

.logo,
.logo img {
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

/* ------ [ Logo ] -----------------*/
.nav-logo-wrap {
  float: left;
}

.nav-logo-wrap .logo-container {
  display: table-cell;
  vertical-align: middle;
  width: 130px;
  height: 80px;
}

.nav-logo-wrap .logo {
  display: inline-block;
  float: left;
}

.nav-logo-wrap .logo img {
  width: 85%;
}

.back-link-wrap {
  display: inline-block;
  float: left;
  margin-left: 20px;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.back-link-wrap a {
  font-size: 13px;
  font-family: "Bliss Pro", sans-serif;
  opacity: 0.6;
  filter: alpha(opacity=60);
  line-height: 92px;
  text-transform: capitalize;
}

/* ------ [ Navbar ] -----------------*/
.nav-bar {
  display: inline-block;
  float: right;
  z-index: 99999999;
}

.nav-bar ul {
  list-style: none;
  padding: 0;
  text-transform: capitalize;
  opacity: 1;
  filter: alpha(opacity=100);
}

.nav-bar ul li {
  float: left;
  margin-left: 30px;
  line-height: 80px;
  position: relative;
  transition-property: all;
  transition-duration: 0.25s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}

.nav-bar ul li a {
  font-size: 14px;
  font-family: "Bliss Pro", sans-serif;
  color: #262626;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  line-height: 20px;
  transition-property: all;
  transition-duration: 0.25s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}

.nav-bar ul li ul li a i {
  margin-left: 0;
  margin-right: 10px;
}

.nav-bar ul li a.active, .nav-bar ul li a:hover {
  color: #171B21;
  text-decoration: none;
}

.nav-bar ul > .menu-item-has-children > a:after {
  font-size: 10px;
  content: " ";
  width: 10px;
  height: 6px;
  background-image: url("../img/icons/angle-down.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-left: 10px;
}

.nav-bar ul > li > a > i {
  margin-left: 10px;
  font-size: 13px;
}

.nav-bar .sub-menu {
  display: none;
  width: 230px;
  padding: 10px 10px 10px 20px;
  position: absolute;
  top: 80%;
  left: 0;
  background: #FFFFFF;
  box-shadow: -1px 1px 9px 0 rgba(0, 0, 0, 0.19);
  border-radius: 5px;
}

.nav-bar .sub-menu li {
  display: block;
  width: 100%;
  margin: 0 !important;
}

.nav-bar .sub-menu li a {
  display: block;
  width: 100%;
  height: auto;
  line-height: 1.8 !important;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 10px 0;
  font-size: 13px;
  font-family: "Bliss Pro", sans-serif;
  color: #53545E;
}

.nav-bar .sub-menu li .sub-menu-title {
  display: block;
  font-weight: 600;
}

.nav-bar .sub-menu li ul {
  top: 0;
  right: auto;
  left: 100%;
}

.nav-bar .sub-menu > .menu-item-has-children > a:after {
  content: "\f105";
  display: inline-block;
  float: right;
  margin-left: 0;
  margin-right: 10px;
}

.nav-bar .sub-menu.last-sub {
  right: 0;
  left: auto;
}

.stick-fixed-bottom .sub-menu {
  top: auto;
  bottom: 100%;
}

/* ------ [ Multicols Submenu ] -----------------*/
.sub-menu-multi-cols {
  width: auto !important;
  white-space: nowrap;
}

.sub-menu-multi-cols .sub-menu-col {
  width: 180px !important;
  float: none !important;
  display: inline-block !important;
  vertical-align: top;
}

.sub-menu-multi-cols .sub-menu-col > ul {
  width: auto;
  margin: 0;
  padding: 0;
  float: none;
}

/* ------ [ Mega Menu ] -----------------*/
.nav-bar ul .menu-item-mega-menu {
  position: static;
}

.nav-bar ul .menu-item-mega-menu .sub-menu-mega-menu {
  width: 100%;
  padding: 20px;
  right: 0;
  left: 0;
}

/* ------ [ Menu on Mobile Mode ] -----------------*/
.nav-trigger {
  display: none !important;
}

.main-nav-trigger .mnt-icon {
  display: inline-block;
  position: relative;
  background: #171B21;
  width: 18px;
  height: 2px;
  top: -3px;
  transition-property: all;
  transition-duration: 0.25s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}

.main-nav-trigger .mnt-icon::before, .main-nav-trigger .mnt-icon:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #171B21;
  right: 0;
  -webkit-transition: -webkit-transform 0.3s, top 0.3s, background-color 0s;
  -moz-transition: -webkit-transform 0.3s, top 0.3s, background-color 0s;
  transition: -webkit-transform 0.3s, top 0.3s, background-color 0s;
}

.main-nav-trigger .mnt-icon::before {
  top: -5px;
}

.main-nav-trigger .mnt-icon::after {
  top: 5px;
}

.main-nav-trigger.is-open .mnt-icon {
  background-color: rgba(23, 27, 33, 0);
}

.main-nav-trigger.is-open .mnt-icon::after, .main-nav-trigger.is-open .mnt-icon::before {
  background-color: #171b21;
}

.main-nav-trigger.is-open .mnt-icon::before {
  top: 0;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
}

.main-nav-trigger.is-open .mnt-icon::after {
  top: 0;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  transform: rotate(225deg);
}

.sm-screen .nav-trigger {
  display: inline-block !important;
}

.sm-screen .toggle-search input[type="text"] {
  width: 80%;
  height: 60px;
}

.sm-screen .nav-bar {
  position: absolute;
  top: 100%;
  display: none;
  width: 100%;
  z-index: 100;
  padding: 0;
}

.sm-screen .nav-bar ul {
  width: 100%;
  float: none;
  background: #171B21;
  position: relative;
  overflow-x: hidden;
}

.sm-screen .nav-bar ul li {
  float: none !important;
  margin: 0 !important;
}

.sm-screen .nav-bar ul li.js-opened > a {
  background: rgba(0, 0, 0, 0.9);
}

.sm-screen .nav-bar ul li.js-opened .sub-menu:not(.sub-menu-posts) a {
  background: rgba(0, 0, 0, 0.5);
}

.sm-screen .nav-bar ul li:last-child .sub-menu li ul {
  top: 0;
  right: auto;
  left: auto;
}

.sm-screen .nav-bar ul li:last-child a {
  border-bottom: none;
}

.sm-screen .nav-bar ul li ul {
  padding: 0 !important;
  top: auto;
  right: auto;
  left: auto;
}

.sm-screen .nav-bar ul li a {
  display: block;
  font-size: 13px;
  line-height: 50px !important;
  padding: 0 20px;
  color: #FFFFFF;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  cursor: pointer;
  text-decoration: none !important;
}

.sm-screen .nav-bar ul li a.active, .sm-screen .nav-bar ul li a:hover {
  background: rgba(255, 255, 255, 0.03);
  color: #fcfcfc;
  padding-left: 20px !important;
  text-decoration: none !important;
}

.sm-screen .nav-bar ul li .sub-menu {
  width: 100%;
  float: none;
  display: none;
  background: rgba(0, 0, 0, 0.03);
  opacity: 1;
  filter: alpha(opacity=100);
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0 !important;
  border-left: none !important;
  border-right: none !important;
  border-top: none;
  z-index: 99;
  overflow-x: hidden;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.sm-screen .nav-bar ul li .sub-menu li a.active, .sm-screen .nav-bar ul li .sub-menu li a:hover {
  padding-left: 20px !important;
}

.sm-screen .nav-bar ul li .sub-menu .menu-item-has-children > a:after {
  content: "";
  margin-right: 0;
}

.sm-screen .nav-bar ul li .sub-menu > li:last-child > a {
  border: none !important;
}

.sm-screen .nav-bar ul > .menu-item-has-children > a:after {
  float: right;
  margin-top: 21px;
  background-image: url("../img/icons/angle-down-white.svg");
}

.sm-screen .nav-bar ul > .menu-item-has-children.js-opened > a:after {
  background-image: url("../img/icons/angle-top.svg");
}

.sm-screen .nav-bar ul > .menu-item-has-desc a {
  display: block;
}

.sm-screen .nav-bar ul > .menu-item-has-desc a strong {
  display: inline-block;
  margin-top: 0 !important;
}

.sm-screen .nav-bar ul > .menu-item-has-desc .item-desc {
  display: none;
}

.sm-screen .nav-bar > ul {
  overflow-y: auto;
}

.sm-screen li.js-opened .sub-menu {
  opacity: 1;
  filter: alpha(opacity=100);
}

.sm-screen .sub-menu-multi-cols {
  width: auto;
  padding: 0;
  text-align: left;
  white-space: normal;
}

.sm-screen .sub-menu-col {
  display: block;
  width: 100% !important;
}

.sm-screen .sub-menu-col > ul {
  right: auto;
  left: auto;
  border: none;
}

.sm-screen .sub-menu-col > ul > li:last-child > a {
  border: none !important;
}

.sm-screen .main-navbar-wrapper .nav-bar {
  margin-left: -15px;
}

.sm-screen .main-navbar-wrapper.container .nav-bar {
  margin-left: -15px;
}

/* --- [ Stick Fixed ] -----------*/
.sticky-wrapper {
  -webkit-transition: height 0.25s cubic-bezier(0.9, 1, 0.9, 1);
  -moz-transition: height 0.25s cubic-bezier(0.9, 1, 0.9, 1);
  -o-transition: height 0.25s cubic-bezier(0.9, 1, 0.9, 1);
  -ms-transition: height 0.25s cubic-bezier(0.9, 1, 0.9, 1);
  transition: height 0.25s cubic-bezier(0.9, 1, 0.9, 1);
}

/*--------- Navbar Actions--------*/
.nav-btns {
  margin-left: 30px;
}

.nav-option {
  float: left;
  padding-left: 15px;
  transition-property: all;
  transition-duration: 0.25s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}

@media (min-width: 1600px) {
  .nav-option {
    padding-left: 70px;
  }
}

@media (min-width: 1000px) and (max-width: 1599px) {
  .nav-option {
    padding-left: 30px;
  }
}

.nav-custom {
  line-height: 75px;
}

.sidenav-btn {
  cursor: pointer;
}

.nav-btn {
  margin: 0;
}

.nav-btns a:not(.btn) {
  line-height: 80px;
  font-size: 14px;
  transition-property: all;
  transition-duration: 0.25s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}

.nav-social a:not(.btn) {
  margin-left: 8px;
}

.small-height .nav-btns a:not(.btn),
.tiny-nav .nav-btns a:not(.btn) {
  line-height: 60px;
}

/* ------ [ Header Resize ] -----------------*/
.header-resize.dark .main-nav {
  background-color: #171B21;
}

.header-resize.transparent:not(.dark) .main-nav {
  background-color: #FFFFFF;
}

.header-resize .main-nav {
  height: 60px !important;
  border-bottom: none !important;
}

.header-resize .main-nav .nav-bar > ul > li {
  line-height: 60px !important;
}

.header-resize .main-nav .nav-bar > ul > li.menu-item-has-desc {
  line-height: 42px !important;
}

.header-resize .main-nav .nav-bar > ul > li.menu-item-has-desc > a {
  padding-top: 0 !important;
}

.header-resize .main-nav .mobile-nav,
.header-resize .main-nav .nav-btns a:not(.btn),
.header-resize .main-nav .nav-custom,
.header-resize .main-nav .showsearch {
  height: 60px !important;
  line-height: 60px !important;
}

.header-resize .main-nav .nav-btns .site-langs a {
  line-height: 60px !important;
  height: 10px !important;
}

.header-resize .main-nav .logo-container {
  height: 60px !important;
  line-height: 60px !important;
}

.header-resize .main-nav .toggle-search {
  line-height: 60px;
}

.header-resize .main-nav .back-link-wrap a {
  line-height: 62px;
}

.header-resize .main-nav .toggle-search input[type="text"] {
  height: 60px !important;
}

.header-resize.large-header .main-nav, .header-resize.mini-header .main-nav, .header-resize.xlarge-header .main-nav {
  height: 60px !important;
  border-bottom: none !important;
}

.header-resize.large-header .main-nav .nav-bar > ul > li, .header-resize.mini-header .main-nav .nav-bar > ul > li, .header-resize.xlarge-header .main-nav .nav-bar > ul > li {
  line-height: 60px !important;
}

.header-resize.large-header .main-nav .nav-bar > ul > li.menu-item-has-desc, .header-resize.mini-header .main-nav .nav-bar > ul > li.menu-item-has-desc, .header-resize.xlarge-header .main-nav .nav-bar > ul > li.menu-item-has-desc {
  line-height: 42px !important;
}

.header-resize.large-header .main-nav .nav-bar > ul > li.menu-item-has-desc a, .header-resize.mini-header .main-nav .nav-bar > ul > li.menu-item-has-desc a, .header-resize.xlarge-header .main-nav .nav-bar > ul > li.menu-item-has-desc a {
  padding-top: 0 !important;
}

.header-resize.large-header .main-nav .mobile-nav,
.header-resize.large-header .main-nav .nav-btns a:not(.btn),
.header-resize.large-header .main-nav .nav-custom,
.header-resize.large-header .main-nav .showsearch, .header-resize.mini-header .main-nav .mobile-nav,
.header-resize.mini-header .main-nav .nav-btns a:not(.btn),
.header-resize.mini-header .main-nav .nav-custom,
.header-resize.mini-header .main-nav .showsearch, .header-resize.xlarge-header .main-nav .mobile-nav,
.header-resize.xlarge-header .main-nav .nav-btns a:not(.btn),
.header-resize.xlarge-header .main-nav .nav-custom,
.header-resize.xlarge-header .main-nav .showsearch {
  height: 60px !important;
  line-height: 60px !important;
}

.header-resize.large-header .main-nav .site-langs a, .header-resize.mini-header .main-nav .site-langs a, .header-resize.xlarge-header .main-nav .site-langs a {
  line-height: 60px !important;
}

.header-resize.large-header .main-nav .back-link-wrap a, .header-resize.mini-header .main-nav .back-link-wrap a, .header-resize.xlarge-header .main-nav .back-link-wrap a {
  line-height: 62px !important;
}

.header-resize.large-header .main-nav .logo-container, .header-resize.mini-header .main-nav .logo-container, .header-resize.xlarge-header .main-nav .logo-container {
  height: 60px !important;
  line-height: 60px !important;
}

.header-resize.large-header .main-nav .logo img, .header-resize.mini-header .main-nav .logo img, .header-resize.xlarge-header .main-nav .logo img {
  width: 60%;
}

.header-resize.large-header .main-nav .toggle-search .search-container, .header-resize.mini-header .main-nav .toggle-search .search-container, .header-resize.xlarge-header .main-nav .toggle-search .search-container {
  padding: 15px 0;
}

.site-langs {
  float: left;
  display: inline-block;
  margin-right: 35px;
}

.site-langs span {
  display: none;
}

.site-langs a {
  font-family: 'din-regular', sans-serif;
  display: inline-block;
  line-height: 80px;
}

.site-langs a.active-lang span {
  display: block;
}

/* ------ [ Header Search ] -----------------*/
#toggle-search {
  position: relative;
  z-index: 999999;
  cursor: pointer;
}

#toggle-search svg {
  width: 15px;
  font-size: 15px;
  color: #37383F !important;
}

.toggle-search {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  line-height: 80px;
  background: transparent;
  display: none;
}

.toggle-search .search-container {
  transition-property: all;
  transition-duration: 0.25s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  position: relative;
  padding: 36px 0;
}

.toggle-search input[type="text"] {
  border: 0;
  width: 80%;
  height: 80px;
  background: transparent;
  padding: 0;
  font-size: 18px;
  font-weight: 300;
  outline: none;
  outline-color: transparent;
  outline-width: 0;
  position: relative;
  display: block;
}

.toggle-search button[type="submit"] {
  border: 0;
  padding: 0;
  margin: 0;
  color: #FFFFFF;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: #EE3124;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  right: 50px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.toggle-search button[type="submit"]:hover {
  background: #262626;
}

.toggle-search button[type="submit"] svg {
  color: #FFFFFF;
  margin-right: -1px;
}

.toggle-search-open .back-link-wrap,
.toggle-search-open .nav-bar,
.toggle-search-open .nav-logo-wrap,
.toggle-search-open .nav-social {
  /*     @include opacity(0);
    visibility: hidden; */
}

.search-wrap {
  position: relative;
}

.search-field {
  width: 100% !important;
  height: 45px !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.search-button {
  width: 42px;
  height: 40px;
  line-height: 38px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  right: 1px;
  overflow: hidden;
  background: transparent;
  border: none;
  outline: none;
  color: #eeeeee;
  font-size: 14px;
}

.search-button:hover {
  color: #171B21;
}

.sub-navigation .subnav {
  margin: 0 auto;
  text-align: center;
}

.sub-navigation .subnav li {
  display: inline-block;
  text-align: center;
  width: 18%;
  border-bottom: 2px solid transparent;
  margin-left: 3%;
  margin-right: 3%;
}

.sub-navigation .subnav li a {
  display: block;
  padding: 2em 0;
  text-align: center;
  font-size: 15px;
  color: #53545E;
  font-family: "Bliss Pro", sans-serif;
}

.sub-navigation .subnav li.current_page_item {
  border-color: #EE3124;
}

/* -12-  [ Sections ]---------------------------------------*/
.section {
  position: relative;
}

.center-col {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.row.flex {
  height: auto;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.row.flex > [class^="col"]:not(.vbtm) {
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
}

.row.flex > .vbtm {
  height: auto;
  margin-top: auto;
  margin-bottom: 0;
}

.row.flex > [class^="col"] > div {
  flex-direction: column;
}

/* ------ [ Home Sections ] -----------------*/
.bg-img {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  backface-visibility: visible;
}

.cover-img {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* ------ [ Page Sections Options ] -----------------*/
.bg-scroll {
  background-attachment: scroll !important;
}

.page-section.p-0 {
  overflow: hidden;
}

.large-section,
.page-section,
.small-section,
.tiny-section,
.xlarge-section,
.xsmall-section,
.xtiny-section {
  width: 100%;
  display: block;
  position: relative;
  overflow: visible;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  backface-visibility: visible;
  background: #FFFFFF;
}

.page-section {
  padding: 100px 0;
}

.xlarge-section {
  padding: 250px 0;
}

.large-section {
  padding: 150px 0;
}

.small-section {
  padding: 70px 0;
}

.xsmall-section {
  padding: 50px 0;
}

.tiny-section {
  padding: 40px 0;
}

.xtiny-section {
  padding: 20px 0;
}

.xxtiny-section {
  padding: 10px 0;
}

.zoom-animate .searchoverlay {
  opacity: 0;
  width: 320px;
  height: 320px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999999999;
  display: block;
}

@media (max-width: 800px) {
  .searchoverlay form {
    width: 80%;
  }
}

.height-10,
.height-100,
.height-15,
.height-20,
.height-25,
.height-30,
.height-35,
.height-40,
.height-45,
.height-50,
.height-55,
.height-60,
.height-65,
.height-70,
.height-75,
.height-80,
.height-85,
.height-90,
.height-95 {
  height: auto;
  padding: 5em 0;
}

@media all and (max-width: 767px) {
  .height-10,
  .height-100,
  .height-15,
  .height-20,
  .height-25,
  .height-30,
  .height-35,
  .height-40,
  .height-45,
  .height-50,
  .height-55,
  .height-60,
  .height-65,
  .height-70,
  .height-75,
  .height-80,
  .height-85,
  .height-90,
  .height-95 {
    min-height: 35vh;
    height: 35vh;
    padding: 4em 0;
  }
  .error404 .height-100 {
    height: 100vh;
  }
  .error404 .pos-vertical-center {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .error404 .full-height {
    height: 100vh !important;
  }
}

@media all and (min-width: 767px) {
  .height-10 {
    height: 10vh;
  }
  .height-15 {
    height: 15vh;
  }
  .height-20 {
    height: 20vh;
  }
  .height-25 {
    height: 25vh;
  }
  .height-30 {
    height: 30vh;
  }
  .height-35 {
    height: 35vh;
  }
  .height-40 {
    height: 40vh;
  }
  .height-45 {
    height: 45vh;
  }
  .height-50 {
    height: 50vh;
  }
  .height-55 {
    height: 55vh;
  }
  .height-60 {
    height: 60vh;
  }
  .height-65 {
    height: 65vh;
  }
  .height-70 {
    height: 70vh;
  }
  .height-75 {
    height: 75vh;
  }
  .height-80 {
    height: 80vh;
  }
  .height-85 {
    height: 85vh;
  }
  .height-90 {
    height: 90vh;
  }
  .height-95 {
    height: 95vh;
  }
  .height-100 {
    height: 100vh;
  }
}

section.height-auto {
  height: auto;
}

section.height-auto .pos-vertical-center {
  top: 0;
  position: relative;
  transform: none;
}

@media all and (max-width: 767px) {
  div[class*='col-'][class*='height-'] {
    padding-top: 5.57142857em !important;
    padding-bottom: 5.57142857em !important;
  }
}

.row.zero-padding {
  margin-right: 0;
  margin-left: 0;
}

.row.zero-padding > [class^="col"] {
  padding-right: 0;
  padding-left: 0;
}

.row.s-padding {
  margin-right: -3px;
  margin-left: -3px;
}

.row.s-padding > [class^="col"] {
  padding-right: 3px;
  padding-left: 3px;
}

.row.m-padding {
  margin-right: -7px;
  margin-left: -7px;
}

.row.m-padding > [class^="col"] {
  padding-right: 7px;
  padding-left: 7px;
}

/**--------- 02: Positions ---------**/
.pos-vertical-center {
  z-index: 1000;
  position: relative;
  display: block;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* @media all and (max-width: 767px) {
	.pos-vertical-center {
		top: 0;
		transform: none;
		-webkit-transform: none;
	}
}
@media all and (max-height: 600px) {
	.pos-vertical-center {
		top: 0;
		transform: none;
		-webkit-transform: none;
	}
} */
.pos-vertical-align-columns {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.pos-vertical-align-columns > div[class*='col-'] {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

@media all and (max-width: 990px) {
  .pos-vertical-align-columns {
    display: block;
    width: auto;
  }
  .pos-vertical-align-columns > div[class*='col-'] {
    display: block;
  }
}

.inline-block {
  display: inline-block;
}

.block {
  display: block;
}

@media all and (max-width: 767px) {
  .block--xs {
    display: block;
  }
}

@media all and (max-width: 990px) {
  .text-center-md {
    text-align: center;
  }
  .text-left-md {
    text-align: left;
  }
  .text-right-md {
    text-align: right;
  }
}

@media all and (max-width: 767px) {
  .text-center-xs {
    text-align: center;
  }
  .text-left-xs {
    text-align: left;
  }
  .text-right-xs {
    text-align: right;
  }
}

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

.full-width {
  width: 100%;
}

.full-vh {
  height: 100vh;
}

.v-align-bottom {
  vertical-align: bottom !important;
}

.v-align-top {
  vertical-align: top !important;
}

.v-align-middle {
  vertical-align: middle !important;
}

/* vertical alignment styles */
.col-top {
  vertical-align: top;
}

.col-middle {
  vertical-align: middle;
}

.col-bottom {
  vertical-align: bottom;
}

.bg-size-reset {
  background-size: initial;
}

.bg-size-cover {
  background-size: cover;
}

.bg-position-center,
.bg-position-top-center {
  background-position: top center;
}

/* columns of same height styles
------------------------------------
*/
.container-xs-height {
  display: table;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.row-xs-height {
  display: table-row;
}

.col-xs-height {
  display: table-cell;
  float: none;
}

section.last:before {
  content: '';
}

@media (min-width: 768px) {
  .container-sm-height {
    display: table;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
  }
  .row-sm-height {
    display: table-row;
  }
  .col-sm-height {
    display: table-cell !important;
    float: none !important;
  }
}

@media (min-width: 992px) {
  .container-md-height {
    display: table;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
  }
  .row-md-height {
    display: table-row;
  }
  .col-md-height {
    display: table-cell !important;
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .container-lg-height {
    display: table;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
  }
  .row-lg-height {
    display: table-row;
  }
  .col-lg-height {
    display: table-cell !important;
    float: none !important;
  }
}

/**--------- 02: Sections ---------**/
section {
  padding-top: 5.000em;
  padding-bottom: 5.000em;
  position: relative;
}

.jumbotron {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 0;
  margin-bottom: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.jumbotron.full-width {
  padding: 0;
}

.jumbotron .inner {
  position: relative;
  z-index: 2;
}

.jumbotron.lg {
  height: 600px;
}

.jumbotron h1 {
  font-size: 44px;
  color: #2c2c2c;
}

[data-pages-bg-image] {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  backface-visibility: visible;
  position: relative;
}

[data-pages-bg-image] > * {
  z-index: 1;
  position: relative;
}

[data-pages-bg-image] > .bg-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.4;
}

h2.hero-head {
  font-size: 57px;
  line-height: 57px;
}

h2.hero-head.decreasing-fs {
  font-size: 47px;
  line-height: 47px;
}

h2.hero-head.quote-headline {
  font-family: "BlissLight", sans-serif;
}

h1.hero-head {
  font-size: 57px;
  line-height: 57px;
}

h1.hero-head.decreasing-fs {
  font-size: 47px;
  line-height: 47px;
}

h1.hero-head.quote-headline {
  font-family: "BlissLight", sans-serif;
}

.header-loaded + section {
  margin-top: 80px;
  padding: 0 !important;
}

.header-loaded + section.height-100 {
  height: calc(100vh - 80px);
}

.hover-zoom {
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.hover-zoom .inner {
  z-index: 1;
}

.hover-zoom:hover [data-pages-bg-image] {
  transform: scale(1.1);
}

.hover-zoom:hover [data-pages-bg-image] .bg-overlay {
  opacity: 0.3 !important;
}

.hover-zoom [data-pages-bg-image] {
  transition: all 0.3s ease;
}

.hover-zoom [data-pages-bg-image] .bg-overlay {
  transition: all 0.3s ease;
}

.hover-zoom-simple {
  cursor: pointer;
  position: relative;
}

.hover-zoom-simple [data-pages-bg-image] {
  background-position: center center;
  transition: background-size 0.3s ease;
  -webkit-transition: background-size 0.3s ease;
  background-size: 100%;
  background-repeat: no-repeat;
}

.hover-zoom-simple [data-pages-bg-image]:hover {
  background-size: 120%;
}

.hover-zoom-simple [data-pages-bg-image] .bg-overlay {
  transition: all 0.3s ease;
}

.hover-zoom-simple [data-pages-bg-image]:hover .bg-overlay {
  opacity: 0.6 !important;
}

/* ------ [ Side Image Section ] -----------------*/
.background-image-holder {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  backface-visibility: visible;
  position: relative;
  width: 100%;
  height: 100%;
}

.background-image-holder:not([class*='col-']) {
  width: 100%;
}

.background-image-holder.background--bottom {
  background-position: 50% 100% !important;
}

.background-image-holder.background--top {
  background-position: 50% 0 !important;
}

.image--light .background-image-holder {
  background: none;
}

.background-image-holder img {
  display: none;
}

.hover-background .background-image-holder,
.hover-background .foreground-image-holder {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.hover-background .background-image-holder {
  width: 110%;
  height: 110%;
}

.side-image {
  padding: 0;
  position: relative;
  overflow: hidden;
}

.side-image .image-container {
  overflow: hidden;
  position: absolute;
  top: 0;
  height: 100%;
  padding: 0;
}

.side-image .image-container.pull-right {
  right: 0;
}

.side-image .content {
  padding: 100px 0;
}

.images-modern {
  position: relative;
  padding: 40px;
  width: 100%;
  min-height: 515px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  transform: translateX(-40px);
}

.images-modern img {
  width: 100%;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.images-modern .im-master {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.images-modern .im-right {
  position: absolute;
  top: 10%;
  right: -100px;
  width: 280px;
}

.images-modern .im-bottom {
  position: absolute;
  right: 50%;
  bottom: -100px;
  width: 500px;
}

.story-blocks {
  position: relative;
  width: 100%;
  min-height: 320px;
  height: 100%;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 99;
}

.img-block-wrapper {
  position: relative;
  /* &:after {
        content: ' ';
        display: block;
        width: 80%;
        height: 337px;
        border: 1px solid $rgba-black-1;
        position: absolute;
    } */
  /* &:after {
        @include position(absolute, $bottom: 0, $right: 0);

    } */
}

.img-block-wrapper.has-blocks:before {
  left: 15px;
  width: 168px;
  height: 236px;
}

.img-block-wrapper.has-blocks:after {
  width: 314px;
  height: 301px;
  bottom: -5px;
}

.img-block-wrapper.has-blocks img.has-blocks {
  position: relative;
  z-index: 99;
}

.img-block-wrapper .img-blocks {
  width: 100%;
  height: 530px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 99;
}

.img-block-wrapper .img-blocks.block-mid-height {
  height: 410px;
}

.img-block-wrapper.two-blocks {
  overflow: visible;
  height: 290px;
  padding-right: 0;
}

.img-block-wrapper.two-blocks:after, .img-block-wrapper.two-blocks:before {
  display: none;
}

.img-block-wrapper.two-blocks:before {
  top: auto;
  position: absolute;
  bottom: -15px;
  left: -5px;
}

.img-block-wrapper.two-blocks:after {
  position: absolute;
  right: -5px;
  bottom: -15px;
}

.img-block-wrapper.two-blocks .img-blocks {
  width: 100%;
  height: 290px;
}

.img-block-wrapper.block-slider {
  padding-left: 40px;
  height: 350px;
}

.img-block-wrapper.block-slider:before {
  width: 80%;
  height: 330px;
  background: transparent !important;
  border: 1px solid #DEDEDE;
  box-shadow: 0 0 0 0 transparent;
  left: auto;
  position: absolute;
  top: 38px;
  right: -5px;
}

.img-block-wrapper.block-slider:after {
  width: 80%;
  height: 330px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 0;
  bottom: -40px;
  z-index: 9;
}

.img-block-wrapper.block-slider .carousel {
  position: relative;
  z-index: 99999;
  height: 350px;
}

.img-block-wrapper.block-slider .carousel .img-blocks {
  width: 100%;
  height: 350px;
}

.img-block-wrapper.block-slider .flickity-page-dots {
  bottom: -25px;
}

.img-block-wrapper.block-slider .flickity-page-dots .dot {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: #EFEFEF;
  border: 2px solid #EFEFEF;
}

.img-block-wrapper.block-slider .flickity-page-dots .dot.is-selected {
  border: 2px solid #EE3124;
}

.img-block-wrapper.block-slider .flickity-prev-next-button {
  opacity: 0;
  -ms-transition: opacity 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  -webkit-transition: opacity 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  transition: opacity 0.45s cubic-bezier(0.25, 1, 0.33, 1);
}

.img-block-wrapper.block-slider:hover .flickity-prev-next-button {
  opacity: 1;
}

.img-block-wrapper.block-slider .flickity-page-dots .dot.is-selected {
  background: #EE3124;
}

/* ------ [ Section Titles ] -----------------*/
.section-title {
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}

.section-title h2 {
  margin-bottom: 0;
}

.section-title p {
  margin-bottom: 20px;
  margin-top: 0;
}

.timeline-item {
  padding: 3em 2em 2em;
  position: relative;
  color: rgba(0, 0, 0, 0.7);
  border-left: 1px solid #DCDCDC;
}

.timeline-item::before {
  content: attr(date-is);
  position: absolute;
  left: 35px;
  font-weight: bold;
  top: 1em;
  display: block;
  font-size: 13px;
}

.timeline-item::after {
  width: 10px;
  height: 10px;
  display: block;
  top: 1em;
  position: absolute;
  left: -5px;
  border-radius: 10px;
  content: '';
  border: none;
  background: #EE3124;
}

.timeline-item:last-child {
  border-image: linear-gradient(to bottom, #DCDCDC 60%, rgba(220, 220, 220, 0)) 1 100%;
}

.switchable {
  position: relative;
}

.switchable div[class*='col-']:first-child {
  float: left;
  right: auto;
}

.switchable div[class*='col-']:first-child:not([class*='pull']):not([class*='push']) {
  left: 0;
}

.switchable div[class*='col-']:last-child {
  float: right;
  left: auto;
}

.switchable div[class*='col-']:last-child:not([class*='pull']):not([class*='push']) {
  right: 0;
}

.switchable.switchable--switch div[class*='col-']:first-child {
  float: right;
  right: 0;
  left: auto;
}

.switchable.switchable--switch div[class*='col-']:first-child:not([class*='pull']):not([class*='push']) {
  left: auto;
}

.switchable.switchable--switch div[class*='col-']:last-child {
  float: left;
  left: 0;
  right: auto;
}

.switchable .switchable__text {
  margin-top: 3.71428571em;
}

.switchable > div[class*='col-'] {
  padding: 0;
}

.imageblock {
  position: relative;
  padding: 0;
}

.imageblock > .container,
.imageblock > div[class*='col-']:not(.imageblock__content) {
  padding-top: 7.42857143em;
  padding-bottom: 7.42857143em;
  float: none;
  overflow: hidden;
}

.imageblock.imageblock--lg > .container,
.imageblock.imageblock--lg > div[class*='col-']:not(.imageblock__content) {
  padding-top: 15.28571429em;
  padding-bottom: 15.28571429em;
  float: none;
  overflow: hidden;
}

.imageblock .imageblock__content {
  position: absolute;
  height: 100%;
  top: 0;
  z-index: 2;
  padding: 0;
}

.imageblock .imageblock__content div {
  height: 100%;
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .imageblock .container .entry-content {
    padding-left: 50px;
  }
}

.imageblock .imageblock__content .slider {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.imageblock .imageblock__content .slider .slides > li {
  padding: 0;
  min-height: 100%;
  position: absolute !important;
}

.imageblock.allow-overflow .imageblock__content {
  overflow: visible;
}

@media all and (max-width: 767px) {
  .imageblock[class*='space-'] {
    padding-bottom: 0;
    padding-top: 0;
  }
  .switchable div[class*='col-']:first-child {
    float: none !important;
  }
  .imageblock .imageblock__content {
    position: relative;
    min-height: 15.57142857em;
    max-height: 15.57142857em;
  }
  .imageblock .imageblock__content div {
    min-height: 15.57142857em;
  }
  .fp-tableCell {
    display: block;
  }
  .imageblock > .container,
  .imageblock > div[class*='col-']:not(.imageblock__content) {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    float: none;
    overflow: hidden;
  }
  .imageblock.imageblock--lg > .container,
  .imageblock.imageblock--lg > div[class*='col-']:not(.imageblock__content) {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    float: none;
    overflow: hidden;
  }
  .imageblock .entry-content {
    padding-left: 40px;
    padding-right: 40px;
  }
}

#fp-nav.right {
  right: 0 !important;
}

/* ------ [ Vedio Overlay ] -----------------*/
.bg-video-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}

.bg-video-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
}

.bg-video-wrapper video {
  height: inherit;
  max-width: inherit;
  z-index: 0;
}

iframe {
  width: 100%;
  min-height: 350px;
  border: none;
}

@media all and (max-width: 767px) {
  iframe {
    min-height: 220px;
  }
}

.videobg {
  background: #252525;
  position: relative;
  overflow: hidden;
  padding: 0;
}

.videobg .background-image-holder,
.videobg .container {
  opacity: 0;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.videobg .background-image-holder {
  opacity: 0 !important;
}

.videobg.video-active .container {
  opacity: 1;
}

.videobg.video-active .loading-indicator {
  opacity: 0;
  visibility: hidden;
}

.videobg video {
  object-fit: cover;
  height: 100%;
  min-width: 100%;
  position: absolute;
  top: 0;
  z-index: 0 !important;
  left: 0;
}



.youtube-background {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 0 !important;
}

.youtube-background .mb_YTPBar {
  opacity: 0;
  height: 0;
  visibility: hidden;
}

@media all and (max-width: 1024px) {

  .youtube-background {
    display: none;
  }
}

.loading-indicator {
  position: absolute !important;
  top: 50%;
  left: 50%;
  z-index: 99 !important;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: loading-spinner 1s infinite ease-in-out;
  animation: loading-spinner 1s infinite ease-in-out;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

@-webkit-keyframes loading-spinner {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@keyframes loading-spinner {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

.video-cover {
  position: relative;
  /* &:before, &:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 150px;
      height: 150px;
      margin: -75px 0 0 -75px;
      border: 2px solid #fff;
      border-radius: 50%;
      -webkit-animation: stm_zoom 2s linear .3s infinite;
      animation: stm_zoom 2s linear .3s infinite;
  	  z-index: 9;
  } */
  /* &:before {
      -webkit-animation: stm_zoom 2s linear 1.6s infinite;
      animation: stm_zoom 2s linear 1.6s infinite
  } */
}

/* @-webkit-keyframes stm_zoom {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .6
    }
    100% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0
    }
}

@keyframes stm_zoom {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .6
    }
    100% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0
    }
} */
.video-cover video {
  max-width: 100%;
}

.video-cover iframe {
  background: #252525;
}

.video-cover .background-image-holder {
  position: absolute;
  z-index: 3;
  background-size: cover !important;
  background-attachment: local !important;
}

.video-cover .video-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
}

.video-cover .background-image-holder,
.video-cover .video-play-icon {
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

.video-cover.reveal-video .background-image-holder,
.video-cover.reveal-video .video-play-icon {
  opacity: 0 !important;
  pointer-events: none;
}

.video-cover[data-overlay]:before,
.video-cover[data-scrim-bottom]:before,
.video-cover[data-scrim-top]:before {
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  z-index: 4;
}

.video-cover.reveal-video[data-overlay]:before,
.video-cover.reveal-video[data-scrim-bottom]:before,
.video-cover.reveal-video[data-scrim-top]:before {
  opacity: 0;
  pointer-events: none;
}

.video-play-icon {
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  z-index: 999;
  display: inline-block;
  color: #FFFFFF;
  border: 2px solid #ffffff;
  cursor: pointer;
  background: transparent;
}

.video-play-icon i {
  font-size: 25px;
}

.video-play-icon.video-play-icon--sm {
  width: 51px;
  height: 51px;
  line-height: 51px;
}

.video-play-icon.video-play-icon--sm i {
  font-size: 20px;
}

.video-play-icon.video-play-icon--dark {
  border-color: #252525;
  background: #252525;
}

.video-play-icon.video-play-icon--dark:before {
  border-color: transparent transparent transparent #252525;
}

.video-play-icon.video-play-icon--dark:before {
  border-color: transparent transparent transparent #fff;
}

@media all and (max-width: 767px) {
  .video-play-icon {
    width: 51px;
    height: 51px;
    line-height: 51px;
  }
}

div[class*='col-'][class*='-12']:not([class*='xs-12']) .video-cover iframe {
  min-height: 550px;
}

.pm-video {
  height: 620px;
  box-shadow: 0 19px 22px rgba(0, 0, 0, 0.2);
}

.pm-video iframe {
  min-height: 620px;
  height: 620px;
}

.big-video {
  height: 476px;
  box-shadow: 0 19px 19px rgba(0, 0, 0, 0.1);
}

.big-video iframe {
  min-height: 476px;
  height: 476px;
}

.small-video {
  height: 223px !important;
  box-shadow: 0 13px 18px rgba(0, 0, 0, 0.1);
}

.small-video iframe {
  min-height: 223px !important;
  height: 223px !important;
}

.reveal-video.video-cover iframe {
  position: relative;
  z-index: 99999 !important;
}

@media all and (max-width: 990px) {
  div[class*='col-'][class*='-12']:not([class*='xs-12']) .video-cover iframe {
    min-height: 350px;
  }
}

div[class*='col-'][class*='-10'] .video-cover iframe {
  min-height: 450px;
}

div[class*='col-'][class*='-8'] .video-cover iframe {
  min-height: 400px;
}

div[class*='col-'][class*='-6'] .video-cover iframe {
  min-height: 350px;
}

@media all and (max-width: 1200px) {
  div[class*='col-'][class*='-6'] .video-cover iframe {
    min-height: 300px;
  }
}

@media all and (max-width: 990px) {
  div[class*='col-'][class*='-6'] .video-cover iframe {
    min-height: 220px;
  }
}

@media all and (max-width: 767px) {
  div[class*='col-'] .video-cover iframe {
    min-height: 220px !important;
  }
}

.modal-container video {
  max-width: 100%;
}

.video-play-icon:before {
  border-color: transparent transparent transparent #252525;
  margin-top: -3px;
}

.modal-instance .video-play-icon + span {
  position: relative;
  display: inline-block;
  margin-left: 0.92857143em;
  white-space: nowrap;
  bottom: 22px;
}

.modal-instance .video-play-icon.video-play-icon--xs + span {
  bottom: 8px;
  margin-left: 0.46428571em;
}

.video-cover {
  background: #fff;
}

.video-cover.border--round {
  overflow: hidden;
}

.video-cover.border--round iframe {
  border-radius: 6px;
}

.video-cover:not(:last-child) {
  margin-bottom: 1.85714286em;
}

.video-cover + span.h4 + span {
  display: inline-block;
  margin-left: 0.92857143em;
}

.video-cover .video-play-icon {
  transition: 0.2s ease-out;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
}

.video-cover .video-play-icon:hover {
  box-shadow: 0 13px 40px rgba(0, 0, 0, 0.1);
  transform: translate3d(-50%, -52%, 0);
  -webkit-transform: translate3d(-50%, -52%, 0);
}

.imagebg .video-cover .video-play-icon {
  z-index: 10;
}

@media all and (min-width: 768px) {
  h2 + .video-cover {
    margin-top: 3.71428571em;
  }
}

@media all and (min-width: 768px) {
  .video-1 .video-play-icon {
    margin-right: 1.85714286em;
  }
  .video-1 h2 {
    display: inline-block;
    position: relative;
    bottom: 14px;
  }
  div[class*='col-sm-6'] .video-1 h2 {
    bottom: 0;
    display: block;
  }
  div[class*='col-sm-6'] .video-1 .video-play-icon {
    margin-bottom: 0.46428571em;
  }
}

.video-1 h2 {
  margin: 0;
}

.imageblock__content .modal-instance {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
}

.wraped-video .video-cover {
  border-radius: 9px;
  overflow: hidden;
}

@-webkit-keyframes hover-line {
  0% {
    -webkit-transform: translate(0%, -100%);
    transform: translate(0%, -100%);
  }
  100% {
    -webkit-transform: translate(0%, 200%);
    transform: translate(0%, 200%);
  }
}

@keyframes hover-line {
  0% {
    -webkit-transform: translate(0%, -100%);
    transform: translate(0%, -100%);
  }
  100% {
    -webkit-transform: translate(0%, 200%);
    transform: translate(0%, 200%);
  }
}

.lightbox-video {
  position: relative;
}

.wraped-video .hover-line {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}

.wraped-video .hover-line .icon {
  width: 24px;
  height: 24px;
  position: relative;
  left: calc(50% - 12px);
  top: calc(50% - 12px);
  color: #fff;
  font-size: 24px;
}

.wraped-video .hover-line .line {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  background: rgba(255, 255, 255, 0.2);
}

.wraped-video .hover-line .line:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  left: 33%;
  top: -100%;
  background: white;
}

.wraped-video .hover-line .line.left {
  left: 33%;
}

.wraped-video .hover-line .line.right {
  left: 67%;
}

.wraped-video .hover-line .line.right:before {
  left: 67%;
}

.wraped-video .lightbox-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}

.wraped-video:hover .line:before {
  -webkit-animation: hover-line 1.5s infinite;
  animation: hover-line 1.5s infinite;
}

.wraped-video:hover .line.right:before {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.modern-post {
  background: #FFFFFF;
  box-shadow: 0 2px 7px 2px rgba(0, 0, 0, 0.08);
  transition-property: all;
  transition-duration: 0.25s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}

.modern-post .post-thumb {
  max-height: 320px;
  overflow: hidden;
}

.modern-post .md-entry-content {
  padding: 30px;
  overflow: hidden;
}

.modern-post .mp-date {
  display: block;
  text-align: left;
  font-size: 12px;
  font-family: "Bliss Pro", sans-serif;
  color: #37383F;
}

.modern-post h2 {
  font-size: 18px;
  font-family: "Bliss Pro", sans-serif;
  line-height: 26px;
}

.modern-post h2 a {
  color: #414141;
}

.modern-post p {
  font-size: 15px;
  line-height: 26px;
}

.modern-post .mp-btm {
  padding: 15px 30px;
}

.modern-post .mp-btm .mp-category {
  font-size: 14px;
  font-family: "Bliss Pro", sans-serif;
}

.modern-post .mp-btm .mp-category a {
  color: #53545E;
}

.modern-post .mp-btm .social-share {
  float: right;
}

.modern-post .mp-btm .social-share a {
  display: inline-block;
  padding: 2px 5px;
  margin-left: 10px;
  font-size: 20px;
  color: #53545E;
}

.modern-post .mp-btm .social-share a svg {
  color: rgba(0, 0, 0, 0.5);
  width: 18px;
  transition-property: all;
  transition-duration: 0.25s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}

.modern-post .mp-btm .social-share a:hover.twitter-share svg {
  color: #1da1f2;
}

.modern-post .mp-btm .social-share a:hover.facebook-share svg {
  color: #3b5998;
}

.modern-post:hover {
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.0980392) 0px 7px 16px;
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16) !important;
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
}

/* ----  [ Single Post ]---------------------------------------*/
.single-post-wrap,
.single-project-wrap {
  padding: 4em 0;
}

.single-post .post-title {
  line-height: 48px;
}

.entry-content {
  color: rgba(0, 0, 0, 0.6);
}

.entry-content ol,
.entry-content ul {
  margin: 15px 0 40px;
}

.entry-content iframe {
  margin-bottom: 20px;
}

.entry-content hr {
  width: 60%;
  height: 1px;
  border: 0;
  margin: 50px auto;
  background: #f4f4f4;
}

.entry-content p {
  overflow: visible;
  display: block;
}

.entry-content li {
  margin: 0;
}

.entry-content li:last-child {
  margin-bottom: 0;
}

.entry-content dt {
  font-weight: 600;
}

.entry-content dd {
  margin: 0 0 20px 5%;
  font-size: 16px;
}

.entry-content pre {
  margin: 50px 0;
}

.entry-content .gallery-caption {
  border-left: 3px solid #f4f4f4;
  margin: 0;
  padding: 20px 5%;
  line-height: 24px;
}

.entry-content table {
  clear: both;
  border-collapse: collapse;
  width: 100%;
}

.entry-content th {
  background: #f4f4f4;
  font-weight: 700;
}

.entry-content td,
.entry-content th {
  border: 1px solid #f4f4f4;
  padding: 0.5rem;
  text-align: left;
}

.entry-content .wide {
  display: block;
  margin: 50px -75px;
}

.custom-quote {
  overflow: visible;
}

.custom-quote:before,
.custom-quote p:after {
  display: none;
}

.entry-content .custom-quote {
  padding: 50px;
  margin: 50px 0;
  position: relative;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: rgba(0, 0, 0, 0.02);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
}

.entry-content .quote-icon {
  width: 50px;
  height: 50px;
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -25px;
  background: #EE3124;
  color: #FFFFFF;
  text-align: center;
  line-height: 50px;
  -webkit-border-radius: 50px !important;
  border-radius: 50px !important;
}

.entry-content .custom-quote p {
  margin: 15px 0;
}

.custom-quote footer:before {
  display: inline-block;
  margin-right: 10px;
}

.entry-content .custom-quote cite {
  display: block;
  margin-top: 15px;
  font-size: 15px;
  font-style: normal;
}

.entry-content.dark {
  padding: 70px 0;
  background: #171B21;
  color: #f4f4f4 !important;
}

.entry-content.dark a,
.entry-content.dark h1,
.entry-content.dark h2,
.entry-content.dark h3,
.entry-content.dark h4,
.entry-content.dark h5,
.entry-content.dark h6,
.entry-content.dark li,
.entry-content.dark ol,
.entry-content.dark p,
.entry-content.dark ul {
  color: #f4f4f4;
}

.image-attachment {
  margin-bottom: 30px;
}

.entry-content .aligncenter {
  display: block;
  margin: 5px auto;
}

@media (max-width: 1375px) {
  .entry-content .annotation .main {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin: 10px 0;
  }
  .entry-content .annotation .main p {
    margin: 10px 0;
  }
}

div.aligncenter {
  display: block;
  margin: 5px auto;
}

.entry-content .alignright {
  margin-left: 40px;
}

.entry-content .alignleft {
  margin-right: 40px;
}

.entry-content .aligncenter {
  margin: 30px auto;
}

.entry-content a img.alignright {
  float: right;
}

.entry-content a img.alignleft {
  float: left;
}

.entry-content a img.aligncenter {
  *zoom: 1;
}

.entry-content a img.aligncenter:after, .entry-content a img.aligncenter:before {
  content: "";
  display: table;
}

.entry-content a img.aligncenter:after {
  clear: both;
}

.entry-content .wp-caption {
  background: #FFFFFF;
  max-width: 100%;
  padding: 0;
  text-align: center;
}

.entry-content .wp-caption.alignnone {
  margin: 5px 0 15px;
}

.entry-content .wp-caption.alignleft {
  margin: 5px 3% 15px 0;
}

.entry-content .wp-caption.alignright {
  margin: 5px 0 15px 3%;
}

.entry-content .wp-caption img {
  border: 0 none;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
  height: auto;
  box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
}

.entry-content .wp-caption p.wp-caption-text {
  font-size: 12px;
  line-height: 22px;
  margin: 0;
  padding: 10px 4px 5px;
}

.entry-content img.alignright {
  margin: 5px 0 15px 5%;
}

.entry-content img.alignleft {
  margin: 5px 5% 15px 0;
}

.entry-content img.aligncenter {
  *zoom: 1;
}

.entry-content img.aligncenter:after, .entry-content img.aligncenter:before {
  content: "";
  display: table;
}

.entry-content img.aligncenter:after {
  clear: both;
}

.entry-content .alignright {
  float: right;
}

.entry-content .alignleft {
  float: left;
}

.entry-content .aligncenter {
  *zoom: 1;
}

.entry-content .aligncenter:after, .entry-content .aligncenter:before {
  content: "";
  display: table;
}

.entry-content .aligncenter:after {
  clear: both;
}

.entry-content.full {
  width: 100%;
  left: 0;
}

@media (max-width: 700px) {
  .entry-content .wp-caption.alignleft,
  .entry-content .wp-caption.alignright,
  .entry-content img.alignleft,
  .entry-content img.alignright {
    float: none;
    margin: 0 auto;
  }
}

.video {
  margin-bottom: 20px;
}

/* ----  [ Post navigation  ]---------------------------------------*/
.post-single-nav {
  overflow: hidden;
  height: 70px;
}

.extra-meta {
  line-height: 70px;
  overflow: hidden;
}

.extra-meta i {
  margin-right: 5px;
  font-size: 18px;
}

.extra-meta .back-to-link {
  font-size: 15px;
  font-family: "Bliss Pro", sans-serif;
  color: #53545E;
  line-height: 70px;
}

.extra-meta .back-to-link svg {
  font-size: 22px;
  width: 15px;
  margin-top: 25px;
  display: inline-block;
  line-height: 70px;
  float: left;
  margin-right: 15px;
}

/* ----  [ Single Post Bottom ]---------------------------------------*/
.post-btm {
  overflow: hidden;
  margin-top: 50px;
}

.post-tags .tags-icon {
  float: left;
  width: 19px;
  display: inline-block;
  color: #53545E;
  margin: 10px 15px 0 0;
}

.post-tags ul {
  margin: 0;
  padding: 0;
}

.post-tags ul li {
  display: inline-block;
  padding: 0;
  margin: 0 5px 0 0;
}

.post-tags ul a {
  display: inline-block;
  padding: 2px 5px;
  font-size: 13px;
}

.post-btm .back-to-top a {
  border: 1px solid rgba(0, 0, 0, 0.09);
  display: inline-block;
  padding: 3px 15px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  font-size: 13px;
}

.post-tags.round ul a {
  border-radius: 3px;
}

/* ----  [ Post Share ]---------------------------------------*/
.post-share {
  height: 70px;
  text-align: right;
}

.share-post-btns a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin-right: 5px;
  color: #84888D;
}

.share-post-btns a i {
  margin: 0;
  font-size: 22px;
}

.share-title {
  font-size: 15px;
  font-family: "Bliss Pro", sans-serif;
  color: #53545E;
}

/* ----  [ Post Meta ]---------------------------------------*/
.post-meta-wrap {
  padding: 60px;
}

.post-meta h1.post-title {
  font-size: 26px;
}

.post-meta span {
  margin-right: 40px;
  font-size: 16px;
  font-family: "Bliss Pro", sans-serif;
}

.post-meta span i, .post-meta span svg {
  margin-right: 10px;
  font-size: 16px;
  width: 16px;
}

.post-meta span .meta-text {
  margin: 0;
}

.post-meta span:last-child {
  margin-right: 0;
}

.entry-header {
  margin-bottom: 40px;
}

.entry-header h1 {
  font-size: 26px;
  font-family: "Bliss Pro", sans-serif;
}

.entry-header .entry-terms a {
  display: inline-block;
  background: rgba(0, 0, 0, 0.07);
  font-size: 14px;
  font-family: "Bliss Pro", sans-serif;
  padding: 2px 10px;
}

.entry-header .entry-terms a:hover {
  background: rgba(0, 0, 0, 0.1);
}

/* ----  [ Blog Pagination ]---------------------------------------*/
.blog-pagination {
  overflow: hidden;
  text-align: center;
  padding: 50px 0;
}

.blog-pagination .pagination {
  margin: 0 auto;
}

.custom-pagination {
  text-align: center;
  margin-top: 40px;
}

.custom-pagination a,
.custom-pagination span {
  position: relative;
  float: none;
  display: inline-block;
  margin: 0 5px !important;
  padding: 0;
  line-height: 40px;
  width: 45px;
  height: 45px;
  color: #262626;
  font-size: 16px;
  font-weight: bold;
  background: transparent;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  border: 2px solid #dcdcdc;
  text-align: center;
}

.custom-pagination a.next, .custom-pagination a.prev,
.custom-pagination span.next,
.custom-pagination span.prev {
  width: auto;
  padding: 0 30px 0 30px;
}

.custom-pagination a i {
  margin: 0 5px;
}

.custom-pagination a:hover {
  background-color: #EE3124;
  border: 2px solid #EE3124;
  color: #FFFFFF;
}

.custom-pagination span:hover {
  background-color: #EE3124;
  border: 2px solid #EE3124;
  color: #FFFFFF;
}

.custom-pagination .current, .custom-pagination .current:focus,
.custom-pagination .current:hover {
  background-color: #FFFFFF;
  border: 2px solid #EE3124;
  color: #262626;
}

/*!
 * Justified Gallery - v3.6.3
 * http://miromannino.github.io/Justified-Gallery/
 * Copyright (c) 2016 Miro Mannino
 * Licensed under the MIT license.
 */
.justified-gallery {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.justified-gallery > a, .justified-gallery > div {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  filter: "alpha(opacity=10)";
  opacity: .1;
}

.justified-gallery > a > img, .justified-gallery > div > img, .justified-gallery > a > a > img, .justified-gallery > div > a > img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: 0;
  filter: "alpha(opacity=0)";
  opacity: 0;
}

.justified-gallery > a > .caption, .justified-gallery > div > .caption {
  display: none;
  position: absolute;
  bottom: 0;
  padding: 5px;
  background-color: #000;
  left: 0;
  right: 0;
  margin: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  font-family: sans-serif;
}

.justified-gallery > a > .caption.caption-visible, .justified-gallery > div > .caption.caption-visible {
  display: initial;
  filter: "alpha(opacity=70)";
  opacity: .7;
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}

.justified-gallery > .entry-visible {
  filter: "alpha(opacity=100)";
  opacity: 1;
  background: 0 0;
}

.justified-gallery > .entry-visible > img, .justified-gallery > .entry-visible > a > img {
  filter: "alpha(opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}

.justified-gallery > .jg-filtered {
  display: none;
}

.justified-gallery > .spinner {
  position: absolute;
  bottom: 0;
  margin-left: -24px;
  padding: 10px 0;
  left: 50%;
  filter: "alpha(opacity=100)";
  opacity: 1;
  overflow: initial;
}

.justified-gallery > .spinner > span {
  display: inline-block;
  filter: "alpha(opacity=0)";
  opacity: 0;
  width: 8px;
  height: 8px;
  margin: 0 4px;
  background-color: #000;
  border-radius: 6px;
}

/* ----  [ gallery Grids ]---------------------------------------*/
.portfolio-columns {
  list-style: none;
  margin: 0;
  padding: 0;
}

.work-item {
  width: 25%;
  float: left;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  overflow: hidden;
}

.work-item.full-item {
  width: 100%;
}

.page-template-template-portfolio .small-gallery .work-item.full-item {
  width: 100%;
  max-height: 220px;
  overflow: hidden;
}

.page-template-template-portfolio .small-gallery .work-item.full-item .work-img,
.page-template-template-portfolio .small-gallery .work-item.full-item .work-img:after {
  max-height: 220px;
}

.portfolio-columns-auto .work-item {
  width: auto !important;
  float: left;
}

.portfolio-columns-2 .work-item {
  width: 50%;
}

.portfolio-columns-3 .work-item {
  width: 33.333%;
}

.container .portfolio-columns-3 .work-item {
  width: 33.2%;
}

.portfolio-columns-5 .work-item {
  width: 20%;
}

.portfolio-columns.portfolio-columns-margin {
  margin: 0 0 0 -10px;
}

.portfolio-columns.portfolio-columns-margin .work-item {
  padding: 0 0 10px 10px;
}

.portfolio-columns.portfolio-columns-margin1-5 {
  margin: 0 0 0 -25px;
}

.portfolio-columns.portfolio-columns-margin1-5 .work-item {
  padding: 0 0 25px 25px;
}

.portfolio-columns.portfolio-columns-margin2 {
  margin: 0 0 0 -40px;
}

.portfolio-columns.portfolio-columns-margin2 .work-item {
  padding: 0 0 40px 40px;
}

/* ----  [ Work Item Style ]---------------------------------------*/
.work-item > a {
  display: block;
  padding: 0 0 84px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.work-item a {
  color: #171B21;
  border: none;
}

.work-item a:hover {
  color: #171B21;
  border: none;
}

.work-img {
  position: relative;
  overflow: hidden;
}

.work-img img {
  width: 100%;
  display: block;
  overflow: hidden;
  transition-property: all;
  transition-duration: 0.25s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}

.work-caption {
  width: 100%;
  height: 84px;
  padding: 20px 20px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition-property: all;
  transition-duration: 0.25s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  overflow: hidden;
}

.work-title {
  margin: 0 0 8px;
  padding: 0;
  font-size: 17px;
  text-transform: capitalize;
}

.work-descr {
  font-size: 13px;
  text-align: center;
  text-transform: capitalize;
  color: #808080;
}

.hide-titles .work-item > a {
  overflow: visible;
  padding: 0;
}

.bg-dark .work-item a {
  color: #FFFFFF !important;
}

.hide-titles .work-item .work-caption {
  opacity: 0;
  filter: alpha(opacity=0);
  bottom: -94px;
}

.hide-titles .work-item:hover .work-caption {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* ----  [ Work item hover state ]---------------------------------------*/
.work-item:hover .work-caption {
  top: 50%;
  bottom: auto;
  color: #FFFFFF;
  margin-top: 50px;
  -webkit-transform: translateY(-99px);
  -moz-transform: translateY(-99px);
  transform: translateY(-99px);
  z-index: 3;
}

.work-item:hover .work-title {
  color: #dcdcdc;
}

.work-item:hover .work-descr {
  color: #dcdcdc;
}

.work-item .work-img:after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  transition-property: all;
  transition-duration: 0.25s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}

.work-item:hover .work-img:after {
  background: rgba(0, 0, 0, 0.9);
}

.gallery-columns.hover-color .work-item:hover .work-caption,
.gallery-columns.hover-color .work-item:hover .work-descr,
.gallery-columns.hover-color .work-item:hover .work-title {
  color: #FFFFFF;
}

.gallery-columns.hover-color .work-item:hover .work-img:after {
  background: rgba(238, 49, 36, 0.7);
}

.gallery-columns.hover-white .work-item:hover .work-caption,
.gallery-columns.hover-white .work-item:hover .work-descr,
.gallery-columns.hover-white .work-item:hover .work-title {
  color: #FFFFFF;
}

.gallery-columns.hover-white .work-item:hover .work-img:after {
  background: rgba(0, 0, 0, 0.9);
}

.work-item:hover .work-img > img {
  -webkit-transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}

/* ----  [ Portofolio Work Items Hover Options ]---------------------------------------*/
.work-item figure {
  position: relative;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  max-width: 100%;
  width: 100%;
}

.work-item figure img {
  position: relative;
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
}

.work-item figure p {
  font-size: 88%;
}

.work-item figure figcaption {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.work-item figure figcaption::after, .work-item figure figcaption::before {
  pointer-events: none;
}

.work-item figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}

.work-item figure h2 {
  font-size: 20px;
  font-weight: 400;
}

.work-item figure:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.bg-white .work-item figure h2 {
  color: #FFFFFF;
}

.cu-item {
  position: relative;
  height: 100%;
  background: #FFFFFF;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  transition-property: all;
  transition-duration: 0.25s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}

.cu-item .cu-details {
  padding-top: 30px;
}

.cu-item .cu-details span {
  line-height: 1.5;
}

.cu-item .thumb {
  overflow: hidden;
}

.cu-item .thumb img {
  width: 100%;
}

.cu-item:hover {
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16) !important;
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
}

.featured-project {
  position: relative;
  overflow: hidden;
  display: block;
  transition-property: all;
  transition-duration: 0.25s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}

.featured-project.height-35 {
  padding: 0 !important;
}

.featured-project:before {
  display: block;
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.67) 0%, transparent 100%);
  opacity: 0;
  filter: alpha(opacity=0);
  top: 0;
  left: 0;
  z-index: -1;
  transition-property: all;
  transition-duration: 0.25s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}

.featured-project .pos-vertical-center {
  position: absolute;
  top: auto;
  right: 0;
  left: 0;
  bottom: 50px;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  transition-property: all;
  transition-duration: 0.25s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}
.featured-project:hover .pos-vertical-center{
top: 0;
}
.featured-project .fp-content {
  height: 80px;
  padding: 10px 30px;
  overflow: visible;
}

.featured-project .fp-content h2 {
  font-size: 22px !important;
  line-height: normal;
  transform: translateY(60px);
  -ms-transition: transform 0.55s cubic-bezier(0.25, 1, 0.33, 1), height 0.55s cubic-bezier(0.25, 1, 0.33, 1);
  -webkit-transition: transform 0.55s cubic-bezier(0.25, 1, 0.33, 1), height 0.55s cubic-bezier(0.25, 1, 0.33, 1);
  transition: transform 0.55s cubic-bezier(0.25, 1, 0.33, 1), height 0.55s cubic-bezier(0.25, 1, 0.33, 1);
}

.featured-project .fp-content p {
  font-size: 18px !important;
  line-height: 1.4em !important;
  margin-bottom: 0;
  font-weight: 600;
  transform: translateY(190px);
  -ms-transition: transform 0.65s cubic-bezier(0.25, 1, 0.33, 1), height 0.65s cubic-bezier(0.25, 1, 0.33, 1);
  -webkit-transition: transform 0.65s cubic-bezier(0.25, 1, 0.33, 1), height 0.65s cubic-bezier(0.25, 1, 0.33, 1);
  transition: transform 0.65s cubic-bezier(0.25, 1, 0.33, 1), height 0.65s cubic-bezier(0.25, 1, 0.33, 1);
}

.featured-project:hover {
  box-shadow: 0 25px 48px rgba(0, 0, 0, 0.16) !important;
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
}

.featured-project:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
}

.featured-project:hover .fp-content {
  height: 100%;
}

.featured-project:hover .fp-content h2 {
  height: auto;
  transform: translateY(0);
}

.featured-project:hover .fp-content p {
  transform: translateY(0);
}

.project-amenities {
  width: 80%;
  margin: 0 auto;
  padding-top: 60px;
  position: relative;
  text-align: center;
}

.project-amenities.p-0 {
  width: 100%;
  padding-top: 0;
}

.project-amenities .amenities {
  position: relative;
  width: 18%;
  margin-left: 2%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
  border: 1px solid #EFEFEF;
  overflow: hidden;
  padding: 30px 45px;
  min-height: 168px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  transition-property: all;
  transition-duration: 0.25s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}

.project-amenities .amenities:first-child {
  margin-left: 0;
}

.project-amenities .amenities .amenities-icon {
  margin-bottom: 20px;
}

.project-amenities .amenities h6.amenities-title {
  font-size: 16px;
  font-family: "BlissLight", sans-serif;
  line-height: 1.40em;
}

.project-amenities .amenities:hover {
  border-color: transparent;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.0980392) 0 7px 16px;
  box-shadow: 0 15px 48px rgba(0, 0, 0, 0.16) !important;
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
}

.project-image-block .container {
  padding: 0;
}

.project-image-block .inner {
  transform: translateY(0);
  padding: 5em 0;
}

.p-gallery {
  margin-bottom: 6px;
}

/* cell number */
.modern-project {
  background: #FFFFFF;
  box-shadow: 0 2px 7px 2px rgba(0, 0, 0, 0.08);
  transition-property: all;
  transition-duration: 0.25s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  position: relative;
  padding-bottom: 80px;
  min-height: 400px;
  margin-bottom: 30px;
}

.modern-project .mp-entry-content {
  padding: 30px 30px 0;
  overflow: hidden;
}

.modern-project .post-thumb img {
  width: 100%;
}

.modern-project h2 {
  font-size: 20px;
  font-family: "Bliss Pro", sans-serif;
  line-height: 26px;
}

.modern-project h2 a {
  color: #414141;
}

.modern-project p {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 0;
}

.modern-project:hover {
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.0980392) 0 7px 16px;
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16) !important;
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
}

.modern-project .btn {
  position: absolute;
  bottom: 30px;
  left: 30px;
}

/* Work navigation */
.work-navigation {
  width: 100%;
  background: #fff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  z-index: 99;
  list-style: none;
}

.work-navigation svg {
  font-size: 20px;
  vertical-align: middle;
}

.work-navigation li {
  display: block;
  float: left;
  width: 33.33333%;
}

.work-navigation li a {
  display: block;
  overflow: hidden;
  vertical-align: middle;
  text-decoration: none;
  white-space: nowrap;
  cursor: default;
  color: #414141;
}

.work-navigation li a:hover {
  color: #414141;
}

.work-navigation li span {
  display: inline-block;
  height: 80px;
  line-height: 80px;
  padding: 0 10px;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.work-navigation li .nav-icon {
  min-width: 60px;
  text-align: center;
}

.work-navigation.force-show-text li {
  width: 100%;
}

.work-back-link {
  margin: 20px 0 0;
  display: block;
  background: #fff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #414141;
}

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

.force-show-text .work-all {
  text-align: left;
}

.rtl .force-show-text .work-all {
  text-align: right;
}

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

.work-container {
  padding: 50px 0;
}

.work-full-text {
  text-align: left;
  font-size: 13px;
  color: #414141;
}

/* gutter type */
.gallery-grid.gutter-very-small li, .blog-grid.gutter-very-small li {
  padding: 3px 3px;
}

.gallery-grid.gutter-small li, .blog-grid.gutter-small li {
  padding: 5px 5px;
}

.gallery-grid.gutter-medium li, .blog-grid.gutter-medium li {
  padding: 7px 7px;
}

.gallery-grid.gutter-large li, .blog-grid.gutter-large li {
  padding: 10px 10px;
}

.gallery-grid.gutter-extra-large li, .blog-grid.gutter-extra-large li {
  padding: 20px;
}

.gallery-grid.gutter-extra-large {
  margin: 0 -20px;
}

.blog-grid.gutter-extra-large {
  margin: 0 -20px;
}

.blog-grid.gutter-large {
  margin-left: 10px;
  margin-right: 10px;
}

.gallery-grid.gutter-large {
  margin: 0 10px;
}

.gallery-grid.gutter-very-small {
  margin: 0 3px;
}

.blog-grid.gutter-very-small {
  margin: 0 3px;
}

.gallery-grid.gutter-small, .blog-grid.gutter-small {
  margin: 0 5px;
}

.gallery-grid.gutter-medium, .blog-grid.gutter-medium {
  margin: 0 7px;
}

/* gallery 6 column */
.gallery-grid.gallery-6col li, .blog-grid.blog-6col li {
  width: 16.67%;
}

.gallery-grid.gallery-6col li.grid-item-double, .blog-grid.blog-6col li.grid-item-double {
  width: 33.33%;
}

/* gallery 5 column */
.gallery-grid.gallery-5col li, .blog-grid.blog-5col li {
  width: 20%;
}

.gallery-grid.gallery-5col li.grid-item-double, .blog-grid.blog-5col li.grid-item-double {
  width: 40%;
}

/* gallery 4 column */
.gallery-grid.gallery-4col li, .blog-grid.blog-4col li {
  width: 25%;
}

.gallery-grid.gallery-4col li.grid-item-double, .blog-grid.blog-4col li.grid-item-double {
  width: 50%;
}

/* gallery 3 column */
.gallery-grid.gallery-3col li, .blog-grid.blog-3col li {
  width: 33.33%;
  float: left;
}

.gallery-grid.gallery-3col li.grid-item-double, .blog-grid.blog-3col li.grid-item-double {
  width: 66.67%;
}

/* gallery 2 column */
.gallery-grid.gallery-2col li, .blog-grid.gallery-2col li {
  width: 50%;
}

.gallery-grid.gallery-2col li.grid-item-double, .blog-grid.gallery-2col li.grid-item-double, .gallery-1col .gallery-grid li {
  width: 100%;
}

/* gallery 1 column */
/* gallery grid */
.gallery-grid {
  list-style: none;
  padding: 0;
  margin: 0;
}

.gallery-grid .grid-item {
  opacity: 1;
  overflow: hidden;
}

.gallery-grid .grid-item figure {
  background-color: #000;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.gallery-grid .grid-item figure img {
  display: block;
  width: 100%;
  cursor: pointer;
  cursor: pointer;
  display: block;
  opacity: 1;
  width: 100%;
  transition: all 0.3s ease 0s;
}

.gallery-grid .grid-item figure .video-play-icon {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -moz-transform: translateY(-50%, -50%, 0);
  -o-transform: translateY(-50%, -50%, 0);
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
}

.gallery-grid .grid-item figcaption {
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  width: 100%;
  height: 100%;
  padding: 25px;
  z-index: 1;
  text-align: center;
}

.gallery-grid .grid-item figcaption svg {
  width: 18px;
  font-size: 18px;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.gallery-grid .grid-item figcaption h4, .gallery-grid .grid-item figcaption p {
  color: #FFFFFF;
}

.gallery-grid .grid-item figure:hover .gallery-img, .gallery-grid .grid-item figure .gallery-img {
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.gallery-grid .grid-item figure:hover img {
  transform: scale(1.1, 1.1);
  -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);
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.gallery-grid .grid-item figure:hover figcaption {
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.grid-item:not(.grid-item-video) figure:hover img {
  opacity: 0.15;
}

.grid-item:not(.grid-item-video) figure:hover figcaption {
  opacity: 1;
}

.grid-item.grid-item-video figure:hover .vertical-align-middle {
  vertical-align: bottom;
}

.grid-item.grid-item-video figure:hover img {
  opacity: 0.15;
}

.grid-item.grid-item-video figure:hover figcaption {
  opacity: 1;
}

.grid-item.grid-item-video figure:hover figcaption h4 {
  font-size: 14px;
}

.container .hover-option4 .grid-item figcaption {
  padding: 30px;
}

/* blog grid */
.blog-grid {
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog-grid .grid-item a {
  position: relative;
  z-index: 11;
}

.blog-grid .grid-item a img {
  width: 100%;
}

/* justified gallery */
.justified-gallery > a > .caption, .justified-gallery > div > .caption {
  padding: 7px 15px;
  opacity: 0;
  display: initial !important;
  bottom: -20px;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
}

.caption.caption-visible {
  opacity: 1;
  bottom: 0 !important;
}

/* gallery hover style */
.grid-item .gallery-hover-box {
  display: table-cell;
  height: 100%;
}

.grid-item figcaption {
  height: 100%;
}

.grid-item .gallery-hover-main {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  display: table;
  height: 100%;
  top: 0;
  width: 100%;
}

.featured-col-box {
  position: relative;
  overflow: hidden;
}

.featured-col-box .featured-col-box-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  transition: ease-in-out 0.4s;
  height: 60px;
}

.featured-col-box .featured-col-box-content p {
  opacity: 0;
  transition: ease-in-out 0.5s;
  -webkit-transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  -ms-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
}

.featured-col-box:hover .featured-col-box-content {
  height: 100%;
}

.featured-col-box:hover .featured-col-box-content p {
  opacity: 1;
}

/* info banner style 1 */
.banner-style1 figure {
  position: relative;
  overflow: hidden;
  transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: .2s;
  -moz-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  -ms-transition-duration: .2s;
}

.banner-style1 figure figcaption {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  height: 100%;
  width: 100%;
}

.banner-style1 figure:hover .banner-image {
  opacity: 0.3;
  filter: contrast(130%);
  -webkit-filter: contrast(130%);
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(1);
  -o-filter: grayscale(1);
}

.banner-style1 figure:hover .banner-image img {
  opacity: 0.3;
  filter: contrast(130%);
  -webkit-filter: contrast(130%);
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(1);
  -o-filter: grayscale(1);
}

.banner-style1 figure figcaption p {
  opacity: 0;
  margin-bottom: 0;
  height: 0;
}

.banner-style1 figure:hover figcaption p {
  height: 100px;
  opacity: 1;
}

/* info banner style 2 */
.banner-style2 figure {
  position: relative;
  overflow: hidden;
}

.banner-style2 figure:hover .banner-image img {
  opacity: 0.4;
}

.banner-style2 figcaption {
  position: absolute;
  right: -50px;
  top: 40px;
  height: 100%;
  height: calc(100% - 80px);
  width: 50%;
  opacity: 0;
  visibility: hidden;
}

.banner-style2 figure:hover figcaption {
  right: 40px;
  opacity: 1;
  visibility: visible;
}

/* info banner style 3 */
.banner-style3 figure {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-duration: .2s;
  -moz-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  -ms-transition-duration: .2s;
}

.banner-style3 figure figcaption {
  position: absolute;
  left: 0;
  top: 52%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  height: 100%;
  width: 100%;
  opacity: 0;
}

.banner-style3 figure:hover figcaption {
  opacity: 1;
  top: 50%;
}

.banner-style3 figure:hover .banner-image img {
  opacity: 0.3;
}

.banner-style1 figure:hover .banner-image {
  opacity: 0.3;
}

.contact-form-holder {
  overflow: visible;
}

.google-map {
  position: relative;
  background: #171B21;
}

.map-holder {
  width: 100%;
  height: 360px;
  position: relative;
  background-color: #171B21 !important;
  z-index: 1;
}

.section-height-xlarge .map-holder {
  height: 882px;
}

.section-height-large .map-holder {
  height: 790px;
}

.section-height-med .map-holder {
  height: 720px;
}

.section-height-med2 .map-holder {
  height: 640px;
}

.section-height-medxx .map-holder {
  height: 600px;
}

.section-height-small .map-holder {
  height: 500px;
}

.main-nav.stick-fixed + .google-map .gmnoprint {
  top: 120px;
}

.map-section {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 !important;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2;
  cursor: pointer;
}

.map-section:hover {
  background: rgba(0, 0, 0, 0.9);
}

.map-toggle {
  width: 200px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -100px;
  color: #FFFFFF;
  text-align: center;
}

.map-cover-icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 auto 20px;
  position: relative;
  color: #FFFFFF;
  font-size: 30px;
}

.map-cover-icon i,
.map-cover-icon span {
  position: relative;
}

.map-cover-link {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
}

.map-cover-close {
  display: none;
  padding-top: 8px;
  font-size: 13px;
}

/* Map opened */
.map-section.js-enabled {
  height: 50px;
  background: rgba(0, 0, 0, 0.8);
}

.map-section.js-enabled:hover {
  background: rgba(0, 0, 0, 0.8);
}

.map-section.js-enabled .map-cover-icon {
  opacity: 0;
  filter: alpha(opacity=0);
}

.map-section.js-enabled .map-cover-link {
  position: relative;
  top: -20px;
}

.branch {
  margin-bottom: 30px;
}

.branch:last-child {
  margin-bottom: 0;
}

.branch address {
  font-size: 14px;
  font-family: "BlissLight", sans-serif;
}

.branch .br-contact-info {
  font-size: 14px;
  font-family: "BlissLight", sans-serif;
}

.branch .br-contact-info a {
  font-family: "Bliss Pro", sans-serif;
}

.wpcf7 {
  overflow: visible !important;
  padding: 0px !important;
}

.wpcf7 .wpcf7-form-control-wrap {
  margin-bottom: 15px;
  display: block;
  overflow: visible;
}

.wpcf7 .intl-tel-input {
  width: 100%;
}

.wpcf7 .intl-tel-input .flag-container {
  width: 100px;
  padding-right: 20px;
}

.wpcf7 .intl-tel-input .flag-container .selected-flag {
  width: 80px;
  border-right: 1px solid #E8E8E8;
}

.wpcf7 .intl-tel-input.allow-dropdown input[type=tel] {
  padding-left: 100px;
}

.wpcf7 .intl-tel-input .selected-flag .iti-arrow {
  position: absolute;
  top: 8px;
  margin-top: -2px;
  right: 15px;
  width: 16px;
  height: 16px;
  border-left: none;
  border-right: none;
  border-top: none;
}

.wpcf7 .intl-tel-input .selected-flag .iti-arrow::before {
  font-size: 20px;
  width: 10px;
  height: 6px;
  content: " ";
  background-image: url("../img/icons/angle-down.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-left: 10px;
}

.wpcf7 .intl-tel-input .selected-flag .iti-flag {
  margin-left: 10px;
}

.wpcf7 div.wpcf7-mail-sent-ok {
  background-color: #53bf6b;
  border-color: #53bf6b;
  color: #ffffff !important;
}

.wpcf7 div.wpcf7-mail-sent-ng {
  background-color: #f55753 !important;
  border-color: #f55753 !important;
  color: #ffffff !important;
}

.wpcf7 div.wpcf7-mail-sent-ok {
  background-color: #53bf6b;
  border-color: #53bf6b;
  color: #ffffff !important;
}

.wpcf7 div.wpcf7-validation-errors {
  background-color: #f8d053;
  border-color: #f8d053;
  color: #ffffff !important;
}

.wpcf7 span.wpcf7-not-valid-tip {
  color: #f55753;
  font-size: .80em;
  display: block;
}

.wpcf7 div.wpcf7-response-output {
  margin: 10px 0 0 0  !important;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
}

.wpcf7 .form-group-holder {
  padding: 0 20px;
  background: #f9f9f9;
  height: 80px;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.wpcf7 .customrecaptcha {
  overflow: hidden;
}

.wpcf7 .customrecaptcha div:first-child {
  height: 80px !important;
  max-height: 80px !important;
  min-width: 100% !important;
  width: 100% !important;
  overflow: hidden;
}

.wpcf7 .customrecaptcha .rc-anchor-compact .rc-anchor-content {
  max-height: 50px !important;
}

.wpcf7 .customrecaptcha .rc-anchor {
  background: transparent !important;
  box-shadow: 0 0 0 transparent !important;
}

.wpcf7 .wpcf7-submit.btn-primary {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

#register-bottom .wpcf7-form-control-wrap {
  text-align: center;
}

#register-bottom .wpcf7-form-control-wrap .wpcf7-recaptcha {
  margin-right: auto;
  margin-left: auto;
  width: 300px;
}

div.wpcf7 .ajax-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: url(../img/loader.gif);
}

.masonry-thumbs {
  position: relative;
}

.masonry-thumbs a {
  position: relative;
  float: left;
  width: 25%;
  max-width: 100% !important;
  overflow: hidden;
}

.masonry-thumbs.col-2 a {
  width: 50%;
}

.masonry-thumbs.col-3 a {
  width: 33.30%;
}

.masonry-thumbs.col-4 a {
  width: 25%;
}

.masonry-thumbs.col-5 a {
  width: 20%;
}

.masonry-thumbs.col-6 a {
  width: 16.60%;
}

.masonry-thumbs a,
.masonry-thumbs img {
  display: block;
  height: auto !important;
}

.masonry-thumbs img {
  width: 100%;
  border-radius: 0 !important;
  padding: 0 1px 1px 0;
}

.masonry-thumbs .overlay {
  padding: 0 1px 1px 0;
}

/* ------ [ Panel Style ] -----------------*/
.well {
  min-height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 20px;
}

.well blockquote {
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 20px;
}

.form-tips, .entry-content p.form-tips {
  font-size: 13px;
  margin-bottom: 0px;
}

.panel-group {
  margin-bottom: 18px;
}

.panel-group .panel-heading {
  padding: 13px 18px 10px 22px;
}

.panel-group .panel-heading.collapsed {
  background-color: #fff;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border: 0;
}

.panel-group .panel-heading .panel-title {
  width: 100%;
}

.panel-group .panel-heading .panel-title > a {
  color: #626262;
  font-size: 13px;
  font-weight: normal;
  display: block;
  opacity: 1;
}

.panel-group .panel-heading .panel-title > a:hover {
  color: #626262 !important;
}

.panel-group .panel-heading .panel-title > a:hover:after {
  color: #626262 !important;
}

.panel-group .panel-heading .panel-title > a:after {
  font-family: 'FontAwesome';
  content: "\f056";
  position: absolute;
  top: 36%;
  right: 13px;
  color: #626262;
}

.panel-group .panel-heading .panel-title > a.collapsed {
  color: rgba(0, 0, 0, 0.6);
  opacity: 1;
}

.panel-group .panel-heading .panel-title > a.collapsed:after {
  content: "\f055";
  color: rgba(0, 0, 0, 0.6);
}

.panel-group .panel + .panel {
  margin-top: 2px;
}

.panel-group .panel .panel-body {
  height: auto;
}

.form-actions {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* ------ [ Form Tips ] -----------------*/
.form-tip {
  font-size: 13px !important;
  margin-top: 15px;
}

/* ------ [ Basic Form Styles ] -----------------*/
button,
input,
label,
select,
textarea {
  font-size: 14px;
  line-height: 20px;
}

input[type="checkbox"], input[type="radio"] {
  margin-top: 1px 0 0 0;
  line-height: normal;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

select[multiple], select[size] {
  height: auto !important;
}

input[type="checkbox"]:focus, input[type="file"]:focus, input[type="radio"]:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

form legend {
  margin: 15px 0 10px;
}

.form-group {
  position: relative;
}

/* ------ [ Form Control ] -----------------*/
.bg-dark ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.5);
}

.bg-dark ::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.5);
}

.bg-dark :-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.5);
}

.bg-dark :-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.5);
}

.bootstrap-tagsinput,
.form-control {
  background-color: #FFFFFF;
  background-image: none;
  border: none;
  -webkit-appearance: none;
  color: #2c2c2c;
  outline: 0;
  height: 45px;
  padding: 9px 30px;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  vertical-align: middle;
  min-height: 45px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.29);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.bootstrap-tagsinput[type="color"],
.form-control[type="color"] {
  padding: 0;
}

.bs-select {
  display: block;
  width: 100% !important;
}

.bs-select .dropdown-toggle {
  display: block;
  width: 100% !important;
  background-color: #FFFFFF;
  background-image: none;
  border: none;
  -webkit-appearance: none;
  color: #2c2c2c;
  outline: 0;
  height: 45px;
  padding: 9px 30px;
  padding-left: 20px;
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  vertical-align: middle;
  min-height: 45px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.29);
}

.bs-select .dropdown-toggle:focus {
  background-color: #FFFFFF !important;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.29) !important;
  outline: 0 !important;
}

.bg-dark .form-control {
  border: 1px solid rgba(255, 255, 255, 0.07);
  color: #FFFFFF;
}

.form-control:focus {
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.25) !important;
  background-color: #fff !important;
  outline: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control:focus:-ms-input-placeholder, .form-control:focus::-moz-placeholder, .form-control:focus::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.form-control:-ms-input-placeholder, .form-control::-moz-placeholder, .form-control::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.33;
  filter: alpha(opacity=33);
}

.form-control[disabled], .form-control[readonly] {
  background: #f4f4f4;
  color: rgba(0, 0, 0, 0.02);
}

fieldset[disabled] .form-control {
  background: #f4f4f4;
  color: rgba(0, 0, 0, 0.02);
}

.input-group .input-group-addon {
  background-color: #f4f4f4;
  border: 1px solid rgba(0, 0, 0, 0.07);
}

.input-icon .form-control {
  padding-left: 40px;
}

.input-icon > i {
  color: #ccc;
  position: absolute;
  margin: 11px 2px 4px 10px;
  z-index: 3;
  width: 16px;
  font-size: 16px;
  text-align: center;
}

.input-icon.right {
  float: none !important;
  left: auto;
  right: 0;
}

.input-icon.right i {
  left: auto;
  right: 20px;
  float: right;
}

.input-icon.right .form-control {
  padding-left: 12px;
}

.input-circle-left {
  border-radius: 0 25px 25px 0 !important;
}

.input-circle-left {
  border-radius: 25px 0 0 25px !important;
}

textarea {
  width: 100%;
  background-color: #FFFFFF;
  background-image: none;
  border: none;
  -webkit-appearance: none;
  color: #2c2c2c;
  outline: 0;
  padding: 25px 30px 9px;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  vertical-align: middle;
  min-height: 45px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.29);
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

textarea:focus {
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.35) !important;
  background-color: #fff !important;
  outline: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

textarea:focus:-ms-input-placeholder, textarea:focus::-moz-placeholder, textarea:focus::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

textarea:-ms-input-placeholder, textarea::-moz-placeholder, textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.33;
  filter: alpha(opacity=33);
}

textarea[disabled], textarea[readonly] {
  background: #f4f4f4;
  color: rgba(0, 0, 0, 0.02);
}

/* ------ [ Inputs Styles ] -----------------*/
.form-horizontal .form-group-sm .form-control,
.input-sm {
  font-size: 13px;
  min-height: 32px;
  height: 32px;
  padding: 8px 9px;
}

.form-horizontal .form-group-lg .form-control,
.input-lg {
  font-size: 14px;
  height: 45px;
}

.form-horizontal .form-group-xlg .form-control,
.input-xlg {
  height: 51px;
  font-size: 18px;
  line-height: 22px;
}

select.input-lg, select.input-md, select.input-sm {
  line-height: normal !important;
}

/* ------ [ Radio, Checkbox ] -----------------*/
.inline-checkbox .checkbox,
.inline-checkbox .radio {
  display: inline-block;
}

.checkbox,
.radio {
  margin-bottom: 10px;
  margin-top: 10px;
  padding-left: 0;
  transition-property: all;
  transition-duration: 0.25s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}

.checkbox label,
.radio label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px !important;
  margin-right: 15px;
  font-size: 13px;
  transition-property: all;
  transition-duration: 0.25s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}

.checkbox label:before,
.radio label:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  color: #171B21;
  background-color: #fcfcfc;
  border: 1px solid #dcdcdc;
  transition-property: all;
  transition-duration: 0.25s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}

.radio label {
  margin-bottom: 6px;
}

.radio label:before {
  -webkit-border-radius: 99px;
  border-radius: 99px;
  transition-property: border;
  transition-duration: 0.3s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}

.radio input[type=radio] {
  display: none;
}

.radio input[type=radio]:checked + label:before {
  border-width: 5px;
}

.radio input[type=radio][disabled] + label {
  opacity: 0.65;
}

.radio.radio-success input[type=radio]:checked + label:before {
  border-color: #53bf6b;
}

.radio.radio-primary input[type=radio]:checked + label:before {
  border-color: #EE3124;
}

.radio.radio-info input[type=radio]:checked + label:before {
  border-color: #3b4752;
}

.radio.radio-warning input[type=radio]:checked + label:before {
  border-color: #f8d053;
}

.radio.radio-danger input[type=radio]:checked + label:before {
  border-color: #f55753;
}

.radio.radio-complete input[type=radio]:checked + label:before {
  border-color: #48b0f7;
}

.checkbox input[type=radio][disabled] + label:after {
  background-color: #e6e6e6;
}

.checkbox label {
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
  white-space: nowrap;
}

.checkbox label:before {
  top: 2px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  transition: border 0.2s linear 0s,color 0.2s linear 0s;
}

.checkbox label::after {
  display: inline-block;
  width: 16px;
  height: 16px;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 0px;
  left: 1.2px;
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}

.checkbox label:after {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.checkbox input[type=checkbox] {
  display: none;
}

.checkbox.checkbox-circle label:after, .checkbox.checkbox-circle label:before {
  -webkit-border-radius: 99px;
  border-radius: 99px;
}

.checkbox input[type=checkbox]:checked + label:before {
  border-width: 8px;
}

.checkbox input[type=checkbox]:checked + label::after {
  font-family: 'FontAwesome';
  content: "\f00c";
  color: #FFFFFF;
}

.checkbox input[type=checkbox][disabled] + label {
  opacity: 0.65;
  opacity: 0.65;
  filter: alpha(opacity=65);
}

.checkbox input[type=checkbox][disabled] + label:before {
  background-color: #fcfcfc;
}

.checkbox.right label {
  margin-right: 35px;
  padding-left: 0 !important;
}

.checkbox.right label:before {
  right: -35px;
  left: 3.5px;
}

.checkbox input[type=checkbox]:checked + label {
  position: relative;
}

.checkbox input[type=checkbox]:checked + label::after {
  font-family: 'FontAwesome';
  content: "\f00c";
  position: absolute;
  right: -27px;
  left: 3.5px;
}

.checkbox.check-success input[type=checkbox]:checked + label:before {
  border-color: #53bf6b;
}

.checkbox.check-primary input[type=checkbox]:checked + label:before {
  border-color: #EE3124;
}

.checkbox.check-complete input[type=checkbox]:checked + label:before {
  border-color: #48b0f7;
}

.checkbox.check-warning input[type=checkbox]:checked + label:before {
  border-color: #f8d053;
}

.checkbox.check-danger input[type=checkbox]:checked + label:before {
  border-color: #f55753;
}

.checkbox.check-info input[type=checkbox]:checked + label:before {
  border-color: #3b4752;
}

.checkbox.check-complete input[type=checkbox]:checked + label::after,
.checkbox.check-danger input[type=checkbox]:checked + label::after,
.checkbox.check-info input[type=checkbox]:checked + label::after,
.checkbox.check-primary input[type=checkbox]:checked + label::after,
.checkbox.check-success input[type=checkbox]:checked + label::after,
.checkbox.check-warning input[type=checkbox]:checked + label::after {
  color: #FFFFFF;
}

.input-group.transparent .input-group-addon {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.07);
}

.input-group .form-control:first-child,
.input-group-addon:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
}

.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
}

/* ------ [ Form Group ] -----------------*/
.form-horizontal .form-group {
  border-bottom: 1px solid #e6e6e6;
  padding-top: 19px;
  padding-bottom: 19px;
  margin-bottom: 0;
}

.form-horizontal .form-group:last-child {
  border-bottom: none;
}

.form-horizontal .form-group:hover .control-label {
  opacity: 0.6;
}

.form-horizontal .form-group.focused .control-label {
  opacity: 1;
}

.form-horizontal .form-group .control-label {
  text-align: left;
  opacity: 0.42;
  filter: alpha(opacity=42);
  -webkit-transition: opacity 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  line-height: 30px;
}

.form-group-attached .form-group.form-group-default {
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0;
}

.form-group-attached > div {
  margin: 0;
}

.form-group-attached > div:first-child.row > [class*='col-']:first-child .form-group-default {
  border-top-left-radius: 2px;
}

.form-group-attached > div:first-child.row > [class*='col-']:last-child .form-group-default {
  border-top-right-radius: 2px;
}

.form-group-attached > div:first-child.form-group-default {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.form-group-attached > div:last-child.row > [class*='col-']:first-child .form-group-default {
  border-bottom-left-radius: 2px;
}

.form-group-attached > div:last-child.row > [class*='col-']:last-child .form-group-default {
  border-bottom-right-radius: 2px;
}

.form-group-attached > div:last-child.form-group-default {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

.form-group-attached > div.row > [class*='col-'] {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.form-group-attached > div.row > [class*='col-'] > .form-group-default {
  display: table;
  width: 100%;
}

.form-group-attached > div.row > [class*='col-']:not(:only-child):not(:last-child) > .form-group-default {
  border-right-color: transparent;
}

.form-group-attached > div:not(:last-child).form-group-default,
.form-group-attached > div:not(:last-child) .form-group-default {
  border-bottom-color: transparent;
}

@media (max-width: 767px) {
  .form-group-attached .form-group-default {
    border-right-color: rgba(0, 0, 0, 0.07) !important;
  }
}

@media only screen and (min-width: 768px) {
  .form-group-attached > div.row {
    display: table;
    width: 100%;
  }
  .form-group-attached > div.row > [class*='col-'] {
    display: table-cell;
    height: 100%;
    float: none;
    vertical-align: top;
  }
  .form-group-attached > div.row > [class*='col-'] .form-group {
    width: 100%;
    height: 100%;
  }
}

.form-group {
  margin-bottom: 10px;
}

.form-group label:not(.error) {
  font-size: 13px;
  text-transform: uppercase;
}

.form-group label .help {
  margin-left: 8px;
}

.form-group .help {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.04);
}

.searchandfilter ul {
  min-width: auto;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  overflow: visible;
}

.searchandfilter ul li {
  float: left;
  display: inline-block;
  min-width: 220px;
  margin: 0 10px;
}

.searchandfilter ul li h4 {
  float: left;
  padding-right: 15px;
}

.custom-file-upload-hidden {
  display: none;
  visibility: hidden;
  position: absolute;
  left: -9999px;
}

.custom-file-upload {
  display: block;
  width: auto;
  font-size: 16px;
}

.custom-file-upload label {
  display: block;
  margin-bottom: 5px;
}

.file-upload-wrapper {
  position: relative;
  margin-bottom: 5px;
}

.file-upload-input {
  width: 100%;
  background-color: #FFFFFF;
  background-image: none;
  border: none;
  -webkit-appearance: none;
  color: #2c2c2c;
  outline: 0;
  height: 45px;
  padding: 9px 30px;
  padding-right: 20%;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  vertical-align: middle;
  min-height: 45px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.29);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.file-upload-button {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  margin-left: -1px;
  float: left;
  /* IE 9 Fix */
  -webkit-transition: all 0.25s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.25s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.25s cubic-bezier(0, 0, 0.58, 1);
}

.filterform .btn {
  border-width: 0;
}

body {
  /* Dropdown submenu support for Bootsrap 3 */
  /***
    Dropdown Checkboxes
    ***/
}

body .dropdown-menu {
  box-shadow: 5px 5px rgba(102, 102, 102, 0.1);
  left: 0;
  min-width: 175px;
  position: absolute;
  z-index: 1000;
  display: none;
  float: left;
  list-style: none;
  text-shadow: none;
  padding: 0;
  background-color: #FFFFFF;
  margin: 10px 0 0;
  border: 1px solid #f4f4f4;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

body .dropdown-menu svg {
  display: none;
}

body .dropdown-menu li.divider {
  background: #f1f3f6;
}

body .dropdown-menu li.header {
  padding: 8px 14px 2px;
}

body .dropdown-menu > li > a {
  padding: 8px 16px;
  color: #171B21;
  text-decoration: none;
  display: block;
  clear: both;
  font-weight: 300;
  line-height: 18px;
  white-space: nowrap;
}

body .dropdown-menu > li > a > [class*=" fa-"],
body .dropdown-menu > li > a > [class^="fa-"] {
  color: #262626;
}

body .dropdown-menu > li > a > [class*=" icon-"],
body .dropdown-menu > li > a > [class^="icon-"] {
  color: #262626;
}

body .dropdown-menu > li > a > [class*=" glyphicon-"],
body .dropdown-menu > li > a > [class^="glyphicon-"] {
  color: #262626;
}

body .dropdown-menu > li:hover > a {
  text-decoration: none;
  background-image: none;
  background-color: #f4f4f4;
  color: #171B21;
  filter: none;
}

body .dropdown-menu > li.active > a,
body .dropdown-menu > li.active:hover > a {
  text-decoration: none;
  background-image: none;
  background-color: #f4f4f4;
  color: #171B21;
  filter: none;
}

body .dropdown-menu.bottom-up {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

body .dropdown-menu.bottom-up:after, body .dropdown-menu.bottom-up:before {
  display: none;
}

body .dropdown-menu > li:first-child:hover > a {
  border-radius: 4px 4px 0 0;
}

body .dropdown-menu > li:last-child:hover > a {
  border-radius: 0 0 4px 4px;
}

body .dropdown-hover:hover > .dropdown-menu {
  display: block;
}

body .btn-group > .dropdown-menu,
body .dropdown > .dropdown-menu,
body .dropdown-toggle > .dropdown-menu {
  margin-top: 10px;
}

body .btn-group > .dropdown-menu:before,
body .dropdown > .dropdown-menu:before,
body .dropdown-toggle > .dropdown-menu:before {
  position: absolute;
  top: -8px;
  left: 9px;
  right: auto;
  display: inline-block !important;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #f4f4f4;
  border-left: 8px solid transparent;
  content: '';
}

body .btn-group > .dropdown-menu:after,
body .dropdown > .dropdown-menu:after,
body .dropdown-toggle > .dropdown-menu:after {
  position: absolute;
  top: -7px;
  left: 10px;
  right: auto;
  display: inline-block !important;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #FFFFFF;
  border-left: 7px solid transparent;
  content: '';
}

body .btn-group > .dropdown-menu.pull-left:before,
body .dropdown > .dropdown-menu.pull-left:before,
body .dropdown-toggle > .dropdown-menu.pull-left:before {
  left: auto;
  right: 9px;
}

body .btn-group > .dropdown-menu.pull-left:after,
body .dropdown > .dropdown-menu.pull-left:after,
body .dropdown-toggle > .dropdown-menu.pull-left:after {
  left: auto;
  right: 10px;
}

body .btn-group > .dropdown-menu.pull-right:before,
body .dropdown > .dropdown-menu.pull-right:before,
body .dropdown-toggle > .dropdown-menu.pull-right:before {
  left: auto;
  right: 9px;
}

body .btn-group > .dropdown-menu.pull-right:after,
body .dropdown > .dropdown-menu.pull-right:after,
body .dropdown-toggle > .dropdown-menu.pull-right:after {
  left: auto;
  right: 10px;
}

body .btn-group.dropup > .dropdown-menu,
body .dropdown-toggle.dropup > .dropdown-menu,
body .dropdown.dropup > .dropdown-menu {
  margin-top: 0;
  margin-bottom: 10px;
}

body .dropdown.dropup > .dropdown-menu:after, body .dropdown.dropup > .dropdown-menu:before {
  display: none !important;
}

body .dropdown-toggle.dropup > .dropdown-menu:after, body .dropdown-toggle.dropup > .dropdown-menu:before {
  display: none !important;
}

body .btn-group.dropup > .dropdown-menu:after, body .btn-group.dropup > .dropdown-menu:before {
  display: none !important;
}

body .dropdown-toggle:after {
  display: none;
}

body .dropdown-submenu {
  position: relative;
}

body .dropdown-submenu > .dropdown-menu {
  top: 5px;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
}

body .dropdown-submenu > a:after {
  position: absolute;
  display: inline-block;
  font-size: 14px;
  right: 7px;
  top: 7px;
  font-family: FontAwesome;
  height: auto;
  content: "\f105";
}

body .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

body .dropdown-submenu:hover > a:after {
  border-left-color: #FFFFFF;
}

body .dropdown-submenu.pull-left {
  float: none;
}

body .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
}

body .dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
}

body .nav.pull-right > li > .dropdown-menu {
  right: 0;
  left: auto;
}

body .nav.pull-right > li > .dropdown-menu:before {
  right: 12px;
  left: auto;
}

body .nav.pull-right > li > .dropdown-menu:after {
  right: 13px;
  left: auto;
}

body .nav.pull-right > li > .dropdown-menu .dropdown-menu {
  right: 100%;
  left: auto;
  margin-right: -1px;
  margin-left: 0;
}

body .nav > li > .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

body .nav > li > .dropdown-menu.pull-right:before {
  right: 12px;
  left: auto;
}

body .nav > li > .dropdown-menu.pull-right:after {
  right: 13px;
  left: auto;
}

body .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  right: 100%;
  left: auto;
  margin-right: -1px;
  margin-left: 0;
}

@media (max-width: 767px) {
  body {
    /* 767px */
  }
  body .navbar-nav .open .dropdown-menu {
    position: absolute;
    float: left;
    width: auto;
    margin-top: 0;
    background-color: #FFFFFF;
    border: 1px solid #f4f4f4;
    box-shadow: 5px 5px rgba(102, 102, 102, 0.1);
  }
  body .navbar-nav .open .dropdown-menu > li > a {
    padding: 6px 0 6px 13px;
    color: #333;
  }
  body .navbar-nav .open .dropdown-menu > li > a:active, body .navbar-nav .open .dropdown-menu > li > a:hover {
    background-color: #eee;
  }
}

body .dropdown-content {
  padding: 10px;
}

body .dropdown-content form {
  margin: 0;
}

body .dropdown.inline .dropdown-menu {
  display: inline-block;
  position: relative;
}

body .dropdown-checkboxes,
body .dropdown-radiobuttons {
  padding: 5px;
}

body .dropdown-checkboxes label,
body .dropdown-radiobuttons label {
  display: block;
  font-weight: 300;
  color: #262626;
  margin-bottom: 4px;
  margin-top: 4px;
}

body .dropdown-checkboxes label .radio,
body .dropdown-radiobuttons label .radio {
  margin-right: 3px;
}

.hero-block.hero-v-1 .hero-title {
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 20px;
}

.hero-block.hero-v-1 .hero-title.ht-xs {
  font-size: 28px;
  line-height: 28px;
}

.hero-block.hero-v-1 .hero-title.ht-sm {
  font-size: 40px;
  line-height: 30px;
}

.hero-block.hero-v-1 .hero-title.ht-md {
  font-size: 70px;
  line-height: 60px;
}

.hero-block.hero-v-1 .hero-title.ht-lg {
  font-size: 80px;
  line-height: 70px;
}

.hero-block.hero-v-1 .hero-title.ht-xlg {
  font-size: 100px;
  line-height: 90px;
}

.hero-block.hero-v-1 .hero-description {
  font-size: 18px;
}

.hero-block.hero-v-1 .hero-description.hd-sm {
  font-size: 16px;
  line-height: 30px;
}

.hero-block.hero-v-1 .hero-description.hd-md {
  font-size: 20px;
  line-height: 32px;
}

.hero-block.hero-v-1 .hero-description.hd-lg {
  font-size: 22px;
  line-height: 38px;
}

.hero-block.hero-v-1 .hero-description.hd-xlg {
  font-size: 24px;
  line-height: 38px;
}

.hero-block .hero-btns .btn:nth-child(2) {
  margin-left: 20px;
}

.local-scroll-cont {
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: center;
  z-index: 20;
  -webkit-animation: scrollDownAnimate ease-in-out 1s infinite;
  -moz-animation: scrollDownAnimate ease-in-out 1s infinite;
  -o-animation: scrollDownAnimate ease-in-out 1s infinite;
  animation: scrollDownAnimate ease-in-out 1s infinite;
}

.local-scroll-cont .scroll-down {
  font-size: 60px;
}

.jumbotron p {
  margin-bottom: 0;
}

.has-quote .hero-head {
  font-size: 34px !important;
  font-family: "Bliss Pro", sans-serif;
  line-height: 55px;
  margin-bottom: 30px;
}

.has-quote p.quote-p {
  font-size: 23px !important;
  line-height: 38px;
  padding-right: 50px;
}

.has-quote p.quote-p .quote-p-author {
  font-size: 17px !important;
  margin-top: 30px;
  display: block;
  padding-left: 40px;
}

.has-quote p.quote-p .quote-p-author:before {
  content: " ";
  display: block;
  width: 20px;
  height: 2px;
  background: #FFFFFF;
  margin-left: -40px;
  margin-bottom: -19px;
}

/* -17-  [ Newslleter ]---------------------------------------*/
/*
------------------------------------------------------------------*/
#mc_embed_signup {
  overflow: hidden;
}

.newsletter-form {
  position: relative;
  height: 55px;
  margin-top: 10px;
}

.newsletter-head {
  margin-bottom: 5px;
  margin-top: 0;
}

.newsletter-desc {
  margin-bottom: 0;
}

.newsletter-form {
  overflow: visible;
}

.newsletter-form input.form-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 55px;
  padding: 0 30px;
  float: left;
  margin-right: 10px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.newsletter-form .btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  width: 170px;
  height: 55px;
  padding: 0 30px !important;
  margin: 0;
  float: left;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  background: #53545E;
}

.newsletter-form .btn:not(.btn-link):hover {
  color: #FFFFFF;
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

.newsletter-form .wpcf7-form-control-wrap:nth-child(2) {
  overflow: hidden;
  position: absolute;
  top: -23px;
  right: 30px;
  height: 82px;
  border-left: 1px solid #f4f4f4;
}

.newsletter-form .wpcf7-form-control-wrap:nth-child(2) .customrecaptcha .ddddd {
  width: 80px !important;
  height: 50px !important;
}

.newsletter-form .wpcf7-form-control-wrap:nth-child(2) .customrecaptcha iframe {
  transform: scale(0.8);
}

#subscribe-result {
  display: none;
}

#subscribe-result.show-me {
  display: block;
  margin-top: 10px;
  padding: 15px;
  background: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  border-radius: 1px;
  font-size: 14px;
}

#subscribe-result.show-me::before {
  display: inline-block;
  font-size: 14px;
  font-family: 'Font Awesome 5 Free';
  content: "\f00c";
  color: #43a047 !important;
  display: inline-block;
  margin-right: 10px;
}

.modal-instance .modal-body {
  display: none;
}

.modal-container {
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  padding: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.modal-container.modal-active {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}

.modal-container:before {
  background: rgba(0, 0, 0, 0.85);
  content: '';
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.modal-container .modal-content {
  backface-visibility: hidden;
  position: fixed;
  z-index: 2;
  top: 50%;
  left: 50%;
  max-height: 100%;
  border: none;
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}

.modal-container .modal-content {
  height: auto;
  width: auto;
}

.modal-container .modal-content .inner {
  padding: 2.78571429em;
}

.modal-container .modal-content .modal-close-cross {
  cursor: pointer;
  position: absolute;
  opacity: .5;
  transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  top: 1em;
  right: 1em;
  z-index: 99;
}

.modal-container .modal-content .modal-close-cross:before {
  content: '\00D7';
  font-size: 1.5em;
}

.modal-container .modal-content .modal-close-cross:hover {
  opacity: 1;
}

.modal-container .modal-content.imagebg:not(.image--light) .modal-close-cross:before {
  color: #fff;
}

.modal-container .modal-content iframe {
  width: 100%;
  outline: none;
  border: none;
  height: 100%;
  backface-visibility: hidden;
}

.modal-container .modal-content iframe:first-child + .modal-close-cross:last-child {
  top: -3.71428571em;
}

@media all and (max-width: 767px) {
  .modal-container .modal-content {
    width: 97% !important;
    height: auto !important;
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .modal-container .modal-content.map-modal {
    padding-top: 0;
    padding-bottom: 0;
  }
}

/* -19-  [ Team Columns ]---------------------------------------*/
/*	- Team Styles.

------------------------------------------------------------------*/
.team-row {
  position: relative;
}

.team-col {
  overflow: hidden;
  margin-bottom: 30px;
  -ms-transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  -webkit-transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1);
}

.team-col-image {
  position: relative;
  overflow: hidden;
  float: left;
  clear: right;
  width: 50%;
  margin-right: 40px;
  -ms-transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  -webkit-transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  z-index: 9999;
  cursor: pointer;
}

.team-col-image img {
  width: 100%;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  -ms-transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  -webkit-transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1);
}

/* .team-col-image:hover img {
  transform: scale(1.1);
} */

.team-col-info {
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  padding: 20px 23px 55px;
  font-size: 15px;
  color: #171B21;
  text-align: center;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.team-col-descr {
  height: 200px !important;
  color: #808080;
  -ms-transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  -webkit-transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  z-index: 1;
}

.team-col-descr p {
  display: none;
  font-size: 14px;
}

.team-col-name {
  font-size: 16px;
  font-family: "Bliss Pro", sans-serif;
  text-transform: capitalize;
  margin-bottom: 5px;
  line-height: 15px;
}

.team-col-role {
  display: block;
  margin-top: 4px;
  font-size: 14px;
  line-height: 20px;
}

.team-col-descr .team-social-links {
  position: absolute;
  bottom: 30px;
  right: 35%;
  font-size: 14px;
  cursor: pointer;
}

.team-col-descr .team-social-links a {
  display: inline-block;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 25px;
  text-align: center;
  color: rgba(0, 0, 0, 0.4);
  border: 2px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.make-me-smooth .team-col-descr,
.make-me-smooth .team-col-image {
  opacity: 0.4;
  filter: alpha(opacity=40);
}

.make-me-smooth.make-me-smooth-active .team-content {
  opacity: 1;
  filter: alpha(opacity=100);
}

.team-content {
  opacity: 0;
  filter: alpha(opacity=0);
  height: 0;
  -webkit-transition: height 0.25s cubic-bezier(0, 0, 0.58, 1), opacity 0.25s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: height 0.25s cubic-bezier(0, 0, 0.58, 1), opacity 0.25s cubic-bezier(0, 0, 0.58, 1);
  transition: height 0.25s cubic-bezier(0, 0, 0.58, 1), opacity 0.25s cubic-bezier(0, 0, 0.58, 1);
}

.team-content.showbio {
  z-index: 9999999;
  background: #FFFFFF;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  padding: 40px;
  width: 980px;
  height: auto;
  opacity: 1;
  filter: alpha(opacity=100);
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  font-size: 15px;
}

.team-content.showbio .tcc-img {
  float: left;
  margin-right: 30px;
  margin-bottom: 15px;
}

.team-content.showbio .tcc-img img {
  max-width: 220px;
}

.team-content.showbio .team-info {
  margin-bottom: 10px;
}

.team-content.showbio .team-info h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.team-content.showbio .team-info span {
  font-size: 15px;
}

.team-content.showbio p {
  margin-bottom: 10px !important;
  padding-right: 30px;
}

.team-content.showbio .tcccicon {
  position: absolute;
  top: 25px;
  right: 25px;
  display: inline-block;
  width: 25px;
  height: 25px;
  overflow: hidden;
  z-index: 99999;
  -webkit-transition: all 0.25s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.25s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.25s cubic-bezier(0, 0, 0.58, 1);
}

.team-content.showbio .tcccicon::after, .team-content.showbio .tcccicon::before {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #000;
}

.team-content.showbio .tcccicon::before {
  transform: rotate(45deg);
}

.team-content.showbio .tcccicon::after {
  transform: rotate(-45deg);
}

/* Hover state */
.team-col-info-btm {
  padding-top: 20px;
}

.team-col-info-btm {
  padding-top: 20px;
}

/* Mobile touch */
.btn:not(.dropdown-toggle) {
  font-size: 0.9375em;
  font-family: "Bliss Pro", sans-serif;
  border-width: 2px;
  border-color: transparent;
  padding: 1.000em 1.667em;
  color: #FFFFFF;
  -webkit-border-radius: 4px !important;
  border-radius: 4px !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  -ms-transition: opacity 0.45s cubic-bezier(0.25, 1, 0.33, 1), transform 0.45s cubic-bezier(0.25, 1, 0.33, 1), border-color 0.45s cubic-bezier(0.25, 1, 0.33, 1), color 0.45s cubic-bezier(0.25, 1, 0.33, 1), background-color 0.45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  -webkit-transition: opacity 0.45s cubic-bezier(0.25, 1, 0.33, 1), transform 0.45s cubic-bezier(0.25, 1, 0.33, 1), border-color 0.45s cubic-bezier(0.25, 1, 0.33, 1), color 0.45s cubic-bezier(0.25, 1, 0.33, 1), background-color 0.45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  transition: opacity 0.45s cubic-bezier(0.25, 1, 0.33, 1), transform 0.45s cubic-bezier(0.25, 1, 0.33, 1), border-color 0.45s cubic-bezier(0.25, 1, 0.33, 1), color 0.45s cubic-bezier(0.25, 1, 0.33, 1), background-color 0.45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  z-index: 99;
}

.btn:not(.dropdown-toggle).btn-link {
  padding: 5px 0;
  box-shadow: 0 0 0 0 transparent;
  text-align: left;
  color: #171B21;
  line-height: 28px;
}

.btn:not(.dropdown-toggle).btn-link i {
  transition-property: all;
  transition-duration: 0.25s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  font-size: 28px;
  line-height: 0;
  margin-left: 25px;
  display: inline-block;
  float: right;
}

.btn:not(.dropdown-toggle).btn-link:hover {
  text-decoration: none;
  box-shadow: 0 0 0 0 transparent;
  color: #37383F;
}

.btn:not(.dropdown-toggle).btn-sm {
  font-size: 0.8125em;
  padding: 0.438em 1.250em;
}

.btn:not(.dropdown-toggle).btn-md {
  font-size: 1em;
  padding: 0.600em 1.500em;
}

.btn:not(.dropdown-toggle).btn-md.file-upload-button {
  padding: 0.695em 1.500em;
}

.btn:not(.dropdown-toggle).btn-lg {
  font-size: 1.125em;
  padding: 1em 2em;
}

.btn:not(.dropdown-toggle).btn-primary {
  background-color: #EE3124;
}

.btn:not(.dropdown-toggle).btn-grey {
  background-color: #53545E;
}

.btn:not(.dropdown-toggle):not(.btn-link):hover {
  color: #FFFFFF;
  border-color: transparent;
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16) !important;
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
}

.btn:not(.dropdown-toggle).btn-borderd {
  border: 2px solid #37383F !important;
  color: #37383F !important;
}

.bg-dark .btn:not(.dropdown-toggle).btn-link {
  color: #FFFFFF !important;
}

.bg-dark .btn:not(.dropdown-toggle).btn-link:hover {
  color: #FFFFFF !important;
}

/* ----  [ Tabs ]---------------------------------------*/
.nav-tabs.lio-sh-tabs {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
}

ul.nav-tabs.lio-sh-tabs li {
  padding: 0 !important;
  margin: 0 10px 0 0 !important;
}

.lio-sh-tabs {
  border-color: #f4f4f4;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  border-bottom: none;
}

.lio-sh-tabs > li > a {
  text-decoration: none;
  color: #808080;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #f4f4f4;
  font-weight: 600;
}

.lio-sh-tabs > li > a:hover {
  background-color: #dcdcdc;
}

.nav-tabs.lio-sh-tabs > li.active > a {
  border-bottom: none;
  margin-bottom: -2px;
  padding-bottom: 12px;
}

.nav-tabs.lio-sh-tabs > li.active > a:focus, .nav-tabs.lio-sh-tabs > li.active > a:hover {
  border-bottom: none;
  margin-bottom: -2px;
  padding-bottom: 12px;
}

.lio-sh-tabs li.active a {
  color: #000;
}

.lio-sh-tabs-cont {
  padding: 40px;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  border-top-left-radius: 0;
}

.lio-sh-tabs-cont p {
  margin: 0;
}

.nav-tabs.lio-sh-tabs.vr-tabs {
  float: left;
  width: 130px;
}

.nav-tabs.lio-sh-tabs.vr-tabs li {
  display: block;
  margin-bottom: 10px;
}

.nav-tabs.lio-sh-tabs.vr-tabs li a {
  display: block;
  width: 130px;
}

.nav-tabs.lio-sh-tabs.vr-tabs > li.active > a {
  border-bottom: 1px solid #dcdcdc;
  border-right: none;
  margin-bottom: 0;
  padding-bottom: 10px;
  margin-right: -2px;
  padding-right: 12px;
  -webkit-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  width: 131px;
}

.nav-tabs.lio-sh-tabs.vr-tabs > li.active > a:focus, .nav-tabs.lio-sh-tabs.vr-tabs > li.active > a:hover {
  border-bottom: 1px solid #dcdcdc;
  border-right: none;
  margin-bottom: 0;
  padding-bottom: 10px;
  margin-right: -2px;
  padding-right: 12px;
  -webkit-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.lio-sh-tabs-cont.vr-tabs-cont {
  margin-left: 130px;
}

/* ----  [ Tabs - Mini ]---------------------------------------*/
.lio-sh-minimal-tabs {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  border: none;
}

.lio-sh-minimal-tabs > li {
  padding: 0 10px;
  background: none !important;
}

.lio-sh-minimal-tabs > li > a {
  padding: 10px 20px 9px;
  text-decoration: none;
  background: none;
  border: 1px solid transparent;
}

.lio-sh-minimal-tabs > li > a:hover {
  background: none;
  border-color: #dcdcdc;
  color: #eeeeee;
}

.lio-sh-minimal-tabs li.active a {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  background: none !important;
  color: #171B21;
  cursor: default;
}

.lio-sh-minimal-tabs li.active a:hover {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  background: none !important;
  color: #171B21;
  cursor: default;
}

/* ----  [ Accordion ]---------------------------------------*/
.accordion > dt {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 400;
  text-transform: capitalize;
}

.entry-content dl.accordion {
  margin-left: 0;
}

.accordion > dt > a {
  display: block;
  position: relative;
  color: #37383F;
  text-decoration: none;
  padding: 14px 20px;
  border: 1px solid #f4f4f4;
  background: #f4f4f4;
  text-transform: capitalize;
  font-size: 16px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.accordion > dt > a i {
  margin-right: 5px;
  font-size: 11px;
}

.accordion > dt > a:hover {
  text-decoration: none;
  border-color: #37383F;
  background-color: #FFFFFF;
}

.accordion > dt > a.active {
  border-color: #EE3124 !important;
  background-color: #EE3124 !important;
  color: #FFFFFF !important;
  cursor: default;
}

.accordion > dt > a:after {
  content: " ";
  width: 10px;
  height: 6px;
  background-image: url("../img/icons/angle-down.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  speak: none;
  text-transform: none;
  line-height: 15px;
  text-align: center;
  color: #37383F;
  -webkit-font-smoothing: antialiased;
}

.accordion > dt > a.active:after, .accordion > dt > a.active:hover:after {
  content: " ";
  background-image: url("../img/icons/angle-top.svg");
  color: #FFFFFF;
}

.accordion > dt > a:hover:after {
  color: #414141;
}

.accordion > dd {
  margin-bottom: 10px;
  padding: 0 !important;
  font-size: 17px;
  font-weight: 400;
  line-height: 35px;
  color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.no-arrow.accordion > dt > a:after {
  display: none;
}

/* ----  [ Toggle ]---------------------------------------*/
.entry-content dl.toggle {
  margin-left: 0;
}

.toggle > dt {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 400;
  text-transform: capitalize;
}

.toggle > dt > a {
  display: block;
  position: relative;
  color: #37383F;
  text-decoration: none;
  padding: 14px 20px;
  border: 1px solid #f4f4f4;
  background: #f4f4f4;
  text-transform: capitalize;
  font-size: 16px;
}

.toggle > dt > a:hover {
  text-decoration: none;
  border: 1px solid #dcdcdc;
  background-color: #fcfcfc;
  color: #808080;
}

.toggle > dt > a.active {
  color: #171B21;
  border-color: #dcdcdc;
  background-color: #FFFFFF;
}

.toggle > dt > a:after {
  content: " ";
  width: 10px;
  height: 6px;
  background-image: url("../img/icons/angle-down.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  right: 10px;
  speak: none;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  line-height: 15px;
  text-align: center;
  color: #999;
  -webkit-font-smoothing: antialiased;
  transition-property: all;
  transition-duration: 0s;
  transition-delay: 0.27s;
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}

.toggle > dt > a.active:after, .toggle > dt > a.active:hover:after {
  content: " ";
  width: 10px;
  height: 6px;
  background-image: url("../img/icons/angle-down.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #171B21;
}

.toggle > dt > a:hover:after {
  color: #414141;
}

.toggle > dd {
  margin-bottom: 10px;
  padding: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 35px;
  color: rgba(0, 0, 0, 0.5);
}

.faq-filter {
  margin-bottom: 50px;
}

.faq-filter a {
  display: inline-block;
  background: rgba(0, 0, 0, 0.05);
  font-size: 14px;
  font-family: "Bliss Pro", sans-serif;
  padding: 2px 10px;
  margin: 0 5px 10px 0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.faq-filter a:hover {
  background: rgba(0, 0, 0, 0.1);
}

#faq-list a {
  font-family: "Bliss Pro", sans-serif;
  font-size: 16px;
  display: block;
  position: relative;
  color: #37383F;
  text-decoration: none;
  padding: 10px 20px 14px 60px;
  border: 1px solid #f4f4f4;
  background: #f4f4f4;
  text-transform: capitalize;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 5px;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

#faq-list a i, #faq-list a svg {
  position: absolute;
  top: 13px;
  left: 20px;
  font-size: 22px;
}

#faq-list a:hover {
  text-decoration: none;
  border-color: #37383F;
  background-color: #FFFFFF;
}

/* ----  [ Dropcaps ]---------------------------------------*/
.dropcap {
  float: left;
  font-size: 80px;
  line-height: 40px;
  padding-top: 4px;
  margin-right: 15px;
  margin-bottom: 5px;
}

.dropcap.colorbg, .dropcap.dropcap-bg {
  color: #FFFFFF !important;
  float: left;
  padding: 20px 15px;
  margin-bottom: 10px;
  font-size: 60px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.dropcap.dark {
  color: #171B21;
}

.dropcap.color {
  color: #EE3124;
}

.dropcap.colorbg {
  background: #EE3124;
}

.dropcap.darkbg {
  background: #171B21;
}

/* ----  [ Highlights ]---------------------------------------*/
.highlight-text {
  display: inline;
  padding: 1px 5px;
  color: #FFFFFF;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.highlight-text.color, .highlight-text.colorYellow, .highlight-text.dark, .highlight-text.light {
  display: inline;
  padding: 1px 5px;
}

.highlight-text.color {
  background: #EE3124;
}

.highlight-text.dark {
  background: #171B21;
}

.highlight-text.colorYellow {
  background: #53545E;
}

.highlight-text.light {
  background: #f4f4f4;
  color: #808080;
}

/* ----  [ List Styles ]---------------------------------------*/
.list-style, .entry-content ul {
  list-style: none;
  padding: 0;
}

.list-style li, .entry-content ul li {
  font-size: 15px;
  margin-bottom: 8px;
  overflow: hidden;
}

.list-style li:before, .entry-content ul li:before {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  content: ' ';
  margin-top: 9px;
  margin-right: 20px;
  margin-bottom: 5px;
  background: #EE3124;
  box-shadow: 4px 1px 0 0 rgba(0, 0, 0, 0.16);
}

.list-style.colored li:before, .entry-content ul.colored li:before {
  background: #EE3124;
  color: #FFFFFF;
  padding: 2px 4px 1px;
  font-size: 10px;
}

/* ----  [ Features  ]---------------------------------------*/
.features-grid .row [class^="col"]:last-child .alt-features-item {
  border-right: none;
}

.features-item h4 {
  font-size: 16px;
  font-family: "Bliss Pro", sans-serif;
  margin-bottom: 10px;
}

.features-item p {
  font-size: 15px;
  line-height: 29px;
}

.alt-features-item {
  background: #FFFFFF;
  display: block;
  position: relative;
  padding: 2em 0;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.alt-features-item.features-box {
  padding: 40px;
}

.alt-features-item .features-icon {
  float: left;
  width: 80px;
  height: auto;
  line-height: 60px;
  font-size: 32px;
  margin-right: 30px;
  text-align: center;
}

.alt-features-item .features-icon img {
  width: 60px;
  height: auto;
}

.alt-features-item .features-icon.med-icon {
  font-size: 48px;
}

.alt-features-item.icon-font-item {
  position: relative;
  padding: 0.7em 1em;
  border: none;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.06);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  transition-property: all;
  transition-duration: 0.25s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}

.alt-features-item.icon-font-item .features-icon {
  float: left;
  width: 70px;
  height: 70px;
  line-height: 80px;
  font-size: 32px;
  margin-right: 10px;
  text-align: center;
}
.col-md-4:last-child .featured-project.bg-dark {
  border: 0.5px solid #d9d9d9;
}
.alt-features-item.icon-font-item .features-icon i {
  display: inline-block;
}

.alt-features-item.icon-font-item .features-icon svg {
  width: 40px;
  color: #37383F;
}

.alt-features-item.icon-font-item .features-icon svg path {
  transition-property: all;
  transition-duration: 0.25s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}

.alt-features-item.icon-font-item p {
  line-height: 15px;
  margin-bottom: 10px;
}

.alt-features-item.icon-font-item .action-more {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 30px;
  transform: translateY(-40%);
}

.alt-features-item.icon-font-item .action-more i {
  font-size: 30px;
}

.alt-features-item.icon-font-item .action-more svg {
  width: 22px;
}

.alt-features-item.icon-font-item .action-more svg.arrow-class {
  width: 30px;
}

.alt-features-item.icon-font-item:hover {
  box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.05);
}

.alt-features-item.icon-font-item:hover .features-icon svg path {
  fill: #EE3124 !important;
}

.alt-features-item .features-title {
  margin: 0;
  padding: 0;
}

.alt-features-item p {
  font-size: 15px;
  margin-bottom: 0px;
}

.alt-features-item.hover-item .alt-features-icon {
  font-size: 70px;
  width: 70px;
  height: 70px;
}

.alt-features-item.hover-item .hover-icon:before {
  font-size: 25px !important;
}

.features-box {
  background: #FFFFFF;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.08);
  border-radius: 2px;
  padding: 30px 25px;
}

.features-box .features-icon {
  margin-bottom: 20px;
}

.values-list.has-box .features-item {
  position: relative;
  background: #FFFFFF;
  padding: 30px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 0px;
  transition-property: all;
  transition-duration: 0.25s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}

.values-list.has-box .features-item p {
  margin-bottom: 0;
}

.values-list.has-box .features-item:hover {
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.0980392) 0px 7px 16px;
  box-shadow: 0 0px 38px rgba(0, 0, 0, 0.16) !important;
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  z-index: 99;
}

/* ----  [ Counters ]---------------------------------------*/
.count-wrapper {
  padding: 40px 20px;
  border: 1px solid rgba(0, 0, 0, 0.09);
}

.fuct-icon {
  margin-bottom: 20px;
}

.fuct-icon i {
  font-size: 40px;
}

.count-title {
  font-size: 14px;
  font-weight: bold;
  opacity: 0.8;
  filter: alpha(opacity=80);
  text-transform: capitalize;
}

.count-number {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.3;
}

.fun-fact-cir .border-radius-cir {
  height: 165px;
  overflow: hidden;
}

.fun-fact-cir .fuct-icon {
  margin-top: 30px;
  margin-bottom: 5px;
}

/* ----  [ Count Down ]---------------------------------------*/
.count-down-col .count.fontsize-xxxxxxl {
  line-height: 50px;
}

/* ----  [ Alert messages ]---------------------------------------*/
.alert {
  margin: 0 auto 15px;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: none;
  font-size: 15px;
  text-transform: capitalize;
}

.alert i {
  display: inline-block;
  margin-right: 15px;
}

.alert.success {
  background-color: #53bf6b;
  color: #FFFFFF;
}

.alert.info {
  background-color: #3b4752;
  color: #FFFFFF;
}

.alert.notice {
  background-color: #f8d053;
  color: #FFFFFF;
}

.alert.error {
  background-color: #f55753;
  color: #FFFFFF;
}

.alert.success.transparent {
  background: transparent !important;
  color: #53bf6b;
  border: 1px solid #53bf6b;
}

.alert.info.transparent {
  background: transparent !important;
  color: #3b4752;
  border: 1px solid #3b4752;
}

.alert.notice.transparent {
  background: transparent !important;
  color: #f8d053;
  border: 1px solid #f8d053;
}

.alert.error.transparent {
  background: transparent !important;
  color: #f55753;
  border: 1px solid #f55753;
}

/* ----  [ Social Buttons ]---------------------------------------*/
.social-btns a {
  display: inline-block;
  margin-left: 5px;
  font-size: 16px;
  line-height: 14px;
  text-align: center;
  color: #171B21;
}

.social-btns.bg-overlay a {
  background: rgba(0, 0, 0, 0.2);
}

.social-btns a.bg-dark {
  color: #FFFFFF;
}

.social-btns.gray a {
  color: #eeeeee;
}

.social-btns.small-btns a,
.social-btns.small-btns a i {
  width: 28px;
  height: 28px;
  line-height: 22px;
  font-size: 14px;
  padding-right: 4px;
}

.social-btns.med-btns a,
.social-btns.med-btns a i {
  width: 38px;
  height: 38px;
  font-size: 18px;
  line-height: 38px;
}

.social-btns.large-btns a,
.social-btns.large-btns a i {
  width: 48px;
  height: 48px;
  font-size: 20px;
  line-height: 48px;
}

.social-btns.xlarge-btns a,
.social-btns.xlarge-btns a i {
  width: 64px;
  height: 64px;
  font-size: 24px;
  line-height: 64px;
}

.social-btns.colored-btns a {
  color: #EE3124;
}

.show-social-btns a {
  margin-right: 9px;
  margin-bottom: 9px;
}

.social-btns.bordered a {
  border: 2px solid rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.social-btns.small-btns.bordered a {
  line-height: 24px;
}

.social-btns.med-btns.bordered a {
  line-height: 34px;
}

.social-btns.large-btns.bordered a {
  line-height: 44px;
}

.social-btns.xlarge-btns.bordered a {
  line-height: 60px;
}

.bg-dark .social-btns.bordered a {
  border-color: rgba(255, 255, 255, 0.5);
}

.social-btns.rounded a {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.social-btns.circled a {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.download-icons a {
  margin-left: 5px;
}

/*------------------------------------------------------------------
[2. Swiper Slider]
*/
/*
[Slider Base Styles]
*/
.swiper-wrapper {
  transition-timing-function: cubic-bezier(0.1, 0.57, 0.1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.1, 0.57, 0.1, 1);
  transition-duration: 0;
  -webkit-transition-duration: 0;
}

.swiper-wrapper.disabled {
  transform: translate3d(0px, 0, 0) !important;
}

.swiper-pagination.disabled {
  display: none !important;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-container:hover .auto-reveal.swiper-button-next, .swiper-container:hover .auto-reveal.swiper-button-prev {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.swiper-container .mouse-wrapper {
  margin: 0 auto;
  display: block;
  width: 28px;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: 37px;
  direction: ltr !important;
}

.swiper-container .mouse {
  width: 30px;
  height: 47px;
  border: 2px solid #fff;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
}

.swiper-container .mouse .mouse-scroll {
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #fff;
  position: relative;
  top: 10px;
  left: 11px;
  -webkit-animation: scrolls 1.3s ease-out infinite;
}

.swiper-container .go-down {
  margin: auto;
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  bottom: -50px;
  right: 0;
  left: 0;
  background-color: #fff;
  z-index: 10;
}

@-webkit-keyframes scrolls {
  0% {
    top: 10px;
    opacity: 1;
    height: 4px;
  }
  95% {
    top: 18px;
    opacity: 0;
    height: 10px;
  }
  100% {
    top: 8px;
    opacity: 1;
    height: 4px;
  }
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background-color: #fff;
  width: 100%;
  height: 100%;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.swiper-slide .background-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-slide .background-wrapper .background {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}

.image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.image > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.slider-wrapper {
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  position: absolute;
  overflow: hidden;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
}

.content-layer {
  z-index: 10000;
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

[data-pages-animation|=custom],
[data-pages-animation|=standard] {
  visibility: hidden;
}

.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0 3px;
}

.swiper-pagination-bullet-active {
  background: #2c2c2c;
}

.swiper-pagination.swiper-pagination-light .swiper-pagination-bullet,
.swiper-pagination.swiper-pagination-light .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination.swiper-pagination-dark .swiper-pagination-bullet,
.swiper-pagination.swiper-pagination-dark .swiper-pagination-bullet-active {
  background: #2c2c2c;
}

.swiper-navigation {
  width: 60px;
  text-align: center;
}

.swiper-navigation.swiper-button-next {
  right: -200px;
  background-image: url("../img/icons/arrow-right.svg");
}

.swiper-navigation.swiper-button-prev {
  left: -200px;
  background-image: url("../img/icons/arrow-left.svg");
}

.swiper-navigation.swiper-dark-solid {
  color: #ffffff;
}

.swiper-navigation.swiper-white-solid {
  background-color: #ffffff;
  color: #121212;
}

.swiper-navigation.swiper-rounded {
  width: 49px;
  height: 49px;
  line-height: 49px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
}

.swiper-navigation.swiper-rounded.swiper-button-next {
  right: 10px;
}

.swiper-navigation.swiper-rounded.swiper-button-prev {
  left: 10px;
}

.swiper-navigation.auto-reveal {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.swiper-navigation.auto-reveal.swiper-button-next {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
}

.swiper-navigation.auto-reveal.swiper-button-prev {
  -webkit-transform: translateX(-200%);
  -ms-transform: translateX(-200%);
  transform: translateX(-200%);
}

@media only screen and (min-width: 1200px) {
  .swiper-navigation.swiper-rounded {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .swiper-navigation.swiper-rounded.swiper-button-next {
    right: -200px;
  }
  .swiper-navigation.swiper-rounded.swiper-button-prev {
    left: -200px;
  }
}

.swiper-container:hover .swiper-navigation.swiper-button-next {
  right: 25px;
}

.swiper-container:hover .swiper-navigation.swiper-button-prev {
  left: 25px;
}

.carousel-cell {
  width: 100%;
  height: 490px;
  margin-right: 0;
}

/* cell number */
/* position dots in gallery */
.flickity-page-dots {
  bottom: 20px;
}

/* white circles */
.flickity-page-dots .dot {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: transparent;
  border: 2px solid white;
}

/* fill-in selected dot */
.flickity-page-dots .dot.is-selected {
  background: white;
}

.flickity-prev-next-button:disabled {
  opacity: 0.0;
  cursor: auto;
}

@media (min-width: 1023px) {
  .has-vido .must-hidden {
    display: none !important;
  }
}

.swiper-button-disabled {
  display: none !important;
}

/* -24-  [ Footer ]---------------------------------------*/
.footer {
  background: #F4F4F4;
  padding-top: 40px;
}

footer p {
  font-size: 15px;
  margin-bottom: 40px;
}

footer p:last-child {
  margin-bottom: 0;
}

.copyright-text {
  margin-bottom: 0;
  margin-top: 5px;
}

.f-social a {
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
  height: 16px;
  margin-left: 10px;
  color: rgba(0, 0, 0, 0.6);
}

/* ----  [ Footer Widgets ]---------------------------------------*/
.footer-widgets {
  overflow: visible;
}

.footer-widgets .widget {
  font-size: 15px;
  overflow: visible;
  margin-bottom: 0px;
}

.footer-widgets .widget .wpcf7 .wpcf7-form-control-wrap {
  margin-bottom: 0;
}

.footer-widgets .widget-contact {
  background-image: url(../img/map-trans.png);
  background-position: 50% 40px;
  background-repeat: no-repeat;
}

.footer-widgets .widget-title {
  font-size: 15px;
  text-transform: uppercase;
  overflow: visible;
  border-bottom: none;
  margin-bottom: 10px;
}

.footer-widgets .about-widget img {
  margin-bottom: 20px;
}

.footer-widgets .about-widget p {
  margin-bottom: 20px !important;
}

.footer-widgets .about-widget p:last-child {
  margin-bottom: 20px !important;
}

.footer-widgets .about-widget .wpcf7 {
  padding: 0 !important;
}

.widget-title .title-icon {
  margin-right: 10px;
}

.footer-widgets .widget ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 15px;
}

.footer-widgets .widget ul li {
  position: relative;
  position: relative;
  padding: 4px 0px 4px 0;
}

.footer-widgets .widget ul li:after {
  display: none;
  font-family: 'FontAwesome';
  content: "\f105";
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 15px;
}

.footer-widgets .widget ul li a {
  color: #53545E;
}

.double-li li {
  float: left;
  width: 50%;
}

/* Contact Info Widget /--------------------------------------------------------- */
.widget-contact address {
  margin-top: 23px;
}

.widget-contact address span {
  display: block;
  padding-bottom: 2px;
  padding-top: 2px;
  overflow: hidden;
  margin-bottom: 7px;
}

.widget-contact address strong {
  display: none;
}

.widget-contact address span i, .widget-contact address span svg {
  font-size: 16px;
  display: inline-block;
  width: 20px;
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}

.widget-contact .adress-overflow {
  overflow: hidden;
  margin-top: -4px;
}

body:not(.rtl) .widget-contact address .phone svg {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

.copyrights-content {
  overflow: hidden;
}

.google-map-section {
  padding: 0 !important;
}

.map-modal {
  min-width: 70%;
}

.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}

.map-modal.modal-content .modal-close-cross {
  opacity: .7;
  top: -2em;
  z-index: 99;
}

.map-modal.modal-content .modal-close-cross:before {
  color: #ffffff;
}

/*------------------------------------------------------------------
    [Responsive]
------------------------------------------------------------------*/
/* Media Queries Above 1700px */
@media only screen and (max-width: 1400px) {
  .page-template-template-gallery .small-gallery .work-item.full-item {
    max-height: 174px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1399px) {
  .main-navbar-wrapper {
    width: 100%;
  }
  .nav-bar ul li {
    margin-left: 20px;
  }
  .rtl .header .main-nav .nav-bar ul li {
    margin-left: 0;
    margin-right: 20px;
  }
}

/* Media Queries below 1200px */
@media (max-width: 1200px) {
  /*------ Header ------*/
  .header .nav-bar ul li {
    margin-left: 15px;
  }
  .header .nav-bar ul li:first-child {
    margin-left: 0;
  }
  .header .nav-btns {
    margin-left: 10px;
  }
  .header .logo-container {
    max-width: 140px !important;
  }
  .rtl .header .nav-bar ul li {
    margin-right: 15px;
  }
  .rtl .header .nav-bar ul li:first-child {
    margin-right: 0;
  }
  .rtl .header .nav-option {
    padding-right: 25px;
  }
  .project-amenities {
    width: 100%;
    padding-top: 20px;
  }
  .project-amenities .amenities {
    padding: 15px;
  }
  .cu-item .cu-details {
    padding-top: 10px;
  }
  .cu-item .cu-details .block.mb-20 {
    margin-bottom: 0;
  }
  .cu-item .thumb {
    overflow: hidden;
  }
  .cu-item .thumb img {
    min-width: 270px;
    min-height: 200px;
    width: 100%;
  }
  /* portfolio grid */
  .gallery-grid.gallery-metro-grid.gallery-4col li {
    width: 50%;
  }
  .gallery-grid.gallery-metro-grid.gallery-4col li.grid-item-double {
    width: 50%;
  }
  .gallery-grid.gallery-metro-grid.gallery-4col li.grid-item-double:last-child {
    width: 50%;
  }
  .gallery-grid.gallery-metro-grid.gallery-3col li {
    width: 50%;
  }
  .gallery-grid.gallery-metro-grid.gallery-3col li.grid-item-double {
    width: 50%;
  }
  .gallery-grid.gallery-metro-grid.gallery-3col li.grid-item-double:last-child {
    width: 50%;
  }
  .gallery-grid.gallery-metro-grid.gallery-3col li {
    width: 50%;
  }
  .gallery-grid.gallery-metro-grid.gallery-3col li.grid-item-double {
    width: 50%;
  }
  .gallery-grid.gallery-metro-grid.gallery-3col li.grid-item-double:last-child {
    width: 50%;
  }
  .images-modern {
    min-height: 341px !important;
    margin-bottom: 100px;
    transform: translateX(-40px);
  }
  .images-modern .im-master {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
  }
  .images-modern .im-right {
    position: absolute;
    top: 10%;
    right: -100px;
    width: 180px;
  }
  .images-modern .im-bottom {
    position: absolute;
    right: 50%;
    bottom: -100px;
    width: 300px;
  }
  .pm-video {
    height: 420px;
    box-shadow: 0 19px 22px rgba(0, 0, 0, 0.2);
  }
  .pm-video iframe {
    min-height: 420px;
    height: 420px;
  }
}
@media all and (max-width: 1024px) {
  .featured-project .fp-content p{
    font-size: 16px !important;
    line-height: normal !important;
  }
  .videobg .background-image-holder,
  .videobg .container {
    opacity: 1 !important;
  }
  .videobg .loading-indicator {
    display: none;
  }
  .videobg video {
    display: none;
  }
}

@media only screen and (max-width: 1199px) {
  .alt-features-item.icon-font-item {
    position: relative;
    padding: 0.7em 1em;
    border: none;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.06);
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  .alt-features-item.icon-font-item .features-icon {
    float: left;
    width: 40px;
    height: 70px;
    line-height: 62px;
    font-size: 32px;
    margin-right: 10px;
    text-align: center;
  }
  .alt-features-item.icon-font-item .action-more i {
    font-size: 25px;
  }
  .alt-features-item.icon-font-item h5 {
    font-size: 1em;
    margin-bottom: 0;
    margin-top: 5px;
    line-height: 22px;
  }
  .alt-features-item.icon-font-item p {
    font-size: 14px;
  }
}

/* Media Queries above 992px */
@media (min-width: 992px) and (max-width: 1200px) {
  .page-template-template-gallery .small-gallery .work-item.full-item {
    max-height: 143px;
  }
}

/* Media Queries above 992px */
/* Media Queries Below 991px */
@media (max-width: 991px) {
  .page-template-template-gallery .small-gallery .work-item.full-item {
    max-height: 233px !important;
  }
  .slider-wrapper.mobmbgright {
    background-position: right !important;
  }
  .slider-wrapper.mobmbgleft {
    background-position: left !important;
  }
  .slider-wrapper.mobbgcenter {
    background-position: center !important;
  }
  h2 {
    font-size: 24px;
  }
  /*------ Call to Actions ------*/
  .call-to-action {
    text-align: center;
  }
  .call-to-action .cta-heading {
    margin-bottom: 10px;
  }
  .call-to-action .cta-btns-holder.pull-right {
    float: none !important;
  }
  /*------ Footer -------*/
  h2.hero-head {
    font-size: 44px;
  }
  /*------ Sections ------*/
  .side-image .content {
    padding: 40px 0;
  }
  .cu-item .cu-details {
    padding: 30px !important;
  }
  .cu-item .cu-details .block.mb-20 {
    margin-bottom: 0;
  }
  /*------ Portfolio ------*/
  .container .portfolio-columns-3 .work-item,
  .portfolio-columns-3 .work-item,
  .portfolio-columns-5 .work-item,
  .work-item {
    width: 50%;
  }
  .gallery-grid.gallery-3col li, .blog-grid.blog-6col li {
    width: 50%;
  }
  .gallery-grid.gallery-4col li, .blog-grid.blog-4col li {
    width: 50%;
  }
  .sidebar-wrapper .gallery-grid.gallery-4col li, .sidebar-wrapper .blog-grid.gallery-4col li {
    width: 50%;
  }
  .gallery-grid.gallery-4col li.grid-item-double, .blog-grid.blog-4col li.grid-item-double {
    width: 50%;
  }
  .gallery-grid.gallery-4col li.grid-item-double:last-child, .blog-grid.blog-4col li.grid-item-double:last-child {
    width: 50%;
  }
  .gallery-grid.gallery-3col li, .blog-grid.blog-3col li {
    width: 50%;
  }
  .gallery-grid.gallery-3col li.grid-item-double, .blog-grid.blog-3col li.grid-item-double {
    width: 50%;
  }
  .gallery-grid.gallery-3col li, .blog-grid.blog-5col li {
    width: 50%;
  }
  .gallery-grid.gallery-3col li.grid-item-double, .blog-grid.blog-5col li.grid-item-double {
    width: 50%;
  }
  /*------ Elements ------*/
  .btn-mod.btn-small {
    padding: 4px 8px;
    font-size: 13px !important;
  }
  .btn-mod.btn-vsmall {
    padding: 5px 10px;
    font-size: 12px;
  }
  .btn-mod.btn-medium {
    padding: 8px 18px;
    font-size: 14px;
  }
  .btn-mod.btn-large {
    padding: 16px 20px;
    font-size: 14px;
  }
  .btn-mod.btn-xlarge {
    padding: 18px 35px;
    font-size: 16px;
  }
  .btn-mod.btn-xxlarge {
    padding: 18px 60px;
    font-size: 19px;
  }
  /*------ Pagination ------*/
  .pagination > li > a,
  .pagination > li > span {
    line-height: 27px !important;
    height: 30px !important;
    width: 30px !important;
    font-size: 13px;
    margin: 0 1px !important;
  }
  .pagination > li:first-child > a,
  .pagination > li:last-child > a {
    width: auto !important;
    line-height: 25px !important;
    font-size: 13px;
    padding: 0 10px;
  }
  .post-tags ul a {
    padding: 3px 8px;
    font-size: 12px;
  }
  .project-amenities .amenities {
    position: relative;
    width: 25%;
    margin-left: 1%;
    margin-bottom: 10px;
    padding: 20px;
  }
}

/* Media Queries above 768px */
/* Media Queries Blew 768px */
@media (max-width: 991px) {
  .project-gallery img.lazy {
    width: 100%;
}
  .sub-navigation .subnav li {
    width: 23%;
    margin-left: 2%;
    margin-right: 2%;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

/* Media Queries below 767px */
@media (max-width: 767px) {
  section {
    padding-top: 3.000em;
    padding-bottom: 3.000em;
    position: relative;
  }
  .page-template-template-gallery .small-gallery .work-item.full-item {
    max-height: 100% !important;
  }
  .toggle-search input[type="text"] {
    padding: 0 60px 0 0;
    font-size: 14px;
  }
  .modal-team-content {
    padding: 0 !important;
  }
  .modal-container .modal-content .modal-close-cross {
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    text-align: center;
  }
  .modal-container .modal-content .modal-close-cross::before {
    color: #fff;
    width: 15px;
  }
  .team-content.showbio {
    width: 100%;
    height: 100%;
    padding: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .team-content.showbio .tcc-img {
    float: none;
    margin-bottom: 30px;
    margin-right: 0;
    margin-left: 0;
    max-height: 50%;
    overflow: hidden;
  }
  .team-content.showbio .tcc-img img {
    max-width: 100%;
    width: 100%;
  }
  .team-content.showbio .tccc-content {
    height: 80vh;
  }
  .team-content.showbio .tcc-content {
    padding: 15px;
  }
  .team-content .tcccicon {
    top: 10px;
    right: 12px;
  }
  .section-sm-auto-height {
    min-height: auto !important;
    height: auto !important;
  }
  .section-sm-auto-height .force-height-parent {
    min-height: auto !important;
    height: auto !important;
  }
  .gallery-grid.gallery-3col li, .blog-grid.blog-6col li {
    width: 100%;
  }
  .gallery-grid.gallery-3col li.grid-item-double, .blog-grid.blog-6col li.grid-item-double {
    width: 100%;
  }
  .gallery-grid.gallery-4col li, .blog-grid.gallery-4col li {
    width: 100%;
  }
  .gallery-grid.gallery-4col li.grid-item-double, .blog-grid.blog-4col li.grid-item-double {
    width: 100%;
  }
  .gallery-grid.gallery-4col li.grid-item-double:last-child, .blog-grid.blog-4col li.grid-item-double:last-child {
    width: 100%;
  }
  .gallery-grid.gallery-3col li, .blog-grid.gallery-3col li {
    width: 100%;
  }
  .gallery-grid.gallery-3col li.grid-item-double, .blog-grid.gallery-3col li.grid-item-double {
    width: 100%;
  }
  .gallery-grid.gutter-small, .blog-grid.gutter-small {
    margin: 0 7px;
  }
  .gallery-grid.gutter-small li, .blog-grid.gutter-small li {
    padding: 7px 7px;
  }
  .gallery-grid.gutter-extra-large li, .blog-grid.gutter-extra-large li {
    padding: 15px;
  }
  .gallery-grid.gutter-extra-large, .blog-grid.gutter-extra-large {
    margin: 0 -15px;
  }
  .hover-option8 .grid-item .portfolio-icon {
    right: 39px;
    top: 34px;
  }
  .gallery-grid.gutter-medium, .blog-grid.gutter-medium, .gallery-grid.gutter-large, .gallery-grid.gutter-large, .blog-grid.gutter-large {
    margin: 0;
  }
  .gallery-grid.gutter-medium li, .blog-grid.gutter-medium li, .gallery-grid.gutter-large li, .blog-grid.gutter-large li {
    padding: 7px 0;
  }
  .gallery-grid.gallery-3col li, .blog-grid.blog-5col li {
    width: 100%;
  }
  .gallery-grid.gallery-3col li.grid-item-double, .blog-grid.blog-5col li.grid-item-double {
    width: 100%;
  }
  /* portfolio 2 column */
  .gallery-grid.gallery-2col li, .blog-grid.gallery-2col li {
    width: 100%;
  }
  .gallery-grid.gallery-2col li.grid-item-double, .blog-grid.gallery-2col li.grid-item-double {
    width: 100%;
  }
  /* portfolio grid */
  .gallery-grid.gallery-metro-grid.gallery-4col li {
    width: 100%;
  }
  .gallery-grid.gallery-metro-grid.gallery-4col li.grid-item-double {
    width: 100%;
  }
  .gallery-grid.gallery-metro-grid.gallery-4col li.grid-item-double:last-child {
    width: 100%;
  }
  .gallery-grid.gallery-metro-grid.gallery-3col li {
    width: 100%;
  }
  .gallery-grid.gallery-metro-grid.gallery-3col li.grid-item-double {
    width: 100%;
  }
  .gallery-grid.gallery-metro-grid.gallery-3col li.grid-item-double:last-child {
    width: 100%;
  }
  .gallery-grid.gallery-metro-grid.gallery-3col li {
    width: 100%;
  }
  .gallery-grid.gallery-metro-grid.gallery-3col li.grid-item-double {
    width: 100%;
  }
  .gallery-grid.gallery-metro-grid.gallery-3col li.grid-item-double:last-child {
    width: 100%;
  }
  /* Work navigation */
  .work-navigation li .nav-icon {
    min-width: 40px;
    text-align: center;
  }
  .featured-project.height-35 {
    min-height: 260px;
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .alt-features-item {
    padding: 1.30em 0;
    border: none;
  }
  .jumbotron.full-width,
  .slideshow {
    height: calc(100vh - 79px);
  }
  .jumbotron.full-width {
    font-size: 15px;
  }
  .jumbotron.full-width .swiper-button-next,
  .jumbotron.full-width .swiper-button-prev {
    opacity: 0;
  }
  .jumbotron.full-width .full-height {
    height: calc(100vh - 79px) !important;
  }
  .jumbotron.full-width .full-height .container-xs-height {
    padding: 0 !important;
  }
  .jumbotron.full-width h1 {
    font-size: 30px !important;
  }
  .has-quote .hero-head {
    font-size: 18px !important;
    line-height: 26px;
    margin-bottom: 5px;
  }
  .has-quote p.quote-p {
    font-size: 15px !important;
    line-height: 24px;
    padding: 0 !important;
  }
  .has-quote p.quote-p .quote-p-author {
    font-size: 13px !important;
  }
  .has-quote p.quote-p .quote-p-author:before {
    margin-bottom: -13px;
  }
  .mobile-customized .content-layer {
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  }
  .mobile-customized .col-middle {
    vertical-align: bottom !important;
  }
  .mobile-customized .col-middle .has-quote {
    padding-bottom: 25%;
  }
  .mobile-customized .mouse-wrapper {
    margin: 0 auto;
    width: 28px;
    left: auto;
    bottom: 11%;
    right: 15px;
  }
  .mobile-customized .mouse {
    width: 20px;
    height: 32px;
    border: 2px solid transparent;
  }
  .mobile-customized .mouse .mouse-scroll {
    top: 7px;
    left: 6px;
  }
  .mobile-customized.large-text .has-quote .hero-head {
    font-size: 21px !important;
    line-height: 29px;
    margin-bottom: 15px;
  }
  .mobile-customized.large-text .has-quote p.quote-p {
    font-size: 16px !important;
    line-height: 26px;
    padding: 0 !important;
  }
  .mobile-customized.large-text .has-quote p.quote-p .quote-p-author {
    font-size: 14px !important;
    font-weight: bold;
  }
  .mobile-customized.large-text .has-quote p.quote-p .quote-p-author:before {
    margin-bottom: -15px;
  }
  .rtl .mobile-customized .mouse-wrapper {
    right: auto;
    left: 15px;
  }
  .accordion > dd {
    font-size: 15px;
    line-height: 26px;
    color: rgba(0, 0, 0, 0.5);
  }
  .extra-meta {
    float: left;
  }
  .extra-meta.post-share {
    float: right;
  }
  .footer-widgets .widget ul {
    overflow: hidden;
  }
  .footer-widgets .widget ul li {
    float: left;
    width: 48%;
  }
  .rtl .footer-widgets .widget ul li {
    float: right;
  }
  .wpcf7 .form-group-holder {
    padding: 0 20px;
    background: #f9f9f9;
    height: auto;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.08);
    overflow: hidden;
  }
  .map-modal.modal-content .modal-close-cross {
    top: 15px;
  }
}

/* Media Queries above 480px */
/* Media Queries below 480px */
@media (max-width: 480px) {
  .mobile-customized .col-middle {
    vertical-align: middle !important;
}
  body .btmbg-mob {
    background-position-x: 19% !important;
  }
  h1 {
    font-size: 28px;
  }
  h1.post-title {
    font-size: 24px;
    line-height: 40px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
  .entry-content .alignright {
    margin-left: 0 !important;
    float: none;
    width: 100%;
    margin-bottom: 20px !important;
  }
  section {
    padding-top: 2.000em;
    padding-bottom: 2.000em;
    position: relative;
  }
  .project-image-block .inner {
    padding: 0 15px !important;
  }
  .videobg h2 {
    font-size: 20px !important;
    margin-top: 30px !important;
  }
  .hero-section {
    margin-top: 80px;
  }
  /*------ Utility ------*/
  .pull-xs-center {
    float: none !important;
    text-align: center !important;
  }
  .text-xs-center {
    text-align: center !important;
  }
  .border-xs-no {
    border: none !important;
  }
  .superxlarge {
    font-size: 50px !important;
  }
  .fontsize-xxxxxl {
    font-size: 35px !important;
  }
  /*------ Header ------*/
  .nav-logo-wrap .logo-container {
    width: 100px;
  }
  body #fp-nav.right {
    right: -5px !important;
  }
  body .fp-section {
    font-size: 15px;
    line-height: 1.6871428571em;
  }
  body .fp-section h2 {
    font-size: 22px;
  }
  body .fp-section h6 {
    font-size: 13px;
  }
  body.rtl .fp-section {
    font-size: 15px;
    line-height: 1.6871428571em;
  }
  body.rtl .fp-section .inner {
    padding-right: 15px;
    padding-left: 15px;
  }
  .nav-option {
    padding-left: 25px;
  }
  .site-langs {
    margin-right: 10px;
  }
  .rtl .nav-btns {
    margin-right: 0;
  }
  .rtl .nav-option {
    padding-left: 0;
    padding-right: 25px;
  }
  .rtl .nav-option:first-child {
    padding-right: 0;
  }
  .rtl .site-langs {
    margin-right: 0;
    margin-left: 10px;
  }
  /*------ Navbar------*/
  .header .logo-container {
    max-width: 100px !important;
  }
  .sm-screen .nav-btns {
    margin-left: 10px;
  }
  .sm-screen .menu-item-mega-menu [class*="col"] {
    padding: 0;
  }
  /*------ Search ------*/
  .hreo-search-wrap {
    overflow: hidden;
    padding: 20px 15px;
  }
  /*------ Hero Section ------*/
  .hero-section .hero-content .hero-text.vertical-bottom {
    vertical-align: bottom;
    padding-bottom: 18px !important;
  }
  .hero-section .hero-content .hero-text.vertical-xs-middle {
    vertical-align: middle;
  }
  .hero-section .hero-content .hero-text.vertical-xs-bottom {
    vertical-align: bottom;
    padding-bottom: 48px !important;
  }
  .alt-features-item {
    border-right: none;
    padding: 1em 0.5em;
  }
  .alt-features-item .features-title {
    font-size: 17px;
  }
  .alt-features-item p {
    font-size: 14px;
  }
  .alt-features-item .features-icon {
    width: 40px;
    margin-right: 20px;
  }
  .rtl .alt-features-item {
    border-left: none;
  }
  .rtl .alt-features-item .features-icon {
    margin-right: 0;
  }
  .rtl .alt-features-item p {
    font-size: 16px;
  }
  .footer {
    padding-top: 40px;
  }
  .widget.pl-30 {
    padding-left: 0 !important;
  }
  .footer-widgets .widget {
    margin-bottom: 30px;
  }
  .widget.about-widget.pr-90 {
    padding-right: 0 !important;
  }
  .footer-widgets,
  .footer-widgets .widget {
    overflow: visible;
  }
  .newsletter-form {
    height: auto;
    overflow: visible;
  }
  .newsletter-form input.form-control {
    position: relative;
    width: 100%;
    height: 55px;
    float: none;
    margin-right: 0;
  }
  .newsletter-form input.btn {
    position: relative;
    width: 100%;
    height: 55px;
    float: none;
  }
  .sub-navigation .subnav li {
    display: block;
    width: 100%;
    margin: 0;
  }
  .sub-navigation .subnav li.current_page_item {
    background-color: rgba(0, 0, 0, 0.06);
    border-width: 0;
  }
  .sub-navigation .subnav li.current_page_item a {
    color: #171B21;
  }
  .sub-navigation .subnav li a {
    padding: 0.5em 0;
    display: block;
  }
  .wraped-video.mt--350 {
    margin-top: 0 !important;
  }
  .bg-grey.pb-200 {
    padding-bottom: 0 !important;
  }
  .big-video {
    height: 276px;
  }
  .row.mt-70 {
    margin-top: 30px;
  }
  .inner.text-center.mb-100 {
    margin-bottom: 20px !important;
  }
  .team-col {
    margin-bottom: 0;
  }
  .team-col .team-col-image {
    margin-right: 20px;
  }
  .team-col .team-col-image img {
    min-height: 172px;
  }
  /*------ Sections ------*/
  .section-height-large,
  .section-height-xlarge {
    min-height: 590px;
  }
  .section-title.pull-left {
    float: none !important;
    text-align: center;
  }
  .project-amenities {
    width: 100%;
    padding-top: 20px;
  }
  .project-amenities .amenities {
    position: relative;
    width: 48%;
    margin-left: 1%;
    margin-bottom: 10px;
    padding: 20px;
  }
  .accordion > dd {
    font-size: 15px;
    line-height: 26px;
    color: rgba(0, 0, 0, 0.5);
  }
  .extra-meta {
    float: left;
  }
  .extra-meta.post-share {
    float: right;
  }
  /*------ Portfolio ------*/
  .container .portfolio-columns-3 .work-item,
  .portfolio-columns-2 .work-item,
  .portfolio-columns-3 .work-item,
  .portfolio-columns-5 .work-item,
  .work-item {
    width: 100%;
  }
  /* Work navigation */
  .work-navigation:not(.force-show-text) li .nav-text {
    display: none;
  }
  .work-navigation:not(.force-show-text) li .nav-icon {
    min-width: 60px;
    text-align: center;
  }
  /*------ Side Images ------*/
  .side-image .image-container {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    float: none !important;
    min-height: 300px;
  }
  .entry-details {
    padding-bottom: 0;
  }
  .entry-meta li {
    width: 50%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .entry-meta li:before {
    display: none;
  }
  /*------ Newsletter ------*/
  .newsletter-form input.form-control {
    width: 100%;
    margin-bottom: 0;
  }
  .newsletter-form input.btn {
    width: 100%;
  }
  .modal-content textarea {
    max-height: 110px;
  }
  /*------ Footer ------*/
  .footer-widgets [class*="col"]:last-child .widget {
    margin-bottom: 0;
  }
  .footer-menu li {
    margin-right: 15px;
  }
  .copyright-text.pull-left {
    margin-bottom: 3px !important;
  }
  .widget-contact address {
    margin-top: 13px;
  }
  .copyright-text.pull-left,
  .f-social.pull-right {
    float: none !important;
  }
  .f-social a {
    vertical-align: top;
  }
  .footer-widgets .about-widget p {
    margin-bottom: 0 !important;
  }
  .copyrights-content {
    text-align: center;
  }
  /*------ Buttons ------*/
  .header .btn.btn-sm {
    font-size: 0.8125em;
    padding: 0.438em 0.50em;
  }
  .img-block-wrapper .img-blocks {
    height: 290px;
  }
  .inner.pl-80.pt-50 {
    padding-left: 0 !important;
  }
  p:last-child {
    margin-bottom: 0;
  }
  .inner .pr-40.pt-40 {
    padding-top: 10px !important;
    padding-right: 0 !important;
  }
  .imageblock .entry-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .btn:not(.dropdown-toggle).btn-lg {
    font-size: 0.95em !important;
    padding: 1em 2em !important;
  }
  .modal-container .modal-content {
    padding-top: 0 !important;
  }
  .modal-container .modal-content p {
    font-size: 14px;
    line-height: 1.5 !important;
  }
  .modal-container .modal-content .wpcf7 .wpcf7-form-control-wrap {
    margin-bottom: 10px;
  }
  .modal-container .modal-content .wpcf7-submit {
    margin-bottom: 10px !important;
    margin-top: 20px !important;
  }
  .modal-container .modal-content .inner {
    padding: 15px !important;
  }
  .wpcf7 .form-group-holder {
    padding: 0 15px;
  }
  .wpcf7 .customrecaptcha div:first-child {
    height: 67px !important;
    max-height: 67px !important;
    transform: translateX(-5px);
    overflow: hidden;
  }
}

/* Media Queries below 480px */
/* clear first in row in ie 8 or lower */
.multi-columns-row .col-xs-1:nth-child(12n + 13),
.multi-columns-row .col-xs-2:nth-child(6n + 7),
.multi-columns-row .col-xs-3:nth-child(4n + 5),
.multi-columns-row .col-xs-4:nth-child(3n + 4),
.multi-columns-row .col-xs-6:nth-child(2n + 3),
.multi-columns-row .first-in-row {
  clear: left;
}

/* clear the first in row for any block that has the class "multi-columns-row" */
@media (min-width: 768px) {
  /* reset previous grid */
  .multi-columns-row .col-xs-1:nth-child(12n + 13),
  .multi-columns-row .col-xs-2:nth-child(6n + 7),
  .multi-columns-row .col-xs-3:nth-child(4n + 5),
  .multi-columns-row .col-xs-4:nth-child(3n + 4),
  .multi-columns-row .col-xs-6:nth-child(2n + 3) {
    clear: none;
  }
  .multi-columns-row .col-sm-1:nth-child(12n + 13),
  .multi-columns-row .col-sm-2:nth-child(6n + 7),
  .multi-columns-row .col-sm-3:nth-child(4n + 5),
  .multi-columns-row .col-sm-4:nth-child(3n + 4),
  .multi-columns-row .col-sm-6:nth-child(2n + 3) {
    clear: left;
  }
  /* clear first in row for small columns */
}

@media (min-width: 992px) {
  /* reset previous grid */
  .multi-columns-row .col-sm-1:nth-child(12n + 13),
  .multi-columns-row .col-sm-2:nth-child(6n + 7),
  .multi-columns-row .col-sm-3:nth-child(4n + 5),
  .multi-columns-row .col-sm-4:nth-child(3n + 4),
  .multi-columns-row .col-sm-6:nth-child(2n + 3) {
    clear: none;
  }
  .multi-columns-row .col-md-1:nth-child(12n + 13),
  .multi-columns-row .col-md-2:nth-child(6n + 7),
  .multi-columns-row .col-md-3:nth-child(4n + 5),
  .multi-columns-row .col-md-4:nth-child(3n + 4),
  .multi-columns-row .col-md-6:nth-child(2n + 3) {
    clear: left;
  }
  /* clear first in row for medium columns */
}

@media (min-width: 1200px) {
  /* reset previous grid */
  .multi-columns-row .col-md-1:nth-child(12n + 13),
  .multi-columns-row .col-md-2:nth-child(6n + 7),
  .multi-columns-row .col-md-3:nth-child(4n + 5),
  .multi-columns-row .col-md-4:nth-child(3n + 4),
  .multi-columns-row .col-md-6:nth-child(2n + 3) {
    clear: none;
  }
  .multi-columns-row .col-lg-1:nth-child(12n + 13),
  .multi-columns-row .col-lg-2:nth-child(6n + 7),
  .multi-columns-row .col-lg-3:nth-child(4n + 5),
  .multi-columns-row .col-lg-4:nth-child(3n + 4),
  .multi-columns-row .col-lg-6:nth-child(2n + 3) {
    clear: left;
  }
  /* clear first in row for large columns */
}

/*
 * CSS Margin & Padding
 * LioIT Themes
 * www.lioit.com
 */
.no-pad,
.p-0 {
  padding: 0 !important;
}

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

.p10p {
  padding: 10% !important;
}

/**
 * Margins
 */
.mt--200 {
  margin-top: -200px !important;
}

.mt--300 {
  margin-top: -300px !important;
}

.mt--350 {
  margin-top: -350px !important;
}

.mt--400 {
  margin-top: -400px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
 *
 * Paddings
 *
 */
.p-0 {
  padding: 0px !important;
}

.p-1 {
  padding: 1px;
}

.p-2 {
  padding: 2px;
}

.p-3 {
  padding: 3px;
}

.p-4 {
  padding: 4px;
}

.p-5 {
  padding: 5px;
}

.p-6 {
  padding: 6px;
}

.p-7 {
  padding: 7px;
}

.p-8 {
  padding: 8px;
}

.p-9 {
  padding: 9px;
}

.p-10 {
  padding: 10px;
}

.p-15 {
  padding: 15px;
}

.p-20 {
  padding: 20px;
}

.p-25 {
  padding: 25px;
}

.p-30 {
  padding: 30px;
}

.p-35 {
  padding: 35px;
}

.p-40 {
  padding: 40px;
}

.p-45 {
  padding: 45px;
}

.p-50 {
  padding: 50px;
}

.p-55 {
  padding: 55px;
}

.p-60 {
  padding: 60px;
}

.p-65 {
  padding: 65px;
}

.p-70 {
  padding: 70px;
}

.p-75 {
  padding: 75px;
}

.p-80 {
  padding: 80px;
}

.p-85 {
  padding: 85px;
}

.p-90 {
  padding: 90px;
}

.p-95 {
  padding: 95px;
}

.p-100 {
  padding: 100px;
}

.p-105 {
  padding: 105px;
}

.p-110 {
  padding: 110px;
}

.p-115 {
  padding: 115px;
}

.p-120 {
  padding: 120px;
}

.p-125 {
  padding: 125px;
}

.p-130 {
  padding: 130px;
}

.p-135 {
  padding: 135px;
}

.p-140 {
  padding: 140px;
}

.p-145 {
  padding: 145px;
}

.p-150 {
  padding: 150px;
}

.p-155 {
  padding: 155px;
}

.p-160 {
  padding: 160px;
}

.p-165 {
  padding: 165px;
}

.p-170 {
  padding: 170px;
}

.p-175 {
  padding: 175px;
}

.p-180 {
  padding: 180px;
}

.p-185 {
  padding: 185px;
}

.p-190 {
  padding: 190px;
}

.p-195 {
  padding: 195px;
}

.p-200 {
  padding: 200px;
}

/* ................................... */
.pt-0 {
  padding-top: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ................................... */
.pr-0 {
  padding-right: 0px;
}

.pr-1 {
  padding-right: 1px;
}

.pr-2 {
  padding-right: 2px;
}

.pr-3 {
  padding-right: 3px;
}

.pr-4 {
  padding-right: 4px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-6 {
  padding-right: 6px;
}

.pr-7 {
  padding-right: 7px;
}

.pr-8 {
  padding-right: 8px;
}

.pr-9 {
  padding-right: 9px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-105 {
  padding-right: 105px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-160 {
  padding-right: 160px;
}

.pr-165 {
  padding-right: 165px;
}

.pr-170 {
  padding-right: 170px;
}

.pr-175 {
  padding-right: 175px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-185 {
  padding-right: 185px;
}

.pr-190 {
  padding-right: 190px;
}

.pr-195 {
  padding-right: 195px;
}

.pr-200 {
  padding-right: 200px;
}

/* ................................... */
.pl-0 {
  padding-left: 0px;
}

.pl-1 {
  padding-left: 1px;
}

.pl-2 {
  padding-left: 2px;
}

.pl-3 {
  padding-left: 3px;
}

.pl-4 {
  padding-left: 4px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-6 {
  padding-left: 6px;
}

.pl-7 {
  padding-left: 7px;
}

.pl-8 {
  padding-left: 8px;
}

.pl-9 {
  padding-left: 9px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-165 {
  padding-left: 165px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-175 {
  padding-left: 175px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-185 {
  padding-left: 185px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-195 {
  padding-left: 195px;
}

.pl-200 {
  padding-left: 200px;
}

/* ................................... */
.pb-0 {
  padding-bottom: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-105 {
  padding-bottom: 105px !important;
}

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

.pb-115 {
  padding-bottom: 115px !important;
}

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

.pb-125 {
  padding-bottom: 125px !important;
}

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

.pb-135 {
  padding-bottom: 135px !important;
}

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

.pb-145 {
  padding-bottom: 145px !important;
}

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

.pb-155 {
  padding-bottom: 155px !important;
}

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

.pb-165 {
  padding-bottom: 165px !important;
}

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

.pb-175 {
  padding-bottom: 175px !important;
}

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

.pb-185 {
  padding-bottom: 185px !important;
}

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

.pb-195 {
  padding-bottom: 195px !important;
}

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

/**
 *
 * Responsive
 *
 */
@media only screen and (min-width: 1200px) {
  .mt-md-0 {
    margin-top: 0px !important;
  }
  .mt-md-1 {
    margin-top: 1px !important;
  }
  .mt-md-2 {
    margin-top: 2px !important;
  }
  .mt-md-3 {
    margin-top: 3px !important;
  }
  .mt-md-4 {
    margin-top: 4px !important;
  }
  .mt-md-5 {
    margin-top: 5px !important;
  }
  .mt-md-6 {
    margin-top: 6px !important;
  }
  .mt-md-7 {
    margin-top: 7px !important;
  }
  .mt-md-8 {
    margin-top: 8px !important;
  }
  .mt-md-9 {
    margin-top: 9px !important;
  }
  .mt-md-10 {
    margin-top: 10px !important;
  }
  .mt-md-15 {
    margin-top: 15px !important;
  }
  .mt-md-20 {
    margin-top: 20px !important;
  }
  .mt-md-25 {
    margin-top: 25px !important;
  }
  .mt-md-30 {
    margin-top: 30px !important;
  }
  .mt-md-35 {
    margin-top: 35px !important;
  }
  .mt-md-40 {
    margin-top: 40px !important;
  }
  .mt-md-45 {
    margin-top: 45px !important;
  }
  .mt-md-50 {
    margin-top: 50px !important;
  }
  .mt-md-55 {
    margin-top: 55px !important;
  }
  .mt-md-60 {
    margin-top: 60px !important;
  }
  .mt-md-65 {
    margin-top: 65px !important;
  }
  .mt-md-70 {
    margin-top: 70px !important;
  }
  .mt-md-75 {
    margin-top: 75px !important;
  }
  .mt-md-80 {
    margin-top: 80px !important;
  }
  .mt-md-85 {
    margin-top: 85px !important;
  }
  .mt-md-90 {
    margin-top: 90px !important;
  }
  .mt-md-95 {
    margin-top: 95px !important;
  }
  .mt-md-100 {
    margin-top: 100px !important;
  }
  /* ................................... */
  .mb-md-0 {
    margin-bottom: 0px !important;
  }
  .mb-md-1 {
    margin-bottom: 1px !important;
  }
  .mb-md-2 {
    margin-bottom: 2px !important;
  }
  .mb-md-3 {
    margin-bottom: 3px !important;
  }
  .mb-md-4 {
    margin-bottom: 4px !important;
  }
  .mb-md-5 {
    margin-bottom: 5px !important;
  }
  .mb-md-6 {
    margin-bottom: 6px !important;
  }
  .mb-md-7 {
    margin-bottom: 7px !important;
  }
  .mb-md-8 {
    margin-bottom: 8px !important;
  }
  .mb-md-9 {
    margin-bottom: 9px !important;
  }
  .mb-md-10 {
    margin-bottom: 10px !important;
  }
  .mb-md-15 {
    margin-bottom: 15px !important;
  }
  .mb-md-20 {
    margin-bottom: 20px !important;
  }
  .mb-md-25 {
    margin-bottom: 25px !important;
  }
  .mb-md-30 {
    margin-bottom: 30px !important;
  }
  .mb-md-35 {
    margin-bottom: 35px !important;
  }
  .mb-md-40 {
    margin-bottom: 40px !important;
  }
  .mb-md-45 {
    margin-bottom: 45px !important;
  }
  .mb-md-50 {
    margin-bottom: 50px !important;
  }
  .mb-md-55 {
    margin-bottom: 55px !important;
  }
  .mb-md-60 {
    margin-bottom: 60px !important;
  }
  .mb-md-65 {
    margin-bottom: 65px !important;
  }
  .mb-md-70 {
    margin-bottom: 70px !important;
  }
  .mb-md-75 {
    margin-bottom: 75px !important;
  }
  .mb-md-80 {
    margin-bottom: 80px !important;
  }
  .mb-md-85 {
    margin-bottom: 85px !important;
  }
  .mb-md-90 {
    margin-bottom: 90px !important;
  }
  .mb-md-95 {
    margin-bottom: 95px !important;
  }
  .mb-md-100 {
    margin-bottom: 100px !important;
  }
  .mb-md-105 {
    margin-bottom: 105px !important;
  }
  .mb-md-110 {
    margin-bottom: 110px !important;
  }
  .mb-md-115 {
    margin-bottom: 115px !important;
  }
  .mb-md-120 {
    margin-bottom: 120px !important;
  }
  .mb-md-125 {
    margin-bottom: 125px !important;
  }
  .mb-md-130 {
    margin-bottom: 130px !important;
  }
  .mb-md-135 {
    margin-bottom: 135px !important;
  }
  .mb-md-140 {
    margin-bottom: 140px !important;
  }
  .mb-md-145 {
    margin-bottom: 145px !important;
  }
  .mb-md-150 {
    margin-bottom: 150px !important;
  }
  .mb-md-155 {
    margin-bottom: 155px !important;
  }
  .mb-md-160 {
    margin-bottom: 160px !important;
  }
  .mb-md-165 {
    margin-bottom: 165px !important;
  }
  .mb-md-170 {
    margin-bottom: 170px !important;
  }
  .mb-md-175 {
    margin-bottom: 175px !important;
  }
  .mb-md-180 {
    margin-bottom: 180px !important;
  }
  .mb-md-185 {
    margin-bottom: 185px !important;
  }
  .mb-md-190 {
    margin-bottom: 190px !important;
  }
  .mb-md-195 {
    margin-bottom: 195px !important;
  }
  .mb-md-200 {
    margin-bottom: 200px !important;
  }
  /* ................................... */
  .p-md-0 {
    padding: 0px !important;
  }
  .p-md-1 {
    padding: 1px !important;
  }
  .p-md-2 {
    padding: 2px !important;
  }
  .p-md-3 {
    padding: 3px !important;
  }
  .p-md-4 {
    padding: 4px !important;
  }
  .p-md-5 {
    padding: 5px !important;
  }
  .p-md-6 {
    padding: 6px !important;
  }
  .p-md-7 {
    padding: 7px !important;
  }
  .p-md-8 {
    padding: 8px !important;
  }
  .p-md-9 {
    padding: 9px !important;
  }
  .p-md-10 {
    padding: 10px !important;
  }
  .p-md-15 {
    padding: 15px !important;
  }
  .p-md-20 {
    padding: 20px !important;
  }
  .p-md-25 {
    padding: 25px !important;
  }
  .p-md-30 {
    padding: 30px !important;
  }
  .p-md-35 {
    padding: 35px !important;
  }
  .p-md-40 {
    padding: 40px !important;
  }
  .p-md-45 {
    padding: 45px !important;
  }
  .p-md-50 {
    padding: 50px !important;
  }
  .p-md-55 {
    padding: 55px !important;
  }
  .p-md-60 {
    padding: 60px !important;
  }
  .p-md-65 {
    padding: 65px !important;
  }
  .p-md-70 {
    padding: 70px !important;
  }
  .p-md-75 {
    padding: 75px !important;
  }
  .p-md-80 {
    padding: 80px !important;
  }
  .p-md-85 {
    padding: 85px !important;
  }
  .p-md-90 {
    padding: 90px !important;
  }
  .p-md-95 {
    padding: 95px !important;
  }
  .p-md-100 {
    padding: 100px !important;
  }
  .p-md-105 {
    padding: 105px !important;
  }
  .p-md-110 {
    padding: 110px !important;
  }
  .p-md-115 {
    padding: 115px !important;
  }
  .p-md-120 {
    padding: 120px !important;
  }
  .p-md-125 {
    padding: 125px !important;
  }
  .p-md-130 {
    padding: 130px !important;
  }
  .p-md-135 {
    padding: 135px !important;
  }
  .p-md-140 {
    padding: 140px !important;
  }
  .p-md-145 {
    padding: 145px !important;
  }
  .p-md-150 {
    padding: 150px !important;
  }
  .p-md-155 {
    padding: 155px !important;
  }
  .p-md-160 {
    padding: 160px !important;
  }
  .p-md-165 {
    padding: 165px !important;
  }
  .p-md-170 {
    padding: 170px !important;
  }
  .p-md-175 {
    padding: 175px !important;
  }
  .p-md-180 {
    padding: 180px !important;
  }
  .p-md-185 {
    padding: 185px !important;
  }
  .p-md-190 {
    padding: 190px !important;
  }
  .p-md-195 {
    padding: 195px !important;
  }
  .p-md-200 {
    padding: 200px !important;
  }
  /* ................................... */
  .pt-md-0 {
    padding-top: 0px !important;
  }
  .pt-md-1 {
    padding-top: 1px !important;
  }
  .pt-md-2 {
    padding-top: 2px !important;
  }
  .pt-md-3 {
    padding-top: 3px !important;
  }
  .pt-md-4 {
    padding-top: 4px !important;
  }
  .pt-md-5 {
    padding-top: 5px !important;
  }
  .pt-md-6 {
    padding-top: 6px !important;
  }
  .pt-md-7 {
    padding-top: 7px !important;
  }
  .pt-md-8 {
    padding-top: 8px !important;
  }
  .pt-md-9 {
    padding-top: 9px !important;
  }
  .pt-md-10 {
    padding-top: 10px !important;
  }
  .pt-md-15 {
    padding-top: 15px !important;
  }
  .pt-md-20 {
    padding-top: 20px !important;
  }
  .pt-md-25 {
    padding-top: 25px !important;
  }
  .pt-md-30 {
    padding-top: 30px !important;
  }
  .pt-md-35 {
    padding-top: 35px !important;
  }
  .pt-md-40 {
    padding-top: 40px !important;
  }
  .pt-md-45 {
    padding-top: 45px !important;
  }
  .pt-md-50 {
    padding-top: 50px !important;
  }
  .pt-md-55 {
    padding-top: 55px !important;
  }
  .pt-md-60 {
    padding-top: 60px !important;
  }
  .pt-md-65 {
    padding-top: 65px !important;
  }
  .pt-md-70 {
    padding-top: 70px !important;
  }
  .pt-md-75 {
    padding-top: 75px !important;
  }
  .pt-md-80 {
    padding-top: 80px !important;
  }
  .pt-md-85 {
    padding-top: 85px !important;
  }
  .pt-md-90 {
    padding-top: 90px !important;
  }
  .pt-md-95 {
    padding-top: 95px !important;
  }
  .pt-md-100 {
    padding-top: 100px !important;
  }
  .pt-md-105 {
    padding-top: 105px !important;
  }
  .pt-md-110 {
    padding-top: 110px !important;
  }
  .pt-md-115 {
    padding-top: 115px !important;
  }
  .pt-md-120 {
    padding-top: 120px !important;
  }
  .pt-md-125 {
    padding-top: 125px !important;
  }
  .pt-md-130 {
    padding-top: 130px !important;
  }
  .pt-md-135 {
    padding-top: 135px !important;
  }
  .pt-md-140 {
    padding-top: 140px !important;
  }
  .pt-md-145 {
    padding-top: 145px !important;
  }
  .pt-md-150 {
    padding-top: 150px !important;
  }
  .pt-md-155 {
    padding-top: 155px !important;
  }
  .pt-md-160 {
    padding-top: 160px !important;
  }
  .pt-md-165 {
    padding-top: 165px !important;
  }
  .pt-md-170 {
    padding-top: 170px !important;
  }
  .pt-md-175 {
    padding-top: 175px !important;
  }
  .pt-md-180 {
    padding-top: 180px !important;
  }
  .pt-md-185 {
    padding-top: 185px !important;
  }
  .pt-md-190 {
    padding-top: 190px !important;
  }
  .pt-md-195 {
    padding-top: 195px !important;
  }
  .pt-md-200 {
    padding-top: 200px !important;
  }
  /* ................................... */
  .pr-md-0 {
    padding-right: 0px !important;
  }
  .pr-md-1 {
    padding-right: 1px !important;
  }
  .pr-md-2 {
    padding-right: 2px !important;
  }
  .pr-md-3 {
    padding-right: 3px !important;
  }
  .pr-md-4 {
    padding-right: 4px !important;
  }
  .pr-md-5 {
    padding-right: 5px !important;
  }
  .pr-md-6 {
    padding-right: 6px !important;
  }
  .pr-md-7 {
    padding-right: 7px !important;
  }
  .pr-md-8 {
    padding-right: 8px !important;
  }
  .pr-md-9 {
    padding-right: 9px !important;
  }
  .pr-md-10 {
    padding-right: 10px !important;
  }
  .pr-md-15 {
    padding-right: 15px !important;
  }
  .pr-md-20 {
    padding-right: 20px !important;
  }
  .pr-md-25 {
    padding-right: 25px !important;
  }
  .pr-md-30 {
    padding-right: 30px !important;
  }
  .pr-md-35 {
    padding-right: 35px !important;
  }
  .pr-md-40 {
    padding-right: 40px !important;
  }
  .pr-md-45 {
    padding-right: 45px !important;
  }
  .pr-md-50 {
    padding-right: 50px !important;
  }
  .pr-md-55 {
    padding-right: 55px !important;
  }
  .pr-md-60 {
    padding-right: 60px !important;
  }
  .pr-md-65 {
    padding-right: 65px !important;
  }
  .pr-md-70 {
    padding-right: 70px !important;
  }
  .pr-md-75 {
    padding-right: 75px !important;
  }
  .pr-md-80 {
    padding-right: 80px !important;
  }
  .pr-md-85 {
    padding-right: 85px !important;
  }
  .pr-md-90 {
    padding-right: 90px !important;
  }
  .pr-md-95 {
    padding-right: 95px !important;
  }
  .pr-md-100 {
    padding-right: 100px !important;
  }
  .pr-md-105 {
    padding-right: 105px !important;
  }
  .pr-md-110 {
    padding-right: 110px !important;
  }
  .pr-md-115 {
    padding-right: 115px !important;
  }
  .pr-md-120 {
    padding-right: 120px !important;
  }
  .pr-md-125 {
    padding-right: 125px !important;
  }
  .pr-md-130 {
    padding-right: 130px !important;
  }
  .pr-md-135 {
    padding-right: 135px !important;
  }
  .pr-md-140 {
    padding-right: 140px !important;
  }
  .pr-md-145 {
    padding-right: 145px !important;
  }
  .pr-md-150 {
    padding-right: 150px !important;
  }
  .pr-md-155 {
    padding-right: 155px !important;
  }
  .pr-md-160 {
    padding-right: 160px !important;
  }
  .pr-md-165 {
    padding-right: 165px !important;
  }
  .pr-md-170 {
    padding-right: 170px !important;
  }
  .pr-md-175 {
    padding-right: 175px !important;
  }
  .pr-md-180 {
    padding-right: 180px !important;
  }
  .pr-md-185 {
    padding-right: 185px !important;
  }
  .pr-md-190 {
    padding-right: 190px !important;
  }
  .pr-md-195 {
    padding-right: 195px !important;
  }
  .pr-md-200 {
    padding-right: 200px !important;
  }
  /* ................................... */
  .pl-md-0 {
    padding-left: 0px !important;
  }
  .pl-md-1 {
    padding-left: 1px !important;
  }
  .pl-md-2 {
    padding-left: 2px !important;
  }
  .pl-md-3 {
    padding-left: 3px !important;
  }
  .pl-md-4 {
    padding-left: 4px !important;
  }
  .pl-md-5 {
    padding-left: 5px !important;
  }
  .pl-md-6 {
    padding-left: 6px !important;
  }
  .pl-md-7 {
    padding-left: 7px !important;
  }
  .pl-md-8 {
    padding-left: 8px !important;
  }
  .pl-md-9 {
    padding-left: 9px !important;
  }
  .pl-md-10 {
    padding-left: 10px !important;
  }
  .pl-md-15 {
    padding-left: 15px !important;
  }
  .pl-md-20 {
    padding-left: 20px !important;
  }
  .pl-md-25 {
    padding-left: 25px !important;
  }
  .pl-md-30 {
    padding-left: 30px !important;
  }
  .pl-md-35 {
    padding-left: 35px !important;
  }
  .pl-md-40 {
    padding-left: 40px !important;
  }
  .pl-md-45 {
    padding-left: 45px !important;
  }
  .pl-md-50 {
    padding-left: 50px !important;
  }
  .pl-md-55 {
    padding-left: 55px !important;
  }
  .pl-md-60 {
    padding-left: 60px !important;
  }
  .pl-md-65 {
    padding-left: 65px !important;
  }
  .pl-md-70 {
    padding-left: 70px !important;
  }
  .pl-md-75 {
    padding-left: 75px !important;
  }
  .pl-md-80 {
    padding-left: 80px !important;
  }
  .pl-md-85 {
    padding-left: 85px !important;
  }
  .pl-md-90 {
    padding-left: 90px !important;
  }
  .pl-md-95 {
    padding-left: 95px !important;
  }
  .pl-md-100 {
    padding-left: 100px !important;
  }
  .pl-md-105 {
    padding-left: 105px !important;
  }
  .pl-md-110 {
    padding-left: 110px !important;
  }
  .pl-md-115 {
    padding-left: 115px !important;
  }
  .pl-md-120 {
    padding-left: 120px !important;
  }
  .pl-md-125 {
    padding-left: 125px !important;
  }
  .pl-md-130 {
    padding-left: 130px !important;
  }
  .pl-md-135 {
    padding-left: 135px !important;
  }
  .pl-md-140 {
    padding-left: 140px !important;
  }
  .pl-md-145 {
    padding-left: 145px !important;
  }
  .pl-md-150 {
    padding-left: 150px !important;
  }
  .pl-md-155 {
    padding-left: 155px !important;
  }
  .pl-md-160 {
    padding-left: 160px !important;
  }
  .pl-md-165 {
    padding-left: 165px !important;
  }
  .pl-md-170 {
    padding-left: 170px !important;
  }
  .pl-md-175 {
    padding-left: 175px !important;
  }
  .pl-md-180 {
    padding-left: 180px !important;
  }
  .pl-md-185 {
    padding-left: 185px !important;
  }
  .pl-md-190 {
    padding-left: 190px !important;
  }
  .pl-md-195 {
    padding-left: 195px !important;
  }
  .pl-md-200 {
    padding-left: 200px !important;
  }
}

@media only screen and (max-width: 991px) {
  .mt-sm-0 {
    margin-top: 0px !important;
  }
  .mt-sm-1 {
    margin-top: 1px !important;
  }
  .mt-sm-2 {
    margin-top: 2px !important;
  }
  .mt-sm-3 {
    margin-top: 3px !important;
  }
  .mt-sm-4 {
    margin-top: 4px !important;
  }
  .mt-sm-5 {
    margin-top: 5px !important;
  }
  .mt-sm-6 {
    margin-top: 6px !important;
  }
  .mt-sm-7 {
    margin-top: 7px !important;
  }
  .mt-sm-8 {
    margin-top: 8px !important;
  }
  .mt-sm-9 {
    margin-top: 9px !important;
  }
  .mt-sm-10 {
    margin-top: 10px !important;
  }
  .mt-sm-15 {
    margin-top: 15px !important;
  }
  .mt-sm-20 {
    margin-top: 20px !important;
  }
  .mt-sm-25 {
    margin-top: 25px !important;
  }
  .mt-sm-30 {
    margin-top: 30px !important;
  }
  .mt-sm-35 {
    margin-top: 35px !important;
  }
  .mt-sm-40 {
    margin-top: 40px !important;
  }
  .mt-sm-45 {
    margin-top: 45px !important;
  }
  .mt-sm-50 {
    margin-top: 50px !important;
  }
  .mt-sm-55 {
    margin-top: 55px !important;
  }
  .mt-sm-60 {
    margin-top: 60px !important;
  }
  .mt-sm-65 {
    margin-top: 65px !important;
  }
  .mt-sm-70 {
    margin-top: 70px !important;
  }
  .mt-sm-75 {
    margin-top: 75px !important;
  }
  .mt-sm-80 {
    margin-top: 80px !important;
  }
  .mt-sm-85 {
    margin-top: 85px !important;
  }
  .mt-sm-90 {
    margin-top: 90px !important;
  }
  .mt-sm-95 {
    margin-top: 95px !important;
  }
  .mt-sm-100 {
    margin-top: 100px !important;
  }
  /* ................................... */
  .mb-sm-0 {
    margin-bottom: 0px !important;
  }
  .mb-sm-1 {
    margin-bottom: 1px !important;
  }
  .mb-sm-2 {
    margin-bottom: 2px !important;
  }
  .mb-sm-3 {
    margin-bottom: 3px !important;
  }
  .mb-sm-4 {
    margin-bottom: 4px !important;
  }
  .mb-sm-5 {
    margin-bottom: 5px !important;
  }
  .mb-sm-6 {
    margin-bottom: 6px !important;
  }
  .mb-sm-7 {
    margin-bottom: 7px !important;
  }
  .mb-sm-8 {
    margin-bottom: 8px !important;
  }
  .mb-sm-9 {
    margin-bottom: 9px !important;
  }
  .mb-sm-10 {
    margin-bottom: 10px !important;
  }
  .mb-sm-15 {
    margin-bottom: 15px !important;
  }
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
  .mb-sm-25 {
    margin-bottom: 25px !important;
  }
  .mb-sm-30 {
    margin-bottom: 30px !important;
  }
  .mb-sm-35 {
    margin-bottom: 35px !important;
  }
  .mb-sm-40 {
    margin-bottom: 40px !important;
  }
  .mb-sm-45 {
    margin-bottom: 45px !important;
  }
  .mb-sm-50 {
    margin-bottom: 50px !important;
  }
  .mb-sm-55 {
    margin-bottom: 55px !important;
  }
  .mb-sm-60 {
    margin-bottom: 60px !important;
  }
  .mb-sm-65 {
    margin-bottom: 65px !important;
  }
  .mb-sm-70 {
    margin-bottom: 70px !important;
  }
  .mb-sm-75 {
    margin-bottom: 75px !important;
  }
  .mb-sm-80 {
    margin-bottom: 80px !important;
  }
  .mb-sm-85 {
    margin-bottom: 85px !important;
  }
  .mb-sm-90 {
    margin-bottom: 90px !important;
  }
  .mb-sm-95 {
    margin-bottom: 95px !important;
  }
  .mb-sm-100 {
    margin-bottom: 100px !important;
  }
  .mb-sm-105 {
    margin-bottom: 105px !important;
  }
  .mb-sm-110 {
    margin-bottom: 110px !important;
  }
  .mb-sm-115 {
    margin-bottom: 115px !important;
  }
  .mb-sm-120 {
    margin-bottom: 120px !important;
  }
  .mb-sm-125 {
    margin-bottom: 125px !important;
  }
  .mb-sm-130 {
    margin-bottom: 130px !important;
  }
  .mb-sm-135 {
    margin-bottom: 135px !important;
  }
  .mb-sm-140 {
    margin-bottom: 140px !important;
  }
  .mb-sm-145 {
    margin-bottom: 145px !important;
  }
  .mb-sm-150 {
    margin-bottom: 150px !important;
  }
  .mb-sm-155 {
    margin-bottom: 155px !important;
  }
  .mb-sm-160 {
    margin-bottom: 160px !important;
  }
  .mb-sm-165 {
    margin-bottom: 165px !important;
  }
  .mb-sm-170 {
    margin-bottom: 170px !important;
  }
  .mb-sm-175 {
    margin-bottom: 175px !important;
  }
  .mb-sm-180 {
    margin-bottom: 180px !important;
  }
  .mb-sm-185 {
    margin-bottom: 185px !important;
  }
  .mb-sm-190 {
    margin-bottom: 190px !important;
  }
  .mb-sm-195 {
    margin-bottom: 195px !important;
  }
  .mb-sm-200 {
    margin-bottom: 200px !important;
  }
  /* ................................... */
  .p-sm-0 {
    padding: 0px !important;
  }
  .p-sm-1 {
    padding: 1px !important;
  }
  .p-sm-2 {
    padding: 2px !important;
  }
  .p-sm-3 {
    padding: 3px !important;
  }
  .p-sm-4 {
    padding: 4px !important;
  }
  .p-sm-5 {
    padding: 5px !important;
  }
  .p-sm-6 {
    padding: 6px !important;
  }
  .p-sm-7 {
    padding: 7px !important;
  }
  .p-sm-8 {
    padding: 8px !important;
  }
  .p-sm-9 {
    padding: 9px !important;
  }
  .p-sm-10 {
    padding: 10px !important;
  }
  .p-sm-15 {
    padding: 15px !important;
  }
  .p-sm-20 {
    padding: 20px !important;
  }
  .p-sm-25 {
    padding: 25px !important;
  }
  .p-sm-30 {
    padding: 30px !important;
  }
  .p-sm-35 {
    padding: 35px !important;
  }
  .p-sm-40 {
    padding: 40px !important;
  }
  .p-sm-45 {
    padding: 45px !important;
  }
  .p-sm-50 {
    padding: 50px !important;
  }
  .p-sm-55 {
    padding: 55px !important;
  }
  .p-sm-60 {
    padding: 60px !important;
  }
  .p-sm-65 {
    padding: 65px !important;
  }
  .p-sm-70 {
    padding: 70px !important;
  }
  .p-sm-75 {
    padding: 75px !important;
  }
  .p-sm-80 {
    padding: 80px !important;
  }
  .p-sm-85 {
    padding: 85px !important;
  }
  .p-sm-90 {
    padding: 90px !important;
  }
  .p-sm-95 {
    padding: 95px !important;
  }
  .p-sm-100 {
    padding: 100px !important;
  }
  .p-sm-105 {
    padding: 105px !important;
  }
  .p-sm-110 {
    padding: 110px !important;
  }
  .p-sm-115 {
    padding: 115px !important;
  }
  .p-sm-120 {
    padding: 120px !important;
  }
  .p-sm-125 {
    padding: 125px !important;
  }
  .p-sm-130 {
    padding: 130px !important;
  }
  .p-sm-135 {
    padding: 135px !important;
  }
  .p-sm-140 {
    padding: 140px !important;
  }
  .p-sm-145 {
    padding: 145px !important;
  }
  .p-sm-150 {
    padding: 150px !important;
  }
  .p-sm-155 {
    padding: 155px !important;
  }
  .p-sm-160 {
    padding: 160px !important;
  }
  .p-sm-165 {
    padding: 165px !important;
  }
  .p-sm-170 {
    padding: 170px !important;
  }
  .p-sm-175 {
    padding: 175px !important;
  }
  .p-sm-180 {
    padding: 180px !important;
  }
  .p-sm-185 {
    padding: 185px !important;
  }
  .p-sm-190 {
    padding: 190px !important;
  }
  .p-sm-195 {
    padding: 195px !important;
  }
  .p-sm-200 {
    padding: 200px !important;
  }
  /* ................................... */
  .pt-sm-0 {
    padding-top: 0px !important;
  }
  .pt-sm-1 {
    padding-top: 1px !important;
  }
  .pt-sm-2 {
    padding-top: 2px !important;
  }
  .pt-sm-3 {
    padding-top: 3px !important;
  }
  .pt-sm-4 {
    padding-top: 4px !important;
  }
  .pt-sm-5 {
    padding-top: 5px !important;
  }
  .pt-sm-6 {
    padding-top: 6px !important;
  }
  .pt-sm-7 {
    padding-top: 7px !important;
  }
  .pt-sm-8 {
    padding-top: 8px !important;
  }
  .pt-sm-9 {
    padding-top: 9px !important;
  }
  .pt-sm-10 {
    padding-top: 10px !important;
  }
  .pt-sm-15 {
    padding-top: 15px !important;
  }
  .pt-sm-20 {
    padding-top: 20px !important;
  }
  .pt-sm-25 {
    padding-top: 25px !important;
  }
  .pt-sm-30 {
    padding-top: 30px !important;
  }
  .pt-sm-35 {
    padding-top: 35px !important;
  }
  .pt-sm-40 {
    padding-top: 40px !important;
  }
  .pt-sm-45 {
    padding-top: 45px !important;
  }
  .pt-sm-50 {
    padding-top: 50px !important;
  }
  .pt-sm-55 {
    padding-top: 55px !important;
  }
  .pt-sm-60 {
    padding-top: 60px !important;
  }
  .pt-sm-65 {
    padding-top: 65px !important;
  }
  .pt-sm-70 {
    padding-top: 70px !important;
  }
  .pt-sm-75 {
    padding-top: 75px !important;
  }
  .pt-sm-80 {
    padding-top: 80px !important;
  }
  .pt-sm-85 {
    padding-top: 85px !important;
  }
  .pt-sm-90 {
    padding-top: 90px !important;
  }
  .pt-sm-95 {
    padding-top: 95px !important;
  }
  .pt-sm-100 {
    padding-top: 100px !important;
  }
  .pt-sm-105 {
    padding-top: 105px !important;
  }
  .pt-sm-110 {
    padding-top: 110px !important;
  }
  .pt-sm-115 {
    padding-top: 115px !important;
  }
  .pt-sm-120 {
    padding-top: 120px !important;
  }
  .pt-sm-125 {
    padding-top: 125px !important;
  }
  .pt-sm-130 {
    padding-top: 130px !important;
  }
  .pt-sm-135 {
    padding-top: 135px !important;
  }
  .pt-sm-140 {
    padding-top: 140px !important;
  }
  .pt-sm-145 {
    padding-top: 145px !important;
  }
  .pt-sm-150 {
    padding-top: 150px !important;
  }
  .pt-sm-155 {
    padding-top: 155px !important;
  }
  .pt-sm-160 {
    padding-top: 160px !important;
  }
  .pt-sm-165 {
    padding-top: 165px !important;
  }
  .pt-sm-170 {
    padding-top: 170px !important;
  }
  .pt-sm-175 {
    padding-top: 175px !important;
  }
  .pt-sm-180 {
    padding-top: 180px !important;
  }
  .pt-sm-185 {
    padding-top: 185px !important;
  }
  .pt-sm-190 {
    padding-top: 190px !important;
  }
  .pt-sm-195 {
    padding-top: 195px !important;
  }
  .pt-sm-200 {
    padding-top: 200px !important;
  }
  /* ................................... */
  .pr-sm-0 {
    padding-right: 0px !important;
  }
  .pr-sm-1 {
    padding-right: 1px !important;
  }
  .pr-sm-2 {
    padding-right: 2px !important;
  }
  .pr-sm-3 {
    padding-right: 3px !important;
  }
  .pr-sm-4 {
    padding-right: 4px !important;
  }
  .pr-sm-5 {
    padding-right: 5px !important;
  }
  .pr-sm-6 {
    padding-right: 6px !important;
  }
  .pr-sm-7 {
    padding-right: 7px !important;
  }
  .pr-sm-8 {
    padding-right: 8px !important;
  }
  .pr-sm-9 {
    padding-right: 9px !important;
  }
  .pr-sm-10 {
    padding-right: 10px !important;
  }
  .pr-sm-15 {
    padding-right: 15px !important;
  }
  .pr-sm-20 {
    padding-right: 20px !important;
  }
  .pr-sm-25 {
    padding-right: 25px !important;
  }
  .pr-sm-30 {
    padding-right: 30px !important;
  }
  .pr-sm-35 {
    padding-right: 35px !important;
  }
  .pr-sm-40 {
    padding-right: 40px !important;
  }
  .pr-sm-45 {
    padding-right: 45px !important;
  }
  .pr-sm-50 {
    padding-right: 50px !important;
  }
  .pr-sm-55 {
    padding-right: 55px !important;
  }
  .pr-sm-60 {
    padding-right: 60px !important;
  }
  .pr-sm-65 {
    padding-right: 65px !important;
  }
  .pr-sm-70 {
    padding-right: 70px !important;
  }
  .pr-sm-75 {
    padding-right: 75px !important;
  }
  .pr-sm-80 {
    padding-right: 80px !important;
  }
  .pr-sm-85 {
    padding-right: 85px !important;
  }
  .pr-sm-90 {
    padding-right: 90px !important;
  }
  .pr-sm-95 {
    padding-right: 95px !important;
  }
  .pr-sm-100 {
    padding-right: 100px !important;
  }
  .pr-sm-105 {
    padding-right: 105px !important;
  }
  .pr-sm-110 {
    padding-right: 110px !important;
  }
  .pr-sm-115 {
    padding-right: 115px !important;
  }
  .pr-sm-120 {
    padding-right: 120px !important;
  }
  .pr-sm-125 {
    padding-right: 125px !important;
  }
  .pr-sm-130 {
    padding-right: 130px !important;
  }
  .pr-sm-135 {
    padding-right: 135px !important;
  }
  .pr-sm-140 {
    padding-right: 140px !important;
  }
  .pr-sm-145 {
    padding-right: 145px !important;
  }
  .pr-sm-150 {
    padding-right: 150px !important;
  }
  .pr-sm-155 {
    padding-right: 155px !important;
  }
  .pr-sm-160 {
    padding-right: 160px !important;
  }
  .pr-sm-165 {
    padding-right: 165px !important;
  }
  .pr-sm-170 {
    padding-right: 170px !important;
  }
  .pr-sm-175 {
    padding-right: 175px !important;
  }
  .pr-sm-180 {
    padding-right: 180px !important;
  }
  .pr-sm-185 {
    padding-right: 185px !important;
  }
  .pr-sm-190 {
    padding-right: 190px !important;
  }
  .pr-sm-195 {
    padding-right: 195px !important;
  }
  .pr-sm-200 {
    padding-right: 200px !important;
  }
  /* ................................... */
  .pl-sm-0 {
    padding-left: 0px !important;
  }
  .pl-sm-1 {
    padding-left: 1px !important;
  }
  .pl-sm-2 {
    padding-left: 2px !important;
  }
  .pl-sm-3 {
    padding-left: 3px !important;
  }
  .pl-sm-4 {
    padding-left: 4px !important;
  }
  .pl-sm-5 {
    padding-left: 5px !important;
  }
  .pl-sm-6 {
    padding-left: 6px !important;
  }
  .pl-sm-7 {
    padding-left: 7px !important;
  }
  .pl-sm-8 {
    padding-left: 8px !important;
  }
  .pl-sm-9 {
    padding-left: 9px !important;
  }
  .pl-sm-10 {
    padding-left: 10px !important;
  }
  .pl-sm-15 {
    padding-left: 15px !important;
  }
  .pl-sm-20 {
    padding-left: 20px !important;
  }
  .pl-sm-25 {
    padding-left: 25px !important;
  }
  .pl-sm-30 {
    padding-left: 30px !important;
  }
  .pl-sm-35 {
    padding-left: 35px !important;
  }
  .pl-sm-40 {
    padding-left: 40px !important;
  }
  .pl-sm-45 {
    padding-left: 45px !important;
  }
  .pl-sm-50 {
    padding-left: 50px !important;
  }
  .pl-sm-55 {
    padding-left: 55px !important;
  }
  .pl-sm-60 {
    padding-left: 60px !important;
  }
  .pl-sm-65 {
    padding-left: 65px !important;
  }
  .pl-sm-70 {
    padding-left: 70px !important;
  }
  .pl-sm-75 {
    padding-left: 75px !important;
  }
  .pl-sm-80 {
    padding-left: 80px !important;
  }
  .pl-sm-85 {
    padding-left: 85px !important;
  }
  .pl-sm-90 {
    padding-left: 90px !important;
  }
  .pl-sm-95 {
    padding-left: 95px !important;
  }
  .pl-sm-100 {
    padding-left: 100px !important;
  }
  .pl-sm-105 {
    padding-left: 105px !important;
  }
  .pl-sm-110 {
    padding-left: 110px !important;
  }
  .pl-sm-115 {
    padding-left: 115px !important;
  }
  .pl-sm-120 {
    padding-left: 120px !important;
  }
  .pl-sm-125 {
    padding-left: 125px !important;
  }
  .pl-sm-130 {
    padding-left: 130px !important;
  }
  .pl-sm-135 {
    padding-left: 135px !important;
  }
  .pl-sm-140 {
    padding-left: 140px !important;
  }
  .pl-sm-145 {
    padding-left: 145px !important;
  }
  .pl-sm-150 {
    padding-left: 150px !important;
  }
  .pl-sm-155 {
    padding-left: 155px !important;
  }
  .pl-sm-160 {
    padding-left: 160px !important;
  }
  .pl-sm-165 {
    padding-left: 165px !important;
  }
  .pl-sm-170 {
    padding-left: 170px !important;
  }
  .pl-sm-175 {
    padding-left: 175px !important;
  }
  .pl-sm-180 {
    padding-left: 180px !important;
  }
  .pl-sm-185 {
    padding-left: 185px !important;
  }
  .pl-sm-190 {
    padding-left: 190px !important;
  }
  .pl-sm-195 {
    padding-left: 195px !important;
  }
  .pl-sm-200 {
    padding-left: 200px !important;
  }
}

@media only screen and (max-width: 767px) {
  /* ................................... */
  .mb-xs-0 {
    margin-bottom: 0px !important;
  }
  .mb-xs-1 {
    margin-bottom: 1px !important;
  }
  .mb-xs-2 {
    margin-bottom: 2px !important;
  }
  .mb-xs-3 {
    margin-bottom: 3px !important;
  }
  .mb-xs-4 {
    margin-bottom: 4px !important;
  }
  .mb-xs-5 {
    margin-bottom: 5px !important;
  }
  .mb-xs-6 {
    margin-bottom: 6px !important;
  }
  .mb-xs-7 {
    margin-bottom: 7px !important;
  }
  .mb-xs-8 {
    margin-bottom: 8px !important;
  }
  .mb-xs-9 {
    margin-bottom: 9px !important;
  }
  .mb-xs-10 {
    margin-bottom: 10px !important;
  }
  .mb-xs-15 {
    margin-bottom: 15px !important;
  }
  .mb-xs-20 {
    margin-bottom: 20px !important;
  }
  .mb-xs-25 {
    margin-bottom: 25px !important;
  }
  .mb-xs-30 {
    margin-bottom: 30px !important;
  }
  .mb-xs-35 {
    margin-bottom: 35px !important;
  }
  .mb-xs-40 {
    margin-bottom: 40px !important;
  }
  .mb-xs-45 {
    margin-bottom: 45px !important;
  }
  .mb-xs-50 {
    margin-bottom: 50px !important;
  }
  .mb-xs-55 {
    margin-bottom: 55px !important;
  }
  .mb-xs-60 {
    margin-bottom: 60px !important;
  }
  .mb-xs-65 {
    margin-bottom: 65px !important;
  }
  .mb-xs-70 {
    margin-bottom: 70px !important;
  }
  .mb-xs-75 {
    margin-bottom: 75px !important;
  }
  .mb-xs-80 {
    margin-bottom: 80px !important;
  }
  .mb-xs-85 {
    margin-bottom: 85px !important;
  }
  .mb-xs-90 {
    margin-bottom: 90px !important;
  }
  .mb-xs-95 {
    margin-bottom: 95px !important;
  }
  .mb-xs-100 {
    margin-bottom: 100px !important;
  }
  .mb-xs-105 {
    margin-bottom: 105px !important;
  }
  .mb-xs-110 {
    margin-bottom: 110px !important;
  }
  .mb-xs-115 {
    margin-bottom: 115px !important;
  }
  .mb-xs-120 {
    margin-bottom: 120px !important;
  }
  .mb-xs-125 {
    margin-bottom: 125px !important;
  }
  .mb-xs-130 {
    margin-bottom: 130px !important;
  }
  .mb-xs-135 {
    margin-bottom: 135px !important;
  }
  .mb-xs-140 {
    margin-bottom: 140px !important;
  }
  .mb-xs-145 {
    margin-bottom: 145px !important;
  }
  .mb-xs-150 {
    margin-bottom: 150px !important;
  }
  .mb-xs-155 {
    margin-bottom: 155px !important;
  }
  .mb-xs-160 {
    margin-bottom: 160px !important;
  }
  .mb-xs-165 {
    margin-bottom: 165px !important;
  }
  .mb-xs-170 {
    margin-bottom: 170px !important;
  }
  .mb-xs-175 {
    margin-bottom: 175px !important;
  }
  .mb-xs-180 {
    margin-bottom: 180px !important;
  }
  .mb-xs-185 {
    margin-bottom: 185px !important;
  }
  .mb-xs-190 {
    margin-bottom: 190px !important;
  }
  .mb-xs-195 {
    margin-bottom: 195px !important;
  }
  .mb-xs-200 {
    margin-bottom: 200px !important;
  }
  /* ................................... */
  .p-xs-0 {
    padding: 0px !important;
  }
  .p-xs-1 {
    padding: 1px !important;
  }
  .p-xs-2 {
    padding: 2px !important;
  }
  .p-xs-3 {
    padding: 3px !important;
  }
  .p-xs-4 {
    padding: 4px !important;
  }
  .p-xs-5 {
    padding: 5px !important;
  }
  .p-xs-6 {
    padding: 6px !important;
  }
  .p-xs-7 {
    padding: 7px !important;
  }
  .p-xs-8 {
    padding: 8px !important;
  }
  .p-xs-9 {
    padding: 9px !important;
  }
  .p-xs-10 {
    padding: 10px !important;
  }
  .p-xs-15 {
    padding: 15px !important;
  }
  .p-xs-20 {
    padding: 20px !important;
  }
  .p-xs-25 {
    padding: 25px !important;
  }
  .p-xs-30 {
    padding: 30px !important;
  }
  .p-xs-35 {
    padding: 35px !important;
  }
  .p-xs-40 {
    padding: 40px !important;
  }
  .p-xs-45 {
    padding: 45px !important;
  }
  .p-xs-50 {
    padding: 50px !important;
  }
  .p-xs-55 {
    padding: 55px !important;
  }
  .p-xs-60 {
    padding: 60px !important;
  }
  .p-xs-65 {
    padding: 65px !important;
  }
  .p-xs-70 {
    padding: 70px !important;
  }
  .p-xs-75 {
    padding: 75px !important;
  }
  .p-xs-80 {
    padding: 80px !important;
  }
  .p-xs-85 {
    padding: 85px !important;
  }
  .p-xs-90 {
    padding: 90px !important;
  }
  .p-xs-95 {
    padding: 95px !important;
  }
  .p-xs-100 {
    padding: 100px !important;
  }
  .p-xs-105 {
    padding: 105px !important;
  }
  .p-xs-110 {
    padding: 110px !important;
  }
  .p-xs-115 {
    padding: 115px !important;
  }
  .p-xs-120 {
    padding: 120px !important;
  }
  .p-xs-125 {
    padding: 125px !important;
  }
  .p-xs-130 {
    padding: 130px !important;
  }
  .p-xs-135 {
    padding: 135px !important;
  }
  .p-xs-140 {
    padding: 140px !important;
  }
  .p-xs-145 {
    padding: 145px !important;
  }
  .p-xs-150 {
    padding: 150px !important;
  }
  .p-xs-155 {
    padding: 155px !important;
  }
  .p-xs-160 {
    padding: 160px !important;
  }
  .p-xs-165 {
    padding: 165px !important;
  }
  .p-xs-170 {
    padding: 170px !important;
  }
  .p-xs-175 {
    padding: 175px !important;
  }
  .p-xs-180 {
    padding: 180px !important;
  }
  .p-xs-185 {
    padding: 185px !important;
  }
  .p-xs-190 {
    padding: 190px !important;
  }
  .p-xs-195 {
    padding: 195px !important;
  }
  .p-xs-200 {
    padding: 200px !important;
  }
  /* ................................... */
  .pt-xs-0 {
    padding-top: 0px !important;
  }
  .pt-xs-1 {
    padding-top: 1px !important;
  }
  .pt-xs-2 {
    padding-top: 2px !important;
  }
  .pt-xs-3 {
    padding-top: 3px !important;
  }
  .pt-xs-4 {
    padding-top: 4px !important;
  }
  .pt-xs-5 {
    padding-top: 5px !important;
  }
  .pt-xs-6 {
    padding-top: 6px !important;
  }
  .pt-xs-7 {
    padding-top: 7px !important;
  }
  .pt-xs-8 {
    padding-top: 8px !important;
  }
  .pt-xs-9 {
    padding-top: 9px !important;
  }
  .pt-xs-10 {
    padding-top: 10px !important;
  }
  .pt-xs-15 {
    padding-top: 15px !important;
  }
  .pt-xs-20 {
    padding-top: 20px !important;
  }
  .pt-xs-25 {
    padding-top: 25px !important;
  }
  .pt-xs-30 {
    padding-top: 30px !important;
  }
  .pt-xs-35 {
    padding-top: 35px !important;
  }
  .pt-xs-40 {
    padding-top: 40px !important;
  }
  .pt-xs-45 {
    padding-top: 45px !important;
  }
  .pt-xs-50 {
    padding-top: 50px !important;
  }
  .pt-xs-55 {
    padding-top: 55px !important;
  }
  .pt-xs-60 {
    padding-top: 60px !important;
  }
  .pt-xs-65 {
    padding-top: 65px !important;
  }
  .pt-xs-70 {
    padding-top: 70px !important;
  }
  .pt-xs-75 {
    padding-top: 75px !important;
  }
  .pt-xs-80 {
    padding-top: 80px !important;
  }
  .pt-xs-85 {
    padding-top: 85px !important;
  }
  .pt-xs-90 {
    padding-top: 90px !important;
  }
  .pt-xs-95 {
    padding-top: 95px !important;
  }
  .pt-xs-100 {
    padding-top: 100px !important;
  }
  .pt-xs-105 {
    padding-top: 105px !important;
  }
  .pt-xs-110 {
    padding-top: 110px !important;
  }
  .pt-xs-115 {
    padding-top: 115px !important;
  }
  .pt-xs-120 {
    padding-top: 120px !important;
  }
  .pt-xs-125 {
    padding-top: 125px !important;
  }
  .pt-xs-130 {
    padding-top: 130px !important;
  }
  .pt-xs-135 {
    padding-top: 135px !important;
  }
  .pt-xs-140 {
    padding-top: 140px !important;
  }
  .pt-xs-145 {
    padding-top: 145px !important;
  }
  .pt-xs-150 {
    padding-top: 150px !important;
  }
  .pt-xs-155 {
    padding-top: 155px !important;
  }
  .pt-xs-160 {
    padding-top: 160px !important;
  }
  .pt-xs-165 {
    padding-top: 165px !important;
  }
  .pt-xs-170 {
    padding-top: 170px !important;
  }
  .pt-xs-175 {
    padding-top: 175px !important;
  }
  .pt-xs-180 {
    padding-top: 180px !important;
  }
  .pt-xs-185 {
    padding-top: 185px !important;
  }
  .pt-xs-190 {
    padding-top: 190px !important;
  }
  .pt-xs-195 {
    padding-top: 195px !important;
  }
  .pt-xs-200 {
    padding-top: 200px !important;
  }
  /* ................................... */
  .pr-xs-0 {
    padding-right: 0px !important;
  }
  .pr-xs-1 {
    padding-right: 1px !important;
  }
  .pr-xs-2 {
    padding-right: 2px !important;
  }
  .pr-xs-3 {
    padding-right: 3px !important;
  }
  .pr-xs-4 {
    padding-right: 4px !important;
  }
  .pr-xs-5 {
    padding-right: 5px !important;
  }
  .pr-xs-6 {
    padding-right: 6px !important;
  }
  .pr-xs-7 {
    padding-right: 7px !important;
  }
  .pr-xs-8 {
    padding-right: 8px !important;
  }
  .pr-xs-9 {
    padding-right: 9px !important;
  }
  .pr-xs-10 {
    padding-right: 10px !important;
  }
  .pr-xs-15 {
    padding-right: 15px !important;
  }
  .pr-xs-20 {
    padding-right: 20px !important;
  }
  .pr-xs-25 {
    padding-right: 25px !important;
  }
  .pr-xs-30 {
    padding-right: 30px !important;
  }
  .pr-xs-35 {
    padding-right: 35px !important;
  }
  .pr-xs-40 {
    padding-right: 40px !important;
  }
  .pr-xs-45 {
    padding-right: 45px !important;
  }
  .pr-xs-50 {
    padding-right: 50px !important;
  }
  .pr-xs-55 {
    padding-right: 55px !important;
  }
  .pr-xs-60 {
    padding-right: 60px !important;
  }
  .pr-xs-65 {
    padding-right: 65px !important;
  }
  .pr-xs-70 {
    padding-right: 70px !important;
  }
  .pr-xs-75 {
    padding-right: 75px !important;
  }
  .pr-xs-80 {
    padding-right: 80px !important;
  }
  .pr-xs-85 {
    padding-right: 85px !important;
  }
  .pr-xs-90 {
    padding-right: 90px !important;
  }
  .pr-xs-95 {
    padding-right: 95px !important;
  }
  .pr-xs-100 {
    padding-right: 100px !important;
  }
  .pr-xs-105 {
    padding-right: 105px !important;
  }
  .pr-xs-110 {
    padding-right: 110px !important;
  }
  .pr-xs-115 {
    padding-right: 115px !important;
  }
  .pr-xs-120 {
    padding-right: 120px !important;
  }
  .pr-xs-125 {
    padding-right: 125px !important;
  }
  .pr-xs-130 {
    padding-right: 130px !important;
  }
  .pr-xs-135 {
    padding-right: 135px !important;
  }
  .pr-xs-140 {
    padding-right: 140px !important;
  }
  .pr-xs-145 {
    padding-right: 145px !important;
  }
  .pr-xs-150 {
    padding-right: 150px !important;
  }
  .pr-xs-155 {
    padding-right: 155px !important;
  }
  .pr-xs-160 {
    padding-right: 160px !important;
  }
  .pr-xs-165 {
    padding-right: 165px !important;
  }
  .pr-xs-170 {
    padding-right: 170px !important;
  }
  .pr-xs-175 {
    padding-right: 175px !important;
  }
  .pr-xs-180 {
    padding-right: 180px !important;
  }
  .pr-xs-185 {
    padding-right: 185px !important;
  }
  .pr-xs-190 {
    padding-right: 190px !important;
  }
  .pr-xs-195 {
    padding-right: 195px !important;
  }
  .pr-xs-200 {
    padding-right: 200px !important;
  }
  /* ................................... */
  .pl-xs-0 {
    padding-left: 0px !important;
  }
  .pl-xs-1 {
    padding-left: 1px !important;
  }
  .pl-xs-2 {
    padding-left: 2px !important;
  }
  .pl-xs-3 {
    padding-left: 3px !important;
  }
  .pl-xs-4 {
    padding-left: 4px !important;
  }
  .pl-xs-5 {
    padding-left: 5px !important;
  }
  .pl-xs-6 {
    padding-left: 6px !important;
  }
  .pl-xs-7 {
    padding-left: 7px !important;
  }
  .pl-xs-8 {
    padding-left: 8px !important;
  }
  .pl-xs-9 {
    padding-left: 9px !important;
  }
  .pl-xs-10 {
    padding-left: 10px !important;
  }
  .pl-xs-15 {
    padding-left: 15px !important;
  }
  .pl-xs-20 {
    padding-left: 20px !important;
  }
  .pl-xs-25 {
    padding-left: 25px !important;
  }
  .pl-xs-30 {
    padding-left: 30px !important;
  }
  .pl-xs-35 {
    padding-left: 35px !important;
  }
  .pl-xs-40 {
    padding-left: 40px !important;
  }
  .pl-xs-45 {
    padding-left: 45px !important;
  }
  .pl-xs-50 {
    padding-left: 50px !important;
  }
  .pl-xs-55 {
    padding-left: 55px !important;
  }
  .pl-xs-60 {
    padding-left: 60px !important;
  }
  .pl-xs-65 {
    padding-left: 65px !important;
  }
  .pl-xs-70 {
    padding-left: 70px !important;
  }
  .pl-xs-75 {
    padding-left: 75px !important;
  }
  .pl-xs-80 {
    padding-left: 80px !important;
  }
  .pl-xs-85 {
    padding-left: 85px !important;
  }
  .pl-xs-90 {
    padding-left: 90px !important;
  }
  .pl-xs-95 {
    padding-left: 95px !important;
  }
  .pl-xs-100 {
    padding-left: 100px !important;
  }
  .pl-xs-105 {
    padding-left: 105px !important;
  }
  .pl-xs-110 {
    padding-left: 110px !important;
  }
  .pl-xs-115 {
    padding-left: 115px !important;
  }
  .pl-xs-120 {
    padding-left: 120px !important;
  }
  .pl-xs-125 {
    padding-left: 125px !important;
  }
  .pl-xs-130 {
    padding-left: 130px !important;
  }
  .pl-xs-135 {
    padding-left: 135px !important;
  }
  .pl-xs-140 {
    padding-left: 140px !important;
  }
  .pl-xs-145 {
    padding-left: 145px !important;
  }
  .pl-xs-150 {
    padding-left: 150px !important;
  }
  .pl-xs-155 {
    padding-left: 155px !important;
  }
  .pl-xs-160 {
    padding-left: 160px !important;
  }
  .pl-xs-165 {
    padding-left: 165px !important;
  }
  .pl-xs-170 {
    padding-left: 170px !important;
  }
  .pl-xs-175 {
    padding-left: 175px !important;
  }
  .pl-xs-180 {
    padding-left: 180px !important;
  }
  .pl-xs-185 {
    padding-left: 185px !important;
  }
  .pl-xs-190 {
    padding-left: 190px !important;
  }
  .pl-xs-195 {
    padding-left: 195px !important;
  }
  .pl-xs-200 {
    padding-left: 200px !important;
  }
  /* ................................... */
  .pb-xs-0 {
    padding-bottom: 0px !important;
  }
  .pb-xs-1 {
    padding-bottom: 1px !important;
  }
  .pb-xs-2 {
    padding-bottom: 2px !important;
  }
  .pb-xs-3 {
    padding-bottom: 3px !important;
  }
  .pb-xs-4 {
    padding-bottom: 4px !important;
  }
  .pb-xs-5 {
    padding-bottom: 5px !important;
  }
  .pb-xs-6 {
    padding-bottom: 6px !important;
  }
  .pb-xs-7 {
    padding-bottom: 7px !important;
  }
  .pb-xs-8 {
    padding-bottom: 8px !important;
  }
  .pb-xs-9 {
    padding-bottom: 9px !important;
  }
  .pb-xs-10 {
    padding-bottom: 10px !important;
  }
  .pb-xs-15 {
    padding-bottom: 15px !important;
  }
  .pb-xs-20 {
    padding-bottom: 20px !important;
  }
  .pb-xs-25 {
    padding-bottom: 25px !important;
  }
  .pb-xs-30 {
    padding-bottom: 30px !important;
  }
  .pb-xs-35 {
    padding-bottom: 35px !important;
  }
  .pb-xs-40 {
    padding-bottom: 40px !important;
  }
  .pb-xs-45 {
    padding-bottom: 45px !important;
  }
  .pb-xs-50 {
    padding-bottom: 50px !important;
  }
  .pb-xs-55 {
    padding-bottom: 55px !important;
  }
  .pb-xs-60 {
    padding-bottom: 60px !important;
  }
  .pb-xs-65 {
    padding-bottom: 65px !important;
  }
  .pb-xs-70 {
    padding-bottom: 70px !important;
  }
  .pb-xs-75 {
    padding-bottom: 75px !important;
  }
  .pb-xs-80 {
    padding-bottom: 80px !important;
  }
  .pb-xs-85 {
    padding-bottom: 85px !important;
  }
  .pb-xs-90 {
    padding-bottom: 90px !important;
  }
  .pb-xs-95 {
    padding-bottom: 95px !important;
  }
  .pb-xs-100 {
    padding-bottom: 100px !important;
  }
  .pb-xs-105 {
    padding-bottom: 105px !important;
  }
  .pb-xs-110 {
    padding-bottom: 110px !important;
  }
  .pb-xs-115 {
    padding-bottom: 115px !important;
  }
  .pb-xs-120 {
    padding-bottom: 120px !important;
  }
  .pb-xs-125 {
    padding-bottom: 125px !important;
  }
  .pb-xs-130 {
    padding-bottom: 130px !important;
  }
  .pb-xs-135 {
    padding-bottom: 135px !important;
  }
  .pb-xs-140 {
    padding-bottom: 140px !important;
  }
  .pb-xs-145 {
    padding-bottom: 145px !important;
  }
  .pb-xs-150 {
    padding-bottom: 150px !important;
  }
  .pb-xs-155 {
    padding-bottom: 155px !important;
  }
  .pb-xs-160 {
    padding-bottom: 160px !important;
  }
  .pb-xs-165 {
    padding-bottom: 165px !important;
  }
  .pb-xs-170 {
    padding-bottom: 170px !important;
  }
  .pb-xs-175 {
    padding-bottom: 175px !important;
  }
  .pb-xs-180 {
    padding-bottom: 180px !important;
  }
  .pb-xs-185 {
    padding-bottom: 185px !important;
  }
  .pb-xs-190 {
    padding-bottom: 190px !important;
  }
  .pb-xs-195 {
    padding-bottom: 195px !important;
  }
  .pb-xs-200 {
    padding-bottom: 200px !important;
  }
}
