/*
  [CSS Index]
*/


/* 
https://www.11-76.com/themes/minex/minex/index-HERO-SLIDER-IMG-VIDEO.html
  1. TEMPLATE BACKGROUNDS
    1.1. hero slider IMG BACKGROUND
	1.2. about IMG BACKGROUND
    1.3. team IMG BACKGROUND
    1.4. services IMG BACKGROUND
    1.5. works IMG BACKGROUND
    1.6. works more IMG BACKGROUND
	1.7. works even more IMG BACKGROUND
    1.8. news IMG BACKGROUND
	1.9. slick fullscreen slideshow - ZOOM/FADE - ken burns slideshow - IMG BACKGROUND
  2. reset
  3. layout
    3.1. upper page
  4. button home
  5. borders
  6. overlay
  7. to top arrow
  8. preloader
  9. hero
  10. videos
  11. main navigation
  12. main title
  13. section txt
  14. section heading
  15. social icons home
    15.1. bottom credits home
  16. works
  17. IMG carousel
  18. post box
  19. news
  20. halves
  21. background color
  22. intro
  23. button
  24. services
  25. post
  26. ken burns slideshow
  27. contact
    27.1. social icons
  28. Slick Slider CUSTOM
  29. Owl Carousel CUSTOM
  30. Magnific Popup CUSTOM
  31. Lity CUSTOM
  32. PhotoSwipe CUSTOM
  33. headers
  34. divider
  35. blog
  36. Swiper CUSTOM
*/


/* 1. TEMPLATE BACKGROUNDS */
/* 1.1. hero slider IMG BACKGROUND */
.bg-img-1 {
  background-image: url(../images/background/hero-bg-1.jpg);
}

.bg-img-2 {
  background-image: url(../images/background/hero-bg-2.jpg);
}

.bg-img-3 {
  background-image: url(../images/background/hero-bg-3.jpg);
}

.bg-img-4 {
  background-image: url(../images/background/hero-bg-4.jpg);
}


/* 1.2. about IMG BACKGROUND */
.works-list .works-list-bg.about-list-bg {
  background-image: url(../images/about/1.jpg);
}


/* 1.3. team IMG BACKGROUND */
.carousel-item-team-01 {
  background-image: url(../images/team/1.jpg);
}

.carousel-item-team-02 {
  background-image: url(../images/team/2.jpg);
}

.carousel-item-team-03 {
  background-image: url(../images/team/3.jpg);
}

.carousel-item-team-04 {
  background-image: url(../images/team/4.jpg);
}


/* 1.4. services IMG BACKGROUND */
.works-list .works-list-bg.services-list-bg {
  background-image: url(../images/services/1.jpg);
}


/* 1.5. works IMG BACKGROUND */
.works-list .works-list-bg.works-list-bg-1 {
  background-image: url(../images/works/1.jpg);
}

.works-list .works-list-bg.works-list-bg-2 {
  background-image: url(../images/works/2.jpg);
}

.works-list .works-list-bg.works-list-bg-3 {
  background-image: url(../images/works/3.jpg);
}

.works-list .works-list-bg.works-list-bg-4 {
  background-image: url(../images/works/4.jpg);
}


/* 1.6. works more IMG BACKGROUND */
.works-list .works-list-bg.works-list-bg-1-1 {
  background-image: url(../images/works/more/3.jpg);
}

.works-list .works-list-bg.works-list-bg-2-1 {
  background-image: url(../images/works/more/4.jpg);
}

.works-list .works-list-bg.works-list-bg-3-1 {
  background-image: url(../images/works/more/5.jpg);
}

.works-list .works-list-bg.works-list-bg-4-1 {
  background-image: url(../images/works/more/6.jpg);
}


/* 1.7. works even more IMG BACKGROUND */
.carousel-item-works-even-more-01 {
  background-image: url(../images/works/even-more/1.jpg);
}

.carousel-item-works-even-more-02 {
  background-image: url(../images/works/even-more/2.jpg);
}

.carousel-item-works-even-more-03 {
  background-image: url(../images/works/even-more/3.jpg);
}

.carousel-item-works-even-more-04 {
  background-image: url(../images/works/even-more/4.jpg);
}


/* 1.8. news IMG BACKGROUND */
.news-bg-1 {
  background-image: url(../images/about-1.jpg);
}

.news-bg-2 {
  background-image: url(../images/news/2.jpg);
}

.news-bg-3 {
  background-image: url(../images/news/3.jpg);
}

.news-bg-4 {
  background-image: url(../images/news/4.jpg);
}


/* 1.9. slick fullscreen slideshow - ZOOM/FADE - ken burns slideshow - IMG BACKGROUND */
.bg-img-1,
.kenburns-slide-1 {
  background-image: url(../images/background/hero-bg-1.jpg);
}

.bg-img-2,
.kenburns-slide-2 {
  background-image: url(../images/background/hero-bg-2.jpg);
}

.bg-img-3,
.kenburns-slide-3 {
  background-image: url(../images/background/hero-bg-3.jpg);
}

.bg-img-4,
.kenburns-slide-4 {
  background-image: url(../images/background/hero-bg-4.jpg);
}


/* 2. reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  line-height: 170%;
}

body {}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*:focus {
  outline: none;
}

/* remove dotted outline from links,
button and input element */
a:focus,
a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  border: 0;
  outline: 0;
}

/* IE10 scrollbar FIX */
html {
  -ms-overflow-style: scrollbar;
}


/* 3. layout */
body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  color: #5f5f5f;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

