@charset "UTF-8";
/* ===================================
    Variaveis Gerais
====================================== */
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;600;800;900&display=swap);
@import url(https://fonts.googleapis.com/css?family=Rubik:400,100,300,500,700,900);
@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900);
@import url(extra/animate.css);
@import url(extra/bootstrap.min.css);
@import url(extra/magnific-popup.css);
@import url(extra/all.min.css);
@import url(extra/owl.transitions.css);
@import url(extra/owl.carousel.css);
@font-face {
  font-family: 'Afterglow Regular';
  font-style: normal;
  font-weight: normal;
  src: local("Afterglow Regular"), url("fonts/Afterglow-Regular.woff") format("woff"); }

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(fonts/MaterialIcons-Regular.woff2) format("woff2"), url(fonts/MaterialIcons-Regular.woff) format("woff"), url(fonts/MaterialIcons-Regular.ttf) format("truetype"); }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 22px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga'; }

/* ===================================
    Typography
====================================== */
/* heading */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  color: #192a56; }

h1 {
  font-size: 45px;
  line-height: 45px;
  line-height: 50px; }

h2 {
  font-size: 40px;
  line-height: 45px; }

h3 {
  font-size: 35px;
  line-height: 40px; }

h4 {
  font-size: 25px;
  line-height: 30px; }

h5 {
  font-size: 20px;
  line-height: 25px; }

h6 {
  font-size: 18px;
  line-height: 23px; }

.title-thick-underline {
  border-bottom: 6px solid #192a56;
  padding: 0 0 15px 0; }

.title-thick-small-underline {
  border-bottom: 4px solid #192a56;
  padding: 0 0 15px 0; }

.title-underline {
  border-bottom: 2px solid white;
  padding: 0 0 5px 0; }

.title-sideline {
  padding: 0; }

.title-sideline:before {
  border-bottom: 4px solid #ef106e;
  content: "";
  left: -15px;
  position: absolute;
  top: 15px;
  width: 12px; }

/* section title */
.section-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 2px;
  padding: 0 0 100px 0; }

.tab-content .section-title {
  border: medium none;
  font-size: 40px;
  font-weight: 100;
  text-transform: none;
  margin: 2% 0 0;
  padding: 0; }

h1.big {
  color: white;
  font-size: 65px;
  font-weight: 600;
  line-height: 76px;
  margin-bottom: 0px; }

h1.big span {
  font-weight: 300; }

h1.page-title {
  margin: 95px auto 0;
  width: 100%; }

/* different text size */
.text-extra-small {
  font-size: 10px !important;
  line-height: 15px !important; }

.text-small {
  font-size: 11px !important;
  line-height: 20px !important;
  display: inline-block !important; }

.text-medium {
  font-size: 14px !important;
  line-height: 24px !important; }

.text-large {
  font-size: 15px !important;
  line-height: 22px !important; }

.text-extra-large {
  font-size: 18px !important;
  line-height: 27px !important; }

.title-small {
  font-size: 20px !important;
  line-height: 30px !important; }

.title-medium {
  font-size: 24px !important;
  line-height: 28px !important; }

.title-large {
  font-size: 28px !important;
  line-height: 34px !important; }

.title-extra-large {
  font-size: 35px !important;
  line-height: 37px !important; }

.title-extra-large-2 {
  font-size: 45px !important;
  line-height: 45px !important; }

.title-extra-large-3 {
  font-size: 50px !important;
  line-height: 50px !important; }

.title-extra-large-4 {
  font-size: 70px !important;
  line-height: 70px !important; }

.title-extra-large-5 {
  font-size: 80px !important;
  line-height: 50px !important; }

.title-big {
  font-size: 100px !important;
  line-height: 100px !important; }

.title-big2 {
  font-size: 125px !important;
  line-height: 125px !important; }

.title-big3 {
  font-size: 150px !important;
  line-height: 150px !important; }

/* text color */
.white-text {
  color: white !important; }

