/*-----------------------------------------------------------------------------------
	STYLE FOR PRODUCTION SCSS
-----------------------------------------------------------------------------------*/
/*=========================
    Start COMMON css
==========================*/
@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@400;500;600&family=Quicksand:wght@300;400;500;600;700&display=swap");
html {
  font-size: 100%;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
a:hover, a:focus {
  color: inherit;
  text-decoration: none;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

i,
span,
a {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #0d0d0d;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 90px;
  line-height: 90px;
}

h2 {
  font-size: 48px;
  line-height: 55px;
}

h3 {
  font-size: 30px;
  line-height: 40px;
}

h4 {
  font-size: 24px;
  line-height: 32px;
}

h5 {
  font-size: 18px;
  line-height: 28px;
}

h6 {
  font-size: 16px;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

p {
  color: #676767;
  margin: 0;
}

input,
textarea {
  display: inherit;
}

img {
  max-width: 100%;
}

body {
  background-color: #efefef;
  color: #676767;
  font-family: "Mulish", sans-serif;
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
  font-style: normal;
  overflow-x: hidden;
}
body.is-blocked-scroll {
  height: 100vh;
  overflow: hidden;
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.row {
  min-width: 100%;
}

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

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

.parallax-bg {
  background-attachment: fixed;
}

ul.social-link li {
  display: inline-block;
  margin-right: 5px;
}
ul.social-link li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid #dde0e2;
  background-color: #fff;
  border-radius: 4px;
}
ul.social-link li a:hover {
  background-color: #ff344f;
  color: #fff;
}

.form_group {
  position: relative;
}

.form_control {
  width: 100%;
  padding: 0 25px;
  height: 60px;
  border: none;
}

textarea.form_control {
  display: inherit;
  padding-top: 15px;
}

.section-title span.sub-title {
  position: relative;
  margin-bottom: 15px;
  display: block;
  color: #ff344f;
  font-size: 16px;
  line-height: 140%;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .section-title span.sub-title {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .section-title span.sub-title {
    font-size: 20px;
  }
}
.section-title span.sub-title:after, .section-title span.sub-title:before {
  display: inline-block;
  content: "..";
}
.section-title span.sub-title:after {
  margin-left: 7px;
}
.section-title span.sub-title:before {
  margin-right: 7px;
}
.section-title.section-title-left span.sub-title:after {
  display: none;
}
.section-title h2 {
  font-size: 22px;
  line-height: 140%;
}
@media screen and (min-width: 768px) {
  .section-title h2 {
    font-size: 48px;
  }
}
@media screen and (min-width: 768px) {
  .section-title h2 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .section-title h2 {
    font-size: 48px;
  }
}
.section-title span.line {
  position: relative;
  z-index: 1;
  line-height: 1;
  font-weight: 700;
}
.section-title span.line:after {
  position: absolute;
  z-index: -1;
  content: "";
  left: 0;
  bottom: 0;
  height: 8px;
  width: 100%;
  background-color: #ffd74e;
}
.section-title.section-title-white span.sub-title,
.section-title.section-title-white h2,
.section-title.section-title-white p {
  color: #fff;
}
.section-title.section-title-two h2 {
  font-weight: 300;
}

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

.dark-black {
  background-color: #121416;
}

button {
  border: none;
}

.main-btn {
  display: inline-flex;
  position: relative;
  z-index: 1;
  padding: 15px 30px;
  background-color: #ff344f;
  border-radius: 4px;
  color: #fff;
  font-family: "Quicksand", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .main-btn {
    padding: 16px 40px;
  }
}
.main-btn:hover {
  color: #fff;
}
.main-btn:hover:before {
  bottom: 0;
}
.main-btn:before {
  position: absolute;
  z-index: -1;
  content: "";
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0d0d0d;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.main-btn.icon-btn:after {
  display: inline-block;
  content: "\e61a";
  margin-left: 5px;
  font-size: 12px;
  font-family: "themify";
}
.main-btn.icon-search:after, .main-btn.icon-add:after {
  font-size: 18px;
}
.main-btn.icon-search:after {
  content: "\e610";
}

.back-to-top {
  display: none;
  position: fixed;
  z-index: 337;
  right: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  bottom: 30px;
  background: #ff344f;
  color: #fff;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
}
.back-to-top:hover, .back-to-top:focus {
  background: #0c1b36;
  color: #fff;
}

/*=========================
    Extend
==========================*/
/*=========================
    Preloader
==========================*/
.preloader {
  z-index: 99999;
  position: fixed;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  left: 0;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #efefef;
  transition: opacity 0.4s ease-in-out;
  opacity: 1;
  /* Kropki */
}
.preloader.is-hide {
  opacity: 0;
}
.preloader.is-hide .preloader-sparkles > path {
  animation: none;
}
.preloader .preloader-msg {
  margin-top: 20px;
  color: #0d0d0d;
  font-size: 20px;
  line-height: 140%;
  font-weight: 700;
  text-align: center;
  animation: blink 2s infinite;
}
@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}
.preloader .dots::after {
  content: "";
  display: inline-block;
  width: 1em;
  animation: dots 1.2s steps(4, end) infinite;
}
@keyframes dots {
  0% {
    content: "";
  }
  25% {
    content: ".";
  }
  50% {
    content: "..";
  }
  75% {
    content: "...";
  }
  100% {
    content: "";
  }
}

/*=========================
  Header css
==========================*/
/* Header Navigation */
.header-navigation {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
}
.header-navigation .container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 1600px) {
  .header-navigation .container-fluid {
    padding-left: 150px;
    padding-right: 150px;
  }
}
.header-navigation .primary-menu,
.header-navigation .site-branding {
  box-shadow: 0 0 10px 0 rgba(36, 37, 51, 0.25);
  transition: box-shadow 0.3s ease-out;
}
.header-navigation .primary-menu {
  margin: 0 -15px;
  height: 80px;
  background-color: #efefef;
}
@media screen and (min-width: 576px) {
  .header-navigation .primary-menu {
    margin: 0;
    border-radius: 4px;
  }
}
.header-navigation .site-branding {
  display: flex;
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: #ff344f;
}
@media screen and (min-width: 576px) {
  .header-navigation .site-branding {
    border-radius: 4px 0 0 4px;
  }
}
.header-navigation .site-branding .brand-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  color: #f7f7f7;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
  -webkit-user-select: none;
  user-select: none;
}
@media screen and (min-width: 400px) {
  .header-navigation .site-branding .brand-logo {
    padding: 0 20px;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .header-navigation .site-branding .brand-logo {
    font-size: 22px;
  }
}
.header-navigation .nav-menu {
  display: block;
  align-items: flex-start;
  height: 100%;
}
@media screen and (min-width: 1200px) {
  .header-navigation .nav-menu {
    display: flex;
    align-items: center;
    margin-left: 40px;
  }
}
.header-navigation .header-right-nav {
  height: 100%;
  align-items: center;
}
.header-navigation .main-menu ul > li.has-children > a:after {
  display: none;
  margin-top: 2px;
  margin-left: 5px;
  content: "\e64b";
  color: #0d0d0d;
  font-family: "themify";
  font-weight: 400;
  font-size: 13px;
  float: right;
}
@media screen and (min-width: 1200px) {
  .header-navigation .main-menu ul > li.has-children > a:after {
    display: inline-block;
  }
}
.header-navigation .main-menu ul > li.has-children > a.active:after {
  color: #ff344f;
}
.header-navigation .main-menu ul > li.has-children .sub-menu li.has-children:hover > a:after {
  color: #fff;
}
.header-navigation .main-menu ul > li.has-children .sub-menu li.has-children > a:after {
  margin-left: 0;
  margin-right: 5px;
  color: #0d0d0d;
}
.header-navigation .main-menu ul li {
  display: inline-block;
  position: relative;
  margin-left: 12px;
  margin-right: 12px;
}
@media screen and (min-width: 1600px) {
  .header-navigation .main-menu ul li {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.header-navigation .main-menu ul li:first-child > a {
  padding-left: 0;
}
.header-navigation .main-menu ul li > a {
  display: block;
  padding: 32px 0;
  color: #0d0d0d;
  font-size: 16px;
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
  text-transform: capitalize;
  line-height: 1;
}
.header-navigation .main-menu ul li > a.active {
  color: #ff344f;
}
.header-navigation .main-menu ul li .sub-menu {
  position: absolute;
  z-index: 99;
  left: 0;
  top: 120%;
  width: 200px;
  height: auto;
  background-color: #fff;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
}
.header-navigation .main-menu ul li .sub-menu li {
  display: block;
  margin: 0;
}
.header-navigation .main-menu ul li .sub-menu li:last-child > a {
  border-bottom: none;
}
.header-navigation .main-menu ul li .sub-menu li a {
  display: block;
  position: relative;
  margin: 0;
  padding: 7px 15px;
  border-radius: 0;
  border-bottom: 1px solid #ececec;
  color: #1b3255;
  transition: all 0.3s ease-out 0s;
  line-height: 2;
}
.header-navigation .main-menu ul li .sub-menu li a:hover {
  background-color: #ff344f;
  border-color: transparent;
  color: #fff;
}
.header-navigation .main-menu ul li .sub-menu li .sub-menu {
  left: 100%;
  top: 50%;
}
.header-navigation .main-menu ul li .sub-menu li:hover .sub-menu {
  top: 0;
}
.header-navigation .main-menu ul li .sub-menu li:hover > a {
  background-color: #ff344f;
  color: #fff;
}
.header-navigation .main-menu ul li:hover.menu-item-has-children > a:after {
  color: #ff344f;
}
.header-navigation .main-menu ul li:hover > a {
  color: #ff344f;
}
.header-navigation .main-menu ul li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.header-navigation .main-menu ul li .dd-trigger {
  display: none;
}
.header-navigation.breakpoint-on .nav-menu {
  position: fixed;
  top: 0;
  left: -300px;
  z-index: 9999;
  display: block;
  width: 300px;
  height: 100%;
  transition-duration: 500ms;
  padding: 0;
  padding-top: 70px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: scroll;
  text-align: left;
}
.header-navigation.breakpoint-on .nav-menu.menu-on {
  left: 0;
}
.header-navigation.breakpoint-on .nav-menu .main-menu ul li {
  display: block;
  margin: 0;
  border-bottom: 1px solid #ececec;
}
.header-navigation.breakpoint-on .nav-menu .main-menu ul li:last-child {
  border-bottom: 0;
}
.header-navigation.breakpoint-on .nav-menu .main-menu ul li.active .sub-menu {
  border-top: 1px solid #ececec;
}
.header-navigation.breakpoint-on .nav-menu .main-menu ul li a {
  display: block;
  padding: 13px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #0d0d0d;
}
.header-navigation.breakpoint-on .nav-menu .main-menu ul li .sub-menu {
  display: none;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  box-shadow: none;
  background-color: transparent;
  visibility: visible;
  opacity: 1;
  transition: none;
}
.header-navigation.breakpoint-on .nav-menu .main-menu ul li .sub-menu li a {
  padding: 0 20px 0 40px;
  color: #0d0d0d;
  line-height: 45px;
}
.header-navigation.breakpoint-on .nav-menu .main-menu ul li .sub-menu li a:hover {
  border-color: rgba(255, 255, 255, 0.5);
}
.header-navigation.breakpoint-on .nav-menu .main-menu ul li .dd-trigger {
  display: block;
  position: absolute;
  z-index: 2;
  right: 0;
  height: 42px;
  width: 45px;
  top: 0;
  border-left: 1px solid rgb(234, 234, 234);
  background: transparent;
  color: #0d0d0d;
  font-size: 20px;
  line-height: 45px;
  text-align: center;
  cursor: pointer;
}
.header-navigation.breakpoint-on .nav-menu .main-menu.menu-on {
  left: 0;
}
.header-navigation.breakpoint-on .navbar-close,
.header-navigation.breakpoint-on .navbar-toggler {
  display: block;
}
.header-navigation .header-right-nav {
  display: flex;
  justify-content: flex-end;
}
.header-navigation .navbar-toggler {
  display: none;
  padding: 0;
  margin-right: 12px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .header-navigation .navbar-toggler {
    margin-right: 20px;
  }
}
.header-navigation .navbar-toggler span {
  position: relative;
  background-color: #0d0d0d;
  border-radius: 3px;
  display: block;
  height: 3px;
  margin-top: 5px;
  padding: 0;
  transition-duration: 300ms;
  width: 30px;
  cursor: pointer;
}
.header-navigation .navbar-toggler.active span:nth-of-type(1) {
  top: 8px;
  transform: rotate3d(0, 0, 1, 45deg);
}
.header-navigation .navbar-toggler.active span:nth-of-type(2) {
  opacity: 0;
}
.header-navigation .navbar-toggler.active span:nth-of-type(3) {
  top: -8px;
  transform: rotate3d(0, 0, 1, -45deg);
}
.header-navigation .navbar-close {
  display: none;
  position: absolute;
  z-index: 12;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #ff344f;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.header-navigation .navbar-close i {
  color: #fff;
  font-size: 20px;
}
.header-navigation .header-right-nav ul li {
  margin-left: 12px;
}
@media screen and (min-width: 768px) {
  .header-navigation .header-right-nav ul li {
    margin-left: 20px;
  }
}
.header-navigation .header-right-nav ul li:first-child {
  margin-left: 0;
}
.header-navigation .header-right-nav ul li a {
  color: #0d0d0d;
}
.header-navigation .header-right-nav ul li .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffd74e;
  color: #0d0d0d;
}
@media screen and (min-width: 992px) {
  .header-navigation .header-right-nav ul li .icon {
    width: 55px;
    height: 55px;
  }
}
.header-navigation .header-right-nav ul li .main-btn {
  display: flex;
  align-items: center;
  padding: 12px;
  color: #fff;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .header-navigation .header-right-nav ul li .main-btn {
    padding: 14px 20px;
  }
}
@media screen and (min-width: 992px) {
  .header-navigation .header-right-nav ul li .main-btn {
    padding: 14px 22px;
  }
}
@media screen and (min-width: 1200px) {
  .header-navigation .header-right-nav ul li .main-btn {
    padding: 19px 36px;
  }
}
@media screen and (max-width: 767px) {
  .header-navigation .header-right-nav ul li .main-btn span {
    display: none;
  }
}
.header-navigation .header-right-nav ul li .main-btn:after {
  margin-left: 12px;
}
@media screen and (max-width: 767px) {
  .header-navigation .header-right-nav ul li .main-btn:after {
    margin-left: 0;
  }
}
.header-navigation .header-right-nav ul li .main-btn.js-show-searchbar-state-close:after {
  content: "\e646";
}
.header-navigation .header-right-nav ul li .main-btn.js-show-searchbar-state-close:before {
  bottom: 0;
}

/*=========================
    Hero css
==========================*/
.hero-search-wrapper form .form_group i {
  position: absolute;
  top: 29px;
  right: 20px;
}
.hero-search-wrapper form .form_control {
  margin-bottom: 20px;
  padding: 0 20px;
  height: 70px;
  border-radius: 3px;
}
@media screen and (min-width: 992px) {
  .hero-search-wrapper form .form_control {
    margin-bottom: 0;
  }
}
.hero-search-wrapper form .main-btn {
  padding: 20px 25px;
  line-height: 28px;
  width: 100%;
  justify-content: center;
  border-radius: 4px;
}

.hero-content {
  position: relative;
  z-index: 1;
}
.hero-content h1 {
  margin-bottom: 35px;
  font-size: 6.1vw;
  line-height: 140%;
}
@media screen and (min-width: 576px) {
  .hero-content h1 {
    font-size: 34px;
  }
}
@media screen and (min-width: 768px) {
  .hero-content h1 {
    font-size: 42px;
  }
}
@media screen and (min-width: 992px) {
  .hero-content h1 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-content h1 {
    font-size: 42px;
  }
}
.hero-content h2 {
  margin-bottom: 40px;
  font-size: 4.5vw;
  line-height: 140%;
}
@media screen and (min-width: 576px) {
  .hero-content h2 {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .hero-content h2 {
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  .hero-content h2 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-content h2 {
    font-size: 24px;
  }
}
.hero-content .hero-content-btns {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .hero-content .hero-content-btns {
    justify-content: space-between;
  }
}
@media screen and (min-width: 992px) {
  .hero-content .hero-content-btns {
    justify-content: start;
  }
}
.hero-content .hero-content-btns .main-btn {
  flex-basis: 100%;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .hero-content .hero-content-btns .main-btn {
    flex-basis: 49%;
  }
}
@media screen and (min-width: 992px) {
  .hero-content .hero-content-btns .main-btn {
    flex-basis: unset;
    margin-right: 15px;
  }
}
.hero-content .hero-content-btns .main-btn.main-btn-secondary {
  margin-top: 15px;
  background-color: #0d0d0d;
}
@media screen and (min-width: 768px) {
  .hero-content .hero-content-btns .main-btn.main-btn-secondary {
    margin-top: 0;
  }
}
.hero-content .hero-content-btns .main-btn.main-btn-secondary:before {
  background-color: #ff344f;
}

/* Hero Area One css */
.hero-wrapper-one {
  position: relative;
  z-index: 1;
  padding: 120px 0 70px;
}
@media screen and (min-width: 768px) {
  .hero-wrapper-one {
    padding: 150px 0 100px;
  }
}
@media screen and (min-width: 992px) {
  .hero-wrapper-one {
    padding: 180px 0 150px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-wrapper-one {
    padding: 220px 0 270px;
  }
}
.hero-wrapper-one:after, .hero-wrapper-one:before {
  position: absolute;
  top: 0;
  content: "";
  height: 100%;
}
@media screen and (min-width: 992px) {
  .hero-wrapper-one:after {
    display: block;
    width: 43.5%;
    right: 0;
    background: url(/img/hero/hero-one-bg-2-v1.webp) no-repeat center center;
    background-size: cover;
  }
}
.hero-wrapper-one:before {
  width: 100%;
  background: url(/img/hero/hero-one-bg-1.webp) no-repeat center center;
  background-size: cover;
  left: 0;
}
@media screen and (min-width: 992px) {
  .hero-wrapper-one:before {
    width: 56.5%;
  }
}

/* Breadcrumbs css */
.breadcrumbs-wrapper {
  position: relative;
  z-index: 1;
  padding: 135px 0 100px;
}
.breadcrumbs-wrapper:after, .breadcrumbs-wrapper:before {
  position: absolute;
  top: 0;
  content: "";
  width: 50%;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .breadcrumbs-wrapper:after {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .breadcrumbs-wrapper:after {
    right: 0;
    background: url(/img/bg/breadcrumbs-bg-2.webp) no-repeat center;
    background-size: cover;
  }
}
.breadcrumbs-wrapper:before {
  left: 0;
  background: url(/img/bg/breadcrumbs-bg-1.webp) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  .breadcrumbs-wrapper:before {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .breadcrumbs-wrapper.breadcrumbs-wrapper-contact:after {
    background-image: url(/img/bg/contact-bg.webp);
  }
}
@media screen and (min-width: 992px) {
  .breadcrumbs-wrapper.breadcrumbs-wrapper-add-your-point:after {
    background-image: url(/img/bg/add-point-bg.webp);
  }
}
@media screen and (min-width: 992px) {
  .breadcrumbs-wrapper.breadcrumbs-wrapper-blog:after {
    background-image: url(/img/bg/blog-bg.webp);
  }
}
.breadcrumbs-wrapper.breadcrumbs-wrapper-no-bg:before {
  width: 100%;
}
.breadcrumbs-wrapper.breadcrumbs-wrapper-no-bg:after {
  display: none;
}
.breadcrumbs-wrapper .page-title h1.title {
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 45px;
}
@media screen and (min-width: 992px) {
  .breadcrumbs-wrapper .page-title h1.title {
    font-size: 60px;
    line-height: 1.15;
  }
}
.breadcrumbs-wrapper .page-title.page-title-small h1.title {
  font-size: 30px;
  line-height: 42px;
}
@media screen and (min-width: 992px) {
  .breadcrumbs-wrapper .page-title.page-title-small h1.title {
    font-size: 36px;
    line-height: 1.2;
  }
}
.breadcrumbs-wrapper .page-title .breadcrumbs-link {
  padding: 12px;
  display: inline-flex;
  flex-wrap: wrap;
  border-radius: 29px;
  background-color: rgba(255, 255, 255, 0.75);
}
@media screen and (min-width: 1200px) {
  .breadcrumbs-wrapper .page-title .breadcrumbs-link {
    padding: 17px 35px;
  }
}
.breadcrumbs-wrapper .page-title .breadcrumbs-link li {
  display: inline-block;
  color: #0d0d0d;
  font-size: 13px;
  font-weight: 700;
  transition: color 0.3s ease-out;
}
@media screen and (min-width: 460px) {
  .breadcrumbs-wrapper .page-title .breadcrumbs-link li {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .breadcrumbs-wrapper .page-title .breadcrumbs-link li {
    font-size: 15px;
  }
}
.breadcrumbs-wrapper .page-title .breadcrumbs-link li a {
  font-weight: 700;
}
.breadcrumbs-wrapper .page-title .breadcrumbs-link li:after {
  content: "|";
  display: inline-block;
  margin: 0 8px;
}
.breadcrumbs-wrapper .page-title .breadcrumbs-link li:last-child:after {
  display: none;
}
.breadcrumbs-wrapper .page-title .breadcrumbs-link li:hover, .breadcrumbs-wrapper .page-title .breadcrumbs-link li.active {
  color: #ff344f;
}

/*=========================
    Category Slider CSS
==========================*/
.category-slider-item {
  margin-right: 20px;
}
@media screen and (min-width: 460px) {
  .category-slider-item {
    margin-right: 30px;
  }
}
.category-slider-item a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 20px 10px;
  background-color: #fff;
  width: 220px;
  height: 80px;
  color: #0d0d0d;
  font-size: 16px;
  line-height: 1.2;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media screen and (min-width: 460px) {
  .category-slider-item a {
    width: 360px;
    height: 100px;
    font-size: 20px;
  }
}
.category-slider-item a:hover {
  color: #ff344f;
}

/*=========================
    Features CSS
==========================*/
.features-img-box {
  position: relative;
  padding-bottom: 30px;
  padding-right: 30px;
}
.features-img-box img {
  width: 100%;
  box-shadow: 0 0 10px 0 rgba(36, 37, 51, 0.25);
}
.features-img-box:after {
  position: absolute;
  z-index: -1;
  content: "";
  width: 180px;
  height: 180px;
  bottom: 0;
  right: 0;
  background-image: url(/img/bg/cta-bg-3.webp);
  background-position: center;
}

.features-content-box-one h3 {
  margin-bottom: 35px;
  color: #ff344f;
  font-size: 18px;
  line-height: 140%;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .features-content-box-one h3 {
    font-size: 19px;
  }
}
@media screen and (min-width: 1200px) {
  .features-content-box-one h3 {
    font-size: 20px;
  }
}

.features-list-one .list-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 50px;
}
.features-list-one .list-item:last-child {
  margin-bottom: 0;
}
.features-list-one .list-item .icon {
  position: relative;
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  background-color: #ff344f;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
  margin-top: 5px;
  border-radius: 3px;
}
.features-list-one .list-item .icon:before {
  position: absolute;
  top: -6px;
  left: -6px;
  content: "";
  width: 60px;
  height: 60px;
  border: 1px solid #ff344f;
  border-radius: 3px;
}
.features-list-one .list-item .icon i {
  line-height: 1;
  color: #fff;
  font-size: 40px;
}
.features-list-one .list-item .content h4 {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 140%;
}
@media screen and (min-width: 768px) {
  .features-list-one .list-item .content h4 {
    font-size: 19px;
  }
}
@media screen and (min-width: 1200px) {
  .features-list-one .list-item .content h4 {
    font-size: 20px;
  }
}
.features-list-one .list-item .content p {
  margin-bottom: 0;
  color: var(--text-color);
  font-size: 15px;
  line-height: 140%;
}
@media screen and (min-width: 768px) {
  .features-list-one .list-item .content p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .features-list-one .list-item .content p {
    font-size: 17px;
  }
}

/* Features Wrapper Two*/
.features-wrapper-two {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .features-wrapper-two {
    padding-top: 50px !important;
  }
}
.features-wrapper-two:after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(22, 22, 31, 0.9);
}
.features-wrapper-two.features-wrapper-contact:after {
  display: none;
}

/* Features Wrapper Three*/
.features-wrapper-three {
  position: relative;
  background-color: #efefef;
}

.features-item {
  padding: 30px;
  flex-basis: 100%;
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 10px 0 rgba(36, 37, 51, 0.25);
}
@media screen and (min-width: 768px) {
  .features-item {
    padding: 50px 30px;
  }
}
@media screen and (min-width: 1200px) {
  .features-item {
    padding: 60px 30px 55px;
  }
}
.features-item .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  width: 75px;
  height: 75px;
  border: 1px solid #dde0e2;
  border-radius: 4px;
}
@media screen and (min-width: 1200px) {
  .features-item .icon {
    margin-bottom: 30px;
    width: 90px;
    height: 90px;
  }
}
.features-item .icon i {
  font-size: 35px;
  line-height: 1;
  color: #ff344f;
}
@media screen and (min-width: 1200px) {
  .features-item .icon i {
    font-size: 40px;
  }
}
.features-item .content .title {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 140%;
}
@media screen and (min-width: 768px) {
  .features-item .content .title {
    font-size: 19px;
  }
}
@media screen and (min-width: 1200px) {
  .features-item .content .title {
    font-size: 20px;
  }
}
.features-item .content p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 140%;
}
@media screen and (min-width: 768px) {
  .features-item .content p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .features-item .content p {
    font-size: 17px;
  }
}

/* Icon Box CSS */
.icon-box-one {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.icon-box-one .icon {
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dde0e2;
  border-radius: 50%;
  margin-right: 15px;
}
.icon-box-one .icon i {
  color: #ff344f;
}

/* Work Process CSS */
@media screen and (max-width: 1199px) {
  .work-process-area {
    padding-top: 50px !important;
  }
}

.work-process-wrapper .single-process-step {
  padding-bottom: 60px;
}
@media screen and (min-width: 1200px) {
  .work-process-wrapper .single-process-step {
    padding-bottom: 120px;
  }
}
.work-process-wrapper .single-process-step:last-of-type {
  padding-bottom: 0;
}
.work-process-wrapper .single-process-step:nth-child(even) {
  flex-direction: row-reverse;
}
.work-process-wrapper .single-process-step .process-img img {
  box-shadow: 0 0 10px 0 rgba(36, 37, 51, 0.25);
}
.work-process-wrapper .single-process-step .process-content-box {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .work-process-wrapper .single-process-step .process-content-box {
    flex-direction: row;
  }
}
.work-process-wrapper .single-process-step .process-content-box .step-count {
  color: #ff344f;
  font-size: 28px;
  line-height: 140%;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .work-process-wrapper .single-process-step .process-content-box .step-count {
    letter-spacing: -0.5px;
  }
}
@media screen and (min-width: 992px) {
  .work-process-wrapper .single-process-step .process-content-box .step-count {
    margin-right: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .work-process-wrapper .single-process-step .process-content-box .step-count {
    font-size: 34px;
    letter-spacing: 0;
  }
}
.work-process-wrapper .single-process-step .process-content-box .content span.line {
  display: block;
  width: 200px;
  height: 1px;
  margin: 20px 0;
  background-color: #0d0d0d;
}
@media screen and (min-width: 992px) {
  .work-process-wrapper .single-process-step .process-content-box .content span.line {
    display: none;
  }
}
.work-process-wrapper .single-process-step .process-content-box .content h3 {
  margin-bottom: 12px;
  font-size: 28px;
  line-height: 140%;
}
@media screen and (min-width: 768px) {
  .work-process-wrapper .single-process-step .process-content-box .content h3 {
    letter-spacing: -0.5px;
  }
}
@media screen and (min-width: 1200px) {
  .work-process-wrapper .single-process-step .process-content-box .content h3 {
    margin-bottom: 25px;
    font-size: 34px;
    letter-spacing: 0;
  }
}
.work-process-wrapper .single-process-step .process-content-box .content p {
  margin-bottom: 35px;
  font-size: 15px;
  line-height: 140%;
}
@media screen and (min-width: 768px) {
  .work-process-wrapper .single-process-step .process-content-box .content p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .work-process-wrapper .single-process-step .process-content-box .content p {
    font-size: 17px;
  }
}

/*=========================
    Elements CSS
==========================*/
/* CATEGORY AREA */
@media screen and (max-width: 1199px) {
  .category-area .section-title {
    margin-bottom: 30px !important;
  }
}

/* BLOG AREA ON MAINPAGE */
@media screen and (max-width: 1199px) {
  .blog-area-mainpage {
    padding-top: 40px !important;
  }
}

/* CTA CSS */
.cta-wrapper-one,
.cta-wrapper-two {
  position: relative;
  z-index: 1;
  padding: 230px 0 200px;
}
.cta-wrapper-one:after,
.cta-wrapper-two:after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
}
.cta-wrapper-one .cta-content-box h2,
.cta-wrapper-two .cta-content-box h2 {
  margin-bottom: 40px;
  color: #fff;
  font-size: 28px;
  line-height: 140%;
}
@media screen and (min-width: 400px) {
  .cta-wrapper-one .cta-content-box h2,
  .cta-wrapper-two .cta-content-box h2 {
    font-size: 34px;
  }
}
@media screen and (min-width: 768px) {
  .cta-wrapper-one .cta-content-box h2,
  .cta-wrapper-two .cta-content-box h2 {
    font-size: 36px;
  }
}
@media screen and (min-width: 1200px) {
  .cta-wrapper-one .cta-content-box h2,
  .cta-wrapper-two .cta-content-box h2 {
    font-size: 42px;
  }
}
.cta-wrapper-one .cta-content-box h2 small,
.cta-wrapper-one .cta-content-box p,
.cta-wrapper-two .cta-content-box h2 small,
.cta-wrapper-two .cta-content-box p {
  display: block;
  margin-top: 30px;
  font-size: 17px;
  line-height: 140%;
  font-font: "Quicksand", sans-serif;
  font-weight: 300;
}
@media screen and (min-width: 400px) {
  .cta-wrapper-one .cta-content-box h2 small,
  .cta-wrapper-one .cta-content-box p,
  .cta-wrapper-two .cta-content-box h2 small,
  .cta-wrapper-two .cta-content-box p {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .cta-wrapper-one .cta-content-box h2 small,
  .cta-wrapper-one .cta-content-box p,
  .cta-wrapper-two .cta-content-box h2 small,
  .cta-wrapper-two .cta-content-box p {
    font-size: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .cta-wrapper-one .cta-content-box h2 small,
  .cta-wrapper-one .cta-content-box p,
  .cta-wrapper-two .cta-content-box h2 small,
  .cta-wrapper-two .cta-content-box p {
    font-size: 30px;
  }
}

.cta-wrapper-one:after {
  background-color: rgba(22, 22, 31, 0.8);
}

.cta-wrapper-two:after {
  background-color: rgba(17, 20, 41, 0.85);
}
.cta-wrapper-two .cta-content-box h2,
.cta-wrapper-two .cta-content-box p {
  color: #fff;
}
.cta-wrapper-two .cta-content-box p {
  margin-bottom: 35px;
}
.cta-wrapper-two .cta-content-box .main-btn {
  background-color: #ffd74e;
  color: #0d0d0d;
}
.cta-wrapper-two .cta-content-box .main-btn:hover {
  color: #fff;
}

.video-popup {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.video-popup:after, .video-popup:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  border-radius: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid #cccccc;
  animation-name: popupBtn;
  animation: popupBtn infinite 1.8s linear;
}
.video-popup:before {
  animation-delay: 0.8s;
}

@keyframes popupBtn {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.4);
    opacity: 0.3;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}
/*=========================
    Pricing CSS
==========================*/
.pricing-item {
  box-shadow: 0 0 10px 0 rgba(36, 37, 51, 0.25);
}
.pricing-item .pricing-item-inner {
  position: relative;
  padding: 40px 30px;
  border: 1px solid #dde0e2;
  background-color: #fff;
}
@media screen and (min-width: 360px) {
  .pricing-item .pricing-item-inner {
    padding: 40px;
  }
}
@media screen and (min-width: 768px) {
  .pricing-item .pricing-item-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px 20px;
  }
}
@media screen and (min-width: 1200px) {
  .pricing-item .pricing-item-inner {
    padding: 40px;
  }
}
.pricing-item .pricing-item-inner .pricing-head .title {
  color: #ff344f;
  font-size: 20px;
  line-height: 140%;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) {
  .pricing-item .pricing-item-inner .pricing-head .title {
    font-size: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .pricing-item .pricing-item-inner .pricing-head .title {
    font-size: 24px;
  }
}
.pricing-item .pricing-item-inner .pricing-head .price {
  margin: 10px 0;
  color: #0d0d0d;
  font-size: 28px;
  line-height: 140%;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 1200px) {
  .pricing-item .pricing-item-inner .pricing-head .price {
    font-size: 36px;
  }
}
.pricing-item .pricing-item-inner .pricing-head .price small {
  display: block;
  font-size: 15px;
  line-height: 1;
}
@media screen and (min-width: 360px) {
  .pricing-item .pricing-item-inner .pricing-head .price small {
    font-size: 17px;
  }
}
@media screen and (min-width: 1200px) {
  .pricing-item .pricing-item-inner .pricing-head .price small {
    font-size: 20px;
  }
}
.pricing-item .pricing-item-inner .pricing-head .desc {
  margin: 0;
  font-size: 15px;
  line-height: 140%;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .pricing-item .pricing-item-inner .pricing-head .desc {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .pricing-item .pricing-item-inner .pricing-head .desc {
    font-size: 17px;
  }
}
.pricing-item .pricing-item-inner .pricing-body {
  width: 100%;
  padding: 40px 0;
}
.pricing-item .pricing-item-inner .pricing-body .list {
  text-align: left;
}
.pricing-item .pricing-item-inner .pricing-body .list li {
  position: relative;
  margin-bottom: 25px;
  padding-left: 40px;
  font-size: 15px;
  line-height: 140%;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .pricing-item .pricing-item-inner .pricing-body .list li {
    font-size: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .pricing-item .pricing-item-inner .pricing-body .list li {
    font-size: 16px;
  }
}
.pricing-item .pricing-item-inner .pricing-body .list li b, .pricing-item .pricing-item-inner .pricing-body .list li strong {
  font-weight: 700;
  text-decoration: underline;
}
.pricing-item .pricing-item-inner .pricing-body .list li:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  color: #ff344f;
  font-size: 15px;
  line-height: 140%;
  font-family: "themify";
  content: "\e64c";
}
@media screen and (min-width: 768px) {
  .pricing-item .pricing-item-inner .pricing-body .list li:before {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .pricing-item .pricing-item-inner .pricing-body .list li:before {
    font-size: 17px;
  }
}
.pricing-item .pricing-item-inner .pricing-body .list .list-elem-false {
  text-decoration: line-through;
}
.pricing-item .pricing-item-inner .pricing-body .list .list-elem-false:before {
  color: #676767;
  content: "\e646";
}
.pricing-item .pricing-item-inner .main-btn {
  display: flex;
  justify-content: center;
  border-color: transparent;
  background-color: #ffd74e;
  color: #0d0d0d;
}
.pricing-item .pricing-item-inner .main-btn:hover {
  color: #fff;
}
.pricing-item .pricing-item-inner .main-btn:hover:before {
  background-color: #121416;
}

/*=========================
    Newsletter CSS
==========================*/
@media screen and (min-width: 992px) {
  .newsletter-area .container-fluid {
    max-width: 960px;
  }
}

.newsletter-wrapper {
  position: relative;
  z-index: 2;
  padding: 75px 0;
}
@media screen and (min-width: 768px) {
  .newsletter-wrapper .newsletter-wrapper-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.newsletter-wrapper .newsletter-wrapper-box h2 {
  color: #fff;
  font-size: 24px;
  line-height: 140%;
  text-align: center;
}
@media screen and (min-width: 400px) {
  .newsletter-wrapper .newsletter-wrapper-box h2 {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) {
  .newsletter-wrapper .newsletter-wrapper-box h2 {
    font-size: 28px;
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  .newsletter-wrapper .newsletter-wrapper-box h2 {
    font-size: 32px;
  }
}
.newsletter-wrapper .newsletter-wrapper-box .main-btn {
  display: block;
  margin: 20px auto 0;
  padding: 16px 20px;
  min-width: 200px;
  background-color: #0d0d0d;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media screen and (min-width: 768px) {
  .newsletter-wrapper .newsletter-wrapper-box .main-btn {
    margin: 0 0 0 20px;
  }
}
.newsletter-wrapper .newsletter-wrapper-box .main-btn:hover, .newsletter-wrapper .newsletter-wrapper-box .main-btn:active {
  opacity: 0.8;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/*=========================
    Pagination
==========================*/
.elem-pagination .pagination-list li {
  display: inline-block;
  margin-left: 7.5px;
  margin-right: 7.5px;
}
.elem-pagination .pagination-list li button, .elem-pagination .pagination-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border: 1px solid #efefef;
  border-radius: 50%;
  color: #676767;
}
.elem-pagination .pagination-list li button.active, .elem-pagination .pagination-list li button:hover, .elem-pagination .pagination-list li a.active, .elem-pagination .pagination-list li a:hover {
  border-color: transparent;
  color: #fff;
  background-color: #ff344f;
}

/*=========================
    Cookie popup
==========================*/
.cookie-popup {
  display: none;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 15px;
  width: 100%;
  border-top: 2px solid #ff344f;
  background-color: #efefef;
  z-index: 338;
}
@media screen and (min-width: 1200px) {
  .cookie-popup {
    right: 20px;
    bottom: 20px;
    left: auto;
    padding: 23px;
    width: 420px;
    border: 2px solid #ff344f;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(36, 37, 51, 0.5);
  }
}
.cookie-popup.is-active {
  display: flex;
}
.cookie-popup .cookie-popup-text {
  margin-right: 5px;
  color: #676767;
  font-size: 14px;
  line-height: 160%;
}
@media screen and (min-width: 1200px) {
  .cookie-popup .cookie-popup-text {
    margin-right: 0;
    font-size: 15px;
  }
}
.cookie-popup .cookie-popup-link {
  color: #ff344f;
  font-weight: 700;
  transition: color 0.3s ease-out;
}
@media screen and (min-width: 1200px) {
  .cookie-popup .cookie-popup-link:hover, .cookie-popup .cookie-popup-link:focus {
    color: #0d0d0d;
  }
}
.cookie-popup .cookie-popup-close {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-width: 24px;
  max-width: 24px;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  outline: 0;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .cookie-popup .cookie-popup-close {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(-3px, 3px);
  }
}
@media screen and (min-width: 1200px) {
  .cookie-popup .cookie-popup-close:hover span {
    background-color: #ff344f;
  }
}
.cookie-popup .cookie-popup-close span {
  position: absolute;
  top: 13px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #0d0d0d;
  border-radius: 2px;
  transition: background-color 0.3s ease-out;
}
@media screen and (min-width: 1200px) {
  .cookie-popup .cookie-popup-close span {
    height: 4px;
  }
}
.cookie-popup .cookie-popup-close span:nth-child(1) {
  transform: rotate(45deg);
}
.cookie-popup .cookie-popup-close span:nth-child(2) {
  transform: rotate(-45deg);
}

/*=========================
    Listing CSS
==========================*/
.listing-item .listing-thumbnail {
  position: relative;
}
.listing-item .listing-thumbnail img {
  display: block;
  width: 100%;
}
.listing-item .listing-content h3.title:hover {
  color: #ff344f;
}

h3.title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

.featured-btn {
  padding: 5px 14px;
  background-color: #ff344f;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.listing-slider-two .listing-grid-item {
  margin-left: 15px;
  margin-right: 15px;
}

.listing-slider-one .listing-item,
.listing-slider-two .listing-item {
  margin: 15px;
  max-width: 290px;
}
@media screen and (min-width: 400px) {
  .listing-slider-one .listing-item,
  .listing-slider-two .listing-item {
    max-width: 340px;
  }
}
@media screen and (min-width: 768px) {
  .listing-slider-one .listing-item,
  .listing-slider-two .listing-item {
    max-width: 370px;
  }
}

.listing-grid-item .listing-thumbnail .cat-btn {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  background-color: #ff344f;
}
.listing-grid-item .listing-thumbnail .cat-btn i {
  line-height: 1;
}
.listing-grid-item .listing-thumbnail .featured-btn {
  position: absolute;
  top: 25px;
  right: 20px;
}
.listing-grid-item .listing-thumbnail img {
  border-radius: 5px 5px 0 0;
}
.listing-grid-item .listing-content {
  padding: 20px 30px 25px;
  border-radius: 0 0 3px 3px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(36, 37, 51, 0.25);
}
.listing-grid-item .listing-content .title {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 140%;
}
@media screen and (min-width: 768px) {
  .listing-grid-item .listing-content .title {
    font-size: 19px;
  }
}
@media screen and (min-width: 1200px) {
  .listing-grid-item .listing-content .title {
    font-size: 20px;
  }
}
.listing-grid-item .listing-content p {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 140%;
}
@media screen and (min-width: 768px) {
  .listing-grid-item .listing-content p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .listing-grid-item .listing-content p {
    font-size: 17px;
  }
}
.listing-grid-item .listing-content p:empty {
  display: none;
}
.listing-grid-item .listing-content .listing-content-location {
  margin-bottom: 0;
  padding-top: 15px;
  border-top: 1px solid #dfdfdf;
  font-size: 15px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .listing-grid-item .listing-content .listing-content-location {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .listing-grid-item .listing-content .listing-content-location {
    font-size: 17px;
  }
}
.listing-grid-item .listing-content .listing-content-location i {
  margin-right: 10px;
  color: #ff344f;
}

.listing-hero .listing-hero-wrapper {
  border-bottom: 1px solid #dde0e2;
  padding-bottom: 30px;
}
.listing-hero .listing-hero-wrapper .content-details {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .listing-hero .listing-hero-wrapper .content-details {
    align-items: start;
    justify-content: space-between;
  }
}
.listing-hero .listing-hero-wrapper .thumb {
  margin-bottom: 20px;
  flex-basis: 370px;
}
@media screen and (min-width: 768px) {
  .listing-hero .listing-hero-wrapper .thumb {
    margin-bottom: 0;
    flex-basis: 250px;
  }
}
.listing-hero .listing-hero-wrapper .thumb img {
  width: 100%;
}
.listing-hero .listing-hero-wrapper .content-data {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .listing-hero .listing-hero-wrapper .content-data {
    flex-basis: calc(100% - 280px);
  }
}
.listing-hero .listing-hero-wrapper .content-data h1 {
  font-size: 20px;
  line-height: 120%;
  text-decoration-color: #ffd74e;
  text-decoration-line: underline;
}
@media screen and (min-width: 768px) {
  .listing-hero .listing-hero-wrapper .content-data h1 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1200px) {
  .listing-hero .listing-hero-wrapper .content-data h1 {
    font-size: 36px;
  }
}
.listing-hero .listing-hero-wrapper .content-data p {
  margin: 12px 0;
  font-size: 15px;
  line-height: 140%;
}
@media screen and (min-width: 768px) {
  .listing-hero .listing-hero-wrapper .content-data p {
    margin: 15px 0;
    font-size: 16px;
  }
}
@media screen and (min-width: 120-px) {
  .listing-hero .listing-hero-wrapper .content-data p {
    font-size: 17px;
  }
}
.listing-hero .listing-hero-wrapper .content-data p i {
  margin-right: 4px;
}
.listing-hero .listing-hero-wrapper .content-data p button {
  margin: 0;
  padding: 0;
  outline: 0;
  background-color: transparent;
  color: inherit;
  text-decoration-color: #0d0d0d;
  text-decoration-line: underline;
  text-align: left;
}
.listing-hero .listing-hero-wrapper .content-data p button:hover {
  color: #ff344f;
}
.listing-hero .listing-hero-wrapper .content-data .social-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.listing-hero .listing-hero-wrapper .content-data .social-link li {
  margin-right: 0;
}
.listing-hero .listing-hero-wrapper .content-data .social-link li a {
  min-width: 50px;
  width: auto;
}
.listing-hero .listing-hero-wrapper .content-data .social-link li .open-pdf-menu-popup {
  padding: 12px;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.listing-details-wrapper .title {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 120%;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .listing-details-wrapper .title {
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .listing-details-wrapper .title {
    font-size: 28px;
  }
}
.listing-details-wrapper .title:after {
  position: absolute;
  z-index: -1;
  content: "";
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #ffd74e;
}
.listing-details-wrapper .listing-content {
  margin-bottom: 30px;
  border-bottom: 1px solid #dde0e2;
}
.listing-details-wrapper .listing-content p, .listing-details-wrapper .listing-content ul, .listing-details-wrapper .listing-content ol, .listing-details-wrapper .listing-content ul li, .listing-details-wrapper .listing-content ol li {
  font-size: 15px;
  line-height: 140%;
}
@media screen and (min-width: 768px) {
  .listing-details-wrapper .listing-content p, .listing-details-wrapper .listing-content ul, .listing-details-wrapper .listing-content ol, .listing-details-wrapper .listing-content ul li, .listing-details-wrapper .listing-content ol li {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .listing-details-wrapper .listing-content p, .listing-details-wrapper .listing-content ul, .listing-details-wrapper .listing-content ol, .listing-details-wrapper .listing-content ul li, .listing-details-wrapper .listing-content ol li {
    font-size: 17px;
  }
}
.listing-details-wrapper .listing-content p a, .listing-details-wrapper .listing-content ul a, .listing-details-wrapper .listing-content ol a, .listing-details-wrapper .listing-content ul li a, .listing-details-wrapper .listing-content ol li a {
  color: #ff344f;
  font-weight: 700;
}
.listing-details-wrapper .listing-content p a:hover, .listing-details-wrapper .listing-content ul a:hover, .listing-details-wrapper .listing-content ol a:hover, .listing-details-wrapper .listing-content ul li a:hover, .listing-details-wrapper .listing-content ol li a:hover {
  color: #0d0d0d;
}
.listing-details-wrapper .listing-content p span, .listing-details-wrapper .listing-content ul span, .listing-details-wrapper .listing-content ol span, .listing-details-wrapper .listing-content ul li span, .listing-details-wrapper .listing-content ol li span {
  color: #ff344f;
}
.listing-details-wrapper .listing-content p.para {
  color: #ff344f;
  font-weight: 700;
}
.listing-details-wrapper .listing-content p:empty {
  display: none;
}
.listing-details-wrapper .listing-content p, .listing-details-wrapper .listing-content ul, .listing-details-wrapper .listing-content ol {
  margin-bottom: 25px;
}
.listing-details-wrapper .listing-content ul li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 25px;
}
.listing-details-wrapper .listing-content ul li:last-child {
  margin-bottom: 0;
}
.listing-details-wrapper .listing-content ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\e64d";
  color: #ff344f;
  font-family: "themify";
}
.listing-details-wrapper .listing-content ol {
  list-style-position: inside;
  list-style-type: decimal;
}
.listing-details-wrapper .listing-content ol li {
  margin-bottom: 12px;
}
.listing-details-wrapper .listing-content ol li:last-child {
  margin-bottom: 0;
}
.listing-details-wrapper .listing-features-box {
  margin-bottom: 30px;
  border-bottom: 1px solid #dde0e2;
}
.listing-details-wrapper .listing-play-box {
  margin-bottom: 30px;
  border-bottom: 1px solid #dde0e2;
}
.listing-details-wrapper .listing-play-box .play-content {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  padding: 185px 0;
}
.listing-details-wrapper .listing-play-box .play-content:after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(2, 3, 11, 0.45);
}
.listing-details-wrapper .listing-play-box .play-content .video-popup {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background-color: #ffd74e;
  color: #0d0d0d;
}
.listing-details-wrapper .listing-gallery-box {
  margin-bottom: 30px;
  border-bottom: 1px solid #dde0e2;
}
.listing-details-wrapper .listing-gallery-box img {
  display: block;
  width: 100%;
  border-radius: 5px;
}
.listing-details-wrapper .listing-gallery-box .listing-gallery-box-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}
@media screen and (min-width: 400px) {
  .listing-details-wrapper .listing-gallery-box .listing-gallery-box-inner {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .listing-details-wrapper .listing-gallery-box .listing-gallery-box-inner {
    grid-template-columns: repeat(4, 1fr);
  }
}

.faq-accordian .card {
  margin-bottom: 20px;
  border-radius: 0;
  border: none;
  border-left: 3px solid #ff344f;
}
.faq-accordian .card:last-child {
  margin-bottom: 0;
}
.faq-accordian .card .card-header {
  position: relative;
  padding: 22px 30px;
  border-radius: 0;
  border: 1px solid #dde0e2;
  border-bottom: 1px solid #efefef;
  background-color: transparent;
  color: #0d0d0d;
  font-size: 15px;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  cursor: pointer;
  transition: border-color 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .faq-accordian .card .card-header {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .faq-accordian .card .card-header {
    font-size: 19px;
  }
}
.faq-accordian .card .card-header.collapsed {
  border-bottom: 1px solid #dde0e2;
}
.faq-accordian .card .card-body {
  border: 1px solid #dde0e2;
  border-top: none;
  font-size: 15px;
  line-height: 150%;
}
.faq-accordian .card .card-body p, .faq-accordian .card .card-body ul li, .faq-accordian .card .card-body ol li {
  font-size: 15px;
  line-height: 150%;
}
@media screen and (min-width: 768px) {
  .faq-accordian .card .card-body p, .faq-accordian .card .card-body ul li, .faq-accordian .card .card-body ol li {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .faq-accordian .card .card-body p, .faq-accordian .card .card-body ul li, .faq-accordian .card .card-body ol li {
    font-size: 17px;
  }
}
.faq-accordian .card .card-body p, .faq-accordian .card .card-body ul, .faq-accordian .card .card-body ol, .faq-accordian .card .card-body ul li, .faq-accordian .card .card-body ol li {
  margin-bottom: 12px;
}
.faq-accordian .card .card-body p:last-child, .faq-accordian .card .card-body ul:last-child, .faq-accordian .card .card-body ol:last-child, .faq-accordian .card .card-body ul li:last-child, .faq-accordian .card .card-body ol li:last-child {
  margin-bottom: 0;
}
.faq-accordian .card .card-body ul li {
  position: relative;
  padding-left: 25px;
}
.faq-accordian .card .card-body ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\e64d";
  color: #ff344f;
  font-family: "themify";
}
.faq-accordian .card .card-body ol {
  list-style-position: inside;
  list-style-type: decimal;
}
.faq-accordian .card .card-body a {
  color: #ff344f;
  font-weight: 700;
}
.faq-accordian .card .card-body a:hover {
  color: #0d0d0d;
}
.faq-accordian .card .card-header[aria-expanded]:after {
  position: absolute;
  content: "\e61a";
  top: 22px;
  right: 15px;
  font-family: "themify";
  font-size: 16px;
  color: #ff344f;
}
.faq-accordian .card .card-header[aria-expanded=true]:after {
  content: "\e622";
}

/*=========================
    Testimonial css
==========================*/
@media screen and (max-width: 767px) {
  .testimonial-area {
    padding: 80px 0;
  }
}
.testimonial-area .section-title {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .testimonial-area .section-title {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .testimonial-area .section-title {
    margin-bottom: 55px;
  }
}

.testimonial-wrapper {
  border-radius: 20px;
  background-color: #fff;
}
.testimonial-wrapper:after {
  position: absolute;
  bottom: -20px;
  left: 50%;
  content: "";
  width: 90%;
  height: 100%;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(36, 37, 51, 0.08);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.testimonial-wrapper .testimonial-review-area {
  position: relative;
  z-index: 1;
  padding: 50px 30px 0;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(36, 37, 51, 0.08);
}
@media screen and (min-width: 768px) {
  .testimonial-wrapper .testimonial-review-area {
    padding: 35px 60px 0;
  }
}
.testimonial-wrapper img {
  margin: 0 auto 20px;
}
.testimonial-wrapper .testimonial-item {
  margin: 0;
}
.testimonial-wrapper .testimonial-item p {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .testimonial-wrapper .testimonial-item p {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .testimonial-wrapper .testimonial-item p {
    font-size: 18px;
    line-height: 30px;
  }
}
.testimonial-wrapper .testimonial-item p.testimonial-item-author {
  margin: 30px auto 0;
  color: #0d0d0d;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .testimonial-wrapper .testimonial-item p.testimonial-item-author {
    margin: 40px auto 0;
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .testimonial-wrapper .testimonial-item p.testimonial-item-author {
    font-size: 24px;
    line-height: 32px;
  }
}
.testimonial-wrapper .testimonial-item p.testimonial-item-author span {
  display: block;
  color: #676767;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

/*=========================
    Blog css
==========================*/
.btn-link {
  color: #676767;
  font-size: 14px;
  line-height: 140%;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .btn-link {
    font-size: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .btn-link {
    font-size: 16px;
  }
}
.btn-link:after {
  display: inline-block;
  margin-left: 5px;
  content: "\e61a";
  font-family: "themify";
  font-size: 12px;
}
.btn-link:hover {
  color: #ff344f;
  text-decoration: none;
}

.blog-post-item {
  width: 100%;
  flex-basis: 100%;
}
.blog-post-item .post-thumbnail {
  position: relative;
}
.blog-post-item .post-thumbnail img {
  display: block;
  width: 100%;
}
.blog-post-item .entry-content {
  box-shadow: 0 0 10px 0 rgba(36, 37, 51, 0.25);
}
.blog-post-item .entry-content .entry-content-date {
  position: absolute;
  top: 0;
  display: block;
  padding: 6px 12px;
  border-radius: 20px;
  background-color: #ff344f;
  color: #fff;
  font-size: 13px;
  transform: translateY(-50%);
}
@media screen and (min-width: 400px) {
  .blog-post-item .entry-content .entry-content-date {
    padding: 10px 25px;
    font-size: 14px;
  }
}
.blog-post-item .entry-content .entry-content-date i {
  margin-right: 6px;
  color: #fff;
}
@media screen and (min-width: 400px) {
  .blog-post-item .entry-content .entry-content-date i {
    margin-right: 10px;
  }
}

.blog-post-item-three .entry-content {
  position: relative;
  padding: 35px 15px 25px;
  border: 1px solid #efefef;
  background-color: #fff;
}
.blog-post-item-three .entry-content .title {
  font-size: 18px;
  line-height: 140%;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .blog-post-item-three .entry-content .title {
    font-size: 19px;
  }
}
@media screen and (min-width: 1200px) {
  .blog-post-item-three .entry-content .title {
    font-size: 20px;
  }
}
.blog-post-item-three .entry-content .title:hover {
  color: #ff344f;
}

.blog-post-item-four {
  box-shadow: unset;
}
.blog-post-item-four:hover .title {
  color: #ff344f;
}
.blog-post-item-four:hover .btn-link {
  color: #ff344f;
  text-decoration: none;
}
.blog-post-item-four .entry-content {
  position: relative;
  padding: 30px 20px 25px;
  border-radius: 10px 0 0 10px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(36, 37, 51, 0.25);
}
@media screen and (min-width: 768px) {
  .blog-post-item-four .entry-content {
    margin-left: 30px;
    margin-top: -85px;
    padding: 35px;
  }
}
.blog-post-item-four .entry-content .title {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 140%;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .blog-post-item-four .entry-content .title {
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .blog-post-item-four .entry-content .title {
    font-size: 30px;
  }
}
.blog-post-item-four .entry-content p {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 140%;
}
@media screen and (min-width: 768px) {
  .blog-post-item-four .entry-content p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .blog-post-item-four .entry-content p {
    font-size: 17px;
  }
}

.blog-details-wrapper .post-thumbnail img {
  width: 100%;
  display: block;
}
.blog-details-wrapper .entry-content .post-meta {
  display: inline-block;
  margin-bottom: 0;
  padding: 6px 12px;
  background-color: #ff344f;
  color: #fff;
  font-size: 13px;
  clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
  transform: translateY(-50%);
}
@media screen and (min-width: 400px) {
  .blog-details-wrapper .entry-content .post-meta {
    padding: 10px 25px;
  }
}
@media screen and (min-width: 768px) {
  .blog-details-wrapper .entry-content .post-meta {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .blog-details-wrapper .entry-content .post-meta {
    padding: 28px 60px 28px 30px;
    font-size: 16px;
  }
}
.blog-details-wrapper .entry-content .post-meta i {
  margin-right: 6px;
  color: #fff;
}
@media screen and (min-width: 400px) {
  .blog-details-wrapper .entry-content .post-meta i {
    margin-right: 10px;
  }
}
.blog-details-wrapper .entry-content .title,
.blog-details-wrapper .entry-content h2 {
  margin-bottom: 15px;
  font-size: 26px;
  line-height: 140%;
}
@media screen and (min-width: 768px) {
  .blog-details-wrapper .entry-content .title,
  .blog-details-wrapper .entry-content h2 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1200px) {
  .blog-details-wrapper .entry-content .title,
  .blog-details-wrapper .entry-content h2 {
    font-size: 36px;
  }
}
.blog-details-wrapper .entry-content h3 {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 140%;
}
@media screen and (min-width: 768px) {
  .blog-details-wrapper .entry-content h3 {
    font-size: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .blog-details-wrapper .entry-content h3 {
    font-size: 24px;
  }
}
.blog-details-wrapper .entry-content h4, .blog-details-wrapper .entry-content h5, .blog-details-wrapper .entry-content h6 {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 140%;
}
@media screen and (min-width: 768px) {
  .blog-details-wrapper .entry-content h4, .blog-details-wrapper .entry-content h5, .blog-details-wrapper .entry-content h6 {
    font-size: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .blog-details-wrapper .entry-content h4, .blog-details-wrapper .entry-content h5, .blog-details-wrapper .entry-content h6 {
    font-size: 24px;
  }
}
.blog-details-wrapper .entry-content p, .blog-details-wrapper .entry-content ul, .blog-details-wrapper .entry-content ol, .blog-details-wrapper .entry-content ul li, .blog-details-wrapper .entry-content ol li {
  font-size: 15px;
  line-height: 140%;
}
@media screen and (min-width: 768px) {
  .blog-details-wrapper .entry-content p, .blog-details-wrapper .entry-content ul, .blog-details-wrapper .entry-content ol, .blog-details-wrapper .entry-content ul li, .blog-details-wrapper .entry-content ol li {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .blog-details-wrapper .entry-content p, .blog-details-wrapper .entry-content ul, .blog-details-wrapper .entry-content ol, .blog-details-wrapper .entry-content ul li, .blog-details-wrapper .entry-content ol li {
    font-size: 17px;
  }
}
.blog-details-wrapper .entry-content p a, .blog-details-wrapper .entry-content ul a, .blog-details-wrapper .entry-content ol a, .blog-details-wrapper .entry-content ul li a, .blog-details-wrapper .entry-content ol li a {
  color: #ff344f;
  font-weight: 700;
}
.blog-details-wrapper .entry-content p a:hover, .blog-details-wrapper .entry-content ul a:hover, .blog-details-wrapper .entry-content ol a:hover, .blog-details-wrapper .entry-content ul li a:hover, .blog-details-wrapper .entry-content ol li a:hover {
  color: #0d0d0d;
}
.blog-details-wrapper .entry-content p span, .blog-details-wrapper .entry-content ul span, .blog-details-wrapper .entry-content ol span, .blog-details-wrapper .entry-content ul li span, .blog-details-wrapper .entry-content ol li span {
  color: #ff344f;
}
.blog-details-wrapper .entry-content p.para {
  color: #ff344f;
}
.blog-details-wrapper .entry-content p, .blog-details-wrapper .entry-content ul, .blog-details-wrapper .entry-content ol {
  margin-bottom: 25px;
}
.blog-details-wrapper .entry-content ul li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 25px;
}
.blog-details-wrapper .entry-content ul li:last-child {
  margin-bottom: 0;
}
.blog-details-wrapper .entry-content ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\e64d";
  color: #ff344f;
  font-family: "themify";
}
.blog-details-wrapper .entry-content ol {
  list-style-position: inside;
  list-style-type: decimal;
}
.blog-details-wrapper .entry-content ol li {
  margin-bottom: 12px;
}
.blog-details-wrapper .entry-content ol li:last-child {
  margin-bottom: 0;
}
.blog-details-wrapper .entry-content img {
  display: block;
  margin: 18px 0 33px;
  width: 100%;
  box-shadow: 0 0 10px 0 rgba(36, 37, 51, 0.25);
}
.blog-details-wrapper .entry-content .blockquote-outer {
  padding: 20px 30px 14px;
}
@media screen and (min-width: 992px) {
  .blog-details-wrapper .entry-content .blockquote-outer {
    padding: 20px 70px 14px;
  }
}
.blog-details-wrapper .entry-content .blockquote-outer img {
  display: inline-block;
  margin: 0 0 30px;
  width: auto;
  box-shadow: unset;
}
.blog-details-wrapper .entry-content .blockquote-outer h4 {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 140%;
  font-style: italic;
}
@media screen and (min-width: 768px) {
  .blog-details-wrapper .entry-content .blockquote-outer h4 {
    font-size: 17px;
  }
}
@media screen and (min-width: 1200px) {
  .blog-details-wrapper .entry-content .blockquote-outer h4 {
    font-size: 18px;
  }
}
.blog-details-wrapper .entry-content .blockquote-outer h5 {
  color: #ff344f;
  font-size: 15px;
  line-height: 140%;
}
@media screen and (min-width: 768px) {
  .blog-details-wrapper .entry-content .blockquote-outer h5 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .blog-details-wrapper .entry-content .blockquote-outer h5 {
    font-size: 17px;
  }
}
.blog-details-wrapper .post-navigation {
  padding: 40px 0;
  margin: 40px 0;
  border-top: 1px solid #dde0e2;
  border-bottom: 1px solid #dde0e2;
}
.blog-details-wrapper .post-navigation .post-nav-item {
  max-width: 250px;
  margin: 15px 0;
}
.blog-details-wrapper .post-navigation .post-nav-item h5:hover {
  color: #ff344f;
}
@media screen and (min-width: 768px) {
  .blog-details-wrapper .post-navigation .post-nav-item .row .col-md-6:nth-of-type(2) .post-nav-item {
    float: right;
    text-align: right;
  }
}

/*=========================
    Footer css
==========================*/
.footer-area .widget-title {
  margin-bottom: 20px;
  color: #fff;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .footer-area .widget-title {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .footer-area .widget-title {
    font-size: 24px;
    line-height: 140%;
  }
}
.footer-area p {
  margin-bottom: 30px;
  color: #fff;
  font-size: 15px;
  line-height: 140%;
}
@media screen and (min-width: 768px) {
  .footer-area p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .footer-area p {
    font-size: 17px;
  }
}
.footer-area ul.social-link li {
  margin-right: 10px;
}
.footer-area ul.social-link li a {
  border: 0;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.footer-area ul.social-link li a:hover {
  background-color: #ff344f;
}
.footer-area .post-widget-list .post-content-item {
  margin-bottom: 30px;
}
.footer-area .post-widget-list .post-content-item:last-child {
  margin-bottom: 0;
}
.footer-area .post-widget-list .post-content-item .post-title-date span.posted-on {
  display: block;
  margin-bottom: 10px;
  color: #676767;
  font-size: 14px;
  line-height: 140%;
}
.footer-area .post-widget-list .post-content-item .post-title-date h6.title {
  color: #fff;
  font-size: 15px;
  line-height: 140%;
}
@media screen and (min-width: 768px) {
  .footer-area .post-widget-list .post-content-item .post-title-date h6.title {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .footer-area .post-widget-list .post-content-item .post-title-date h6.title {
    font-size: 17px;
  }
}
.footer-area .post-widget-list .post-content-item .post-title-date h6.title:hover {
  color: #ff344f;
}
.footer-area .newsletter-widget .main-btn {
  background-color: #ffd74e;
  color: #0d0d0d;
}
.footer-area .newsletter-widget .main-btn:hover {
  color: #fff;
}
.footer-area .newsletter-widget .main-btn:hover:before {
  background-color: #ff344f;
}
.footer-area .copyright-area {
  padding: 25px 0;
  border-top: 1px solid rgba(223, 225, 228, 0.15);
}
.footer-area .copyright-area .copyright-text {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .footer-area .copyright-area .copyright-text {
    text-align: left;
  }
}
.footer-area .copyright-area .copyright-text p {
  margin-bottom: 20px;
  color: #676767;
  font-size: 15px;
  line-height: 140%;
}
@media screen and (min-width: 768px) {
  .footer-area .copyright-area .copyright-text p {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  .footer-area .copyright-area .copyright-text p {
    margin-bottom: 0;
  }
}
.footer-area .copyright-area .copyright-link {
  padding-top: 15px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .footer-area .copyright-area .copyright-link {
    padding-top: 0;
    text-align: right;
  }
}
.footer-area .copyright-area .copyright-link a {
  margin-right: 20px;
  color: #fff;
  font-size: 15px;
  line-height: 140%;
}
@media screen and (min-width: 768px) {
  .footer-area .copyright-area .copyright-link a {
    font-size: 16px;
  }
}
.footer-area .copyright-area .copyright-link a:hover {
  color: #ff344f;
}
.footer-area .copyright-area .copyright-link a:last-of-type {
  margin-right: 0;
}

/*=========================
    Contact css
==========================*/
.contact-section p {
  font-size: 15px;
  line-height: 140%;
}
@media screen and (min-width: 768px) {
  .contact-section p {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .contact-section p {
    font-size: 17px;
  }
}

.contact-wrapper-one .contact-form label {
  color: #0d0d0d;
  font-weight: 700;
  cursor: pointer;
}
.contact-wrapper-one .contact-form form .check-group .form-check-label {
  font-weight: 400;
}
.contact-wrapper-one .contact-form form .check-group .form-check-label a {
  color: #ff344f;
  font-weight: 700;
}
.contact-wrapper-one .contact-form form .check-group .form-check-label a:hover {
  color: #0d0d0d;
}
.contact-wrapper-one .contact-form form .form_control {
  border: 1px solid #dde0e2;
  height: 70px;
  margin-bottom: 20px;
  border-radius: 3px;
  color: #0d0d0d;
  font-family: "Quicksand", sans-serif;
  font-size: 15px;
  line-height: 140%;
  font-weight: 500;
}
.contact-wrapper-one .contact-form form .form_control::placeholder {
  color: #676767;
}
@media screen and (min-width: 768px) {
  .contact-wrapper-one .contact-form form .form_control {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .contact-wrapper-one .contact-form form .form_control {
    font-size: 17px;
  }
}
.contact-wrapper-one .contact-form form textarea.form_control {
  height: 200px;
}

.has-error .help-block.with-errors {
  margin-top: -15px;
  color: #ff344f;
}

#msgSubmit {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1;
}

/*=========================
    404 Page
==========================*/
.not-found-wrapper {
  padding: 80px 0;
}
@media screen and (min-width: 992px) {
  .not-found-wrapper {
    padding: 100px 0;
  }
}
.not-found-wrapper .not-found-title {
  margin: 20px 0 25px;
  font-size: 28px;
  line-height: 1;
}
@media screen and (min-width: 992px) {
  .not-found-wrapper .not-found-title {
    font-size: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .not-found-wrapper .not-found-title {
    font-size: 38px;
  }
}
.not-found-wrapper .not-found-image {
  max-width: 600px;
  margin: 0 auto;
}
.not-found-wrapper .not-found-desc {
  margin: 0 auto 30px;
  max-width: 550px;
  font-size: 18px;
}
.not-found-wrapper ~ .footer-area {
  display: none;
}

/*=========================
    Privacy Policy
==========================*/
.pp-section {
  position: relative;
}
.pp-section p {
  margin: 24px 0;
  font-size: 15px;
  line-height: 180%;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .pp-section p {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .pp-section p {
    font-size: 17px;
  }
}
.pp-section .pp-list {
  counter-reset: item;
}
.pp-section .pp-list li {
  margin: 12px 0;
  font-size: 15px;
  line-height: 180%;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .pp-section .pp-list li {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .pp-section .pp-list li {
    font-size: 17px;
  }
}
.pp-section .pp-list li ol {
  list-style-type: none;
  counter-reset: item;
}
.pp-section .pp-list li ol > li {
  display: table;
  counter-increment: item;
}
.pp-section .pp-list li ol > li::before {
  display: table-cell;
  content: counters(item, ".") ".";
  padding-right: 5px;
  color: #0d0d0d;
  font-size: 15px;
  font-weight: 800;
  font-family: "Quicksand", sans-serif;
}
@media screen and (min-width: 768px) {
  .pp-section .pp-list li ol > li::before {
    padding-right: 12px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .pp-section .pp-list li ol > li::before {
    font-size: 17px;
  }
}
.pp-section .pp-list li ol > li:last-of-type {
  margin-bottom: 0;
}
.pp-section .pp-list li > ol {
  padding-left: 0 !important;
}
.pp-section .pp-list > li {
  display: table;
  margin: 30px 0;
  font-weight: 800;
  counter-increment: item;
}
.pp-section .pp-list > li:before {
  display: table-cell;
  content: counters(item, ".") ". ";
  padding-right: 5px;
  color: #0d0d0d;
  font-size: 15px;
  font-weight: 800;
  font-family: "Quicksand", sans-serif;
}
@media screen and (min-width: 768px) {
  .pp-section .pp-list > li:before {
    padding-right: 12px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .pp-section .pp-list > li:before {
    font-size: 17px;
  }
}
.pp-section .pp-list > li span {
  display: inline-flex;
  color: #0d0d0d;
  font-family: "Quicksand", sans-serif;
  font-size: 15px;
  line-height: 180%;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .pp-section .pp-list > li span {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .pp-section .pp-list > li span {
    font-size: 17px;
  }
}

/*=========================
    Rules
==========================*/
.rules-section {
  position: relative;
}
.rules-section h2, .rules-section h3, .rules-section h4, .rules-section h5, .rules-section h6 {
  color: #0d0d0d;
  font-size: 15px;
  line-height: 180%;
  font-family: "Quicksand", sans-serif;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .rules-section h2, .rules-section h3, .rules-section h4, .rules-section h5, .rules-section h6 {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .rules-section h2, .rules-section h3, .rules-section h4, .rules-section h5, .rules-section h6 {
    font-size: 17px;
  }
}
.rules-section p, .rules-section ul, .rules-section ol, .rules-section ul li, .rules-section ol li {
  font-size: 15px;
  line-height: 180%;
}
@media screen and (min-width: 768px) {
  .rules-section p, .rules-section ul, .rules-section ol, .rules-section ul li, .rules-section ol li {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .rules-section p, .rules-section ul, .rules-section ol, .rules-section ul li, .rules-section ol li {
    font-size: 17px;
  }
}
.rules-section p a, .rules-section ul a, .rules-section ol a, .rules-section ul li a, .rules-section ol li a {
  color: #ff344f;
  font-weight: 700;
}
.rules-section p a:hover, .rules-section ul a:hover, .rules-section ol a:hover, .rules-section ul li a:hover, .rules-section ol li a:hover {
  color: #0d0d0d;
}
.rules-section p span, .rules-section ul span, .rules-section ol span, .rules-section ul li span, .rules-section ol li span {
  color: #ff344f;
}
.rules-section h2, .rules-section h3, .rules-section h4, .rules-section h5, .rules-section h6, .rules-section p, .rules-section ul, .rules-section ol {
  margin-bottom: 25px;
}
.rules-section ul li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 25px;
}
.rules-section ul li:last-child {
  margin-bottom: 0;
}
.rules-section ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\e64d";
  color: #ff344f;
  font-family: "themify";
}
.rules-section ol {
  list-style-position: inside;
  list-style-type: decimal;
}
.rules-section ol li {
  margin-bottom: 12px;
}
.rules-section ol li:last-child {
  margin-bottom: 0;
}

/*=========================
    Search modal css
==========================*/
body.is-searchbar-active > * {
  display: none;
}
body.is-searchbar-active .header-area {
  display: block !important;
}
body.is-searchbar-active .header-navigation .primary-menu,
body.is-searchbar-active .header-navigation .site-branding {
  box-shadow: unset;
}
@media screen and (min-width: 576px) {
  body.is-searchbar-active .header-navigation .primary-menu {
    border-radius: 4px 4px 0 0;
  }
  body.is-searchbar-active .header-navigation .site-branding {
    border-radius: 4px 0 0 0;
  }
}

.searchbar {
  display: none;
  background: url(/img/bg/cta-bg-3.webp) repeat center center/100%;
  min-height: 101vh;
}
.searchbar.searchbar-active {
  display: block !important;
}
.searchbar .searchbar-inner {
  width: 100%;
  margin: 0 auto;
  padding: 80px 15px 0;
}
@media screen and (min-width: 576px) {
  .searchbar .searchbar-inner {
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .searchbar .searchbar-inner {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .searchbar .searchbar-inner {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .searchbar .searchbar-inner {
    max-width: 1200px;
  }
}
.searchbar .searchbar-header {
  position: relative;
  z-index: 2;
  margin: 0 -15px;
  padding: 15px;
  background-color: #efefef;
}
@media screen and (min-width: 576px) {
  .searchbar .searchbar-header {
    margin: 0;
    padding: 10px;
    border-radius: 0 0 4px 4px;
  }
}
@media screen and (min-width: 768px) {
  .searchbar .searchbar-header {
    padding: 10px 20px 15px;
  }
}
.searchbar .searchbar-header-row {
  display: flex;
  align-items: center;
}
.searchbar .searchbar-form-input {
  width: 100%;
  height: 70px;
  padding: 10px 20px;
  color: #676767;
  font-size: 16px;
  font-weight: 700;
  background-color: #efefef;
  border-radius: 3px;
  border: 1px solid #dde0e2;
}
.searchbar .searchbar-form {
  flex: 1;
  position: relative;
  display: flex;
  width: 100%;
}
.searchbar .searchbar-form .searchbar-form-btns {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 10px;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .searchbar .searchbar-form .searchbar-form-btns {
    top: 50%;
  }
}
.searchbar .searchbar-form .searchbar-form-btn {
  min-width: 60px;
  width: 100%;
  height: 22px;
  margin-right: 8px;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  border-radius: 3px;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.searchbar .searchbar-form .searchbar-form-btn:last-child {
  margin-right: 0;
}
.searchbar .searchbar-form .searchbar-form-btn.searchbar-form-btn--reset {
  color: #fff;
  border-color: #ff344f;
  background-color: #ff344f;
}
.searchbar .searchbar-form .searchbar-form-btn.searchbar-form-btn--reset:hover {
  color: #ff344f;
  border-color: #ff344f;
  background-color: transparent;
}
.searchbar .categories-bar {
  position: relative;
  margin: 15px 0 0;
}
.searchbar .categories-bar .categories-bar-inner {
  display: flex;
  position: relative;
}
.searchbar .categories-bar .categories-bar-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  flex-shrink: 0;
  height: 36px;
  margin-right: 10px;
  padding: 7px 12px;
  border-radius: 3px;
  color: #0d0d0d;
  border-color: #ffd74e;
  background-color: #ffd74e;
  font-family: "Quicksand", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 28px;
  overflow: hidden;
  cursor: pointer;
  text-transform: capitalize;
  -webkit-user-select: none;
  user-select: none;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .searchbar .categories-bar .categories-bar-item {
    margin-right: 15px;
  }
}
.searchbar .categories-bar .categories-bar-item:hover {
  color: #fff;
  border-color: #ff344f;
  background-color: #ff344f;
}
.searchbar .searchbar-title {
  margin: 12px 0;
  color: #0d0d0d;
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 800;
}
.searchbar .searchbar-title span {
  color: #ff344f;
  line-height: 1;
  font-weight: 700;
}
.searchbar .searchbar-items {
  display: flex;
  flex-wrap: wrap;
}
.searchbar .list-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}

/*=========================
    Map Leaflet css
==========================*/
#map,
#map-point {
  width: 100%;
  height: 400px;
  border: 1px solid #dde0e2;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  #map,
  #map-point {
    height: 600px;
  }
}
@media screen and (min-width: 1200px) {
  #map,
  #map-point {
    height: 800px;
  }
}
#map .leaflet-popup-content-wrapper,
#map-point .leaflet-popup-content-wrapper {
  background: #0d0d0d;
  color: #eee;
  border: 1px solid #333;
  border-radius: 4px;
  font-size: 14px;
}
#map .marker-cluster div,
#map-point .marker-cluster div {
  margin: 0;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ff344f;
  border: 2px solid #0d0d0d;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  box-shadow: 0 0 20px #ff344f;
}
#map .marker-cluster div span,
#map-point .marker-cluster div span {
  line-height: 40px;
}
#map .leaflet-popup-content p,
#map .leaflet-popup-content a,
#map-point .leaflet-popup-content p,
#map-point .leaflet-popup-content a {
  font-family: "Quicksand", sans-serif;
  font-size: 15px;
  line-height: 21px;
}
#map .leaflet-popup-content p,
#map-point .leaflet-popup-content p {
  color: #121416;
  margin: 10px 0;
}
#map .leaflet-popup-content p b, #map .leaflet-popup-content p strong,
#map-point .leaflet-popup-content p b,
#map-point .leaflet-popup-content p strong {
  font-size: 16px;
}
#map .leaflet-popup-content a,
#map-point .leaflet-popup-content a {
  color: #ff344f;
  font-weight: 700;
  text-transform: uppercase;
}
#map .leaflet-popup-content-wrapper,
#map .leaflet-popup-tip,
#map-point .leaflet-popup-content-wrapper,
#map-point .leaflet-popup-tip {
  background-color: #ffd74e;
}
#map .leaflet-popup-content-wrapper,
#map-point .leaflet-popup-content-wrapper {
  border-radius: 4px;
}

.map-modal {
  display: block;
  position: absolute;
  z-index: 99998;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 15px;
  background-color: rgba(11, 11, 11, 0.8);
}
.map-modal .map-modal-close {
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0;
  background: transparent;
  color: #fff;
  font-size: 26px;
  line-height: 1;
  transition: opacity 0.2s ease;
  text-align: right;
  opacity: 0.65;
}
.map-modal .map-modal-close:hover {
  opacity: 1;
}
.map-modal .map-modal-close-outer {
  display: flex;
  justify-content: flex-end;
  margin: 40px auto 15px;
  max-width: 768px;
}
.map-modal .map-modal-content {
  margin: 0 auto 50px;
  max-width: 768px;
  height: 400px;
  max-height: 400px;
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

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