a {
  color: #5f5f5f;
  text-decoration: none;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

a:hover,
a:visited,
a:active,
a:focus {
  color: #5f5f5f;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

p {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #5f5f5f;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

p a,
p a:hover {
  color: #5f5f5f;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

p.light {
  color: #fff;
}

strong {
  font-weight: bold;
}

::-moz-selection {
  background: #ccc;
  color: #fff;
}

::selection {
  background: #ccc;
  color: #fff;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}


/* 3.1. upper page */
.upper-page {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  left: 0;
  top: 0;
  margin: 0;
}


/* 4. button home */
.button-the {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  text-align: left;
  background: none;
  padding: 5px 30px 5px 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.button-the.button-the-submit {
  border: none;
  left: 15px;
  top: 34px;
}

.button-the::before {
  position: absolute;
  content: "";
  top: 50%;
  right: -30px;
  width: 40px;
  height: 1px;
  background: #111;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media only screen and (max-width: 768px) {
  .button-the::before {
    right: 0;
    width: 20px;
  }
}

.button-the.button-the-light::before {
  background: #fff;
}

.button-the:hover {
  background: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.button-the:hover::before {
  right: -40px;
}

@media only screen and (max-width: 768px) {
  .button-the:hover::before {
    right: -10px;
  }
}

.button-the-wrapper {
  margin: -3px 0 -4px 0;
}

.button-the-wrapper,
.button-the-wrapper a,
.button-the-wrapper a:hover,
.button-the-wrapper a:visited,
.button-the-wrapper a:active,
.button-the-wrapper a:focus {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  line-height: 1;
  font-style: normal;
  text-transform: uppercase;
  text-align: left;
  font-weight: 700;
  letter-spacing: 1px;
  color: #111;
}

.button-the-wrapper.button-the-wrapper-light,
.button-the-wrapper.button-the-wrapper-light a,
.button-the-wrapper.button-the-wrapper-light a:hover,
.button-the-wrapper.button-the-wrapper-light a:visited,
.button-the-wrapper.button-the-wrapper-light a:active,
.button-the-wrapper.button-the-wrapper-light a:focus {
  text-align: center;
  color: #fff;
}

.button-the-wrapper.button-the-wrapper-submit {
  position: relative;
  display: block;
  width: 200px !important;
  left: 0;
  right: 0;
  margin: -3px auto 30px auto;
  text-align: center;
}


/* 5. borders */
.border-top,
.border-top.top-position,
.border-bottom,
.border-bottom.bottom-position,
.border-bottom.bottom-position-primary,
.border-bottom-2,
.border-left,
.border-left.left-position,
.border-left.left-position-primary,
.border-right,
.border-right.right-position,
.border-right.right-position-primary {
  position: fixed;
  background: #fff;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 100;
}

.border-top {
  width: 100%;
  height: 110px;
  left: 0;
  top: 0;
}

@media only screen and (max-width: 768px) {
  .border-top {
    height: 70px;
  }
}

.border-top.top-position {
  -webkit-transform: translateY(-110px);
  -moz-transform: translateY(-110px);
  -ms-transform: translateY(-110px);
  -o-transform: translateY(-110px);
  transform: translateY(-110px);
}

@media only screen and (max-width: 768px) {
  .border-top.top-position {
    -webkit-transform: translateY(-70px);
    -moz-transform: translateY(-70px);
    -ms-transform: translateY(-70px);
    -o-transform: translateY(-70px);
    transform: translateY(-70px);
  }
}


.border-top.top-position-show {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}


/* 6. overlay */
.overlay:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.overlay-dark:before {
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
  background: rgba(0, 0, 0, .15);
}


/* 7. to top arrow */
.to-top-arrow {
  position: fixed;
  width: 50px !important;
  max-width: 50px;
  height: 50px;
  line-height: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
  overflow: hidden;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background: #111;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  z-index: 115;
}

.to-top-arrow.show {
  bottom: 30px;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@media only screen and (max-width: 880px) {
  .to-top-arrow.show {
    bottom: 10px;
  }
}

.to-top-arrow:hover {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/* 8. preloader */
.preloader-bg,
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff;
  z-index: 999999;
}

#preloader {
  display: table;
  table-layout: fixed;
}

#preloader-status {
  display: table-cell;
  vertical-align: middle;
}

.preloader-position {
  position: relative;
  margin: 0 auto;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.loader {
  position: relative;
  width: 45px;
  height: 45px;
  left: 50%;
  top: auto;
  margin-left: -22px;
  margin-top: 2px;
  -webkit-animation: rotate 1s infinite linear;
  -moz-animation: rotate 1s infinite linear;
  -ms-animation: rotate 1s infinite linear;
  -o-animation: rotate 1s infinite linear;
  animation: rotate 1s infinite linear;
  border: 3px solid rgba(0, 0, 0, .15);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.loader span {
  position: absolute;
  width: 45px;
  height: 45px;
  top: -3px;
  left: -3px;
  border: 3px solid transparent;
  border-top: 3px solid rgba(0, 0, 0, .75);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


/* 9. hero */
.hero-fullscreen {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 92px;
  overflow: hidden;
  z-index: 0;
}

.hero-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.hero-fullscreen-FIX {
  width: 100%;
  height: 100%;
}

.hero-center-container {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}

.hero-center-block {
  display: table-cell;
  vertical-align: middle;
}

.hero-center-container-home {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-center-block-home {
  display: table-cell;
  vertical-align: middle;
}


/* 10. videos */


/* 11. main navigation */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: none;
  z-index: 1001;
}

.logo-desktop .logo-desktop-dark,
.main-navigation-bg .logo-desktop .logo-desktop-dark {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  height: auto;
  margin-top: -8px;
}

@media only screen and (max-width: 768px) {
  .logo-mobile {
    margin-top: 2px;
    margin-left: 0;
  }
}

.navbar-bg-switch {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 999;
  background: #fff;
}

.main-navigation {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.main-navigation.top-position {
  -webkit-transform: translateY(-200px);
  -moz-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  -o-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.main-navigation .navbar-nav li a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  padding: 46px 15px 0 15px;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .main-navigation .navbar-nav li a {
    padding: 10px 15px;
    color: #111;
  }
}

.main-navigation .navbar-nav.navbar-nav-dark li a {
  color: #111;
}


/* navigation */
.logo .logo-light {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  height: auto;
  margin-top: -8px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

@media only screen and (max-width: 768px) {
  .logo .logo-light {
    margin-top: 1px;
  }
}

.logo .logo-dark {
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  height: 0;
  margin-top: -8px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

@media only screen and (max-width: 768px) {
  .logo .logo-dark {
    margin-top: 0;
  }
}

.main-navigation-bg-2 .logo .logo-light {
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  height: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.main-navigation-bg-2 .logo .logo-dark {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  height: auto;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.main-navigation .navbar-nav li a:hover {
  color: #fff;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

@media only screen and (max-width: 768px) {
  .main-navigation .navbar-nav li a:hover {
    color: #111;
  }
}

.main-navigation .navbar-nav.navbar-nav-dark li a:hover {
  color: #111;
}

.nav li a:focus,
.nav li a:hover {
  /* color: #111; */
  background: none;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

.main-navigation-bg {
  height: 70px;
  background: none;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

@media only screen and (max-width: 768px) {
  .main-navigation-bg {
    height: auto;
    min-height: 70px;
    background: rgba(255, 255, 255, 1);
  }
}

.main-navigation-bg .main-navigation .navbar-nav li a {
  color: #fff;
  padding: 26px 15px 0 15px;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

@media only screen and (max-width: 768px) {
  .main-navigation-bg .main-navigation .navbar-nav li a {
    color: #111;
  }
}

@media only screen and (max-width: 768px) {
  .main-navigation-bg .main-navigation .navbar-nav li a {
    padding: 10px 15px;
  }
}

.main-navigation-bg .main-navigation .navbar-nav li a:hover {
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .main-navigation-bg .main-navigation .navbar-nav li a:hover {
    color: #111;
  }
}

@media only screen and (max-width: 768px) {
  .navbar-toggle .icon-bar {
    background: #fff;
    margin-top: 63px;
    margin-right: 14px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }

  .navbar-toggle .icon-bar.icon-bar-dark {
    background: #111;
  }

  .main-navigation-bg .navbar-toggle .icon-bar {
    background: #111;
  }

  .navbar-toggle {
    margin-top: -45px;
    margin-right: -10px;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
  }

  .main-navigation-bg .navbar-toggle {
    margin-top: -45px;
    margin-right: -10px;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
  }

  .navbar-collapse {
    background: rgba(255, 255, 255, 1);
    margin-left: -15px;
    margin-right: -15px;
  }
}

.navbar-nav li.active,
.navbar-nav>.active>a {
  color: #111 !important;
  text-decoration: none;
}

.navbar-nav>.active>a {
  background: none;
}

.main-navigation-bg .navbar-nav li.active,
.main-navigation-bg .navbar-nav>.active>a {
  color: #111 !important;
}

@media (min-width: 768px) {
  .navbar-nav {}

  .navbar-nav>li {}

  .navbar-nav>li a {
    vertical-align: middle;
  }
}


/* 12. main title */
h1.main-title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 80px;
  text-align: center !important;
  text-transform: uppercase;
  letter-spacing: -0.04em;
  color: #fff;
  margin: 0 auto -10px auto;
  width: 100%;
  line-height: 100%;
  position: relative;
  z-index: 1;
}

@media all and (min-width: 1920px) {
  h1.main-title {
    font-size: 90px;
    margin: 0 auto -12px auto;
  }
}

@media only screen and (max-width: 1200px) {
  h1.main-title {
    font-size: 60px;
    margin: 0 auto -8px auto;
  }
}

@media only screen and (max-width: 995px) {
  h1.main-title {
    font-size: 60px;
    margin: 0 auto -8px auto;
  }
}

@media only screen and (max-width: 768px) {
  h1.main-title {
    font-size: 40px;
    margin: 0 auto -5px auto;
  }
}


/* 13. section txt */
.section-txt p {
  margin: -17px auto 0 auto;
  text-align: left;
}

.section-txt a,
.section-txt a:hover {
  text-decoration: none;
  font-weight: 600;
}


/* 14. section heading */
h2.section-heading {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #2f2f2f;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.04em;
  padding: 0;
  z-index: 10;
}

h2.section-heading.section-heading-light {
  color: #fff;
}

h2.section-heading span {
  position: relative;
  display: inline-block;
  padding-right: 90px;
  margin-right: 30px;
  line-height: 1;
}

@media all and (min-width: 1920px) {
  h2.section-heading span {
    padding-right: 105px;
    margin-right: 35px;
  }
}

@media only screen and (max-width: 995px) {
  h2.section-heading span {
    padding-right: 75px;
    margin-right: 25px;
  }
}

@media only screen and (max-width: 768px) {
  h2.section-heading span {
    padding-right: 60px;
    margin-right: 20px;
  }
}

h2.section-heading span:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  width: 60px;
  height: 0;
  margin-top: -1px;
}

@media all and (min-width: 1920px) {
  h2.section-heading span:before {
    width: 70px;
  }
}

@media only screen and (max-width: 995px) {
  h2.section-heading span:before {
    width: 50px;
  }
}

@media only screen and (max-width: 768px) {
  h2.section-heading span:before {
    width: 40px;
  }
}

h2.section-heading span:before {
  border-top: 1px solid #5f5f5f;
}

h2.section-heading-light span:before {
  border-top: 1px solid #fff;
}

h2.section-heading.section-heading-all {
  padding: 0;
}


/* 15. social icons home */
.social-icons-home {
  position: absolute;
  width: auto;
  height: 48px;
  line-height: 48px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  z-index: 100;
}

.social-icons-home a,
.social-icons-home a:hover {
  outline: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.social-icons-home {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.social-icons-home {
  margin-top: -10px;
  left: -82px;
  top: 50%;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@media all and (min-width: 1920px) {
  .social-icons-home {
    left: -82px;
  }
}

@media only screen and (max-width: 1200px) {
  .social-icons-home {
    left: -82px;
  }
}

@media only screen and (max-width: 995px) {
  .social-icons-home {
    left: -82px;
  }
}

@media only screen and (max-width: 880px) {
  .social-icons-home {
    display: none;
    visibility: hidden;
  }
}

@media only screen and (max-width: 768px) {
  .social-icons-home {
    display: block;
    visibility: visible;
    left: -102px;
  }
}

.social-icons-home li a,
.social-icons-home li a:hover,
.social-icons-home li a:visited,
.social-icons-home li a:active,
.social-icons-home li a:focus {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.social-icons-home li {
  display: inline;
  padding-left: 10px;
}

.social-icons-home li span {
  color: #fff;
  padding-left: 10px;
}


/* 15.1. bottom credits home */
.bottom-credits {
  position: absolute;
  display: block;
  visibility: visible;
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.05em;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  width: auto;
  height: 50px;
  right: 50px;
  bottom: 11px;
  font-size: 9px;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 0.05em;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .7s;
  -moz-transition: all .7s;
  -ms-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
  z-index: 1002;
  z-index: 100;
}

@media all and (min-width: 1920px) {
  .bottom-credits {
    right: 50px;
    bottom: 11px;
  }
}

@media only screen and (max-width: 1200px) {
  .bottom-credits {
    right: 50px;
    bottom: 11px;
  }
}

@media only screen and (max-width: 995px) {
  .bottom-credits {
    right: 50px;
    bottom: 11px;
  }
}

@media only screen and (max-width: 880px) {
  .bottom-credits {
    font-size: 8px;
    right: 30px;
    bottom: -10px;
  }
}

.bottom-credits a,
.bottom-credits a:hover {
  color: #fff;
  text-decoration: none;
}


/* 16. works */
.works-list .works-list-wrapper {
  margin: -40px 0 0 0;
  padding: 0 0 150px 0;
}

@media only screen and (max-width: 1200px) {
  .works-list .works-list-wrapper {
    margin: -130px 0 0 0;
    padding: 0 0 60px 0;
  }
}

@media only screen and (max-width: 995px) {
  .works-list .works-list-wrapper {
    margin: -60px 0 0 0;
    padding: 0;
  }
}

.works-list .works-list-item {
  position: relative;
}

@media only screen and (max-width: 995px) {
  .works-list .works-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.works-list .works-list-item:not(:first-of-type) {
  margin-top: 460px;
}

@media only screen and (max-width: 1200px) {
  .works-list .works-list-item:not(:first-of-type) {
    margin-top: 200px;
  }
}

@media only screen and (max-width: 995px) {
  .works-list .works-list-item:not(:first-of-type) {
    margin-top: 0;
  }
}

.works-list .works-list-item:nth-of-type(odd) .works-list-bg {
  left: 0;
}

.works-list .works-list-item:nth-of-type(odd) .works-list-bg.works-list-bg-all {
  left: auto;
  right: 0;
}

.works-list .works-list-item:nth-of-type(even) .works-list-bg {
  right: 0;
}

.works-list .works-list-item-container {
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.works-list .works-list-row {
  position: relative;
  z-index: 2;
}

.works-list .works-list-content {
  padding: 150px 150px;
  background: #fff;
}

@media only screen and (max-width: 1200px) {
  .works-list .works-list-content {
    padding: 55px 55px;
  }
}

@media only screen and (max-width: 995px) {
  .works-list .works-list-content {
    padding: 0;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 768px) {
  .works-list .works-list-content {
    padding: 0 15px;
  }
}

.works-list .works-list-bg {
  position: absolute;
  width: 72%;
  height: calc(100% + 300px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  z-index: 1;
}

@media only screen and (max-width: 1200px) {
  .works-list .works-list-bg {
    height: calc(100% + 120px)
  }
}

@media only screen and (max-width: 995px) {
  .works-list .works-list-bg {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 580px;
    -webkit-transform: none;
    transform: none;
    padding-top: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

.works-list-content-wrapper {
  padding-top: 190px;
  margin-top: -1px;
}

@media only screen and (max-width: 995px) {
  .works-list-content-wrapper {
    padding-top: 60px
  }
}

.container-custom {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-right: auto;
  margin-left: auto
}

@media only screen and (max-width: 995px) {
  .container-custom {
    padding: 0;
  }
}

.col-md-6-custom {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (max-width: 995px) {
  .col-md-6-custom {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 995px) {
  .col-lg-4-custom {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .offset-lg-1-custom {
    margin-left: 0;
  }

  .offset-lg-7-custom {
    margin-left: 50%;
  }
}


/* 17. IMG carousel */
.carousel-item-img-wrapper {
  position: relative;
  /* width: 100vw; */
  height: auto;
  margin: 0;
  padding: 0;
  overflow: hidden;
  cursor: grab;
}

@media only screen and (max-width: 995px) {
  .carousel-item-img-wrapper {
    width: 100%;
  }
}

.carousel-item-img-wrapper.carousel-item-img-wrapper-all {
  height: auto;
}

.carousel-item-all {
  position: relative;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-item-all {
  height: 70vh;
}


/* 18. post box */
.post-box-inner {
  margin: 0;
}

.post-box-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
  text-align: left;
  letter-spacing: 0.05em;
  margin: -6px 0 -7px 0;
}

.post-spacing {
  padding: 0 15px;
}

@media only screen and (max-width: 768px) {
  .post-spacing {
    padding: 0 30px;
  }
}


/* 19. news */
.news-txt {
  margin: 0 auto;
  padding: 0 150px;
}

@media all and (min-width: 1920px) {
  .news-txt {
    padding: 0 150px;
  }
}

@media only screen and (max-width: 1200px) {
  .news-txt {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 995px) {
  .news-txt {
    padding: 0;
    margin: 0 -15px;
  }
}

@media only screen and (max-width: 768px) {
  .news-txt {
    padding: 0 15px;
  }
}

.news-bg-all {
  width: 100%;
  height: auto;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

@media only screen and (max-width: 995px) {
  .news-bg-all {
    margin-top: -30px;
  }
}

@media only screen and (max-width: 880px) {
  .news-bg-all {
    margin-top: -30px;
  }
}

@media only screen and (max-width: 768px) {
  .news-bg-all {
    margin-top: -20px;
  }
}

@media only screen and (max-width: 640px) {
  .news-bg-all {
    margin-top: 0;
  }
}

.halves:hover .news-bg-all {
  -webkit-filter: none;
  filter: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}


/* 20. halves */
.halves {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}

@media only screen and (max-width: 995px) {
  .halves {
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.halves .half {
  min-height: 350px;
  -webkit-box-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
}

@media all and (min-width: 1920px) {
  .halves .half {
    min-height: 580px;
  }
}

@media only screen and (max-width: 995px) {
  .halves .half {
    min-height: 580px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
}

.halves-services {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .halves-services {
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.halves-services .half {
  min-height: 350px;
  -webkit-box-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
}

@media all and (min-width: 1920px) {
  .halves-services .half {
    min-height: 350px;
  }
}

@media only screen and (max-width: 768px) {
  .halves-services .half {
    min-height: 350px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
}


/* 21. background color */
.bg-light {
  background: #fff;
}

.bg-dark {
  background: #111;
}

.bg-dark-reverse {
  background: #111;
}

@media only screen and (max-width: 995px) {
  .bg-dark-reverse {
    background: #fff;
  }
}


/* 22. intro */
.intro {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-size: 60px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  letter-spacing: -0.08em;
  color: #111;
  margin: 0 0 20px 0;
  padding: 0;
  z-index: 1;
}

.intro span {
  /* font-size: 120px; */
}

.intro.intro-light {
  color: #fff;
}


/* 23. button */
.more-wraper {
  position: relative;
  width: 120px !important;
  max-width: 120px;
  left: 11px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin: 19px auto 0 auto;
  overflow: hidden;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .more-wraper {
    left: 14px;
  }
}

.more-button .more-button-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 120px;
  max-width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.more-button .more-button-wrapper:active svg,
.more-button .more-button-wrapper:focus svg,
.more-button .more-button-wrapper:hover svg {}

.more-button .more-button-wrapper:active svg path,
.more-button .more-button-wrapper:focus svg path,
.more-button .more-button-wrapper:hover svg path {
  stroke: #111;
}

.more-button .more-button-wrapper:active span,
.more-button .more-button-wrapper:focus span,
.more-button .more-button-wrapper:hover span {
  /* right: -10%; */
  color: #111;
}

.more-button svg {
  -webkit-transition: all .4s cubic-bezier(.165, .84, .44, 1);
  transition: all .4s cubic-bezier(.165, .84, .44, 1);
  -webkit-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
  transition-timing-function: cubic-bezier(.165, .84, .44, 1);
}

.more-button svg path {
  fill: none;
  stroke: #111;
  stroke-miterlimit: 10;
  -webkit-transition: all .4s cubic-bezier(.165, .84, .44, 1);
  transition: all .4s cubic-bezier(.165, .84, .44, 1);
  -webkit-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
  transition-timing-function: cubic-bezier(.165, .84, .44, 1);
}

.more-button span {
  position: absolute;
  top: 50%;
  width: 120px !important;
  max-width: 120px;
  left: -3px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: normal;
  color: #111;
  -webkit-transition: all .4s cubic-bezier(.165, .84, .44, 1);
  transition: all .4s cubic-bezier(.165, .84, .44, 1);
  -webkit-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
  transition-timing-function: cubic-bezier(.165, .84, .44, 1);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}


/* 24. services */
.services-item {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 10;
}

.services-item.services-item-1 {
  background: #f2f2f2;
}

.services-item.services-item-1:hover {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: #f2f2f2;
}

.services-item.services-item-2 {
  background: #fff;
}

.services-item.services-item-2:hover {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: #fff;
}

.services-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 2;
}

.services-item .services-content {
  position: relative;
  z-index: 3;
}

.services-item .services-content .services-sub-header {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.services-item .services-content .services-sub-header {
  color: #5f5f5f;
}

.services-item:hover .services-sub-header {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #111;
}

.services-sub-header {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: -0.02em;
  color: #5f5f5f;
  position: relative;
  margin: -6px 0 -6px 0;
  padding: 0;
  z-index: 10;
}

.services-sub-header-all-lead {
  position: relative;
  display: block;
  color: #111;
}

.services-item:hover .services-sub-header-all-lead::after {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: #111;
}

.services-item .services-content .post-title {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.services-item:hover .services-content .post-title {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #5f5f5f;
}

.services-item .services-content .post-title {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  letter-spacing: -0.08em;
  color: #111;
  margin: -10px 0 -4px 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}


/* 25. post */
.post-title {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.625rem;
  color: #2d2d2d;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  margin: -10px 0 0 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 10;
}


/*  26. ken burns slideshow */
.kenburns-slide-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 0;
}

.kenburns-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-animation: KenBurnsSlideShow 24s linear infinite 0s;
  -moz-animation: KenBurnsSlideShow 24s linear infinite 0s;
  -ms-animation: KenBurnsSlideShow 24s linear infinite 0s;
  -o-animation: KenBurnsSlideShow 24s linear infinite 0s;
  animation: KenBurnsSlideShow 24s linear infinite 0s;
}

.kenburns-slide-1,
.kenburns-slide-2,
.kenburns-slide-3,
.kenburns-slide-4 {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.kenburns-slide-1 {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.kenburns-slide-2 {
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  -ms-animation-delay: 6s;
  -o-animation-delay: 6s;
  animation-delay: 6s;
}

.kenburns-slide-3 {
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  -ms-animation-delay: 12s;
  -o-animation-delay: 12s;
  animation-delay: 12s;
}

.kenburns-slide-4 {
  -webkit-animation-delay: 18s;
  -moz-animation-delay: 18s;
  -ms-animation-delay: 18s;
  -o-animation-delay: 18s;
  animation-delay: 18s;
}

@-webkit-keyframes KenBurnsSlideShow {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
  }

  5% {
    opacity: 1
  }

  25% {
    opacity: 1;
  }

  30% {
    opacity: 0;
    -webkit-transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transformm: scale(1);
  }
}

@-moz-keyframes KenBurnsSlideShow {
  0% {
    opacity: 0;
    -moz-transform: scale(1);
  }

  5% {
    opacity: 1
  }

  25% {
    opacity: 1;
  }

  30% {
    opacity: 0;
    -moz-transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -moz-transform: scale(1);
  }
}

@-o-keyframes KenBurnsSlideShow {
  0% {
    opacity: 0;
    -o-transform: scale(1);
  }

  5% {
    opacity: 1
  }

  25% {
    opacity: 1;
  }

  30% {
    opacity: 0;
    -o-transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -o-transform: scale(1);
  }
}

@keyframes KenBurnsSlideShow {
  0% {
    opacity: 0;
    transform: scale(1);
    -ms-transform: scale(1);
  }

  5% {
    opacity: 1
  }

  25% {
    opacity: 1;
  }

  30% {
    opacity: 0;
    transform: scale(1.1);
    -ms-transform: scale(1.1);
  }

  100% {
    opacity: 0;
    transform: scale(1);
    -ms-transform: scale(1);
  }
}


/* 27. contact */
#contact-form {
  width: 100%;
  margin: -10px auto 0 auto;
  padding: 0;
}

form {
  margin: 0;
  padding: 0;
}

#form input {
  position: relative;
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #111;
  border-left: none;
  border-right: none;
  border-top: none;
  padding: 5px 5px;
  background: none;
  margin: 10px 0 10px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  color: #111;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

textarea {
  position: relative;
  width: 100%;
  height: 100px;
  border-bottom: 1px solid #111;
  border-left: none;
  border-right: none;
  border-top: none;
  padding: 5px 5px;
  background: none;
  margin: 5px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  color: #111;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

#form textarea {
  margin: 15px 0 10px 0;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

#form input:hover,
#form textarea:hover {
  border-color: #5f5f5f;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

#form input:focus,
#form textarea:focus {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.success {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-align: center;
  color: #111;
  margin: 0;
  padding: 25px 0 0 15px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#form .error {
  position: absolute;
  display: block;
  width: 200px !important;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0;
  font-size: 9px;
  text-transform: uppercase;
  text-align: center;
  color: #5f5f5f;
  letter-spacing: 0.15em;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.make-space {
  margin-left: 15px;
  margin-right: 15px;
}

::-webkit-input-placeholder {
  font-size: 13px;
  color: #111;
}

:-ms-input-placeholder {
  font-size: 13px;
  color: #111;
}

::-moz-placeholder {
  font-size: 13px;
  color: #111;
}

input:-moz-placeholder {
  font-size: 13px;
  color: #111;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

textarea:focus:-ms-input-placeholder {
  color: transparent;
}

textarea:focus::-moz-placeholder {
  color: transparent;
}

textarea:focus:-moz-placeholder {
  color: transparent;
}

button {
  border: none;
  background: none;
  outline: none;
}

button.more-button-wrapper {
  margin: 5px auto 0 auto;
}


/* 27.1. social icons */
.social-icons {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  color: #5f5f5f;
  margin: 10px auto 0 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.social-icons a,
.social-icons a:hover {
  outline: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-size: 14px;
  font-weight: 400;
}

.social-icons li a:hover,
.social-icons li a:visited,
.social-icons li a:active,
.social-icons li a:focus {
  font-family: 'Montserrat', sans-serif;

  letter-spacing: 0.05em;
  font-style: normal;
  text-transform: uppercase;
}

.social-icons li {
  display: inline;
  padding: 0;
}

.social-icons li span {
  color: #5f5f5f;
  padding: 0 10px;
}


/* 28. Slick Slider CUSTOM */
.slick-slide {
  height: 100vh;
  background: none;
}

.slick-slider {
  margin-bottom: 0;
  margin-top: 0;
  cursor: auto;
}

.slick-track,
.slick-list {
  -webkit-perspective: 2000;
  perspective: 2000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slick-fullscreen-img-fill {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.slick-fullscreen-img-fill img {
  position: relative;
  display: inline-block;
  min-width: 100%;
  max-width: none;
  min-height: 100%;
}

.slick-fullscreen .slick-fullscreen-item .slick-fullscreen-img-fill,
.slick-fullscreen-slideshow .slick-fullscreen-item .slick-fullscreen-img-fill,
.slick-fullscreen-slideshow-zoom-fade .slick-fullscreen-item .slick-fullscreen-img-fill {
  height: 100vh;
  background: none;
}

.slick-fullscreen .slick-fullscreen-item .slick-fullscreen-img-fill .bg-img,
.slick-fullscreen-slideshow .slick-fullscreen-item .slick-fullscreen-img-fill .bg-img,
.slick-fullscreen-slideshow-zoom-fade .slick-fullscreen-item .slick-fullscreen-img-fill .bg-img {
  position: relative;
  width: auto;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.slick-fullscreen,
.slick-fullscreen-slideshow,
.slick-fullscreen-slideshow-zoom-fade {
  background: none;
}

.slick-fullscreen .slick-slide,
.slick-fullscreen-slideshow .slick-slide,
.slick-fullscreen-slideshow-zoom-fade .slick-slide {
  display: none;
  float: left;
  height: 100%;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-fullscreen-slideshow-zoom-fade .slick-fullscreen-item .bg-img {
  -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}

.slick-fullscreen-slideshow-zoom-fade .slick-fullscreen-item.slick-active .bg-img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}


/* 29. Owl Carousel CUSTOM */
.owl-carousel {
  cursor: grab;
}

.owl-nav-custom-team,
.owl-nav-custom-works,
.owl-nav-custom-works-even-more,
.owl-nav-custom-news {
  position: relative;
  width: 115px !important;
  max-width: 115px;
  height: 50px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin: 19px auto 0 auto;
  overflow: hidden;
  text-align: center;
}

.owl-buttons {
  position: static;
}

.owl-prev,
.owl-next {
  position: absolute;
  display: block;
  text-align: center;
}

.owl-prev {
  left: 0;
}

.owl-next {
  left: 60px;
}

.owl-prev,
.owl-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  font-size: 12px;
  color: #111;
  border: 1px solid #111;
  background: #ffffff;
  cursor: pointer;
  z-index: 10;
}

.owl-prev:hover,
.owl-next:hover {
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
  background: #111;
  color: #fff;
}

.owl-nav-custom-works .owl-prev,
.owl-nav-custom-works .owl-next {
  color: #111;
  background: #fff;
}

@media only screen and (max-width: 995px) {

  .owl-nav-custom-works .owl-prev,
  .owl-nav-custom-works .owl-next {
    color: #fff;
    background: #111;
  }
}

.owl-nav-custom-works .owl-prev:hover,
.owl-nav-custom-works .owl-next:hover {
  background: #fff;
}

@media only screen and (max-width: 995px) {

  .owl-nav-custom-works .owl-prev:hover,
  .owl-nav-custom-works .owl-next:hover {
    background: #111;
  }
}


/* 30. Magnific Popup CUSTOM */
.mfp-bg {
  background: rgba(0, 0, 0, .7);
}

.mfp-arrow-left:after {
  font-family: "Ionicons";
  content: "\f124";
  font-size: 18px;
  color: #fff;
  margin-top: 22px;
}

.mfp-arrow-right:after {
  font-family: "Ionicons";
  content: "\f125";
  font-size: 18px;
  color: #fff;
  margin-top: 22px;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: crosshair;
}

.mfp-arrow-left:after,
.mfp-arrow-left:before {
  border-right: none;
}

.mfp-arrow-right:after,
.mfp-arrow-right:before {
  border-left: none;
}

.mfp-title,
.mfp-counter {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 1.5;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.mfp-close {
  display: none;
  visibility: hidden;
}

@media only screen and (max-width: 1200px) {
  .mfp-close {
    display: block;
    visibility: visible;
  }
}

.mfp-bg {
  z-index: 99996;
}

.mfp-wrap {
  z-index: 99997;
}

.mfp-content {
  z-index: 99998;
}


/* 31. Lity CUSTOM */
.lity {
  z-index: 99999;
  cursor: crosshair;
  background: rgba(0, 0, 0, .55);
}

.lity-close {
  display: none;
  visibility: hidden;
}

@media only screen and (max-width: 995px) {
  .lity-close {
    top: 37px;
    left: 40px;
    display: block;
    visibility: visible;
  }
}

@media only screen and (max-width: 995px) {
  .lity-close:active {
    top: 37px;
    left: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .lity-close {
    top: 17px;
    left: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .lity-close:active {
    top: 17px;
    left: 20px;
  }
}


/* 32. PhotoSwipe CUSTOM */
.item-folio__caption {
  display: none;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 1.5;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.pswp__counter,
.pswp__caption__center {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.05em;
}


/* 33. headers */
.intro {
  font-size: 40px;
  margin: 0 auto -1px auto;
  font-weight: 900;
}

@media all and (min-width: 1920px) {
  .intro {
    font-size: 60px;
  }
}

@media only screen and (max-width: 995px) {
  .intro {
    font-size: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .intro {
    font-size: 20px;
  }
}

.intro.intro-large-end {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  text-transform: uppercase;
  color: #2d2d2d;
}

@media only screen and (max-width: 768px) {
  .intro.intro-large-end {
    margin: 0 auto -2px auto;
  }
}

.intro span {
  font-size: 80px;
}

@media all and (min-width: 1920px) {
  .intro span {
    font-size: 90px;
  }
}

@media only screen and (max-width: 995px) {
  .intro span {
    font-size: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .intro span {
    font-size: 40px;
  }
}

.intro.intro-all {
  font-size: 30px;
  margin: 0 auto -2px auto;
}

@media all and (min-width: 1920px) {
  .intro.intro-all {
    font-size: 1.375rem;
    color: #2d2d2d;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
}

.services-item .services-content .post-title {
  font-size: 40px;
}

@media all and (min-width: 1920px) {
  .services-item .services-content .post-title {
    font-size: 40px;
  }
}

@media only screen and (max-width: 995px) {
  .services-item .services-content .post-title {
    font-size: 30px;
    top: 1px;
  }
}

@media only screen and (max-width: 768px) {
  .services-item .services-content .post-title {
    font-size: 20px;
  }
}

.more-wraper {
  margin: 3px auto;
}

.more-wraper.more-wraper-form {
  margin: 19px auto 0 auto;
}

h2.section-heading {
  margin: 0 auto -2px auto;
}

@media only screen and (max-width: 768px) {
  h2.section-heading {
    font-size: 12px;
  }
}

.section-txt p {
  margin: 0 auto;
}

@media only screen and (max-width: 995px) {
  .section-txt p {
    padding: 0 15px;
  }
}

.post-title {
  margin: 36px auto 0 auto;
}

@media only screen and (max-width: 768px) {
  .post-title {
    font-size: 12px;
  }
}

.owl-nav-custom-team,
.owl-nav-custom-works,
.owl-nav-custom-works-even-more,
.owl-nav-custom-news {
  margin: 3px auto;
}

.services-sub-header {
  margin: 0 auto -2px auto;
}

@media only screen and (max-width: 768px) {
  .services-sub-header {
    font-size: 12px;
  }
}

.services-item .services-content .post-title {
  margin: 0 auto 0 auto;
}


/* 34. divider */
.inner-divider,
.inner-divider-half,
.inner-divider-ultra-half,
.inner-divider-50,
.inner-divider-last {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: none;
  z-index: -1;
}

.inner-divider {
  height: 150px;
}

@media only screen and (max-width: 995px) {
  .inner-divider {
    height: 150px;
  }
}

.inner-divider-half {
  height: 75px;
}

@media only screen and (max-width: 995px) {
  .inner-divider-half {
    height: 75px;
  }
}

.inner-divider-ultra-half {
  height: 50px;
}

@media all and (min-width: 1920px) {
  .inner-divider-ultra-half {
    height: 75px;
  }
}

@media only screen and (max-width: 768px) {
  .inner-divider-ultra-half {
    height: 50px;
  }
}

.inner-divider-50 {
  height: 50px;
}

@media only screen and (max-width: 768px) {
  .inner-divider-50 {
    height: 30px;
  }
}

.inner-divider-last {
  height: 260px;
}

@media only screen and (max-width: 768px) {
  .inner-divider-last {
    height: 190px;
  }
}

.mobile-visible {
  display: none;
  visibility: hidden;
}

@media only screen and (max-width: 995px) {
  .mobile-visible {
    display: block;
    visibility: visible;
  }

  .mobile-hidden {
    display: none;
    visibility: hidden;
  }
}

.extra-margin-all,
.extra-margin-owl {
  position: relative;
  height: auto;
  min-height: inherit;
  overflow: hidden;
  margin-left: 50px;
  margin-right: 50px;
  background: none;
}

@media only screen and (max-width: 768px) {

  .extra-margin-all,
  .extra-margin-owl {
    margin-left: 30px;
    margin-right: 30px;
  }
}


/* 35. blog */
/* blog panel */
.panel-from-left-blog {
  position: fixed;
  width: 25%;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  top: 0;
  left: -100%;
  background: #fff;
  text-align: left;
  -webkit-transition: all .8s ease-in-out;
  -moz-transition: all .8s ease-in-out;
  -ms-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  z-index: 99996 !important;
}

@media only screen and (max-width: 1200px) {
  .panel-from-left-blog {
    width: 50%;
  }
}

@media only screen and (max-width: 880px) {
  .panel-from-left-blog {
    width: 75%;
  }
}

.panel-from-left-blog.open {
  left: 0;
}

.panel-overlay-from-right-blog {
  position: fixed;
  width: 76%;
  height: 100vh;
  overflow: hidden;
  top: 0;
  right: -100%;
  background: rgba(255, 255, 255, .7);
  -webkit-transition: all .8s ease-in-out;
  -moz-transition: all .8s ease-in-out;
  -ms-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  cursor: crosshair;
  z-index: 99996 !important;
}

@media only screen and (max-width: 1200px) {
  .panel-overlay-from-right-blog {
    width: 51%;
  }
}

@media only screen and (max-width: 880px) {
  .panel-overlay-from-right-blog {
    width: 26%;
  }
}

.panel-overlay-from-right-blog.open {
  right: 0;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.blog-sidebar-wrapper {
  position: relative;
  margin: 0;
  padding: 100px 50px;
}

.blog-side-text a,
.blog-side-text a:hover,
.blog-side-text a:visited,
.blog-side-text a:active,
.blog-side-text a:focus {
  color: #5f5f5f;
  text-decoration: none;
  outline: none;
  font-weight: 600;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.blog-side-text a:hover {
  color: #5f5f5f;
}

@media only screen and (max-width: 880px) {

  .blog-side-text a,
  .blog-side-text a:hover,
  .blog-side-text a:visited,
  .blog-side-text a:active,
  .blog-side-text a:focus {
    font-size: 14px;
  }
}

.blog-side-heading h3 {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  text-align: left;
  text-transform: none;
  letter-spacing: -0.02em;
  color: #111;
  margin: -5px 0 -2px 0;
  width: 100%;
  line-height: 1.5;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media only screen and (max-width: 880px) {
  .blog-side-heading h3 {
    font-size: 20px;
    margin: -5px 0 -2px 0;
  }
}

.blog-side-launcher {
  position: fixed;
  width: 50px;
  height: 50px;
  line-height: 50px;
  left: 50px;
  bottom: 50px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background: #111;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  cursor: pointer;
  z-index: 115;
}

@media only screen and (max-width: 880px) {
  .blog-side-launcher {
    left: 30px;
    bottom: 30px;
  }
}


/* blog comments */
.blog-comments {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  line-height: 1;
}

.comments {
  text-align: left;
}

.comments article {

  position: relative;
  margin: 0 auto;
}

.profile-photo {
  display: block;
  text-align: left;
  margin: -8px 0 -22px 0;
}

.comments article img {
  width: 80px;
  height: 80px;
  border-width: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 15px auto 30px auto;
}

.comment-time,
.comments a,
.comments a:hover,
.comments a:visited,
.comments a:active,
.comments a:focus,
.comment-responce h4 a,
.comment-responce h4 a:hover,
.comment-responce h4 a:visited,
.comment-responce h4 a:active,
.comment-responce h4 a:focus {
  font-family: 'Montserrat', sans-serif;
  color: #111 !important;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 800;
}

h4.h4-comments {
  font-size: 20px;
  color: #111 !important;
}

@media only screen and (max-width: 1200px) {
  h4.h4-comments {
    font-size: 20px;
  }
}

.comment-responce {
  padding-left: 75px;
}


/* blog search form */
.blog-search {
  width: 300px;
}

@media only screen and (max-width: 1200px) {
  .blog-search {
    width: 300px;
  }
}

@media only screen and (max-width: 880px) {
  .blog-search {
    width: 250px;
  }
}

.blog-search input,
#submit-btn {
  background: none;
  display: inline-block;
  outline: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #111;
}

.blog-search input {
  width: 250px;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  font-size: 13px;
  color: #111;
  z-index: 1;
}

@media only screen and (max-width: 1200px) {
  .blog-search input {
    width: 250px;
  }
}

@media only screen and (max-width: 880px) {
  .blog-search input {
    width: 200px;
  }
}


/* blog quote */
.blog-quote {
  line-height: 100px;
  padding: 0 0 0 50px;
  border-left: 5px solid #111;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .blog-quote {
    padding: 0 0 0 30px;
    margin: 0;
  }
}

.blog-quote p {
  font-size: 23px;
  font-weight: 700;
}

@media only screen and (max-width: 995px) {
  .blog-quote p {
    font-size: 20px;
  }
}


/* blog heading */
.section-txt {
  margin: -2px auto -10px auto;
}

.section-txt-2 {
  margin: -2px auto -10px auto;
  line-height: 1;
}

h2.section-header {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  text-align: left;
  text-transform: none;
  letter-spacing: -0.02em;
  color: #111;
  margin: -6px 0 -3px 0;
  width: 100%;
  line-height: 1.5;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media all and (min-width: 1920px) {
  h2.section-header {
    font-size: 40px;
    margin: -10px 0 -5px 0;
  }
}

@media only screen and (max-width: 768px) {
  h2.section-header {
    font-size: 25px;
    margin: -5px 0 -2px 0;
  }
}

h2.section-header.section-header-post {
  font-size: 30px;
  margin: -6px 0 -3px 0;
}

@media only screen and (max-width: 768px) {
  h2.section-header.section-header-post {
    font-size: 25px;
    margin: -5px 0 -2px 0;
  }
}


/* extras */
.inner-spacer {
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .inner-spacer {
    padding: 30px;
  }
}

.inner-spacer p {
  padding: 0;
}

.extra-margin-all-2 {
  position: relative;
  height: auto;
  min-height: inherit;
  overflow: hidden;
  margin-left: -10px;
  margin-right: -10px;
  background: none;
}

@media only screen and (max-width: 768px) {
  .extra-margin-all-2 {
    margin-left: 45px;
    margin-right: 45px;
  }
}

.container-p {
  text-align: left;
}

.post-spacing-2 {
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .post-spacing-2 {
    padding: 0;
  }
}

h6 {
  display: none !important;
  visibility: hidden !important;
}


/* 36. Swiper CUSTOM */
/* pagination */
.swiper-slide-pagination {}

.swiper-slide-pagination::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  bottom: -50px;
  background: none;
}

.swiper-slide-pagination .swiper-pagination-bullet {
  position: relative;
  width: 100%;
  height: 6px;
  background: none;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.swiper-slide-pagination .swiper-pagination-bullet:last-child {
  margin-bottom: 0;
}

.swiper-slide-pagination .swiper-pagination-bullet::before,
.swiper-slide-pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 0;
  left: 50%;
  background: #fff;
  margin: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.swiper-slide-pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 50%;
  left: 50%;
  margin: -4px 0 0 -1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.swiper-slide-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transform: scale(1.8);
  -moz-transform: scale(1.8);
  -ms-transform: scale(1.8);
  -o-transform: scale(1.8);
  transform: scale(1.8);
  background: #fff;
}


/* swiper */
.swiper-container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: #111;
}

.slider-progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.circle-svg circle,
.circle {
  fill: none;
  stroke: #fff;
  stroke-dasharray: 3;
  stroke-width: 1px;
}

.slider-progress-bar.slider-active .circle {
  stroke-dashoffset: 200px;
  -webkit-transition: linear 4s stroke-dashoffset;
  transition: linear 4s stroke-dashoffset;
}

.swiper-slide-controls-play-pause {
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  left: 50px;
  bottom: 50px;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
  background: none;
  cursor: pointer;
  z-index: 10;
}

@media all and (min-width: 1920px) {
  .swiper-slide-controls-play-pause {
    left: 50px;
    bottom: 50px;
  }
}

@media only screen and (max-width: 1200px) {
  .swiper-slide-controls-play-pause {
    left: 50px;
    bottom: 50px;
  }
}

@media only screen and (max-width: 995px) {
  .swiper-slide-controls-play-pause {
    left: 50px;
    bottom: 50px;
  }
}

@media only screen and (max-width: 880px) {
  .swiper-slide-controls-play-pause {
    left: 30px;
    bottom: 30px;
  }
}

.swiper-slide-controls-play-pause:hover {
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
  background: none;
}

.swiper-slide-controls-play-pause i,
.swiper-slide-controls-play-pause i {
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

.swiper-slide-controls-play-pause.slider-on-off i::before,
.slider-on-off-switch {
  content: "\f478";
  position: relative;
  width: 50px !important;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.swiper-container-wrapper {
  padding-top: 0 !important;
  height: 100% !important;
}

.swiper-slide {
  overflow: hidden;
}

.swiper-slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-slide-inner-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transition: opacity .6s ease-in-out, transform 2s ease .8s;
  -moz-transition: opacity .6s ease-in-out, transform 2s ease .8s;
  -ms-transition: opacity .6s ease-in-out, transform 2s ease .8s;
  -o-transition: opacity .6s ease-in-out, transform 2s ease .8s;
  transition: opacity .6s ease-in-out, transform 2s ease .8s;
  opacity: 0.2;
  -moz-opacity: 0.2;
  -webkit-opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.swiper-slide-active .swiper-slide-inner-bg {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.swiper-slide-inner-txt {
  position: absolute;
  width: 100% !important;
  top: 50%;
  left: 50%;
  bottom: auto;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity .4s ease;
  -moz-transition: opacity .4s ease;
  -ms-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: 15;
}

.swiper-slide-inner-txt-2 {
  position: absolute;
  width: 100% !important;
  top: 50%;
  left: 50%;
  bottom: auto;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  z-index: 15;
}

.swiper-slide-active .swiper-slide-inner-txt {
  -webkit-transition: opacity 1.8s ease .8s;
  -moz-transition: opacity 1.8s ease .8s;
  -ms-transition: opacity 1.8s ease .8s;
  -o-transition: opacity 1.8s ease .8s;
  transition: opacity 1.8s ease .8s;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.swiper-slide-inner-txt-all {
  position: absolute;
  width: 100% !important;
  top: 50%;
  left: 50%;
  bottom: auto;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 15;
}

.swiper-slideshow .swiper-slideshow-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-slideshow .swiper-slideshow-wrapper .swiper-slide-active .swiper-slide-inner-bg {
  -webkit-transition: all .8s linear;
  -moz-transition: all .8s linear;
  -ms-transition: all .8s linear;
  -o-transition: all .8s linear;
  transition: all .8s linear;
}

.swiper-slide-pagination {
  position: absolute;
  width: 8px;
  top: 50%;
  right: 56px;
  left: auto;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
}

@media all and (min-width: 1920px) {
  .swiper-slide-pagination {
    right: 56px;
  }
}

@media only screen and (max-width: 1200px) {
  .swiper-slide-pagination {
    right: 56px;
  }
}

@media only screen and (max-width: 995px) {
  .swiper-slide-pagination {
    right: 56px;
  }
}

@media only screen and (max-width: 880px) {
  .swiper-slide-pagination {
    display: none;
    visibility: hidden;
  }
}

@media only screen and (max-width: 768px) {
  .swiper-slide-pagination {
    display: block;
    visibility: visible;
    right: 36px;
  }
}


/* video */
video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ca-background-zgljBq {
  background-color: #ffffff;
  padding: 80px 0;
  width: 100%;
  display: inline-block;
  margin-top: 0;
}

.element-text .text__text {
  font-size: 0.875rem;
  text-align: left;
}

.element-text .text--single-line h1 {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 2.125rem;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2d2d2d;
}

.element-text .text--single-line h3 {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1.375rem;
  white-space: pre-wrap;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2d2d2d;

}

.element-text .text--single-line p {
  margin-bottom: 0;
  margin-top: 0;
}

.ca-paragraphs-RB8K2M {
  color: #2d2d2d;
  font-size: 0.875rem;
  font-family: "Lora", serif;
  font-weight: 400;
  line-height: 2.4em;
}

.max-w-1200 {
  max-width: 1200px;
}

.info__content {
  padding: 75px 0;
  position: relative;
}

.info__color-inner-wrapper {
  left: auto;
  top: 0;
}

.info__color-inner-wrapper {
  bottom: 0;

  position: absolute;
  right: 0;

}

.ca-card-2-mgGv4N {
  background-color: #ffffff;
}

.info__color-inner {
  height: 100%;
  width: 100%;
}

.info__photo {
  padding-bottom: 100%;
}

.info__photo {
  position: relative;
}

.img-absolute-fill {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  overflow-clip-margin: unset;
  position: absolute;
  top: 0;
  width: 100%;

}

.info__text {
  padding: 0 100px 0 90px;
  text-align: left;
}

.info__title {
  margin-bottom: 0;
  color: #2d2d2d;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  text-transform: uppercase;
}

.info__subtitle {
  margin-top: 20px;
  display: inline-block;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

.ca-subtitle-Qg56n2 {
  color: #2d2d2d;
}

.info__body {
  margin-top: 40px;
}

.ca-body-lgx1R2 {
  color: #2d2d2d;
  font-size: 0.875rem;
  font-stretch: normal;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 2.4em;
  text-transform: none;
}

.info__button {
  margin-top: 28px;
  background-color: #56c5d0;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.21em;
  line-height: 1.5em;
  text-transform: uppercase;
  padding: 14px 20px;
  display: inline-block;
}

.button__text {
  color: #ffffff;
  transition: color .2s ease-out;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.21em;
  line-height: 1.5em;
  text-transform: uppercase;
}

.info__color-inner-wrapper {
  left: auto;
  top: 0;
}

.info__color-inner-wrapper {
  bottom: 0;

  position: absolute;
  right: 0;

}

.info__color-inner {
  height: 100%;
  width: 100%;
}

.ca-card-2-mgGv4N {
  background-color: #ffffff;
}

a.story-btn {
  background-color: #56c5d0;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.21em;
  text-transform: uppercase;
  padding: 14px 30px;
  color: #fff;
  margin-top: 40px;
  display: inline-block;
}

a.story-btn:hover {
  background: #000;
}

.newsletter-block {
  width: 100%;
  display: inline-block;
  padding: 120px 0;
}

.newsletter-block h3 {
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  text-transform: uppercase;
  text-align: left;
  color: #2d2d2d;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d1cfc5;
}

.newsletter-block h4 {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.26em;
  line-height: 1.43em;
  text-transform: uppercase;
  text-align: left;
  font-family: 'Lora', serif;
}

.theme-4-header__background-photo {
  height: 66vh;
  min-height: 600px;
  position: relative;
}

.theme-4-header__tint {
  background-color: rgba(0, 0, 0, .15);
}

.absolute-fill {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.theme-4-header__content-wrapper {
  bottom: 240px;
}

.theme-4-header__content-wrapper {
  left: 75px;
  right: 75px;
}

.theme-4-header__content-wrapper {
  left: 0;
  min-height: 31%;
  position: absolute;
  right: 0;
  width: unset;
}

.theme-4-header__content {
  width: 100%;
}

.theme-4-header__title {
  margin: 0;
}

.theme-4-header__title {
  color: #fff !important;
}

.hero-text {
  font-size: 2.5rem;

}

h1.theme-4-header__title {
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.16em;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #000;
}

.theme-4-header__title span {
  display: inline-block;

}

.theme-4-header__title {
  color: #fff !important;
}

.theme-4-header__slide {
  width: 100%;
  display: inline-block;
}

.founder-block {
  width: 100%;
  display: inline-block;
  padding: 60px 0;
}

h3.founder-title {
  width: 100%;
  margin-bottom: 50px;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2d2d2d;
}

.founder-inner {
  width: 100%;
  display: inline-block;
  text-align: left;
  transition: 0.4s;
}

.founder-inner img {
  margin-bottom: 14px;
}

.founder-inner:hover img {
  opacity: .8;
}

.founder-inner h3 {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.11em;
  line-height: 1.4em;
  text-transform: uppercase;
  color: #2d2d2d;
}

.founder-inner h4 {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  font-family: 'Lora', serif;
  margin: 8px 0;
}

.founder-inner p {
  color: #2d2d2d;
  font-size: 0.875rem;
  font-style: normal;
  line-height: 2.4em;
  font-weight: 400;
}

.post-box.slick-slide {
  padding: 0 7px;
}

.featured-block {
  width: 100%;
  display: inline-block;
  margin-bottom: 64px;
}

h3.featured-title {
  margin-bottom: 30px;
  width: 100%;
  color: #2d2d2d;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  font-family: 'Lora', serif;
  text-transform: uppercase;
}

.featured-block ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.featured-block ul li {
  margin: 30px 30px 0;
}

.featured-block ul li a {
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2d2d2d;
  margin-bottom: 10px;
  display: block;
}

p.story-tag {
  color: #2d2d2d;
  font-size: 0.875em;
  font-style: normal;
  font-weight: 400;
  font-family: 'Lora', serif;
}

.footer-btm-block {
  width: 100%;
  display: inline-block;
  margin: 80px 0;
}

.footer-btm-block p {
  color: #2d2d2d;
  text-align: left;
  margin-bottom: 28px;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  font-family: 'Lora', serif;
}

.footer-btm-block h3 {
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2d2d2d;
  margin: 10px 0 20px 0;
}

.breadcum-block {
  width: 100%;
  display: inline-block;
  margin-top: 140px;
}

.breadcum-block h3 {
  font-size: 2.125rem;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2d2d2d;
  margin: 28px 0 38px;
}

.photography-block {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}

.photography-block .col-md-4 {
  padding: 0 5px;
}

.photography-block a img {
  margin-bottom: 0;
  max-width: 100%;
  min-width: 100%;
}

.films-inner h3 {
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2d2d2d;
}

.films-inner p {
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #2d2d2d;
}

.films-main-block {
  align-items: center !important;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 34px;
}

.breadcum-second-block {
  width: 100%;
  display: inline-block;
  margin-top: 140px;
  margin-bottom: 60px;
}

.breadcum-second-block h3 {
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2d2d2d;
  margin-bottom: 8px;
}

.breadcum-second-block p {
  color: #2d2d2d;
  font-size: 0.875rem;
  font-family: 'Lora', serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0em;
}

.collection__link {
  display: block;
  height: 100%;
  width: 100%;
  margin-bottom: 22px;
}

.pos-rel {
  position: relative;
}

.collection__photo {
  padding-bottom: 66.66%;
  transition: opacity .2s ease-out;
}

.collection__photo {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  transition: opacity .2s ease-out;
}

.collection__arrow-container {
  left: 60%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.collection__link .collection__arrow {
  font-size: 20px;
  color: #2d2d2d;
  transform: rotate(45deg);
  backface-visibility: hidden;
  border-style: solid;
  border-width: 1px 1px 0 0;
  box-sizing: border-box;
  display: inline-block;
  height: 12px;
  margin: 2px;
  min-height: 12px;
  min-width: 12px;
  opacity: .5;
  position: relative;
  transition: all .2s ease-out;
  vertical-align: middle;
  width: 12px;
}

.collection__text {
  padding: 30px 0;
}

.collection__title {
  margin: 0;
  color: #2d2d2d;
  font-size: 21px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
}

.collection__link:hover .collection__arrow-container {
  opacity: 1;
}

.collection__link:hover .collection__photo {
  opacity: .2;
}

.ps-arrow--xl:before {
  width: 120px;
}

.ps-arrow:before {
  box-shadow: inset 0 0 0 1px;
  box-sizing: border-box;
  color: currentColor;
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  top: -1px;
  transform: rotate(-45deg);
  transform-origin: right top;
  transition: all .2s ease-out;
}

#collection-cover {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.collection-cover__image-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.collection-cover__image-container::before {
  transition: all 100ms ease-out;
  content: " ";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
}

.collection-cover__background-image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  object-fit: cover;
  object-position: center center;
}

.collection-cover__image-container::after {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  height: 300px;
  width: 100%;
  content: " ";
  display: block;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0.08) 45%, rgba(0, 0, 0, 0.5) 90%, rgba(0, 0, 0, 0.7) 100%);
  transition: all 100ms ease-out;
}

#collection-cover .cover-detail {
  width: 100%;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  z-index: 9;
  transform: translateY(-50%);
}

#collection-cover.cover-center .cover-detail h1.cover-collection-name {
  font-size: 3.25rem;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: .05em;
  text-transform: uppercase;
}

#collection-cover .cover-detail h1.cover-collection-name {
  width: 85%;
}

.collection-cover__scroll-button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 40px;
  padding: 0 24px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid currentColor;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  transition: color .25s ease-out, background-color .25s ease-out, border-color .25s ease-out;
}

.collection-cover__scroll-button {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: .6875rem;
  line-height: 1rem;
  letter-spacing: .15em;
  text-transform: uppercase;
}

#collection-cover .cover-logo-wrapper {

  text-align: center;
  position: absolute;
  width: 100%;
  z-index: 3;
  bottom: 4%;
  padding: 0 15px;
}

#collection-cover .cover-logo-wrapper .wrapper {
  display: inline-block;
}

#collection-cover .cover-logo-wrapper a.img-link.profile-icon {
  display: block;
}

#collection-cover.cover-center .cover-logo-wrapper .business-name-link,
#collection-cover.cover-center .cover-logo-wrapper .business-name-link {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: .625rem;
  line-height: 1.5;
  letter-spacing: .2em;
  text-transform: uppercase;
}

#collection-cover .cover-logo-wrapper a.business-name-link {
  display: inline-block;
  padding: 10px 0;
  color: #fff;
  transition: all 200ms ease-out;
}

#collection-cover .cover-logo-wrapper .img-link.profile-icon img {
  min-height: 50px;
  height: 50px;
  height: 5vh;
}

#collection-cover .cover-logo-wrapper img {
  margin: 0 auto;
  transition: all 200ms ease-out;
  backface-visibility: hidden;
}

#collection-cover .cover-detail .cover-arrow {
  --cover-animation-order: 2;
  margin: 40px auto 20px;
  z-index: 3;
}

#collection-cover .cover-detail h1.cover-collection-name {
  width: 85%;
  display: inline-block;
}

.collection-cover__scroll-button:hover {
  border-color: #fff;
  color: #333;
  background-color: #fff;
}

#nav .navbar-inner {
  height: 78px;
}

.navbar-inner {
  background-color: rgb(255 255 255);
}

.navbar-inner {
  text-align: center;
  box-shadow: none;
  filter: none;
  background-image: none;
  border: 0;
  border-radius: 0;
  padding: 28px 0 18px;
  position: relative;
}

.navbar-inner .nav.sets {
  align-items: center;
  display: flex;
}

.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}

.nav-business-name {
  margin-right: 28px;
  float: left;
}

#nav-wrapper .nav-business-name h1,
#nav-wrapper-mobile .nav-business-name h1 {
  line-height: normal;
  font-size: 1.0125rem;
  color: rgb(30 30 30);
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: bottom;
  display: inline-block;
  overflow: hidden;
  font-weight: 700;
}

#nav-wrapper .nav-business-name #business-link {
  font-size: .8625rem;
  color: rgb(30 30 30 / 60%);
  width: 100%;
  margin-top: 6px;
  display: block;
  font-weight: 500;
}

#nav-icon-buttons {
  justify-content: flex-end;
  align-items: center;
  min-width: 100px;
  display: flex;
  float: right;
}

#nav-icon-buttons>a,
#nav-icon-buttons>span>a,
#share-dropdown-link,
.nav-buy-photos {
  color: rgb(30 30 30 / 60%);
}

#nav-icon-buttons a {
  cursor: pointer;
  display: inline-block;
}

.nav-fav-indicator,
.nav-note-indicator,
.nav-markprivate-indicator {
  color: #fff;
  width: 14px;
  height: 14px;
  text-shadow: none;
  text-align: center;
  z-index: 1;
  background-color: #1abc9c;
  border-radius: 10px;
  font-size: 9px;
  line-height: 16px;
  display: none;
  position: absolute;
  top: 1px;
  left: 26px;
}

#nav-icon-buttons a i {
  text-align: center;
  width: 45px;
  padding: 8px 0;
  font-size: 19px;
  position: relative;
  bottom: 1px;
}

#nav-icon-buttons a {
  cursor: pointer;
  display: inline-block;
}

#nav-icon-buttons a i {
  text-align: center;
  width: 45px;
  padding: 8px 0;
  font-size: 19px;
  position: relative;
  bottom: 1px;
}

#view-gallery-page,
#favorites-page,
#video-embed-gallery {
  position: relative;
}

.spacer-inner-bottom-30 {
  padding-bottom: 30px !important;
}

.gamma-container.regular-grid-spacing {
  margin: -3px;
}

.gamma-container {
  min-height: 900px;
}

.gamma-gallery {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
}

.gamma-container.regular-grid-spacing .masonry li {
  padding: 3px;
}

.gamma-gallery li.fade {
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

.fade.in {
  opacity: 1;
}

.gamma-gallery li {
  cursor: auto;
}

.gamma-gallery li {
  cursor: pointer;
  float: left;
  -webkit-tap-highlight-color: #0000;
  padding: 3px;
  display: block;
  position: relative;
}

.gamma-container.regular-grid-spacing .masonry li .grid-img-protect-overlay,
.gamma-container.regular-grid-spacing .masonry li .grid-overlay-holder {
  inset: 3px;
}

.grid-overlay-holder {
  cursor: pointer;
  position: absolute;
  inset: 3px;
}

.grid-tint {
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  background: 0 0;
  height: 60px;
  transition: background .15s ease-in-out, opacity .15s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.grid-action-holder {
  text-align: right;
  flex-wrap: wrap-reverse;
  justify-content: flex-end;
  padding: 0 5px 0 0;
  transition: all .15s ease-in-out;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.grid-action-holder .grid-action-btn {
  opacity: 0;
}

.grid-action-btn {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #fff;
  cursor: pointer;
  text-align: center;
  z-index: 1;
  width: 37px;
  padding: 8px 0 0;
  font-size: 18px;
  display: inline-block;
  position: relative;
}

.grid-action-btn i {
  contain: paint;
  vertical-align: baseline;
}

.grid-action-holder .grid-action-btn {
  opacity: 0;
}

.grid-action-btn {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #fff;
  cursor: pointer;
  text-align: center;
  z-index: 1;
  width: 37px;
  padding: 8px 0 0;
  font-size: 18px;
  display: inline-block;
  position: relative;
}

.grid-action-btn i {
  contain: paint;
  vertical-align: baseline;
}

.grid-label-holder {
  padding: 8px 8px 0;
}

.grid-label-holder {
  text-align: left;
  padding: 5px 5px 0;
  transition: all .15s ease-in-out;
}

.grid-label-holder span {
  text-align: center;
  color: #fff;
  z-index: 1;
  background-color: #3d3d3d;
  width: 28px;
  height: 28px;
  margin-bottom: 3px;
  margin-right: 3px;
  display: inline-block;
  position: relative;
}

.hidden {
  visibility: hidden;
  display: none !important;
}

.grid-label-holder span i {
  font-size: 12px;
  line-height: 28px;
}

.grid-label-holder .image-favorite-label.multiple-active {
  margin-right: 16px;
}

.grid-label-holder span {
  text-align: center;
  color: #fff;
  z-index: 1;
  background-color: #3d3d3d;
  width: 28px;
  height: 28px;
  margin-bottom: 3px;
  margin-right: 3px;
  display: inline-block;
  position: relative;
}

.grid-label-holder .image-favorite-label.multiple-active i {
  opacity: .5;
  position: relative;
}

.gamma-gallery li img {
  cursor: pointer;
  position: relative;
}

.gamma-gallery li img {
  width: 100%;
  height: auto;
  display: block;
}

.masonry-brick:hover .grid-tint {
  opacity: 1;
  background: linear-gradient(#0000 0%, #000000b3 100%);
}

.masonry-brick:hover .grid-action-btn {
  opacity: 1;
  transition: all .2s ease-out;
  transform: translateY(-13px);
}

a.navbar-brand img {
  width: 72%;
}

a.navbar-brand {
  padding-top: 6px;
}

.card-services-type-01.style-02 {
  border: 1px solid #cfdde2;
}

.card-services-type-01 {
  padding: 30px;
  background-color: #ffffff;
  border: 1px solid #fde3b0;
  text-align: center;
  margin-bottom: 30px;
  border-radius: 15px;
  transition-duration: 0.2s;
}

.card-services-type-01 .card-info h5 {
  line-height: 35px;
  width: 100%;
  margin-bottom: 20px;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2d2d2d;
}

.card-services-type-01 .card-info p {
  color: #2d2d2d;
  font-size: 15px;
  font-family: "Lora", serif;
  font-weight: 500;
  line-height: 2.4em;
  font-style: normal;
}

.card-services-type-01:hover {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1019607843);
  transition-duration: 0.2s;
  transform: translateY(-2px);
}






.sp-megamenu {
  padding: 0;
  min-height: inherit;
}

.close {
  padding: 0 !important;
}

.sp-megamenu .sp-megamenu-container {
  position: relative;
}

.sp-megamenu .navbar-nav {
  float: none;
  display: inline-block;
}

.sp-megamenu .navbar-nav>li {
  display: inline-block;
  float: none;
  padding: 0;
}

.sp-megamenu .navbar-nav>li>a {
  color: #2f2f2f;
  font-size: 13px;
  text-transform: capitalize;
  padding: 34px 12px;
  margin: 0 0;
  font-weight: 500;
  transition: 0.3s all ease 0s;
  display: block;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.22em;
}

.banners {
  margin-top: 0px;
}

.sp-megamenu .navbar-nav>li>a:hover,
.sp-megamenu .navbar-nav>li>a:focus {
  background: none;
  color: #000;
}

.sp-megamenu .navbar-nav>li .dropdown-menu {
  z-index: 10;
  /* display: block; */
  box-shadow: 2px 3px 3px #bababa;
  border: none;
  border-radius: 0;
  transition: 0.3s all ease 0s;
  /* opacity: 0; */
  top: 130%;
  display: none;
  z-index: -1;
  min-width: auto;
  min-width: inherit;


}

.sp-megamenu .navbar-nav>li .dropdown-menu:before {
  content: "";
  background: transparent;
  top: -7px;
  width: 100%;
  height: 7px;
  left: 0;
  position: absolute;
}

.sp-megamenu .navbar-nav>li .dropdown-menu .dropdown-menu:before {
  display: none;
}

.sp-megamenu .navbar-nav>li:hover .dropdown-menu {
  /* opacity: 1; */
  top: 100%;
  display: block;
  z-index: 10;

}

.sp-megamenu .navbar-nav>li.mega_type1 {
  position: inherit;
}

.sp-megamenu .navbar-nav>li.mega_type1>.dropdown-menu {
  box-shadow: 0px 0px 4px #000;
  right: 0px;
  left: 0;
  padding: 10px 15px 15px;
}

.sp-megamenu .navbar-nav>li.mega_type1>.dropdown-menu>ul li {
  float: left;
  padding: 15px;
}

.sp-megamenu .navbar-nav>li.mega_type1>.dropdown-menu>ul li>a {
  text-transform: uppercase;
  font-weight: bold;
  color: #1b1b1b;
  font-size: 14px;
}

.sp-megamenu .navbar-nav>li.mega_type1>.dropdown-menu>ul li>a:after {
  display: none;
}

.sp-megamenu .navbar-nav>li.mega_type1>.dropdown-menu>ul li .dropdown-menu {
  position: relative;
  top: auto;
  left: auto;
  margin: 15px 0 0;
  box-shadow: none;
  border-top: 1px solid #e6e6e6;
  right: auto;
  bottom: auto;

  opacity: 1;
  z-index: 9;
}

.sp-megamenu .navbar-nav>li.mega_type1>.dropdown-menu>ul li .dropdown-menu ul li {
  width: 100%;
  padding: 10px 0 0;
}

.sp-megamenu .navbar-nav>li.mega_type1>.dropdown-menu>ul li .dropdown-menu ul li a {
  font-size: 14px;
  font-weight: normal;
  text-transform: capitalize;
  padding: 0;
  font-style: normal;
  color: #545454;
}

.sp-megamenu .navbar-nav>li.mega_type1>.dropdown-menu>ul li .dropdown-menu ul li.category-thumbnail {
  padding: 0;
  position: absolute;
  top: 20px;
  left: 0;
}

.sp-megamenu .navbar-nav>li.mega_type1>.dropdown-menu>ul li .dropdown-menu ul li.category-thumbnail img {
  width: 100%;
  height: auto;
}

.sp-megamenu .navbar-nav>li.mega_type2 {
  position: inherit;
}

.sp-megamenu .navbar-nav>li.mega_type2 .dropdown-menu {
  left: 0px;
  box-shadow: 0px 0px 2px #969494;
  right: auto;
  padding: 0px 0px 0;
  background: #fff;
  top: 26px;
  z-index: 9999;
  transform: scale(1.0) rotate(0deg);
  transition: all 0.4s ease-in-out 0s;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.sp-megamenu .navbar-nav>li.mega_type2:hover a {
  color: #000;
}

.sp-megamenu .navbar-nav>li.mega_type2 .dropdown-menu ul li {
  padding: 18px 24px;
  margin: 0 0;
}

.sp-megamenu .navbar-nav>li>a span i {
  color: #a5a5a5;
  margin-left: 4px;
  font-weight: bold;
  font-size: 12px;
}

.sp-megamenu .navbar-nav>li.mega_type2:hover a span i {
  -webkit-transform: rotate(90deg);
  transform: rotate(180deg);
  color: #000;
}

.sp-megamenu .navbar-nav>li.mega_type2 .dropdown-menu ul li>a {
  text-transform: capitalize;
  font-weight: 600;
  color: #212121;
  font-size: 13px;
  display: block;
}

.sp-megamenu .navbar-nav>li.mega_type2 .dropdown-menu ul li>a:after {
  display: none;
}

.sp-megamenu .navbar-nav>li.mega_type2 .dropdown-menu ul li .dropdown-menu {
  position: relative;
  top: auto;
  left: auto;
  margin: 8px 0 0;
  box-shadow: none;
  right: auto;
  bottom: auto;
  background: none;
  width: 100%;
  opacity: 1;
  z-index: 9;

}

.sp-megamenu .navbar-nav>li.mega_type2 .dropdown-menu ul li .dropdown-menu ul li {
  width: 100%;
  padding: 0 0 0;
}

.sp-megamenu .navbar-nav>li.mega_type2 .dropdown-menu ul li .dropdown-menu ul li>a {
  font-size: 13px;
  font-weight: normal;
  text-transform: capitalize;
  padding: 7px 0;
  font-style: normal;
  color: #666;
}

.sp-megamenu .navbar-nav>li.mega_type2 .dropdown-menu ul li .dropdown-menu ul li>a img {
  border-radius: 4px;
  opacity: 0.5;
  transition: 0.2s;
}

.item-2 {}

.sp-megamenu .navbar-nav>li.mega_type2 .dropdown-menu ul li .dropdown-menu ul li>a img:hover {
  opacity: 1;
}

.sp-megamenu .navbar-nav>li.mega_type2 .dropdown-menu ul li .dropdown-menu ul li>a:hover {
  color: #ad79e1;
}

.sp-megamenu .navbar-nav>li.mega_type2 .dropdown-menu ul li .dropdown-menu ul li>a i {
  padding: 0 5px 0 0;
}

.sp-megamenu .navbar-nav>li.mega_type2 .dropdown-menu ul li .dropdown-menu ul li.category-thumbnail {
  padding: 0;
  position: absolute;
  top: 20px;
  left: 0;
}

.sp-megamenu .navbar-nav>li.mega_type2 .dropdown-menu ul li .dropdown-menu ul li.category-thumbnail img {
  width: 100%;
  height: auto;
}

.sp-megamenu .navbar-nav>li.mega_type2 .dropdown-menu ul li.featured-product {
  float: right;
  overflow: hidden;
  padding: 0 15px;
  margin: 0;
}

.sp-megamenu .navbar-nav>li.mega_type2 .dropdown-menu ul li.featured-product .menu-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  color: #545454;
}

.sp-megamenu .navbar-nav>li.mega_type2 .dropdown-menu ul li.featured-product .block_content {
  padding: 0;
  margin: 0;
  width: 100%;
  border-top: none;
}

.sp-megamenu .navbar-nav>li.mega_type2 .dropdown-menu ul li.featured-product .product_lists.grid {
  overflow: hidden;
  margin: 0;
}

.sp-megamenu .navbar-nav>li.mega_type2 .dropdown-menu ul li.featured-product .product_lists.grid .product_block {
  padding: 0;
  overflow: hidden;
  width: auto;
}

.sp-megamenu .navbar-nav>li.mega_type2 .dropdown-menu ul li.featured-product .product_lists.grid .product_block .product-container {
  margin: 0;
}

.sp-megamenu .navbar-nav>li.mega_type2 .dropdown-menu ul li.featured-product .product_list h5.product-name a,
.sp-megamenu .navbar-nav>li.mega_type2 .dropdown-menu ul li.featured-product .product_lists h5.product-name a {
  font-size: 18px;
}

.sp-megamenu .navbar-nav>li.mega_type2 .dropdown-menu ul li.featured-product .owl-nav .owl-prev,
.sp-megamenu .navbar-nav>li.mega_type2 .dropdown-menu ul li.featured-product .owl-nav .owl-next {
  position: absolute;
  background: #272625;
  bottom: 50%;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  font-size: 0;
  text-indent: -9999;
  color: transparent;
  transition: 0.3s all ease 0s;
  opacity: 0.5;
}

.sp-megamenu .navbar-nav>li.mega_type2 .dropdown-menu ul li.featured-product .owl-nav .owl-prev:before,
.sp-megamenu .navbar-nav>li.mega_type2 .dropdown-menu ul li.featured-product .owl-nav .owl-next:before {
  font-family: Fontawesome;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  text-indent: 0;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  height: 100%;
}

.sp-megamenu .navbar-nav>li.mega_type2 .dropdown-menu ul li.featured-product .owl-nav .owl-prev:hover,
.sp-megamenu .navbar-nav>li.mega_type2 .dropdown-menu ul li.featured-product .owl-nav .owl-next:hover {
  opacity: 1;
}

.sp-megamenu .navbar-nav>li.mega_type2 .dropdown-menu ul li.featured-product .owl-nav .owl-prev {
  left: 0;
}

.sp-megamenu .navbar-nav>li.mega_type2 .dropdown-menu ul li.featured-product .owl-nav .owl-prev:before {
  content: "\f053";
  left: -1px;
}

.sp-megamenu .navbar-nav>li.mega_type2 .dropdown-menu ul li.featured-product .owl-nav .owl-next {
  right: 0;
}

.sp-megamenu .navbar-nav>li.mega_type2 .dropdown-menu ul li.featured-product .owl-nav .owl-next:before {
  content: "\f054";
  left: 1px;
}

.sp-megamenu .navbar-nav>li.mega_type2 .owl-carousel .owl-dots {
  display: none !important;
}

.sp-megamenu .navbar-nav>li.css_type {
  position: relative;
}

.sp-megamenu .navbar-nav>li.css_type .dropdown-menu {
  left: 0px;
  right: auto;

  width: 216px;

  box-shadow: 0px 1px 2px #bababa;
}

.sp-megamenu .navbar-nav>li.css_type .dropdown-menu:before {
  height: 1px;
  top: -1px;
}

.sp-megamenu .navbar-nav>li.css_type .dropdown-menu ul li {
  padding: 0;
  position: relative;
  padding: 0 0px;
}

.sp-megamenu .navbar-nav>li.css_type .dropdown-menu ul li:last-child>a {
  border: none;
}

.sp-megamenu .navbar-nav>li.css_type .dropdown-menu ul li.parent>a:before {
  content: "\f105";
  font-family: Fontawesome;
  position: absolute;
  right: 30px;
  display: block;
  font-size: 14px;
  top: 12px;
}

.sp-megamenu .navbar-nav>li.css_type .dropdown-menu ul li a {
  display: block;
  letter-spacing: 0.7px;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 10px 10px;
  font-style: normal;
  color: #000;
}

.sp-megamenu .navbar-nav>li.css_type .dropdown-menu ul li a:hover {
  background: #05cbde;
  transition: 0.4s;
  color: #fff;
}

.sp-megamenu .navbar-nav>li.css_type .dropdown-menu ul li a:after {
  display: none;
}

.sp-megamenu .navbar-nav>li.css_type .dropdown-menu ul li .dropdown-menu {
  left: 100%;
  right: auto;
  top: 120%;
  margin: 0;
  z-index: -1;
  opacity: 0;
  margin: 0 5px;
}

.sp-megamenu .navbar-nav>li.css_type .dropdown-menu ul li .dropdown-menu:before {
  content: "";
  display: block;
  height: 100%;
  width: 10px;
  position: absolute;
  top: 0;
  left: -10px;
  background: transparent;
}

.sp-megamenu .navbar-nav>li.css_type .dropdown-menu ul li .dropdown-menu:after {
  display: none;
}

.sp-megamenu .navbar-nav>li.css_type .dropdown-menu ul li:hover .dropdown-menu {
  z-index: 1;
  opacity: 1;
  top: 0;
}

.sp-megamenu .home {
  display: inline-block;
  position: relative;
}

.sp-megamenu .home>a {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: bold;
  font-family: 'Josefin Sans, sans-serif';
  padding: 12px 20px;
  margin: 0 22px 0 0;
  background: #cdb633;
  position: relative;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

.sp-megamenu .home>a:hover {
  /*background: #00c493;*/
  color: #fff;
}

.sp-megamenu .home .dropdown-menu {
  left: -30px;
  right: auto;
  width: 220px;
  padding: 20px 0px;
  display: none;
  z-index: 9;
  box-shadow: 0px 1px 8px #bababa;
  -ms-box-shadow: 0px 1px 8px #bababa;
  border: none;
  border-radius: 0;
  transition: 0.3s all ease 0s;
  top: 170%;
  margin-top: 0;
  z-index: -1;
  min-width: auto;
  min-width: inherit;
}

.sp-megamenu .home .dropdown-menu:before {
  content: "";
  background: transparent;
  width: 100%;
  left: 0;
  position: absolute;
  height: 1px;
  top: -1px;
}

.sp-megamenu .home .dropdown-menu li {
  padding: 0;
  position: relative;
  padding: 0 30px;
}

.sp-megamenu .home .dropdown-menu li:last-child>a {
  border: none;
}

.sp-megamenu .home .dropdown-menu li.parent>a:before {
  content: "\f105";
  font-family: Fontawesome;
  position: absolute;
  right: 30px;
  display: block;
  font-size: 14px;
  top: 12px;
}

.sp-megamenu .home .dropdown-menu li a {
  padding: 10px 0;
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #363636;
  border-bottom: solid 1px #f0f0f0;
}

.sp-megamenu .home .dropdown-menu li a:hover {
  background: transparent;
}

.sp-megamenu .home:hover .dropdown-menu {
  display: block;
  top: 100%;
  z-index: 9;
}

#index .sp-megamenu .home>a:after {
  left: 0;
  right: 0;
}

#contact .sp-megamenu .navbar-nav>li.contact>a:after {
  left: 0;
  right: 0;
}

#module-smartblog-category .sp-megamenu .navbar-nav>li.blog>a:after {
  left: 0;
  right: 0;
}

.label-menu {
  display: none;
}

#remove-megamenu {
  display: none;
}

#index .header_v3 .spmegamenu {
  padding: 0 0 0 300px;
}

#index .header_v3 .sp-megamenu {
  text-align: left;
}

.header_v3 .spmegamenu {
  padding: 0;
}

.header_v3 .sp-megamenu {
  text-align: center;
}

.header_v3 .sp-megamenu .navbar-nav>li>a {
  margin: 0 22px;
}

.header_v3 .sp-megamenu .home>a {
  margin: 0 22px 0 27px;
}

.header_v3 .sp-megamenu .navbar-nav>li.mega_type1>.dropdown-menu,
.header_v3 .sp-megamenu .navbar-nav>li.mega_type2>.dropdown-menu {
  right: 0;
  left: auto;
}

.level-2 {
  list-style-type: none;
}

.dropdown-menu ul {
  list-style-type: none;
  padding: 0;
}

.item-2 {
  text-align: left;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    width: 970px !important;
  }

  .sp-megamenu .navbar-nav>li.mega_type1>.dropdown-menu,
  .sp-megamenu .navbar-nav>li.mega_type2>.dropdown-menu {
    left: 0;
    right: auto;
    width: 940px !important;
  }

  .sp-megamenu .navbar-nav>li.mega_type1>.dropdown-menu ul li>a,
  .sp-megamenu .navbar-nav>li.mega_type2>.dropdown-menu ul li>a {
    font-size: 12px;
  }

  .images_cat .img img {
    width: 96%;
    height: auto;
  }

  .header_v3 .sp-megamenu .home>a {
    margin: 0 8px;
    font-size: 12px;
  }

  .header_v3 .sp-megamenu .navbar-nav>li>a {
    margin: 0 8px;
    font-size: 12px;
  }

  .header_v3 .sp-megamenu .navbar-nav>li.mega_type2>.dropdown-menu {
    right: 0;
    left: auto;
  }

  .rtl .sp-megamenu .navbar-nav>li.mega_type1>.dropdown-menu,
  .rtl .sp-megamenu .navbar-nav>li.mega_type2>.dropdown-menu {
    right: 0;
    left: auto;
  }
}

@media (max-width: 991px) {
  #header_menu {
    background: #222;
  }

  .navbar #sp-megamenu .navbar-nav ul li.catimage {
    display: none;
  }

  .item-2 {
    min-height: 35px;
  }

  .navbar .navbar-button {}

  .navbar .navbar-button .navbar-toggle {
    margin: 0;
    /* height: 50px; */
    /* width: 55px; */
    float: left;
    padding: 2px 8px 12px 12px;
    cursor: pointer;
    text-align: center;
    border-radius: 0;
    display: block;
    background: none;
    position: absolute;
    top: 34px;
    z-index: 999999;
  }

  .navbar .navbar-button .navbar-toggle .icon-bar {
    height: 2px;
    width: 24px;
    display: block;
    margin: 0 0 5px;
    background: #000;
    border-radius: 0;
  }

  .navbar #sp-megamenu {
    position: fixed;
    top: 0px;
    left: 0;
    background: rgba(237, 237, 237, 0.95);
    bottom: 0px;
    width: 100%;
    padding: 0;
    z-index: 9999999999;
    visibility: hidden;
    -webkit-transform: translate3d(-412px, 0, 0);
    transform: translate3d(-412px, 0, 0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    text-align: left;
  }

  .navbar #sp-megamenu.sp-megamenu-active {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .navbar #sp-megamenu .label-menu {
    padding: 10px 7px 10px 10px;
    font-size: 21px;
    color: #fff;
    display: block;
    background: #131921;
    margin-bottom: 1px;
  }

  .navbar #sp-megamenu #remove-megamenu {
    z-index: 10;
    cursor: pointer;
    color: #fff;
    position: absolute;
    top: 16px;
    right: 15px;
    display: block;
    font-size: 24px;
  }

  .navbar #sp-megamenu .sp-megamenu-container {
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0;
    height: 295px;
  }

  .navbar #sp-megamenu .navbar-nav {
    float: none;
    text-align: left;
    overflow: hidden;
    margin: 0;
    display: block;
  }

  .navbar #sp-megamenu .navbar-nav li {
    float: left;
    margin: 0;
    position: relative;
    width: 100%;
    margin: 0 0 1px;
  }

  .navbar #sp-megamenu .navbar-nav li a {
    color: #000;
    font-weight: normal;
    text-transform: none;
    padding: 15px 20px;
    border: none;
    margin: 0;
    background: #fff;
    line-height: inherit;
    font-size: 14px;
    text-transform: capitalize;
  }

  .navbar #sp-megamenu .navbar-nav li a:after,
  .navbar #sp-megamenu .navbar-nav li span.menu-title:after {
    display: none;
  }

  .navbar #sp-megamenu .navbar-nav li:hover a,
  .navbar #sp-megamenu .navbar-nav li:hover span.menu-title {

    color: #000;
  }

  .navbar #sp-megamenu .navbar-nav li span.grower {
    display: inline-block;
    position: absolute;
    right: 0;
    cursor: pointer;
    font-family: "FontAwesome";
    font-size: 10px;
    top: 0;
    color: #5f5f5f;
    opacity: 1;
    text-shadow: none;
    height: 100%;
    text-align: center;
    width: 50px;
    line-height: 40px;
    background: #ffffff;
    border-left: 2px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
  }

  .navbar #sp-megamenu .navbar-nav li span.grower.close:before {
    content: "\f067";
  }

  .navbar #sp-megamenu .navbar-nav li span.grower.open:before {
    content: "\f068";
  }

  .navbar #sp-megamenu .navbar-nav li .dropdown-menu {
    position: relative;
    display: none;
    width: 100% !important;
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: inherit;
    margin: 0px;
    box-shadow: none;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    border: none;
    background: transparent;
    transition: 0s all ease 0s;
    background: #f7f7f7;
    border-top: 2px solid #e0e0e0;
    border-bottom: 2px solid #e0e0e0;
    z-index: 9;
    padding: 0 !important;
  }

  .navbar #sp-megamenu .navbar-nav li .dropdown-menu:after {
    display: none;
  }

  .navbar #sp-megamenu .navbar-nav ul li {
    width: 100% !important;
    padding: 0;
    border-bottom: 1px solid #d3c3a4;
    margin: 0 !important;
  }

  .navbar #sp-megamenu .navbar-nav ul li a {
    font-size: 13px;
    padding: 12px 22px;
    background: #f2e4c8;
  }

  .navbar #sp-megamenu .navbar-nav ul li.category-thumbnail {
    display: none;
  }

  .navbar #sp-megamenu .navbar-nav ul li.featured-product {
    display: none;
  }

  .navbar #sp-megamenu .navbar-nav ul li .dropdown-menu {
    padding: 5px 0;
    border: none !important;
  }

  .navbar #sp-megamenu .navbar-nav ul li .dropdown-menu ul li {
    padding: 0px 8px;
  }

  .navbar #sp-megamenu .home {
    display: block;
    overflow: hidden;
    margin-bottom: 1px;
  }

  .navbar #sp-megamenu .home>a {
    padding: 15px 20px;
    background: #026ebd;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    line-height: inherit;
    margin: 0;
    text-transform: none;
  }

  .navbar #sp-megamenu .home>a:after {
    display: none;
  }

  .navbar #sp-megamenu .home>a:hover {
    background: #d2ab66;
    color: #fff;
  }

  .navbar #sp-megamenu .home .dropdown-menu {
    position: relative;
    display: none;
    width: 100% !important;
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: inherit;
    margin: 0px;
    box-shadow: none;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    border: none;
    background: transparent;
    transition: 0s all ease 0s;
    background: #000;
    z-index: 9;
    padding: 15px 20px;
  }

  .navbar #sp-megamenu .home .dropdown-menu:after {
    display: none;
  }

  .navbar #sp-megamenu .home .dropdown-menu li {
    width: 100% !important;
    padding: 10px 0;
    border: none;
  }

  .navbar #sp-megamenu .home .dropdown-menu li a {
    font-size: 14px;
    padding: 0;
    background: transparent;
    color: #fff;
  }

  .navbar #sp-megamenu .home span.grower {
    display: inline-block;
    position: absolute;
    right: 0;
    cursor: pointer;
    font-family: "FontAwesome";
    font-size: 10px;
    top: 0;
    color: #fff;
    opacity: 1;
    text-shadow: none;
    height: 100%;
    text-align: center;
    width: 50px;
    line-height: 48px;
    background: #000;
  }

  .navbar #sp-megamenu .home span.grower.close:before {
    content: "\f067";
  }

  .navbar #sp-megamenu .home span.grower.open:before {
    content: "\f068";
  }

  .header_v3 #header_menu {
    background: #222;
  }

  .header_v3 div.spmegamenu {
    padding: 0;
  }

  #index .header_v3 div.spmegamenu {
    padding: 0;
  }

  .rtl .navbar #sp-megamenu {
    left: auto;
    right: 0;
    transform: translate3d(280px, 0, 0);
    text-align: right;
  }

  .rtl .navbar #sp-megamenu.sp-megamenu-active {
    transform: translate3d(0, 0, 0);
  }

  .rtl .navbar #sp-megamenu #remove-megamenu {
    right: auto;
    left: 7px;
  }

  .rtl .navbar #sp-megamenu .navbar-nav {
    text-align: right;
  }

  .rtl .navbar #sp-megamenu .navbar-nav li span.grower {
    right: auto;
    left: 0;
  }

  .rtl .navbar #sp-megamenu .home ul.dropdown-menu {
    left: auto;
    right: 0;
  }

  .rtl .navbar #sp-megamenu .home>a:before {
    left: 0;
    right: auto;
  }

  .rtl .navbar .navbar-button .navbar-toggle {
    float: right;
  }
}

