@charset "UTF-8";
/*
	*******************
	Template name:  MFolio
	Version:        1.0
	Author:         ThemeLooks
	Author url:     http://themelooks.com

	NOTE:
	-----
	Please DO NOT EDIT THIS CSS, you may need to use "custom.css" file for writing your custom css.
	We may release future updates so it will overwrite this file. it's better and safer to use "custom.css".

    ******** CSS INDEX ********
    01. Base
        1.1 Reset 
        1.2 Margin/Padding
        1.3 color
        1.4 Padding Margin
        1.5 Color
        1.6 Preloader
        1.7 Preloader Animations
    02. Components
        2.1 Common Classes
        2.2 Animations
        2.3 Preloader
        2.4 Button
        2.5 Section Title
        2.6 Widgets
        2.7 Blog Card
        2.8 Search Form
        2.9 Portfolio
    03. Layout
        3.00 Single Pages
        3.1 Header
        3.2 Banner
        3.3 Project
        3.4 Service
        3.5 Testimonial
        3.6 Call To Action
        3.7 Brands
        3.8 Footer
        3.9 Offcanvas
        3.10 Breadcrumb
        3.11 Contact
        3.12 About
        3.13 Pricing
        3.14 Team
        3.15 Photo Gallery
    04. Shop
        4.1 Additionals
        4.2 Header
        4.3 Banner
        4.4 Products
        4.5 Newsletter
        4.6 Blog
        4.7 Footer
        4.8 WooCommerce Ref.
    ********************/
/*
    1.0: Base
*/
/* 1.1: Reset */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none !important;
}

::-moz-selection {
  text-shadow: none;
  color: red;
}

::selection {
  text-shadow: none;
  color: red;
}


html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

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

body {
  margin: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  line-height: 1.625;
  color: #717171;
  text-align: left;
  background-color: #ffffff;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden !important;
  -webkit-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
}

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

p {
  margin-top: 0;
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 16px;
}