.magenta-text {
  color: #d94378 !important; }

.orange-text {
  color: #ff513b !important; }

.deep-orange-text {
  color: #d66e4a !important; }

.deep-red-text {
  color: #e75e50 !important; }

.black-text {
  color: #192a56 !important; }

.yellow-text {
  color: #88d128 !important; }

.fast-yellow-text {
  color: #88d128 !important; }

.deep-red-text {
  color: #b30000 !important; }

.medium-gray-text {
  color: #929292 !important; }

.light-gray-text {
  color: #ababab !important; }

.light-gray-text2 {
  color: #c5c5c5 !important; }

.deep-gray-text {
  color: #404040 !important; }

.deep-light-gray-text {
  color: #878787 !important; }

.gray-text {
  color: #626262 !important; }

.dark-gray-text {
  color: #373737 !important; }

.brown-text {
  color: #614c45 !important; }

.deep-yellow-text {
  color: #c8a64b !important; }

.dark-blue-text {
  color: #1e2126 !important; }

.fast-pink-text {
  color: #ff1a56 !important; }

.fast-pink-text-dark {
  color: #ef106e !important; }

.transparent-blue-text {
  color: rgba(0, 239, 255, 0.5) !important; }

.transparent-green-text {
  color: rgba(0, 255, 151, 0.5) !important; }

.fast-green-text {
  color: #85eea5 !important; }

.crimson-red-text {
  color: #e31d3b !important; }

.deep-green-text {
  color: #1acd7b !important; }

.deep-green-dark2-text {
  color: #6ad5a7 !important; }

.deep-blue-text {
  color: #2283d4 !important; }

.turquoise-blue-text {
  color: #85d4c0 !important; }

.deep-pink-dark-text {
  color: #e15276 !important; }

a.light-gray-text:hover {
  color: #7f7f7f !important; }

/* letter spacing */
.no-letter-spacing {
  letter-spacing: 0px !important; }

.letter-spacing-1 {
  letter-spacing: 1px !important; }

.letter-spacing-2 {
  letter-spacing: 2px !important; }

.letter-spacing-3 {
  letter-spacing: 3px !important; }

.letter-spacing-4 {
  letter-spacing: 4px !important; }

.letter-spacing-5 {
  letter-spacing: 5px !important; }

.letter-spacing-6 {
  letter-spacing: 6px !important; }

.letter-spacing-7 {
  letter-spacing: 7px !important; }

.letter-spacing-8 {
  letter-spacing: 8px !important; }

.letter-spacing-9 {
  letter-spacing: 9px !important; }

.letter-spacing-10 {
  letter-spacing: 10px !important; }

/* font weight */
.font-weight-100 {
  font-weight: 100 !important; }

.font-weight-400 {
  font-weight: 400 !important; }

.font-weight-600 {
  font-weight: 600 !important; }

.font-weight-700 {
  font-weight: 700 !important; }

.font-weight-800 {
  font-weight: 800 !important; }

/* text property */
.text-transform-unset {
  text-transform: unset !important; }

.text-decoration-underline {
  text-decoration: underline !important; }

.word-wrap {
  word-wrap: break-word; }

.text-transform-none {
  text-transform: none !important; }

.line-height-unset {
  line-height: unset !important; }

.line-height-none {
  line-height: 0 !important; }

.text-decoration-line-through {
  text-decoration: line-through !important; }

.title-line-through {
  padding: 0 15px; }

/* line height */
.line-height-18 {
  line-height: 18px !important; }

.line-height-20 {
  line-height: 20px !important; }

/* typography */
.first-letter {
  color: #192a56;
  float: left;
  font-size: 50px;
  left: 0;
  line-height: 1;
  margin: 0 20px 10px 0;
  position: relative;
  top: 4px; }

.first-letter-block {
  background-color: #192a56;
  color: white;
  font-weight: 600;
  padding: 10px; }

.first-letter-block-round {
  border: 3px solid #192a56;
  border-radius: 5px;
  font-size: 35px;
  font-weight: 600;
  padding: 8px 10px; }

.first-letter-light {
  background: #888888 none repeat scroll 0 0;
  border-radius: 5px;
  color: white;
  font-size: 45px;
  font-weight: 600;
  padding: 10px 12px; }

.first-letter-highlight {
  border-bottom: 2px solid #c7c7c7;
  color: #e6af2a;
  font-size: 45px;
  line-height: 60px;
  margin: 0 20px; }

.first-letter-round {
  background-color: #e6af2a;
  border-radius: 50%;
  color: white;
  font-size: 30px;
  padding: 15px; }

/* font family */
.alt-font {
  font-family: 'Rubik', Medium !important; }

.main-font {
  font-family: 'Rubik' !important; }

.title-font {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: normal; }

.sponsor-caption h2 {
  color: white; }

/* ====================================== */
/* ===================================
    Reset
====================================== */
body {
  font-family: 'Rubik';
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 13px;
  color: #657593;
  line-height: 23px;
  letter-spacing: 0.02em; }

a, a:active {
  color: #626262;
  text-decoration: none; }

a:hover, a:focus {
  color: #272727;
  text-decoration: none; }

a:focus {
  outline: none !important; }

img {
  -webkit-backface-visibility: hidden;
  max-width: 100%;
  height: auto; }

video {
  background-size: cover;
  display: table-cell;
  vertical-align: middle;
  width: 100%; }

ul {
  margin: 0px;
  padding: 0px; }

input, textarea, select {
  border: 1px solid #dfdfdf;
  letter-spacing: 1px;
  font-size: 11px;
  padding: 8px 15px;
  width: 100%;
  margin: 0 0 20px 0;
  max-width: 100%;
  resize: none; }

input[type="submit"] {
  width: auto; }

input[type="button"], input[type="text"], input[type="email"], input[type="search"], input[type="password"], textarea, input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0; }

input:focus, textarea:focus {
  border: 1px solid #989898;
  outline: none; }

input[type="submit"]:focus {
  border: none !important; }

select::-ms-expand {
  display: none; }

iframe {
  border: 0; }

ul {
  list-style: none outside none; }

ul, ol, dl {
  list-style-position: outside; }

* {
  --timing: 0.3s;
  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: var(--timing);
  -moz-transition-duration: var(--timing);
  -webkit-transition-duration: var(--timing);
  -o-transition-duration: var(--timing); }

::selection {
  color: #000;
  background: #dcdcdc; }

::-moz-selection {
  color: #000;
  background: #dcdcdc; }

::-webkit-input-placeholder {
  color: #999;
  text-overflow: ellipsis; }

:-moz-placeholder {
  color: #999 !important;
  text-overflow: ellipsis;
  opacity: 1; }

::-moz-placeholder {
  color: #999 !important;
  text-overflow: ellipsis;
  opacity: 1; }

:-ms-input-placeholder {
  color: #999 !important;
  text-overflow: ellipsis;
  opacity: 1; }

::-webkit-scrollbar {
  width: 12px; }

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

::-webkit-scrollbar-thumb {
  background: rgba(210, 210, 210, 0.8);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); }

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(210, 210, 210, 0.4); }

.animated {
  -moz-transition-duration: 0s !important; }

.float-right {
  float: right !important; }

.navbar-nav {
  margin-top: 20px !important; }

@media (max-width: 1024px) {
  footer img {
    max-width: 100% !important; } }

@media (max-width: 991px) {
  #home {
    padding-top: 105px !important; }
  .slide-caption {
    top: 15% !important; }
    .slide-caption > h1 {
      font-size: 5rem !important; }
  footer img {
    max-width: 100% !important; } }

@media (max-width: 767px) {
  #home {
    padding-top: 105px !important; }
  footer img {
    max-width: 100% !important; } }

@media (max-width: 480px) {
  #home {
    padding-top: 105px !important; }
  footer img {
    max-width: 100% !important; } }

@media (max-width: 375px) {
  #home {
    padding-top: 105px !important; }
  footer img {
    max-width: 100% !important; } }

/* *************************
:: 4.0 Preloader CSS
************************* */
#preloader {
  overflow: hidden;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100000;
  background-color: #000; }

.ccms-load {
  -webkit-animation: 2000ms linear 0s normal none infinite running ccms-load;
  animation: 2000ms linear 0s normal none infinite running ccms-load;
  background-color: transparent;
  border-top-color: #0652DD;
  border-left-color: #0652DD;
  border-right-color: #0652DD;
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  height: 50px;
  left: calc(50% - 25px);
  position: relative;
  top: calc(50% - 25px);
  width: 50px;
  z-index: 9; }

@-webkit-keyframes ccms-load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes ccms-load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

#scrollUp {
  border-radius: 3px 0 0 3px;
  bottom: 80px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
  color: #ffffff;
  font-size: 20px;
  height: 30px;
  right: 0;
  text-align: center;
  width: 40px; }

#scrollUp i {
  line-height: 30px; }

/* ===================================
Theme Partials
====================================== */
@keyframes fadeInOpacity {
  0% {
    opacity: 0.05; }
  100% {
    opacity: 1; } }

i.manipulados_icon {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #DBE2E8;
  transform: scale(2.3); }
  i.manipulados_icon:hover {
    color: #97A4AE;
    transform: scale(3.3); }

.big-shadow {
  /* big-shadow */
  filter: drop-shadow(4px 12px 125px rgba(0, 0, 0, 0.15)); }

.extra-big-shadow {
  filter: drop-shadow(25px -35px 100px rgba(0, 0, 0, 0.35)); }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-none {
  box-shadow: none !important; }

/* buttons */
.btn {
  display: inline-block;
  margin-right: 15px;
  letter-spacing: 1px;
  border: 1px solid transparent;
  border-radius: 0;
  width: auto;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 600; }

.btn-round {
  border-radius: 5px !important; }

.btn i {
  margin-right: 5px; }

.btn.btn-large i {
  font-size: 24px; }

.btn-small-white:focus {
  color: #fff; }

.button {
  margin-top: 0;
  margin-bottom: 0; }

.btn.btn-large {
  font-size: 18px;
  padding: 18px 35px; }

.btn.btn-medium {
  font-size: 14px;
  padding: 10px 22px; }

.btn.btn-small {
  font-size: 11px;
  padding: 5px 14px;
  letter-spacing: 0.5px; }

.btn.btn-very-small {
  font-size: 9px;
  padding: 4px 12px 3px;
  letter-spacing: 0.5px; }

.highlight-button {
  border: 2px solid #000;
  display: inline-block;
  padding: 8px 20px 9px;
  font-size: 12px;
  color: #000;
  background-color: transparent; }

.highlight-button:hover, .highlight-button:focus {
  background-color: #000;
  border: 2px solid #000;
  color: #fff; }

.highlight-button i {
  color: #000; }

.highlight-button:hover i {
  color: #fff; }

.highlight-button-dark {
  border: 2px solid #000;
  display: inline-block;
  padding: 8px 20px 9px;
  font-size: 12px;
  color: #fff;
  background-color: #000; }

.highlight-button-dark:hover, .highlight-button-dark:focus {
  background-color: transparent;
  border: 2px solid #000;
  color: #000; }

.highlight-button-dark i {
  color: #fff; }

.highlight-button-dark:hover i {
  color: #000; }


.highlight-button-green-dark { border:2px solid #6ad5a7; display: inline-block; padding: 8px 20px 9px; font-size: 12px; color:#fff; background-color: #6ad5a7;  }
.highlight-button-green-dark:hover, .highlight-button-green-dark:focus { background-color: transparent; border: 2px solid #000; color:#000}
.highlight-button-green-dark i { color: #fff}
.highlight-button-green-dark i:focus { color: #6ad5a7}
.highlight-button-green-dark:hover i {color:#6ad5a7}

.highlight-button-blue-dark { border:2px solid #2283d4; display: inline-block; padding: 8px 20px 9px; font-size: 12px; color:#fff; background-color: #2283d4;  }
.highlight-button-blue-dark:hover, .highlight-button-blue-dark:focus { background-color: transparent; border: 2px solid #000; color:#000}
.highlight-button-blue-dark i { color: #fff}
.highlight-button-blue-dark:hover i {color:#2283d4}


.highlight-button-green {
  border: 2px solid #6ad5a7;
  display: inline-block;
  padding: 2px 20px 3px;
  font-size: 12px;
  color: #fff;
  background-color: #6ad5a7; }

.highlight-button-green:hover, .highlight-button-green:focus {
  background-color: transparent;
  border: 2px solid #6ad5a7;
  color: #fff; }

.highlight-button-green i {
  color: #fff; }

.highlight-button-green:hover i {
  color: #fff; }

.highlight-button-cinza {
  border: 2px solid rgba(219, 226, 232, 0.2);
  display: inline-block;
  padding: 8px 20px 9px;
  font-size: 12px;
  color: #fff;
  background-color: rgba(219, 226, 232, 0.2); }

.highlight-button-cinza:hover, .highlight-button-cinza:focus {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff; }

.highlight-button-cinza i {
  color: #fff; }

.highlight-button-cinza:hover i {
  color: rgba(219, 226, 232, 0.2); }

.highlight-button-cinza-dark {
  border: 1px solid rgba(219, 226, 232, 0.2);
  display: inline-block;
  padding: 8px 20px 9px;
  font-size: 12px;
  color: #657593;
  background-color: rgba(219, 226, 232, 0.2); }

.highlight-button-cinza-dark:hover, .highlight-button-cinza-dark:focus {
  background-color: transparent;
  border: 1px solid #DBE2E8;
  color: #000; }

.highlight-button-cinza-dark i {
  color: #657593; }

.highlight-button-cinza-dark:hover i {
  color: #0652DD; }

.btn-small-white-background {
  font-size: 11px;
  letter-spacing: 2px;
  padding: 6px 23px;
  color: white;
  margin-right: 20px;
  background: rgba(219, 226, 232, 0.2);
  border: 2px solid rgba(219, 226, 232, 0.2); }

.btn-small-white-background:hover, .btn-small-white-background:focus {
  background: transparent;
  border: 2px solid #88d128;
  color: #fff; }

.btn-small-white-background i {
  color: #DBE2E8; }

.btn-small-white-background:hover i {
  color: white; }

.btn-small-white {
  font-size: 11px;
  letter-spacing: 3px;
  padding: 6px 25px;
  border: 2px solid #fff;
  color: #fff; }

.btn-small-white:hover, .btn-small-white:focus {
  background-color: #FFF;
  color: #000; }

.btn-small-white-dark {
  font-size: 11px;
  letter-spacing: 3px;
  padding: 6px 25px;
  border: 2px solid #fff;
  color: #000;
  background: #fff; }

.btn-small-white-dark:hover, .btn-small-white-dark:focus {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff; }

.btn-very-small-white {
  font-size: 9px;
  letter-spacing: 2px;
  padding: 2px 15px;
  border: 1px solid #fff;
  color: #fff; }

.btn-very-small-white:hover, .btn-very-small-white:focus {
  background-color: #FFF;
  color: #000; }

.btn-black {
  border: 2px solid #000;
  color: #fff;
  display: inline-block;
  background-color: #000;
  padding: 7px 20px 8px;
  width: auto; }

.btn-black:hover, .btn-black:focus {
  border: 2px solid #000;
  color: #000;
  background-color: transparent; }

.highlight-button-black-border {
  border: 4px solid #000;
  background-color: transparent;
  font-size: 22px;
  padding: 20px 30px;
  color: #000; }

.highlight-button-black-border:hover, .highlight-button-black-border:focus {
  border: 4px solid #000;
  background-color: #000;
  color: #fff; }

.highlight-button-dark-blue-border {
  border: 4px solid #192a56;
  background-color: transparent;
  font-size: 22px;
  padding: 20px 30px;
  color: #192a56; }

.highlight-button-dark-blue-border:hover, .highlight-button-dark-blue-border:focus {
  border: 4px solid #192a56;
  background-color: #192a56;
  color: #fff; }

.highlight-button-white-border {
  border: 4px solid #fff;
  background-color: transparent;
  font-size: 22px;
  padding: 20px 30px;
  color: #fff; }

.highlight-button-white-border:hover, .highlight-button-white-border:focus {
  border: 4px solid #fff;
  background-color: #fff;
  color: #000; }

.highlight-button-gray-border {
  border: 4px solid rgba(255, 255, 255, 0.4);
  background-color: transparent;
  font-size: 22px;
  padding: 20px 30px;
  color: #ababab; }

.highlight-button-gray-border:hover, .highlight-button-gray-border:focus {
  border: 4px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.2);
  color: #fff; }

.highlight-button-transparent-border {
  border: 4px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.1);
  font-size: 22px;
  padding: 20px 30px;
  color: #fff; }

.highlight-button-transparent-border:hover, .highlight-button-transparent-border:focus {
  border: 4px solid rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.3);
  color: #fff; }

.highlight-button-black-background {
  border: 4px solid #000;
  background-color: #000;
  font-size: 20px;
  padding: 20px 30px;
  color: #fff; }

.highlight-button-black-background:hover, .highlight-button-black-background:focus {
  border: 4px solid #000;
  background-color: #fff;
  color: #000; }

.btn-small-black-background {
  font-size: 11px;
  letter-spacing: 3px;
  padding: 6px 25px;
  border: 2px solid #000;
  color: #fff;
  background-color: #000; }

.btn-small-black-background:hover, .btn-small-black-background:focus {
  background-color: transparent;
  color: #000;
  border: 2px solid #000; }

.btn-small-black-border-light {
  font-size: 10px;
  letter-spacing: 3px;
  padding: 6px 25px;
  border: 1px solid #000;
  color: #000; }

.btn-small-black-border-light:hover, .btn-small-black-border-light:focus {
  background-color: #000;
  color: #fff; }

.btn-light-black {
  border: 2px solid #000;
  color: #000;
  background-color: transparent; }

.btn-light-black:hover, .btn-light-black:focus {
  border: 2px solid #000;
  background-color: #000;
  color: #fff; }

.button-desc {
  font-size: 30px !important;
  line-height: 35px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600; }

.button-desc span {
  display: block;
  font-size: 18px;
  font-weight: 400; }

/* reveal button */
.button-reveal {
  overflow: hidden;
  position: relative;
  transition: all 200ms linear 0s;
  border: 2px solid #000;
  font-size: 16px;
  padding: 0; }

.button-reveal i {
  position: absolute;
  left: -25px;
  top: 30%;
  color: #000;
  font-size: 20px; }

.button-reveal span {
  padding: 0 45px;
  display: block;
  line-height: 54px; }

.button-reveal:hover span {
  padding: 0 30px 0 60px;
  transition: all 200ms linear 0s;
  color: #000; }

.button-reveal:hover i {
  left: 25px; }

.btn.btn-large.button-reveal {
  padding: 0; }

.button-reveal-black {
  background-color: #000;
  color: #fff; }

.button-reveal-black span {
  color: #fff; }

.button-reveal-black i {
  color: #fff; }

.button-reveal-black:hover span {
  color: #fff; }

/* scroll top */
.scrollToTop {
  transition-duration: .3s;
  font-weight: bold;
  height: auto;
  padding: 0;
  position: fixed;
  right: 35px;
  text-align: center;
  text-decoration: none;
  top: 94%;
  width: auto;
  background-color: #000;
  z-index: 555;
  border-radius: 2px; }

.scrollToTop i {
  font-size: 18px;
  margin: 0 6px;
  color: #fff; }

.scrollToTop:hover {
  opacity: 0.5; }

.scrollToTop:hover i {
  position: relative; }

/* whtasapp button float */
.whatsapp_float {
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 60px;
  right: 20px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100; }

.whatsapp_float:hover {
  color: #FFF; }

.btn-whatsapp {
  margin-top: 16px; }

/* ===================================
    Navigation
====================================== */
a.logo {
  width: 200px; }

#header {
  z-index: 5; }

.navbar {
  border: none;
  display: inline-table;
  width: 100%;
  border-radius: 0;
  position: fixed;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15); }

.navbar-brand {
  height: 100px; }

nav .container {
  display: table-cell;
  height: 75px;
  position: relative;
  vertical-align: middle; }

.header-right {
  margin: 13px 0 0; }

.navbar-nav a {
  font-size: 12px;
  color: white !important;
  padding: 0 !important;
  font-weight: 600; }

.navbar-nav a:hover {
  color: #DBE2E8 !important;
  background: transparent !important; }

.navbar-nav a:focus {
  color: white !important;
  background: transparent !important;
  transition-duration: .3s; }

.nav li {
  margin: 0px 20px; }

.sticky-wrapper {
  position: absolute;
  top: 0;
  width: 100%; }

.navbar-brand img {
  position: relative;
  z-index: 2; }

nav.navbar-height {
  height: 100px !important; }

nav.navbar-height.shrink {
  height: 50px !important; }

.navbar li.active a {
  border-bottom: 3px solid #88d128; }

.header-white li.active a {
  border-bottom: 3px solid #88d128;
  line-height: 5rem; }

.header-white li a {
  line-height: 5rem; }

.navbar-nav > li > a {
  line-height: 5rem; }

.navigation-menu span, .text-white {
  color: white; }

.dropdown-language li a {
  color: white; }

.dark-header {
  background: black;
  border: none !important;
  transition-duration: .3s; }

/* shrink */
nav.shrink .container {
  height: 60px; }

nav.shrink {
  background: rgba(0, 0, 0, 0.8);
  border: none !important;
  transition-duration: .3s; }

.dark-header.shrink {
  background: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: none !important;
  transition-duration: .3s; }

/* without button */
.without-button .navbar-collapse {
  float: right; }

/* sidebar navigation */
.sidebar-nav {
  width: 250px;
  height: 100%; }

.sidebar-nav .navbar-header {
  background: none; }

nav.sidebar-nav .container {
  vertical-align: top;
  padding: 60px 40px; }

.sidebar-nav .navbar-nav li {
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0; }

.sidebar-nav .navbar-nav li:last-child {
  border-bottom: none; }

.sidebar-nav .navbar-nav li a {
  color: #000 !important;
  padding: 0 0 0 15px !important;
  font-weight: 600;
  border-bottom: none; }

.sidebar-nav .navbar-nav li a:before {
  content: "";
  left: -1px;
  position: absolute;
  top: 9px;
  border-bottom: 2px solid #ef106e;
  width: 6px;
  transition-duration: .2s;
  -moz-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s; }

.sidebar-nav .navbar-nav li a:hover:before, .sidebar-nav .navbar-nav li.active a:before {
  width: 130px;
  border-bottom: 1px solid #ef106e; }

.sidebar-wrapper {
  padding-left: 250px; }

.sidebar-nav .footer-social i {
  font-size: 14px; }

.sidebar-nav .footer-social a {
  margin: 0 10px; }

/* pull menu */
.pull-menu .navbar-header {
  background: none; }

.pull-menu .navbar-brand {
  height: auto; }

.pull-menu .navbar-nav {
  padding: 30px 0;
  margin-top: 40px; }

.pull-menu .navbar-nav a {
  font-size: 14px;
  color: #727272 !important;
  font-weight: 600; }

.pull-menu .nav li {
  margin: 10px 0;
  display: block;
  width: 100%; }

.pull-menu .navbar-nav a span {
  color: #a9a9a9;
  margin-right: 10px; }

.pull-menu .navbar-nav li.active a {
  color: #000 !important; }

.pull-menu .navbar-nav li.active a span {
  color: #e31d3b !important; }

.pull-menu .footer-social a i {
  font-size: 14px; }

.pull-menu .footer-social a {
  margin: 0 15px !important; }

.pull-menu nav.shrink {
  background: #fff; }

/* center logo header */
.center-logo-header .navbar-nav {
  vertical-align: middle;
  float: none; }

.center-logo-header .navbar-nav li {
  display: inline-block;
  float: none; }

.center-logo-header .navbar-brand {
  float: none;
  padding: 0;
  margin-left: 0 !important; }

.center-logo-header .navbar-nav a {
  font-size: 14px;
  color: #2e443f !important;
  display: inline; }

.center-logo-header .navbar-brand img {
  top: 0;
  max-width: 266px; }

.center-logo-header .nav li {
  margin: 0 15px;
  vertical-align: middle; }

.center-logo-header .container {
  height: 86px !important; }

.center-logo-header .navbar-header .logo {
  display: none; }

.center-logo-header li.active a {
  border-bottom: medium none;
  color: #d32b55 !important; }

/* header white */
.header-white .navbar-nav a {
  color: #000 !important; }

.header-white .navbar-nav a:hover {
  color: #cacaca !important; }

.header-white.shrink {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important; }

/* affix */
.widget.affix {
  top: 130px;
  width: 14%; }

.element-title {
  display: block;
  padding-bottom: 20px; }

.element-title:after {
  clear: both; }

/* widget */
.widget .category-list li a.active {
  color: #000000;
  font-weight: 600; }

/* dropdown */
.dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  background: rgba(0, 0, 0, 0.8); }

.dropdown-menu.white {
  border-radius: 0;
  box-shadow: none;
  background: white;
  color: black; }

.dropdown-menu li a {
  text-decoration: none;
  border: none !important; }

.dropdown-menu li.active a {
  border-bottom: none !important; }

.nav .open a, .nav .open a:focus, .nav .open a:hover {
  border: none !important;
  background: transparent !important; }

.caret-up {
  display: inline-block;
  width: 0px;
  height: 0px;
  margin-left: 2px;
  vertical-align: middle;
  border-top: none;
  border-bottom: 4px solid #FFFFFF;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top-width: 0px;
  border-top-style: dotted;
  content: ""; }

.slide-caption {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  position: absolute;
  top: 30%;
  left: 12%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left; }

.slide-caption h1 {
  font-size: 8rem;
  font-weight: 800;
  line-height: 13rem;
  color: white; }

.slide-caption p {
  font-size: 2.5rem;
  line-height: 3.2rem; }

.slide-caption span {
  font-size: 1.3rem;
  line-height: 12rem;
  font-family: 'Rubik'; }

/* IMG SECTION 1 */
.about-img {
  width: 90%;
  border-radius: 15px;
  z-index: 12; }

/* borders radius */
.frame-forfait:first-child .img-overlay {
  border-radius: 25px 0 0 25px; }

.frame-forfait:first-child .forfait-img {
  border-radius: 25px 0 0 25px; }

.frame-forfait:last-child .img-overlay {
  border-radius: 0 25px 25px 0; }

.frame-forfait:last-child .forfait-img {
  border-radius: 0 25px 25px 0; }

/*forfait frames styles*/
.forfait-img {
  overflow: hidden; }

.img-overlay {
  background: linear-gradient(0deg, rgba(13, 0, 0, 0.15), rgba(13, 0, 0, 0.15)), linear-gradient(180deg, rgba(0, 0, 0, 0) 25.52%, rgba(0, 0, 0, 0.8) 100%);
  position: absolute;
  height: 100%;
  width: 98%;
  z-index: 13;
  overflow: hidden; }

.forfait-caption {
  position: absolute;
  z-index: 14;
  left: 10px;
  bottom: 0;
  margin: 15px; }

.frame-forfait {
  padding-right: 3px !important;
  padding-left: 3px !important;
  position: relative; }

.frame-forfait h1 {
  font-size: 8rem;
  line-height: 8rem;
  color: white; }

.frame-forfait h4 {
  /* font-family: "Afterglow Regular"; */
  color: white; }

.frame-forfait p {
  margin-top: 15px;
  color: white; }

/* testimonial style */
.testimonial img {
  border-radius: 50%;
  max-width: 180px;
  margin-bottom: 35px; }

.testimonial i {
  font-size: 18px; }

/*pricing table*/
.pricing-table {
  background-color: white;
  border-radius: 25px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
 }
.pricing-table:hover {
  z-index: 999;
  transform: scale(1.1);
  border: solid 2px;
  cursor: pointer;
}

.pricing-header {
  margin-top: 35px; }

.pricing-price {
  display: inline-flex;
  /* font-family: "Afterglow Regular"; */
  margin-top: 25px; }

.pricing-container {
  margin-top: 25px;
  margin-bottom: 25px; }

.pricing-itens {
  margin-top: 25px;
  margin-bottom: 35px; }

.pricing-itens li {
  line-height: 5rem;
  border-bottom: 1px solid #DBE2E8; }

.pricing-button {
  margin-bottom: 35px; }

/*fonts pricing*/
.pricing-header h1 {
  /* font-family: "Afterglow Regular";  */
}

.pricing-price h1 {
  font-size: 8rem;
  line-height: 9rem; }

.pricing-table h4 {
  color: #97A4AE; }

.card-title {
  font-weight: 300;
  font-size: 1rem;
  text-shadow: 0 0 2px #000;
  border-top-right-radius: 67.5px;
  background: rgba(0, 0, 0, 0.7); }

.card-image {
  padding-top: 20px; }
  .card-image .image {
    background: #DBE2E8;
    border-radius: 1rem;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    justify-content: center;
    min-height: 200px;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    .card-image .image i {
      z-index: 1;
      align-self: center;
      font-size: 6rem; }

.product-card .card {
  margin: 20px; }

.product-card .card .card-content {
  padding: 5px; }

.product-card .card .price {
  font-weight: 600;
  font-size: 1.45rem;
  padding-right: 1rem;
  padding-left: 1rem;
  margin: 10px;
  position: absolute;
  top: 18px;
  letter-spacing: 0;
  z-index: 2; }

.product-objectives {
  display: inline-flex;
  flex-wrap: wrap;
  cursor: pointer; }

.product-button {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .product-button a {
    flex-grow: 1; }

.product-item {
  border-radius: 1rem; }
  .product-item:hover {
    -webkit-box-shadow: 6px 4px 15px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 6px 4px 15px 5px rgba(0, 0, 0, 0.1); }

.chip {
  border-radius: 3rem;
  color: #2f3640;
  background: #f2f2f3;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-bottom: 0.3rem;
  margin-right: 0.3rem; }

.product-card ul.card-action-buttons {
  margin: -18px 7px 0 0;
  text-align: right; }

.product-card ul.card-action-buttons li {
  display: inline-block;
  padding-left: 7px; }

.product {
  width: 20%;
  padding: 10px; }

.product .card {
  margin: 0; }

.product .card .card-content {
  padding: 5px 10px; }

div.see-more:last-of-type {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  background-color: #03A9DD; }

div.see-more a {
  color: #fff; }

/* ===================================
    Owl carousel
====================================== */
.owl-carousel {
  overflow: hidden; }

.owl-buttons {
  position: static; }

.owl-prev, .owl-next {
  color: #111;
  display: block;
  font-size: 16px;
  height: 105px;
  line-height: 105px;
  margin-top: -35px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 105px;
  z-index: 6; }

.owl-prev {
  left: -70px; }

.owl-next {
  right: -70px; }

.owl-prev:before, .owl-next:before {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  height: 66%;
  left: 0;
  position: absolute;
  width: 66%; }

.owl-next:before {
  left: auto;
  right: 0; }

.owl-prev .fa, .owl-next .fa {
  color: #000;
  font-size: 24px;
  position: relative;
  top: -15%; }

.owl-prev .fa {
  right: 4%; }

.owl-next .fa {
  left: 4%; }

.owl-carousel:hover .owl-prev {
  left: -35px;
  opacity: 1; }

.owl-carousel:hover .owl-next {
  opacity: 1;
  right: -35px; }

.owl-pagination {
  bottom: 30px;
  display: block;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 5 !important; }

.owl-page {
  display: inline-block;
  padding: 6px 5px; }

.owl-page span {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
  border-radius: 4px;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  display: block;
  height: 7px;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
  width: 7px; }

.owl-page:hover span {
  background: none repeat scroll 0 0 white; }

.owl-page.active span {
  background: none repeat scroll 0 0 transparent;
  border: 1px solid rgba(255, 255, 255, 0.8);
  transform: scale(1.33333); }

.owl-bg-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-subtitle {
  font-size: 14px;
  letter-spacing: 10px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 80px;
  display: block; }

.owl-title {
  font-size: 35px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  letter-spacing: 7px; }

.owl-title-big {
  background: rgba(0, 0, 0, 0.5);
  display: inline-block;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 7px;
  line-height: 40px;
  padding: 35px 50px;
  text-transform: uppercase;
  width: 60%; }

.dark-pagination .owl-page span {
  background: none repeat scroll 0 0 black;
  box-shadow: none; }

.dark-pagination .owl-page.active span {
  background: transparent;
  border: 1px solid black; }

.dark-pagination .owl-prev, .owl-next {
  opacity: 1; }

.dark-pagination .owl-next:before {
  left: auto;
  right: 0; }

.dark-pagination .owl-prev {
  left: -35px;
  opacity: 1; }

.dark-pagination .owl-next {
  opacity: 1;
  right: -35px; }

.light-pagination .owl-page.active span {
  background: transparent;
  border: 1px solid white; }

/* square pagination */
.square-pagination .owl-page span {
  width: 30px;
  border-radius: inherit;
  height: 3px;
  background: rgba(255, 255, 255, 0.5); }

.square-pagination .owl-page.active span {
  border: none !important;
  transform: none !important;
  background: #fff !important; }

/* hide next-prev arrow */
.dark-pagination-without-next-prev-arrow .owl-prev, .dark-pagination-without-next-prev-arrow .owl-next {
  display: none; }

/* hide dot navigation */
.owl-no-pagination .owl-pagination {
  display: none; }

.owl-no-pagination .owl-prev::before, .owl-no-pagination .owl-next::before {
  background-color: transparent; }

.owl-no-pagination .owl-prev .fa, .owl-no-pagination .owl-next .fa {
  font-size: 30px; }

/* simple next-prev arrow */
.owl-prev-next-simple .owl-prev::before, .owl-next::before {
  box-shadow: none; }

/* half slider */
.owl-half-slider .owl-title {
  width: 50%;
  line-height: 40px;
  font-size: 25px; }

.owl-half-slider .item {
  min-height: 750px; }

.owl-half-slider .container {
  min-height: 750px; }

.owl-small-slider .item {
  min-height: 430px; }

.owl-small-slider .container {
  min-height: 400px; }

/* bottom pagination */
.bottom-pagination .owl-pagination {
  position: inherit !important; }

/* scroll down */
.scroll-down {
  bottom: 50px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 9; }

.scroll-down a i {
  background: #fff;
  border-radius: 2px;
  font-size: 17px;
  padding: 2px 6px;
  color: #000; }

.scroll-down a i:hover {
  background: #000;
  color: #fff; }

.scroll-to-down {
  cursor: url("../images/arrow-down.png"), pointer; }

.scroll-to-down-white {
  cursor: url("../images/arrow-down-white.html"), pointer; }

.background-slider-text {
  position: absolute;
  width: 100%; }

#owl-demo-background .owl-item {
  cursor: default !important; }

/* cursor */
.cursor-default {
  cursor: default !important; }

.cart-actions {
  float: right; }
  .cart-actions ul {
    display: inline-flex;
    flex-grow: 1; }

.ccms-about {
  min-height: 830px; }

.ccms-quotes:before {
  margin-top: -25px;
  font-family: 'Afterglow Regular';
  color: rgba(0, 255, 151, 0.5) !important;
  font-weight: 400;
  content: "“";
  color: #85eea5;
  font-size: 200px;
  position: absolute; }

.arrow-link {
  padding: 0 15px 0 0;
  z-index: 1; }

.arrow-link:before {
  background: url("../images/arrow.png") right 7px no-repeat;
  content: "arrow";
  text-indent: -9999px;
  width: 100%;
  position: absolute;
  z-index: -1; }

.arrow-link:hover {
  padding: 0 30px 0 0;
  z-index: 1; }

#people .scroll-down, #nature .scroll-down, #wildlife .scroll-down, #food .scroll-down {
  bottom: 60px; }

.ccms-services {
  min-height: 560px;
  background: #eeeeee; }

.ccms-services {
  min-height: 560px; }

.ccms-services-sub {
  margin-top: -50px; }

.hover-box-image:hover h3 {
  top: 70%;
  color: black !important;
  letter-spacing: 10px !important;
  font-size: 27px; }

.hover-box-image imh {
  z-index: -2; }

.hover-box-image .grid-style1-border {
  opacity: 0; }

.hover-box-image:hover .grid-style1-border {
  opacity: 1; }

.hover-box-image-link {
  opacity: 0;
  left: 0;
  right: 0;
  bottom: 60px; }

.hover-box-image:hover .hover-box-image-link {
  opacity: 1;
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px); }

.line-link {
  padding: 0 10px;
  z-index: 1; }

.line-link:before {
  background: url("../images/link-line.png") center 12px no-repeat;
  content: "arrow";
  text-indent: -9999px;
  width: 100%;
  position: absolute;
  z-index: -1;
  left: 0; }

.line-link:hover {
  padding: 0 25px;
  z-index: 1; }

.hover-box-image:hover .line-link {
  letter-spacing: 3px; }

.ccms-awards {
  min-height: 830px; }

.awards-year:before {
  border-bottom: 1px solid #00ff97;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 12px;
  width: 76%; }

.manipule-sua-receita
i.manipulados_icon {
  color: #0652DD;
  font-size: 15em; }

.manipule_icon_box {
  margin-top: -5em; }

/* ===================================
    Blog
====================================== */
/* blog post - style 1 */
.blog-post-style1 article {
  margin-bottom: 0;
  position: relative;
  overflow: hidden; }

.blog-post-style1 .post-thumbnail {
  position: absolute;
  top: 0px;
  bottom: 0px;
  opacity: 0;
  z-index: -1; }

.blog-post-style1 article:hover .post-thumbnail {
  opacity: .8; }

.blog-post-style1 article:hover .post-details:before {
  border-bottom: 1px solid rgba(0, 0, 0, 0); }

.blog-post-style1 .post-details:before {
  display: block;
  content: "";
  width: 45%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.blog-post-style1 .post-details .blog-post-number {
  padding: 15px 20px;
  margin: 8px 0 0 0;
  color: #fff;
  display: inline-block; }

.blog-post-style1 .blog-like, .blog-share, .comment {
  font-size: 10px;
  letter-spacing: 2px;
  margin-right: 25px;
  text-transform: uppercase; }

.blog-post-style1 article i {
  margin-right: 4px; }

.blog-post-style1 article:hover span, .blog-post-style1 article:hover p, .blog-post-style1 article:hover a, .blog-post-style1 article:hover i {
  color: #fff; }

.blog-post-style1 article:hover p {
  opacity: .5; }

.blog-post-style1 article:hover h5 a {
  color: #88d128; }

.blog-post-style1 article:hover .blog-post-number {
  color: #000; }

.blog-post-style1 article:hover .post-details {
  -ms-transform: translate(50px, 0);
  -webkit-transform: translate(50px, 0);
  transform: translate(50px, 0); }

/* blog post - style 2 */
.blog-post-style2 article:hover img {
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1); }

.blog-post-style2 .post-details {
  position: absolute;
  width: 100%;
  padding: 0 15px;
  top: 50%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  padding: 50px 40px; }

.blog-post-style2 .post-details-arrow {
  position: absolute;
  right: 0;
  top: 50%; }

.blog-post-style2 .post-details-arrow:before {
  position: absolute;
  display: inline-block;
  border-top: 15px solid transparent;
  border-right: 15px solid #eee;
  border-bottom: 15px solid transparent;
  border-right-color: #fff;
  left: -15px;
  top: 50%;
  content: '';
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

/* blog post - style 3 */
.blog-post-style3 article:hover img {
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  opacity: .5; }

.blog-post-style3 article .post-date {
  right: 0;
  bottom: 0;
  padding: 12px 25px; }

.blog-post-style3 article .post-details {
  margin: 0 !important;
  padding: 25px;
  width: 100%; }

.blog-post-style3 article [class^="col-"] {
  padding-right: 0; }

/* blog post - style 4 */
.blog-post-style4 article {
  margin: 10px 0 0 0;
  position: relative;
  overflow: hidden;
  cursor: url("../images/arrow-white.png"), pointer;
  cursor: default; }

.blog-post-style4 .post-thumbnail {
  position: absolute;
  top: 0px;
  bottom: 0px;
  opacity: 1;
  z-index: -1;
  background: #303030; }

.blog-post-style4 .post-thumbnail img {
  opacity: .2;
  top: -100px;
  position: relative; }

.blog-post-style4 article:hover img {
  opacity: .4;
  top: -50px; }

.blog-post-style4 .post-date-month-main {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 24%;
  top: 50%;
  position: absolute; }

.blog-post-style4 .post-date {
  font-size: 80px;
  letter-spacing: -4px;
  line-height: 80px; }

.blog-post-style4 .post-date-month {
  position: relative;
  padding-right: 30px;
  font-size: 12px; }

.blog-post-style4 article:hover .post-date-month {
  padding-right: 50px; }

.blog-post-style4 .post-date-month:after {
  border-bottom: 1px solid #00ff97;
  bottom: -6px;
  content: "";
  left: 0;
  position: absolute;
  width: 100%; }

.blog-post-style4 a {
  color: #fff; }

.blog-post-style4 .text-small {
  opacity: 0.4; }

/* blog post - style 5 */
.blog-post-style5 .post-details {
  padding: 15% 13%;
  min-height: 315px; }

.blog-post-style5 .post-title {
  margin: 15% 0 10%;
  top: 0;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease; }

.blog-post-style5 .post-details:hover .post-title, .blog-post-style5 .post-title:hover {
  top: -15px; }

.blog-post-style5 .post-details:hover .post-title:before, .blog-post-style5 .post-title:hover:before {
  top: 15px;
  z-index: -1;
  color: rgba(0, 0, 0, 0.1); }

.blog-post-style5 .post-title:before {
  content: "“";
  font-size: 120px;
  position: absolute;
  left: 0;
  top: -15px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.5);
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease; }

.blog-post-style5 .post-date a, .blog-post-style5 .post-name a {
  opacity: .6; }

.blog-post-style5 .new-post .post-title:before, .blog-post-style5 .popular-post .post-title:before {
  color: white; }

/* blog post - style 6 */
.blog-post-style6 article:hover img {
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1); }

.blog-post-style6 .post-details {
  position: absolute;
  width: 100%;
  padding: 0 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  padding: 45px; }

.blog-post-style6 .post-details-arrow {
  position: absolute;
  right: 0;
  top: 50%; }

/* blog post - style 7 */
.blog-post-style7 .post-categories {
  padding: 3px 9px; }

.post-thumbnail img {
  border-radius: 15px; }

.blog-post-style7 .post-thumbnail:hover img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  filter: alpha(opacity=60); }

.post-details p {
  color: #97A4AE; }

/* ===================================
    Blog listing
====================================== */
/* page title */
.page-title {
  min-height: 450px;
  padding: 210px 0 0;
  overflow: hidden; }

.page-title h2 {
  font-size: 50px; }

/* blog listing */
.blog-listing .post-date {
  width: 110px;
  height: 110px;
  line-height: 28px;
  background-color: #373737;
  margin-top: 50px;
  color: #88d128;
  font-size: 14px;
  padding: 30px 0 !important; }

.blog-listing .post-date span {
  font-size: 35px;
  display: block;
  font-weight: 600; }

.blog-sharing i {
  margin: 0 10px; }

.blog-sharing a i {
  color: #818181; }

.blog-sharing a:hover i {
  color: #a0a0a0; }

.blog-listing-link a:after {
  content: "/";
  padding: 0 10px; }

.blog-listing-link a:last-of-type:after {
  content: ""; }

.blog-search-btn {
  color: #949494;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  padding-left: 0; }

.blog-search-btn:focus {
  border: none;
  border-bottom: 1px solid #000; }

.widget {
  margin-bottom: 65px; }

.widget .close-search {
  cursor: pointer;
  position: absolute;
  right: 19px;
  top: 12px;
  z-index: 998; }

.widget .close-search:hover {
  color: #000; }

.pagination {
  margin: 30px 0; }

.pagination a {
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  color: #aaaaaa; }

.pagination a:hover {
  color: #88d128; }

.pagination a:after {
  content: "/";
  position: relative;
  padding: 5px 15px;
  color: #545454; }

.pagination a:first-child:after, .pagination a:last-child:after, .pagination a:nth-child(6):after {
  content: ""; }

.pagination a.active {
  color: #88d128; }

.blog-image blockquote {
  border-left: 0 none;
  margin-bottom: 30px;
  padding: 50px; }

.blog-image blockquote p::before {
  color: #000;
  content: "";
  font-family: "FontAwesome";
  font-size: 50px;
  margin-right: 10px; }

.fluid-width-video-wrapper {
  position: relative; }

.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0; }

/* blog details */
.blog-comment {
  margin: 30px 0; }

.blog-comment .comment-avtar {
  float: left;
  margin-right: 35px;
  margin-top: 10px;
  max-width: 100px;
  border-radius: 50%;
  overflow: hidden; }

.blog-comment .author-avtar {
  float: left;
  margin-right: 35px;
  margin-top: 10px;
  max-width: 100px; }

.blog-comment .reply-avtar {
  float: left;
  margin-right: 15px;
  margin-left: 50px;
  margin-top: 10px;
  max-width: 45px;
  border-radius: 50%;
  overflow: hidden; }

.blog-comment-main .comment-text .blog-comment-name:after {
  content: "/";
  padding: 0 10px; }

.blog-comment > .blog-comment {
  margin-left: 40px; }

.blog-post-title:after {
  border-bottom: 4px solid #88d128;
  content: "";
  left: 0;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 30px;
  width: 30px; }

.blog-comment-form textarea {
  min-height: 100px !important; }

.comment-text > p {
  margin-bottom: 0; }

/* categories */
.category-list li {
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 12px;
  margin-bottom: 10px; }

.category-list li a {
  font-family: "Montserrat",sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  font-size: 11px;
  line-height: 20px;
  text-transform: uppercase; }

.category-list li:last-child {
  border-bottom: 0;
  margin: 0;
  padding: 0; }

/* popular posts */
.widget-posts li {
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 8px;
  margin: 0 0 8px;
  color: #ababab; }

.widget-posts li a {
  display: table;
  font-family: "Montserrat",sans-serif; }

.widget-posts li:last-child {
  margin: 0;
  padding: 0;
  border-bottom: 0; }

/* tags */
.tags a {
  padding: 2px 10px;
  display: inline-block;
  color: #373737;
  font-family: "Montserrat",sans-serif;
  margin: 0 8px 10px 0;
  background-color: #f6f6f6;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 20px; }

.tags a:hover {
  background-color: #000;
  color: #fff !important; }

/* breadcrumb */
.breadcrumb {
  padding: 10px 0 7px;
  border-bottom: 1px solid #e5e5e5;
  background-color: inherit; }

.breadcrumb ul li {
  text-transform: uppercase;
  float: left;
  font-size: 11px; }

.breadcrumb ul li::after {
  color: #898989;
  content: "|";
  font-size: 11px;
  padding: 0 12px;
  position: relative;
  top: -1px; }

.breadcrumb ul li:last-child:after {
  display: none; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mt-6,
.my-6 {
  margin-top: 5rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

/* ===================================
    Custom
====================================== */
.center-col {
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important; }

/* separator */
.separator-line-full {
  height: 1px;
  margin: 0 auto;
  width: 100%; }

.separator-line {
  height: 2px;
  margin: 0 auto;
  width: 30px;
  margin: 7% auto; }

.separator-line-thick {
  height: 4px;
  margin: 0 auto;
  width: 30px;
  margin: 7% auto; }

.separator-line-thick-full {
  height: 4px;
  margin: 0 auto;
  width: 100%;
  margin: 7% auto; }

.separator-line-thick-long {
  height: 3px;
  margin: 0 auto;
  width: 80px;
  margin: 7% auto; }

.separator-line-medium-thick {
  height: 6px;
  margin: 0 auto;
  width: 45%;
  margin: 7% auto; }

.separator-line-extra-thick {
  height: 8px;
  margin: 0 auto;
  width: 50%;
  margin: 7% auto; }

.separator-line-vertical {
  width: 7px;
  height: 80px;
  background-color: #fff;
  float: left;
  margin-right: 90px; }

.thin-separator-line {
  height: 1px;
  width: 30px;
  margin: 7% auto; }

.vertical-separator {
  height: 25px;
  width: 25px;
  border-left: 1px solid #000; }

.wide-separator-line {
  height: 1px;
  background-color: #e5e5e5;
  margin: 5% 15px; }

.title-separator-line {
  display: inline-block;
  height: 3px;
  margin-right: 5px;
  width: 11px; }

.divider-line {
  height: 1px;
  margin: 0 auto;
  width: 100%;
  background: rgba(0, 0, 0, 0.1); }

/* margin */
.margin-one-half {
  margin: 0.5% !important; }

.margin-one {
  margin: 1% !important; }

.margin-two {
  margin: 1.5% !important; }

.margin-three {
  margin: 2% !important; }

.margin-four {
  margin: 2.5% !important; }

.margin-five {
  margin: 3% !important; }

.margin-six {
  margin: 3.5% !important; }

.margin-seven {
  margin: 4% !important; }

.margin-eight {
  margin: 4.5% !important; }

.margin-nine {
  margin: 5% !important; }

.margin-ten {
  margin: 5.5% !important; }

.margin-eleven {
  margin: 6% !important; }

.margin-twelve {
  margin: 6.5% !important; }

.margin-thirteen {
  margin: 7% !important; }

.margin-fourteen {
  margin: 7.5% !important; }

.margin-fifteen {
  margin: 8% !important; }

.margin-sixteen {
  margin: 8.5% !important; }

.margin-seventeen {
  margin: 9% !important; }

.margin-eighteen {
  margin: 9.5% !important; }

.margin-nineteen {
  margin: 10% !important; }

.margin-twenty {
  margin: 10.5% !important; }

.margin-twenty-one {
  margin: 11% !important; }

.margin-twenty-two {
  margin: 11.5% !important; }

.margin-twenty-three {
  margin: 12% !important; }

.margin-twenty-four {
  margin: 12.5% !important; }

.margin-twenty-five {
  margin: 13% !important; }

.margin-twenty-six {
  margin: 13.5% !important; }

.margin-twenty-seven {
  margin: 14% !important; }

.margin-twenty-eight {
  margin: 14.5% !important; }

.margin-twenty-nine {
  margin: 15% !important; }

.margin-thirty {
  margin: 15.5% !important; }

.margin-thirty-one {
  margin: 16% !important; }

.margin-thirty-two {
  margin: 16.5% !important; }

.margin-thirty-three {
  margin: 17% !important; }

.margin-thirty-four {
  margin: 17.5% !important; }

.margin-thirty-five {
  margin: 18% !important; }

.no-margin {
  margin: 0 !important; }

.no-margin-lr {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.no-margin-tb {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.no-margin-top {
  margin-top: 0 !important; }

.no-margin-bottom {
  margin-bottom: 0 !important; }

.no-margin-left {
  margin-left: 0 !important; }

.no-margin-right {
  margin-right: 0 !important; }

.margin-lr-auto {
  margin-left: auto !important;
  margin-right: auto !important; }

.margin-bottom-1 {
  margin-bottom: 2em !important; }

.to-middle {
  margin-top: auto !important;
  margin-bottom: auto !important; }

/* padding */
.padding-one-half {
  padding: 0.5% !important; }

.padding-one {
  padding: 1% !important; }

.padding-two {
  padding: 1.5% !important; }

.padding-three {
  padding: 2% !important; }

.padding-four {
  padding: 2.5% !important; }

.padding-five {
  padding: 3% !important; }

.padding-six {
  padding: 3.5% !important; }

.padding-seven {
  padding: 4% !important; }

.padding-eight {
  padding: 4.5% !important; }

.padding-nine {
  padding: 5% !important; }

.padding-ten {
  padding: 5.5% !important; }

.padding-eleven {
  padding: 6% !important; }

.padding-twelve {
  padding: 6.5% !important; }

.padding-thirteen {
  padding: 7% !important; }

.padding-fourteen {
  padding: 7.5% !important; }

.padding-fifteen {
  padding: 8% !important; }

.padding-sixteen {
  padding: 8.5% !important; }

.padding-seventeen {
  padding: 9% !important; }

.padding-eighteen {
  padding: 9.5% !important; }

.padding-nineteen {
  padding: 10% !important; }

.padding-twenty {
  padding: 10.5% !important; }

.padding-twenty-one {
  padding: 11% !important; }

.padding-twenty-two {
  padding: 11.5% !important; }

.padding-twenty-three {
  padding: 12% !important; }

.padding-twenty-four {
  padding: 12.5% !important; }

.padding-twenty-five {
  padding: 13% !important; }

.padding-twenty-six {
  padding: 13.5% !important; }

.padding-twenty-seven {
  padding: 14% !important; }

.padding-twenty-eight {
  padding: 14.5% !important; }

.padding-twenty-nine {
  padding: 15% !important; }

.padding-thirty {
  padding: 15.5% !important; }

.padding-thirty-one {
  padding: 16% !important; }

.padding-thirty-two {
  padding: 16.5% !important; }

.padding-thirty-three {
  padding: 17% !important; }

.padding-thirty-four {
  padding: 17.5% !important; }

.padding-thirty-five {
  padding: 18% !important; }

.no-padding {
  padding: 0 !important; }

.no-padding-lr {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.no-padding-tb {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.no-padding-top {
  padding-top: 0 !important; }

.no-padding-bottom {
  padding-bottom: 0 !important; }

.no-padding-left {
  padding-left: 0 !important; }

.no-padding-right {
  padding-right: 0 !important; }

/* display */
.display-block {
  display: block !important; }

.overflow-hidden {
  overflow: hidden !important; }

.display-inline-block {
  display: inline-block !important; }

.display-inline {
  display: inline !important; }

.display-none {
  display: none !important; }

.display-inherit {
  display: inherit !important; }

/* position */
.position-relative {
  position: relative !important;
  z-index: 5; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-right {
  right: 0 !important; }

.position-left {
  left: 0 !important; }

.position-top {
  top: 0 !important; }

/* top */
.top0 {
  top: 0 !important; }

.top1 {
  top: 1px !important; }

.top2 {
  top: 2px !important; }

.top3 {
  top: 3px !important; }

.top4 {
  top: 4px !important; }

.top5 {
  top: 5px !important; }

.top6 {
  top: 6px !important; }

.top7 {
  top: 7px !important; }

.top8 {
  top: 8px !important; }

.top9 {
  top: 9px !important; }

.top10 {
  top: 10px !important; }

.top-minus1 {
  top: -1px !important; }

.top-minus2 {
  top: -2px !important; }

.top-minus3 {
  top: -3px !important; }

.top-minus4 {
  top: -4px !important; }

.top-minus5 {
  top: -5px !important; }

.top-minus6 {
  top: -6px !important; }

.top-minus7 {
  top: -7px !important; }

.top-minus8 {
  top: -8px !important; }

.top-minus9 {
  top: -9px !important; }

.top-minus10 {
  top: -10px !important; }

/* width */
.width {
  display: inline-block;
  position: relative;
  width: 90%; }

.width-20 {
  width: 20% !important; }

.width-30 {
  width: 30% !important; }

.width-40 {
  width: 40% !important; }

.width-50 {
  width: 50% !important; }

.width-60 {
  width: 60% !important; }

.width-70 {
  width: 70% !important; }

.width-80 {
  width: 80% !important; }

.width-90 {
  width: 90% !important; }

.width-100 {
  width: 100% !important; }

.width-auto {
  width: auto !important; }

/* height */
.height-100 {
  height: 100% !important; }

.height-auto {
  height: auto !important; }

.clear-both {
  clear: both; }

.vertical-align-middle {
  vertical-align: middle !important; }

.vertical-middle {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0; }

.vertical-align-top {
  vertical-align: top !important; }

.line-break {
  display: block !important; }

.z-index-1 {
  z-index: 1 !important; }

.z-index-0 {
  z-index: 0 !important; }

.z-index-minus2 {
  z-index: -2 !important; }

.no-transition *, .owl-carousel *, .mfp-container * {
  transition-timing-function: none;
  -moz-transition-timing-function: none;
  -webkit-transition-timing-function: none;
  -o-transition-timing-function: none;
  transition-duration: 0s;
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s; }

section {
  padding: 100px 0; }

section#about {
  padding: 160px 0 0; }

.button-bg-area {
  padding: 80px 0; }

/* ===================================
    Border
====================================== */
.border-black {
  border: 1px solid #000; }

.border-thick {
  border-width: 2px !important; }

.border-white {
  border: 1px solid #FFF; }

.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.border {
  border: 1px solid rgba(0, 0, 0, 0.1) !important; }

.border-right {
  border-right: 1px solid rgba(0, 0, 0, 0.1); }

.border-bottom {
  border-bottom: 1px solid #e5e5e5; }

.border-left {
  border-left: 4px solid #fff; }

.border-color-black {
  border-color: #000 !important; }

.border-color-fast-yellow {
  border-color: #88d128 !important; }

.border-color-white {
  border-color: #fff !important; }

.border-color-fast-pink-dark {
  border-color: #ef106e !important; }

.border-deep-yellow {
  border-color: #18a855 !important; }

.border-gray {
  border-color: #d7d7d7 !important; }

.border-color-orange {
  border-color: #ff513b !important; }

.no-border {
  border: none !important; }

.border-top-light {
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.border-bottom-light {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.border-transperent-white {
  border-color: rgba(255, 255, 255, 0.25) !important; }

.border-transperent-white-light {
  border-color: rgba(255, 255, 255, 0.1) !important; }

.border-transperent-black-light {
  border-color: rgba(0, 0, 0, 0.1) !important; }

.border-transperent-green {
  border-color: rgba(106, 213, 167, 0.5) !important; }

.border-bottom-transperent-white {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important; }

.no-border-round {
  border-radius: 0 !important; }

.round-border {
  border-radius: 50% !important; }

.img-border {
  border: 8px solid #fdd947;
  height: calc(100% - 40px);
  width: calc(100% - 40px);
  left: 20px;
  top: 20px;
  position: absolute; }

.img-border-medium {
  border: 5px solid #fdd947;
  height: calc(100% - 30px);
  width: calc(100% - 30px);
  left: 15px;
  top: 15px;
  position: absolute; }

.img-border-small {
  border: 4px solid #fdd947;
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  left: 10px;
  top: 10px;
  position: absolute; }

/* ===================================
    List
====================================== */
/* list */
ul.flat-list {
  list-style: inside disc;
  margin: 0 0 0 25px; }

.flat-list li {
  padding: 5px 0; }

.flat-list li.active {
  font-weight: 600;
  color: #000; }

.flat-list li.active ul {
  font-weight: normal;
  color: #575757; }

.flat-list li ul {
  padding: 5px 0 0 15px; }

.flat-list li i {
  margin: 0 10px 0 0; }

ul.flat-list-icon {
  list-style: none; }

.list-inline li {
  display: inline-block;
  padding: 0 18px; }

ul.list-line li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 7px 0; }

ul.list-line li:last-child {
  border-bottom: none; }

ul.list-line li span {
  min-width: 130px;
  display: inline-block; }

.bottom-line-list-light li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 7px 0; }

.bottom-line-list-dark li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 7px 0; }

.bottom-line-list-dark2 li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 13px 0; }

.bottom-line-list-dark2 li:last-child {
  border-bottom: none; }

.bottom-line-list-dark2 li span {
  min-width: 110px;
  display: inline-block; }

/* ===================================
    Footer
====================================== */
footer {
  clear: both; }

footer img {
  max-width: 250px; }

.footer-bottom {
  padding: 30px 0; }

.footer-top {
  padding: 80px 0; }

.footer-social i {
  font-size: 22px; }

.footer-social a {
  margin: 0 25px;
  display: inline-block; }

.footer-social a:first-child {
  margin-left: 0; }

.footer-social a:last-child {
  margin-right: 0; }

.footer-social a i {
  color: #657593; }

.footer-social a:hover i {
  color: #62718e; }

.social-icon.footer-social a {
  margin: 0 8px; }

.social-icon.footer-social a:hover i {
  color: white; }

.signature i {
  font-weight: 700; }

.signature a {
  font-weight: 500; }

.signature a {
  cursor: pointer; }

.signature {
  color: white; }
  .signature span {
    display: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .signature :hover {
    color: #0652DD; }
    .signature :hover span {
      display: inline-block;
      cursor: pointer; }

.system-copyright {
  display: flex;
  flex-flow: column;
  flex-grow: 1; }

.footer-copyright {
  display: flex;
  align-items: center; }

/*Footer*/
.section-footer {
  background: #192a56;
  text-align: center; }

.section-footer .footer-menu-list {
  margin-bottom: 30px; }

.section-footer .footer-menu-list .list-item {
  margin: 0 20px; }

.section-footer .footer-menu-list .list-item a {
  color: white;
  font-size: 12px;
  font-family: "Montserrat", sans-serif; }

.section-footer .footer-menu-list .list-item a:hover {
  color: #0652DD; }

.section-footer .footer-menu-list .list-item a:active {
  color: #0652DD; }

.section-footer .footer-text-copy {
  color: #999999;
  margin-bottom: 0; }

.section-footer .footer-text-copy .fa {
  color: #4285f4;
  padding: 0 5px; }

.upper {
  text-transform: uppercase; }

.section-title {
  margin-bottom: 40px; }

.section-title h2 {
  font-weight: 800;
  text-transform: lowercase;
  font-size: 25px;
  color: #97A4AE; }

.section-title .icon {
  display: inline-block;
  font-size: 18px;
  line-height: 21px;
  width: 130px;
  margin: 0 auto;
  position: relative;
  color: #DBE2E8; }

.section-title .icon:before {
  display: inline-block;
  content: "";
  border-bottom: 1px solid #DBE2E8;
  position: absolute;
  left: 0;
  top: 10px;
  width: 50px; }

.section-title .icon:after {
  display: inline-block;
  content: "";
  border-bottom: 1px solid #DBE2E8;
  position: absolute;
  right: 0;
  top: 10px;
  width: 50px; }

.light-wrapper {
  background: white;
  border-bottom: 1px solid #DBE2E8; }

.dark-wrapper {
  background: #f9f9f9;
  border-bottom: 1px solid #DBE2E8; }

.black-wrapper {
  background: #2c2c2c;
  color: #DBE2E8; }

.black-wrapper .lead {
  color: #DBE2E8; }

.black-wrapper a {
  color: #DBE2E8; }

.black-wrapper a:hover {
  color: #00a8ff; }

.black-wrapper h1,
.black-wrapper h2,
.black-wrapper h3,
.black-wrapper h4,
.black-wrapper h5,
.black-wrapper h6 {
  color: #f2f2f3; }

.black-wrapper .section-title h2,
.black-wrapper .section-title .icon {
  color: #97A4AE; }

.black-wrapper .section-title .icon:before,
.black-wrapper .section-title .icon:after {
  border-color: #657593; }

.widget-title {
  font-size: 14px;
  line-height: 14px;
  margin: 0 0 15px 0; }

.footer-menu {
  padding: 0;
  margin: 0;
  list-style: none; }

.footer-menu li {
  display: inline;
  padding-left: 10px; }

.footer-menu li:before {
  display: inline-block;
  content: "|";
  padding-right: 12px; }

.footer-menu li:first-child:before {
  display: none; }

.sub-footer {
  background: #292929;
  padding: 35px 0; }

.sub-footer p {
  padding: 0;
  margin: 0; }

.social {
  padding: 0;
  margin: 0; }
  .social li {
    display: inline-block;
    margin-right: 5px; }
  .social li a i {
    color: #97A4AE;
    font-size: 18px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in; }
    .social li a i :hover {
      color: #0652DD; }

footer .post-list {
  list-style: none;
  margin: 0;
  padding: 0; }

footer .post-list li {
  margin-top: 19px;
  padding-top: 20px;
  border-top: 1px solid #434343; }

footer .post-list li:first-child {
  border-top: none;
  margin: 0;
  padding: 0; }

footer .post-list li h6 {
  font-size: 14px;
  line-height: 25px;
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
  margin: 0; }

footer .post-list li em {
  color: #838383;
  font-size: 12px;
  font-style: normal; }

/* ===================================
    Background color
====================================== */
.bg-gradient {
  background: linear-gradient(0deg, rgba(13, 0, 0, 0.15), rgba(13, 0, 0, 0.15)), linear-gradient(180deg, rgba(0, 0, 0, 0) 25.52%, rgba(0, 0, 0, 0.8) 100%); }

.bg-white {
  background: #fff !important; }

.bg-white-transparent {
  background: rgba(255, 255, 255, 0.3) !important; }

.bg-yellow {
  background: #88d128 !important; }

.bg-deep-yellow {
  background: #18a855 !important; }

.bg-golden-yellow {
  background: #88d128 !important; }

.bg-fast-yellow {
  background: #88d128 !important; }

.bg-dark-gray {
  background: #252525 !important; }

.bg-mid-gray {
  background: #657593 !important; }

.bg-mid-gray2 {
  background: #97A4AE !important; }

.bg-mid-gray3 {
  background: #DBE2E8 !important; }

.bg-black {
  background: #000000 !important; }

.bg-gray {
  background-color: #f6f6f6 !important; }

.bg-yellow-ochre {
  background-color: #997546 !important; }

.bg-deep-brown {
  background-color: #544441 !important; }

.bg-transparent {
  background: transparent !important; }

.bg-orange {
  background: #c24742 !important; }

.bg-fast-orange {
  background: #ff513b !important; }

.bg-pink {
  background: #c2345f !important; }

.bg-deep-red {
  background: #dc3535 !important; }

.bg-deep-pink {
  background: #e53878 !important; }

.bg-light-pink {
  background: #dc378e !important; }

.bg-fast-pink {
  background: #ff1a56 !important; }

.bg-fast-pink-dark {
  background: #ef106e !important; }

.bg-magenta {
  background: #d94378 !important; }

.bg-light-yellow {
  background: #f8f7f5 !important; }

.bg-dark-green {
  background: #60a532 !important; }

.bg-dark-blue {
  background: #1e2126 !important; }

.bg-deep-blue2 {
  background: #131d43 !important; }

.bg-deep-blue3 {
  background: #1d2127 !important; }

.bg-deep-blue-dark {
  background: #1d6cae !important; }

.bg-violet {
  background: #6c407e !important; }

.bg-light-gray {
  background: #f7f7f7 !important; }

.bg-brown {
  background: #614c45 !important; }

.bg-deep-orange {
  background: #d66e4a !important; }

.bg-transparent-blue {
  background: rgba(0, 239, 255, 0.5) !important; }

.bg-transparent-green {
  background: rgba(0, 255, 151, 0.5) !important; }

.bg-fast-green {
  background: #00ff97 !important; }

.bg-fast-blue {
  background: #00efff !important; }

.bg-fast-blue-green-gradiant {
  background: #00efff;
  background: -moz-linear-gradient(-45deg, #00efff 0%, #00ff97 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #00efff), color-stop(100%, #00ff97));
  background: -webkit-linear-gradient(-45deg, #00efff 0%, #00ff97 100%);
  background: -o-linear-gradient(-45deg, #00efff 0%, #00ff97 100%);
  background: -ms-linear-gradient(-45deg, #00efff 0%, #00ff97 100%);
  background: linear-gradient(135deg, #00efff 0%, #00ff97 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00efff', endColorstr='#00ff97',GradientType=1 ); }

.bg-crimson-red {
  background: #e31d3b !important; }

.bg-deep-green {
  background: #1acd7b !important; }

.bg-deep-green2 {
  background: #7ebaa1 !important; }

.bg-deep-green-dark {
  background: #04b966 !important; }

.bg-deep-green-dark2 {
  background: #6ad5a7 !important; }

.bg-deep-green-dark3 {
  background: #62a486 !important; }

.bg-deep-blue {
  background: #2283d4 !important; }

.bg-transparent-deep-blue {
  background: rgba(17, 116, 198, 0.9) !important; }

.bg-turquoise-blue {
  background: #93e4cf !important; }

.bg-deep-pink-dark {
  background: #e15276 !important; }

/* opacity */
.opacity-light {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  z-index: 1;
  top: 0;
  left: 0; }

.opacity-medium {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.7;
  z-index: 1;
  top: 0;
  left: 0; }

.opacity-full {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.8;
  z-index: 1;
  top: 0;
  left: 0; }

.opacity-full-dark {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.9;
  z-index: 1;
  top: 0;
  left: 0; }

/* section height  */
.one-fourth-screen {
  min-height: 800px; }

/* scroll down */
.scroll-down {
  bottom: 50px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 10; }

.scroll-down a i {
  background: #fff;
  border-radius: 2px;
  font-size: 17px;
  padding: 2px 6px;
  color: #000; }

.scroll-down a i:hover {
  background: #000;
  color: #fff; }

.scroll-down-light {
  bottom: 50px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 10; }

.scroll-down-light a i {
  font-size: 35px;
  padding: 2px 6px;
  color: rgba(255, 255, 255, 0.4); }

.scroll-down-light a i:hover {
  color: #fff; }

/* scroll top */
.scrollToTop {
  display: none;
  font-weight: bold;
  height: auto;
  padding: 0;
  position: fixed;
  right: 35px;
  text-align: center;
  text-decoration: none;
  top: 94%;
  width: auto;
  background-color: #000;
  z-index: 555;
  border-radius: 2px; }

.scrollToTop i {
  font-size: 18px;
  margin: 0 6px;
  color: #fff; }

.scrollToTop:hover {
  opacity: 0.5; }

.scrollToTop:hover i {
  position: relative; }

/* ===================================
    Background image
====================================== */
.parallax-fix {
  position: relative;
  background-size: cover !important;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat !important;
  transition-duration: .2s;
  -moz-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  background-attachment: fixed !important; }

.fix-background {
  position: relative;
  background-size: cover !important;
  -webkit-animation-duration: 0s;
  -webkit-animation-fill-mode: none;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important; }

.cover-background {
  position: relative;
  background-size: cover !important;
  overflow: hidden;
  background-position: center center !important;
  background-repeat: no-repeat !important; }

.background-size-inherit {
  background-size: inherit !important; }

.background-attachment-inherit {
  background-attachment: inherit !important; }

.background-position-left {
  background-position: left center !important; }

.background-position-right {
  background-position: right center !important; }

.background-position-top {
  background-position: right top !important; }

@media (max-width: 1650px) {
  /* tattoo */
  .cookie-consent-box .title-extra {
    font-size: 50px !important;
    line-height: 50px !important; } }

@media (max-width: 1500px) {
  /* work */
  .grid-style1 .grid figcaption h3 {
    padding: 0 50px; }
  /* agency */
  .service {
    min-height: 701px; }
  /* personal */
  .personal .container {
    width: 1000px !important; }
  /* photography */
  .hover-box-image-link {
    bottom: 30px; } }

@media (max-width: 1400px) {
  /* blog */
  .blog-post-style3 article .post-details {
    padding: 10px; }
  /* restaurant */
  .menu-item {
    padding: 22px 0; }
  /* spa */
  .hover-box-text .title-medium::before {
    left: 35px;
    width: 15px; }
  .hover-box-text {
    padding: 45px 55px; }
  /* tattoo */
  .cookie-consent-box .title-extra {
    font-size: 42px !important;
    line-height: 42px !important; } }

@media (max-width: 1300px) {
  .about-text {
    margin-top: -10vh; }
  /* blog */
  .blog-post-style5 .post-details {
    min-height: 315px;
    padding: 15% 12%; }
  /* agency */
  .service {
    min-height: 744px; }
  /* restaurant */
  .menu-img {
    display: none; }
  .menu-text {
    width: 100%; }
  /* architecture */
  .architecture-details {
    width: 70% !important; }
  .architecture-bio:hover .architecture-details {
    bottom: 20px !important; }
  /* personal */
  .personal .container {
    width: 830px !important; }
  .personal .post-details .text-extra-large {
    font-size: 16px !important;
    line-height: 24px !important; }
  /* spa */
  .hover-box-text .title-medium::before {
    left: 12px;
    top: 42px;
    height: 3px; }
  .hover-box-text {
    padding: 22px 30px; } }

@media (max-width: 1199px) {
  section {
    padding: 110px 0; }
  section#about {
    padding: 180px 0 50px; }
  .about-text {
    margin-top: -20vh; }
  .md-center-col {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important; }
  /* border */
  .md-no-border {
    border: none !important; }
  /* margin */
  .md-margin-one-half {
    margin: 0.5% !important; }
  .md-margin-one {
    margin: 1% !important; }
  .md-margin-two {
    margin: 1.5% !important; }
  .md-margin-three {
    margin: 2% !important; }
  .md-margin-four {
    margin: 2.5% !important; }
  .md-margin-five {
    margin: 3% !important; }
  .md-margin-six {
    margin: 3.5% !important; }
  .md-margin-seven {
    margin: 4% !important; }
  .md-margin-eight {
    margin: 4.5% !important; }
  .md-margin-nine {
    margin: 5% !important; }
  .md-margin-ten {
    margin: 5.5% !important; }
  .md-margin-eleven {
    margin: 6% !important; }
  .md-margin-twelve {
    margin: 6.5% !important; }
  .md-margin-thirteen {
    margin: 7% !important; }
  .md-margin-fourteen {
    margin: 7.5% !important; }
  .md-margin-fifteen {
    margin: 8% !important; }
  .md-margin-sixteen {
    margin: 8.5% !important; }
  .md-margin-seventeen {
    margin: 9% !important; }
  .md-margin-eighteen {
    margin: 9.5% !important; }
  .md-margin-nineteen {
    margin: 10% !important; }
  .md-margin-twenty {
    margin: 10.5% !important; }
  .md-margin-twenty-one {
    margin: 11% !important; }
  .md-margin-twenty-two {
    margin: 11.5% !important; }
  .md-margin-twenty-three {
    margin: 12% !important; }
  .md-margin-twenty-four {
    margin: 12.5% !important; }
  .md-margin-twenty-five {
    margin: 13% !important; }
  .md-margin-twenty-six {
    margin: 13.4% !important; }
  .md-margin-twenty-seven {
    margin: 14% !important; }
  .md-margin-twenty-eight {
    margin: 14.5% !important; }
  .md-margin-twenty-nine {
    margin: 15% !important; }
  .md-margin-thirty {
    margin: 15.5% !important; }
  .md-margin-thirty-one {
    margin: 16% !important; }
  .md-margin-thirty-two {
    margin: 16.5% !important; }
  .md-margin-thirty-three {
    margin: 17% !important; }
  .md-margin-thirty-four {
    margin: 17.5% !important; }
  .md-margin-thirty-five {
    margin: 18% !important; }
  .md-no-margin {
    margin: 0 !important; }
  .md-no-margin-lr {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .md-no-margin-tb {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .md-no-margin-top {
    margin-top: 0 !important; }
  .md-no-margin-bottom {
    margin-bottom: 0 !important; }
  .md-no-margin-left {
    margin-left: 0 !important; }
  .md-no-margin-right {
    margin-right: 0 !important; }
  .md-margin-lr-auto {
    margin-left: auto !important;
    margin-right: auto !important; }
  /* padding */
  .md-padding-one-half {
    padding: 0.5% !important; }
  .md-padding-one {
    padding: 1% !important; }
  .md-padding-two {
    padding: 1.5% !important; }
  .md-padding-three {
    padding: 2% !important; }
  .md-padding-four {
    padding: 2.5% !important; }
  .md-padding-five {
    padding: 3% !important; }
  .md-padding-six {
    padding: 3.5% !important; }
  .md-padding-seven {
    padding: 4% !important; }
  .md-padding-eight {
    padding: 4.5% !important; }
  .md-padding-nine {
    padding: 5% !important; }
  .md-padding-ten {
    padding: 5.5% !important; }
  .md-padding-eleven {
    padding: 6% !important; }
  .md-padding-twelve {
    padding: 6.5% !important; }
  .md-padding-thirteen {
    padding: 7% !important; }
  .md-padding-fourteen {
    padding: 7.5% !important; }
  .md-padding-fifteen {
    padding: 8% !important; }
  .md-padding-sixteen {
    padding: 8.5% !important; }
  .md-padding-seventeen {
    padding: 9% !important; }
  .md-padding-eighteen {
    padding: 9.5% !important; }
  .md-padding-nineteen {
    padding: 10% !important; }
  .md-padding-twenty {
    padding: 10.5% !important; }
  .md-padding-twenty-one {
    padding: 11% !important; }
  .md-padding-twenty-two {
    padding: 11.5% !important; }
  .md-padding-twenty-three {
    padding: 12% !important; }
  .md-padding-twenty-four {
    padding: 12.5% !important; }
  .md-padding-twenty-five {
    padding: 13% !important; }
  .md-padding-twenty-six {
    padding: 13.4% !important; }
  .md-padding-twenty-seven {
    padding: 14% !important; }
  .md-padding-twenty-eight {
    padding: 14.5% !important; }
  .md-padding-twenty-nine {
    padding: 15% !important; }
  .md-padding-thirty {
    padding: 15.5% !important; }
  .md-padding-thirty-one {
    padding: 16% !important; }
  .md-padding-thirty-two {
    padding: 16.5% !important; }
  .md-padding-thirty-three {
    padding: 17% !important; }
  .md-padding-thirty-four {
    padding: 17.5% !important; }
  .md-padding-thirty-five {
    padding: 18% !important; }
  .md-no-padding {
    padding: 0 !important; }
  .md-no-padding-lr {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .md-no-padding-tb {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .md-no-padding-top {
    padding-top: 0 !important; }
  .md-no-padding-bottom {
    padding-bottom: 0 !important; }
  .md-no-padding-left {
    padding-left: 0 !important; }
  .md-no-padding-right {
    padding-right: 0 !important; }
  /* display */
  .md-display-block {
    display: block !important; }
  .md-overflow-hidden {
    overflow: hidden !important; }
  .md-display-inline-block {
    display: inline-block !important; }
  .md-display-inline {
    display: inline !important; }
  .md-display-none {
    display: none !important; }
  .md-display-inline-table {
    display: inline-table; }
  /* top */
  .md-top-minus1 {
    top: -1px !important; }
  .md-top-minus2 {
    top: -2px !important; }
  .md-top-minus3 {
    top: -3px !important; }
  .md-top-minus4 {
    top: -4px !important; }
  .md-top-minus5 {
    top: -5px !important; }
  .md-top-minus6 {
    top: -6px !important; }
  .md-top-minus7 {
    top: -7px !important; }
  .md-top-minus8 {
    top: -8px !important; }
  .md-top-minus9 {
    top: -9px !important; }
  .md-top-minus10 {
    top: -10px !important; }
  /* width */
  .md-width {
    display: inline-block;
    position: relative;
    width: 90%; }
  .md-width-20 {
    width: 20% !important; }
  .md-width-30 {
    width: 30% !important; }
  .md-width-40 {
    width: 40% !important; }
  .md-width-50 {
    width: 50% !important; }
  .md-width-60 {
    width: 60% !important; }
  .md-width-70 {
    width: 70% !important; }
  .md-width-80 {
    width: 80% !important; }
  .md-width-90 {
    width: 90% !important; }
  .md-width-100 {
    width: 100% !important; }
  .md-width-auto {
    width: auto !important; }
  .md-container-fluid {
    width: 100% !important; }
  /* height */
  .md-height-100 {
    height: 100% !important; }
  .md-height-auto {
    height: auto !important; }
  .md-clear-both {
    clear: both; }
  .md-vertical-align-middle {
    vertical-align: middle !important; }
  .md-vertical-align-top {
    vertical-align: top !important; }
  .md-line-break {
    display: block !important; }
  .md-z-index-1 {
    z-index: 1 !important; }
  .md-z-index-0 {
    z-index: 0 !important; }
  .md-z-index-minus2 {
    z-index: -2 !important; }
  .md-no-transition * {
    transition-timing-function: none;
    -moz-transition-timing-function: none;
    -webkit-transition-timing-function: none;
    -o-transition-timing-function: none;
    transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s; }
  /* text */
  .md-text-center {
    text-align: center !important; }
  .md-text-left {
    text-align: left !important; }
  .md-text-right {
    text-align: right !important; }
  /* different text size */
  .md-text-extra-small {
    font-size: 10px !important;
    line-height: 15px !important; }
  .md-text-small {
    font-size: 11px !important;
    line-height: 15px !important; }
  .md-text-medium {
    font-size: 14px !important;
    line-height: 25px !important; }
  .md-text-large {
    font-size: 15px !important;
    line-height: 20px !important; }
  .md-text-extra-large {
    font-size: 18px !important;
    line-height: 25px !important; }
  .md-title-small {
    font-size: 20px !important;
    line-height: 27px !important; }
  .md-title-medium {
    font-size: 24px !important;
    line-height: 28px !important; }
  .md-title-large {
    font-size: 28px !important;
    line-height: 34px !important; }
  .md-title-extra-large {
    font-size: 35px !important;
    line-height: 37px !important; }
  .md-title-extra-large-2 {
    font-size: 45px !important;
    line-height: 45px !important; }
  .md-title-extra-large-3 {
    font-size: 50px !important;
    line-height: 50px !important; }
  .md-title-extra-large-4 {
    font-size: 70px !important;
    line-height: 50px !important; }
  .md-title-extra-large-5 {
    font-size: 80px !important;
    line-height: 50px !important; }
  .md-title-big {
    font-size: 100px !important;
    line-height: 100px !important; }
  .md-title-big2 {
    font-size: 125px !important;
    line-height: 125px !important; }
  .md-title-big3 {
    font-size: 150px !important;
    line-height: 150px !important; }
  /* letter spacing */
  .md-no-letter-spacing {
    letter-spacing: 0px !important; }
  .md-letter-spacing-1 {
    letter-spacing: 1px !important; }
  .md-letter-spacing-2 {
    letter-spacing: 2px !important; }
  .md-letter-spacing-3 {
    letter-spacing: 3px !important; }
  /* font weight */
  .md-font-weight-100 {
    font-weight: 100 !important; }
  .md-font-weight-400 {
    font-weight: 400 !important; }
  .md-font-weight-600 {
    font-weight: 600 !important; }
  .md-font-weight-700 {
    font-weight: 700 !important; }
  .md-font-weight-800 {
    font-weight: 800 !important; }
  /* icon */
  i {
    margin: 0; }
  .md-icon-extra-large {
    font-size: 60px !important; }
  .md-icon-large {
    font-size: 50px !important; }
  .md-icon-medium {
    font-size: 40px !important;
    margin-bottom: 15px !important; }
  .md-icon-small {
    font-size: 25px !important; }
  .md-icon-extra-small {
    font-size: 18px !important; }
  /* float */
  .md-pull-left {
    float: left !important; }
  .md-pull-right {
    float: right !important; }
  .md-float-none {
    float: none !important; }
  /* border */
  .md-no-border {
    border: none !important; }
  /*header*/
  /* work */
  /* blog */
  .blog-post-style2 .post-details {
    padding: 35px 20px; }
  .blog-post-style3 article .post-details {
    padding: 10px; }
  .blog-post-style6 .post-details {
    padding: 30px; }
  /* team */
  .team-style1 .team-mood span {
    padding: 8px 14px; }
  /* tab */
  .tab-style-1 li a {
    padding: 15px 16px 15px 0; }
  /* slider */
  .slider-typography .slider-typography-option1 span {
    font-size: 80px; }
  .slider-typography .slider-typography-option3 span {
    font-size: 70px;
    line-height: 70px; }
  /* agency */
  .call-us .title-small {
    font-size: 16px !important; }
  .service {
    min-height: 600px; }
  .agency-skill {
    min-height: 400px; }
  /* restaurant */
  .restaurant-menu-background {
    background: white none repeat scroll 0 0;
    height: calc(100% - 46%);
    left: 15%;
    position: absolute;
    top: 23%;
    width: calc(100% - 32%); }
  .md-fix-background-left {
    position: relative;
    background-size: cover !important;
    overflow: hidden;
    background-position: left center;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important; }
  .md-fix-background-right {
    position: relative;
    background-size: cover !important;
    overflow: hidden;
    background-position: right center;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important; }
  .chef-details {
    left: 8%;
    width: 90%; }
  .menu-text-sub span {
    line-height: 15px; }
  .menu-item {
    padding: 16px 0; }
  /* travel */
  .adventure-details-destinations {
    right: 1px; }
  .travel-how-to-work {
    padding: 20px; }
  /* architecture */
  .architecture-section {
    padding: 90px 60px 0; }
  /* personal */
  .personal-slider-content span {
    margin-left: auto !important;
    margin-right: auto !important; }
  /* wedding */
  .center-logo-header .nav li {
    margin: 0 8px; }
  .center-logo-header .navbar-nav a {
    font-size: 13px; }
  /* photography */
  .photography-about::after {
    background-color: #fff;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }
  .photography-about .container {
    position: relative;
    z-index: 1; }
  .photography-awards::after {
    background-color: #fff;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }
  .photography-awards .container {
    position: relative;
    z-index: 1; }
  .photography-about {
    min-height: 700px; }
  .hover-box-image-link {
    bottom: 20px; }
  .hover-box-image:hover h3 {
    font-size: 27px;
    top: 66%;
    letter-spacing: 8px !important; }
  /* slider and parallax typography */
  .slider-typography .slider-typography-option2 span {
    font-size: 40px; }
  .icon-box i {
    margin: 0 19px; }
  .widget.affix {
    width: 18%; }
  .tab-style9 .nav-tabs li a {
    padding: 0 36px; }
  .glyphs .box1 {
    width: 50%; } }

@media only screen and (min-width: 1000px) and (max-width: 1024px) {
  #breakfast, #lunch, #dinner {
    background-size: 145%  !important; }
  .restaurant-menu-text {
    left: 59px; } }

@media (max-width: 1150px) {
  /* personal */
  .personal .container {
    width: 750px !important; } }

@media (max-width: 1050px) {
  /* work */
  .grid-style1 .grid figcaption h3 {
    font-size: 14px;
    line-height: 20px; }
  .grid-style2 .grid figcaption {
    padding: 17px 20px; }
  /* team */
  .architecture-bio:hover .architecture-details {
    bottom: 10px !important; }
  /* restaurant */
  .menu-item:first-child {
    padding: 16px 0; }
  .chef-bio:hover .chef-details {
    bottom: 20px; }
  .slider-typography .slider-typography-option5 span {
    width: 65%; }
  /* personal */
  .personal .container {
    width: 100% !important; }
  /*  parallax / background  */
  .parallax-fix {
    background-attachment: scroll !important; }
  .fix-background {
    background-attachment: inherit !important; }
  /* photography */
  .blog-post-style4 .post-thumbnail img {
    width: auto !important;
    max-width: none !important; }
  /* page title */
  .blog-listing-link a::after {
    padding: 0 3px 0 7px; } }

@media (max-width: 991px) {
  .navbar {
    padding-top: 15px;
    padding-bottom: 15px; }
  .navbar-brand {
    height: 50px; }
  .about-text {
    margin-top: -22vh;
    padding-left: 4rem; }
  /* personal */
  .footer-social a {
    margin: 0 13px; }
  .personal .container {
    width: 460px !important; }
  .sm-center-col {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important; }
  /* border */
  .sm-no-border {
    border: none !important; }
  /* margin */
  .sm-margin-one-half {
    margin: 0.5% !important; }
  .sm-margin-one {
    margin: 1% !important; }
  .sm-margin-two {
    margin: 1.5% !important; }
  .sm-margin-three {
    margin: 2% !important; }
  .sm-margin-four {
    margin: 2.5% !important; }
  .sm-margin-five {
    margin: 3% !important; }
  .sm-margin-six {
    margin: 3.5% !important; }
  .sm-margin-seven {
    margin: 4% !important; }
  .sm-margin-eight {
    margin: 4.5% !important; }
  .sm-margin-nine {
    margin: 5% !important; }
  .sm-margin-ten {
    margin: 5.5% !important; }
  .sm-margin-eleven {
    margin: 6% !important; }
  .sm-margin-twelve {
    margin: 6.5% !important; }
  .sm-margin-thirteen {
    margin: 7% !important; }
  .sm-margin-fourteen {
    margin: 7.5% !important; }
  .sm-margin-fifteen {
    margin: 8% !important; }
  .sm-margin-sixteen {
    margin: 8.5% !important; }
  .sm-margin-seventeen {
    margin: 9% !important; }
  .sm-margin-eighteen {
    margin: 9.5% !important; }
  .sm-margin-nineteen {
    margin: 10% !important; }
  .sm-margin-twenty {
    margin: 10.5% !important; }
  .sm-margin-twenty-one {
    margin: 11% !important; }
  .sm-margin-twenty-two {
    margin: 11.5% !important; }
  .sm-margin-twenty-three {
    margin: 12% !important; }
  .sm-margin-twenty-four {
    margin: 12.5% !important; }
  .sm-margin-twenty-five {
    margin: 13% !important; }
  .sm-margin-twenty-six {
    margin: 13.4% !important; }
  .sm-margin-twenty-seven {
    margin: 14% !important; }
  .sm-margin-twenty-eight {
    margin: 14.5% !important; }
  .sm-margin-twenty-nine {
    margin: 15% !important; }
  .sm-margin-thirty {
    margin: 15.5% !important; }
  .sm-margin-thirty-one {
    margin: 16% !important; }
  .sm-margin-thirty-two {
    margin: 16.5% !important; }
  .sm-margin-thirty-three {
    margin: 17% !important; }
  .sm-margin-thirty-four {
    margin: 17.5% !important; }
  .sm-margin-thirty-five {
    margin: 18% !important; }
  .sm-no-margin {
    margin: 0 !important; }
  .sm-no-margin-lr {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .sm-no-margin-tb {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .sm-no-margin-top {
    margin-top: 0 !important; }
  .sm-no-margin-bottom {
    margin-bottom: 0 !important; }
  .sm-no-margin-left {
    margin-left: 0 !important; }
  .sm-no-margin-right {
    margin-right: 0 !important; }
  .sm-margin-lr-auto {
    margin-left: auto !important;
    margin-right: auto !important; }
  /* padding */
  .sm-padding-one-half {
    padding: 0.5% !important; }
  .sm-padding-one {
    padding: 1% !important; }
  .sm-padding-two {
    padding: 1.5% !important; }
  .sm-padding-three {
    padding: 2% !important; }
  .sm-padding-four {
    padding: 2.5% !important; }
  .sm-padding-five {
    padding: 3% !important; }
  .sm-padding-six {
    padding: 3.5% !important; }
  .sm-padding-seven {
    padding: 4% !important; }
  .sm-padding-eight {
    padding: 4.5% !important; }
  .sm-padding-nine {
    padding: 5% !important; }
  .sm-padding-ten {
    padding: 5.5% !important; }
  .sm-padding-eleven {
    padding: 6% !important; }
  .sm-padding-twelve {
    padding: 6.5% !important; }
  .sm-padding-thirteen {
    padding: 7% !important; }
  .sm-padding-fourteen {
    padding: 7.5% !important; }
  .sm-padding-fifteen {
    padding: 8% !important; }
  .sm-padding-sixteen {
    padding: 8.5% !important; }
  .sm-padding-seventeen {
    padding: 9% !important; }
  .sm-padding-eighteen {
    padding: 9.5% !important; }
  .sm-padding-nineteen {
    padding: 10% !important; }
  .sm-padding-twenty {
    padding: 10.5% !important; }
  .sm-padding-twenty-one {
    padding: 11% !important; }
  .sm-padding-twenty-two {
    padding: 11.5% !important; }
  .sm-padding-twenty-three {
    padding: 12% !important; }
  .sm-padding-twenty-four {
    padding: 12.5% !important; }
  .sm-padding-twenty-five {
    padding: 13% !important; }
  .sm-padding-twenty-six {
    padding: 13.4% !important; }
  .sm-padding-twenty-seven {
    padding: 14% !important; }
  .sm-padding-twenty-eight {
    padding: 14.5% !important; }
  .sm-padding-twenty-nine {
    padding: 15% !important; }
  .sm-padding-thirty {
    padding: 15.5% !important; }
  .sm-padding-thirty-one {
    padding: 16% !important; }
  .sm-padding-thirty-two {
    padding: 16.5% !important; }
  .sm-padding-thirty-three {
    padding: 17% !important; }
  .sm-padding-thirty-four {
    padding: 17.5% !important; }
  .sm-padding-thirty-five {
    padding: 18% !important; }
  .sm-no-padding {
    padding: 0 !important; }
  .sm-no-padding-lr {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .sm-no-padding-tb {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .sm-no-padding-top {
    padding-top: 0 !important; }
  .sm-no-padding-bottom {
    padding-bottom: 0 !important; }
  .sm-no-padding-left {
    padding-left: 0 !important; }
  .sm-no-padding-right {
    padding-right: 0 !important; }
  /* display */
  .sm-display-block {
    display: block !important; }
  .sm-overflow-hidden {
    overflow: hidden !important; }
  .sm-display-inline-block {
    display: inline-block !important; }
  .sm-display-inline {
    display: inline !important; }
  .sm-display-none {
    display: none !important; }
  .sm-display-inline-table {
    display: inline-table; }
  /* position */
  .sm-position-relative {
    position: relative !important;
    z-index: 5; }
  .sm-position-absolute {
    position: absolute !important; }
  .sm-position-right {
    right: 0 !important; }
  .sm-position-left {
    left: 0 !important; }
  .sm-position-top {
    top: 0 !important; }
  /* color */
  .sm-white-text {
    color: #FFF !important; }
  .sm-black-text {
    color: #000 !important; }
  /* top */
  .sm-top-minus1 {
    top: -1px !important; }
  .sm-top-minus2 {
    top: -2px !important; }
  .sm-top-minus3 {
    top: -3px !important; }
  .sm-top-minus4 {
    top: -4px !important; }
  .sm-top-minus5 {
    top: -5px !important; }
  .sm-top-minus6 {
    top: -6px !important; }
  .sm-top-minus7 {
    top: -7px !important; }
  .sm-top-minus8 {
    top: -8px !important; }
  .sm-top-minus9 {
    top: -9px !important; }
  .sm-top-minus10 {
    top: -10px !important; }
  /* width */
  .sm-width {
    display: inline-block;
    position: relative;
    width: 90%; }
  .sm-width-20 {
    width: 20% !important; }
  .sm-width-30 {
    width: 30% !important; }
  .sm-width-40 {
    width: 40% !important; }
  .sm-width-50 {
    width: 50% !important; }
  .sm-width-60 {
    width: 60% !important; }
  .sm-width-70 {
    width: 70% !important; }
  .sm-width-80 {
    width: 80% !important; }
  .sm-width-90 {
    width: 90% !important; }
  .sm-width-100 {
    width: 100% !important; }
  .sm-width-auto {
    width: auto !important; }
  .sm-container-fluid {
    width: 100% !important; }
  /* height */
  .sm-height-100 {
    height: 100% !important; }
  .sm-height-auto {
    height: auto !important; }
  .sm-min-height-auto {
    min-height: auto !important; }
  .sm-clear-both {
    clear: both; }
  .sm-vertical-align-middle {
    vertical-align: middle !important; }
  .sm-vertical-align-top {
    vertical-align: top !important; }
  .sm-line-break {
    display: block !important; }
  .sm-z-index-1 {
    z-index: 1 !important; }
  .sm-z-index-0 {
    z-index: 0 !important; }
  .sm-z-index-minus2 {
    z-index: -2 !important; }
  .sm-no-transition * {
    transition-timing-function: none;
    -moz-transition-timing-function: none;
    -webkit-transition-timing-function: none;
    -o-transition-timing-function: none;
    transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s; }
  section {
    padding: 130px 0; }
  /* text */
  .sm-text-center {
    text-align: center !important; }
  .sm-text-left {
    text-align: left !important; }
  .sm-text-right {
    text-align: right !important; }
  /* different text size */
  .sm-text-extra-small {
    font-size: 10px !important;
    line-height: 15px !important; }
  .sm-text-small {
    font-size: 11px !important;
    line-height: 15px !important; }
  .sm-text-medium {
    font-size: 14px !important;
    line-height: 20px !important; }
  .sm-text-large {
    font-size: 15px !important;
    line-height: 20px !important; }
  .sm-text-extra-large {
    font-size: 18px !important;
    line-height: 25px !important; }
  .sm-title-small {
    font-size: 20px !important;
    line-height: 27px !important; }
  .sm-title-medium {
    font-size: 24px !important;
    line-height: 28px !important; }
  .sm-title-large {
    font-size: 28px !important;
    line-height: 34px !important; }
  .sm-title-extra-large {
    font-size: 35px !important;
    line-height: 37px !important; }
  .sm-title-extra-large-2 {
    font-size: 45px !important;
    line-height: 45px !important; }
  .sm-title-extra-large-3 {
    font-size: 50px !important;
    line-height: 50px !important; }
  .sm-title-extra-large-4 {
    font-size: 70px !important;
    line-height: 50px !important; }
  .sm-title-extra-large-5 {
    font-size: 80px !important;
    line-height: 50px !important; }
  .sm-title-big {
    font-size: 100px !important;
    line-height: 100px !important; }
  .sm-title-big2 {
    font-size: 125px !important;
    line-height: 125px !important; }
  .sm-title-big3 {
    font-size: 150px !important;
    line-height: 150px !important; }
  /* letter spacing */
  .sm-no-letter-spacing {
    letter-spacing: 0px !important; }
  .sm-letter-spacing-1 {
    letter-spacing: 1px !important; }
  .sm-letter-spacing-2 {
    letter-spacing: 2px !important; }
  .sm-letter-spacing-3 {
    letter-spacing: 3px !important; }
  /* font weight */
  .sm-font-weight-100 {
    font-weight: 100 !important; }
  .sm-font-weight-400 {
    font-weight: 400 !important; }
  .sm-font-weight-600 {
    font-weight: 600 !important; }
  .sm-font-weight-700 {
    font-weight: 700 !important; }
  .sm-font-weight-800 {
    font-weight: 800 !important; }
  /* background image */
  .parallax-fix {
    background-attachment: inherit !important; }
  /* icon */
  i {
    margin: 0; }
  .sm-icon-extra-large {
    font-size: 60px !important; }
  .sm-icon-large {
    font-size: 50px !important; }
  .sm-icon-medium {
    font-size: 40px !important;
    margin-bottom: 15px !important; }
  .sm-icon-small {
    font-size: 25px !important; }
  .sm-icon-extra-small {
    font-size: 18px !important; }
  /* float */
  .sm-pull-left {
    float: left !important; }
  .sm-pull-right {
    float: right !important; }
  .sm-float-none {
    float: none !important; }
  /* border */
  .sm-no-border {
    border: none !important; }
  /* alert */
  .alert {
    padding: 10px; }
  /* close button */
  .mfp-figure .mfp-close {
    display: block !important; }
  .mfp-image-holder .mfp-close {
    position: fixed;
    top: 0;
    right: 15px !important; }
  /* br */
  .sm-br-display-none br {
    display: none !important; }
  /* navigation */
  .nav li {
    margin: 15px 13px; }
  /* dropdown */
  .dropdown-menu {
    position: inherit;
    min-width: 100%;
    float: none !important;
    padding: 0 !important;
    background-color: transparent !important;
    border: 0 none !important;
    box-shadow: none;
    margin-top: 0;
    width: auto;
    line-height: 1.42857 !important; }
  .navbar-nav .open .dropdown-menu {
    background-color: transparent !important;
    border: 0 none !important;
    padding: 0 !important;
    box-shadow: none;
    line-height: 1.42857 !important; }
  .navbar-nav .open .dropdown-menu a {
    line-height: 1.42857 !important; }
  /* pull navigation */
  .show-menu .menu-wrap {
    left: 0; }
  /* header */
  .navbar-toggle .icon-bar {
    background: #fff; }
  .navbar-toggle {
    margin-right: 0;
    /* margin-top: 35px */ }
  .navbar-collapse {
    box-shadow: none;
    background: rgba(0, 0, 0, 0.95);
    width: 100%;
    position: absolute;
    top: 75px; }
  .navbar.shrink .navbar-collapse {
    top: 60px; }
  .navbar li.active a {
    border-bottom: 1px solid #fff;
    display: inline-block; }
  .navbar-header {
    float: none; }
  .navbar-toggle {
    display: block; }
  .navbar-collapse.collapse {
    display: none !important; }
  .navbar-nav > li {
    float: none; }
  .collapse.in {
    display: block !important; }
  .navbar-nav {
    width: 100%; }
  .sidebar-nav .container {
    height: auto !important; }
  .sidebar-wrapper {
    padding-left: 0; }
  .sidebar-nav {
    width: 100%;
    height: auto; }
  nav.sidebar-nav .container {
    vertical-align: top;
    padding: 10px 15px; }
  .sidebar-nav .navbar-toggle {
    background-color: #000;
    border-radius: 0; }
  .navbar .container {
    width: 100%; }
  .sidebar-nav .navbar-collapse {
    background: #fff; }
  .navbar * {
    transition-timing-function: none;
    -moz-transition-timing-function: none;
    -webkit-transition-timing-function: none;
    -o-transition-timing-function: none;
    transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s; }
  .sidebar-nav .navbar-collapse {
    left: 0;
    top: 11px; }
  .sidebar-nav .navbar-nav li a {
    color: #000 !important;
    font-weight: 400; }
  .sidebar-nav.shrink .navbar-collapse {
    top: 11px; }
  .sidebar-nav .navbar-nav li a:hover::before, .sidebar-nav .navbar-nav li.active a::before {
    border: 0; }
  .sidebar-nav .navbar-nav li a:hover, .sidebar-nav .navbar-nav li a:focus {
    color: #686868 !important; }
  .sidebar-nav .navbar-nav li a::before {
    border: 0; }
  .sidebar-nav .navbar-nav li {
    padding: 12px 13px; }
  .sidebar-nav .navbar-nav li a {
    padding: 0 !important; }
  .sidebar-nav .navbar {
    border: 0; }
  .sidebar-nav li.active a {
    border-bottom: 1px solid #000; }
  /* work */
  .grid-style1 .grid figcaption h3 {
    font-size: 18px; }
  .grid-style2 .grid figcaption {
    padding: 30px 15px; }
  .gutter-wide .grid-gallery ul {
    margin-left: -20px; }
  .gutter-wide .grid li {
    padding: 0 0 20px 20px; }
  .grid-style4 .grid figure:hover h3 {
    bottom: 23px; }
  .grid-style4 .grid h3 {
    left: 25px; }
  .work-4col .grid li {
    width: 50%; }
  .work-5col .grid li {
    width: 50%; }
  /* blog */
  .blog-post-style2 .post-details {
    padding: 20px; }
  .blog-post-style4 .post-date-month-main {
    left: 40%; }
  .blog-post-style1 article:hover .post-details {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  /* team */
  .architecture-bio:hover .architecture-details {
    bottom: 0 !important; }
  .team-mood span.text-large {
    font-size: 15px !important; }
  /* tab */
  ul.portfolio-filter-tab-style-6 {
    margin: 170px 30px 0 0; }
  .tab-style-2 li:first-child {
    margin: 0 10px 0 0; }
  .tab-style-2 li {
    margin: 0 10px; }
  .tab-style-2 li:last-child {
    margin: 0 10px 0 0; }
  .portfolio-filter-tab-style-5 li {
    display: inline-block; }
  /* testimonial */
  .testimonial-style2-img:after {
    right: 80px; }
  /* slider */
  .slider-typography .slider-typography-option2 span {
    font-size: 30px;
    line-height: 30px; }
  .slider-typography .slider-typography-option5 span {
    width: 90%;
    line-height: 60px;
    font-size: 50px; }
  .slider-typography .slider-typography-option2 p {
    font-size: 12px; }
  /* agency */
  section {
    padding: 120px 0; }
  section#about {
    padding: 180px 0 0; }
  .about-img {
    width: 80%;
    margin-left: auto;
    margin-right: auto; }
  .agency-skill {
    min-height: 0; }
  .blog-post-style1 .post-thumbnail img {
    height: 100%;
    width: 100%; }
  /* restaurant */
  .chef-details {
    left: 8.5%;
    width: 80%; }
  .restaurant-menu-background {
    background: white none repeat scroll 0 0;
    height: calc(100% - 46%);
    left: 26%;
    position: absolute;
    top: 23%;
    width: calc(100% - 52%); }
  /* travel */
  .travel-slider {
    min-height: 450px; }
  .adventure-details-destinations {
    right: 0; }
  /* architecture */
  .architecture-title {
    min-height: 400px; }
  .architecture-section h2 {
    margin-top: 70px; }
  .architecture-section {
    padding: 70px; }
  .portfolio-filter-tab-style-6 li {
    margin: 0 !important; }
  /* photography */
  .photography-about {
    min-height: 580px; }
  .photography-services {
    min-height: 480px; }
  .hover-box-image-link {
    bottom: 40px; }
  .hover-box-image:hover h3 {
    top: 70%; }
  .photography-awards {
    min-height: 900px; }
  /* spa */
  .hover-box-text {
    padding: 8px 12px; }
  .hover-box-text .title-medium::before {
    height: 4px;
    left: 53px;
    top: 62px; }
  .hover-box-more {
    height: 60px;
    padding: 11px 10px;
    right: -80px;
    width: 60px; }
  .hover-box:hover .hover-box-text {
    -webkit-transform: translateX(-60px);
    -ms-transform: translateX(-60px);
    transform: translateX(-60px); }
  /* Blog Templet */
  .blog-listing .post-date {
    height: 80px;
    width: 80px;
    padding: 15px 0 !important;
    margin-top: 33px;
    margin-bottom: 25px; }
  .blog-sharing i {
    margin: 0 10px; }
  .blog-image blockquote {
    padding: 30px; }
  .blog-image blockquote p::before {
    font-size: 42px; }
  /* personal */
  .personal .container {
    width: 100% !important; }
  .personal-about::after {
    background-color: #fff;
    content: "";
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }
  .personal-about .container {
    position: relative;
    z-index: 1; }
  .personal section {
    padding: 100px 0; }
  /* wedding */
  .center-logo-header .navbar-nav li {
    text-align: left;
    margin: 15px 13px;
    float: none;
    display: block; }
  .center-logo-header .navbar-nav li a {
    color: #fff !important;
    font-size: 12px;
    font-weight: 500;
    padding: 0 !important; }
  .center-logo-header .logo-bg {
    display: none !important; }
  .center-logo-header .navbar-header .logo {
    display: block;
    float: left; }
  .center-logo-header .navbar-header {
    padding: 0 15px; }
  .center-logo-header.shrink .navbar-collapse {
    top: 86px !important; }
  .center-logo-header .navbar-collapse {
    top: 86px; }
  .center-logo-header .navbar-brand img {
    top: -18px; }
  .attending-main {
    height: 500px; }
  .attending-main .img-border-medium {
    height: 470px; }
  .our-story-wedding .blog-post-style3 article .post-details {
    padding: 20px 0 0; }
  .center-logo-header .navbar-toggle .icon-bar {
    background: #000; }
  /* tattoo */
  .header-white .navbar-nav a {
    color: #fff !important; }
  .cookie-consent-box .title-extra {
    font-size: 40px !important;
    line-height: 40px !important; }
  .scrollToTop {
    display: none !important; }
  .restaurant-dishes {
    width: 550px; }
  .widget.affix {
    width: 23%; }
  .tab-style5 li a {
    margin: 0 25px; }
  .tab-style9 .nav-tabs li a {
    padding: 0 22px; }
  .icon-box i {
    margin: 7px; }
  .button-bg-area .btn {
    margin-bottom: 5px;
    padding: 10px; } }

@media (max-width: 767px) {
  .navbar {
    padding-top: 15px;
    padding-bottom: 15px; }
  .about-text {
    margin-top: 45vh; }
  .carousel-inner {
    width: 100%; }
  section {
    padding: 80px 0; }
  section#about {
    padding: 200px 0 0; }
  .xs-center-col {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important; }
  /* border */
  .xs-no-border {
    border: none !important; }
  .xs-separator-line-thick {
    height: 4px;
    margin: 0 auto;
    width: 30px;
    margin: 7% auto; }
  /* margin */
  .xs-margin-one-half {
    margin: 0.5% !important; }
  .xs-margin-one {
    margin: 1% !important; }
  .xs-margin-two {
    margin: 1.5% !important; }
  .xs-margin-three {
    margin: 2% !important; }
  .xs-margin-four {
    margin: 2.5% !important; }
  .xs-margin-five {
    margin: 3% !important; }
  .xs-margin-six {
    margin: 3.5% !important; }
  .xs-margin-seven {
    margin: 4% !important; }
  .xs-margin-eight {
    margin: 4.5% !important; }
  .xs-margin-nine {
    margin: 5% !important; }
  .xs-margin-ten {
    margin: 5.5% !important; }
  .xs-margin-eleven {
    margin: 6% !important; }
  .xs-margin-twelve {
    margin: 6.5% !important; }
  .xs-margin-thirteen {
    margin: 7% !important; }
  .xs-margin-fourteen {
    margin: 7.5% !important; }
  .xs-margin-fifteen {
    margin: 8% !important; }
  .xs-margin-sixteen {
    margin: 8.5% !important; }
  .xs-margin-seventeen {
    margin: 9% !important; }
  .xs-margin-eighteen {
    margin: 9.5% !important; }
  .xs-margin-nineteen {
    margin: 10% !important; }
  .xs-margin-twenty {
    margin: 10.5% !important; }
  .xs-margin-twenty-one {
    margin: 11% !important; }
  .xs-margin-twenty-two {
    margin: 11.5% !important; }
  .xs-margin-twenty-three {
    margin: 12% !important; }
  .xs-margin-twenty-four {
    margin: 12.5% !important; }
  .xs-margin-twenty-five {
    margin: 13% !important; }
  .xs-margin-twenty-six {
    margin: 13.4% !important; }
  .xs-margin-twenty-seven {
    margin: 14% !important; }
  .xs-margin-twenty-eight {
    margin: 14.5% !important; }
  .xs-margin-twenty-nine {
    margin: 15% !important; }
  .xs-margin-thirty {
    margin: 15.5% !important; }
  .xs-margin-thirty-one {
    margin: 16% !important; }
  .xs-margin-thirty-two {
    margin: 16.5% !important; }
  .xs-margin-thirty-three {
    margin: 17% !important; }
  .xs-margin-thirty-four {
    margin: 17.5% !important; }
  .xs-margin-thirty-five {
    margin: 18% !important; }
  .xs-no-margin {
    margin: 0 !important; }
  .xs-no-margin-lr {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .xs-no-margin-tb {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .xs-no-margin-top {
    margin-top: 0 !important; }
  .xs-no-margin-bottom {
    margin-bottom: 0 !important; }
  .xs-no-margin-left {
    margin-left: 0 !important; }
  .xs-no-margin-right {
    margin-right: 0 !important; }
  .xs-margin-lr-auto {
    margin-left: auto !important;
    margin-right: auto !important; }
  /* padding */
  .xs-padding-one-half {
    padding: 0.5% !important; }
  .xs-padding-one {
    padding: 1% !important; }
  .xs-padding-two {
    padding: 1.5% !important; }
  .xs-padding-three {
    padding: 2% !important; }
  .xs-padding-four {
    padding: 2.5% !important; }
  .xs-padding-five {
    padding: 3% !important; }
  .xs-padding-six {
    padding: 3.5% !important; }
  .xs-padding-seven {
    padding: 4% !important; }
  .xs-padding-eight {
    padding: 4.5% !important; }
  .xs-padding-nine {
    padding: 5% !important; }
  .xs-padding-ten {
    padding: 5.5% !important; }
  .xs-padding-eleven {
    padding: 6% !important; }
  .xs-padding-twelve {
    padding: 6.5% !important; }
  .xs-padding-thirteen {
    padding: 7% !important; }
  .xs-padding-fourteen {
    padding: 7.5% !important; }
  .xs-padding-fifteen {
    padding: 8% !important; }
  .xs-padding-sixteen {
    padding: 8.5% !important; }
  .xs-padding-seventeen {
    padding: 9% !important; }
  .xs-padding-eighteen {
    padding: 9.5% !important; }
  .xs-padding-nineteen {
    padding: 10% !important; }
  .xs-padding-twenty {
    padding: 10.5% !important; }
  .xs-padding-twenty-one {
    padding: 11% !important; }
  .xs-padding-twenty-two {
    padding: 11.5% !important; }
  .xs-padding-twenty-three {
    padding: 12% !important; }
  .xs-padding-twenty-four {
    padding: 12.5% !important; }
  .xs-padding-twenty-five {
    padding: 13% !important; }
  .xs-padding-twenty-six {
    padding: 13.4% !important; }
  .xs-padding-twenty-seven {
    padding: 14% !important; }
  .xs-padding-twenty-eight {
    padding: 14.5% !important; }
  .xs-padding-twenty-nine {
    padding: 15% !important; }
  .xs-padding-thirty {
    padding: 15.5% !important; }
  .xs-padding-thirty-one {
    padding: 16% !important; }
  .xs-padding-thirty-two {
    padding: 16.5% !important; }
  .xs-padding-thirty-three {
    padding: 17% !important; }
  .xs-padding-thirty-four {
    padding: 17.5% !important; }
  .xs-padding-thirty-five {
    padding: 18% !important; }
  .xs-no-padding {
    padding: 0 !important; }
  .xs-no-padding-lr {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .xs-no-padding-tb {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .xs-no-padding-top {
    padding-top: 0 !important; }
  .xs-no-padding-bottom {
    padding-bottom: 0 !important; }
  .xs-no-padding-left {
    padding-left: 0 !important; }
  .xs-no-padding-right {
    padding-right: 0 !important; }
  /* display */
  .xs-display-block {
    display: block !important; }
  .xs-overflow-hidden {
    overflow: hidden !important; }
  .xs-display-inline-block {
    display: inline-block !important; }
  .xs-display-inline {
    display: inline !important; }
  .xs-display-none {
    display: none !important; }
  .xs-display-inline-table {
    display: inline-table; }
  /* position */
  .xs-position-relative {
    position: relative !important;
    z-index: 5; }
  .xs-position-absolute {
    position: absolute !important; }
  .xs-position-right {
    right: 0 !important; }
  .xs-position-left {
    left: 0 !important; }
  .xs-position-top {
    top: 0 !important; }
  /* top */
  .xs-top-minus1 {
    top: -1px !important; }
  .xs-top-minus2 {
    top: -2px !important; }
  .xs-top-minus3 {
    top: -3px !important; }
  .xs-top-minus4 {
    top: -4px !important; }
  .xs-top-minus5 {
    top: -5px !important; }
  .xs-top-minus6 {
    top: -6px !important; }
  .xs-top-minus7 {
    top: -7px !important; }
  .xs-top-minus8 {
    top: -8px !important; }
  .xs-top-minus9 {
    top: -9px !important; }
  .xs-top-minus10 {
    top: -10px !important; }
  /* width */
  .xs-width {
    display: inline-block;
    position: relative;
    width: 90%; }
  .xs-width-20 {
    width: 20% !important; }
  .xs-width-30 {
    width: 30% !important; }
  .xs-width-40 {
    width: 40% !important; }
  .xs-width-50 {
    width: 50% !important; }
  .xs-width-60 {
    width: 60% !important; }
  .xs-width-70 {
    width: 70% !important; }
  .xs-width-80 {
    width: 80% !important; }
  .xs-width-90 {
    width: 90% !important; }
  .xs-width-100 {
    width: 100% !important; }
  .xs-width-auto {
    width: auto !important; }
  .xs-container-fluid {
    width: 100% !important; }
  /* height */
  .xs-height-100 {
    height: 100% !important; }
  .xs-height-auto {
    height: auto !important; }
  .xs-min-height-auto {
    min-height: auto !important; }
  .xs-clear-both {
    clear: both; }
  .xs-vertical-align-middle {
    vertical-align: middle !important; }
  .xs-vertical-align-top {
    vertical-align: top !important; }
  .xs-line-break {
    display: block !important; }
  .xs-z-index-1 {
    z-index: 1 !important; }
  .xs-z-index-0 {
    z-index: 0 !important; }
  .xs-z-index-minus2 {
    z-index: -2 !important; }
  .xs-no-transition * {
    transition-timing-function: none;
    -moz-transition-timing-function: none;
    -webkit-transition-timing-function: none;
    -o-transition-timing-function: none;
    transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s; }
  section {
    padding: 130px 0; }
  /* text */
  .xs-text-center {
    text-align: center !important; }
  .xs-text-left {
    text-align: left !important; }
  .xs-text-right {
    text-align: right !important; }
  /* float */
  .xs-f-right {
    float: right !important; }
  .xs-f-left {
    float: left !important; }
  /* color */
  .xs {
    color: #FFF !important; }
  .xs-black-text {
    color: #000 !important; }
  /* background position */
  .xs-background-position-center-top {
    background-position: center top !important; }
  .xs-background-position-left-center {
    background-position: left center !important; }
  /* different text size */
  .xs-text-extra-small {
    font-size: 10px !important;
    line-height: 15px !important; }
  .xs-text-small {
    font-size: 11px !important;
    line-height: 15px !important; }
  .xs-text-medium {
    font-size: 14px !important;
    line-height: 20px !important; }
  .xs-text-large {
    font-size: 15px !important;
    line-height: 20px !important; }
  .xs-text-extra-large {
    font-size: 18px !important;
    line-height: 25px !important; }
  .xs-title-small {
    font-size: 20px !important;
    line-height: 27px !important; }
  .xs-title-medium {
    font-size: 24px !important;
    line-height: 28px !important; }
  .xs-title-large {
    font-size: 28px !important;
    line-height: 34px !important; }
  .xs-title-extra-large {
    font-size: 35px !important;
    line-height: 37px !important; }
  .xs-title-extra-large-2 {
    font-size: 45px !important;
    line-height: 45px !important; }
  .xs-title-extra-large-3 {
    font-size: 50px !important;
    line-height: 50px !important; }
  .xs-title-extra-large-4 {
    font-size: 70px !important;
    line-height: 50px !important; }
  .xs-title-extra-large-5 {
    font-size: 80px !important;
    line-height: 50px !important; }
  .xs-title-big {
    font-size: 100px !important;
    line-height: 100px !important; }
  .xs-title-big2 {
    font-size: 125px !important;
    line-height: 125px !important; }
  .xs-title-big3 {
    font-size: 150px !important;
    line-height: 150px !important; }
  /* letter spacing */
  .xs-no-letter-spacing {
    letter-spacing: 0px !important; }
  .xs-letter-spacing-1 {
    letter-spacing: 1px !important; }
  .xs-letter-spacing-2 {
    letter-spacing: 2px !important; }
  .xs-letter-spacing-3 {
    letter-spacing: 3px !important; }
  /* font weight */
  .xs-font-weight-100 {
    font-weight: 100 !important; }
  .xs-font-weight-400 {
    font-weight: 400 !important; }
  .xs-font-weight-600 {
    font-weight: 600 !important; }
  .xs-font-weight-700 {
    font-weight: 700 !important; }
  .xs-font-weight-800 {
    font-weight: 800 !important; }
  /* icon */
  i {
    margin: 0; }
  .xs-icon-extra-large {
    font-size: 60px !important; }
  .xs-icon-large {
    font-size: 50px !important; }
  .xs-icon-medium {
    font-size: 40px !important;
    margin-bottom: 15px !important; }
  .xs-icon-small {
    font-size: 25px !important; }
  .xs-icon-extra-small {
    font-size: 18px !important; }
  /* float */
  .xs-pull-left {
    float: left !important; }
  .xs-pull-right {
    float: right !important; }
  .xs-float-none {
    float: none !important; }
  /* br */
  .xs-br-display-none br {
    display: none !important; }
  /* alert */
  .alert {
    padding: 15px; }
  .alert button.close {
    margin-top: -7px; }
  /* border */
  .xs-no-border {
    border: none !important; }
  /* header */
  .navbar-toggle .icon-bar {
    background: #fff; }
  .navbar-toggle {
    margin-right: 0; }
  .navbar-collapse {
    box-shadow: none;
    background: rgba(0, 0, 0, 0.95);
    width: 100%;
    position: absolute;
    top: 75px; }
  .navbar.shrink .navbar-collapse {
    top: 60px; }
  .navbar li.active a {
    border-bottom: 1px solid #fff;
    display: inline-block; }
  /* work */
  .work-4col .grid li {
    width: 100%; }
  .work-3col .grid li {
    width: 100%; }
  .work-2col .grid li {
    width: 100%; }
  .half-project-bg {
    height: 350px; }
  .ajax-popup-title-text {
    background: transparent;
    padding: 0; }
  .work-5col .grid li {
    width: 100%; }
  /* blog */
  .blog-post-style6 .post-details {
    padding: 15px; }
  .blog-post-style4 .post-thumbnail img {
    top: 0px; }
  .blog-post-style4 article:hover img {
    top: 0; }
  .blog-post-style4 .post-date-month-main {
    left: 30%; }
  /* tab */
  .portfolio-filter-tab-style-2 li {
    margin: 0 !important; }
  .portfolio-filter-tab-style-2 li a {
    padding: 8px 0;
    display: inline-block;
    margin-bottom: 6px;
    border-bottom: 2px solid transparent !important; }
  .portfolio-filter-tab-style-3 li {
    margin: 0 10px !important; }
  .portfolio-filter-tab li {
    margin: 0 10px !important; }
  .tab-style-3 li {
    margin: 0; }
  .tab-style-3 li:last-child {
    margin: 0; }
  .portfolio-filter-tab-style-6 li a {
    padding: 0; }
  .portfolio-filter-tab-style-4 li.active a::before {
    top: 6px; }
  .portfolio-filter-tab-style-5 li {
    display: inline !important;
    margin: 0 20px !important; }
  .portfolio-filter-tab-style-5 li a {
    padding: 10px 15px; }
  /* testimonial */
  .testimonial-style2-img:after {
    opacity: 0; }
  /* slider */
  .slider-typography .slider-typography-option6 span {
    font-size: 40px;
    line-height: 40px;
    width: 100%; }
  .slider-typography .separator-line-medium-thick {
    margin: 40px 0; }
  /* counter */
  #counter-event .counter-box {
    width: 72px;
    padding: 0 10px; }
  #counter-event .number {
    font-size: 30px;
    line-height: 32px; }
  #counter-event span {
    font-size: 10px; }
  /* grid style1 */
  .grid-style1-border {
    width: calc(100% - 0px);
    top: 0;
    left: 0;
    height: calc(100% - 0px); }
  /* agency */
  .slider-typography .slider-typography-option1 span {
    font-size: 56px;
    line-height: 60px; }
  .post-thumbnail > img {
    height: 100%;
    width: auto; }
  /* restaurant */
  .special-dishes-price {
    right: 23%; }
  .restaurant-menu-background {
    left: 19%;
    width: calc(100% - 38%); }
  .restaurant-dishes {
    height: 480px;
    margin-top: 0;
    width: 410px; }
  #menu .container-fluid {
    left: 0; }
  /* travel */
  .travel-slider {
    min-height: 360px; }
  .slider-typography .slider-typography-option2 span {
    font-size: 22px;
    letter-spacing: -2px;
    line-height: 30px;
    width: 90%; }
  .travel-special-off {
    padding: 2px 10px; }
  .hotel-review {
    right: 0; }
  .adventure-details-destinations {
    right: 1px; }
  /* architecture */
  .architecture-section {
    padding: 40px 15px; }
  .architecture-section h2 {
    margin-top: 30px; }
  .slider-typography .slider-typography-option5 p {
    font-size: 14px; }
  .slider-typography .slider-typography-option5 span {
    font-size: 27px;
    line-height: 32px; }
  /* photography */
  .photography-quotes::before {
    font-size: 140px; }
  .hover-box-image-link {
    bottom: 26px; }
  .photography-awards {
    background-position: -700px center !important;
    min-height: 0; }
  .portfolio-filter-tab-style-4 li a {
    padding: 5px 15px; }
  /* event */
  .table table td {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    padding: 20px 25px;
    text-align: left;
    border-bottom: 0px;
    text-align: center; }
  .table table td:last-child {
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 5%; }
  .registration-form {
    padding: 24px; }
  .medium-input, .medium-textarea, .medium-select select {
    padding: 10px 12px; }
  /* spa */
  .hover-box-text {
    padding: 22px 30px; }
  .hover-box-text .title-medium::before {
    height: 3px;
    left: 12px;
    top: 38px; }
  .spa-about::after {
    background-color: #fff;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }
  .spa-about .container {
    position: relative;
    z-index: 1; }
  .treatments-box-text {
    min-height: 490px; }
  .hover-box-more {
    height: 70px;
    padding: 15px;
    right: -80px;
    width: 70px; }
  .treatments-box-text-sub img {
    width: 170px; }
  /* personal */
  .sidebar-nav.shrink .navbar-collapse {
    top: 11px; }
  .portfolio-filter-tab-style-5 li.active a::before {
    top: 17px; }
  /* wedding */
  .couple-quotes {
    padding-left: 40px; }
  .couple-quotes::before {
    left: 0; }
  .gutter .grid li {
    padding-bottom: 15px; }
  .attending-main {
    height: 580px; }
  .attending-main .img-border-medium {
    height: 550px; }
  .wedding-slider {
    min-height: 500px !important; }
  /* coming soon */
  .coming-soon-bg .number {
    height: 10px; }
  .coming-soon-bg .counter-box span {
    height: 10px; }
  .coming-soon-bg .counter-box {
    width: 70px !important;
    padding: 0 !important; }
  .coming-soon-bg p {
    font-size: 12px !important; }
  /* blog */
  .page-title {
    padding: 210px 0 0 !important; }
  .blog-sharing {
    margin: 10px 0; }
  .widget {
    margin-bottom: 35px; }
  .pagination {
    margin: 15px 0;
    padding: 0; }
  .pagination a::after {
    padding: 5px 8px; }
  .blog-post-title::after {
    top: 20px; }
  .widget.affix {
    top: 0;
    width: 100%;
    position: relative; }
  .portfolio-filter-tab-style-4 li {
    display: inline-block !important;
    width: 100%;
    margin: 10px 0 10px !important; }
  .portfolio-filter-tab-style-2 li {
    display: inline-block !important;
    width: 100%; }
  .portfolio-filter-tab-style-3 li {
    display: table !important;
    margin: 10px auto 10px !important; }
  .portfolio-filter-tab-style-3 li:focus {
    background-color: inherit !important; }
  .portfolio-filter-tab li {
    display: table !important;
    margin: 10px auto 10px !important; }
  .portfolio-filter-tab li:focus {
    background-color: inherit !important; }
  .portfolio-filter-tab-style-5 li {
    display: inline-block !important;
    width: 100%;
    margin: 10px 0 10px !important; }
  .portfolio-filter-tab-style-5 li:first-child {
    margin: 10px 0 10px !important; }
  .portfolio-filter-tab-style-5 li:last-child {
    margin: 10px 0 10px !important; }
  .portfolio-filter-tab-style-3 li:first-child {
    margin: 10px auto 10px !important; }
  .portfolio-filter-tab-style-3 li:last-child {
    margin: 10px auto 10px !important; }
  .tab-style-4 li {
    margin: 0; }
  .tab-style5 .nav-tabs li.active a, .tab-style6 .nav-tabs li.active a {
    border-bottom: 2px solid #000; }
  .tab-style5 .nav li a, .tab-style6 .nav-tabs li a {
    border-bottom: 2px solid #e5e5e5;
    padding: 15px 0 15px; }
  .tab-style5 .nav li a:focus, .tab-style5 .nav li a:hover, .tab-style6 .nav-tabs li a:hover {
    border-bottom: 2px solid #000; }
  .tab-style6 .nav-tabs li.active {
    background-color: transparent;
    border-color: transparent; }
  .tab-style6 .tab-content {
    background-color: transparent;
    border: none;
    padding: 0; }
  .tab-style6 .nav-tabs {
    margin-bottom: 25px; }
  .tab-style7 .nav-tabs li {
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #e5e5e5; }
  .tab-style7 .nav-tabs li:last-child {
    border-bottom: none; }
  .tab-style7 .nav-tabs {
    border: 1px solid #e5e5e5;
    padding: 0; }
  .tab-style7 .nav-tabs li.active a {
    top: 0; }
  .tab-style7 .nav-tabs li:first-child {
    border-left: none; }
  .tab-style8 .tabs-left .nav-tabs {
    width: 100%;
    margin: 0;
    padding: 0; }
  .tab-style8 .tab-content {
    float: left;
    width: 100%; }
  .tab-style8 .nav-tabs li.active a, .tab-style8 .nav-tabs {
    left: 0; }
  .tab-style9 .nav-tabs {
    text-align: center;
    width: 100%; }
  .tab-style9 .nav li {
    border: 0 none;
    display: inline-block;
    float: none;
    margin: 0 -3px 0 0;
    text-align: center;
    width: 20%; }
  .tab-style9 .nav-tabs li a {
    display: inline-table;
    padding: 0; }
  .alert-style1 .alert i {
    width: 60px; }
  .alert-style1 .alert {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0; }
  .button-bg-area .btn {
    display: table;
    margin: 0 auto 25px; } }

@media (max-width: 576px) {
  .footer-copyright {
    display: flex;
    align-items: center;
    flex-flow: column;
    flex-grow: 1;
    text-align: center; } }

@media (max-width: 480px) {
  .footer-copyright {
    display: flex;
    align-items: center;
    flex-flow: column;
    flex-grow: 1;
    text-align: center; }
  .navbar {
    padding-top: 15px;
    padding-bottom: 15px; }
  /* blog */
  .blog-post-style1 article:hover .post-details {
    padding-left: 12px; }
  .blog-post-style2 .post-details span a {
    font-size: 11px; }
  .blog-post-style2 .post-details {
    padding: 15px; }
  .blog-post-style1 .blog-like, .blog-share, .comment {
    margin-right: 10px; }
  /* blog-Details */
  .blog-comment .comment-avtar {
    width: 100%;
    margin: 0;
    float: none; }
  .blog-comment .comment-avtar img {
    width: 100%;
    margin-bottom: 15px; }
  .blog-post-title::after {
    top: 15px; }
  /* testimonial */
  .testimonial-style2 img {
    width: 80%; }
  /* tattoo */
  .cookie-consent-box .title-extra {
    font-size: 35px !important;
    line-height: 40px !important; }
  /* agency */
  .slider-typography .slider-typography-option1 span {
    font-size: 34px;
    line-height: 38px; }
  .slider-typography .slider-typography-option1 p {
    font-size: 11px; }
  .footer-social a {
    margin: 0 10px; }
  /* restaurant */
  section {
    padding: 60px 0; }
  .restaurant-dishes {
    height: 410px;
    margin-top: 0px;
    width: 300px; }
  .menu-img {
    display: none !important; }
  .menu-text {
    width: 100% !important; }
  .menu-item {
    padding: 24px 0; }
  .menu-item p {
    margin: 0; }
  .restaurant-menu-text-inner {
    padding: 8% !important; }
  .restaurant-menu-background {
    left: 10%;
    width: calc(100% - 20%);
    height: calc(100% - 50%);
    top: 26%; }
  .restaurant-menu-text {
    width: calc(100% - 50px);
    left: 25px; }
  .special-dishes img {
    width: 80%; }
  .special-dishes-price {
    right: 4%; }
  .footer-top {
    padding: 56px 0; }
  .big-input, .big-textarea, .big-select select {
    font-size: 12px !important;
    padding: 12px 15px; }
  .chef-bio:hover .chef-details {
    bottom: 0; }
  /* photography */
  .photography-awards {
    background-position: -330px center !important; }
  .cookie-consent .btn.btn-small {
    padding: 5px 10px; }
  /* wedding */
  .title-dividers::before {
    width: 30px;
    left: -35px; }
  .title-dividers::after {
    width: 30px;
    right: -35px; }
  .attending-main {
    height: 510px; }
  .attending-main .img-border-medium {
    height: 480px; }
  .center-logo-header .navbar-brand img {
    max-width: 245px;
    top: -14px; }
  /* travel */
  .ajax-popup-title {
    min-height: 400px !important; }
  .ajax-popup-content p span {
    width: 100%;
    margin: 0 0 20px;
    text-align: center; }
  .itinerary p span {
    position: inherit;
    display: inline-block; }
  .itinerary p {
    padding-left: 0; }
  /* blog post style */
  .blog-post-style5 .post-details {
    min-height: 280px; }
  /* personal */
  .personal-tab-content .grid figcaption h3 {
    padding: 0; }
  .panel-title {
    font-size: 11px;
    padding: 7px 15px; }
  .toggles-style1 .panel-title {
    font-size: 12px;
    line-height: 45px;
    padding: 0 20px; }
  .toggles-style1 .panel-title span {
    position: static; }
  .tab-style9 .nav-tabs li a {
    font-size: 24px; }
  .glyphs .box1 {
    font-size: 11px;
    padding: 15px 7px;
    text-align: center; }
  .glyphs .box1 span {
    margin: 0 auto;
    display: block;
    text-align: center; }
  .btn-group-large .button-desc {
    font-size: 16px !important;
    padding-top: 0;
    padding-bottom: 0; }
  .btn-group-large span {
    font-size: 12px; } }

@media (max-width: 320px) {
  .navbar {
    padding-top: 15px;
    padding-bottom: 15px; }
  /* pull navigation */
  .menu-wrap {
    width: 100%;
    left: 350px; }
  .menu-button {
    right: 0;
    margin: 30px; }
  /* wedding */
  .attending-main {
    height: 460px; }
  .attending-main .img-border-medium {
    height: 430px; } }

@media only screen and (min-width: 360px) and (max-width: 640px) {
  .coming-soon-bg, .coming-soon-bg .slider-text-middle-main {
    min-height: 550px !important; }
  .min-height-image .full-screen {
    min-height: 510px !important; }
  .display-none-minwidth {
    display: none !important; } }

/* ===================================
    Bootstrap
====================================== */
.notify {
  position: fixed;
  bottom: 0;
  z-index: 99;
  left: 1.45em;
  transform: translateY(100px);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.notify.show {
  transform: translateY(0)!important;
}

.show {
  display: block;
}
.hide {
  display: none;
}

.grecaptcha-badge{
  bottom:45px!important;
}


.flexContainer{
  display: flex;
  flex-flow: column;
  justify-content:center;
  align-items: center;
}

.flexContainer.flowrow{
  flex-flow: row;
  justify-content: space-between;
}

.my-cart {
    position: fixed;
    top: 125px;
    border-radius: 4px;
    right: -151px;
    background: url("../images/buy-theme.png") no-repeat 14px center rgba(50, 50, 50, .8);
    z-index: 10
}

.my-cart:hover, .quick-start:hover {
    right: -26px
}

.my-cart span, .quick-start span {
    padding: 0 28px;
    position: relative;
    top: 0;
    opacity: 0
}

.my-cart:hover span, .quick-start:hover span {
    opacity: 1
}

.my-cart a, .quick-start a {
    color: #fff;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 8px 15px;
    display: block
}

.quick-start {
    position: fixed;
    top: 175px;
    border-radius: 4px;
    right: -135px;
    background: url("../images/quick-start.png") no-repeat 14px center rgba(50, 50, 50, .8);
    z-index: 10
}

.d-flex {
  display: flex;
}