@media (max-width: 768px) {
  .navbar #sp-megamenu .sp-megamenu-container {
    height: 450px;
  }
}

@media (max-width: 767px) {
  .navbar #sp-megamenu .sp-megamenu-container {
    height: 230px;
  }
}

@media (max-width: 479px) {
  .navbar #sp-megamenu .sp-megamenu-container {
    height: 100%;
  }
.photography-row { position:inherit !important;}
.info__text {
 padding: 20px 20px 0 20px;
}

  .newsletter-block {
    padding: 70px 28px;
  }

  .ca-background-zgljBq {
    margin-top: 0;
  }

  .photography-row {
    margin: 0 4px !important;
  }

  .contact-details {
    margin-top: 45px;
  }

  .photography-block .container-fluid {
    padding: 0 8px !important;
  }
}


.masonry-gallery img {
  break-inside: avoid;
}

.photography-row {
  margin: 0 0;

}

.client-gallery__style_1 .header {
  margin-bottom: 60px;
}

.header .header__tags .header__tags-list {
  margin: 0;
}

.header__tags-list>li {
  padding: 0;
}

.header__tags-list>li {
  display: inline-block;
  margin-right: 30px;
  padding: 15px 0;
}

.collection-tag.active {
  opacity: .5;
}

.collection-tag {
  border-bottom: 1px solid transparent;
  display: inline-block;
  padding-bottom: 2px;
  text-align: center;
  transition: all .2s ease-out;
  text-transform: uppercase;
}

