/*===================================================================
[Table Of Content]

    * Imported CSS
    * Typography CSS
    * Common CSS
    * Main Navigation CSS
    * Header CSS
    * Home Slider CSS
    * About CSS
    * Features CSS
    * Service CSS
    * Gallery CSS
    * Portfolio CSS
    * Blog CSS
    * Shortcode CSS
    * Footer CSS

=====================================================================*/
/*
-----------------------------------------------------------------------
	Imported CSS
-----------------------------------------------------------------------
*/
@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,400i,500,500i,600,700,800,900|Vidaloka:400|Playfair+Display:400,400i,500,500i,600,600i,700,700i,800,900|Roboto+Condensed:300,400,400i,700,700i|Poppins:300,400,400i,500,600,700,800,900|Lato:300,400,700,900|Noto+Serif:400,400i,700,700i|Herr+Von+Muellerhoff|Open+Sans:300,400,400i,600,700,800);
@import url(bootstrap.min.css);
@import url(spacing.css);
@import url(font-awesome.min.css);
@import url(dl-icon.css);
@import url(la-icon.css);
@import url(lpmicons.css);
@import url(linearicons.css);
@import url(linea.min.css);
@import url(leaflet.min.css);
@import url(animate.min.css);
@import url(slicknav.css);
@import url(owl.carousel.min.css);
@import url(owl.theme.default.min.css);
@import url(odometer.min.css);
@import url(slick.css);
@import url(slick-theme.css);
@import url(swiper.min.css);
@import url(jquery.fancybox.min.css);
@import url(justifiedGallery.min.css);
@import url(rangeslider.css);
/*
-----------------------------------------------------------------------
  Typography CSS
-----------------------------------------------------------------------
*/
body {
  color: #8a8a8a;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.7143;
  margin: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #232324;
  font-family: "Vidaloka", serif;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
  margin-top: 0;
}

a {
  color: #232324;
  text-decoration: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
a:hover, a:active, a:focus {
  color: #a394df;
  outline: none;
  text-decoration: none;
}
a img {
  border: none;
}

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

img {
  max-width: 100%;
}

iframe {
  border: none !important;
}

.form-control::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #232324;
}
.form-control::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
  /* Firefox 19+ */
  color: #232324;
}
.form-control:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  /* IE 10+ */
  color: #232324;
}
.form-control:-moz-placeholder,
textarea:-moz-placeholder,
input:-moz-placeholder {
  /* Firefox 18- */
  color: #232324;
}

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

pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset {
  margin-bottom: 30px;
}

table p {
  margin-bottom: 0;
}

:active,
:hover,
:focus {
  outline: none !important;
}

.inner-wrapper h1, .inner-wrapper h2, .inner-wrapper h3, .inner-wrapper h4, .inner-wrapper h5, .inner-wrapper h6,
.inner-wrapper .h1, .inner-wrapper .h2, .inner-wrapper .h3, .inner-wrapper .h4, .inner-wrapper .h5, .inner-wrapper .h6 {
  font-family: "Montserrat", sans-serif;
}

.element-wrapper h1, .element-wrapper h2, .element-wrapper h3, .element-wrapper h4, .element-wrapper h5, .element-wrapper h6,
.element-wrapper .h1, .element-wrapper .h2, .element-wrapper .h3, .element-wrapper .h4, .element-wrapper .h5, .element-wrapper .h6 {
  font-family: "Montserrat", sans-serif;
}

/*
-----------------------------------------------------------------------
  Common CSS
-----------------------------------------------------------------------
*/
.wrapper {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.main-content {
  overflow: hidden;
}

section {
  position: relative;
}

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

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 1.875rem;
}

.row {
  --bs-gutter-x: 1.875rem;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.form-row {
  --bs-gutter-x: 10px;
}

.bg-img {
  background: no-repeat center center;
  background-size: cover;
}
.bg-img-tr {
  background: no-repeat top right;
}
.bg-img-tl {
  background: no-repeat top left;
}
.bg-img-br {
  background: no-repeat bottom right;
}
.bg-img-bl {
  background: no-repeat bottom left;
}
.bg-img-nr {
  background: no-repeat center center;
  background-size: contain;
}
.bg-img-rc {
  background: no-repeat;
  background-size: contain;
}

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

.parallax {
  background-size: cover;
  background-repeat: no-repeat;
}

#map_content {
  z-index: 1;
}

.collapse {
  transition: all 0.6s ease-out;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
}
.collapse.show {
  transition: all 0.6s ease-out;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
}

.site-wrapper-reveal {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .site-wrapper-reveal {
    margin-bottom: 0 !important;
  }
}

.page-header-area {
  padding: 50px 0 50px;
}
.page-header-area .page-header-content .page-header-title .title {
  color: #232324;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  margin-bottom: 11px;
}
@media only screen and (max-width: 767px) {
  .page-header-area .page-header-content .page-header-title .title {
    font-size: 26px;
  }
}
.page-header-area .page-header-content.header-style2-content .page-header-title .title {
  font-size: 36px;
  font-weight: 400;
}
.page-header-area .page-header-content.header-style2-content .breadcrumb-area .breadcrumb li {
  color: #8a8a8a;
}
.page-header-area .page-header-content.header-style2-content .breadcrumb-area .breadcrumb li a {
  color: #8a8a8a;
}
.page-header-area .page-header-content.header-style3-content .page-header-title .title {
  font-size: 24px;
  margin-bottom: 16px;
}
.page-header-area .page-header-content.light-content .page-header-title .title {
  color: #fff;
}
.page-header-area .page-header-content.light-content .breadcrumb-area .breadcrumb li {
  color: rgba(249, 249, 249, 0.7);
}
.page-header-area .page-header-content.light-content .breadcrumb-area .breadcrumb li a {
  color: rgba(249, 249, 249, 0.7);
}
.page-header-area .page-header-content.light-content .breadcrumb-area .breadcrumb li:hover a {
  color: #a394df;
}
.page-header-area .page-header-content.light-content .breadcrumb-area.breadcrumb-color-white .breadcrumb li {
  color: #fff;
}
.page-header-area .page-header-content.light-content .breadcrumb-area.breadcrumb-color-white .breadcrumb li a {
  color: #fff;
}
.page-header-area .page-header-content.light-content .breadcrumb-area.breadcrumb-color-white .breadcrumb li:hover a {
  color: #a394df;
}

.page-header2-area {
  position: relative;
  padding: 306px 0 190px;
  min-height: 150px;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .page-header2-area {
    padding: 118px 0 128px;
  }
}
.page-header2-area .page-header-content .content .title {
  color: #fff;
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .page-header2-area .page-header-content .content .title {
    font-size: 38px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 479px) {
  .page-header2-area .page-header-content .content .title {
    font-size: 28px;
    line-height: 38px;
  }
}
.page-header2-area .page-header-content .content .title + .breadcrumb-area {
  margin-top: 16px;
}
.page-header2-area .page-header-content .content .title span {
  text-decoration: underline;
}
.page-header2-area .page-header-content .content .breadcrumb-area .breadcrumb li {
  color: #fff;
}
.page-header2-area .page-header-content .content .breadcrumb-area .breadcrumb li a {
  color: #fff;
}
.page-header2-area .page-header-content .content .breadcrumb-area .breadcrumb li.breadcrumb-sep {
  margin: 0 5px;
}

.breadcrumb-area .breadcrumb {
  background-color: transparent;
  border: 0;
  color: #232324;
  display: block;
  font-size: 10px;
  -ms-flex-wrap: unset;
      flex-wrap: unset;
  letter-spacing: 1px;
  margin-bottom: 0;
  padding: 0;
}
.breadcrumb-area .breadcrumb li {
  display: inline-block;
  text-transform: uppercase;
}
.breadcrumb-area .breadcrumb li a {
  color: #232324;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
}
.breadcrumb-area .breadcrumb li.breadcrumb-sep {
  margin: 0 5px;
}
.breadcrumb-area .breadcrumb li:hover a {
  color: #a394df;
}
.breadcrumb-area.breadcrumb-color-dark .breadcrumb li {
  color: #232324;
}
.breadcrumb-area.breadcrumb-color-dark .breadcrumb li a {
  color: #232324;
}
.breadcrumb-area.breadcrumb-color-dark .breadcrumb li:hover a {
  color: #a394df;
}

.typography-wrap .typography-content h1 {
  font-size: 36px;
}
@media only screen and (max-width: 1199px) {
  .typography-wrap .typography-content h1 {
    font-size: 30px;
  }
}
.typography-wrap .typography-content h2 {
  font-size: 32px;
}
@media only screen and (max-width: 1199px) {
  .typography-wrap .typography-content h2 {
    font-size: 24px;
  }
}
.typography-wrap .typography-content h3 {
  font-size: 20px;
}
.typography-wrap .typography-content h4 {
  font-size: 18px;
}
.typography-wrap .typography-content h5 {
  font-size: 16px;
}
.typography-wrap .typography-content h6 {
  font-size: 16px;
}
.typography-wrap .typography-content h1,
.typography-wrap .typography-content h2,
.typography-wrap .typography-content h3,
.typography-wrap .typography-content h4,
.typography-wrap .typography-content h5,
.typography-wrap .typography-content h6 {
  font-family: "Montserrat", sans-serif;
}

.blockquote {
  width: 49%;
  color: #333;
  font-size: 18px;
  line-height: 1.6;
  font-family: "Noto Serif", serif;
  padding: 12px 24px;
  border-left: 2px solid rgba(0, 0, 0, 0.12);
  margin-left: -20px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .blockquote {
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 575px) {
  .blockquote {
    font-size: 16px;
  }
}
.blockquote-one {
  color: #fff;
  border-width: 0;
  background-color: #91d4c0;
  font-size: 28px;
  line-height: normal;
  font-style: normal;
  padding: 40px 40px 35px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .blockquote-one {
    font-size: 20px;
    padding: 26px 26px 30px;
  }
}
@media only screen and (max-width: 575px) {
  .blockquote-one {
    font-size: 16px;
  }
}
.blockquote-one:before {
  content: "";
  border-left: 47px solid transparent;
  border-bottom: 47px solid #fff;
  position: absolute;
  right: 0;
  bottom: 0;
}
.blockquote-one p {
  margin-bottom: 20px;
}
.blockquote-one a {
  color: #232324;
  font-size: 12px;
  font-style: italic;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
.blockquote-one a:before {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin-bottom: 6px;
}
.blockquote-one a:hover {
  color: #a394df;
}
.blockquote-two {
  font-size: 24px;
  line-height: normal;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  padding: 30px 40px 15px;
  position: relative;
  font-style: normal;
  border-color: inherit;
}
@media only screen and (max-width: 1199px) {
  .blockquote-two {
    font-size: 20px;
    padding: 24px 15px 15px;
  }
}
@media only screen and (max-width: 575px) {
  .blockquote-two {
    font-size: 16px;
  }
}
.blockquote-two p {
  font-family: "Vidaloka", serif;
  font-style: italic;
}
.blockquote-two a {
  color: #232324;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  padding: 14px 20px;
  background: #fff;
  margin-top: -25px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  text-transform: uppercase;
  line-height: 20px;
  margin-top: -9px;
}
@media only screen and (max-width: 575px) {
  .blockquote-two a {
    padding: 14px 2px;
    font-size: 11px;
  }
}
.blockquote-two a:hover {
  color: #a394df;
}

.various-dropcaps-wrapper p {
  color: #8a8a8a;
  font-size: 14px;
  margin-bottom: 15px;
}
.various-dropcaps-wrapper .dropcap-text {
  color: #000;
  position: relative;
  top: 0;
  float: left;
  margin-right: 15px;
  padding: 0;
  line-height: 50px;
  font-size: 60px;
  text-transform: uppercase;
}
.various-dropcaps-wrapper .dropcap-text.color2 {
  color: #362ab7;
}
.various-dropcaps-wrapper .dropcap-text.color3 {
  color: #8412e2;
}
.various-dropcaps-wrapper .dropcap-text.color4 {
  color: #b20e3a;
}
.various-dropcaps-wrapper .dropcap-text.color5 {
  color: #1de50b;
}
.various-dropcaps-wrapper .dropcap-text.color6 {
  color: #008a93;
}
.various-dropcaps-wrapper .dropcap-text.color7 {
  color: #dadd00;
}

.coming-soon-area-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100vh - 100px);
  min-height: 500px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.coming-soon-area-wrap .coming-soon-content-wrap {
  text-align: center;
  margin-bottom: 35px;
}
.coming-soon-area-wrap .coming-soon-content-wrap .coming-soon-txt {
  margin-bottom: 20px;
}
.coming-soon-area-wrap .coming-soon-content-wrap .coming-soon-txt p {
  color: #a394df;
  font-size: 20px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 575px) {
  .coming-soon-area-wrap .coming-soon-content-wrap .coming-soon-countdown-wrap .countdown-timer li {
    width: 50%;
    margin-bottom: 20px;
  }
}
.coming-soon-area-wrap .coming-soon-content-wrap .coming-soon-countdown-wrap .countdown-timer li span {
  color: #232324;
  font-family: "Vidaloka", serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .coming-soon-area-wrap .coming-soon-content-wrap .coming-soon-countdown-wrap .countdown-timer li span {
    font-size: 50px;
  }
}
.coming-soon-area-wrap .coming-soon-content-wrap .coming-soon-countdown-wrap .countdown-timer li p {
  color: #8a8a8a;
  font-weight: 500;
  font-size: 14px;
  padding-left: 0;
  padding-top: 7px;
}
.coming-soon-area-wrap .coming-soon-content-wrap .newsletter2-content-wrap {
  padding: 36px 0 0;
}
.coming-soon-area-wrap .coming-soon-content-wrap .newsletter2-content-wrap .newsletter-content .newsletter-form .form-control {
  color: #8a8a8a;
  padding-bottom: 20px;
}
.coming-soon-area-wrap .coming-soon-content-wrap .newsletter2-content-wrap .newsletter-content .newsletter-form .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #8a8a8a;
}
.coming-soon-area-wrap .coming-soon-content-wrap .newsletter2-content-wrap .newsletter-content .newsletter-form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #8a8a8a;
}
.coming-soon-area-wrap .coming-soon-content-wrap .newsletter2-content-wrap .newsletter-content .newsletter-form .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #8a8a8a;
}
.coming-soon-area-wrap .coming-soon-content-wrap .newsletter2-content-wrap .newsletter-content .newsletter-form .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #8a8a8a;
}
.coming-soon-area-wrap .coming-soon-content-wrap .newsletter2-content-wrap .newsletter-content .newsletter-form .btn-submit {
  font-size: 14px;
  text-transform: lowercase;
  bottom: 9px;
}
.coming-soon-area-wrap .coming-soon-content-wrap .newsletter2-content-wrap .newsletter-content .newsletter-form .btn-submit:hover {
  color: #a394df;
}

.page-not-found-area {
  padding: 239px 0 240px;
}
.page-not-found-area .page-content-wrap h1 {
  font-size: 80px;
  line-height: 1;
  margin-bottom: 11px;
}
.page-not-found-area .page-content-wrap p {
  color: #232324;
  font-size: 16px;
  margin-bottom: 36px;
}
.page-not-found-area .page-content-wrap .btn-theme {
  text-transform: inherit;
}

.btn-theme {
  color: #fff;
  background-color: #232324;
  font-weight: 700;
  border-radius: 50px;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: inline-block;
  font-size: 12px;
  padding: 15px 40px;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
@media only screen and (max-width: 991px) {
  .btn-theme {
    font-size: 11px;
    padding: 12px 32px;
  }
}
.btn-theme.btn-border {
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
}
.btn-theme.btn-border.border-black {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #232324;
  color: #232324;
}
.btn-theme.btn-border.border-gray {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #e3e3e3;
  color: #232324;
  padding: 16px 50px;
}
.btn-theme.btn-border.border-white {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #fff;
  color: #fff;
}
.btn-theme.btn-flat {
  border-radius: 0;
}
.btn-theme.btn-hover-style {
  border: none;
  position: relative;
  z-index: 1;
}
.btn-theme.btn-hover-style:before {
  border: none;
  background-color: #232324;
  position: absolute;
  content: "";
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
.btn-theme.btn-hover-style:after {
  border: none;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#e475a1), to(#3851e7)) !important;
  background-image: linear-gradient(0deg, #e475a1 0%, #3851e7 100%) !important;
  background-image: -webkit-linear-gradient(0deg, #e475a1 0%, #3851e7 100%) !important;
  position: absolute;
  content: "";
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -2;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.btn-theme.btn-hover-style:hover:after {
  left: 10px;
  top: 10px;
}
.btn-theme.btn-hover-style2:hover {
  color: #fff;
  background-color: #a394df;
  border-color: #a394df !important;
}
.btn-theme.btn-hover-style3:hover {
  color: #fff;
  background-color: #232324;
  border-color: #232324 !important;
}
.btn-theme.btn-hover-style4:hover {
  color: #232324;
  border-color: #232324 !important;
}
.btn-theme.btn-xl {
  padding: 21px 49px;
}
.btn-theme.btn-lg {
  padding: 18px 42px;
}
.btn-theme:hover {
  color: #fff;
  background-color: #a394df;
}
.btn-theme[class*=bg-color-theme]:hover {
  background-color: #232324 !important;
  color: #fff;
}

.btn-link {
  color: #232324;
  font-size: 14px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
.btn-link.btn-icon {
  position: relative;
}
.btn-link.btn-icon:after {
  content: "\f107";
  color: #232324;
  font-family: FontAwesome;
  padding-left: 10px;
  font-size: 1.2em;
  line-height: inherit;
  display: inline-block;
  vertical-align: inherit;
  position: relative;
  top: 50%;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
.btn-link.btn-center {
  display: block;
  text-align: center;
  vertical-align: middle;
}
.btn-link:hover {
  text-decoration: none;
}
.btn-link:hover:after {
  color: #a394df;
}

.preloader-deactive .preloader-wrap {
  opacity: 0;
  visibility: hidden;
}

.preloader-wrap {
  background: #fff;
  bottom: 0;
  left: 0;
  opacity: 1;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: visible;
  z-index: 999999;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.preloader-wrap .preloader {
  position: absolute;
  width: 70px;
  height: 25px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.preloader-wrap .preloader .dots .bounce1 {
  -webkit-animation-delay: -0.32s !important;
  animation-delay: -0.32s !important;
}
.preloader-wrap .preloader .dots .bounce2 {
  -webkit-animation-delay: -0.16s !important;
  animation-delay: -0.16s !important;
}
.preloader-wrap .preloader .dots [class*=bounce] {
  -webkit-animation: has-bouncedelay 1.4s infinite ease-in-out;
  animation: has-bouncedelay 1.4s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  border-radius: 50%;
  background-color: #a394df;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  display: inline-block;
  height: 18px;
  width: 18px;
}

.fz-12 {
  font-size: 12px !important;
}

.fz-13 {
  font-size: 13px !important;
}

.fz-14 {
  font-size: 14px !important;
}

.fz-18 {
  font-size: 18px !important;
}

.fz-20 {
  font-size: 20px !important;
}

.fz-26 {
  font-size: 26px !important;
}

.fz-32 {
  font-size: 32px !important;
}

.fz-40 {
  font-size: 40px !important;
}

@media only screen and (max-width: 1199px) {
  .fz-lg-24 {
    font-size: 24px !important;
  }
}

@media only screen and (max-width: 991px) {
  .fz-md-28 {
    font-size: 28px !important;
  }
}

@media only screen and (max-width: 767px) {
  .fz-sm-22 {
    font-size: 22px !important;
  }
}

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

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.ff-montserrat {
  font-family: "Montserrat", sans-serif !important;
}

.color-text-theme {
  color: #a394df !important;
}

.color-text-theme2 {
  color: #e9595e !important;
}

.color-text-theme3 {
  color: #cca4b4 !important;
}

.color-text-theme4 {
  color: #a394df !important;
}

.color-text-theme5 {
  color: #526df9 !important;
}

.color-text-theme6 {
  color: #6d58e2 !important;
}

.color-text-theme7 {
  color: #f3498d !important;
}

.color-text-theme8 {
  color: #47479a !important;
}

.color-text-theme9 {
  color: #b9afa1 !important;
}

.color-text-theme10 {
  color: #3664e6 !important;
}

.color-text-theme11 {
  color: #182139 !important;
}

.color-text-theme12 {
  color: #d8242b !important;
}

.color-text-theme13 {
  color: #ed1331 !important;
}

.color-text-theme14 {
  color: #7b4af6 !important;
}

.color-text-theme15 {
  color: #41d988 !important;
}

.color-text-theme16 {
  color: #e74371 !important;
}

.color-text-theme17 {
  color: #d60904 !important;
}

.color-text-theme18 {
  color: #17d0ec !important;
}

.color-text-theme19 {
  color: #343538 !important;
}

.color-text-theme20 {
  color: #a394df !important;
}

.color-text-black {
  color: #232324 !important;
}

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

.color-text-gray {
  color: #8a8a8a !important;
}

.theme-hover-text {
  transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
}
.theme-hover-text:hover {
  color: #a394df !important;
}

.bg-color-theme {
  background-color: #a394df !important;
}

.bg-color-theme2 {
  background-color: #e9595e !important;
}

.bg-color-theme3 {
  background-color: #cca4b4 !important;
}

.bg-color-theme4 {
  background-color: #a394df !important;
}

.bg-color-theme5 {
  background-color: #526df9 !important;
}

.bg-color-theme6 {
  background-color: #6d58e2 !important;
}

.bg-color-theme7 {
  background-color: #f3498d !important;
}

.bg-color-theme8 {
  background-color: #47479a !important;
}

.bg-color-theme9 {
  background-color: #b9afa1 !important;
}

.bg-color-theme10 {
  background-color: #3664e6 !important;
}

.bg-color-theme11 {
  background-color: #182139 !important;
}

.bg-color-theme12 {
  background-color: #d8242b !important;
}

.bg-color-theme13 {
  background-color: #ed1331 !important;
}

.bg-color-theme14 {
  background-color: #7b4af6 !important;
}

.bg-color-theme15 {
  background-color: #41d988 !important;
}

.bg-color-theme16 {
  background-color: #e74371 !important;
}

.bg-color-theme17 {
  background-color: #d60904 !important;
}

.bg-color-theme18 {
  background-color: #17d0ec !important;
}

.bg-color-white {
  background-color: #fff !important;
}

.bg-color-black {
  background-color: #232324 !important;
}

.bg-color-black-dark {
  background-color: #000 !important;
}

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

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

.bg-color-gray {
  background-color: #e4f0fe !important;
}

.bg-gradient {
  background-image: -webkit-gradient(linear, left top, right top, from(#F5F7FF), color-stop(25%, #FDF8FF)) !important;
  background-image: linear-gradient(left, #F5F7FF 0%, #FDF8FF 25%) !important;
  background-image: -webkit-linear-gradient(left, #F5F7FF 0%, #FDF8FF 25%) !important;
}

.bg-gradient2 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#e475a1), to(#3851e7)) !important;
  background-image: linear-gradient(0deg, #e475a1 0%, #3851e7 100%) !important;
  background-image: -webkit-linear-gradient(0deg, #e475a1 0%, #3851e7 100%) !important;
}

.bg-gradient3 {
  background-image: -webkit-gradient(linear, left top, right top, from(#78d9c4), to(#89a2e3)) !important;
  background-image: linear-gradient(to right, #78d9c4 0%, #89a2e3 100%) !important;
  background-image: -webkit-linear-gradient(left, #78d9c4 0%, #89a2e3 100%) !important;
}

.bg-gradient4 {
  background-image: -webkit-gradient(linear, left top, right top, from(#ff9333), to(#ff6491)) !important;
  background-image: linear-gradient(to right, #ff9333 0%, #ff6491 100%) !important;
  background-image: -webkit-linear-gradient(left, #ff9333 0%, #ff6491 100%) !important;
}

.bg-gradient5 {
  background-image: -webkit-gradient(linear, left top, right top, from(#4d47e6), to(#e33c7c)) !important;
  background-image: linear-gradient(to right, #4d47e6 0%, #e33c7c 100%) !important;
  background-image: -webkit-linear-gradient(left, #4d47e6 0%, #e33c7c 100%) !important;
}

.bg-gradient6 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#2e66ff), to(#907bfc)) !important;
  background-image: linear-gradient(0deg, #2e66ff 0%, #907bfc 100%) !important;
  background-image: -webkit-linear-gradient(0deg, #2e66ff 0%, #907bfc 100%) !important;
}

.bg-gradient7 {
  background-image: linear-gradient(-40deg, #EFECFF 16%, #F3EAFB 46%, #FCE6F4 71%) !important;
  background-image: -webkit-linear-gradient(-40deg, #EFECFF 16%, #F3EAFB 46%, #FCE6F4 71%) !important;
}

@media only screen and (max-width: 1500px) {
  .pr-xsl-40 {
    padding-right: 40px !important;
  }
}

@media only screen and (max-width: 1500px) {
  .pl-xsl-40 {
    padding-left: 40px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pt-lg-0 {
    padding-top: 0 !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pb-lg-25 {
    padding-bottom: 25px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pl-lg-15 {
    padding-left: 15px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .pr-lg-15 {
    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pl-sm-15 {
    padding-left: 15px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pr-sm-15 {
    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 991px) {
  .pl-md-0 {
    padding-left: 0px !important;
  }
}

@media only screen and (max-width: 991px) {
  .pr-md-0 {
    padding-right: 0px !important;
  }
}

@media only screen and (max-width: 991px) {
  .pr-md-15 {
    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 575px) {
  .pl-xs-55 {
    margin-bottom: 55px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mt-lg-30 {
    margin-top: 30px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .mt-lg-45 {
    margin-top: 45px !important;
  }
}

.ml-15 {
  margin-left: 15px !important;
}

@media only screen and (max-width: 991px) {
  .ml-md-0 {
    margin-left: 0 !important;
  }
}

@media only screen and (max-width: 991px) {
  .mr-md-0 {
    margin-right: 0 !important;
  }
}

.line-height-35 {
  line-height: 35px !important;
}

.center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.center-y {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.center-x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.box-shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
}
@media only screen and (max-width: 575px) {
  .alignleft {
    float: none;
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}

.letter-spacing-0 {
  letter-spacing: 0 !important;
}

.height-571 {
  height: 571px;
}

.rn-20 {
  right: -20px;
}

@media only screen and (max-width: 767px) {
  .w-sm-100 {
    width: 100% !important;
  }
}

.fancybox-container {
  z-index: 999999;
}

.slick-dotted-style.slick-dotted.slick-slider {
  margin-bottom: 0;
  padding-bottom: 50px;
}
.slick-dotted-style .slick-dots {
  bottom: 0px;
  left: calc(50% - 5px);
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.slick-dotted-style .slick-dots li {
  height: auto;
  padding: 0;
  width: auto;
  margin: 0;
}
.slick-dotted-style .slick-dots li:nth-child(2n) {
  margin: 0 0 0 20px;
}
.slick-dotted-style .slick-dots li button {
  padding: 0;
  width: auto;
  height: auto;
}
.slick-dotted-style .slick-dots li button:before {
  border-radius: 50%;
  border: 4px solid #d6d6d6;
  background-color: #d6d6d6;
  color: transparent;
  height: 9px;
  opacity: 1;
  width: 9px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
.slick-dotted-style .slick-dots li.slick-active button:before {
  border-color: #999;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
.slick-dotted-style.dots-active-theme .slick-dots li.slick-active button:before {
  border-color: #a394df;
  background-color: #a394df;
}

.slick-dotted-style-two.slick-dotted.slick-slider {
  margin-bottom: 0;
  padding-bottom: 50px;
}
.slick-dotted-style-two .slick-dots {
  bottom: 0px;
  left: calc(50% - 5px);
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.slick-dotted-style-two .slick-dots li {
  height: auto;
  padding: 0;
  width: auto;
  margin: 0;
}
.slick-dotted-style-two .slick-dots li:nth-child(2n) {
  margin: 0 0 0 20px;
}
.slick-dotted-style-two .slick-dots li button {
  padding: 0;
  width: auto;
  height: auto;
}
.slick-dotted-style-two .slick-dots li button:before {
  border-radius: 50%;
  border: 1px solid #fff;
  color: transparent;
  height: 10px;
  opacity: 1;
  width: 10px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.slick-dotted-style-two .slick-dots li.slick-active button:before {
  border: 5px solid #a394df;
}

.slick-dotted-none.slick-dotted .slick-dots {
  display: none !important;
}

.slide-animation .slick-slide {
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-name: slickZoomOut;
  -webkit-animation-name: slickZoomOut;
}
.slide-animation .slick-slide.slick-active {
  animation-name: slickZoomIn;
  -webkit-animation-name: slickZoomIn;
  -webkit-animation-delay: 150ms;
  animation-delay: 150ms;
}

.no-slider-effect .slick-slide {
  animation: none !important;
  -webkit-animation: none !important;
}

.scroll-to-top {
  -webkit-box-shadow: 0 30px 50px rgba(35, 35, 36, 0.04);
          box-shadow: 0 30px 50px rgba(35, 35, 36, 0.04);
  bottom: -60px;
  background-color: #a394df;
  color: #fff;
  position: fixed;
  right: 30px;
  display: block;
  padding: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  line-height: 55px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 999;
}
@media only screen and (max-width: 991px) {
  .scroll-to-top {
    font-size: 14px;
    line-height: 44px;
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 600px) {
  .scroll-to-top {
    font-size: 10px;
    line-height: 35px;
    width: 32px;
    height: 32px;
  }
}
.scroll-to-top span {
  font-size: 16px;
}
@media only screen and (max-width: 991px) {
  .scroll-to-top span {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .scroll-to-top span {
    font-size: 10px;
  }
}
.scroll-to-top.show {
  visibility: visible;
  opacity: 1;
  bottom: 50px;
}
@media (max-width: 600px) {
  .scroll-to-top.show {
    bottom: 80px;
  }
}

/*
-----------------------------------------------------------------------
	Main Navigation CSS
-----------------------------------------------------------------------
*/
.main-menu {
  -ms-flex-line-pack: center;
      align-content: center;
  position: relative;
}
.main-menu > li > a {
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0 22px 0;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .main-menu > li > a {
    padding: 0 14px 0;
  }
}
.main-menu > li.active a {
  color: #fff;
}
.main-menu > li.active a span:before {
  width: 100%;
  left: -1px;
}
.main-menu > li:hover > a {
  color: #fff;
  opacity: 1 !important;
}
.main-menu > li:first-child > a {
  padding: 0 20px 0 0;
}
.main-menu > li:last-child > a {
  padding: 0 0 0 20px;
}
.main-menu:hover > li > a {
  opacity: 0.4;
}

.has-submenu {
  position: relative;
}
.has-submenu > a {
  position: relative;
}
.has-submenu > a span {
  display: inline-block;
  position: relative;
}
.has-submenu > a span:before {
  background-color: #fff;
  bottom: -4px;
  content: "";
  height: 1px;
  left: auto;
  right: -1px;
  position: absolute;
  width: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.has-submenu:hover span:before {
  left: -1px;
  right: auto;
  width: 100%;
}
.has-submenu:hover > .submenu-nav {
  opacity: 1;
  pointer-events: visible;
  margin-top: 44px;
  visibility: visible;
}
.has-submenu .submenu-nav {
  background-color: rgba(0, 0, 0, 0.9);
  padding: 20px 0;
  position: absolute;
  left: -20px;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  min-width: 240px;
  margin-top: 64px;
  z-index: 9999;
  -webkit-transition: margin 0.1s linear 0.3s, visibility 0.1s linear 0.3s, opacity 0.1s linear 0.3s;
  transition: margin 0.1s linear 0.3s, visibility 0.1s linear 0.3s, opacity 0.1s linear 0.3s;
}
@media (max-width: 1220px) {
  .has-submenu .submenu-nav {
    left: -25%;
  }
}
@media only screen and (max-width: 1199px) {
  .has-submenu .submenu-nav {
    left: -56%;
  }
}
.has-submenu .submenu-nav:before {
  content: "";
  position: absolute;
  height: 46px;
  width: 100%;
  left: 0;
  bottom: 100%;
  z-index: -1;
}
.has-submenu .submenu-nav > li a {
  color: rgba(255, 255, 255, 0.7);
  display: block;
  font-weight: 500;
  font-size: 13px;
  text-transform: capitalize;
  padding: 12px 30px;
}
.has-submenu .submenu-nav > li a span {
  display: inline-block;
  position: relative;
}
.has-submenu .submenu-nav > li a span:before {
  background-color: #fff;
  bottom: 3px;
  content: "";
  height: 1px;
  left: auto;
  right: 0;
  position: absolute;
  width: 0;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
.has-submenu .submenu-nav > li a:hover {
  color: #fff;
}
.has-submenu .submenu-nav > li a:hover span:before {
  left: 0;
  right: auto;
  width: 100%;
}
.has-submenu .submenu-nav > li.has-submenu {
  position: relative;
}
.has-submenu .submenu-nav > li.has-submenu a:before {
  display: none;
}
.has-submenu .submenu-nav > li.has-submenu.active a {
  color: #fff;
}
.has-submenu .submenu-nav > li.has-submenu.active:after {
  color: #fff;
}
.has-submenu .submenu-nav > li.has-submenu:hover > .submenu-nav {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  margin-left: 0px;
}
.has-submenu .submenu-nav > li.has-submenu:after {
  bottom: 11px;
  content: "\f105";
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-family: "FontAwesome";
  position: absolute;
  right: 30px;
}
.has-submenu .submenu-nav > li.has-submenu .submenu-nav {
  left: 100%;
  top: 0;
  margin-left: -20px;
  margin-top: -10px;
  transition: all 250ms ease-out;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -ms-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
}
@media only screen and (max-width: 1199px) {
  .has-submenu .submenu-nav > li.has-submenu .submenu-nav {
    left: -100%;
    right: auto;
  }
}
.has-submenu .submenu-nav > li.has-submenu .submenu-nav li a {
  color: rgba(255, 255, 255, 0.7);
}
.has-submenu .submenu-nav > li.has-submenu .submenu-nav li a:hover {
  color: white;
}
.has-submenu .submenu-nav > li.has-submenu .submenu-nav li.active a {
  color: #fff;
}
.has-submenu .submenu-nav.nav-mega-two {
  right: -20px;
  left: auto;
}
@media (max-width: 1220px) {
  .has-submenu .submenu-nav.nav-mega-two {
    right: -25%;
  }
}
@media only screen and (max-width: 1199px) {
  .has-submenu .submenu-nav.nav-mega-two {
    right: -28%;
  }
}
.has-submenu.full-width {
  position: static;
}
.has-submenu .submenu-nav-mega {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  width: 900px;
  padding: 49px 50px 51px 35px;
}
@media only screen and (max-width: 1199px) {
  .has-submenu .submenu-nav-mega {
    padding: 35px 50px 35px 20px;
  }
}
.has-submenu .submenu-nav-mega:before {
  height: 46px;
}
.has-submenu .submenu-nav-mega .mega-menu-item {
  -ms-flex-preferred-size: 33.3333%;
  flex-basis: 33.3333%;
}
.has-submenu .submenu-nav-mega .mega-menu-item.menu-content {
  overflow: hidden;
  position: relative;
}
.has-submenu .submenu-nav-mega .mega-menu-item.menu-content a {
  padding: 0;
  margin: 0;
  display: unset;
}
.has-submenu .submenu-nav-mega .mega-menu-item.menu-content .menu-content-inner {
  background-image: url("../img/photos/mega-menu-bg.jpg");
  background-size: cover;
  background-position: bottom center;
  height: 100%;
  min-height: 200px;
  position: relative;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: 0.35s;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
}
.has-submenu .submenu-nav-mega .mega-menu-item.menu-content .menu-content-inner:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  content: "";
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  z-index: 1;
}
.has-submenu .submenu-nav-mega .mega-menu-item.menu-content:hover .menu-content-inner {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.has-submenu .submenu-nav-mega .mega-menu-item.menu-content:hover .menu-content-inner:before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
}
.has-submenu .submenu-nav-mega .mega-menu-item a.mega-title {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
}
.has-submenu:first-child > .submenu-nav > .has-submenu > .submenu-nav {
  left: 100%;
}
.has-submenu:last-child {
  padding-right: 0;
}

/* Responsive Mobile Menu */
.res-mobile-menu {
  margin: 0 -10px;
}
.res-mobile-menu .slicknav_btn {
  display: none;
}
.res-mobile-menu .slicknav_menu {
  background-color: transparent;
  padding: 0;
}
.res-mobile-menu .slicknav_nav {
  display: block !important;
  padding: 8px 10px;
}
@media only screen and (max-width: 575px) {
  .res-mobile-menu .slicknav_nav {
    padding: 8px 30px;
  }
}
.res-mobile-menu .slicknav_nav li {
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
  position: relative;
}
.res-mobile-menu .slicknav_nav li:last-child {
  border-bottom: 0;
}
.res-mobile-menu .slicknav_nav li a {
  color: #2f2f2f;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  padding: 14px 0;
  margin: 0;
  text-transform: capitalize;
  position: relative;
  letter-spacing: 0px;
}
@media only screen and (max-width: 575px) {
  .res-mobile-menu .slicknav_nav li a {
    font-size: 16px;
  }
}
.res-mobile-menu .slicknav_nav li a .slicknav_arrow {
  background-color: transparent;
  color: #2f2f2f;
  font-size: 12px;
  display: block;
  text-align: center;
  margin: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 32px;
  line-height: 32px;
  width: 32px;
  border-radius: 50%;
}
.res-mobile-menu .slicknav_nav li a a {
  padding: 0;
}
.res-mobile-menu .slicknav_nav li a:hover {
  color: #a394df;
  background-color: transparent;
}
.res-mobile-menu .slicknav_nav li img {
  display: none;
}
.res-mobile-menu .slicknav_nav li div {
  display: none;
}
.res-mobile-menu .slicknav_nav li ul {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0;
  padding-left: 10px;
}
.res-mobile-menu .slicknav_nav li ul li a {
  font-size: 15px;
  color: #5b5b5b;
}
@media only screen and (max-width: 575px) {
  .res-mobile-menu .slicknav_nav li ul li a {
    font-size: 14px;
  }
}
.res-mobile-menu .slicknav_nav li ul li a:hover {
  color: #000;
}
.res-mobile-menu .slicknav_nav li ul li ul li a {
  font-size: 15px;
}
@media only screen and (max-width: 575px) {
  .res-mobile-menu .slicknav_nav li ul li ul li a {
    font-size: 14px;
  }
}
.res-mobile-menu .slicknav_nav .slicknav_open a > a {
  color: #a394df;
}
.res-mobile-menu .slicknav_nav .slicknav_open > .slicknav_item {
  position: relative;
}
.res-mobile-menu .slicknav_nav .slicknav_open > .slicknav_item .slicknav_arrow {
  color: #a394df;
  background-color: transparent;
}
.res-mobile-menu .slicknav_nav .slicknav_open > ul > li > a > a {
  color: #5b5b5b;
}
.res-mobile-menu .slicknav_nav .slicknav_open > ul > li.slicknav_open > a > a {
  color: #a394df;
}

/*
-----------------------------------------------------------------------
  Section Title CSS
-----------------------------------------------------------------------
*/
.section-title {
  margin-bottom: 61px;
}
@media only screen and (max-width: 1199px) {
  .section-title {
    margin-bottom: 45px;
  }
}
.section-title .subtitle {
  color: #8a8a8a;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 4px;
}
.section-title .title {
  font-size: 36px;
  margin-bottom: 11px;
}
@media only screen and (max-width: 1199px) {
  .section-title .title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title .title {
    font-size: 26px;
  }
}
.section-title .desc {
  color: #8a8a8a;
}
@media only screen and (max-width: 767px) {
  .section-title .desc p br {
    display: none;
  }
}
.section-title.section-title-style2 .subtitle {
  color: #8a8a8a;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 17px;
}
@media only screen and (max-width: 991px) {
  .section-title.section-title-style2 .subtitle {
    margin-bottom: 14px;
  }
}
.section-title.section-title-style2 .title {
  font-weight: 400;
}
@media only screen and (max-width: 991px) {
  .section-title.section-title-style2 .title {
    font-size: 26px;
  }
}
.section-title.section-title-style3 {
  margin-bottom: 35px;
}
.section-title.section-title-style3 .title {
  color: #232324;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  margin-bottom: 15px;
}
.section-title.section-title-style3 .separator {
  height: 1px;
  border-top: 1px solid #ebebeb;
  display: block;
  position: relative;
  width: 100%;
}
.section-title.section-title-style4 .title {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
}
@media only screen and (max-width: 1199px) {
  .section-title.section-title-style4 .title {
    font-size: 24px;
  }
}
.section-title.section-title-style4 .separator {
  border-style: solid;
  border-width: 2px 0 0;
  border-color: #a394df;
  display: block;
  margin-bottom: 15px;
  margin-top: 15px;
  width: 60px;
}
.section-title.section-title-style4 .separator.center {
  margin-left: auto;
  margin-right: auto;
}
.section-title.section-title-style4 .separator.right {
  margin-left: auto;
  margin-right: 0;
}
.section-title.section-title-style4 .separator.border-width3 {
  border-width: 3px 0 0;
}
.section-title.section-title-style4 .separator-top {
  border-style: solid;
  border-width: 2px 0 0;
  border-color: #a394df;
  display: block;
  margin-bottom: 15px;
  margin-top: 0;
  width: 60px;
}
.section-title.section-title-style4 .separator-top.center {
  margin-left: auto;
  margin-right: auto;
}
.section-title.section-title-style4 .separator-top.right {
  margin-left: auto;
  margin-right: 0;
}
.section-title.section-title-style4 .separator-bottom {
  border-style: solid;
  border-width: 2px 0 0;
  border-color: #a394df;
  display: block;
  margin-bottom: 0;
  margin-top: 15px;
  width: 60px;
}
.section-title.section-title-style4 .separator-bottom.center {
  margin-left: auto;
  margin-right: auto;
}
.section-title.section-title-style4 .separator-bottom.right {
  margin-left: auto;
  margin-right: 0;
}
.section-title.section-title-style4 .separator-position {
  border-style: solid;
  border-width: 2px 0 0;
  border-color: #a394df;
  display: inline-block;
  height: 2px;
  margin-bottom: 13px;
  vertical-align: middle;
  width: 60px;
}
.section-title.section-title-style5 .title {
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}
.section-title.section-title-style5 .title span {
  display: inline-block;
  position: relative;
}
.section-title.section-title-style5 .title span:before {
  right: 100%;
  margin-right: 30px;
  content: "";
  width: 1000%;
  border-top: 1px solid #d1d1d1;
  position: absolute;
  top: 50%;
}
.section-title.section-title-style5 .title span:after {
  left: 100%;
  margin-left: 30px;
  content: "";
  width: 1000%;
  border-top: 1px solid #d1d1d1;
  position: absolute;
  top: 50%;
}
.section-title .small-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.section-title .line-bottom {
  position: relative;
  padding-bottom: 18px;
}
.section-title .line-bottom:before {
  background-color: #a394df;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 30px;
}
.section-title .line-bottom.style2:before {
  height: 1px;
  width: 65px;
}
.section-title .line-bottom.style3:before {
  height: 5px;
  width: 30px;
}
.section-title .line-bottom-center {
  position: relative;
  padding-bottom: 18px;
}
.section-title .line-bottom-center:before {
  background-color: #a394df;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  width: 30px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}
.section-title .line-bottom-center.line-center-style2:before {
  height: 1px;
  width: 65px;
}
.section-title .line-bottom-center.line-center-style3:before {
  height: 2px;
  width: 50px;
}
.section-title .line-bottom-center.line-center-style4:before {
  height: 5px;
  width: 30px;
}
.section-title .line-left {
  position: relative;
}
.section-title .line-left:before {
  background-color: #a394df;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}

.page-highlights-wrapper p {
  color: #8a8a8a;
  font-size: 14px;
}
.page-highlights-wrapper .dropcap-text {
  color: #1ece59;
  position: relative;
  top: 0;
  float: left;
  margin-right: 15px;
  padding: 0;
  line-height: 50px;
  font-size: 60px;
  text-transform: uppercase;
}
.page-highlights-wrapper .qodef-highlight.color1 {
  color: #fff;
  background-color: #ffb1c4;
}
.page-highlights-wrapper .qodef-highlight.color2 {
  color: #fff;
  background-color: #4a0396;
}
.page-highlights-wrapper .qodef-highlight.color3 {
  color: #fff;
  background-color: #c3c1df;
}
.page-highlights-wrapper .strong {
  color: #8a8a8a;
  font-weight: 700;
}

/*
-----------------------------------------------------------------------
  About CSS
-----------------------------------------------------------------------
*/
.about-content-wrap .about-content {
  padding-right: 45px;
}
@media only screen and (max-width: 991px) {
  .about-content-wrap .about-content {
    padding-right: 0;
  }
}
.about-content-wrap .about-content .section-title {
  margin-bottom: 86px;
}
@media only screen and (max-width: 991px) {
  .about-content-wrap .about-content .section-title {
    margin-bottom: 46px;
  }
}
.about-content-wrap .about-content .section-title .title {
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.about-content-wrap .about-content .section-title .desc p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 31px;
}
@media only screen and (max-width: 575px) {
  .about-content-wrap .about-content .section-title .desc p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.about-content-wrap .about-content .section-title .desc p:last-child {
  margin-bottom: 0;
}

.about2-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (max-width: 1199px) {
  .about2-content-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.about2-content-wrap .about-content .section-title {
  margin-bottom: 56px;
}
@media only screen and (max-width: 1199px) {
  .about2-content-wrap .about-content .section-title {
    margin-bottom: 36px;
  }
}
.about2-content-wrap .about-content .section-title .title {
  font-size: 72px;
}
@media only screen and (max-width: 1199px) {
  .about2-content-wrap .about-content .section-title .title {
    font-size: 55px;
  }
}
@media only screen and (max-width: 991px) {
  .about2-content-wrap .about-content .section-title .title {
    font-size: 45px;
  }
}
.about2-content-wrap .about-thumb {
  position: relative;
  text-align: right;
  margin-left: 70px;
}
@media only screen and (max-width: 767px) {
  .about2-content-wrap .about-thumb {
    margin-left: 0;
    margin-top: 50px;
  }
}
.about2-content-wrap .about-thumb:before {
  background-color: #000;
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
@media only screen and (max-width: 991px) {
  .about2-content-wrap .about-thumb img {
    width: 100%;
  }
}
.about2-content-wrap .about-thumb .play-video-btn {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.about2-content-wrap .about-thumb:hover:before {
  opacity: 0.15;
}
.about2-content-wrap .about-thumb:hover .play-video-btn {
  margin-top: -9px;
}

.about3-content-wrap .about-thumb {
  margin-left: -30%;
  margin-top: 102px;
  width: 120%;
}
@media only screen and (max-width: 1199px) {
  .about3-content-wrap .about-thumb {
    position: absolute;
    bottom: 0;
    margin-left: -14%;
  }
}
@media only screen and (max-width: 767px) {
  .about3-content-wrap .about-thumb {
    display: none;
  }
}
.about3-content-wrap .about-thumb img {
  max-width: none;
  height: 776px;
  width: 564px;
}
@media only screen and (max-width: 1199px) {
  .about3-content-wrap .about-thumb img {
    width: 470px;
    height: auto;
  }
}
@media only screen and (max-width: 991px) {
  .about3-content-wrap .about-thumb img {
    width: 370px;
  }
}
.about3-content-wrap .about-content {
  padding-right: 45px;
  padding-top: 187px;
  padding-bottom: 113px;
}
@media only screen and (max-width: 1199px) {
  .about3-content-wrap .about-content {
    padding-right: 0;
    padding-top: 80px;
    padding-bottom: 84px;
  }
}
.about3-content-wrap .about-content .title {
  font-size: 60px;
  letter-spacing: -1px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1199px) {
  .about3-content-wrap .about-content .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .about3-content-wrap .about-content .title {
    font-size: 32px;
  }
}
.about3-content-wrap .about-content p {
  line-height: 36px;
  margin-bottom: 41px;
}
@media only screen and (max-width: 991px) {
  .about3-content-wrap .about-content p {
    line-height: 28px;
    margin-bottom: 30px;
    font-size: 16px;
  }
}
.about3-content-wrap .about-content .about-contact-info ul {
  margin-bottom: 31px;
}
@media only screen and (max-width: 991px) {
  .about3-content-wrap .about-content .about-contact-info ul {
    margin-bottom: 8px;
  }
}
.about3-content-wrap .about-content .about-contact-info ul .contact-info-item {
  margin-bottom: 10px;
}
.about3-content-wrap .about-content .about-contact-info ul .contact-info-item .icon {
  background-color: #e9595e;
  color: #fff;
  font-size: 24px;
  width: 60px;
  height: 60px;
  margin-right: 15px;
  padding: 18px;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .about3-content-wrap .about-content .about-contact-info ul .contact-info-item .icon {
    font-size: 22px;
    width: 50px;
    height: 50px;
    padding: 0;
    margin-right: 8px;
    text-align: center;
    line-height: 48px;
  }
}
.about3-content-wrap .about-content .about-contact-info ul .contact-info-item a {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  top: -2px;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
@media only screen and (max-width: 767px) {
  .about3-content-wrap .about-content .about-contact-info ul .contact-info-item a {
    font-size: 16px;
  }
}
.about3-content-wrap .about-content .about-contact-info ul .contact-info-item a:hover {
  color: #a394df;
}
.about3-content-wrap .about-content .btn-theme {
  margin-top: 30px;
}

@media only screen and (max-width: 991px) {
  .about4-content-wrap .about-thumb {
    margin-bottom: 40px;
  }
}
.about4-content-wrap .about-content {
  margin-left: 100px;
}
@media only screen and (max-width: 1199px) {
  .about4-content-wrap .about-content {
    margin-left: 0;
  }
}
.about4-content-wrap .about-content .title {
  font-size: 48px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .about4-content-wrap .about-content .title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 991px) {
  .about4-content-wrap .about-content .title {
    font-size: 26px;
  }
}
.about4-content-wrap .about-content .line-bottom {
  display: inline-block;
  line-height: 1;
  margin-top: 17px;
  margin-bottom: 21px;
}
.about4-content-wrap .about-content p {
  font-size: 18px;
  margin-bottom: 52px;
}
@media only screen and (max-width: 1199px) {
  .about4-content-wrap .about-content p {
    font-size: 15px;
    margin-bottom: 35px;
  }
}

.about5-content-wrap .about-thumb {
  margin-bottom: 16px;
  text-align: center;
}
.about5-content-wrap .about-content {
  text-align: center;
}
.about5-content-wrap .about-content .title {
  font-weight: 400;
  font-size: 48px;
  margin-bottom: 18px;
}
@media only screen and (max-width: 1199px) {
  .about5-content-wrap .about-content .title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 991px) {
  .about5-content-wrap .about-content .title {
    font-size: 28px;
  }
}
.about5-content-wrap .about-content p {
  color: #8a8a8a;
  font-weight: 300;
  font-size: 18px;
  margin-top: 21px;
  line-height: 30px;
  margin-bottom: 46px;
}
@media only screen and (max-width: 991px) {
  .about5-content-wrap .about-content p {
    font-weight: 400;
    font-size: 15px;
    margin-top: 14px;
    line-height: 26px;
    margin-bottom: 30px;
  }
}
.about5-content-wrap .about-content .founder-info .content p {
  color: #232324;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  line-height: 1;
}

.about6-content-wrap .about-thumb {
  position: relative;
}
.about6-content-wrap .about-thumb:before {
  background-color: #000;
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
@media only screen and (max-width: 991px) {
  .about6-content-wrap .about-thumb img {
    width: 100%;
  }
}
.about6-content-wrap .about-thumb .play-video-btn {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.about6-content-wrap .about-thumb:hover:before {
  opacity: 0.15;
}
.about6-content-wrap .about-thumb:hover .play-video-btn {
  margin-top: -9px;
}
@media only screen and (max-width: 991px) {
  .about6-content-wrap .about-content {
    margin-bottom: 40px;
  }
}
.about6-content-wrap .about-content .title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .about6-content-wrap .about-content .title {
    font-size: 26px;
    margin-bottom: 8px;
  }
}
.about6-content-wrap .about-content p {
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  .about6-content-wrap .about-content p {
    line-height: 26px;
    font-size: 14px;
    margin-bottom: 16px;
  }
}
.about6-content-wrap .about-content .about-info-list {
  margin-bottom: 34px;
}
@media only screen and (max-width: 767px) {
  .about6-content-wrap .about-content .about-info-list {
    margin-bottom: 10px;
  }
}
.about6-content-wrap .about-content .about-info-list ul {
  margin-bottom: 0;
}
.about6-content-wrap .about-content .about-info-list ul .list-item {
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .about6-content-wrap .about-content .about-info-list ul .list-item {
    margin-bottom: 8px;
    font-size: 14px;
  }
}
.about6-content-wrap .about-content .about-info-list ul .list-item .icon {
  color: #a394df;
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .about6-content-wrap .about-content .about-info-list ul .list-item .icon {
    margin-right: 8px;
  }
}

.ceo-content-wrap {
  text-align: center;
}
.ceo-content-wrap .thumb {
  margin-bottom: 61px;
}
@media only screen and (max-width: 991px) {
  .ceo-content-wrap .thumb {
    margin-bottom: 40px;
  }
}
.ceo-content-wrap .content p {
  color: #232324;
  font-size: 20px;
  font-family: "Playfair Display", serif;
  line-height: 1.8;
  margin-bottom: 36px;
}
.about-inner-area {
  position: relative;
  padding: 271px 0 156px;
  min-height: 150px;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .about-inner-area {
    padding: 126px 0 138px;
  }
}
.about-inner-area .about-inner-content .content .title {
  color: #232324;
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .about-inner-area .about-inner-content .content .title {
    font-size: 34px;
    line-height: 44px;
  }
}
@media only screen and (max-width: 991px) {
  .about-inner-area .about-inner-content .content .title {
    font-size: 28px;
    line-height: 38px;
  }
}
.about-inner-area .about-inner-content .content .title + .breadcrumb-area {
  margin-top: 36px;
}
@media only screen and (max-width: 991px) {
  .about-inner-area .about-inner-content .content .title + .breadcrumb-area {
    margin-top: 20px;
  }
}
.about-inner-area .about-inner-content .content .title span {
  text-decoration: underline;
}
@media only screen and (max-width: 991px) {
  .about-inner-area .about-inner-content .content .breadcrumb-area .breadcrumb li {
    font-size: 12px;
  }
}
@media only screen and (max-width: 991px) {
  .about-inner-area .about-inner-content .content .breadcrumb-area .breadcrumb li a {
    font-size: 12px;
  }
}

/*
-----------------------------------------------------------------------
  Award CSS
-----------------------------------------------------------------------
*/
.award-content-wrap .award-item {
  text-align: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.award-content-wrap .award-item img {
  opacity: 0.6;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.award-content-wrap .award-item img:hover {
  opacity: 1;
}
.award-content-wrap .award-col3-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*
-----------------------------------------------------------------------
  Service CSS
-----------------------------------------------------------------------
*/
.service-area .service2-content-wrap .icon-box-item {
  background-color: #f0f0f0;
  padding: 63px 98px 44px;
  position: relative;
  text-align: center;
  overflow: hidden;
  width: 33.333333%;
  float: left;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
@media only screen and (max-width: 1199px) {
  .service-area .service2-content-wrap .icon-box-item {
    padding: 53px 8px 34px;
  }
}
@media only screen and (max-width: 991px) {
  .service-area .service2-content-wrap .icon-box-item {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .service-area .service2-content-wrap .icon-box-item {
    width: 100%;
    padding: 63px 98px 44px;
  }
}
@media only screen and (max-width: 479px) {
  .service-area .service2-content-wrap .icon-box-item {
    padding: 63px 30px 44px;
  }
}
.service-area .service2-content-wrap .icon-box-item .icon-box-icon {
  opacity: 1;
  left: 50%;
  position: absolute;
  padding-top: 12px;
  visibility: visible;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
@media only screen and (min-width: 1200px) and (max-width: 1599.98px) {
  .service-area .service2-content-wrap .icon-box-item .icon-box-icon {
    padding-top: 48px;
  }
}
@media only screen and (max-width: 1199px) {
  .service-area .service2-content-wrap .icon-box-item .icon-box-icon {
    padding-top: 0;
  }
}
@media only screen and (max-width: 991px) {
  .service-area .service2-content-wrap .icon-box-item .icon-box-icon {
    padding-top: 22px;
  }
}
.service-area .service2-content-wrap .icon-box-item .icon-box-icon .svg-icon {
  color: #232324;
  font-size: 46px;
  height: 46px;
  line-height: 46px;
  width: 46px;
}
.service-area .service2-content-wrap .icon-box-item .icon-box-content {
  transform: translate(0, 87px);
  -webkit-transform: translate(0, 87px);
  -moz-transform: translate(0, 87px);
  -ms-transform: translate(0, 87px);
  -o-transform: translate(0, 87px);
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
@media only screen and (min-width: 1200px) and (max-width: 1599.98px) {
  .service-area .service2-content-wrap .icon-box-item .icon-box-content {
    transform: translate(0, 120px);
    -webkit-transform: translate(0, 120px);
    -moz-transform: translate(0, 120px);
    -ms-transform: translate(0, 120px);
    -o-transform: translate(0, 120px);
  }
}
@media only screen and (max-width: 1199px) {
  .service-area .service2-content-wrap .icon-box-item .icon-box-content {
    transform: translate(0, 70px);
    -webkit-transform: translate(0, 70px);
    -moz-transform: translate(0, 70px);
    -ms-transform: translate(0, 70px);
    -o-transform: translate(0, 70px);
  }
}
@media only screen and (max-width: 991px) {
  .service-area .service2-content-wrap .icon-box-item .icon-box-content {
    transform: translate(0, 90px);
    -webkit-transform: translate(0, 90px);
    -moz-transform: translate(0, 90px);
    -ms-transform: translate(0, 90px);
    -o-transform: translate(0, 90px);
  }
}
.service-area .service2-content-wrap .icon-box-item .icon-box-content .title {
  font-size: 20px;
  margin-bottom: 34px;
  position: relative;
  padding-bottom: 18px;
  transition: all 0.7s ease-out;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
}
@media only screen and (max-width: 1199px) {
  .service-area .service2-content-wrap .icon-box-item .icon-box-content .title {
    margin-bottom: 16px;
    padding-bottom: 8px;
  }
}
.service-area .service2-content-wrap .icon-box-item .icon-box-content .title:after {
  background-color: #fff;
  bottom: -10px;
  content: "";
  height: 2px;
  left: 50%;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  width: 20px;
  transform: translate(-50%, 0px);
  -webkit-transform: translate(-50%, 0px);
  -moz-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  -o-transform: translate(-50%, 0px);
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
.service-area .service2-content-wrap .icon-box-item .icon-box-content p {
  color: #fff;
  margin-bottom: 26px;
  opacity: 0;
  line-height: 2.1428571429;
  visibility: hidden;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
@media only screen and (max-width: 1199px) {
  .service-area .service2-content-wrap .icon-box-item .icon-box-content p {
    line-height: 1.7;
  }
}
.service-area .service2-content-wrap .icon-box-item .icon-box-content .btn-icon {
  color: #fff;
  line-height: 0.7;
  margin: 0;
  opacity: 0;
  padding: 0;
  visibility: hidden;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
.service-area .service2-content-wrap .icon-box-item:first-child {
  background-color: #f7f7f7;
}
.service-area .service2-content-wrap .icon-box-item:last-child {
  background-color: #f7f7f7;
}
.service-area .service2-content-wrap .icon-box-item:hover {
  background-color: #a394df;
}
.service-area .service2-content-wrap .icon-box-item:hover .icon-box-icon {
  opacity: 0;
  padding-top: 0;
  visibility: hidden;
  transform: translate(-50%, -60px);
  -webkit-transform: translate(-50%, -60px);
  -moz-transform: translate(-50%, -60px);
  -ms-transform: translate(-50%, -60px);
  -o-transform: translate(-50%, -60px);
}
.service-area .service2-content-wrap .icon-box-item:hover .icon-box-content {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.service-area .service2-content-wrap .icon-box-item:hover .icon-box-content .title {
  color: #fff;
}
.service-area .service2-content-wrap .icon-box-item:hover .icon-box-content .title:after {
  opacity: 1;
  visibility: visible;
}
.service-area .service2-content-wrap .icon-box-item:hover .icon-box-content p {
  opacity: 1;
  visibility: visible;
}
.service-area .service2-content-wrap .icon-box-item:hover .icon-box-content .btn-icon {
  opacity: 1;
  visibility: visible;
}
.service-area .service2-content-wrap .grid {
  display: block;
}
.service-area .service2-content-wrap .grid:last-child .icon-box-item {
  background-color: #f7f7f7;
}
.service-area .service2-content-wrap .grid:last-child .icon-box-item:first-child {
  background-color: #f0f0f0;
}
.service-area .service2-content-wrap .grid:last-child .icon-box-item:last-child {
  background-color: #f0f0f0;
}
.service-area .service2-content-wrap .grid:last-child .icon-box-item:hover {
  background-color: #a394df;
}
.service-area .service2-content-wrap .grid:last-child .icon-box-item:hover .icon-box-icon {
  opacity: 0;
  padding-top: 0;
  visibility: hidden;
  transform: translate(-50%, -60px);
  -webkit-transform: translate(-50%, -60px);
  -moz-transform: translate(-50%, -60px);
  -ms-transform: translate(-50%, -60px);
  -o-transform: translate(-50%, -60px);
}
.service-area .service2-content-wrap .grid:last-child .icon-box-item:hover .icon-box-content {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.service-area .service2-content-wrap .grid:last-child .icon-box-item:hover .icon-box-content .title {
  color: #fff;
}
.service-area .service2-content-wrap .grid:last-child .icon-box-item:hover .icon-box-content .title:after {
  opacity: 1;
  visibility: visible;
}
.service-area .service2-content-wrap .grid:last-child .icon-box-item:hover .icon-box-content p {
  opacity: 1;
  visibility: visible;
}
.service-area .service2-content-wrap .grid:last-child .icon-box-item:hover .icon-box-content .btn-icon {
  opacity: 1;
  visibility: visible;
}
.service-area .service3-content-wrap .icon-box-item {
  margin-bottom: 60px;
  padding: 0;
}
.service-area .service3-content-wrap .icon-box-item .icon-box-header {
  margin-bottom: 5px;
}
.service-area .service3-content-wrap .icon-box-item .icon-box-header .number {
  color: #a394df;
  font-weight: 400;
  font-size: 36px;
  padding-right: 18px;
}
.service-area .service3-content-wrap .icon-box-item .icon-box-header .number,
.service-area .service3-content-wrap .icon-box-item .icon-box-header .title {
  display: table-cell;
  vertical-align: middle;
}
.service-area .service3-content-wrap .icon-box-item .icon-box-header .title {
  font-weight: 400;
  font-size: 20px;
}
.service-area .service3-content-wrap .icon-box-item .icon-box-content p {
  margin-bottom: 18px;
}
.service-area .service3-content-wrap .icon-box-item .icon-box-content .btn {
  padding: 0;
}
.service-area .service3-content-wrap .icon-box-item .icon-box-content .btn.btn-link {
  color: #232324;
  border-radius: 0;
  font-size: 14px;
  transition: all 0s ease-out;
  -webkit-transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  -ms-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
}
.service-area .service3-content-wrap .icon-box-item .icon-box-content .btn.btn-link:hover {
  color: #a394df;
}
.service-area .service4-content-wrap .icon-box-item {
  padding: 0 67px 0 0;
  margin-bottom: 57px;
}
@media only screen and (max-width: 1199px) {
  .service-area .service4-content-wrap .icon-box-item {
    padding: 0;
  }
}
.service-area .service4-content-wrap .icon-box-item .icon-box-icon {
  margin-bottom: 24px;
}
.service-area .service4-content-wrap .icon-box-item .icon-box-icon .svg-icon {
  color: #a394df;
  font-size: 36px;
  height: 36px;
  line-height: 36px;
  width: 36px;
  vertical-align: middle;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
.service-area .service4-content-wrap .icon-box-item .icon-box-content .title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 15px;
}
.service-area .service4-content-wrap .icon-box-item .icon-box-content p {
  margin-bottom: 19px;
}
.service-area .service4-content-wrap .icon-box-item .icon-box-content .btn {
  padding: 0;
}
.service-area .service4-content-wrap .icon-box-item .icon-box-content .btn.btn-link {
  color: #232324;
  border-radius: 0;
  font-size: 14px;
  transition: all 0s ease-out;
  -webkit-transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  -ms-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
}
.service-area .service4-content-wrap .icon-box-item .icon-box-content .btn.btn-link:hover {
  color: #a394df;
  text-decoration: underline;
}
.service-area .service5-content-wrap .icon-box-item {
  position: relative;
  margin-bottom: 66px;
}
.service-area .service5-content-wrap .icon-box-item .icon-box-icon {
  position: absolute;
  color: #fff;
  font-size: 34px;
  line-height: 1;
  left: 0;
  top: 5px;
}
.service-area .service5-content-wrap .icon-box-item .icon-box-content {
  padding-left: 54px;
}
.service-area .service5-content-wrap .icon-box-item .icon-box-content .title {
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
}
.service-area .service5-content-wrap .icon-box-item .icon-box-content p {
  color: rgba(255, 255, 255, 0.5);
}
.service-area .service6-content-wrap .icon-box-item {
  text-align: center;
  padding: 0 50px;
  margin-bottom: 62px;
}
@media only screen and (max-width: 991px) {
  .service-area .service6-content-wrap .icon-box-item {
    padding: 0 5px;
  }
}
.service-area .service6-content-wrap .icon-box-item .icon-box-icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 0 38px 0 rgba(174, 19, 253, 0.1);
          box-shadow: 0 0 38px 0 rgba(174, 19, 253, 0.1);
  border-radius: 50%;
  color: #111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  height: 70px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 25px;
  text-align: center;
  width: 70px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.service-area .service6-content-wrap .icon-box-item .icon-box-content .title {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  margin-bottom: 12px;
}
.service-area .service6-content-wrap .icon-box-item .icon-box-content .title:hover {
  color: #a394df;
}
.service-area .service6-content-wrap .icon-box-item .icon-box-content p {
  color: #232324;
  font-size: 12px;
  line-height: 2;
}
.service-area .service6-content-wrap .icon-box-item:hover .icon-box-icon {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#e475a1), to(#3851e7)) !important;
  background-image: linear-gradient(0deg, #e475a1 0%, #3851e7 100%) !important;
  background-image: -webkit-linear-gradient(0deg, #e475a1 0%, #3851e7 100%) !important;
  color: #fff;
}
.service-area .service6-content-wrap .icon-box-item:hover .icon-box-content .title a {
  color: #a394df;
}
.service-area .service7-content-wrap .service-item .thumb {
  overflow: hidden;
  position: relative;
}
.service-area .service7-content-wrap .service-item .thumb img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -ms-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
}
@media only screen and (max-width: 767px) {
  .service-area .service7-content-wrap .service-item .thumb img {
    width: 100%;
  }
}
.service-area .service7-content-wrap .service-item .thumb:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  content: "";
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
  transition: all 0.6s ease-out;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  z-index: 1;
}
.service-area .service7-content-wrap .service-item .content {
  text-align: center;
  padding: 25px 50px 0;
}
@media only screen and (max-width: 1199px) {
  .service-area .service7-content-wrap .service-item .content {
    padding: 22px 10px 0;
  }
}
.service-area .service7-content-wrap .service-item .content .title {
  font-size: 20px;
  margin-bottom: 11px;
}
.service-area .service7-content-wrap .service-item .content p {
  margin-bottom: 26px;
}
@media only screen and (max-width: 1199px) {
  .service-area .service7-content-wrap .service-item .content p {
    margin-bottom: 16px;
  }
}
.service-area .service7-content-wrap .service-item .content .btn-border {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #232324;
  border-color: #e3e3e3;
  padding: 15px 50px;
}
@media only screen and (max-width: 1199px) {
  .service-area .service7-content-wrap .service-item .content .btn-border {
    padding: 14px 40px;
    font-size: 11px;
  }
}
@media only screen and (max-width: 991px) {
  .service-area .service7-content-wrap .service-item .content .btn-border {
    padding: 12px 34px;
  }
}
.service-area .service7-content-wrap .service-item .content .btn-border:hover {
  color: #fff;
  background-color: #232324;
  border-color: #232324;
}
.service-area .service7-content-wrap .service-item:hover .thumb img {
  transform: scale(1.01);
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
}
.service-area .service7-content-wrap .service-item:hover .thumb:before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
}
.service-area .service8-content-wrap .icon-box-item {
  margin-bottom: 92px;
  padding-right: 18px;
}
@media only screen and (max-width: 991px) {
  .service-area .service8-content-wrap .icon-box-item {
    margin-bottom: 35px;
    padding-right: 0;
  }
}
.service-area .service8-content-wrap .icon-box-item .icon-box-content .title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.service-area .service8-content-wrap .icon-box-item .icon-box-content p {
  margin-bottom: 21px;
}
.service-area .service8-content-wrap .icon-box-item .icon-box-content .btn-link {
  color: #232324;
  font-size: 15px;
  letter-spacing: normal;
  font-family: "Roboto Condensed", sans-serif;
}
.service-area .service9-content-wrap .service-item .thumb {
  position: relative;
}
@media only screen and (max-width: 575px) {
  .service-area .service9-content-wrap .service-item .thumb img {
    width: 100%;
  }
}
.service-area .service9-content-wrap .service-item .thumb .hover-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  opacity: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.service-area .service9-content-wrap .service-item .thumb .hover-box:before {
  background-color: #232324;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.service-area .service9-content-wrap .service-item .thumb .hover-box .btn-theme {
  background-color: #a394df;
  font-size: 16px;
  margin-top: 20px;
  padding: 12px 29px;
}
@media only screen and (max-width: 767px) {
  .service-area .service9-content-wrap .service-item .thumb .hover-box .btn-theme {
    padding: 8px 12px;
  }
}
.service-area .service9-content-wrap .service-item .content {
  padding: 30px 0 0;
}
.service-area .service9-content-wrap .service-item .content .title {
  font-size: 20px;
  margin-bottom: 9px;
}
@media only screen and (max-width: 767px) {
  .service-area .service9-content-wrap .service-item .content .title {
    font-size: 18px;
  }
}
.service-area .service9-content-wrap .service-item .content .trainner-name {
  font-weight: 400;
  color: #47479a;
  font-size: 16px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .service-area .service9-content-wrap .service-item .content .trainner-name {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.service-area .service9-content-wrap .service-item .content .trainner-name span {
  font-weight: 700;
  color: #a394df;
}
.service-area .service9-content-wrap .service-item .content p {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .service-area .service9-content-wrap .service-item .content p {
    font-size: 14px;
  }
}
.service-area .service9-content-wrap .service-item:hover .thumb .hover-box {
  opacity: 1;
}
.service-area .service9-content-wrap .service-item:hover .thumb .hover-box .btn-theme {
  margin-top: 0;
}
.service-area .service9-content-wrap .gym-service-slider.slick-dotted.slick-slider {
  margin-bottom: 0;
  padding-bottom: 50px;
}
.service-area .service9-content-wrap .gym-service-slider .slick-dots {
  bottom: 0px;
  left: calc(50% - 5px);
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.service-area .service9-content-wrap .gym-service-slider .slick-dots li {
  height: auto;
  padding: 0;
  width: auto;
  margin: 0;
}
.service-area .service9-content-wrap .gym-service-slider .slick-dots li:nth-child(2n) {
  margin: 0 0 0 20px;
}
.service-area .service9-content-wrap .gym-service-slider .slick-dots li button {
  padding: 0;
  width: auto;
  height: auto;
}
.service-area .service9-content-wrap .gym-service-slider .slick-dots li button:before {
  border-radius: 50%;
  border: 1px solid #8a8a8a;
  color: transparent;
  height: 8px;
  opacity: 1;
  width: 8px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  opacity: 0.4;
}
.service-area .service9-content-wrap .gym-service-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  border: 1px solid #a394df;
}
.service-area .service10-content-wrap .icon-box-item {
  margin-top: 77px;
  text-align: center;
}
.service-area .service10-content-wrap .icon-box-item .icon-box-icon {
  margin-bottom: 29px;
}
.service-area .service10-content-wrap .icon-box-item .icon-box-icon svg {
  color: #a394df;
  height: 110px;
  line-height: 110px;
  width: 110px;
  vertical-align: bottom;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
.service-area .service10-content-wrap .icon-box-item .icon-box-content .title {
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .service-area .service10-content-wrap .icon-box-item .icon-box-content .title {
    margin-bottom: 8px;
    font-size: 18px;
  }
}
.service-area .service10-content-wrap .icon-box-item .icon-box-content .title a {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
.service-area .service10-content-wrap .icon-box-item .icon-box-content p {
  font-size: 16px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 991px) {
  .service-area .service10-content-wrap .icon-box-item .icon-box-content p {
    font-size: 14px;
  }
}
.service-area .service11-content-wrap .service-item .thumb {
  position: relative;
  overflow: hidden;
}
.service-area .service11-content-wrap .service-item .thumb:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  content: "";
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
  z-index: 1;
}
.service-area .service11-content-wrap .service-item .thumb img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.service-area .service11-content-wrap .service-item .content {
  padding: 42px 40px 50px;
}
@media only screen and (max-width: 1199px) {
  .service-area .service11-content-wrap .service-item .content {
    padding: 30px 20px 35px;
  }
}
.service-area .service11-content-wrap .service-item .content .title {
  color: #232324;
  font-weight: 400;
  font-size: 28px;
  letter-spacing: 4px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
  .service-area .service11-content-wrap .service-item .content .title {
    font-size: 25px;
    letter-spacing: 2px;
    margin-bottom: 2px;
  }
}
.service-area .service11-content-wrap .service-item .content .title a {
  color: #232324;
}
.service-area .service11-content-wrap .service-item .content .title a:hover {
  color: #b9afa1;
}
.service-area .service11-content-wrap .service-item .content .btn-link {
  text-transform: uppercase;
  letter-spacing: 4px;
}
@media only screen and (max-width: 1199px) {
  .service-area .service11-content-wrap .service-item .content .btn-link {
    font-size: 13px;
    letter-spacing: 2px;
  }
}
.service-area .service11-content-wrap .service-item .content .btn-link:hover {
  color: #b9afa1;
  text-decoration: underline;
}
.service-area .service11-content-wrap .service-item:hover .thumb:before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
}
.service-area .service11-content-wrap .service-item:hover .thumb img {
  transform: scale(1.01);
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
}
.service-area .service12-content-wrap {
  margin-left: auto;
  margin-right: auto;
  padding: 86px 0 92px;
}
@media only screen and (max-width: 1199px) {
  .service-area .service12-content-wrap {
    padding: 65px 0 72px;
  }
}
.service-area .service12-content-wrap .icon-box-item {
  text-align: center;
  padding: 0 78px;
  margin-bottom: 102px;
}
@media only screen and (max-width: 1500px) {
  .service-area .service12-content-wrap .icon-box-item {
    padding: 0;
    margin-bottom: 55px;
  }
}
.service-area .service12-content-wrap .icon-box-item .icon-box-content .title {
  font-size: 24px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
  .service-area .service12-content-wrap .icon-box-item .icon-box-content .title {
    font-size: 22px;
    margin-bottom: 12px;
  }
}
.service-area .service12-content-wrap .icon-box-item .icon-box-content .title a:hover {
  color: #dcb86c;
}
@media only screen and (max-width: 1199px) {
  .service-area .service12-content-wrap .icon-box-item .icon-box-content p {
    font-size: 14px;
  }
}
.service-area .service12-content-wrap .btn-link {
  color: #8a8a8a;
  display: inline-block;
  font-size: 18px;
  margin-top: 80px;
  text-decoration: underline;
}
@media only screen and (max-width: 1199px) {
  .service-area .service12-content-wrap .btn-link {
    font-size: 16px;
    margin-top: 50px;
  }
}
.service-area .service12-content-wrap .btn-link:hover {
  opacity: 0.85;
}
.service-area .service13-content-wrap .service-item {
  position: relative;
  margin-bottom: 30px;
}
.service-area .service13-content-wrap .service-item .thumb {
  overflow: hidden;
  position: relative;
}
.service-area .service13-content-wrap .service-item .thumb img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -ms-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
}
.service-area .service13-content-wrap .service-item .thumb:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  content: "";
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
  transition: all 0.6s ease-out;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .service-area .service13-content-wrap .service-item .thumb img {
    width: 100%;
  }
}
.service-area .service13-content-wrap .service-item .content {
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.service-area .service13-content-wrap .service-item .content .title {
  background-color: #8a8a8a;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1px;
  padding: 17px 10px;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
.service-area .service13-content-wrap .service-item:hover .thumb img {
  transform: scale(1.01);
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
}
.service-area .service13-content-wrap .service-item:hover .thumb:before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
}
.service-area .service13-content-wrap .service-item:hover .content .title {
  background-color: #a394df;
}
.service-area .service14-content-wrap .icon-box-item .icon-box-header {
  position: relative;
}
.service-area .service14-content-wrap .icon-box-item .icon-box-header .title {
  font-size: 16px;
  margin-bottom: 13px;
}
.service-area .service14-content-wrap .icon-box-item .icon-box-header .subtitle {
  color: #8a8a8a;
  font-size: 11px;
  font-weight: 400;
  margin-bottom: 26px;
  padding-bottom: 20px;
}
.service-area .service14-content-wrap .icon-box-item .icon-box-header:before {
  background-color: #c82861;
  bottom: 0;
  border-radius: 50%;
  content: "";
  height: 8px;
  position: absolute;
  width: 8px;
}
.service-area .service14-content-wrap .icon-box-item .icon-box-content p {
  font-size: 14px;
  margin-bottom: 18px;
}
.service-area .service15-content-wrap .icon-box-item {
  -webkit-box-shadow: 0px 0px 49px 0px rgba(159, 159, 159, 0.11);
          box-shadow: 0px 0px 49px 0px rgba(159, 159, 159, 0.11);
  background-color: #fff;
  border-bottom: 4px solid #c8c8c8;
  position: relative;
  padding: 44px 40px 0;
  overflow: hidden;
  text-align: center;
  margin-bottom: 30px;
  transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
}
@media only screen and (max-width: 767px) {
  .service-area .service15-content-wrap .icon-box-item {
    padding: 24px 20px 0;
  }
}
.service-area .service15-content-wrap .icon-box-item .icon-box-content .title {
  font-size: 20px;
  margin-bottom: 14px;
  transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
}
@media only screen and (max-width: 767px) {
  .service-area .service15-content-wrap .icon-box-item .icon-box-content .title {
    font-size: 16px;
  }
}
.service-area .service15-content-wrap .icon-box-item .icon-box-content p {
  margin-bottom: 35px;
}
.service-area .service15-content-wrap .icon-box-item .icon-box-content .btn-link {
  border-top: 1px solid #e3e3e3;
  display: block;
  font-size: 16px;
  line-height: 0;
  max-width: 75%;
  margin: 0 auto 0;
  padding: 18px 0;
}
.service-area .service15-content-wrap .icon-box-item .icon-box-content .btn-link .icon {
  font-size: 16px;
}
.service-area .service15-content-wrap .icon-box-item .icon-box-content .btn-link:hover {
  color: #a394df;
}
.service-area .service15-content-wrap .icon-box-item:hover {
  border-color: #a394df;
  transform: translate(0, -20px);
  -webkit-transform: translate(0, -20px);
  -moz-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  -o-transform: translate(0, -20px);
}
.service-area .service15-content-wrap .icon-box-item:hover .icon-box-content .title a {
  color: #a394df;
}
.service-area .service16-content-wrap .icon-box-item {
  margin-bottom: 57px;
}
.service-area .service16-content-wrap .icon-box-item .icon-box-header {
  margin-bottom: 14px;
}
.service-area .service16-content-wrap .icon-box-item .icon-box-header .icon-box-icon {
  margin-bottom: 24px;
  display: table-cell;
  vertical-align: middle;
}
.service-area .service16-content-wrap .icon-box-item .icon-box-header .icon-box-icon .svg-icon {
  color: #a394df;
  font-size: 36px;
  height: 44px;
  line-height: 44px;
  width: 44px;
  vertical-align: middle;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
.service-area .service16-content-wrap .icon-box-item .icon-box-header .title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
  padding-top: 7px;
}
.service-area .service16-content-wrap .icon-box-item .icon-box-content p {
  margin-bottom: 15px;
}
.service-area .service16-content-wrap .icon-box-item .icon-box-content .btn {
  padding: 0;
  position: relative;
}
.service-area .service16-content-wrap .icon-box-item .icon-box-content .btn.btn-link {
  color: #232324;
  border-radius: 0;
  font-size: 12px;
  padding-right: 15px;
  transition: all 0s ease-out;
  -webkit-transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  -ms-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  position: relative;
}
.service-area .service16-content-wrap .icon-box-item .icon-box-content .btn.btn-link:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  font-size: 18px;
  top: 0;
  line-height: 1;
}
.service-area .service16-content-wrap .icon-box-item .icon-box-content .btn.btn-link:hover {
  color: #a394df;
  text-decoration: underline;
}
.service-area .service17-content-wrap .service-item {
  margin-bottom: 61px;
}
.service-area .service17-content-wrap .service-item .thumb {
  overflow: hidden;
  position: relative;
}
.service-area .service17-content-wrap .service-item .thumb img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -ms-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
}
.service-area .service17-content-wrap .service-item .thumb:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  content: "";
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
  transition: all 0.6s ease-out;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  z-index: 1;
}
.service-area .service17-content-wrap .service-item .content {
  text-align: center;
  padding: 25px 50px 0;
}
@media only screen and (max-width: 991px) {
  .service-area .service17-content-wrap .service-item .content {
    padding: 25px 0 0;
  }
}
.service-area .service17-content-wrap .service-item .content .title {
  font-size: 20px;
  margin-bottom: 11px;
}
.service-area .service17-content-wrap .service-item .content p {
  margin-bottom: 16px;
}
.service-area .service17-content-wrap .service-item .content .btn-link {
  position: relative;
  padding: 0 15px 0 0;
}
.service-area .service17-content-wrap .service-item .content .btn-link:before {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  font-size: 18px;
  top: 0;
  line-height: 1;
}
.service-area .service17-content-wrap .service-item:hover .thumb img {
  transform: scale(1.01);
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
}
.service-area .service17-content-wrap .service-item:hover .thumb:before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
}
.service-area .service18-content-wrap .service-item {
  margin-bottom: 106px;
}
@media only screen and (max-width: 991px) {
  .service-area .service18-content-wrap .service-item {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .service-area .service18-content-wrap .service-item {
    text-align: center;
  }
}
.service-area .service18-content-wrap .service-item .thumb {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .service-area .service18-content-wrap .service-item .thumb {
    margin-bottom: 40px;
  }
}
.service-area .service18-content-wrap .service-item .content {
  padding-right: 40px;
  padding-left: 30px;
  padding-top: 60px;
}
@media only screen and (max-width: 991px) {
  .service-area .service18-content-wrap .service-item .content {
    padding: 0;
  }
}
.service-area .service18-content-wrap .service-item .content .title {
  font-size: 20px;
  margin-bottom: 10px;
}
.service-area .service18-content-wrap .service-item .content p {
  margin-bottom: 15px;
  line-height: 1.875;
}
.service-area .service18-content-wrap .service-item .content .btn-link {
  position: relative;
  padding: 0 15px 0 0;
}
.service-area .service18-content-wrap .service-item .content .btn-link:before {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  font-size: 18px;
  top: 0;
  line-height: 1;
}
.service-area .gutter0 {
  margin: 0 0px;
}
.service-area .gutter0 .col,
.service-area .gutter0 [class*=col-] {
  padding: 0 0;
}
.service-area .slick-gutter15 .slick-list {
  margin: 0 -15px;
}
.service-area .slick-gutter15 .slick-slide {
  margin: 0 15px;
}

.service-inner-area {
  position: relative;
  padding: 236px 0 132px;
  min-height: 200px;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .service-inner-area {
    padding: 160px 0 132px;
  }
}
@media only screen and (max-width: 991px) {
  .service-inner-area {
    padding: 130px 0 132px;
  }
}
.service-inner-area .about-inner-content .content .title {
  color: #232324;
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .service-inner-area .about-inner-content .content .title {
    font-size: 38px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 575px) {
  .service-inner-area .about-inner-content .content .title {
    font-size: 30px;
    line-height: 38px;
  }
}
.service-inner-area .about-inner-content .content .title + .breadcrumb-area {
  margin-top: 16px;
}
.service-inner-area .about-inner-content .content .title span {
  text-decoration: underline;
}

.breadcrumb-area .breadcrumb li {
  color: #8a8a8a;
}
.breadcrumb-area .breadcrumb li a {
  color: #8a8a8a;
}

.pages-services-wrapper .testimonial-area {
  padding: 71px 0 7px;
}
.pages-services-wrapper .testimonial-area .testimonial2-content-wrap .testimonial-item .client-quote {
  margin-bottom: 31px;
}
.pages-services-wrapper .testimonial-area .testimonial2-content-wrap .testimonial-item .client-quote p {
  font-size: 34px;
  line-height: 50px;
}
.pages-services-wrapper .testimonial-area .testimonial2-content-wrap .testimonial-item .client-info .name {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 3px;
  line-height: 1;
}
.pages-services-wrapper .testimonial-area .testimonial2-content-wrap .testimonial-item .client-info .designation {
  color: #fff;
  font-size: 12px;
}
.pages-services-wrapper .testimonial-area .testimonial2-content-wrap .testi-quote-icon {
  margin-bottom: 36px;
  width: auto;
}

/*
-----------------------------------------------------------------------
	Team CSS
-----------------------------------------------------------------------
*/
@media only screen and (max-width: 991px) {
  .team-item .thumb img {
    width: 100%;
  }
}

.team-area .team2-content-wrap .team-item {
  position: relative;
}
.team-area .team2-content-wrap .team-item .thumb {
  position: relative;
}
.team-area .team2-content-wrap .team-item .thumb:before {
  border: 2px solid #a394df;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  height: 100%;
  width: 100%;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  z-index: 1;
}
.team-area .team2-content-wrap .team-item .thumb img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  width: 100%;
}
.team-area .team2-content-wrap .team-item .thumb .social-icons {
  background-color: #fff;
  position: absolute;
  bottom: 0;
  visibility: visible;
  opacity: 1;
  left: 20%;
  right: 20%;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  padding: 15px 10px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  z-index: 2;
}
.team-area .team2-content-wrap .team-item .thumb .social-icons a {
  display: inline-block;
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  .team-area .team2-content-wrap .team-item .thumb .social-icons a {
    padding: 0 5px;
  }
}
.team-area .team2-content-wrap .team-item .content {
  text-align: center;
  padding-top: 25px;
}
.team-area .team2-content-wrap .team-item .content .title {
  font-size: 18px;
  margin-bottom: 8px;
}
.team-area .team2-content-wrap .team-item .content .designation {
  color: #8a8a8a;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  margin-bottom: 0;
}
.team-area .team2-content-wrap .team-item:hover .thumb:before {
  opacity: 1;
  visibility: visible;
  transform: translate(15px, 15px);
  -webkit-transform: translate(15px, 15px);
  -moz-transform: translate(15px, 15px);
  -ms-transform: translate(15px, 15px);
  -o-transform: translate(15px, 15px);
}
.team-area .team2-content-wrap .team-item:hover .thumb .social-icons {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}
.team-area .team3-content-wrap .team-item {
  position: relative;
}
.team-area .team3-content-wrap .team-item .thumb {
  position: relative;
}
.team-area .team3-content-wrap .team-item .thumb:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.team-area .team3-content-wrap .team-item .content {
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
@media only screen and (max-width: 991px) {
  .team-area .team3-content-wrap .team-item .content {
    width: 100%;
  }
}
.team-area .team3-content-wrap .team-item .content .title {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  margin-bottom: 16px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.team-area .team3-content-wrap .team-item .content .designation {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
.team-area .team3-content-wrap .team-item .content .social-icons {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  transition: all 0.7s ease-out;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
}
.team-area .team3-content-wrap .team-item .content .social-icons a {
  color: #fff;
  font-size: 14px;
  padding: 0 9px;
  display: inline-block;
  opacity: 0.6;
}
.team-area .team3-content-wrap .team-item .content .social-icons a:hover {
  opacity: 1;
}
.team-area .team3-content-wrap .team-item .content .title,
.team-area .team3-content-wrap .team-item .content .designation,
.team-area .team3-content-wrap .team-item .content .social-icons {
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 20px);
  -webkit-transform: translate(0, 20px);
  -moz-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  -o-transform: translate(0, 20px);
}
.team-area .team3-content-wrap .team-item:hover .thumb:before {
  opacity: 1;
  visibility: visible;
}
.team-area .team3-content-wrap .team-item:hover .content .title,
.team-area .team3-content-wrap .team-item:hover .content .designation,
.team-area .team3-content-wrap .team-item:hover .content .social-icons {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.team-area .team4-content-wrap .team-item {
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .team-area .team4-content-wrap .team-item .thumb img {
    width: 100%;
  }
}
.team-area .team4-content-wrap .team-item .overlay-content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  text-align: center;
  width: 100%;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.team-area .team4-content-wrap .team-item .overlay-content:before {
  border-width: 5px 0;
  bottom: 0;
  left: 0;
  height: 100%;
  top: 0;
  width: 50%;
}
.team-area .team4-content-wrap .team-item .overlay-content:before, .team-area .team4-content-wrap .team-item .overlay-content:after {
  border-color: #a394df;
  border-style: solid;
  content: "";
  position: absolute;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.team-area .team4-content-wrap .team-item .overlay-content:after {
  border-width: 0 5px;
  height: 50%;
  left: 0;
  top: 0;
  width: 100%;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.team-area .team4-content-wrap .team-item .overlay-content .content {
  padding: 0 20px;
}
.team-area .team4-content-wrap .team-item .overlay-content .content .title {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  margin-bottom: 9px;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
.team-area .team4-content-wrap .team-item .overlay-content .content .designation {
  font-family: "Vidaloka", serif;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 17px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.team-area .team4-content-wrap .team-item .overlay-content .content p {
  margin-bottom: 23px;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.team-area .team4-content-wrap .team-item .overlay-content .content .social-icons {
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
.team-area .team4-content-wrap .team-item .overlay-content .content .social-icons a {
  font-size: 14px;
  margin-right: 17px;
}
.team-area .team4-content-wrap .team-item .overlay-content .content .social-icons a:last-child {
  margin-right: 0;
}
.team-area .team4-content-wrap .team-item .overlay-content .content .title,
.team-area .team4-content-wrap .team-item .overlay-content .content .designation,
.team-area .team4-content-wrap .team-item .overlay-content .content p,
.team-area .team4-content-wrap .team-item .overlay-content .content .social-icons {
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 20px);
  -webkit-transform: translate(0, 20px);
  -moz-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  -o-transform: translate(0, 20px);
}
.team-area .team4-content-wrap .team-item .overlay-content .content .title a:hover,
.team-area .team4-content-wrap .team-item .overlay-content .content .designation a:hover,
.team-area .team4-content-wrap .team-item .overlay-content .content p a:hover,
.team-area .team4-content-wrap .team-item .overlay-content .content .social-icons a:hover {
  color: #a394df;
}
.team-area .team4-content-wrap .team-item:hover .overlay-content {
  background-color: #fff;
}
.team-area .team4-content-wrap .team-item:hover .overlay-content:before {
  width: 100%;
}
.team-area .team4-content-wrap .team-item:hover .overlay-content:before, .team-area .team4-content-wrap .team-item:hover .overlay-content:after {
  opacity: 1;
}
.team-area .team4-content-wrap .team-item:hover .overlay-content:after {
  height: 100%;
}
.team-area .team4-content-wrap .team-item:hover .overlay-content .content .title,
.team-area .team4-content-wrap .team-item:hover .overlay-content .content .designation,
.team-area .team4-content-wrap .team-item:hover .overlay-content .content p,
.team-area .team4-content-wrap .team-item:hover .overlay-content .content .social-icons {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.team-area .team5-content-wrap .team-item {
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .team-area .team5-content-wrap .team-item {
    margin-bottom: 30px;
  }
}
.team-area .team5-content-wrap .team-item .thumb {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .team-area .team5-content-wrap .team-item .thumb img {
    width: 100%;
  }
}
.team-area .team5-content-wrap .team-item .thumb:before {
  background-color: #232324;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.team-area .team5-content-wrap .team-item .thumb .social-icons {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  margin-top: 30px;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.team-area .team5-content-wrap .team-item .thumb .social-icons a {
  color: #fff;
  font-size: 14px;
  margin: 0 10px;
}
.team-area .team5-content-wrap .team-item .thumb .social-icons a:hover {
  color: #a394df;
}
.team-area .team5-content-wrap .team-item .content {
  text-align: center;
  padding-top: 20px;
}
.team-area .team5-content-wrap .team-item .content .title {
  font-size: 24px;
  margin-bottom: 9px;
  letter-spacing: -1px;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .team-area .team5-content-wrap .team-item .content .title {
    font-size: 18px;
    margin-bottom: 6px;
    letter-spacing: 0;
  }
}
.team-area .team5-content-wrap .team-item .content .title a {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
.team-area .team5-content-wrap .team-item .content .designation {
  color: #5a5c64;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .team-area .team5-content-wrap .team-item .content .designation {
    font-size: 12px;
  }
}
.team-area .team5-content-wrap .team-item:hover .thumb:before {
  opacity: 0.6;
}
.team-area .team5-content-wrap .team-item:hover .thumb .social-icons {
  opacity: 1;
  margin-top: 0;
}
.team-area .team6-content-wrap .team-item {
  transition: all 0.4s 0.1s;
  -webkit-transition: all 0.4s 0.1s;
  -moz-transition: all 0.4s 0.1s;
  -ms-transition: all 0.4s 0.1s;
  -o-transition: all 0.4s 0.1s;
}
.team-area .team6-content-wrap .team-item .thumb {
  position: relative;
}
.team-area .team6-content-wrap .team-item .thumb:before {
  background-color: #232324;
  content: "";
  position: absolute;
  left: 0;
  opacity: 0;
  top: 0;
  height: 100%;
  visibility: hidden;
  width: 100%;
  transition: all 0.4s 0.1s;
  -webkit-transition: all 0.4s 0.1s;
  -moz-transition: all 0.4s 0.1s;
  -ms-transition: all 0.4s 0.1s;
  -o-transition: all 0.4s 0.1s;
}
.team-area .team6-content-wrap .team-item .thumb .social-icons {
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  margin-top: 30px;
  visibility: hidden;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: all 0.4s 0.1s;
  -webkit-transition: all 0.4s 0.1s;
  -moz-transition: all 0.4s 0.1s;
  -ms-transition: all 0.4s 0.1s;
  -o-transition: all 0.4s 0.1s;
}
@media only screen and (max-width: 767px) {
  .team-area .team6-content-wrap .team-item .thumb .social-icons {
    width: 100%;
    text-align: center;
  }
}
.team-area .team6-content-wrap .team-item .thumb .social-icons a {
  background-color: #fff;
  border-radius: 50%;
  color: #232324;
  display: inline-block;
  font-size: 12px;
  height: 26px;
  line-height: 26px;
  opacity: 1;
  text-align: center;
  margin-right: 6px;
  width: 26px;
}
.team-area .team6-content-wrap .team-item .thumb .social-icons a:hover {
  color: #fff;
  background-color: #a394df;
}
@media only screen and (max-width: 1199px) {
  .team-area .team6-content-wrap .team-item .thumb img {
    width: 100%;
  }
}
.team-area .team6-content-wrap .team-item .content {
  background-color: #fff;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #e3e3e3;
  text-align: center;
  padding: 25px 25px 34px;
}
.team-area .team6-content-wrap .team-item .content .title {
  font-size: 20px;
  margin-bottom: 9px;
}
.team-area .team6-content-wrap .team-item .content .title a:hover {
  color: #a394df;
}
.team-area .team6-content-wrap .team-item .content .designation {
  color: #8a8a8a;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0;
}
.team-area .team6-content-wrap .team-item:hover .thumb .social-icons {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
}
.team-area .team7-content-wrap .team-item {
  margin-bottom: 55px;
}
.team-area .team7-content-wrap .team-item .thumb {
  position: relative;
}
.team-area .team7-content-wrap .team-item .thumb:before {
  background-color: #232324;
  content: "";
}
.team-area .team7-content-wrap .team-item .thumb .social-icons {
  background-color: rgba(21, 21, 21, 0.8);
  position: absolute;
  bottom: -5%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
.team-area .team7-content-wrap .team-item .thumb .social-icons a {
  color: #fff;
  font-size: 15px;
  opacity: 0.6;
  margin-right: 15px;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
.team-area .team7-content-wrap .team-item .thumb .social-icons a:last-child {
  margin-right: 15px;
}
.team-area .team7-content-wrap .team-item .thumb .social-icons a:hover {
  color: #a394df;
}
.team-area .team7-content-wrap .team-item .thumb img {
  opacity: 0.5;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
.team-area .team7-content-wrap .team-item .content {
  padding-top: 30px;
  text-align: center;
}
.team-area .team7-content-wrap .team-item .content .title {
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.team-area .team7-content-wrap .team-item .content .title a {
  color: #fff;
  opacity: 0.5;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
.team-area .team7-content-wrap .team-item .content .title a:hover {
  color: #a394df;
}
.team-area .team7-content-wrap .team-item:hover .thumb img {
  opacity: 1;
}
.team-area .team7-content-wrap .team-item:hover .thumb .social-icons {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.team-area .team7-content-wrap .team-item:hover .content .title a {
  opacity: 1;
}
@media only screen and (max-width: 991px) {
  .team-area .team8-content-wrap .team-item {
    margin-bottom: 30px;
  }
}
.team-area .team8-content-wrap .team-item .thumb {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .team-area .team8-content-wrap .team-item .thumb img {
    width: 100%;
  }
}
.team-area .team8-content-wrap .team-item .thumb:before {
  background-color: #232324;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.team-area .team8-content-wrap .team-item .thumb .social-icons {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  margin-top: 30px;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.team-area .team8-content-wrap .team-item .thumb .social-icons a {
  color: #fff;
  font-size: 16px;
  margin: 0 10px;
}
.team-area .team8-content-wrap .team-item .thumb .social-icons a:hover {
  color: #a394df;
}
.team-area .team8-content-wrap .team-item .content {
  padding-top: 20px;
}
.team-area .team8-content-wrap .team-item .content .title {
  color: #a394df;
  font-size: 18px;
  margin-bottom: 9px;
}
.team-area .team8-content-wrap .team-item .content .title a {
  color: #a394df;
}
.team-area .team8-content-wrap .team-item .content .designation {
  font-weight: 400;
  font-style: italic;
  font-size: 18px;
  margin-bottom: 0;
}
.team-area .team8-content-wrap .team-item:hover .thumb:before {
  opacity: 0.6;
}
.team-area .team8-content-wrap .team-item:hover .thumb .social-icons {
  opacity: 1;
  margin-top: 0;
}
.team-area .gutter0 .col,
.team-area .gutter0 [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.team-area .gutter50 {
  margin-right: -25px;
  margin-left: -25px;
}
.team-area .gutter50 .col,
.team-area .gutter50 [class*=col-] {
  padding-right: 25px;
  padding-left: 25px;
}
.team-area .gutter30 {
  margin-right: -15px;
  margin-left: -15px;
}
.team-area .gutter30 .col,
.team-area .gutter30 [class*=col-] {
  padding-right: 15px;
  padding-left: 15px;
}

.page-team1-wrap.team3-content-wrap .team-item .thumb:before {
  background-color: #a394df;
}

.team-col3-slider .slick-list {
  margin: 0 -25px;
}
.team-col3-slider .slick-slide {
  margin: 0 25px;
}

.team-gutter30 .slick-list {
  margin: 0 -15px;
}
.team-gutter30 .slick-slide {
  margin: 0 15px;
}

/*
-----------------------------------------------------------------------
  Icon Box CSS
-----------------------------------------------------------------------
*/
.icon-box-style1 .icon-box-item .icon-box-icon {
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}
.icon-box-style1 .icon-box-item .icon-box-icon.icon-gradient {
  font-size: 30px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  color: #a394df;
  background-image: -webkit-gradient(linear, left top, right top, from(#a394df), color-stop(85%, #de92c2), to(#a394df));
  background-image: linear-gradient(to right, #a394df 0%, #de92c2 85%, #a394df 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.icon-box-style1 .icon-box-item .icon-box-icon.icon-bg-color {
  font-size: 24px;
  line-height: 24px;
  width: 60px;
  height: 60px;
  padding: 18px;
  text-align: center;
  color: #fff;
  background-color: #a394df;
  background-image: -webkit-gradient(linear, left top, right top, from(#a394df), color-stop(100%, #de92c2), to(#a394df));
  background-image: linear-gradient(to right, #a394df 0%, #de92c2 100%, #a394df 100%);
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.icon-box-style1 .icon-box-item .icon-box-content {
  text-align: center;
}
.icon-box-style1 .icon-box-item .icon-box-content .title {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  margin-bottom: 8px;
  color: #232324;
}
.icon-box-style1 .icon-box-item .icon-box-content p {
  font-size: 14px;
  color: #8a8a8a;
}
.icon-box-style1 .icon-box-item:hover .icon-box-icon.icon-bg-color {
  background-image: -webkit-gradient(linear, left top, right top, from(#a394df), color-stop(-100%, #de92c2), to(#a394df));
  background-image: linear-gradient(to right, #a394df 0%, #de92c2 -100%, #a394df 100%);
}

.icon-box-style2 {
  padding: 0 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599.98px) {
  .icon-box-style2 {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .icon-box-style2 {
    padding: 0 10px;
  }
}
.icon-box-style2 .icon-box-item {
  padding: 0 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599.98px) {
  .icon-box-style2 .icon-box-item {
    padding: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .icon-box-style2 .icon-box-item {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    padding: 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .icon-box-style2 .icon-box-item {
    margin: 0 auto 40px;
  }
}
.icon-box-style2 .icon-box-item .icon-box-icon {
  margin-bottom: 25px;
}
.icon-box-style2 .icon-box-item .icon-box-icon .icon {
  width: 30px;
  height: 30px;
  margin: 0 auto;
  color: #a394df;
}
.icon-box-style2 .icon-box-item .icon-box-content .title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 9px;
}
@media only screen and (max-width: 767px) {
  .icon-box-style3 .icon-box-item {
    margin-bottom: 20px;
  }
}
.icon-box-style3 .icon-box-item .icon-box-icon {
  margin-bottom: 28px;
}
.icon-box-style3 .icon-box-item .icon-box-icon .icon {
  font-size: 32px;
  color: #4b44a3;
}
.icon-box-style3 .icon-box-item .icon-box-content .title {
  font-size: 18px;
  margin-bottom: 16px;
}
.icon-box-style4 .icon-box-item .icon-box-icon {
  display: table-cell;
  vertical-align: middle;
}
.icon-box-style4 .icon-box-item .icon-box-icon.icon-gradient {
  font-size: 30px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  color: #a394df;
  background-image: -webkit-gradient(linear, left top, right top, from(#a394df), color-stop(85%, #de92c2), to(#a394df));
  background-image: linear-gradient(to right, #a394df 0%, #de92c2 85%, #a394df 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.icon-box-style4 .icon-box-item .icon-box-icon.icon-bg-color .icon {
  font-size: 18px;
  line-height: 36px;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #fff;
  background-color: #a394df;
  background-image: -webkit-gradient(linear, left top, right top, from(#a394df), color-stop(100%, #de92c2), to(#a394df));
  background-image: linear-gradient(to right, #a394df 0%, #de92c2 100%, #a394df 100%);
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.icon-box-style4 .icon-box-item .icon-box-content {
  display: table-cell;
  padding-left: 20px;
  text-align: left;
  vertical-align: middle;
}
.icon-box-style4 .icon-box-item .icon-box-content .title {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  margin-bottom: 8px;
  color: #232324;
}
.icon-box-style4 .icon-box-item .icon-box-content p {
  font-size: 14px;
  color: #8a8a8a;
}
.icon-box-style4 .icon-box-item:hover .icon-box-icon.icon-bg-color .icon {
  background-image: -webkit-gradient(linear, left top, right top, from(#a394df), color-stop(-100%, #de92c2), to(#a394df));
  background-image: linear-gradient(to right, #a394df 0%, #de92c2 -100%, #a394df 100%);
}

.icon-box-style5 .icon-box-item .icon-box-icon {
  display: table-cell;
  padding-left: 20px;
  vertical-align: middle;
}
.icon-box-style5 .icon-box-item .icon-box-icon.icon-gradient {
  font-size: 30px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  color: #a394df;
  background-image: -webkit-gradient(linear, left top, right top, from(#a394df), color-stop(85%, #de92c2), to(#a394df));
  background-image: linear-gradient(to right, #a394df 0%, #de92c2 85%, #a394df 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.icon-box-style5 .icon-box-item .icon-box-icon.icon-bg-color .icon {
  font-size: 18px;
  line-height: 36px;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #fff;
  background-color: #a394df;
  background-image: -webkit-gradient(linear, left top, right top, from(#a394df), color-stop(100%, #de92c2), to(#a394df));
  background-image: linear-gradient(to right, #a394df 0%, #de92c2 100%, #a394df 100%);
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.icon-box-style5 .icon-box-item .icon-box-content {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}
.icon-box-style5 .icon-box-item .icon-box-content .title {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  margin-bottom: 8px;
  color: #232324;
}
.icon-box-style5 .icon-box-item .icon-box-content p {
  font-size: 14px;
  color: #8a8a8a;
}
.icon-box-style5 .icon-box-item:hover .icon-box-icon.icon-bg-color .icon {
  background-image: -webkit-gradient(linear, left top, right top, from(#a394df), color-stop(-100%, #de92c2), to(#a394df));
  background-image: linear-gradient(to right, #a394df 0%, #de92c2 -100%, #a394df 100%);
}

.icon-box-style6 .icon-box-item {
  padding: 30px;
  background-color: #fff;
}
.icon-box-style6 .icon-box-item .icon-box-content .title {
  font-size: 18px;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 18px;
}
@media only screen and (max-width: 1199px) {
  .icon-box-style6 .icon-box-item .icon-box-content .title {
    font-size: 16px;
  }
}
.icon-box-style6 .icon-box-item .icon-box-content .title:before {
  position: absolute;
  bottom: 0;
  width: 25px;
  height: 3px;
  content: "";
  background-color: #a394df;
}
/*
-----------------------------------------------------------------------
  Testimonial CSS
-----------------------------------------------------------------------
*/
.testimonial-area {
  position: relative;
}

.testimonial1-content-wrap .testimonial-item {
  position: relative;
  background-color: #fff;
  padding: 30px 30px 40px;
}
.testimonial1-content-wrap .testimonial-item .client-quote {
  margin-bottom: 31px;
}
.testimonial1-content-wrap .testimonial-item .client-quote p {
  color: #232324;
  font-family: "Vidaloka", serif;
  font-size: 18px;
  line-height: 1.7;
}
.testimonial1-content-wrap .testimonial-item .thumb {
  position: absolute;
  right: 25px;
  bottom: 25px;
}
.testimonial1-content-wrap .testimonial-item .thumb img {
  border-radius: 50%;
  height: 75px;
  width: 75px;
}
.testimonial1-content-wrap .testimonial-item .client-info .name {
  color: #232324;
  text-transform: uppercase;
  font-weight: 700;
}
.testimonial1-content-wrap .testimonial-item .client-info .designation {
  color: #8a8a8a;
  font-family: "Vidaloka", serif;
  font-size: 14px;
  display: block;
}

.testimonial2-content-wrap .testimonial-item {
  position: relative;
  text-align: center;
}
.testimonial2-content-wrap .testimonial-item .client-quote {
  margin-bottom: 30px;
  position: relative;
  padding: 0 30px 1px;
}
@media only screen and (max-width: 767px) {
  .testimonial2-content-wrap .testimonial-item .client-quote {
    padding: 0 0 1px;
  }
}
.testimonial2-content-wrap .testimonial-item .client-quote .quote-icon {
  width: 50px;
  margin: 0 auto 39px;
}
.testimonial2-content-wrap .testimonial-item .client-quote p {
  color: #fff;
  font-family: "Vidaloka", serif;
  font-size: 26px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .testimonial2-content-wrap .testimonial-item .client-quote p {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .testimonial2-content-wrap .testimonial-item .client-quote p {
    font-size: 20px;
  }
}
.testimonial2-content-wrap .testimonial-item .thumb {
  margin-bottom: 12px;
}
.testimonial2-content-wrap .testimonial-item .thumb img {
  border-radius: 50%;
  height: 60px;
  margin: 0 auto;
  width: 60px;
}
.testimonial2-content-wrap .testimonial-item .client-info .name {
  color: #fff;
  display: block;
}
.testimonial2-content-wrap .testimonial-item .client-info .name.style2 {
  color: #a394df;
  font-size: 16px;
  font-weight: 700;
}
.testimonial2-content-wrap .testimonial-item .client-info .designation {
  font-size: 12px;
}
.testimonial2-content-wrap .testimonial-item .testi-line {
  background-color: #a394df;
  height: 2px;
  position: absolute;
  width: 40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  bottom: 0;
}
.testimonial2-content-wrap .testi-quote-icon {
  width: 50px;
  margin-bottom: 39px;
}

.testimonial3-content-wrap .testimonial-item .client-quote {
  margin-bottom: 19px;
  padding: 0 44px;
}
@media only screen and (max-width: 991px) {
  .testimonial3-content-wrap .testimonial-item .client-quote {
    padding: 0 32px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial3-content-wrap .testimonial-item .client-quote {
    padding: 0 0;
  }
}
.testimonial3-content-wrap .testimonial-item .client-quote p {
  font-family: "Vidaloka", serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.23;
}
.testimonial3-content-wrap .testimonial-item .thumb {
  margin-bottom: 25px;
}
.testimonial3-content-wrap .testimonial-item .thumb img {
  border-radius: 50%;
  height: 100px;
  margin: 0 auto;
  width: 100px;
}
.testimonial3-content-wrap .testimonial-item .client-info .name {
  color: #232324;
}

.testimonial4-content-wrap .testimonial-item {
  position: relative;
  text-align: center;
}
.testimonial4-content-wrap .testimonial-item .client-quote {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 1px;
}
.testimonial4-content-wrap .testimonial-item .client-quote .quote-icon {
  width: 50px;
  margin: 0 auto 39px;
}
.testimonial4-content-wrap .testimonial-item .client-quote p {
  color: #fff;
  font-family: "Vidaloka", serif;
  font-size: 26px;
  line-height: 1.5;
}
.testimonial4-content-wrap .testimonial-item .thumb {
  margin-bottom: 12px;
}
.testimonial4-content-wrap .testimonial-item .thumb img {
  border-radius: 50%;
  height: 60px;
  margin: 0 auto;
  width: 60px;
}
.testimonial4-content-wrap .testimonial-item .client-info .name {
  color: #fff;
  display: block;
}
.testimonial4-content-wrap .testimonial-item .client-info .name.style2 {
  color: #a394df;
  font-size: 16px;
  font-weight: 700;
}
.testimonial4-content-wrap .testimonial-item .client-info .designation {
  font-size: 12px;
}
.testimonial4-content-wrap .testimonial-item .testi-line {
  background-color: #a394df;
  height: 2px;
  position: absolute;
  width: 40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  bottom: 0;
}
.testimonial4-content-wrap .testi-quote-icon {
  width: 50px;
  margin-bottom: 39px;
}

.testimonial5-content-wrap .testimonial-item {
  border: 1px solid #e6e6e6;
  padding: 0 40px 40px;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .testimonial5-content-wrap .testimonial-item {
    padding: 0 20px 30px;
  }
}
.testimonial5-content-wrap .testimonial-item .client-quote {
  position: relative;
}
.testimonial5-content-wrap .testimonial-item .client-quote p {
  margin-bottom: 12px;
  padding-bottom: 28px;
}
.testimonial5-content-wrap .testimonial-item .client-quote .testi-line {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#e475a1), to(#3851e7)) !important;
  background-image: linear-gradient(0deg, #e475a1 0%, #3851e7 100%) !important;
  background-image: -webkit-linear-gradient(0deg, #e475a1 0%, #3851e7 100%) !important;
  bottom: 0;
  content: "";
  height: 3px;
  left: 50%;
  position: absolute;
  width: 30px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}
.testimonial5-content-wrap .testimonial-item .thumb {
  margin-bottom: 20px;
  margin-top: -40px;
}
.testimonial5-content-wrap .testimonial-item .thumb img {
  border-radius: 50%;
  height: 80px;
  margin: 0 auto;
  width: 80px;
}
.testimonial5-content-wrap .testimonial-item .client-info .name {
  color: #232324;
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 1px;
}
.testimonial5-content-wrap .testimonial-item .client-info .designation {
  font-size: 12px;
  display: block;
  margin: 0;
}

.testimonial6-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -15px;
  padding: 0 40px;
}
@media only screen and (max-width: 767px) {
  .testimonial6-content-wrap {
    padding: 0;
  }
}
.testimonial6-content-wrap .grid-item {
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
  z-index: 2;
}
@media only screen and (max-width: 575px) {
  .testimonial6-content-wrap .grid-item {
    width: 100%;
  }
}
.testimonial6-content-wrap .grid-item:nth-child(1) {
  transform: translate(0, 30%);
  -webkit-transform: translate(0, 30%);
  -moz-transform: translate(0, 30%);
  -ms-transform: translate(0, 30%);
  -o-transform: translate(0, 30%);
}
@media only screen and (max-width: 767px) {
  .testimonial6-content-wrap .grid-item:nth-child(1) {
    -webkit-transform: none;
            transform: none;
  }
}
.testimonial6-content-wrap .grid-item:nth-child(2) {
  transform: translate(-20%, 5%);
  -webkit-transform: translate(-20%, 5%);
  -moz-transform: translate(-20%, 5%);
  -ms-transform: translate(-20%, 5%);
  -o-transform: translate(-20%, 5%);
}
@media only screen and (max-width: 767px) {
  .testimonial6-content-wrap .grid-item:nth-child(2) {
    -webkit-transform: none;
            transform: none;
  }
}
.testimonial6-content-wrap .grid-item:nth-child(3) {
  transform: translate(40%, 10%);
  -webkit-transform: translate(40%, 10%);
  -moz-transform: translate(40%, 10%);
  -ms-transform: translate(40%, 10%);
  -o-transform: translate(40%, 10%);
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .testimonial6-content-wrap .grid-item:nth-child(3) {
    -webkit-transform: none;
            transform: none;
  }
}
.testimonial6-content-wrap .grid-item:nth-child(4) {
  transform: translate(10%, -30%);
  -webkit-transform: translate(10%, -30%);
  -moz-transform: translate(10%, -30%);
  -ms-transform: translate(10%, -30%);
  -o-transform: translate(10%, -30%);
}
@media only screen and (max-width: 767px) {
  .testimonial6-content-wrap .grid-item:nth-child(4) {
    -webkit-transform: none;
            transform: none;
    margin-bottom: 0;
  }
}
.testimonial6-content-wrap .grid-item:hover {
  z-index: 3;
}
.testimonial6-content-wrap .testimonial-item {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(41, 44, 58, 0.09);
          box-shadow: 0px 0px 40px 0px rgba(41, 44, 58, 0.09);
  margin-bottom: 30px;
  padding: 38px 40px 34px;
}
.testimonial6-content-wrap .testimonial-item .client-quote {
  margin-bottom: 27px;
}
.testimonial6-content-wrap .testimonial-item .client-quote p {
  color: #232324;
  font-family: "Vidaloka", serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .testimonial6-content-wrap .testimonial-item .client-quote p {
    font-size: 18px;
    line-height: 1.3;
  }
}
.testimonial6-content-wrap .testimonial-item .thumb {
  display: table-cell;
}
.testimonial6-content-wrap .testimonial-item .thumb img {
  border-radius: 50%;
  height: 55px;
  width: 55px;
}
.testimonial6-content-wrap .testimonial-item .client-info {
  display: table-cell;
  padding-left: 26px;
}
@media only screen and (max-width: 575px) {
  .testimonial6-content-wrap .testimonial-item .client-info {
    padding-left: 14px;
  }
}
.testimonial6-content-wrap .testimonial-item .client-info .name {
  color: #232324;
}

.testimonial7-content-wrap .testimonial-item .icon {
  margin-bottom: 14px;
}
.testimonial7-content-wrap .testimonial-item .client-quote {
  margin-bottom: 18px;
}
.testimonial7-content-wrap .testimonial-item .client-quote p {
  font-size: 24px;
  line-height: 2;
  font-style: italic;
}
@media only screen and (max-width: 1199px) {
  .testimonial7-content-wrap .testimonial-item .client-quote p {
    font-size: 18px;
    line-height: 1.9;
  }
}
.testimonial7-content-wrap .testimonial-item .client-info .name {
  color: #232324;
  font-weight: 700;
  font-size: 16px;
  margin-right: 6px;
}
.testimonial7-content-wrap .testimonial-item .client-info .designation {
  color: #8a8a8a;
  font-size: 12px;
}
.testimonial7-content-wrap .testimonial-item .testi-rating ul {
  margin-bottom: 0;
}
.testimonial7-content-wrap .testimonial-item .testi-rating ul li {
  color: #f5b223;
  font-size: 14px;
  letter-spacing: 5px;
  float: left;
}

.testimonial8-content-wrap .testimonial-item .client-quote {
  position: relative;
  padding-bottom: 1px;
  margin-bottom: 23px;
}
.testimonial8-content-wrap .testimonial-item .client-quote p {
  color: #fff;
  font-family: inherit;
  font-size: 48px;
  font-style: italic;
  line-height: 1.25;
}
@media only screen and (max-width: 991px) {
  .testimonial8-content-wrap .testimonial-item .client-quote p {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial8-content-wrap .testimonial-item .client-quote p {
    font-size: 26px;
  }
}
.testimonial8-content-wrap .testimonial-item .client-quote .testi-line {
  background-color: #fff;
  bottom: 0;
  left: 50%;
  height: 4px;
  width: 50px;
  position: absolute;
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
}
.testimonial8-content-wrap .testimonial-item .client-info .name {
  display: block;
  color: #fff;
  font-size: 24px;
}
.testimonial8-content-wrap .testimonial-item .client-info .designation {
  display: block;
  color: #fff;
  font-style: italic;
}

.testimonial9-content-wrap .testimonial-item {
  border: 1px solid #e7e7e7;
  padding: 0 30px 38px;
}
@media only screen and (max-width: 1199px) {
  .testimonial9-content-wrap .testimonial-item {
    padding: 0 25px 26px;
  }
}
.testimonial9-content-wrap .testimonial-item .client-quote {
  margin-top: -10px;
}
.testimonial9-content-wrap .testimonial-item .client-quote .quote-icon {
  background-color: #fff;
  margin-bottom: 27px;
  padding: 0 5px;
}
@media only screen and (max-width: 1199px) {
  .testimonial9-content-wrap .testimonial-item .client-quote .quote-icon {
    margin-bottom: 20px;
  }
}
.testimonial9-content-wrap .testimonial-item .client-quote h4 {
  font-family: "Vidaloka", serif;
  font-weight: 400;
  font-size: 20px;
  font-style: italic;
  line-height: 36px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1199px) {
  .testimonial9-content-wrap .testimonial-item .client-quote h4 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 6px;
  }
}
.testimonial9-content-wrap .testimonial-item .client-info span {
  color: #232324;
  font-size: 12px;
  text-transform: uppercase;
}
.testimonial10-content-wrap .testimonial-item {
  border: 1px solid #e6e6e6;
  padding: 40px 34px;
}
@media only screen and (max-width: 991px) {
  .testimonial10-content-wrap .testimonial-item {
    padding: 24px 15px 25px;
  }
}
.testimonial10-content-wrap .testimonial-item .client-quote p {
  font-size: 14px;
  position: relative;
  margin-bottom: 12px;
  padding-bottom: 22px;
}
.testimonial10-content-wrap .testimonial-item .client-quote p:before {
  position: absolute;
  content: "";
  background-color: #232324;
  height: 1px;
  width: 30px;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}
.testimonial10-content-wrap .testimonial-item .client-info span {
  display: block;
}
.testimonial10-content-wrap .testimonial-item .client-info .name {
  color: #232324;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0px;
}
.testimonial10-content-wrap .testimonial-item .client-info .designation {
  font-size: 12px;
}

.testimonial11-content-wrap .testimonial-item .client-quote {
  margin-bottom: 19px;
  padding: 0 44px;
}
@media only screen and (max-width: 991px) {
  .testimonial11-content-wrap .testimonial-item .client-quote {
    padding: 0 32px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial11-content-wrap .testimonial-item .client-quote {
    padding: 0 0;
  }
}
.testimonial11-content-wrap .testimonial-item .client-quote p {
  font-family: "Vidaloka", serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.23;
}
.testimonial11-content-wrap .testimonial-item .thumb {
  margin-bottom: 25px;
}
.testimonial11-content-wrap .testimonial-item .thumb img {
  border-radius: 50%;
  height: 100px;
  margin: 0 auto;
  width: 100px;
}
.testimonial11-content-wrap .testimonial-item .client-info .name {
  color: #232324;
}

.testimonial12-content-wrap .testimonial-item {
  border: 1px solid #e6e6e6;
  padding: 0 40px 36px;
  margin-top: 40px;
  overflow: visible;
  text-align: center;
}
.testimonial12-content-wrap .testimonial-item .thumb {
  margin-bottom: 20px;
  margin-top: -40px;
}
.testimonial12-content-wrap .testimonial-item .thumb img {
  height: 80px;
  margin: 0 auto;
  width: 80px;
}
.testimonial12-content-wrap .testimonial-item .client-quote {
  margin-bottom: 17px;
}
.testimonial12-content-wrap .testimonial-item .client-quote p {
  font-size: 18px;
  line-height: 36px;
  font-style: italic;
}
@media only screen and (max-width: 575px) {
  .testimonial12-content-wrap .testimonial-item .client-quote p {
    font-size: 15px;
    line-height: 28px;
  }
}
.testimonial12-content-wrap .testimonial-item .client-info .name {
  color: #232324;
  font-weight: 700;
  font-size: 18px;
  display: block;
  line-height: 1;
}
.testimonial12-content-wrap .testimonial-item .client-info .designation {
  font-size: 12px;
  line-height: 1;
}

.testimonial13-content-wrap .testimonial-item .client-quote {
  margin-bottom: 35px;
  position: relative;
  padding-bottom: 55px;
}
.testimonial13-content-wrap .testimonial-item .client-quote:before {
  background-color: #a394df;
  bottom: 0;
  content: "";
  height: 5px;
  left: 50%;
  position: absolute;
  width: 30px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}
.testimonial13-content-wrap .testimonial-item .client-quote p {
  color: #232324;
  font-size: 48px;
  line-height: 1.25;
  font-weight: 300;
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .testimonial13-content-wrap .testimonial-item .client-quote p {
    font-size: 25px;
  }
}
.testimonial13-content-wrap .testimonial-item .client-info {
  font-family: "Roboto Condensed", sans-serif;
}
@media only screen and (max-width: 1199px) {
  .testimonial13-content-wrap .testimonial-item .client-info {
    margin-bottom: 25px;
    padding-bottom: 28px;
  }
}
.testimonial13-content-wrap .testimonial-item .client-info .name {
  color: #232324;
  font-size: 18px;
}
.testimonial13-content-wrap .testimonial-item .client-info .designation {
  color: #232324;
  font-size: 18px;
  position: relative;
}
.testimonial13-content-wrap .testimonial-item .client-info .designation:before {
  color: #232324;
  content: "\f111";
  font-family: FontAwesome;
  font-size: 6px;
  vertical-align: middle;
  padding-left: 5px;
  padding-right: 10px;
}

.testimonial14-content-wrap .testimonial-item {
  position: relative;
  padding-left: 150px;
}
@media only screen and (max-width: 1199px) {
  .testimonial14-content-wrap .testimonial-item {
    padding-left: 120px;
  }
}
.testimonial14-content-wrap .testimonial-item .thumb {
  position: absolute;
  left: 0;
  top: 5px;
}
.testimonial14-content-wrap .testimonial-item .thumb img {
  border-radius: 50%;
}
.testimonial14-content-wrap .testimonial-item .client-quote {
  margin-bottom: 14px;
  position: relative;
  padding-bottom: 0;
}
.testimonial14-content-wrap .testimonial-item .client-quote p {
  font-family: "Vidaloka", serif;
  color: #232324;
  font-size: 20px;
  line-height: 1.8;
  font-weight: 300;
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .testimonial14-content-wrap .testimonial-item .client-quote p {
    font-size: 16px;
    line-height: 1.8;
  }
}
.testimonial14-content-wrap .testimonial-item .testi-rating {
  display: inline-block;
}
.testimonial14-content-wrap .testimonial-item .testi-rating ul {
  margin-bottom: 0;
}
.testimonial14-content-wrap .testimonial-item .testi-rating ul li {
  color: #f5b223;
  font-size: 16px;
  letter-spacing: 5px;
  float: left;
  line-height: 1;
}
.testimonial14-content-wrap .testimonial-item .testi-rating ul li i {
  font-size: 16px;
}
.testimonial14-content-wrap .testimonial-item .client-info .name {
  color: #232324;
  font-size: 12px;
}
.testimonial14-content-wrap .testimonial-item .client-info .designation {
  color: #232324;
  font-size: 12px;
  position: relative;
}
.testimonial14-content-wrap .testimonial-item .client-info .designation:before {
  color: #232324;
  content: "\f111";
  font-family: FontAwesome;
  font-size: 5px;
  vertical-align: middle;
  padding-left: 1px;
  padding-right: 5px;
}

.testimonial15-content-wrap .testimonial-item .client-quote p {
  color: #232324;
  font-size: 18px;
  line-height: 2;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1199px) {
  .testimonial15-content-wrap .testimonial-item .client-quote p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
}
.testimonial15-content-wrap .testimonial-item .client-info .testi-rating ul {
  margin-bottom: 0;
}
.testimonial15-content-wrap .testimonial-item .client-info .testi-rating ul li {
  color: #f5b223;
  font-size: 16px;
  letter-spacing: 5px;
  display: inline-block;
}
.testimonial15-content-wrap .testimonial-item .client-info .testi-rating ul li i {
  font-size: 16px;
}
.testimonial15-content-wrap .testimonial-item .client-info .name {
  color: #232324;
  font-size: 24px;
}
@media only screen and (max-width: 1199px) {
  .testimonial15-content-wrap .testimonial-item .client-info .name {
    font-size: 20px;
  }
}

.gutter30 {
  margin-right: -15px;
  margin-left: -15px;
}
.gutter30 [class*=slick-slide] {
  padding-right: 15px;
  padding-left: 15px;
}

.testi-gutter30 {
  margin: 0 -15px;
  padding: 0 -15px;
}
.testi-gutter30 .slick-list {
  margin: 0 -15px;
  padding: 0 -15px;
}
.testi-gutter30 .slick-slide {
  padding: 0 15px;
}

.testimonial-slider.slick-dotted-one.slick-dotted.slick-slider {
  margin-bottom: 0;
  padding-bottom: 50px;
}
.testimonial-slider.slick-dotted-one .slick-dots {
  bottom: 0px;
  left: calc(50% - 5px);
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.testimonial-slider.slick-dotted-one .slick-dots li {
  height: auto;
  padding: 0;
  width: auto;
  margin: 0;
}
.testimonial-slider.slick-dotted-one .slick-dots li:nth-child(2n) {
  margin: 0 0 0 20px;
}
.testimonial-slider.slick-dotted-one .slick-dots li button {
  padding: 0;
  width: auto;
  height: auto;
}
.testimonial-slider.slick-dotted-one .slick-dots li button:before {
  border-radius: 50%;
  border: 1px solid #fff;
  color: transparent;
  height: 10px;
  opacity: 1;
  width: 10px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.testimonial-slider.slick-dotted-one .slick-dots li.slick-active button:before {
  border: 5px solid #a394df;
}

.testi-slick-gutter30 .slick-list {
  margin: 0 -15px;
}
.testi-slick-gutter30 .slick-slide {
  margin: 0 15px;
}

/*
-----------------------------------------------------------------------
  Portfolio CSS
-----------------------------------------------------------------------
*/
.portfolio-area .gutter0 .col,
.portfolio-area .gutter0 [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.portfolio-area .gutter0 .portfolio-item {
  margin-bottom: 0;
}
.portfolio-area .gutter5 {
  margin-left: -5px;
  margin-right: -5px;
}
.portfolio-area .gutter5 .col,
.portfolio-area .gutter5 [class*=col-] {
  padding: 0 5px;
}
.portfolio-area .gutter10 {
  margin: 0 -10px;
}
.portfolio-area .gutter10 .col,
.portfolio-area .gutter10 [class*=col-] {
  padding: 0 10px;
}
.portfolio-area .gutter10 .portfolio-item {
  margin-bottom: 20px;
}
.portfolio-area .gutter25 {
  margin: 0 -12.5px;
}
.portfolio-area .gutter25 .col,
.portfolio-area .gutter25 [class*=col-] {
  padding: 0 12.5px;
}
.portfolio-area .gutter25 .portfolio-item {
  margin-bottom: 25px;
}
.portfolio-area .gutter30 {
  margin: 0 -15px;
}
.portfolio-area .gutter30 .col,
.portfolio-area .gutter30 [class*=col-] {
  padding: 0 15px;
}
.portfolio-area .gutter30 .portfolio-item {
  margin-bottom: 30px;
}

.portfolio-filter-menu li {
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 1px;
  margin: 0 10px;
  text-transform: uppercase;
  position: relative;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.portfolio-filter-menu li:before {
  background-color: #a394df;
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: auto;
  right: 0;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.portfolio-filter-menu li.active {
  color: #a394df;
}
.portfolio-filter-menu li.active:before {
  width: 100%;
  left: 0;
  right: auto;
}
.portfolio-filter-menu li:hover {
  color: #a394df;
}
.portfolio-filter-menu li:hover:before {
  width: 100%;
  left: 0;
  right: auto;
}
.portfolio-filter-menu.line-bottom li {
  position: relative;
}
.portfolio-filter-menu.line-bottom li:before {
  background-color: #a394df;
  bottom: -4px;
  content: "";
  height: 1px;
  left: -1px;
  position: absolute;
  width: 0;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.portfolio-filter-menu.line-bottom li.active:before {
  width: 100%;
}
.portfolio-filter-menu.line-bottom li:hover:before {
  width: 100%;
}
.portfolio-filter-menu.filter-style-2 li {
  color: #8a8a8a;
  font-size: 14px;
  letter-spacing: 0;
  margin: 0 10px;
}
.portfolio-filter-menu.filter-style-2 li.active {
  color: #a394df;
}
.portfolio-filter-menu.filter-style-2 li:hover {
  color: #a394df;
}
.portfolio-filter-menu.text-capitalize li {
  text-transform: capitalize;
}

.portfolio-item {
  position: relative;
}
.portfolio-item:before {
  background-color: #a394df;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  pointer-events: none;
  top: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
}
.portfolio-item .portfolio-thumb img {
  width: 100%;
}
.portfolio-item .portfolio-info {
  left: 50%;
  position: absolute;
  top: 50%;
  text-align: center;
  margin-top: 30px;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  width: 100%;
  z-index: 1;
}
.portfolio-item .portfolio-info .title {
  color: #fff;
  font-size: 18px;
  margin-bottom: 12px;
  margin-top: 5px;
}
.portfolio-item .portfolio-info .title a {
  color: #fff;
}
.portfolio-item .portfolio-info .category {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  transition: all 0.4s 0.1s;
  -webkit-transition: all 0.4s 0.1s;
  -moz-transition: all 0.4s 0.1s;
  -ms-transition: all 0.4s 0.1s;
  -o-transition: all 0.4s 0.1s;
}
.portfolio-item .portfolio-info .category:hover {
  color: white;
}
.portfolio-item .portfolio-info .icon-portfolio-btn {
  color: #fff;
  font-size: 18px;
}
.portfolio-item.linkoverlay-item .portfolio-thumb img {
  -webkit-transform: none !important;
          transform: none !important;
}
.portfolio-item.linkoverlay-item .linkoverlay-content {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #ff6577;
  top: 0;
  left: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.portfolio-item.linkoverlay-item .linkoverlay-content a {
  color: #fff;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  width: 100%;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.portfolio-item.linkoverlay-item .linkoverlay-content a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #000;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.portfolio-item.linkoverlay-item .linkoverlay-content a span {
  font-size: 48px;
  letter-spacing: -3px;
  line-height: 1;
  z-index: 1;
}
.portfolio-item.linkoverlay-item .linkoverlay-content a:hover:before {
  opacity: 0.6;
}
.portfolio-item.linkoverlay-item .linkoverlay-content.color-two {
  background-color: #5e7de4;
}
.portfolio-item.linkoverlay-item .linkoverlay-content.color-three {
  background-color: #f6b7cf;
}
.portfolio-item:hover:before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.portfolio-item:hover .portfolio-info {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.portfolio-style2-wrap .portfolio-item {
  position: relative;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
@media only screen and (max-width: 991px) {
  .portfolio-style2-wrap .portfolio-item {
    margin-bottom: 30px;
  }
}
.portfolio-style2-wrap .portfolio-item:before {
  display: none;
}
.portfolio-style2-wrap .portfolio-item .portfolio-thumb img {
  width: 100%;
  filter: grayscale(100);
  -webkit-filter: grayscale(100);
  -webkit-transition: -webkit-filter 0.4s 0.1s;
  transition: -webkit-filter 0.4s 0.1s;
  transition: filter 0.4s 0.1s;
  transition: filter 0.4s 0.1s, -webkit-filter 0.4s 0.1s;
}
.portfolio-style2-wrap .portfolio-item .portfolio-info {
  left: 0;
  position: relative;
  top: 0;
  text-align: left;
  margin-top: 0;
  opacity: 1;
  padding: 25px 0 0;
  visibility: visible;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  width: 100%;
  z-index: 1;
}
.portfolio-style2-wrap .portfolio-item .portfolio-info .title {
  font-size: 18px;
  margin-bottom: 12px;
  margin-top: 0;
}
.portfolio-style2-wrap .portfolio-item .portfolio-info .title a {
  color: #232324;
}
.portfolio-style2-wrap .portfolio-item .portfolio-info .title a:hover {
  color: #a394df;
}
.portfolio-style2-wrap .portfolio-item .portfolio-info .btn-link {
  color: #8a8a8a;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
}
.portfolio-style2-wrap .portfolio-item .portfolio-info .btn-link.btn-icon {
  color: #8a8a8a;
}
.portfolio-style2-wrap .portfolio-item .portfolio-info .btn-link.btn-icon:after {
  color: #8a8a8a;
  content: "\f105";
  padding-left: 9px;
}
.portfolio-style2-wrap .portfolio-item .portfolio-info .btn-link.btn-icon:hover {
  color: #a394df;
}
.portfolio-style2-wrap .portfolio-item .portfolio-info .btn-link.btn-icon:hover:after {
  color: #a394df;
}
.portfolio-style2-wrap .portfolio-item:hover {
  transform: translate(0, -20px);
  -webkit-transform: translate(0, -20px);
  -moz-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  -o-transform: translate(0, -20px);
}
.portfolio-style2-wrap .portfolio-item:hover .portfolio-thumb img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}
.portfolio-style2-wrap .portfolio-item:hover .portfolio-info {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.portfolio-typo-two .portfolio-item .portfolio-info .title {
  font-family: "Montserrat", sans-serif;
}

.portfolio-hover-style2 .portfolio-item {
  position: relative;
  overflow: hidden;
}
.portfolio-hover-style2 .portfolio-item:before {
  display: none;
}
.portfolio-hover-style2 .portfolio-item .portfolio-thumb img {
  -webkit-transition: -webkit-transform 0.4s 0.1s;
  transition: -webkit-transform 0.4s 0.1s;
  transition: transform 0.4s 0.1s;
  transition: transform 0.4s 0.1s, -webkit-transform 0.4s 0.1s;
  -webkit-transition: transform 0.4s 0.1s;
  -moz-transition: transform 0.4s 0.1s;
  -ms-transition: transform 0.4s 0.1s;
  -o-transition: transform 0.4s 0.1s;
}
.portfolio-hover-style2 .portfolio-item .portfolio-info {
  background-color: #a394df;
  bottom: -110px;
  left: 0;
  top: auto;
  right: 0;
  padding: 27px 30px 30px;
  -webkit-transform: none;
          transform: none;
  text-align: left;
  opacity: 1;
  visibility: visible;
  transition: all 0.4s 0.1s;
  -webkit-transition: all 0.4s 0.1s;
  -moz-transition: all 0.4s 0.1s;
  -ms-transition: all 0.4s 0.1s;
  -o-transition: all 0.4s 0.1s;
}
.portfolio-hover-style2 .portfolio-item .portfolio-info .title {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0;
}
.portfolio-hover-style2 .portfolio-item:hover .portfolio-thumb img {
  transform: translate(0, -50px);
  -webkit-transform: translate(0, -50px);
  -moz-transform: translate(0, -50px);
  -ms-transform: translate(0, -50px);
  -o-transform: translate(0, -50px);
}
.portfolio-hover-style2 .portfolio-item:hover .portfolio-info {
  bottom: 0;
}

.portfolio-hover-style3 .portfolio-item {
  position: relative;
  overflow: hidden;
}
.portfolio-hover-style3 .portfolio-item:before {
  display: none;
}
.portfolio-hover-style3 .portfolio-item .portfolio-thumb {
  position: relative;
}
.portfolio-hover-style3 .portfolio-item .portfolio-thumb:before {
  background-color: rgba(107, 86, 226, 0.9);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  pointer-events: none;
  top: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
}
.portfolio-hover-style3 .portfolio-item .portfolio-info {
  left: 0;
  margin: 0;
  opacity: 1;
  padding: 20px 0 0;
  position: relative;
  -webkit-transform: none;
          transform: none;
  top: 0;
  text-align: left;
  visibility: visible;
}
.portfolio-hover-style3 .portfolio-item .portfolio-info .title {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
}
.portfolio-hover-style3 .portfolio-item .portfolio-info .title a {
  color: #232324;
}
.portfolio-hover-style3 .portfolio-item .portfolio-info .category {
  color: #8a8a8a;
  font-size: 14px;
  opacity: 0.6;
}
.portfolio-hover-style3 .portfolio-item:hover .portfolio-thumb:before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.portfolio-hover-style4 .portfolio-item {
  position: relative;
  overflow: hidden;
}
.portfolio-hover-style4 .portfolio-item:before {
  display: none;
}
.portfolio-hover-style4 .portfolio-item .portfolio-thumb {
  position: relative;
}
.portfolio-hover-style4 .portfolio-item .portfolio-thumb:before {
  display: none;
}
.portfolio-hover-style4 .portfolio-item .portfolio-info {
  bottom: 48px;
  left: 70px;
  top: auto;
  padding: 0;
  -webkit-transform: none;
          transform: none;
  text-align: left;
  opacity: 1;
  visibility: visible;
}
.portfolio-hover-style4 .portfolio-item .portfolio-info .title {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
}
.portfolio-hover-style4 .portfolio-item .portfolio-info .title a {
  color: #232324;
}
.portfolio-hover-style4 .portfolio-item .portfolio-info .title a:hover {
  color: #a394df;
}
.portfolio-hover-style4 .portfolio-item .portfolio-info .category {
  color: #232324;
  font-size: 16px;
}
.portfolio-hover-style4 .portfolio-item .portfolio-info .category:hover {
  color: #a394df;
}
.portfolio-hover-style4 .portfolio-item .portfolio-info .icon-portfolio-btn {
  color: #232324;
  font-size: 20px;
  display: block;
  margin-top: 16px;
}
.portfolio-hover-style5 .portfolio-item {
  position: relative;
  overflow: hidden;
}
.portfolio-hover-style5 .portfolio-item:before {
  display: none;
}
.portfolio-hover-style5 .portfolio-item .portfolio-thumb {
  position: relative;
}
.portfolio-hover-style5 .portfolio-item .portfolio-thumb:before {
  background-color: rgba(107, 86, 226, 0.9);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  pointer-events: none;
  top: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
}
.portfolio-hover-style5 .portfolio-item .portfolio-thumb .icon-portfolio-btn {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: 0;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.4s 0.1s;
  transition: all 0.4s 0.1s;
  font-size: 16px;
}
.portfolio-hover-style5 .portfolio-item .portfolio-info {
  left: 0;
  margin: 0;
  opacity: 1;
  padding: 20px 0 0;
  position: relative;
  -webkit-transform: none;
          transform: none;
  top: 0;
  text-align: left;
  visibility: visible;
}
.portfolio-hover-style5 .portfolio-item .portfolio-info .title {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
}
.portfolio-hover-style5 .portfolio-item .portfolio-info .title a {
  color: #232324;
}
.portfolio-hover-style5 .portfolio-item .portfolio-info .category {
  color: #8a8a8a;
  font-size: 14px;
  opacity: 0.6;
  transition: all 0.6s ease-out;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
}
.portfolio-hover-style5 .portfolio-item .portfolio-info .category:hover {
  color: #a394df;
}
.portfolio-hover-style5 .portfolio-item:hover .portfolio-thumb:before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.portfolio-hover-style5 .portfolio-item:hover .portfolio-thumb .icon-portfolio-btn {
  opacity: 1;
  margin-top: -25px;
}

.portfolio-hover-style6 .thumb {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.portfolio-hover-style6 .thumb img {
  width: 100%;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
.portfolio-hover-style6 .thumb:before {
  background-color: #000;
  content: "";
  opacity: 0;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: 2;
}
.portfolio-hover-style6 .thumb:hover:before {
  opacity: 0.2;
}
.portfolio-hover-style6 .thumb:hover img {
  transform: scale(1);
  -webkit-transform: scale(1);
}

.portfolio-hover-style7 .portfolio-thumb {
  position: relative;
  overflow: hidden;
}
.portfolio-hover-style7 .portfolio-thumb img {
  width: 100%;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
.portfolio-hover-style7 .portfolio-thumb:before {
  background-color: #000;
  content: "";
  opacity: 0;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: 2;
}
.portfolio-hover-style7 .portfolio-thumb:hover:before {
  opacity: 0.2;
}
.portfolio-hover-style7 .portfolio-thumb:hover img {
  transform: scale(1);
  -webkit-transform: scale(1);
}

.portfolio-hover-style8 .portfolio-item {
  position: relative;
  overflow: hidden;
}
.portfolio-hover-style8 .portfolio-item:before {
  display: none;
}
.portfolio-hover-style8 .portfolio-item .portfolio-thumb img {
  -webkit-transition: -webkit-transform 0.4s 0.1s;
  transition: -webkit-transform 0.4s 0.1s;
  transition: transform 0.4s 0.1s;
  transition: transform 0.4s 0.1s, -webkit-transform 0.4s 0.1s;
  -webkit-transition: transform 0.4s 0.1s;
  -moz-transition: transform 0.4s 0.1s;
  -ms-transition: transform 0.4s 0.1s;
  -o-transition: transform 0.4s 0.1s;
}
.portfolio-hover-style8 .portfolio-item .portfolio-info {
  background-color: #fff;
  bottom: -100%;
  left: 0;
  top: auto;
  right: 0;
  padding: 27px 30px 30px;
  -webkit-transform: none;
          transform: none;
  text-align: center;
  opacity: 1;
  visibility: visible;
  -webkit-transition: bottom 0.5s;
  transition: bottom 0.5s;
}
.portfolio-hover-style8 .portfolio-item .portfolio-info .title {
  color: #232324;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  margin-bottom: 0;
}
.portfolio-hover-style8 .portfolio-item .portfolio-info .title a {
  color: #232324;
}
.portfolio-hover-style8 .portfolio-item .portfolio-info .title a:hover {
  color: #a394df;
}
.portfolio-hover-style8 .portfolio-item .portfolio-info .category {
  color: #8a8a8a;
  font-size: 16px;
  opacity: 0.6;
}
.portfolio-hover-style8 .portfolio-item .portfolio-info .category:hover {
  color: #a394df;
  opacity: 1;
}
.portfolio-hover-style8 .portfolio-item:hover .portfolio-thumb img {
  transform: translate(0, -50px);
  -webkit-transform: translate(0, -50px);
  -moz-transform: translate(0, -50px);
  -ms-transform: translate(0, -50px);
  -o-transform: translate(0, -50px);
}
.portfolio-hover-style8 .portfolio-item:hover .portfolio-info {
  bottom: 0;
}

.portfolio-single-style-wrap .portfolio-single-item {
  margin-left: -15px;
  margin-right: -15px;
}
.portfolio-single-style-wrap .portfolio-single-item .portfolio-thumb {
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .portfolio-single-style-wrap .portfolio-single-item .portfolio-thumb {
    width: 100%;
  }
}
.portfolio-single-style-wrap .portfolio-single-item .portfolio-info {
  padding-left: 84px;
  padding-right: 15px;
  float: left;
  width: 50%;
}
@media only screen and (max-width: 1199px) {
  .portfolio-single-style-wrap .portfolio-single-item .portfolio-info {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-single-style-wrap .portfolio-single-item .portfolio-info {
    width: 100%;
    margin-top: 30px;
  }
}
.portfolio-single-style-wrap .portfolio-single-item .portfolio-info .title {
  color: #232324;
  font-size: 24px;
  margin-bottom: 45px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
  .portfolio-single-style-wrap .portfolio-single-item .portfolio-info .title {
    margin-bottom: 14px;
  }
}
.portfolio-single-style-wrap .portfolio-single-item .portfolio-info .info-list {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1199px) {
  .portfolio-single-style-wrap .portfolio-single-item .portfolio-info .info-list {
    margin-bottom: 36px;
  }
}
.portfolio-single-style-wrap .portfolio-single-item .portfolio-info .info-list .list-item {
  margin-bottom: 40px;
}
.portfolio-single-style-wrap .portfolio-single-item .portfolio-info .info-list .list-item h5 {
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
}
.portfolio-single-style-wrap .portfolio-single-item .portfolio-info .info-list .list-item h6 {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 0;
}
.portfolio-single-style-wrap .portfolio-single-slider.owl-theme .owl-nav {
  margin-top: 0;
}
@media only screen and (max-width: 991px) {
  .portfolio-single-style-wrap .portfolio-single-slider.owl-theme .owl-nav {
    display: none;
  }
}
.portfolio-single-style-wrap .portfolio-single-slider.owl-theme .owl-nav .owl-prev {
  left: 30px;
}
.portfolio-single-style-wrap .portfolio-single-slider.owl-theme .owl-nav [class*=owl-] {
  background-color: #fff;
  border-radius: 50%;
  color: #333;
  border: none;
  text-align: center;
  width: 48px;
  height: 48px;
  line-height: 48px;
  position: absolute;
  top: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.portfolio-single-style-wrap .portfolio-single-slider.owl-theme .owl-nav .owl-next {
  right: 50%;
  margin-right: 45px;
}
.portfolio-single-style-wrap .portfolio-single-slider.owl-theme .owl-dots {
  position: absolute;
  left: calc(50% + 84px);
  bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .portfolio-single-style-wrap .portfolio-single-slider.owl-theme .owl-dots {
    left: 50%;
    bottom: -40px;
    -webkit-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px);
  }
}
.portfolio-single-style-wrap .portfolio-single-slider.owl-theme .owl-dots .owl-dot span {
  margin: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #8a8a8a;
  opacity: 0.4;
  margin-right: 14px;
}
.portfolio-single-style-wrap .portfolio-single-slider.owl-theme .owl-dots .owl-dot.active span {
  background-color: #a394df;
  opacity: 1;
}

.portfolio-single-area .portfolio-single-item .portfolio-single-thumb {
  margin-bottom: 37px;
}
@media only screen and (max-width: 767px) {
  .portfolio-single-area .portfolio-single-item .portfolio-single-info {
    margin-bottom: 40px;
  }
}
.portfolio-single-area .portfolio-single-item .portfolio-single-info .title {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  margin-bottom: 10px;
}
.portfolio-single-area .portfolio-single-item .portfolio-single-info p {
  margin-bottom: 0;
}
.portfolio-single-area .portfolio-single-item .portfolio-single-info p + p {
  margin-top: 15px;
}
.portfolio-single-area .portfolio-single-item.portfolio-single-fixed {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.076);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.076);
  position: fixed;
  width: 640px;
  height: 363px;
  max-width: 100%;
  bottom: 30px;
  right: 35px;
  z-index: 2;
  background-color: #fff;
  padding: 40px 50px;
  z-index: 9;
}
@media only screen and (max-width: 767px) {
  .portfolio-single-area .portfolio-single-item.portfolio-single-fixed {
    height: auto;
  }
}
@media (max-width: 600px) {
  .portfolio-single-area .portfolio-single-item.portfolio-single-fixed {
    bottom: 56px;
  }
}
.portfolio-single-area .portfolio-single-item.portfolio-single-fixed.close {
  opacity: 0;
  visibility: hidden;
}
.portfolio-single-area .pf-single-btn-on {
  background-color: #fff;
  bottom: 50px;
  border-radius: 50%;
  cursor: pointer;
  color: #2a2a2a;
  display: inline-block;
  font-size: 17px;
  height: 39px;
  line-height: 42px;
  margin: 0;
  position: fixed;
  right: 50px;
  text-align: center;
  width: 39px;
  z-index: 8;
}
@media (max-width: 600px) {
  .portfolio-single-area .pf-single-btn-on {
    bottom: 76px;
  }
}
.portfolio-single-area .pf-single-btn-close {
  background-color: #fff;
  bottom: 20px;
  border-radius: 50%;
  cursor: pointer;
  color: #2a2a2a;
  display: inline-block;
  font-size: 17px;
  height: 39px;
  line-height: 42px;
  margin: 0;
  position: absolute;
  right: 15px;
  text-align: center;
  width: 39px;
  z-index: 8;
}
.portfolio-single-area .portfolio-single-info {
  margin-bottom: 0;
}
.portfolio-single-area .portfolio-single-info .info-list .title {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  margin-bottom: 9px;
}
.portfolio-single-area .portfolio-single-info .info-list .value {
  color: #8a8a8a;
  font-size: 14px;
}
.portfolio-single-area .portfolio-single-info .info-list .value a {
  color: #8a8a8a;
  font-size: 14px;
}
.portfolio-single-area .portfolio-single-info .info-list .value a:hover {
  color: #a394df;
}
.portfolio-single-area .portfolio-single-info .info-list + .info-list {
  margin-top: 25px;
}
.portfolio-single-area .social-icons {
  margin-top: 25px;
}
.portfolio-single-area .social-icons.info .title {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  margin-bottom: 9px;
}
.portfolio-single-area .social-icons.info a {
  color: #8a8a8a;
  display: inline-block;
  font-size: 18px;
  height: 30px;
  line-height: 30px;
  text-align: left;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  width: 30px;
}
@media only screen and (max-width: 479px) {
  .portfolio-single-area .social-icons.info a {
    height: 24px;
    width: 24px;
    font-size: 14px;
    line-height: 24px;
  }
}
.portfolio-single-area .social-icons.info a:hover {
  color: #a394df;
}
.portfolio-single-area .portfolio-single-img-slider.owl-theme .owl-nav {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .portfolio-single-area .portfolio-single-img-slider.owl-theme .owl-nav {
    display: none;
  }
}
.portfolio-single-area .portfolio-single-img-slider.owl-theme .owl-nav [class*=owl-] {
  background-color: #fff;
  border-radius: 50%;
  color: #333;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  width: 50px;
}
.portfolio-single-area .portfolio-single-img-slider.owl-theme .owl-nav .owl-prev {
  left: 40px;
}
.portfolio-single-area .portfolio-single-img-slider.owl-theme .owl-nav .owl-next {
  right: 40px;
}
.portfolio-single-area .portfolio-single-img-slider.owl-theme .owl-dots {
  margin-top: 24px;
  margin-bottom: 0;
}
.portfolio-single-area .portfolio-single-img-slider.owl-theme .owl-dots [class*=owl-] {
  margin: 0 5px;
}
.portfolio-single-area .portfolio-single-img-slider.owl-theme .owl-dots [class*=owl-] span {
  background-color: #adadad;
  border-radius: 50%;
  height: 9px;
  width: 9px;
  margin: 0;
}
.portfolio-single-area .portfolio-single-img-slider.owl-theme .owl-dots [class*=owl-].active span {
  background-color: #333;
}

.pf-single-btn-hide .pf-single-btn-close {
  opacity: 0;
}

.related-projects-slider.slick-dotted .slick-dots {
  bottom: -54px;
}
.related-projects-slider.slick-dotted .slick-dots li {
  margin: 0 10px;
  width: auto;
  height: auto;
  padding: 0;
}
.related-projects-slider.slick-dotted .slick-dots li button {
  margin: 0;
  width: auto;
  height: auto;
  padding: 0;
}
.related-projects-slider.slick-dotted .slick-dots li button:before {
  background-color: #8a8a8a;
  content: "";
  height: 7px;
  width: 7px;
  margin: 0;
  opacity: 1;
  position: absolute;
  border-radius: 50%;
}
.related-projects-slider.slick-dotted .slick-dots li.slick-active button:before {
  background-color: #333;
}

.portfolio-nav {
  padding: 40px 0 40px;
}
.portfolio-nav .nav-item a span {
  color: #232324;
  font-size: 14px;
  display: inline-block;
  line-height: inherit;
  padding: 0 10px;
  vertical-align: middle;
}
.portfolio-nav .nav-item a .icon {
  display: inline-block;
  font-size: 30px;
  line-height: inherit;
  vertical-align: middle;
  position: relative;
  top: 1px;
}
@media only screen and (max-width: 575px) {
  .portfolio-nav .nav-item a .icon {
    font-size: 20px;
    line-height: 1;
    top: 0;
  }
}
.portfolio-nav .nav-item a:hover {
  color: #526df9;
}
.portfolio-nav .nav-item a:hover span {
  color: #526df9;
}
.portfolio-nav .nav-parents {
  font-size: 24px;
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .portfolio-nav .nav-parents {
    line-height: 1;
  }
}
.portfolio-nav .nav-parents a .icon {
  line-height: inherit;
  font-size: 30px;
  vertical-align: middle;
  display: inline-block;
}
@media only screen and (max-width: 575px) {
  .portfolio-nav .nav-parents a .icon {
    font-size: 24px;
  }
}
.portfolio-nav .nav-parents a:hover {
  color: #526df9;
}
.portfolio-nav .nav-parents a:hover span {
  color: #526df9;
}

.slick-gutter30 .slick-list {
  margin: 0 -15px;
}
.slick-gutter30 .slick-slide {
  margin: 0 15px;
}

.slick-gutter15 .slick-list {
  margin: 0 -7.5px;
}
.slick-gutter15 .slick-slide {
  margin: 0 7.5px;
}

/*
-----------------------------------------------------------------------
  Gallery CSS
-----------------------------------------------------------------------
*/
.gallery-item {
  margin-bottom: 30px;
}
.gallery-item .gallery-thumb {
  position: relative;
  overflow: hidden;
}
.gallery-item .gallery-thumb img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
@media only screen and (max-width: 991px) {
  .gallery-item .gallery-thumb img {
    width: 100%;
  }
}
.gallery-item:hover .gallery-thumb img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.gutter0 {
  margin-right: 0px;
  margin-left: 0px;
}
.gutter0 .col,
.gutter0 [class*=col-] {
  padding-right: 0px;
  padding-left: 0px;
}

/*
-----------------------------------------------------------------------
  Accordion CSS
-----------------------------------------------------------------------
*/
.accordion .card {
  border: 1px solid #e1e1e1;
  background-color: transparent;
  margin-bottom: 20px;
}
.accordion .card:not(:last-of-type) {
  border: 1px solid #e1e1e1;
}
.accordion .card .card-header {
  border-bottom: 0;
  cursor: pointer;
  background-color: transparent;
  padding: 0;
}
.accordion .card .card-header .title {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  padding: 23px 31px 24px;
  position: relative;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
@media only screen and (max-width: 1199px) {
  .accordion .card .card-header .title {
    padding-right: 40px;
  }
}
.accordion .card .card-header .title.collapsed:before {
  border-color: #232324 transparent transparent transparent;
  border-width: 6px;
  border-style: solid;
  content: "";
  position: absolute;
  right: 20px;
  top: calc(50% + 3px);
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.accordion .card .card-header .title:not(.collapsed) {
  color: #a394df;
}
.accordion .card .card-header .title:not(.collapsed):before {
  border-color: #232324 transparent transparent transparent;
  border-width: 6px;
  border-style: solid;
  content: "";
  position: absolute;
  right: 20px;
  top: calc(50% - 3px);
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.accordion .card .card-body {
  padding: 1px 31px 34px;
  background-color: transparent;
}
.accordion-style2 .card {
  background-color: transparent;
  margin-bottom: 19px;
  border: 0;
  border-bottom: 1px solid #e1e1e1;
  border-radius: 0;
}
.accordion-style2 .card:not(:last-of-type) {
  border: 0;
  border-bottom: 1px solid #e1e1e1;
  border-radius: 0;
}
.accordion-style2 .card .card-header {
  border-bottom: 0;
  cursor: pointer;
  background-color: transparent;
  padding: 0;
}
.accordion-style2 .card .card-header .title {
  color: #ccc;
  font-weight: 600;
  font-size: 36px;
  letter-spacing: 1px;
  margin-bottom: 19px;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
@media only screen and (max-width: 991px) {
  .accordion-style2 .card .card-header .title {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
.accordion-style2 .card .card-header .title:not(.collapsed) {
  color: #232324;
}
.accordion-style2 .card .card-body {
  padding: 0 0 30px 0;
  background-color: transparent;
}
@media only screen and (max-width: 991px) {
  .accordion-style2 .card .card-body {
    font-size: 14px;
  }
}
.accordion-style2 .card:last-child {
  border-bottom: none;
}
.accordion-style3 .card {
  border: none;
  background-color: #fff;
  margin-bottom: 10px;
}
.accordion-style3 .card:not(:last-of-type) {
  border: none;
}
.accordion-style3 .card .card-header {
  background-color: #fff;
  border-radius: 0;
  border-bottom: 0;
  cursor: pointer;
  padding: 0;
}
.accordion-style3 .card .card-header .title {
  font-size: 16px;
  margin-bottom: 0;
  padding: 19px 42px 19px 35px;
  position: relative;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
@media only screen and (max-width: 991px) {
  .accordion-style3 .card .card-header .title {
    font-size: 14px;
    padding: 19px 42px 19px 25px;
  }
}
.accordion-style3 .card .card-header .title.collapsed:before {
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: #232324;
  content: "";
  height: 7px;
  right: 20px;
  position: absolute;
  position: absolute;
  -webkit-transform: rotate(45deg) translate(-25%, -25%);
          transform: rotate(45deg) translate(-25%, -25%);
  top: calc(50% - 5px);
  width: 7px;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.accordion-style3 .card .card-header .title:not(.collapsed) {
  color: #a394df;
}
.accordion-style3 .card .card-header .title:not(.collapsed):before {
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: #232324;
  content: "";
  height: 7px;
  right: 20px;
  position: absolute;
  position: absolute;
  -webkit-transform: rotate(225deg) translate(-25%, -25%);
          transform: rotate(225deg) translate(-25%, -25%);
  top: calc(50% - 5px);
  width: 7px;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.accordion-style3 .card .card-body {
  background-color: #fff;
  padding: 3px 35px 35px;
}
@media only screen and (max-width: 991px) {
  .accordion-style3 .card .card-body {
    padding: 0 25px 25px;
  }
}
.accordion-style3 .card .card-body p {
  font-size: 14px;
}
.accordion-style4 .card {
  border: 1px solid #e1e1e1;
  background-color: transparent;
  margin-bottom: 20px;
}
.accordion-style4 .card:not(:last-of-type) {
  border: 1px solid #e1e1e1;
}
.accordion-style4 .card .card-header {
  border-bottom: 0;
  cursor: pointer;
  background-color: transparent;
  padding: 0;
}
.accordion-style4 .card .card-header .title {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  padding: 26px 40px 26px 30px;
  position: relative;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
@media only screen and (max-width: 1199px) {
  .accordion-style4 .card .card-header .title {
    padding-right: 40px;
  }
}
.accordion-style4 .card .card-header .title.collapsed:before {
  background-color: #000;
  width: 11px;
  height: 2px;
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.accordion-style4 .card .card-header .title.collapsed:after {
  background-color: #000;
  height: 11px;
  width: 2px;
  content: "";
  position: absolute;
  right: 24.02px;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.accordion-style4 .card .card-header .title:not(.collapsed) {
  color: #a394df;
  padding: 26px 40px 18px 30px;
}
.accordion-style4 .card .card-header .title:not(.collapsed):before {
  background-color: #000;
  width: 11px;
  height: 2px;
  content: "";
  position: absolute;
  right: 20px;
  top: calc(50% + 3px);
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.accordion-style4 .card .card-header .title:not(.collapsed):after {
  height: 0;
}
.accordion-style4 .card .card-body {
  padding: 1px 31px 30px;
  background-color: transparent;
}
.accordion-style4 .card .card-body p {
  font-size: 13px;
  line-height: 1.714286;
}

/*

-----------------------------------------------------------------------
  Divider CSS
-----------------------------------------------------------------------
*/
.divider-area.divider-creative-agency-one {
  padding: 45px 0 116px;
}
@media only screen and (max-width: 1199px) {
  .divider-area.divider-creative-agency-one {
    padding-bottom: 65px;
    padding-top: 0;
  }
}
.divider-area.divider-creative-agency-one .container-fluid {
  padding: 0 65px;
}
@media only screen and (max-width: 1199px) {
  .divider-area.divider-creative-agency-one .container-fluid {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 575px) {
  .divider-area.divider-creative-agency-one .container-fluid {
    padding: 0 15px;
  }
}
.divider-area.divider-creative-agency-one .divider-content {
  padding: 0;
  margin: 0 75px 0 94px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599.98px) {
  .divider-area.divider-creative-agency-one .divider-content {
    margin: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .divider-area.divider-creative-agency-one .divider-content {
    margin: 0;
  }
}
.divider-area.divider-creative-agency-one .divider-content .section-title {
  margin-bottom: 38px;
  margin-top: 15px;
}
.divider-area.divider-creative-agency-one .divider-content .section-title .title {
  margin-bottom: 18px;
}
@media only screen and (max-width: 1500px) {
  .divider-area.divider-creative-agency-one .divider-content .section-title .title br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .divider-area.divider-creative-agency-one .divider-content .section-title .title {
    font-size: 30px;
  }
}
.divider-area.divider-creative-agency-one .divider-thumb {
  padding: 0 15px;
}
@media only screen and (max-width: 991px) {
  .divider-area.divider-creative-agency-one .divider-thumb {
    padding: 10px 15px 0;
  }
}
@media only screen and (max-width: 991px) {
  .divider-area.divider-creative-agency-one .divider-thumb img {
    width: 100%;
  }
}
.divider-area.divider-modern-agency-one .divider-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.divider-area.divider-modern-agency-one .divider-content .section-title .desc {
  margin-bottom: 52px;
}
@media only screen and (max-width: 991px) {
  .divider-area.divider-modern-agency-one .divider-content .section-title .desc {
    margin-bottom: 30px;
  }
}
.divider-area.divider-modern-agency-one .divider-content .btn-theme {
  background-color: #232324;
  font-weight: 700;
  border-radius: 50px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  padding: 15px 40px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
@media only screen and (max-width: 991px) {
  .divider-area.divider-modern-agency-one .divider-content .btn-theme {
    font-size: 11px;
    padding: 12px 32px;
  }
}
.divider-area.divider-modern-agency-one .divider-content .btn-theme:hover {
  background-color: #a394df;
}

.divider-style2-wrap {
  padding-bottom: 60px;
}
.divider-style2-wrap .divider-thumb {
  margin-right: 77px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .divider-style2-wrap .divider-thumb {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 991px) {
  .divider-style2-wrap .divider-thumb {
    margin-right: 80px;
  }
}
@media only screen and (max-width: 575px) {
  .divider-style2-wrap .divider-thumb {
    margin-right: 30px;
  }
}
.divider-style2-wrap .divider-thumb:before {
  content: "";
  background-image: linear-gradient(98deg, #a2a1aa 0%, #f8f8f9 100%);
  background-image: -ms-linear-gradient(98deg, #a2a1aa 0%, #f8f8f9 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 60px;
  top: 60px;
  z-index: -1;
}
@media only screen and (max-width: 1199px) {
  .divider-style2-wrap .divider-thumb:before {
    top: 25px;
    left: 25px;
  }
}
.divider-style2-wrap .divider-content {
  margin-top: 120px;
  padding-left: 48px;
}
@media only screen and (max-width: 1500px) {
  .divider-style2-wrap .divider-content {
    margin-top: 0;
  }
}
@media only screen and (max-width: 991px) {
  .divider-style2-wrap .divider-content {
    margin-top: 70px;
    padding-left: 45px;
  }
}
.divider-style2-wrap .divider-content .section-title .title {
  font-size: 36px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1199px) {
  .divider-style2-wrap .divider-content .section-title .title {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
.divider-style2-wrap .divider-content .section-title .desc {
  line-height: 28px;
  max-width: 100%;
  width: 600px;
  margin-bottom: 41px;
}
@media only screen and (max-width: 1199px) {
  .divider-style2-wrap .divider-content .section-title .desc {
    margin-bottom: 18px;
    width: auto;
  }
}
@media only screen and (max-width: 991px) {
  .divider-style2-wrap .divider-content .section-title .desc {
    margin-bottom: 18px;
    width: 510px;
  }
}
.divider-style2-wrap .divider-content .section-title .icon-list {
  margin-bottom: 52px;
}
@media only screen and (max-width: 1199px) {
  .divider-style2-wrap .divider-content .section-title .icon-list {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .divider-style2-wrap .divider-content .section-title .icon-list ul {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .divider-style2-wrap .divider-content .section-title .icon-list ul {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .divider-style2-wrap .divider-content .btn-theme {
    font-size: 10px;
    padding: 12px 30px;
  }
}

.divider-style3-wrap {
  padding-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .divider-style3-wrap {
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.divider-style3-wrap .divider-thumb {
  position: relative;
  z-index: 1;
  width: 41vw;
  left: 103px;
}
@media only screen and (max-width: 991px) {
  .divider-style3-wrap .divider-thumb {
    width: 100%;
    padding-left: 15px;
    left: 0;
  }
}
.divider-style3-wrap .divider-thumb:before {
  content: "";
  background-image: linear-gradient(98deg, #a2a1aa 0%, #f8f8f9 100%);
  background-image: -ms-linear-gradient(98deg, #a2a1aa 0%, #f8f8f9 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 40px;
  top: 40px;
  z-index: -1;
}
@media only screen and (max-width: 1199px) {
  .divider-style3-wrap .divider-thumb:before {
    top: 30px;
    left: 30px;
    width: 100%;
  }
}
.divider-style3-wrap .divider-thumb img {
  width: 100%;
}
.divider-style3-wrap .divider-content {
  padding-left: 20px;
  margin-top: 152px;
}
@media only screen and (max-width: 1500px) {
  .divider-style3-wrap .divider-content {
    margin-top: 0;
  }
}
@media only screen and (max-width: 991px) {
  .divider-style3-wrap .divider-content {
    margin-top: 80px;
  }
}
.divider-style3-wrap .divider-content .section-title .title {
  font-size: 36px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1199px) {
  .divider-style3-wrap .divider-content .section-title .title {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
.divider-style3-wrap .divider-content .section-title .desc {
  line-height: 28px;
  max-width: 100%;
  width: 600px;
  margin-bottom: 41px;
}
@media only screen and (max-width: 1199px) {
  .divider-style3-wrap .divider-content .section-title .desc {
    margin-bottom: 18px;
    width: auto;
  }
}
@media only screen and (max-width: 991px) {
  .divider-style3-wrap .divider-content .section-title .desc {
    margin-bottom: 18px;
    width: 510px;
  }
}
.divider-style3-wrap .divider-content .section-title .icon-list {
  margin-bottom: 52px;
}
@media only screen and (max-width: 1199px) {
  .divider-style3-wrap .divider-content .section-title .icon-list {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .divider-style3-wrap .divider-content .section-title .icon-list ul {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .divider-style3-wrap .divider-content .section-title .icon-list ul {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .divider-style3-wrap .divider-content .btn-theme {
    font-size: 10px;
    padding: 12px 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .divider-style4-wrap {
    margin-top: 340px;
  }
}
@media only screen and (max-width: 991px) {
  .divider-style4-wrap {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .divider-style4-wrap {
    padding: 0;
  }
}

.divider-style5-wrap .divider-thumb {
  text-align: center;
}
.divider-style5-wrap .divider-thumb img {
  width: 400px;
  margin: 0 auto;
}
.divider-style5-wrap .divider-content {
  padding-right: 55px;
  padding-top: 48px;
}
@media only screen and (max-width: 991px) {
  .divider-style5-wrap .divider-content {
    text-align: center;
    padding-right: 0;
  }
}
.divider-style5-wrap .divider-content .title {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1199px) {
  .divider-style5-wrap .divider-content .title {
    font-size: 24px;
  }
}
.divider-style5-wrap .divider-content p {
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .divider-style5-wrap .divider-content .btn-theme {
    padding: 12px 30px;
  }
}

@media only screen and (max-width: 991px) {
  .divider-style6-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.divider-style6-wrap .divider-thumb {
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .divider-style6-wrap .divider-thumb {
    text-align: center;
  }
}
.divider-style6-wrap .divider-thumb img {
  width: 400px;
  margin: 0 auto;
}
.divider-style6-wrap .divider-content {
  padding-right: 80px;
}
@media only screen and (max-width: 991px) {
  .divider-style6-wrap .divider-content {
    text-align: center;
    padding-right: 0;
  }
}
.divider-style6-wrap .divider-content .title {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1199px) {
  .divider-style6-wrap .divider-content .title {
    font-size: 24px;
  }
}
.divider-style6-wrap .divider-content p {
  margin-bottom: 54px;
}

.divider-style7-wrap .divider-content {
  padding-right: 74px;
  padding-left: 15px;
}
@media only screen and (max-width: 991px) {
  .divider-style7-wrap .divider-content {
    padding-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .divider-style7-wrap .divider-content .title {
    font-size: 24px;
  }
}
.divider-style7-wrap .divider-content p {
  color: #232324;
}
@media only screen and (max-width: 991px) {
  .divider-style7-wrap .divider-content p {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .divider-style7-wrap .divider-content p br {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .divider-style8-wrap .divider-content {
    margin-bottom: 50px;
  }
}
.divider-style8-wrap .divider-content .section-title {
  padding-right: 125px;
}
@media only screen and (max-width: 1199px) {
  .divider-style8-wrap .divider-content .section-title {
    padding-right: 0;
  }
}
.divider-style8-wrap .divider-content .section-title .subtitle {
  margin-bottom: 14px;
}
.divider-style8-wrap .divider-thumb {
  position: relative;
}
.divider-style8-wrap .divider-thumb:before {
  background-color: #000;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
@media only screen and (max-width: 991px) {
  .divider-style8-wrap .divider-thumb img {
    width: 100%;
  }
}
.divider-style8-wrap .divider-thumb .play-video-btn {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.divider-style8-wrap .divider-thumb:hover:before {
  opacity: 0.15;
}
.divider-style8-wrap .divider-thumb:hover .play-video-btn {
  margin-top: -9px;
}

.divider-style9-wrap .section-title .subtitle {
  margin-bottom: 14px;
}
@media only screen and (max-width: 767px) {
  .divider-style9-wrap .section-title .title {
    font-size: 30px;
  }
}
.divider-style9-wrap .rank-test {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 41px;
}
.divider-style9-wrap .rank-test .thumb {
  margin-right: 17px;
}
.divider-style9-wrap .rank-test .thumb img {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.divider-style9-wrap .rank-test .thumb:last-child {
  margin-right: 0;
}

.divider-style10-wrap .divider-content {
  padding: 80px 80px 86px;
}
@media only screen and (max-width: 1199px) {
  .divider-style10-wrap .divider-content {
    padding: 50px 0px 62px;
  }
}
.divider-style10-wrap .divider-content .desc {
  margin-bottom: 60px;
}
.divider-style10-wrap .divider-content .progress-bar-style-wrap {
  margin-bottom: 56px;
}
.divider-style10-wrap .divider-content .progress-bar-style-wrap .progress-bar-item .title {
  font-size: 14px;
}
.divider-style10-wrap .divider-content .btn-theme.btn-lg {
  padding: 18px 34px;
}

.divider-style11-wrap .divider-content {
  width: 350px;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 28px;
}
@media only screen and (max-width: 991px) {
  .divider-style11-wrap .divider-content {
    padding-top: 0;
    text-align: center;
    margin-bottom: 50px;
    width: 400px;
  }
}
.divider-style11-wrap .divider-content .section-title .title {
  margin-bottom: 20px;
}
@media only screen and (max-width: 575px) {
  .divider-style11-wrap .divider-content .section-title .title {
    font-size: 34px;
  }
}
.divider-style11-wrap .divider-content .section-title .desc p {
  margin-bottom: 52px;
}

.divider-style12-wrap {
  padding: 131px 0 101px;
}
@media only screen and (max-width: 991px) {
  .divider-style12-wrap {
    padding: 72px 0 84px;
  }
}
@media only screen and (max-width: 767px) {
  .divider-style12-wrap {
    padding: 72px 0 72px;
  }
}
@media only screen and (max-width: 767px) {
  .divider-style12-wrap .divider-content {
    text-align: center;
    margin-bottom: 40px;
  }
}
.divider-style12-wrap .divider-content .section-title .title {
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .divider-style12-wrap .divider-content .section-title .title {
    font-size: 25px;
  }
}
.divider-style12-wrap .divider-content .section-title .desc p {
  color: #fff;
}

.divider-style13-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 67px 0 65px;
}
@media only screen and (max-width: 767px) {
  .divider-style13-wrap {
    padding: 55px 0 52px;
  }
}
.divider-style13-wrap .divider-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 22px;
}
@media only screen and (max-width: 767px) {
  .divider-style13-wrap .divider-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 575px) {
  .divider-style13-wrap .divider-content {
    display: block;
    text-align: center;
  }
}
.divider-style13-wrap .divider-content .title {
  color: #fff;
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .divider-style13-wrap .divider-content .title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 575px) {
  .divider-style13-wrap .divider-content .title {
    margin-bottom: 20px;
  }
}
.divider-style13-wrap .divider-content .btn-theme {
  padding: 14px 40px;
}

.divider-style14-wrap .divider-content .icon-list ul {
  margin-bottom: 0;
}
.divider-style14-wrap .divider-content .icon-list ul li {
  margin-bottom: 21px;
}
.divider-style15-wrap .divider-thumb {
  margin-top: 7px;
}
.divider-style15-wrap .divider-content .section-title {
  margin-bottom: 63px;
}
@media only screen and (max-width: 991px) {
  .divider-style15-wrap .divider-content .section-title {
    margin-bottom: 32px;
  }
}
.divider-style15-wrap .divider-content .funfact3-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.divider-style15-wrap .divider-content .funfact3-content-wrap .grid-item {
  margin-right: 62px;
}
@media only screen and (max-width: 1199px) {
  .divider-style15-wrap .divider-content .funfact3-content-wrap .grid-item {
    margin-right: 45px;
  }
}
@media only screen and (max-width: 991px) {
  .divider-style15-wrap .divider-content .funfact3-content-wrap .grid-item {
    margin-right: 24px;
  }
}
@media only screen and (max-width: 479px) {
  .divider-style15-wrap .divider-content .funfact3-content-wrap .grid-item {
    margin-right: 10px;
  }
}
.divider-style15-wrap .divider-content .funfact3-content-wrap .grid-item:last-child {
  margin-right: 0;
}
.divider-style15-wrap .divider-content .btn-wrap {
  display: inline-block;
  width: 100%;
  margin-top: 58px;
}
@media only screen and (max-width: 991px) {
  .divider-style15-wrap .divider-content .btn-wrap {
    margin-top: 32px;
  }
}
.divider-style15-wrap .divider-content .btn-wrap .btn-theme {
  padding: 15px 39px;
  margin-right: 7px;
}
@media only screen and (max-width: 991px) {
  .divider-style15-wrap .divider-content .btn-wrap .btn-theme {
    padding: 12px 32px;
  }
}
.divider-style15-wrap .divider-content .btn-wrap .btn-theme.btn-border {
  padding: 14px 40px;
}
@media only screen and (max-width: 991px) {
  .divider-style15-wrap .divider-content .btn-wrap .btn-theme.btn-border {
    padding: 12px 32px;
  }
}

.divider-style16-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.divider-style17-wrap {
  padding: 135px 0 160px;
}
@media only screen and (max-width: 767px) {
  .divider-style17-wrap {
    padding: 95px 0 110px;
  }
}
.divider-style17-wrap .divider-content {
  margin-right: 140px;
}
@media only screen and (max-width: 575px) {
  .divider-style17-wrap .divider-content {
    margin-right: 0;
  }
}
.divider-style17-wrap .divider-content .title {
  color: #fff;
  font-size: 72px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .divider-style17-wrap .divider-content .title {
    font-size: 42px;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .divider-style17-wrap .divider-content .title {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .divider-style17-wrap .divider-content .title {
    font-size: 28px;
  }
}
.divider-style17-wrap .divider-content .desc {
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .divider-style17-wrap .divider-content .desc {
    margin-bottom: 20px;
  }
}
.divider-style17-wrap .divider-content .desc p {
  color: #fff;
  font-size: 16px;
  line-height: 1.9;
}
@media only screen and (max-width: 767px) {
  .divider-style17-wrap .divider-content .desc p {
    font-size: 14px;
  }
}
.divider-style17-wrap .divider-content .btn-theme {
  padding: 16px 50px;
}

.divider-style18-wrap .divider-content .desc {
  margin-bottom: 60px;
}
.divider-style18-wrap .divider-content .progress-bar-style-wrap {
  margin-bottom: 56px;
}
.divider-style18-wrap .divider-content .progress-bar-style-wrap .progress-bar-item .title {
  font-size: 14px;
}

.divider-style19-wrap {
  padding: 132px 0 170px;
}
@media only screen and (max-width: 767px) {
  .divider-style19-wrap {
    background-color: #f7f7f7;
    padding: 72px 0 82px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .divider-style19-wrap .divider-content {
    margin-bottom: 50px;
    text-align: center;
  }
}
.divider-style19-wrap .divider-content .btn-wrap .btn-theme {
  background-color: #a394df;
}
.divider-style19-wrap .divider-content .btn-wrap .btn-theme:hover {
  background-color: #232324;
}
.divider-style19-wrap .divider-content .btn-wrap .btn-theme:last-child {
  color: #232324;
  background-color: #fff;
  margin-left: 11px;
}
.divider-style19-wrap .divider-content .btn-wrap .btn-theme:last-child:hover {
  color: #fff;
  background-color: #a394df;
}
.divider-style19-wrap .ceo-text-content {
  display: inline-block;
  border-bottom: 4px solid #a394df;
  margin-top: 126px;
  margin-left: -37px;
}
@media only screen and (max-width: 767px) {
  .divider-style19-wrap .ceo-text-content {
    margin-left: 0;
    margin-top: 0;
  }
}
.divider-style19-wrap .ceo-text-content h4 {
  color: #232324;
  font-size: 24px;
  margin-bottom: 0;
}
.divider-style19-wrap .ceo-text-content p {
  font-style: italic;
  font-size: 16px;
}
.divider-style19-wrap .ceo-text-content:before {
  content: "";
  position: relative;
}

.divider-style20-wrap {
  padding: 100px 0 40px;
}
@media only screen and (max-width: 991px) {
  .divider-style20-wrap {
    padding: 60px 0 30px;
  }
}
.divider-style20-wrap .divider-content {
  padding-top: 51px;
}
@media only screen and (max-width: 991px) {
  .divider-style20-wrap .divider-content {
    padding-top: 0;
  }
}
.divider-style20-wrap .divider-content p {
  color: #232324;
  font-size: 72px;
  line-height: 90px;
  letter-spacing: -2px;
  margin-bottom: 51px;
}
@media only screen and (max-width: 1500px) {
  .divider-style20-wrap .divider-content p {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .divider-style20-wrap .divider-content p {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 38px;
  }
}
@media only screen and (max-width: 991px) {
  .divider-style20-wrap .divider-content p {
    font-size: 28px;
    line-height: 44px;
  }
}
.divider-style20-wrap .divider-content .contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
@media only screen and (max-width: 575px) {
  .divider-style20-wrap .divider-content .contact-info {
    display: block;
  }
}
.divider-style20-wrap .divider-content .contact-info .contact a {
  color: #232324;
  display: block;
  font-size: 18px;
  transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
}
.divider-style20-wrap .divider-content .contact-info .contact a:hover {
  color: #a394df;
}
.divider-style20-wrap .divider-content .contact-info .social-icons {
  margin-left: 52px;
  padding-left: 49px;
  border-left: 1px solid #c3c3c3;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
}
@media only screen and (max-width: 575px) {
  .divider-style20-wrap .divider-content .contact-info .social-icons {
    margin-left: 0;
    padding-left: 20px;
  }
}
.divider-style20-wrap .divider-content .contact-info .social-icons a {
  font-size: 14px;
  margin: 0 10px;
  transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
}
.divider-style20-wrap .divider-content .contact-info .social-icons a:hover {
  color: #a394df;
}
.divider-style20-wrap .divider-content .contact-info .social-icons a:first-child {
  margin-left: 0;
}
.divider-style20-wrap .divider-content .contact-info .social-icons a:last-child {
  margin-right: 0;
}
.divider-style20-wrap .divider-thumb {
  padding-right: 34px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .divider-style20-wrap .divider-thumb {
    padding-right: 0;
    text-align: center;
    padding-top: 40px;
  }
}

.divider-style21-wrap {
  padding: 180px 0 252px;
}
@media only screen and (max-width: 1199px) {
  .divider-style21-wrap {
    padding: 105px 0 115px;
  }
}
@media only screen and (max-width: 575px) {
  .divider-style21-wrap {
    background-color: #ececec;
  }
}
.divider-style21-wrap .divider-content .sub-title {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: -1px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1199px) {
  .divider-style21-wrap .divider-content .sub-title {
    font-size: 18px;
  }
}
.divider-style21-wrap .divider-content .sub-title a {
  color: #232324;
  transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
}
.divider-style21-wrap .divider-content .sub-title a:hover {
  opacity: 0.85;
}
.divider-style21-wrap .divider-content .title {
  font-size: 32px;
  letter-spacing: -1px;
  margin-bottom: 36px;
}
@media only screen and (max-width: 1199px) {
  .divider-style21-wrap .divider-content .title {
    font-size: 22px;
    letter-spacing: 0;
    margin-bottom: 22px;
  }
}
.divider-style21-wrap .divider-content .title a {
  color: #232324;
  transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
}
.divider-style21-wrap .divider-content .title a:hover {
  opacity: 0.85;
}
.divider-style21-wrap .divider-content .btn-theme {
  background-color: transparent;
  border-radius: 0;
  border: 2px solid rgba(35, 35, 36, 0.2);
  color: #232324;
  padding: 13px 40px;
}
.divider-style21-wrap .divider-content .btn-theme:hover {
  color: #fff;
  background-color: #a394df;
  border-color: #a394df;
}

.divider-style22-wrap .divider-content {
  padding: 92px 0 90px;
  text-align: center;
}
.divider-style22-wrap .divider-content .section-title {
  margin-bottom: 0;
}
.divider-style22-wrap .divider-content .section-title .title {
  margin-bottom: 62px;
}

.divider-style23-wrap {
  padding: 85px 0 55px;
}
@media only screen and (max-width: 1199px) {
  .divider-style23-wrap {
    padding: 75px 0 45px;
  }
}
@media only screen and (max-width: 767px) {
  .divider-style23-wrap {
    padding: 55px 0 45px;
  }
}
.divider-style23-wrap .divider-content {
  margin-top: 19px;
}

.divider-style25-wrap .divider-content {
  padding: 98px 271px 130px 80px;
}
@media only screen and (max-width: 1500px) {
  .divider-style25-wrap .divider-content {
    padding: 88px 0 85px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .divider-style25-wrap .divider-content {
    padding-left: 0;
  }
}
.divider-style25-wrap .divider-content .section-title {
  margin-bottom: 46px;
}
.divider-style25-wrap .divider-content .section-title .subtitle {
  letter-spacing: 0;
  margin-bottom: 8px;
}
.divider-style25-wrap .divider-content .section-title .title {
  font-size: 32px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 575px) {
  .divider-style25-wrap .divider-content .section-title .title {
    font-size: 26px;
    margin-bottom: 15px;
  }
}
.divider-style25-wrap .divider-content .section-title .desc p {
  width: 524px;
}
@media only screen and (max-width: 1199px) {
  .divider-style25-wrap .divider-content .section-title .desc p {
    width: auto;
  }
}
.divider-style25-wrap .divider-content .progress-bar-style-wrap .progress-bar-item .progress-info__title {
  font-size: 14px;
}
.divider-style25-wrap .divider-content .progress-bar-style-wrap .progress-bar-item .progress-info__percent {
  font-size: 14px;
  left: 14px;
}

.divider-style27-wrap {
  padding-top: 60px;
  padding-bottom: 58px;
}
.divider-style27-wrap .divider-content {
  text-align: center;
}
.divider-style27-wrap .divider-content h4 {
  color: #fff;
  font-family: "Vidaloka", serif;
  font-size: 30px;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
.divider-style27-wrap .divider-content .btn-theme {
  padding: 13px 40px;
}

.video-divider-wrap {
  padding: 62px 150px 25px;
}
@media only screen and (max-width: 1199px) {
  .video-divider-wrap {
    padding: 62px 50px 25px;
  }
}
@media only screen and (max-width: 991px) {
  .video-divider-wrap {
    padding: 0;
  }
}
.video-divider-wrap .content {
  margin-bottom: 36px;
}
.video-divider-wrap .content p {
  color: #fff;
  font-family: "Vidaloka", serif;
  font-size: 36px;
  line-height: 1.33;
}
@media only screen and (max-width: 991px) {
  .video-divider-wrap .content p {
    font-size: 30px;
  }
}
.video-divider-wrap .play-video-btn .play-video-popup {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: inline-block;
  position: relative;
  padding: 15px;
}
.video-divider-wrap .play-video-btn .play-video-popup:before {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  content: "";
  height: calc(100% + 2px);
  left: 50%;
  position: absolute;
  padding: 15px;
  top: 50%;
  opacity: 0;
  visibility: hidden;
  width: calc(100% + 2px);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
.video-divider-wrap .play-video-btn .play-video-popup .icon {
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
.video-divider-wrap .play-video-btn .play-video-popup:hover:before {
  opacity: 1;
  visibility: visible;
  height: calc(100% + 34px);
  width: calc(100% + 34px);
}
.video-divider-wrap .play-video-btn .play-video-popup:hover .icon {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
}

.video-divider-style2-wrap {
  padding: 196px 156px 212px;
}
@media only screen and (max-width: 1199px) {
  .video-divider-style2-wrap {
    padding: 75px 45px 94px;
  }
}
@media only screen and (max-width: 767px) {
  .video-divider-style2-wrap {
    padding: 70px 15px 75px;
  }
}
.video-divider-style2-wrap .content {
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .video-divider-style2-wrap .content {
    margin-bottom: 30px;
  }
}
.video-divider-style2-wrap .content p {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 1.2;
}
@media only screen and (max-width: 991px) {
  .video-divider-style2-wrap .content p {
    font-size: 50px;
    line-height: 1;
  }
}
@media only screen and (max-width: 767px) {
  .video-divider-style2-wrap .content p {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .video-divider-style2-wrap .content p {
    font-size: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .video-divider-style2-wrap .content p {
    font-size: 26px;
  }
}
.video-divider-style2-wrap .play-video-btn .play-video-popup {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: inline-block;
  position: relative;
  padding: 15px;
}
.video-divider-style2-wrap .play-video-btn .play-video-popup:before {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  content: "";
  height: calc(100% + 2px);
  left: 50%;
  position: absolute;
  padding: 15px;
  top: 50%;
  opacity: 0;
  visibility: hidden;
  width: calc(100% + 2px);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
.video-divider-style2-wrap .play-video-btn .play-video-popup .icon {
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
@media only screen and (max-width: 575px) {
  .video-divider-style2-wrap .play-video-btn .play-video-popup .icon {
    width: 45px;
  }
}
.video-divider-style2-wrap .play-video-btn .play-video-popup:hover:before {
  opacity: 1;
  visibility: visible;
  height: calc(100% + 34px);
  width: calc(100% + 34px);
}
.video-divider-style2-wrap .play-video-btn .play-video-popup:hover .icon {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
}

.video-divider-style3-wrap {
  padding: 116px 165px 136px;
}
@media only screen and (max-width: 1199px) {
  .video-divider-style3-wrap {
    padding: 116px 95px 136px;
  }
}
@media only screen and (max-width: 991px) {
  .video-divider-style3-wrap {
    padding: 70px 65px 82px;
  }
}
@media only screen and (max-width: 767px) {
  .video-divider-style3-wrap {
    padding: 70px 0 82px;
  }
}
.video-divider-style3-wrap .content {
  margin-bottom: 41px;
}
@media only screen and (max-width: 575px) {
  .video-divider-style3-wrap .content {
    margin-bottom: 12px;
  }
}
.video-divider-style3-wrap .content .title {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 60px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .video-divider-style3-wrap .content .title {
    font-size: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .video-divider-style3-wrap .content .title {
    font-size: 34px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 575px) {
  .video-divider-style3-wrap .content .title {
    font-size: 26px;
  }
}
.video-divider-style3-wrap .content p {
  color: #fff;
  font-size: 16px;
  line-height: 1.9;
}
@media only screen and (max-width: 575px) {
  .video-divider-style3-wrap .content p {
    font-size: 14px;
  }
}
.video-divider-style3-wrap .play-video-btn .play-video-popup {
  border-radius: 50%;
  display: inline-block;
}
@media only screen and (max-width: 575px) {
  .video-divider-style3-wrap .play-video-btn .play-video-popup {
    width: 50px;
  }
}

.video-divider-style4-wrap .video-divider-wrap {
  padding: 62px 0 25px;
}
.video-divider-style4-wrap .video-divider-wrap .content {
  margin-bottom: 36px;
}
.video-divider-style4-wrap .video-divider-wrap .content p {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
}
@media only screen and (max-width: 991px) {
  .video-divider-style4-wrap .video-divider-wrap .content p {
    font-size: 30px;
  }
}
.video-divider-style4-wrap .video-divider-wrap .content p span {
  text-decoration: underline;
}
.video-divider-style4-wrap .video-divider-wrap .play-video-btn .play-video-popup {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: inline-block;
  position: relative;
  padding: 15px;
}
.video-divider-style4-wrap .video-divider-wrap .play-video-btn .play-video-popup:before {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  content: "";
  height: calc(100% + 2px);
  left: 50%;
  position: absolute;
  padding: 15px;
  top: 50%;
  opacity: 0;
  visibility: hidden;
  width: calc(100% + 2px);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
.video-divider-style4-wrap .video-divider-wrap .play-video-btn .play-video-popup .icon {
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
.video-divider-style4-wrap .video-divider-wrap .play-video-btn .play-video-popup:hover:before {
  opacity: 1;
  visibility: visible;
  height: calc(100% + 34px);
  width: calc(100% + 34px);
}
.video-divider-style4-wrap .video-divider-wrap .play-video-btn .play-video-popup:hover .icon {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
}

@media only screen and (max-width: 991px) {
  .divider-layer.divider-layer-style1 {
    display: none;
  }
}
.divider-layer.divider-layer-style1 .divider-layer-image {
  background-size: cover;
  background-position: center top;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  width: 50%;
}
@media only screen and (max-width: 1199px) {
  .divider-layer.divider-layer-style1 .divider-layer-image {
    background-position: center center;
    height: calc(100% - 435px);
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .divider-layer.divider-layer-style2 {
    display: none;
  }
}
.divider-layer.divider-layer-style2 .divider-layer-image {
  background-size: cover;
  background-position: center top;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  width: calc(50% - 318px);
}
@media only screen and (max-width: 1199px) {
  .divider-layer.divider-layer-style2 .divider-layer-image {
    width: calc(50% - 228px);
  }
}
@media only screen and (max-width: 767px) {
  .divider-layer.divider-layer-style2 .divider-layer-image {
    height: calc(100% - 777px);
    width: 100%;
  }
}
.divider-layer.divider-layer-style4 .divider-layer-image {
  background-size: cover;
  background-position: center top;
  top: 0;
  right: 80px;
  position: absolute;
  text-align: left;
  height: 648px;
  z-index: 1;
  width: calc(50% - 195px);
}
.divider-layer.divider-layer-style4 .divider-layer-image:before {
  content: "";
  background-image: linear-gradient(98deg, #a2a1aa 0%, #f8f8f9 100%);
  background-image: -ms-linear-gradient(98deg, #a2a1aa 0%, #f8f8f9 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 60px;
  top: 60px;
  z-index: -1;
}
.divider-layer.divider-layer-style4 .divider-layer-image img {
  height: 547px;
}
@media only screen and (max-width: 767px) {
  .divider-layer.divider-layer-style5 {
    display: none;
  }
}
.divider-layer.divider-layer-style5 .divider-layer-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .divider-layer.divider-layer-style6 {
    display: none;
  }
}
.divider-layer.divider-layer-style6 .divider-layer-image {
  background-position: center right;
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: absolute;
  height: calc(100% - 140px);
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: calc(50% - 72px);
}
@media only screen and (max-width: 767px) {
  .divider-layer.divider-layer-style7 {
    display: none;
  }
}
.divider-layer.divider-layer-style7 .divider-layer-image {
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: calc(50% + 159px);
  background-position-y: center;
}
@media only screen and (max-width: 1199px) {
  .divider-layer.divider-layer-style7 .divider-layer-image {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .divider-layer.divider-layer-style8 {
    display: none;
  }
}
.divider-layer.divider-layer-style8 .divider-layer-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  height: 100%;
  right: 0;
  top: 0;
  width: 50%;
  position: absolute;
}
@media only screen and (max-width: 991px) {
  .divider-layer.divider-layer-style9 {
    display: none;
  }
}
.divider-layer.divider-layer-style9 .divider-layer-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: calc(50% - 158px);
}
.divider-layer.divider-layer-style10 .divider-layer-image {
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% + 0px);
  background-position-y: center;
}
@media only screen and (max-width: 991px) {
  .divider-layer.divider-layer-style10 .divider-layer-image {
    width: calc(50% - 80px);
    background-position: 50% 50%;
  }
}
@media only screen and (max-width: 767px) {
  .divider-layer.divider-layer-style10 .divider-layer-image {
    display: none;
  }
}
.divider-layer.divider-layer-style11 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .divider-layer.divider-layer-style11 {
    height: 400px;
  }
}

/*
-----------------------------------------------------------------------
  Features Box CSS
-----------------------------------------------------------------------
*/
.feature2-content-wrap .feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1199px) {
  .feature2-content-wrap .feature-item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .feature2-content-wrap .feature-item {
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .feature2-content-wrap .feature-item {
    max-width: 290px;
    width: 100%;
    margin: 0 auto 40px;
  }
}
.feature2-content-wrap .feature-item .feature-number {
  padding-left: 35px;
  padding-right: 20px;
}
@media only screen and (max-width: 1199px) {
  .feature2-content-wrap .feature-item .feature-number {
    padding-left: 0;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .feature2-content-wrap .feature-item .feature-number {
    padding-right: 0;
  }
}
.feature2-content-wrap .feature-item .feature-number .number {
  background-color: #a394df;
  border-radius: 50%;
  color: #fff;
  font-weight: 400;
  font-size: 24px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  margin-bottom: 0;
  width: 70px;
}
@media only screen and (max-width: 991px) {
  .feature2-content-wrap .feature-item .feature-number .number {
    margin: 0 auto 12px;
  }
}
.feature2-content-wrap .feature-item .feature-content .title {
  font-size: 20px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 1199px) {
  .feature2-content-wrap .feature-item .feature-content .title {
    font-size: 18px;
  }
}
.feature2-content-wrap .feature-item .feature-content p {
  font-size: 12px;
  line-height: 2;
}

.feature3-content-wrap .feature-item {
  border: 1px solid #dadada;
  padding: 0 32px 30px;
}
@media only screen and (max-width: 767px) {
  .feature3-content-wrap .feature-item {
    margin-bottom: 50px;
  }
}
.feature3-content-wrap .feature-item .feature-number {
  margin-top: -20px;
}
.feature3-content-wrap .feature-item .feature-number .number {
  background-color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1;
  display: inline-block;
  margin-bottom: 25px;
  padding: 0 10px;
}
.feature3-content-wrap .feature-item .feature-content .title {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 18px;
}
.feature3-content-wrap .feature-item .feature-content .title:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#e475a1), to(#3851e7)) !important;
  background-image: linear-gradient(0deg, #e475a1 0%, #3851e7 100%) !important;
  background-image: -webkit-linear-gradient(0deg, #e475a1 0%, #3851e7 100%) !important;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 30px;
}
.feature4-content-wrap .feature-item {
  padding: 110px 32px 142px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .feature4-content-wrap .feature-item {
    padding: 90px 20px 110px;
  }
}
@media only screen and (max-width: 991px) {
  .feature4-content-wrap .feature-item {
    padding: 90px 20px 85px;
  }
}
.feature4-content-wrap .feature-item:before {
  background-image: url("../img/photos/f02.png");
  background-repeat: no-repeat;
  background-position: right center;
  content: "";
  height: 410px;
  position: absolute;
  right: calc(100% - (100% - 301px - 10%));
  top: 50%;
  width: 270px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  z-index: -1;
}
@media only screen and (max-width: 1199px) {
  .feature4-content-wrap .feature-item:before {
    background-size: 300px;
  }
}
@media only screen and (max-width: 991px) {
  .feature4-content-wrap .feature-item:before {
    display: none;
  }
}
.feature4-content-wrap .feature-item .feature-content {
  width: 280px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 991px) {
  .feature4-content-wrap .feature-item .feature-content {
    width: auto;
  }
}
.feature4-content-wrap .feature-item .feature-content .title {
  color: #fff;
  font-size: 26px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .feature4-content-wrap .feature-item .feature-content .title {
    font-size: 18px;
  }
}
.feature4-content-wrap .feature-item .feature-content p {
  color: #fff;
  margin-bottom: 20px;
}
.feature4-content-wrap .feature-item .feature-content .btn.btn-link {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 0;
  text-decoration: none;
}
.feature4-content-wrap .feature-item.style-center {
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .feature4-content-wrap .feature-item.style-center {
    text-align: left;
  }
}
.feature4-content-wrap .feature-item.style-center:before {
  background-image: url("../img/photos/f03.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  content: "";
  height: 410px;
  position: absolute;
  width: 635px;
  left: 0;
  top: calc(50% + 150px);
}
@media only screen and (max-width: 1199px) {
  .feature4-content-wrap .feature-item.style-center:before {
    top: 85%;
    background-size: 400px;
  }
}
@media only screen and (max-width: 991px) {
  .feature4-content-wrap .feature-item.style-center:before {
    display: none;
  }
}
.feature4-content-wrap .feature-item.style-center .feature-content {
  width: 300px;
}
@media only screen and (max-width: 991px) {
  .feature4-content-wrap .feature-item.style-center .feature-content {
    width: auto;
  }
}
.feature4-content-wrap .feature-item.style-right:before {
  background-image: url("../img/photos/f04.png");
  background-repeat: no-repeat;
  background-position: left center;
  content: "";
  height: 410px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 317px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
@media only screen and (max-width: 1199px) {
  .feature4-content-wrap .feature-item.style-right:before {
    background-size: 300px;
    left: 60%;
  }
}
@media only screen and (max-width: 991px) {
  .feature4-content-wrap .feature-item.style-right:before {
    display: none;
  }
}

.feature5-content-wrap .feature-content .thumb {
  margin-top: 8px;
}
.feature5-content-wrap .feature-item {
  margin-bottom: 47px;
}
.feature5-content-wrap .feature-item:last-child {
  margin-bottom: 0;
}
.feature5-content-wrap .feature-item .icon-box-item .heading {
  margin-bottom: 21px;
}
.feature5-content-wrap .feature-item .icon-box-item .heading .icon {
  color: #a394df;
  display: table-cell;
  padding-right: 20px;
  font-size: 24px;
  line-height: 0.9;
  vertical-align: middle;
}
.feature5-content-wrap .feature-item .icon-box-item .heading .title {
  display: table-cell;
  font-size: 16px;
  vertical-align: middle;
}
.feature5-content-wrap .feature-item .icon-box-item .icon-box-content p {
  color: #4d4f56;
}

.feature6-content-wrap .feature-item {
  text-align: center;
  padding: 0 30px;
}
@media only screen and (max-width: 991px) {
  .feature6-content-wrap .feature-item {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .feature6-content-wrap .feature-item {
    margin-bottom: 30px;
  }
}
.feature6-content-wrap .feature-item .feature-icon {
  color: #a394df;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 17px;
}
.feature6-content-wrap .feature-item .feature-content .title {
  font-size: 16px;
  margin-bottom: 8px;
}
.gutter0 .col,
.gutter0 [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

/*
-----------------------------------------------------------------------
  Form CSS
-----------------------------------------------------------------------
*/
.contact-form-content {
  padding-left: 32px;
}
@media only screen and (max-width: 991px) {
  .contact-form-content {
    padding-left: 175px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-form-content {
    padding-left: 0;
  }
}
.contact-form-content .section-title {
  margin-bottom: 18px;
}
.contact-form-content .section-title .title {
  margin-bottom: 16px;
}
.contact-form-content .section-title .desc {
  line-height: 2;
}
.contact-form-content .contact-form .form-group {
  margin-bottom: 26px;
}
.contact-form-content .contact-form .form-group .form-control {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  border-color: #c8c8c8;
  border-width: 0 0 1px 0;
  font-size: 14px;
  height: auto;
  padding: 11px 0;
}
.contact-form-content .contact-form .form-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #232324 !important;
}
.contact-form-content .contact-form .form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #232324 !important;
}
.contact-form-content .contact-form .form-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #232324 !important;
}
.contact-form-content .contact-form .form-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #232324 !important;
}
.contact-form-content .contact-form .form-group .form-control:active, .contact-form-content .contact-form .form-group .form-control:focus {
  border-color: #232324;
}
.contact-form-content .contact-form .form-group textarea.form-control {
  height: 140px;
  padding-top: 11px;
}
.contact-form-content .contact-form .form-group .btn-contact {
  border-radius: 50px;
  background-color: #232324;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  padding: 16px 40px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.contact-form-content .contact-form .form-group .btn-contact:hover {
  background-color: #a394df;
}
.contact-form-content.form-bg-style1 {
  background-color: #f7f7f7;
  padding: 51px 0 58px 32px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .contact-form-content.form-bg-style1 {
    padding: 52px 52px 58px 32px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-form-content.form-bg-style1 {
    padding: 52px 50px 58px;
  }
}
@media only screen and (max-width: 575px) {
  .contact-form-content.form-bg-style1 {
    padding: 52px 0 58px;
  }
}
.contact-form-content.form-bg-style1:after {
  position: absolute;
  content: "";
  background-color: #f7f7f7;
  height: 100%;
  width: 5000px;
  top: 0;
  left: 100%;
  z-index: -1;
}
.contact-form-content.form-bg-style1:before {
  position: absolute;
  content: "";
  background-color: #f7f7f7;
  height: 100%;
  width: 33px;
  right: 100%;
  top: 0;
  z-index: -1;
}

.contact-form2-content {
  padding-left: 32px;
}
@media only screen and (max-width: 991px) {
  .contact-form2-content {
    padding-left: 152px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-form2-content {
    padding-left: 0;
    margin-top: 260px;
  }
}
.contact-form2-content .section-title .title {
  color: #fff;
  font-size: 32px;
  text-align: center;
}
.contact-form2-content .contact-form .form-group {
  margin-bottom: 26px;
}
.contact-form2-content .contact-form .form-group .form-control {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  border-color: #c8c8c8;
  border-width: 0 0 1px 0;
  color: #fff;
  font-size: 12px;
  height: auto;
  padding: 11px 0;
}
.contact-form2-content .contact-form .form-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.contact-form2-content .contact-form .form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.contact-form2-content .contact-form .form-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.contact-form2-content .contact-form .form-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.contact-form2-content .contact-form .form-group .form-control:active, .contact-form2-content .contact-form .form-group .form-control:focus {
  border-color: #fff;
  color: #fff;
}
.contact-form2-content .contact-form .form-group textarea.form-control {
  height: 140px;
  padding-top: 11px;
}
.contact-form2-content .contact-form .form-group .btn-contact {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50px;
  background-color: transparent;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  padding: 15px 64px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.contact-form2-content .contact-form .form-group .btn-contact:hover {
  border-color: #232324;
  background-color: #232324;
}

.contact-form3-content .contact-form .form-group {
  margin-bottom: 30px;
}
.contact-form3-content .contact-form .form-group .form-control {
  background-color: #dfe3f1;
  border: 1px solid #dfe3f1;
  font-size: 14px;
  height: auto;
  padding: 18px 20px;
  line-height: 1.2;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-clip: unset;
}
.contact-form3-content .contact-form .form-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #232324 !important;
}
.contact-form3-content .contact-form .form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #232324 !important;
}
.contact-form3-content .contact-form .form-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #232324 !important;
}
.contact-form3-content .contact-form .form-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #232324 !important;
}
.contact-form3-content .contact-form .form-group .form-control:active, .contact-form3-content .contact-form .form-group .form-control:focus {
  border-color: #232324;
}
.contact-form3-content .contact-form .form-group textarea.form-control {
  height: 150px;
}
.contact-form3-content .contact-form .form-group .btn-contact {
  border-radius: 0;
  background-color: #232324;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  padding: 15px 39px;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.contact-form3-content .contact-form .form-group .btn-contact:hover {
  background-color: #a394df;
}

.contact-form4-content .section-title {
  margin-bottom: 54px;
}
.contact-form4-content .section-title .title {
  letter-spacing: 4px;
}
.contact-form4-content .contact-form .form-group {
  margin-bottom: 37px;
}
.contact-form4-content .contact-form .form-group .form-control {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  border-color: rgba(35, 35, 36, 0.5);
  border-width: 0 0 1px 0;
  font-size: 18px;
  height: auto;
  padding: 0 0 12px;
  text-align: center;
}
.contact-form4-content .contact-form .form-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #232324 !important;
}
.contact-form4-content .contact-form .form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #232324 !important;
}
.contact-form4-content .contact-form .form-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #232324 !important;
}
.contact-form4-content .contact-form .form-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #232324 !important;
}
.contact-form4-content .contact-form .form-group .form-control:active, .contact-form4-content .contact-form .form-group .form-control:focus {
  border-color: #232324;
}
.contact-form4-content .contact-form .form-group textarea.form-control {
  height: 129px;
  padding-top: 0;
}
.contact-form4-content .contact-form .form-group .btn-contact {
  background-color: #fff;
  border: 1px solid #232324;
  border-radius: 0;
  color: #232324;
  padding: 22px 71px;
  margin-top: 14px;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.contact-form4-content .contact-form .form-group .btn-contact:hover {
  background-color: #a394df;
  border-color: #a394df;
  color: #fff;
}

.contact-form5-content .contact-form .form-group {
  margin-bottom: 30px;
}
.contact-form5-content .contact-form .form-group .form-control {
  background-color: #dfe3f1;
  border: 1px solid #dfe3f1;
  font-size: 14px;
  height: auto;
  padding: 18px 20px;
  line-height: 1.2;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-clip: unset;
}
.contact-form5-content .contact-form .form-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #232324 !important;
}
.contact-form5-content .contact-form .form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #232324 !important;
}
.contact-form5-content .contact-form .form-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #232324 !important;
}
.contact-form5-content .contact-form .form-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #232324 !important;
}
.contact-form5-content .contact-form .form-group .form-control:active, .contact-form5-content .contact-form .form-group .form-control:focus {
  border-color: #232324;
}
.contact-form5-content .contact-form .form-group textarea.form-control {
  height: 150px;
}
.contact-form5-content .contact-form .form-group .btn-contact {
  border-radius: 0;
  background-color: #232324;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  padding: 15px 39px;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.contact-form5-content .contact-form .form-group .btn-contact:hover {
  background-color: #a394df;
}

.contact-form6-content .contact-form .form-group {
  margin-bottom: 20px;
}
.contact-form6-content .contact-form .form-group .form-control {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.7);
  border: 2px solid rgba(255, 255, 255, 0.7);
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  height: auto;
  padding: 26px 25px;
  line-height: 1.2;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-clip: unset;
}
@media only screen and (max-width: 1199px) {
  .contact-form6-content .contact-form .form-group .form-control {
    font-size: 14px;
    padding: 14px 25px;
  }
}
.contact-form6-content .contact-form .form-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  border-color: #fff;
  color: #fff;
}
.contact-form6-content .contact-form .form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  border-color: #fff;
  color: #fff;
}
.contact-form6-content .contact-form .form-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  border-color: #fff;
  color: #fff;
}
.contact-form6-content .contact-form .form-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  border-color: #fff;
  color: #fff;
}
.contact-form6-content .contact-form .form-group .form-control:active, .contact-form6-content .contact-form .form-group .form-control:focus {
  border-color: #fff;
}
.contact-form6-content .contact-form .form-group textarea.form-control {
  height: 183px;
}
.contact-form6-content .contact-form .form-group .btn-contact {
  border-radius: 0;
  background-color: #232324;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  padding: 15px 39px;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.contact-form6-content .contact-form .form-group .btn-contact:hover {
  background-color: #a394df;
}

.contact-form7-content .contact-form .form-group {
  margin-bottom: 26px;
}
.contact-form7-content .contact-form .form-group .form-control {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  border-color: #c8c8c8;
  border-width: 0 0 1px 0;
  font-size: 14px;
  height: auto;
  padding: 11px 0;
}
.contact-form7-content .contact-form .form-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #8a8a8a !important;
}
.contact-form7-content .contact-form .form-group .form-control::-webkit-input-placeholder:active, .contact-form7-content .contact-form .form-group .form-control::-webkit-input-placeholder:focus {
  color: #232324;
}
.contact-form7-content .contact-form .form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #8a8a8a !important;
}
.contact-form7-content .contact-form .form-group .form-control::-moz-placeholder:active, .contact-form7-content .contact-form .form-group .form-control::-moz-placeholder:focus {
  color: #232324;
}
.contact-form7-content .contact-form .form-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #8a8a8a !important;
}
.contact-form7-content .contact-form .form-group .form-control:-ms-input-placeholder:active, .contact-form7-content .contact-form .form-group .form-control:-ms-input-placeholder:focus {
  color: #232324;
}
.contact-form7-content .contact-form .form-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #8a8a8a !important;
}
.contact-form7-content .contact-form .form-group .form-control:-moz-placeholder:active, .contact-form7-content .contact-form .form-group .form-control:-moz-placeholder:focus {
  color: #232324;
}
.contact-form7-content .contact-form .form-group .form-control:active, .contact-form7-content .contact-form .form-group .form-control:focus {
  border-color: #232324;
}
.contact-form7-content .contact-form .form-group textarea.form-control {
  height: 140px;
  padding-top: 11px;
}
.contact-form7-content .contact-form .form-group .btn-contact {
  border-color: #232324;
  background-color: #232324;
  border-radius: 50px;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  padding: 16px 40px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.contact-form7-content .contact-form .form-group .btn-contact:hover {
  border-color: #a394df;
  background-color: #a394df;
}

.contact-form8-content .contact-form .form-group {
  margin-bottom: 20px;
}
.contact-form8-content .contact-form .form-group .form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #e8e8e8;
  color: #8a8a8a;
  height: 60px;
  padding: 17px 30px;
  border-radius: 0;
  font-size: 14px;
}
.contact-form8-content .contact-form .form-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #8a8a8a;
}
.contact-form8-content .contact-form .form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #8a8a8a;
}
.contact-form8-content .contact-form .form-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #8a8a8a;
}
.contact-form8-content .contact-form .form-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #8a8a8a;
}
.contact-form8-content .contact-form .form-group .form-control:active, .contact-form8-content .contact-form .form-group .form-control:focus {
  border-color: #232324;
}
.contact-form8-content .contact-form .form-group textarea.form-control {
  height: 162px;
  padding-top: 22px;
  margin-bottom: 21px;
}
.contact-form8-content .contact-form .form-group .btn-contact {
  border-radius: 50px;
  background-color: #232324;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  padding: 16px 40px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.contact-form8-content .contact-form .form-group .btn-contact:hover {
  background-color: #a394df;
}

.contact-form9-content .contact-form .form-group {
  margin-bottom: 30px;
}
.contact-form9-content .contact-form .form-group .form-control {
  background-color: #f9f9f9;
  border: 1px solid #f9f9f9;
  font-size: 14px;
  height: auto;
  padding: 18px 20px;
  line-height: 1.2;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-clip: unset;
}
.contact-form9-content .contact-form .form-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #232324 !important;
}
.contact-form9-content .contact-form .form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #232324 !important;
}
.contact-form9-content .contact-form .form-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #232324 !important;
}
.contact-form9-content .contact-form .form-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #232324 !important;
}
.contact-form9-content .contact-form .form-group .form-control:active, .contact-form9-content .contact-form .form-group .form-control:focus {
  border-color: #232324;
}
.contact-form9-content .contact-form .form-group textarea.form-control {
  height: 150px;
}
.contact-form9-content .contact-form .form-group .btn-contact {
  border-radius: 0;
  background-color: #232324;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  padding: 15px 39px;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.contact-form9-content .contact-form .form-group .btn-contact:hover {
  background-color: #a394df;
}

.contact-form10-content .contact-form .form-group {
  margin-bottom: 10px;
}
.contact-form10-content .contact-form .form-group .form-control {
  background-color: #fff;
  border-color: #d5d5d5;
  border-width: 1px;
  color: inherit;
  padding: 14px 20px;
  font-size: 12px;
  line-height: 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-clip: unset;
  height: 50px;
  border-radius: 0;
  text-transform: uppercase;
}
.contact-form10-content .contact-form .form-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #8a8a8a;
}
.contact-form10-content .contact-form .form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #8a8a8a;
}
.contact-form10-content .contact-form .form-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #8a8a8a;
}
.contact-form10-content .contact-form .form-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #8a8a8a;
}
.contact-form10-content .contact-form .form-group .form-control:active, .contact-form10-content .contact-form .form-group .form-control:focus {
  border-color: #b58113;
}
.contact-form10-content .contact-form .form-group textarea.form-control {
  height: 130px;
}
.contact-form10-content .contact-form .form-group .btn-reservation {
  color: #fff;
  background-color: #dcb86e;
  display: block;
  width: 100%;
  border-radius: 0;
  height: 60px;
}
.contact-form10-content .contact-form .form-group .btn-reservation:hover {
  color: #fff;
  background-color: #232324;
}

.contact-form11-content {
  background: rgba(54, 100, 230, 0.9);
  padding: 30px 30px 45px;
  position: absolute;
  z-index: 1;
  right: 80px;
  top: calc(50% + 32px);
  width: 570px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
@media only screen and (max-width: 1500px) {
  .contact-form11-content {
    right: 15px;
    width: 400px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-form11-content {
    position: relative;
    -webkit-transform: none;
            transform: none;
    width: calc(100% - 20px);
    right: 0;
    left: 0;
    top: 0;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 30px;
  }
}
.contact-form11-content .title {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 30px;
}
.contact-form11-content .contact-form .form-group {
  margin-bottom: 10px;
}
.contact-form11-content .contact-form .form-group .form-control {
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
  color: #fff;
  padding: 14px 20px;
  font-size: 14px;
  line-height: 46px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-clip: unset;
  height: 46px;
  border-radius: 0;
}
.contact-form11-content .contact-form .form-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.contact-form11-content .contact-form .form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.contact-form11-content .contact-form .form-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.contact-form11-content .contact-form .form-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.contact-form11-content .contact-form .form-group .form-control:active, .contact-form11-content .contact-form .form-group .form-control:focus {
  border-color: #b58113;
}
.contact-form11-content .contact-form .form-group textarea.form-control {
  height: 126px;
  padding-top: 0;
}
.contact-form11-content .contact-form .form-group select.form-control {
  line-height: 19px;
  height: 54px;
  background-image: url("../img/icons/bottom-arrow.png");
  border-radius: 0;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-size: 8px;
  background-position: right 20px center;
  background-repeat: no-repeat;
}
.contact-form11-content .contact-form .form-group select.form-control option {
  background-color: #f7f7f7;
  color: #666;
}
.contact-form11-content .contact-form .form-group .btn-contact {
  background-color: #284aa9;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  border-radius: 0;
  display: block;
  text-transform: uppercase;
  width: 100%;
  padding: 22px 10px;
}
.contact-form11-content .contact-form .form-group .btn-contact:hover {
  background-color: #183fab;
}

.contact-info-content {
  margin-left: 37px;
}
.contact-info-content .section-title .title {
  margin-bottom: 8px;
}
.contact-info-content .contact-info {
  margin-bottom: 46px;
}
.contact-info-content .contact-info ul li {
  color: #8a8a8a;
  font-size: 12px;
  margin-bottom: 20px;
  padding-left: 35px;
  position: relative;
}
.contact-info-content .contact-info ul li i {
  color: #232324;
  font-size: 14px;
  position: absolute;
  left: 0;
}
.contact-info-content .contact-info ul li a {
  color: #8a8a8a;
}
.contact-info-content .contact-info ul li a:hover {
  color: #a394df;
}
.contact-info-content .social-icons .title {
  color: #8a8a8a;
  display: block;
  font-size: 12px;
  margin-bottom: 8px;
}
.contact-info-content .social-icons a {
  color: #232324;
  margin-right: 16px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.contact-info-content .social-icons a:hover {
  color: #a394df;
}

.contact-info2-content .contact-info .info-item {
  margin-bottom: 56px;
}
.contact-info2-content .contact-info .info-item .title {
  color: #232324;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
}
.contact-info2-content .contact-info .info-item p {
  color: #8a8a8a;
  font-size: 14px;
}
.contact-info2-content .contact-info .info-item p a {
  color: #8a8a8a;
  font-size: 14px;
}
.contact-info2-content .contact-info .info-item p a:hover {
  color: #a394df;
}
.contact-info2-content .contact-info .social-icons a {
  font-size: 20px;
  margin-right: 17px;
}
.contact-info2-content .contact-info .social-icons a:last-child {
  margin-right: 0;
}

.login-form-content {
  max-width: 570px;
  margin: 0 auto;
}
.login-form-content .form-group {
  margin-bottom: 25px;
}
.login-form-content .form-group label {
  color: #232324;
  font-size: 14px;
  margin-bottom: 10px;
}
.login-form-content .form-group label .required {
  color: #f00;
}
.login-form-content .form-group .form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  border: 1px solid #e8e8e8;
  height: 60px;
  padding: 0 20px;
  font-size: 14px;
}
.login-form-content .form-group .form-control:active, .login-form-content .form-group .form-control:focus {
  border-color: #232324;
}
.login-form-content .form-group .btn-login {
  background-color: #232324;
  border-color: #232324;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 0;
  font-weight: 700;
  text-align: center;
  display: block;
  width: 100%;
  height: 60px;
  line-height: 61px;
  margin-top: -5px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.login-form-content .form-group .btn-login:hover {
  background-color: #a394df;
  border-color: #a394df;
}
.login-form-content .rememberme-account {
  float: left;
}
.login-form-content .rememberme-account .custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #fff;
  border-radius: 0;
  border-color: #8a8a8a;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 18px;
  height: 18px;
  border-width: 2px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.login-form-content .rememberme-account .custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  display: inline-block;
  color: #666;
  content: "\f00c";
  font-family: "FontAwesome";
  font-size: 10px;
  position: absolute;
  text-align: center;
  padding-left: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
}
.login-form-content .rememberme-account .custom-checkbox .custom-control-label {
  color: #8a8a8a;
  font-size: 14px;
  margin-bottom: 0;
  padding-left: 8px;
  padding-top: 2px;
  cursor: pointer;
}
.login-form-content .rememberme-account .custom-checkbox .custom-control-label:before {
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #e4e4e4;
  width: 18px;
  height: 18px;
  border-width: 2px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.login-form-content .lost-password {
  color: #8a8a8a;
  font-size: 14px;
  float: right;
}

.newsletter-content-wrap .newsletter-content .section-title .title {
  color: #fff;
}
.newsletter-content-wrap .newsletter-content .section-title .desc p {
  color: #8a8a8a;
  font-size: 14px;
}
.newsletter-content-wrap .newsletter-form {
  position: relative;
  margin-top: 6px;
}
.newsletter-content-wrap .newsletter-form .form-control {
  background-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  font-size: 14px;
  padding: 25px 82px 25px 0;
  border-width: 0 0 1px;
  border-color: rgba(255, 255, 255, 0.4);
  line-height: 20px;
}
.newsletter-content-wrap .newsletter-form .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.newsletter-content-wrap .newsletter-form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.newsletter-content-wrap .newsletter-form .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.newsletter-content-wrap .newsletter-form .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.newsletter-content-wrap .newsletter-form .btn-submit {
  bottom: 14px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  position: absolute;
  right: 0;
  margin: 0;
  padding: 0;
}

.newsletter2-content-wrap {
  padding: 66px 0 140px;
}
@media only screen and (max-width: 1199px) {
  .newsletter2-content-wrap {
    padding: 60px 0 70px;
  }
}
@media only screen and (max-width: 767px) {
  .newsletter2-content-wrap {
    padding: 40px 0 70px;
  }
}
.newsletter2-content-wrap .newsletter-content .section-title {
  margin-bottom: 46px;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .newsletter2-content-wrap .newsletter-content .section-title {
    margin-bottom: 30px;
  }
}
.newsletter2-content-wrap .newsletter-content .section-title .title {
  font-size: 48px;
  margin-bottom: 4px;
}
@media only screen and (max-width: 1199px) {
  .newsletter2-content-wrap .newsletter-content .section-title .title {
    font-size: 38px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 575px) {
  .newsletter2-content-wrap .newsletter-content .section-title .title {
    font-size: 30px;
  }
}
.newsletter2-content-wrap .newsletter-content .section-title .desc p {
  font-size: 14px;
}
@media only screen and (max-width: 575px) {
  .newsletter2-content-wrap .newsletter-content .section-title .desc p {
    font-size: 12px;
  }
}
.newsletter2-content-wrap .newsletter-form {
  position: relative;
  margin-top: 6px;
}
.newsletter2-content-wrap .newsletter-form .form-control {
  background-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #232324;
  font-size: 14px;
  padding: 25px 82px 25px 0;
  border-width: 0 0 1px;
  border-color: #e4e4e4;
  line-height: 20px;
  padding-right: 98px;
}
.newsletter2-content-wrap .newsletter-form .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #232324;
}
.newsletter2-content-wrap .newsletter-form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #232324;
}
.newsletter2-content-wrap .newsletter-form .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #232324;
}
.newsletter2-content-wrap .newsletter-form .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #232324;
}
.newsletter2-content-wrap .newsletter-form .btn-submit {
  bottom: 14px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #232324;
  font-weight: 700;
  font-size: 14px;
  position: absolute;
  right: 0;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.newsletter3-content-wrap {
  padding: 78px 0 85px;
}
.newsletter3-content-wrap .newsletter-content .section-title {
  margin-bottom: 40px;
}
.newsletter3-content-wrap .newsletter-content .section-title .desc p {
  color: #fff !important;
}
.newsletter3-content-wrap .newsletter-form {
  position: relative;
  margin-top: 0;
}
.newsletter3-content-wrap .newsletter-form .form-control {
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  font-size: 16px;
  height: auto;
  line-height: 27px;
  padding: 20px 130px 20px 30px;
}
.newsletter3-content-wrap .newsletter-form .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.newsletter3-content-wrap .newsletter-form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.newsletter3-content-wrap .newsletter-form .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.newsletter3-content-wrap .newsletter-form .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.newsletter3-content-wrap .newsletter-form .btn-submit {
  -webkit-box-shadow: none;
          box-shadow: none;
  bottom: 0;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  position: absolute;
  right: 30px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  top: 0;
}

.newsletter4-content-wrap {
  width: 770px;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .newsletter4-content-wrap {
    width: auto;
  }
}
.newsletter4-content-wrap .newsletter-content .section-title .title {
  color: #fff;
  font-size: 32px;
}
.newsletter4-content-wrap .newsletter-form {
  position: relative;
}
.newsletter4-content-wrap .newsletter-form .form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 50px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: #fff;
  font-size: 14px;
  height: 64px;
  line-height: 64px;
  padding: 21px 130px 21px 30px;
}
.newsletter4-content-wrap .newsletter-form .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.newsletter4-content-wrap .newsletter-form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.newsletter4-content-wrap .newsletter-form .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.newsletter4-content-wrap .newsletter-form .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.newsletter4-content-wrap .newsletter-form .btn-submit {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  font-weight: 600;
  position: absolute;
  right: 30px;
  top: 0;
  padding: 0;
  border: none;
  background: none;
  font-weight: 600;
  height: 64px;
}
.newsletter4-content-wrap .newsletter-form .btn-submit:hover {
  color: #a394df;
}

.pages-contact-two {
  padding-left: 76px;
  padding-right: 320px;
  padding-bottom: 122px;
  padding-top: 96px;
}
@media only screen and (max-width: 1500px) {
  .pages-contact-two {
    padding-left: 15px;
    padding-right: 35px;
    padding-bottom: 68px;
  }
}
@media only screen and (max-width: 767px) {
  .pages-contact-two {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 58px;
    padding-top: 70px;
  }
}

.gutter0 {
  margin-right: 0px;
  margin-left: 0px;
}
.gutter0 .col,
.gutter0 [class*=col-] {
  padding-right: 0px;
  padding-left: 0px;
}

.gutter10 {
  margin-right: -10px !important;
  margin-left: -10px !important;
}
.gutter10 .col,
.gutter10 [class*=col-] {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

/*
-----------------------------------------------------------------------
	Pricing CSS
-----------------------------------------------------------------------
*/
.pricing2-content-wrap .pricing-item {
  border: 1px solid #e7e7e7;
  background-color: #fff;
  -webkit-box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.04);
  padding: 45px 30px 25px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .pricing2-content-wrap .pricing-item {
    margin-bottom: 30px;
  }
}
.pricing2-content-wrap .pricing-item .pricing-item-header {
  margin-bottom: 30px;
}
.pricing2-content-wrap .pricing-item .pricing-item-header .title {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 2px;
}
.pricing2-content-wrap .pricing-item .pricing-item-header .price-wrap .price {
  color: #a394df;
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  margin-bottom: 0;
}
.pricing2-content-wrap .pricing-item .pricing-item-content {
  margin-bottom: 36px;
}
.pricing2-content-wrap .pricing-item .pricing-item-content .pricing-list ul {
  margin-bottom: 0;
}
.pricing2-content-wrap .pricing-item .pricing-item-content .pricing-list ul li {
  color: #232324;
  font-size: 14px;
  margin-bottom: 14px;
}
.pricing2-content-wrap .pricing-item .pricing-item-content .pricing-list ul li:last-child {
  margin-bottom: 0;
}
.pricing2-content-wrap .pricing-item .pricing-item-footer .pricing-btn {
  background-color: #232324;
  border-radius: 0;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 16px 20px;
}
.pricing2-content-wrap .pricing-item:hover .pricing-item-footer .pricing-btn {
  background-color: #a394df;
}

.pricing3-content-wrap .pricing-item {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 49px 0px rgba(200, 111, 173, 0.24);
          box-shadow: 0px 0px 49px 0px rgba(200, 111, 173, 0.24);
  border-radius: 20px;
  padding: 48px 0 58px;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .pricing3-content-wrap .pricing-item {
    margin-bottom: 30px;
  }
}
.pricing3-content-wrap .pricing-item .pricing-item-badge {
  background-color: #ff4343;
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: 0;
  right: 30px;
  padding: 20px 10px;
}
.pricing3-content-wrap .pricing-item .pricing-item-header {
  margin-bottom: 28px;
}
.pricing3-content-wrap .pricing-item .pricing-item-header .title {
  color: #a394df;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 4px;
}
.pricing3-content-wrap .pricing-item .pricing-item-header .price-wrap .price {
  font-size: 48px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin-bottom: 0;
}
.pricing3-content-wrap .pricing-item .pricing-item-header .price-wrap .price span {
  font-size: 14px;
  position: relative;
  left: -12px;
}
.pricing3-content-wrap .pricing-item .pricing-item-content {
  margin-bottom: 42px;
}
.pricing3-content-wrap .pricing-item .pricing-item-content .pricing-list ul {
  margin-bottom: 0;
}
.pricing3-content-wrap .pricing-item .pricing-item-content .pricing-list ul li {
  color: #8a8a8a;
  font-size: 14px;
  margin-bottom: 14px;
}
.pricing3-content-wrap .pricing-item .pricing-item-content .pricing-list ul li:last-child {
  margin-bottom: 0;
}
.pricing3-content-wrap .pricing-item .pricing-item-footer .pricing-btn {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  padding: 17px 58px;
  position: relative;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  z-index: 1;
}
.pricing3-content-wrap .pricing-item .pricing-item-footer .pricing-btn:before {
  border: 1px solid #e3e3e3;
  background-color: #fff;
  position: absolute;
  content: "";
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.pricing3-content-wrap .pricing-item .pricing-item-footer .pricing-btn:after {
  border: none;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#e475a1), to(#3851e7)) !important;
  background-image: linear-gradient(0deg, #e475a1 0%, #3851e7 100%) !important;
  background-image: -webkit-linear-gradient(0deg, #e475a1 0%, #3851e7 100%) !important;
  position: absolute;
  content: "";
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -2;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.pricing3-content-wrap .pricing-item:hover .pricing-item-footer .pricing-btn {
  color: #fff;
}
.pricing3-content-wrap .pricing-item:hover .pricing-item-footer .pricing-btn:before {
  background-color: #232324;
  border: 1px solid #232324;
}
.pricing3-content-wrap .pricing-item:hover .pricing-item-footer .pricing-btn:after {
  top: 10px;
  left: 10px;
}

.pricing4-content-wrap .pricing-item {
  background-color: #fff;
  padding: 35px 30px 40px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 27px 0px rgba(41, 44, 58, 0.1);
          box-shadow: 0px 0px 27px 0px rgba(41, 44, 58, 0.1);
  text-align: center;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
@media only screen and (max-width: 991px) {
  .pricing4-content-wrap .pricing-item {
    margin-bottom: 30px;
  }
}
.pricing4-content-wrap .pricing-item .pricing-item-header .icon {
  color: #a394df;
  font-size: 46px;
  line-height: 1;
  margin-bottom: 10px;
}
.pricing4-content-wrap .pricing-item .pricing-item-header .title {
  font-size: 18px;
  margin-bottom: 3px;
}
.pricing4-content-wrap .pricing-item .pricing-item-header .desc p {
  font-size: 14px;
  margin-bottom: 15px;
}
.pricing4-content-wrap .pricing-item .pricing-item-header .price-wrap {
  background-image: url("../img/icons/line.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 5px;
  margin-bottom: 27px;
}
.pricing4-content-wrap .pricing-item .pricing-item-header .price-wrap .price {
  color: #a394df;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}
.pricing4-content-wrap .pricing-item .pricing-item-header .price-wrap .price .price-currency {
  font-size: 24px;
  position: relative;
  top: -12px;
}
.pricing4-content-wrap .pricing-item .pricing-item-header .price-wrap .price .price-period {
  color: #232324;
  font-weight: 400;
  font-size: 14px;
  position: relative;
  left: -4px;
}
.pricing4-content-wrap .pricing-item .pricing-item-content {
  margin-bottom: 27px;
}
.pricing4-content-wrap .pricing-item .pricing-item-content .pricing-list ul {
  margin-bottom: 0;
}
.pricing4-content-wrap .pricing-item .pricing-item-content .pricing-list ul li {
  color: #232324;
  font-size: 14px;
  margin-bottom: 14px;
}
.pricing4-content-wrap .pricing-item .pricing-item-content .pricing-list ul li:last-child {
  margin-bottom: 0;
}
.pricing4-content-wrap .pricing-item .pricing-item-footer {
  text-align: center;
}
.pricing4-content-wrap .pricing-item .pricing-item-footer .pricing-btn {
  border: 2px solid #e3e3e3;
  border-radius: 50px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #232324;
  font-weight: 700;
  display: inline-block;
  font-size: 12px;
  padding: 16px 57px;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
@media only screen and (max-width: 991px) {
  .pricing4-content-wrap .pricing-item .pricing-item-footer .pricing-btn {
    padding: 12px 46px;
  }
}
.pricing4-content-wrap .pricing-item:hover {
  transform: translate(0, -20px);
  -webkit-transform: translate(0, -20px);
  -moz-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  -o-transform: translate(0, -20px);
}
.pricing4-content-wrap .pricing-item:hover .pricing-item-footer .pricing-btn {
  color: #fff;
  background-color: #232324;
  border-color: #232324;
}

.pricing5-content-wrap .pricing-item {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 27px 0px rgba(41, 44, 58, 0.11);
          box-shadow: 0px 0px 27px 0px rgba(41, 44, 58, 0.11);
  border-radius: 10px;
  padding: 48px 48px 44px;
}
@media only screen and (max-width: 479px) {
  .pricing5-content-wrap .pricing-item {
    padding: 25px 30px 28px;
  }
}
.pricing5-content-wrap .pricing-item .pricing-item-header {
  margin-bottom: 26px;
}
.pricing5-content-wrap .pricing-item .pricing-item-header .price-wrap .price {
  font-size: 40px;
  margin-bottom: 10px;
}
.pricing5-content-wrap .pricing-item .pricing-item-header .desc p {
  color: #4d4f56;
  font-size: 16px;
  line-height: 1.9;
}
@media only screen and (max-width: 575px) {
  .pricing5-content-wrap .pricing-item .pricing-item-content {
    margin-bottom: 15px;
  }
}
.pricing5-content-wrap .pricing-item .pricing-item-content .discount {
  color: #a394df;
  font-size: 16px;
  line-height: 1.9;
}
.pricing5-content-wrap .pricing-item .pricing-item-footer .pricing-btn {
  color: #fff;
  background-color: #a394df;
  font-weight: 700;
  border-radius: 50px;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: inline-block;
  font-size: 12px;
  padding: 15px 39px;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.pricing5-content-wrap .pricing-item .pricing-item-footer .pricing-btn:hover {
  background-color: #232324;
}

.pricing6-content-wrap .pricing-item {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 49px 0px rgba(191, 111, 133, 0.24);
          box-shadow: 0px 0px 49px 0px rgba(191, 111, 133, 0.24);
}
@media only screen and (max-width: 991px) {
  .pricing6-content-wrap .pricing-item {
    margin-bottom: 30px;
  }
}
.pricing6-content-wrap .pricing-item .pricing-item-header .title {
  font-size: 24px;
  font-style: italic;
  text-transform: uppercase;
  padding-top: 45px;
}
.pricing6-content-wrap .pricing-item .pricing-item-header .price-wrap {
  margin-bottom: 30px;
}
.pricing6-content-wrap .pricing-item .pricing-item-header .price-wrap .price {
  display: inline-block;
  font-size: 72px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  font-style: italic;
}
.pricing6-content-wrap .pricing-item .pricing-item-header .price-wrap .price .price-currency {
  font-size: 24px;
  position: absolute;
  top: 4px;
  font-style: italic;
  left: -4px;
}
.pricing6-content-wrap .pricing-item .pricing-item-header .price-wrap .price .price-period {
  color: #232324;
  font-weight: 400;
  font-size: 16px;
  position: relative;
}
.pricing6-content-wrap .pricing-item .pricing-item-content {
  padding-bottom: 20px;
}
.pricing6-content-wrap .pricing-item .pricing-item-content .pricing-list ul li {
  font-size: 18px;
  margin-bottom: 10px;
}
.pricing6-content-wrap .pricing-item .pricing-item-content .pricing-list ul li:last-child {
  margin-bottom: 0;
}
.pricing6-content-wrap .pricing-item .pricing-item-footer .pricing-btn {
  -webkit-box-shadow: 0px 0px 49px 0px rgba(191, 111, 133, 0.24);
          box-shadow: 0px 0px 49px 0px rgba(191, 111, 133, 0.24);
  border-radius: 0;
  font-weight: 700;
  font-size: 18px;
  display: block;
  padding: 16px 20px;
  text-transform: uppercase;
  width: 100%;
}
.pricing6-content-wrap .pricing-item:hover .pricing-item-footer .pricing-btn {
  background-color: #a394df;
  color: #fff;
}

.pricing7-content-wrap .pricing-item {
  margin-bottom: 32px;
  padding-right: 33px;
}
@media only screen and (max-width: 1199px) {
  .pricing7-content-wrap .pricing-item {
    padding-right: 0;
  }
}
.pricing7-content-wrap .pricing-item .pricing-item-header .title {
  font-family: "Vidaloka", serif;
  font-size: 18px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 991px) {
  .pricing7-content-wrap .pricing-item .pricing-item-header .title {
    margin-bottom: 0;
  }
}
.pricing7-content-wrap .pricing-item .pricing-item-content {
  display: inline-block;
  overflow: hidden;
  width: 100%;
}
.pricing7-content-wrap .pricing-item .pricing-item-content .pricing-list {
  float: left;
  position: relative;
}
.pricing7-content-wrap .pricing-item .pricing-item-content .pricing-list ul {
  margin-bottom: 0;
}
.pricing7-content-wrap .pricing-item .pricing-item-content .pricing-list ul li {
  font-size: 18px;
}
@media only screen and (max-width: 1199px) {
  .pricing7-content-wrap .pricing-item .pricing-item-content .pricing-list ul li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .pricing7-content-wrap .pricing-item .pricing-item-content .pricing-list ul li {
    font-size: 13px;
  }
}
.pricing7-content-wrap .pricing-item .pricing-item-content .pricing-list ul li:last-child {
  margin-bottom: 0;
}
.pricing7-content-wrap .pricing-item .pricing-item-content .pricing-list:before {
  content: "";
  position: absolute;
  border-top: 1px solid;
  width: 500px;
  left: 100%;
  margin-left: 20px;
  bottom: 10px;
}
.pricing7-content-wrap .pricing-item .pricing-item-content .price-wrap {
  background-color: #fff;
  position: relative;
  padding-left: 18px;
  float: right;
  z-index: 1;
}
.pricing7-content-wrap .pricing-item .pricing-item-content .price-wrap .price {
  color: #a394df;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .pricing7-content-wrap .pricing-item .pricing-item-content .price-wrap .price {
    font-size: 15px;
  }
}
.pricing7-content-wrap .btn-link {
  color: #8a8a8a;
  display: inline-block;
  font-size: 16px;
  margin-top: 44px;
}
@media only screen and (max-width: 767px) {
  .pricing7-content-wrap .btn-link {
    font-size: 13px;
  }
}
.pricing7-content-wrap .btn-link a {
  text-decoration: underline;
}
.pricing8-content-wrap .pricing-item {
  background-image: url("../img/photos/m27-bg2.png");
  background-repeat: no-repeat;
  background-position: center bottom 40px;
  border: 1px solid #e1e1e1;
  position: relative;
  padding: 0 35px 103px;
}
@media only screen and (max-width: 1199px) {
  .pricing8-content-wrap .pricing-item {
    margin-bottom: 35px;
  }
}
.pricing8-content-wrap .pricing-item .pricing-item-header {
  text-align: center;
  margin-bottom: 48px;
}
.pricing8-content-wrap .pricing-item .pricing-item-header .title {
  font-size: 36px;
  display: inline-block;
  padding: 0 19px;
  margin-top: -15px;
  margin-bottom: 0;
  position: relative;
  top: -10px;
  background-color: #fff;
}
@media only screen and (max-width: 1500px) {
  .pricing8-content-wrap .pricing-item .pricing-item-header .title {
    font-size: 28px;
  }
}
.pricing8-content-wrap .pricing-item .pricing-item-content .pricing-list ul {
  margin-bottom: 0;
}
.pricing8-content-wrap .pricing-item .pricing-item-content .pricing-list ul li {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 13px;
}
.pricing8-content-wrap .pricing-item .pricing-item-content .pricing-list ul li span {
  color: #232324;
  font-size: 18px;
  line-height: 1.714286;
}
@media only screen and (max-width: 1500px) {
  .pricing8-content-wrap .pricing-item .pricing-item-content .pricing-list ul li span {
    font-size: 13px;
  }
}
.pricing8-content-wrap .pricing-item .pricing-item-content .pricing-list ul li span i {
  background-color: #b58113;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  display: inline-block;
  top: -18px;
  position: relative;
}
.pricing8-content-wrap .pricing-item .pricing-item-content .pricing-list ul li span:first-child {
  float: left;
}
.pricing8-content-wrap .pricing-item .pricing-item-content .pricing-list ul li span:last-child {
  float: right;
}
.pricing8-content-wrap .pricing-item .pricing-item-content .pricing-list ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.pricing9-content-wrap .pricing-item {
  border: 1px solid #e7e7e7;
  background-color: #fff;
  -webkit-box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.04);
  padding-top: 36px;
  text-align: center;
}
.pricing9-content-wrap .pricing-item .pricing-item-header {
  margin-bottom: 30px;
}
.pricing9-content-wrap .pricing-item .pricing-item-header .title {
  color: #232324;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
}
.pricing9-content-wrap .pricing-item .pricing-item-header .price-wrap .price {
  font-size: 48px;
  color: #000;
  font-weight: 600;
}
.pricing9-content-wrap .pricing-item .pricing-item-content {
  margin-bottom: 36px;
}
.pricing9-content-wrap .pricing-item .pricing-item-content .pricing-list ul {
  margin-bottom: 0;
}
.pricing9-content-wrap .pricing-item .pricing-item-content .pricing-list ul li {
  color: #232324;
  font-size: 14px;
  margin-bottom: 14px;
}
.pricing9-content-wrap .pricing-item .pricing-item-content .pricing-list ul li:last-child {
  margin-bottom: 0;
}
.pricing9-content-wrap .pricing-item .pricing-item-footer .pricing-btn {
  background-color: #232324;
  border-radius: 0;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 16px 20px;
}
.pricing9-content-wrap .pricing-item:hover .pricing-item-footer .pricing-btn {
  background-color: #a394df;
}

.pricing10-content-wrap .pricing-item {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 49px 0px rgba(175, 175, 175, 0.16);
          box-shadow: 0px 0px 49px 0px rgba(175, 175, 175, 0.16);
  padding-top: 36px;
  text-align: center;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
@media only screen and (max-width: 991px) {
  .pricing10-content-wrap .pricing-item {
    margin-bottom: 30px;
  }
}
.pricing10-content-wrap .pricing-item .pricing-item-header {
  margin-bottom: 28px;
}
.pricing10-content-wrap .pricing-item .pricing-item-header .title {
  color: #232324;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}
.pricing10-content-wrap .pricing-item .pricing-item-header .price-wrap .price {
  font-size: 48px;
  color: #000;
  font-weight: 600;
}
.pricing10-content-wrap .pricing-item .pricing-item-content {
  margin-bottom: 75px;
}
.pricing10-content-wrap .pricing-item .pricing-item-content .pricing-list ul {
  margin-bottom: 0;
}
.pricing10-content-wrap .pricing-item .pricing-item-content .pricing-list ul li {
  color: #8a8a8a;
  font-size: 14px;
  margin-bottom: 10px;
}
.pricing10-content-wrap .pricing-item .pricing-item-content .pricing-list ul li:last-child {
  margin-bottom: 0;
}
.pricing10-content-wrap .pricing-item .pricing-item-footer .pricing-btn {
  background-color: #9d9d9d;
  border-radius: 0;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 16px 20px;
}
.pricing10-content-wrap .pricing-item:hover {
  transform: translate(0, -20px);
  -webkit-transform: translate(0, -20px);
  -moz-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  -o-transform: translate(0, -20px);
  -webkit-box-shadow: 0px 0px 30px 0px rgba(41, 44, 58, 0.1);
          box-shadow: 0px 0px 30px 0px rgba(41, 44, 58, 0.1);
}
.pricing10-content-wrap .pricing-item:hover .pricing-item-footer .pricing-btn {
  background-color: #a394df;
}

.page-pricing-color-wrap .pricing-item .pricing-item-header .price-wrap .price {
  color: #e9595e;
}
.page-pricing-color-wrap .pricing-item:hover .pricing-item-footer .pricing-btn {
  background-color: #e9595e;
}

.page-pricing-color2-wrap.pricing3-content-wrap .pricing-item .pricing-item-header .title {
  color: #cca4b4;
}

.page-pricing-color3-wrap.pricing4-content-wrap .pricing-item h1, .page-pricing-color3-wrap.pricing4-content-wrap .pricing-item h2, .page-pricing-color3-wrap.pricing4-content-wrap .pricing-item h3, .page-pricing-color3-wrap.pricing4-content-wrap .pricing-item h4, .page-pricing-color3-wrap.pricing4-content-wrap .pricing-item h5, .page-pricing-color3-wrap.pricing4-content-wrap .pricing-item h6 {
  font-family: "Montserrat", sans-serif;
}

/*
-----------------------------------------------------------------------
  Brand Logo CSS
-----------------------------------------------------------------------
*/
.brand-logo-area .container-fluid {
  padding: 0 68px;
}
@media only screen and (max-width: 1199px) {
  .brand-logo-area .container-fluid {
    padding: 0 0;
  }
}

.brand-logo-content {
  vertical-align: middle;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.brand-logo-content .brand-logo-item {
  text-align: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.brand-logo-content .brand-logo-item img {
  opacity: 0.6;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.brand-logo-content .brand-logo-item img:hover {
  opacity: 1;
}
.brand-logo-content .brand-logo-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.brand-logo2-content .brand-logo-item {
  text-align: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.brand-logo2-content .brand-logo-item img {
  opacity: 1;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.brand-logo2-content .brand-logo-item img:hover {
  opacity: 1;
}
.brand-logo2-content .content {
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  margin-top: 46px;
}
.brand-logo2-content .brand-logo-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -12px;
}
.brand-logo2-content .slick-track-auto .slick-track {
  margin: 0 auto;
}

.brand-opacity-content .brand-logo-item img {
  opacity: 0.2;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.brand-opacity-content .brand-logo-item img:hover {
  opacity: 1;
}

.brand-opacity-content6 .brand-logo-item img {
  opacity: 0.6;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.brand-opacity-content6 .brand-logo-item img:hover {
  opacity: 1;
}

/*
-----------------------------------------------------------------------
	Funfact CSS
-----------------------------------------------------------------------
*/
.funfact2-content-wrap .funfact-item {
  margin-bottom: 35px;
}
.funfact2-content-wrap .funfact-item .counter-number {
  color: #a394df;
  font-weight: 400;
  font-size: 36px;
  letter-spacing: 1px;
  margin-bottom: 2px;
}
.funfact2-content-wrap .funfact-item .counter-text {
  color: #8a8a8a;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.funfact3-content-wrap .funfact-item {
  text-align: center;
}
.funfact3-content-wrap .funfact-item .counter-number {
  font-weight: 400;
  font-size: 36px;
  margin-bottom: 0;
  line-height: 1.1;
}
@media only screen and (max-width: 991px) {
  .funfact3-content-wrap .funfact-item .counter-number {
    font-size: 24px;
  }
}
@media only screen and (max-width: 479px) {
  .funfact3-content-wrap .funfact-item .counter-number {
    font-size: 20px;
  }
}
.funfact3-content-wrap .funfact-item .counter-text {
  color: #232324;
  font-size: 14px;
}
@media only screen and (max-width: 479px) {
  .funfact3-content-wrap .funfact-item .counter-text {
    font-size: 12px;
  }
}

.funfact4-content-wrap .funfact-item {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 130px;
}
@media only screen and (max-width: 767px) {
  .funfact4-content-wrap .funfact-item {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
  }
}
.funfact4-content-wrap .funfact-item .counter-number {
  font-size: 36px;
  line-height: 1;
  margin-bottom: 4px;
}
.funfact4-content-wrap .funfact-item .counter-text {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 0;
}
.funfact4-content-wrap.style2 .funfact-item {
  width: 100%;
}
.funfact4-content-wrap.style2 .funfact-item .counter-number {
  margin-bottom: 6px;
}
.funfact4-content-wrap.style2 .funfact-item .counter-text {
  color: #8a8a8a;
  font-size: 18px;
}

@media only screen and (max-width: 991px) {
  .funfact5-content-wrap .funfact-item {
    margin-bottom: 20px;
  }
}
.funfact5-content-wrap .funfact-item .counter-number {
  color: #fff;
  font-weight: 400;
  font-style: italic;
  font-size: 64px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1199px) {
  .funfact5-content-wrap .funfact-item .counter-number {
    font-size: 50px;
  }
}
.funfact5-content-wrap .funfact-item .counter-text {
  color: #fff;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .funfact5-content-wrap .funfact-item .counter-text {
    font-size: 20px;
  }
}

.funfact6-content-wrap .funfact-item .counter-number {
  color: #a394df;
  font-size: 36px;
}
.funfact6-content-wrap .funfact-item .counter-number,
.funfact6-content-wrap .funfact-item .counter-text {
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}
.funfact7-content-wrap .funfact-item .counter-number {
  color: #232324;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 4px;
}
.funfact7-content-wrap .funfact-item .counter-number,
.funfact7-content-wrap .funfact-item .counter-text {
  font-family: "Montserrat", sans-serif;
}
.funfact7-content-wrap .funfact-item .counter-text {
  color: #8a8a8a;
  font-size: 14px;
  font-weight: 400;
}

@media only screen and (max-width: 575px) {
  .funfact8-content-wrap .funfact-item {
    margin-bottom: 30px;
  }
}
.funfact8-content-wrap .funfact-item .icon-box {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, #1e73be), color-stop(100%, #8224e3), to(#1e73be));
  background-image: linear-gradient(to right, #1e73be 10%, #8224e3 100%, #1e73be 100%);
  margin: 0 auto;
  line-height: 30px;
  font-size: 30px;
  width: 30px;
  height: 30px;
  color: #1e73be;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.funfact8-content-wrap .funfact-item .counter-number {
  color: #232324;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 2px;
}
.funfact8-content-wrap .funfact-item .counter-number,
.funfact8-content-wrap .funfact-item .counter-text {
  font-family: "Montserrat", sans-serif;
}
.funfact8-content-wrap .funfact-item .counter-text {
  font-weight: 400;
  margin-bottom: 0;
}

@media only screen and (max-width: 575px) {
  .funfact9-content-wrap .funfact-item {
    margin-bottom: 30px;
  }
}
.funfact9-content-wrap .funfact-item .icon-box {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, #1e73be), color-stop(100%, #8224e3), to(#1e73be));
  background-image: linear-gradient(to right, #1e73be 10%, #8224e3 100%, #1e73be 100%);
  margin: 0 auto;
  font-size: 24px;
  color: #fff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
}
.funfact9-content-wrap .funfact-item .counter-number {
  color: #232324;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 2px;
}
.funfact9-content-wrap .funfact-item .counter-number,
.funfact9-content-wrap .funfact-item .counter-text {
  font-family: "Montserrat", sans-serif;
}
.funfact9-content-wrap .funfact-item .counter-text {
  font-weight: 400;
  margin-bottom: 0;
}

.funfact-item .counter-number.plus:before {
  content: "+";
  position: relative;
  float: right;
  top: 2px;
}
.funfact-item .counter-number.value:before {
  content: "K";
  position: relative;
  float: right;
  top: 2px;
}
.funfact-item .counter-number.percent:before {
  content: "%";
  position: relative;
  float: right;
  top: 4px;
}
.funfact-item .counter-number.doller:before {
  content: "$";
  position: relative;
  float: left;
  top: 5px;
}
.funfact-item .counter-number .odometer-inside {
  float: left;
}
.funfact-item .counter-number .odometer-inside .odometer-digit {
  text-align: left;
}

.odometer.mark-off .odometer-inside .odometer-formatting-mark {
  display: none;
}

/*
-----------------------------------------------------------------------
  Counter CSS
-----------------------------------------------------------------------
*/
.countdown-timer {
  display: inline-block;
  margin-bottom: 0;
  width: 100%;
}
.countdown-timer li {
  float: left;
  line-height: 1;
  text-align: center;
  margin: 0 0;
  width: 25%;
}
@media only screen and (max-width: 479px) {
  .countdown-timer li {
    width: 50%;
    margin-bottom: 30px;
  }
}
.countdown-timer li span {
  color: #a394df;
  font-size: 31.5px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
}
.countdown-timer li p {
  color: #232324;
  font-size: 1.125em;
  padding-left: 2px;
}

.countdown-timer.text-inline-style {
  display: inline-block;
  margin-bottom: 0;
  width: 100%;
}
.countdown-timer.text-inline-style li {
  float: left;
  line-height: 1;
  text-align: center;
  margin: 0 0;
  width: 25%;
}
@media only screen and (max-width: 479px) {
  .countdown-timer.text-inline-style li {
    width: 50%;
    margin-bottom: 30px;
  }
}
.countdown-timer.text-inline-style li span {
  color: #a394df;
  font-size: 31.5px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
}
.countdown-timer.text-inline-style li p {
  color: #232324;
  display: inline-block;
  font-size: 1.125em;
  padding-left: 2px;
}

/*
-----------------------------------------------------------------------
	List Icon CSS
-----------------------------------------------------------------------
*/
.icon-list.style2 ul li {
  line-height: 1;
  margin-bottom: 19px;
  position: relative;
}
.icon-list.style2 ul li:before {
  content: "\f00c";
  position: relative;
  color: #cca4b4;
  font-family: FontAwesome;
  width: 2.1875em;
  display: inline-block;
  font-size: 0.785em;
  top: 0;
}
.icon-list.style2 ul li:last-child {
  margin-bottom: 0;
}
.icon-list.style3 ul li {
  padding-left: 35px;
  margin-bottom: 14px;
  position: relative;
}
.icon-list.style3 ul li:before {
  content: "\f1db";
  color: #a394df;
  font-family: FontAwesome;
  font-size: 9px;
  line-height: 1;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.icon-list.style3 ul li:last-child {
  margin-bottom: 0;
}
.icon-list.style4 ul li {
  color: #8a8a8a;
  font-size: 14px;
  padding-left: 0;
  margin-bottom: 14.5px;
  line-height: 25px;
  position: relative;
}
.icon-list.style4 ul li i {
  color: #a394df;
  font-size: 10px;
  padding-right: 20px;
  display: inline-block;
  vertical-align: middle;
  line-height: 25px;
  position: relative;
  top: -1px;
}
.icon-list.style4 ul li:last-child {
  margin-bottom: 0;
}
.icon-list.style5 ul li {
  line-height: 1;
  margin-bottom: 19px;
  position: relative;
}
@media only screen and (max-width: 479px) {
  .icon-list.style5 ul li {
    line-height: 1.5;
  }
}
.icon-list.style5 ul li:before {
  content: "\f111";
  color: #a394df;
  font-family: FontAwesome;
  font-size: 7px;
  text-rendering: auto;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
}
.icon-list.style5 ul li:last-child {
  margin-bottom: 0;
}
.icon-list.list-icon-2colum ul li {
  color: #8a8a8a;
  width: 48%;
  display: inline-block;
  padding-left: 20px;
}

/*
-----------------------------------------------------------------------
  Progress Bar CSS
-----------------------------------------------------------------------
*/
.progress-bar-item {
  margin-top: 20px;
}
.progress-bar-item .progress-info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5px;
}
.progress-bar-item .progress-info__title {
  color: #232324;
  font-size: 12px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0;
}
.progress-bar-item .progress-info__percent {
  color: #232324;
  font-size: 12px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0;
  top: -5px;
  position: relative;
}
.progress-bar-item .progress-line {
  background-color: #cfcfcf;
  height: 5px;
  position: relative;
}
.progress-bar-item .progress-line-bar {
  background-color: #a394df;
  height: 100%;
  width: 0;
}

.progress-bar-style2-wrap .progress-bar-item {
  margin-top: 30px;
}
.progress-bar-style2-wrap .progress-bar-item .progress-info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5px;
}
.progress-bar-style2-wrap .progress-bar-item .progress-info__title {
  color: #232324;
  font-size: 16px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .progress-bar-style2-wrap .progress-bar-item .progress-info__title {
    font-size: 14px;
  }
}
.progress-bar-style2-wrap .progress-bar-item .progress-info__percent {
  color: #232324;
  font-size: 16px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0;
  top: -5px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .progress-bar-style2-wrap .progress-bar-item .progress-info__percent {
    font-size: 14px;
  }
}
.progress-bar-style2-wrap .progress-bar-item .progress-line {
  background-color: #cfcfcf;
  height: 8px;
  position: relative;
}
.progress-bar-style2-wrap .progress-bar-item .progress-line-bar {
  background-color: #a394df;
  height: 100%;
  width: 0;
}

.progress-bar-style3-wrap .progress-bar-item .progress-info__title {
  color: #8a8a8a;
  font-size: 14px;
}
.progress-bar-style3-wrap .progress-bar-item .progress-info__percent {
  color: #8a8a8a;
  font-size: 14px;
}
.progress-bar-style3-wrap .progress-bar-item .progress-line-bar {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#e475a1), to(#3851e7)) !important;
  background-image: linear-gradient(0deg, #e475a1 0%, #3851e7 100%) !important;
  background-image: -webkit-linear-gradient(0deg, #e475a1 0%, #3851e7 100%) !important;
}
.progress-bar-style3-wrap .progress-bar-item .progress-line-bar.bar-color2 {
  background-color: #F4524D;
  background-image: none;
}
.progress-bar-style3-wrap .progress-bar-item .progress-line-bar.bar-color3 {
  background-color: #414141;
  background-image: none;
}
.progress-bar-style3-wrap .progress-bar-item .progress-line-bar.bar-color4 {
  background-color: #B97EBB;
  background-image: none;
}

.progress-bar-style4-wrap .progress-bar-item .progress-info__title {
  color: #232324;
  font-size: 14px;
}
.progress-bar-style4-wrap .progress-bar-item .progress-info__percent {
  color: #232324;
  font-size: 14px;
}
.progress-bar-style4-wrap .progress-bar-item .progress-line-bar {
  background-color: #232324;
}

.ht-pie-chart {
  text-align: center;
  position: relative;
}
.ht-pie-chart .skill-percent {
  font-size: 30px;
  font-weight: 700;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.skill-item {
  margin-top: 0;
  position: relative;
}
.skill-item__txt {
  margin-top: 10px;
}
.skill-item__txt .title {
  color: #8a8a8a;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.skill-light .ht-pie-chart .skill-percent {
  display: none;
}

.skill-style-two .skill-item {
  position: relative;
}
.skill-style-two .skill-item__txt {
  margin-top: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.skill-style-two .skill-item__txt .value {
  color: #fff;
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 13px;
  line-height: 0.8;
}
.skill-style-two .skill-item__txt .title {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}

/*
-----------------------------------------------------------------------
  Work Process CSS
-----------------------------------------------------------------------
*/
.work-process-area .work-process-content-wrap .process-content {
  text-align: center;
}
.work-process-area .work-process-content-wrap .process-content .inner {
  position: relative;
  display: inline-block;
}
.work-process-area .work-process-content-wrap .process-content .inner .process-item {
  display: inline-block;
  text-align: left;
  top: 8.20312%;
  left: 16.6375%;
  position: absolute;
  margin-left: -19px;
  margin-top: -19px;
}
.work-process-area .work-process-content-wrap .process-content .inner .process-item .number {
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  height: 38px;
  position: relative;
  width: 38px;
  z-index: 1;
}
.work-process-area .work-process-content-wrap .process-content .inner .process-item .number span {
  background-color: #a394df;
  border-radius: 50%;
  display: inline-block;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  height: 38px;
  line-height: 38px;
  position: relative;
  text-align: center;
  width: 38px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .work-process-area .work-process-content-wrap .process-content .inner .process-item .number span {
    font-size: 11px;
    height: 26px;
    line-height: 26px;
    width: 26px;
  }
}
.work-process-area .work-process-content-wrap .process-content .inner .process-item .number:before {
  background-color: #a394df;
  border-radius: 50%;
  content: "";
  display: block;
  height: 38px;
  left: 50%;
  top: 50%;
  position: absolute;
  width: 38px;
  margin: -19px auto auto -19px;
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  z-index: -1;
  -webkit-animation: pulsate 3s cubic-bezier(0.2, 1, 0.2, 1) infinite;
  animation: pulsate 3s cubic-bezier(0.2, 1, 0.2, 1) infinite;
}
.work-process-area .work-process-content-wrap .process-content .inner .process-item .content {
  background-color: #a394df;
  padding: 34px 40px;
  position: absolute;
  max-width: 350px;
  text-align: left;
  width: 350px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -64px);
  -webkit-transform: translate(-50%, -64px);
  -moz-transform: translate(-50%, -64px);
  -ms-transform: translate(-50%, -64px);
  -o-transform: translate(-50%, -64px);
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .work-process-area .work-process-content-wrap .process-content .inner .process-item .content {
    padding: 10px;
    max-width: none;
    width: 205px;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .work-process-area .work-process-content-wrap .process-content .inner .process-item .content {
    width: auto;
  }
}
.work-process-area .work-process-content-wrap .process-content .inner .process-item .content:before {
  bottom: -20px;
  content: "";
  border-top: 20px solid #a394df;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}
.work-process-area .work-process-content-wrap .process-content .inner .process-item .content .title {
  color: #fff;
  font-size: 18px;
}
@media only screen and (max-width: 991px) {
  .work-process-area .work-process-content-wrap .process-content .inner .process-item .content .title {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.work-process-area .work-process-content-wrap .process-content .inner .process-item .content p {
  color: #fff;
  font-size: 14px;
}
@media only screen and (max-width: 991px) {
  .work-process-area .work-process-content-wrap .process-content .inner .process-item .content p {
    font-size: 12px;
  }
}
.work-process-area .work-process-content-wrap .process-content .inner .process-item:nth-child(1) {
  left: 40.4553%;
  top: 49.0234%;
}
.work-process-area .work-process-content-wrap .process-content .inner .process-item:nth-child(2) {
  left: 40.4553%;
  top: 49.0234%;
}
.work-process-area .work-process-content-wrap .process-content .inner .process-item:nth-child(3) {
  top: 79.1016%;
  left: 65.324%;
}
.work-process-area .work-process-content-wrap .process-content .inner .process-item:nth-child(4) {
  top: 56.25%;
  left: 94.9212%;
}
.work-process-area .work-process-content-wrap .process-content .inner .process-item:nth-child(5) {
  top: 19.7266%;
  left: 73.5552%;
}
.work-process-area .work-process2-content-wrap {
  padding: 0 15px;
  text-align: center;
}
.work-process-area .work-process2-content-wrap .process-item {
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .work-process-area .work-process2-content-wrap .process-item {
    margin-bottom: 40px;
  }
}
.work-process-area .work-process2-content-wrap .process-item:before {
  border-top: 2px dashed #cfcfcf;
  content: "";
  display: block;
  left: calc(0px - (100% - 170px) / 2);
  left: -webkit-calc(0px - (100% - 170px)/2);
  position: absolute;
  top: 34px;
  width: calc(100% - 170px);
  width: -webkit-calc(100% - 170px);
}
@media only screen and (max-width: 575px) {
  .work-process-area .work-process2-content-wrap .process-item:before {
    display: none;
  }
}
.work-process-area .work-process2-content-wrap .process-item .process-icon {
  background-color: #a394df;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 30px;
  height: 70px;
  line-height: 30px;
  margin-bottom: 30px;
  padding: 20px;
  text-align: center;
  width: 70px;
}
.work-process-area .work-process2-content-wrap .process-item .process-content .title {
  font-size: 16px;
  margin-bottom: 8px;
}
.work-process-area .work-process2-content-wrap .process-item.border-none:before {
  display: none;
}
@media only screen and (max-width: 991px) {
  .work-process-area .work-process2-content-wrap .process-item.sm-after-none:before {
    display: none;
  }
}

/*
-----------------------------------------------------------------------
  Shop CSS
-----------------------------------------------------------------------
*/
.product-area.product-category-area .product-category-content-wrap .product-category-item {
  position: relative;
  margin-bottom: 30px;
}
.product-area.product-category-area .product-category-content-wrap .product-category-item .thumb {
  position: relative;
  overflow: hidden;
}
.product-area.product-category-area .product-category-content-wrap .product-category-item .thumb:before {
  background-color: #343538;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  visibility: hidden;
  top: 0;
  width: 100%;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  z-index: 1;
}
.product-area.product-category-area .product-category-content-wrap .product-category-item .thumb:after {
  background-color: #a394df;
  bottom: 0;
  content: "";
  height: 5px;
  left: 50%;
  position: absolute;
  pointer-events: none;
  width: 0;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  z-index: 1;
}
.product-area.product-category-area .product-category-content-wrap .product-category-item .thumb img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  width: 100%;
}
.product-area.product-category-area .product-category-content-wrap .product-category-item .content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  text-align: center;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  z-index: 1;
}
.product-area.product-category-area .product-category-content-wrap .product-category-item .content .title {
  color: #fff;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}
.product-area.product-category-area .product-category-content-wrap .product-category-item:hover .thumb:before {
  opacity: 0.9;
  visibility: visible;
}
.product-area.product-category-area .product-category-content-wrap .product-category-item:hover .thumb:after {
  width: 100%;
}
.product-area.product-category-area .product-category-content-wrap .product-category-item:hover .thumb img {
  transform: scale(1.01);
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
}
.product-area.product-category-area .product-category-content-wrap .product-category-item:hover .content {
  opacity: 1;
  visibility: visible;
}
.product-area.product-category-area .product-category2-content-wrap {
  padding: 66px 0 94px;
}
@media only screen and (max-width: 991px) {
  .product-area.product-category-area .product-category2-content-wrap {
    padding: 65px 0 26px;
  }
}
.product-area.product-category-area .product-category2-content-wrap .product-category-item {
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .product-area.product-category-area .product-category2-content-wrap .product-category-item {
    margin-bottom: 20px;
  }
}
.product-area.product-category-area .product-category2-content-wrap .product-category-item .icon-box {
  color: #232324;
  font-size: 24px;
  margin-bottom: 16px;
}
.product-area.product-category-area .product-category2-content-wrap .product-category-item .content .title {
  font-size: 14px;
  margin-bottom: 5px;
}
.product-area.product-category-area .product-category2-content-wrap .product-category-item .content p {
  font-size: 14px;
}
.product-area.product-category-area .product-category-parallax-wrap .product-category-item {
  background-position: top center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 926px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .product-area.product-category-area .product-category-parallax-wrap .product-category-item {
    height: 636px;
  }
}
@media only screen and (max-width: 767px) {
  .product-area.product-category-area .product-category-parallax-wrap .product-category-item {
    height: 380px;
  }
}
@media only screen and (max-width: 575px) {
  .product-area.product-category-area .product-category-parallax-wrap .product-category-item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.product-area.product-category-area .product-category-parallax-wrap .product-category-item .content {
  margin-top: 51px;
}
@media only screen and (max-width: 1199px) {
  .product-area.product-category-area .product-category-parallax-wrap .product-category-item .content {
    margin-top: 0;
  }
}
@media only screen and (max-width: 575px) {
  .product-area.product-category-area .product-category-parallax-wrap .product-category-item .content {
    text-align: center;
  }
}
.product-area.product-category-area .product-category-parallax-wrap .product-category-item .content .title {
  font-size: 32px;
  margin-bottom: 41px;
}
@media only screen and (max-width: 1199px) {
  .product-area.product-category-area .product-category-parallax-wrap .product-category-item .content .title {
    font-size: 24px;
  }
}
.product-area.product-category-area .product-category-parallax-wrap .product-category-item .content .title a:hover {
  color: #a394df;
}
.product-area.product-category-area .product-category-parallax-wrap .product-category-item .content .btn-theme.btn-border {
  border-width: 1px;
  padding: 14px 40px;
}
.product-area.product-category-area .product-category-parallax-wrap .product-category-item .content .btn-theme.btn-hover-style2:hover {
  color: #fff;
  background-color: #a394df;
  border-color: #a394df !important;
}
.product-area.product-category-area .product-category-parallax-wrap .product-category-item .content.content-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 51px 105px 0 0;
}
@media only screen and (max-width: 1199px) {
  .product-area.product-category-area .product-category-parallax-wrap .product-category-item .content.content-right {
    margin: 0;
  }
}
@media only screen and (max-width: 575px) {
  .product-area.product-category-area .product-category-parallax-wrap .product-category-item .content.content-right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.product-area.product-category-area .product-category-parallax-wrap .product-category-item .pattern {
  pointer-events: none;
  bottom: -26px;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .product-area.product-category-area .product-category-parallax-wrap .product-category-item .pattern {
    display: none;
  }
}
.product-area.product-category-area .product-category-parallax-wrap .product-category-item .thumb {
  pointer-events: none;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.product-area.product-category-area .product-category-parallax-wrap .product-category-item:nth-child(2) {
  background-color: #dbeeea;
}
.product-area.product-category-area .product-category-parallax-wrap .product-category-item:nth-child(2) [id*=jarallax-container] > div {
  background-size: 80% auto !important;
  background-position: 0 center !important;
}
.product-area.product-category-area .product-category-parallax-wrap .product-category-item:nth-child(3) {
  background-color: #ece3d4;
}
.product-area.product-category-area .product-category-parallax-wrap .product-category-item:nth-child(3) [id*=jarallax-container] > div {
  background-position: right center !important;
}
.product-area.product-category-area .product-category-parallax-wrap .product-category-item:nth-child(3) .thumb [id*=jarallax-container] > div {
  background-size: 70% auto !important;
}
.product-area.product-category-area .product-category-parallax-wrap .product-category-item:nth-child(4) {
  background-color: #efefef;
}
.product-area.product-category-area .product-category-parallax-wrap .product-category-item:nth-child(4) [id*=jarallax-container] > div {
  background-size: 80% auto !important;
  background-position: 0 center !important;
}
.product-area.product-category-area .product-category-parallax-wrap .product-category-item #jarallax-container-1 > div {
  background-size: 80% auto !important;
}
.product-area.product-discount-area .discount-content-wrap .discount-item {
  min-height: 599px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .product-area.product-discount-area .discount-content-wrap .discount-item {
    min-height: 313px;
  }
}
@media only screen and (max-width: 991px) {
  .product-area.product-discount-area .discount-content-wrap .discount-item {
    min-height: 242px;
  }
}
@media only screen and (max-width: 767px) {
  .product-area.product-discount-area .discount-content-wrap .discount-item {
    margin-bottom: 30px;
  }
}
.product-area.product-discount-area .discount-content-wrap .discount-item .content {
  top: 32%;
  position: absolute;
  left: 95px;
}
@media only screen and (max-width: 1199px) {
  .product-area.product-discount-area .discount-content-wrap .discount-item .content {
    top: 50%;
    position: absolute;
    left: 15px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
  }
}
.product-area.product-discount-area .discount-content-wrap .discount-item .content .title {
  color: #fff;
  font-weight: 400;
  font-family: "Vidaloka", serif;
  font-size: 36px;
  letter-spacing: -0.025em;
  margin-bottom: 9px;
}
@media only screen and (max-width: 1199px) {
  .product-area.product-discount-area .discount-content-wrap .discount-item .content .title {
    font-size: 26px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  .product-area.product-discount-area .discount-content-wrap .discount-item .content .title {
    font-size: 18px;
  }
}
.product-area.product-discount-area .discount-content-wrap .discount-item .content .discount {
  color: #fff;
  font-size: 100px;
  letter-spacing: -0.025em;
  line-height: 1;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
  .product-area.product-discount-area .discount-content-wrap .discount-item .content .discount {
    font-size: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .product-area.product-discount-area .discount-content-wrap .discount-item .content .discount {
    font-size: 38px;
    margin-bottom: 10px;
  }
}
.product-area.product-discount-area .discount-content-wrap .discount-item .content .btn-theme {
  padding: 14px 56px;
}
@media only screen and (max-width: 1199px) {
  .product-area.product-discount-area .discount-content-wrap .discount-item .content .btn-theme {
    padding: 12px 42px;
  }
}
@media only screen and (max-width: 991px) {
  .product-area.product-discount-area .discount-content-wrap .discount-item .content .btn-theme {
    padding: 8px 30px;
  }
}
.product-area.product-discount-area .discount-content-wrap .discount-item .thumb {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -ms-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  width: 100%;
  z-index: -1;
}
.product-area.product-discount-area .discount-content-wrap .discount-item .thumb:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  content: "";
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
  z-index: 1;
}
.product-area.product-discount-area .discount-content-wrap .discount-item .banner-link-overlay {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
}
.product-area.product-discount-area .discount-content-wrap .discount-item:hover .thumb {
  transform: scale(1.01);
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
}
.product-area.product-discount-area .discount-content-wrap .discount-item:hover .thumb:before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
}
.product-area.product-discount-area .discount-content-wrap .discount-item:hover .content .btn-theme.btn-hover-style2 {
  background-color: #a394df;
  border-color: #a394df !important;
}
.product-area .product2-content-wrap .product-item {
  margin-bottom: 15px;
}
.product-area .product2-content-wrap .product-item .product-thumb .product-action .add-wishlist .icon {
  transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
}
.product-area .product2-content-wrap .product-item .product-thumb .product-action .addto-wrap {
  bottom: 43px;
  left: 37px;
  -webkit-transform: none;
          transform: none;
  top: auto;
  transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  -moz-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  -o-transform: translate(0, 30px);
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.44, 1.18) 0.1s;
  transition: all 0.3s cubic-bezier(0, 0, 0.44, 1.18) 0.1s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  width: auto;
}
.product-area .product2-content-wrap .product-item .product-thumb .product-action .addto-wrap a {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
.product-area .product2-content-wrap .product-item .product-thumb .overlay-black {
  transition: all 250ms ease-out;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -ms-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
}
.product-area .product2-content-wrap .product-item .product-info {
  bottom: 112px;
  left: 37px;
  position: absolute;
  padding-top: 0;
  z-index: 3;
}
.product-area .product2-content-wrap .product-item .product-info .title {
  font-size: 18px;
  opacity: 0;
  transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  -moz-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  -o-transform: translate(0, 30px);
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.44, 1.18) 0.1s;
  transition: all 0.3s cubic-bezier(0, 0, 0.44, 1.18) 0.1s;
}
.product-area .product2-content-wrap .product-item .product-info .title a {
  color: #fff;
}
.product-area .product2-content-wrap .product-item .product-info .prices {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  opacity: 0;
  transform: translate(0, 25px);
  -webkit-transform: translate(0, 25px);
  -moz-transform: translate(0, 25px);
  -ms-transform: translate(0, 25px);
  -o-transform: translate(0, 25px);
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.44, 1.18) 0.15s;
  transition: all 0.3s cubic-bezier(0, 0, 0.44, 1.18) 0.15s;
}
.product-area .product2-content-wrap .product-item .product-info .prices .price {
  color: #fff;
}
.product-area .product2-content-wrap .product-item:hover .product-thumb .product-action .addto-wrap {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.product-area .product2-content-wrap .product-item:hover .product-thumb .overlay-black {
  opacity: 0.3;
}
.product-area .product2-content-wrap .product-item:hover .product-info .title,
.product-area .product2-content-wrap .product-item:hover .product-info .prices {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}

.product-item {
  margin-bottom: 58px;
  position: relative;
}
.product-item .product-thumb {
  position: relative;
}
.product-item .product-thumb .h-image {
  background-position: center center;
  background-size: cover;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  pointer-events: none;
  top: 0;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.5s ease, -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  width: 100%;
  z-index: 2;
}
.product-item .product-thumb .product-action {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  pointer-events: none;
  z-index: 3;
}
.product-item .product-thumb .product-action .add-wishlist {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  right: 19px;
  position: absolute;
  pointer-events: all;
  top: 21px;
  text-align: center;
  width: 30px;
}
.product-item .product-thumb .product-action .add-wishlist .icon {
  color: #8a8a8a;
  font-weight: 700 !important;
  font-size: 14px;
  line-height: 1;
  transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
}
.product-item .product-thumb .product-action .add-wishlist .icon:hover {
  color: #a394df;
}
.product-item .product-thumb .product-action .addto-wrap {
  left: 50%;
  margin-top: 30px;
  opacity: 0;
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.product-item .product-thumb .product-action .addto-wrap a {
  background-color: #fff;
  display: inline-block;
  font-size: 14px;
  height: 50px;
  line-height: 54px;
  pointer-events: all;
  margin-right: 3px;
  text-align: center;
  width: 50px;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
.product-item .product-thumb .product-action .addto-wrap a .icon {
  font-size: 14px;
}
.product-item .product-thumb .product-action .addto-wrap a:last-child {
  margin-right: 0;
}
.product-item .product-thumb .product-action .addto-wrap a:hover {
  color: #fff;
  background-color: #a394df;
}
.product-item .product-thumb .overlay-black {
  background-color: #232324;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  pointer-events: none;
  top: 0;
  width: 100%;
  z-index: 2;
  transition: all 250ms ease-out;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -ms-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
}
@media only screen and (max-width: 991px) {
  .product-item .product-thumb img {
    width: 100%;
  }
}
.product-item .product-thumb:hover .h-image {
  opacity: 1;
}
.product-item .product-info {
  padding-top: 24px;
}
.product-item .product-info .title {
  font-size: 14px;
  margin-bottom: 5px;
}
.product-item .product-info .title a {
  color: #232324;
  transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
}
.product-item .product-info .title a:hover {
  color: #a394df;
}
.product-item .product-info .prices .price {
  color: #232324;
  font-size: 18px;
}
.product-item:hover .product-thumb .product-action .addto-wrap {
  opacity: 1;
  margin-top: 0;
}
.product-item:hover .product-thumb .overlay-black {
  opacity: 0.7;
}

.product-tabs-content-wrap .product-tab-nav {
  display: block;
  text-align: center;
  margin-bottom: 64px;
}
@media only screen and (max-width: 991px) {
  .product-tabs-content-wrap .product-tab-nav {
    margin-bottom: 50px;
  }
}
.product-tabs-content-wrap .product-tab-nav li {
  display: inline-block;
  margin: 0 48px;
}
@media only screen and (max-width: 1500px) {
  .product-tabs-content-wrap .product-tab-nav li {
    margin: 0 10px;
    line-height: 1;
  }
}
@media only screen and (max-width: 575px) {
  .product-tabs-content-wrap .product-tab-nav li {
    margin: 0 5px;
  }
}
.product-tabs-content-wrap .product-tab-nav li a {
  color: #8a8a8a;
  font-family: "Vidaloka", serif;
  font-weight: 400;
  font-size: 48px;
  position: relative;
}
@media only screen and (max-width: 1500px) {
  .product-tabs-content-wrap .product-tab-nav li a {
    font-size: 36px;
  }
}
@media only screen and (max-width: 575px) {
  .product-tabs-content-wrap .product-tab-nav li a {
    font-size: 22px;
  }
}
.product-tabs-content-wrap .product-tab-nav li a.active {
  color: #232324;
  position: relative;
  z-index: 1;
}
.product-tabs-content-wrap .product-tab-nav li a.active:before {
  position: absolute;
  content: "";
  background-color: #232324;
  height: 2px;
  width: 100%;
  left: 0;
  bottom: 3px;
  z-index: -1;
}
.product-tabs-content-wrap .product-tab-nav li:first-child {
  margin-left: 0;
}
.product-tabs-content-wrap .product-tab-nav li:last-child {
  margin-right: 0;
}
.product-tabs-content-wrap .product-tab-content .tab-pane {
  display: none;
}
.product-tabs-content-wrap .product-tab-content .tab-pane.active {
  display: block;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-name: product-tab-animate;
  -webkit-animation-name: product-tab-animate;
}

.product-header-wrap .product-show-result {
  float: left;
}
@media only screen and (max-width: 479px) {
  .product-header-wrap .product-show-result {
    display: none;
  }
}
.product-header-wrap .product-show-result p {
  color: #8a8a8a;
  font-size: 14px;
}
.product-header-wrap .product-view-count {
  float: left;
  margin: 0 20px 0 40px;
}
@media only screen and (max-width: 479px) {
  .product-header-wrap .product-view-count {
    margin: 0;
  }
}
.product-header-wrap .product-view-count p {
  color: #8a8a8a;
  font-size: 14px;
  display: inline-block;
  margin-right: 1px;
}
.product-header-wrap .product-view-count ul {
  display: inline-block;
  margin: 0 5px;
}
.product-header-wrap .product-view-count ul li {
  color: #9d9d9d;
  display: inline-block;
  margin-right: 7px;
}
.product-header-wrap .product-view-count ul li a {
  color: #9d9d9d;
}
.product-header-wrap .product-view-count ul li a:hover {
  color: #a394df;
}
.product-header-wrap .product-view-count ul li.active a {
  border-bottom: 1px solid #a394df;
  color: #a394df;
}
.product-header-wrap .product-filter-title span {
  color: #232324;
  margin-right: 15px;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  padding-right: 30px;
  position: relative;
}
.product-header-wrap .product-filter-title span .icon {
  position: absolute;
  right: 12px;
  top: -2px;
}
.product-header-wrap .product-filter-title span .icon:before {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #232324;
  width: 20px;
  top: 9px;
  left: -9px;
}
.product-header-wrap .product-filter-title span .icon:after {
  content: "";
  width: 2px;
  height: 20px;
  position: absolute;
  background-color: #232324;
}
.product-header-wrap .product-filter-wrap {
  -webkit-box-shadow: 0 0 32px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 32px 1px rgba(0, 0, 0, 0.05);
  display: inline-block;
  margin-top: 0;
  margin-bottom: 28px;
  padding: 40px 40px 0;
  width: 100%;
  transition: all 0.6s ease-out;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
}
.product-header-wrap .product-filter-wrap .filter-item {
  float: left;
  margin-bottom: 16px;
}
.product-header-wrap .product-filter-wrap .filter-item .filter-title {
  color: #232324;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 27px;
  text-transform: uppercase;
}
.product-header-wrap .product-filter-wrap .filter-item .filter-price-box .noUi-horizontal {
  height: 2px;
  margin-right: 22px;
}
.product-header-wrap .product-filter-wrap .filter-item .filter-price-box .noUi-horizontal .noUi-handle {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: #e9595e;
  cursor: ew-resize;
  -webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.2);
  top: 50%;
  transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
}
.product-header-wrap .product-filter-wrap .filter-item .filter-price-box .noUi-horizontal .noUi-handle.noUi-handle-lower {
  left: 0;
}
.product-header-wrap .product-filter-wrap .filter-item .filter-price-box .noUi-horizontal .noUi-handle.noUi-handle-lower:active {
  left: 0;
}
.product-header-wrap .product-filter-wrap .filter-item .filter-price-box .noUi-horizontal .noUi-handle:active {
  border: none;
  left: -7px;
  top: 50%;
  transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
}
.product-header-wrap .product-filter-wrap .filter-item .filter-price-box .noUi-connect {
  background: #343538;
}
.product-header-wrap .product-filter-wrap .filter-item .filter-price-box .noUi-background {
  background-color: #9d9d9d;
}
.product-header-wrap .product-filter-wrap .filter-item .filter-price-box .noUi-target {
  border-radius: 0;
}
.product-header-wrap .product-filter-wrap .filter-item .filter-price-box .slider-labels {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
}
.product-header-wrap .product-filter-wrap .filter-item .filter-price-box .slider-labels span,
.product-header-wrap .product-filter-wrap .filter-item .filter-price-box .slider-labels .caption {
  color: #8a8a8a;
  font-size: 12px;
  line-height: 1;
}
.product-header-wrap .product-filter-wrap .filter-item .filter-price-box .slider-labels .range-price-title {
  margin-right: 5px;
}
.product-header-wrap .product-filter-wrap .filter-item .filter-price-box .slider-labels .range-separator {
  margin: -2px 4px 0;
}
.product-header-wrap .product-filter-wrap .filter-item .filter-price-box .btn-filter {
  background-color: #232324;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  padding: 7px 30px;
  margin-top: 29px;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
.product-header-wrap .product-filter-wrap .filter-item .filter-price-box .btn-filter:hover {
  background-color: #a394df;
}
.product-header-wrap .product-filter-wrap .filter-item .filter-sort-by ul li {
  margin-bottom: 6px;
}
.product-header-wrap .product-filter-wrap .filter-item .filter-sort-by ul li a {
  color: #8a8a8a;
  font-size: 12px;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
.product-header-wrap .product-filter-wrap .filter-item .filter-sort-by ul li a:hover {
  color: #a394df;
}
.product-header-wrap .product-filter-wrap .filter-item .filter-sort-by ul li.active a {
  color: #a394df;
}
.product-header-wrap .product-filter-wrap .filter-item .filter-categories ul li {
  margin-bottom: 16px;
}
.product-header-wrap .product-filter-wrap .filter-item .filter-categories ul li a {
  color: #8a8a8a;
  font-size: 12px;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
.product-header-wrap .product-filter-wrap .filter-item .filter-categories ul li a:hover {
  color: #a394df;
}
.product-header-wrap .product-filter-wrap .filter-item .filter-categories ul li.active a {
  color: #a394df;
}
.product-header-wrap .product-filter-wrap .filter-item .filter-categories ul li:hover a {
  text-decoration: underline;
}
.product-header-wrap .product-filter-wrap .filter-item .filter-color ul li {
  margin-bottom: 7px;
}
.product-header-wrap .product-filter-wrap .filter-item .filter-color ul li span {
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  height: 16px;
  margin-right: 6px;
  position: relative;
  vertical-align: middle;
  width: 16px;
}
.product-header-wrap .product-filter-wrap .filter-item .filter-color ul li a {
  color: #8a8a8a;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
.product-header-wrap .product-filter-wrap .filter-item .filter-color ul li a:hover {
  color: #a394df;
}
.product-header-wrap .product-filter-wrap .filter-item .filter-color ul li.color-blue span {
  background-color: #526df9;
}
.product-header-wrap .product-filter-wrap .filter-item .filter-color ul li.color-gray span {
  background-color: #9d9d9d;
}
.product-header-wrap .product-filter-wrap .filter-item .filter-color ul li.color-green span {
  background-color: #93ab7b;
}
.product-header-wrap .product-filter-wrap .filter-item .filter-color ul li.color-pink span {
  background-color: #f6b7cf;
}
.product-header-wrap .product-filter-wrap .filter-item .filter-color ul li.color-red span {
  background-color: #e9595e;
}
.product-header-wrap .product-filter-wrap .filter-item .filter-size ul li {
  margin-bottom: 16px;
}
.product-header-wrap .product-filter-wrap .filter-item .filter-size ul li a {
  padding-left: 20px;
  position: relative;
}
.product-header-wrap .product-filter-wrap .filter-item .filter-size ul li a span {
  color: #8a8a8a;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
.product-header-wrap .product-filter-wrap .filter-item .filter-size ul li a span:hover {
  color: #a394df;
}
.product-header-wrap .product-filter-wrap .filter-item .filter-size ul li a:before {
  content: "";
  border-color: #8a8a8a;
  border-width: 1px;
  border-style: solid;
  height: 12px;
  width: 12px;
  position: absolute;
  left: 0;
  top: 3px;
}
.product-header-wrap .product-filter-wrap .filter-item .filter-size ul li a:after {
  content: "\f00c";
  font-family: "FontAwesome";
  position: absolute;
  left: 2px;
  font-size: 8px;
  top: 2.4px;
  opacity: 0;
  visibility: hidden;
}
.product-header-wrap .product-filter-wrap .filter-item .filter-size ul li a:hover:after {
  opacity: 1;
  visibility: visible;
}
.product-header-wrap .product-filter-wrap .filter-item .filter-color ul li {
  margin-bottom: 7px;
}
.product-header-wrap .product-filter-wrap .filter-item .filter-color ul li span {
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  height: 16px;
  margin-right: 6px;
  position: relative;
  vertical-align: middle;
  width: 16px;
}
.product-header-wrap .product-filter-wrap .filter-item .filter-color ul li a {
  color: #8a8a8a;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
.product-header-wrap .product-filter-wrap .filter-item .filter-color ul li a:hover {
  color: #a394df;
}
.product-header-wrap .product-filter-wrap .filter-item .filter-color ul li.color-blue span {
  background-color: #526df9;
}
.product-header-wrap .product-filter-wrap .filter-item .filter-color ul li.color-gray span {
  background-color: #9d9d9d;
}
.product-header-wrap .product-filter-wrap .filter-item .filter-color ul li.color-green span {
  background-color: #93ab7b;
}
.product-header-wrap .product-filter-wrap .filter-item .filter-color ul li.color-pink span {
  background-color: #f6b7cf;
}
.product-header-wrap .product-filter-wrap .filter-item .filter-color ul li.color-red span {
  background-color: #e9595e;
}
.product-header-wrap .product-filter-wrap .filter-item:nth-child(1) {
  width: 23%;
}
@media only screen and (max-width: 767px) {
  .product-header-wrap .product-filter-wrap .filter-item:nth-child(1) {
    width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .product-header-wrap .product-filter-wrap .filter-item:nth-child(1) {
    width: 100%;
    margin-bottom: 50px;
  }
}
.product-header-wrap .product-filter-wrap .filter-item:nth-child(2) {
  width: 23%;
}
@media only screen and (max-width: 767px) {
  .product-header-wrap .product-filter-wrap .filter-item:nth-child(2) {
    width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .product-header-wrap .product-filter-wrap .filter-item:nth-child(2) {
    width: 100%;
  }
}
.product-header-wrap .product-filter-wrap .filter-item:nth-child(3) {
  width: 23%;
}
@media only screen and (max-width: 767px) {
  .product-header-wrap .product-filter-wrap .filter-item:nth-child(3) {
    width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .product-header-wrap .product-filter-wrap .filter-item:nth-child(3) {
    width: 100%;
  }
}
.product-header-wrap .product-filter-wrap .filter-item:nth-child(4) {
  width: 15%;
}
@media only screen and (max-width: 767px) {
  .product-header-wrap .product-filter-wrap .filter-item:nth-child(4) {
    width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .product-header-wrap .product-filter-wrap .filter-item:nth-child(4) {
    width: 100%;
  }
}
.product-header-wrap .product-filter-wrap .filter-item:nth-child(5) {
  width: 15%;
}
@media only screen and (max-width: 767px) {
  .product-header-wrap .product-filter-wrap .filter-item:nth-child(5) {
    width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .product-header-wrap .product-filter-wrap .filter-item:nth-child(5) {
    width: 100%;
  }
}

.shop-sidebar-wrapper .sidebar-item {
  margin-bottom: 50px;
}
.shop-sidebar-wrapper .sidebar-item .sidebar-title {
  font-size: 14px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-search-box .form .form-input-item {
  position: relative;
}
.shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-search-box .form .form-input-item input {
  border: 1px solid #e8e8e8;
  border-radius: 0;
  color: #8a8a8a;
  font-size: 12px;
  height: 50px;
  padding: 14px 20px;
  width: 100%;
}
.shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-search-box .form .form-input-item input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #8a8a8a;
}
.shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-search-box .form .form-input-item input::-moz-placeholder {
  /* Firefox 19+ */
  color: #8a8a8a;
}
.shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-search-box .form .form-input-item input:-ms-input-placeholder {
  /* IE 10+ */
  color: #8a8a8a;
}
.shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-search-box .form .form-input-item input:-moz-placeholder {
  /* Firefox 18- */
  color: #8a8a8a;
}
.shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-search-box .form .form-input-item input:active, .shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-search-box .form .form-input-item input:focus {
  border-color: #232324;
}
.shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-search-box .form .form-input-item .btn-src {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  border-radius: 0;
  line-height: 56px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 8px;
  padding: 0;
  text-align: center;
  width: 28px;
  font-size: 14px;
}
.shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-search-box .form .form-input-item .btn-src:hover {
  color: #a394df;
}
.shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-list li {
  margin-bottom: 6px;
  position: relative;
  padding: 2px 0;
  line-height: 1.66;
}
.shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-list li a {
  color: #8a8a8a;
  font-size: 14px;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
.shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-list li a:hover {
  color: #a394df;
  text-decoration: underline;
}
.shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-list li .narrow {
  top: 16px;
  height: 20px;
  line-height: 0;
  position: absolute;
  right: 0;
  width: 20px;
  cursor: pointer;
}
.shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-list li .narrow i {
  width: 9px;
  display: block;
  border-bottom: 1px solid;
  position: relative;
}
.shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-list li .narrow i:before {
  width: 100%;
  content: "";
  border-bottom: 1px solid;
  display: block;
  position: absolute;
  top: 0;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-list li .children {
  padding-top: 13px;
  margin-left: 25px;
}
.shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-list li .children li:last-child {
  margin-bottom: 3px;
}
.shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-list li.active a {
  color: #a394df;
}
.shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-product-color li {
  display: inline-block;
  border: 1px solid transparent;
  width: 30px;
  height: 30px;
  line-height: 32px;
  border-radius: 50%;
  margin-right: 1px;
  text-align: center;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-product-color li span {
  background-color: #000;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-product-color li.color-blue span {
  background-color: #526df9;
}
.shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-product-color li.color-gray span {
  background-color: #9d9d9d;
}
.shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-product-color li.color-green span {
  background-color: #93ab7b;
}
.shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-product-color li.color-pink span {
  background-color: #f6b7cf;
}
.shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-product-color li.color-red span {
  background-color: #e9595e;
}
.shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-product-color li:hover {
  border-color: #e6e6e6;
}
.shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-price-filter .noUi-horizontal {
  height: 2px;
  margin-right: 8px;
}
.shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-price-filter .noUi-horizontal .noUi-handle {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: #e9595e;
  cursor: ew-resize;
  -webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.2);
  top: 50%;
  transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
}
.shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-price-filter .noUi-horizontal .noUi-handle.noUi-handle-lower {
  left: 0;
}
.shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-price-filter .noUi-horizontal .noUi-handle.noUi-handle-lower:active {
  left: 0;
}
.shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-price-filter .noUi-horizontal .noUi-handle:active {
  border: none;
  left: -7px;
  top: 50%;
  transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
}
.shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-price-filter .noUi-connect {
  background: #343538;
}
.shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-price-filter .noUi-background {
  background-color: #9d9d9d;
}
.shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-price-filter .noUi-target {
  border-radius: 0;
}
.shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-price-filter .slider-labels {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
}
.shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-price-filter .slider-labels span,
.shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-price-filter .slider-labels .caption {
  color: #8a8a8a;
  font-size: 12px;
  line-height: 1;
}
.shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-price-filter .slider-labels .range-price-title {
  margin-right: 5px;
}
.shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-price-filter .slider-labels .range-separator {
  margin: -2px 4px 0;
}
.shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-price-filter .btn-filter {
  background-color: #232324;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  padding: 7px 30px;
  margin-top: 29px;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
.shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-price-filter .btn-filter:hover {
  background-color: #a394df;
}
.shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-product-size li {
  margin-bottom: 10px;
  position: relative;
}
.shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-product-size li a {
  padding-left: 20px;
  position: relative;
}
.shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-product-size li a span {
  color: #8a8a8a;
  font-size: 11px;
  display: inline-block;
  position: relative;
  top: -3px;
  vertical-align: middle;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
.shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-product-size li a span:hover {
  color: #a394df;
}
.shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-product-size li a:before {
  content: "";
  border-color: #8a8a8a;
  border-width: 1px;
  border-style: solid;
  height: 12px;
  width: 12px;
  position: absolute;
  left: 0;
  top: 3px;
}
.shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-product-size li a:after {
  content: "\f00c";
  font-family: "FontAwesome";
  position: absolute;
  left: 2px;
  font-size: 8px;
  top: 2.4px;
  opacity: 0;
  visibility: hidden;
}
.shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-product-size li a:hover:after {
  opacity: 1;
  visibility: visible;
}
.shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-product-size li .product {
  color: #8a8a8a;
  font-size: 11px;
  position: absolute;
  right: 0;
  top: 4px;
}
.shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-product-size.style-two li {
  text-transform: uppercase;
}
.shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-product-list {
  margin-bottom: 0;
}
.shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-product-list .product-list-item {
  border-top: 1px solid #ece8e8;
  display: inline-block;
  margin-top: 20px;
  position: relative;
  padding-top: 20px;
  width: 100%;
}
.shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-product-list .product-list-item a {
  color: #232324;
  display: block;
  font-size: 14px;
  line-height: normal;
  margin: 0 0 5px;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
.shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-product-list .product-list-item a img {
  float: left;
  max-width: 70px;
  margin-right: 20px;
}
.shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-product-list .product-list-item a:hover {
  color: #a394df;
}
.shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-product-list .product-list-item .product-price {
  color: #232324;
  font-size: 14px;
}
.shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-product-list .product-list-item:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-product-tag a {
  border-width: 1px;
  border-style: solid;
  border-color: #E7E7E7;
  color: #8a8a8a;
  font-size: 12px;
  padding: 7px 18px;
  margin: 0 2px 5px 0;
  display: inline-block;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
.shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-product-tag a:hover {
  background-color: #232324;
  color: #fff;
}
.shop-sidebar-wrapper .sidebar-item .sidebar-body .sidebar-text {
  color: #8a8a8a;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .product-single-item .product-thumb {
    margin-bottom: 45px;
  }
}
.product-single-item .product-thumb .single-product-thumb-slider {
  border: 1px solid #e8e8e8;
}
.product-single-item .product-thumb .single-product-thumb-slider.border-none {
  border: none !important;
}
.product-single-item .product-thumb .single-product-thumb-slider .slick-arrow {
  display: none !important;
}
.product-single-item .product-thumb .single-product-nav {
  position: absolute;
  top: 20px;
  left: -104px;
}
@media only screen and (max-width: 1500px) {
  .product-single-item .product-thumb .single-product-nav {
    position: relative;
    left: 0;
  }
}
.product-single-item .product-thumb .single-product-nav .slick-list .slick-track {
  width: 90px !important;
  margin: 0;
}
@media only screen and (max-width: 1500px) {
  .product-single-item .product-thumb .single-product-nav .slick-list .slick-track {
    width: 100% !important;
  }
}
.product-single-item .product-thumb .single-product-nav .slick-list .slick-track .slick-slide {
  border: 1px solid #bbbbbb;
  cursor: pointer;
  margin-bottom: 10px;
  opacity: 0.4;
  width: 90px !important;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
@media only screen and (max-width: 1500px) {
  .product-single-item .product-thumb .single-product-nav .slick-list .slick-track .slick-slide {
    float: left;
    margin-right: 10px;
  }
}
.product-single-item .product-thumb .single-product-nav .slick-list .slick-track .slick-slide.slick-current.slick-active {
  border-color: #232324;
  opacity: 1;
}
.product-single-item .product-single-info {
  margin-left: 40px;
}
@media only screen and (max-width: 1500px) {
  .product-single-item .product-single-info {
    margin-left: 0;
  }
}
.product-single-item .product-single-info .title {
  color: #232324;
  font-size: 20px;
  margin: 0 0 10px;
}
.product-single-item .product-single-info .product-code {
  color: #8a8a8a;
  font-size: 10px;
  margin-bottom: 24px;
}
.product-single-item .product-single-info .prices {
  margin-bottom: 12px;
}
.product-single-item .product-single-info .prices .price {
  color: #232324;
  font-size: 24px;
}
.product-single-item .product-single-info .product-description p {
  line-height: 30px;
  margin-bottom: 15px;
}
.product-single-item .product-single-info .product-description ul {
  margin-bottom: 53px;
}
@media only screen and (max-width: 1500px) {
  .product-single-item .product-single-info .product-description ul {
    margin-bottom: 34px;
  }
}
.product-single-item .product-single-info .product-description ul li {
  color: #8a8a8a;
  font-size: 14px;
  line-height: 30px;
}
.product-single-item .product-single-info .product-description ul li:before {
  background-color: #a394df;
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin-right: 15px;
  vertical-align: middle;
  border-radius: 50%;
}
.product-single-item .product-single-info .product-choose-option {
  width: 340px;
  margin-bottom: 35px;
}
.product-single-item .product-single-info .product-choose-option .product-choose-item .form .form-group {
  margin-bottom: 14px;
}
.product-single-item .product-single-info .product-choose-option .product-choose-item .form .form-group label {
  color: #232324;
  font-size: 12.25px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.product-single-item .product-single-info .product-choose-option .product-choose-item .form .form-group .form-control {
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  border: 1px solid #e8e8e8;
  color: #232324;
  font-size: 14px;
  font-weight: 700;
  height: 52px;
  padding: 10px 20px;
  width: 100%;
}
.product-single-item .product-single-info .product-choose-option .product-choose-item .form .form-group .form-control:active, .product-single-item .product-single-info .product-choose-option .product-choose-item .form .form-group .form-control:focus {
  border-color: #232324;
}
.product-single-item .product-single-info .product-choose-option .product-choose-item .form .form-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #232324;
}
.product-single-item .product-single-info .product-choose-option .product-choose-item .form .form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #232324;
}
.product-single-item .product-single-info .product-choose-option .product-choose-item .form .form-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #232324;
}
.product-single-item .product-single-info .product-choose-option .product-choose-item .form .form-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #232324;
}
.product-single-item .product-single-info .product-choose-option .product-choose-item .form .form-group select {
  background-image: url("../img/icons/bottom-arrow.svg");
  line-height: normal;
  border-radius: 0;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-size: 8px;
  background-position: right 10px center;
  background-repeat: no-repeat;
}
.product-single-item .product-single-info .product-quick-action {
  margin-bottom: 37px;
}
@media only screen and (max-width: 1500px) {
  .product-single-item .product-single-info .product-quick-action {
    margin-bottom: 18px;
  }
}
.product-single-item .product-single-info .product-quick-action .action-top .pro-qty {
  display: inline-block;
  position: relative;
  width: 80px;
  margin-right: 10px;
}
.product-single-item .product-single-info .product-quick-action .action-top .pro-qty input {
  border: 1px solid #e8e8e8;
  height: 60px;
  padding: 10px 30px;
  line-height: 40px;
  text-align: center;
  width: 80px;
}
.product-single-item .product-single-info .product-quick-action .action-top .pro-qty input:active, .product-single-item .product-single-info .product-quick-action .action-top .pro-qty input:focus {
  border-color: #232324;
}
.product-single-item .product-single-info .product-quick-action .action-top .pro-qty .qty-btn {
  position: absolute;
  top: 0;
  height: 58px;
  cursor: pointer;
  width: 20px;
  font-size: 14px;
  font-family: sans-serif;
  line-height: 58px;
  left: 0;
  text-align: right;
}
.product-single-item .product-single-info .product-quick-action .action-top .pro-qty .inc {
  text-align: left;
  left: auto;
  right: 0;
}
.product-single-item .product-single-info .product-quick-action .action-top .btn-add-to-cart {
  background-color: #232324;
  color: #fff;
  border: none;
  padding: 15px 45px;
  font-weight: 700;
  cursor: not-allowed;
  line-height: 30px;
  margin-bottom: 10px;
  margin-right: 6px;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.product-single-item .product-single-info .product-quick-action .action-top .btn-add-to-cart:hover {
  background-color: #a394df;
}
.product-single-item .product-single-info .product-quick-action .action-top .addto-wrap {
  display: inline-block;
}
.product-single-item .product-single-info .product-quick-action .action-top .addto-wrap a {
  display: inline-block;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  width: 37px;
}
.product-single-item .product-single-info .product-quick-action .action-top .content {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.product-single-item .product-single-info .product-quick-action .action-top .content h4 {
  font-size: 14px;
  margin-bottom: 4px;
}
.product-single-item .product-single-info .product-category ul {
  margin-bottom: 14px;
}
.product-single-item .product-single-info .product-category ul span {
  color: #8a8a8a;
  display: inline-block;
  font-size: 14px;
}
.product-single-item .product-single-info .product-category ul li {
  display: inline-block;
}
.product-single-item .product-single-info .product-category ul li a {
  color: #232324;
  font-size: 14px;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
.product-single-item .product-single-info .product-category ul li a:hover {
  color: #a394df;
}
.product-single-item .product-single-info .social-icons a {
  color: #232324;
  font-size: 12px;
  margin-right: 16px;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
.product-single-item .product-single-tabs-wrap .nav.product-tab-nav {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-single-item .product-single-tabs-wrap .nav.product-tab-nav li {
  display: inline-block;
  margin: 0 10px;
}
.product-single-item .product-single-tabs-wrap .nav.product-tab-nav li a {
  color: #8a8a8a;
  position: relative;
  display: block;
  padding: 5px 0;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}
.product-single-item .product-single-tabs-wrap .nav.product-tab-nav li a.active {
  color: #232324;
}
.product-single-item .product-single-tabs-wrap .nav.product-tab-nav li a:before {
  content: "";
  width: 30px;
  border-top: 2px solid;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
@media only screen and (max-width: 479px) {
  .product-single-item .product-single-tabs-wrap .nav.product-tab-nav li a:before {
    display: none;
  }
}
.product-single-item .product-single-tabs-wrap .product-tab-content .tab-pane {
  display: none;
}
.product-single-item .product-single-tabs-wrap .product-tab-content .tab-pane.active {
  display: block;
}
.product-single-item .product-single-tabs-wrap .product-tab-description p {
  line-height: 30px;
  margin-bottom: 20px;
}
.product-single-item .product-single-tabs-wrap .product-tab-description .product-list li {
  color: #8a8a8a;
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 30px;
}
.product-single-item .product-single-tabs-wrap .product-tab-description .product-list li:before {
  background-color: #a394df;
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin-right: 15px;
  vertical-align: middle;
  border-radius: 50%;
}
@media only screen and (max-width: 991px) {
  .product-single-item .product-single-tabs-wrap .product-tab-description .gallery-inner-tab img {
    width: 100%;
  }
}
.product-single-item .product-single-tabs-wrap .product-tab-reviews {
  padding-top: 5px;
}
.product-single-item .product-single-tabs-wrap .product-tab-reviews .title {
  color: #333;
  font-size: 22px;
  font-weight: 400;
}
.product-single-item .product-single-tabs-wrap .product-tab-reviews .review-comment {
  border-bottom: 1px solid #e1e1e1;
  margin-top: 32px;
  margin-bottom: 12px;
  position: relative;
  padding-left: 90px;
  padding-bottom: 44px;
}
.product-single-item .product-single-tabs-wrap .product-tab-reviews .review-comment .rating {
  color: #f2b309;
  display: inline-block;
  line-height: 1;
}
.product-single-item .product-single-tabs-wrap .product-tab-reviews .review-comment .rating span {
  font-size: 12px;
  float: left;
}
.product-single-item .product-single-tabs-wrap .product-tab-reviews .review-comment .rating span.rating-0 {
  color: #ccc;
}
.product-single-item .product-single-tabs-wrap .product-tab-reviews .review-comment h6 .name {
  color: #000;
  font-weight: 600;
  font-size: 13px;
}
.product-single-item .product-single-tabs-wrap .product-tab-reviews .review-comment h6 .date {
  color: #999;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 10px;
  position: relative;
  padding-left: 17px;
}
.product-single-item .product-single-tabs-wrap .product-tab-reviews .review-comment h6 .date:before {
  background-color: #999;
  content: "";
  height: 0.1px;
  left: 2px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 9px;
}
.product-single-item .product-single-tabs-wrap .product-tab-reviews .review-comment p {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0;
}
.product-single-item .product-single-tabs-wrap .product-tab-reviews .review-comment .thumb {
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 0;
}
.product-single-item .product-single-tabs-wrap .product-tab-reviews .review-comment.no-border {
  border: none;
}
.product-single-item .product-single-tabs-wrap .product-tab-reviews .product-review-form {
  padding-top: 35px;
}
.product-single-item .product-single-tabs-wrap .product-tab-reviews .product-review-form .title {
  color: #333;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 5px;
}
.product-single-item .product-single-tabs-wrap .product-tab-reviews .product-review-form p {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 22px;
}
.product-single-item .product-single-tabs-wrap .product-tab-reviews .product-review-form .rating {
  display: inline-block;
  margin-bottom: 25px;
}
.product-single-item .product-single-tabs-wrap .product-tab-reviews .product-review-form .rating .rating-title {
  color: #666;
  display: block;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 8px;
}
.product-single-item .product-single-tabs-wrap .product-tab-reviews .product-review-form .rating span {
  color: #ccc;
  font-size: 16px;
  cursor: pointer;
}
.product-single-item .product-single-tabs-wrap .product-tab-reviews .product-review-form .rating span:hover ~ span {
  color: #ccc;
}
.product-single-item .product-single-tabs-wrap .product-tab-reviews .product-review-form .rating:hover .rating-title {
  color: #666;
}
.product-single-item .product-single-tabs-wrap .product-tab-reviews .product-review-form .rating:hover span {
  color: #f2b309;
}
.product-single-item .product-single-tabs-wrap .product-tab-reviews .product-review-form .review-form-content .form-group label {
  font-size: 15px;
}
.product-single-item .product-single-tabs-wrap .product-tab-reviews .product-review-form .review-form-content .form-group input {
  border-radius: 0;
  height: 50px;
}
.product-single-item .product-single-tabs-wrap .product-tab-reviews .product-review-form .review-form-content .form-group textarea {
  border-radius: 0;
  margin-bottom: 25px;
}
.product-single-item .product-single-tabs-wrap .product-tab-reviews .product-review-form .review-form-content .form-check {
  margin-bottom: 28px;
}
.product-single-item .product-single-tabs-wrap .product-tab-reviews .product-review-form .review-form-content .form-check .form-check-label {
  font-size: 14px;
}
.product-single-item .product-single-tabs-wrap .product-additional-info .table tbody tr:nth-of-type(even) {
  background-color: rgba(0, 0, 0, 0.025);
}
.product-single-item .product-single-tabs-wrap .product-additional-info .table tbody tr th {
  border-bottom: 1px solid #f2f2f2;
  border-top: none;
  color: #333;
  font-weight: 600;
  font-size: 12px;
  padding: 10px 20px;
  text-transform: uppercase;
  width: 150px;
}
.product-single-item .product-single-tabs-wrap .product-additional-info .table tbody tr td {
  border-top: none;
  color: #666;
  font-weight: 400;
  font-size: 12px;
  font-style: italic;
  padding: 10px 20px;
}

.shop-content-pagination-wrap .pagination-wrap .pagination li a {
  border: 1px solid transparent;
  background-color: #fff;
  color: #232324;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  min-width: 40px;
  margin: 0 3px;
  position: relative;
  padding: 9px 10px;
  text-align: center;
  transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
}
.shop-content-pagination-wrap .pagination-wrap .pagination li a.active {
  background-color: #232324;
  color: #fff;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(41, 44, 58, 0.11);
          box-shadow: 0px 0px 8px 0px rgba(41, 44, 58, 0.11);
}
.shop-content-pagination-wrap .pagination-wrap .pagination li a:hover {
  border-color: #232324;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(41, 44, 58, 0.11);
          box-shadow: 0px 0px 8px 0px rgba(41, 44, 58, 0.11);
}

.shopping-cart-form .table thead {
  background-color: #f7f7f7;
}
.shopping-cart-form .table thead .product-remove {
  text-align: left;
  width: 30px;
}
.shopping-cart-form .table thead .product-thumb {
  text-align: left;
  width: 90px;
}
.shopping-cart-form .table thead .product-name {
  text-align: left;
  width: 545px;
}
.shopping-cart-form .table thead .product-price {
  width: 200px;
}
@media only screen and (max-width: 479px) {
  .shopping-cart-form .table thead .product-price {
    display: none;
  }
}
.shopping-cart-form .table thead .product-quantity {
  width: 100px;
}
.shopping-cart-form .table thead .product-subtotal {
  width: 205px;
}
.shopping-cart-form .table thead tr th {
  color: #232324;
  font-weight: 400;
  font-size: 14px;
  border: none;
  padding: 13px 0;
}
@media only screen and (max-width: 479px) {
  .shopping-cart-form .table thead tr th {
    font-size: 13px;
  }
}
.shopping-cart-form .table tbody .cart-product-item .product-remove {
  text-align: left;
}
.shopping-cart-form .table tbody .cart-product-item .product-remove a {
  color: #8a8a8a;
  font-size: 16px;
}
.shopping-cart-form .table tbody .cart-product-item .product-remove a:hover {
  color: #a394df;
}
.shopping-cart-form .table tbody .cart-product-item .product-thumb {
  text-align: left;
}
.shopping-cart-form .table tbody .cart-product-item .product-thumb img {
  max-width: 70px;
}
@media only screen and (max-width: 479px) {
  .shopping-cart-form .table tbody .cart-product-item .product-thumb img {
    max-width: 58px;
  }
}
.shopping-cart-form .table tbody .cart-product-item .product-name {
  text-align: left;
}
.shopping-cart-form .table tbody .cart-product-item .product-name .title {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0;
}
@media only screen and (max-width: 479px) {
  .shopping-cart-form .table tbody .cart-product-item .product-name .title {
    font-size: 13px;
  }
}
@media only screen and (max-width: 479px) {
  .shopping-cart-form .table tbody .cart-product-item .product-price {
    display: none;
  }
}
.shopping-cart-form .table tbody .cart-product-item .price {
  font-size: 16px;
}
@media only screen and (max-width: 479px) {
  .shopping-cart-form .table tbody .cart-product-item .price {
    font-size: 13px;
  }
}
.shopping-cart-form .table tbody .cart-product-item .product-quantity .pro-qty {
  display: inline-block;
  position: relative;
  width: 80px;
  margin-right: 0;
}
@media only screen and (max-width: 479px) {
  .shopping-cart-form .table tbody .cart-product-item .product-quantity .pro-qty {
    width: 60px;
  }
}
.shopping-cart-form .table tbody .cart-product-item .product-quantity .pro-qty input {
  border: 1px solid #e8e8e8;
  height: 50px;
  padding: 10px 20px;
  line-height: 50px;
  text-align: center;
  width: 80px;
}
@media only screen and (max-width: 479px) {
  .shopping-cart-form .table tbody .cart-product-item .product-quantity .pro-qty input {
    height: 40px;
    padding: 8px 14px;
    line-height: 40px;
    width: 60px;
  }
}
.shopping-cart-form .table tbody .cart-product-item .product-quantity .pro-qty input:active, .shopping-cart-form .table tbody .cart-product-item .product-quantity .pro-qty input:focus {
  border-color: #232324;
}
.shopping-cart-form .table tbody .cart-product-item .product-quantity .pro-qty .qty-btn {
  position: absolute;
  top: 0;
  height: 50px;
  cursor: pointer;
  width: 20px;
  font-size: 14px;
  font-family: sans-serif;
  line-height: 50px;
  left: 0;
  text-align: right;
}
@media only screen and (max-width: 479px) {
  .shopping-cart-form .table tbody .cart-product-item .product-quantity .pro-qty .qty-btn {
    height: 40px;
    width: 14px;
    line-height: 40px;
  }
}
.shopping-cart-form .table tbody .cart-product-item .product-quantity .pro-qty .inc {
  text-align: left;
  left: auto;
  right: 0;
}
.shopping-cart-form .table tbody .cart-product-item .product-quantity .btn-add-to-cart {
  background-color: #232324;
  color: #fff;
  border: none;
  padding: 15px 45px;
  font-weight: 700;
  cursor: not-allowed;
  line-height: 30px;
  margin-bottom: 10px;
  margin-right: 6px;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.shopping-cart-form .table tbody .cart-product-item .product-quantity .btn-add-to-cart:hover {
  background-color: #a394df;
}
.shopping-cart-form .table tbody .cart-product-item .product-quantity .addto-wrap {
  display: inline-block;
}
.shopping-cart-form .table tbody .cart-product-item .product-quantity .addto-wrap a {
  display: inline-block;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  width: 37px;
}
.shopping-cart-form .table tbody .actions {
  border-bottom: none;
  height: 104px;
  text-align: left;
}
.shopping-cart-form .table tbody .actions .btn-theme {
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  .shopping-cart-form .table tbody .actions .btn-theme {
    text-align: center;
    width: 100%;
  }
}
.shopping-cart-form .table tbody .actions .clear-cart {
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .shopping-cart-form .table tbody .actions .clear-cart {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.shopping-cart-form .table tbody .actions button {
  border: 1px solid #e8e8e8;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  color: #232324;
  font-weight: 700;
  font-size: 12px;
  float: right;
  height: 54px;
  line-height: 52px;
  min-width: 180px;
  outline: none;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .shopping-cart-form .table tbody .actions button {
    font-size: 11px;
    height: 46px;
    line-height: 46px;
    min-width: 175px;
  }
}
@media only screen and (max-width: 767px) {
  .shopping-cart-form .table tbody .actions button {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
}
.shopping-cart-form .table tbody .actions button:hover {
  background-color: #232324;
  color: #fff;
}
.shopping-cart-form .table tbody tr {
  border-bottom: 1px solid #e8e8e8;
  height: 156px;
}
.shopping-cart-form table,
.shopping-cart-form table th,
.shopping-cart-form table td {
  padding: 0;
  vertical-align: middle;
  border-top: none;
}

.shipping-form-calculate span {
  margin-bottom: 15px;
  display: block;
}
.shipping-form-calculate .form-group {
  margin-bottom: 10px;
}
.shipping-form-calculate .form-group .form-control {
  border-radius: 4px;
  border: 1px solid #e8e8e8;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #8a8a8a;
  font-size: 12px;
  height: 50px;
  padding: 0 20px;
  text-transform: uppercase;
}
.shipping-form-calculate .form-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #8a8a8a;
}
.shipping-form-calculate .form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #8a8a8a;
}
.shipping-form-calculate .form-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #8a8a8a;
}
.shipping-form-calculate .form-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #8a8a8a;
}
.shipping-form-calculate .form-group .form-control:active, .shipping-form-calculate .form-group .form-control:focus {
  border-color: #232324;
}
.shipping-form-calculate .form-group select {
  background-image: url("../img/icons/bottom-arrow.svg");
  line-height: normal;
  border-radius: 0;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-size: 8px;
  background-position: right 10px center;
  background-repeat: no-repeat;
}
.shipping-form-calculate .update-totals {
  color: #232324;
  border-width: 0 0 2px;
  border-style: solid;
  border-color: inherit;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  background: none;
  padding: 5px 0;
  float: right;
  margin-top: 10px;
}
.shipping-form-calculate .update-totals:hover {
  color: #a394df;
  border-color: #a394df;
}
.shipping-form-calculate .collapse.show {
  transition: all 0.6s ease-out;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
}
.shipping-form-coupon .form-group {
  margin-bottom: 10px;
}
.shipping-form-coupon .form-group .form-control {
  border-radius: 4px;
  border: 1px solid #e8e8e8;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #8a8a8a;
  font-size: 12px;
  height: 50px;
  padding: 0 20px;
  text-transform: uppercase;
}
.shipping-form-coupon .form-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #8a8a8a;
}
.shipping-form-coupon .form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #8a8a8a;
}
.shipping-form-coupon .form-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #8a8a8a;
}
.shipping-form-coupon .form-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #8a8a8a;
}
.shipping-form-coupon .form-group .form-control:active, .shipping-form-coupon .form-group .form-control:focus {
  border-color: #232324;
}
.shipping-form-coupon .form-group select {
  background-image: url("../img/icons/bottom-arrow.svg");
  line-height: normal;
  border-radius: 0;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-size: 8px;
  background-position: right 10px center;
  background-repeat: no-repeat;
}
.shipping-form-coupon .coupon-btn {
  color: #232324;
  border-width: 0 0 2px;
  border-style: solid;
  border-color: inherit;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  background: none;
  padding: 5px 0;
  float: right;
  margin-top: 10px;
}
.shipping-form-coupon .coupon-btn:hover {
  color: #a394df;
  border-color: #a394df;
}
.shipping-form-cart-totals table {
  background-color: #f7f7f7;
  border-width: 0;
  margin-top: 30px;
  margin-bottom: 20px;
}
.shipping-form-cart-totals table .cart-subtotal th,
.shipping-form-cart-totals table .cart-subtotal td {
  padding: 25px 0 5px 30px;
}
.shipping-form-cart-totals table .shipping th,
.shipping-form-cart-totals table .shipping td {
  padding: 5px 0 5px 30px;
}
.shipping-form-cart-totals table .order-total th,
.shipping-form-cart-totals table .order-total td {
  padding: 5px 0 25px 30px;
}
.shipping-form-cart-totals table tbody tr th {
  color: #232324;
  font-weight: 400;
  font-size: 14px;
}
.shipping-form-cart-totals table td,
.shipping-form-cart-totals table th {
  border: none;
}
.shipping-form-cart-totals .btn-theme {
  display: block;
  text-align: center;
  font-size: 14px;
  padding: 20px 40px;
}
@media only screen and (max-width: 991px) {
  .shipping-form-cart-totals .btn-theme {
    font-size: 11px;
    padding: 20px 15px;
  }
}
.shipping-form-cart-totals .thumb {
  margin-top: 28px;
}

.shopping-compare-form .table {
  color: #8a8a8a;
  font-size: 13px;
  display: block;
  margin: 0;
  border: none;
  width: 100%;
  overflow: auto;
  padding: 0;
}
.shopping-compare-form .table tbody tr .product-remove {
  line-height: 1;
  margin-top: 5px;
  margin-bottom: 4px;
}
.shopping-compare-form .table tbody tr .product-remove a {
  color: #8a8a8a;
  font-size: 13px;
}
.shopping-compare-form .table tbody tr .product-remove a:hover {
  color: #a394df;
}
.shopping-compare-form .table tbody tr .product-thumb {
  width: 120px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 16px;
}
.shopping-compare-form .table tbody tr .product-name .title {
  color: #232324;
  font-weight: 400;
  font-size: 14px;
}
.shopping-compare-form .table tbody tr .btn-cart {
  background-color: #343538;
  color: #fff;
  font-size: 13px;
  padding: 5px 15px;
  display: inline-block;
  margin-top: 1px;
}
.shopping-compare-form .table tbody tr .price {
  color: #343538;
  font-size: 14px;
}
.shopping-compare-form .table tbody tr .product-sku {
  color: #8a8a8a;
  font-size: 13px;
  text-transform: uppercase;
}
.shopping-compare-form .table tbody tr .product-desc {
  color: #8a8a8a;
  font-size: 13px;
  line-height: 1.714286;
}
.shopping-compare-form .table tbody tr .product-stock {
  background-color: #35d56a;
  font-size: 0.875em;
  display: inline-block;
  color: #fff;
  border-radius: 15px;
  padding: 2px 15px;
}
.shopping-compare-form .table tbody tr th {
  color: #232324;
  min-width: 200px;
  width: 200px;
  font-size: 14px;
  background-color: #f2f2f2;
  vertical-align: middle;
  border-color: #e7e7e7;
  font-weight: bold;
  border-left: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.shopping-compare-form .table tbody tr td {
  min-width: 250px;
  width: 322px;
  border-color: #e7e7e7;
  text-align: center;
  vertical-align: middle;
}
.shopping-compare-form .table th,
.shopping-compare-form .table td {
  border-width: 1px;
  border-style: solid;
  padding: 10px;
}

.shopping-checkout-wrap .title {
  font-size: 20px;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 45px;
}
.shopping-checkout-wrap .title:before {
  background-color: #232324;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 50px;
}
.shopping-checkout-wrap .checkout-page-login-wrap .login-accordion .card {
  background-color: transparent;
  border: none;
  border-radius: 0;
}
.shopping-checkout-wrap .checkout-page-login-wrap .login-accordion .card h3 {
  background-color: #eeeff2;
  color: #232324;
  font-weight: 400;
  font-size: 14px;
  padding: 18px 30px;
  margin-bottom: 30px;
}
.shopping-checkout-wrap .checkout-page-login-wrap .login-accordion .card h3 i {
  font-size: 14px;
  color: #6dde6d;
  margin-right: 14px;
}
.shopping-checkout-wrap .checkout-page-login-wrap .login-accordion .card h3 a {
  color: #232324;
}
.shopping-checkout-wrap .checkout-page-login-wrap .login-accordion .card h3 a:hover {
  color: #a394df;
}
.shopping-checkout-wrap .checkout-page-login-wrap .login-accordion .card .card-body {
  padding: 0;
}
.shopping-checkout-wrap .checkout-page-login-wrap .login-accordion .card .card-body .login-wrap p {
  color: #8a8a8a;
  font-size: 14px;
  margin-bottom: 15px;
}
.shopping-checkout-wrap .checkout-page-login-wrap .login-accordion .card .card-body .login-wrap form .form-group label {
  color: #232324;
  font-size: 14px;
}
.shopping-checkout-wrap .checkout-page-login-wrap .login-accordion .card .card-body .login-wrap form .form-group label .required {
  color: red;
}
.shopping-checkout-wrap .checkout-page-login-wrap .login-accordion .card .card-body .login-wrap form .form-group .form-control {
  border: 1px solid #e8e8e8;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #8a8a8a;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
}
.shopping-checkout-wrap .checkout-page-login-wrap .login-accordion .card .card-body .login-wrap form .form-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #8a8a8a;
}
.shopping-checkout-wrap .checkout-page-login-wrap .login-accordion .card .card-body .login-wrap form .form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #8a8a8a;
}
.shopping-checkout-wrap .checkout-page-login-wrap .login-accordion .card .card-body .login-wrap form .form-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #8a8a8a;
}
.shopping-checkout-wrap .checkout-page-login-wrap .login-accordion .card .card-body .login-wrap form .form-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #8a8a8a;
}
.shopping-checkout-wrap .checkout-page-login-wrap .login-accordion .card .card-body .login-wrap form .form-group .form-control:active, .shopping-checkout-wrap .checkout-page-login-wrap .login-accordion .card .card-body .login-wrap form .form-group .form-control:focus {
  border-color: #232324;
}
.shopping-checkout-wrap .checkout-page-login-wrap .login-accordion .card .card-body .login-wrap form .form-group.left-m {
  margin-left: 17px;
}
@media only screen and (max-width: 991px) {
  .shopping-checkout-wrap .checkout-page-login-wrap .login-accordion .card .card-body .login-wrap form .form-group.left-m {
    margin-left: 0;
  }
}
.shopping-checkout-wrap .checkout-page-login-wrap .login-accordion .card .card-body .login-wrap form .btn-login {
  background-color: #efefef;
  border: 1px solid #eee;
  color: #8a8a8a;
  padding: 10px 30px;
  margin-right: 20px;
  display: inline-block;
}
.shopping-checkout-wrap .checkout-page-login-wrap .login-accordion .card .card-body .login-wrap form .rememberme-account {
  display: inline-block;
}
.shopping-checkout-wrap .checkout-page-login-wrap .login-accordion .card .card-body .login-wrap form .rememberme-account .custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #fff;
  border-radius: 0;
  border-color: #8a8a8a;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 18px;
  height: 18px;
  border-width: 2px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.shopping-checkout-wrap .checkout-page-login-wrap .login-accordion .card .card-body .login-wrap form .rememberme-account .custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  display: inline-block;
  color: #666;
  content: "\f00c";
  font-family: "FontAwesome";
  font-size: 10px;
  position: absolute;
  text-align: center;
  padding-left: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
}
.shopping-checkout-wrap .checkout-page-login-wrap .login-accordion .card .card-body .login-wrap form .rememberme-account .custom-checkbox .custom-control-label {
  color: #8a8a8a;
  font-size: 14px;
  margin-bottom: 0;
  padding-left: 0;
  padding-top: 2px;
  cursor: pointer;
}
.shopping-checkout-wrap .checkout-page-login-wrap .login-accordion .card .card-body .login-wrap form .rememberme-account .custom-checkbox .custom-control-label:before {
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #e4e4e4;
  width: 18px;
  height: 18px;
  border-width: 2px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.shopping-checkout-wrap .checkout-page-login-wrap .login-accordion .card .card-body .login-wrap form .lost-password {
  color: #8a8a8a;
  font-size: 14px;
  display: block;
  margin-top: 20px;
  margin-bottom: 55px;
}
.shopping-checkout-wrap .checkout-page-login-wrap .login-accordion .card .card-body .login-wrap form .lost-password:hover {
  color: #a394df;
}
.shopping-checkout-wrap .checkout-page-coupon-wrap .coupon-accordion .card {
  background-color: transparent;
  border: none;
  border-radius: 0;
}
.shopping-checkout-wrap .checkout-page-coupon-wrap .coupon-accordion .card h3 {
  background-color: #eeeff2;
  color: #232324;
  font-weight: 400;
  font-size: 14px;
  padding: 18px 30px;
  margin-bottom: 30px;
}
.shopping-checkout-wrap .checkout-page-coupon-wrap .coupon-accordion .card h3 i {
  font-size: 14px;
  color: #6dde6d;
  margin-right: 14px;
}
.shopping-checkout-wrap .checkout-page-coupon-wrap .coupon-accordion .card h3 a {
  color: #232324;
}
.shopping-checkout-wrap .checkout-page-coupon-wrap .coupon-accordion .card h3 a:hover {
  color: #a394df;
}
.shopping-checkout-wrap .checkout-page-coupon-wrap .coupon-accordion .card .card-body {
  padding: 0;
}
.shopping-checkout-wrap .checkout-page-coupon-wrap .coupon-accordion .card .card-body .apply-coupon-wrap p {
  color: #8a8a8a;
  font-size: 14px;
  margin-bottom: 15px;
}
.shopping-checkout-wrap .checkout-page-coupon-wrap .coupon-accordion .card .card-body .apply-coupon-wrap form .form-group .form-control {
  border: 1px solid #e8e8e8;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #8a8a8a;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
}
.shopping-checkout-wrap .checkout-page-coupon-wrap .coupon-accordion .card .card-body .apply-coupon-wrap form .form-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #8a8a8a;
}
.shopping-checkout-wrap .checkout-page-coupon-wrap .coupon-accordion .card .card-body .apply-coupon-wrap form .form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #8a8a8a;
}
.shopping-checkout-wrap .checkout-page-coupon-wrap .coupon-accordion .card .card-body .apply-coupon-wrap form .form-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #8a8a8a;
}
.shopping-checkout-wrap .checkout-page-coupon-wrap .coupon-accordion .card .card-body .apply-coupon-wrap form .form-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #8a8a8a;
}
.shopping-checkout-wrap .checkout-page-coupon-wrap .coupon-accordion .card .card-body .apply-coupon-wrap form .btn-coupon {
  background-color: #232324;
  border: none;
  color: #fff;
  width: 162px;
  height: 50px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 15px;
  line-height: 17px;
  margin-left: 17px;
}
@media only screen and (max-width: 991px) {
  .shopping-checkout-wrap .checkout-page-coupon-wrap .coupon-accordion .card .card-body .apply-coupon-wrap form .btn-coupon {
    margin-left: 0;
  }
}
.shopping-checkout-wrap .checkout-page-coupon-wrap .coupon-accordion .card .card-body .apply-coupon-wrap form .btn-coupon:hover {
  background-color: #a394df;
}
.shopping-checkout-wrap .checkout-billing-details-wrap .billing-form-wrap form .form-group {
  margin-bottom: 20px;
}
.shopping-checkout-wrap .checkout-billing-details-wrap .billing-form-wrap form .form-group label {
  font-size: 14px;
  color: #232324;
}
.shopping-checkout-wrap .checkout-billing-details-wrap .billing-form-wrap form .form-group label .required {
  color: #f00;
}
.shopping-checkout-wrap .checkout-billing-details-wrap .billing-form-wrap form .form-group .form-control {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #e8e8e8;
  color: #8a8a8a;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
}
.shopping-checkout-wrap .checkout-billing-details-wrap .billing-form-wrap form .form-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #8a8a8a;
}
.shopping-checkout-wrap .checkout-billing-details-wrap .billing-form-wrap form .form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #8a8a8a;
}
.shopping-checkout-wrap .checkout-billing-details-wrap .billing-form-wrap form .form-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #8a8a8a;
}
.shopping-checkout-wrap .checkout-billing-details-wrap .billing-form-wrap form .form-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #8a8a8a;
}
.shopping-checkout-wrap .checkout-billing-details-wrap .billing-form-wrap form .form-group .form-control:active, .shopping-checkout-wrap .checkout-billing-details-wrap .billing-form-wrap form .form-group .form-control:focus {
  border-color: #232324;
}
.shopping-checkout-wrap .checkout-billing-details-wrap .billing-form-wrap form .form-group textarea.form-control {
  border: none;
  min-height: 120px;
  line-height: inherit;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
  padding: 20px;
}
.shopping-checkout-wrap .checkout-billing-details-wrap .billing-form-wrap form .form-group select {
  background-image: url("../img/icons/bottom-arrow.svg");
  line-height: normal;
  border-radius: 0;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-size: 8px;
  background-position: right 10px center;
  background-repeat: no-repeat;
}
.shopping-checkout-wrap .checkout-billing-details-wrap .billing-form-wrap .checkout-box .custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #fff;
  border-radius: 0;
  border-color: #232324;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 18px;
  height: 18px;
  border-width: 2px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.shopping-checkout-wrap .checkout-billing-details-wrap .billing-form-wrap .checkout-box .custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  display: inline-block;
  color: #666;
  content: "\f00c";
  font-family: "FontAwesome";
  font-size: 10px;
  position: absolute;
  text-align: center;
  padding-left: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
}
.shopping-checkout-wrap .checkout-billing-details-wrap .billing-form-wrap .checkout-box .custom-checkbox .custom-control-label {
  color: #232324;
  font-size: 14px;
  margin-bottom: 0;
  padding-left: 0;
  padding-top: 2px;
  cursor: pointer;
}
.shopping-checkout-wrap .checkout-billing-details-wrap .billing-form-wrap .checkout-box .custom-checkbox .custom-control-label:before {
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #c9c9c9;
  width: 18px;
  height: 18px;
  border-width: 2px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.shopping-checkout-wrap .checkout-order-details-wrap {
  margin-left: 83px;
}
@media only screen and (max-width: 1199px) {
  .shopping-checkout-wrap .checkout-order-details-wrap {
    margin-left: 0;
  }
}
.shopping-checkout-wrap .checkout-order-details-wrap .order-details-table-wrap {
  border-color: rgba(52, 53, 56, 0.1);
  border-width: 2px;
  border-style: solid;
  margin-bottom: 50px;
  padding: 38px 50px 54px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .shopping-checkout-wrap .checkout-order-details-wrap .order-details-table-wrap {
    padding: 20px 20px 20px;
  }
}
.shopping-checkout-wrap .checkout-order-details-wrap .order-details-table-wrap .table .product-total {
  text-align: right;
}
.shopping-checkout-wrap .checkout-order-details-wrap .order-details-table-wrap .table .cart-item {
  line-height: 20px;
}
.shopping-checkout-wrap .checkout-order-details-wrap .order-details-table-wrap .table .cart-item:first-child td {
  padding-top: 27px;
}
.shopping-checkout-wrap .checkout-order-details-wrap .order-details-table-wrap .table .cart-item:last-child td {
  padding-bottom: 27px;
  border-bottom-width: 1px;
}
.shopping-checkout-wrap .checkout-order-details-wrap .order-details-table-wrap .table .shipping td {
  min-width: 140px;
  text-align: right;
}
.shopping-checkout-wrap .checkout-order-details-wrap .order-details-table-wrap .table .product-quantity {
  color: #8a8a8a;
}
.shopping-checkout-wrap .checkout-order-details-wrap .order-details-table-wrap .table-foot td {
  text-align: right;
}
.shopping-checkout-wrap .checkout-order-details-wrap .order-details-table-wrap .table-foot td,
.shopping-checkout-wrap .checkout-order-details-wrap .order-details-table-wrap .table-foot th {
  padding: 15px 0 !important;
  border-bottom-width: 1px !important;
}
.shopping-checkout-wrap .checkout-order-details-wrap .order-details-table-wrap .table th {
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #e8e8e8;
  padding: 8px 0;
}
.shopping-checkout-wrap .checkout-order-details-wrap .order-details-table-wrap .table td {
  border-width: 0;
  border-color: #e8e8e8;
  border-style: solid;
  padding: 8px 0;
}
.shopping-checkout-wrap .checkout-order-details-wrap .order-details-table-wrap .table th,
.shopping-checkout-wrap .checkout-order-details-wrap .order-details-table-wrap .table td {
  color: #232324;
  font-weight: 400;
  font-size: 14px;
  vertical-align: middle;
}
.shopping-checkout-wrap .checkout-order-details-wrap .order-details-table-wrap .shop-payment-method {
  margin-top: 21px;
}
.shopping-checkout-wrap .checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .card {
  background-color: transparent;
  border-radius: 0;
  border: none;
  margin-bottom: 10px;
}
.shopping-checkout-wrap .checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .card .card-header {
  border: none;
  background-color: transparent;
  padding: 0;
  display: inline-block;
}
.shopping-checkout-wrap .checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .card .card-header .title {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0;
  position: relative;
  padding-left: 20px;
  padding-bottom: 0;
  text-transform: uppercase;
}
.shopping-checkout-wrap .checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .card .card-header .title:before {
  position: absolute;
  content: "";
  background-color: #fff;
  border: 1px solid #666;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.shopping-checkout-wrap .checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .card .card-header .title:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #0075ff;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 3px;
  display: block;
}
.shopping-checkout-wrap .checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .card .card-header .title[aria-expanded=false]:after {
  display: none;
}
.shopping-checkout-wrap .checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .card .card-header .title[aria-expanded=true]:before {
  border-color: #0075ff;
}
.shopping-checkout-wrap .checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .card .card-header .title[aria-expanded=true]:after {
  display: block;
}
.shopping-checkout-wrap .checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .card .card-header:hover {
  cursor: pointer;
}
.shopping-checkout-wrap .checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .card .card-body {
  padding: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.shopping-checkout-wrap .checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .card .card-body p {
  font-size: 12px;
  line-height: 24px;
}
.shopping-checkout-wrap .checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .p-text {
  margin-top: 30px;
  margin-bottom: 18px;
}
.shopping-checkout-wrap .checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .p-text a {
  color: #8a8a8a;
}
.shopping-checkout-wrap .checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .p-text a:hover {
  color: #a394df;
}
.shopping-checkout-wrap .checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .agree-policy .required {
  color: #f00;
}
.shopping-checkout-wrap .checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .agree-policy .custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #fff;
  border-radius: 0;
  border-color: #8a8a8a;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 15px;
  height: 15px;
  border-width: 2px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.shopping-checkout-wrap .checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .agree-policy .custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  display: inline-block;
  color: #666;
  content: "\f00c";
  font-family: "FontAwesome";
  font-size: 8px;
  position: absolute;
  text-align: center;
  padding-left: 0px;
  line-height: 14px;
  -webkit-box-shadow: none;
          box-shadow: none;
  transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
}
.shopping-checkout-wrap .checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .agree-policy .custom-checkbox .custom-control-label {
  color: #232324;
  font-size: 14px;
  margin-bottom: 0;
  padding-left: 0;
  padding-top: 0;
  cursor: pointer;
}
.shopping-checkout-wrap .checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .agree-policy .custom-checkbox .custom-control-label:before {
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #e4e4e4;
  width: 15px;
  height: 15px;
  border-width: 2px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.shopping-checkout-wrap .checkout-order-details-wrap .order-details-table-wrap .shop-payment-method .btn-theme {
  display: block;
  text-align: center;
  border-radius: 0;
  padding: 22px 20px;
  margin-top: 24px;
}
@media only screen and (max-width: 991px) {
  .shopping-checkout-wrap .gutter-md-5 {
    margin-right: -5px;
    margin-left: -5px;
  }
}
@media only screen and (max-width: 991px) {
  .shopping-checkout-wrap .gutter-md-5 .col,
.shopping-checkout-wrap .gutter-md-5 [class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .shopping-checkout-wrap .gutter-sm-15 {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .shopping-checkout-wrap .gutter-sm-15 .col,
.shopping-checkout-wrap .gutter-sm-15 [class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.shopping-wishlist-table .table thead {
  background-color: #f7f7f7;
}
.shopping-wishlist-table .table thead .product-remove {
  text-align: left;
  width: 30px;
}
.shopping-wishlist-table .table thead .product-thumb {
  text-align: left;
  width: 90px;
}
.shopping-wishlist-table .table thead .product-name {
  text-align: left;
  width: 363px;
}
.shopping-wishlist-table .table thead .product-stock-status {
  text-align: left;
  width: 242px;
}
.shopping-wishlist-table .table thead .product-price {
  width: 143px;
}
@media only screen and (max-width: 479px) {
  .shopping-wishlist-table .table thead .product-price {
    display: none;
  }
}
.shopping-wishlist-table .table thead .product-action {
  text-align: left;
  width: 302px;
}
@media only screen and (max-width: 479px) {
  .shopping-wishlist-table .table thead .product-action {
    text-align: center;
    width: 90px;
  }
}
.shopping-wishlist-table .table thead tr th {
  color: #232324;
  font-weight: 400;
  font-size: 14px;
  border: none;
  padding: 13px 0;
}
@media only screen and (max-width: 575px) {
  .shopping-wishlist-table .table thead tr th {
    font-size: 13px;
  }
}
.shopping-wishlist-table .table .product-remove,
.shopping-wishlist-table .table .product-thumb,
.shopping-wishlist-table .table .product-name,
.shopping-wishlist-table .table .product-stock-status,
.shopping-wishlist-table .table .product-action {
  text-align: left;
}
.shopping-wishlist-table .table tbody .cart-wishlist-item .product-remove {
  text-align: left;
}
.shopping-wishlist-table .table tbody .cart-wishlist-item .product-remove a {
  color: #8a8a8a;
  font-size: 16px;
}
.shopping-wishlist-table .table tbody .cart-wishlist-item .product-remove a:hover {
  color: #a394df;
}
.shopping-wishlist-table .table tbody .cart-wishlist-item .product-thumb {
  text-align: left;
}
.shopping-wishlist-table .table tbody .cart-wishlist-item .product-thumb img {
  max-width: 70px;
}
@media only screen and (max-width: 479px) {
  .shopping-wishlist-table .table tbody .cart-wishlist-item .product-thumb img {
    max-width: 50px;
  }
}
.shopping-wishlist-table .table tbody .cart-wishlist-item .product-name {
  text-align: left;
}
.shopping-wishlist-table .table tbody .cart-wishlist-item .product-name .title {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
  .shopping-wishlist-table .table tbody .cart-wishlist-item .product-name .title {
    font-size: 13px;
  }
}
.shopping-wishlist-table .table tbody .cart-wishlist-item .product-stock-status .stock {
  font-size: 0.875em;
  background-color: #35d56a;
  display: inline-block;
  color: #fff;
  border-radius: 15px;
  padding: 2px 15px;
}
@media only screen and (max-width: 479px) {
  .shopping-wishlist-table .table tbody .cart-wishlist-item .product-stock-status .stock {
    font-size: 11px;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 479px) {
  .shopping-wishlist-table .table tbody .cart-wishlist-item .product-stock-status .stock {
    font-size: 10px;
    padding: 0 7px;
  }
}
.shopping-wishlist-table .table tbody .cart-wishlist-item .btn-cart {
  border: 1px solid #8a8a8a;
  display: inline-block;
  font-size: 12px;
  padding: 8px 20px;
  color: #8a8a8a;
}
@media only screen and (max-width: 575px) {
  .shopping-wishlist-table .table tbody .cart-wishlist-item .btn-cart {
    font-size: 11px;
    padding: 5px 16px;
  }
}
@media only screen and (max-width: 479px) {
  .shopping-wishlist-table .table tbody .cart-wishlist-item .btn-cart {
    font-size: 10px;
    padding: 4px 0;
    width: 65px;
    text-align: center;
  }
}
.shopping-wishlist-table .table tbody .cart-wishlist-item .btn-cart:hover {
  border-color: #a394df;
  color: #a394df;
}
@media only screen and (max-width: 479px) {
  .shopping-wishlist-table .table tbody .cart-wishlist-item .product-price {
    display: none;
  }
}
.shopping-wishlist-table .table tbody .cart-wishlist-item .price {
  font-size: 16px;
}
@media only screen and (max-width: 575px) {
  .shopping-wishlist-table .table tbody .cart-wishlist-item .price {
    font-size: 13px;
  }
}
.shopping-wishlist-table .table tbody tr {
  border-bottom: 1px solid #e8e8e8;
  height: 156px;
}
.shopping-wishlist-table table,
.shopping-wishlist-table table th,
.shopping-wishlist-table table td {
  padding: 0;
  vertical-align: middle;
  border-top: none;
}

.popup-product-quickview {
  position: fixed;
  top: 50%;
  background-color: #fff;
  z-index: 9999;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 900px;
  max-height: 500px;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  overflow-y: auto;
  padding: 30px 0 0 132px;
}
@media only screen and (max-width: 1500px) {
  .popup-product-quickview {
    padding-left: 30px;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .popup-product-quickview {
    padding: 30px;
    width: calc(100% - 15px);
  }
}
.popup-product-quickview .product-single-item {
  margin-bottom: 30px;
}
.popup-product-quickview .product-single-item .single-product-thumb-slider img {
  width: 300px !important;
}
@media only screen and (max-width: 991px) {
  .popup-product-quickview .product-single-item .single-product-thumb-slider img {
    width: 100% !important;
  }
}
.popup-product-quickview .product-single-item .single-product-thumb-slider .slick-arrow {
  display: none !important;
}
@media only screen and (max-width: 991px) {
  .popup-product-quickview .product-single-item .product-thumb {
    margin-bottom: 45px;
  }
}
.popup-product-quickview .product-single-item .product-quick-action .pro-qty {
  margin-bottom: 5px;
}
.popup-product-quickview.active {
  opacity: 1;
  visibility: visible;
}

.popup-product-overlay {
  background: #232324;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  z-index: 9;
}
.popup-product-overlay.active {
  opacity: 0.9;
  visibility: visible;
}

.popup-product-close {
  background-color: transparent;
  position: fixed;
  top: 40px;
  font-size: 38px;
  opacity: 0;
  visibility: visible;
  right: 40px;
  color: rgba(255, 255, 255, 0.6);
  z-index: 999;
  border: none;
}
.popup-product-close i {
  font-size: 38px;
}
.popup-product-close:hover {
  color: #fff;
  text-shadow: 0 0 15px #fff;
}
.popup-product-close.active {
  opacity: 1;
  visibility: visible;
}

.gutter0 {
  margin-right: 0px;
  margin-left: 0px;
}
.gutter0 .col,
.gutter0 [class*=col-] {
  padding-right: 0px;
  padding-left: 0px;
}

.gutter15 {
  margin-right: -7.5px;
  margin-left: -7.5px;
}
.gutter15 .col,
.gutter15 [class*=col-] {
  padding-right: 7.5px;
  padding-left: 7.5px;
}

.gutter20 {
  margin-right: -10px;
  margin-left: -10px;
}
.gutter20 .col,
.gutter20 [class*=col-] {
  padding-right: 10px;
  padding-left: 10px;
}

.slick-gutter30 .slick-list {
  margin: 0 -15px;
}
.slick-gutter30 .slick-slide {
  margin: 0 15px;
}

.collapse:not(.show) {
  display: none !important;
}

/*
-----------------------------------------------------------------------
	Blog CSS
-----------------------------------------------------------------------
*/
.post2-content-wrap .post-item {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 49px 0px rgba(192, 192, 192, 0.24);
          box-shadow: 0px 0px 49px 0px rgba(192, 192, 192, 0.24);
}
.post2-content-wrap .post-item .thumb {
  overflow: hidden;
  position: relative;
}
.post2-content-wrap .post-item .thumb:before {
  background-color: #000;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  pointer-events: none;
  top: 0;
  width: 100%;
  z-index: 1;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.post2-content-wrap .post-item .thumb img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
@media only screen and (max-width: 1199px) {
  .post2-content-wrap .post-item .thumb img {
    width: 100%;
  }
}
.post2-content-wrap .post-item .content {
  padding: 22px 25px 35px;
  text-align: center;
}
.post2-content-wrap .post-item .content .title {
  font-size: 20px;
  margin-bottom: 14px;
}
.post2-content-wrap .post-item .content .title a:hover {
  color: #a394df;
}
.post2-content-wrap .post-item .content .meta {
  margin-bottom: 10px;
}
.post2-content-wrap .post-item .content .meta a {
  color: #8a8a8a;
  font-size: 12px;
}
.post2-content-wrap .post-item .content .meta a:hover {
  color: #a394df;
}
.post2-content-wrap .post-item .content .meta .category {
  color: #a394df;
}
.post2-content-wrap .post-item:hover .thumb:before {
  opacity: 0.1;
  visibility: visible;
}
.post2-content-wrap .post-item:hover .thumb img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.post3-content-wrap .post-item .thumb {
  overflow: hidden;
  position: relative;
}
.post3-content-wrap .post-item .thumb:before {
  background-color: #000;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  pointer-events: none;
  top: 0;
  width: 100%;
  z-index: 1;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.post3-content-wrap .post-item .thumb img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
@media only screen and (max-width: 1199px) {
  .post3-content-wrap .post-item .thumb img {
    width: 100%;
  }
}
.post3-content-wrap .post-item .content {
  padding: 24px;
}
.post3-content-wrap .post-item .content .title {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
}
.post3-content-wrap .post-item .content p {
  margin-bottom: 12px;
}
.post3-content-wrap .post-item .content .meta {
  margin-bottom: 0;
}
.post3-content-wrap .post-item .content .meta a {
  color: #8a8a8a;
  font-size: 12px;
}
.post3-content-wrap .post-item .content .meta a:hover {
  color: #a394df;
}
.post3-content-wrap .post-item .content .meta .category {
  color: #a394df;
}
.post3-content-wrap .post-item:hover .thumb:before {
  opacity: 0.1;
  visibility: visible;
}
.post3-content-wrap .post-item:hover .thumb img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.post4-content-wrap .post-item {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 49px 0px rgba(192, 192, 192, 0.24);
          box-shadow: 0px 0px 49px 0px rgba(192, 192, 192, 0.24);
}
.post4-content-wrap .post-item .thumb {
  overflow: hidden;
  position: relative;
}
.post4-content-wrap .post-item .thumb:before {
  background-color: #000;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.post4-content-wrap .post-item .thumb img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
@media only screen and (max-width: 991px) {
  .post4-content-wrap .post-item .thumb img {
    width: 100%;
  }
}
.post4-content-wrap .post-item .content {
  background-color: #fff;
  padding: 22px 25px 14px;
  text-align: center;
}
.post4-content-wrap .post-item .content .title {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
}
.post4-content-wrap .post-item .content .title a:hover {
  color: #a394df;
}
.post4-content-wrap .post-item .content p {
  margin-bottom: 12px;
}
.post4-content-wrap .post-item .content .meta {
  margin-bottom: 10px;
}
.post4-content-wrap .post-item .content .meta a {
  color: #8a8a8a;
  font-size: 12px;
}
.post4-content-wrap .post-item .content .meta a:hover {
  color: #a394df;
}
.post4-content-wrap .post-item .content .meta .category {
  color: #a394df;
}
.post4-content-wrap .post-item:hover .thumb:before {
  opacity: 0.1;
  visibility: visible;
}
.post4-content-wrap .post-item:hover .thumb img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.post5-content-wrap .post-item .content .meta {
  margin-bottom: 10px;
}
.post5-content-wrap .post-item .content .meta .category {
  color: #a394df;
  font-size: 14px;
}
.post5-content-wrap .post-item .content .title {
  font-size: 18px;
  margin-bottom: 10px;
}
.post5-content-wrap .post-item .author {
  border-top: 1px solid #ebebeb;
  margin-top: 25px;
  padding-top: 18px;
}
.post5-content-wrap .post-item .author ul li {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
}
.post5-content-wrap .post-item .author ul li a {
  color: #8a8a8a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post5-content-wrap .post-item .author ul li a:hover {
  color: #a394df;
}
.post5-content-wrap .post-item .author ul li img {
  border-radius: 50%;
  height: 36px;
  margin-right: 19px;
  width: 36px;
}
.post6-content-wrap .post-item {
  display: inline-block;
}
.post6-content-wrap .post-item .thumb {
  float: left;
  width: 48%;
}
@media only screen and (max-width: 991px) {
  .post6-content-wrap .post-item .thumb {
    width: 100%;
    float: none;
  }
}
.post6-content-wrap .post-item .thumb img {
  width: 100%;
}
.post6-content-wrap .post-item .content {
  float: right;
  width: 52%;
  padding-left: 30px;
}
@media only screen and (max-width: 1199px) {
  .post6-content-wrap .post-item .content {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .post6-content-wrap .post-item .content {
    padding-left: 0;
    padding-top: 25px;
    width: 100%;
    float: none;
  }
}
.post6-content-wrap .post-item .content .title {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1199px) {
  .post6-content-wrap .post-item .content .title {
    font-size: 18px;
    margin-bottom: 2px;
  }
}
.post6-content-wrap .post-item .content .title a:hover {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
.post6-content-wrap .post-item .content .meta {
  margin-bottom: 6px;
}
@media only screen and (max-width: 1199px) {
  .post6-content-wrap .post-item .content .meta {
    font-size: 13px;
  }
}
.post6-content-wrap .post-item .content .meta a {
  color: #8a8a8a;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
.post6-content-wrap .post-item .content .meta a:hover {
  color: #a394df;
}
.post6-content-wrap .post-item .content p {
  line-height: 27px;
  margin-bottom: 22px;
}
@media only screen and (max-width: 1199px) {
  .post6-content-wrap .post-item .content p {
    font-size: 14px;
    margin-bottom: 4px;
  }
}
.post6-content-wrap .post-item .content .btn-link {
  color: #232324;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
.post6-content-wrap .post-item .content .btn-link:before {
  background-color: #c1c1c1;
  bottom: 0;
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
}
.post6-content-wrap .post-item .content .btn-link:hover:before {
  background-color: #a394df;
}

.post7-content-wrap .post-item .thumb {
  overflow: hidden;
  position: relative;
}
.post7-content-wrap .post-item .thumb:before {
  background-color: #000;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.post7-content-wrap .post-item .thumb img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
@media only screen and (max-width: 1199px) {
  .post7-content-wrap .post-item .thumb img {
    width: 100%;
  }
}
.post7-content-wrap .post-item .thumb .category {
  bottom: 25px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}
.post7-content-wrap .post-item .thumb .category a {
  background-color: #fff;
  color: #8a8a8a;
  display: inline-block;
  font-size: 14px;
  padding: 8px 20px;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
.post7-content-wrap .post-item .content {
  padding-top: 19px;
}
.post7-content-wrap .post-item .content .title {
  color: #232324;
  text-transform: uppercase;
  margin-bottom: 2px;
  transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
}
@media only screen and (max-width: 1199px) {
  .post7-content-wrap .post-item .content .title {
    font-size: 20px;
  }
}
.post7-content-wrap .post-item .content .title a:hover {
  color: #a394df;
}
@media only screen and (max-width: 1199px) {
  .post7-content-wrap .post-item .content .meta {
    font-size: 14px;
  }
}
.post7-content-wrap .post-item .content .meta a {
  color: #8a8a8a;
  text-transform: uppercase;
  transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
}
.post7-content-wrap .post-item .content .meta a:hover {
  color: #a394df;
}
.post7-content-wrap .post-item:hover .thumb:before {
  opacity: 0.1;
  visibility: visible;
}
.post7-content-wrap .post-item:hover .thumb img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.post8-content-wrap .post-item {
  margin-bottom: 50px;
}
.post8-content-wrap .post-item .thumb {
  overflow: hidden;
  position: relative;
}
.post8-content-wrap .post-item .thumb:before {
  background-color: #000;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.post8-content-wrap .post-item .thumb img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  width: 100%;
}
.post8-content-wrap .post-item .thumb-video:after {
  content: "";
  background-image: url("../img/icons/btn-play.png");
  width: 64px;
  height: 64px;
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -32px;
  margin-top: -32px;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.post8-content-wrap .post-item .content {
  padding-top: 24px;
  position: relative;
}
.post8-content-wrap .post-item .content .title {
  font-size: 32px;
  color: #232324;
  text-transform: uppercase;
  margin-bottom: 22px;
  transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
}
@media only screen and (max-width: 1199px) {
  .post8-content-wrap .post-item .content .title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.post8-content-wrap .post-item .content .title a:hover {
  color: #a394df;
}
.post8-content-wrap .post-item .content p {
  color: #232324;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1199px) {
  .post8-content-wrap .post-item .content p {
    font-size: 16px;
    margin-bottom: 22px;
  }
}
.post8-content-wrap .post-item .content .date {
  color: #8a8a8a;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 4px;
  text-transform: uppercase;
  transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
}
.post8-content-wrap .post-item .content .date:hover {
  color: #a394df;
}
.post8-content-wrap .post-item .content .btn-theme {
  font-weight: 400;
  font-size: 18px;
  padding: 11px 50px;
}
@media only screen and (max-width: 1199px) {
  .post8-content-wrap .post-item .content .btn-theme {
    font-size: 14px;
    padding: 9px 39px;
  }
}
.post8-content-wrap .post-item .meta {
  position: absolute;
  top: 62px;
  right: 0;
}
.post8-content-wrap .post-item .meta .favorite {
  margin-right: 12px;
}
.post8-content-wrap .post-item .meta .favorite .icon {
  color: #8a8a8a;
  font-size: 16px;
}
.post8-content-wrap .post-item .meta .favorite .favorite-count {
  color: #8a8a8a;
  font-size: 16px;
}
.post8-content-wrap .post-item .meta .favorite:hover .icon {
  color: #a394df;
}
.post8-content-wrap .post-item .meta .favorite:hover .favorite-count {
  color: #a394df;
}
.post8-content-wrap .post-item .meta .comments .icon {
  color: #8a8a8a;
  font-size: 16px;
}
.post8-content-wrap .post-item .meta .comments .icon:hover {
  color: #a394df;
}
.post8-content-wrap .post-item:hover .thumb:before {
  opacity: 0.1;
  visibility: visible;
}
.post8-content-wrap .post-item:hover .thumb img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.post8-content-wrap .post-item:hover .thumb-video:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.post8-content-wrap .post-item-style-two .content .title {
  margin-bottom: 6px;
}
.post8-content-wrap .post-item-style-two .meta {
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 17px;
}

.post9-content-wrap .post-item {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 49px 0px rgba(192, 192, 192, 0.24);
          box-shadow: 0px 0px 49px 0px rgba(192, 192, 192, 0.24);
}
.post9-content-wrap .post-item .thumb {
  overflow: hidden;
  position: relative;
}
.post9-content-wrap .post-item .thumb:before {
  background-color: #000;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.post9-content-wrap .post-item .thumb img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.post9-content-wrap .post-item .content {
  background-color: #fff;
  padding: 22px 15px 14px;
  text-align: center;
}
.post9-content-wrap .post-item .content .title {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  margin-bottom: 10px;
}
.post9-content-wrap .post-item .content .title a:hover {
  color: #a394df;
}
.post9-content-wrap .post-item .content p {
  font-size: 14px;
  margin-bottom: 12px;
}
.post9-content-wrap .post-item .content .meta {
  margin-bottom: 10px;
}
.post9-content-wrap .post-item .content .meta a {
  color: #5a5c64;
  font-size: 12px;
}
.post9-content-wrap .post-item .content .meta a:hover {
  color: #a394df;
}
.post9-content-wrap .post-item .content .meta .category {
  color: #a394df;
}
.post9-content-wrap .post-item:hover .thumb:before {
  opacity: 0.1;
  visibility: visible;
}
.post9-content-wrap .post-item:hover .thumb img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.post10-content-wrap .post-item {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 49px 0px rgba(192, 192, 192, 0.24);
          box-shadow: 0px 0px 49px 0px rgba(192, 192, 192, 0.24);
  margin-bottom: 30px;
}
.post10-content-wrap .post-item .thumb {
  overflow: hidden;
  position: relative;
}
.post10-content-wrap .post-item .thumb:before {
  background-color: #000;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.post10-content-wrap .post-item .thumb img {
  width: 100%;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.post10-content-wrap .post-item .content {
  background-color: #fff;
  padding: 22px 25px 14px;
  text-align: center;
}
.post10-content-wrap .post-item .content .title {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
}
.post10-content-wrap .post-item .content .title a:hover {
  color: #a394df;
}
.post10-content-wrap .post-item .content p {
  margin-bottom: 12px;
}
.post10-content-wrap .post-item .content .meta {
  margin-bottom: 10px;
}
.post10-content-wrap .post-item .content .meta a {
  color: #8a8a8a;
  font-size: 12px;
}
.post10-content-wrap .post-item .content .meta a:hover {
  color: #a394df;
}
.post10-content-wrap .post-item .content .meta .category {
  color: #a394df;
}
.post10-content-wrap .post-item:hover .thumb:before {
  opacity: 0.1;
  visibility: visible;
}
.post10-content-wrap .post-item:hover .thumb img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.post11-content-wrap .post-item {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 49px 0px rgba(192, 192, 192, 0.24);
          box-shadow: 0px 0px 49px 0px rgba(192, 192, 192, 0.24);
  margin-bottom: 30px;
}
.post11-content-wrap .post-item .thumb {
  overflow: hidden;
  position: relative;
}
.post11-content-wrap .post-item .thumb:before {
  background-color: #000;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.post11-content-wrap .post-item .thumb img {
  width: 100%;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.post11-content-wrap .post-item .content {
  background-color: #fff;
  padding: 22px 25px 14px;
  text-align: center;
}
.post11-content-wrap .post-item .content .title {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
}
.post11-content-wrap .post-item .content .title a:hover {
  color: #a394df;
}
.post11-content-wrap .post-item .content p {
  font-size: 13px;
  line-height: 1.7142857143;
  margin-bottom: 12px;
}
.post11-content-wrap .post-item .content .meta {
  margin-bottom: 10px;
}
.post11-content-wrap .post-item .content .meta a {
  color: #8a8a8a;
  font-size: 11px;
}
.post11-content-wrap .post-item .content .meta a:hover {
  color: #a394df;
}
.post11-content-wrap .post-item .content .meta .category {
  color: #a394df;
}
.post11-content-wrap .post-item:hover .thumb:before {
  opacity: 0.1;
  visibility: visible;
}
.post11-content-wrap .post-item:hover .thumb img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.post12-content-wrap .post-item {
  margin-bottom: 78px;
}
.post12-content-wrap .post-item .content .meta {
  margin-bottom: 10px;
}
.post12-content-wrap .post-item .content .meta .category {
  color: #a394df;
  font-size: 14px;
}
.post12-content-wrap .post-item .content .title {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
}
.post12-content-wrap .post-item .content .title a:hover, .post12-content-wrap .post-item .content .title a:active, .post12-content-wrap .post-item .content .title a:focus {
  color: #a394df;
}
.post12-content-wrap .post-item .author {
  border-top: 1px solid #ebebeb;
  margin-top: 25px;
  padding-top: 18px;
}
.post12-content-wrap .post-item .author ul li {
  font-size: 12px;
  display: inline-block;
}
.post12-content-wrap .post-item .author ul li a {
  color: #8a8a8a;
}
.post12-content-wrap .post-item .author ul li a:hover {
  color: #a394df;
}
.post12-content-wrap .post-item .author ul li img {
  border-radius: 50%;
  height: 36px;
  margin-right: 19px;
  width: 36px;
}
.post13-content-wrap .post-item {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.post13-content-wrap .post-item .thumb {
  position: relative;
  overflow: hidden;
}
.post13-content-wrap .post-item .thumb:after {
  background-color: #000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  pointer-events: none;
  opacity: 0.5;
  top: 0;
  width: 100%;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
.post13-content-wrap .post-item .thumb img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
@media only screen and (max-width: 991px) {
  .post13-content-wrap .post-item .thumb img {
    width: 100%;
  }
}
.post13-content-wrap .post-item .thumb .meta {
  left: 20px;
  position: absolute;
  top: 28px;
  z-index: 1;
}
.post13-content-wrap .post-item .thumb .meta .category {
  background-color: #a394df;
  color: #fff;
  margin: 0;
  border-radius: 50px;
  padding: 11px 21px;
}
.post13-content-wrap .post-item .content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  transform: translate(0, 55px);
  -webkit-transform: translate(0, 55px);
  -moz-transform: translate(0, 55px);
  -ms-transform: translate(0, 55px);
  -o-transform: translate(0, 55px);
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
.post13-content-wrap .post-item .content .title {
  color: #fff;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
}
.post13-content-wrap .post-item .content .title a {
  color: #fff;
}
.post13-content-wrap .post-item .content p {
  color: #fff;
  opacity: 0;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
.post13-content-wrap .post-item .content.translateY-30 {
  transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  -moz-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  -o-transform: translate(0, 30px);
}
.post13-content-wrap .post-item:hover .thumb:after {
  opacity: 0.65;
}
.post13-content-wrap .post-item:hover .thumb img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.post13-content-wrap .post-item:hover .content {
  transform: translate(0, 0px);
  -webkit-transform: translate(0, 0px);
  -moz-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  -o-transform: translate(0, 0px);
}
.post13-content-wrap .post-item:hover .content p {
  opacity: 1;
}

.post14-content-wrap .post-item {
  background-color: transparent;
  margin-bottom: 18px;
}
.post14-content-wrap .post-item .thumb {
  overflow: hidden;
  position: relative;
}
.post14-content-wrap .post-item .thumb:before {
  background-color: #000;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.post14-content-wrap .post-item .thumb img {
  width: 100%;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.post14-content-wrap .post-item .content {
  background-color: transparent;
  padding: 25px 25px 14px;
  padding-left: 0;
  text-align: left;
}
.post14-content-wrap .post-item .content .title {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 7px;
}
.post14-content-wrap .post-item .content .title a:hover {
  color: #a394df;
}
.post14-content-wrap .post-item .content p {
  margin-bottom: 12px;
}
.post14-content-wrap .post-item .content .meta {
  margin-bottom: 10px;
}
.post14-content-wrap .post-item .content .meta a {
  color: #8a8a8a;
  font-size: 12px;
}
.post14-content-wrap .post-item .content .meta a:hover {
  color: #a394df;
}
.post14-content-wrap .post-item .content .meta .category {
  color: #a394df;
}
.post14-content-wrap .post-item:hover .thumb:before {
  opacity: 0.1;
  visibility: visible;
}
.post14-content-wrap .post-item:hover .thumb img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.post15-content-wrap .post-item {
  background-color: transparent;
  margin-bottom: 36px;
}
.post15-content-wrap .post-item .thumb {
  overflow: hidden;
  position: relative;
}
.post15-content-wrap .post-item .thumb:before {
  background-color: #000;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.post15-content-wrap .post-item .thumb img {
  width: 100%;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.post15-content-wrap .post-item .thumb.format-video:after {
  content: "";
  background-image: url("../img/icons/btn-play.png");
  width: 60px;
  height: 60px;
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 0;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.post15-content-wrap .post-item .content {
  background-color: transparent;
  padding: 28px 60px 14px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .post15-content-wrap .post-item .content {
    padding: 28px 20px 14px;
  }
}
.post15-content-wrap .post-item .content .title {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
}
.post15-content-wrap .post-item .content .title a:hover {
  color: #a394df;
}
.post15-content-wrap .post-item .content p {
  margin-bottom: 12px;
}
.post15-content-wrap .post-item .content .meta {
  margin-bottom: 29px;
}
.post15-content-wrap .post-item .content .meta a {
  color: #8a8a8a;
  font-size: 12px;
}
.post15-content-wrap .post-item .content .meta a:hover {
  color: #a394df;
}
.post15-content-wrap .post-item .content .meta .category {
  color: #a394df;
}
.post15-content-wrap .post-item .content .btn-theme {
  padding: 14px 36px;
  text-transform: none;
}
.post15-content-wrap .post-item:hover .thumb:before {
  opacity: 0.1;
  visibility: visible;
}
.post15-content-wrap .post-item:hover .thumb img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.post15-content-wrap .post-item:hover .thumb.format-video:after {
  -webkit-transform: translate(-50%, -50%) scale(0.9);
          transform: translate(-50%, -50%) scale(0.9);
}

.post16-content-wrap .post-item {
  background-color: transparent;
  margin-bottom: 100px;
  display: inline-block;
}
@media only screen and (max-width: 1199px) {
  .post16-content-wrap .post-item {
    margin-bottom: 30px;
  }
}
.post16-content-wrap .post-item .thumb {
  overflow: hidden;
  position: relative;
  width: 50%;
  display: inline-block;
  float: left;
}
@media only screen and (max-width: 767px) {
  .post16-content-wrap .post-item .thumb {
    width: 100%;
  }
}
.post16-content-wrap .post-item .thumb:before {
  background-color: #000;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.post16-content-wrap .post-item .thumb img {
  width: 100%;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.post16-content-wrap .post-item .thumb.format-video:after {
  content: "";
  background-image: url("../img/icons/btn-play.png");
  width: 60px;
  height: 60px;
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 0;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.post16-content-wrap .post-item .content {
  background-color: transparent;
  padding: 25px 0;
  text-align: left;
  padding-left: 5%;
  width: 40%;
  padding-top: 3px;
  display: inline-block;
}
@media only screen and (max-width: 991px) {
  .post16-content-wrap .post-item .content {
    padding-left: 15px;
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .post16-content-wrap .post-item .content {
    padding-left: 0;
    padding-top: 25px;
    width: 100%;
  }
}
.post16-content-wrap .post-item .content .title {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
}
.post16-content-wrap .post-item .content .title a:hover {
  color: #a394df;
}
.post16-content-wrap .post-item .content p {
  margin-bottom: 12px;
}
.post16-content-wrap .post-item .content .meta {
  margin-bottom: 29px;
}
.post16-content-wrap .post-item .content .meta a {
  color: #8a8a8a;
  font-size: 12px;
}
.post16-content-wrap .post-item .content .meta a:hover {
  color: #a394df;
}
.post16-content-wrap .post-item .content .meta .category {
  color: #a394df;
}
.post16-content-wrap .post-item .content .btn-theme {
  padding: 14px 36px;
  text-transform: none;
}
.post16-content-wrap .post-item:hover .thumb:before {
  opacity: 0.1;
  visibility: visible;
}
.post16-content-wrap .post-item:hover .thumb img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.post16-content-wrap .post-item:hover .thumb.format-video:after {
  -webkit-transform: translate(-50%, -50%) scale(0.9);
          transform: translate(-50%, -50%) scale(0.9);
}

.post17-content-wrap .post-item .thumb {
  overflow: hidden;
  position: relative;
}
.post17-content-wrap .post-item .thumb:before {
  background-color: #000;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  pointer-events: none;
  top: 0;
  width: 100%;
  z-index: 1;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.post17-content-wrap .post-item .thumb img {
  width: 100%;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.post17-content-wrap .post-item .content {
  padding-top: 26px;
}
.post17-content-wrap .post-item .content .title {
  color: #232324;
  font-size: 1.2857em;
  margin-bottom: 10px;
}
.post17-content-wrap .post-item .content .title a {
  color: #232324;
}
.post17-content-wrap .post-item .content .title a:hover {
  color: #a394df;
}
.post17-content-wrap .post-item .content p {
  margin-bottom: 12px;
}
.post17-content-wrap .post-item .content .meta a {
  color: #8a8a8a;
  font-size: 14px;
}
.post17-content-wrap .post-item .content .meta a:hover {
  color: #a394df;
}
.post17-content-wrap .post-item .content .meta .category {
  color: #a394df;
}
.post17-content-wrap .post-item:hover .thumb:before {
  opacity: 0.1;
  visibility: visible;
}
.post17-content-wrap .post-item:hover .thumb img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.post-details-content-wrap .post-item .post-thumb {
  margin-bottom: 27px;
}
.post-details-content-wrap .post-item .post-thumb .post-details-thumb-slider .slick-prev {
  left: 14px;
}
.post-details-content-wrap .post-item .post-thumb .post-details-thumb-slider .slick-prev:before {
  content: "\f104";
}
.post-details-content-wrap .post-item .post-thumb .post-details-thumb-slider .slick-next {
  right: 14px;
}
.post-details-content-wrap .post-item .post-thumb .post-details-thumb-slider .slick-next:before {
  content: "\f105";
}
.post-details-content-wrap .post-item .post-thumb .post-details-thumb-slider .slick-prev,
.post-details-content-wrap .post-item .post-thumb .post-details-thumb-slider .slick-next {
  height: 38px;
  z-index: 1;
}
.post-details-content-wrap .post-item .post-thumb .post-details-thumb-slider .slick-prev:before,
.post-details-content-wrap .post-item .post-thumb .post-details-thumb-slider .slick-next:before {
  font-family: "FontAwesome";
  font-size: 38px;
  color: #858a9f;
}
.post-details-content-wrap .post-item .details-content {
  border-bottom: 1px solid #DCDCDC;
  padding-bottom: 20px;
}
.post-details-content-wrap .post-item .details-content .title {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  margin-bottom: 25px;
}
.post-details-content-wrap .post-item .details-content .meta {
  margin-bottom: 19px;
}
.post-details-content-wrap .post-item .details-content .meta a {
  color: #8a8a8a;
  font-size: 12px;
}
.post-details-content-wrap .post-item .details-content .meta a:hover {
  color: #a394df;
}
.post-details-content-wrap .post-item .details-content .meta .category {
  color: #a394df;
}
.post-details-content-wrap .post-item .details-content p {
  line-height: 26.6px;
  margin-bottom: 22px;
}
.post-details-content-wrap .post-item .details-content .list-icon li {
  margin-bottom: 6px;
  padding-left: 1.2em;
  position: relative;
  margin-left: 1em;
}
.post-details-content-wrap .post-item .details-content .list-icon li:before {
  content: "\f111";
  font-family: FontAwesome;
  font-size: 5px;
  text-rendering: auto;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 33%;
}
.post-details-content-wrap .post-item .details-content blockquote {
  border-left: 2px solid #a394df;
  padding: 0 30px;
  margin-top: 28px;
  margin-bottom: 33px;
}
.post-details-content-wrap .post-item .details-content blockquote p {
  color: #232324;
  font-family: "Vidaloka", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 16px;
}
.post-details-content-wrap .post-item .details-content blockquote .title {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}
.post-details-content-wrap .post-item .details-widget {
  padding: 25px 0 40px;
}
@media only screen and (max-width: 575px) {
  .post-details-content-wrap .post-item .details-widget .post-tags {
    margin-bottom: 10px;
  }
}
.post-details-content-wrap .post-item .details-widget .post-tags span {
  padding-right: 2px;
}
.post-details-content-wrap .post-item .details-widget .post-tags a {
  color: #232324;
  font-size: 14px;
}
@media only screen and (max-width: 575px) {
  .post-details-content-wrap .post-item .details-widget .post-tags a {
    font-size: 13px;
  }
}
.post-details-content-wrap .post-item .details-widget .post-tags a:hover {
  color: #a394df;
}
.post-details-content-wrap .post-item .details-widget .social-icons {
  float: right;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .post-details-content-wrap .post-item .details-widget .social-icons {
    float: none;
  }
}
.post-details-content-wrap .post-item .details-widget .social-icons span {
  display: inline-block;
  cursor: pointer;
}
@media only screen and (max-width: 575px) {
  .post-details-content-wrap .post-item .details-widget .social-icons span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.post-details-content-wrap .post-item .details-widget .social-icons span i {
  padding-left: 3px;
}
@media only screen and (max-width: 575px) {
  .post-details-content-wrap .post-item .details-widget .social-icons span i {
    padding-right: 8px;
  }
}
.post-details-content-wrap .post-item .details-widget .social-icons .social-sharing {
  position: absolute;
  right: 0;
  bottom: 100%;
  visibility: hidden;
  opacity: 0;
  white-space: nowrap;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
@media only screen and (max-width: 575px) {
  .post-details-content-wrap .post-item .details-widget .social-icons .social-sharing {
    left: 0;
  }
}
.post-details-content-wrap .post-item .details-widget .social-icons .social-sharing a {
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  margin-left: -4px;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
.post-details-content-wrap .post-item .details-widget .social-icons .social-sharing .facebook {
  background-color: #5678bf;
}
.post-details-content-wrap .post-item .details-widget .social-icons .social-sharing .twitter {
  background-color: #73c2fd;
}
.post-details-content-wrap .post-item .details-widget .social-icons .social-sharing .pinterest {
  background-color: #c32026;
}
.post-details-content-wrap .post-item .details-widget .social-icons .social-sharing .google-plus {
  background-color: #dd4b39;
}
.post-details-content-wrap .post-item .details-widget .social-icons:hover .social-sharing {
  visibility: visible;
  opacity: 1;
}
.post-details-content-wrap .post-item .details-widget .social-icons:hover:before {
  content: "";
  position: absolute;
  top: -40px;
  padding-top: 50px;
  width: 100%;
  left: 0;
}
.post-details-content-wrap .author-wrap {
  position: relative;
  border: 1px solid #E4E4E4;
  float: left;
  padding: 30px 50px 25px 145px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 575px) {
  .post-details-content-wrap .author-wrap {
    padding: 15px;
  }
}
.post-details-content-wrap .author-wrap .author-pic {
  position: absolute;
  left: 30px;
  top: 30px;
}
@media only screen and (max-width: 575px) {
  .post-details-content-wrap .author-wrap .author-pic {
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 20px;
  }
}
.post-details-content-wrap .author-wrap .author-pic img {
  border-radius: 50px;
  width: 85px;
}
.post-details-content-wrap .author-wrap .author-info .title {
  color: #232324;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  margin-bottom: 9px;
}
.post-details-content-wrap .author-wrap .author-info .title a {
  color: #232324;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
.post-details-content-wrap .author-wrap .author-info .title a:hover {
  color: #a394df;
}
.post-details-content-wrap .author-wrap .author-info p {
  margin-bottom: 10px;
}
.post-details-content-wrap .author-wrap .author-info .btn-link:hover {
  color: #a394df;
}
.post-details-content-wrap .comment-view-area .comment-view-content {
  border: 1px solid #E4E4E4;
  display: inline-block;
}
.post-details-content-wrap .comment-view-area .comment-view-content .single-comment {
  display: inline-block;
}
.post-details-content-wrap .comment-view-area .comment-view-content .single-comment .author-wrap {
  border: none;
  border-bottom: 1px solid #E4E4E4;
  margin-bottom: 0;
  padding: 30px 81px 25px 145px;
}
@media only screen and (max-width: 575px) {
  .post-details-content-wrap .comment-view-area .comment-view-content .single-comment .author-wrap {
    padding: 15px;
  }
}
.post-details-content-wrap .comment-view-area .comment-view-content .single-comment .author-wrap .author-info .btn-link {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
.post-details-content-wrap .comment-view-area .comment-view-content .single-comment .author-wrap .author-info .btn-link:hover {
  color: #a394df;
}
.post-details-content-wrap .comment-view-area .comment-view-content .single-comment .author-wrap .author-info .post-date {
  color: #545252;
  font-size: 13px;
  float: right;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
.post-details-content-wrap .comment-view-area .comment-view-content .single-comment .author-wrap .author-info .post-date:hover {
  color: #a394df;
}
.post-details-content-wrap .comment-view-area .comment-view-content .single-comment.reply-comment {
  padding-left: 40px;
}
.post-details-content-wrap .comment-view-area .comment-view-content .single-comment.reply-comment .author-wrap {
  border-bottom: none;
}
.post-details-content-wrap .comment-view-area.comment-style2 .details-title {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.post-details-content-wrap .comment-view-area.comment-style2 .comment-view-content {
  border: none;
}
.post-details-content-wrap .comment-view-area.comment-style2 .single-comment .author-wrap {
  border-bottom: 1px dashed #e8e8e8;
  padding: 30px 0 20px 100px;
}
@media only screen and (max-width: 575px) {
  .post-details-content-wrap .comment-view-area.comment-style2 .single-comment .author-wrap {
    padding: 0;
  }
}
.post-details-content-wrap .comment-view-area.comment-style2 .single-comment .author-wrap .author-pic {
  left: -2px;
}
.post-details-content-wrap .comment-view-area.comment-style2 .single-comment .author-wrap .author-pic img {
  border-radius: 0;
  width: 70px;
}
.post-details-content-wrap .comment-view-area.comment-style2 .single-comment .author-wrap .author-info p {
  line-height: 24px;
}
.post-details-content-wrap .comment-view-area.comment-style2 .single-comment .author-wrap .author-info p a {
  color: #8a8a8a;
}
.post-details-content-wrap .comment-view-area.comment-style2 .single-comment .author-wrap .author-info p a:hover {
  color: #a394df;
}
.post-details-content-wrap .comment-view-area.comment-style2 .single-comment .author-wrap .author-info .comment-meta {
  color: rgba(0, 0, 0, 0.7);
  font-size: 13px;
}
.post-details-content-wrap .comment-view-area.comment-style2 .single-comment .author-wrap .author-info .comment-meta a {
  color: rgba(0, 0, 0, 0.7);
}
.post-details-content-wrap .comment-view-area.comment-style2 .single-comment .author-wrap .author-info .comment-meta a:hover {
  color: #a394df;
}
.post-details-content-wrap .comment-view-area.comment-style2 .single-comment .author-wrap .author-info .comment-meta .comment-author {
  display: inline-block;
  font-weight: bold;
}
.post-details-content-wrap .comment-view-area.comment-style2 .single-comment .author-wrap .author-info .comment-meta .date-time {
  float: left;
  opacity: 0.8;
  font-style: italic;
}
.post-details-content-wrap .comment-view-area.comment-style2 .single-comment .author-wrap .author-info .comment-meta .date-time:after {
  content: "-";
  padding: 0 5px;
}
.post-details-content-wrap .comment-view-area.comment-style2 .single-comment.reply-comment {
  padding-left: 0;
}
.post-details-content-wrap .comment-view-area.comment-style2 .single-comment.reply-comment .details-title {
  margin-bottom: 16px;
}
.post-details-content-wrap .details-title {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  display: inline-block;
  margin-bottom: 22px;
}
.post-details-content-wrap .write-comment-area {
  margin-top: 35px;
}
.post-details-content-wrap .write-comment-area .write-comment-content {
  margin-top: 13px;
}
.post-details-content-wrap .write-comment-area .write-comment-content .form-group {
  margin-bottom: 10px;
}
.post-details-content-wrap .write-comment-area .write-comment-content .form-group .form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  border: 1px solid #E4E4E4;
  color: #8a8a8a;
  font-size: 14px;
  padding: 6px 18px;
  border-radius: 0;
  height: 50px;
  line-height: 38px;
}
.post-details-content-wrap .write-comment-area .write-comment-content .form-group .form-control:active, .post-details-content-wrap .write-comment-area .write-comment-content .form-group .form-control:focus {
  border-color: #232324;
}
.post-details-content-wrap .write-comment-area .write-comment-content .form-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #8a8a8a;
}
.post-details-content-wrap .write-comment-area .write-comment-content .form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #8a8a8a;
}
.post-details-content-wrap .write-comment-area .write-comment-content .form-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #8a8a8a;
}
.post-details-content-wrap .write-comment-area .write-comment-content .form-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #8a8a8a;
}
.post-details-content-wrap .write-comment-area .write-comment-content .form-group textarea.form-control {
  height: 280px;
  resize: none;
}
.post-details-content-wrap .write-comment-area .write-comment-content .custom-checkbox {
  margin-top: 26px;
}
.post-details-content-wrap .write-comment-area .write-comment-content .custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #dfe3f1;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #dfe3f1;
  width: 20px;
  height: 20px;
}
.post-details-content-wrap .write-comment-area .write-comment-content .custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  display: inline-block;
  color: #666;
  content: "\f00c";
  font-family: "FontAwesome";
  font-size: 10px;
  position: absolute;
  text-align: center;
  padding-left: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  background: transparent;
  top: 5px;
}
.post-details-content-wrap .write-comment-area .write-comment-content .custom-checkbox .custom-control-label {
  color: #555;
  font-size: 14px;
  margin-bottom: 0;
  padding-left: 16px;
  padding-top: 1px;
  cursor: pointer;
  letter-spacing: 0.4px;
}
.post-details-content-wrap .write-comment-area .write-comment-content .custom-checkbox .custom-control-label:before {
  background-color: #dfe3f1;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #dfe3f1;
  width: 20px;
  height: 20px;
}
.post-details-content-wrap .write-comment-area .write-comment-content .custom-checkbox .custom-control-label:after {
  width: 20px;
  height: 20px;
}
.post-details-content-wrap .write-comment-area .write-comment-content .form-submit-btn {
  margin-top: 8px;
}
.post-details-content-wrap .write-comment-area .write-comment-content .form-submit-btn .btn-theme {
  text-transform: uppercase;
  border-radius: 0;
  padding: 10px 60px;
  height: 52px;
  margin-top: 22px;
  line-height: 33px;
  display: inline-block;
  letter-spacing: 1px;
}

.post-hover-style .thumb {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.post-hover-style .thumb img {
  width: 100%;
  transform: scale(1);
  -webkit-transform: scale(1);
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
.post-hover-style .thumb:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.sidebar-wrapper .sidebar-item {
  margin-bottom: 50px;
}
.sidebar-wrapper .sidebar-item .sidebar-title {
  color: #232324;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  margin-bottom: 35px;
  text-transform: uppercase;
}
.sidebar-wrapper .sidebar-item .sidebar-body .author-posts {
  text-align: center;
}
.sidebar-wrapper .sidebar-item .sidebar-body .author-posts .thumb {
  margin-bottom: 20px;
}
.sidebar-wrapper .sidebar-item .sidebar-body .author-posts .content .title {
  color: #232324;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  margin-bottom: 20px;
}
.sidebar-wrapper .sidebar-item .sidebar-body .author-posts .social-icons a {
  border-width: 1px;
  border-style: solid;
  border-color: #e8e8e8;
  border-radius: 50%;
  color: #8a8a8a;
  display: inline-block;
  font-size: 14px;
  height: 30px;
  line-height: 28px;
  margin: 0 4px;
  text-align: center;
  width: 30px;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
.sidebar-wrapper .sidebar-item .sidebar-body .author-posts .social-icons a:first-child {
  margin-left: 0;
}
.sidebar-wrapper .sidebar-item .sidebar-body .author-posts .social-icons a:last-child {
  margin-right: 0;
}
.sidebar-wrapper .sidebar-item .sidebar-body .author-posts .social-icons a:hover {
  color: #fff;
  border-color: #a394df;
  background-color: #a394df;
}
.sidebar-wrapper .sidebar-item .sidebar-body .recent-posts {
  margin-bottom: 0;
}
.sidebar-wrapper .sidebar-item .sidebar-body .recent-posts-item {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 20px;
  width: 100%;
}
.sidebar-wrapper .sidebar-item .sidebar-body .recent-posts-item a {
  color: #232324;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
.sidebar-wrapper .sidebar-item .sidebar-body .recent-posts-item a img {
  float: left;
  max-width: 70px;
  margin-right: 20px;
}
.sidebar-wrapper .sidebar-item .sidebar-body .recent-posts-item a:hover {
  color: #a394df;
}
.sidebar-wrapper .sidebar-item .sidebar-body .recent-posts-item .date {
  color: #8a8a8a;
  font-size: 12px;
}
.sidebar-wrapper .sidebar-item .sidebar-body .sidebar-list li {
  margin-bottom: 11px;
  position: relative;
  padding: 2px 0;
  line-height: 1.7;
}
.sidebar-wrapper .sidebar-item .sidebar-body .sidebar-list li a {
  color: #8a8a8a;
  font-size: 14px;
  margin-right: 4px;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
.sidebar-wrapper .sidebar-item .sidebar-body .sidebar-list li a:hover {
  color: #a394df;
  text-decoration: underline;
}
.sidebar-wrapper .sidebar-item .sidebar-body .sidebar-list li .narrow {
  top: 16px;
  height: 20px;
  line-height: 0;
  position: absolute;
  right: 0;
  width: 20px;
  cursor: pointer;
}
.sidebar-wrapper .sidebar-item .sidebar-body .sidebar-list li .narrow i {
  width: 9px;
  display: block;
  border-bottom: 1px solid;
  position: relative;
}
.sidebar-wrapper .sidebar-item .sidebar-body .sidebar-list li .narrow i:before {
  width: 100%;
  content: "";
  border-bottom: 1px solid;
  display: block;
  position: absolute;
  top: 0;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.sidebar-wrapper .sidebar-item .sidebar-body .sidebar-list li .children {
  margin-left: 25px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.sidebar-wrapper .sidebar-item .sidebar-body .sidebar-list li .children.show {
  margin-top: 13px;
}
.sidebar-wrapper .sidebar-item .sidebar-body .sidebar-list li .children li:last-child {
  margin-bottom: 3px;
}
.sidebar-wrapper .sidebar-item .sidebar-body .sidebar-list li.active a {
  color: #a394df;
}
.sidebar-wrapper .sidebar-item .sidebar-body .sidebar-product-tag a {
  border-width: 1px;
  border-style: solid;
  border-color: #E7E7E7;
  color: #8a8a8a;
  font-size: 12px;
  padding: 7px 18px;
  margin: 0 2px 5px 0;
  display: inline-block;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
.sidebar-wrapper .sidebar-item .sidebar-body .sidebar-product-tag a:hover {
  background-color: #232324;
  color: #fff;
}
.sidebar-wrapper .sidebar-item .sidebar-body .sidebar-archive ul li {
  margin-bottom: 5px;
  padding: 5px 0;
  position: relative;
}
.sidebar-wrapper .sidebar-item .sidebar-body .sidebar-archive ul li a {
  border-color: #e8e8e8;
  border-width: 1px;
  border-style: solid;
  display: block;
  line-height: 20px;
  padding: 15px 20px;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
.sidebar-wrapper .sidebar-item .sidebar-body .sidebar-archive ul li a:hover {
  border-color: inherit;
  -webkit-box-shadow: 0 0 24px 0 rgba(41, 44, 58, 0.11);
          box-shadow: 0 0 24px 0 rgba(41, 44, 58, 0.11);
  color: #a394df;
  text-decoration: none;
}
.sidebar-wrapper .sidebar-item .sidebar-body .sidebar-newsletter-box .form .form-input-item {
  position: relative;
}
.sidebar-wrapper .sidebar-item .sidebar-body .sidebar-newsletter-box .form .form-input-item input {
  border: 1px solid #e8e8e8;
  border-radius: 0;
  color: #8a8a8a;
  font-size: 12px;
  height: 50px;
  padding: 14px 36px 14px 20px;
  width: 100%;
}
.sidebar-wrapper .sidebar-item .sidebar-body .sidebar-newsletter-box .form .form-input-item input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #8a8a8a;
}
.sidebar-wrapper .sidebar-item .sidebar-body .sidebar-newsletter-box .form .form-input-item input::-moz-placeholder {
  /* Firefox 19+ */
  color: #8a8a8a;
}
.sidebar-wrapper .sidebar-item .sidebar-body .sidebar-newsletter-box .form .form-input-item input:-ms-input-placeholder {
  /* IE 10+ */
  color: #8a8a8a;
}
.sidebar-wrapper .sidebar-item .sidebar-body .sidebar-newsletter-box .form .form-input-item input:-moz-placeholder {
  /* Firefox 18- */
  color: #8a8a8a;
}
.sidebar-wrapper .sidebar-item .sidebar-body .sidebar-newsletter-box .form .form-input-item input:active, .sidebar-wrapper .sidebar-item .sidebar-body .sidebar-newsletter-box .form .form-input-item input:focus {
  border-color: #232324;
}
.sidebar-wrapper .sidebar-item .sidebar-body .sidebar-newsletter-box .form .form-input-item .btn-src {
  color: #8a8a8a;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  border-radius: 0;
  line-height: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 8px;
  padding: 0;
  text-align: center;
  width: 28px;
  font-size: 14px;
}
.sidebar-wrapper .sidebar-item .sidebar-body .sidebar-newsletter-box .form .form-input-item .btn-src:hover {
  color: #a394df;
}

.blog-content-pagination-wrap .pagination-wrap .pagination li a {
  border: 1px solid transparent;
  background-color: #fff;
  color: #232324;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  min-width: 40px;
  margin: 0 3px;
  position: relative;
  padding: 9px 10px;
  text-align: center;
  transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
}
.blog-content-pagination-wrap .pagination-wrap .pagination li a.active {
  background-color: #232324;
  color: #fff;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(41, 44, 58, 0.11);
          box-shadow: 0px 0px 8px 0px rgba(41, 44, 58, 0.11);
}
.blog-content-pagination-wrap .pagination-wrap .pagination li a:hover {
  border-color: #232324;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(41, 44, 58, 0.11);
          box-shadow: 0px 0px 8px 0px rgba(41, 44, 58, 0.11);
}

.post-slider .slick-list {
  margin: 0 -15px -25px;
}
.post-slider .slick-slide {
  margin: 0 15px;
  padding-bottom: 40px;
}

.gutter5 {
  margin-right: -5px;
  margin-left: -5px;
}
.gutter5 .col,
.gutter5 [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.blog-gutter30 .slick-list {
  margin: 0 -15px;
}
.blog-gutter30 .slick-slide {
  margin: 0 15px;
}

.blog-page-col4-slider .slick-list {
  margin: 0 -10px;
}
.blog-page-col4-slider .slick-slide {
  margin: 0 10px;
}

/*
-----------------------------------------------------------------------
	Header CSS
-----------------------------------------------------------------------
*/
.header-area {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .header-area {
    position: relative;
  }
}
.header-area.header-default-align .container-fluid {
  padding: 34px 80px 24px;
}
@media only screen and (max-width: 1199px) {
  .header-area.header-default-align .container-fluid {
    padding: 34px 15px 24px;
  }
}
@media only screen and (max-width: 991px) {
  .header-area.header-default-align .container-fluid {
    padding: 24px 15px 14px;
  }
}
.header-area.header-default-align .header-navigation-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
  position: relative;
}
.header-area .header-logo-area {
  margin-top: -3px;
}
@media only screen and (max-width: 991px) {
  .header-area .header-logo-area .logo-main {
    display: none;
  }
}
.header-area .header-logo-area .logo-light {
  display: none;
}
@media only screen and (max-width: 991px) {
  .header-area .header-logo-area .logo-light {
    display: block;
  }
}
.header-area .header-action-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: -7px;
}
.header-area .header-action-area .btn-search {
  background-color: transparent;
  border: none;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .header-area .header-action-area .btn-search {
    color: #8a8a8a;
  }
}
.header-area .header-action-area .btn-user {
  position: relative;
  display: inline-block;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .header-area .header-action-area .btn-user {
    display: none;
  }
}
.header-area .header-action-area .btn-user .user-icon {
  background-color: transparent;
  border: none;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 0;
  margin: 0;
}
.header-area .header-action-area .btn-user ul.user-nav {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.1);
  list-style: none;
  left: -93px;
  position: absolute;
  top: 100%;
  width: 200px;
  margin: 55px 0 0 0;
  padding: 18px 16px 17px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  text-align: left;
}
.header-area .header-action-area .btn-user ul.user-nav li a {
  text-transform: uppercase;
  font-size: 11px;
  display: block;
  padding: 10px 13px;
  line-height: 1.6;
}
.header-area .header-action-area .btn-user:hover ul.user-nav {
  margin: 26px 0 0 0;
  opacity: 1;
  visibility: visible;
}
.header-area .header-action-area .btn-user:hover ul.user-nav:before {
  position: absolute;
  content: "";
  height: 40px;
  width: 100%;
  left: 0;
  top: -40px;
}
.header-area .header-action-area .btn-cart {
  background-color: transparent;
  border: none;
  display: inline-block;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  position: relative;
  text-align: center;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .header-area .header-action-area .btn-cart {
    color: #8a8a8a;
  }
}
.header-area .header-action-area .btn-cart .shop-count {
  background-color: #e9595e;
  color: #fff;
  font-size: 9px;
  height: 15px;
  line-height: 15px;
  position: absolute;
  top: -2px;
  right: 4px;
  min-width: 15px;
  width: 15px;
  border-radius: 50%;
}
.header-area .header-action-area .btn-aside-menu {
  background-color: transparent;
  border: none;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .header-area .header-action-area .btn-aside-menu {
    display: none;
  }
}
.header-area .header-action-area .btn-menu {
  background-color: transparent;
  border: none;
  display: inline-block;
  color: #8a8a8a;
  font-size: 16px;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 40px;
  text-align: center;
  line-height: 40px;
}
.header-area .header-action-area .btn-menu i {
  font-size: 16px;
}
.header-area .header-action-area .btn-search,
.header-area .header-action-area .btn-user,
.header-area .header-action-area .btn-cart,
.header-area .header-action-area .btn-aside-menu {
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}
.header-area .header-action-area .btn-search i,
.header-area .header-action-area .btn-user i,
.header-area .header-action-area .btn-cart i,
.header-area .header-action-area .btn-aside-menu i {
  font-size: 16px;
}
.header-area .header-action-area .header-widget-social {
  margin-right: 28px;
}
@media only screen and (max-width: 1199px) {
  .header-area .header-action-area .header-widget-social {
    margin-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .header-area .header-action-area .header-widget-social {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1418px) {
  .header-area .header-action-area .header-widget-social {
    margin-right: 0;
  }
}
.header-area .header-action-area .header-widget-social a {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  margin-right: 17px;
  position: relative;
  vertical-align: middle;
  height: 40px;
  line-height: 36px;
  color: #343538;
}
@media only screen and (max-width: 1199px) {
  .header-area .header-action-area .header-widget-social a {
    font-size: 15px;
    margin-right: 7px;
    color: #343538;
  }
}
@media (min-width: 1200px) and (max-width: 1418px) {
  .header-area .header-action-area .header-widget-social a {
    font-size: 15px;
    margin-right: 7px;
    color: #343538;
  }
}
.header-area .header-action-area .header-widget-social a:hover {
  color: #a394df;
}
.header-area .header-action-area .header-widget-social a:last-child {
  margin-right: 0;
}
.header-area .header-action-area .action-btn {
  background-color: #a394df;
  color: #fff;
  border: none;
  font-size: 12px;
  border-radius: 50px;
  height: 54px;
  min-height: 40px;
  padding: 5px 40px;
  line-height: 45px;
  margin-top: -10px;
  margin-right: 30px;
}
.header-area .header-action-area .action-btn:hover {
  background-color: #232324;
}
.header-area .header-action-area.header-action-dark .btn-user .user-icon {
  color: #232324;
}
.header-area .header-action-area.header-action-dark .btn-user .user-icon:hover {
  color: #a394df;
}
.header-area .header-action-area.header-action-dark .btn-cart,
.header-area .header-action-area.header-action-dark .btn-search,
.header-area .header-action-area.header-action-dark .btn-menu {
  color: #232324;
}
.header-area .header-action-area.header-action-dark .btn-cart:hover,
.header-area .header-action-area.header-action-dark .btn-search:hover,
.header-area .header-action-area.header-action-dark .btn-menu:hover {
  color: #a394df;
}
.header-area .header-action-area.header-action-light .btn-menu {
  color: #fff !important;
}
@media only screen and (max-width: 991px) {
  .header-area .header-action-area.header-action-light .btn-menu {
    color: #8a8a8a !important;
  }
}
.header-area.header-default {
  position: relative;
}
.header-area.header-default.header-default-align .container-fluid {
  padding: 38px 80px 29px;
}
@media only screen and (max-width: 1199px) {
  .header-area.header-default.header-default-align .container-fluid {
    padding: 38px 15px 29px;
  }
}
@media only screen and (max-width: 991px) {
  .header-area.header-default.header-default-align .container-fluid {
    padding: 24px 15px 13px;
  }
}
.header-area.header-default.header-default-align .header-navigation-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
  position: relative;
}
.header-area.header-default .main-menu > li.active a {
  color: #a394df;
}
.header-area.header-default .main-menu > li > a {
  color: #343538;
  font-size: 12px;
  letter-spacing: 1px;
}
.header-area.header-default .main-menu > li > a span:before {
  background-color: #a394df;
}
.header-area.header-default .main-menu > li > a:hover {
  color: #a394df;
}
@media only screen and (max-width: 1199px) {
  .header-area.header-default .has-submenu .submenu-nav {
    left: -66%;
  }
}
.header-area.header-default .has-submenu .submenu-nav > li.has-submenu a {
  color: rgba(255, 255, 255, 0.7);
}
.header-area.header-default .has-submenu .submenu-nav > li.has-submenu a:hover {
  color: #fff;
}
.header-area.header-default .has-submenu .submenu-nav > li.has-submenu.active a {
  color: #fff;
}
.header-area.header-default .has-submenu .submenu-nav > li.has-submenu > .submenu-nav li a {
  color: rgba(255, 255, 255, 0.7);
}
.header-area.header-default .has-submenu .submenu-nav > li.has-submenu > .submenu-nav li a:hover {
  color: #fff;
}
.header-area.header-default .has-submenu .submenu-nav > li.has-submenu > .submenu-nav li.active a {
  color: #fff;
}
.header-area.header-default .header-action-area .btn-user .user-icon {
  color: #343538;
}
.header-area.header-default .header-action-area .btn-user .user-icon:hover {
  color: #a394df;
}
.header-area.header-default .header-action-area .btn-search,
.header-area.header-default .header-action-area .btn-cart,
.header-area.header-default .header-action-area .btn-aside-menu,
.header-area.header-default .header-action-area .btn-menu {
  color: #343538;
}
.header-area.header-default .header-action-area .btn-search:hover,
.header-area.header-default .header-action-area .btn-cart:hover,
.header-area.header-default .header-action-area .btn-aside-menu:hover,
.header-area.header-default .header-action-area .btn-menu:hover {
  color: #a394df;
}
.header-area.header-dark .main-menu > li.active a {
  color: #a394df;
}
.header-area.header-dark .main-menu > li > a {
  color: #343538;
  font-size: 12px;
  letter-spacing: 1px;
}
.header-area.header-dark .main-menu > li > a span:before {
  background-color: #a394df;
}
.header-area.header-dark .main-menu > li > a:hover {
  color: #a394df;
}
.header-area.header-dark .has-submenu .submenu-nav > li.has-submenu a {
  color: rgba(255, 255, 255, 0.7);
}
.header-area.header-dark .has-submenu .submenu-nav > li.has-submenu a:hover {
  color: #fff;
}
.header-area.header-dark .has-submenu .submenu-nav > li.has-submenu.active a {
  color: #fff;
}
.header-area.header-dark .has-submenu .submenu-nav > li.has-submenu > .submenu-nav li a {
  color: rgba(255, 255, 255, 0.7);
}
.header-area.header-dark .has-submenu .submenu-nav > li.has-submenu > .submenu-nav li a:hover {
  color: #fff;
}
.header-area.header-dark .has-submenu .submenu-nav > li.has-submenu > .submenu-nav li.active a {
  color: #fff;
}
.header-area.header-dark .header-action-area .btn-user .user-icon {
  color: #343538;
}
.header-area.header-dark .header-action-area .btn-user .user-icon:hover {
  color: #a394df;
}
.header-area.header-dark .header-action-area .btn-search,
.header-area.header-dark .header-action-area .btn-cart,
.header-area.header-dark .header-action-area .btn-aside-menu,
.header-area.header-dark .header-action-area .btn-menu {
  color: #343538;
}
.header-area.header-dark .header-action-area .btn-search:hover,
.header-area.header-dark .header-action-area .btn-cart:hover,
.header-area.header-dark .header-action-area .btn-aside-menu:hover,
.header-area.header-dark .header-action-area .btn-menu:hover {
  color: #a394df;
}
@media only screen and (max-width: 1500px) {
  .header-area.header-style-two.header-default-align .container-fluid {
    padding: 40px 15px 0;
  }
}
@media only screen and (max-width: 991px) {
  .header-area.header-style-two.header-default-align .container-fluid {
    padding: 24px 15px 13px;
  }
}
.header-area.header-center-align .main-menu > li > a {
  padding: 0 15px 0;
}
.header-area.header-center-align .main-menu > li:first-child > a {
  padding: 0 14px 0 0;
}
.header-area.header-center-align .main-menu > li:last-child > a {
  padding: 0 0 0 14px;
}
.header-area.header-center-align .has-submenu .submenu-nav {
  left: 0;
}
.header-area.header-center-align .has-submenu .submenu-nav.nav-mega-two {
  left: 0;
}
.header-area.header-center-align.header-default-align .container-fluid {
  padding: 40px 80px 0;
}
@media only screen and (max-width: 1500px) {
  .header-area.header-center-align.header-default-align .container-fluid {
    padding: 40px 30px 0;
  }
}
@media only screen and (max-width: 1199px) {
  .header-area.header-center-align.header-default-align .container-fluid {
    padding: 40px 15px 0;
  }
}
@media only screen and (max-width: 991px) {
  .header-area.header-center-align.header-default-align .container-fluid {
    padding: 24px 15px 13px;
  }
}
.header-area.header-center-align .header-left {
  float: left;
  padding-left: 15px;
  width: 41%;
}
@media only screen and (max-width: 1500px) {
  .header-area.header-center-align .header-left {
    padding-left: 0;
    width: 44%;
  }
}
@media only screen and (max-width: 1199px) {
  .header-area.header-center-align .header-left {
    width: auto;
  }
}
@media only screen and (max-width: 991px) {
  .header-area.header-center-align .header-left {
    display: none;
  }
}
.header-area.header-center-align .header-middle {
  float: left;
  text-align: center;
  width: 18%;
}
@media only screen and (max-width: 1500px) {
  .header-area.header-center-align .header-middle {
    width: 28%;
  }
}
@media only screen and (max-width: 1199px) {
  .header-area.header-center-align .header-middle {
    width: 18%;
  }
}
@media only screen and (max-width: 991px) {
  .header-area.header-center-align .header-middle {
    width: auto;
  }
}
.header-area.header-center-align .header-right {
  max-width: 41%;
  float: right;
}
@media only screen and (max-width: 1500px) {
  .header-area.header-center-align .header-right {
    width: 28%;
  }
}
@media only screen and (max-width: 1199px) {
  .header-area.header-center-align .header-right {
    max-width: 41%;
  }
}
@media only screen and (max-width: 991px) {
  .header-area.header-center-align .header-right {
    max-width: none;
  }
}
@media only screen and (max-width: 1199px) {
  .header-area.header-center-align .has-submenu > .submenu-nav > li.has-submenu > .submenu-nav {
    left: 100%;
  }
}
.header-area.header-restaurant.header-area.fixed-left {
  color: #919297;
  background-color: #313236;
}
@media only screen and (max-width: 991px) {
  .header-area.header-restaurant.header-area.fixed-left {
    background-color: #fff;
  }
}
.header-area.header-restaurant.header-area.fixed-left .header-logo-area {
  margin-bottom: 52px;
}
@media only screen and (max-width: 991px) {
  .header-area.header-restaurant.header-area.fixed-left .header-logo-area {
    margin-bottom: 0;
  }
}
.header-area.header-restaurant.header-area.fixed-left .header-navigation-area {
  margin-bottom: 51px;
}
@media only screen and (max-width: 991px) {
  .header-area.header-restaurant.header-area.fixed-left .header-navigation-area {
    margin-bottom: 0;
  }
}
.header-area.header-restaurant.header-area.fixed-left .header-navigation-area .main-menu > li.active a {
  color: #fff;
}
.header-area.header-restaurant.header-area.fixed-left .header-navigation-area .main-menu > li > a {
  color: #919297;
  font-size: 13px;
}
.header-area.header-restaurant.header-area.fixed-left .header-navigation-area .main-menu > li > a span:before {
  background-color: transparent;
}
.header-area.header-restaurant.header-area.fixed-left .header-navigation-area .main-menu > li > a:hover {
  color: #fff;
}
.header-area.header-restaurant.header-area.fixed-left .header-navigation-area .has-submenu .submenu-nav > li.has-submenu a {
  color: rgba(255, 255, 255, 0.7);
}
.header-area.header-restaurant.header-area.fixed-left .header-navigation-area .has-submenu .submenu-nav > li.has-submenu a:hover {
  color: #fff;
}
.header-area.header-restaurant.header-area.fixed-left .header-navigation-area .has-submenu .submenu-nav > li.has-submenu.active a {
  color: #fff;
}
.header-area.header-restaurant.header-area.fixed-left .header-navigation-area .has-submenu .submenu-nav > li.has-submenu > .submenu-nav li a {
  color: rgba(255, 255, 255, 0.7);
}
.header-area.header-restaurant.header-area.fixed-left .header-navigation-area .has-submenu .submenu-nav > li.has-submenu > .submenu-nav li a:hover {
  color: #fff;
}
.header-area.header-restaurant.header-area.fixed-left .header-navigation-area .has-submenu .submenu-nav > li.has-submenu > .submenu-nav li.active a {
  color: #fff;
}
.header-area.header-restaurant.header-area.fixed-left .header-widget-area {
  padding-top: 0;
}
.header-area.header-restaurant.header-area.fixed-left .header-widget-area .title {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
}
.header-area.header-restaurant.header-area.fixed-left .header-widget-area .opening-time {
  margin-bottom: 60px;
}
.header-area.header-restaurant.header-area.fixed-left .header-widget-area .opening-time p {
  color: #919297;
  line-height: 1.714286;
}
.header-area.header-restaurant.header-area.fixed-left .header-widget-area .contact-info ul li {
  margin-bottom: 18px;
  color: #919297;
  font-size: 16px;
}
.header-area.header-restaurant.header-area.fixed-left .header-widget-area .contact-info ul li .icon {
  font-size: 1.15em;
  color: #b58113;
  display: block;
  margin-bottom: 2px;
}
.header-area.header-restaurant.header-area.fixed-left .header-widget-area .contact-info ul li a {
  color: #919297;
  font-size: 16px;
}
.header-area.header-restaurant.header-area.fixed-left .header-widget-area .contact-info ul li a:hover {
  color: #fff;
}
.header-area.header-restaurant.header-area.fixed-left .header-widget-area .copyright-content p {
  color: #919297;
  font-size: 12px;
}
.header-area.fixed-left {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 60px 0px rgba(41, 44, 58, 0.06);
          box-shadow: 0px 0px 60px 0px rgba(41, 44, 58, 0.06);
  padding: 70px 0;
  position: fixed;
  height: 100vh;
  max-width: 370px;
  width: 100%;
  z-index: 99999;
}
@media only screen and (max-width: 991px) {
  .header-area.fixed-left {
    position: relative;
    max-width: none;
    height: auto;
    padding: 0;
  }
}
.header-area.fixed-left .header-left-fix-inner {
  height: 100%;
}
.header-area.fixed-left .header-logo-area {
  margin-top: 0;
  margin-bottom: 148px;
  padding: 0 40px;
}
@media only screen and (max-width: 991px) {
  .header-area.fixed-left .header-logo-area {
    margin-bottom: 0;
    padding: 0;
    display: inline-block;
  }
}
.header-area.fixed-left .header-navigation-area {
  margin: 0;
}
.header-area.fixed-left .header-navigation-area .main-menu.nav {
  display: block;
}
.header-area.fixed-left .header-navigation-area .main-menu.nav .has-submenu {
  z-index: 1;
}
.header-area.fixed-left .header-navigation-area .main-menu.nav .has-submenu > a {
  color: #343538;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 6px;
  padding: 18px 40px 18px;
  position: relative;
}
.header-area.fixed-left .header-navigation-area .main-menu.nav .has-submenu > a:last-child {
  margin-bottom: 0;
}
.header-area.fixed-left .header-navigation-area .main-menu.nav .has-submenu > a:hover {
  color: #a394df;
}
.header-area.fixed-left .header-navigation-area .main-menu.nav .has-submenu.full-width {
  position: relative !important;
}
.header-area.fixed-left .header-navigation-area .main-menu.nav .has-submenu .submenu-nav .has-submenu .submenu-nav {
  margin-top: 0;
}
.header-area.fixed-left .header-navigation-area .main-menu.nav .has-submenu:hover .submenu-nav {
  margin-top: -31px;
}
.header-area.fixed-left .header-navigation-area .main-menu.nav .submenu-nav {
  left: 100%;
  margin-top: -15px;
  top: 0;
  -webkit-transition: margin 0.14s linear 0.3s, visibility 0.14s linear 0.3s, opacity 0.14s linear 0.3s;
  transition: margin 0.14s linear 0.3s, visibility 0.14s linear 0.3s, opacity 0.14s linear 0.3s;
}
.header-area.fixed-left .header-navigation-area .main-menu.nav .submenu-nav > li > a {
  color: rgba(255, 255, 255, 0.7);
  display: block;
  font-weight: 500;
  font-size: 13px;
  text-transform: capitalize;
  padding: 12px 30px;
  margin-bottom: 0;
  line-height: 1.7143;
  letter-spacing: 0;
  position: relative;
}
.header-area.fixed-left .header-navigation-area .main-menu.nav .submenu-nav > li > a:hover {
  color: #fff;
}
.header-area.fixed-left .header-navigation-area .main-menu.nav .submenu-nav:before {
  display: none;
}
.header-area.fixed-left .header-navigation-area .main-menu.nav:hover > li a {
  opacity: 1;
}
.header-area.fixed-left .header-widget-area {
  padding: 0 40px;
}
@media (min-width: 1500px) {
  .header-area.fixed-left .header-widget-area {
    padding-top: 19.9vh;
  }
}
.header-area.fixed-left .header-widget-area .social-icons a {
  color: #232324;
  font-size: 14px;
  margin: 0 8px;
}
.header-area.fixed-left .header-widget-area .social-icons a:first-child {
  margin-left: 0;
}
.header-area.fixed-left .header-widget-area .social-icons a:last-child {
  margin-right: 0;
}
.header-area.fixed-left .header-widget-area .social-icons a:hover {
  color: #a394df;
}
.header-area.fixed-left .header-widget-area .copyright-content p {
  color: #8a8a8a;
  font-size: 14px;
  line-height: 24px;
}
.header-area.fixed-left.header-align-center {
  text-align: center;
  padding: 68px 0;
}
@media only screen and (max-width: 991px) {
  .header-area.fixed-left.header-align-center {
    text-align: inherit;
  }
}
.header-area.fixed-left.header-align-center .header-logo-area {
  margin-bottom: 61px;
}
.header-area.fixed-left.header-align-center .header-navigation-area .submenu-nav {
  text-align: left;
}
.header-area.fixed-left.header-align-center .header-action-area {
  display: block;
  margin-bottom: 149px;
}
@media only screen and (max-width: 1199px) {
  .header-area.fixed-left.header-align-center .header-action-area {
    margin-bottom: 80px;
  }
}
.header-area.fixed-left.header-align-center .header-action-area .btn-search {
  color: #343538;
}
.header-area.fixed-left.header-align-center .header-action-area .btn-search i {
  font-size: 16px;
}
.header-area.fixed-left.header-align-center .header-action-area .btn-user .user-icon {
  color: #343538;
}
.header-area.fixed-left.header-align-center .header-action-area .btn-user .user-icon i {
  font-size: 16px;
}
.header-area.fixed-left.header-align-center .header-action-area .btn-user ul.user-nav {
  z-index: 5;
}
.header-area.fixed-left.header-align-center .header-action-area .btn-cart {
  color: #343538;
}
.header-area.fixed-left.header-align-center .header-action-area .btn-cart i {
  font-size: 16px;
}
.header-area.fixed-left.header-align-center .header-action-area .btn-aside-menu {
  color: #343538;
}
.header-area.fixed-left.header-align-center .header-action-area .btn-aside-menu i {
  font-size: 16px;
}
.header-area.fixed-left.header-align-center .header-action-area .btn-search, .header-area.fixed-left.header-align-center .header-action-area .btn-user, .header-area.fixed-left.header-align-center .header-action-area .btn-cart, .header-area.fixed-left.header-align-center .header-action-area .btn-aside-menu {
  height: 35px;
  line-height: 35px;
  width: 35px;
}
@media (min-width: 1500px) {
  .header-area.fixed-left.header-align-center .header-widget-area {
    padding-top: 19.5vh;
  }
}
@media only screen and (max-width: 1199px) {
  .header-area.fixed-left.header-align-center .header-widget-area {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .header-area.fixed-left.fixed-left-style-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 22px 22px;
    -webkit-box-shadow: none;
            box-shadow: none;
    z-index: 1;
  }
}
.header-area.fixed-left.fixed-left-style-two .header-action-area {
  margin-top: 0;
}
@media only screen and (max-width: 991px) {
  .header-area.fixed-left.fixed-left-style-two .header-action-area {
    display: inline-block !important;
    float: right;
  }
}
@media only screen and (max-width: 991px) {
  .header-area.fixed-left.fixed-left-style-two .header-action-area .btn-search {
    float: left;
  }
}
@media only screen and (max-width: 991px) {
  .header-area.fixed-left.fixed-left-style-two .header-action-area .btn-cart {
    float: left;
  }
}
@media only screen and (max-width: 991px) {
  .header-area.fixed-left.fixed-left-style-two .header-action-area .btn-cart {
    float: left;
  }
}
@media only screen and (max-width: 991px) {
  .header-area.fixed-left.fixed-left-style-three {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 22px 22px;
    -webkit-box-shadow: none;
            box-shadow: none;
    z-index: 1;
  }
}
@media only screen and (max-width: 991px) {
  .header-area.fixed-left.fixed-left-style-three .header-logo-area {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  .header-area.fixed-left.fixed-left-style-three .header-action-area {
    margin-bottom: 0;
    margin-top: 0;
  }
}
@media only screen and (max-width: 991px) {
  .header-area.fixed-left.fixed-left-style-three .header-action-area {
    display: inline-block !important;
    float: right;
  }
}
@media only screen and (max-width: 991px) {
  .header-area.fixed-left.fixed-left-style-three .header-action-area .btn-search {
    float: left;
  }
}
@media only screen and (max-width: 991px) {
  .header-area.fixed-left.fixed-left-style-three .header-action-area .btn-cart {
    float: left;
  }
}
@media only screen and (max-width: 991px) {
  .header-area.fixed-left.fixed-left-style-three .header-action-area .btn-cart {
    float: left;
  }
}

.inner-wrapper .header-area.header-default.header-default-align .container-fluid {
  padding-bottom: 27px;
}
.inner-wrapper .header-area.header-default.header-default-align .header-logo-area {
  margin-top: -1px;
}
@media only screen and (max-width: 991px) {
  .inner-wrapper .header-area.header-default.header-default-align .header-logo-area {
    margin-top: 2px;
  }
}
.inner-wrapper .header-area.header-default.header-default-align .header-navigation-area {
  margin-top: 6px;
}
.inner-wrapper .header-area.header-default.header-default-align .header-navigation-area .main-menu .has-submenu .submenu-nav li .mega-title {
  color: #fff;
}
.inner-wrapper .header-area.header-default.header-default-align .header-navigation-area .main-menu .has-submenu .submenu-nav li a {
  color: rgba(255, 255, 255, 0.7);
}
.inner-wrapper .header-area.header-default.header-default-align .header-navigation-area .main-menu .has-submenu .submenu-nav li a:hover {
  color: #fff;
}
@media only screen and (max-width: 1199px) {
  .inner-wrapper .header-area.header-default.header-default-align .header-navigation-area .main-menu .has-submenu .submenu-nav li ul.submenu-nav {
    left: -100%;
    right: auto;
  }
}
.inner-wrapper .header-area.header-default.header-default-align .header-navigation-area .main-menu .has-submenu .submenu-nav li ul.submenu-nav li a {
  color: rgba(255, 255, 255, 0.7);
}
.inner-wrapper .header-area.header-default.header-default-align .header-navigation-area .main-menu .has-submenu .submenu-nav li ul.submenu-nav li a:hover {
  color: #fff;
}
.inner-wrapper .header-area.header-default.header-default-align .header-navigation-area .main-menu .has-submenu .submenu-nav li ul.submenu-nav li.active a {
  color: #fff;
}
.inner-wrapper .header-area.header-default.header-default-align .header-navigation-area .main-menu .has-submenu .submenu-nav li.active a {
  color: #fff;
}
.inner-wrapper .header-area.header-default.header-default-align .header-navigation-area .main-menu .has-submenu .submenu-nav.submenu-nav-mega li ul li a {
  color: rgba(255, 255, 255, 0.7);
}
.inner-wrapper .header-area.header-default.header-default-align .header-navigation-area .main-menu .has-submenu .submenu-nav.submenu-nav-mega li ul li a:hover {
  color: #fff;
}
.inner-wrapper .header-area.header-default.header-default-align .header-navigation-area .main-menu .has-submenu .submenu-nav.submenu-nav-mega li ul li.active a {
  color: #fff;
}
@media only screen and (max-width: 1199px) {
  .inner-wrapper .header-area.header-default.header-default-align .header-navigation-area .main-menu .has-submenu:first-child .submenu-nav li ul.submenu-nav {
    left: 100%;
    right: auto;
  }
}
.inner-wrapper .header-area.header-default.header-default-align .header-action-area {
  margin-top: -5px;
}
@media only screen and (max-width: 991px) {
  .inner-wrapper .header-area.header-default.header-default-align .header-action-area {
    position: relative;
    top: 7px;
  }
}

@media only screen and (max-width: 991px) {
  .header-top-bar-area {
    display: none;
  }
}
.header-top-bar-area .container-fluid {
  padding: 18px 80px 15px;
}
.header-top-bar-area .header-top-bar-wrap .top-bar-info {
  text-align: left;
}
.header-top-bar-area .header-top-bar-wrap .top-bar-info ul {
  margin-bottom: 0;
}
.header-top-bar-area .header-top-bar-wrap .top-bar-info ul li {
  color: #232324;
  display: inline-block;
  font-size: 14px;
}
.header-top-bar-area .header-top-bar-wrap .top-bar-info ul li .icon {
  display: inline-block;
  line-height: inherit;
  font-size: 16px;
  margin-right: 5px;
  position: relative;
  top: -2px;
  vertical-align: middle;
}
.header-top-bar-area .header-top-bar-wrap .top-bar-info ul li a {
  color: #232324;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
.header-top-bar-area .header-top-bar-wrap .top-bar-info ul li a:hover {
  color: #f5b324;
}
.header-top-bar-area .header-top-bar-wrap .top-bar-info ul li:nth-child(2n) {
  margin-left: 16px;
}
.header-top-bar-area .header-top-bar-wrap .top-bar-language {
  text-align: right;
}
.header-top-bar-area .header-top-bar-wrap .top-bar-language ul {
  margin-bottom: 0;
}
.header-top-bar-area .header-top-bar-wrap .top-bar-language ul li {
  color: #232324;
  display: inline-block;
  font-size: 14px;
}
.header-top-bar-area .header-top-bar-wrap .top-bar-language ul li:before {
  content: "/";
  display: inline-block;
  padding: 0 5px 0 2px;
  font-size: 8px;
  vertical-align: middle;
}
.header-top-bar-area .header-top-bar-wrap .top-bar-language ul li a {
  color: #232324;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
.header-top-bar-area .header-top-bar-wrap .top-bar-language ul li a:hover {
  color: #f5b324;
}
.header-top-bar-area .header-top-bar-wrap .top-bar-language ul li:first-child:before {
  display: none;
}

.footer-slide-wrapper {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
  background: #232324;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  position: fixed;
  right: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
}
@media (max-width: 600px) {
  .footer-slide-wrapper {
    opacity: 1;
    visibility: visible;
  }
}
.footer-slide-wrapper .content-item {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding: 8px 0;
  margin: 0;
  flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
}
.footer-slide-wrapper .content-item .icon-box {
  color: #fff;
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 40px;
}
.footer-slide-wrapper .content-item .icon-box .icon {
  font-size: 16px;
  line-height: 40px;
}
.footer-slide-wrapper .content-item .icon-box .shop-count {
  background-color: #e9595e;
  color: #fff;
  font-size: 9px;
  height: 15px;
  line-height: 15px;
  position: absolute;
  top: 0px;
  right: 4px;
  min-width: 15px;
  width: 15px;
  border-radius: 50%;
}
.footer-slide-wrapper .content-item .icon-box:hover {
  color: #a394df;
}
.footer-slide-wrapper .footer-slide-user-wrapper {
  background-color: #232324;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
  bottom: 100%;
  margin: 0;
  opacity: 0;
  padding: 15px;
  position: absolute;
  top: auto;
  visibility: hidden;
  width: 100%;
  z-index: 11;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
.footer-slide-wrapper .footer-slide-user-wrapper li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  display: block;
  padding: 10px 30px;
}
.footer-slide-wrapper .footer-slide-user-wrapper li a:hover {
  color: #a394df;
}
.footer-slide-wrapper .footer-slide-user-wrapper.active {
  opacity: 1;
  visibility: visible;
}

.aside-user-overlay {
  background: #232324;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  z-index: 9;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
.aside-user-overlay.active {
  visibility: visible;
  opacity: 0.95;
}

@media (max-width: 600px) {
  .footer-slide-active {
    padding-bottom: 56px;
  }
}

.search-box-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(255, 255, 255, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  min-height: 550px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  top: 0;
  height: 100vh;
  padding: 0 15px;
  width: 100vw;
  z-index: 999;
  transition: all ease-in-out 0.25s;
  -webkit-transition: all ease-in-out 0.25s;
  -moz-transition: all ease-in-out 0.25s;
  -ms-transition: all ease-in-out 0.25s;
  -o-transition: all ease-in-out 0.25s;
}
.search-box-wrapper .search-box-content-inner {
  width: 800px;
  margin: 0 auto;
}
.search-box-wrapper .search-box-content-inner .search-box-form-wrap {
  text-align: center;
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transition: all ease-in-out 0.25s;
  -webkit-transition: all ease-in-out 0.25s;
  -moz-transition: all ease-in-out 0.25s;
  -ms-transition: all ease-in-out 0.25s;
  -o-transition: all ease-in-out 0.25s;
}
.search-box-wrapper .search-box-content-inner .search-box-form-wrap .search-note {
  margin-bottom: 15px;
}
.search-box-wrapper .search-box-content-inner .search-box-form-wrap .search-note p {
  color: #232324;
  font-size: 18px;
}
@media only screen and (max-width: 575px) {
  .search-box-wrapper .search-box-content-inner .search-box-form-wrap .search-note p {
    font-size: 15px;
  }
}
.search-box-wrapper .search-box-content-inner .search-box-form-wrap form .search-form .form-control {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #232324;
  text-align: center;
  font-size: 30px;
  padding: 10px;
  border-radius: 0;
  height: 73px;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: 73px;
  padding-right: 47px;
}
@media only screen and (max-width: 575px) {
  .search-box-wrapper .search-box-content-inner .search-box-form-wrap form .search-form .form-control {
    font-size: 20px;
    text-align: left;
  }
}
.search-box-wrapper .search-box-content-inner .search-box-form-wrap form .search-form .search-button {
  color: #000;
  border: none;
  line-height: 1;
  font-size: 30px;
  background-color: transparent;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 10px;
  right: 0;
}
@media only screen and (max-width: 575px) {
  .search-box-wrapper .search-box-content-inner .search-box-form-wrap form .search-form .search-button {
    font-size: 18px;
    bottom: 16px;
  }
}
.search-box-wrapper .search-box-content-inner .search-box-form-wrap form .search-form .search-button i {
  font-size: 30px;
}
@media only screen and (max-width: 575px) {
  .search-box-wrapper .search-box-content-inner .search-box-form-wrap form .search-form .search-button i {
    font-size: 18px;
  }
}
.search-box-wrapper .search-box-content-inner .search-box-form-wrap form .search-form .search-button:hover {
  color: #a394df;
}
.search-box-wrapper .search-close {
  font-size: 26px;
  display: block;
  position: absolute;
  line-height: 40px;
  height: 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: transparent;
  border: none;
  margin: 0;
  width: 40px;
  padding: 0;
  top: 21%;
  right: 20%;
}
.search-box-wrapper .search-close i {
  font-size: 26px;
}
.search-box-wrapper .search-close:hover {
  color: #a394df;
}
.search-box-wrapper.show {
  visibility: visible;
  opacity: 1;
}
.search-box-wrapper.show .search-box-content-inner .search-box-form-wrap {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.aside-cart-wrapper {
  background-color: #fff;
  position: fixed;
  top: 0;
  width: 420px;
  min-height: 100vh;
  bottom: 0;
  z-index: 999;
  right: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
  transform: translate(200px, 0);
  -webkit-transform: translate(200px, 0);
  -webkit-box-shadow: 0px 0px 87px 0px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 0px 87px 0px rgba(0, 0, 0, 0.09);
}
@media only screen and (max-width: 767px) {
  .aside-cart-wrapper {
    width: 310px;
  }
}
.aside-cart-wrapper .aside-cart-inner {
  padding: 106px 50px 102px;
  overflow: auto;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .aside-cart-wrapper .aside-cart-inner {
    padding: 86px 19px 82px;
  }
}
.aside-cart-wrapper .aside-cart-inner .btn-aside-cart-close {
  color: #232324;
  cursor: pointer;
  position: absolute;
  right: 40px;
  top: 42px;
  z-index: 9;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 26px;
}
.aside-cart-wrapper .aside-cart-inner .btn-aside-cart-close i {
  font-size: 26px;
}
.aside-cart-wrapper .aside-cart-inner .btn-aside-cart-close:hover {
  color: #a394df;
}
.aside-cart-wrapper .aside-cart-inner .title {
  color: #343538;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  margin-bottom: 44px;
}
.aside-cart-wrapper .aside-cart-inner .aside-cart-product-list {
  margin-bottom: 35px;
}
.aside-cart-wrapper .aside-cart-inner .aside-cart-product-list .product-list-item {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.aside-cart-wrapper .aside-cart-inner .aside-cart-product-list .product-list-item .remove {
  color: #343538;
  display: block;
  font-weight: normal;
  font-size: 14px;
  height: 20px;
  line-height: 17px;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: right;
  width: 20px;
  font-family: Verdana, sans-serif;
}
.aside-cart-wrapper .aside-cart-inner .aside-cart-product-list .product-list-item a {
  color: #343538;
  display: block;
  font-size: 14px;
  line-height: normal;
  margin: 0 0 5px;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
.aside-cart-wrapper .aside-cart-inner .aside-cart-product-list .product-list-item a img {
  float: left;
  max-width: 70px;
  margin-right: 20px;
}
.aside-cart-wrapper .aside-cart-inner .aside-cart-product-list .product-list-item a:hover {
  color: #a394df;
}
.aside-cart-wrapper .aside-cart-inner .aside-cart-product-list .product-list-item .product-price {
  color: #343538;
  font-size: 14px;
}
.aside-cart-wrapper .aside-cart-inner .aside-cart-product-list .product-list-item:last-child {
  margin-bottom: 0;
}
.aside-cart-wrapper .aside-cart-inner .cart-total {
  color: #343538;
  vertical-align: middle;
  display: inline-block;
  width: 100%;
}
.aside-cart-wrapper .aside-cart-inner .cart-total span {
  font-size: 14px;
}
.aside-cart-wrapper .aside-cart-inner .cart-total .amount {
  font-weight: 500;
  font-size: 18px;
  float: right;
}
.aside-cart-wrapper .aside-cart-inner .btn-theme {
  border-radius: 0;
  display: block;
  text-align: center;
  font-size: 12px;
  padding: 20px 20px;
}
.aside-cart-wrapper.active {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}

.aside-cart-overlay {
  background-color: rgba(35, 35, 36, 0.7);
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.aside-cart-overlay.active {
  opacity: 1;
  visibility: visible;
}

.body-cart-fix {
  overflow: hidden;
  transition: all 400ms ease-out;
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
}

.aside-menu-wrapper {
  background-color: #fff;
  position: fixed;
  top: 0;
  width: 470px;
  min-height: 100vh;
  bottom: 0;
  z-index: 999;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 400ms ease-out;
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transform: translate(200px, 0);
  -webkit-transform: translate(200px, 0);
  -moz-transform: translate(200px, 0);
  -ms-transform: translate(200px, 0);
  -o-transform: translate(200px, 0);
}
.aside-menu-wrapper .aside-menu-inner {
  padding: 85px 70px 0;
  overflow: auto;
  height: 100%;
}
.aside-menu-wrapper .aside-menu-inner .btn-aside-menu-close {
  color: #232324;
  position: absolute;
  right: 40px;
  top: 24px;
  cursor: pointer;
  z-index: 9;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 26px;
}
.aside-menu-wrapper .aside-menu-inner .btn-aside-menu-close i {
  font-size: 26px;
}
.aside-menu-wrapper .aside-menu-inner .btn-aside-menu-close:hover {
  color: #a394df;
}
.aside-menu-wrapper .aside-menu-inner .aside-menu-content {
  margin-bottom: 60px;
}
.aside-menu-wrapper .aside-menu-inner .aside-menu-content .title {
  color: #343538;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  margin-bottom: 25px;
}
.aside-menu-wrapper .aside-menu-inner .aside-menu-content p {
  color: #343538;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 15px;
}
.aside-menu-wrapper .aside-menu-inner .aside-menu-thumb {
  margin-bottom: 60px;
}
.aside-menu-wrapper .aside-menu-inner .aside-menu-contact-info {
  margin-bottom: 80px;
}
.aside-menu-wrapper .aside-menu-inner .aside-menu-contact-info ul {
  margin-bottom: 0;
}
.aside-menu-wrapper .aside-menu-inner .aside-menu-contact-info ul li {
  color: #343538;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 35px;
}
.aside-menu-wrapper .aside-menu-inner .aside-menu-contact-info ul li a {
  color: #343538;
}
.aside-menu-wrapper .aside-menu-inner .aside-menu-contact-info ul li a:hover {
  color: #a394df;
}
.aside-menu-wrapper .aside-menu-inner .aside-menu-contact-info ul li i {
  font-size: 1.15em;
  position: absolute;
  left: 0;
  top: 3px;
}
.aside-menu-wrapper .aside-menu-inner .aside-menu-contact-info ul li:last-child {
  margin-bottom: 0;
}
.aside-menu-wrapper .aside-menu-inner .aside-menu-social-icons {
  padding-bottom: 102px;
}
.aside-menu-wrapper .aside-menu-inner .aside-menu-social-icons span {
  color: #343538;
  display: block;
  margin-bottom: 14px;
}
.aside-menu-wrapper .aside-menu-inner .aside-menu-social-icons a {
  color: #232324;
  display: inline-block;
  font-size: 14px;
  margin-right: 16px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.aside-menu-wrapper .aside-menu-inner .aside-menu-social-icons a:hover {
  color: #a394df;
}
.aside-menu-wrapper.active {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}

.aside-menu-overlay {
  background-color: rgba(35, 35, 36, 0.7);
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.aside-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

.body-fix {
  overflow: hidden;
  transition: all 400ms ease-out;
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
}

.off-canvas-wrapper {
  position: fixed;
  right: -100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  height: 100vh;
  width: 100%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  z-index: 9999;
}
.off-canvas-wrapper.active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  right: 0;
}
.off-canvas-wrapper.active .off-canvas-inner {
  -webkit-transform: none;
          transform: none;
}
.off-canvas-wrapper.active .off-canvas-inner .off-canvas-content {
  -webkit-transform: none;
          transform: none;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.off-canvas-wrapper.active .btn-close {
  display: block;
}
.off-canvas-wrapper.active .off-canvas-overlay {
  opacity: 1;
  visibility: visible;
}
.off-canvas-wrapper .off-canvas-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 575px) {
  .off-canvas-wrapper .off-canvas-header {
    padding: 30px 30px 0 25px;
  }
}
.off-canvas-wrapper .off-canvas-header .logo-area {
  max-width: 100px;
}
.off-canvas-wrapper .off-canvas-overlay {
  background-color: rgba(0, 0, 0, 0.8);
  cursor: url("../img/icons/cancel-white.png"), auto;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.off-canvas-wrapper .btn-close {
  background-color: transparent;
  border: none;
  color: #999;
  font-size: 36px;
  line-height: 1;
}
.off-canvas-wrapper .btn-close i {
  line-height: 1;
}
.off-canvas-wrapper .btn-close:hover {
  color: #000;
}
.off-canvas-wrapper .off-canvas-inner {
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 100vh;
  width: 100%;
  z-index: 3;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content {
  background-color: #fff;
  height: 100%;
  padding: 0 10px;
  position: relative;
  overflow-y: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  width: 350px;
  z-index: 9;
}
@media only screen and (max-width: 575px) {
  .off-canvas-wrapper .off-canvas-inner .off-canvas-content {
    width: 310px;
  }
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item {
  margin-bottom: 30px;
  padding: 0 20px;
}
@media only screen and (max-width: 575px) {
  .off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item {
    padding: 16px 5px 0;
  }
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item:last-child {
  margin-bottom: 0;
}

.off-canvas-wrapper.canvas-fullpage-menu {
  right: 0;
  left: 0;
}
.off-canvas-wrapper.canvas-fullpage-menu .off-canvas-inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.off-canvas-wrapper.canvas-fullpage-menu .off-canvas-inner .off-canvas-overlay {
  background-color: rgba(255, 255, 255, 0);
  cursor: auto;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.off-canvas-wrapper.canvas-fullpage-menu .off-canvas-inner .off-canvas-content {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transform: none;
          transform: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.off-canvas-wrapper.canvas-fullpage-menu .off-canvas-inner .off-canvas-content .off-canvas-header {
  display: block;
  padding: 0;
}
.off-canvas-wrapper.canvas-fullpage-menu .off-canvas-inner .off-canvas-content .off-canvas-header .close-action {
  font-size: 40px;
  display: block;
  position: absolute;
  top: 20%;
  right: 20%;
  line-height: 40px;
  height: 40px;
}
@media only screen and (max-width: 575px) {
  .off-canvas-wrapper.canvas-fullpage-menu .off-canvas-inner .off-canvas-content .off-canvas-header .close-action {
    font-size: 35px;
    top: 60px;
    right: 10%;
  }
}
.off-canvas-wrapper.canvas-fullpage-menu .off-canvas-inner .off-canvas-content .off-canvas-item {
  padding: 0 15px;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .off-canvas-wrapper.canvas-fullpage-menu .off-canvas-inner .off-canvas-content .off-canvas-item {
    width: 100%;
  }
}
.off-canvas-wrapper.canvas-fullpage-menu .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav {
  padding: 0;
  text-align: center;
}
.off-canvas-wrapper.canvas-fullpage-menu .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav .slicknav_parent {
  border: none;
  opacity: 0;
  transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  -moz-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  -o-transform: translate(0, 30px);
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.off-canvas-wrapper.canvas-fullpage-menu .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav .slicknav_parent:nth-child(1) {
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
}
.off-canvas-wrapper.canvas-fullpage-menu .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav .slicknav_parent:nth-child(2) {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.off-canvas-wrapper.canvas-fullpage-menu .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav .slicknav_parent:nth-child(3) {
  -webkit-transition-delay: 350ms;
          transition-delay: 350ms;
}
.off-canvas-wrapper.canvas-fullpage-menu .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav .slicknav_parent:nth-child(4) {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.off-canvas-wrapper.canvas-fullpage-menu .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav .slicknav_parent:nth-child(5) {
  -webkit-transition-delay: 450ms;
          transition-delay: 450ms;
}
.off-canvas-wrapper.canvas-fullpage-menu .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav .slicknav_parent:nth-child(6) {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
.off-canvas-wrapper.canvas-fullpage-menu .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav .slicknav_parent a {
  font-size: 60px;
  font-weight: 700;
  display: block;
  margin: 0;
  padding: 0;
  padding-bottom: 18px;
}
@media only screen and (max-width: 767px) {
  .off-canvas-wrapper.canvas-fullpage-menu .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav .slicknav_parent a {
    font-size: 48px;
    padding-bottom: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .off-canvas-wrapper.canvas-fullpage-menu .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav .slicknav_parent a {
    font-size: 34px;
  }
}
.off-canvas-wrapper.canvas-fullpage-menu .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav .slicknav_parent a .slicknav_arrow {
  display: none;
}
.off-canvas-wrapper.canvas-fullpage-menu .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav .slicknav_parent ul {
  border: none;
  padding-left: 0;
  padding-top: 21px;
  padding-bottom: 56px;
}
.off-canvas-wrapper.canvas-fullpage-menu .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav .slicknav_parent ul li a {
  color: #232324;
  font-size: 16px;
  padding-bottom: 0;
}
.off-canvas-wrapper.canvas-fullpage-menu .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav .slicknav_parent ul li a:hover {
  color: #a394df;
}
.off-canvas-wrapper.canvas-fullpage-menu .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav .slicknav_parent ul li a a {
  padding-bottom: 16px;
}
.off-canvas-wrapper.canvas-fullpage-menu .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav .slicknav_parent ul li ul {
  padding-top: 22px;
  padding-bottom: 39px;
}
.off-canvas-wrapper.canvas-fullpage-menu .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav .slicknav_parent ul li ul li {
  border: none;
  line-height: 30px;
}
.off-canvas-wrapper.canvas-fullpage-menu .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav .slicknav_parent ul li ul li a {
  color: #232324;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 0;
}
.off-canvas-wrapper.canvas-fullpage-menu.active {
  height: 100vh;
  left: 0;
  right: 0;
  width: 100%;
}
.off-canvas-wrapper.canvas-fullpage-menu.active .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav .slicknav_parent {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}

.fix {
  overflow: hidden;
}

.sticky-header {
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.sticky-header.sticky-show {
  -webkit-animation-name: slideDown !important;
  animation-name: slideDown !important;
}
.sticky-header.sticky {
  background-color: #fff;
  -webkit-box-shadow: 0px -1px 14px 2px rgba(0, 0, 0, 0.08);
          box-shadow: 0px -1px 14px 2px rgba(0, 0, 0, 0.08);
  position: fixed;
  left: 0;
  top: 0 !important;
  width: 100%;
  z-index: 99;
  -webkit-animation-name: slideUp;
  animation-name: slideUp;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.sticky-header.sticky.header-area .header-action-area .header-widget-social a {
  color: #232324;
}
.sticky-header.sticky.header-area .header-action-area .btn-search, .sticky-header.sticky.header-area .header-action-area .btn-aside-menu, .sticky-header.sticky.header-area .header-action-area .btn-user .user-icon, .sticky-header.sticky.header-area .header-action-area .btn-cart {
  color: #232324;
}
.sticky-header.sticky.header-area .header-action-area.header-action-light .btn-menu {
  color: #232324 !important;
}
.sticky-header.sticky .header-logo-sticky .logo-main {
  display: none;
}
.sticky-header.sticky .header-logo-sticky .logo-light {
  display: block;
}
.sticky-header.sticky .main-menu > li > a {
  color: #232324;
}
.sticky-header .header-logo-sticky .logo-main {
  display: block;
}
@media only screen and (max-width: 991px) {
  .sticky-header .header-logo-sticky .logo-main {
    display: none !important;
  }
}
.sticky-header .header-logo-sticky .logo-light {
  display: none;
}
@media only screen and (max-width: 991px) {
  .sticky-header .header-logo-sticky .logo-light {
    display: block !important;
  }
}

.app-landing-wrapper .sticky-header.sticky.header-area .header-action-area .btn-menu {
  color: #232324;
}

.construction-wrapper .sticky-header.sticky.header-area .main-menu > li > a {
  color: #232324;
}

.gym-and-fitness-wrapper .sticky-header.sticky.header-area .main-menu > li > a {
  color: #232324;
}

.business-two-wrapper .sticky-header.sticky.header-area .main-menu > li > a {
  color: #232324;
}

.canvas-fullpage-menu .res-mobile-menu {
  max-height: 576px;
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
/*
-----------------------------------------------------------------------
	Home Slider CSS
-----------------------------------------------------------------------
*/
.home-slider-area .home-slider-container.split-slider-container.swiper-container {
  width: 100%;
  height: 100vh;
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-container.split-slider-container.swiper-container {
    height: calc(100vh - 70px);
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency .swiper-slide.swiper-slide-active .slider-content-area .slider-content .title,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency .swiper-slide.swiper-slide-active .slider-content-area .slider-content p,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency .swiper-slide.swiper-slide-active .slider-content-area .slider-content .btn-slide {
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency .slider-content-area {
  height: 868px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency .slider-content-area {
    height: 640px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency .slider-content-area .slider-content {
  margin-top: -28px;
  padding: 0 15px;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency .slider-content-area .slider-content .title {
  color: #fff;
  font-weight: 400;
  font-size: 90px;
  margin-bottom: 20px;
  line-height: 92px;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency .slider-content-area .slider-content .title {
    font-size: 72px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency .slider-content-area .slider-content .title {
    font-size: 58px;
    line-height: 50px;
    margin-bottom: 20px !important;
  }
}
@media only screen and (max-width: 575px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency .slider-content-area .slider-content .title {
    font-size: 46px;
  }
}
@media only screen and (max-width: 479px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency .slider-content-area .slider-content .title {
    font-size: 44px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency .slider-content-area .slider-content p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 35px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency .slider-content-area .slider-content p {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency .slider-content-area .slider-content .btn-slide {
  border: 2px solid #fff;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 13px 45px;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency .slider-content-area .slider-content .btn-slide {
    font-size: 13px;
    padding: 10px 25px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency .slider-content-area .slider-content .btn-slide:hover {
  background-color: #232324;
  border-color: #232324;
  color: #fff;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency .slider-content-area .slider-content .title,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency .slider-content-area .slider-content p,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency .slider-content-area .slider-content .btn-slide {
  animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency .slider-content-area .slider-content .title-box,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency .slider-content-area .slider-content .desc-box,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency .slider-content-area .slider-content .btn-box {
  overflow: hidden;
  position: relative;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency-two .swiper-slide.swiper-slide-active .slider-content-area .slider-content .btn-slide {
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency-two .swiper-slide.swiper-slide-active .slider-content-area .slider-content .title,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency-two .swiper-slide.swiper-slide-active .slider-content-area .slider-content p {
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency-two .slider-content-area {
  height: 868px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency-two .slider-content-area {
    height: 690px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency-two .slider-content-area {
    height: 590px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency-two .slider-content-area {
    height: 444px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency-two .slider-content-area .slider-content {
  margin-top: -18px;
  padding: 0 15px;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency-two .slider-content-area .slider-content .title {
  color: #fff;
  font-weight: 400;
  font-size: 130px;
  margin-bottom: 15px;
  line-height: 130px;
  text-transform: uppercase;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency-two .slider-content-area .slider-content .title {
    font-size: 104px;
    line-height: 104px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency-two .slider-content-area .slider-content .title {
    font-size: 58px;
    line-height: 58px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency-two .slider-content-area .slider-content .title {
    font-size: 50px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 479px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency-two .slider-content-area .slider-content .title {
    font-size: 35px;
    line-height: 35px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency-two .slider-content-area .slider-content p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 37px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency-two .slider-content-area .slider-content p {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency-two .slider-content-area .slider-content .btn-slide {
  border: 2px solid #fff;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 13px 45px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency-two .slider-content-area .slider-content .btn-slide {
    padding: 10px 35px;
  }
}
@media only screen and (max-width: 479px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency-two .slider-content-area .slider-content .btn-slide {
    font-size: 10px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency-two .slider-content-area .slider-content .btn-slide:hover {
  background-color: #232324;
  border-color: #232324;
  color: #fff;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency-two .slider-content-area .slider-content .title,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency-two .slider-content-area .slider-content p,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency-two .slider-content-area .slider-content .btn-slide {
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency-two .slider-content-area .slider-content .title-box,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency-two .slider-content-area .slider-content .desc-box,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency-two .slider-content-area .slider-content .btn-box {
  overflow: hidden;
  position: relative;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency-two .slider-content-area.center-align .slider-content p {
  margin-bottom: 14px;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency-two .slider-content-area.center-align .slider-content .title {
  margin-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency-two .slider-content-area.center-align .slider-content .title {
    margin-bottom: 30px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency-three .swiper-slide.swiper-slide-active .slider-content-area .slider-content .title,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency-three .swiper-slide.swiper-slide-active .slider-content-area .slider-content p,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency-three .swiper-slide.swiper-slide-active .slider-content-area .slider-content .btn-slide {
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency-three .swiper-slide.swiper-slide-active .slider-content-area.left-align .slider-thumb {
  animation-name: fadeInRight;
  -webkit-animation-name: fadeInRight;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency-three .slider-content-area {
  height: 868px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1500px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency-three .slider-content-area {
    height: 768px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency-three .slider-content-area {
    height: 668px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency-three .slider-content-area {
    height: 468px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency-three .slider-content-area .slider-content {
  padding-right: 130px;
  margin: 0 auto;
  width: 1178px;
  margin-top: -10px;
}
@media only screen and (max-width: 1500px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency-three .slider-content-area .slider-content {
    padding-right: 160px;
    padding-left: 15px;
    width: 100%;
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency-three .slider-content-area .slider-content {
    padding-right: 15px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency-three .slider-content-area .slider-content .title {
  color: #fff;
  font-size: 90px;
  margin-bottom: 42px;
  line-height: 90px;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
@media only screen and (max-width: 1500px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency-three .slider-content-area .slider-content .title {
    font-size: 85px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency-three .slider-content-area .slider-content .title {
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency-three .slider-content-area .slider-content .title {
    font-size: 52px;
    line-height: 52px;
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 479px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency-three .slider-content-area .slider-content .title {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 13px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency-three .slider-content-area .slider-content p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 42px;
  width: 500px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency-three .slider-content-area .slider-content p {
    font-size: 14px;
    margin-bottom: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency-three .slider-content-area .slider-content p {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency-three .slider-content-area .slider-content .btn-slide {
  border: 2px solid #fff;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  padding: 13px 45px;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency-three .slider-content-area .slider-content .btn-slide {
    font-size: 12px;
    padding: 10px 36px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency-three .slider-content-area .slider-content .btn-slide:hover {
  background-color: #232324;
  border-color: #232324;
  color: #fff;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency-three .slider-content-area .slider-content .title,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency-three .slider-content-area .slider-content p,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency-three .slider-content-area .slider-content .btn-slide {
  animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency-three .slider-content-area .slider-content .title-box,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency-three .slider-content-area .slider-content .desc-box,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency-three .slider-content-area .slider-content .btn-box {
  overflow: hidden;
  position: relative;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency-three .slider-content-area.left-align {
  z-index: 1;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency-three .slider-content-area.left-align .slider-content {
  margin-top: -6px;
  padding-right: 370px;
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency-three .slider-content-area.left-align .slider-content {
    padding-right: 85px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency-three .slider-content-area.left-align .slider-content .title {
  font-size: 60px;
  line-height: 60px;
  letter-spacing: -1px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1500px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency-three .slider-content-area.left-align .slider-content .title {
    font-size: 50px;
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency-three .slider-content-area.left-align .slider-content .title {
    font-size: 42px;
    margin-bottom: 8px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 479px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency-three .slider-content-area.left-align .slider-content .title {
    font-size: 30px;
    margin-bottom: 4px;
    line-height: 40px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency-three .slider-content-area.left-align .slider-content p {
  margin-bottom: 34px;
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency-three .slider-content-area.left-align .slider-content p {
    margin-bottom: 20px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency-three .slider-content-area.left-align .slider-content .btn-slide {
  text-transform: uppercase;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency-three .slider-content-area.left-align .slider-thumb {
  position: absolute;
  right: -22px;
  bottom: 0;
  animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency-three .slider-content-area.left-align .slider-thumb {
    display: none;
  }
}
@media only screen and (max-width: 1500px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency-three .slider-content-area.left-align .slider-thumb img {
    width: 540px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency-three .slider-content-area.center-align {
  text-align: center;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency-three .slider-content-area.center-align .slider-content {
  padding-right: 0;
  margin-top: -2px;
}
@media only screen and (max-width: 1500px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency-three .slider-content-area.center-align .slider-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency-three .slider-content-area.center-align .slider-content .title {
  font-size: 80px;
  line-height: 94px;
  letter-spacing: -3px;
  margin-bottom: 42px;
}
@media only screen and (max-width: 1500px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency-three .slider-content-area.center-align .slider-content .title {
    font-size: 70px;
    line-height: 84px;
    margin-bottom: 22px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency-three .slider-content-area.center-align .slider-content .title {
    font-size: 55px;
    line-height: 68px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency-three .slider-content-area.center-align .slider-content .title {
    font-size: 45px;
    line-height: 55px;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 575px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency-three .slider-content-area.center-align .slider-content .title {
    font-size: 35px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 479px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency-three .slider-content-area.center-align .slider-content .title {
    font-size: 30px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency-three .slider-content-area.center-align .slider-content .btn-slide {
  background-color: #fff;
  border-color: #fff;
  color: #232324;
  text-transform: uppercase;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-creative-agency-three .slider-content-area.center-align .slider-content .btn-slide:hover {
  background-color: #232324;
  border-color: #232324;
  color: #fff;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-modern-agency .swiper-slide.swiper-slide-active .slider-content-area .slider-content .title,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-modern-agency .swiper-slide.swiper-slide-active .slider-content-area .slider-content .btn-slide {
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-modern-agency .swiper-slide.swiper-slide-active .slider-content-area.center-align .slider-content p {
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-modern-agency .swiper-slide.swiper-slide-active .slider-content-area.center-align .slider-content p:before {
  animation-name: fadeInLeft;
  -webkit-animation-name: fadeInLeft;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-modern-agency .swiper-slide.swiper-slide-active .slider-content-area.center-align .slider-content p:after {
  animation-name: fadeInRight;
  -webkit-animation-name: fadeInRight;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-modern-agency .slider-content-area {
  height: 868px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-modern-agency .slider-content-area {
    height: 694px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-modern-agency .slider-content-area {
    height: 594px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-modern-agency .slider-content-area {
    height: 444px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-modern-agency .slider-content-area .slider-content {
  width: 810px;
  margin: 0 auto;
  margin-top: 42px;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-modern-agency .slider-content-area .slider-content .title {
  color: #fff;
  font-weight: 400;
  font-size: 80px;
  line-height: 80px;
  margin-bottom: 57px;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-modern-agency .slider-content-area .slider-content .title {
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 34px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-modern-agency .slider-content-area .slider-content .title {
    font-size: 59px;
    line-height: 59px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-modern-agency .slider-content-area .slider-content .title {
    font-size: 38px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 479px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-modern-agency .slider-content-area .slider-content .title {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 12px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-modern-agency .slider-content-area .slider-content .btn-slide {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 50px;
  color: #232324;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 11px 43px;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-modern-agency .slider-content-area .slider-content .btn-slide {
    font-size: 13px;
    padding: 11px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-modern-agency .slider-content-area .slider-content .btn-slide {
    font-size: 12px;
    padding: 9px 34px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-modern-agency .slider-content-area .slider-content .btn-slide:hover {
  background-color: #232324;
  border-color: #232324;
  color: #fff;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-modern-agency .slider-content-area .slider-content .title,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-modern-agency .slider-content-area .slider-content .btn-slide {
  animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-modern-agency .slider-content-area .slider-content .title-box,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-modern-agency .slider-content-area .slider-content .btn-box {
  overflow: hidden;
  position: relative;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-modern-agency .slider-content-area.center-align .slider-content .title {
  font-size: 100px;
  line-height: 100px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-modern-agency .slider-content-area.center-align .slider-content .title {
    font-size: 90px;
    line-height: 90px;
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-modern-agency .slider-content-area.center-align .slider-content .title {
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-modern-agency .slider-content-area.center-align .slider-content .title {
    font-size: 64px;
    line-height: 64px;
  }
}
@media only screen and (max-width: 479px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-modern-agency .slider-content-area.center-align .slider-content .title {
    font-size: 42px;
    line-height: 42px;
    margin-bottom: 12px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-modern-agency .slider-content-area.center-align .slider-content p {
  color: #fff;
  font-size: 20px;
  font-family: "Vidaloka", serif;
  line-height: 24px;
  letter-spacing: 1px;
  margin-bottom: 51px;
  position: relative;
  display: inline-block;
  animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-modern-agency .slider-content-area.center-align .slider-content p {
    margin-bottom: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-modern-agency .slider-content-area.center-align .slider-content p {
    margin-bottom: 10px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-modern-agency .slider-content-area.center-align .slider-content p:before {
  left: -106px;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-modern-agency .slider-content-area.center-align .slider-content p:before, .home-slider-area .home-slider-container .home-slider-wrapper.slider-modern-agency .slider-content-area.center-align .slider-content p:after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 80px;
  height: 1px;
  top: 50%;
  animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-modern-agency .slider-content-area.center-align .slider-content p:after {
  right: -112px;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-modern-agency .slider-content-area.center-align .slider-content .desc-box {
  overflow: hidden;
  position: relative;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-business .swiper-slide.swiper-slide-active .slider-content-area .slider-content .title,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-business .swiper-slide.swiper-slide-active .slider-content-area .slider-content p,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-business .swiper-slide.swiper-slide-active .slider-content-area .slider-content .btn-slide-play,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-business .swiper-slide.swiper-slide-active .slider-content-area .slider-content .btn-slide {
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-business .swiper-slide.swiper-slide-active .slider-content-area .slider-thumb {
  animation-name: fadeInRight;
  -webkit-animation-name: fadeInRight;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-business .slider-content-area {
  height: 868px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-business .slider-content-area {
    height: 694px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-business .slider-content-area {
    height: 592px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-business .slider-content-area {
    height: 445px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-business .slider-content-area .slider-content {
  margin: 0 auto;
  width: 1170px;
  padding-right: 330px;
  z-index: 1;
  margin-top: -10px;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-business .slider-content-area .slider-content {
    padding-right: 234px;
    padding-left: 15px;
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-business .slider-content-area .slider-content {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-business .slider-content-area .slider-content .title {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 100px;
  line-height: 100px;
  letter-spacing: -2px;
  margin-bottom: 25px;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-business .slider-content-area .slider-content .title {
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-business .slider-content-area .slider-content .title {
    font-size: 48px;
    line-height: 48px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-business .slider-content-area .slider-content p {
  color: #fff;
  font-family: "Vidaloka", serif;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 40px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-business .slider-content-area .slider-content p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-business .slider-content-area .slider-content p {
    font-size: 14px;
    line-height: 20px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-business .slider-content-area .slider-content .btn-slide-play {
  display: inline-block;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-business .slider-content-area .slider-content .btn-slide-play img {
  height: 69px;
  width: 69px;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-business .slider-content-area .slider-content .btn-slide-play img {
    width: 50px;
    height: 50px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-business .slider-content-area .slider-content .btn-slide {
  display: inline-block;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-business .slider-content-area .slider-content .title,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-business .slider-content-area .slider-content p,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-business .slider-content-area .slider-content .btn-slide-play,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-business .slider-content-area .slider-content .btn-slide {
  animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-business .slider-content-area .slider-content .title-box,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-business .slider-content-area .slider-content .desc-box,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-business .slider-content-area .slider-content .btn-box {
  overflow: hidden;
  position: relative;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-business .slider-content-area .slider-thumb {
  position: absolute;
  right: 0;
  top: -45px;
  animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}
@media only screen and (max-width: 479px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-business .slider-content-area .slider-thumb {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-business .slider-content-area .slider-thumb img {
    width: 710px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-business .slider-content-area .slider-thumb img {
    width: 475px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-business .slider-content-area .slider-shape {
  position: absolute;
  right: calc(50% - 378px);
  top: 208px;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-business .slider-content-area .slider-shape {
    width: 300px;
  }
}
@media only screen and (max-width: 479px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-business .slider-content-area .slider-shape {
    display: none;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-business .slider-content-area.left-align .slider-content {
  margin-top: -16px;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-business .slider-content-area.left-align .slider-content .title {
  letter-spacing: 0;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-business .slider-content-area.left-align .slider-content p {
  margin-bottom: 52px;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-business .slider-content-area.left-align .slider-content p {
    margin-bottom: 20px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-business .slider-content-area.left-align .slider-content .btn-slide img {
  width: 221px;
  height: 71px;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-business .slider-content-area.left-align .slider-content .btn-slide img {
    width: 185px;
    height: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-business .slider-content-area.left-align .slider-content .btn-slide img {
    width: 165px;
    height: 60px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-business .slider-content-area.left-align .slider-thumb {
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 479px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-business .slider-content-area.left-align .slider-thumb {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-business .slider-content-area.left-align .slider-thumb img {
    width: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-business .slider-content-area.left-align .slider-thumb img {
    width: 384px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-business-two .swiper-slide.swiper-slide-active .slider-content-area .slider-content .title,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-business-two .swiper-slide.swiper-slide-active .slider-content-area .slider-content p,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-business-two .swiper-slide.swiper-slide-active .slider-content-area .slider-content .btn-slide {
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-business-two .slider-content-area {
  height: 100vh;
  min-height: 550px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-business-two .slider-content-area {
    height: 430px;
    min-height: 430px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-business-two .slider-content-area .slider-content {
  margin: 0 auto;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-business-two .slider-content-area .slider-content .title {
  color: #fff;
  font-size: 134px;
  line-height: 134px;
  letter-spacing: -4px;
  margin-bottom: 13px;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-business-two .slider-content-area .slider-content .title {
    font-size: 79px;
    line-height: 79px;
  }
}
@media only screen and (max-width: 575px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-business-two .slider-content-area .slider-content .title {
    font-size: 64px;
    line-height: 64px;
  }
}
@media only screen and (max-width: 479px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-business-two .slider-content-area .slider-content .title {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-business-two .slider-content-area .slider-content p {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 41px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-business-two .slider-content-area .slider-content p {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 25px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-business-two .slider-content-area .slider-content .btn-slide {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 13px 45px;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-business-two .slider-content-area .slider-content .btn-slide {
    font-size: 13px;
    padding: 9px 37px;
  }
}
@media only screen and (max-width: 479px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-business-two .slider-content-area .slider-content .btn-slide {
    font-size: 12px;
    padding: 8px 27px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-business-two .slider-content-area .slider-content .btn-slide:hover {
  background-color: #232324;
  border-color: #232324;
  color: #fff;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-business-two .slider-content-area .slider-content .title,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-business-two .slider-content-area .slider-content p,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-business-two .slider-content-area .slider-content .btn-slide {
  animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-business-two .slider-content-area .slider-content .title-box,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-business-two .slider-content-area .slider-content .desc-box,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-business-two .slider-content-area .slider-content .btn-box {
  overflow: hidden;
  position: relative;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-business-interactive .swiper-slide.swiper-slide-active .slider-content-area .slider-content .title:after {
  animation-name: zoomInDown;
  -webkit-animation-name: zoomInDown;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-business-interactive .swiper-slide.swiper-slide-active .slider-content-area .slider-content .title,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-business-interactive .swiper-slide.swiper-slide-active .slider-content-area .slider-content p,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-business-interactive .swiper-slide.swiper-slide-active .slider-content-area .slider-content .btn-slide {
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-business-interactive .slider-content-area {
  height: 800px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-business-interactive .slider-content-area {
    height: 700px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-business-interactive .slider-content-area {
    height: 480px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-business-interactive .slider-content-area .slider-content {
  margin: 0 auto;
  padding: 0 15px;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-business-interactive .slider-content-area .slider-content .title {
  color: #fff;
  font-size: 100px;
  line-height: 100px;
  position: relative;
  margin-bottom: 37px;
  padding-bottom: 32px;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-business-interactive .slider-content-area .slider-content .title {
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 20px;
    padding-bottom: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-business-interactive .slider-content-area .slider-content .title {
    font-size: 46px;
    line-height: 46px;
    margin-bottom: 14px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-business-interactive .slider-content-area .slider-content .title {
    font-size: 30px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-business-interactive .slider-content-area .slider-content .title:after {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 150px;
  height: 2px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0px);
  -webkit-transform: translate(-50%, 0px);
  -moz-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  -o-transform: translate(-50%, 0px);
  animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-business-interactive .slider-content-area .slider-content p {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  line-height: 30px;
  width: 804px;
  margin-bottom: 51px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-business-interactive .slider-content-area .slider-content p {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-business-interactive .slider-content-area .slider-content p {
    width: 500px;
  }
}
@media only screen and (max-width: 575px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-business-interactive .slider-content-area .slider-content p {
    font-size: 13px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 479px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-business-interactive .slider-content-area .slider-content p {
    width: 100%;
    margin: 0 auto 20px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-business-interactive .slider-content-area .slider-content .btn-slide {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 13px 45px;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-business-interactive .slider-content-area .slider-content .btn-slide {
    font-size: 13px;
    padding: 10px 36px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-business-interactive .slider-content-area .slider-content .btn-slide:hover {
  background-color: #232324;
  border-color: #232324;
  color: #fff;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-business-interactive .slider-content-area .slider-content .title,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-business-interactive .slider-content-area .slider-content p,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-business-interactive .slider-content-area .slider-content .btn-slide {
  animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-business-interactive .slider-content-area .slider-content .title-box,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-business-interactive .slider-content-area .slider-content .desc-box,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-business-interactive .slider-content-area .slider-content .btn-box {
  overflow: hidden;
  position: relative;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-app-landing .slider-content-area {
  height: 868px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-app-landing .slider-content-area {
    height: 840px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-app-landing .slider-content-area {
    height: 694px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-app-landing .slider-content-area {
    height: 470px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-app-landing .slider-content-area .slider-content {
  margin: 0 auto;
  width: 1170px;
  padding-right: 515px;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-app-landing .slider-content-area .slider-content {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-app-landing .slider-content-area .slider-content {
    padding-right: 0;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-app-landing .slider-content-area .slider-content .title {
  color: #fff;
  font-weight: 600;
  font-size: 72px;
  line-height: 80px;
  text-transform: capitalize;
  margin-bottom: 24px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-app-landing .slider-content-area .slider-content .title {
    font-size: 62px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-app-landing .slider-content-area .slider-content .title {
    font-size: 52px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-app-landing .slider-content-area .slider-content .title {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-app-landing .slider-content-area .slider-content .title {
    font-size: 30px;
    line-height: 30px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-app-landing .slider-content-area .slider-content p {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  width: 498px;
  margin-bottom: 38px;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-app-landing .slider-content-area .slider-content p {
    font-size: 13px;
    line-height: 20px;
    width: 320px;
    margin-bottom: 28px;
  }
}
@media only screen and (max-width: 575px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-app-landing .slider-content-area .slider-content p {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 479px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-app-landing .slider-content-area .slider-content p {
    max-width: 490px;
    width: 100%;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-app-landing .slider-content-area .slider-content .btn-slide {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 13px 45px;
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-app-landing .slider-content-area .slider-content .btn-slide {
    font-size: 10px;
    padding: 10px 18px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-app-landing .slider-content-area .slider-content .btn-slide:hover {
  background-color: #232324;
  border-color: #232324;
  color: #fff;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-app-landing .slider-content-area .slider-content .title,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-app-landing .slider-content-area .slider-content p,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-app-landing .slider-content-area .slider-content .btn-slide {
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-app-landing .slider-content-area .slider-content .title-box,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-app-landing .slider-content-area .slider-content .desc-box,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-app-landing .slider-content-area .slider-content .btn-box {
  overflow: hidden;
  position: relative;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-app-landing .slider-content-area .slider-thumb {
  position: absolute;
  right: calc(50% - 860px);
  top: 141px;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-app-landing .slider-content-area .slider-thumb {
    top: 220px;
    right: calc(50% - 710px);
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-app-landing .slider-content-area .slider-thumb {
    top: 140px;
    right: calc(50% - 670px);
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-app-landing .slider-content-area .slider-thumb {
    top: auto;
    right: 0;
    bottom: 0;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-app-landing .slider-content-area .slider-thumb .mobail-one {
  width: 437px;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
@media only screen and (max-width: 1500px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-app-landing .slider-content-area .slider-thumb .mobail-one {
    -webkit-transform: none !important;
            transform: none !important;
  }
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-app-landing .slider-content-area .slider-thumb .mobail-one {
    width: 367px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-app-landing .slider-content-area .slider-thumb .mobail-one {
    width: 150px;
  }
}
@media only screen and (max-width: 575px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-app-landing .slider-content-area .slider-thumb .mobail-one {
    width: 120px;
  }
}
@media only screen and (max-width: 479px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-app-landing .slider-content-area .slider-thumb .mobail-one {
    width: 90px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-app-landing .slider-content-area .slider-thumb .mobail-two {
  width: 442px;
  position: absolute;
  left: calc(-50% - 130px);
  top: 76px;
  z-index: -1;
}
@media only screen and (max-width: 1500px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-app-landing .slider-content-area .slider-thumb .mobail-two {
    -webkit-transform: none !important;
            transform: none !important;
  }
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-app-landing .slider-content-area .slider-thumb .mobail-two {
    width: 340px;
    left: calc(-50% - 70px);
    bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-app-landing .slider-content-area .slider-thumb .mobail-two {
    width: 260px;
    left: calc(-50% + 10px);
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-construction .swiper-slide.swiper-slide-active .slider-content-area .slider-content .title,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-construction .swiper-slide.swiper-slide-active .slider-content-area .slider-content p,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-construction .swiper-slide.swiper-slide-active .slider-content-area .slider-content .btn-slide {
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-construction .slider-content-area {
  height: 808px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-construction .slider-content-area {
    height: 694px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-construction .slider-content-area {
    height: 592px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-construction .slider-content-area {
    height: 444px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-construction .slider-content-area .slider-content {
  width: 1170px;
  margin: 0 auto;
  margin-top: -80px;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-construction .slider-content-area .slider-content {
    margin-top: 0;
    padding: 0 15px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-construction .slider-content-area .slider-content .title {
  color: #fff;
  font-weight: 700;
  font-size: 100px;
  margin-bottom: 25px;
  line-height: 100px;
  text-transform: uppercase;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-construction .slider-content-area .slider-content .title {
    font-size: 80px;
    line-height: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-construction .slider-content-area .slider-content .title {
    font-size: 59px;
    line-height: 59px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-construction .slider-content-area .slider-content .title {
    font-size: 44px;
    line-height: 44px;
  }
}
@media only screen and (max-width: 479px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-construction .slider-content-area .slider-content .title {
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 14px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-construction .slider-content-area .slider-content p {
  color: #fff;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 2px;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-construction .slider-content-area .slider-content p {
    font-size: 13px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-construction .slider-content-area .slider-content .btn-slide {
  border: 2px solid #fff;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  padding: 11px 50px;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-construction .slider-content-area .slider-content .btn-slide {
    font-size: 17px;
    padding: 10px 35px;
  }
}
@media only screen and (max-width: 479px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-construction .slider-content-area .slider-content .btn-slide {
    font-size: 15px;
    padding: 7px 25px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-construction .slider-content-area .slider-content .btn-slide:hover {
  background-color: #232324;
  border-color: #232324;
  color: #fff;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-construction .slider-content-area .slider-content .title,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-construction .slider-content-area .slider-content p,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-construction .slider-content-area .slider-content .btn-slide {
  animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-construction .slider-content-area .slider-content .title-box,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-construction .slider-content-area .slider-content .desc-box,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-construction .slider-content-area .slider-content .btn-box {
  overflow: hidden;
  position: relative;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-gym-and-fitness .swiper-slide.swiper-slide-active .slider-content-area .slider-content .title,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-gym-and-fitness .swiper-slide.swiper-slide-active .slider-content-area .slider-content .title-box-two,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-gym-and-fitness .swiper-slide.swiper-slide-active .slider-content-area .slider-content .btn-slide {
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-gym-and-fitness .slider-content-area {
  height: 868px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-gym-and-fitness .slider-content-area {
    height: 694px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-gym-and-fitness .slider-content-area {
    height: 592px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-gym-and-fitness .slider-content-area {
    height: 444px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-gym-and-fitness .slider-content-area .slider-content {
  width: 1170px;
  margin: 0 auto;
  margin-top: -22px;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-gym-and-fitness .slider-content-area .slider-content {
    margin-top: 0;
    padding: 0 15px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-gym-and-fitness .slider-content-area .slider-content .title,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-gym-and-fitness .slider-content-area .slider-content .title-box-two {
  color: #fff;
  font-weight: 700;
  font-size: 150px;
  margin-bottom: 40px;
  line-height: 112px;
  letter-spacing: -2px;
  font-style: italic;
  text-transform: uppercase;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-gym-and-fitness .slider-content-area .slider-content .title,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-gym-and-fitness .slider-content-area .slider-content .title-box-two {
    font-size: 110px;
    line-height: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-gym-and-fitness .slider-content-area .slider-content .title,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-gym-and-fitness .slider-content-area .slider-content .title-box-two {
    font-size: 90px;
    line-height: 70px;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-gym-and-fitness .slider-content-area .slider-content .title,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-gym-and-fitness .slider-content-area .slider-content .title-box-two {
    font-size: 50px;
    line-height: 36px;
    margin-bottom: 18px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-gym-and-fitness .slider-content-area .slider-content .title-box-two .title {
  margin-bottom: 26px;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-gym-and-fitness .slider-content-area .slider-content .title-box-two .title {
    margin-bottom: 0;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-gym-and-fitness .slider-content-area .slider-content .btn-slide {
  background-color: #f3498d;
  border: 2px solid #f3498d;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  padding: 18px 53px;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-gym-and-fitness .slider-content-area .slider-content .btn-slide {
    font-size: 16px;
    padding: 13px 42px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-gym-and-fitness .slider-content-area .slider-content .btn-slide {
    padding: 8px 23px;
    font-size: 14px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-gym-and-fitness .slider-content-area .slider-content .btn-slide:hover {
  background-color: #232324;
  border-color: #232324;
  color: #fff;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-gym-and-fitness .slider-content-area .slider-content .title,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-gym-and-fitness .slider-content-area .slider-content .title-box-two,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-gym-and-fitness .slider-content-area .slider-content .btn-slide {
  animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-gym-and-fitness .slider-content-area .slider-content .title-box,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-gym-and-fitness .slider-content-area .slider-content .title-box-two,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-gym-and-fitness .slider-content-area .slider-content .btn-box {
  overflow: hidden;
  position: relative;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-dentits .swiper-slide.swiper-slide-active .slider-content-area .slider-content .title,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-dentits .swiper-slide.swiper-slide-active .slider-content-area .slider-content p,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-dentits .swiper-slide.swiper-slide-active .slider-content-area .slider-content .btn-slide {
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-dentits .slider-content-area {
  height: 868px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-dentits .slider-content-area {
    height: 694px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-dentits .slider-content-area {
    height: 592px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-dentits .slider-content-area {
    height: 444px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-dentits .slider-content-area .slider-content {
  width: 1170px;
  margin: 0 auto;
  margin-top: -23px;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-dentits .slider-content-area .slider-content {
    margin-top: 0;
    padding: 0 15px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-dentits .slider-content-area .slider-content .title {
  color: #fff;
  font-size: 100px;
  line-height: 100px;
  letter-spacing: -3px;
  margin-bottom: 40px;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-dentits .slider-content-area .slider-content .title {
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 20px;
    width: 830px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-dentits .slider-content-area .slider-content .title {
    font-size: 48px;
    line-height: 48px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-dentits .slider-content-area .slider-content .title {
    font-size: 35px;
    line-height: 35px;
    letter-spacing: -1px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-dentits .slider-content-area .slider-content p {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 13px;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-dentits .slider-content-area .slider-content p {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 8px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-dentits .slider-content-area .slider-content .btn-slide {
  background-color: #fff;
  font-size: 14px;
  font-weight: 700;
  color: #232324;
  padding: 13px 45px;
  display: inline-block;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-dentits .slider-content-area .slider-content .btn-slide {
    font-size: 12px;
    padding: 12px 32px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-dentits .slider-content-area .slider-content .btn-slide:hover {
  background-color: #232324;
  border-color: #232324;
  color: #fff;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-dentits .slider-content-area .slider-content .title,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-dentits .slider-content-area .slider-content p,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-dentits .slider-content-area .slider-content .btn-slide {
  animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-dentits .slider-content-area .slider-content .title-box,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-dentits .slider-content-area .slider-content .desc-box,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-dentits .slider-content-area .slider-content .btn-box {
  overflow: hidden;
  position: relative;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-dentits .slider-content-area.left-align .slider-content .title {
  font-size: 80px;
  line-height: 90px;
  margin-bottom: 17px;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-dentits .slider-content-area.left-align .slider-content .title {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-dentits .slider-content-area.left-align .slider-content .title {
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 20px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-dentits .slider-content-area.left-align .slider-content .title {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 18px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-dentits .slider-content-area.center-align {
  text-align: center;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-dentits .slider-content-area.center-align .slider-content {
  width: 100%;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-dentits .slider-content-area.center-align .slider-content .title {
  font-size: 90px;
  margin-bottom: 28px;
  line-height: 100px;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-dentits .slider-content-area.center-align .slider-content .title {
    font-size: 60px;
    margin-bottom: 5px;
    line-height: 90px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-dentits .slider-content-area.center-align .slider-content .title {
    font-size: 46px;
    margin-bottom: 0;
    line-height: 86px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-dentits .slider-content-area.center-align .slider-content .title {
    font-size: 26px;
    margin-bottom: 0;
    line-height: 46px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-dentits .slider-content-area.center-align .slider-content p {
  font-size: 24px;
  line-height: 30px;
  width: 770px;
  margin: 0 auto;
  margin-bottom: 45px;
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-dentits .slider-content-area.center-align .slider-content p {
    font-size: 16px;
    line-height: 24px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-dentits .slider-content-area.center-align .slider-content p {
    margin-bottom: 26px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-music .swiper-slide.swiper-slide-active .slider-content-area .slider-content .title {
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-music .swiper-slide.swiper-slide-active .slider-content-area .slider-content .btn-slide {
  animation-name: zoomIn;
  -webkit-animation-name: zoomIn;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-music .slider-content-area {
  height: 868px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-music .slider-content-area {
    height: 694px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-music .slider-content-area {
    height: 592px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-music .slider-content-area {
    height: 444px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-music .slider-content-area .slider-content {
  width: 882px;
  margin-top: 0;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-music .slider-content-area .slider-content {
    padding: 0 15px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-music .slider-content-area .slider-content .title {
  color: #fff;
  font-size: 180px;
  line-height: 150px;
  margin-bottom: 44px;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-music .slider-content-area .slider-content .title {
    font-size: 120px;
    line-height: 110px;
    margin-bottom: 34px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-music .slider-content-area .slider-content .title {
    font-size: 100px;
    line-height: 90px;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-music .slider-content-area .slider-content .title {
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 14px;
  }
}
@media only screen and (max-width: 479px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-music .slider-content-area .slider-content .title {
    font-size: 60px;
    line-height: 55px;
    margin-bottom: 10px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-music .slider-content-area .slider-content .btn-slide {
  display: inline-block;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-music .slider-content-area .slider-content .btn-slide img {
    width: 190px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-music .slider-content-area .slider-content .btn-slide img {
    width: 130px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-music .slider-content-area .slider-content .title,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-music .slider-content-area .slider-content .btn-slide {
  animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-music .slider-content-area .slider-content .title-box,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-music .slider-content-area .slider-content .btn-box {
  overflow: hidden;
  position: relative;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-spa-and-beauty .swiper-slide.swiper-slide-active .slider-content-area .slider-content .title,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-spa-and-beauty .swiper-slide.swiper-slide-active .slider-content-area .slider-content .btn-slide {
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-spa-and-beauty .slider-content-area {
  height: 100vh;
  min-height: 590px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-spa-and-beauty .slider-content-area {
    height: 450px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-spa-and-beauty .slider-content-area .slider-content {
  margin-top: 0;
  padding: 0 15px;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-spa-and-beauty .slider-content-area .slider-content .title {
  color: #fff;
  font-weight: 400;
  font-size: 72px;
  line-height: 1;
  letter-spacing: 5px;
  font-style: italic;
  margin-bottom: 70px;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-spa-and-beauty .slider-content-area .slider-content .title {
    font-size: 62px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-spa-and-beauty .slider-content-area .slider-content .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 479px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-spa-and-beauty .slider-content-area .slider-content .title {
    font-size: 40px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-spa-and-beauty .slider-content-area .slider-content .btn-slide {
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  padding: 14px 49px;
  display: inline-block;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-spa-and-beauty .slider-content-area .slider-content .btn-slide {
    padding: 12px 38px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-spa-and-beauty .slider-content-area .slider-content .btn-slide:hover {
  border-color: #232324;
  background-color: #232324;
  color: #fff;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-spa-and-beauty .slider-content-area .slider-content .title,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-spa-and-beauty .slider-content-area .slider-content .btn-slide {
  animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-spa-and-beauty .slider-content-area .slider-content .title-box,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-spa-and-beauty .slider-content-area .slider-content .btn-box {
  overflow: hidden;
  position: relative;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-car-repair .swiper-slide.swiper-slide-active .slider-content-area .slider-content .title,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-car-repair .swiper-slide.swiper-slide-active .slider-content-area .slider-content p,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-car-repair .swiper-slide.swiper-slide-active .slider-content-area .slider-content .btn-slide {
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-car-repair .slider-content-area {
  height: 868px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-car-repair .slider-content-area {
    height: 590px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-car-repair .slider-content-area {
    height: 444px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-car-repair .slider-content-area .slider-content {
  padding: 0 15px;
  margin: 0 auto;
  width: 1208px;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-car-repair .slider-content-area .slider-content .title {
  color: #fff;
  font-size: 90px;
  line-height: 90px;
  text-transform: uppercase;
  margin-bottom: 28px;
  animation-delay: 0.5s;
  width: 680px;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-car-repair .slider-content-area .slider-content .title {
    font-size: 68px;
    line-height: 72px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-car-repair .slider-content-area .slider-content .title {
    font-size: 48px;
    line-height: 50px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-car-repair .slider-content-area .slider-content .title {
    font-size: 38px;
    line-height: 44px;
    margin-bottom: 8px;
    width: 500px;
  }
}
@media only screen and (max-width: 479px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-car-repair .slider-content-area .slider-content .title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 0;
    width: 370px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-car-repair .slider-content-area .slider-content p {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 30px;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-car-repair .slider-content-area .slider-content p {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-car-repair .slider-content-area .slider-content p {
    margin-bottom: 16px;
    width: 270px;
  }
}
@media only screen and (max-width: 479px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-car-repair .slider-content-area .slider-content p {
    margin-bottom: 6px;
    width: 270px;
    font-size: 13px;
    line-height: 24px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-car-repair .slider-content-area .slider-content .btn-slide {
  background-color: #3664e6;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  padding: 12px 40px;
  display: inline-block;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-car-repair .slider-content-area .slider-content .btn-slide {
    font-size: 14px;
    padding: 12px 30px;
  }
}
@media only screen and (max-width: 575px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-car-repair .slider-content-area .slider-content .btn-slide {
    font-size: 12px;
    padding: 12px 20px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-car-repair .slider-content-area .slider-content .btn-slide:hover {
  border-color: #232324;
  background-color: #232324;
  color: #fff;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-car-repair .slider-content-area .slider-content .title,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-car-repair .slider-content-area .slider-content p,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-car-repair .slider-content-area .slider-content .btn-slide {
  animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-car-repair .slider-content-area .slider-content .title-box,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-car-repair .slider-content-area .slider-content .desc-box,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-car-repair .slider-content-area .slider-content .btn-box {
  overflow: hidden;
  position: relative;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-car-repair .slider-content-area.left-align .slider-content .title {
  font-size: 70px;
  line-height: 75px;
  margin-bottom: 14px;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-car-repair .slider-content-area.left-align .slider-content .title {
    font-size: 56px;
    line-height: 60px;
    width: 484px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-car-repair .slider-content-area.left-align .slider-content .title {
    font-size: 42px;
    line-height: 42px;
    margin-bottom: 6px;
  }
}
@media only screen and (max-width: 575px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-car-repair .slider-content-area.left-align .slider-content .title {
    font-size: 32px;
    line-height: 35px;
    margin-bottom: 4px;
    width: 400px;
  }
}
@media only screen and (max-width: 479px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-car-repair .slider-content-area.left-align .slider-content .title {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 2px;
    width: 290px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-car-repair .slider-content-area.left-align .slider-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  width: 760px;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-car-repair .slider-content-area.left-align .slider-content p {
    width: 530px;
  }
}
@media only screen and (max-width: 575px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-car-repair .slider-content-area.left-align .slider-content p {
    width: 380px;
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 479px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-car-repair .slider-content-area.left-align .slider-content p {
    width: 290px;
    font-size: 12px;
    line-height: 22px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-barber .slider-content-area {
  height: 100vh;
  min-height: 500px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-barber .slider-content-area {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-barber .slider-content-area {
    height: 700px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-barber .slider-content-area .slider-content .thumb {
  animation-duration: 2.4s;
  -webkit-animation-duration: 2.4s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-name: zoomIn;
  -webkit-animation-name: zoomIn;
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-barber .slider-content-area .slider-content .thumb {
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-barber .slider-content-area .slider-content .thumb img {
    width: 60%;
  }
}
@media only screen and (max-width: 575px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-barber .slider-content-area .slider-content .thumb img {
    width: 90%;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-restaurant .slider-content-area {
  height: 650px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-restaurant .slider-content-area {
    height: 440px;
  }
}
@media only screen and (max-width: 479px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-restaurant .slider-content-area {
    height: 340px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-blog .swiper-slide.swiper-slide-active .slider-content-area .slider-content .title,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-blog .swiper-slide.swiper-slide-active .slider-content-area .slider-content p,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-blog .swiper-slide.swiper-slide-active .slider-content-area .slider-content .btn-slide {
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-blog .slider-content-area {
  height: 875px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (max-width: 1500px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-blog .slider-content-area {
    height: 552px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-blog .slider-content-area {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-blog .slider-content-area {
    height: 613px;
  }
}
@media only screen and (max-width: 575px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-blog .slider-content-area {
    height: 460px;
  }
}
@media only screen and (max-width: 479px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-blog .slider-content-area {
    height: 350px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-blog .slider-content-area .slider-content {
  padding: 15px;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  color: #fff;
  position: relative;
  bottom: 130px;
  z-index: 1;
}
@media only screen and (max-width: 1500px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-blog .slider-content-area .slider-content {
    width: 800px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-blog .slider-content-area .slider-content {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-blog .slider-content-area .slider-content {
    bottom: 37px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-blog .slider-content-area .slider-content .title {
  color: #fff;
  font-size: 48px;
  text-transform: uppercase;
  margin-bottom: 40px;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
@media only screen and (max-width: 1500px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-blog .slider-content-area .slider-content .title {
    font-size: 30px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-blog .slider-content-area .slider-content .title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-blog .slider-content-area .slider-content .title a {
  color: #fff;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-blog .slider-content-area .slider-content .title a:hover {
  color: #a394df;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-blog .slider-content-area .slider-content p {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 5px;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
@media only screen and (max-width: 1500px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-blog .slider-content-area .slider-content p {
    font-size: 15px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-blog .slider-content-area .slider-content p {
    font-size: 14px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-blog .slider-content-area .slider-content p a {
  color: #fff;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-blog .slider-content-area .slider-content p a:hover {
  color: #a394df;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-blog .slider-content-area .slider-content .btn-slide {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid #fff;
  display: inline-block;
  border-radius: 50px;
  padding: 13px 50px;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
@media only screen and (max-width: 1500px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-blog .slider-content-area .slider-content .btn-slide {
    font-size: 14px;
    padding: 11px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-blog .slider-content-area .slider-content .btn-slide {
    border-width: 1px;
    padding: 8px 34px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-blog .slider-content-area .slider-content .btn-slide:hover {
  border-color: #232324;
  background-color: #232324;
  color: #fff;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-blog .slider-content-area .slider-content .title,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-blog .slider-content-area .slider-content p,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-blog .slider-content-area .slider-content .btn-slide {
  animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-blog .slider-content-area .swiper-slide-bg {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-blog .slider-content-area .link-overlay {
  background-color: #232324;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-blog .slider-content-area:hover .swiper-slide-bg {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-blog .slider-content-area:hover .link-overlay {
  opacity: 0.2;
  visibility: visible;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .swiper-slide.swiper-slide-active .slider-content-area .slider-content .title,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .swiper-slide.swiper-slide-active .slider-content-area .slider-content p,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .swiper-slide.swiper-slide-active .slider-content-area .slider-content .btn-slide {
  animation-name: slideInLeft;
  -webkit-animation-name: slideInLeft;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .swiper-slide.swiper-slide-active .slider-content-area .slider-thumb-content .thumb-item-1, .home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .swiper-slide.swiper-slide-active .slider-content-area .slider-thumb-content .thumb-item-2, .home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .swiper-slide.swiper-slide-active .slider-content-area .slider-thumb-content .thumb-item-3 {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area {
  height: 100vh;
  min-height: 650px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area {
    height: calc(100vh - 70px);
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area .slider-content {
  position: absolute;
  left: 178px;
  bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area .slider-content {
    left: 15px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area .slider-content .title {
  color: #232324;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  margin-bottom: 5px;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
@media only screen and (max-width: 575px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area .slider-content .title {
    font-size: 16px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area .slider-content p {
  color: #8a8a8a;
  font-size: 16px;
  margin-bottom: 11px;
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area .slider-content .btn-slide {
  display: inline-block;
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area .slider-content .title,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area .slider-content p,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area .slider-content .btn-slide {
  animation-duration: 0.8s;
  -webkit-animation-duration: 0.8s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area .slider-content .title-box,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area .slider-content .desc,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area .slider-content .btn-box {
  position: relative;
  overflow: hidden;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area .slider-thumb-content {
  position: relative;
  top: 88px;
  min-height: 755px;
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area .slider-thumb-content {
    top: 188px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area .slider-thumb-content .thumb-item-1 {
  left: calc(50% - 738px);
  position: relative;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
@media only screen and (max-width: 1500px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area .slider-thumb-content .thumb-item-1 {
    left: calc(50% - 590px);
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area .slider-thumb-content .thumb-item-1 {
    left: calc(50% - 460px);
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area .slider-thumb-content .thumb-item-1 {
    left: calc(50% - 300px);
  }
}
@media only screen and (max-width: 575px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area .slider-thumb-content .thumb-item-1 {
    left: calc(50% - 230px);
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area .slider-thumb-content .thumb-item-1 img {
  max-width: 801.9px;
  width: 100%;
}
@media only screen and (max-width: 1500px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area .slider-thumb-content .thumb-item-1 img {
    max-width: 634px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area .slider-thumb-content .thumb-item-1 img {
    max-width: 570px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area .slider-thumb-content .thumb-item-1 img {
    max-width: 400px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area .slider-thumb-content .thumb-item-2 {
  left: calc(50% - 718px);
  position: absolute;
  bottom: 22px;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
@media only screen and (max-width: 1500px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area .slider-thumb-content .thumb-item-2 {
    left: calc(50% - 568px);
    bottom: 180px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area .slider-thumb-content .thumb-item-2 {
    left: calc(50% - 488px);
    bottom: 230px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area .slider-thumb-content .thumb-item-2 {
    left: calc(50% - 337px);
    bottom: 400px;
  }
}
@media only screen and (max-width: 575px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area .slider-thumb-content .thumb-item-2 {
    left: calc(50% - 265px);
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area .slider-thumb-content .thumb-item-2 img {
  max-width: 440px;
  width: 100%;
}
@media only screen and (max-width: 1500px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area .slider-thumb-content .thumb-item-2 img {
    max-width: 350px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area .slider-thumb-content .thumb-item-2 img {
    max-width: 315px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area .slider-thumb-content .thumb-item-2 img {
    max-width: 245px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area .slider-thumb-content .thumb-item-3 {
  left: calc(50% - 385px);
  position: absolute;
  bottom: 12px;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
@media only screen and (max-width: 1500px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area .slider-thumb-content .thumb-item-3 {
    left: calc(50% - 285px);
    bottom: 170px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area .slider-thumb-content .thumb-item-3 {
    left: calc(50% - 245px);
    bottom: 218px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area .slider-thumb-content .thumb-item-3 {
    display: none;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area .slider-thumb-content .thumb-item-3 img {
  max-width: 1100px;
  width: 100%;
}
@media only screen and (max-width: 1500px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area .slider-thumb-content .thumb-item-3 img {
    max-width: 800px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area .slider-thumb-content .thumb-item-3 img {
    max-width: 680px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area .slider-thumb-content .thumb-item-1, .home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area .slider-thumb-content .thumb-item-2, .home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area .slider-thumb-content .thumb-item-3 {
  animation-duration: 0.8s;
  -webkit-animation-duration: 0.8s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  -webkit-animation-name: zoomOutTwo;
  animation-name: zoomOutTwo;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area.slider-content2-area .slider-thumb-content {
  min-height: 755px;
  top: 71px;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area.slider-content2-area .slider-thumb-content {
    min-height: 638px;
    top: 150px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area.slider-content2-area .slider-thumb-content {
    min-height: 528px;
    top: 140px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area.slider-content2-area .slider-thumb-content .thumb-item-1 {
  left: calc(50% - 478px);
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area.slider-content2-area .slider-thumb-content .thumb-item-1 {
    left: calc(50% - 334px);
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area.slider-content2-area .slider-thumb-content .thumb-item-1 {
    left: calc(50% - 130px);
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area.slider-content2-area .slider-thumb-content .thumb-item-1 {
    left: calc(50% - 190px);
  }
}
@media only screen and (max-width: 479px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area.slider-content2-area .slider-thumb-content .thumb-item-1 {
    left: calc(50% - 140px);
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area.slider-content2-area .slider-thumb-content .thumb-item-1 img {
  max-width: 941.9px;
}
@media only screen and (max-width: 1500px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area.slider-content2-area .slider-thumb-content .thumb-item-1 img {
    max-width: 600px;
  }
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area.slider-content2-area .slider-thumb-content .thumb-item-1 img {
    max-width: 490px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area.slider-content2-area .slider-thumb-content .thumb-item-1 img {
    max-width: 380px;
  }
}
@media only screen and (max-width: 479px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area.slider-content2-area .slider-thumb-content .thumb-item-1 img {
    max-width: 280px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area.slider-content2-area .slider-thumb-content .thumb-item-2 {
  left: calc(50% - 590px);
  bottom: 140px;
}
@media only screen and (max-width: 1500px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area.slider-content2-area .slider-thumb-content .thumb-item-2 {
    left: calc(50% - 550px);
    bottom: 210px;
  }
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area.slider-content2-area .slider-thumb-content .thumb-item-2 {
    left: calc(50% - 380px);
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area.slider-content2-area .slider-thumb-content .thumb-item-2 {
    left: calc(50% - 210px);
  }
}
@media only screen and (max-width: 479px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area.slider-content2-area .slider-thumb-content .thumb-item-2 {
    left: calc(50% - 180px);
    bottom: 280px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area.slider-content2-area .slider-thumb-content .thumb-item-2 img {
  max-width: 308px;
}
@media only screen and (max-width: 1500px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area.slider-content2-area .slider-thumb-content .thumb-item-2 img {
    max-width: 248px;
  }
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area.slider-content2-area .slider-thumb-content .thumb-item-2 img {
    max-width: 210px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area.slider-content2-area .slider-thumb-content .thumb-item-2 img {
    max-width: 160px;
  }
}
@media only screen and (max-width: 479px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area.slider-content2-area .slider-thumb-content .thumb-item-2 img {
    max-width: 140px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area.slider-content2-area .slider-thumb-content .thumb-item-3 {
  left: calc(50% + 198px);
  bottom: 124px;
}
@media only screen and (max-width: 1500px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area.slider-content2-area .slider-thumb-content .thumb-item-3 {
    left: calc(50% - 190px);
    bottom: 224px;
  }
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area.slider-content2-area .slider-thumb-content .thumb-item-3 {
    left: calc(50% - 122px);
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area.slider-content2-area .slider-thumb-content .thumb-item-3 {
    display: none;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area.slider-content2-area .slider-thumb-content .thumb-item-3 img {
  max-width: 770px;
}
@media only screen and (max-width: 1500px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area.slider-content2-area .slider-thumb-content .thumb-item-3 img {
    max-width: 540px;
  }
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area.slider-content2-area .slider-thumb-content .thumb-item-3 img {
    max-width: 420px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area.slider-content3-area .slider-thumb-content {
  min-height: 755px;
  top: 71px;
}
@media only screen and (max-width: 1500px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area.slider-content3-area .slider-thumb-content {
    min-height: 585px;
    top: 145px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area.slider-content3-area .slider-thumb-content {
    top: 85px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area.slider-content3-area .slider-thumb-content .thumb-item-1 {
  left: calc(50% - 450px);
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area.slider-content3-area .slider-thumb-content .thumb-item-1 {
    left: calc(50% - 290px);
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area.slider-content3-area .slider-thumb-content .thumb-item-1 {
    left: calc(50% - 202px);
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area.slider-content3-area .slider-thumb-content .thumb-item-1 img {
  max-width: 880px;
}
@media only screen and (max-width: 1500px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area.slider-content3-area .slider-thumb-content .thumb-item-1 img {
    max-width: 580px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area.slider-content3-area .slider-thumb-content .thumb-item-1 img {
    max-width: 510px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area.slider-content3-area .slider-thumb-content .thumb-item-1 img {
    max-width: 400px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area.slider-content3-area .slider-thumb-content .thumb-item-2 {
  left: calc(50% - 588px);
  bottom: 4px;
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area.slider-content3-area .slider-thumb-content .thumb-item-2 {
    display: none;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area.slider-content3-area .slider-thumb-content .thumb-item-2 img {
  max-width: 495px;
}
@media only screen and (max-width: 1500px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area.slider-content3-area .slider-thumb-content .thumb-item-2 img {
    max-width: 355px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area.slider-content3-area .slider-thumb-content .thumb-item-3 {
  left: calc(50% + 254px);
  bottom: 60px;
}
@media only screen and (max-width: 1500px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area.slider-content3-area .slider-thumb-content .thumb-item-3 {
    left: calc(50% + 26px);
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area.slider-content3-area .slider-thumb-content .thumb-item-3 {
    display: none;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area.slider-content3-area .slider-thumb-content .thumb-item-3 img {
  max-width: 669.9px;
}
@media only screen and (max-width: 1500px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-full-screen .slider-content-area.slider-content3-area .slider-thumb-content .thumb-item-3 img {
    max-width: 355px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-portfolio-center.portfolio-center-slider-container.slick-slider .slick-slide.slick-active .slider-content-area:before {
  background-color: transparent;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-portfolio-center.portfolio-center-slider-container.slick-slider .slick-slide.slick-active .slider-content-area .slider-content {
  opacity: 1;
  visibility: visible;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-portfolio-center.portfolio-center-slider-container.slick-slider .slick-slide.slick-active .slider-content-area .slider-content .title,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-portfolio-center.portfolio-center-slider-container.slick-slider .slick-slide.slick-active .slider-content-area .slider-content p,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-portfolio-center.portfolio-center-slider-container.slick-slider .slick-slide.slick-active .slider-content-area .slider-content .btn-slide {
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-portfolio-center.portfolio-center-slider-container.slick-slider .slick-arrow:before {
  color: #333333;
  font-size: 30px;
  z-index: 1;
  width: 70px;
  height: 70px;
  opacity: 0;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-portfolio-center.portfolio-center-slider-container.slick-slider .slick-arrow.slick-prev, .home-slider-area .home-slider-container .home-slider-wrapper.slider-portfolio-center.portfolio-center-slider-container.slick-slider .slick-arrow.slick-next {
  width: auto;
  height: auto;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-portfolio-center.portfolio-center-slider-container.slick-slider .slick-arrow.slick-prev {
  left: calc(0px + 3%);
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-portfolio-center.portfolio-center-slider-container.slick-slider .slick-arrow.slick-prev {
    left: 50px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-portfolio-center.portfolio-center-slider-container.slick-slider .slick-arrow.slick-prev:before {
  content: "+";
  font-family: "dl-icon";
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-portfolio-center.portfolio-center-slider-container.slick-slider .slick-arrow.slick-next {
  right: calc(0px + 24%);
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-portfolio-center.portfolio-center-slider-container.slick-slider .slick-arrow.slick-next {
    right: 50px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-portfolio-center.portfolio-center-slider-container.slick-slider .slick-arrow.slick-next:before {
  content: ",";
  font-family: "dl-icon";
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-portfolio-center.portfolio-center-slider-container.slick-slider:hover .slick-arrow:before {
  opacity: 1;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-portfolio-center .slider-content-area {
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-clip: border-box;
  background-color: rgba(201, 201, 202, 0.14);
  padding-bottom: 80vh;
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-portfolio-center .slider-content-area {
    padding-bottom: 63vh;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-portfolio-center .slider-content-area:before {
  content: "";
  background-color: #232324;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.5;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-portfolio-center .slider-content-area .slider-content {
  position: absolute;
  bottom: 38px;
  left: 67px;
  opacity: 0;
  visibility: hidden;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-portfolio-center .slider-content-area .slider-content .title {
  color: #232324;
  font-size: 18px;
  margin-bottom: 10px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-portfolio-center .slider-content-area .slider-content .title a {
  color: #232324;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-portfolio-center .slider-content-area .slider-content .title a:hover {
  color: #a394df;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-portfolio-center .slider-content-area .slider-content p {
  color: #232324;
  font-size: 15px;
  margin-bottom: 16px;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-portfolio-center .slider-content-area .slider-content p a {
  color: #232324;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-portfolio-center .slider-content-area .slider-content p a:hover {
  color: #a394df;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-portfolio-center .slider-content-area .slider-content .btn-slide {
  color: #232324;
  font-size: 20px;
  display: inline-block;
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-portfolio-center .slider-content-area .slider-content .btn-slide i {
  font-size: 20px;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-portfolio-center .slider-content-area .slider-content .btn-slide:hover {
  color: #a394df;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-portfolio-center .slider-content-area .slider-content .title,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-portfolio-center .slider-content-area .slider-content p,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-portfolio-center .slider-content-area .slider-content .btn-slide {
  animation-duration: 0.8s;
  -webkit-animation-duration: 0.8s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-name: fadeOutDown;
  -webkit-animation-name: fadeOutDown;
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-split .swiper-slide .slider-content-area {
    opacity: 0;
    transition: all 0.6s ease-out;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-split .swiper-slide .slider-content-area .slider-content {
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transition: all 0.6s ease-out;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-split .swiper-slide .slider-content-area .thumb {
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transition: all 0.6s ease-out;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-split .swiper-slide.swiper-slide-active .slider-content-area {
    opacity: 1;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-split .swiper-slide.swiper-slide-active .slider-content-area .slider-content {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition: all 0.6s ease-out;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-split .swiper-slide.swiper-slide-active .slider-content-area .thumb {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition: all 0.6s ease-out;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-split .slider-content-area {
  height: 100vh;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-split .slider-content-area {
    height: calc(100vh - 70px);
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-split .slider-content-area .slider-content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  float: left;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-split .slider-content-area .slider-content {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-split .slider-content-area .slider-content {
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    height: 160px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-split .slider-content-area .slider-content .content {
  width: calc(50vw - (50vw - 585px));
  margin-left: auto;
  margin-bottom: 26px;
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-split .slider-content-area .slider-content .content {
    margin-bottom: 0;
    width: 100%;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-split .slider-content-area .slider-content .content .title {
  font-size: 18px;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-split .slider-content-area .slider-content .content .title a {
  color: #232324;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-split .slider-content-area .slider-content .content .title a:hover {
  opacity: 0.85;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-split .slider-content-area .slider-content .content p {
  font-size: 16px;
  margin-bottom: 16px;
  font-family: "Montserrat", sans-serif;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-split .slider-content-area .slider-content .content p a {
  color: #8a8a8a;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-split .slider-content-area .thumb {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  height: 100vh;
  float: right;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-split .slider-content-area .thumb {
    float: none;
    width: 100%;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-freelancer-two .slider-content-area {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 100vh;
  min-height: 550px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-freelancer-two .slider-content-area {
    height: calc(100vh - 70px);
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-freelancer-two .slider-content-area .slider-content {
  margin-top: -158px;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-freelancer-two .slider-content-area .slider-content {
    margin-top: 0;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-freelancer-two .slider-content-area .slider-content .title {
  color: #fff;
  font-size: 120px;
  line-height: 120px;
  letter-spacing: -5px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-bottom: 9px;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-freelancer-two .slider-content-area .slider-content .title {
    font-size: 90px;
    line-height: 90px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-freelancer-two .slider-content-area .slider-content .title {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-freelancer-two .slider-content-area .slider-content .title {
    font-size: 70px;
    line-height: 70px;
  }
}
@media only screen and (max-width: 575px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-freelancer-two .slider-content-area .slider-content .title {
    font-size: 50px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 479px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-freelancer-two .slider-content-area .slider-content .title {
    font-size: 35px;
    line-height: 35px;
    letter-spacing: 0;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-freelancer-two .slider-content-area .slider-content p {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-style: italic;
  line-height: 30px;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
@media only screen and (max-width: 575px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-freelancer-two .slider-content-area .slider-content p {
    font-size: 20px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-freelancer-two .slider-content-area .slider-content .title,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-freelancer-two .slider-content-area .slider-content p {
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-freelancer-two .slider-content-area .slider-content .title-box,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-freelancer-two .slider-content-area .slider-content .desc-box {
  overflow: hidden;
  position: relative;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-freelancer-two .slider-content-area .btn-round {
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  line-height: 60px;
  height: 60px;
  width: 60px;
  position: absolute;
  bottom: 125px;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-freelancer-two .slider-content-area .btn-round:hover {
  background-color: #232324;
  border-color: #232324;
  color: #fff;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-shop-minimal .swiper-slide.swiper-slide-active .slider-content-area .slider-content .title,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-shop-minimal .swiper-slide.swiper-slide-active .slider-content-area .slider-content p,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-shop-minimal .swiper-slide.swiper-slide-active .slider-content-area .slider-content .btn-slide {
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-shop-minimal .slider-content-area {
  height: 100vh;
  min-height: 550px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-shop-minimal .slider-content-area {
    height: 600px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-shop-minimal .slider-content-area .slider-content {
  margin-top: -10px;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-shop-minimal .slider-content-area .slider-content {
    margin-top: 0;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-shop-minimal .slider-content-area .slider-content .title {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 120px;
  line-height: 120px;
  margin-bottom: 22px;
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-shop-minimal .slider-content-area .slider-content .title {
    font-size: 90px;
    line-height: 80px;
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-shop-minimal .slider-content-area .slider-content .title {
    font-size: 70px;
    line-height: 60px;
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-shop-minimal .slider-content-area .slider-content .title {
    font-size: 50px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-shop-minimal .slider-content-area .slider-content .title {
    font-size: 40px;
    line-height: 40px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-shop-minimal .slider-content-area .slider-content p {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 46px;
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-shop-minimal .slider-content-area .slider-content p {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 26px;
  }
}
@media only screen and (max-width: 575px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-shop-minimal .slider-content-area .slider-content p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-shop-minimal .slider-content-area .slider-content .btn-slide {
  border: 2px solid #fff;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 13px 45px;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-shop-minimal .slider-content-area .slider-content .btn-slide {
    font-size: 13px;
    padding: 10px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-shop-minimal .slider-content-area .slider-content .btn-slide {
    padding: 10px 25px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-shop-minimal .slider-content-area .slider-content .btn-slide:hover {
  background-color: #232324;
  border-color: #232324;
  color: #fff;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-shop-minimal .slider-content-area .slider-content .title,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-shop-minimal .slider-content-area .slider-content p,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-shop-minimal .slider-content-area .slider-content .btn-slide {
  animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-shop-minimal .slider-content-area .slider-content .title-box,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-shop-minimal .slider-content-area .slider-content .desc-box,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-shop-minimal .slider-content-area .slider-content .btn-box {
  overflow: hidden;
  position: relative;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-shop-minimal .slider-content-area.center-align .slider-content .title {
  font-size: 100px;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-shop-minimal .slider-content-area.center-align .slider-content .title {
    font-size: 75px;
    line-height: 75px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-shop-minimal .slider-content-area.center-align .slider-content .title {
    font-size: 45px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-shop-minimal .slider-content-area.center-align .slider-content .title {
    font-size: 35px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-shop-minimal .slider-content-area.center-align .slider-content .title {
    font-size: 28px;
    line-height: 20px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-shop-modern .swiper-slide.swiper-slide-active .slider-content-area .slider-content .title,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-shop-modern .swiper-slide.swiper-slide-active .slider-content-area .slider-content p,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-shop-modern .swiper-slide.swiper-slide-active .slider-content-area .slider-content .btn-slide {
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-shop-modern .slider-content-area {
  height: 100vh;
  min-height: 650px;
  min-height: 550px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-shop-modern .slider-content-area {
    height: 660px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-shop-modern .slider-content-area {
    height: 500px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-shop-modern .slider-content-area .slider-content {
  width: 1170px;
  margin: 0 auto;
  position: relative;
  top: -9px;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-shop-modern .slider-content-area .slider-content {
    width: 100%;
    margin: 0;
    padding: 0 15px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-shop-modern .slider-content-area .slider-content .title {
  color: #232324;
  font-size: 80px;
  line-height: 80px;
  letter-spacing: -2px;
  margin-bottom: 47px;
  animation-delay: 1.3s;
  -webkit-animation-delay: 1.3s;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-shop-modern .slider-content-area .slider-content .title {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-shop-modern .slider-content-area .slider-content .title {
    font-size: 56px;
    line-height: 56px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-shop-modern .slider-content-area .slider-content .title {
    font-size: 44px;
    line-height: 36px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-shop-modern .slider-content-area .slider-content p {
  color: #232324;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 5px;
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-shop-modern .slider-content-area .slider-content p {
    font-size: 18px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-shop-modern .slider-content-area .slider-content .btn-slide {
  border: 2px solid rgba(35, 35, 36, 0.5);
  border-radius: 0;
  color: #232324;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 13px 50px;
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-shop-modern .slider-content-area .slider-content .btn-slide {
    font-size: 11px;
    padding: 11px 41px;
    margin-bottom: 1px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-shop-modern .slider-content-area .slider-content .btn-slide {
    font-size: 10px;
    padding: 10px 35px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-shop-modern .slider-content-area .slider-content .btn-slide:hover {
  background-color: #232324;
  border-color: #232324;
  color: #fff;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-shop-modern .slider-content-area .slider-content .title,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-shop-modern .slider-content-area .slider-content p,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-shop-modern .slider-content-area .slider-content .btn-slide {
  animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-name: fadeOutUp;
  -webkit-animation-name: fadeOutUp;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-shop-modern .slider-content-area .slider-content .title-box,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-shop-modern .slider-content-area .slider-content .desc-box,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-shop-modern .slider-content-area .slider-content .btn-box {
  overflow: hidden;
  position: relative;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-shop-modern .slider-content-area.left-align .slider-content .title {
  color: rgb(207, 130, 127);
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-shop-modern .slider-content-area.left-align .slider-content .title {
    font-size: 44px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-shop-modern .slider-content-area.left-align .slider-content .title {
    font-size: 34px;
    line-height: 28px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-shop-modern .slider-content-area.center-align {
  text-align: center;
  display: block;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-shop-modern .slider-content-area.center-align {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-shop-modern .slider-content-area.center-align .slider-content {
  top: 235px;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-shop-modern .slider-content-area.center-align .slider-content {
    top: -9px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-shop-modern .slider-content-area.center-align .slider-content .title {
  color: rgb(136, 158, 171);
  font-size: 72px;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-shop-modern .slider-content-area.center-align .slider-content .title {
    font-size: 52px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-shop-modern .slider-content-area.center-align .slider-content .title {
    font-size: 44px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-shop-modern .slider-content-area.center-align .slider-content .title {
    font-size: 34px;
    line-height: 30px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-shop-sidebar .slider-content-area {
  height: 620px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 575px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-shop-sidebar .slider-content-area {
    height: 500px;
  }
}
@media only screen and (max-width: 479px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-shop-sidebar .slider-content-area {
    height: 400px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-shop-sidebar .slider-content-area .slider-content {
  margin-top: -14px;
  left: 188px;
  position: relative;
}
@media only screen and (max-width: 1500px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-shop-sidebar .slider-content-area .slider-content {
    left: 15px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-shop-sidebar .slider-content-area .slider-content .title {
  color: #fff;
  font-family: "Vidaloka", serif;
  font-weight: 400;
  font-size: 72px;
  line-height: 72px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-shop-sidebar .slider-content-area .slider-content .title {
    font-size: 62px;
    line-height: 62px;
  }
}
@media only screen and (max-width: 575px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-shop-sidebar .slider-content-area .slider-content .title {
    font-size: 50px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 479px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-shop-sidebar .slider-content-area .slider-content .title {
    font-size: 40px;
    line-height: 40px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-shop-sidebar .slider-content-area .slider-content .title-box + .title-box .title {
  margin-bottom: 28px;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-shop-sidebar .slider-content-area .slider-content .btn-slide {
  background-color: #fff;
  color: #232324;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  padding: 13px 50px;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
@media only screen and (max-width: 575px) {
  .home-slider-area .home-slider-container .home-slider-wrapper.slider-shop-sidebar .slider-content-area .slider-content .btn-slide {
    font-size: 13px;
    padding: 12px 38px;
  }
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-shop-sidebar .slider-content-area .slider-content .btn-slide:hover {
  background-color: #232324;
  color: #fff;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-shop-sidebar .slider-content-area .slider-content .title,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-shop-sidebar .slider-content-area .slider-content .btn-slide {
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}
.home-slider-area .home-slider-container .home-slider-wrapper.slider-shop-sidebar .slider-content-area .slider-content .title-box,
.home-slider-area .home-slider-container .home-slider-wrapper.slider-shop-sidebar .slider-content-area .slider-content .btn-box {
  overflow: hidden;
  position: relative;
}
.home-slider-area .home-slider-container .swiper-button-next,
.home-slider-area .home-slider-container .swiper-button-prev {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  height: 50px;
  line-height: 50px;
  width: 50px;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-container .swiper-button-next,
.home-slider-area .home-slider-container .swiper-button-prev {
    display: none;
  }
}
.home-slider-area .home-slider-container .swiper-button-next:after,
.home-slider-area .home-slider-container .swiper-button-prev:after {
  display: none;
}
.home-slider-area .home-slider-container .swiper-button-next:hover,
.home-slider-area .home-slider-container .swiper-button-prev:hover {
  background-color: #fff;
  border-color: #fff;
  color: #232324;
}
.home-slider-area .home-slider-container .swiper-button-next.swiper-button-off,
.home-slider-area .home-slider-container .swiper-button-prev.swiper-button-off {
  display: none;
}
.home-slider-area .home-slider-container .swiper-button-next.swiper-button-dark,
.home-slider-area .home-slider-container .swiper-button-prev.swiper-button-dark {
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.home-slider-area .home-slider-container .swiper-button-next:hover,
.home-slider-area .home-slider-container .swiper-button-prev:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.home-slider-area .home-slider-container .swiper-button-prev {
  left: 80px;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-container .swiper-button-prev {
    left: 25px;
  }
}
.home-slider-area .home-slider-container .swiper-button-next {
  right: 80px;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-container .swiper-button-next {
    right: 25px;
  }
}
.home-slider-area .home-slider-container .swiper-button-style-two.swiper-button-prev {
  left: 20px;
}
.home-slider-area .home-slider-container .swiper-button-style-two.swiper-button-next {
  right: 20px;
}
.home-slider-area .home-slider-container .swiper-button-style-three.swiper-button-next, .home-slider-area .home-slider-container .swiper-button-style-three.swiper-button-prev {
  background: rgba(0, 0, 0, 0.5);
  border: none;
  color: #fff;
  border-radius: 0;
  font-size: 15px;
  line-height: 40px;
  height: 40px;
  width: 40px;
}
.home-slider-area .home-slider-container .swiper-button-style-three.swiper-button-next:hover, .home-slider-area .home-slider-container .swiper-button-style-three.swiper-button-prev:hover {
  background-color: #000;
  color: #fff;
}
.home-slider-area .home-slider-container .swiper-pagination {
  bottom: 20px;
  display: none;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-container .swiper-pagination {
    display: block;
  }
}
.home-slider-area .home-slider-container .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: #fff;
  opacity: 1;
}
.home-slider-area .home-slider-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #a394df;
}
.home-slider-area .home-slider-container .swiper-pagination-on {
  display: block;
}
.home-slider-area .home-slider-container .swiper-pagination-style-two {
  bottom: 12px;
}
.home-slider-area .home-slider-container .swiper-pagination-style-two .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  background: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#e1e1e1));
  background: linear-gradient(to bottom, #999999 0%, #e1e1e1 100%);
  opacity: 1;
  border: 3px solid #e5e5e5;
  margin: 0 4px;
}
.home-slider-area .home-slider-container .swiper-pagination-style-two .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: -webkit-gradient(linear, left top, left bottom, from(#a394df), to(#a394df));
  background: linear-gradient(to bottom, #a394df 0%, #a394df 100%);
}
.home-slider-area .home-slider-container .swiper-pagination-style-three {
  bottom: 12px;
}
.home-slider-area .home-slider-container .swiper-pagination-style-three .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #fff;
  opacity: 1;
  border: 2px solid #fff;
  margin: 0 3px;
}
.home-slider-area .home-slider-container .swiper-pagination-style-three .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: transparent;
}
.home-slider-area .home-slider-container .swiper-pagination-style-four {
  bottom: 0;
}
.home-slider-area .home-slider-container .swiper-pagination-style-four .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.2;
  margin: 0 5px;
  width: 8px;
  height: 8px;
}
.home-slider-area .home-slider-container .swiper-pagination-style-four .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}
.home-slider-area .home-slider-container .swiper-pagination-style-five {
  position: absolute;
  display: inline-block;
  bottom: auto;
  right: calc(50% + 19px);
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .swiper-pagination-style-five {
    right: 0;
  }
}
.home-slider-area .home-slider-container .swiper-pagination-style-five .swiper-pagination-bullet {
  background-color: transparent;
  color: #b8b8b8;
  font-weight: 400;
  font-size: 16px;
  position: relative;
  width: auto;
  height: auto;
  line-height: 1;
  margin: 0 0 19px 0;
}
.home-slider-area .home-slider-container .swiper-pagination-style-five .swiper-pagination-bullet:last-child {
  margin-bottom: 0;
}
.home-slider-area .home-slider-container .swiper-pagination-style-five .swiper-pagination-bullet:before {
  content: "0";
}
.home-slider-area .home-slider-container .swiper-pagination-style-five .swiper-pagination-bullet:after {
  content: "";
  width: 0;
  position: absolute;
  left: -35px;
  top: 50%;
  opacity: 0;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
  background-color: #232324;
  height: 1.7px;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
.home-slider-area .home-slider-container .swiper-pagination-style-five .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: transparent;
  color: #232324;
  font-weight: 700;
}
.home-slider-area .home-slider-container .swiper-pagination-style-five .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  width: 20px;
  opacity: 1;
}
.home-slider-area .home-slider-container:hover .swiper-button-next,
.home-slider-area .home-slider-container:hover .swiper-button-prev {
  opacity: 1;
}

/*
-----------------------------------------------------------------------
	Home Creative Agency One CSS
-----------------------------------------------------------------------
*/
.creative-agency-wrapper .section-title .desc {
  color: #232324;
}
.creative-agency-wrapper .service-area .service2-content-wrap .icon-box-item:hover {
  background-color: #a394df;
}
.creative-agency-wrapper .service-area .service2-content-wrap .grid:last-child .icon-box-item:hover {
  background-color: #a394df;
}
.creative-agency-wrapper .testimonial-area {
  position: relative;
}
.creative-agency-wrapper .testimonial-area:before {
  background-color: #232324;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  z-index: -1;
}
.creative-agency-wrapper .testimonial-area .testimonial2-content-wrap .testimonial-item .client-info .name.style2 {
  color: #a394df;
}
.creative-agency-wrapper .testimonial-area .testimonial2-content-wrap .testimonial-item .testi-line {
  background-color: #a394df;
}
.creative-agency-wrapper .slick-dotted-style-two .slick-dots li.slick-active button:before {
  border-color: #a394df;
}
.creative-agency-wrapper .portfolio-filter-menu li.active {
  color: #a394df;
}
.creative-agency-wrapper .portfolio-filter-menu li:hover {
  color: #a394df;
}
.creative-agency-wrapper .portfolio-filter-menu.line-bottom li:before {
  background-color: #a394df;
}
.creative-agency-wrapper .portfolio-filter-menu.filter-style-2 li.active {
  color: #a394df;
}
.creative-agency-wrapper .portfolio-filter-menu.filter-style-2 li:hover {
  color: #a394df;
}
.creative-agency-wrapper .portfolio-item:before {
  background-color: #a394df;
}
.creative-agency-wrapper .accordion .card .card-header .title:not(.collapsed) {
  color: #a394df;
}
.creative-agency-wrapper .icon-box-style2 .icon-box-item .icon-box-icon .icon {
  color: #a394df;
}
.creative-agency-wrapper .feature2-content-wrap .feature-item .feature-number .number {
  background-color: #a394df;
}
.creative-agency-wrapper .post2-content-wrap .post-item .content .title a:hover {
  color: #a394df;
}
.creative-agency-wrapper .post2-content-wrap .post-item .content .meta a:hover {
  color: #a394df;
}
.creative-agency-wrapper .post2-content-wrap .post-item .content .meta .category {
  color: #a394df;
}
.creative-agency-wrapper .line-bottom-center:before {
  background-color: #a394df;
}
.creative-agency-wrapper .line-bottom:before {
  background-color: #a394df;
}
.creative-agency-wrapper .btn-theme:hover {
  background-color: #a394df;
}
.creative-agency-wrapper .btn-contact:hover {
  background-color: #a394df !important;
}
.creative-agency-wrapper .slick-dotted-style.dots-active-theme .slick-dots li.slick-active button:before {
  border-color: #a394df;
}
.creative-agency-wrapper .scroll-to-top {
  background-color: #a394df;
}
.creative-agency-wrapper .preloader-wrap .preloader .dots [class*=bounce] {
  background-color: #a394df;
}

/*
-----------------------------------------------------------------------
	Home Creative Agency Two CSS
-----------------------------------------------------------------------
*/
.creative-agency-two-wrapper .btn-theme:hover {
  background-color: #cca4b4;
}
@media only screen and (max-width: 991px) {
  .creative-agency-two-wrapper .section-title .title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .creative-agency-two-wrapper .portfolio-area.portfolio-creative-agency-two .container {
    max-width: 720px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .creative-agency-two-wrapper .portfolio-area.portfolio-creative-agency-two .container {
    max-width: none;
    width: 100%;
  }
}
.creative-agency-two-wrapper .portfolio-area.portfolio-creative-agency-two .container-fluid {
  padding: 0 15px;
}
.creative-agency-two-wrapper .portfolio-area.portfolio-creative-agency-two .portfolio-item {
  position: relative;
}
.creative-agency-two-wrapper .portfolio-area.portfolio-creative-agency-two .portfolio-item:before {
  background-color: #cca4b4;
}
.creative-agency-two-wrapper .funfact-area.funfact-creative-agency-two {
  border-bottom: 1px solid #d6d6d6;
  padding: 37px 0 25px;
}
.creative-agency-two-wrapper .funfact-area.funfact-creative-agency-two .funfact-item .counter-number {
  color: #cca4b4;
}
.creative-agency-two-wrapper .service-area.service-creative-agency-two {
  padding-top: 52px;
  padding-bottom: 5px;
}
@media only screen and (max-width: 991px) {
  .creative-agency-two-wrapper .service-area.service-creative-agency-two {
    padding-top: 2px;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  .creative-agency-two-wrapper .service-area.service-creative-agency-two .container {
    padding-bottom: 0 !important;
  }
}
.creative-agency-two-wrapper .service-area.service-creative-agency-two .icon-box-item .icon-box-header .number {
  color: #cca4b4;
}
.creative-agency-two-wrapper .service-area.service-creative-agency-two .icon-box-item .icon-box-content .btn.btn-link:hover {
  color: #cca4b4;
}
@media only screen and (max-width: 991px) {
  .creative-agency-two-wrapper .team-area.team-creative-agency-two .container {
    padding: 0 40px;
  }
}
.creative-agency-two-wrapper .team-area.team-creative-agency-two .team-item .thumb:before {
  border-color: #cca4b4;
}
.creative-agency-two-wrapper .team-area.team-creative-agency-two .team-item .content .title a:hover {
  color: #cca4b4;
}
.creative-agency-two-wrapper .blog-area .container {
  padding-top: 50px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 1199px) {
  .creative-agency-two-wrapper .blog-area .container {
    padding-bottom: 0;
  }
}
.creative-agency-two-wrapper .post-item .content .title a:hover {
  color: #cca4b4;
}
.creative-agency-two-wrapper .post-item .content .meta a:hover {
  color: #cca4b4;
}
.creative-agency-two-wrapper .post-item .content .meta .category {
  color: #cca4b4;
}
.creative-agency-two-wrapper .bg-color-theme {
  background-color: #cca4b4 !important;
}
.creative-agency-two-wrapper .line-left {
  position: relative;
}
.creative-agency-two-wrapper .line-left:before {
  background-color: #cca4b4;
}
.creative-agency-two-wrapper .line-bottom-center:before {
  background-color: #cca4b4;
}
.creative-agency-two-wrapper .slick-dotted-style .slick-dots li.slick-active button:before {
  border-color: #cca4b4;
}
.creative-agency-two-wrapper .slick-dotted-style-two .slick-dots li.slick-active button:before {
  border: 5px solid #cca4b4;
}
.creative-agency-two-wrapper .post-slider .slick-slide {
  margin-bottom: 0;
  padding-bottom: 0;
}
.creative-agency-two-wrapper .footer-area .footer-widget-area .widget-item .widget-title {
  font-family: "Montserrat", sans-serif;
}
.creative-agency-two-wrapper .scroll-to-top {
  background-color: #cca4b4;
}
.creative-agency-two-wrapper .preloader-wrap .preloader .dots [class*=bounce] {
  background-color: #cca4b4;
}

/*
-----------------------------------------------------------------------
	Home Creative Agency Three CSS
-----------------------------------------------------------------------
*/
.creative-agency-three-wrapper h1, .creative-agency-three-wrapper h2, .creative-agency-three-wrapper h3, .creative-agency-three-wrapper h4, .creative-agency-three-wrapper h5, .creative-agency-three-wrapper h6,
.creative-agency-three-wrapper .h1, .creative-agency-three-wrapper .h2, .creative-agency-three-wrapper .h3, .creative-agency-three-wrapper .h4, .creative-agency-three-wrapper .h5, .creative-agency-three-wrapper .h6 {
  font-family: "Montserrat", sans-serif;
}
.creative-agency-three-wrapper a:hover {
  color: #a394df;
}
@media only screen and (max-width: 1199px) {
  .creative-agency-three-wrapper .contact-form2-content {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .creative-agency-three-wrapper .contact-form2-content {
    margin-top: 0;
  }
}
.creative-agency-three-wrapper .portfolio-area.portfolio-creative-agency-three .container-fluid {
  padding: 0 72px;
}
@media only screen and (max-width: 1199px) {
  .creative-agency-three-wrapper .portfolio-area.portfolio-creative-agency-three .container-fluid {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 991px) {
  .creative-agency-three-wrapper .portfolio-area.portfolio-creative-agency-three .container-fluid {
    padding: 0 15px;
  }
}
.creative-agency-three-wrapper .portfolio-area .portfolio-item:before {
  background-color: #a394df;
}
.creative-agency-three-wrapper .divider-area.divider3-creative-agency-three .container {
  padding: 150px 0 160px;
}
@media only screen and (max-width: 991px) {
  .creative-agency-three-wrapper .divider-area.divider3-creative-agency-three .container {
    padding: 90px 0 100px;
  }
}
.creative-agency-three-wrapper .service-area.service-creative-agency-three {
  padding: 86px 0 20px;
}
@media only screen and (max-width: 991px) {
  .creative-agency-three-wrapper .service-area.service-creative-agency-three {
    padding: 74px 0 0;
  }
}
.creative-agency-three-wrapper .progress-bar-item .progress-line-bar {
  background-color: #a394df;
}
.creative-agency-three-wrapper .testimonial4-content-wrap .testimonial-item .client-info .name.style2 {
  color: #a394df;
}
.creative-agency-three-wrapper .testimonial4-content-wrap .testimonial-item .testi-line {
  background-color: #a394df;
}
.creative-agency-three-wrapper .post3-content-wrap .post-item .content .meta a:hover {
  color: #a394df;
}
.creative-agency-three-wrapper .post3-content-wrap .post-item .content .meta .category {
  color: #a394df;
}
.creative-agency-three-wrapper .slick-dotted-style .slick-dots li.slick-active button:before {
  border-color: #a394df;
}
.creative-agency-three-wrapper .slick-dotted-style-two .slick-dots li.slick-active button:before {
  border: 5px solid #a394df;
}
.creative-agency-three-wrapper .section-title .title {
  font-size: 32px;
}
@media only screen and (max-width: 1199px) {
  .creative-agency-three-wrapper .section-title .title {
    font-size: 24px;
  }
}
.creative-agency-three-wrapper .post-slider .slick-slide {
  margin-bottom: 0;
  padding-bottom: 0;
}
.creative-agency-three-wrapper .post-slider.slick-dotted-style.slick-dotted.slick-slider {
  padding-bottom: 0;
}
.creative-agency-three-wrapper .footer-area .footer-widget-area .widget-item .widget-title {
  font-family: "Montserrat", sans-serif;
}
.creative-agency-three-wrapper .scroll-to-top {
  background-color: #a394df;
}
.creative-agency-three-wrapper .preloader-wrap .preloader .dots [class*=bounce] {
  background-color: #a394df;
}

/*
-----------------------------------------------------------------------
	Home Modern Agency CSS
-----------------------------------------------------------------------
*/
.modern-agency-wrapper .section-title .title {
  text-transform: capitalize;
  margin-bottom: 15px;
}
@media only screen and (max-width: 991px) {
  .modern-agency-wrapper .section-title .title {
    font-size: 26px;
  }
}
.modern-agency-wrapper .section-title .title.line-bottom {
  padding-bottom: 16px;
}
.modern-agency-wrapper .section-title .title.line-bottom:before {
  background-color: #e9595e;
}
.modern-agency-wrapper .section-title .title.line-bottom-center {
  position: relative;
  padding-bottom: 18px;
}
.modern-agency-wrapper .section-title .title.line-bottom-center:before {
  background-color: #e9595e;
}
@media only screen and (max-width: 991px) {
  .modern-agency-wrapper .section-title .small-title {
    font-size: 14px;
    text-transform: uppercase;
  }
}
.modern-agency-wrapper .section-title .desc {
  color: #8a8a8a;
}
.modern-agency-wrapper .service-area {
  padding: 51px 0 4px;
}
.modern-agency-wrapper .service-area .section-title {
  margin-bottom: 52px;
}
.modern-agency-wrapper .service-area .service4-content-wrap .icon-box-item .icon-box-icon .svg-icon {
  color: #e9595e;
}
.modern-agency-wrapper .service-area .service4-content-wrap .icon-box-item .icon-box-content .btn.btn-link:hover {
  color: #e9595e;
}
.modern-agency-wrapper .portfolio-hover-style2 .portfolio-item .portfolio-info {
  background-color: #e9595e;
}
.modern-agency-wrapper .portfolio-area.portfolio-modern-agency .section-title .title {
  font-size: 40px;
}
@media only screen and (max-width: 767px) {
  .modern-agency-wrapper .portfolio-area.portfolio-modern-agency .section-title .title {
    font-size: 28px;
  }
}
.modern-agency-wrapper .portfolio-area.portfolio-modern-agency .container-fluid {
  padding-top: 50px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 991px) {
  .modern-agency-wrapper .portfolio-area.portfolio-modern-agency .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.modern-agency-wrapper .team-modern-agency .team-item .thumb:before {
  background-color: #e9595e;
}
.modern-agency-wrapper .divider-area.divider-modern-agency-one .divider-content .btn-theme:hover {
  background-color: #e9595e;
}
.modern-agency-wrapper .testimonial-item .client-info .name.style2 {
  color: #e9595e;
}
.modern-agency-wrapper .pricing-item .pricing-item-header .price-wrap .price {
  color: #e9595e;
}
.modern-agency-wrapper .pricing-item:hover .pricing-item-footer .pricing-btn {
  background-color: #e9595e;
}
.modern-agency-wrapper .post-item .thumb img {
  width: 100%;
}
.modern-agency-wrapper .post-item .content .title a:hover {
  color: #e9595e;
}
.modern-agency-wrapper .post-item .content .meta a:hover {
  color: #e9595e;
}
.modern-agency-wrapper .post-item .content .meta .category {
  color: #e9595e;
}
.modern-agency-wrapper .post-slider .slick-slide {
  margin-bottom: 0;
  padding-bottom: 0;
}
.modern-agency-wrapper .post-slider.slick-dotted-style.slick-dotted.slick-slider {
  padding-bottom: 0;
}
.modern-agency-wrapper .scroll-to-top {
  background-color: #e9595e;
}
.modern-agency-wrapper .preloader-wrap .preloader .dots [class*=bounce] {
  background-color: #e9595e;
}

/*
-----------------------------------------------------------------------
	Home Business One CSS
-----------------------------------------------------------------------
*/
.business-one-wrapper .team4-content-wrap .team-item .overlay-content:before, .business-one-wrapper .team4-content-wrap .team-item .overlay-content:after {
  border-color: #cca4b4;
}
.business-one-wrapper .team4-content-wrap .team-item .overlay-content .content .title a:hover {
  color: #cca4b4;
}
.business-one-wrapper .team4-content-wrap .team-item .overlay-content .content .social-icons a:hover {
  color: #cca4b4;
}
.business-one-wrapper .service-area .service6-content-wrap .icon-box-item:hover .icon-box-content .title a {
  color: #cca4b4;
}
.business-one-wrapper .portfolio-item:before {
  background-color: #cca4b4;
}
.business-one-wrapper .portfolio-item .portfolio-info .title {
  font-family: "Montserrat", sans-serif;
}
.business-one-wrapper .pricing3-content-wrap .pricing-item .pricing-item-header .title {
  color: #cca4b4;
}
.business-one-wrapper .post-item .content .title a:hover {
  color: #cca4b4;
}
.business-one-wrapper .post-item .content .meta a:hover {
  color: #cca4b4;
}
.business-one-wrapper .post-item .content .meta .category {
  color: #cca4b4;
}
.business-one-wrapper .progress-bar-item .progress-info__title {
  font-size: 14px;
}
.business-one-wrapper .progress-bar-item .progress-info__percent {
  font-size: 14px;
}
.business-one-wrapper .progress-bar-item .progress-line-bar {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#e475a1), to(#3851e7)) !important;
  background-image: linear-gradient(0deg, #e475a1 0%, #3851e7 100%) !important;
  background-image: -webkit-linear-gradient(0deg, #e475a1 0%, #3851e7 100%) !important;
}
.business-one-wrapper .divider-style8-wrap .section-title .title {
  margin-bottom: 36px;
}
.business-one-wrapper .divider-style9-wrap .section-title .title {
  margin-bottom: 46px;
}
.business-one-wrapper .divider-style10-wrap .divider-content .title {
  margin-bottom: 16px;
}
.business-one-wrapper .contact-info-content {
  margin-left: 37px;
}
@media only screen and (max-width: 991px) {
  .business-one-wrapper .contact-info-content {
    margin-left: 0;
  }
}
.business-one-wrapper .contact-info-content .section-title .title {
  margin-bottom: 8px;
}
.business-one-wrapper .contact-info-content .contact-info ul li a:hover {
  color: #cca4b4;
}
.business-one-wrapper .contact-info-content .social-icons a:hover {
  color: #cca4b4;
}
.business-one-wrapper .contact-form3-content .contact-form .form-group .btn-contact:hover {
  background-color: #cca4b4;
}
.business-one-wrapper .section-title {
  margin-bottom: 50px;
}
.business-one-wrapper .section-title .title {
  font-weight: 400;
  margin-bottom: 8px;
}
@media only screen and (max-width: 991px) {
  .business-one-wrapper .section-title .title {
    font-size: 26px;
  }
}
.business-one-wrapper .section-title .subtitle {
  letter-spacing: 0;
}
.business-one-wrapper .section-title .desc {
  color: #232324;
  line-height: 2;
}
.business-one-wrapper .post-slider .slick-slide {
  margin-bottom: 0;
  padding-bottom: 0;
}
.business-one-wrapper .post-slider.slick-dotted-style.slick-dotted.slick-slider {
  padding-bottom: 0;
}
.business-one-wrapper .icon-list.style2 ul li:before {
  color: #cca4b4;
}
.business-one-wrapper .scroll-to-top {
  background-color: #cca4b4;
}
.business-one-wrapper .preloader-wrap .preloader .dots [class*=bounce] {
  background-color: #cca4b4;
}

/*
-----------------------------------------------------------------------
	Home Business Two CSS
-----------------------------------------------------------------------
*/
.business-two-wrapper {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}
.business-two-wrapper h1, .business-two-wrapper h2, .business-two-wrapper h3, .business-two-wrapper h4, .business-two-wrapper h5, .business-two-wrapper h6,
.business-two-wrapper .h1, .business-two-wrapper .h2, .business-two-wrapper .h3, .business-two-wrapper .h4, .business-two-wrapper .h5, .business-two-wrapper .h6 {
  font-family: "Montserrat", sans-serif;
}
.business-two-wrapper p {
  font-size: 14px;
  line-height: 1.715;
}
.business-two-wrapper .section-title {
  margin-bottom: 66px;
}
@media only screen and (max-width: 991px) {
  .business-two-wrapper .section-title {
    margin-bottom: 55px;
  }
}
.business-two-wrapper .section-title .title {
  margin-bottom: 5px;
}
@media only screen and (max-width: 991px) {
  .business-two-wrapper .section-title .title {
    font-size: 26px;
  }
}
.business-two-wrapper .section-title .desc p {
  font-size: 14px;
  line-height: 2;
}
.business-two-wrapper .header-area .header-action-area .action-btn {
  background-color: #d8242b;
}
.business-two-wrapper .header-area .main-menu > li.active a {
  color: #d8242b;
}
.business-two-wrapper .header-area .main-menu > li > a {
  color: #fff;
}
.business-two-wrapper .header-area .main-menu > li > a span:before {
  background-color: #d8242b;
}
.business-two-wrapper .header-area .main-menu > li > a:hover {
  color: #d8242b;
}
.business-two-wrapper .header-area .has-submenu .submenu-nav > li.has-submenu a {
  color: rgba(255, 255, 255, 0.7);
}
.business-two-wrapper .header-area .has-submenu .submenu-nav > li.has-submenu a:hover {
  color: #fff;
}
.business-two-wrapper .header-area .has-submenu .submenu-nav > li.has-submenu.active a {
  color: #fff;
}
.business-two-wrapper .header-area .has-submenu .submenu-nav > li.has-submenu > .submenu-nav li a {
  color: rgba(255, 255, 255, 0.7);
}
.business-two-wrapper .header-area .has-submenu .submenu-nav > li.has-submenu > .submenu-nav li a:hover {
  color: #fff;
}
.business-two-wrapper .header-area .has-submenu .submenu-nav > li.has-submenu > .submenu-nav li.active a {
  color: #fff;
}
.business-two-wrapper .home-slider-area .home-slider-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #d8242b;
}
.business-two-wrapper .divider-style19-wrap .ceo-text-content {
  border-bottom-color: #d8242b;
}
.business-two-wrapper .divider-style19-wrap .coming-soon-countdown-wrap {
  width: 500px;
  margin-bottom: 41px;
}
@media only screen and (max-width: 767px) {
  .business-two-wrapper .divider-style19-wrap .coming-soon-countdown-wrap {
    margin: 0 auto 30px;
  }
}
@media only screen and (max-width: 575px) {
  .business-two-wrapper .divider-style19-wrap .coming-soon-countdown-wrap {
    width: 100%;
    margin: 0 auto 0;
  }
}
.business-two-wrapper .divider-style19-wrap .coming-soon-countdown-wrap .countdown-content .countdown-timer li {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .business-two-wrapper .divider-style19-wrap .coming-soon-countdown-wrap .countdown-content .countdown-timer li {
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .business-two-wrapper .divider-style19-wrap .coming-soon-countdown-wrap .countdown-content .countdown-timer li {
    width: 50%;
    margin-bottom: 30px;
  }
}
.business-two-wrapper .divider-style19-wrap .coming-soon-countdown-wrap .countdown-content .countdown-timer li span {
  color: #232324;
  font-size: 36px;
  font-weight: 700;
}
.business-two-wrapper .divider-style19-wrap .coming-soon-countdown-wrap .countdown-content .countdown-timer li p {
  font-size: 18px;
  font-style: italic;
  font-family: "Vidaloka", serif;
  font-weight: 400;
}
.business-two-wrapper .divider-style19-wrap .btn-wrap .btn-theme {
  background-color: #d8242b;
}
.business-two-wrapper .divider-style19-wrap .btn-wrap .btn-theme:last-child {
  color: #232324;
  background-color: #fff;
  margin-left: 11px;
}
.business-two-wrapper .divider-style19-wrap .btn-wrap .btn-theme:last-child:hover {
  background-color: #d8242b;
}
.business-two-wrapper .work-process-area .container {
  padding: 62px 0;
}
@media only screen and (max-width: 767px) {
  .business-two-wrapper .work-process-area .container {
    padding-bottom: 30px;
  }
}
.business-two-wrapper .work-process-area .work-process2-content-wrap .process-item .process-icon {
  background-color: #d8242b;
}
.business-two-wrapper .feature-area {
  padding: 76px 0 98px;
}
@media only screen and (max-width: 991px) {
  .business-two-wrapper .feature-area {
    padding: 60px 0 64px;
  }
}
@media only screen and (max-width: 767px) {
  .business-two-wrapper .feature-area {
    padding: 60px 0 34px;
  }
}
.business-two-wrapper .feature-area .section-title .title {
  margin-bottom: 15px;
}
.business-two-wrapper .feature-area .feature6-content-wrap .feature-item .feature-icon {
  color: #d8242b;
}
.business-two-wrapper .service-area .service15-content-wrap .icon-box-item .icon-box-content .btn-link:hover {
  color: #d8242b;
}
.business-two-wrapper .service-area .service15-content-wrap .icon-box-item:hover {
  border-color: #d8242b;
}
.business-two-wrapper .service-area .service15-content-wrap .icon-box-item:hover .icon-box-content .title a {
  color: #d8242b;
}
.business-two-wrapper .team-area .team6-content-wrap .team-item .thumb .social-icons a:hover {
  background-color: #d8242b;
}
.business-two-wrapper .team-area .team6-content-wrap .team-item .content .title a:hover {
  color: #d8242b;
}
.business-two-wrapper .portfolio-style2-wrap .portfolio-item .portfolio-info .title a:hover {
  color: #d8242b;
}
.business-two-wrapper .portfolio-style2-wrap .portfolio-item .portfolio-info .btn-link.btn-icon:hover {
  color: #d8242b;
}
.business-two-wrapper .portfolio-style2-wrap .portfolio-item .portfolio-info .btn-link.btn-icon:hover:after {
  color: #d8242b;
}
.business-two-wrapper .funfact6-content-wrap .funfact-item .counter-number {
  color: #d8242b;
}
.business-two-wrapper .testimonial-area .testimonial4-content-wrap .testimonial-item .client-quote p {
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-size: 30px;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .business-two-wrapper .testimonial-area .testimonial4-content-wrap .testimonial-item .client-quote p {
    font-size: 20px;
  }
}
.business-two-wrapper .testimonial-area .testimonial4-content-wrap .testimonial-item .client-info .name {
  color: #fff;
  display: block;
}
.business-two-wrapper .testimonial-area .testimonial4-content-wrap .testimonial-item .client-info .name.style2 {
  color: #d8242b;
}
.business-two-wrapper .blog-area .post5-content-wrap .post-item .content .meta .category {
  color: #d8242b;
}
.business-two-wrapper .blog-area .post5-content-wrap .post-item .content .title a {
  transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
}
.business-two-wrapper .blog-area .post5-content-wrap .post-item .content .title a:hover {
  color: #d8242b;
}
.business-two-wrapper .blog-area .post5-content-wrap .post-item .author ul li a {
  transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
}
.business-two-wrapper .blog-area .post5-content-wrap .post-item .author ul li a:hover {
  color: #d8242b;
}
.business-two-wrapper .post-slider .slick-slide {
  margin-bottom: 0;
  padding-bottom: 0;
}
.business-two-wrapper .post-slider.slick-dotted-style.slick-dotted.slick-slider {
  padding-bottom: 0;
}
.business-two-wrapper .slick-dotted-style .slick-dots li button:before {
  border-color: #d6d6d6;
}
.business-two-wrapper .slick-dotted-style .slick-dots li button:before:hover {
  border-color: #d8242b;
  opacity: 0.4;
}
.business-two-wrapper .slick-dotted-style .slick-dots li.slick-active button:before {
  border-color: #d8242b;
}
.business-two-wrapper .scroll-to-top {
  background-color: #d8242b;
}
.business-two-wrapper .preloader-wrap .preloader .dots [class*=bounce] {
  background-color: #d8242b;
}

/*
-----------------------------------------------------------------------
	Home Business Interactive One CSS
-----------------------------------------------------------------------
*/
.interactive-business-wrapper h1, .interactive-business-wrapper h2, .interactive-business-wrapper h3, .interactive-business-wrapper h4, .interactive-business-wrapper h5, .interactive-business-wrapper h6,
.interactive-business-wrapper .h1, .interactive-business-wrapper .h2, .interactive-business-wrapper .h3, .interactive-business-wrapper .h4, .interactive-business-wrapper .h5, .interactive-business-wrapper .h6 {
  font-family: "Montserrat", sans-serif;
}
.interactive-business-wrapper .section-title .title {
  font-size: 40px;
}
@media only screen and (max-width: 991px) {
  .interactive-business-wrapper .section-title .title {
    font-size: 30px;
  }
}
.interactive-business-wrapper .service-area .container-fluid {
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 80px;
  padding-right: 80px;
}
@media only screen and (max-width: 1199px) {
  .interactive-business-wrapper .service-area .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 60px;
    padding-bottom: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .interactive-business-wrapper .service-area .container-fluid {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  .interactive-business-wrapper .service-area .service7-content-wrap .service-item {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .interactive-business-wrapper .newsletter-content-wrap .newsletter-content .section-title {
    text-align: center;
  }
}
@media only screen and (max-width: 1199px) {
  .interactive-business-wrapper .newsletter-content-wrap .newsletter-content .section-title .title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .interactive-business-wrapper .newsletter-content-wrap .newsletter-content .section-title .title {
    font-size: 26px;
  }
}
.interactive-business-wrapper .post-slider .slick-slide {
  margin-bottom: 0;
  padding-bottom: 0;
}
.interactive-business-wrapper .post-slider.slick-dotted-style.slick-dotted.slick-slider {
  padding-bottom: 0;
}

/*
-----------------------------------------------------------------------
	Home App Landing CSS
-----------------------------------------------------------------------
*/
.app-landing-wrapper h1, .app-landing-wrapper h2, .app-landing-wrapper h3, .app-landing-wrapper h4, .app-landing-wrapper h5, .app-landing-wrapper h6,
.app-landing-wrapper .h1, .app-landing-wrapper .h2, .app-landing-wrapper .h3, .app-landing-wrapper .h4, .app-landing-wrapper .h5, .app-landing-wrapper .h6 {
  font-family: "Montserrat", sans-serif;
}
.app-landing-wrapper p {
  line-height: 2.15;
}
.app-landing-wrapper .section-title {
  margin-bottom: 52px;
}
.app-landing-wrapper .section-title .title {
  font-size: 32px;
  letter-spacing: -1px;
  margin-bottom: 20px;
  padding-bottom: 32px;
}
@media only screen and (max-width: 1199px) {
  .app-landing-wrapper .section-title .title {
    font-size: 24px;
  }
}
.app-landing-wrapper .section-title .title.line-bottom:before {
  width: 40px;
}
.app-landing-wrapper .section-title .desc p {
  color: #232324;
}
.app-landing-wrapper .section-title .line-bottom:before {
  background-color: #526df9;
}
.app-landing-wrapper .header-area .header-action-area .btn-menu {
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .app-landing-wrapper .header-area .header-action-area .btn-menu {
    color: #8a8a8a;
  }
}
.app-landing-wrapper .icon-list ul li:before {
  color: #232324;
}
.app-landing-wrapper .feature5-content-wrap .feature-item .icon-box-item .heading .icon {
  color: #526df9;
}
.app-landing-wrapper .pricing5-content-wrap .pricing-item .pricing-item-content .discount {
  color: #526df9;
}
.app-landing-wrapper .pricing5-content-wrap .pricing-item .pricing-item-footer .pricing-btn {
  background-color: #526df9;
}
.app-landing-wrapper .pricing5-content-wrap .pricing-item .pricing-item-footer .pricing-btn:hover {
  background-color: #232324;
}
.app-landing-wrapper .divider-style14-wrap .section-title {
  margin-bottom: 41px;
}
.app-landing-wrapper .btn-theme.btn-hover-style2:hover {
  color: #fff;
  background-color: #526df9;
  border-color: #526df9 !important;
}
.app-landing-wrapper .btn-theme:hover {
  color: #fff;
  background-color: #526df9;
}
.app-landing-wrapper .scroll-to-top {
  background-color: #526df9;
}
.app-landing-wrapper .preloader-wrap .preloader .dots [class*=bounce] {
  background-color: #526df9;
}
.app-landing-wrapper .footer-area .footer-bottom-style2 .widget-menu .nav li a:hover {
  color: #526df9;
}
.app-landing-wrapper .footer-area .footer-bottom-style2 .widget-social .social-icons a:hover {
  color: #526df9;
}

/*
-----------------------------------------------------------------------
	Home Minimal Agency One CSS
-----------------------------------------------------------------------
*/
.minimal-agency-one-wrapper h1, .minimal-agency-one-wrapper h2, .minimal-agency-one-wrapper h3, .minimal-agency-one-wrapper h4, .minimal-agency-one-wrapper h5, .minimal-agency-one-wrapper h6,
.minimal-agency-one-wrapper .h1, .minimal-agency-one-wrapper .h2, .minimal-agency-one-wrapper .h3, .minimal-agency-one-wrapper .h4, .minimal-agency-one-wrapper .h5, .minimal-agency-one-wrapper .h6 {
  font-family: "Montserrat", sans-serif;
}
.minimal-agency-one-wrapper .section-title .title {
  font-family: "Vidaloka", serif;
  font-size: 60px;
}
@media only screen and (max-width: 1199px) {
  .minimal-agency-one-wrapper .section-title .title {
    font-size: 46px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  .minimal-agency-one-wrapper .section-title .title {
    font-size: 35px;
  }
}
@media only screen and (max-width: 575px) {
  .minimal-agency-one-wrapper .section-title .title {
    font-size: 26px;
  }
}
.minimal-agency-one-wrapper .section-title .desc p {
  color: #4d4f56;
  font-size: 16px;
  line-height: 1.9;
}
@media only screen and (max-width: 1199px) {
  .minimal-agency-one-wrapper .section-title .desc p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .minimal-agency-one-wrapper .section-title .desc p {
    font-size: 14px;
  }
}
.minimal-agency-one-wrapper .portfolio-item:before {
  background-color: #6d58e2;
}
.minimal-agency-one-wrapper .scroll-to-top {
  background-color: #6d58e2;
}
.minimal-agency-one-wrapper .preloader-wrap .preloader .dots [class*=bounce] {
  background-color: #6d58e2;
}

/*
-----------------------------------------------------------------------
	Home Minimal Agency Two CSS
-----------------------------------------------------------------------
*/
.minimal-agency-two-wrapper h1, .minimal-agency-two-wrapper h2, .minimal-agency-two-wrapper h3, .minimal-agency-two-wrapper h4, .minimal-agency-two-wrapper h5, .minimal-agency-two-wrapper h6,
.minimal-agency-two-wrapper .h1, .minimal-agency-two-wrapper .h2, .minimal-agency-two-wrapper .h3, .minimal-agency-two-wrapper .h4, .minimal-agency-two-wrapper .h5, .minimal-agency-two-wrapper .h6 {
  font-family: "Montserrat", sans-serif;
}
.minimal-agency-two-wrapper .section-title {
  margin-bottom: 52px;
}
.minimal-agency-two-wrapper .section-title .title {
  font-family: "Montserrat", sans-serif;
  font-size: 100px;
  letter-spacing: -2px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .minimal-agency-two-wrapper .section-title .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .minimal-agency-two-wrapper .section-title .title {
    font-size: 35px;
  }
}
.minimal-agency-two-wrapper .section-title .desc p {
  color: #8a8a8a;
  font-size: 16px;
  line-height: 1.9;
}
.minimal-agency-two-wrapper .portfolio-area .container-fluid {
  padding: 0 80px;
}
@media only screen and (max-width: 991px) {
  .minimal-agency-two-wrapper .portfolio-area .container-fluid {
    padding: 0 15px;
  }
}
.minimal-agency-two-wrapper .portfolio-area .portfolio-filter-menu {
  margin-bottom: 38px;
}
.minimal-agency-two-wrapper .portfolio-area .portfolio-item {
  margin-bottom: 65px !important;
}
.minimal-agency-two-wrapper .portfolio-area .portfolio-item .portfolio-thumb:before {
  background-color: rgba(107, 86, 226, 0.9);
}

/*
-----------------------------------------------------------------------
	Home Minimal Agency Sidebar CSS
-----------------------------------------------------------------------
*/
.minimal-agency-sidebar-wrapper h1,
.minimal-agency-sidebar-wrapper h2,
.minimal-agency-sidebar-wrapper h3,
.minimal-agency-sidebar-wrapper h4,
.minimal-agency-sidebar-wrapper h5,
.minimal-agency-sidebar-wrapper h6,
.minimal-agency-sidebar-wrapper .h1,
.minimal-agency-sidebar-wrapper .h2,
.minimal-agency-sidebar-wrapper .h3,
.minimal-agency-sidebar-wrapper .h4,
.minimal-agency-sidebar-wrapper .h5,
.minimal-agency-sidebar-wrapper .h6 {
  font-family: "Montserrat", sans-serif;
}
.minimal-agency-sidebar-wrapper .section-title .title {
  font-weight: 400;
  font-family: "Vidaloka", serif;
  font-size: 48px;
  line-height: 60px;
}
@media only screen and (max-width: 1199px) {
  .minimal-agency-sidebar-wrapper .section-title .title {
    font-size: 36px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 991px) {
  .minimal-agency-sidebar-wrapper .section-title .title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .minimal-agency-sidebar-wrapper .section-title .title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1199px) {
  .minimal-agency-sidebar-wrapper .header-area.fixed-left {
    max-width: 290px;
  }
}
@media only screen and (max-width: 991px) {
  .minimal-agency-sidebar-wrapper .header-area.fixed-left {
    max-width: none;
  }
}
.minimal-agency-sidebar-wrapper .portfolio-item {
  margin-bottom: 10px;
}
.minimal-agency-sidebar-wrapper .video-divider-area .video-divider-wrap {
  padding: 105px 150px 88px 212px;
}
@media only screen and (max-width: 1500px) {
  .minimal-agency-sidebar-wrapper .video-divider-area .video-divider-wrap {
    padding: 105px 0 88px 0;
  }
}
.minimal-agency-sidebar-wrapper .video-divider-area .video-divider-wrap .content {
  margin-bottom: 50px;
  padding-right: 20px;
}
.minimal-agency-sidebar-wrapper .video-divider-area .video-divider-wrap .content p {
  font-size: 50px;
}
.minimal-agency-sidebar-wrapper .footer-area .footer-widget-area .widget-item .widget-title {
  font-size: 12px;
}
.minimal-agency-sidebar-wrapper .footer-area .footer-widget-area .widget-item p {
  font-size: 12px;
}
.minimal-agency-sidebar-wrapper .footer-area .footer-widget-area .widget-list li {
  margin-bottom: 14px;
}
.minimal-agency-sidebar-wrapper .footer-area .footer-widget-area .widget-list li a {
  font-size: 12px;
}
.minimal-agency-sidebar-wrapper .footer-area .footer-widget-area .widget-post li {
  margin-bottom: 12px;
  line-height: 1.6;
}
.minimal-agency-sidebar-wrapper .footer-area .footer-widget-area .widget-post li a {
  font-size: 12px;
  line-height: 1.6;
}
.minimal-agency-sidebar-wrapper .footer-area .footer-widget-area .about-widget p {
  font-size: 12px;
}
.minimal-agency-sidebar-wrapper .footer-area .footer-bottom .widget-text p {
  font-size: 10px;
}

.fancybox-popup .fancybox-container {
  width: calc(100% - 370px);
  left: 370px;
}

/*
-----------------------------------------------------------------------
	Home Construction CSS
-----------------------------------------------------------------------
*/
.construction-wrapper p {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  line-height: 1.9;
}
.construction-wrapper a {
  font-family: "Roboto Condensed", sans-serif;
}
.construction-wrapper h1, .construction-wrapper h2, .construction-wrapper h3, .construction-wrapper h4, .construction-wrapper h5, .construction-wrapper h6,
.construction-wrapper .h1, .construction-wrapper .h2, .construction-wrapper .h3, .construction-wrapper .h4, .construction-wrapper .h5, .construction-wrapper .h6 {
  font-family: "Roboto Condensed", sans-serif;
}
.construction-wrapper .btn-theme {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  padding: 20px 54px;
}
@media only screen and (max-width: 991px) {
  .construction-wrapper .btn-theme {
    font-size: 14px;
    padding: 14px 46px;
  }
}
.construction-wrapper .btn-theme:hover {
  background-color: #f5b324;
}
.construction-wrapper .page-btn {
  background-color: #f5b324;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  display: block;
  text-align: center;
  padding: 46px 50px;
}
@media only screen and (max-width: 991px) {
  .construction-wrapper .page-btn {
    font-size: 30px;
    padding: 26px 40px;
  }
}
.construction-wrapper .page-btn:hover {
  background-color: #232324;
}
.construction-wrapper .btn-link:hover:before {
  background-color: #f5b324 !important;
}
.construction-wrapper .header-area {
  top: 61px;
}
@media only screen and (max-width: 991px) {
  .construction-wrapper .header-area {
    top: 0;
  }
}
.construction-wrapper .header-area .main-menu > li.active a {
  color: #f5b324;
}
.construction-wrapper .header-area .main-menu > li > a {
  color: #fff;
}
.construction-wrapper .header-area .main-menu > li > a span:before {
  background-color: #f5b324;
}
.construction-wrapper .header-area .main-menu > li > a:hover {
  color: #f5b324;
}
.construction-wrapper .header-area .has-submenu .submenu-nav > li.has-submenu a {
  color: rgba(255, 255, 255, 0.7);
}
.construction-wrapper .header-area .has-submenu .submenu-nav > li.has-submenu a:hover {
  color: #fff;
}
.construction-wrapper .header-area .has-submenu .submenu-nav > li.has-submenu.active a {
  color: #fff;
}
.construction-wrapper .header-area .has-submenu .submenu-nav > li.has-submenu > .submenu-nav li a {
  color: rgba(255, 255, 255, 0.7);
}
.construction-wrapper .header-area .has-submenu .submenu-nav > li.has-submenu > .submenu-nav li a:hover {
  color: #fff;
}
.construction-wrapper .header-area .has-submenu .submenu-nav > li.has-submenu > .submenu-nav li.active a {
  color: #fff;
}
.construction-wrapper .main-menu > li > a {
  font-size: 15px;
}
@media only screen and (max-width: 1199px) {
  .construction-wrapper .main-menu > li > a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1199px) {
  .construction-wrapper .has-submenu .submenu-nav {
    left: -66%;
  }
}
.construction-wrapper .section-title {
  margin-bottom: 66px;
}
.construction-wrapper .section-title .title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 40px;
  padding-bottom: 25px;
  text-transform: uppercase;
}
.construction-wrapper .section-title .line-bottom:before,
.construction-wrapper .section-title .line-bottom-center:before {
  background-color: #f5b324;
}
.construction-wrapper .about-area {
  padding-top: 171px;
  padding-bottom: 157px;
}
@media only screen and (max-width: 1199px) {
  .construction-wrapper .about-area {
    padding-top: 80px;
    padding-bottom: 85px;
  }
}
@media only screen and (max-width: 991px) {
  .construction-wrapper .about-area {
    padding-top: 60px;
    padding-bottom: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .construction-wrapper .about-area {
    padding-bottom: 0;
  }
}
.construction-wrapper .portfolio-single-style-wrap .portfolio-single-slider.owl-theme .owl-dots .owl-dot.active span {
  background-color: #f5b324;
}
.construction-wrapper .service-area {
  padding: 86px 0 0;
}
@media only screen and (max-width: 991px) {
  .construction-wrapper .service-area {
    padding: 62px 0 32px;
  }
}
.construction-wrapper .service-area .section-title {
  margin-bottom: 66px;
}
.construction-wrapper .service-area .section-title .title {
  padding-bottom: 25px;
}
.construction-wrapper .portfolio-area {
  padding: 61px 0 106px;
}
.construction-wrapper .portfolio-area .section-title {
  margin-bottom: 81px;
}
.construction-wrapper .funfact-area {
  padding: 56px 0 60px;
  border-bottom: 1px solid #e9e9e9;
}
.construction-wrapper .blog-area {
  padding: 66px 0 78px;
}
.construction-wrapper .blog-area .section-title {
  margin-bottom: 81px;
}
.construction-wrapper .dots-active-theme .slick-dots li.slick-active button:before {
  border-color: #f5b324;
  background-color: #f5b324;
}
.construction-wrapper .testimonial-area {
  padding: 156px 0 158px;
}
@media only screen and (max-width: 1199px) {
  .construction-wrapper .testimonial-area {
    padding: 85px 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .construction-wrapper .testimonial-area {
    padding: 72px 0 30px;
  }
}
.construction-wrapper .testimonial-area .testimonial13-content-wrap .testimonial-item .client-quote:before {
  background-color: #f5b324;
}
.construction-wrapper .brand-logo-area {
  padding: 50px 0 81px;
}
@media only screen and (max-width: 991px) {
  .construction-wrapper .brand-logo-area {
    padding: 50px 0 60px;
  }
}
.construction-wrapper .brand-logo-area .section-title {
  margin-bottom: 76px;
}
.construction-wrapper .footer-area.footer-style-five .footer-widget-area .widget-item .widget-title {
  font-size: 14px;
}
.construction-wrapper .footer-area.footer-style-five .footer-widget-area .widget-item p {
  font-size: 14px;
}
.construction-wrapper .footer-area.footer-style-five .footer-widget-area .widget-item .social-icons a {
  font-size: 14px;
}
.construction-wrapper .footer-area.footer-style-five .footer-widget-area .widget-item .contact-info li {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
}
.construction-wrapper .footer-area.footer-style-five .footer-widget-area .widget-item .contact-info li a {
  font-size: 14px;
}
.construction-wrapper .footer-area.footer-style-five .footer-widget-area .widget-item .widget-tweet-feed p {
  font-size: 14px;
}
.construction-wrapper .footer-area.footer-style-five .footer-widget-area .widget-item .widget-tweet-feed p a {
  font-size: 14px;
}
.construction-wrapper .footer-area.footer-style-five .footer-widget-area .widget-item .widget-tweet-feed a {
  font-size: 14px;
}
.construction-wrapper .footer-area.footer-style-five .footer-bottom .widget-text p {
  font-size: 14px;
}
.construction-wrapper .scroll-to-top {
  background-color: #f5b324;
}
.construction-wrapper .preloader-wrap .preloader .dots [class*=bounce] {
  background-color: #f5b324;
}

/*
-----------------------------------------------------------------------
	Home Gym & Fitness CSS
-----------------------------------------------------------------------
*/
.gym-and-fitness-wrapper {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
}
.gym-and-fitness-wrapper h1, .gym-and-fitness-wrapper h2, .gym-and-fitness-wrapper h3, .gym-and-fitness-wrapper h4, .gym-and-fitness-wrapper h5, .gym-and-fitness-wrapper h6,
.gym-and-fitness-wrapper .h1, .gym-and-fitness-wrapper .h2, .gym-and-fitness-wrapper .h3, .gym-and-fitness-wrapper .h4, .gym-and-fitness-wrapper .h5, .gym-and-fitness-wrapper .h6 {
  font-family: "Roboto Condensed", sans-serif;
}
@media only screen and (max-width: 1199px) {
  .gym-and-fitness-wrapper .btn-theme {
    font-size: 14px !important;
    padding: 15px 40px;
  }
}
.gym-and-fitness-wrapper .btn-theme:hover {
  background-color: #f3498d;
}
.gym-and-fitness-wrapper .main-menu > li > a {
  font-size: 14px;
}
.gym-and-fitness-wrapper .header-area .main-menu > li.active a {
  color: #f3498d;
}
.gym-and-fitness-wrapper .header-area .main-menu > li > a {
  color: #fff;
}
.gym-and-fitness-wrapper .header-area .main-menu > li > a span:before {
  background-color: #f3498d;
}
.gym-and-fitness-wrapper .header-area .main-menu > li > a:hover {
  color: #f3498d;
}
.gym-and-fitness-wrapper .header-area .has-submenu .submenu-nav > li.has-submenu a {
  color: rgba(255, 255, 255, 0.7);
}
.gym-and-fitness-wrapper .header-area .has-submenu .submenu-nav > li.has-submenu a:hover {
  color: #fff;
}
.gym-and-fitness-wrapper .header-area .has-submenu .submenu-nav > li.has-submenu.active a {
  color: #fff;
}
.gym-and-fitness-wrapper .header-area .has-submenu .submenu-nav > li.has-submenu > .submenu-nav li a {
  color: rgba(255, 255, 255, 0.7);
}
.gym-and-fitness-wrapper .header-area .has-submenu .submenu-nav > li.has-submenu > .submenu-nav li a:hover {
  color: #fff;
}
.gym-and-fitness-wrapper .header-area .has-submenu .submenu-nav > li.has-submenu > .submenu-nav li.active a {
  color: #fff;
}
@media only screen and (max-width: 1199px) {
  .gym-and-fitness-wrapper .has-submenu .submenu-nav {
    left: -66%;
  }
}
.gym-and-fitness-wrapper .section-title .title {
  font-size: 64px;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: -1px;
  padding-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .gym-and-fitness-wrapper .section-title .title {
    font-size: 55px;
  }
}
@media only screen and (max-width: 991px) {
  .gym-and-fitness-wrapper .section-title .title {
    font-size: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .gym-and-fitness-wrapper .section-title .title {
    font-size: 36px;
  }
}
.gym-and-fitness-wrapper .section-title .line {
  position: relative;
  display: inline-block;
}
.gym-and-fitness-wrapper .section-title .line:before {
  background-color: #47479a;
  content: "";
  height: 6px;
  position: absolute;
  width: 100px;
}
.gym-and-fitness-wrapper .section-title .line:after {
  background-color: #f3498d;
  content: "";
  height: 6px;
  position: absolute;
  right: -100px;
  width: 60px;
}
.gym-and-fitness-wrapper .section-title .line.center-line {
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
}
.gym-and-fitness-wrapper .section-title .desc {
  margin-top: 24px;
}
.gym-and-fitness-wrapper .section-title .desc p {
  font-size: 24px;
  line-height: 1.5;
}
@media only screen and (max-width: 1199px) {
  .gym-and-fitness-wrapper .section-title .desc p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .gym-and-fitness-wrapper .section-title .desc p {
    font-size: 16px;
  }
}
.gym-and-fitness-wrapper .home-slider-area .home-slider-container .swiper-pagination-style-two .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: -webkit-gradient(linear, left top, left bottom, from(#f3498d), to(#f3498d));
  background: linear-gradient(to bottom, #f3498d 0%, #f3498d 100%);
}
.gym-and-fitness-wrapper .about-area {
  padding-bottom: 122px;
  padding-top: 151px;
}
@media only screen and (max-width: 1199px) {
  .gym-and-fitness-wrapper .about-area {
    padding-bottom: 82px;
    padding-top: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .gym-and-fitness-wrapper .about-area {
    padding-bottom: 74px;
    padding-top: 68px;
  }
}
.gym-and-fitness-wrapper .service-area {
  padding-top: 145px;
  padding-bottom: 135px;
}
@media only screen and (max-width: 1199px) {
  .gym-and-fitness-wrapper .service-area {
    padding-top: 65px;
    padding-bottom: 78px;
  }
}
.gym-and-fitness-wrapper .service-area .service9-content-wrap .service-item .thumb .hover-box .btn-theme {
  background-color: #f3498d;
}
.gym-and-fitness-wrapper .service-area .service9-content-wrap .service-item .content .title a:hover {
  color: #f3498d;
}
.gym-and-fitness-wrapper .service-area .service9-content-wrap .service-item .content .trainner-name span {
  color: #f3498d;
}
.gym-and-fitness-wrapper .service-area .service9-content-wrap .gym-service-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  border: 1px solid #f3498d;
}
.gym-and-fitness-wrapper .team-area {
  padding: 64px 0 99px;
}
@media only screen and (max-width: 1199px) {
  .gym-and-fitness-wrapper .team-area {
    padding: 64px 0 74px;
  }
}
@media only screen and (max-width: 991px) {
  .gym-and-fitness-wrapper .team-area {
    padding: 64px 0 44px;
  }
}
.gym-and-fitness-wrapper .team-area .team8-content-wrap .team-item .thumb .social-icons a:hover {
  color: #f3498d;
}
.gym-and-fitness-wrapper .team-area .team8-content-wrap .team-item .content .title {
  color: #f3498d;
}
.gym-and-fitness-wrapper .team-area .team8-content-wrap .team-item .content .title a {
  color: #f3498d;
}
.gym-and-fitness-wrapper .pricing-area {
  padding: 67px 0 85px;
}
@media only screen and (max-width: 991px) {
  .gym-and-fitness-wrapper .pricing-area {
    padding: 67px 0 55px;
  }
}
.gym-and-fitness-wrapper .pricing-area .pricing6-content-wrap .pricing-item:hover .pricing-item-footer .pricing-btn {
  background-color: #f3498d;
  color: #fff;
}
.gym-and-fitness-wrapper .funfact5-content-wrap {
  padding: 106px 0 120px;
}
@media only screen and (max-width: 1199px) {
  .gym-and-fitness-wrapper .funfact5-content-wrap {
    padding: 0 0 20px;
  }
}
.gym-and-fitness-wrapper .post17-content-wrap .post-item .content .title a:hover {
  color: #f3498d;
}
.gym-and-fitness-wrapper .post17-content-wrap .post-item .content .meta a:hover {
  color: #f3498d;
}
.gym-and-fitness-wrapper .post17-content-wrap .post-item .content .meta .category {
  color: #f3498d;
}
.gym-and-fitness-wrapper .newsletter-area .section-title .title {
  color: #fff;
}
.gym-and-fitness-wrapper .newsletter-area .section-title .line {
  transform: translate(-50px, 0);
  -webkit-transform: translate(-50px, 0);
  -moz-transform: translate(-50px, 0);
  -ms-transform: translate(-50px, 0);
  -o-transform: translate(-50px, 0);
}
.gym-and-fitness-wrapper .product-area .product-item .product-thumb .product-action .addto-wrap {
  width: 100%;
  text-align: center;
}
.gym-and-fitness-wrapper .product-area .product-item .product-thumb .product-action .addto-wrap a:hover {
  background-color: #f3498d;
}
.gym-and-fitness-wrapper .product-area .product-item .product-info .title {
  display: inline-block;
  font-size: 1.125em;
  line-height: 1;
}
.gym-and-fitness-wrapper .product-area .product-item .product-info .title a:hover {
  color: #f3498d;
}
.gym-and-fitness-wrapper .product-area .product-item .product-info .prices {
  text-align: right;
  font-size: 24px;
  font-weight: bold;
  float: right;
  line-height: 1;
  display: inline-block;
}
.gym-and-fitness-wrapper .product-area .product-item .product-info .prices .price {
  color: #f3498d;
  font-size: 24px;
}
.gym-and-fitness-wrapper .footer-area.footer-style-five .footer-widget-area .widget-item .widget-title {
  font-size: 14px;
}
.gym-and-fitness-wrapper .footer-area.footer-style-five .footer-widget-area .widget-item p {
  font-size: 14px;
}
.gym-and-fitness-wrapper .footer-area.footer-style-five .footer-widget-area .widget-item .social-icons a {
  font-size: 14px;
}
.gym-and-fitness-wrapper .footer-area.footer-style-five .footer-widget-area .widget-item .contact-info li {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
}
.gym-and-fitness-wrapper .footer-area.footer-style-five .footer-widget-area .widget-item .contact-info li a {
  font-size: 14px;
}
.gym-and-fitness-wrapper .footer-area.footer-style-five .footer-widget-area .widget-item .widget-tweet-feed p {
  font-size: 14px;
}
.gym-and-fitness-wrapper .footer-area.footer-style-five .footer-widget-area .widget-item .widget-tweet-feed p a {
  font-size: 14px;
}
.gym-and-fitness-wrapper .footer-area.footer-style-five .footer-widget-area .widget-item .widget-tweet-feed a {
  font-size: 14px;
}
.gym-and-fitness-wrapper .footer-area.footer-style-five .footer-bottom .widget-text p {
  font-size: 14px;
}
.gym-and-fitness-wrapper .scroll-to-top {
  background-color: #f3498d;
}
.gym-and-fitness-wrapper .preloader-wrap .preloader .dots [class*=bounce] {
  background-color: #f3498d;
}

/*
-----------------------------------------------------------------------
	Home Dentits CSS
-----------------------------------------------------------------------
*/
.dentits-wrapper {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
}
.dentits-wrapper h1, .dentits-wrapper h2, .dentits-wrapper h3, .dentits-wrapper h4, .dentits-wrapper h5, .dentits-wrapper h6,
.dentits-wrapper .h1, .dentits-wrapper .h2, .dentits-wrapper .h3, .dentits-wrapper .h4, .dentits-wrapper .h5, .dentits-wrapper .h6 {
  font-family: "Poppins", sans-serif;
}
.dentits-wrapper p {
  color: #5a5c64;
}
.dentits-wrapper .section-title {
  margin-bottom: 70px;
}
@media only screen and (max-width: 991px) {
  .dentits-wrapper .section-title {
    margin-bottom: 40px;
  }
}
.dentits-wrapper .section-title .title {
  font-size: 48px;
  text-transform: uppercase;
  margin-bottom: -1px;
  padding-bottom: 2px;
}
@media only screen and (max-width: 991px) {
  .dentits-wrapper .section-title .title {
    font-size: 34px;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .dentits-wrapper .section-title .title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .dentits-wrapper .section-title p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .dentits-wrapper .section-title p {
    font-size: 14px;
  }
}
.dentits-wrapper .section-title .desc p {
  font-size: 18px;
  line-height: 1.5;
}
@media only screen and (max-width: 991px) {
  .dentits-wrapper .section-title .desc p {
    font-size: 16px;
  }
}
.dentits-wrapper .section-title.section-title-light .title {
  color: #fff;
}
.dentits-wrapper .section-title.section-title-light .desc p {
  color: #fff;
}
.dentits-wrapper .header-area .main-menu > li.active a {
  color: #17d0ec;
}
.dentits-wrapper .header-area .main-menu > li > a {
  color: #343538;
}
.dentits-wrapper .header-area .main-menu > li > a span:before {
  background-color: #17d0ec;
}
.dentits-wrapper .header-area .main-menu > li > a:hover {
  color: #17d0ec;
}
.dentits-wrapper .service-area {
  padding: 76px 0 106px;
}
@media only screen and (max-width: 1199px) {
  .dentits-wrapper .service-area {
    padding: 72px 0 74px;
  }
}
.dentits-wrapper .service-area .section-title {
  margin-bottom: 12px;
}
.dentits-wrapper .service-area .service10-content-wrap .icon-box-item .icon-box-icon span,
.dentits-wrapper .service-area .service10-content-wrap .icon-box-item .icon-box-icon svg {
  color: #17d0ec;
}
.dentits-wrapper .service-area .service10-content-wrap .icon-box-item .icon-box-content .title a:hover {
  color: #17d0ec;
}
.dentits-wrapper .team-area {
  padding: 71px 0;
}
@media only screen and (max-width: 767px) {
  .dentits-wrapper .team-area {
    padding: 71px 0 41px;
  }
}
.dentits-wrapper .team-area .team5-content-wrap .team-item .thumb .social-icons a:hover {
  color: #17d0ec;
}
.dentits-wrapper .team-area .team5-content-wrap .team-item .content .title a:hover {
  color: #17d0ec;
}
.dentits-wrapper .testimonial-area {
  padding: 61px 0 84px;
}
@media only screen and (max-width: 991px) {
  .dentits-wrapper .testimonial-area {
    padding: 61px 0 74px;
  }
}
.dentits-wrapper .testimonial-area .dentits-testimonial-slider {
  padding-right: 1px;
  margin-right: 1px;
}
.dentits-wrapper .divider-area {
  padding: 56px 0 102px;
}
@media only screen and (max-width: 991px) {
  .dentits-wrapper .divider-area {
    padding: 56px 0 68px;
  }
}
.dentits-wrapper .accordion-style3 .card .card-header .title:not(.collapsed) {
  color: #17d0ec;
}
.dentits-wrapper .blog-area {
  padding: 61px 0 128px;
}
.dentits-wrapper .blog-area .post9-content-wrap .post-item .content .title a:hover {
  color: #17d0ec;
}
.dentits-wrapper .blog-area .post9-content-wrap .post-item .content .meta a:hover {
  color: #17d0ec;
}
.dentits-wrapper .blog-area .post9-content-wrap .post-item .content .meta .category {
  color: #17d0ec;
}
@media only screen and (max-width: 1199px) {
  .dentits-wrapper .contact-area .section-title {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .dentits-wrapper .contact-area .section-title.section-title-light .title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .dentits-wrapper .contact-area .map-area {
    height: 500px;
  }
}
.dentits-wrapper .contact-area .map-area .contact-page-map .map-content {
  width: auto;
  height: auto;
  position: absolute !important;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.dentits-wrapper .contact-area .contact-form6-content {
  background-color: #17d0ec;
  padding: 8%;
}
.dentits-wrapper .slick-dotted-style .slick-dots li button:before {
  border: 4px solid #8a8a8a;
  opacity: 0.4;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
.dentits-wrapper .slick-dotted-style .slick-dots li.slick-active button:before {
  border-color: #17d0ec;
  opacity: 1;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
.dentits-wrapper .post-slider .slick-slide {
  margin-bottom: 0;
  padding-bottom: 0;
}
.dentits-wrapper .post-slider.slick-dotted-style.slick-dotted.slick-slider {
  padding-bottom: 0;
}
.dentits-wrapper .footer-area {
  padding: 80px 0 0;
}
.dentits-wrapper .footer-area .footer-widget-area .widget-item .widget-title {
  margin-bottom: 21px;
}
.dentits-wrapper .footer-area .footer-widget-area .widget-item .about-widget p {
  margin-bottom: 11px;
}
.dentits-wrapper .footer-area .footer-widget-area .widget-item .about-widget .social-icons a {
  font-size: 14px;
}
.dentits-wrapper .footer-area .footer-widget-area .widget-item .widget-list {
  margin-bottom: 46px;
}
.dentits-wrapper .footer-area .footer-widget-area .widget-item .widget-list li {
  margin-bottom: 12px;
}
.dentits-wrapper .footer-area .footer-widget-area .widget-item .widget-post li {
  margin-bottom: 17px;
  line-height: 22.4px;
}
.dentits-wrapper .footer-area .footer-widget-area .widget-item .widget-post li a {
  line-height: 22.4px;
}
.dentits-wrapper .scroll-to-top {
  background-color: #17d0ec;
}
.dentits-wrapper .preloader-wrap .preloader .dots [class*=bounce] {
  background-color: #17d0ec;
}

/*
-----------------------------------------------------------------------
	Home Spa & Beauty CSS
-----------------------------------------------------------------------
*/
.spa-and-beauty-wrapper {
  font-family: "Lato", sans-serif;
  font-size: 16px;
}
.spa-and-beauty-wrapper h1, .spa-and-beauty-wrapper h2, .spa-and-beauty-wrapper h3, .spa-and-beauty-wrapper h4, .spa-and-beauty-wrapper h5, .spa-and-beauty-wrapper h6,
.spa-and-beauty-wrapper .h1, .spa-and-beauty-wrapper .h2, .spa-and-beauty-wrapper .h3, .spa-and-beauty-wrapper .h4, .spa-and-beauty-wrapper .h5, .spa-and-beauty-wrapper .h6 {
  font-family: "Playfair Display", serif;
}
.spa-and-beauty-wrapper .section-title .title {
  font-weight: 400;
  font-size: 48px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
  .spa-and-beauty-wrapper .section-title .title {
    font-size: 35px;
  }
}
@media only screen and (max-width: 991px) {
  .spa-and-beauty-wrapper .section-title .title {
    font-size: 30px;
    letter-spacing: 0;
  }
}
.spa-and-beauty-wrapper .section-title .desc p {
  font-size: 20px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 1199px) {
  .spa-and-beauty-wrapper .section-title .desc p {
    font-size: 16px;
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 1199px) {
  .spa-and-beauty-wrapper .has-submenu .submenu-nav {
    left: -66%;
  }
}
.spa-and-beauty-wrapper .service-area {
  padding: 86px 0 0;
}
@media only screen and (max-width: 1199px) {
  .spa-and-beauty-wrapper .service-area {
    padding: 70px 0 0;
  }
}
.spa-and-beauty-wrapper .service-area .section-title {
  margin-bottom: 102px;
}
@media only screen and (max-width: 1199px) {
  .spa-and-beauty-wrapper .service-area .section-title {
    margin-bottom: 65px;
  }
}
.spa-and-beauty-wrapper .service-area .section-title .title {
  margin-bottom: 18px;
}
@media only screen and (max-width: 1199px) {
  .spa-and-beauty-wrapper .service-area .section-title .title {
    margin-bottom: 5px;
  }
}
.spa-and-beauty-wrapper .contact-area {
  padding: 76px 0px 92px;
}
.spa-and-beauty-wrapper .contact-area .contact-form4-content .contact-form .form-group .btn-contact:hover {
  background-color: #b9afa1;
  border-color: #b9afa1;
  color: #fff;
}
.spa-and-beauty-wrapper .footer-area .container-fluid {
  padding-right: 80px;
  padding-left: 80px;
}
@media only screen and (max-width: 1199px) {
  .spa-and-beauty-wrapper .footer-area .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.spa-and-beauty-wrapper .footer-area .footer-widget-area.widget-area-three .about-widget .social-icons a:hover {
  color: #b9afa1;
}
.spa-and-beauty-wrapper .footer-area .footer-widget-area.widget-area-three .contact-info-widget li .icon {
  color: #b9afa1;
}
.spa-and-beauty-wrapper .footer-area .footer-widget-area.widget-area-three .contact-info-widget li a:hover {
  color: #b9afa1;
}
.spa-and-beauty-wrapper .scroll-to-top {
  background-color: #b9afa1;
}
.spa-and-beauty-wrapper .preloader-wrap .preloader .dots [class*=bounce] {
  background-color: #b9afa1;
}

/*
-----------------------------------------------------------------------
	Home Barber CSS
-----------------------------------------------------------------------
*/
.barber-wrapper {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}
.barber-wrapper h1, .barber-wrapper h2, .barber-wrapper h3, .barber-wrapper h4, .barber-wrapper h5, .barber-wrapper h6,
.barber-wrapper .h1, .barber-wrapper .h2, .barber-wrapper .h3, .barber-wrapper .h4, .barber-wrapper .h5, .barber-wrapper .h6 {
  font-family: "Playfair Display", serif;
}
.barber-wrapper .btn-theme:hover {
  background-color: #dcb86c;
}
.barber-wrapper .btn-link {
  color: #8a8a8a;
  display: inline-block;
  font-size: 18px;
  margin-top: 0;
  text-decoration: underline;
}
@media only screen and (max-width: 1199px) {
  .barber-wrapper .btn-link {
    font-size: 16px;
  }
}
.barber-wrapper .btn-link:hover {
  color: #dcb86c;
}
.barber-wrapper .btn-link a:hover {
  color: #dcb86c;
}
.barber-wrapper .section-title .title {
  font-size: 48px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .barber-wrapper .section-title .title {
    font-size: 35px;
  }
}
.barber-wrapper .section-title .shape-img {
  margin: 12px 0 14px;
}
.barber-wrapper .section-title .desc p {
  font-size: 18px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .barber-wrapper .section-title .desc p {
    font-size: 15px;
  }
}
.barber-wrapper .about-area .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1199px) {
  .barber-wrapper .about-area .container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.barber-wrapper .pricing7-content-wrap .pricing-item .pricing-item-content .price-wrap .price {
  color: #dcb86c;
}
.barber-wrapper .pricing7-content-wrap .btn-link {
  color: #8a8a8a;
  display: inline-block;
  font-size: 16px;
  margin-top: 44px;
}
@media only screen and (max-width: 767px) {
  .barber-wrapper .pricing7-content-wrap .btn-link {
    font-size: 13px;
  }
}
.barber-wrapper .pricing7-content-wrap .btn-link a {
  text-decoration: underline;
}
.barber-wrapper .portfolio-item:before {
  background-color: #dcb86c;
}
.barber-wrapper .testimonial-area {
  padding: 94px 0 92px;
}
@media only screen and (max-width: 1199px) {
  .barber-wrapper .testimonial-area {
    padding: 74px 0 72px;
  }
}
@media only screen and (max-width: 767px) {
  .barber-wrapper .testimonial-area .testimonial-col2-slider .slick-slide {
    max-width: 400px;
    padding: 0 15px;
    width: 100% !important;
  }
}
.barber-wrapper .product-area {
  padding: 72px 0 20px;
}
.barber-wrapper .product-area .product-content-wrap .product-item .product-thumb {
  border: 1px solid #e4e4e4;
}
.barber-wrapper .product-area .product-content-wrap .product-item .product-thumb .addto-wrap a:hover {
  background-color: #dcb86c;
}
.barber-wrapper .product-area .product-content-wrap .product-item .product-info .title {
  font-size: 24px;
}
.barber-wrapper .product-area .product-content-wrap .product-item .product-info .title a:hover {
  color: #dcb86c;
}
.barber-wrapper .product-area .product-content-wrap .product-item .product-info .prices .price {
  color: #dcb86c;
  font-size: 18px;
  font-weight: 700;
}
.barber-wrapper .product-area .product-content-wrap .product-item:hover .overlay-black {
  opacity: 0.2;
}
.barber-wrapper .post4-content-wrap .post-item .content .title {
  font-family: "Playfair Display", serif;
  font-size: 1.2857em;
}
.barber-wrapper .post4-content-wrap .post-item .content .title a:hover {
  color: #dcb86c;
}
.barber-wrapper .post4-content-wrap .post-item .content p {
  font-size: 14px;
}
.barber-wrapper .post4-content-wrap .post-item .content .meta a {
  font-size: 0.8571428571em;
}
.barber-wrapper .post4-content-wrap .post-item .content .meta a:hover {
  color: #dcb86c;
}
.barber-wrapper .post4-content-wrap .post-item .content .meta .category,
.barber-wrapper .post4-content-wrap .post-item .content .meta .author {
  color: #dcb86c;
}
.barber-wrapper .barber-content-wrap .barber-content-info {
  padding: 101px 20px 126px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .barber-wrapper .barber-content-wrap .barber-content-info {
    padding: 60px 15px 70px;
  }
}
.barber-wrapper .barber-content-wrap .barber-content-info .title {
  color: #fff;
  font-size: 48px;
  position: relative;
  padding-bottom: 29px;
  margin-bottom: 22px;
}
@media only screen and (max-width: 1199px) {
  .barber-wrapper .barber-content-wrap .barber-content-info .title {
    font-size: 30px;
    padding-bottom: 20px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .barber-wrapper .barber-content-wrap .barber-content-info .title {
    font-size: 26px;
  }
}
.barber-wrapper .barber-content-wrap .barber-content-info .title:before {
  background-color: #dcb86c;
  position: absolute;
  content: "";
  width: 40px;
  height: 4px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.barber-wrapper .barber-content-wrap .barber-content-info .desc-text {
  color: #fff;
  font-size: 18px;
}
@media only screen and (max-width: 1199px) {
  .barber-wrapper .barber-content-wrap .barber-content-info .desc-text {
    font-size: 15px;
  }
}
.barber-wrapper .barber-content-wrap .col-barber-1 .barber-content-info .content p {
  color: #fff;
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 1199px) {
  .barber-wrapper .barber-content-wrap .col-barber-1 .barber-content-info .content p {
    font-size: 18px;
    line-height: 30px;
  }
}
.barber-wrapper .barber-content-wrap .col-barber-1 .barber-content-info .content p + p {
  margin-top: 15px;
}
@media only screen and (max-width: 1199px) {
  .barber-wrapper .barber-content-wrap .col-barber-1 .barber-content-info .content p + p {
    margin-top: 0;
  }
}
.barber-wrapper .barber-content-wrap .col-barber-2 .barber-content-info .newsletter2-content-wrap {
  padding: 0;
  margin: 0 50px;
}
@media only screen and (max-width: 1199px) {
  .barber-wrapper .barber-content-wrap .col-barber-2 .barber-content-info .newsletter2-content-wrap {
    margin: 0;
  }
}
.barber-wrapper .barber-content-wrap .col-barber-2 .barber-content-info .newsletter2-content-wrap .newsletter-form {
  margin-top: 0;
}
.barber-wrapper .barber-content-wrap .col-barber-2 .barber-content-info .newsletter2-content-wrap .newsletter-form .form-control {
  color: #fff;
  font-size: 16px;
  padding: 15px 100px 15px 0;
}
.barber-wrapper .barber-content-wrap .col-barber-2 .barber-content-info .newsletter2-content-wrap .newsletter-form .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.barber-wrapper .barber-content-wrap .col-barber-2 .barber-content-info .newsletter2-content-wrap .newsletter-form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.barber-wrapper .barber-content-wrap .col-barber-2 .barber-content-info .newsletter2-content-wrap .newsletter-form .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.barber-wrapper .barber-content-wrap .col-barber-2 .barber-content-info .newsletter2-content-wrap .newsletter-form .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.barber-wrapper .barber-content-wrap .col-barber-2 .barber-content-info .newsletter2-content-wrap .newsletter-form .btn-submit {
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  bottom: 4px;
}
.barber-wrapper .barber-content-wrap .col-barber-3 .barber-content-info .barber-appointment {
  border: 2px solid #fff;
  padding: 18px 20px;
  line-height: 26px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  display: block;
  margin: 0 50px;
  margin-top: 36px;
}
@media only screen and (max-width: 1199px) {
  .barber-wrapper .barber-content-wrap .col-barber-3 .barber-content-info .barber-appointment {
    margin: 0;
    padding: 12px 20px;
    font-size: 14px;
  }
}
.barber-wrapper .barber-content-wrap .col-barber-3 .barber-content-info .barber-appointment:hover {
  border-color: #dcb86c;
  background-color: #dcb86c;
}
.barber-wrapper .scroll-to-top {
  background-color: #dcb86c;
}
.barber-wrapper .preloader-wrap .preloader .dots [class*=bounce] {
  background-color: #dcb86c;
}
@media only screen and (max-width: 991px) {
  .barber-wrapper .footer-area.footer-style-six .footer-widget-area {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  .barber-wrapper .footer-area.footer-style-six .footer-widget-area .widget-item .about-widget .contact-info li {
    margin-bottom: 0;
  }
}

/*
-----------------------------------------------------------------------
	Home Restaurant CSS
-----------------------------------------------------------------------
*/
.restaurant-wrapper {
  font-family: "Lato", sans-serif;
  font-size: 16px;
}
.restaurant-wrapper h1, .restaurant-wrapper h2, .restaurant-wrapper h3, .restaurant-wrapper h4, .restaurant-wrapper h5, .restaurant-wrapper h6,
.restaurant-wrapper .h1, .restaurant-wrapper .h2, .restaurant-wrapper .h3, .restaurant-wrapper .h4, .restaurant-wrapper .h5, .restaurant-wrapper .h6 {
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
.restaurant-wrapper .btn-link {
  color: #232324;
  font-size: 18px;
  position: relative;
  display: inline-block;
}
.restaurant-wrapper .btn-link:before {
  background-color: #232324;
  content: "";
  height: 0.1px;
  left: -70px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  width: 50px;
}
.restaurant-wrapper .btn-link:after {
  background-color: #232324;
  content: "";
  height: 0.1px;
  right: -70px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  width: 50px;
}
.restaurant-wrapper .btn-link:hover {
  color: #b58113;
}
.restaurant-wrapper .btn-link:hover:before {
  background-color: #b58113;
}
.restaurant-wrapper .btn-link:hover:after {
  background-color: #b58113;
}
.restaurant-wrapper .section-title {
  margin-bottom: 70px;
}
@media only screen and (max-width: 1199px) {
  .restaurant-wrapper .section-title {
    margin-bottom: 55px;
  }
}
.restaurant-wrapper .section-title .title {
  font-weight: 400;
  font-size: 48px;
}
@media only screen and (max-width: 1199px) {
  .restaurant-wrapper .section-title .title {
    font-size: 30px;
  }
}
.restaurant-wrapper .section-title .sub-title {
  color: #b58113;
  font-weight: 400;
  font-family: "Herr Von Muellerhoff", cursive;
  font-size: 72px;
  letter-spacing: 4px;
  line-height: 46px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .restaurant-wrapper .section-title .sub-title {
    font-size: 52px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 1500px) {
  .restaurant-wrapper .header-area.fixed-left {
    width: 270px;
  }
}
@media only screen and (max-width: 991px) {
  .restaurant-wrapper .header-area.fixed-left {
    width: 100%;
  }
}
.restaurant-wrapper .header-area.fixed-left .header-navigation-area .main-menu.nav .has-submenu a {
  padding: 12px 40px;
}
@media only screen and (max-width: 1500px) {
  .restaurant-wrapper .header-area.fixed-left .header-navigation-area .main-menu.nav .has-submenu .submenu-nav.submenu-nav-mega {
    padding: 20px 0;
    width: 700px;
  }
}
@media (max-height: 885px) {
  .restaurant-wrapper .header-area.fixed-left .header-navigation-area .main-menu.nav .has-submenu:nth-child(5n) .submenu-nav .has-submenu .submenu-nav {
    bottom: -100px;
    top: auto;
  }
}
@media (max-height: 758px) {
  .restaurant-wrapper .header-area.fixed-left .header-navigation-area .main-menu.nav .has-submenu:nth-child(5n) .submenu-nav .has-submenu .submenu-nav {
    bottom: -10px;
    top: auto;
  }
}
@media (max-height: 790px) {
  .restaurant-wrapper .header-area.fixed-left .header-navigation-area .main-menu.nav .has-submenu:last-child:hover .submenu-nav.submenu-nav-mega {
    margin-top: -110px;
  }
}
.restaurant-wrapper .header-area.fixed-left.fixed-left-style-three .header-action-area {
  top: 6px;
  position: relative;
}
@media (max-height: 950px) {
  .restaurant-wrapper .header-area.header-restaurant.header-area.fixed-left .header-navigation-area {
    margin-bottom: 10px;
  }
}
@media (max-height: 950px) {
  .restaurant-wrapper .header-area.header-restaurant.header-area.fixed-left .header-widget-area .title {
    display: none;
  }
}
@media (max-height: 950px) {
  .restaurant-wrapper .header-area.header-restaurant.header-area.fixed-left .header-widget-area .contact-info {
    display: none;
  }
}
.restaurant-wrapper .about-area {
  padding: 100px 0;
}
@media only screen and (max-width: 1199px) {
  .restaurant-wrapper .about-area {
    padding: 70px 0;
  }
}
.restaurant-wrapper .pricing-area {
  padding: 80px 0 72px;
}
.restaurant-wrapper .pricing-area .container-fluid {
  padding: 0 80px;
}
@media only screen and (max-width: 1500px) {
  .restaurant-wrapper .pricing-area .container-fluid {
    padding: 0 15px;
  }
}
.restaurant-wrapper .pricing-area .section-title {
  margin-bottom: 105px;
}
@media only screen and (max-width: 1199px) {
  .restaurant-wrapper .pricing-area .section-title {
    margin-bottom: 55px;
  }
}
.restaurant-wrapper .events-area {
  padding: 92px 0 66px;
}
@media only screen and (max-width: 1199px) {
  .restaurant-wrapper .events-area {
    padding: 75px 0 55px;
  }
}
.restaurant-wrapper .events-area .section-title {
  margin-bottom: 84px;
}
@media only screen and (max-width: 991px) {
  .restaurant-wrapper .events-area .section-title {
    margin-bottom: 55px;
  }
}
@media only screen and (max-width: 991px) {
  .restaurant-wrapper .events-area .events-content-wrap .thumb {
    margin-bottom: 40px;
    text-align: center;
  }
}
.restaurant-wrapper .events-area .events-content-wrap .content {
  text-align: center;
  width: 600px;
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  .restaurant-wrapper .events-area .events-content-wrap .content {
    width: 100%;
  }
}
.restaurant-wrapper .events-area .events-content-wrap .content .title {
  font-size: 30px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1199px) {
  .restaurant-wrapper .events-area .events-content-wrap .content .title {
    font-size: 22px;
    margin-bottom: 6px;
  }
}
.restaurant-wrapper .events-area .events-content-wrap .content p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 44px;
}
@media only screen and (max-width: 1199px) {
  .restaurant-wrapper .events-area .events-content-wrap .content p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 24px;
  }
}
.restaurant-wrapper .events-area .events-content-wrap .content .events-countdown-wrap {
  margin-bottom: 5px;
}
.restaurant-wrapper .events-area .events-content-wrap .content .events-countdown-wrap .countdown-content .countdown-timer li span {
  color: #dcb86c;
}
.restaurant-wrapper .events-area .events-content-wrap .content .events-countdown-wrap .countdown-content .countdown-timer li p {
  margin-left: 1px;
}
.restaurant-wrapper .events-area .events-content-wrap .content .btn-event {
  color: #232324;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  padding: 20px 50px;
  border: 1px solid rgba(35, 35, 36, 0.2);
}
@media only screen and (max-width: 1199px) {
  .restaurant-wrapper .events-area .events-content-wrap .content .btn-event {
    font-size: 13px;
    padding: 12px 50px;
  }
}
.restaurant-wrapper .events-area .events-content-wrap .content .btn-event:hover {
  color: #fff;
  background-color: #dcb86c;
  border-color: #dcb86c;
}
.restaurant-wrapper .testimonial-area {
  padding: 80px 0 60px;
}
.restaurant-wrapper .testimonial-area .section-title {
  margin-bottom: 53px;
}
.restaurant-wrapper .contact-area {
  padding: 90px 0 60px;
}
.restaurant-wrapper .contact-area .section-title {
  margin-bottom: 53px;
}
.restaurant-wrapper .scroll-to-top {
  background-color: #b58113;
}
.restaurant-wrapper .preloader-wrap .preloader .dots [class*=bounce] {
  background-color: #b58113;
}

/*
-----------------------------------------------------------------------
	Home Car Services CSS
-----------------------------------------------------------------------
*/
.car-services-wrapper {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}
.car-services-wrapper h1, .car-services-wrapper h2, .car-services-wrapper h3, .car-services-wrapper h4, .car-services-wrapper h5, .car-services-wrapper h6,
.car-services-wrapper .h1, .car-services-wrapper .h2, .car-services-wrapper .h3, .car-services-wrapper .h4, .car-services-wrapper .h5, .car-services-wrapper .h6 {
  font-family: "Poppins", sans-serif;
}
.car-services-wrapper .btn-link {
  color: #fff;
  text-decoration: underline;
}
.car-services-wrapper .section-title {
  margin-bottom: 48px;
}
.car-services-wrapper .section-title .title {
  color: #232324;
  font-weight: 600;
  font-size: 32px;
  letter-spacing: 1px;
  margin-bottom: 22px;
}
@media only screen and (max-width: 991px) {
  .car-services-wrapper .section-title .title {
    font-size: 28px;
    letter-spacing: 0;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .car-services-wrapper .section-title .title {
    font-size: 25px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 991px) {
  .car-services-wrapper .section-title .desc p {
    font-size: 14px;
    line-height: 26px;
  }
}
.car-services-wrapper .section-title.section-title-light .title {
  color: #fff;
}
.car-services-wrapper .section-title.section-title-light .desc p {
  color: rgba(255, 255, 255, 0.5);
}
.car-services-wrapper .header-area .header-navigation-area {
  margin-right: -115px;
  z-index: 1;
}
@media (max-width: 1790px) {
  .car-services-wrapper .header-area .header-navigation-area {
    margin-right: -50px;
  }
}
@media only screen and (max-width: 1500px) {
  .car-services-wrapper .header-area .header-navigation-area {
    margin-right: 0;
  }
}
.car-services-wrapper .header-area .header-navigation-area .main-menu .has-submenu.submenu-nav-left .submenu-nav .has-submenu > a {
  padding: 12px 45px;
}
.car-services-wrapper .header-area .header-navigation-area .main-menu .has-submenu.submenu-nav-left .submenu-nav .has-submenu:after {
  content: "\f104";
  left: 30px;
  right: auto;
}
.car-services-wrapper .header-area .header-navigation-area .main-menu .has-submenu.submenu-nav-left .submenu-nav .has-submenu .submenu-nav {
  left: -100%;
}
.car-services-wrapper .header-area .header-action-area .btn-search,
.car-services-wrapper .header-area .header-action-area .btn-user,
.car-services-wrapper .header-area .header-action-area .btn-cart,
.car-services-wrapper .header-area .header-action-area .btn-aside-menu {
  height: 38px;
  line-height: 38px;
  width: 38px;
}
.car-services-wrapper .has-submenu .submenu-nav {
  left: -66%;
}
.car-services-wrapper .about-area .about6-content-wrap {
  padding: 87px 0 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 991px) {
  .car-services-wrapper .about-area .about6-content-wrap {
    padding: 65px 0 75px;
  }
}
.car-services-wrapper .service-area {
  padding: 75px 0 84px;
}
@media only screen and (max-width: 991px) {
  .car-services-wrapper .service-area {
    padding: 70px 0 74px;
  }
}
.car-services-wrapper .service-area .section-title .title {
  margin-bottom: 12px;
}
.car-services-wrapper .service-area .service13-content-wrap .service-item:hover .content .title {
  background-color: #3664e6;
}
.car-services-wrapper .work-process-area {
  padding: 75px 0 23px;
}
.car-services-wrapper .work-process-area .work-process-content-wrap .process-content .inner .process-item .number span {
  background-color: #3664e6;
}
.car-services-wrapper .work-process-area .work-process-content-wrap .process-content .inner .process-item .content {
  background-color: #3664e6;
}
.car-services-wrapper .pricing-area {
  padding: 20px 0 85px;
}
@media only screen and (max-width: 991px) {
  .car-services-wrapper .pricing-area {
    padding: 20px 0 55px;
  }
}
@media only screen and (max-width: 1199px) {
  .car-services-wrapper .testimonial-area .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.car-services-wrapper .blog-area .container {
  padding: 75px 15px 53px;
}
@media only screen and (max-width: 1199px) {
  .car-services-wrapper .blog-area .container {
    padding: 65px 15px 43px;
  }
}
.car-services-wrapper .blog-area .blog-page-col2-slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.car-services-wrapper .slick-dotted-style.dots-active-theme .slick-dots li.slick-active button:before {
  border-color: #3664e6;
}
@media only screen and (max-width: 991px) {
  .car-services-wrapper .footer-area .footer-widget-area {
    margin-bottom: 0;
  }
}
.car-services-wrapper .scroll-to-top {
  background-color: #3664e6;
}
.car-services-wrapper .preloader-wrap .preloader .dots [class*=bounce] {
  background-color: #3664e6;
}

/*
-----------------------------------------------------------------------
	Home Blog Page CSS
-----------------------------------------------------------------------
*/
.blog-page-wrapper {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
}
.blog-page-wrapper h1, .blog-page-wrapper h2, .blog-page-wrapper h3, .blog-page-wrapper h4, .blog-page-wrapper h5, .blog-page-wrapper h6,
.blog-page-wrapper .h1, .blog-page-wrapper .h2, .blog-page-wrapper .h3, .blog-page-wrapper .h4, .blog-page-wrapper .h5, .blog-page-wrapper .h6 {
  font-family: "Roboto Condensed", sans-serif;
}
.blog-page-wrapper .section-title {
  display: inline-block;
  width: 100%;
  margin-bottom: 58px;
}
.blog-page-wrapper .section-title .title {
  font-size: 40px;
  margin-bottom: 0;
  text-transform: uppercase;
  pointer-events: none;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
.blog-page-wrapper .section-title .title a {
  color: #232324;
  border-bottom: 2px solid #232324;
  pointer-events: all;
}
.blog-page-wrapper .section-title .title span {
  color: #8a8a8a;
  font-size: 18px;
  font-weight: 400;
  float: right;
  position: relative;
  top: 20px;
}
.blog-page-wrapper .section-title .title:hover {
  opacity: 0.8;
}
.blog-page-wrapper .header-area .header-logo-area {
  margin-top: -8px;
}
.blog-page-wrapper .header-area.header-default.header-default-align .container-fluid {
  padding: 38px 80px 22px;
}
@media only screen and (max-width: 1199px) {
  .blog-page-wrapper .header-area.header-default.header-default-align .container-fluid {
    padding: 38px 15px 20px;
  }
}
.blog-page-wrapper .has-submenu:hover > .submenu-nav {
  margin-top: 39px;
}
.blog-page-wrapper .blog-area .container-fluid {
  padding-top: 75px;
  padding-bottom: 100px;
  padding-right: 80px;
  padding-left: 80px;
}
@media only screen and (max-width: 1199px) {
  .blog-page-wrapper .blog-area .container-fluid {
    padding-top: 55px;
    padding-bottom: 70px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.blog-page-wrapper .sidebar-wrapper {
  margin-top: 18px;
}
@media only screen and (max-width: 991px) {
  .blog-page-wrapper .sidebar-wrapper .sidebar-item {
    margin-bottom: 25px;
  }
}
.blog-page-wrapper .sidebar-wrapper .sidebar-item .sidebar-title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 26px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  .blog-page-wrapper .sidebar-wrapper .sidebar-item .sidebar-title {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
.blog-page-wrapper .sidebar-wrapper .sidebar-item .sidebar-body .author-posts .content .title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  margin-bottom: 16px;
}
.blog-page-wrapper .sidebar-wrapper .sidebar-item .sidebar-body .recent-posts {
  margin-bottom: 0;
}
.blog-page-wrapper .sidebar-wrapper .sidebar-item .sidebar-body .recent-posts-item {
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.blog-page-wrapper .sidebar-wrapper .sidebar-item .sidebar-body .recent-posts-item a {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1;
  margin-top: 0;
}
@media only screen and (max-width: 1199px) {
  .blog-page-wrapper .sidebar-wrapper .sidebar-item .sidebar-body .recent-posts-item a {
    font-size: 15px;
  }
}
.blog-page-wrapper .sidebar-wrapper .sidebar-item .sidebar-body .recent-posts-item a img {
  max-width: 100px;
  width: 100px;
}
@media only screen and (max-width: 1199px) {
  .blog-page-wrapper .sidebar-wrapper .sidebar-item .sidebar-body .recent-posts-item a img {
    max-width: 80px;
    width: 80px;
    margin-right: 8px;
  }
}
.blog-page-wrapper .sidebar-wrapper .sidebar-item .sidebar-body .recent-posts-item .date {
  text-transform: uppercase;
  font-size: 14px;
}
.blog-page-wrapper .sidebar-wrapper .sidebar-item .sidebar-body .sidebar-list li {
  margin-bottom: 11px;
  line-height: 1.714286;
}
.blog-page-wrapper .sidebar-wrapper .sidebar-item .sidebar-body .sidebar-list li a {
  font-size: 18px;
}
.blog-page-wrapper .sidebar-wrapper .sidebar-item .sidebar-body .sidebar-archive ul li a {
  color: #8a8a8a;
}
.blog-page-wrapper .sidebar-wrapper .sidebar-item .sidebar-body .sidebar-archive ul li a:hover {
  color: #a394df;
}
.blog-page-wrapper .slick-dotted-style .slick-dots li.slick-active button:before {
  border-color: #a394df;
}
.blog-page-wrapper .scroll-to-top {
  background-color: #a394df;
}
.blog-page-wrapper .preloader-wrap .preloader .dots [class*=bounce] {
  background-color: #a394df;
}
.blog-page-wrapper .footer-area {
  padding-top: 80px;
}
.blog-page-wrapper .footer-area .footer-widget-area .widget-item {
  margin-bottom: 42px;
}
.blog-page-wrapper .footer-area .footer-widget-area .widget-item .widget-title {
  font-size: 16px;
}
.blog-page-wrapper .footer-area .footer-widget-area .about-widget p {
  font-size: 16px;
  line-height: 1.714286;
}
.blog-page-wrapper .footer-area .footer-widget-area .about-widget .social-icons a {
  font-size: 16px;
}
.blog-page-wrapper .footer-area .footer-widget-area .widget-list li {
  margin-bottom: 15px;
}
.blog-page-wrapper .footer-area .footer-widget-area .widget-list li a {
  font-size: 16px;
}
.blog-page-wrapper .footer-area .footer-widget-area .widget-post li {
  margin-bottom: 10px;
}
.blog-page-wrapper .footer-area .footer-widget-area .widget-post li a {
  font-size: 16px;
  line-height: 1.6;
}
.blog-page-wrapper .footer-area .footer-bottom .widget-text p {
  font-size: 13.6px;
}

/*
-----------------------------------------------------------------------
	Home Freelancer One CSS
-----------------------------------------------------------------------
*/
.freelancer-one-wrapper {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
}
.freelancer-one-wrapper h1, .freelancer-one-wrapper h2, .freelancer-one-wrapper h3, .freelancer-one-wrapper h4, .freelancer-one-wrapper h5, .freelancer-one-wrapper h6,
.freelancer-one-wrapper .h1, .freelancer-one-wrapper .h2, .freelancer-one-wrapper .h3, .freelancer-one-wrapper .h4, .freelancer-one-wrapper .h5, .freelancer-one-wrapper .h6 {
  font-family: "Montserrat", sans-serif;
}
.freelancer-one-wrapper .section-title .title {
  font-weight: 400;
  font-size: 70px;
  letter-spacing: -3px;
}
@media only screen and (max-width: 1199px) {
  .freelancer-one-wrapper .section-title .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .freelancer-one-wrapper .section-title .title {
    font-size: 40px;
  }
}
.freelancer-one-wrapper .section-title .desc {
  margin-bottom: 36px;
}
.freelancer-one-wrapper .section-title .desc p {
  line-height: 36px;
}
@media only screen and (max-width: 991px) {
  .freelancer-one-wrapper .section-title .desc p {
    line-height: 24px;
    font-size: 14px;
  }
}
.freelancer-one-wrapper .freelancer-area .container-fluid {
  padding: 0 86px;
}
@media only screen and (max-width: 1199px) {
  .freelancer-one-wrapper .freelancer-area .container-fluid {
    padding: 0 15px;
  }
}
.freelancer-one-wrapper .portfolio-area .container-fluid {
  padding: 50px 80px 65px;
}
@media only screen and (max-width: 1199px) {
  .freelancer-one-wrapper .portfolio-area .container-fluid {
    padding: 40px 15px 55px;
  }
}
.freelancer-one-wrapper .portfolio-area .portfolio-item {
  margin-bottom: 20px;
}
.freelancer-one-wrapper .footer-area .footer-bottom {
  padding: 46px 20px 43px;
}
.freelancer-one-wrapper .footer-area .footer-bottom .widget-text p {
  color: #8a8a8a;
  font-size: 14px;
}

/*
-----------------------------------------------------------------------
	Home Freelancer Two CSS
-----------------------------------------------------------------------
*/
.freelancer-two-wrapper {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
}
.freelancer-two-wrapper h1, .freelancer-two-wrapper h2, .freelancer-two-wrapper h3, .freelancer-two-wrapper h4, .freelancer-two-wrapper h5, .freelancer-two-wrapper h6,
.freelancer-two-wrapper .h1, .freelancer-two-wrapper .h2, .freelancer-two-wrapper .h3, .freelancer-two-wrapper .h4, .freelancer-two-wrapper .h5, .freelancer-two-wrapper .h6 {
  font-family: "Montserrat", sans-serif;
}
.freelancer-two-wrapper .section-title {
  margin-bottom: 82px;
}
@media only screen and (max-width: 991px) {
  .freelancer-two-wrapper .section-title {
    margin-bottom: 52px;
  }
}
.freelancer-two-wrapper .section-title .icon-box-icon {
  margin-bottom: 14px;
}
.freelancer-two-wrapper .section-title .icon-box-icon .svg-icon {
  line-height: 68px;
  font-size: 68px;
  width: 68px;
  height: 68px;
  color: #a6306a;
  background-image: -webkit-gradient(linear, left top, right top, from(#a6306a), color-stop(50%, #e92059), to(#a6306a));
  background-image: linear-gradient(to right, #a6306a 0%, #e92059 50%, #a6306a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 auto;
}
.freelancer-two-wrapper .section-title .title {
  color: #232324;
  font-weight: 400;
  font-size: 36px;
  letter-spacing: -2px;
}
.freelancer-two-wrapper .portfolio-area .portfolio-item {
  margin-bottom: 30px;
}

/*
-----------------------------------------------------------------------
	Home Center Slider Portfolio CSS
-----------------------------------------------------------------------
*/
.portfolio-center-slider-wrapper {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
}
.portfolio-center-slider-wrapper h1, .portfolio-center-slider-wrapper h2, .portfolio-center-slider-wrapper h3, .portfolio-center-slider-wrapper h4, .portfolio-center-slider-wrapper h5, .portfolio-center-slider-wrapper h6,
.portfolio-center-slider-wrapper .h1, .portfolio-center-slider-wrapper .h2, .portfolio-center-slider-wrapper .h3, .portfolio-center-slider-wrapper .h4, .portfolio-center-slider-wrapper .h5, .portfolio-center-slider-wrapper .h6 {
  font-family: "Montserrat", sans-serif;
}
.portfolio-center-slider-wrapper .home-slider-area {
  margin-top: 115px;
}
@media only screen and (max-width: 991px) {
  .portfolio-center-slider-wrapper .home-slider-area {
    margin-top: 0;
  }
}
.portfolio-center-slider-wrapper .home-slider-area .slick-list {
  padding-right: 20%;
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .portfolio-center-slider-wrapper .home-slider-area .slick-list {
    padding-right: 0;
    margin-right: 8px;
  }
}
.portfolio-center-slider-wrapper .home-slider-area .slick-slider {
  margin: 0 -15px;
}
.portfolio-center-slider-wrapper .home-slider-area .slick-slide {
  margin-right: 15px;
  margin-left: 15px;
}
.portfolio-center-slider-wrapper .home-slider-area .container-fluid {
  padding: 0 80px;
}
@media only screen and (max-width: 1199px) {
  .portfolio-center-slider-wrapper .home-slider-area .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.portfolio-center-slider-wrapper .footer-area .container-fluid {
  padding: 45px 80px 30px;
}
@media only screen and (max-width: 1199px) {
  .portfolio-center-slider-wrapper .footer-area .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.portfolio-center-slider-wrapper .footer-area .footer-widget-area2 {
  padding-bottom: 0;
}
.portfolio-center-slider-wrapper .footer-area .footer-widget-area2 .widget-list {
  margin-top: 16px;
}

/*
-----------------------------------------------------------------------
	Home Shop Minimal CSS
-----------------------------------------------------------------------
*/
.shop-minimal-wrapper {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
}
.shop-minimal-wrapper h1, .shop-minimal-wrapper h2, .shop-minimal-wrapper h3, .shop-minimal-wrapper h4, .shop-minimal-wrapper h5, .shop-minimal-wrapper h6,
.shop-minimal-wrapper .h1, .shop-minimal-wrapper .h2, .shop-minimal-wrapper .h3, .shop-minimal-wrapper .h4, .shop-minimal-wrapper .h5, .shop-minimal-wrapper .h6 {
  font-family: "Montserrat", sans-serif;
}
.shop-minimal-wrapper .section-title .title {
  font-family: "Vidaloka", serif;
  font-size: 48px;
  margin-bottom: 66px;
}
.shop-minimal-wrapper .product-item {
  margin-bottom: 58px;
}
.shop-minimal-wrapper .product-item .product-thumb .product-action .add-wishlist .icon:hover {
  color: #a394df;
}
.shop-minimal-wrapper .product-item .product-thumb .product-action .addto-wrap a:hover {
  background-color: #a394df;
}
.shop-minimal-wrapper .product-item .product-info .title a:hover {
  color: #a394df;
}
.shop-minimal-wrapper .product-tabs-content-wrap .product-tab-content {
  padding: 0 65px;
}
@media only screen and (max-width: 1199px) {
  .shop-minimal-wrapper .product-tabs-content-wrap .product-tab-content {
    padding: 0;
  }
}
.shop-minimal-wrapper .footer-area {
  padding-right: 80px;
  padding-left: 80px;
}
@media only screen and (max-width: 1199px) {
  .shop-minimal-wrapper .footer-area {
    padding-right: 0;
    padding-left: 0;
  }
}
.shop-minimal-wrapper .scroll-to-top {
  background-color: #a394df;
}
.shop-minimal-wrapper .preloader-wrap .preloader .dots [class*=bounce] {
  background-color: #a394df;
}

/*
-----------------------------------------------------------------------
	Home Shop Modern CSS
-----------------------------------------------------------------------
*/
.shop-modern-wrapper {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
}
.shop-modern-wrapper h1, .shop-modern-wrapper h2, .shop-modern-wrapper h3, .shop-modern-wrapper h4, .shop-modern-wrapper h5, .shop-modern-wrapper h6,
.shop-modern-wrapper .h1, .shop-modern-wrapper .h2, .shop-modern-wrapper .h3, .shop-modern-wrapper .h4, .shop-modern-wrapper .h5, .shop-modern-wrapper .h6 {
  font-family: "Montserrat", sans-serif;
}
.shop-modern-wrapper .section-title .title {
  font-family: "Vidaloka", serif;
  font-size: 48px;
  margin-bottom: 66px;
}
@media only screen and (max-width: 1199px) {
  .shop-modern-wrapper .section-title .title {
    font-size: 38px;
    margin-bottom: 46px;
  }
}
@media only screen and (max-width: 1199px) {
  .shop-modern-wrapper .has-submenu > .submenu-nav > li.has-submenu > .submenu-nav {
    left: 100%;
  }
}
.shop-modern-wrapper .product-area.product-category-area .container-fluid {
  padding: 70px 80px 50px;
}
@media only screen and (max-width: 1199px) {
  .shop-modern-wrapper .product-area.product-category-area .container-fluid {
    padding: 70px 15px 36px;
  }
}
@media only screen and (max-width: 991px) {
  .shop-modern-wrapper .product-area.product-category-area .container-fluid {
    padding: 70px 15px 16px;
  }
}
.shop-modern-wrapper .product-area.product-category-area .product-category-content-wrap .product-category-item .thumb:after {
  background-color: #a394df;
}
.shop-modern-wrapper .product-item {
  margin-bottom: 58px;
}
.shop-modern-wrapper .product-item .product-thumb .product-action .add-wishlist .icon:hover {
  color: #a394df;
}
.shop-modern-wrapper .product-item .product-thumb .product-action .addto-wrap a:hover {
  background-color: #a394df;
}
.shop-modern-wrapper .product-item .product-info .title a:hover {
  color: #a394df;
}
.shop-modern-wrapper .blog-area .post3-content-wrap .post-item .content {
  padding: 24px;
}
.shop-modern-wrapper .blog-area .post3-content-wrap .post-item .content .title {
  font-family: "Vidaloka", serif;
  font-weight: 400;
}
.shop-modern-wrapper .blog-area .post3-content-wrap .post-item .content .title a:hover {
  color: #a394df;
}
.shop-modern-wrapper .blog-area .post3-content-wrap .post-item .content p {
  font-size: 14px;
}
.shop-modern-wrapper .blog-area .post3-content-wrap .post-item .content .meta a:hover {
  color: #a394df;
}
.shop-modern-wrapper .blog-area .post3-content-wrap .post-item .content .meta .category {
  color: #a394df;
}
.shop-modern-wrapper .post-slider .slick-slide {
  margin-bottom: 0;
  padding-bottom: 0;
}
.shop-modern-wrapper .post-slider.slick-dotted-style.slick-dotted.slick-slider {
  padding-bottom: 0;
}
.shop-modern-wrapper .scroll-to-top {
  background-color: #a394df;
}
.shop-modern-wrapper .preloader-wrap .preloader .dots [class*=bounce] {
  background-color: #a394df;
}

/*
-----------------------------------------------------------------------
	Home Shop Modern CSS
-----------------------------------------------------------------------
*/
.shop-sidebar-wrapper {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
}
.shop-sidebar-wrapper h1, .shop-sidebar-wrapper h2, .shop-sidebar-wrapper h3, .shop-sidebar-wrapper h4, .shop-sidebar-wrapper h5, .shop-sidebar-wrapper h6,
.shop-sidebar-wrapper .h1, .shop-sidebar-wrapper .h2, .shop-sidebar-wrapper .h3, .shop-sidebar-wrapper .h4, .shop-sidebar-wrapper .h5, .shop-sidebar-wrapper .h6 {
  font-family: "Montserrat", sans-serif;
}
.shop-sidebar-wrapper .section-title .title {
  font-family: "Vidaloka", serif;
  font-size: 48px;
  margin-bottom: 66px;
}
@media only screen and (max-width: 1500px) {
  .shop-sidebar-wrapper .header-area.fixed-left {
    width: 270px;
    padding: 30px 0;
  }
}
@media only screen and (max-width: 991px) {
  .shop-sidebar-wrapper .header-area.fixed-left {
    width: 100%;
    padding: 22px 22px;
  }
}
@media only screen and (max-width: 1500px) {
  .shop-sidebar-wrapper .header-area.fixed-left .header-widget-area {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1500px) {
  .shop-sidebar-wrapper .header-area.fixed-left .header-navigation-area {
    margin-bottom: 28px;
  }
}
@media only screen and (max-width: 1500px) {
  .shop-sidebar-wrapper .header-area.fixed-left .header-navigation-area .main-menu.nav .has-submenu .submenu-nav.submenu-nav-mega {
    padding: 20px 0;
    width: 700px;
  }
}
@media (max-height: 885px) {
  .shop-sidebar-wrapper .header-area.fixed-left .header-navigation-area .main-menu.nav .has-submenu:nth-child(5n) .submenu-nav .has-submenu .submenu-nav {
    bottom: -100px;
    top: auto;
  }
}
@media (max-height: 758px) {
  .shop-sidebar-wrapper .header-area.fixed-left .header-navigation-area .main-menu.nav .has-submenu:nth-child(5n) .submenu-nav .has-submenu .submenu-nav {
    bottom: -10px;
    top: auto;
  }
}
@media (max-height: 790px) {
  .shop-sidebar-wrapper .header-area.fixed-left .header-navigation-area .main-menu.nav .has-submenu:last-child:hover .submenu-nav.submenu-nav-mega {
    margin-top: -110px;
  }
}
@media only screen and (max-width: 1500px) {
  .shop-sidebar-wrapper .header-area.fixed-left.header-align-center .header-action-area {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .shop-sidebar-wrapper .header-area.fixed-left.header-align-center .header-action-area {
    margin-bottom: 0;
    position: relative;
    top: 5px;
  }
}
.shop-sidebar-wrapper .product-area {
  padding: 49px 0 0;
}
.shop-sidebar-wrapper .product-area .product-item {
  margin-bottom: 15px;
}
.shop-sidebar-wrapper .product-area .product-item .product-thumb .product-action .add-wishlist .icon:hover {
  color: #a394df;
}
.shop-sidebar-wrapper .product-area .product-item .product-thumb .product-action .addto-wrap a:hover {
  background-color: #a394df;
}
.shop-sidebar-wrapper .product-area .product-item .product-info .title a:hover {
  color: #a394df;
}

/*
-----------------------------------------------------------------------
	Home Shop Parallax CSS
-----------------------------------------------------------------------
*/
.shop-parallax-wrapper {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
}
.shop-parallax-wrapper h1, .shop-parallax-wrapper h2, .shop-parallax-wrapper h3, .shop-parallax-wrapper h4, .shop-parallax-wrapper h5, .shop-parallax-wrapper h6,
.shop-parallax-wrapper .h1, .shop-parallax-wrapper .h2, .shop-parallax-wrapper .h3, .shop-parallax-wrapper .h4, .shop-parallax-wrapper .h5, .shop-parallax-wrapper .h6 {
  font-family: "Montserrat", sans-serif;
}
.shop-parallax-wrapper .section-title .title {
  font-family: "Vidaloka", serif;
  font-size: 48px;
  margin-bottom: 66px;
}
.shop-parallax-wrapper .header-area.header-center-align.header-default-align .container-fluid {
  padding: 40px 80px 27px;
}
@media only screen and (max-width: 1500px) {
  .shop-parallax-wrapper .header-area.header-center-align.header-default-align .container-fluid {
    padding: 40px 30px 27px;
  }
}
@media only screen and (max-width: 1199px) {
  .shop-parallax-wrapper .header-area.header-center-align.header-default-align .container-fluid {
    padding: 40px 15px 27px;
  }
}
@media only screen and (max-width: 991px) {
  .shop-parallax-wrapper .header-area.header-center-align.header-default-align .container-fluid {
    padding: 24px 15px 22px;
  }
}
.shop-parallax-wrapper .product-area.product-category-area .product-category-item .content .title a:hover {
  color: #a394df;
}
.shop-parallax-wrapper .product-area.product-category-area .product-category-item .content .btn-theme.btn-hover-style2:hover {
  background-color: #a394df;
  border-color: #a394df !important;
}
.shop-parallax-wrapper .footer-area .container-fluid {
  padding-right: 80px;
  padding-left: 80px;
}
@media only screen and (max-width: 1199px) {
  .shop-parallax-wrapper .footer-area .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

/*
-----------------------------------------------------------------------
	Home Music CSS
-----------------------------------------------------------------------
*/
.music-wrapper {
  background-color: #151515;
  color: #8a8a8a;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
}
.music-wrapper h1, .music-wrapper h2, .music-wrapper h3, .music-wrapper h4, .music-wrapper h5, .music-wrapper h6,
.music-wrapper .h1, .music-wrapper .h2, .music-wrapper .h3, .music-wrapper .h4, .music-wrapper .h5, .music-wrapper .h6 {
  font-family: "Montserrat", sans-serif;
}
.music-wrapper .section-title {
  margin-bottom: 72px;
}
@media only screen and (max-width: 767px) {
  .music-wrapper .section-title {
    margin-bottom: 45px;
  }
}
.music-wrapper .section-title .title {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  letter-spacing: 5px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .music-wrapper .section-title .title {
    font-size: 26px;
  }
}
.music-wrapper .btn-link {
  color: #8a8a8a;
  font-weight: 700;
  font-size: 14px;
  position: relative;
  display: inline-block;
}
.music-wrapper .btn-link:before {
  background-color: #8a8a8a;
  content: "";
  height: 1px;
  left: -80px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  width: 60px;
}
.music-wrapper .btn-link:after {
  background-color: #8a8a8a;
  content: "";
  height: 1px;
  right: -80px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  width: 60px;
}
.music-wrapper .btn-link:hover {
  color: #e74371;
}
@media only screen and (max-width: 991px) {
  .music-wrapper .team-area .team7-content-wrap .team-item .thumb img {
    width: 100%;
  }
}
.music-wrapper .team-area .team7-content-wrap .team-item .thumb .social-icons a:hover {
  color: #e74371;
}
.music-wrapper .team-area .team7-content-wrap .team-item .content .title a:hover {
  color: #e74371;
}
.music-wrapper .releases-area .container-fluid {
  padding: 92px 80px;
}
@media only screen and (max-width: 1199px) {
  .music-wrapper .releases-area .container-fluid {
    padding: 72px 15px;
  }
}
.music-wrapper .releases-area .releases-content-wrap {
  display: inline-block;
  margin-left: -15px;
  margin-right: -15px;
}
@media only screen and (max-width: 1199px) {
  .music-wrapper .releases-area .releases-content-wrap .releases-item {
    margin-bottom: 30px;
  }
}
.music-wrapper .releases-area .releases-content-wrap .releases-item .thumb {
  position: relative;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
@media only screen and (max-width: 479px) {
  .music-wrapper .releases-area .releases-content-wrap .releases-item .thumb img {
    width: 100%;
  }
}
.music-wrapper .releases-area .releases-content-wrap .releases-item .thumb:before {
  background-color: #151515;
  content: "";
  height: 100%;
  pointer-events: none;
  left: 0;
  position: absolute;
  top: 0;
  opacity: 0;
  width: 100%;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.music-wrapper .releases-area .releases-content-wrap .releases-item .thumb .applink {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  text-align: center;
  z-index: 2;
}
.music-wrapper .releases-area .releases-content-wrap .releases-item .thumb .applink a {
  width: 140px;
  display: inline-block;
  margin: 2px;
  max-width: 47%;
}
.music-wrapper .releases-area .releases-content-wrap .releases-item .thumb .video-btn {
  opacity: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.music-wrapper .releases-area .releases-content-wrap .releases-item .thumb .video-btn a:before {
  content: "c";
  font-family: "lpmicons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#2e66ff), to(#907bfc)) !important;
  background-image: linear-gradient(0deg, #2e66ff 0%, #907bfc 100%) !important;
  background-image: -webkit-linear-gradient(0deg, #2e66ff 0%, #907bfc 100%) !important;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  margin-left: -25px;
  margin-top: -35px;
}
.music-wrapper .releases-area .releases-content-wrap .releases-item .content {
  padding-top: 20px;
  text-align: center;
}
.music-wrapper .releases-area .releases-content-wrap .releases-item .content .title {
  font-size: 16px;
  margin-bottom: 0;
}
.music-wrapper .releases-area .releases-content-wrap .releases-item .content .title a {
  color: #fff;
  transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
}
.music-wrapper .releases-area .releases-content-wrap .releases-item .content .title a:hover {
  color: #e74371;
}
.music-wrapper .releases-area .releases-content-wrap .releases-item .content .singer {
  font-size: 14px;
}
.music-wrapper .releases-area .releases-content-wrap .releases-item .content .singer a {
  color: #8a8a8a;
  transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
}
.music-wrapper .releases-area .releases-content-wrap .releases-item .content .singer a:hover {
  color: #e74371;
}
.music-wrapper .releases-area .releases-content-wrap .releases-item:hover .thumb:before {
  opacity: 0.9;
}
.music-wrapper .releases-area .releases-content-wrap .releases-item:hover .thumb .video-btn {
  opacity: 1;
}
.music-wrapper .releases-area .releases-content-wrap .grid {
  display: inline-block;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 20%;
}
@media only screen and (max-width: 1199px) {
  .music-wrapper .releases-area .releases-content-wrap .grid {
    width: 25%;
  }
}
@media only screen and (max-width: 991px) {
  .music-wrapper .releases-area .releases-content-wrap .grid {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 767px) {
  .music-wrapper .releases-area .releases-content-wrap .grid {
    width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .music-wrapper .releases-area .releases-content-wrap .grid {
    width: 100%;
  }
}
.music-wrapper .new-video-area .video-content-wrap .video-item {
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .music-wrapper .new-video-area .video-content-wrap .video-item .thumb img {
    width: 100%;
  }
}
.music-wrapper .new-video-area .video-content-wrap .video-item .content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 30px;
  background: rgba(21, 21, 21, 0.8);
  z-index: 2;
}
.music-wrapper .new-video-area .video-content-wrap .video-item .content .title {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 2px;
}
@media only screen and (max-width: 479px) {
  .music-wrapper .new-video-area .video-content-wrap .video-item .content .title {
    font-size: 14px;
  }
}
.music-wrapper .new-video-area .video-content-wrap .video-item .content .title a {
  color: #fff;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
.music-wrapper .new-video-area .video-content-wrap .video-item .content .title a:hover {
  color: #e74371;
}
.music-wrapper .new-video-area .video-content-wrap .video-item .content .meta {
  line-height: 1;
}
.music-wrapper .new-video-area .video-content-wrap .video-item .content .meta a {
  color: #8a8a8a;
  font-size: 12px;
  text-transform: uppercase;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
.music-wrapper .new-video-area .video-content-wrap .video-item .content .meta a:hover {
  color: #e74371;
}
.music-wrapper .new-video-area .video-content-wrap .video-item .content .btn-readmore {
  background: #e74371;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  height: 58px;
  line-height: 58px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translate(-20px, -50%);
  -webkit-transform: translate(-20px, -50%);
  -moz-transform: translate(-20px, -50%);
  -ms-transform: translate(-20px, -50%);
  -o-transform: translate(-20px, -50%);
  width: 58px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
@media only screen and (max-width: 479px) {
  .music-wrapper .new-video-area .video-content-wrap .video-item .content .btn-readmore {
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    top: -5px;
    width: 38px;
  }
}
.music-wrapper .new-video-area .video-content-wrap .video-item .content .btn-readmore .icon {
  position: relative;
  left: 2px;
}
.music-wrapper .new-video-area .video-content-wrap .video-item .content .btn-readmore:hover {
  background-color: #d60904;
}
.music-wrapper .brand-logo-area {
  border-top: 1px solid #2a2a2a;
}
.music-wrapper .blog-area .post4-content-wrap .post-item {
  background-color: #1f1f1f;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.music-wrapper .blog-area .post4-content-wrap .post-item .content {
  background-color: #1f1f1f;
}
.music-wrapper .blog-area .post4-content-wrap .post-item .content .title a {
  color: #fff;
}
.music-wrapper .blog-area .post4-content-wrap .post-item .content .title a:hover {
  color: #e74371;
}
.music-wrapper .blog-area .post4-content-wrap .post-item .content p {
  font-size: 14px;
}
.music-wrapper .blog-area .post4-content-wrap .post-item .content .meta {
  margin-bottom: 10px;
}
.music-wrapper .blog-area .post4-content-wrap .post-item .content .meta a {
  color: #8a8a8a;
  font-size: 12px;
}
.music-wrapper .blog-area .post4-content-wrap .post-item .content .meta a:hover {
  color: #e74371;
}
.music-wrapper .post-slider .slick-slide {
  margin-bottom: 0;
  padding-bottom: 0;
}
.music-wrapper .post-slider.slick-dotted-style.slick-dotted.slick-slider {
  padding-bottom: 0;
}
.music-wrapper .footer-area.footer-style-five {
  padding: 40px 0 0;
}
@media only screen and (max-width: 767px) {
  .music-wrapper .footer-area.footer-style-five .footer-widget-area .widget-item {
    max-width: 100%;
  }
}
.music-wrapper .footer-area.footer-style-five .footer-widget-area .widget-item .widget-title {
  font-size: 14px;
}
.music-wrapper .footer-area.footer-style-five .footer-widget-area .widget-item p {
  font-size: 14px;
}
.music-wrapper .footer-area.footer-style-five .footer-widget-area .widget-item .social-icons span {
  color: #fff;
  font-size: 36px;
  letter-spacing: 5px;
  display: block;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .music-wrapper .footer-area.footer-style-five .footer-widget-area .widget-item .social-icons span {
    font-size: 26px;
  }
}
.music-wrapper .footer-area.footer-style-five .footer-widget-area .widget-item .social-icons a {
  background: -webkit-gradient(linear, left top, right top, from(#2e66ff), to(#907bfc));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 46px;
  margin-right: 55px;
}
@media only screen and (max-width: 767px) {
  .music-wrapper .footer-area.footer-style-five .footer-widget-area .widget-item .social-icons a {
    font-size: 32px;
    margin-right: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .music-wrapper .footer-area.footer-style-five .footer-widget-area .widget-item .social-icons a {
    font-size: 26px;
    margin-right: 22px;
  }
}
.music-wrapper .footer-area.footer-style-five .footer-widget-area .widget-item .social-icons a:last-child {
  margin-right: 0;
}
.music-wrapper .footer-area.footer-style-five .footer-widget-area .widget-item .about-widget {
  padding-right: 90px;
}
.music-wrapper .footer-area.footer-style-five .footer-widget-area .widget-item .about-widget .text-logo-area .logo {
  color: #fff;
  font-size: 24px;
  margin-bottom: 10px;
}
.music-wrapper .footer-area.footer-style-five .footer-widget-area .widget-item .about-widget p {
  margin-bottom: 10px;
}
.music-wrapper .footer-area.footer-style-five .footer-widget-area .widget-item .contact-info li {
  font-size: 14px;
}
.music-wrapper .footer-area.footer-style-five .footer-widget-area .widget-item .contact-info li a {
  font-size: 14px;
}
.music-wrapper .footer-area.footer-style-five .footer-widget-area .widget-item .widget-tweet-feed p {
  font-size: 14px;
}
.music-wrapper .footer-area.footer-style-five .footer-widget-area .widget-item .widget-tweet-feed a {
  font-size: 14px;
}
.music-wrapper .footer-area.footer-style-five .footer-bottom .widget-text p {
  font-size: 14px;
}
.music-wrapper .scroll-to-top {
  background-color: #e74371;
}
.music-wrapper .preloader-wrap .preloader .dots [class*=bounce] {
  background-color: #e74371;
}

/*
-----------------------------------------------------------------------
  Page About Us CSS
-----------------------------------------------------------------------
*/
.about-us-wrapper h1, .about-us-wrapper h2, .about-us-wrapper h3, .about-us-wrapper h4, .about-us-wrapper h5, .about-us-wrapper h6,
.about-us-wrapper .h1, .about-us-wrapper .h2, .about-us-wrapper .h3, .about-us-wrapper .h4, .about-us-wrapper .h5, .about-us-wrapper .h6 {
  font-family: "Montserrat", sans-serif;
}
.about-us-wrapper a {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
.about-us-wrapper a:hover {
  color: #a394df;
}
.about-us-wrapper .section-title .title {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  letter-spacing: -2px;
  font-style: italic;
  margin-bottom: 15px;
}
@media only screen and (max-width: 991px) {
  .about-us-wrapper .section-title .title {
    font-size: 38px;
  }
}
.about-us-wrapper .section-title .desc {
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (max-width: 991px) {
  .about-us-wrapper .section-title .desc {
    font-size: 14px;
  }
}
.about-us-wrapper .section-title .desc + .single-image {
  margin-top: 36px;
}
.about-us-wrapper .about-inner-area {
  padding: 271px 0 182px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}
@media only screen and (max-width: 1199px) {
  .about-us-wrapper .about-inner-area {
    padding: 170px 0 82px;
  }
}
@media only screen and (max-width: 991px) {
  .about-us-wrapper .about-inner-area {
    padding: 100px 0 42px;
  }
}
.about-us-wrapper .about-inner-area .about-inner-content .content .title {
  font-size: 120px;
  font-weight: 900;
  font-family: "Playfair Display", serif;
  line-height: 105px;
  letter-spacing: -5px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1199px) {
  .about-us-wrapper .about-inner-area .about-inner-content .content .title {
    font-size: 80px;
    line-height: 74px;
    letter-spacing: 1px;
    margin-bottom: 44px;
    width: 500px;
  }
}
@media only screen and (max-width: 991px) {
  .about-us-wrapper .about-inner-area .about-inner-content .content .title {
    font-size: 60px;
    line-height: 65px;
  }
}
@media only screen and (max-width: 575px) {
  .about-us-wrapper .about-inner-area .about-inner-content .content .title {
    width: auto;
  }
}
.about-us-wrapper .about-inner-area .about-inner-content .content .info-list .list-item {
  color: #232324;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 11px;
}
.about-us-wrapper .about-inner-area .about-inner-content .content .info-list .list-item a {
  margin-left: 6px;
}
.about-us-wrapper .about-inner-area .about-inner-content .content .info-list .list-item:last-child {
  margin-bottom: 0;
}
.about-us-wrapper .social-text {
  background-color: #fff5f5;
  padding: 34px 0;
}
.about-us-wrapper .social-text a {
  font-size: 24px;
  font-weight: 700;
}
.about-us-wrapper .social-text a:last-child {
  margin-right: 0;
}

/*
-----------------------------------------------------------------------
  Page About One CSS
-----------------------------------------------------------------------
*/
.about-us-one-wrapper h1, .about-us-one-wrapper h2, .about-us-one-wrapper h3, .about-us-one-wrapper h4, .about-us-one-wrapper h5, .about-us-one-wrapper h6,
.about-us-one-wrapper .h1, .about-us-one-wrapper .h2, .about-us-one-wrapper .h3, .about-us-one-wrapper .h4, .about-us-one-wrapper .h5, .about-us-one-wrapper .h6 {
  font-family: "Montserrat", sans-serif;
}
.about-us-one-wrapper a:hover {
  color: #a394df;
}
.about-us-one-wrapper .btn-link {
  border-bottom: 2px solid #DEDEDE;
  color: #8a8a8a;
  font-size: 14px;
  padding-top: 0;
  padding-bottom: 5px;
}
.about-us-one-wrapper .btn-link:hover {
  color: #232324;
  border-bottom-color: #232324;
}
.about-us-one-wrapper .about-inner-area {
  position: relative;
}
.about-us-one-wrapper .breadcrumb-area .breadcrumb li {
  color: #8a8a8a;
  font-size: 14px;
}
.about-us-one-wrapper .breadcrumb-area .breadcrumb li a {
  color: #8a8a8a;
  font-size: 14px;
}
.about-us-one-wrapper .breadcrumb-area .breadcrumb li:hover a {
  color: #a394df;
}

/*
-----------------------------------------------------------------------
  Page About Two CSS
-----------------------------------------------------------------------
*/
.about-us-two-wrapper h1, .about-us-two-wrapper h2, .about-us-two-wrapper h3, .about-us-two-wrapper h4, .about-us-two-wrapper h5, .about-us-two-wrapper h6,
.about-us-two-wrapper .h1, .about-us-two-wrapper .h2, .about-us-two-wrapper .h3, .about-us-two-wrapper .h4, .about-us-two-wrapper .h5, .about-us-two-wrapper .h6 {
  font-family: "Montserrat", sans-serif;
}
.about-us-two-wrapper a:hover {
  color: #a394df;
}
.about-us-two-wrapper .section-title .title {
  font-size: 32px;
  margin-bottom: 7px;
}
.about-us-two-wrapper .section-title .desc p {
  color: #8a8a8a;
  font-size: 16px;
}
.about-us-two-wrapper .btn-link {
  border-bottom: 2px solid #DEDEDE;
  color: #8a8a8a;
  font-size: 14px;
  padding-top: 0;
  padding-bottom: 5px;
}
.about-us-two-wrapper .btn-link:hover {
  color: #232324;
  border-bottom-color: #232324;
}
.about-us-two-wrapper .about-inner-area {
  padding: 236px 0 210px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .about-us-two-wrapper .about-inner-area {
    padding: 120px 0 164px;
  }
}
.about-us-two-wrapper .about-inner-area .about-inner-content {
  position: relative;
}
.about-us-two-wrapper .about-inner-area .about-inner-content .content .title {
  color: #fff;
}
.about-us-two-wrapper .about-inner-area .about-inner-content .content .title + .breadcrumb-area {
  margin-top: 0;
}
.about-us-two-wrapper .about-inner-area .about-inner-content .play-video-btn {
  position: absolute;
  right: 15px;
  top: 0;
}
@media only screen and (max-width: 991px) {
  .about-us-two-wrapper .about-inner-area .about-inner-content .play-video-btn {
    display: none;
  }
}
.about-us-two-wrapper .about-inner-area .about-inner-content .play-video-btn .play-video-popup {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: inline-block;
  position: relative;
  padding: 15px;
}
.about-us-two-wrapper .about-inner-area .about-inner-content .play-video-btn .play-video-popup:before {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  content: "";
  height: calc(100% + 2px);
  left: 50%;
  position: absolute;
  padding: 15px;
  top: 50%;
  opacity: 0;
  visibility: hidden;
  width: calc(100% + 2px);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
.about-us-two-wrapper .about-inner-area .about-inner-content .play-video-btn .play-video-popup .icon {
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
.about-us-two-wrapper .about-inner-area .about-inner-content .play-video-btn .play-video-popup:hover:before {
  opacity: 1;
  visibility: visible;
  height: calc(100% + 34px);
  width: calc(100% + 34px);
}
.about-us-two-wrapper .about-inner-area .about-inner-content .play-video-btn .play-video-popup:hover .icon {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
}
.about-us-two-wrapper .about-inner-area .breadcrumb-area {
  position: absolute;
  bottom: 24px;
}
@media only screen and (max-width: 991px) {
  .about-us-two-wrapper .about-inner-area .breadcrumb-area {
    position: relative;
    bottom: 0;
    margin-top: 20px;
  }
}
.about-us-two-wrapper .about-inner-area .breadcrumb-area .breadcrumb li {
  color: #fff;
  font-size: 10px;
  letter-spacing: 1px;
}
.about-us-two-wrapper .about-inner-area .breadcrumb-area .breadcrumb li a {
  font-size: 10px;
  color: #fff;
  letter-spacing: 1px;
}
.about-us-two-wrapper .team-area {
  padding: 81px 0 41px;
}
.about-us-two-wrapper .team-area .team2-content-wrap .team-item {
  margin-bottom: 63px;
}
@media only screen and (max-width: 991px) {
  .about-us-two-wrapper .team-area .team2-content-wrap .team-item {
    margin-bottom: 40px;
  }
}
.about-us-two-wrapper .team-area .team2-content-wrap .team-item .content .designation {
  color: #232324;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 14px;
}
.about-us-two-wrapper .testimonial-area {
  padding: 71px 0 7px;
}
.about-us-two-wrapper .testimonial-area .testimonial2-content-wrap .testimonial-item .client-quote {
  margin-bottom: 31px;
}
.about-us-two-wrapper .testimonial-area .testimonial2-content-wrap .testimonial-item .client-quote p {
  font-size: 34px;
  line-height: 50px;
}
@media only screen and (max-width: 767px) {
  .about-us-two-wrapper .testimonial-area .testimonial2-content-wrap .testimonial-item .client-quote p {
    font-size: 26px;
    line-height: 38px;
  }
}
.about-us-two-wrapper .testimonial-area .testimonial2-content-wrap .testimonial-item .client-info .name {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 3px;
  line-height: 1;
}
.about-us-two-wrapper .testimonial-area .testimonial2-content-wrap .testimonial-item .client-info .designation {
  color: #fff;
  font-size: 12px;
}
.about-us-two-wrapper .testimonial-area .testimonial2-content-wrap .testi-quote-icon {
  margin-bottom: 36px;
  width: auto;
}

/*
-----------------------------------------------------------------------
  Page About Three CSS
-----------------------------------------------------------------------
*/
.about-us-three-wrapper h1, .about-us-three-wrapper h2, .about-us-three-wrapper h3, .about-us-three-wrapper h4, .about-us-three-wrapper h5, .about-us-three-wrapper h6,
.about-us-three-wrapper .h1, .about-us-three-wrapper .h2, .about-us-three-wrapper .h3, .about-us-three-wrapper .h4, .about-us-three-wrapper .h5, .about-us-three-wrapper .h6 {
  font-family: "Montserrat", sans-serif;
}
.about-us-three-wrapper .about-inner-area {
  padding: 150px 0 190px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .about-us-three-wrapper .about-inner-area {
    padding: 150px 0 160px;
  }
}
@media only screen and (max-width: 991px) {
  .about-us-three-wrapper .about-inner-area {
    padding: 90px 0 100px;
  }
}
.about-us-three-wrapper .about-inner-area .about-inner-content {
  position: relative;
}
.about-us-three-wrapper .about-inner-area .about-inner-content .content .title {
  color: #fff;
}
@media only screen and (max-width: 1199px) {
  .about-us-three-wrapper .about-inner-area .about-inner-content .content .title {
    font-size: 32px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 575px) {
  .about-us-three-wrapper .about-inner-area .about-inner-content .content .title {
    font-size: 24px;
    line-height: 30px;
  }
}
.about-us-three-wrapper .about-inner-area .about-inner-content .content .title + .breadcrumb-area {
  margin-top: 42px;
}
@media only screen and (max-width: 1199px) {
  .about-us-three-wrapper .about-inner-area .about-inner-content .content .title + .breadcrumb-area {
    margin-top: 22px;
  }
}
.about-us-three-wrapper .about-inner-area .about-inner-content .thumb {
  position: absolute;
  width: 120%;
  margin-bottom: 0;
  left: 22%;
  top: -100px;
}
@media only screen and (max-width: 991px) {
  .about-us-three-wrapper .about-inner-area .about-inner-content .thumb {
    display: none;
  }
}
.about-us-three-wrapper .about-inner-area .breadcrumb-area .breadcrumb li {
  color: #fff;
  font-size: 10px;
  letter-spacing: 1px;
}
.about-us-three-wrapper .about-inner-area .breadcrumb-area .breadcrumb li a {
  font-size: 10px;
  color: #fff;
  letter-spacing: 1px;
}
.about-us-three-wrapper .testimonial-area {
  padding: 71px 0 7px;
}
.about-us-three-wrapper .testimonial-area .testimonial2-content-wrap .testimonial-item .client-quote {
  margin-bottom: 31px;
}
.about-us-three-wrapper .testimonial-area .testimonial2-content-wrap .testimonial-item .client-quote p {
  font-size: 34px;
  line-height: 50px;
}
.about-us-three-wrapper .testimonial-area .testimonial2-content-wrap .testimonial-item .client-info .name {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 3px;
  line-height: 1;
}
.about-us-three-wrapper .testimonial-area .testimonial2-content-wrap .testimonial-item .client-info .designation {
  color: #fff;
  font-size: 12px;
}
.about-us-three-wrapper .testimonial-area .testimonial2-content-wrap .testi-quote-icon {
  margin-bottom: 36px;
  width: auto;
}
@media only screen and (max-width: 991px) {
  .about-us-three-wrapper .video-divider-style4-wrap {
    padding: 0;
  }
}
@media only screen and (max-width: 991px) {
  .about-us-three-wrapper .video-divider-style4-wrap .video-divider-wrap .content p {
    font-size: 30px;
    line-height: 40px;
  }
}

/*
-----------------------------------------------------------------------
  Footer CSS
-----------------------------------------------------------------------
*/
.footer-area {
  background-color: #202020;
}
@media only screen and (max-width: 991px) {
  .footer-area .footer-widget-area {
    margin-bottom: 40px;
  }
}
.footer-area .footer-widget-area .widget-item .widget-title {
  color: #fff;
  font-size: 14px;
  margin-bottom: 25px;
}
.footer-area .footer-widget-area .about-widget p {
  color: #888;
  font-size: 14px;
  margin-bottom: 15px;
}
.footer-area .footer-widget-area .about-widget .social-icons a {
  color: #888;
  margin-right: 16px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.footer-area .footer-widget-area .about-widget .social-icons a:hover {
  color: #fff;
}
.footer-area .footer-widget-area .widget-list li {
  margin-bottom: 18px;
}
.footer-area .footer-widget-area .widget-list li a {
  color: #888;
  font-size: 14px;
  text-transform: capitalize;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.footer-area .footer-widget-area .widget-list li a:hover {
  color: #fff;
}
.footer-area .footer-widget-area .widget-post li {
  margin-bottom: 16px;
}
.footer-area .footer-widget-area .widget-post li a {
  color: #888;
  font-size: 14px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.footer-area .footer-widget-area .widget-post li a:hover {
  color: #fff;
}
.footer-area .footer-widget-area .contact-info li {
  color: #888888;
  font-size: 14px;
  line-height: 1.714286;
  list-style: none;
  margin-bottom: 20px;
  position: relative;
  padding-left: 35px;
}
.footer-area .footer-widget-area .contact-info li i {
  font-size: 1.15em;
  position: absolute;
  left: 0;
  top: 4px;
}
.footer-area .footer-widget-area .contact-info li a {
  color: #888888;
  font-size: 14px;
  line-height: 1.714286;
}
.footer-area .footer-widget-area .contact-info li a:hover {
  color: #fff;
}
.footer-area .footer-widget-area .contact-info li:last-child {
  margin-bottom: 0;
}
.footer-area .footer-widget-area .widget-instagram li {
  display: inline-block;
  float: left;
  border-bottom: 1px solid #202020;
  border-left: 1px solid #202020;
  width: 50%;
}
.footer-area .footer-widget-area.title-typo .widget-item .widget-title {
  font-family: "Montserrat", sans-serif;
}
.footer-area .footer-widget-area.widget-area-three {
  padding: 47px 0 35px;
}
@media only screen and (max-width: 767px) {
  .footer-area .footer-widget-area.widget-area-three {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area .footer-widget-area.widget-area-three.footer-widget-area {
    margin-bottom: 0;
  }
}
.footer-area .footer-widget-area.widget-area-three .about-widget .social-icons a {
  color: #656565;
  margin-right: 17px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.footer-area .footer-widget-area.widget-area-three .about-widget .social-icons a:hover {
  color: #a394df;
}
.footer-area .footer-widget-area.widget-area-three .contact-info-widget {
  text-align: center;
  margin-bottom: 0;
}
.footer-area .footer-widget-area.widget-area-three .contact-info-widget li {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  margin-right: 17px;
}
.footer-area .footer-widget-area.widget-area-three .contact-info-widget li .icon {
  color: #a394df;
  font-size: 18.4px;
  margin-right: 11px;
}
.footer-area .footer-widget-area.widget-area-three .contact-info-widget li a {
  color: #656565;
}
.footer-area .footer-widget-area.widget-area-three .contact-info-widget li a:hover {
  color: #a394df;
}
.footer-area .footer-widget-area.widget-area-three .contact-info-widget li:last-child {
  margin-right: 0;
}
.footer-area .footer-widget-area.widget-area-three .widget-text {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .footer-area .footer-widget-area.widget-area-three .widget-text {
    text-align: center;
  }
}
.footer-area .footer-widget-area.widget-area-three .widget-text p {
  color: #656565;
  font-size: 16px;
}
.footer-area .footer-widget-area2 {
  padding-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .footer-area .footer-widget-area2 {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area .footer-widget-area2 .widget-item {
    margin-bottom: 20px;
  }
}
.footer-area .footer-widget-area2 .about-widget .footer-logo-area {
  margin-bottom: 18px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .footer-area .footer-widget-area2 .about-widget .footer-logo-area {
    margin-bottom: 0;
  }
}
.footer-area .footer-widget-area2 .about-widget p {
  color: #8a8a8a;
  font-size: 14px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1199px) {
  .footer-area .footer-widget-area2 .about-widget p {
    display: none;
  }
}
.footer-area .footer-widget-area2 .widget-list {
  margin-bottom: 0;
  margin-top: 6px;
  text-align: center;
}
.footer-area .footer-widget-area2 .widget-list li {
  margin-right: 36px;
  display: inline-block;
}
@media only screen and (max-width: 991px) {
  .footer-area .footer-widget-area2 .widget-list li {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area .footer-widget-area2 .widget-list li {
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.footer-area .footer-widget-area2 .widget-list li a {
  color: #8a8a8a;
  display: inline-block;
  font-size: 14px;
  text-transform: capitalize;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.footer-area .footer-widget-area2 .widget-list li a:hover {
  color: #8a8a8a;
}
.footer-area .footer-widget-area2 .widget-list li:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.footer-area .footer-widget-area2 .contact-info-widget {
  color: #8a8a8a;
  font-size: 14px;
  text-align: right;
}
@media only screen and (max-width: 1199px) {
  .footer-area .footer-widget-area2 .contact-info-widget {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area .footer-widget-area2 .contact-info-widget {
    text-align: center;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area .footer-widget-area2 .contact-info-widget p br {
    display: none;
  }
}
.footer-area .footer-widget-area2 .copyright-text {
  color: #8a8a8a;
  font-size: 14px;
}
.footer-area .footer-bottom {
  border-top: 1px solid rgba(66, 66, 66, 0.4);
  padding: 15px 0 14px;
}
@media only screen and (max-width: 991px) {
  .footer-area .footer-bottom .widget-text {
    text-align: center;
    margin-bottom: 10px;
  }
}
.footer-area .footer-bottom .widget-text p {
  color: #888;
  font-size: 12px;
}
.footer-area .footer-bottom .widget-text p a {
  color: #888;
}
.footer-area .footer-bottom .widget-text p a:hover {
  color: #a394df;
}
@media only screen and (max-width: 767px) {
  .footer-area .footer-bottom .copyright {
    text-align: center !important;
    margin-bottom: 10px;
  }
}
.footer-area .footer-bottom .copyright p {
  color: #888;
  font-size: 12px;
}
.footer-area .footer-bottom-style2 {
  background-color: #fff;
  padding: 46px 65px 43px;
}
@media only screen and (max-width: 1199px) {
  .footer-area .footer-bottom-style2 {
    padding: 46px 0 43px;
  }
}
.footer-area .footer-bottom-style2 .copyright {
  color: #656565;
}
.footer-area .footer-bottom-style2 .widget-menu .nav li {
  margin: 0 20px 0;
}
@media only screen and (max-width: 1500px) {
  .footer-area .footer-bottom-style2 .widget-menu .nav li {
    margin: 0 14px 0;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area .footer-bottom-style2 .widget-menu .nav li {
    margin: 0 8px 0;
  }
}
.footer-area .footer-bottom-style2 .widget-menu .nav li a {
  color: #656565;
  font-size: 12px;
}
.footer-area .footer-bottom-style2 .widget-menu .nav li a:hover {
  color: #a394df;
}
.footer-area .footer-bottom-style2 .widget-social .social-icons a {
  color: #656565;
  font-size: 12px;
  margin-right: 16px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.footer-area .footer-bottom-style2 .widget-social .social-icons a:hover {
  color: #a394df;
}
.footer-area .footer-bottom-style2 .widget-social .social-icons a:last-child {
  margin-right: 0;
}
.footer-area.footer-style-two {
  background-color: #fff;
  padding-top: 51px;
  padding-bottom: 5px;
}
.footer-area.footer-style-two .container-fluid {
  padding: 0 80px;
}
@media only screen and (max-width: 1500px) {
  .footer-area.footer-style-two .container-fluid {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area.footer-style-two .footer-widget-area .widget-item {
    margin-bottom: 60px;
  }
}
.footer-area.footer-style-two .footer-widget-area .widget-item .widget-title {
  color: #232324;
  display: none;
}
@media only screen and (max-width: 767px) {
  .footer-area.footer-style-two .footer-widget-area .widget-item .widget-title {
    display: block;
  }
}
.footer-area.footer-style-two .footer-widget-area .widget-item .widget-list li a {
  color: #8a8a8a;
}
.footer-area.footer-style-two .footer-widget-area .widget-item .widget-list li a:hover {
  color: #a394df;
}
.footer-area.footer-style-two .footer-widget-area .widget-item .social-icons a {
  color: #232324;
}
.footer-area.footer-style-two .footer-widget-area .widget-item .social-icons a:hover {
  color: #a394df;
}
.footer-area.footer-style-two .footer-widget-area .widget-item .about-widget .logo-area {
  margin-bottom: 15px;
}
.footer-area.footer-style-two .footer-widget-area .widget-item .about-widget p {
  color: #8a8a8a;
  font-size: 14px;
  line-height: 24px;
}
.footer-area.footer-style-three {
  background-color: #fff;
  border-top: 1px solid #c4c4c4;
  padding-top: 40px;
  padding-bottom: 17px;
}
.footer-area.footer-style-three .container-fluid {
  padding: 0 80px;
}
@media only screen and (max-width: 1500px) {
  .footer-area.footer-style-three .container-fluid {
    padding: 0 15px;
  }
}
.footer-area.footer-style-three .footer-widget-area .widget-item {
  margin-bottom: 0;
}
.footer-area.footer-style-three .footer-widget-area .widget-item p {
  color: #8a8a8a;
  font-size: 14px;
  line-height: 24px;
}
@media only screen and (max-width: 991px) {
  .footer-area.footer-style-three .footer-widget-area .widget-item p br {
    display: none;
  }
}
.footer-area.footer-style-three .footer-widget-area .widget-item .widget-list {
  margin-bottom: 0;
}
.footer-area.footer-style-three .footer-widget-area .widget-item .widget-list li {
  display: inline-block;
  margin-right: 40px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .footer-area.footer-style-three .footer-widget-area .widget-item .widget-list li {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-area.footer-style-three .footer-widget-area .widget-item .widget-list li {
    margin-right: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area.footer-style-three .footer-widget-area .widget-item .widget-list li {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.footer-area.footer-style-three .footer-widget-area .widget-item .widget-list li a {
  color: #8a8a8a;
}
.footer-area.footer-style-three .footer-widget-area .widget-item .widget-list li a:hover {
  color: #a394df;
}
.footer-area.footer-style-three .footer-widget-area .widget-item .widget-list li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .footer-area.footer-style-three .footer-widget-area .widget-item .widget-list li:last-child {
    margin-bottom: 0;
  }
}
.footer-area.footer-style-three .footer-widget-area .widget-item .about-widget .logo-area {
  margin-bottom: 18px;
}
.footer-area.footer-style-three .footer-widget-area .widget-item .about-widget p {
  color: #8a8a8a;
  font-size: 14px;
  line-height: 24px;
}
@media only screen and (max-width: 1199px) {
  .footer-area.footer-style-three .footer-widget-area .widget-item .about-widget p {
    display: none;
  }
}
.footer-area.footer-style-three .footer-widget-area .footer-item1 {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .footer-area.footer-style-three .footer-widget-area .footer-item1 {
    text-align: center;
  }
}
.footer-area.footer-style-three .footer-widget-area .footer-item2 {
  padding-top: 10px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .footer-area.footer-style-three .footer-widget-area .footer-item2 {
    margin-bottom: 28px;
  }
}
.footer-area.footer-style-three .footer-widget-area .footer-item3 {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .footer-area.footer-style-three .footer-widget-area .footer-item3 {
    text-align: center;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-area.footer-style-three .footer-widget-area .footer-item4 {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area.footer-style-three .footer-widget-area .footer-item4 {
    display: block;
    text-align: center;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-area.footer-style-three .footer-widget-area .footer-item4 {
    margin-top: 20px;
  }
}
.footer-area.footer-style-four {
  background-color: #1d1d1d;
  padding: 50px 0 0;
}
@media only screen and (max-width: 767px) {
  .footer-area.footer-style-four {
    text-align: center;
  }
}
.footer-area.footer-style-four .footer-widget-area .widget-item .widget-title {
  color: #fff;
  font-size: 12px;
}
.footer-area.footer-style-four .footer-widget-area .widget-item .widget-list {
  margin-bottom: 34px;
}
.footer-area.footer-style-four .footer-widget-area .widget-item .widget-list li a {
  text-transform: inherit;
}
.footer-area.footer-style-four .footer-widget-area .widget-item .about-widget {
  padding-top: 40px;
}
@media only screen and (max-width: 767px) {
  .footer-area.footer-style-four .footer-widget-area .widget-item .about-widget {
    padding-top: 0;
    margin-bottom: 30px;
  }
}
.footer-area.footer-style-four .footer-widget-area .widget-item .about-widget .logo-area {
  margin-bottom: 20px;
}
.footer-area.footer-style-four .footer-widget-area .widget-item .about-widget .social-icons a {
  font-size: 18px;
  margin-right: 17px;
}
.footer-area.footer-style-four .footer-widget-area .widget-item .contact-info li {
  margin-bottom: 15px;
  padding-left: 0;
}
.footer-area.footer-style-four .footer-widget-area .widget-item .contact-info li a {
  color: #8a8a8a;
}
.footer-area.footer-style-four .footer-widget-area .widget-item .contact-info li a:hover {
  color: #fff;
}
.footer-area.footer-style-four .footer-widget-area .widget-item .contact-info li:last-child {
  margin-bottom: 0;
}
.footer-area.footer-style-four .footer-bottom {
  border-color: #3a3a3a;
}
.footer-area.footer-style-five {
  padding: 70px 0 0;
}
@media only screen and (max-width: 767px) {
  .footer-area.footer-style-five .footer-widget-area {
    text-align: left;
  }
}
.footer-area.footer-style-five .footer-widget-area .widget-item {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .footer-area.footer-style-five .footer-widget-area .widget-item {
    max-width: 270px;
  }
}
.footer-area.footer-style-five .footer-widget-area .widget-item .widget-title {
  font-size: 12px;
}
.footer-area.footer-style-five .footer-widget-area .widget-item p {
  font-size: 12px;
  line-height: 1.714286;
}
.footer-area.footer-style-five .footer-widget-area .widget-item .social-icons a {
  color: #8a8a8a;
  font-size: 12px;
}
.footer-area.footer-style-five .footer-widget-area .widget-item .social-icons a:hover {
  color: #fff;
}
.footer-area.footer-style-five .footer-widget-area .widget-item .about-widget {
  padding-right: 88px;
}
@media only screen and (max-width: 767px) {
  .footer-area.footer-style-five .footer-widget-area .widget-item .about-widget {
    padding-right: 0;
  }
}
.footer-area.footer-style-five .footer-widget-area .widget-item .about-widget .logo-area {
  margin-bottom: 25px;
}
.footer-area.footer-style-five .footer-widget-area .widget-item .about-widget p {
  margin-bottom: 10px;
}
.footer-area.footer-style-five .footer-widget-area .widget-item .contact-info {
  padding-right: 100px;
}
@media only screen and (max-width: 767px) {
  .footer-area.footer-style-five .footer-widget-area .widget-item .contact-info {
    padding-right: 0;
  }
}
.footer-area.footer-style-five .footer-widget-area .widget-item .contact-info li {
  color: #888888;
  font-size: 12px;
  line-height: 1.714286;
  list-style: none;
  margin-bottom: 20px;
  position: relative;
  padding-left: 35px;
}
.footer-area.footer-style-five .footer-widget-area .widget-item .contact-info li i {
  font-size: 1.15em;
  position: absolute;
  left: 0;
  top: 4px;
}
.footer-area.footer-style-five .footer-widget-area .widget-item .contact-info li a {
  color: #888888;
  font-size: 12px;
  line-height: 1.714286;
}
.footer-area.footer-style-five .footer-widget-area .widget-item .contact-info li a:hover {
  color: #fff;
}
.footer-area.footer-style-five .footer-widget-area .widget-item .contact-info li:last-child {
  margin-bottom: 0;
}
.footer-area.footer-style-five .footer-widget-area .widget-item .widget-tweet-feed {
  padding-right: 90px;
}
@media only screen and (max-width: 767px) {
  .footer-area.footer-style-five .footer-widget-area .widget-item .widget-tweet-feed {
    padding-right: 0;
  }
}
.footer-area.footer-style-five .footer-widget-area .widget-item .widget-tweet-feed p {
  color: #888888;
  font-size: 12px;
  line-height: 1.714286;
  margin-bottom: 3px;
}
.footer-area.footer-style-five .footer-widget-area .widget-item .widget-tweet-feed p a {
  color: #888888;
}
.footer-area.footer-style-five .footer-widget-area .widget-item .widget-tweet-feed p a:hover {
  color: #fff;
}
.footer-area.footer-style-five .footer-widget-area .widget-item .widget-tweet-feed a {
  color: #888888;
  font-size: 12px;
}
.footer-area.footer-style-five .footer-widget-area .widget-item .widget-tweet-feed a i {
  font-size: 14px;
  color: #5ab3ff;
  margin-right: 3px;
}
.footer-area.footer-style-five .footer-widget-area .widget-item .widget-tweet-feed a:hover {
  color: #fff;
}
.footer-area.footer-style-five .footer-bottom {
  border-top: none;
  padding-top: 30px;
}
.footer-area.footer-style-six {
  background-color: #fff;
}
.footer-area.footer-style-six .footer-widget-area {
  text-align: center;
}
.footer-area.footer-style-six .footer-widget-area .widget-item .about-widget .logo-area {
  margin-bottom: 20px;
}
.footer-area.footer-style-six .footer-widget-area .widget-item .about-widget .contact-info {
  margin-bottom: 0;
}
.footer-area.footer-style-six .footer-widget-area .widget-item .about-widget .contact-info li {
  color: #8a8a8a;
  font-size: 12px;
  padding-left: 22px;
  display: inline-block;
  padding-left: 22px;
  margin-left: 10px;
}
.footer-area.footer-style-six .footer-widget-area .widget-item .about-widget .contact-info li:last-child {
  padding-left: 16px !important;
}
.footer-area.footer-style-six .footer-widget-area .widget-item .about-widget .contact-info li i {
  color: #8a8a8a;
  font-size: 1.15em;
}
.footer-area.footer-style-six .footer-widget-area .widget-item .about-widget .contact-info li a {
  color: #8a8a8a;
  font-size: 12px;
}
.footer-area.footer-style-six .footer-widget-area .widget-item .about-widget .contact-info li a:hover {
  color: #dcb86c;
}
.footer-area.footer-style-six .footer-widget-area .widget-item .about-widget .contact-info li:last-child {
  padding-left: 0;
}
.footer-area.footer-style-six .footer-bottom {
  text-align: center;
  border-top: none;
}
.footer-area.footer-style-six .footer-bottom .widget-text p {
  font-size: 12px;
}
.footer-area.footer-typo-two .footer-widget-area .widget-item .widget-title {
  font-family: "Montserrat", sans-serif;
}

.footer-content-area {
  position: relative;
  z-index: 1;
  padding-top: 148px;
  padding-bottom: 72px;
}
.footer-content-area .content-widget-area .title {
  font-size: 50px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .footer-content-area .content-widget-area .title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .footer-content-area .content-widget-area .title {
    font-size: 25px;
  }
}
.footer-content-area .content-widget-area p {
  font-size: 14px;
  color: #8a8a8a;
  line-height: 2;
  margin-bottom: 36px;
}
.footer-content-area .content-widget-area .social-icons a {
  font-size: 20px;
  margin-right: 16px;
}
.footer-content-area .content-widget-area .social-icons a:last-child {
  margin-right: 0;
}
.footer-content-area .content-widget-area .social-icons a:hover {
  color: #a394df;
}
.footer-content-area:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url("../img/photos/m9-bg1.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  opacity: 0.5;
  z-index: -1;
}
.footer-content-area:after {
  content: "";
  position: absolute;
  background-color: #c4c4c4;
  width: calc(100% - 160px);
  height: 1px;
  top: 70px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media only screen and (max-width: 991px) {
  .footer-content-area:after {
    width: calc(100% - 30px);
  }
}

.site-wrapper {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.reveal-footer {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .reveal-footer {
    position: relative;
    z-index: 0;
  }
}