p:last-child {
  margin-bottom: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #3B3B3B;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #49C5B6;
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

iframe {
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6, .woocommerce-checkout .form-row.notes label, .login-register-wrapper .tab-btn li {
  padding: 0;
  margin: 0;
  font-weight: 700;
  line-height: 1.25;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6, .woocommerce-checkout .form-row.notes label, .login-register-wrapper .tab-btn li {
  font-size: 14px;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button,
button[type="submit"],
input[type="submit"] {
  border: none;
  cursor: pointer;
  -webkit-appearance: button;
  -moz-appearance: button;
}

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  -o-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none !important;
}

input,
input:hover,
input:focus,
input:active,
select,
textarea {
  text-decoration: none;
  outline: none !important;
}

textarea {
  overflow: auto;
  resize: vertical;
  resize: none;
}

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

[hidden] {
  display: none !important;
}

table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 15px;
}

table th,
table td {
  border: 1px solid #f0f0f0;
  padding: 6px;
}

pre {
  background: #f0f0f0;
  padding: 25px;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  margin-top: 10px;
}

hr {
  border: 0px;
  border-top: 1px solid #f0f0f0;
}

kbd {
  font-size: 16px;
  background-color: #F3D19A;
  color: #222;
  padding: 2px 4px;
  border-radius: 4px;
}

address {
  font-style: normal;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.sticky-element {
  position: fixed;
  top: 100px;
  width: auto;
}

section {
  overflow-x: hidden;
}

ins {
  text-decoration: none;
}

/* 1.2: Grid */
.container, .banner-default .banner-item .banner-item-text-wrapper, .archi-banner .banner-item .banner-item-btn-wrapper, .mega-menu-item-has-children > .mega-sub-menu {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .banner-default .banner-item .banner-item-text-wrapper, .archi-banner .banner-item .banner-item-btn-wrapper, .mega-menu-item-has-children > .mega-sub-menu {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .banner-default .banner-item .banner-item-text-wrapper, .archi-banner .banner-item .banner-item-btn-wrapper, .mega-menu-item-has-children > .mega-sub-menu {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .banner-default .banner-item .banner-item-text-wrapper, .archi-banner .banner-item .banner-item-btn-wrapper, .mega-menu-item-has-children > .mega-sub-menu {
    max-width: 960px;
  }
}

@media (min-width: 1235px) {
  .container, .banner-default .banner-item .banner-item-text-wrapper, .archi-banner .banner-item .banner-item-btn-wrapper, .mega-menu-item-has-children > .mega-sub-menu {
    max-width: 1400px;
  }
}

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

.row, .blog-card.photography, .col-lg-12 .blog-card.listed-style, .product-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters, .blog-card.photography {
  margin-right: 0;
  margin-left: 0;
}

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .product-grid.column-six .single-product, .product-grid.column-five .single-product, .product-grid.column-four .single-product, .product-grid.column-three .single-product, .product-grid.column-two .single-product, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-12 .blog-card.listed-style .blog-thumb, .col-lg-6, .col-lg-7, .col-lg-12 .blog-card.listed-style .blog-info, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6, .product-grid.column-six .single-product, .product-grid.column-five .single-product, .product-grid.column-four .single-product, .product-grid.column-three .single-product, .product-grid.column-two .single-product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4, .product-grid.column-six .single-product, .product-grid.column-five .single-product, .product-grid.column-four .single-product, .product-grid.column-three .single-product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3, .product-grid.column-six .single-product, .product-grid.column-five .single-product, .product-grid.column-four .single-product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4, .product-grid.column-three .single-product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5, .col-lg-12 .blog-card.listed-style .blog-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7, .col-lg-12 .blog-card.listed-style .blog-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1235px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2, .product-grid.column-six .single-product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

/* 1.3: Position */
.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* 1.4: Margin/Padding */
/* ************************
   01.2: Padding/Margin
   ********************* */
.pt-140 {
  padding-top: 140px;
}

@media only screen and (max-width: 991px) {
  .pt-140 {
    padding-top: 80px;
  }
}

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

@media only screen and (max-width: 991px) {
  .pt-135 {
    padding-top: 75px;
  }
}

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

@media only screen and (max-width: 991px) {
  .pt-130 {
    padding-top: 70px;
  }
}

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

@media only screen and (max-width: 991px) {
  .pt-120 {
    padding-top: 60px;
  }
}

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

@media only screen and (max-width: 991px) {
  .pt-125 {
    padding-top: 65px;
  }
}

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

@media only screen and (max-width: 991px) {
  .pt-100 {
    padding-top: 40px;
  }
}

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

@media only screen and (max-width: 991px) {
  .pt-110 {
    padding-top: 50px;
  }
}

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

@media only screen and (max-width: 991px) {
  .pt-115 {
    padding-top: 55px;
  }
}

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

@media only screen and (max-width: 991px) {
  .pt-90 {
    padding-top: 30px;
  }
}

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

@media only screen and (max-width: 991px) {
  .pt-80 {
    padding-top: 20px;
  }
}

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

@media only screen and (max-width: 991px) {
  .pt-75 {
    padding-top: 15px;
  }
}

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

@media only screen and (max-width: 991px) {
  .pt-70 {
    padding-top: 10px;
  }
}

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

@media only screen and (max-width: 991px) {
  .pt-60 {
    padding-top: 0;
  }
}

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

@media only screen and (max-width: 991px) {
  .pt-65 {
    padding-top: 5px;
  }
}

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

@media only screen and (max-width: 991px) {
  .pt-50 {
    padding-top: 0;
  }
}

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

@media only screen and (max-width: 991px) {
  .pt-55 {
    padding-top: 0;
  }
}

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

@media only screen and (max-width: 991px) {
  .pt-45 {
    padding-top: 0;
  }
}

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

@media only screen and (max-width: 991px) {
  .pt-40 {
    padding-top: 0;
  }
}

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

@media only screen and (max-width: 991px) {
  .pt-30 {
    padding-top: 0;
  }
}

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

@media only screen and (max-width: 991px) {
  .pt-25 {
    padding-top: 0;
  }
}

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

@media only screen and (max-width: 991px) {
  .pt-20 {
    padding-top: 0;
  }
}

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

@media only screen and (max-width: 991px) {
  .pt-15 {
    padding-top: 0;
  }
}

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

@media only screen and (max-width: 991px) {
  .pb-140 {
    padding-bottom: 80px;
  }
}

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

@media only screen and (max-width: 991px) {
  .pb-135 {
    padding-bottom: 75px;
  }
}

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

@media only screen and (max-width: 991px) {
  .pb-130 {
    padding-bottom: 70px;
  }
}

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

@media only screen and (max-width: 991px) {
  .pb-120 {
    padding-bottom: 60px;
  }
}

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

@media only screen and (max-width: 991px) {
  .pb-125 {
    padding-bottom: 65px;
  }
}

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

@media only screen and (max-width: 991px) {
  .pb-100 {
    padding-bottom: 40px;
  }
}

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

@media only screen and (max-width: 991px) {
  .pb-110 {
    padding-bottom: 50px;
  }
}

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

@media only screen and (max-width: 991px) {
  .pb-115 {
    padding-bottom: 55px;
  }
}

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

@media only screen and (max-width: 991px) {
  .pb-90 {
    padding-bottom: 30px;
  }
}

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

@media only screen and (max-width: 991px) {
  .pb-80 {
    padding-bottom: 20px;
  }
}

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

@media only screen and (max-width: 991px) {
  .pb-75 {
    padding-bottom: 15px;
  }
}

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

@media only screen and (max-width: 991px) {
  .pb-70 {
    padding-bottom: 10px;
  }
}

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

@media only screen and (max-width: 991px) {
  .pb-60 {
    padding-bottom: 0;
  }
}

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

@media only screen and (max-width: 991px) {
  .pb-65 {
    padding-bottom: 5px;
  }
}

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

@media only screen and (max-width: 991px) {
  .pb-50 {
    padding-bottom: 0;
  }
}

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

@media only screen and (max-width: 991px) {
  .pb-55 {
    padding-bottom: 0;
  }
}

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

@media only screen and (max-width: 991px) {
  .pb-45 {
    padding-bottom: 0;
  }
}

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

@media only screen and (max-width: 991px) {
  .pb-40 {
    padding-bottom: 0;
  }
}

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

@media only screen and (max-width: 991px) {
  .pb-30 {
    padding-bottom: 0;
  }
}

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

@media only screen and (max-width: 991px) {
  .pb-25 {
    padding-bottom: 0;
  }
}

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

@media only screen and (max-width: 991px) {
  .pb-20 {
    padding-bottom: 0;
  }
}

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

@media only screen and (max-width: 991px) {
  .pb-15 {
    padding-bottom: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 991px) {
  .pt-tab-0 {
    padding-top: 0;
  }
  .pt-md-140 {
    padding-top: 140px;
  }
  .pt-md-40 {
    padding-top: 40px;
  }
  .pb-m-40 {
    padding-bottom: 40px;
  }
  .mt-md-10 {
    margin-top: 10px;
  }
  .mb-md-10 {
    margin-bottom: 10px;
  }
  .mb-md-30 {
    margin-bottom: 30px !important;
  }
}

@media only screen and (max-width: 575px) {
  .mt-xsm-20 {
    margin-top: 20px;
  }
}

/* 1.5: Color */
/* ************************
   01.3: Color
   ********************* */
.c1, .product-navtab .tab-btn li:hover, .product-navtab .tab-btn li.active, .product-details-content .price, .shop_table.woocommerce-checkout-review-order-table tr.order-total th:last-child, .group_table.woocommerce-checkout-review-order-table tr.order-total th:last-child, .cart-collaterals .shop_table .shipping-calculator-button {
  color: #FFB572;
}

.c1-bg, ::-moz-selection {
  background-color: #FFB572;
}

.c1-bg, ::selection {
  background-color: #FFB572;
}

.c1-bo, .offcanvas-panel.size_guide-panel .offcanvas-close, .woocommerce-tabs .tab-content .woocommerce-Reviews .review-form {
  border-color: #FFB572 !important;
}

.c2 {
  color: #FFE8DC;
}

.c2-bg, .social-buttons li a, .woocommerce-tabs .nav li.active, .woocommerce-tabs .nav li:hover, .login-register-wrapper .tab-btn li.active {
  background-color: #FFE8DC;
}

.c2-bo, .close-btn, .wc_payment_methods .wc_payment_method .payment_box p {
  border-color: #FFE8DC !important;
}

.title_color, h1, h2, h3, h4, h5, h6, .woocommerce-checkout .form-row.notes label, .login-register-wrapper .tab-btn li, .social-buttons li a, .product-navtab .tab-btn li, .karton-shop-filter-wrapper .shop-filter-control .product-filter-btn.active, .karton-shop-filter-wrapper .shop-filter-control .product-filter-btn:hover, .woocommerce-tabs .nav li, .cart-collaterals .shop_table .cart-subtotal td, .cart-collaterals .shop_table .order-total th,
.cart-collaterals .shop_table .order-total td, .woocommerce-info, .theme-input-style {
  color: #3B3B3B;
}

.title_color-bg, .close-btn span:before, .close-btn span:after {
  background-color: #3B3B3B;
}

.title_color-bo, .theme-input-style {
  border-color: #3B3B3B !important;
}

.text_color, .search-form .theme-input-group input, .karton-shop-filter-wrapper .shop-filter-control .product-filter-btn, .product-details-content .product_meta a, .product-details-content .product_meta a:not(:last-child):after, .woocommerce-info a, .woocommerce-checkout .form-row.notes label span {
  color: #717171;
}

.text_color-bg {
  background-color: #717171;
}

.text_color-bo {
  border-color: #717171 !important;
}

/* 1.6: Preloader */
.preloader {
  z-index: 999999;
  top: 0;
  left: 0;
  background-color: #fff;
  position: fixed;
  width: 100%;
  height: 100%;
}

.preloader .preload-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.preloader .spinnerBouncedelay {
  margin: 0 auto;
  width: 70px;
  text-align: center;
}

.preloader .spinnerBouncedelay > div {
  width: 18px;
  height: 18px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.preloader .spinnerBouncedelay .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.preloader .spinnerBouncedelay .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

/* 1.7: Preloader Animations */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes upDownRepeat {
  0% {
    margin-top: 7.5px;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    margin-top: -7.5px;
    opacity: .25;
  }
}

@keyframes upDownRepeat {
  0% {
    margin-top: 7.5px;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    margin-top: -7.5px;
    opacity: .25;
  }
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-items-center, .blog-card.photography {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1235px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.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;
}

.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: 1235px) {
  .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;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1235px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

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

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

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

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

/*
    2.0: Components
*/
/* 2.1: Common Classes */
/* ************************
   02.1: Common Classes
   ********************* */
/* Transitions */
.trans2 {
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

.trans3, a, .theme-input-style, .agency-btn:after, .form-button:after, .read-more, .read-more:before, .more-rounded, .about-slider .owl-nav .owl-next, .about-slider .owl-nav .owl-prev, .blog-card.agency-blog .blog-thumbnail a:before, .portfolio_item.style-4:before, .portfolio_item.style-4 .portfolio_info, .main-menu-container ul li.menu-item-has-children .sub-menu, .offcanvas-toggle span, .project-item.agency .project-image:before, .service-item.default, .testimonial-slider.default .owl-item.active .testimonial-item .item-image:before, .testimonial-slider.default .owl-item.cloned .testimonial-item .item-image:before, .agency-brand-logo, .pricing-item.default .pricing-item-toggle, .product-navtab .tab-btn li, .karton-shop-filter-wrapper .shop-filter-control .product-view-btns li, .woocommerce-tabs .nav li {
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

.trans4, .agency-more-btn:before, .agency-clients .owl-item .clients-item, .pricing-item.default {
  -webkit-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
}

/* Font Family */
.title_font, h1, h2, h3, h4, h5, h6, .woocommerce-checkout .form-row.notes label, .login-register-wrapper .tab-btn li, .product-navtab .tab-btn li, .product-details-content .label, .product-details-content .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__label label, .woocommerce-tabs .nav li, .shop_table th, .group_table th, .shop_table .product-subtotal, .group_table .product-subtotal, .cart-collaterals .shop_table .cart-subtotal td, .cart-collaterals .shop_table .shipping-calculator-button, .cart-collaterals .shop_table .order-total th,
.cart-collaterals .shop_table .order-total td, .cart-collaterals .woocommerce-shipping-destination strong, .woocommerce-shipping-totals th, .woocommerce-shipping-totals .woocommerce-shipping-methods li .woocommerce-Price-amount, .woocommerce-info {
  font-family: "Josefin Sans", sans-serif;
}

.body_font, .woocommerce-info a {
  font-family: "Source Sans Pro", sans-serif;
}

.fw-400 {
  font-weight: 400;
}

/* Text White */
.text-white *,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white .woocommerce-checkout .form-row.notes label,
.woocommerce-checkout .form-row.notes .text-white label,
.text-white .login-register-wrapper .tab-btn li,
.login-register-wrapper .tab-btn .text-white li {
  color: #ffffff;
}

/* Border Radius */
.radius-5 {
  border-radius: 5px;
}

.radius-10, .close-btn span:before, .close-btn span:after {
  border-radius: 10px;
}

.footer-border-top {
  border-top: 1px solid #e2e2e2;
}

/* Box Shadow */
.box-shadow {
  -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05);
}

.no-shadow {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Background Colors */
.bg-black-2, .main-menu-container ul li.menu-item-has-children .sub-menu {
  background-color: #232323;
}

/* Color */
.black {
  color: #000000;
}

.white {
  color: #ffffff;
}

.ash-1, .main-menu-container ul li.menu-item-has-children .sub-menu li a {
  color: #717171;
}

.c-e9b * {
  color: #482E9B !important;
}

.c-71 {
  color: #717171;
}

/* List Style */
.list-inline {
  margin-bottom: 0;
}

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

/* Theme Input Group */
.theme-input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.theme-input-group input {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

/* Theme Input Style */
.theme-input-style {
  border: none;
  height: 52px;
  width: 100%;
  border-bottom: 1px solid #cbcbcb;
  font-size: 16px;
  position: relative;
  font-size: 18px;
}

textarea.theme-input-style {
  height: 200px;
}

/* Others */
.ov-hidden {
  overflow: hidden;
}

.ov-unset {
  overflow: visible;
}

.ovx-hidden {
  overflow-x: hidden;
}

/* Blockquote */
blockquote {
  padding: 15px 45px;
  position: relative;
  font-size: 24px;
  line-height: 1.33;
  font-weight: 500;
  color: #212121;
  margin-bottom: 16px;
}

blockquote cite {
  display: block;
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.44;
  font-style: normal;
  font-weight: 400;
  color: #F3D19A;
}

/* Form Response */
.form-response {
  background-color: rgba(255, 181, 114, 0.2);
}

.form-response span {
  display: block;
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 10px 15px;
}

/* Bg */
.light-bg {
  background-color: #FFFCF6;
}

/* Search Form */
.search-form .theme-input-group input {
  background-color: #F9F9F9;
}

.search-form .theme-input-group input::-webkit-input-placeholder {
  color: #C9C9C9 !important;
}

.search-form .theme-input-group input::-moz-placeholder {
  color: #C9C9C9 !important;
}

.search-form .theme-input-group input:-ms-input-placeholder {
  color: #C9C9C9 !important;
}

.search-form .theme-input-group input::-ms-input-placeholder {
  color: #C9C9C9 !important;
}

.search-form .theme-input-group input::placeholder {
  color: #C9C9C9 !important;
}

.search-form .theme-input-group input:focus {
  background-color: #fffcf6;
}

.social-buttons li:not(:last-child) {
  margin-right: 10px;
}

.social-buttons li a {
  height: 50px;
  width: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.gutter-60 {
  margin-left: -30px;
  margin-right: -30px;
}

.gutter-60 > .col,
.gutter-60 > [class*="col-"] {
  padding-right: 30px;
  padding-left: 30px;
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.bg-7ff {
  background-color: #7E87FF;
}

.bg-222 {
  background-color: #222222;
}

.bg-fc {
  background-color: #fcfcfc;
}

.bg-f8 {
  background-color: #f8f8f8;
}

.bg-f9 {
  background-color: #f9f9f9;
}

.bg-f77 {
  background-color: #3D4F77;
}

.bg-fb {
  background-color: #fbfbfb;
}

.bg-5f3 {
  background-color: #FFF5F3;
}

.bg-6ff {
  background-color: #E8F6FF;
}

.bg-bfb {
  background-color: #FFEBFB;
}

.bg-efd {
  background-color: #E5FEFD;
}

.bg-656 {
  background-color: #174656;
}

.bg-f8e {
  background-color: #124F8E;
}

.bg-f4f {
  background-color: #F9CF4F;
}

.bg-f9b {
  background-color: #C35F9B;
}

.bg-8c8 {
  background-color: #39A8C8;
}

.bg-7fd {
  background-color: #4977FD;
}

.bg-ff9 {
  background-color: #FCFFF9;
}

.bg-df8 {
  background-color: #FFFDF8;
}

.bg-ff3 {
  background-color: #FAFFF3;
}

.bg-e20 {
  background-color: #1C1E20;
}

.bg-cf2 {
  background-color: #FFFCF2;
}

.bg-faf {
  background-color: #FAFFF9;
}

.bg-212 {
  background-color: #212121;
}

.tab-btn ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tab-btn ul li {
  cursor: pointer;
}

[data-tab] {
  display: none;
}

[data-tab].active {
  display: block;
}

.mfolio-position-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  padding-top: 100px;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px -7.5px;
  padding-top: 20px;
}

.pagination > * {
  display: inline-block;
  min-height: 30px;
  min-width: 40px;
  line-height: 30px;
  text-align: center;
  border-radius: 50px;
  padding: 6px 5px 4px 5px;
  font-size: 20px;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  margin-left: 7.5px;
  margin-right: 7.5px;
}

.pagination > *.prev, .pagination > *.next {
  background-color: transparent;
  color: #343434;
  margin-right: 3px;
}

.pagination > *.prev:hover, .pagination > *.next:hover {
  color: #49C5B6;
}

.pagination > *.prev {
  text-align: left;
}

.pagination > *.next {
  text-align: right;
}

.pagination > *.current {
  background-color: #F3D19A;
  color: #fff;
}

.pagination.shop .prev:hover, .pagination.shop .next:hover, .pagination.shop a:hover {
  color: #FF7474;
}

aside .widget:last-child {
  margin-bottom: 0;
}

.bg-animate {
  position: relative;
  overflow: hidden;
}

.bg-animate:after, .bg-animate .bg-animate-image, .bg-animate .bg-image {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #f9f9f9;
  z-index: -1;
  -webkit-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
  -webkit-transition-delay: .15s;
  -o-transition-delay: .15s;
  transition-delay: .15s;
}

.bg-animate.left:after, .bg-animate.left .bg-animate-image, .bg-animate.left .bg-image {
  left: 0;
  width: calc(100% - 160px);
}

@media only screen and (max-width: 575px) {
  .bg-animate.left:after, .bg-animate.left .bg-animate-image, .bg-animate.left .bg-image {
    width: calc(100% - 0px);
  }
}

.bg-animate.left.full:after {
  width: 100%;
}

.bg-animate.right:after, .bg-animate.right .bg-animate-image, .bg-animate.right .bg-image {
  right: 0;
  width: calc(100% - 160px);
}

@media only screen and (max-width: 575px) {
  .bg-animate.right:after, .bg-animate.right .bg-animate-image, .bg-animate.right .bg-image {
    width: calc(100% - 0px);
  }
}

.bg-animate.right.full:after {
  width: 100%;
}

.bg-animate.opacity:after {
  opacity: .9;
}

.archi-container {
  max-width: calc(100% - 160px);
}

@media only screen and (max-width: 575px) {
  .archi-container {
    max-width: calc(100% - 0px);
  }
}

.archi-container.left {
  margin-right: 0px;
  margin-left: auto;
  padding-left: 200px;
}

@media only screen and (max-width: 991px) {
  .archi-container.left {
    padding-left: 100px;
  }
}

@media only screen and (max-width: 380px) {
  .archi-container.left {
    padding-left: 15px;
  }
}

.archi-container.right {
  margin-left: 0px;
  margin-right: auto;
  padding-right: 200px;
}

@media only screen and (max-width: 991px) {
  .archi-container.right {
    padding-right: 100px;
  }
}

@media only screen and (max-width: 380px) {
  .archi-container.right {
    padding-right: 15px;
  }
}

.archi-container .container, .archi-container .banner-default .banner-item .banner-item-text-wrapper, .banner-default .banner-item .archi-container .banner-item-text-wrapper, .archi-container .archi-banner .banner-item .banner-item-btn-wrapper, .archi-banner .banner-item .archi-container .banner-item-btn-wrapper, .archi-container .mega-menu-item-has-children > .mega-sub-menu {
  margin-left: 0;
}

.archi-container-fluid {
  padding-left: 115px;
  padding-right: 115px;
}

@media only screen and (max-width: 991px) {
  .archi-container-fluid {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 720px;
  }
}

@media only screen and (max-width: 767px) {
  .archi-container-fluid {
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .parallax-container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.container-1364 {
  max-width: 1364px;
}

.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0) scale(1, 1);
}

@media only screen and (max-width: 991px) {
  .inner-wrapper-sticky .featured-area {
    margin-top: 60px;
  }
}

/* 2.2: Animation */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}

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

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

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

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes matrix {
  0% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  25% {
    -webkit-transform: matrix(1, 0, 0, 1, 15, 20);
    transform: matrix(1, 0, 0, 1, 15, 20);
  }
  50% {
    -webkit-transform: matrix(1, 0, 0, 1, -5, 25);
    transform: matrix(1, 0, 0, 1, -5, 25);
  }
  75% {
    -webkit-transform: matrix(1, 0, 0, 1, -15, 15);
    transform: matrix(1, 0, 0, 1, -15, 15);
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}

@keyframes matrix {
  0% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  25% {
    -webkit-transform: matrix(1, 0, 0, 1, 15, 20);
    transform: matrix(1, 0, 0, 1, 15, 20);
  }
  50% {
    -webkit-transform: matrix(1, 0, 0, 1, -5, 25);
    transform: matrix(1, 0, 0, 1, -5, 25);
  }
  75% {
    -webkit-transform: matrix(1, 0, 0, 1, -15, 15);
    transform: matrix(1, 0, 0, 1, -15, 15);
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    margin-left: 20px;
  }
  100% {
    opacity: 1;
    margin-left: 0;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    margin-left: 20px;
  }
  100% {
    opacity: 1;
    margin-left: 0;
  }
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes inner-circles-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes inner-circles-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.waves-on {
  -webkit-animation-duration: 15s;
  animation-duration: 15s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: wavesOn;
  animation-name: wavesOn;
}

@-webkit-keyframes wavesOn {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transform-origin: center;
    transform-origin: center;
  }
  5% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  25% {
    -webkit-transform: translateY(90px);
    transform: translateY(90px);
  }
  50% {
    -webkit-transform: translateY(75px);
    transform: translateY(75px);
  }
  60% {
    -webkit-transform: translateY(90px);
    transform: translateY(90px);
  }
  70% {
    -webkit-transform: translateY(75px);
    transform: translateY(75px);
  }
  80% {
    -webkit-transform: translateY(90px);
    transform: translateY(90px);
  }
  90% {
    -webkit-transform: translateY(75px);
    transform: translateY(75px);
  }
  100% {
    -webkit-transform: translateY(90px);
    transform: translateY(90px);
  }
}

@keyframes wavesOn {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transform-origin: center;
    transform-origin: center;
  }
  5% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  25% {
    -webkit-transform: translateY(90px);
    transform: translateY(90px);
  }
  50% {
    -webkit-transform: translateY(75px);
    transform: translateY(75px);
  }
  60% {
    -webkit-transform: translateY(90px);
    transform: translateY(90px);
  }
  70% {
    -webkit-transform: translateY(75px);
    transform: translateY(75px);
  }
  80% {
    -webkit-transform: translateY(90px);
    transform: translateY(90px);
  }
  90% {
    -webkit-transform: translateY(75px);
    transform: translateY(75px);
  }
  100% {
    -webkit-transform: translateY(90px);
    transform: translateY(90px);
  }
}

@-webkit-keyframes rotating {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes borderAnimate {
  0% {
    border-width: 0px;
  }
  100% {
    border-width: 10px;
    border-color: transparent;
  }
}

@keyframes borderAnimate {
  0% {
    border-width: 0px;
  }
  100% {
    border-width: 10px;
    border-color: transparent;
  }
}

@-webkit-keyframes riseIn {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes riseIn {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes riseInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  10% {
    -webkit-transform: translateX(-30%);
    transform: translateX(-30%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes riseInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  10% {
    -webkit-transform: translateX(-30%);
    transform: translateX(-30%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes riseInLeftFull {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes riseInLeftFull {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes riseOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  90% {
    -webkit-transform: translateX(-30%);
    transform: translateX(-30%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
}

@keyframes riseOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  90% {
    -webkit-transform: translateX(-30%);
    transform: translateX(-30%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
}

@-webkit-keyframes riseInRight {
  0% {
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes riseInRight {
  0% {
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes archiSVG_circle {
  0% {
    stroke-dasharray: 2510;
  }
  100% {
    stroke-dasharray: 5020;
  }
}

@keyframes archiSVG_circle {
  0% {
    stroke-dasharray: 2510;
  }
  100% {
    stroke-dasharray: 5020;
  }
}

@-webkit-keyframes archiSVG_line {
  0% {
    stroke-dasharray: 1950;
  }
  100% {
    stroke-dasharray: 3900;
  }
}

@keyframes archiSVG_line {
  0% {
    stroke-dasharray: 1950;
  }
  100% {
    stroke-dasharray: 3900;
  }
}

@-webkit-keyframes animateR_left {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    opacity: .5;
  }
  100% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 1;
  }
}

@keyframes animateR_left {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    opacity: .5;
  }
  100% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 1;
  }
}

@-webkit-keyframes animateR_right {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(7.5px);
    transform: translateX(7.5px);
    opacity: .5;
  }
  75% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
    opacity: .75;
  }
  100% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 1;
  }
}

@keyframes animateR_right {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(7.5px);
    transform: translateX(7.5px);
    opacity: .5;
  }
  75% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
    opacity: .75;
  }
  100% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 1;
  }
}

.animate-area {
  opacity: 0;
}

.fadeInUp2 {
  -webkit-animation: fadeInUp2 2s ease both;
  animation: fadeInUp2 2s ease both;
  -webkit-animation-delay: .25s;
  animation-delay: .25s;
}

.fadeInUp2.delay {
  -webkit-animation-delay: .85s;
  animation-delay: .85s;
}

.fadeInUp2.t-140 {
  -webkit-animation-name: fadeInUp140;
  animation-name: fadeInUp140;
}

@-webkit-keyframes fadeInUp2 {
  0% {
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes fadeInUp2 {
  0% {
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp140 {
  0% {
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-140px);
    transform: translateY(-140px);
    opacity: 1;
  }
}

@keyframes fadeInUp140 {
  0% {
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-140px);
    transform: translateY(-140px);
    opacity: 1;
  }
}

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

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

@-webkit-keyframes personalCircle {
  0% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(10);
    transform: translate(-50%, -50%) scale(10);
  }
}

@keyframes personalCircle {
  0% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(10);
    transform: translate(-50%, -50%) scale(10);
  }
}

@-webkit-keyframes ripplePhotoButton {
  0% {
    border-width: 0;
  }
  100% {
    border-width: 33px;
    opacity: 0;
  }
}

@keyframes ripplePhotoButton {
  0% {
    border-width: 0;
  }
  100% {
    border-width: 33px;
    opacity: 0;
  }
}

/* 2.3: Preloader */
/* ************************
   02.3: Preloader
   ********************* */
.preloader {
  z-index: 999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
}

.preloader .loader {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #FB8579;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -9999px;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
  mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}

.preloader .loader:before, .preloader .loader:after {
  content: '';
  position: absolute;
  top: 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.preloader .loader:before {
  -webkit-animation: inner-circles-loader 3s infinite;
  animation: inner-circles-loader 3s infinite;
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  left: 0;
  background: #FCADA5;
}

.preloader .loader:after {
  animation: inner-circles-loader 3s 0.2s reverse infinite;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  right: 0;
  background: #FDC8C3;
}

/* 2.4: Buttons */
/* ************************
   02.4: Buttons
   ********************* */
.agency-btn {
  display: inline-block;
  padding: 12px 20px 12px 20px;
  position: relative;
  z-index: 9;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  margin-top: 15px;
}

.agency-btn.white {
  color: #fff !important;
}

.agency-btn.white:hover {
  color: #fff;
}

.agency-btn:hover {
  color: #222;
}

.agency-btn:hover:after {
  width: 100%;
}

.agency-btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 60px;
  background-color: #FFB572;
  z-index: -1;
}

.agency-more-btn {
  display: inline-block;
  position: relative;
  font-size: 22px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  padding: 10px 0px;
  z-index: 9;
  color: #222;
}

.agency-more-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 100%;
  height: 3px;
  width: 60px;
  background-color: #F3D19A;
  margin-left: -30px;
  margin-top: 1px;
  z-index: -1;
}

.agency-more-btn:hover {
  color: #222;
}

.agency-more-btn:hover:before {
  margin-left: 10px;
}

.wi-button {
  display: inline-block;
  font-size: 20px;
  position: relative;
  padding: 14px 18px;
  font-family: "Josefin Sans", sans-serif !important;
  font-weight: 400 !important;
  margin-top: 23px;
}

.wi-button:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background-color: #F3D19A;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.wi-button:hover {
  color: #212121 !important;
}

.wi-button:hover:before {
  height: 100%;
  z-index: -1;
}

.form-button {
  min-height: 50px;
  color: #343434;
  background-color: transparent;
  position: relative;
  letter-spacing: 1px;
  z-index: 9;
  font-size: 20px;
  padding: 0px 24px;
  font-weight: 600;
  color: #3D4F77;
}

.form-button:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #F3D19A;
}

.form-button:hover:after {
  height: 100%;
  z-index: -1;
}

a.form-button {
  display: inline-block;
  padding-top: 7px;
  text-transform: uppercase;
  color: #3D4F77;
}

a.form-button:hover {
  color: #3D4F77;
}

.read-more {
  display: inline-block;
  padding: 0px 0px 6px 0px;
  font-weight: 600;
  letter-spacing: 2px;
  position: relative;
}

.read-more:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 50px;
  background-color: #212121;
  height: 1px;
}

.read-more:hover:before {
  background-color: #49C5B6;
  width: 100%;
}

.load-more {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: -10px;
}

.load-more .lm-btn {
  height: 60px;
  width: 60px;
  background-color: #49C5B6;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 21px;
}

.load-more span {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  display: block;
  text-align: center;
  font-size: 16px;
  color: #3D4F77;
  font-family: "Josefin Sans", sans-serif;
  margin-top: 10px;
}

.load-more.loading .lm-btn i, .load-more.loading .lm-btn img {
  -webkit-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

.more-rounded, .about-slider .owl-nav .owl-next, .about-slider .owl-nav .owl-prev {
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  border: 2px solid #F3D19A !important;
  color: #F3D19A !important;
  border-radius: 50%;
  font-size: 21px !important;
  cursor: pointer;
  margin: auto;
}

.more-rounded:hover, .about-slider .owl-nav .owl-next:hover, .about-slider .owl-nav .owl-prev:hover, .more-rounded.fill, .about-slider .owl-nav .fill.owl-next, .about-slider .owl-nav .fill.owl-prev {
  background-color: #F3D19A !important;
  color: #ffffff !important;
}

@media only screen and (max-width: 991px) {
  .portfolio-btn-wrapper {
    margin-top: 25px;
  }
}

@media only screen and (max-width: 575px) {
  .portfolio-btn-wrapper {
    margin-top: 40px;
  }
}

.archi-btn {
  display: inline-block;
  position: relative;
  color: #FFA891;
  font-size: 26px;
  line-height: 1.38;
  font-family: "Playfair Display", serif;
  margin-right: 20px;
}

@media only screen and (max-width: 575px) {
  .archi-btn {
    font-size: 22px;
  }
}

.archi-btn:hover {
  color: #1E4656;
}

.archi-btn:hover i {
  -webkit-animation: animateR_right 1s linear infinite;
  animation: animateR_right 1s linear infinite;
}

.archi-btn i {
  font-size: 20px;
  margin-left: 5px;
}

.archi-btn svg path {
  stroke: #FFA891;
  fill: #FFA891;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.archi-play-btn {
  display: inline-block;
  height: 85px;
  width: 85px;
  line-height: 85px;
  text-align: center;
  background-color: #FFA891;
  color: #ffffff;
  font-size: 24px;
  border-radius: 50%;
}

.archi-play-btn:hover {
  color: #ffffff;
}

.parallax__slider_btn {
  display: inline-block;
  position: relative;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.6;
  font-family: "Josefin Sans", sans-serif;
}

@media only screen and (max-width: 991px) {
  .parallax__slider_btn {
    font-size: 16px;
  }
}

.parallax__slider_btn:hover {
  color: #fff;
}

.parallax__slider_btn:hover:after {
  width: 100%;
}

.parallax__slider_btn:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  height: 4px;
  width: 33px;
  background-color: #FFE8B4;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
}

.photography__blog_btn {
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
  position: relative;
  letter-spacing: .8px;
  font-weight: 400;
  background-color: transparent;
  font-family: "Josefin Sans", sans-serif;
}

.photography__blog_btn:hover:after {
  width: calc(100% + 10px);
}

.photography__blog_btn:after {
  content: "";
  position: absolute;
  bottom: -5px;
  right: -10px;
  width: 60px;
  height: 4px;
  background-color: #FFB27E;
  -webkit-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in;
}

.photography__video_play {
  display: inline-block;
  background-color: transparent;
  position: relative;
  z-index: 9;
  min-width: 200px;
}

.photography__video_play:hover span:nth-child(3) {
  border-width: 33px;
  -webkit-animation: ripplePhotoButton .85s ease infinite;
  animation: ripplePhotoButton .85s ease infinite;
}

.photography__video_play span {
  display: block;
}

.photography__video_play span:nth-child(1) {
  height: 90px;
  width: 90px;
  text-align: center;
  line-height: 80px;
  border: 4px solid #fff;
  border-radius: 50%;
  margin: 33px auto;
  position: relative;
}

.photography__video_play span:nth-child(1):after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.photography__video_play span:nth-child(1):after {
  border: 1px dotted #FFB27E;
  height: calc(100% + 66px);
  width: calc(100% + 66px);
}

.photography__video_play span:nth-child(2) {
  font-size: 26px;
  color: #fff;
  line-height: 1.15;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  position: relative;
  top: 20px;
  text-align: center;
}

.photography__video_play span:nth-child(3) {
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 90px;
  width: 90px;
  border: 0px solid #707070;
  border-radius: 50%;
  z-index: -1;
  opacity: .6;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.freelancer__btn {
  display: inline-block;
  padding: 16px 43px;
  background-color: #FF8AA5;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 1px;
  font-family: "Josefin Sans", sans-serif;
  color: #fff;
  position: relative;
  z-index: 1;
}

.freelancer__btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #fff;
  opacity: .3;
  z-index: -1;
  -webkit-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease;
}

.freelancer__btn:hover {
  color: #fff;
}

.freelancer__btn:hover:after {
  height: 100%;
}

.personal__btn {
  display: inline-block;
  position: relative;
  font-size: 20px;
  color: #212121;
  font-family: "Josefin Sans", sans-serif;
  padding-bottom: 2px;
}

.personal__btn:hover {
  color: #212121;
}

.personal__btn:hover:before {
  width: 100%;
}

.personal__btn:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 1px;
  height: 2px;
  width: 50px;
  background-color: #212121;
  -webkit-transition: .25s linear;
  -o-transition: .25s linear;
  transition: .25s linear;
}

/* 2.5: Section Title */
/* ************************
   02.5: Section Title
   ********************* */
@media only screen and (max-width: 1199px) {
  .section-title {
    margin-top: -3px;
  }
}

.section-title.default, .story-title {
  margin-bottom: 80px;
}

@media only screen and (max-width: 991px) {
  .section-title.default, .story-title {
    margin-bottom: 40px;
  }
}

.section-title.default h2, .story-title h2 {
  display: inline-block;
  position: relative;
  font-size: 46px;
  line-height: 1.2;
  margin-bottom: -6px;
}

@media only screen and (max-width: 480px) {
  .section-title.default h2, .story-title h2 {
    font-size: 36px;
  }
}

.section-title.default h2:before, .story-title h2:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-left: 20px;
  height: 1px;
  width: 40px;
  background-color: #49C5B6;
}

.section-title.default p, .story-title p {
  margin-top: 15px;
  margin-bottom: -6px;
}

.section-title.agency {
  margin-bottom: 72px;
  margin-top: 0;
}

@media only screen and (max-width: 991px) {
  .section-title.agency {
    margin-bottom: 40px;
  }
}

.section-title.agency.text-center {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.section-title.agency h2 {
  font-size: 50px;
  font-family: "Playfair Display", serif;
  line-height: 1.2;
  margin-bottom: 24px;
  margin-top: -7px;
}

@media only screen and (max-width: 767px) {
  .section-title.agency h2 {
    font-size: 40px;
  }
}

.section-title.agency p {
  font-size: 22px;
  line-height: 1.54;
  font-weight: 300;
  font-family: "Josefin Sans", sans-serif;
  margin-bottom: -8px;
}

.section-title.style-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-title.style-2 .title_heading {
  -ms-flex-preferred-size: 400px;
  flex-basis: 400px;
  max-width: 400px;
  margin-top: auto;
}

@media only screen and (max-width: 991px) {
  .section-title.style-2 .title_heading {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

.section-title.style-2 .title_text {
  -ms-flex-preferred-size: calc(100% - 400px);
  flex-basis: calc(100% - 400px);
  max-width: calc(100% - 400px);
  margin-top: 0;
}

.section-title.style-2 .title_text p {
  margin-top: 5px;
}

@media only screen and (max-width: 991px) {
  .section-title.style-2 .title_text {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

.section-title.style-3 .title_subheading {
  margin-bottom: 34px;
}

.section-title.style-3 .title_subheading h4 {
  display: inline-block;
  position: relative;
  padding-left: 65px;
  color: #49C5B6;
  line-height: 1;
}

.section-title.style-3 .title_subheading h4:after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  height: 1px;
  width: 50px;
  background-color: #49C5B6;
}

.section-title.style-3 .title_heading h2 {
  margin-bottom: 2px;
}

.section-title.style-3 .title_heading h2:before {
  display: none;
}

.section-title.style-3 .title_text p {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  color: #717171;
}

.section-title.style-3.style-3-v2 .title_heading {
  margin-bottom: -20px;
}

.section-title.style-3.v2 {
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .section-title.style-3.v2 {
    margin-bottom: 40px;
  }
}

.section-title.style-3.v2 .title_heading h2 {
  font-size: 50px;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  .section-title.style-3.v2 .title_heading h2 {
    font-size: 40px;
  }
}

.section-title.style-3.full-width {
  margin-bottom: 63px;
}

@media only screen and (max-width: 767px) {
  .section-title.style-3.full-width {
    margin-bottom: 43px;
  }
}

.section-title.style-3.full-width .title_subheading {
  margin-bottom: 20px;
}

.section-title.style-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-title.style-4 .title_heading {
  -ms-flex-preferred-size: 500px;
  flex-basis: 500px;
  max-width: 500px;
}

@media only screen and (max-width: 991px) {
  .section-title.style-4 .title_heading {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

.section-title.style-4 .title_heading h2 {
  margin-top: 15px;
}

.section-title.style-4 .title_text {
  -ms-flex-preferred-size: calc(100% - 500px);
  flex-basis: calc(100% - 500px);
  max-width: calc(100% - 500px);
  margin-top: 0;
}

@media only screen and (max-width: 991px) {
  .section-title.style-4 .title_text {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

.section-title.style-4 .title_text p {
  margin-top: 0;
}

.section-title.style-5 {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-title.style-5 .title_heading {
  -ms-flex-preferred-size: 500px;
  flex-basis: 500px;
  max-width: 500px;
}

@media only screen and (max-width: 991px) {
  .section-title.style-5 .title_heading {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

.section-title.style-5 .title_heading h2 {
  margin-top: 15px;
}

.section-title.style-5 .title_text {
  -ms-flex-preferred-size: calc(100% - 500px);
  flex-basis: calc(100% - 500px);
  max-width: calc(100% - 500px);
  margin-top: 0;
}

@media only screen and (max-width: 991px) {
  .section-title.style-5 .title_text {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

.section-title.style-5 .title_text p {
  margin-top: 0;
}

.section-title.more-title {
  margin-bottom: 24px;
  margin-top: 0;
}

.section-title.more-title h3 {
  font-size: 36px;
}

.section-title.archi p {
  font-size: 30px;
  line-height: 1.33;
  color: #FFA891;
  font-family: "Josefin Sans", sans-serif;
  margin-bottom: 18px;
  font-weight: 300;
}

@media only screen and (max-width: 380px) {
  .section-title.archi p {
    font-size: 22px;
  }
}

.section-title.archi h2 {
  font-size: 50px;
  line-height: 1.33;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  color: #1E4656;
  margin-bottom: 68px;
  margin-top: -10px;
}

@media only screen and (max-width: 991px) {
  .section-title.archi h2 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .section-title.archi h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .section-title.archi h2 {
    margin-bottom: 55px;
  }
}

@media only screen and (max-width: 380px) {
  .section-title.archi h2 {
    font-size: 30px;
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 380px) {
  .section-title.archi.text-right {
    text-align: center !important;
  }
}

.section-title.minimal {
  margin-bottom: 74px;
  margin-top: -5px;
}

.section-title.minimal h2 {
  font-size: 40px;
  line-height: 1.35;
  font-weight: 600;
}

.section-title.personal {
  margin-top: -8px;
  margin-bottom: 63px;
}

.section-title.personal h2 {
  font-size: 100px;
  color: transparent;
  -webkit-text-stroke: 1px #212121;
}

@media only screen and (max-width: 991px) {
  .section-title.personal h2 {
    font-size: 80px;
  }
}

@media only screen and (max-width: 480px) {
  .section-title.personal h2 {
    font-size: 70px;
  }
}

@media only screen and (max-width: 575px) {
  .section-title.personal h2 {
    font-size: 50px;
  }
}

.section-title.personal p {
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: "Josefin Sans", sans-serif;
  margin-bottom: 9px;
}

@media only screen and (max-width: 575px) {
  .section-title.personal p {
    font-size: 20px;
  }
}

.section-title.photography {
  margin-bottom: 70px;
  margin-top: -25px;
}

@media only screen and (max-width: 991px) {
  .section-title.photography {
    margin-bottom: 50px;
  }
}

.section-title.photography h2 {
  font-size: 80px;
  line-height: 1.5;
  font-family: "Playfair Display", serif;
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .section-title.photography h2 {
    font-size: 60px;
  }
}

@media only screen and (max-width: 575px) {
  .section-title.photography h2 {
    font-size: 48px;
  }
}

.section-title.photography h2 span {
  display: inline-block;
  height: 50px;
  width: 90px;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .section-title.photography h2 span {
    height: 30px;
  }
}

.section-title.photography h2 span:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  height: 4px;
  width: 100%;
  background-color: #FFB27E;
}

.section-title.photography.top h2 {
  padding-left: 0;
  text-align: center;
  padding-top: 65px;
  position: relative;
}

.section-title.photography.top h2 span {
  height: 50px;
  width: 4px;
  position: absolute;
  top: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section-title.photography.top h2 span:before {
  width: 4px;
  height: 100%;
}

.section-title.freelancer {
  margin-bottom: 80px;
  margin-top: -7px;
}

.section-title.freelancer p {
  color: #FF8AA5;
  font-family: "Josefin Sans", sans-serif;
  font-size: 30px;
  line-height: 1.33;
  margin-bottom: 0px;
}

@media only screen and (max-width: 575px) {
  .section-title.freelancer p {
    font-size: 24px;
  }
}

.section-title.freelancer h2 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 60px;
  line-height: 1.3;
}

@media only screen and (max-width: 575px) {
  .section-title.freelancer h2 {
    font-size: 40px;
  }
}

.story-title {
  margin-bottom: 0;
}

.story-title h2 {
  line-height: 1.05;
  margin-bottom: 12px;
}

.story-title p {
  margin-top: 7px;
}

@media screen and (-ms-high-contrast: none) {
  .section-title.personal h2 {
    color: #fff !important;
    text-shadow: -1px -1px 0px #444, 1px 1px 0px #444, -1px 1px 0px #444, 1px -1px 0px #444;
  }
}

/* 2.6: Widget */
.widget {
  margin-bottom: 50px;
}

.widget .widget-title {
  margin-bottom: 25px;
}

.widget .widget-title.style-2 h3 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 22px;
}

.widget .widget-title.style-3 h3 {
  position: relative;
  padding-left: 60px;
  color: #49C5B6;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 40px;
}

.widget .widget-title.style-3 h3:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 40px;
  height: 1px;
  background-color: #49C5B6;
}

.widget .widget-title.style-4 {
  margin-bottom: 30px;
}

.widget .widget-title.style-4 h3 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 22px;
}

.widget .widget-title.style-4 h3 span {
  display: inline-block;
  position: relative;
  height: 20px;
  width: 0px;
}

.widget .widget-title.style-4 h3 span:after {
  content: "";
  position: absolute;
  top: calc(50% + 5px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  height: 1px;
  width: 40px;
  background-color: #49C5B6;
}

.widget .widget-title.style-5 h3 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 20px;
  color: #212121;
}

.widget .widget-title h3 {
  font-weight: 700;
  font-size: 26px;
  font-family: "Playfair Display", serif;
  line-height: 1.3;
  color: #3D4F77;
}

.widget .widget-title h3 span {
  color: #FFB572 !important;
}

.widget .widget-title svg path {
  stroke: #fff;
}

.widget .widget-title.text-white * {
  color: #fff;
}

.widget .widget-title.c-e9b h3 span {
  color: #FF8AA5 !important;
}

.widget ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.widget ul li {
  position: relative;
  font-size: 20px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  margin-bottom: 15px;
}

.widget ul li:hover a, .widget ul li:hover span {
  color: #49C5B6;
}

.widget ul li a {
  display: block;
  color: #878787;
}

.widget ul li .post-info h4 a {
  color: #212121;
}

.widget p {
  margin-bottom: 10px;
}

.widget .widget-content {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  line-height: 1.54;
  font-size: 20px;
  color: #878787;
}

.widget .widget-content a {
  color: #878787;
}

.widget .widget-content a:hover {
  color: #49C5B6;
}

.widget .widget-content.text-white a {
  color: #ffffff;
}

.widget .widget-content.text-white a:hover {
  color: #FFB572 !important;
}

.widget .widget-content.font-js {
  font-family: "Josefin Sans", sans-serif;
}

.widget .widget-content.fz-22 * {
  font-size: 22px;
}

.widget .widget-content .newsletter {
  margin-top: 40px;
}

.widget.widget_text .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -10px;
  margin-top: 26px;
}

.widget.widget_text .social .title {
  margin-right: 25px;
  color: #FFB572;
}

.widget.widget_text .social .links a:hover, .widget.widget_text .social .links i:hover {
  color: #FFB572;
}

.widget.widget_text .social .links i {
  margin-right: 15px;
}

.widget.widget_text .social .links a:last-child i {
  margin-right: 0;
}

.widget.widget_image_gallery ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -16px;
}

@media only screen and (max-width: 767px) {
  .widget.widget_image_gallery ul {
    display: block;
  }
}

.widget.widget_image_gallery ul li {
  -ms-flex-preferred-size: calc(100px);
  flex-basis: calc(100px);
  max-width: calc(100px);
  margin-right: 16px;
  margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  .widget.widget_image_gallery ul li {
    display: inline-block;
  }
}

.widget.widget_image_gallery ul li a {
  margin-right: 0;
}

.widget.widget_list ul li {
  line-height: 1.7;
}

.widget.widget_list ul li a:hover {
  color: #49C5B6;
}

.widget.widget_list ul li span {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.widget.widget_info address {
  margin-top: 17px;
  margin-bottom: 0;
}

.widget.widget_recent_posts li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.widget.widget_recent_posts li a {
  font-weight: 400;
}

.widget.widget_recent_posts li .post-thumb {
  -ms-flex-preferred-size: 90px;
  flex-basis: 90px;
  max-width: 90px;
  margin-right: 30px;
}

.widget.widget_recent_posts li .post-info {
  -ms-flex-preferred-size: calc(100% - 120px);
  flex-basis: calc(100% - 120px);
}

.widget.widget_recent_posts li .post-info .meta {
  color: #717171;
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
  margin-bottom: 10px;
}

.widget.widget_recent_posts li .post-info h4 {
  font-size: 18px;
  font-weight: 300;
  font-family: "Josefin Sans", sans-serif;
}

.widget.widget_recent_posts li .post-info h4 a {
  margin-right: 0;
  color: #212121;
}

.widget.widget_recent_posts li .post-info h4 a:hover {
  color: #49C5B6;
}

.widget.widget_tag_cloud .tagcloud a {
  color: #878787;
  font-family: "Josefin Sans", sans-serif;
  font-size: 18px;
  font-weight: 300;
  margin-right: 20px;
}

.widget.widget_tag_cloud .tagcloud a:before {
  content: "#";
}

.widget.widget_tag_cloud .tagcloud a:hover {
  color: #49C5B6;
}

.widget.widget_tag_cloud .tagcloud a:last-child {
  margin: 0;
}

.widget.widget_categories ul li a {
  margin-right: 25px;
}

.widget.widget_categories span {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.widget.widget_products ul li {
  font-size: 16px;
  font-weight: 400;
}

.widget.widget_products ul li .product_thumb {
  margin-right: 15px;
}

.widget.widget_products ul li .product-summary .product-title {
  font-weight: 600;
  margin-top: 5px;
}

.widget.widget_products ul li .product-summary .product-title a {
  color: #212121;
}

.widget.widget_products ul li .product-summary .product-title a:hover {
  color: #FF7474;
}

.widget.widget_products ul li .product-summary .amount {
  font-size: 14px;
  color: #FF7474;
  font-weight: 600;
}

.widget.widget_products ul li .product-summary .amount span {
  color: inherit;
}

.widget.widget_products ul li:hover a {
  color: #FF7474;
}

.widget.widget_products ul li:hover .star-rating span {
  color: #FFE539;
}

/* 2.7: Blog Card */
.blog-card {
  display: inline-block;
  position: relative;
  margin-bottom: 50px;
}

.blog-card .blog-thumb {
  margin-bottom: 32px;
}

@media only screen and (max-width: 991px) {
  .blog-card .blog-thumb {
    margin-bottom: 20px;
  }
}

.blog-card .blog-thumb img {
  max-width: auto;
  width: 100%;
}

.blog-card .blog-meta {
  font-size: 16px;
  color: #717171;
  margin-bottom: 10px;
}

.blog-card .blog-meta a {
  color: inherit;
}

.blog-card .blog-meta a:hover {
  color: #49C5B6;
}

.blog-card .blog-title h2 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 600;
}

.blog-card.default .blog-button .read-more {
  margin-top: 22px;
}

.blog-card.agency-blog {
  margin-bottom: 38px;
}

.blog-card.agency-blog .blog-thumbnail {
  margin-bottom: 35px;
}

.blog-card.agency-blog .blog-thumbnail a {
  display: block;
  position: relative;
}

.blog-card.agency-blog .blog-thumbnail a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 0px solid #fff;
}

.blog-card.agency-blog:hover .blog-thumbnail a:before {
  border: 20px solid #fff;
}

.blog-card.agency-blog .blog-info .meta {
  color: #222;
  line-height: 1.54;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  font-size: 22px;
  margin-bottom: 5px;
}

.blog-card.agency-blog .blog-info .meta a:hover {
  color: #FFB572;
}

.blog-card.agency-blog .blog-info .title {
  margin-bottom: 15px;
}

.blog-card.agency-blog .blog-info .title h2 {
  color: #222;
  font-size: 26px;
  line-height: 1.3;
  font-family: "Playfair Display", serif;
}

.blog-card.agency-blog .blog-info .title h2 a:hover {
  color: #FFB572;
}

.blog-card.agency-blog .blog-info .excerpt {
  margin-top: 15px;
}

.blog-card.agency-blog .blog-info .excerpt p {
  font-size: 22px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  color: #717171;
}

.blog-card.agency-blog .blog-info .agency-more-btn {
  margin-top: 15px;
}

.blog-card.minimal {
  padding: 47px 30px 36px 30px;
  background-color: #fff;
}

.blog-card.minimal .blog-title {
  margin-bottom: 10px;
}

.blog-card.minimal .blog-title h2 {
  line-height: 1.2;
  font-weight: 600;
}

.blog-card.minimal .blog-title h2 a {
  font-size: 22px;
  color: #212121;
}

.blog-card.minimal .blog-title h2 a:hover {
  color: #555;
}

.blog-card.minimal .blog-meta {
  margin-bottom: 17px;
}

.blog-card.minimal .blog-meta a {
  font-size: 16px;
  font-weight: 400;
  color: #717171;
  margin-right: 30px;
}

.blog-card.minimal .blog-meta a:last-child {
  margin-right: 0;
}

.blog-card.minimal .blog-meta a:hover {
  color: #212121;
}

.blog-card.minimal .blog-excerpt {
  margin-bottom: 17px;
}

.blog-card.minimal .blog-excerpt p {
  font-size: 18px;
  font-weight: 300;
}

.blog-card.minimal .blog-button a.read-more {
  font-size: 16px;
  color: #232323;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: normal;
}

.blog-card.minimal .blog-button a.read-more:before {
  width: 0;
  bottom: 8px;
  background-color: #232323;
}

.blog-card.minimal .blog-button a.read-more:hover:before {
  width: 100%;
}

.blog-card.personal {
  position: relative;
  min-height: 200px;
  width: 900px;
  margin-bottom: 0;
}

.blog-card.personal .blog-thumb {
  height: 540px;
  width: 485px;
}

@media only screen and (max-width: 540px) {
  .blog-card.personal .blog-thumb {
    width: 460px;
    height: 500px;
  }
}

@media only screen and (max-width: 480px) {
  .blog-card.personal .blog-thumb {
    width: 360px;
    height: 400px;
  }
}

.blog-card.personal .blog-info {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 520px;
}

@media only screen and (max-width: 991px) {
  .blog-card.personal .blog-info {
    width: 420px;
    right: 150px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-card.personal .blog-info {
    width: 540px;
    position: relative;
    left: 0;
    right: 0;
    margin-bottom: 60px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@media only screen and (max-width: 540px) {
  .blog-card.personal .blog-info {
    width: 479px;
  }
}

@media only screen and (max-width: 480px) {
  .blog-card.personal .blog-info {
    width: 360px;
  }
}

.blog-card.personal .blog-info .meta {
  margin-bottom: 8px;
}

.blog-card.personal .blog-info .meta a {
  display: inline-block;
  font-size: 20px;
  margin-right: 8px;
  font-weight: 600;
  text-transform: uppercase;
}

.blog-card.personal .blog-info .meta a:last-child {
  margin-right: 0;
}

.blog-card.personal .blog-info .meta a:hover {
  letter-spacing: 2px;
  color: #212121;
}

@media only screen and (max-width: 575px) {
  .blog-card.personal .blog-info .title h2 {
    font-size: 28px;
  }
}

.blog-card.personal .blog-info .title h2 a:hover {
  -webkit-text-stroke: 1px #212121;
  color: transparent !important;
}

.blog-card.photography {
  margin-bottom: 80px;
}

.blog-card.photography:last-child {
  margin-bottom: 0;
}

.blog-card.photography .blog-info {
  position: relative;
  padding-left: 120px;
}

.blog-card.photography .blog-info .data, .blog-card.photography .blog-info .meta, .blog-card.photography .blog-info .title, .blog-card.photography .blog-info .excerpt {
  color: #fff;
}

.blog-card.photography .blog-info .data h2, .blog-card.photography .blog-info .data a, .blog-card.photography .blog-info .meta h2, .blog-card.photography .blog-info .meta a, .blog-card.photography .blog-info .title h2, .blog-card.photography .blog-info .title a, .blog-card.photography .blog-info .excerpt h2, .blog-card.photography .blog-info .excerpt a {
  color: #fff;
}

.blog-card.photography .blog-info .date {
  position: absolute;
  top: 0;
  left: 0;
  height: 90px;
  width: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  background-color: #414446;
}

.blog-card.photography .blog-info .date * {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  width: 100%;
  display: block;
  color: #fff;
}

.blog-card.photography .blog-info .meta {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 10px;
}

.blog-card.photography .blog-info .meta a {
  color: #FFB27E;
}

.blog-card.photography .blog-info .title {
  margin-bottom: 22px;
}

.blog-card.photography .blog-info .title h2 {
  line-height: 1.38;
  font-size: 26px;
  font-family: "Playfair Display", serif;
  font-weight: 300;
}

.blog-card.photography .blog-info .excerpt {
  font-size: 18px;
  line-height: 1.75;
  font-weight: 300;
  font-family: "Josefin Sans", sans-serif;
  color: #979797;
}

.blog-card.photography .blog-info .excerpt a {
  margin-top: 7px;
}

.blog-card.freelancer__blog_item {
  margin-bottom: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid #f1f1f1;
}

.blog-card.freelancer__blog_item:last-child {
  margin-bottom: 0;
}

.blog-card.freelancer__blog_item .blog-info .date {
  color: #482E9B;
  font-size: 20px;
  font-family: "Josefin Sans", sans-serif;
  display: inline-block;
  margin-bottom: 11px;
}

.blog-card.freelancer__blog_item .blog-info .date:hover {
  color: #FF8AA5;
}

.blog-card.freelancer__blog_item .blog-info h3 a {
  font-family: "Playfair Display", serif;
  font-weight: 400;
}

.blog-card.freelancer__blog_item .blog-info h3 a:hover {
  color: #FF8AA5;
}

.blog-card.freelancer__blog_special {
  width: 100%;
  position: relative;
  margin-bottom: -7px;
  min-height: 700px;
}

@media only screen and (max-width: 991px) {
  .blog-card.freelancer__blog_special {
    margin-bottom: 30px;
  }
}

.blog-card.freelancer__blog_special:after, .blog-card.freelancer__blog_special:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: white;
  -webkit-transition: .4s linear;
  -o-transition: .4s linear;
  transition: .4s linear;
}

.blog-card.freelancer__blog_special:before {
  opacity: 0;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(72, 46, 155, 0.5)));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(72, 46, 155, 0.5) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(72, 46, 155, 0.5) 100%);
}

.blog-card.freelancer__blog_special:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(90%, rgba(72, 46, 155, 0.5)));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(72, 46, 155, 0.5) 90%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(72, 46, 155, 0.5) 90%);
  z-index: 1;
}

.blog-card.freelancer__blog_special:hover:before {
  opacity: 1;
}

.blog-card.freelancer__blog_special .blog-info {
  position: absolute;
  bottom: 70px;
  left: 60px;
  z-index: 3;
}

.blog-card.freelancer__blog_special .blog-info a {
  font-size: 20px;
  font-family: "Josefin Sans", sans-serif;
  color: #fff;
  display: inline-block;
  margin-bottom: 20px;
}

.blog-card.freelancer__blog_special .blog-info a:hover {
  color: #FF8AA5;
}

.blog-card.freelancer__blog_special .blog-info h3 {
  font-weight: 400;
  color: #fff;
}

.blog-card.freelancer__blog_special .blog-info h3 a {
  font-family: "Playfair Display", serif;
  font-size: 26px;
}

.blog-card.freelancer__blog_special .blog-info h3 a:hover {
  color: #FF8AA5;
}

.col-lg-12 .blog-card.listed-style {
  margin-bottom: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.col-lg-12 .blog-card.listed-style .blog-thumb {
  margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
  .col-lg-12 .blog-card.listed-style .blog-thumb {
    margin-bottom: 40px;
  }
}

.col-lg-12 .blog-card.listed-style .blog-info .blog-meta {
  margin-bottom: 12px;
}

.col-lg-12 .blog-card.listed-style .blog-info .blog-title {
  margin-bottom: 23px;
}

.col-lg-12 .blog-card.listed-style .blog-button .read-more {
  margin-top: 0;
}

.personal__blog_slider .owl-stage-outer {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

@media screen and (-ms-high-contrast: none) {
  .blog-card.personal .blog-info .title h2 a:hover {
    color: #fff !important;
    text-shadow: -1px -1px 0px #212121, 1px 1px 0px #212121, -1px 1px 0px #212121, 1px -1px 0px #212121;
  }
}

/* 2.8: Search Form */
.search-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #cbcbcb;
  z-index: 2;
}

.search-form form input {
  height: 42px;
  -ms-flex-preferred-size: calc(100% - 100px);
  flex-basis: calc(100% - 100px);
  max-width: calc(100% - 100px);
  border: 0px;
  font-weight: 300;
  font-family: "Source Sans Pro", sans-serif;
  color: #717171;
  background-color: transparent;
}

.search-form form button[type="submit"] {
  -ms-flex-preferred-size: 100px;
  flex-basis: 100px;
  width: auto;
  min-height: 46px;
  position: relative;
  background-color: transparent;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 2px;
  color: #3D4F77;
  font-weight: 400;
  padding-top: 2px;
}

.search-form form button[type="submit"]:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #F3D19A;
  z-index: -1;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.search-form form button[type="submit"]:hover:before {
  height: 100%;
}

.newsletter form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #cbcbcb;
}

.newsletter form input[type="email"] {
  width: 100%;
  background-color: transparent;
  border: 0px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
}

.newsletter form .form-button {
  padding-top: 3px;
}

/* 2.9: Portfolio */
.portfolio_item {
  display: inline-block;
  max-width: 100%;
}

.portfolio_item.style-1 {
  position: relative;
  overflow: hidden;
}

.portfolio_item.style-1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
}

.portfolio_item.style-1 .portfolio_info {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 60px);
  opacity: 0;
  visibility: hidden;
  padding: 20px 20px;
  background-color: #fff;
  color: #717171;
  z-index: 99;
  margin-left: 15px;
  margin-top: 15px;
}

.portfolio_item.style-1 .portfolio_info h4 {
  margin-bottom: 0;
}

.portfolio_item.style-1 .portfolio_info span.cat-links {
  padding-bottom: 6px;
  display: inline-block;
}

.portfolio_item.style-1:hover .portfolio_info {
  opacity: 1;
  visibility: visible;
}

.portfolio_item.style-2 .portfolio_image {
  position: relative;
  -webkit-box-shadow: 0px 12px 26px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 12px 26px rgba(0, 0, 0, 0.04);
}

.portfolio_item.style-2 .portfolio_image:before {
  content: "";
  position: absolute;
  top: 100%;
  margin-top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 80px;
  width: 1px;
  background-color: #49C5B6;
  z-index: 6;
}

.portfolio_item.style-2 .portfolio_info {
  text-align: center;
  margin-top: 55px;
}

.portfolio_item.style-2 .portfolio_info span {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
}

.portfolio_item.style-2 .portfolio_info span.cat-links {
  display: inline-block;
  margin-bottom: 10px;
}

.portfolio_item.style-2 .portfolio_info h4 {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  font-size: 36px;
}

.portfolio_item.style-2 .portfolio_info h4 a {
  color: #3D4F77;
}

.portfolio_item.style-2 .portfolio_info h4 a:hover {
  color: #49C5B6;
}

.portfolio_item.style-3 {
  margin-bottom: -6px;
  display: inline-block;
}

.portfolio_item.style-3 .portfolio_image a {
  position: relative;
  z-index: 9;
  display: block;
}

.portfolio_item.style-3 .portfolio_image a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 0px solid #fff;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.portfolio_item.style-3 .portfolio_info {
  margin-top: 20px;
}

.portfolio_item.style-3 .portfolio_info .cat-links {
  display: inline-block;
  font-family: "Source Sans Pro", sans-serif;
  margin-bottom: 7px;
}

.portfolio_item.style-3 .portfolio_info .cat-links a {
  color: #717171;
}

.portfolio_item.style-3 .portfolio_info .cat-links a:hover {
  color: #49C5B6;
}

.portfolio_item.style-3 .portfolio_info h4 {
  font-size: 24px;
  line-height: 1.35;
}

.portfolio_item.style-3:hover .portfolio_image a:before {
  border: 10px solid #fff;
}

.portfolio_item.style-3.freelancer .portfolio_info .cat-links {
  font-family: "Josefin Sans", sans-serif;
  font-size: 20px;
  margin-bottom: 2px;
}

.portfolio_item.style-3.freelancer .portfolio_info .cat-links a:hover {
  color: #222;
}

.portfolio_item.style-3.freelancer .portfolio_info h4 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  margin-bottom: 6px;
}

.portfolio_item.style-3.freelancer .portfolio_info h4:hover a {
  color: #FF8AA5;
}

.portfolio_item.style-4 {
  position: relative;
  z-index: 9;
}

.portfolio_item.style-4:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  background-color: #fff;
  opacity: 0;
}

.portfolio_item.style-4 .portfolio_info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  text-align: center;
  z-index: 9;
  opacity: 0;
}

.portfolio_item.style-4 .portfolio_info .cat-links {
  margin-bottom: 13px;
  display: inline-block;
  font-size: 14px;
}

.portfolio_item.style-4 .portfolio_info .cat-links a {
  font-weight: 600;
}

.portfolio_item.style-4 .portfolio_info h4 {
  font-size: 20px;
}

.portfolio_item.style-4:hover:before {
  opacity: .95;
}

.portfolio_item.style-4:hover .portfolio_info {
  opacity: 1;
}

.portfolio_item.style-5 {
  position: relative;
}

@media only screen and (max-width: 991px) {
  .portfolio_item.style-5 .portfolio_image a img {
    max-width: 420px;
  }
}

@media only screen and (max-width: 767px) {
  .portfolio_item.style-5 .portfolio_image a img {
    max-width: 300px;
  }
}

@media only screen and (max-width: 480px) {
  .portfolio_item.style-5 .portfolio_image a img {
    max-width: 260px;
  }
}

@media only screen and (max-width: 380px) {
  .portfolio_item.style-5 .portfolio_image a img {
    max-width: 180px;
  }
}

.portfolio_item.style-5 .portfolio_info {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 100%;
  margin-left: -80px;
  min-width: 400px;
}

@media only screen and (max-width: 380px) {
  .portfolio_item.style-5 .portfolio_info {
    margin-left: -60px;
  }
}

.portfolio_item.style-5 .portfolio_info .cat-links {
  margin-bottom: 5px;
  display: inline-block;
}

.portfolio_item.style-5 .portfolio_info .cat-links a {
  letter-spacing: 2px;
  color: #212121;
  font-size: 20px;
}

@media only screen and (max-width: 480px) {
  .portfolio_item.style-5 .portfolio_info .cat-links a {
    font-size: 16px;
  }
}

.portfolio_item.style-5 .portfolio_info h4 {
  line-height: 1.2;
}

.portfolio_item.style-5 .portfolio_info h4 a {
  font-size: 50px;
  color: #212121;
}

@media only screen and (max-width: 767px) {
  .portfolio_item.style-5 .portfolio_info h4 a {
    font-size: 36px;
  }
}

@media only screen and (max-width: 480px) {
  .portfolio_item.style-5 .portfolio_info h4 a {
    font-size: 28px;
  }
}

@media only screen and (max-width: 380px) {
  .portfolio_item.style-5 .portfolio_info h4 a {
    font-size: 24px;
  }
}

.portfolio_item.style-5 .portfolio_info h4 a span {
  display: block;
  color: transparent;
  -webkit-text-stroke: 1px #212121;
}

.portfolio_slider-wrapper {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}

.portfolio_slider-wrapper .portfolio_slider-v1 {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .portfolio_slider-wrapper .portfolio_slider-v1 {
    max-width: 600px;
  }
}

@media only screen and (max-width: 991px) {
  .portfolio_slider-wrapper .portfolio_slider-v1 {
    max-width: 450px;
  }
}

@media only screen and (max-width: 650px) {
  .portfolio_slider-wrapper .portfolio_slider-v1 {
    max-width: 70%;
  }
}

.portfolio_slider-wrapper .portfolio_slider-v1 .owl-stage-outer {
  overflow: visible;
}

.portfolio_slider-wrapper .portfolio_slider-v1 .owl-item {
  opacity: .6;
  -webkit-transition: .8s ease-in-out;
  -o-transition: .8s ease-in-out;
  transition: .8s ease-in-out;
  -webkit-transform: scale(0.675);
  -ms-transform: scale(0.675);
  transform: scale(0.675);
  padding-bottom: 0;
}

.portfolio_slider-wrapper .portfolio_slider-v1 .owl-item .portfolio_item .portfolio_image:before {
  height: 0;
  width: 0;
  -webkit-transition: 1s linear;
  -o-transition: 1s linear;
  transition: 1s linear;
}

.portfolio_slider-wrapper .portfolio_slider-v1 .owl-item.active {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.portfolio_slider-wrapper .portfolio_slider-v1 .owl-item.active .portfolio_item {
  margin: 0;
  -webkit-transition: .8s ease-in-out;
  -o-transition: .8s ease-in-out;
  transition: .8s ease-in-out;
}

.portfolio_slider-wrapper .portfolio_slider-v1 .owl-item.active .portfolio_item .portfolio_image:before {
  height: 80px;
  width: 2px;
}

.portfolio_slider-wrapper .portfolio_slider-v1 .owl-item.active .portfolio_item .portfolio_info {
  opacity: 1;
  visibility: visible;
  margin-bottom: 0;
}

.portfolio_slider-wrapper .portfolio_slider-v1 .owl-item .portfolio_item .portfolio_info {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .8s ease-in-out;
  -o-transition: .8s ease-in-out;
  transition: .8s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .portfolio_slider-wrapper .portfolio_slider-v1 .owl-item .portfolio_item .portfolio_info h4 a {
    font-size: 28px;
  }
}

.portfolio_slider-wrapper .portfolio_slider-v1 .owl-nav .owl-next,
.portfolio_slider-wrapper .portfolio_slider-v1 .owl-nav .owl-prev {
  position: absolute;
  top: calc(50% - 40px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  background-color: transparent;
  border: 1px solid #F3D19A;
  border-radius: 50%;
  color: #F3D19A;
}

@media only screen and (max-width: 1199px) {
  .portfolio_slider-wrapper .portfolio_slider-v1 .owl-nav .owl-next,
  .portfolio_slider-wrapper .portfolio_slider-v1 .owl-nav .owl-prev {
    height: 60px;
    width: 60px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .portfolio_slider-wrapper .portfolio_slider-v1 .owl-nav .owl-next,
  .portfolio_slider-wrapper .portfolio_slider-v1 .owl-nav .owl-prev {
    margin-top: -35px;
  }
}

@media only screen and (max-width: 650px) {
  .portfolio_slider-wrapper .portfolio_slider-v1 .owl-nav .owl-next,
  .portfolio_slider-wrapper .portfolio_slider-v1 .owl-nav .owl-prev {
    display: none;
  }
}

.portfolio_slider-wrapper .portfolio_slider-v1 .owl-nav .owl-next:hover,
.portfolio_slider-wrapper .portfolio_slider-v1 .owl-nav .owl-prev:hover {
  background-color: #F3D19A;
  color: #fff;
}

.portfolio_slider-wrapper .portfolio_slider-v1 .owl-nav .owl-prev {
  right: 100%;
  margin-right: 90px;
}

@media only screen and (max-width: 991px) {
  .portfolio_slider-wrapper .portfolio_slider-v1 .owl-nav .owl-prev {
    margin-right: 40px;
  }
}

.portfolio_slider-wrapper .portfolio_slider-v1 .owl-nav .owl-next {
  left: 100%;
  margin-left: 90px;
}

@media only screen and (max-width: 991px) {
  .portfolio_slider-wrapper .portfolio_slider-v1 .owl-nav .owl-next {
    margin-left: 40px;
  }
}

.portfolio_slider-wrapper-v2 {
  max-width: 1140px;
}

.portfolio_slider-wrapper-v2 .portfolio_slider-v2 {
  margin: 0 auto;
  position: relative;
}

.portfolio_slider-wrapper-v2 .portfolio_slider-v2 .owl-stage-outer {
  overflow: visible;
}

.portfolio_slider-wrapper-v2 .portfolio_slider-v2 .owl-item {
  opacity: .6;
  -webkit-transition: .8s ease-in-out;
  -o-transition: .8s ease-in-out;
  transition: .8s ease-in-out;
}

.portfolio_slider-wrapper-v2 .portfolio_slider-v2 .owl-item:nth-child(even) {
  padding-top: 100px;
}

.portfolio_slider-wrapper-v2 .portfolio_slider-v2 .owl-item.active {
  opacity: 1;
}

.portfolio_slider-wrapper-v2 .portfolio_slider-v2 .owl-item.active .portfolio_item {
  margin: 0;
  -webkit-transition: .8s ease-in-out;
  -o-transition: .8s ease-in-out;
  transition: .8s ease-in-out;
}

.portfolio_slider-wrapper-v2 .portfolio_slider-v2 .owl-item.active .portfolio_item .portfolio_info {
  opacity: 1;
  visibility: visible;
  margin-bottom: 0;
}

.portfolio_slider-wrapper-v2 .portfolio_slider-v2 .owl-item .portfolio_item .portfolio_info {
  opacity: 0;
  visibility: hidden;
  margin-bottom: -100px;
  -webkit-transition: .8s ease-in-out;
  -o-transition: .8s ease-in-out;
  transition: .8s ease-in-out;
}

.portfolio_slider-wrapper-v2 .portfolio_slider-v2.odd-even-level .owl-item {
  opacity: .6;
  -webkit-transition: .8s ease-in-out;
  -o-transition: .8s ease-in-out;
  transition: .8s ease-in-out;
}

.portfolio_slider-wrapper-v2 .portfolio_slider-v2.odd-even-level .owl-item:nth-child(even) {
  padding-top: 0px;
}

.portfolio_slider-wrapper-v2 .portfolio_slider-v2.odd-even-level .owl-item.active {
  opacity: 1;
}

.portfolio_slider-v3 {
  position: relative;
}

.portfolio_slider-v3 .owl-dots {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 735px;
  text-align: center;
  height: auto;
}

@media only screen and (max-width: 991px) {
  .portfolio_slider-v3 .owl-dots {
    width: 500px;
  }
}

@media only screen and (max-width: 767px) {
  .portfolio_slider-v3 .owl-dots {
    width: 320px;
  }
}

@media only screen and (max-width: 480px) {
  .portfolio_slider-v3 .owl-dots {
    width: 200px;
  }
}

.portfolio_slider-v3 .owl-dots .owl-dot {
  height: 2px;
  width: 100px;
  background-color: #e2e2e2;
  position: relative;
}

.portfolio_slider-v3 .owl-dots .owl-dot:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
}

.portfolio_slider-v3 .owl-dots .owl-dot.active:before {
  background-color: #212121;
  width: 100%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.portfolio_slider-v3 .owl-dots .owl-dot.prev-active:before {
  background-color: #212121;
  width: 100%;
}

.portfolio_slider-v3 .owl-dots .dots-count .one, .portfolio_slider-v3 .owl-dots .dots-count .total {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
  color: #333;
  margin-top: 4px;
}

.portfolio_slider-v3 .owl-dots .dots-count .one {
  right: calc(100% + 10px);
}

.portfolio_slider-v3 .owl-dots .dots-count .total {
  left: calc(100% + 10px);
}

.portfolio_slider-v3.personal {
  padding-bottom: 87px;
}

.portfolio_slider-v3.personal .owl-dots {
  bottom: -2px;
}

.portfolio-details-slide .owl-nav .owl-next, .portfolio-details-slide .owl-nav .owl-prev {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 100px;
  width: 100px;
  line-height: 100px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px !important;
  -webkit-transition: .4s linear;
  -o-transition: .4s linear;
  transition: .4s linear;
}

.portfolio-details-slide .owl-nav .owl-next i, .portfolio-details-slide .owl-nav .owl-prev i {
  margin: 0px 2px;
}

.portfolio-details-slide .owl-nav .owl-next:hover, .portfolio-details-slide .owl-nav .owl-prev:hover {
  letter-spacing: 3px;
  color: #49C5B6;
}

.portfolio-details-slide .owl-nav .owl-next {
  right: 0;
}

.portfolio-details-slide .owl-nav .owl-prev {
  left: 0;
}

.portfolio_tabs [data-portfolio-tab-select] {
  font-size: 46px;
  font-family: "Josefin Sans", sans-serif;
  color: #212121;
  font-weight: 700;
  position: relative;
  padding-left: 30px;
  margin-bottom: 24px;
}

@media only screen and (max-width: 575px) {
  .portfolio_tabs [data-portfolio-tab-select] {
    font-size: 36px;
  }
}

.portfolio_tabs [data-portfolio-tab-select] a {
  color: #212121;
}

.portfolio_tabs [data-portfolio-tab-select] span:last-child {
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 20px;
}

.portfolio_tabs [data-portfolio-tab-select].active a, .portfolio_tabs [data-portfolio-tab-select].active span {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  color: transparent;
  -webkit-text-stroke: 1px #212121;
}

.portfolio-bgColor-wrapper {
  position: relative;
}

.portfolio-grid-3-col {
  margin-left: -30px;
  margin-right: -30px;
}

@media only screen and (max-width: 991px) {
  .portfolio-grid-3-col {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -30px;
  }
}

@media only screen and (max-width: 480px) {
  .portfolio-grid-3-col {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -30px;
  }
}

.portfolio-grid-3-col .portfolio-grid-item {
  max-width: calc(33.33%);
  margin-bottom: 53px;
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (max-width: 991px) {
  .portfolio-grid-3-col .portfolio-grid-item {
    max-width: 50%;
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 480px) {
  .portfolio-grid-3-col .portfolio-grid-item {
    max-width: 100%;
    margin-bottom: 25px;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.portfolio-grid-3-col .portfolio-grid-item .blog-card {
  margin-bottom: 0;
}

.portfolio-grid-3-col.more {
  margin-bottom: -30px;
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}

@media only screen and (max-width: 480px) {
  .portfolio-grid-3-col.more {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -30px;
  }
}

.portfolio-grid-3-col.more .portfolio-grid-item {
  max-width: calc(33.33%);
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (max-width: 480px) {
  .portfolio-grid-3-col.more .portfolio-grid-item {
    max-width: 100%;
    margin-bottom: 23px;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.portfolio-grid-3-col-v2 {
  overflow: hidden;
  margin-bottom: 60px;
}

@media only screen and (max-width: 575px) {
  .portfolio-grid-3-col-v2 {
    margin-bottom: 0;
  }
}

.portfolio-grid-3-col-v2 .portfolio-grid-item {
  max-width: calc(33.333%);
}

@media only screen and (max-width: 991px) {
  .portfolio-grid-3-col-v2 .portfolio-grid-item {
    max-width: 50%;
  }
}

@media only screen and (max-width: 480px) {
  .portfolio-grid-3-col-v2 .portfolio-grid-item {
    max-width: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.portfolio-grid-4-col-v2 {
  overflow: hidden;
  margin-bottom: 60px;
}

.portfolio-grid-4-col-v2 .portfolio-grid-item {
  max-width: calc(25%);
}

@media only screen and (max-width: 991px) {
  .portfolio-grid-4-col-v2 .portfolio-grid-item {
    max-width: 50%;
  }
}

@media only screen and (max-width: 480px) {
  .portfolio-grid-4-col-v2 .portfolio-grid-item {
    max-width: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (-ms-high-contrast: none) {
  .portfolio_tabs [data-portfolio-tab-select].active span,
  .portfolio_item.style-5 .portfolio_info h4 a span {
    color: #fff;
    text-shadow: -1px -1px 0px #212121, 1px 1px 0px #212121, -1px 1px 0px #212121, 1px -1px 0px #212121;
  }
}

.minimal__filter_buttons {
  text-align: center;
  margin-bottom: 35px;
}

.minimal__filter_buttons a {
  background-color: transparent;
  color: #717171;
  font-size: 20px;
  margin-right: 23px;
}

.minimal__filter_buttons a:last-child {
  margin-right: 0;
}

.minimal__filter_buttons a:hover , .minimal__filter_buttons a.active {
  color: #212121;
}

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

.minimal__filter_items_wrapper .minimal__filter_item_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.minimal__filter_items_wrapper .minimal__filter_item {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}

.minimal__filter_items_wrapper .minimal__filter_item:hover .overlay {
  opacity: 1;
}

.minimal__filter_items_wrapper .minimal__filter_item:hover .minimal__filter_item_info {
  opacity: 1;
  -webkit-transition: .6s linear;
  -o-transition: .6s linear;
  transition: .6s linear;
}

.minimal__filter_items_wrapper .minimal__filter_item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #F9F9F9;
  opacity: 0;
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear;
}

.minimal__filter_items_wrapper .minimal__filter_item .minimal__filter_item_info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  text-align: center;
  opacity: 0;
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear;
}

.minimal__filter_items_wrapper .minimal__filter_item .minimal__filter_item_info p {
  font-weight: 400;
  font-size: 20px;
  color: #717171;
  font-family: "Josefin Sans", sans-serif;
  margin-bottom: 8px;
}

.minimal__filter_items_wrapper .minimal__filter_item .minimal__filter_item_info h2 {
  font-weight: 600;
  font-size: 26px;
  font-family: "Josefin Sans", sans-serif;
}

.minimal__filter_items_wrapper .minimal__filter_item .minimal__filter_item_info h2 a {
  color: #212121;
}

/*
    3.0: Layout
*/
/* 3.00: Single Pages */
.story_tabs div img {
  margin-bottom: 37px;
}

.story_tabs div p:last-child {
  margin-bottom: -8px;
}

@media only screen and (max-width: 767px) {
  .story_tab-buttons {
    margin-left: -25px;
  }
}

.story_tab-buttons ul li {
  font-size: 26px;
  color: #717171;
  line-height: 1.8;
  font-family: "Josefin Sans", sans-serif;
}

@media only screen and (max-width: 767px) {
  .story_tab-buttons ul li {
    display: inline-block;
    padding: 5px 25px;
  }
}

.story_tab-buttons ul li.active {
  color: #212121;
}

.team-member {
  display: inline-block;
  margin-bottom: 50px;
}

.team-member img {
  margin-bottom: 28px;
}

.team-member .member-info h3 {
  font-size: 26px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 2px;
}

.team-member .member-info p {
  font-size: 22px;
  line-height: 1.54;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  color: #49C5B6;
}

.education-item {
  margin-bottom: 33px;
}

.education-item:last-child {
  margin-bottom: 0;
}

.education-item h3 {
  margin-bottom: 5px;
  font-size: 26px;
  line-height: 1.385;
}

.education-item p {
  line-height: 1.6;
}

.about-text h2 {
  font-size: 35px;
  line-height: 1.25;
}

.about-text h4 {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.6;
  color: #717171;
  margin-bottom: 24px;
}

.about-text p {
  line-height: 1.6;
  color: #717171;
}

.about-text .about-socials {
  margin-top: 30px;
}

.about-text .about-socials a {
  margin-right: 20px;
  color: #717171;
}

.about-text .about-socials a:last-child {
  margin-right: 0;
}

.about-text .about-socials a:hover {
  color: #49C5B6;
}

@media only screen and (max-width: 991px) {
  .about-image {
    margin-top: 40px;
  }
}

.process-area-wrapper .process-bar-wrapper:first-child {
  margin-top: 33px;
}

.process-bar-wrapper {
  max-width: 574px;
  height: 4px;
  background-color: #c1c1c1;
  position: relative;
  margin-top: 71px;
}

.process-bar-wrapper .process-name, .process-bar-wrapper .process-width {
  position: absolute;
  bottom: 100%;
  left: 0;
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 6px;
}

.process-bar-wrapper .process-width {
  left: auto;
  right: 0;
}

.process-bar-wrapper .process-bar {
  background-color: #49C5B6;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
}

.about-contact-text {
  margin-top: -45px;
  margin-bottom: -5px;
}

@media only screen and (max-width: 991px) {
  .about-contact-text {
    margin-top: -5px;
  }
}

.about-contact-text h4 {
  font-size: 26px;
  line-height: 1.35;
}

.about-contact-text h4 a {
  color: #49C5B6;
}

.about-contact-text h4 a:hover {
  text-decoration: underline;
  -webkit-transition: .25s linear;
  -o-transition: .25s linear;
  transition: .25s linear;
}

.post-details .entry-header .entry-thumbnail, .portfolio-details .entry-header .entry-thumbnail {
  margin-bottom: 32px;
}

.post-details .entry-header .entry-meta, .portfolio-details .entry-header .entry-meta {
  margin-bottom: 14px;
}

.post-details .entry-header .entry-meta ul li, .portfolio-details .entry-header .entry-meta ul li {
  margin-right: 40px;
}

.post-details .entry-header .entry-meta ul li:last-child, .portfolio-details .entry-header .entry-meta ul li:last-child {
  margin-right: 0;
}

.post-details .entry-header .entry-meta ul li a, .post-details .entry-header .entry-meta ul li span, .portfolio-details .entry-header .entry-meta ul li a, .portfolio-details .entry-header .entry-meta ul li span {
  font-size: 16px;
  line-height: 1.8;
  color: #878787;
}

.post-details .entry-header .entry-meta ul li a:hover, .portfolio-details .entry-header .entry-meta ul li a:hover {
  color: #49C5B6;
}

.post-details .entry-header .entry-meta ul li span.cat-links, .portfolio-details .entry-header .entry-meta ul li span.cat-links {
  color: #212121;
}

.post-details .entry-header .entry-meta ul li span.cat-links a:not(:last-child):after, .portfolio-details .entry-header .entry-meta ul li span.cat-links a:not(:last-child):after {
  content: ",";
}

.post-details .entry-header .entry-meta ul li span.cat-links a:hover:after, .portfolio-details .entry-header .entry-meta ul li span.cat-links a:hover:after {
  color: #878787;
}

.post-details .entry-header .entry-title, .portfolio-details .entry-header .entry-title {
  font-size: 36px;
  line-height: 1.2;
  color: #3D4F77;
  margin-bottom: 25px;
}

.post-details .entry-header.service, .portfolio-details .entry-header.service {
  margin-bottom: 40px;
}

.post-details .entry-header.service .entry-title, .portfolio-details .entry-header.service .entry-title {
  margin-bottom: 15px;
  font-size: 46px;
  line-height: 1.36;
  color: #49C5B6;
  font-weight: 600;
}

.post-details .entry-header.service p, .portfolio-details .entry-header.service p {
  margin-bottom: 40px;
}

.post-details .entry-header.service .entry-content h1, .post-details .entry-header.service .entry-content h2, .post-details .entry-header.service .entry-content h3, .post-details .entry-header.service .entry-content h4, .post-details .entry-header.service .entry-content h5, .post-details .entry-header.service .entry-content h6, .post-details .entry-header.service .entry-content .woocommerce-checkout .form-row.notes label, .woocommerce-checkout .form-row.notes .post-details .entry-header.service .entry-content label, .post-details .entry-header.service .entry-content .login-register-wrapper .tab-btn li, .login-register-wrapper .tab-btn .post-details .entry-header.service .entry-content li, .portfolio-details .entry-header.service .entry-content h1, .portfolio-details .entry-header.service .entry-content h2, .portfolio-details .entry-header.service .entry-content h3, .portfolio-details .entry-header.service .entry-content h4, .portfolio-details .entry-header.service .entry-content h5, .portfolio-details .entry-header.service .entry-content h6, .portfolio-details .entry-header.service .entry-content .woocommerce-checkout .form-row.notes label, .woocommerce-checkout .form-row.notes .portfolio-details .entry-header.service .entry-content label, .portfolio-details .entry-header.service .entry-content .login-register-wrapper .tab-btn li, .login-register-wrapper .tab-btn .portfolio-details .entry-header.service .entry-content li {
  font-weight: 600;
}

.post-details .entry-content > *:last-child, .portfolio-details .entry-content > *:last-child {
  margin-bottom: 0;
}

.post-details .entry-content a, .portfolio-details .entry-content a {
  color: #49C5B6;
}

.post-details .entry-content a:hover, .portfolio-details .entry-content a:hover {
  color: #3D4F77;
}

.post-details .entry-content code, .portfolio-details .entry-content code {
  background-color: #f0f0f0;
  border-radius: 2px;
  padding: 1px;
  color: #f01111;
  font-size: 16px;
  line-height: 1.4;
}

.post-details .entry-content h1, .post-details .entry-content h2, .post-details .entry-content h3, .post-details .entry-content h4, .post-details .entry-content h5, .post-details .entry-content h6, .post-details .entry-content .woocommerce-checkout .form-row.notes label, .woocommerce-checkout .form-row.notes .post-details .entry-content label, .post-details .entry-content .login-register-wrapper .tab-btn li, .login-register-wrapper .tab-btn .post-details .entry-content li, .portfolio-details .entry-content h1, .portfolio-details .entry-content h2, .portfolio-details .entry-content h3, .portfolio-details .entry-content h4, .portfolio-details .entry-content h5, .portfolio-details .entry-content h6, .portfolio-details .entry-content .woocommerce-checkout .form-row.notes label, .woocommerce-checkout .form-row.notes .portfolio-details .entry-content label, .portfolio-details .entry-content .login-register-wrapper .tab-btn li, .login-register-wrapper .tab-btn .portfolio-details .entry-content li {
  margin-bottom: 10px;
}

.post-details .entry-content blockquote, .post-details .entry-content .wp-block-quote, .post-details .entry-content .wp-block-pullquote, .portfolio-details .entry-content blockquote, .portfolio-details .entry-content .wp-block-quote, .portfolio-details .entry-content .wp-block-pullquote {
  padding: 15px 45px;
  border-left: 4px solid #F3D19A;
  margin-top: 35px;
  margin-bottom: 35px;
}

.post-details .entry-content blockquote p, .post-details .entry-content .wp-block-quote p, .post-details .entry-content .wp-block-pullquote p, .portfolio-details .entry-content blockquote p, .portfolio-details .entry-content .wp-block-quote p, .portfolio-details .entry-content .wp-block-pullquote p {
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 300;
  color: #212121;
  line-height: 1.38;
  font-family: "Josefin Sans", sans-serif;
}

.post-details .entry-content blockquote.is-style-large, .post-details .entry-content .wp-block-quote.is-style-large, .post-details .entry-content .wp-block-pullquote.is-style-large, .portfolio-details .entry-content blockquote.is-style-large, .portfolio-details .entry-content .wp-block-quote.is-style-large, .portfolio-details .entry-content .wp-block-pullquote.is-style-large {
  border: 0px;
  border-left: 4px solid #F3D19A;
}

.post-details .entry-content blockquote[style*="text-align:right"], .post-details .entry-content blockquote[style*="text-align: right"], .post-details .entry-content .wp-block-quote[style*="text-align:right"], .post-details .entry-content .wp-block-quote[style*="text-align: right"], .post-details .entry-content .wp-block-pullquote[style*="text-align:right"], .post-details .entry-content .wp-block-pullquote[style*="text-align: right"], .portfolio-details .entry-content blockquote[style*="text-align:right"], .portfolio-details .entry-content blockquote[style*="text-align: right"], .portfolio-details .entry-content .wp-block-quote[style*="text-align:right"], .portfolio-details .entry-content .wp-block-quote[style*="text-align: right"], .portfolio-details .entry-content .wp-block-pullquote[style*="text-align:right"], .portfolio-details .entry-content .wp-block-pullquote[style*="text-align: right"] {
  border: 0px;
  border-right: 4px solid #F3D19A;
}

.post-details .entry-content ul, .portfolio-details .entry-content ul {
  padding: 0;
  padding-left: 20px;
  margin: 0;
  margin-bottom: 15px;
  list-style: disc;
}

.post-details .entry-content ul ul, .portfolio-details .entry-content ul ul {
  list-style: circle;
  margin-bottom: 0;
}

.post-details .entry-content ol, .portfolio-details .entry-content ol {
  margin: 0;
  margin-bottom: 15px;
  padding: 0;
  padding-left: 20px;
}

.post-details .entry-content ol ol, .portfolio-details .entry-content ol ol {
  margin-bottom: 0;
}

.post-details .entry-content .page-links > *, .portfolio-details .entry-content .page-links > * {
  min-height: 20px;
  min-width: 30px;
  line-height: 20px;
}

.post-details .entry-footer, .portfolio-details .entry-footer {
  margin-top: 45px;
}

.post-details .entry-footer .entry-tags span, .portfolio-details .entry-footer .entry-tags span {
  color: #212121;
  font-size: 20px;
}

.post-details .entry-footer .entry-tags span a, .portfolio-details .entry-footer .entry-tags span a {
  color: #878787;
  font-size: 16px;
  margin-right: 16px;
}

.post-details .entry-footer .entry-tags span a:first-child, .portfolio-details .entry-footer .entry-tags span a:first-child {
  margin-left: 16px;
}

.post-details .entry-footer .entry-tags span a:last-child, .portfolio-details .entry-footer .entry-tags span a:last-child {
  margin-right: 0;
}

.post-details .entry-footer .entry-tags span a:hover, .portfolio-details .entry-footer .entry-tags span a:hover {
  color: #49C5B6;
}

.post-details .entry-footer .entry-tags span a:before, .portfolio-details .entry-footer .entry-tags span a:before {
  content: "#";
}

.alignleft {
  float: left;
  margin-right: 30px !important;
  margin-bottom: 15px;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
  margin-left: 30px !important;
  margin-bottom: 15px;
}

.alignwide {
  width: 100%;
}

.alignfull {
  margin: 0 calc(50% - 50vw) 40px calc(50% - 50vw) !important;
  max-width: 100vw;
  width: 100vw;
}

.col-lg-8 .post-details .alignfull {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 100%;
  width: 100%;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin-bottom: 20px;
  margin-right: 15px;
}

.gallery-columns-2 .gallery-item {
  max-width: calc(50% - 20px);
}

.gallery-columns-3 .gallery-item {
  max-width: calc(33.33% - 20px);
}

.gallery-columns-4 .gallery-item {
  max-width: calc(25% - 20px);
}

.gallery-columns-5 .gallery-item {
  max-width: calc(20% - 20px);
}

.gallery-columns-6 .gallery-item {
  max-width: calc(16.66% - 20px);
}

.gallery-columns-7 .gallery-item {
  max-width: calc(14.28% - 20px);
}

.gallery-columns-8 .gallery-item {
  max-width: calc(12.5% - 20px);
}

.gallery-columns-9 .gallery-item {
  max-width: calc(11.11% - 20px);
}

.gallery-caption {
  display: block;
}

.post-nav-buttons {
  margin-top: 53px;
}

.post-nav-buttons a {
  font-size: 20px;
  color: #717171;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
}

.post-nav-buttons a:hover {
  color: #49C5B6;
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media only screen and (max-width: 575px) {
  .media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: block;
  }
  .media .author-image {
    margin-bottom: 15px;
  }
}

.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.post-author {
  padding-top: 55px;
}

.post-author .author-thumb {
  margin-right: 30px;
}

@media only screen and (max-width: 767px) {
  .post-author .author-thumb {
    margin-bottom: 15px;
  }
}

.post-author .author-info h4 {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 0;
  color: #212121;
}

.post-author .author-info p {
  font-size: 16px;
  line-height: 1.75;
  color: #717171;
  margin-bottom: 10px;
}

.post-author .author-info .socials a {
  margin-right: 10px;
  font-size: 14px;
  color: #717171;
}

.post-author .author-info .socials a:hover {
  color: #49C5B6;
}

@media only screen and (max-width: 575px) {
  .post-author.media {
    display: block;
  }
}

.comments-area {
  padding-top: 57px;
}

.comments-area .comments-title {
  margin-bottom: 34px;
  font-size: 24px;
}

.comments-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.comments-area > ul > li:first-child > .single-comment {
  padding-top: 0;
}

.comments-area > ul > li:last-child > article {
  border-bottom: 0px !important;
}

.comments-area .comment .single-comment {
  padding-bottom: 30px;
  padding-top: 30px;
  border-bottom: 1px solid #f3f3f3;
}

.comments-area .comment .single-comment .comment-author-image {
  width: 100px;
  margin-right: 20px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .comments-area .comment .single-comment .comment-author-image {
    margin-bottom: 15px;
    width: 50px;
  }
}

.comments-area .comment .single-comment:not(.trackback):not(.pingback) .comment-content {
  max-width: calc(100% - 95px);
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .comments-area .comment .single-comment:not(.trackback):not(.pingback) .comment-content {
    max-width: 100%;
  }
}

.comments-area .comment .single-comment:not(.trackback):not(.pingback) .comment-content h5 {
  font-size: 18px;
  line-height: 1.5;
  color: #212121;
  font-weight: 600;
}

.comments-area .comment .single-comment:not(.trackback):not(.pingback) .comment-content p {
  font-size: 16px;
  color: #717171;
  line-height: 1.75;
}

.comments-area .comment .single-comment:not(.trackback):not(.pingback) .comment-content .comment-reply-link {
  font-size: 16px;
  color: #212121;
}

.comments-area .comment .single-comment:not(.trackback):not(.pingback) .comment-content .comment-reply-link:hover {
  color: #49C5B6;
}

.comments-area .comment .single-comment .comment-content .author_name {
  margin-right: 10px;
  margin-bottom: 0;
}

.comments-area .comment .single-comment .comment-content .commented-on {
  font-size: 12px;
}

.comments-area .comment .single-comment .comment-content p {
  margin: 7px 0 5px;
}

.comments-area .comment ul.children {
  margin-left: 120px;
}

@media only screen and (max-width: 767px) {
  .comments-area .comment ul.children {
    margin-left: 60px;
  }
}

.comment-respond {
  margin-bottom: 40px;
}

.comment-respond .comment-reply-title {
  margin-bottom: 14px;
  font-size: 24px;
  color: #3D4F77;
}

.comment-respond .comment-form .comment-notes {
  margin-bottom: 30px;
}

.comment-respond .comment-form .input_wrapper {
  margin-bottom: 30px;
}

.comment-respond .comment-form .input_wrapper textarea {
  margin-bottom: -7px;
  padding: 0;
}

.comment-respond .comment-form .input_wrapper .theme-input-style {
  padding: 0;
}

.comment-respond .comment-form .custom-checkbox, .comment-respond .comment-form .color-container {
  margin-bottom: 25px;
}

.comment-respond p.custom-checkbox, .comment-respond p.color-container {
  display: block;
  white-space: normal;
}

@media only screen and (max-width: 991px) {
  aside {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .entry-header.style-1 .featured-image {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .entry-header.style-1 .featured-area {
    margin-bottom: 30px;
  }
}

.entry-header.style-1 .featured-area.ml-130 {
  margin-left: 130px;
}

@media only screen and (max-width: 991px) {
  .entry-header.style-1 .featured-area.ml-130 {
    margin-left: 15px;
  }
}

.entry-header.style-1 .featured-area .featured-area-title {
  font-size: 36px;
  margin-bottom: 29px;
}

.entry-header.style-1 .featured-area .featured-options {
  margin: 0;
  padding: 0;
}

.entry-header.style-1 .featured-area .featured-options li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 9px;
}

.entry-header.style-1 .featured-area .featured-options li span {
  display: inline-block;
  font-size: 20px;
}

.entry-header.style-1 .featured-area .featured-options li .option-name {
  min-width: 175px;
  -ms-flex-preferred-size: 175px;
  flex-basis: 175px;
  font-family: "Josefin Sans", sans-serif;
  color: #212121;
}

.entry-header.style-1 .featured-area .featured-options li span.filter {
  text-transform: capitalize;
}

@media only screen and (max-width: 575px) {
  .entry-header.style-1 .featured-area .featured-options li .option-name {
    -ms-flex-preferred-size: 125px;
    flex-basis: 125px;
    min-width: 125px;
  }
}

.entry-header.style-1 .featured-area .featured-options li .value {
  display: inline-block;
  -ms-flex-preferred-size: calc(100% - 175px);
  flex-basis: calc(100% - 175px);
  max-width: calc(100% - 175px);
}

@media only screen and (max-width: 575px) {
  .entry-header.style-1 .featured-area .featured-options li .value {
    -ms-flex-preferred-size: calc(100% - 125px);
    flex-basis: calc(100% - 125px);
    max-width: calc(100% - 125px);
  }
}

.entry-header.style-1 .featured-area .featured-options li .value a {
  color: inherit;
}

.entry-header.style-1 .featured-area .featured-options li .value a:hover {
  color: #49C5B6;
}

.entry-header.style-1 p {
  margin-top: 35px;
  max-width: 590px;
  margin-right: 15px;
}

.entry-header.style-1 p:first-child {
  margin-top: 0;
}

.entry-header.style-1.style-1-v2 p {
  max-width: 100%;
}

.entry-header.mt-200 {
  margin-top: 200px;
}

.entry-header.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.content-gallery {
  margin-bottom: -30px;
}

.content-gallery.no-gutters, .content-gallery.blog-card.photography {
  margin-bottom: 0;
}

.content-gallery.no-gutters .gallery-image, .content-gallery.blog-card.photography .gallery-image {
  margin-bottom: 0;
}

.content-gallery .gallery-image {
  margin-bottom: 30px;
}

.featured-wrapper {
  position: relative;
}

.featured-wrapper .featured-area {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 60px;
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 767px) {
  .featured-wrapper .featured-area {
    position: relative;
    padding: 0px;
  }
}

.featured-image .owl-nav .owl-next,
.featured-image .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  background-color: transparent;
  border: 1px solid #F3D19A !important;
  border-radius: 50%;
  color: #F3D19A !important;
}

@media only screen and (max-width: 1199px) {
  .featured-image .owl-nav .owl-next,
  .featured-image .owl-nav .owl-prev {
    height: 60px;
    width: 60px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 650px) {
  .featured-image .owl-nav .owl-next,
  .featured-image .owl-nav .owl-prev {
    display: none;
  }
}

.featured-image .owl-nav .owl-next:hover,
.featured-image .owl-nav .owl-prev:hover {
  background-color: #F3D19A;
  color: #fff !important;
}

.featured-image .owl-nav .owl-prev {
  left: 0;
  margin-left: 40px;
}

.featured-image .owl-nav .owl-next {
  right: 0;
  margin-right: 40px;
}

.no-wheel p {
  margin-bottom: 30px !important;
}

@media only screen and (max-width: 991px) {
  [data-sticky-element="true"] {
    margin-top: 50px;
  }
}

.coming-soon-wrapper {
  height: 100vh;
  background-position: center;
  background-size: cover;
}

@media only screen and (max-width: 480px) {
  .coming-soon-wrapper {
    display: block;
  }
}

.coming-soon-wrapper .coming-soon h1 {
  line-height: 1.14;
  font-size: 100px;
  color: #49C5B6;
}

@media only screen and (max-width: 991px) {
  .coming-soon-wrapper .coming-soon h1 {
    font-size: 70px;
  }
}

@media only screen and (max-width: 480px) {
  .coming-soon-wrapper .coming-soon h1 {
    font-size: 50px;
  }
}

.coming-soon-wrapper .coming-soon .countdown-wrapper {
  margin-top: 40px;
}

.coming-soon-wrapper .coming-soon .countdown-wrapper div {
  font-weight: 600;
  font-family: "Josefin Sans", sans-serif;
  font-size: 60px;
  line-height: 1;
  color: #212121;
  text-align: center;
  display: inline-block;
  margin-right: 90px;
}

@media only screen and (max-width: 991px) {
  .coming-soon-wrapper .coming-soon .countdown-wrapper div {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .coming-soon-wrapper .coming-soon .countdown-wrapper div {
    margin-bottom: 25px;
    margin-right: 50px;
  }
}

@media only screen and (max-width: 480px) {
  .coming-soon-wrapper .coming-soon .countdown-wrapper div {
    font-size: 36px;
    margin-right: 15px;
  }
}

.coming-soon-wrapper .coming-soon .countdown-wrapper div:last-child {
  margin-right: 0;
}

.coming-soon-wrapper .coming-soon .countdown-wrapper div span {
  font-weight: 400;
  font-family: "Source Sans Pro", sans-serif;
  display: block;
  font-size: 30px;
  font-weight: 300;
  color: #717171;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .coming-soon-wrapper .coming-soon .countdown-wrapper div span {
    font-size: 24px;
  }
}

@media only screen and (max-width: 480px) {
  .coming-soon-wrapper .coming-soon .countdown-wrapper div span {
    font-size: 20px;
  }
}

.newsletter-wrapper {
  margin-top: 96px;
  max-width: 640px;
}

@media only screen and (max-width: 767px) {
  .newsletter-wrapper {
    margin-top: 71px;
  }
}

.newsletter-wrapper .newsletter-title {
  margin-bottom: 15px;
}

.wrapper-404 {
  height: 100vh;
  background-size: cover;
  background-position: center;
  position: relative;
}

.wrapper-404 .inner-404 {
  text-align: center;
  max-width: 610px;
  margin: 0 auto;
  padding: 0px 15px;
}

.wrapper-404 .inner-404 h4 {
  font-size: 36px;
  color: #212121;
}

@media only screen and (max-width: 480px) {
  .wrapper-404 .inner-404 h4 {
    font-size: 24px;
  }
}

.wrapper-404 .inner-404 p {
  font-size: 20px;
  color: #717171;
}

.wrapper-404 .inner-404 p a {
  color: #49C5B6;
  font-weight: 600;
}

.wrapper-404 .inner-404 .search-form {
  margin-top: 32px;
  z-index: 9;
}

.wrapper-404 .inner-404 .text-404 {
  z-index: 8;
  position: absolute;
  bottom: calc(45% - 80px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 1600px) {
  .wrapper-404 .inner-404 .text-404 {
    bottom: calc(40% - 100px);
  }
}

@media only screen and (max-width: 1024px) {
  .wrapper-404 .inner-404 .text-404 {
    bottom: calc(38% - 80px);
  }
}

@media only screen and (max-width: 480px) {
  .wrapper-404 .inner-404 .text-404 {
    position: relative;
    z-index: 999;
  }
  .wrapper-404 .inner-404 .text-404 img {
    -webkit-animation: none !important;
    animation: none !important;
  }
}

.wrapper-404 .inner-404 .text-404 span {
  font-size: 240px;
  font-weight: 600;
  line-height: 260px;
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .wrapper-404 .inner-404 .text-404 span {
    font-size: 180px;
  }
}

@media only screen and (max-width: 767px) {
  .wrapper-404 .inner-404 .text-404 span {
    font-size: 120px;
  }
}

.wrapper-404 .inner-404 .text-404 span img {
  width: 200px;
  height: 200px;
}

@media only screen and (max-width: 991px) {
  .wrapper-404 .inner-404 .text-404 span img {
    width: 140px;
    height: 140px;
  }
}

@media only screen and (max-width: 767px) {
  .wrapper-404 .inner-404 .text-404 span img {
    width: 100px;
    height: 100px;
  }
}

.wrapper-404 .inner-404 .bg-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  background-position: top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 45%;
  width: 100%;
}

@media only screen and (max-width: 1600px) {
  .wrapper-404 .inner-404 .bg-wave {
    height: 35%;
    background-size: contain;
  }
}

@media only screen and (max-width: 1600px) {
  .wrapper-404 .inner-404 .bg-wave {
    height: 40%;
  }
}

.wrapper-404 .inner-404 .waves {
  position: absolute;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: bottom;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40%;
  width: 100%;
  z-index: 9;
}

@media only screen and (max-width: 1600px) {
  .wrapper-404 .inner-404 .waves {
    height: 30%;
  }
}

@media only screen and (max-width: 1600px) {
  .wrapper-404 .inner-404 .waves {
    height: 40%;
  }
}

.wrapper-404 .inner-404 .waves span {
  display: none;
}

/* 3.1: Header */
.header-default {
  position: relative;
  z-index: 99;
}

@media only screen and (max-width: 991px) {
  .header-default {
    padding-top: 0;
    min-height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.header-default ul.mobile-icons {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-default ul.mobile-icons.freelancer {
  width: auto;
  margin-right: 20px;
}

.header-default ul.mobile-icons li {
  display: inline-block;
  text-align: right;
}

.header-default ul.mobile-icons li:last-child {
  margin-right: 0;
}

.header-default ul.mobile-icons.light span {
  background-color: #fff !important;
}

.header-default .header-right {
  padding-right: 42px;
}

.header-default .logo .sticky-logo {
  display: none;
}

.header-default.is-sticky .sticky-logo {
  display: block;
}

.header-default.is-sticky .default-logo {
  display: none;
}

[data-sticky-header="true"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 999;
}

[data-sticky-header="fixed"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 999;
}

[data-sticky-header="fixed"].is-sticky {
  position: fixed;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.04);
}

@media only screen and (max-width: 991px) {
  .main-menu-container {
    display: none;
  }
}

.main-menu-container ul {
  margin: 0;
  padding: 0;
}

.main-menu-container ul li {
  display: inline-block;
  margin-left: -4px;
}

.main-menu-container ul li.menu-item-has-children {
  position: relative;
}

.main-menu-container ul li.menu-item-has-children .sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  margin: 0;
  margin-left: 10px;
  padding: 0;
  padding: 18px 0px;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
}

.main-menu-container ul li.menu-item-has-children .sub-menu li {
  display: block;
  margin-left: 0;
}

.main-menu-container ul li.menu-item-has-children .sub-menu li a {
  padding: 10px 28px;
  padding-right: 10px;
  color: #ffffff;
}

.main-menu-container ul li.menu-item-has-children .sub-menu li a:hover {
  color: #49C5B6;
}

.main-menu-container ul li.menu-item-has-children:hover a {
  color: #3D4F77;
}

.main-menu-container ul li.menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  margin-left: 0;
}

.main-menu-container ul li a {
  display: block;
  padding: 26px 16px;
  font-family: "Josefin Sans", sans-serif;
  color: #fff;
}

.main-menu-container ul li a:hover {
  color: #49C5B6;
}

.main-menu-container > ul > li:last-child > a {
  padding-right: 0;
}

.main-menu-container > ul > li > a {
  font-size: 20px;
  font-weight: 500;
  color: #3D4F77;
}

.main-menu-container > ul > li.menu-item-has-children > .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
}

.main-menu-toggle {
  display: none;
  margin-right: 15px;
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  .main-menu-toggle {
    display: block;
    width: 100%;
  }
}

.main-menu-toggle .span-wrapper span {
  height: 2px;
  width: 30px;
  background-color: #3D4F77;
  display: block;
  margin-bottom: 6px;
  margin-right: 0;
  margin-left: auto;
}

.main-menu-toggle .span-wrapper span:last-child {
  margin-bottom: 0;
}

.main-menu-toggle .span-wrapper span:nth-child(2) {
  width: 20px;
  margin-left: auto;
  margin-right: 0;
  -webkit-transition: .25s linear;
  -o-transition: .25s linear;
  transition: .25s linear;
}

.main-menu-toggle .span-wrapper:hover span:nth-child(2) {
  width: 30px;
}

.main-menu-toggle b {
  line-height: 1;
}

.main-menu-toggle.dark .span-wrapper span {
  background-color: #212121 !important;
}

.search-form img, .search-form svg, .search-form i {
  display: none;
}

.search-form span {
  display: block;
}

.header-default .search-box {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
}

.header-default .search-box.show {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(35, 35, 35, 0.95);
  opacity: 1;
  visibility: visible;
}

.header-default .search-box .search-box-close {
  position: absolute;
  top: 50px;
  right: 100px;
  height: auto;
  width: auto;
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  .header-default .search-box .search-box-close {
    top: 20px;
    right: 20px;
  }
}

.header-default .search-box .search-form {
  border-bottom: 1px solid #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1030px;
  margin-left: 15px;
  margin-right: 15px;
  font-family: "Josefin Sans", sans-serif;
}

@media only screen and (max-width: 1199px) {
  .header-default .search-box .search-form {
    width: 960px;
  }
}

@media only screen and (max-width: 991px) {
  .header-default .search-box .search-form {
    width: 720px;
  }
}

@media only screen and (max-width: 767px) {
  .header-default .search-box .search-form {
    width: 540px;
  }
}

@media only screen and (max-width: 575px) {
  .header-default .search-box .search-form {
    width: 100%;
  }
}

.header-default .search-box .search-form input {
  border: 0px;
  background-color: transparent;
  width: calc(100% - 40px);
  height: 50px;
  font-size: 22px;
  caret-color: #fff;
  color: #fff;
}

.header-default .search-box .search-form button {
  background-color: transparent;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-default .search-box .search-form button img, .header-default .search-box .search-form button svg, .header-default .search-box .search-form button i {
  display: block;
}

.header-default .search-box .search-form button span {
  display: none;
}

.offcanvas-toggle {
  display: inline-block;
  cursor: pointer;
  margin-top: 6px;
}

@media only screen and (max-width: 991px) {
  .offcanvas-toggle {
    display: none;
  }
}

.offcanvas-toggle:hover span:nth-child(2) {
  width: 30px;
}

.offcanvas-toggle span {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #3D4F77;
  margin-bottom: 6px;
}

.offcanvas-toggle span:nth-child(2) {
  width: 23px;
  margin-left: auto;
}

.offcanvas-toggle span:last-child {
  margin-bottom: 0;
}

.offcanvas-toggle.open {
  margin-bottom: 8px;
}

.offcanvas-toggle.open span {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-bottom: 0;
  margin-top: -2px;
}

.offcanvas-toggle.open span:nth-child(2n) {
  width: 30px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.offcanvas-toggle.open span:last-child {
  visibility: hidden;
}

.offcanvas-toggle.open:hover span {
  margin-bottom: 0;
}

.header-default.mfolio_agency-header.bg-color {
  background-color: #222222;
}

.header-default.mfolio_agency-header .main-menu-container.bg-color {
  background-color: #222222;
}

.header-default.mfolio_agency-header .main-menu-container > ul > li > a {
  color: #fff;
}

.header-default.mfolio_agency-header .main-menu-container > ul > li > a:hover {
  color: #FFB572;
}

.header-default.mfolio_agency-header .main-menu-container .sub-menu li a:hover {
  color: #FFB572;
}

@media only screen and (max-width: 991px) {
  .header-default.mfolio_agency-header .main-menu-toggle span {
    background-color: #fff;
  }
}

.header-default.mfolio_archi-header {
  min-height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 380px) {
  .header-default.mfolio_archi-header {
    min-height: 100px;
  }
}

.header-default.mfolio_archi-header .archi-nav-toggler {
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  .header-default.mfolio_archi-header .archi-nav-toggler {
    display: none;
  }
}

.header-default.mfolio_archi-header .archi-nav-toggler:hover span:nth-child(2) {
  width: 30px;
}

.header-default.mfolio_archi-header .archi-nav-toggler span {
  display: block;
  height: 2px;
  width: 30px;
  background-color: #1E4656;
  margin-bottom: 8px;
  -webkit-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease;
}

.header-default.mfolio_archi-header .archi-nav-toggler span:nth-child(2) {
  width: 20px;
}

.header-default.mfolio_archi-header .archi-nav-toggler span:last-child {
  margin-bottom: 0;
}

.header-default.mfolio_archi-header .archi-nav-toggler.full-width span {
  width: 30px;
}

.header-default.mfolio_archi-header .archi-nav-toggler.circle {
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  border-radius: 50%;
  position: relative;
}

.header-default.mfolio_archi-header .archi-nav-toggler.circle span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.header-default.mfolio_archi-header .archi-nav-toggler.circle span:nth-child(1) {
  top: calc(50% - 3px);
}

.header-default.mfolio_archi-header .archi-nav-toggler.circle span:nth-child(2) {
  top: calc(50% + 3px);
}

.header-default.mfolio_archi-header .archi-nav-toggler.dark span {
  background-color: #212121 !important;
}

@media only screen and (max-width: 575px) {
  .header-default.mfolio_archi-header .archi-social-links {
    display: none;
  }
}

.header-default.mfolio_archi-header .archi-social-links a {
  margin-left: 28px;
  font-family: "Josefin Sans", sans-serif;
  color: #1E4656;
}

@media only screen and (max-width: 767px) {
  .header-default.mfolio_archi-header .archi-social-links a {
    margin-left: 10px;
  }
}

.header-default.mfolio_archi-header .archi-social-links a:hover {
  color: #FFA891;
}

.header-default.mfolio_archi-header .archi-social-links a:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 991px) {
  .header-default.mfolio_archi-header .archi-nav-menu {
    display: none;
  }
}

.header-default.mfolio_archi-header .archi-nav-menu .overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: #292929;
  opacity: .4;
  display: block;
  z-index: 2;
  -webkit-transition: 1.4s ease;
  -o-transition: 1.4s ease;
  transition: 1.4s ease;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.header-default.mfolio_archi-header .archi-nav-menu .main-menu-container {
  position: fixed;
  top: 0;
  left: calc(-100%);
  margin-left: -200px;
  min-height: 100%;
  width: 1150px;
  background-color: #ffffff;
  z-index: 3;
  overflow-y: auto;
  -webkit-transition: 1.2s ease;
  -o-transition: 1.2s ease;
  transition: 1.2s ease;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

@media only screen and (max-width: 991px) {
  .header-default.mfolio_archi-header .archi-nav-menu .main-menu-container {
    width: 100%;
    display: block;
  }
}

.header-default.mfolio_archi-header .archi-nav-menu .main-menu-container.font-js > ul > li > a {
  font-family: "Josefin Sans", sans-serif;
}

.header-default.mfolio_archi-header .archi-nav-menu .main-menu-container .archi-close-nav {
  height: 20px;
  width: 20px;
  position: absolute;
  top: 40px;
  right: 60px;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  cursor: pointer;
}

.header-default.mfolio_archi-header .archi-nav-menu .main-menu-container .archi-close-nav span {
  position: absolute;
  height: 2px;
  width: 30px;
  background-color: #a8a8a8;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.header-default.mfolio_archi-header .archi-nav-menu .main-menu-container .archi-close-nav span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.header-default.mfolio_archi-header .archi-nav-menu .main-menu-container .archi-close-nav:hover span {
  background-color: #1E4656;
}

.header-default.mfolio_archi-header .archi-nav-menu .main-menu-container > ul {
  position: absolute;
  top: 74px;
  left: 146px;
  min-width: 289px;
}

@media only screen and (max-width: 991px) {
  .header-default.mfolio_archi-header .archi-nav-menu .main-menu-container > ul {
    left: 46px;
    width: calc(100% - 100px);
    min-width: auto;
  }
}

.header-default.mfolio_archi-header .archi-nav-menu .main-menu-container > ul > li {
  display: block;
  position: relative;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  -webkit-transition: 1.4s ease;
  -o-transition: 1.4s ease;
  transition: 1.4s ease;
}

.header-default.mfolio_archi-header .archi-nav-menu .main-menu-container > ul > li:last-child a {
  padding-right: 20px;
}

.header-default.mfolio_archi-header .archi-nav-menu .main-menu-container > ul > li:after {
  content: "";
  position: absolute;
  top: calc(50% + 2px);
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 1px;
  width: 0;
  background-color: #707070;
  z-index: -1;
  -webkit-transition: .8s ease;
  -o-transition: .8s ease;
  transition: .8s ease;
}

.header-default.mfolio_archi-header .archi-nav-menu .main-menu-container > ul > li > a {
  font-size: 30px;
  line-height: 1.3;
  padding: 16px 18px 16px 0px;
  font-family: "Playfair Display", serif;
  color: #1E4656;
  display: inline-block;
  background-color: #fff;
}

@media only screen and (max-width: 991px) {
  .header-default.mfolio_archi-header .archi-nav-menu .main-menu-container > ul > li > a {
    font-size: 24px;
  }
}

.header-default.mfolio_archi-header .archi-nav-menu .main-menu-container > ul > li:hover:after {
  width: 100%;
}

.header-default.mfolio_archi-header .archi-nav-menu .main-menu-container > ul > li:hover > a {
  color: #FFA891;
}

.header-default.mfolio_archi-header .archi-nav-menu .main-menu-container > ul > li:hover .sub-menu {
  -webkit-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
}

.header-default.mfolio_archi-header .archi-nav-menu .main-menu-container > ul > li > .sub-menu {
  padding-top: 15px;
}

@media only screen and (max-width: 991px) {
  .header-default.mfolio_archi-header .archi-nav-menu .main-menu-container > ul > li > .sub-menu {
    padding-top: 0;
  }
}

.header-default.mfolio_archi-header .archi-nav-menu .main-menu-container > ul .sub-menu {
  left: 100%;
  top: 0;
  background-color: transparent;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  min-width: 310px;
  display: none;
}

@media only screen and (max-width: 991px) {
  .header-default.mfolio_archi-header .archi-nav-menu .main-menu-container > ul .sub-menu {
    position: relative;
    left: 0;
    min-width: auto;
    width: 100%;
    margin-left: 10px;
  }
}

@media only screen and (max-width: 991px) {
  .header-default.mfolio_archi-header .archi-nav-menu .main-menu-container > ul .sub-menu.open {
    display: none;
    -webkit-animation: fadeIn .5s linear both;
    animation: fadeIn .5s linear both;
  }
}

.header-default.mfolio_archi-header .archi-nav-menu .main-menu-container > ul .sub-menu li {
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
  -webkit-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
}

@media only screen and (max-width: 991px) {
  .header-default.mfolio_archi-header .archi-nav-menu .main-menu-container > ul .sub-menu li {
    padding-left: 0;
  }
}

.header-default.mfolio_archi-header .archi-nav-menu .main-menu-container > ul .sub-menu li a {
  color: #a8a8a8;
  font-size: 18px;
  display: inline-block;
  background-color: #fff;
  padding: 9px 8.5px 9px 20px;
}

.header-default.mfolio_archi-header .archi-nav-menu .main-menu-container > ul .sub-menu li .sub-menu {
  -webkit-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease;
}

.header-default.mfolio_archi-header .archi-nav-menu .main-menu-container > ul .sub-menu li .sub-menu li:after {
  display: none;
}

.header-default.mfolio_archi-header .archi-nav-menu .main-menu-container > ul .sub-menu li .sub-menu .sub-menu {
  position: relative;
  left: 15px;
}

.header-default.mfolio_archi-header .archi-nav-menu .main-menu-container > ul .sub-menu li:hover > a {
  color: #FFA891;
}

.header-default.mfolio_archi-header .archi-nav-menu .main-menu-container > ul .sub-menu li:hover .sub-menu {
  -webkit-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
}

.header-default.mfolio_archi-header .archi-nav-menu .main-menu-container > ul .sub-menu li.menu-item-has-children {
  position: relative;
}

.header-default.mfolio_archi-header .archi-nav-menu .main-menu-container > ul .sub-menu li.menu-item-has-children:after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 1px;
  width: 0;
  background-color: #707070;
  z-index: -1;
  -webkit-transition: .8s ease;
  -o-transition: .8s ease;
  transition: .8s ease;
}

@media only screen and (max-width: 991px) {
  .header-default.mfolio_archi-header .archi-nav-menu .main-menu-container > ul .sub-menu li.menu-item-has-children:after {
    display: none;
  }
}

.header-default.mfolio_archi-header .archi-nav-menu .main-menu-container > ul .sub-menu li.menu-item-has-children:hover:after {
  width: 100%;
}

.header-default.mfolio_archi-header .archi-nav-menu .main-menu-container > ul .sub-menu .sub-menu {
  padding-top: 0;
}

.header-default.mfolio_archi-header .archi-nav-menu .main-menu-container > ul .sub-menu.open {
  display: block;
}

.header-default.mfolio_archi-header .archi-nav-menu .main-menu-container > ul .sub-menu.open > li {
  -webkit-animation: fadeInRight .8s ease;
  animation: fadeInRight .8s ease;
}

@media only screen and (max-width: 991px) {
  .header-default.mfolio_archi-header .archi-nav-menu .main-menu-container ul li.menu-item-has-children:after {
    display: none;
  }
}

.header-default.mfolio_archi-header .archi-nav-menu.open .overlay {
  width: 100%;
  -webkit-transition: .8s ease;
  -o-transition: .8s ease;
  transition: .8s ease;
}

.header-default.mfolio_archi-header .archi-nav-menu.open .main-menu-container {
  left: 0;
  margin: 0;
  -webkit-transition: 1.4s ease;
  -o-transition: 1.4s ease;
  transition: 1.4s ease;
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s;
}

@media only screen and (max-width: 991px) {
  .header-default.mfolio_archi-header .archi-nav-menu.open .main-menu-container {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
}

.header-default.mfolio_archi-header .archi-nav-menu.open .main-menu-container > ul > li {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: 1.6s ease;
  -o-transition: 1.6s ease;
  transition: 1.6s ease;
}

.header-default.mfolio_archi-header .archi-nav-menu.open .main-menu-container > ul > li:nth-child(1) {
  -webkit-transition-delay: 1.15s;
  -o-transition-delay: 1.15s;
  transition-delay: 1.15s;
}

.header-default.mfolio_archi-header .archi-nav-menu.open .main-menu-container > ul > li:nth-child(2) {
  -webkit-transition-delay: 1.3s;
  -o-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

.header-default.mfolio_archi-header .archi-nav-menu.open .main-menu-container > ul > li:nth-child(3) {
  -webkit-transition-delay: 1.45s;
  -o-transition-delay: 1.45s;
  transition-delay: 1.45s;
}

.header-default.mfolio_archi-header .archi-nav-menu.open .main-menu-container > ul > li:nth-child(4) {
  -webkit-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

.header-default.mfolio_archi-header .archi-nav-menu.open .main-menu-container > ul > li:nth-child(5) {
  -webkit-transition-delay: 1.75s;
  -o-transition-delay: 1.75s;
  transition-delay: 1.75s;
}

.header-default.mfolio_archi-header .archi-nav-menu.open .main-menu-container > ul > li:nth-child(6) {
  -webkit-transition-delay: 1.9s;
  -o-transition-delay: 1.9s;
  transition-delay: 1.9s;
}

.header-default.mfolio_archi-header .archi-nav-menu.open .main-menu-container > ul > li:nth-child(7) {
  -webkit-transition-delay: 2.05s;
  -o-transition-delay: 2.05s;
  transition-delay: 2.05s;
}

.header-default.mfolio_archi-header .archi-nav-menu.open .main-menu-container > ul > li:nth-child(8) {
  -webkit-transition-delay: 2.2s;
  -o-transition-delay: 2.2s;
  transition-delay: 2.2s;
}

.header-default.mfolio_archi-header .archi-nav-menu.open .main-menu-container > ul > li:nth-child(9) {
  -webkit-transition-delay: 2.35s;
  -o-transition-delay: 2.35s;
  transition-delay: 2.35s;
}

.header-default.mfolio_archi-header .archi-nav-menu.open .main-menu-container > ul > li:nth-child(10) {
  -webkit-transition-delay: 2.5s;
  -o-transition-delay: 2.5s;
  transition-delay: 2.5s;
}

.header-default.mfolio_archi-header .archi-nav-menu.open .main-menu-container .archi-close-nav {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 2s ease;
  -o-transition: 2s ease;
  transition: 2s ease;
  -webkit-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.header-default.mfolio_archi-header.mfolio_category-header {
  min-height: 100px;
}

.header-default.dark .main-menu-container > ul > li > a {
  color: #717171;
}

.header-default.dark .main-menu-container > ul > li > a:hover {
  color: #212121;
}

.header-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 32px;
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  .header-icon {
    margin-left: 0;
  }
}

.header-icon .search-toggle.dark path {
  stroke: #212121;
  stroke-width: 1px;
}

.header-icon .search-toggle.dark line {
  stroke: #212121;
  stroke-width: 2px;
}

.header-icon .search-toggle.dark:hover path, .header-icon .search-toggle.dark:hover line {
  stroke: #FF7474;
  -webkit-transition: .25s linear;
  -o-transition: .25s linear;
  transition: .25s linear;
}

.mobile-default-menu {
  display: none;
  position: fixed;
  top: 0;
  left: -100%;
  min-height: 100vh;
  overflow-y: auto;
  width: 720px;
  -webkit-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  z-index: 9;
}

.mobile-default-menu .overlay {
  width: 0;
  -webkit-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

.mobile-default-menu:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 0px;
  background-color: #ffffff;
  -webkit-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

@media only screen and (max-width: 991px) {
  .mobile-default-menu {
    display: block;
    background-color: #fff;
    width: 720px;
  }
  .mobile-default-menu.open {
    left: 0;
  }
  .mobile-default-menu.open .overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.75;
    z-index: -1;
  }
  .mobile-default-menu.open:after {
    width: 720px;
  }
}

@media only screen and (max-width: 991px) and (max-width: 767px) {
  .mobile-default-menu.open:after {
    width: 480px;
  }
}

@media only screen and (max-width: 991px) and (max-width: 575px) {
  .mobile-default-menu.open:after {
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .mobile-default-menu .menu-close {
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 9;
  }
  .mobile-default-menu .menu-close span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    height: 2px;
    width: 20px;
    background-color: #3D4F77;
  }
  .mobile-default-menu .menu-close span:nth-child(2) {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .mobile-default-menu .menu-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding-top: 100px;
    z-index: 8;
    background-color: #fff;
  }
  .mobile-default-menu .menu-wrapper > ul > li > a {
    font-size: 24px;
    font-family: "Josefin Sans", sans-serif;
    color: #3D4F77;
  }
  .mobile-default-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .mobile-default-menu ul > li a {
    font-family: "Josefin Sans", sans-serif;
    color: #3D4F77;
  }
  .mobile-default-menu ul > li > span {
    height: 54px;
    width: 54px;
    line-height: 54px;
  }
  .mobile-default-menu ul li {
    position: relative;
  }
  .mobile-default-menu ul li a {
    display: block;
    padding: 7.5px 20px;
    margin-left: 15px;
  }
  .mobile-default-menu ul li span {
    position: absolute;
    top: 0;
    right: 15px;
    height: 41px;
    width: 41px;
    text-align: center;
    line-height: 41px;
    margin-right: 17px;
    background-color: #f1f1f1;
  }
  .mobile-default-menu ul .sub-menu {
    display: none;
  }
  .mobile-default-menu ul .sub-menu li {
    padding-left: 15px;
    margin-bottom: 2px;
  }
  .mobile-default-menu ul .sub-menu li:last-child {
    border-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-default-menu {
    width: 480px;
  }
}

@media only screen and (max-width: 575px) {
  .mobile-default-menu {
    width: 100%;
  }
}

.offcanvas__main_menu_wrapper {
  height: 100vh;
  width: 120px;
}

.offcanvas__main_menu_wrapper .offcanvas__ess_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.6);
}

@media only screen and (max-width: 767px) {
  .offcanvas__main_menu_wrapper .offcanvas__ess_wrapper {
    width: 80px;
  }
}

.offcanvas__main_menu_wrapper .offcanvas__ess_wrapper .logo {
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(64, 64, 68, 0.4);
}

.offcanvas__main_menu_wrapper .offcanvas__ess_wrapper .toggle-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  height: calc(100% - 120px);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.offcanvas__main_menu_wrapper .offcanvas__ess_wrapper .toggle-btn .span-wrapper {
  margin-top: -30px;
  cursor: pointer;
  height: 20px;
  width: 20px;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .offcanvas__main_menu_wrapper .offcanvas__ess_wrapper .toggle-btn .span-wrapper {
    display: none;
  }
}

.offcanvas__main_menu_wrapper .offcanvas__ess_wrapper .toggle-btn .span-wrapper.active span:nth-child(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.offcanvas__main_menu_wrapper .offcanvas__ess_wrapper .toggle-btn .span-wrapper.active span:nth-child(2) {
  width: 0;
}

.offcanvas__main_menu_wrapper .offcanvas__ess_wrapper .toggle-btn .span-wrapper.active span:nth-child(3) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  width: 24px;
}

.offcanvas__main_menu_wrapper .offcanvas__ess_wrapper .toggle-btn .span-wrapper.main-menu-toggle {
  display: none;
}

@media only screen and (max-width: 991px) {
  .offcanvas__main_menu_wrapper .offcanvas__ess_wrapper .toggle-btn .span-wrapper.main-menu-toggle {
    display: block;
  }
}

.offcanvas__main_menu_wrapper .offcanvas__ess_wrapper .toggle-btn .span-wrapper span {
  display: block;
  height: 1px;
  width: 20px;
  background-color: #fff;
  margin-bottom: 6px;
  width: 24px;
  position: absolute;
  left: 0;
}

.offcanvas__main_menu_wrapper .offcanvas__ess_wrapper .toggle-btn .span-wrapper span:nth-child(1) {
  top: 0;
  -webkit-transition: .4s linear;
  -o-transition: .4s linear;
  transition: .4s linear;
}

.offcanvas__main_menu_wrapper .offcanvas__ess_wrapper .toggle-btn .span-wrapper span:nth-child(2) {
  width: 18px;
  top: 7px;
  -webkit-transition: .4s linear;
  -o-transition: .4s linear;
  transition: .4s linear;
}

.offcanvas__main_menu_wrapper .offcanvas__ess_wrapper .toggle-btn .span-wrapper span:nth-child(3) {
  width: 13px;
  top: 14px;
  -webkit-transition: .4s linear;
  -o-transition: .4s linear;
  transition: .4s linear;
}

.offcanvas__main_menu_wrapper .offcanvas__main_menu {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 400px;
  padding-right: 55px;
  padding-top: 60px;
  background-color: #2A2B2D;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
  z-index: -1;
}

@media only screen and (max-width: 991px) {
  .offcanvas__main_menu_wrapper .offcanvas__main_menu {
    display: none;
  }
}

.offcanvas__main_menu_wrapper .offcanvas__main_menu.active {
  -webkit-transform: translateX(120px);
  -ms-transform: translateX(120px);
  transform: translateX(120px);
}

.offcanvas__main_menu_wrapper .offcanvas__main_menu ul {
  list-style-type: none;
  margin: 20px 10px 20px 20px;
  padding: 0;
  width: 100%;
}

.offcanvas__main_menu_wrapper .offcanvas__main_menu ul li {
  display: block;
  color: #959595;
}

.offcanvas__main_menu_wrapper .offcanvas__main_menu ul li:hover > a {
  color: #fff;
}

.offcanvas__main_menu_wrapper .offcanvas__main_menu ul li:hover > span {
  color: #fff;
}

.offcanvas__main_menu_wrapper .offcanvas__main_menu ul li:last-child > a {
  margin-bottom: 0;
}

.offcanvas__main_menu_wrapper .offcanvas__main_menu ul li a {
  color: #959595;
  font-family: "Josefin Sans", sans-serif;
  font-size: 18px;
  line-height: 1.35;
  display: block;
  margin-bottom: 20px;
}

.offcanvas__main_menu_wrapper .offcanvas__main_menu ul li.menu-item-has-children {
  position: relative;
  margin-right: -10px;
  padding-right: 10px;
}

.offcanvas__main_menu_wrapper .offcanvas__main_menu ul li.menu-item-has-children > ul {
  display: none;
}

.offcanvas__main_menu_wrapper .offcanvas__main_menu ul li span {
  position: absolute;
  height: 20px;
  line-height: 20px;
  text-align: center;
  width: 20px;
  right: 0px;
  top: 0;
  cursor: pointer;
}

.offcanvas__main_menu_wrapper .offcanvas__main_menu > ul {
  padding-left: 60px;
  margin: 0px;
}

.offcanvas__main_menu_wrapper .offcanvas__main_menu > ul > li {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}

.offcanvas__main_menu_wrapper .offcanvas__main_menu > ul > li.menu-item-has-children {
  padding-right: 36px;
  margin-right: 0;
}

.offcanvas__main_menu_wrapper .offcanvas__main_menu > ul > li.menu-item-has-children > span {
  height: 36px;
  width: 36px;
  line-height: 36px;
}

.offcanvas__main_menu_wrapper .offcanvas__main_menu > ul > li:first-child {
  padding-top: 0px;
}

.offcanvas__main_menu_wrapper .offcanvas__main_menu > ul > li > a {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header-default.mfolio_archi-header.mfolio_category-header {
    line-height: 100px;
  }
}

/* 3.2: Banner */
.mfolio_agency-banner {
  min-height: 100vh;
  background-color: #7E87FF;
  overflow: hidden;
  padding: 105px 0px;
}

.mfolio_agency-banner .banner-text-min-height {
  min-height: 575px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .mfolio_agency-banner .banner-text-min-height {
    min-height: auto;
  }
}

.mfolio_agency-banner .banner-text .banner-top-text {
  font-size: 20px;
  color: #FFB572;
  line-height: 1.5;
  margin-bottom: 4px;
}

.mfolio_agency-banner .banner-text .banner-main-text {
  font-size: 80px;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin-bottom: 44px;
}

@media only screen and (max-width: 767px) {
  .mfolio_agency-banner .banner-text .banner-main-text {
    font-size: 60px;
  }
}

@media only screen and (max-width: 480px) {
  .mfolio_agency-banner .banner-text .banner-main-text {
    font-size: 44px;
  }
}

.mfolio_agency-banner .banner-text p {
  font-family: "Josefin Sans", sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.54;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1234px) {
  .mfolio_agency-banner .banner-image-wrapper {
    display: none;
  }
}

.mfolio_agency-banner .banner-image-wrapper [class*=elem-] {
  position: absolute;
}

.mfolio_agency-banner .banner-image-wrapper .elem-1 {
  top: -50px;
  left: -40px;
}

.mfolio_agency-banner .banner-image-wrapper .elem-2 {
  top: 0px;
  right: 30px;
}

.mfolio_agency-banner .banner-image-wrapper .elem-3 {
  top: 100px;
  right: 150px;
}

.mfolio_agency-banner .banner-image-wrapper .elem-4 {
  top: 230px;
  left: auto;
}

.mfolio_agency-banner .banner-image-wrapper .elem-5 {
  top: 100px;
  left: 110px;
}

.mfolio_agency-banner .banner-image-wrapper .elem-6 {
  bottom: 0px;
  left: 120px;
}

.mfolio_agency-banner .banner-image-wrapper .elem-7 {
  bottom: 20px;
  right: 60px;
}

.static_banner .static_banner-text {
  padding-bottom: 60px;
}

.static_banner .static_banner-text h2 {
  margin-bottom: -5px;
  font-size: 36px;
  line-height: 1.2;
  max-width: 970px;
  margin: 0 auto;
  margin-bottom: -3px;
}

.minimal__banner .minimal__banner_text h1 {
  font-weight: 400;
  color: #212121;
}

.minimal__banner .minimal__banner_text h1 .minimal__spook_wrapper {
  display: inline-block;
  position: relative;
  min-width: 200px;
  height: 50px;
  margin-bottom: -15px;
  overflow: hidden;
}

.minimal__banner .minimal__banner_text h1 .minimal__spook_wrapper .spook {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
}

.minimal__banner .minimal__banner_text h1 .minimal__spook_wrapper .spook span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: auto;
  display: block;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  font-weight: 700;
}

.minimal__banner .minimal__banner_text h1 .minimal__spook_wrapper .spook span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 4px;
  width: 0;
  height: 4px;
  background-color: #212121;
}

.minimal__banner .minimal__banner_text h1 .minimal__spook_wrapper .spook span.active {
  opacity: 1;
  visibility: visible;
  -webkit-animation: spook 2s linear both;
  animation: spook 2s linear both;
}

.minimal__banner .minimal__banner_text h1 .minimal__spook_wrapper .spook span.active:after {
  width: calc(100% - 4px);
  -webkit-transition: .4s linear;
  -o-transition: .4s linear;
  transition: .4s linear;
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
}

@-webkit-keyframes spook {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  20% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes spook {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  20% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

.banner-default .banner-item {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 9;
}

.banner-default .banner-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #F2F2F1;
  opacity: .9;
  z-index: -1;
}

.banner-default .banner-item .banner-item-text-wrapper {
  text-align: center;
  z-index: 9;
}

.banner-default .banner-item .banner-item-text-wrapper h1 {
  line-height: 1.125;
  font-size: 70px;
  margin-bottom: 38px;
  color: #3D4F77;
}

@media only screen and (max-width: 1199px) {
  .banner-default .banner-item .banner-item-text-wrapper h1 {
    font-size: 56px;
  }
}

@media only screen and (max-width: 991px) {
  .banner-default .banner-item .banner-item-text-wrapper h1 {
    font-size: 46px;
  }
}

@media only screen and (max-width: 480px) {
  .banner-default .banner-item .banner-item-text-wrapper h1 {
    font-size: 40px;
  }
}

.banner-default .banner-item .banner-item-text-wrapper h1 .text-wrap {
  overflow: hidden;
  display: block;
}

.banner-default .banner-item .banner-item-text-wrapper h1 .text-wrap span {
  display: block;
}

.banner-default .banner-item .banner-item-text-wrapper .banner-play {
  height: 75px;
  line-height: 75px;
  text-align: center;
  display: inline-block;
  margin-top: 21px;
  margin-left: 21px;
  width: 75px;
  border-radius: 50%;
  background-color: #49C5B6;
  color: #ffffff;
  font-size: 21px;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .banner-default .banner-item .banner-item-text-wrapper .banner-play {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }
}

.banner-default .banner-item .banner-item-text-wrapper .banner-play:before {
  content: "";
  position: absolute;
  top: -21px;
  left: -21px;
  height: calc(100% + 42px);
  width: calc(100% + 42px);
  border-radius: 50%;
  border: 1px solid;
  border-top-color: #49C5B6;
  border-bottom-color: #49C5B6;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.banner-default .banner-item .banner-item-text-wrapper .banner-play:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background-color: #49C5B6;
  z-index: -1;
}

.banner-default .banner-item .banner-item-text-wrapper .banner-play:hover:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.banner-default .banner-item .banner-item-text-wrapper .banner-play:hover:after {
  height: calc(100% + 42px);
  width: calc(100% + 42px);
  background-color: transparent;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.banner-default .owl-nav .owl-prev, .banner-default .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  border: 2px solid transparent !important;
  border-radius: 50%;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-size: 24px !important;
}

@media only screen and (max-width: 767px) {
  .banner-default .owl-nav .owl-prev, .banner-default .owl-nav .owl-next {
    display: none;
  }
}

.banner-default .owl-nav .owl-prev svg, .banner-default .owl-nav .owl-next svg {
  position: absolute;
  top: -4px;
  left: -4px;
  height: 84px;
  width: 84px;
}

.banner-default .owl-nav .owl-prev svg .shape, .banner-default .owl-nav .owl-next svg .shape {
  fill: none;
  stroke: #878787;
  stroke-width: 1;
  stroke-dasharray: 252;
  stroke-dashoffset: 252;
  -webkit-transition: 1.5s ease;
  -o-transition: 1.5s ease;
  transition: 1.5s ease;
}

.banner-default .owl-nav .owl-prev:hover svg .shape, .banner-default .owl-nav .owl-next:hover svg .shape {
  stroke-dashoffset: 0;
  stroke-dasharray: 252;
}

.banner-default .owl-nav .owl-prev {
  left: 100px;
}

@media only screen and (max-width: 1199px) {
  .banner-default .owl-nav .owl-prev {
    left: 50px;
  }
}

.banner-default .owl-nav .owl-next {
  right: 100px;
}

@media only screen and (max-width: 1199px) {
  .banner-default .owl-nav .owl-next {
    right: 50px;
  }
}

.banner-default .owl-item.active .banner-item .banner-item-text-wrapper h1 .text-wrap span {
  -webkit-animation: riseIn .85s linear;
  animation: riseIn .85s linear;
}

.archi-banner {
  position: relative;
}

.archi-banner img {
  max-width: 100%;
  width: auto;
}

.archi-banner .banner-item {
  padding-top: 150px;
  padding-bottom: 150px;
  min-height: 200px;
  position: relative;
  z-index: 9;
}

.archi-banner .banner-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  opacity: .9;
}

.archi-banner .banner-item .banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.archi-banner .banner-item .banner-shape {
  position: absolute;
  top: -2.5%;
  left: -2.5%;
  height: 105%;
  width: 105%;
  overflow: hidden;
  z-index: 9;
}

@media only screen and (max-width: 991px) {
  .archi-banner .banner-item .banner-shape {
    top: -15%;
    left: -15%;
    height: 130%;
    width: 130%;
  }
}

@media only screen and (max-width: 575px) {
  .archi-banner .banner-item .banner-shape {
    display: none;
  }
}

.archi-banner .banner-item .banner-shape svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.archi-banner .banner-item .banner-shape svg circle {
  stroke-dasharray: 2510;
  stroke-dashoffset: 2510;
}

.archi-banner .banner-item .banner-shape svg line {
  stroke-dasharray: 1950;
  stroke-dashoffset: 1950;
}

.archi-banner .banner-item .banner-front-img {
  z-index: 9;
  position: relative;
  max-width: 30%;
  margin: 0 auto;
  overflow: hidden;
}

@media only screen and (max-width: 575px) {
  .archi-banner .banner-item .banner-front-img {
    max-width: 50%;
  }
}

@media only screen and (max-width: 380px) {
  .archi-banner .banner-item .banner-front-img {
    max-width: 70%;
  }
}

.archi-banner .banner-item .banner-text-container {
  position: absolute;
  top: calc(50% - 100px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
}

@media only screen and (max-width: 1199px) {
  .archi-banner .banner-item .banner-text-container {
    top: calc(50% - 60px);
  }
}

@media only screen and (max-width: 575px) {
  .archi-banner .banner-item .banner-text-container {
    top: calc(50% - 80px);
  }
}

.archi-banner .banner-item .banner-text-container .banner-text-wrapper {
  overflow: hidden;
  display: block;
  width: 100%;
}

.archi-banner .banner-item .banner-text-container .banner-text-wrapper .banner-text span {
  display: block;
  font-size: 100px;
  color: #1E4656;
  font-family: "Playfair Display", serif;
  line-height: 0.91;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

@media only screen and (max-width: 1199px) {
  .archi-banner .banner-item .banner-text-container .banner-text-wrapper .banner-text span {
    font-size: 70px;
  }
}

@media only screen and (max-width: 575px) {
  .archi-banner .banner-item .banner-text-container .banner-text-wrapper .banner-text span {
    font-size: 50px;
  }
}

@media only screen and (max-width: 380px) {
  .archi-banner .banner-item .banner-text-container .banner-text-wrapper .banner-text span {
    font-size: 40px;
  }
}

.archi-banner .banner-item .banner-item-btn-wrapper {
  z-index: 9;
  position: absolute;
  bottom: 220px;
  right: 0;
  left: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media only screen and (max-width: 991px) {
  .archi-banner .banner-item .banner-item-btn-wrapper {
    bottom: 180px;
  }
}

.archi-banner .banner-item .banner-item-btn-wrapper .banner-item-btn {
  display: inline-block;
  overflow: hidden;
}

.archi-banner .owl-item.active .banner-item .banner-front-img img {
  -webkit-animation: riseInLeftFull 1s ease both;
  animation: riseInLeftFull 1s ease both;
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}

.archi-banner .owl-item.active .banner-item .banner-text-wrapper .banner-text span {
  -webkit-animation: riseInLeftFull 1.2s ease both;
  animation: riseInLeftFull 1.2s ease both;
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
}

.archi-banner .owl-item.active .banner-item .banner-shape svg circle {
  stroke-dasharray: 5020;
  -webkit-animation: archiSVG_circle 3s ease both;
  animation: archiSVG_circle 3s ease both;
}

.archi-banner .owl-item.active .banner-item .banner-shape svg line {
  stroke-dasharray: 3900;
  -webkit-animation: archiSVG_line 3s ease both;
  animation: archiSVG_line 3s ease both;
}

.archi-banner .owl-item.active .banner-item .banner-shape svg line#Line_7 {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.archi-banner .owl-item.active .banner-item .banner-shape svg line#Line_9 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.archi-banner .owl-item.active .banner-item .banner-shape svg line#Line_8 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.archi-banner .owl-item.active .banner-item .banner-shape svg line#Line_10 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.archi-banner .owl-item.active .banner-item .banner-item-btn a {
  -webkit-animation: riseInLeftFull 1.4s ease both;
  animation: riseInLeftFull 1.4s ease both;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

@media only screen and (max-width: 575px) {
  .archi-banner .owl-nav {
    display: none;
  }
}

.archi-banner .owl-nav .owl-next, .archi-banner .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.archi-banner .owl-nav .owl-next i, .archi-banner .owl-nav .owl-prev i {
  font-size: 24px;
}

.archi-banner .owl-nav .owl-next.disabled, .archi-banner .owl-nav .owl-prev.disabled {
  opacity: .5;
}

.archi-banner .owl-nav .owl-next.disabled:hover i, .archi-banner .owl-nav .owl-next.disabled:hover svg, .archi-banner .owl-nav .owl-next.disabled:hover img, .archi-banner .owl-nav .owl-prev.disabled:hover i, .archi-banner .owl-nav .owl-prev.disabled:hover svg, .archi-banner .owl-nav .owl-prev.disabled:hover img {
  -webkit-animation: none;
  animation: none;
  color: #1E4656;
}

.archi-banner .owl-nav .owl-prev {
  left: 100px;
}

@media only screen and (max-width: 1199px) {
  .archi-banner .owl-nav .owl-prev {
    left: 30px;
  }
}

.archi-banner .owl-nav .owl-prev:hover i, .archi-banner .owl-nav .owl-prev:hover svg, .archi-banner .owl-nav .owl-prev:hover img {
  -webkit-animation: animateR_left 1s linear infinite;
  animation: animateR_left 1s linear infinite;
  color: #FFA891;
}

.archi-banner .owl-nav .owl-next {
  right: 100px;
}

@media only screen and (max-width: 1199px) {
  .archi-banner .owl-nav .owl-next {
    right: 30px;
  }
}

.archi-banner .owl-nav .owl-next:hover i, .archi-banner .owl-nav .owl-next:hover svg, .archi-banner .owl-nav .owl-next:hover img {
  -webkit-animation: animateR_right 1s linear infinite;
  animation: animateR_right 1s linear infinite;
  color: #FFA891;
}

.category-home-slider {
  position: relative;
}

.category-home-slider .owl-nav {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 85px;
  width: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.category-home-slider .owl-nav .owl-prev i, .category-home-slider .owl-nav .owl-next i {
  font-size: 24px;
}

.category-home-slider .owl-nav .owl-prev {
  margin-right: 25px;
}

.category-home-slider .owl-nav .owl-next {
  margin-left: 25px;
}

.category-home-slider .owl-nav .owl-prev:hover, .category-home-slider .owl-nav .owl-next:hover {
  color: #FF7474;
}

.category-home-slider .owl-item .cagtegory-home-slider-item {
  height: calc(100vh - 100px);
  position: relative;
  z-index: 9;
}

.category-home-slider .owl-item .cagtegory-home-slider-item:hover .banner-item-info .cats span {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: .6s linear;
  -o-transition: .6s linear;
  transition: .6s linear;
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}

.category-home-slider .owl-item .cagtegory-home-slider-item:hover .banner-item-info h2 a {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: .6s linear;
  -o-transition: .6s linear;
  transition: .6s linear;
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}

.category-home-slider .owl-item .cagtegory-home-slider-item:hover:after {
  width: 100%;
  -webkit-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease;
}

.category-home-slider .owl-item .cagtegory-home-slider-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #fff;
  opacity: .8;
  z-index: -1;
}

.category-home-slider .owl-item .cagtegory-home-slider-item .banner-item-info {
  position: absolute;
  bottom: 85px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  padding-bottom: 85px;
  z-index: 9;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
}

.category-home-slider .owl-item .cagtegory-home-slider-item .banner-item-info .cats {
  overflow: hidden;
}

.category-home-slider .owl-item .cagtegory-home-slider-item .banner-item-info .cats span {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  display: block;
}

.category-home-slider .owl-item .cagtegory-home-slider-item .banner-item-info .cats span a {
  font-size: 26px;
  font-family: "Josefin Sans", sans-serif;
}

.category-home-slider .owl-item .cagtegory-home-slider-item .banner-item-info .cats span a:hover {
  color: #FF7474;
}

.category-home-slider .owl-item .cagtegory-home-slider-item .banner-item-info h2 {
  font-size: 40px;
  overflow: hidden;
}

.category-home-slider .owl-item .cagtegory-home-slider-item .banner-item-info h2 a {
  color: #FF7474;
  font-family: "Josefin Sans", sans-serif;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  display: block;
}

.interactive-home {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.interactive-home .images-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 450px;
  height: 600px;
}

@media only screen and (max-width: 991px) {
  .interactive-home .images-wrapper {
    width: 360px;
    height: 480px;
  }
}

@media only screen and (max-width: 575px) {
  .interactive-home .images-wrapper {
    width: 270px;
    height: 360px;
  }
}

.interactive-home .images-wrapper .image-single {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .4s linear;
  -o-transition: .4s linear;
  transition: .4s linear;
}

.interactive-home .images-wrapper .image-single.show {
  visibility: visible;
  opacity: 1;
}

.interactive-home .texts-wrapper {
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.interactive-home .texts-wrapper:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.interactive-home .texts-wrapper .text-single {
  display: inline-block;
  z-index: 9;
  position: relative;
}

.interactive-home .texts-wrapper .text-single h2 {
  display: inline-block;
  position: relative;
}

.interactive-home .texts-wrapper .text-single h2:after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 15px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 4px;
  width: 120px;
  background-color: #fff;
}

.interactive-home .texts-wrapper .text-single h2 a {
  font-size: 60px;
  line-height: 1;
  color: #fff;
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear;
}

@media only screen and (max-width: 991px) {
  .interactive-home .texts-wrapper .text-single h2 a {
    font-size: 40px;
  }
}

.interactive-home .texts-wrapper .text-single h2 a:hover {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}

@media screen and (-ms-high-contrast: none) {
  .interactive-home .texts-wrapper .text-single h2 a:hover {
    color: #fff;
  }
}

.split-bg {
  height: 100vh;
  width: 100%;
}

.ms-section {
  position: relative;
}

.split__item {
  position: relative;
  min-height: 100vh;
}

.split__item_info {
  position: absolute;
  bottom: 136px;
  left: 0;
  right: 0;
  margin: auto;
  width: 70%;
}

.split__item_info h2 {
  line-height: 1.15;
  font-size: 40px;
}

.split__item_info h2 a {
  color: #fff;
}

.split__item_info span {
  margin-bottom: 15px;
  display: block;
}

.split__item_info span a {
  color: #fff;
  font-size: 26px;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  line-height: 1.3;
}

.parallax__slider_item {
  position: relative;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  z-index: 99;
}

@media only screen and (max-width: 767px) {
  .parallax__slider_item {
    padding-top: 50px;
  }
}

.parallax__slider_item.alt .parallax__bg.layer_1 {
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  left: -100%;
}

.parallax__slider_item.alt .parallax__bg.layer_2 {
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  right: -100%;
}

.parallax__slider_item .parallax__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
}

.parallax__slider_item .parallax__bg.layer_1 {
  bottom: 0;
  right: -100%;
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.parallax__slider_item .parallax__bg.layer_2 {
  top: 0;
  left: -100%;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.parallax__slider_item .parallax__slider_item_info {
  opacity: 0;
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
}

.parallax__slider_item .parallax__slider_item_info h1 {
  font-size: 60px;
  color: #FFE8B4;
  margin-bottom: 2px;
}

@media only screen and (max-width: 991px) {
  .parallax__slider_item .parallax__slider_item_info h1 {
    font-size: 48px;
    margin-bottom: 7px;
  }
}

.parallax__slider_item .parallax__slider_item_info h1 a {
  color: #FFE8B4;
  line-height: 1.42;
}

@media only screen and (max-width: 991px) {
  .parallax__slider_item .parallax__slider_item_info h1 a {
    line-height: 1;
  }
}

.parallax__slider_item .parallax__slider_item_info p {
  font-size: 22px;
  color: #EFF0FF;
  line-height: 1.54;
}

@media only screen and (max-width: 991px) {
  .parallax__slider_item .parallax__slider_item_info p {
    font-size: 16px;
  }
}

.parallax__slider_item .parallax__slider_item_info .parallax__slider_btn {
  margin-top: 20px;
}

.parallax__slider_item .parallax__slider_item_image {
  opacity: 0;
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
}

@media only screen and (max-width: 575px) {
  .parallax__slider_item .parallax__slider_item_image {
    display: none;
  }
}

.parallax-home .p-logo {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
  z-index: 1;
}

.parallax-home #parallax_menu {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 100px;
  z-index: 99;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 991px) {
  .parallax-home #parallax_menu {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 40px;
    top: auto;
  }
  .parallax-home #parallax_menu li {
    display: inline-block !important;
    margin-right: 15px;
  }
  .parallax-home #parallax_menu li:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .parallax-home #parallax_menu {
    display: none;
  }
}

.parallax-home #parallax_menu li {
  font-family: "Josefin Sans", sans-serif;
  font-size: 20px;
  display: block;
  margin-bottom: 4px;
  text-align: center;
}

.parallax-home #parallax_menu li a {
  color: #ffffff;
  position: relative;
  display: inline-block;
}

.parallax-home #parallax_menu li a:hover {
  color: #FFE8B4;
}

.parallax-home #parallax_menu li a:after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #FFE8B4;
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear;
}

.parallax-home #parallax_menu li.active a {
  color: #FFE8B4;
}

.parallax-home #parallax_menu li.active a:after {
  width: 100%;
}

.parallax-home .section.active .parallax__slider_item .parallax__bg {
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
  -webkit-transition-delay: .75s;
  -o-transition-delay: .75s;
  transition-delay: .75s;
}

.parallax-home .section.active .parallax__slider_item .parallax__bg.layer_1 {
  right: 0;
}

.parallax-home .section.active .parallax__slider_item .parallax__bg.layer_2 {
  left: 0;
}

.parallax-home .section.active .parallax__slider_item.alt .parallax__bg.layer_1 {
  left: 0;
}

.parallax-home .section.active .parallax__slider_item.alt .parallax__bg.layer_2 {
  right: 0;
}

.parallax-home .section.active .parallax__slider_item .parallax__slider_item_info {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .5s linear;
  -o-transition: .5s linear;
  transition: .5s linear;
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.parallax-home .section.active .parallax__slider_item .parallax__slider_item_image {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .5s linear;
  -o-transition: .5s linear;
  transition: .5s linear;
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.photography__slider_item {
  height: 100vh;
  position: relative;
  z-index: 9;
  padding-left: 120px;
}

@media only screen and (max-width: 767px) {
  .photography__slider_item {
    padding-left: 80px;
  }
}

.photography__slider_item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  z-index: -1;
  opacity: .4;
}

.photography__slider_item .photography__processbar {
  height: 4px;
  width: 0;
  background-color: #FFB27E;
  position: absolute;
  top: 0;
  left: 0;
}

.photography__slider_item_info h1 {
  font-size: 200px;
  line-height: 0.75;
  position: relative;
  font-family: "Playfair Display", serif;
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .photography__slider_item_info h1 {
    font-size: 120px;
  }
}

@media only screen and (max-width: 480px) {
  .photography__slider_item_info h1 {
    font-size: 80px;
  }
}

.photography__slider_item_info h1 span {
  display: inline-block;
  height: 100px;
  width: 200px;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .photography__slider_item_info h1 span {
    width: 100px;
    height: 60px;
  }
}

.photography__slider_item_info h1 span:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 30px;
  height: 8px;
  width: 100%;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .photography__slider_item_info h1 span:after {
    top: calc(50% + 8px);
    left: 15px;
    width: 80%;
    height: 4px;
  }
}

.photography__slider_item_info p {
  font-size: 72px;
  font-family: "Playfair Display", serif;
  line-height: 1.2;
  color: #FFB27E;
  margin-top: 18px;
}

@media only screen and (max-width: 991px) {
  .photography__slider_item_info p {
    font-size: 44px;
  }
}

@media only screen and (max-width: 767px) {
  .photography__slider_item_info p {
    font-size: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .photography__slider_item_button {
    display: none;
  }
}

.photography__video_wrapper {
  min-height: 600px;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .photography__video_wrapper {
    min-height: 360px;
  }
}

.photography__video_wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.photography__video_play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
}

.photography__video_play .rippleLayer {
  border-color: #444 !important;
}

.photography__bg_wrapper {
  position: relative;
  z-index: 9;
}

.photography__bg_wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1c1e20;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #1c1e20), to(rgba(0, 0, 0, 0.395396)));
  background: -o-linear-gradient(top, #1c1e20 25%, rgba(0, 0, 0, 0.395396) 100%);
  background: linear-gradient(180deg, #1c1e20 25%, rgba(0, 0, 0, 0.395396) 100%);
  z-index: -1;
}

.photography__newsletter_text h3 {
  font-family: "Playfair Display", serif;
  text-align: center;
  font-size: 36px;
  line-height: 1.27;
  margin-top: -6px;
}

@media only screen and (max-width: 991px) {
  .photography__newsletter_text h3 {
    font-size: 23px;
  }
}

.photography__newsletter_text h3 span {
  display: block;
  color: #FFB27E;
}

.photography__newsletter_form {
  max-width: 770px;
  margin: 0 auto;
  margin-top: 55px;
}

.photography__newsletter_form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.photography__newsletter_form form .input-wrapper {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.photography__newsletter_form form .input-wrapper:focus-within span {
  width: 100%;
}

.photography__newsletter_form form .input-wrapper input {
  border: 0px;
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
  background-color: transparent;
  font-family: "Josefin Sans", sans-serif;
}

.photography__newsletter_form form .input-wrapper input::-webkit-input-placeholder {
  color: #dcdcdc !important;
}

.photography__newsletter_form form .input-wrapper input::-moz-placeholder {
  color: #dcdcdc !important;
}

.photography__newsletter_form form .input-wrapper input:-ms-input-placeholder {
  color: #dcdcdc !important;
}

.photography__newsletter_form form .input-wrapper input::-ms-input-placeholder {
  color: #dcdcdc !important;
}

.photography__newsletter_form form .input-wrapper input::placeholder {
  color: #dcdcdc !important;
}

.photography__newsletter_form form .input-wrapper input::-webkit-input-placeholder {
  color: #dcdcdc !important;
}

.photography__newsletter_form form .input-wrapper span {
  position: absolute;
  display: block;
  bottom: 3px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #FFB27E;
  -webkit-transition: .25s linear;
  -o-transition: .25s linear;
  transition: .25s linear;
}

.photography__newsletter_form form button {
  margin-left: 55px;
  font-weight: 700;
}

@media only screen and (max-width: 575px) {
  .photography__newsletter_form form button {
    margin-left: 30px;
  }
}

.photography__slider_wrapper .trigger_n_count {
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 9;
  padding-left: 120px;
}

@media only screen and (max-width: 991px) {
  .photography__slider_wrapper .trigger_n_count {
    bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .photography__slider_wrapper .trigger_n_count .trigger {
    display: none;
  }
}

.photography__slider_wrapper .trigger_n_count .trigger span {
  cursor: pointer;
}

.photography__slider_wrapper .trigger_n_count .trigger span:nth-child(2) {
  margin-left: 70px;
}

.photography__slider_wrapper .trigger_n_count .trigger span svg path {
  stroke: #979797;
}

.photography__slider_wrapper .trigger_n_count .trigger span:hover svg path {
  fill: #FFB27E;
  stroke: #FFB27E;
}

.photography__slider_wrapper .trigger_n_count .count div {
  display: inline-block;
  font-size: 30px;
  font-family: "Playfair Display", serif;
  line-height: 1.33;
}

@media only screen and (max-width: 767px) {
  .photography__slider_wrapper .trigger_n_count .count div {
    display: none;
  }
}

.photography__slider_wrapper .trigger_n_count .count div.count__current {
  color: #FFB27E;
}

.photography__slider_wrapper .trigger_n_count .count div.count__total {
  margin-left: 66px;
  position: relative;
  color: #979797;
}

.photography__slider_wrapper .trigger_n_count .count div.count__total:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -58px;
  margin-top: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 2px;
  width: 50px;
  background-color: #979797;
}

.freelancer__banner {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-position: top right;
}

.freelancer__banner .freelancer__banner_info h1 {
  font-size: 80px;
  line-height: 1;
  color: #482E9B;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  margin-bottom: 25px;
}

@media only screen and (max-width: 575px) {
  .freelancer__banner .freelancer__banner_info h1 {
    font-size: 60px;
  }
}

.freelancer__banner .freelancer__banner_info h5 {
  color: #FF8AA5;
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 18px;
}

@media only screen and (max-width: 575px) {
  .freelancer__banner .freelancer__banner_info h5 {
    font-size: 24px;
  }
}

.freelancer__banner .freelancer__banner_info p {
  font-size: 20px;
  line-height: 1.7;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  color: #717171;
}

.freelancer__banner .freelancer__banner_info .freelancer__btn {
  margin-top: 16px;
}

.freelancer__banner .freelancer__banner_image {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 45%;
}

@media only screen and (max-width: 1234px) {
  .freelancer__banner .freelancer__banner_image {
    display: none;
  }
}

.freelancer__cta {
  padding: 90px 15px 100px 15px;
  background-color: #482E9B;
  border-radius: 35px;
}

.freelancer__cta p {
  color: #FF8AA5;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 30px;
  font-family: "Josefin Sans", sans-serif;
}

.freelancer__cta h2 {
  color: #fff;
  max-width: 630px;
  margin: 0 auto;
  font-family: "Playfair Display", serif;
  margin-bottom: 38px;
  font-size: 40px;
  font-weight: 400;
}

@media only screen and (max-width: 991px) {
  .freelancer__btn_wrapper {
    margin-top: 30px;
  }
}

/* 3.3: Project */
.project-item {
  display: inline-block;
}

.project-item.agency .project-image {
  position: relative;
}

.project-item.agency .project-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 0px solid #fff;
}

.project-item.agency .project-info {
  text-align: center;
  padding: 30px 15px 15px 0px;
  margin-bottom: 40px;
}

.project-item.agency .project-info h2 {
  font-size: 26px;
  font-family: "Playfair Display", serif;
  margin-bottom: 10px;
  line-height: 1.3;
}

.project-item.agency .project-info h2 a {
  color: #222;
}

.project-item.agency .project-info h2 a:hover {
  color: #FFB572;
}

.project-item.agency .project-info p {
  font-size: 22px;
  line-height: 1.54;
  font-family: "Josefin Sans", sans-serif;
}

.project-item.agency:hover .project-image:before {
  border: 20px solid #fff;
}

.project-item.agency:hover .project-info h2 a {
  color: #FFB572;
}

.archi-project-wrapper .portfolio_item .portfolio_info span {
  font-family: "Josefin Sans", sans-serif;
}

.archi-project-wrapper .portfolio_item .portfolio_info h4 {
  font-family: "Playfair Display", serif;
}

/* 3.4: Service */
.service-item.agency {
  padding: 80px 30px 80px 65px;
  background-color: #fff;
  border: 1px solid #f3f3f3;
  height: 100%;
}

.service-item.agency:hover .service-title svg.svg-draw {
  stroke-dasharray: 164;
  -webkit-transition: .8s ease-in;
  -o-transition: .8s ease-in;
  transition: .8s ease-in;
}

.service-item.agency .service-title svg.svg-draw {
  stroke-dasharray: 82;
  stroke-dashoffset: 82;
}

@media only screen and (max-width: 991px) {
  .service-item.agency .service-title svg.svg-draw {
    stroke-dasharray: 0;
    stroke-dashoffset: 0;
  }
}

.service-item.agency .service-info h2 {
  font-family: "Playfair Display", serif;
  margin-top: 12px;
  font-size: 26px;
  line-height: 1.3;
}

.service-item.agency .service-info h2 a:hover {
  color: #FFB572;
}

.service-item.agency .service-info ul {
  margin: 0;
  margin-top: 25px;
  margin-bottom: -15px;
  padding: 0;
  list-style: none;
}

.service-item.agency .service-info ul li {
  font-family: "Josefin Sans", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 5px;
}

.service-item.agency.freelancer {
  border: 0px;
  padding: 0 30px 76px 0px;
  background-color: transparent;
}

.service-item.agency.freelancer .service-icon {
  margin-bottom: 15px;
}

.service-item.agency.freelancer h2 {
  font-weight: 400;
  font-size: 30px;
  line-height: 1.33;
  margin-bottom: 18px;
}

.service-item.agency.freelancer h2 a:hover {
  color: #FF8AA5;
}

.service-item.agency.freelancer span {
  display: inline-block;
  height: 6px;
  width: 40px;
  background-color: #FF8AA5;
  margin-bottom: 15px;
}

.service-item.agency.freelancer p {
  font-size: 20px;
  line-height: 1.7;
  font-weight: 300;
  color: #717171;
}

.service-item.default {
  padding: 60px 40px 0px 40px;
  margin-bottom: 60px;
  position: relative;
}

.service-item.default:hover {
  padding-bottom: 85px;
  margin-bottom: 44px;
  -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.04);
}

.service-item.default:hover .service-item-read-more {
  opacity: 1;
  visibility: visible;
}

.service-item.default .service-item-image {
  margin-bottom: 40px;
}

.service-item.default .service-item-title {
  margin-bottom: 14px;
}

.service-item.default .service-item-title h3 a {
  font-size: 26px;
  line-height: 1;
  font-weight: 600;
}

.service-item.default .service-item-text {
  display: none;
}

.service-item.default .service-item-text p {
  font-weight: 300;
}

.service-item.default .service-item-read-more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 0;
  visibility: hidden;
}

.service-item.archi .image {
  overflow: hidden;
}

.service-item.archi .image img {
  -webkit-transition: .6s linear;
  -o-transition: .6s linear;
  transition: .6s linear;
}

.service-item.archi .title {
  text-align: center;
  padding: 22px 20px;
  background-color: #fff;
}

.service-item.archi .title h3 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
}

.service-item.archi .title h3 a {
  color: #1E4656;
}

.service-item.archi .title h3 a:hover {
  color: #FFA891;
}

.service-item.archi:hover .image img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.archi-section-slider.right .owl-nav {
  position: absolute;
  top: -140px;
  right: 200px;
}

@media only screen and (max-width: 991px) {
  .archi-section-slider.right .owl-nav {
    top: -150px;
    right: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .archi-section-slider.right .owl-nav {
    display: none;
  }
}

.archi-section-slider.right .owl-nav .owl-next i, .archi-section-slider.right .owl-nav .owl-prev i {
  font-size: 24px;
  color: #1E4656;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.archi-section-slider.right .owl-nav .owl-next:hover i, .archi-section-slider.right .owl-nav .owl-prev:hover i {
  color: #FFA891;
}

.archi-section-slider.right .owl-nav .owl-next {
  margin-left: 30px;
}

.archi-section-slider.right .owl-nav .owl-next:hover i {
  -webkit-animation: animateR_right 1s linear infinite;
  animation: animateR_right 1s linear infinite;
}

.archi-section-slider.right .owl-nav .owl-prev:hover i {
  -webkit-animation: animateR_left 1s linear infinite;
  animation: animateR_left 1s linear infinite;
}

.archi-section-slider.left .owl-nav {
  position: absolute;
  top: -140px;
  left: 200px;
  direction: ltr;
}

@media only screen and (max-width: 991px) {
  .archi-section-slider.left .owl-nav {
    top: -150px;
    left: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .archi-section-slider.left .owl-nav {
    display: none;
  }
}

.archi-section-slider.left .owl-nav .owl-next i, .archi-section-slider.left .owl-nav .owl-prev i {
  font-size: 24px;
  color: #1E4656;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.archi-section-slider.left .owl-nav .owl-next:hover i, .archi-section-slider.left .owl-nav .owl-prev:hover i {
  color: #FFA891;
}

.archi-section-slider.left .owl-nav .owl-next {
  margin-left: 30px;
}

.archi-section-slider.left .owl-nav .owl-next:hover i {
  -webkit-animation: animateR_right 1s linear infinite;
  animation: animateR_right 1s linear infinite;
}

.archi-section-slider.left .owl-nav .owl-prev:hover i {
  -webkit-animation: animateR_left 1s linear infinite;
  animation: animateR_left 1s linear infinite;
}

/* 3.5: Testimonial */
.testimonial-slider.agency-testimonial {
  margin-top: -5px;
}

.testimonial-slider.agency-testimonial .testimonial-item {
  margin-top: -10px;
}

.testimonial-slider.agency-testimonial .testimonial-item .item-text h2 {
  font-family: "Playfair Display", serif;
  font-size: 26px;
  font-weight: 400;
  margin-top: 35px;
  margin-bottom: 25px;
  position: relative;
  line-height: 1.3;
}

.testimonial-slider.agency-testimonial .testimonial-item .item-text h2:before {
  content: '"';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 300px;
  opacity: .1;
  color: #4D4C4C;
  font-family: "Source Sans Pro", sans-serif;
  font-style: italic;
  z-index: -1;
  margin-left: -30px;
  line-height: 170px;
  margin-top: -14px;
  font-weight: 600;
}

.testimonial-slider.agency-testimonial .testimonial-item .item-text img, .testimonial-slider.agency-testimonial .testimonial-item .item-text svg {
  max-width: 58px;
  margin: 0 auto;
}

.testimonial-slider.agency-testimonial .testimonial-item .item-info {
  margin-top: 42px;
}

.testimonial-slider.default {
  -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.04);
}

.testimonial-slider.default .owl-item {
  padding: 25px;
}

.testimonial-slider.default .owl-item.active .testimonial-item, .testimonial-slider.default .owl-item.cloned .testimonial-item {
  -webkit-animation: fadeIn 1.5s ease both;
  animation: fadeIn 1.5s ease both;
}

.testimonial-slider.default .owl-item.active .testimonial-item .item-image:before, .testimonial-slider.default .owl-item.cloned .testimonial-item .item-image:before {
  height: 40px;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.testimonial-slider.default .testimonial-item {
  padding: 90px 60px 60px 60px;
  margin-top: 5px;
  -webkit-transition: 1.5s ease;
  -o-transition: 1.5s ease;
  transition: 1.5s ease;
}

@media only screen and (max-width: 767px) {
  .testimonial-slider.default .testimonial-item {
    padding: 60px 15px 30px 15px;
  }
}

.testimonial-slider.default .testimonial-item .item-text {
  font-weight: 300;
  font-style: italic;
  position: relative;
}

.testimonial-slider.default .testimonial-item .item-text p {
  font-size: 26px;
}

.testimonial-slider.default .testimonial-item .item-image {
  margin-top: 35px;
  position: relative;
}

.testimonial-slider.default .testimonial-item .item-image:before {
  content: "";
  position: absolute;
  top: 100%;
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
  left: 50%;
  height: 0px;
  width: 1px;
  background-color: #49C5B6;
}

.testimonial-slider.default .testimonial-item .item-image img {
  height: 100%;
  width: auto;
  margin: 0 auto;
}

.testimonial-slider.default .testimonial-item .item-name {
  margin-top: 33px;
  margin-bottom: -6px;
  font-weight: 600;
  font-size: 20px;
  color: #3D4F77;
}

.testimonial-slider.archi .owl-item .testimonial-item .quote-text {
  position: relative;
  padding-top: 50px;
}

.testimonial-slider.archi .owl-item .testimonial-item .quote-text p {
  font-size: 30px;
  line-height: 1.53;
  font-weight: 300;
  font-family: "Josefin Sans", sans-serif;
  position: relative;
  color: #757575;
}

@media only screen and (max-width: 380px) {
  .testimonial-slider.archi .owl-item .testimonial-item .quote-text p {
    font-size: 26px;
  }
}

.testimonial-slider.archi .owl-item .testimonial-item .quote-text .quote-icon {
  position: absolute;
  top: 0;
  left: 0;
}

.testimonial-slider.archi .owl-item .testimonial-item .client-name {
  font-size: 26px;
  line-height: 1.25;
  font-family: "Playfair Display", serif;
  color: #1E4656;
}

@media only screen and (max-width: 380px) {
  .testimonial-slider.archi .owl-item .testimonial-item .client-name {
    font-size: 22px;
  }
}

.testimonial-slider.archi .owl-item .testimonial-item .client-name span {
  color: #FFA891;
}

.testimonial-slider.archi .owl-item.active .testimonial-item {
  -webkit-animation: fadeIn 1s linear;
  animation: fadeIn 1s linear;
}

.archi-testimonial-nav-icons {
  margin-left: 5px;
  margin-top: 65px;
}

@media only screen and (max-width: 575px) {
  .archi-testimonial-nav-icons {
    display: none;
  }
}

.archi-testimonial-nav-icons .prev, .archi-testimonial-nav-icons .next {
  display: inline-block;
  margin-left: -4px;
  cursor: pointer;
}

.archi-testimonial-nav-icons .prev i, .archi-testimonial-nav-icons .next i {
  font-size: 20px;
  color: #1E4656;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.archi-testimonial-nav-icons .prev i:hover, .archi-testimonial-nav-icons .next i:hover {
  color: #FFA891;
}

.archi-testimonial-nav-icons .prev {
  margin-right: 50px;
}

.archi-testimonial-nav-icons .prev:hover i {
  -webkit-animation: animateR_left 1s linear infinite;
  animation: animateR_left 1s linear infinite;
}

.archi-testimonial-nav-icons .next:hover i {
  -webkit-animation: animateR_right 1s linear infinite;
  animation: animateR_right 1s linear infinite;
}

.clients-slider.archi .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  .clients-slider.archi .owl-item {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin-top: 45px;
  }
}

.clients-slider.archi .owl-item img {
  width: auto;
  max-width: 100%;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
}

.clients-slider.archi .owl-item.active img {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.testimonial-slider-wrapper {
  position: relative;
}

@media only screen and (max-width: 991px) {
  .testimonial-slider-wrapper {
    margin-top: 40px;
  }
}

.testimonial-slider-wrapper .quote-icon {
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-style: normal;
  z-index: -1;
  color: #f2f2f2;
}

@media only screen and (max-width: 767px) {
  .testimonial-slider-wrapper .quote-icon {
    top: -30px;
  }
}

.clients-holder {
  max-width: 500px;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: -12px;
}

.agency-clients {
  width: 100px;
  margin: 0 auto;
}

.agency-clients .owl-stage-outer {
  overflow: visible;
}

.agency-clients .owl-item {
  float: none;
  display: inline-block;
  text-align: center;
  opacity: .5;
}

.agency-clients .owl-item .clients-item {
  display: inline-block;
  width: 70px;
  height: 70px;
  margin: 20px 0;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}

.agency-clients .owl-item.active, .agency-clients .owl-item.cloned.active {
  opacity: 1;
  pointer-events: none;
}

.agency-clients .owl-item.active .clients-item, .agency-clients .owl-item.cloned.active .clients-item {
  -webkit-transform: scale(1.425);
  -ms-transform: scale(1.425);
  transform: scale(1.425);
}

.client-area-text p {
  margin-top: -10px;
  font-weight: 300;
}

.client-area-text .form-button {
  margin-top: 23px;
}

.client-slider-trigger {
  margin-top: 60px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.client-slider-trigger .more-rounded, .client-slider-trigger .about-slider .owl-nav .owl-next, .about-slider .owl-nav .client-slider-trigger .owl-next, .client-slider-trigger .about-slider .owl-nav .owl-prev, .about-slider .owl-nav .client-slider-trigger .owl-prev {
  margin-right: 17px;
}

/* 3.6: Call To Action */
.agency-cta h4 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 12px;
  color: #FFB572;
}

.agency-cta h2 {
  font-family: "Playfair Display", serif;
  font-size: 50px;
  line-height: 1;
  margin-bottom: 30px;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .agency-cta h2 {
    font-size: 40px;
    line-height: 1.2;
  }
}

/* 3.7: Brands */
.agency-brand-logo {
  opacity: .5;
  margin-bottom: 80px;
  padding: 0px 35px;
}

@media only screen and (max-width: 991px) {
  .agency-brand-logo {
    margin-bottom: 40px;
  }
}

.agency-brand-logo:hover {
  opacity: 1;
}

.brand-raw {
  margin-left: -35px;
  margin-right: -35px;
}

.archi-brand-slider .owl-item img {
  width: auto;
  max-width: 100%;
  opacity: .5;
  -webkit-transition: .6s linear;
  -o-transition: .6s linear;
  transition: .6s linear;
}

.archi-brand-slider .owl-item:hover img {
  opacity: 1;
}

/* 3.8: Footer */
footer.agncy-footer {
  padding-top: 75px;
}

footer.agncy-footer.photography__footer {
  padding-top: 0;
  background-color: transparent;
}

footer.agncy-footer.photography__footer .widget .widget-title h3 {
  padding-left: 40px;
  position: relative;
}

footer.agncy-footer.photography__footer .widget .widget-title h3:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 2px;
  width: 30px;
  background-color: #FFB27E;
}

footer.agncy-footer.photography__footer .widget.widget_image_gallery .widget-content ul li {
  -ms-flex-preferred-size: calc(33.33% - 10px);
  flex-basis: calc(33.33% - 10px);
  max-width: calc(33.33% - 10px);
  margin-right: 10px;
  margin-bottom: 10px;
}

footer.agncy-footer.photography__footer .widget.widget_image_gallery .widget-content ul li img {
  height: auto;
  width: 100%;
}

footer.agncy-footer.photography__footer .widget .widget-content p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}

footer.agncy-footer.photography__footer .widget .widget-content.text-white .social a {
  font-size: 18px;
}

footer.agncy-footer.photography__footer .footer-bottom {
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-size: 18px;
}

footer.agncy-footer.photography__footer .footer-bottom a {
  color: #FFB27E;
}

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

footer.archi .footer-top {
  padding-bottom: 0;
}

@media only screen and (max-width: 991px) {
  footer.archi .footer-top {
    padding-top: 55px;
  }
}

footer.archi .footer-top .footer-logo {
  margin-bottom: 16px;
}

footer.archi .footer-bottom {
  border-top: 1px solid #dedede;
}

footer.freelancer-footer a:hover {
  color: #FF8AA5;
}

footer.freelancer-footer .widget .widget-content .social {
  margin-top: 18px;
}

footer.freelancer-footer .widget .widget-content .social .title {
  color: #482E9B;
  font-weight: 600;
}

footer.freelancer-footer .widget .widget-content a:hover {
  color: #FF8AA5 !important;
}

.footer-bottom {
  position: relative;
}

@media only screen and (max-width: 991px) {
  .footer-bottom {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.footer-bottom .back-to-top {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 60px;
  width: 60px;
  background-color: #F3D19A;
  color: #fff;
  font-size: 28px;
  border-radius: 50%;
  cursor: pointer;
}

.footer-bottom .back-to-top * {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.footer-bottom .back-to-top:hover * {
  -webkit-animation: upDownRepeat 1s ease-in infinite;
  animation: upDownRepeat 1s ease-in infinite;
}

.footer-bottom a {
  color: #49C5B6;
}

.btn-fixed {
  position: fixed;
}

.btn-fixed.back-to-top {
  height: 50px;
  width: 50px;
  line-height: 50px;
  background-color: #F3D19A;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
  bottom: 0px;
  right: 30px;
  font-size: 24px;
  text-align: center;
  border-radius: 50px;
  z-index: 99999;
}

.btn-fixed.back-to-top.show {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}

.btn-fixed.back-to-top.show:hover {
  background-color: #FFB572;
  cursor: pointer;
}

.footer-menu.archi {
  margin-bottom: 16px;
}

.footer-menu.archi ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.footer-menu.archi ul li {
  display: inline-block;
}

.footer-menu.archi ul li a {
  color: #fff;
  display: block;
  padding: 12px 25px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 1.36;
}

.footer-menu.archi ul li a:hover {
  color: #FFA891;
}

.footer-menu.minimal ul li a {
  color: #717171;
  font-weight: 400;
}

.footer-menu.minimal ul li a:hover {
  color: #232323;
}

.footer-socials p, .footer-socials ul {
  display: inline-block;
}

.footer-socials p {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  font-size: 16px;
}

.footer-socials ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-socials ul li {
  display: inline-block;
}

.footer-socials ul li a {
  display: block;
  color: #fff;
  padding: 0px 10px;
}

.footer-socials ul li a:hover i {
  color: #FFA891;
}

.footer-socials ul li a i {
  font-size: 16px;
}

.footer-socials.minimal p {
  color: #717171;
  font-weight: 400;
  margin-top: auto;
  margin-bottom: 0;
}

.footer-socials.minimal ul li a i {
  color: #717171;
}

.footer-socials.minimal ul li a i:hover {
  color: #232323;
}

.footer-socials.photography ul li a i {
  color: #fff;
}

.footer-socials.photography ul li a i:hover {
  color: #FFB27E;
}

.footer-cradit.archi {
  font-family: "Josefin Sans", sans-serif;
}

.footer-cradit.archi a {
  color: #fff;
}

.footer-cradit.archi a:hover {
  color: #FFA891;
}

.footer-cradit.minimal {
  color: #717171;
}

.footer-cradit.minimal a {
  color: #717171;
}

.footer-cradit.minimal a:hover {
  color: #232323;
}

.bg_ff_trans_blur {
  padding: 80px;
  padding-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .bg_ff_trans_blur {
    padding: 80px 15px;
  }
}

@media only screen and (max-width: 575px) {
  .bg_ff_trans_blur {
    padding: 80px 15px 40px 15px;
  }
}

/* 3.9: Offcanvas */
.offcanvas {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 485px;
  margin-right: -485px;
  background-color: #3D4F77;
  padding: 150px 60px 0px 60px;
  z-index: 999;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
}

@media only screen and (max-width: 575px) {
  .offcanvas {
    width: 100%;
    margin-right: -100%;
  }
}

@media only screen and (max-width: 480px) {
  .offcanvas {
    padding: 100px 30px 0px 30px;
  }
}

.offcanvas.open {
  margin-right: 0;
}

.offcanvas.primary .offcanvas-close {
  position: absolute;
  top: 40px;
  right: 50px;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #F3D19A;
  border-radius: 50%;
  cursor: pointer;
}

.offcanvas.primary .widget {
  margin-bottom: 47px;
}

.offcanvas.primary .widget:last-child {
  margin-bottom: 60px;
}

@media only screen and (max-width: 480px) {
  .offcanvas.primary .widget:last-child {
    margin-bottom: 30px;
  }
}

.offcanvas.primary .widget .widget-title {
  margin-bottom: 15px;
}

.offcanvas.primary .widget .widget-content h1, .offcanvas.primary .widget .widget-content h2, .offcanvas.primary .widget .widget-content h3, .offcanvas.primary .widget .widget-content h4, .offcanvas.primary .widget .widget-content h5, .offcanvas.primary .widget .widget-content h6, .offcanvas.primary .widget .widget-content .woocommerce-checkout .form-row.notes label, .woocommerce-checkout .form-row.notes .offcanvas.primary .widget .widget-content label, .offcanvas.primary .widget .widget-content .login-register-wrapper .tab-btn li, .login-register-wrapper .tab-btn .offcanvas.primary .widget .widget-content li {
  color: #fff;
  margin-bottom: 20px;
}

.offcanvas.primary .widget .widget-content p, .offcanvas.primary .widget .widget-content a {
  color: #b4c3e4;
  line-height: 1.7;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
}

.offcanvas.primary .widget .widget-content p:last-child, .offcanvas.primary .widget .widget-content a:last-child {
  margin-bottom: 0;
}

.offcanvas.primary .widget .widget-content p.agency-btn, .offcanvas.primary .widget .widget-content a.agency-btn {
  font-weight: 600;
}

/* 3.10: Breadcrumb */
.breadcrumb-area {
  background-color: #fbfbfb;
  min-height: 300px;
  position: relative;
}

.breadcrumb-area .container, .breadcrumb-area .banner-default .banner-item .banner-item-text-wrapper, .banner-default .banner-item .breadcrumb-area .banner-item-text-wrapper, .breadcrumb-area .archi-banner .banner-item .banner-item-btn-wrapper, .archi-banner .banner-item .breadcrumb-area .banner-item-btn-wrapper, .breadcrumb-area .mega-menu-item-has-children > .mega-sub-menu {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
}

.breadcrumb-area h1 {
  font-size: 46px;
}

@media only screen and (max-width: 575px) {
  .breadcrumb-area h1 {
    font-size: 40px;
  }
}

.breadcrumb ul {
  margin: 0;
  padding: 0;
}

.breadcrumb ul li {
  list-style-type: none;
  display: inline-block;
  padding-left: 40px;
  position: relative;
  font-size: 20px;
  font-weight: 400;
  color: #717171;
}

.breadcrumb ul li a {
  font-size: 20px;
  font-weight: 400;
}

.breadcrumb ul li:before {
  content: "\f178";
  position: absolute;
  left: 12px;
  height: auto;
  width: auto;
  font-family: FontAwesome;
  font-size: 14px;
  line-height: 2.5;
  color: #717171;
}

.breadcrumb ul li:first-child {
  padding-left: 0;
}

.breadcrumb ul li:first-child:before {
  display: none;
}

.breadcrumb ul li a {
  display: block;
}

/* 3.11: Contact */
.contact-form {
  margin-top: -15px;
}

.contact-form .input_wrapper {
  margin-bottom: 33px;
}

.contact-form input, .contact-form textarea {
  width: 100%;
  color: #717171;
  border: 0px;
  border-bottom: 1px solid #cbcbcb;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  font-size: 18px;
}

.contact-form input {
  height: 40px;
  padding-bottom: 5px;
}

.contact-form textarea {
  height: 70px;
  margin-bottom: -7px;
}

.contact-form .form-button {
  margin-top: -1px;
  font-weight: 600;
}

.input_wrapper {
  position: relative;
}

.input_wrapper span {
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 1px;
  width: 0px;
  background-color: #F3D19A;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
}

.input_wrapper:focus-within span {
  width: 100%;
}

.contact-info-cover.flexed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 70px 60px;
  background-color: #f5f5f5;
}

@media only screen and (max-width: 991px) {
  .contact-info-cover.flexed {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 480px) {
  .contact-info-cover.flexed {
    padding: 40px 30px;
  }
}

.contact-info-cover.flexed.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 100;
}

.contact-info-cover.flexed div {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-bottom: 25px;
}

.contact-info-cover.flexed div:last-child {
  margin-bottom: 0;
}

.contact-info-cover.flexed div h4 {
  font-size: 26px;
}

.contact-info-cover.flexed div p {
  font-size: 20px;
}

.contact-info-cover.flexed div .social a {
  font-size: 16px;
  line-height: 1.2;
  margin-right: 22px;
}

.contact-info-cover.flexed div .social a:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 991px) {
  .contact-image {
    margin-bottom: 60px;
  }
}

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

@media only screen and (max-width: 991px) {
  .contact-info_item {
    margin-bottom: 30px;
  }
}

.contact-info_item h4 {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: -2px;
}

.contact-info_item p {
  margin-bottom: 0;
  color: #878787;
  font-size: 20px;
}

.archi-contact-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9;
}

.archi-contact-bg .archi-contact-btn-wrapper {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  text-align: right;
  z-index: 1;
}

@media only screen and (max-width: 991px) {
  .archi-contact-bg .archi-contact-btn-wrapper {
    top: auto;
    bottom: 25px;
    text-align: center;
  }
  .archi-contact-bg .archi-contact-btn-wrapper .archi-play-btn {
    margin-right: 46px;
  }
}

.archi-contact-bg .archi-contact-btn-wrapper .archi-play-btn {
  margin-right: 36px;
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
  -webkit-transition: 1.25s linear;
  -o-transition: 1.25s linear;
  transition: 1.25s linear;
  -webkit-transition-delay: .85s;
  -o-transition-delay: .85s;
  transition-delay: .85s;
  opacity: 0;
  position: relative;
  z-index: 9;
}

.archi-contact-bg .archi-contact-btn-wrapper .archi-play-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background-color: inherit;
  z-index: -1;
  opacity: 1;
}

.archi-contact-bg .archi-contact-btn-wrapper .archi-play-btn:hover:before {
  top: -20px;
  left: -20px;
  height: calc(100% + 40px);
  width: calc(100% + 40px);
  opacity: 0;
  -webkit-transition: .6s linear;
  -o-transition: .6s linear;
  transition: .6s linear;
}

.archi-contact-bg.bg-animate.right .archi-contact-btn-wrapper .archi-play-btn {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* 3.12: About */
.about-slider .about-slider-item .about-slider-item-image {
  overflow: hidden;
}

.about-slider .about-slider-item .about-slider-item-image img {
  -webkit-animation: fadeOut 2s ease both 1s;
  animation: fadeOut 2s ease both 1s;
}

.about-slider .about-slider-item .about-slider-item-text {
  margin-left: 15px;
  margin-bottom: 100px;
  overflow: hidden;
}

.about-slider .about-slider-item .about-slider-item-text h3, .about-slider .about-slider-item .about-slider-item-text p {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
}

.about-slider .about-slider-item .about-slider-item-text h3 {
  font-size: 34px;
  line-height: 1.175;
  color: #3D4F77;
  margin-bottom: 15px;
  opacity: 0;
}

@media only screen and (max-width: 991px) {
  .about-slider .about-slider-item .about-slider-item-text h3 {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .about-slider .about-slider-item .about-slider-item-text h3 {
    font-size: 30px;
  }
}

.about-slider .about-slider-item .about-slider-item-text p {
  font-weight: 300;
}

.about-slider .about-slider-item .about-slider-item-text a.form-button {
  margin-top: 27px;
}

.about-slider .owl-item.active .about-slider-item .about-slider-item-image img {
  -webkit-animation: fadeIn 2s ease both 1s;
  animation: fadeIn 2s ease both 1s;
}

.about-slider .owl-item.active .about-slider-item .about-slider-item-text h3, .about-slider .owl-item.active .about-slider-item .about-slider-item-text p {
  -webkit-animation: riseInLeft 1.75s ease forwards;
  animation: riseInLeft 1.75s ease forwards;
  -webkit-animation-delay: .25s;
  animation-delay: .25s;
}

.about-slider .owl-nav {
  position: absolute;
  bottom: 62px;
  left: calc(50% + 30px);
}

@media only screen and (max-width: 1199px) {
  .about-slider .owl-nav {
    bottom: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .about-slider .owl-nav {
    left: 15px;
    bottom: 0;
  }
}

.about-slider .owl-nav .owl-next.disabled, .about-slider .owl-nav .owl-prev.disabled {
  opacity: .5;
  background-color: transparent !important;
  color: #F3D19A !important;
}

.about-slider .owl-nav .owl-prev {
  margin-right: 20px;
}

.archi-about-info {
  background-color: #f9f9f9;
  padding-top: 25px;
  padding-bottom: 33px;
}

.archi-about-info .info-item {
  padding: 29px 15px;
  text-align: center;
}

.archi-about-info .info-item p {
  color: #FFA891;
  font-size: 30px;
  line-height: 1.33;
  font-family: "Josefin Sans", sans-serif;
  margin-bottom: 0;
  font-weight: 300;
}

@media only screen and (max-width: 380px) {
  .archi-about-info .info-item p {
    font-size: 22px;
  }
}

.archi-about-info .info-item h2 {
  color: #1E4656;
  font-size: 80px;
  line-height: 1;
  font-family: "Playfair Display", serif;
  margin-top: -5px;
  font-weight: 500;
}

@media only screen and (max-width: 380px) {
  .archi-about-info .info-item h2 {
    font-size: 60px;
  }
}

.archi-about-text {
  background-color: #1E4656;
  color: #fff;
  padding: 50px 60px 53px 60px;
  z-index: 10;
  position: relative;
}

@media only screen and (max-width: 380px) {
  .archi-about-text {
    padding: 40px 30px 43px 30px;
  }
}

.archi-about-text h2, .archi-about-text h3 {
  font-family: "Playfair Display", serif;
  margin-bottom: 23px;
  font-size: 30px;
  line-height: 1.53;
  font-weight: 400;
  color: #ffffff;
}

.archi-about-text h2 {
  font-size: 60px;
  margin-bottom: 25px;
  line-height: 1.33;
}

@media only screen and (max-width: 991px) {
  .archi-about-text h2 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 380px) {
  .archi-about-text h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 380px) {
  .archi-about-text h3 {
    font-size: 26px;
  }
}

.archi-about-text p {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 1.36;
}

.archi-about-text .archi-btn {
  margin-top: 12px;
}

.archi-about-text .archi-btn:hover {
  color: #fff;
}

.archi-about-text .archi-btn:hover svg path {
  fill: #fff;
  stroke: #fff;
}

.archi-about-text.contact {
  -webkit-transform: translateY(-140px);
  -ms-transform: translateY(-140px);
  transform: translateY(-140px);
  margin-bottom: 70px;
}

.personal__about_text {
  margin-left: 50px;
}

@media only screen and (max-width: 767px) {
  .personal__about_text {
    margin-left: 0;
    margin-top: 30px;
  }
}

.personal__about_text .personal__about_text_heading {
  margin-bottom: 25px;
}

.personal__about_text .personal__about_text_heading h3 {
  font-size: 40px;
  line-height: 1.25;
}

@media only screen and (max-width: 575px) {
  .personal__about_text .personal__about_text_heading h3 {
    font-size: 28px;
  }
}

.personal__about_text .personal__about_text_param p {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 300;
}

@media only screen and (max-width: 991px) {
  .personal__about_text .personal__about_text_param p {
    font-size: 18px;
  }
}

/* 3.13: Pricing */
.pricing-item.default {
  padding: 60px 47.5px 40px 47.5px;
  -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.04);
  position: relative;
  margin-top: 13px;
  margin-bottom: 60px;
}

.pricing-item.default .pricing-item-image {
  margin-bottom: 22px;
}

.pricing-item.default .pricing-item-title {
  margin-bottom: 12px;
}

.pricing-item.default .pricing-item-title h3 a {
  font-size: 20px;
  text-transform: uppercase;
  color: #3D4F77;
}

.pricing-item.default .pricing-item-price {
  margin-bottom: 21px;
}

.pricing-item.default .pricing-item-price h4 {
  font-size: 60px;
  line-height: 1.2;
  position: relative;
  display: inline-block;
  color: #49C5B6;
}

.pricing-item.default .pricing-item-price h4 span {
  position: absolute;
  right: calc(100% + 10px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 30px;
}

.pricing-item.default .pricing-item-list {
  border-top: 1px solid #e3e3e3;
}

.pricing-item.default .pricing-item-list ul {
  margin: 0;
  margin-top: 33px;
  padding: 0;
  list-style: none;
}

.pricing-item.default .pricing-item-list ul li {
  font-size: 20px;
  margin-bottom: 10px;
  color: #717171;
}

.pricing-item.default .pricing-item-list ul li:last-child {
  margin-bottom: 0;
}

.pricing-item.default .pricing-item-read-more {
  margin-top: 20px;
}

.pricing-item.default .pricing-item-toggle {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 1;
  visibility: visible;
  text-align: center;
}

.pricing-item.default .pricing-item-toggle .close {
  display: none;
}

.pricing-item.default .pricing-item-toggle .open {
  display: block;
}

.pricing-item.default.open {
  padding-bottom: 90px;
}

.pricing-item.default.open .pricing-item-toggle .open {
  display: none;
}

.pricing-item.default.open .pricing-item-toggle .close {
  display: block;
}

.pricing-item.default .pricing-item-toggle-area {
  display: none;
}

/* 3.14: Team */
.archi-team-item:hover .image img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.archi-team-item .image {
  overflow: hidden;
}

.archi-team-item .image img {
  -webkit-transition: .6s linear;
  -o-transition: .6s linear;
  transition: .6s linear;
}

.archi-team-item .title {
  text-align: center;
  padding: 25px 20px;
  background-color: #fff;
}

.archi-team-item .title h3 {
  font-family: "Playfair Display", serif;
  color: #1E4656;
  font-weight: 400;
}

.archi-team-item .title p {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  color: #FFA891;
  margin-top: 5px;
}

/* 3.15: Photo Gallery */
.photography__gallery .photography__gallery_item {
  opacity: 1;
}

.photography__gallery .photography__gallery_item img {
  cursor: pointer;
  -webkit-transition: .4s linear;
  -o-transition: .4s linear;
  transition: .4s linear;
}

.photography__gallery .photography__gallery_item img.dim {
  opacity: .4;
}

.photography__gallery .photography__gallery_item img {
  border: 6px solid #fff;
}

.popup-item {
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.popup-item.active {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  visibility: visible;
  opacity: 1;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}

.popup-item .pop-close {
  position: absolute;
  top: 60px;
  right: 100px;
  height: 32px;
  width: 32px;
  cursor: pointer;
  display: block;
}

@media only screen and (max-width: 480px) {
  .popup-item .pop-close {
    top: 30px;
    right: 30px;
    z-index: 999;
  }
}

.popup-item .pop-close span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 32px;
  height: 2px;
  background-color: #fff;
}

.popup-item .pop-close span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.popup-item .pop-close span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.popup-item .pop-item-info-wrapper {
  width: 100%;
  min-height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media only screen and (max-width: 575px) {
  .popup-item .pop-item-info-wrapper {
    width: 50%;
    height: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .popup-item .pop-item-info-wrapper {
    width: 100%;
  }
}

.popup-item .pop-item-info-wrapper .bg-layer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  opacity: .1;
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

.popup-item .pop-item-info-wrapper .pop-item-order .pop-item-info {
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  padding: 35px 0px;
  margin-left: 30px;
}

@media only screen and (max-width: 575px) {
  .popup-item .pop-item-info-wrapper .pop-item-order .pop-item-info {
    padding: 15px 0px;
  }
}

.popup-item .pop-item-info-wrapper .pop-item-order .pop-item-info h4 {
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  color: #FFB27E;
  font-family: "Playfair Display", serif;
  margin-bottom: 9px;
}

.popup-item .pop-item-info-wrapper .pop-item-order:last-child .pop-item-info {
  border-right: 0px;
}

/* 4.1 Additionals */

.btn-inline {
  display: inline-block;
  position: relative;
}

.btn-inline:hover {
  color: #FF7474;
}

.btn-inline:hover:after {
  left: 0;
  right: 0;
  width: 100%;
}

.btn-inline:after {
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: -2px;
  content: '';
  width: 0;
  height: 1px;
  background-color: #FF7474;
  -webkit-transition: .2s linear;
  -o-transition: .2s linear;
  transition: .2s linear;
}

.shop_blog-title-wrapper {
  padding-bottom: 40px;
}

.section-title.shop, .section-title.shop-2 {
  margin-bottom: 67px;
}

@media only screen and (max-width: 991px) {
  .section-title.shop, .section-title.shop-2 {
    margin-bottom: 47px;
  }
}

.section-title.shop h2, .section-title.shop-2 h2 {
  font-size: 40px;
  line-height: 1.1;
  font-family: "Josefin Sans", sans-serif;
  margin-bottom: 6px;
}

@media only screen and (max-width: 480px) {
  .section-title.shop h2, .section-title.shop-2 h2 {
    font-size: 36px;
  }
}

.section-title.shop p, .section-title.shop-2 p {
  font-size: 16px;
  line-height: 1.875;
  max-width: 685px;
}

.section-title.shop.text-center p, .section-title.shop-2.text-center p {
  margin: 0 auto;
}

.section-title.shop-2 h2 {
  font-size: 30px;
}

.gutter-60 {
  margin-left: -30px;
  margin-right: -30px;
}

.gutter-60 > .col,
.gutter-60 > [class*="col-"] {
  padding-right: 30px;
  padding-left: 30px;
}

@media only screen and (max-width: 480px) {
  .col-480-100 .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.bg-212 {
  background-color: #212121;
}

.bg-212 * {
  color: #fff;
}

.bg-212 .widget .widget-title h3 {
  color: #fff;
  font-size: 26px;
  line-height: 1.23077;
}

.bg-212 .widget .widget-content * {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 1.75;
}

.bg-212 .widget .widget-content ul li {
  margin-bottom: 7px;
}

.bg-212 .widget .widget-content a:hover {
  color: #FF7474;
}

@media only screen and (max-width: 991px) {
  .footer-bottom.shop {
    padding: 0;
  }
}

.footer-bottom.shop .footer-cradit {
  padding: 25px 0px;
  border-top: 1px solid #f3f3f3;
}

.footer-bottom.shop .footer-cradit a {
  color: #fff;
}

.footer-bottom.shop .footer-cradit a:hover {
  color: #FF7474;
}

.custom-checkbox, .color-container {
  display: inline-block;
  white-space: nowrap;
}

.custom-checkbox label, .color-container label {
  display: block;
  position: relative;
  padding-left: 28px;
  font-size: 14px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 0;
}

.custom-checkbox label input, .color-container label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  left: 0;
  top: 0;
}

.custom-checkbox label input:checked ~ .checkmark:after, .color-container label input:checked ~ .checkmark:after {
  opacity: 1;
  visibility: visible;
}

.custom-checkbox label .checkmark, .color-container label .checkmark {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  height: 14px;
  width: 14px;
  background-color: transparent;
  border: 1px solid #3B3B3B;
  border-radius: 50%;
}

.custom-checkbox label .checkmark:after, .color-container label .checkmark:after {
  content: '';
  height: 6px;
  width: 6px;
  display: block;
  border-radius: 50%;
  -webkit-transform: translate(3px, 3px);
  -ms-transform: translate(3px, 3px);
  transform: translate(3px, 3px);
  opacity: 0;
  visibility: hidden;
  background-color: #212121;
}

.custom-checkbox.style_2 label .checkmark:after, .style_2.color-container label .checkmark:after {
  background-color: #d1d1d1;
  opacity: 1;
  visibility: visible;
}

.custom-checkbox.style_2 label input:checked ~ .checkmark:after, .style_2.color-container label input:checked ~ .checkmark:after {
  background-color: #212121;
}

.color-container label {
  background-color: inherit;
}

.color-container label .checkmark {
  border: none;
  height: 20px;
  width: 20px;
  background-color: inherit;
}

.color-container label .checkmark:after {
  display: none;
}

.color-container input:checked ~ .checkmark {
  height: 15px;
  width: 15px;
}

.color-container.color-1 {
  background-color: #EEA5FF;
}

.color-container.color-2 {
  background-color: #94A2FF;
}

.color-container.color-3 {
  background-color: #98F1C5;
}

.additional-info {
  color: #747474;
  font-size: 14px;
}

.woocommerce-privacy-policy-text p {
  color: #747474;
  font-size: 14px;
}

.woocommerce-privacy-policy-text p:first-child {
  font-size: 12px;
}

.quantity .input-text {
  margin: 0 10px;
  display: inline-block;
  height: 40px;
  width: 40px;
  border: 1px solid #EAEAEA;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 900;
}

.shop_table .theme-input-group input {
  background-color: transparent;
  border-bottom: 1px solid #212121;
}

.w-100 {
  width: 100%;
}

.quantity {
  margin-right: 40px;
}

.quantity .plus, .quantity .minus {
  cursor: pointer;
  color: #212121;
}

.offcanvas-panel {
  position: fixed;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 10000;
  display: none;
}

.offcanvas-panel.open {
  display: block;
}

.offcanvas-panel .offcanvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: #000000;
  opacity: .75;
}

.offcanvas-panel .panel {
  padding: 40px 30px;
  padding-bottom: 0 !important;
  background-color: #ffffff;
  position: absolute;
  right: 0;
  top: 0;
  width: 500px;
  height: 100%;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

@media only screen and (max-width: 575px) {
  .offcanvas-panel .panel {
    width: 100%;
  }
}

.offcanvas-panel.open .panel {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.offcanvas-panel.size_guide-panel .panel {
  padding: 0;
  background-color: transparent;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
}

.offcanvas-panel.size_guide-panel .offcanvas-close {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 30px;
  height: 30px;
  min-width: auto;
}

.offcanvas-panel.size_guide-panel .offcanvas-close span {
  width: 12px;
}

/* Offcanvas Close Button */
.close-btn {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.close-btn span {
  width: 12px;
  height: 2px;
  display: block;
  position: relative;
  -webkit-transition: background-color .18s ease .4s,-webkit-transform .2s ease .38s;
  transition: background-color .18s ease .4s,-webkit-transform .2s ease .38s;
  -o-transition: background-color .18s ease .4s,transform .2s ease .38s;
  transition: background-color .18s ease .4s,transform .2s ease .38s;
  transition: background-color .18s ease .4s,transform .2s ease .38s,-webkit-transform .2s ease .38s;
}

.close-btn span:before, .close-btn span:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
}

.close-btn span:before {
  -webkit-transform: translateY(1px) rotate(45deg);
  -ms-transform: translateY(1px) rotate(45deg);
  transform: translateY(1px) rotate(45deg);
}

.close-btn span:after {
  -webkit-transform: translateY(-1px) rotate(-45deg);
  -ms-transform: translateY(-1px) rotate(-45deg);
  transform: translateY(-1px) rotate(-45deg);
}

.offcanvas-close-shop {
  width: 50px;
  height: 50px;
  cursor: pointer;
  min-width: 50px;
}

@media only screen and (max-width: 380px) {
  .offcanvas-close-shop {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
}

.offcanvas-close-shop span {
  width: 14px;
  height: 2px;
}

.shop-nl-border {
  border: 1px solid #f3f3f3;
  padding: 80px 40px;
}

@media only screen and (max-width: 575px) {
  .shop-nl-border {
    padding: 40px;
  }
}






















/*---========================
        Header 
=======================----*/
header.header-default .social a {
    margin-right: 8px;
}
.main-menu-container > ul > li > a {
  font-size: 20px;
  color: #3D4F77;
}

.main-menu-container ul li a {
  padding: 26px 22px;
}


/*---========================
        Home 
=======================----*/
@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(1.2);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.header-video,
.header-image {
  position: relative;
  background-color: black;
  height: 60vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}
.header-video .text-white,
.header-image .text-white {
  max-width: 650px;
}
.header-video .title,
.header-image .title {
  font-size: 70px;
  font-family: 'TTCommons-Bold';
  line-height: 0.8;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .header-video .title,
  .header-image .title {
    font-size: 55px;
    line-height: 1;
  }
}
@media only screen and (max-width: 575px) {
  .header-video .title,
  .header-image .title {
    font-size: 40px;
  }
}
.header-video p,
.header-image p {
  font-size: 24px;
  font-family: 'TTCommons-Regular';
}
@media only screen and (max-width: 575px) {
  .header-video p,
  .header-image p {
    font-size: 20px;
  }
}
.header-video video,
.header-image video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.header-video .container,
.header-image .container {
  position: relative;
  z-index: 2;
}
.header-video .overlay,
.header-image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.2;
  z-index: 1;
}
.header-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 40vh;
}


/*---========================
        Projet detail 
=======================----*/

.featured-wrapper .featured-area {
  bottom: -20px;
}
.img-container {
    width: 100vw; /* Largeur de l'écran */
    height: 60vh; /* Hauteur de l'écran, ou toute autre hauteur souhaitée */
    overflow: hidden;
    position: relative;
}
.img-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
}







.project-page .project-image.featured .nayla-video {
    width: 100%;
    height: 100%;
}

.d-img .project-image .nayla-video {
    height: 100%;
}

.slide-bgimg .nayla-video {
    height: 100%;
}

.info-box-bg video,
.info-box-bg .single-image,
.info-box-bg .nayla-video,
.info-box-bg img {
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover
}





/** Videos
  ------------------------------ */

.nayla-video {
    display: inline-block;
    position: relative;
    width: 100%;
    font-variation-settings:
        'FILL'1,
        'wght'300,
        'GRAD'0,
        'opsz'48
}

.nayla-video.align-center {
    float: none;
    margin: 0 auto
}


.nayla-video.no-interactions {
    pointer-events: none
}

.nayla-video > .plyr {
    height: 100%
}

.nayla-video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.nayla-video > .plyr.not-started .plyr__controls.nayla-controls-wrap {
    visibility: hidden
}






/*---========================
        Footer 
=======================----*/
.copyright img {
  opacity: 0.9;
  width: 58px;
  padding-left: 2px;
  vertical-align: top;
  padding-top: 4px;
}
.copyright img:hover {
  opacity: 0.8;
}



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