.collection-tag {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.2em;
}

.ca-card-zNVWmg {
  background-color: #fff;
}

.contact-form-wrapper__container {
  padding: 70px 15px;
}

.contact-form-wrapper__form-wrapper {
  padding: 60px;
}

.ca-card-2-02wm4N {
  background-color: #ffffff;
}

.contact-form-wrapper--style_3 .form-group {
  margin-bottom: 24px;
}

.contact-form-field__input-label {
  color: #2d2d2d;
  margin-bottom: 0;
  font-size: 0.75rem;
}

.contact-form-field__input-label {
  color: #2d2d2d;
  font-size: 0.75rem;
}

.contact-form-wrapper--style_3 .contact-form-field__input {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: #d1cfc5;
}

.contact-details {
  text-align: left;
  margin-bottom: 18px;
}

.contact-details h2 {
  font-size: 20px;
  margin-top: 0;
  font-weight: 500;
  text-transform: uppercase;
  color: #333;
  letter-spacing: 0.6px;
}

.address-part {
  display: flex;
  justify-content: start;
  align-items: center;
  border-bottom: 1px solid #f1f1f1;
}

.address-part span {
  margin: 0px 0px 0px 0px;
  font-size: 27px;
  color: #007DC4;
}

.address-part span img {
  max-width: 50px;
}

.information {
  padding: 10px 20px;
  text-align: left;
}

.information p {
  font-size: 14px;
  line-height: 22px;
}

.address-part h3 {
  font-size: 15px;
  color: #333;
  font-weight: 600;
  margin: 0px 0px 6px 0px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.whatsapp-app {
  bottom: 3%;
}

.google-app,
.ios-app,
.whatsapp-app {
  position: fixed;
  z-index: 2147483646;
  right: 38px;
}

.aelisa-team.slick-slide.slick-current.slick-active.slick-center {
  margin: 0 10px;
}

.aelisa-team {}

.cars1-carousel.owl-carousel .owl-item {
  height: 800px;
  width: 1200px;
}

.cars1-carousel.owl-carousel .owl-item img {
  height: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.cars1-carousel.owl-carousel .owl-item.active {}

.cars1-carousel {
  position: relative;
  display: block;
  max-width: 800px;
  margin: 0 auto;
}

.cars1-carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
  padding: 0px 0px 0px;
}

/* Mobile Fix - only show one image without scroll */
@media (max-width: 768px) {
  .cars1-carousel {
    max-width: 100% !important;
    width: 100% !important;
    overflow: hidden;
  }

  .cars1-carousel .owl-stage-outer {
    overflow: hidden !important;
  }

  .cars1-carousel .owl-stage {
    display: flex !important;
    width: 100% !important;
  }

  .cars1-carousel .owl-item {
    width: 100% !important;
    flex: 0 0 100%;
    height: auto !important;
  }

  .cars1-carousel .owl-item .img,
  .cars1-carousel .owl-item img {
    width: 100% !important;
    height: auto !important;
    max-width: 100%;
    object-fit: cover;
    position: relative !important;
  }
}



.photography-block .container-fluid {
  padding: 0 148px;
}

.counter-item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  gap: 20px;
}

.counter-item .icon {
  font-size: 72px;
  line-height: 0;
  color: var(--tg-theme-secondary-500);
  transition: 0.3s ease-out;
}

.counter-item .content .count {
  line-height: 0.8;
  margin-bottom: 5px;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.counter-item .content p {
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 500;
}

.media-dial {
  display: flex;
  align-items: center;
}

.just-dial {
  background: white;
  margin-top: -80px;
  margin-bottom: 60px;
  box-shadow: 1px 1px 9px -5px black;
  padding: 30px;
  border-radius: 30px;
}



.social-media {
  position: relative;
  padding: 30px;
}

.social-media::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 2px;
  background: #7c7c7c;
  left: 0;
  top: 0;
}
.social-media::after {
  position: absolute;
  content: '';
  height: 100%;
  width: 2px;
  background: #7c7c7c;
  right: 0;
  top: 0;
}

.social-media i {
  font-size: 26px;
  margin: 3px 8px;
}

.inner-social {
  display: inline-block;
  padding: 5px 36px;
  border: 1px solid #591300;
  border-radius: 29px;
}
.content h2 i{
font-size: 45px;
}
@media(max-width:750px) {
  .media-dial {
    flex-direction: column;
  }
  .social-media::before {
    content: '';
    height: 2px;
    width: 100%;
    background: #7c7c7c;
    left: 0;
    top: 0;
    margin-bottom: 20px;
  }
  .social-media::after {
    position: absolute;
    content: '';
    height: 2px;
    width: 100%;
    background: #7c7c7c;
    right: 0;
    top: 100%;
  }
  .social-media {
    position: relative;
    padding: 40px 0;
    margin: 15px 0;
}

}