@charset "UTF-8";
/*===================================================================
[Table Of Content]

    * Imported CSS
    * Typography CSS
    * Common CSS
    * Main Navigation CSS
    * Header CSS
    * Portfolio CSS
    * About CSS
    * Team CSS
    * Brand Logo CSS
    * Form CSS
    * Blog CSS
    * Contact CSS
    * Footer CSS

=====================================================================*/
/*
-----------------------------------------------------------------------
	Imported CSS
-----------------------------------------------------------------------
*/
@import url(https://fonts.googleapis.com/css?family=DM+Sans:400,400i,500,700,|Libre+Baskerville:400,400i,700);
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
@import url(bootstrap.min.css);
@import url(elegantIcons.css);
@import url(icofont.css);
@import url(animate.css);
@import url(aos.css);
@import url(swiper.min.css);
@import url(plugin-collection.css);
/*
-----------------------------------------------------------------------
  Typography CSS
-----------------------------------------------------------------------
*/
body {
  color: #666666;
  font-size: 0.875rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.7142857143;
  margin: 0;
  overflow-x: hidden;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #000;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 10px;
  margin-top: 0;
}

a {
  color: #996600;
  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 {
  box-shadow: none;
  color: #4d3300;
  outline: none;
  text-decoration: none;
}
a img {
  border: none;
}

.btn:focus {
  box-shadow: none;
}

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

:active,
:focus {
  box-shadow: none;
  outline: none !important;
}

::selection {
  background: #996600;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #996600;
  /* Firefox */
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: #996600;
  /* Safari */
  color: #fff;
  text-shadow: none;
}

img {
  max-width: 100%;
}

iframe {
  border: none !important;
}

textarea:focus, textarea:active, input:focus, input:active {
  outline: none;
}

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

/*
-----------------------------------------------------------------------
  Common CSS
-----------------------------------------------------------------------
*/
.section-padding-bottom {
  padding-bottom: 100px;
}
@media only screen and (max-width: 991px) {
  .section-padding-bottom {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .section-padding-bottom {
    padding-bottom: 60px;
  }
}

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

@media only screen and (min-width: 1200px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media only screen and (min-width: 1200px) {
  .row > [class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
  }
}

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

.section-title {
  margin-bottom: 80px;
}
@media only screen and (max-width: 991px) {
  .section-title {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .section-title {
    margin-bottom: 50px;
  }
}
.section-title h5 {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.3px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .section-title h5 {
    font-size: 12px;
    margin-bottom: 12px;
  }
}
.section-title .title {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -1.377px;
  line-height: 1.1;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1199px) {
  .section-title .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title .title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 575px) {
  .section-title .title {
    font-size: 24px;
  }
}
.section-title .title span {
  color: #996600;
  font-weight: 300;
}
.section-title .desc {
  margin-bottom: 55px;
}
.section-title .desc p {
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .section-title .desc p br {
    display: none;
  }
}
.section-title .separator-line {
  border-bottom: 1px solid #996600;
  display: block;
  margin: 0 auto 40px;
  width: 100px;
}
.section-title .list-style li {
  color: #666666;
  font-size: 14px;
  margin-bottom: 16px;
  padding-left: 29px;
  position: relative;
}
.section-title .list-style li i {
  color: #996600;
  font-size: 14px;
  left: 0;
  position: absolute;
  top: 5px;
}
.section-title .list-style li:last-child {
  margin-bottom: 0;
}
.section-title.section-light h5 {
  color: #fff;
}
.section-title.section-light .title {
  color: #fff;
}
.section-title.section-light .desc p {
  color: #fff;
}
.section-title.section-light .separator-line {
  border-bottom-color: #fff !important;
}
.section-title.section-light .separator-line.separator-double:before {
  border-bottom-color: #fff !important;
}

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

.site-wrapper-reveal {
  background-color: #FFFFFF;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.niceselect {
  float: inherit;
}
.niceselect .list {
  border-radius: 0;
  width: 100%;
}

.line-hr {
  border-bottom: 1px solid #e2e2e2;
}

.lh-1 {
  line-height: 1;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.content-items-center {
  align-items: center;
  display: flex;
}

.justify-items-center {
  display: flex;
  justify-content: center;
}

.min-height-auto {
  min-height: auto !important;
}

.height-auto {
  height: auto !important;
}

.form-message.alert {
  margin-top: 10px;
}

.row-gutter-0 [class*=col-] {
  margin: 0;
  padding: 0;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

iframe {
  border: none !important;
}

@media only screen and (max-width: 991px) {
  .md-text-center {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .sm-text-center {
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .xs-w-100 {
    width: 100% !important;
  }
}
/*-------- Button Style Css --------*/
.btn-theme {
  background-color: #996600;
  border-color: #996600;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  min-height: 50px;
  padding: 10px 30px;
  position: relative;
  text-transform: uppercase;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.btn-theme .icon {
  font-size: 14px;
  padding-left: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.btn-theme:hover, .btn-theme:focus {
  background-color: #669900;
  border-color: #669900;
  color: #fff;
}
.btn-theme.btn-black {
  background-color: #000;
  border-color: #000;
}
.btn-theme.btn-black:hover {
  background-color: #996600;
  border-color: #996600;
  color: #fff;
}
.btn-theme.btn-white {
  background-color: #fff;
  border-color: #fff;
  color: #0e0e0e;
}
.btn-theme.btn-white:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.btn-theme.btn-white.btn-border {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  line-height: 29px;
}
.btn-theme.btn-white.btn-border:hover {
  background-color: #996600;
  border-color: #996600;
  color: #fff;
}
.btn-theme.btn-gray {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  color: #0e0e0e;
}
.btn-theme.btn-gray:hover {
  background-color: #996600;
  border-color: #996600;
  color: #fff;
}
.btn-theme.btn-border {
  background-color: transparent;
  border: 1px solid #996600;
  color: #996600;
}
.btn-theme.btn-round {
  border-radius: 25px;
}
.btn-theme.btn-round.btn-slide:before {
  border-radius: 25px;
}
.btn-theme.btn-lg {
  letter-spacing: 0.131px;
  padding: 14px 48px;
}
.btn-theme.btn-slide {
  position: relative;
  z-index: 1;
}
.btn-theme.btn-slide:before {
  background-color: #669900;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
  z-index: -1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.btn-theme.btn-slide:hover:before {
  width: 100%;
}
.btn-theme.btn-size-md {
  height: 50px;
  min-width: 160px;
  text-align: center;
}
.btn-theme.btn-size-lg {
  height: 50px;
  min-width: 180px;
  text-align: center;
}
.btn-theme.btn-size-xl {
  height: 50px;
  min-width: 220px;
  text-align: center;
}
.btn-theme.btn-size-xxl {
  height: 52px;
  min-width: 270px;
  text-align: center;
}

.btn-link {
  color: #000;
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 0;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.btn-link:hover {
  color: #996600;
  text-decoration: none;
}
.btn-link span + .icon {
  color: #996600;
  font-size: 14px;
  padding-left: 17px;
}
.btn-link span + .icon:before {
  font-weight: 900;
}
.btn-link:focus {
  text-decoration: none;
}
.btn-link.btn-line:after {
  background-color: #996600;
  bottom: 0;
  content: "";
  height: 1px;
  right: 0;
  position: absolute;
  width: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.btn-link.btn-line:hover {
  color: #000;
}
.btn-link.btn-line:hover:after {
  left: 0;
  width: 100%;
}
.btn-link.btn-dark {
  background-color: transparent;
  border: none;
  color: #0e0e0e;
}
.btn-link.btn-dark:after {
  background-color: #0e0e0e;
  left: 0;
  width: 100%;
}
.btn-link.btn-dark:hover {
  color: #996600;
}
.btn-link.btn-dark:hover:hover:before {
  background-color: #996600;
}
.btn-link.btn-dark:hover:hover:after {
  background-color: #996600;
}

.btn-more {
  color: #000;
  font-size: 18px;
  letter-spacing: 16.8px;
  text-transform: uppercase;
}
@media only screen and (max-width: 575px) {
  .btn-more {
    font-size: 16px;
    letter-spacing: 8px;
  }
}

/*-------- Owl Carousel Style Css --------*/
.owl-carousel.owl-theme .owl-nav {
  margin: 0;
}
.owl-carousel.owl-theme .owl-nav [class*=owl-] {
  background-color: transparent;
  font-size: 24px;
  font-weight: 900;
  margin: 0;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.owl-carousel.owl-theme .owl-nav [class*=owl-]:hover {
  color: #996600;
}
.owl-carousel.owl-theme .owl-nav .owl-prev {
  margin-right: 10px;
}
.owl-carousel.owl-theme .owl-nav .owl-next {
  margin-left: 10px;
}
.owl-carousel.owl-theme.owl-nav2 .owl-nav {
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
}
.owl-carousel.owl-theme.owl-nav2 .owl-nav [class*=owl-] {
  position: absolute;
}
.owl-carousel.owl-theme.owl-nav2 .owl-nav [class*=owl-].owl-prev {
  left: 0;
}
.owl-carousel.owl-theme.owl-nav2 .owl-nav [class*=owl-].owl-next {
  right: 0;
}
.owl-carousel.owl-theme .owl-dots {
  margin-top: 55px;
}
.owl-carousel.owl-theme .owl-dots .owl-dot span {
  background-color: #808080;
  border: 1px solid #808080;
  height: 10px;
  margin: 5px 12px;
  width: 10px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.owl-carousel.owl-theme .owl-dots .owl-dot.active span, .owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #996600;
  border-color: #996600;
}
.owl-carousel.owl-dots-none .owl-dots {
  display: none;
}

/* swiper default styles */
.swiper-pagination {
  position: static;
  display: block;
  line-height: 1;
  margin-top: 20px;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 0;
  background: transparent;
  opacity: 1;
  position: relative;
  outline: none;
  margin-right: 20px;
  margin: 0 8px !important;
}
.swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.swiper-pagination .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  width: 8px;
  height: 8px;
  background: #d8d8d8;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.swiper-pagination .swiper-pagination-bullet:hover:before {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: #996600;
}
.swiper-pagination .swiper-pagination-bullet-active:before {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: #996600;
}

.swiper-pagination.swiper-pagination-white .swiper-pagination-bullet {
  margin: 8px;
}
.swiper-pagination.swiper-pagination-white .swiper-pagination-bullet:hover:before {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: #fff;
}
.swiper-pagination.swiper-pagination-white .swiper-pagination-bullet-active::before {
  opacity: 1;
  background: #fff;
  width: 16px;
  height: 16px;
  box-shadow: 0 0 9px #ededed;
}

/*-------- Page Title Style Css --------*/
.page-title-area .page-title-content {
  padding: 100px 0 68px;
}
@media only screen and (max-width: 991px) {
  .page-title-area .page-title-content {
    padding: 80px 0 45px;
  }
}
@media only screen and (max-width: 767px) {
  .page-title-area .page-title-content {
    padding: 60px 0 45px;
  }
}
.page-title-area .page-title-content .title {
  font-size: 60px;
  line-height: 1;
  letter-spacing: -0.25px;
  font-family: "Libre Baskerville", serif;
}
@media only screen and (max-width: 1199px) {
  .page-title-area .page-title-content .title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .page-title-area .page-title-content .title {
    font-size: 30px;
  }
}
.page-title-area .page-title-content .page-title {
  color: #999999;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  letter-spacing: 3px;
  margin-bottom: 39px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
  .page-title-area .page-title-content .page-title {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .page-title-area .page-title-content .page-title {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.page-title-area .page-title-content .bread-crumbs {
  color: #888;
  font-size: 15px;
  margin-bottom: 2px;
}
.page-title-area .page-title-content .bread-crumbs a {
  color: #888;
}
.page-title-area .page-title-content .bread-crumbs a:hover {
  color: #996600;
}
.page-title-area .page-title-content .bread-crumbs span.active {
  color: #568701;
}
.page-title-area .page-title-content .bread-crumbs .breadcrumb-sep {
  padding: 0 8.7px;
}
.page-title-area .page-title-content.text-light .title {
  color: #fff;
}
.page-title-area .page-title-content.text-light .bread-crumbs {
  color: #fff;
}
.page-title-area .page-title-content.text-light .bread-crumbs a {
  color: #fff;
}
.page-title-area .page-title-content.content-style2 {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 100px 0 100px;
}
@media only screen and (max-width: 1199px) {
  .page-title-area .page-title-content.content-style2 {
    padding: 100px 0 100px;
  }
}
@media only screen and (max-width: 991px) {
  .page-title-area .page-title-content.content-style2 {
    padding: 80px 0 80px;
  }
}
@media only screen and (max-width: 767px) {
  .page-title-area .page-title-content.content-style2 {
    padding: 60px 0 60px;
  }
}
.page-title-area .page-title-content.content-style2 .page-title {
  color: #000;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 41px 0 0;
}
@media only screen and (max-width: 767px) {
  .page-title-area .page-title-content.content-style2 .page-title {
    margin: 0 30px 0 0;
  }
}
@media only screen and (max-width: 575px) {
  .page-title-area .page-title-content.content-style2 .page-title {
    font-size: 16px;
    margin: 0 15px 0 0;
  }
}
.page-title-area .page-title-content.content-style2 .title {
  border-left: 1px solid #e1e1e1;
  color: #000;
  font-family: "Libre Baskerville", serif;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
  padding: 20px 0 20px 70px;
}
@media only screen and (max-width: 991px) {
  .page-title-area .page-title-content.content-style2 .title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .page-title-area .page-title-content.content-style2 .title {
    font-size: 30px;
    padding: 20px 0 20px 30px;
  }
}
@media only screen and (max-width: 575px) {
  .page-title-area .page-title-content.content-style2 .title {
    font-size: 20px;
    padding: 10px 0 10px 15px;
  }
}
@media only screen and (max-width: 479.98px) {
  .page-title-area .page-title-content.content-style2 .title {
    padding: 10px 0 10px 13px;
  }
}

.bread-crumbs {
  color: #666666;
  font-size: 16px;
}
.bread-crumbs a {
  color: #666666;
}
.bread-crumbs a:hover {
  color: #996600;
}

/*-------- Pagination Style Css --------*/
.pagination-area {
  padding: 82px 0 0;
}
@media only screen and (max-width: 991px) {
  .pagination-area {
    padding: 62px 0 0;
  }
}
.pagination-area nav .page-numbers {
  align-items: center;
  background-color: #fff;
  border-radius: 5px;
  display: inline-flex;
  margin-bottom: 0;
}
.pagination-area nav .page-numbers li {
  line-height: 1;
  margin-right: 36.57px;
  padding: 0;
}
.pagination-area nav .page-numbers li .page-number {
  color: #999999;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}
.pagination-area nav .page-numbers li .page-number:hover {
  color: #000;
}
.pagination-area nav .page-numbers li .page-number.current {
  color: #000;
  font-weight: 700;
}
.pagination-area nav .page-numbers li .page-number.prev {
  border-radius: 0;
  color: #000;
  font-size: 14px;
}
.pagination-area nav .page-numbers li .page-number.next {
  color: #000;
  font-size: 22px;
}
.pagination-area nav .page-numbers li .page-number.next:hover {
  color: #000;
}
.pagination-area nav .page-numbers li:first-child {
  padding-left: 0;
}
.pagination-area nav .page-numbers li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.pagination-area nav .page-numbers.page-numbers-style {
  box-shadow: 0px 10px 50px 0px rgba(171, 181, 189, 0.35);
}

/*-------- Blockquote Style Css --------*/
.blockquote-area p {
  color: #000;
  font-family: "Libre Baskerville", serif;
  font-size: 30px;
  letter-spacing: -0.15px;
  line-height: 48px;
  margin-bottom: 66px;
}
@media only screen and (max-width: 1199px) {
  .blockquote-area p {
    font-size: 24px;
    line-height: 42px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .blockquote-area p {
    font-size: 20px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .blockquote-area p {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .blockquote-area p br {
    display: none;
  }
}
.blockquote-area cite .name {
  color: #000;
  display: block;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.15px;
  line-height: 1;
  margin-bottom: 4px;
}
.blockquote-area cite .job {
  color: #999999;
  font-size: 14px;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1;
}
.blockquote-area .blockquote-style {
  margin-bottom: 95px;
  padding-left: 171px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .blockquote-area .blockquote-style {
    margin-bottom: 95px;
    padding-left: 130px;
  }
}
@media only screen and (max-width: 991px) {
  .blockquote-area .blockquote-style {
    margin-bottom: 75px;
    padding-left: 95px;
  }
}
@media only screen and (max-width: 767px) {
  .blockquote-area .blockquote-style {
    margin-bottom: 55px;
    padding-left: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .blockquote-area .blockquote-style {
    margin-bottom: 55px;
    padding-left: 35px;
  }
}
@media only screen and (max-width: 479.98px) {
  .blockquote-area .blockquote-style {
    padding-left: 20px;
  }
}
.blockquote-area .blockquote-style:after {
  background-color: #000;
  content: "";
  height: calc(100% - 16px);
  left: 0;
  position: absolute;
  top: 9px;
  width: 3px;
}
@media only screen and (max-width: 767px) {
  .blockquote-area .blockquote-style:after {
    width: 2px;
  }
}
@media only screen and (max-width: 479.98px) {
  .blockquote-area .blockquote-style:after {
    width: 1px;
  }
}

/*-------- Accordian Style Css --------*/
.accordian-content .accordion .accordion-item {
  border: none;
  margin-bottom: 30px;
  overflow: visible;
}
.accordian-content .accordion .accordion-item .accordion-header {
  padding: 0;
}
.accordian-content .accordion .accordion-item .accordion-header .accordion-button {
  align-items: center;
  background-color: #fff;
  border: none;
  border-radius: 5px;
  box-shadow: none;
  color: #fff;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  justify-content: space-between;
  padding: 15px 30px;
  position: relative;
  text-align: left;
  width: 100%;
  z-index: 1;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.accordian-content .accordion .accordion-item .accordion-header .accordion-button:before {
  background-color: #996600;
  border-radius: 5px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.accordian-content .accordion .accordion-item .accordion-header .accordion-button:after {
  display: none;
}
.accordian-content .accordion .accordion-item .accordion-header .accordion-button .icon {
  color: #fff;
  font-size: 14px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.accordian-content .accordion .accordion-item .accordion-header .accordion-button .icon.icon-plus {
  display: none;
}
.accordian-content .accordion .accordion-item .accordion-header .accordion-button.collapsed {
  box-shadow: 0px 7px 30px 0px rgba(171, 181, 189, 0.35);
  color: #000;
}
.accordian-content .accordion .accordion-item .accordion-header .accordion-button.collapsed:before {
  background-color: #fff;
  background-image: none;
}
.accordian-content .accordion .accordion-item .accordion-header .accordion-button.collapsed .icon {
  color: #000;
}
.accordian-content .accordion .accordion-item .accordion-header .accordion-button.collapsed .icon.icon-plus {
  display: inline-block;
}
.accordian-content .accordion .accordion-item .accordion-header .accordion-button.collapsed .icon.icon-minus {
  display: none;
}
.accordian-content .accordion .accordion-item .accordion-header .accordion-button.collapsed:hover {
  background-color: #f9f9f9;
}
.accordian-content .accordion .accordion-item .accordion-header .accordion-button.collapsed:hover:before {
  background-color: #f9f9f9;
}
.accordian-content .accordion .accordion-item .accordion-body {
  line-height: 30px;
  padding: 34px 30px 16px;
}
.accordian-content .accordion.no-bg .accordion-item {
  margin-bottom: 14px;
}
.accordian-content .accordion.no-bg .accordion-item .accordion-header .accordion-button {
  background-color: transparent;
  border-bottom: 1px solid #e1e1e1;
  border-radius: 0;
  color: #000;
  padding: 0 0 20px 20px;
}
.accordian-content .accordion.no-bg .accordion-item .accordion-header .accordion-button:before {
  display: none;
}
.accordian-content .accordion.no-bg .accordion-item .accordion-header .accordion-button .icon {
  color: #000;
}
.accordian-content .accordion.no-bg .accordion-item .accordion-header .accordion-button.collapsed {
  box-shadow: none;
}
.accordian-content .accordion.no-bg .accordion-item .accordion-header .accordion-button.collapsed:hover {
  background-color: transparent;
}
.accordian-content .accordion.no-bg .accordion-collapse {
  border: none;
}
.accordian-content .accordion.no-bg .accordion-body {
  padding: 20px 35px 14px 20px;
}
.accordian-content .accordion.accordion-style2 .accordion-item .accordion-header .accordion-button {
  border: none;
  color: #996600;
  font-size: 18px;
  font-weight: 700;
  justify-content: normal;
  line-height: 24px;
  padding: 0 30px 13px 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media only screen and (max-width: 479.98px) {
  .accordian-content .accordion.accordion-style2 .accordion-item .accordion-header .accordion-button {
    padding: 0 10px 13px 0;
  }
}
.accordian-content .accordion.accordion-style2 .accordion-item .accordion-header .accordion-button.collapsed {
  color: #000;
  font-weight: 400;
  padding: 0 30px 10px 0;
}
@media only screen and (max-width: 479.98px) {
  .accordian-content .accordion.accordion-style2 .accordion-item .accordion-header .accordion-button.collapsed {
    padding: 0 10px 10px 0;
  }
}
.accordian-content .accordion.accordion-style2 .accordion-item .accordion-header .accordion-button.collapsed .icon {
  color: #000;
  top: 2px;
}
.accordian-content .accordion.accordion-style2 .accordion-item .accordion-header .accordion-button .icon {
  color: #000;
  font-size: 24px;
  left: auto;
  position: absolute;
  right: -35px;
  top: 4px;
}
.accordian-content .accordion.accordion-style2 .accordion-item .accordion-body {
  color: #999999;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
  padding: 0px 30px 9px 16px;
}
@media only screen and (max-width: 479.98px) {
  .accordian-content .accordion.accordion-style2 .accordion-item .accordion-body {
    padding: 0 12px 9px 16px;
  }
}

/*-------- Tab Style Css --------*/
.feature-tab-content .nav.nav-tabs {
  border-bottom: none;
  margin-bottom: 41px;
}
.feature-tab-content .nav.nav-tabs .nav-item {
  margin-right: 60px;
}
@media only screen and (max-width: 767px) {
  .feature-tab-content .nav.nav-tabs .nav-item {
    margin-right: 25px;
  }
}
@media only screen and (max-width: 575px) {
  .feature-tab-content .nav.nav-tabs .nav-item {
    margin-right: 15px;
    font-size: 12px;
  }
}
.feature-tab-content .nav.nav-tabs .nav-item .nav-link {
  border: none;
  border-bottom: 3px solid #ddd;
  color: #000;
  padding: 0 0 13px;
  text-transform: uppercase;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.feature-tab-content .nav.nav-tabs .nav-item .nav-link:hover {
  color: #996600;
}
.feature-tab-content .nav.nav-tabs .nav-item .nav-link:focus {
  color: #996600;
}
.feature-tab-content .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  border-bottom-color: #996600;
}
.feature-tab-content .nav.nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.feature-tab-content .tab-content .tab-pane p {
  line-height: 30px;
  margin-bottom: 10px;
}
/*-------- Faq Style Css --------*/
.faq-area .accordian-content .accordion .accordion-item {
  border: 1px solid #eaeaea;
  border-radius: 3px;
  margin-bottom: 15px;
  overflow: visible;
}
.faq-area .accordian-content .accordion .accordion-item .accordion-header {
  padding: 0;
}
.faq-area .accordian-content .accordion .accordion-item .accordion-header .accordion-button {
  background-color: #fff;
  box-shadow: none;
  color: #568701;
  font-size: 18px;
  font-weight: 700;
  padding: 13px 30px 14px;
}
.faq-area .accordian-content .accordion .accordion-item .accordion-header .accordion-button:before {
  background-color: #996600;
  background-image: none;
  border-radius: 3px 3px 0 0;
  height: 4px;
  top: -1px;
  z-index: 1;
}
.faq-area .accordian-content .accordion .accordion-item .accordion-header .accordion-button .icon {
  color: #996600;
  font-size: 18px;
}
.faq-area .accordian-content .accordion .accordion-item .accordion-header .accordion-button.collapsed {
  color: #000;
  padding: 14px 30px;
}
.faq-area .accordian-content .accordion .accordion-item .accordion-header .accordion-button.collapsed:before {
  background-color: transparent;
  background-image: none;
}
.faq-area .accordian-content .accordion .accordion-item .accordion-header .accordion-button.collapsed .icon {
  color: #3e4140;
}
.faq-area .accordian-content .accordion .accordion-item .accordion-header .accordion-button.collapsed:hover {
  background-color: transparent;
}
.faq-area .accordian-content .accordion .accordion-item .accordion-header .accordion-button.collapsed:hover:before {
  background-color: transparent;
}
.faq-area .accordian-content .accordion .accordion-item .accordion-collapse {
  border: none;
}
.faq-area .accordian-content .accordion .accordion-item .accordion-body {
  letter-spacing: 0;
  line-height: 24px;
  padding: 4px 28px 23px 30px;
}

/*-------- Page-Not-Found Style Css --------*/
.page-not-found-area {
  align-items: center;
  display: flex;
  height: 100vh;
  margin-top: 0;
  padding: 0;
}
.page-not-found-area .section-title {
  margin-top: 35px;
  margin-bottom: 45px;
}
@media only screen and (max-width: 1199px) {
  .page-not-found-area .section-title {
    padding-top: 65px;
  }
}
@media only screen and (max-width: 991px) {
  .page-not-found-area .section-title {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .page-not-found-area .section-title {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .page-not-found-area .section-title {
    margin-bottom: 35px;
  }
}
.page-not-found-area .section-title .title {
  color: #fff;
  font-size: 60px;
  letter-spacing: 0;
  margin-bottom: 18px;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .page-not-found-area .section-title .title {
    font-size: 48px;
  }
}
@media only screen and (max-width: 575px) {
  .page-not-found-area .section-title .title {
    font-size: 32px;
  }
}
.page-not-found-area .section-title .desc {
  margin-bottom: 0;
}
.page-not-found-area .section-title .desc p {
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
}
@media only screen and (max-width: 575px) {
  .page-not-found-area .section-title .desc p {
    font-size: 14px;
    line-height: 24px;
  }
}
.page-not-found-area .btn-theme {
  padding: 10px 68px;
}
@media only screen and (max-width: 767px) {
  .page-not-found-area .btn-theme {
    min-height: auto;
    padding: 8px 40px;
  }
}
@media only screen and (max-width: 575px) {
  .page-not-found-area .btn-theme {
    padding: 5px 30px;
    font-size: 13px;
  }
}
.page-not-found-area a {
  text-transform: capitalize;
}
.page-not-found-area a:after {
  width: 100%;
}
.page-not-found-area .widget-search-box.search-style2 .btn-src {
  border-left: none;
}

/*-------- Coming-Soon Style Css --------*/
.coming-soon-area {
  background-position: top right;
  background-repeat: no-repeat;
  align-items: center;
  display: flex;
  height: 100vh;
  padding: 0;
}
.coming-soon-area .countdown-content {
  margin-bottom: 78px;
}
@media only screen and (max-width: 1549px) {
  .coming-soon-area .countdown-content {
    margin-bottom: 35px;
  }
}
.coming-soon-area .countdown-content .countdown-timer li {
  margin: 0 55px;
}
@media only screen and (max-width: 1199px) {
  .coming-soon-area .countdown-content .countdown-timer li {
    margin: 0 25px;
  }
}
@media only screen and (max-width: 479.98px) {
  .coming-soon-area .countdown-content .countdown-timer li {
    margin: 0 15px;
  }
}
.coming-soon-area .countdown-content .countdown-timer li span {
  color: #fff;
  display: inline-block;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 18px;
}
@media only screen and (max-width: 1549px) {
  .coming-soon-area .countdown-content .countdown-timer li span {
    font-size: 36px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 479.98px) {
  .coming-soon-area .countdown-content .countdown-timer li span {
    font-size: 16px;
  }
}
.coming-soon-area .countdown-content .countdown-timer li p {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1549px) {
  .coming-soon-area .countdown-content .countdown-timer li p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 479.98px) {
  .coming-soon-area .countdown-content .countdown-timer li p {
    font-size: 13px;
  }
}
.coming-soon-area .coming-soon-content {
  margin-top: 83px;
}
@media only screen and (max-width: 1199px) {
  .coming-soon-area .coming-soon-content .section-title.section-style7 .separator-line {
    display: none;
  }
}
.coming-soon-area .coming-soon-content h2 {
  color: #fff;
  font-size: 100px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
  margin-top: 0;
}
@media only screen and (max-width: 1549px) {
  .coming-soon-area .coming-soon-content h2 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .coming-soon-area .coming-soon-content h2 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 479.98px) {
  .coming-soon-area .coming-soon-content h2 {
    font-size: 24px;
  }
}
.coming-soon-area .coming-soon-content p {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 64px;
}
@media only screen and (max-width: 1549px) {
  .coming-soon-area .coming-soon-content p {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 991px) {
  .coming-soon-area .coming-soon-content p {
    font-size: 14px;
  }
  .coming-soon-area .coming-soon-content p br {
    display: none;
  }
}
@media only screen and (max-width: 479.98px) {
  .coming-soon-area .coming-soon-content p {
    font-size: 13px;
  }
}
.coming-soon-area .input-btn-group {
  border-radius: 50px;
  display: flex;
  justify-content: space-between;
  height: 34px;
  padding: 1px;
}
.coming-soon-area .input-btn-group .form-control {
  border-radius: 50px;
  font-size: 14px;
  max-width: 85.3%;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .coming-soon-area .input-btn-group .form-control {
    max-width: 420px;
  }
}
@media only screen and (max-width: 991px) {
  .coming-soon-area .input-btn-group .form-control {
    max-width: 320px;
  }
}
@media only screen and (max-width: 479.98px) {
  .coming-soon-area .input-btn-group .form-control {
    max-width: 170px;
  }
}
.coming-soon-area .input-btn-group .btn-theme {
  background-color: #fff;
  border-color: #fff;
  border-radius: 0 25px 25px 0;
  color: #c3c3c3;
  height: 32px;
  min-height: 32px;
  line-height: 31px;
  padding: 0 18px;
}
.coming-soon-area .input-btn-group .btn-theme:hover {
  background-color: #000;
  border-color: #000;
}

/*-------- Preloader Style Css --------*/
.preloader-deactive .preloader-wrap {
  display: none;
}

.preloader-wrap {
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  z-index: 99999;
  overflow: hidden;
}
.preloader-wrap .preloader {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-left: -32px;
  margin-top: -50px;
}
.preloader-wrap .preloader .dot {
  height: 100%;
  width: 100%;
  display: block;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  animation: la-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #000;
}
@keyframes la-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
/*-------- Custom Font Style Css --------*/
.font-size-12 {
  font-size: 12px !important;
}

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

.font-size-16 {
  font-size: 16px !important;
}

.font-size-24 {
  font-size: 24px !important;
}

.font-size-30 {
  font-size: 30px !important;
}

.font-size-36 {
  font-size: 36px !important;
}

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

.font-size-44 {
  font-size: 44px !important;
}

.font-size-50 {
  font-size: 50px !important;
}

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

  .font-size-sm-24 {
    font-size: 24px !important;
  }
}
.font-weight-300 {
  font-weight: 300 !important;
}

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

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

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

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

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

.letter-spacing-1 {
  letter-spacing: 1px !important;
}

/*-------- Custom Color Style Css --------*/
.bgcolor-black {
  background-color: #000 !important;
}

.bgcolor-black-light {
  background-color: #1d1f1f !important;
}

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

.bgcolor-24 {
  background-color: #242424 !important;
}

.bgcolor-333 {
  background-color: #333333 !important;
}

.bgcolor-f5 {
  background-color: #f5f5f5 !important;
}

.bgcolor-f6 {
  background-color: #f6f6f6 !important;
}

.bgcolor-gray-light {
  background-color: #f4f6f8 !important;
}

.bgcolor-gray-lighter {
  background-color: #eee !important;
}

.bgcolor-gray {
  background-color: #f0f2f4 !important;
}

.bgcolor-gray-silver {
  background-color: #f0f1f3 !important;
}

.bgcolor-gray-ccc {
  background-color: #ccc !important;
}

.bgcolor-theme {
  background-color: #996600 !important;
}

.bgcolor-theme2 {
  background-color: #303744 !important;
}

.bgcolor-theme3 {
  background-color: #669900 !important;
}

.bgcolor-theme4 {
  background-color: #f53400 !important;
}

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

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

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

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

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

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

.text-dark {
  color: #0e0e0e !important;
}

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

.text-ccc {
  color: #ccc !important;
}

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

/*-------- Custom Margin Padding Style Css --------*/
.mt-10 {
  margin-top: 10px;
}

.mt-12 {
  margin-top: 12px !important;
}

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

.mt-18 {
  margin-top: 18px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-120 {
  margin-top: 120px !important;
}

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

  .mt-lg-70 {
    margin-top: 70px !important;
  }
}
@media only screen and (max-width: 991px) {
  .md-mt-0 {
    margin-top: 0 !important;
  }

  .mt-md-30 {
    margin-top: 30px !important;
  }

  .mt-md-40 {
    margin-top: 40px !important;
  }

  .mt-md-50 {
    margin-top: 50px !important;
  }

  .mt-md-60 {
    margin-top: 60px !important;
  }

  .mt-md-70 {
    margin-top: 70px !important;
  }
}
@media only screen and (max-width: 767px) {
  .sm-mt-0 {
    margin-top: 0 !important;
  }

  .mt-sm-30 {
    margin-top: 30px !important;
  }

  .mt-sm-60 {
    margin-top: 60px !important;
  }
}
@media only screen and (max-width: 575px) {
  .mt-xs-0 {
    margin-top: 0px;
  }

  .mt-xs-30 {
    margin-top: 30px !important;
  }
}
.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-80 {
  margin-right: 80px;
}

.mr--100 {
  margin-right: -100px;
}

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

  .mr-xs-15 {
    margin-right: 15;
  }
}
.mb-10 {
  margin-bottom: 10px !important;
}

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

.mb-20 {
  margin-bottom: 20px !important;
}

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

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

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

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

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

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

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

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

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

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

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

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-115 {
  margin-bottom: 115px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.mb-438 {
  margin-bottom: 438px !important;
}

.mb-470 {
  margin-bottom: 470px !important;
}

.mb-471 {
  margin-bottom: 471px !important;
}

@media only screen and (max-width: 1199px) {
  .lg-mb-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-30 {
    margin-bottom: 30px !important;
  }

  .mb-lg-40 {
    margin-bottom: 40px !important;
  }

  .mb-lg-50 {
    margin-bottom: 50px !important;
  }

  .mb-lg-70 {
    margin-bottom: 70px !important;
  }

  .mb-lg-80 {
    margin-bottom: 80px !important;
  }

  .mb-lg-90 {
    margin-bottom: 90px !important;
  }
}
@media only screen and (max-width: 991px) {
  .md-mb-0, .md-mb-0 {
    margin-bottom: 0px !important;
  }

  .mb-md-0 {
    margin-bottom: 0px !important;
  }

  .mb-md-10 {
    margin-bottom: 10px !important;
  }

  .mb-md-30 {
    margin-bottom: 30px !important;
  }

  .mb-md-40 {
    margin-bottom: 40px !important;
  }

  .mb-md-50 {
    margin-bottom: 50px !important;
  }

  .mb-md-60 {
    margin-bottom: 60px !important;
  }

  .mb-md-70 {
    margin-bottom: 70px !important;
  }

  .mb-md-80 {
    margin-bottom: 80px !important;
  }

  .mb-md-90 {
    margin-bottom: 90px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb-sm-0, .sm-mb-0 {
    margin-bottom: 0px !important;
  }

  .mb-sm-10 {
    margin-bottom: 10px !important;
  }

  .mb-sm-20 {
    margin-bottom: 20px !important;
  }

  .mb-sm-30 {
    margin-bottom: 30px !important;
  }

  .mb-sm-40 {
    margin-bottom: 40px !important;
  }

  .mb-sm-50 {
    margin-bottom: 50px !important;
  }

  .mb-sm-60 {
    margin-bottom: 60px !important;
  }

  .mb-sm-70 {
    margin-bottom: 70px !important;
  }
}
@media only screen and (max-width: 575px) {
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }

  .mb-xs-30 {
    margin-bottom: 30px !important;
  }

  .mb-xs-50 {
    margin-bottom: 50px !important;
  }
}
@media only screen and (max-width: 479.98px) {
  .mb-xxs-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxs-30 {
    margin-bottom: 30px !important;
  }
}
.ml-10 {
  margin-left: 10px;
}

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

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-40 {
  margin-left: 40px;
}

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

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

  .md-ml-0 {
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 479.98px) {
  .ml-xxs-5 {
    margin-left: 5px !important;
  }
}
.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

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

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

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

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

.pb-35 {
  padding-bottom: 35px !important;
}

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

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

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

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

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

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

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

.pb-85 {
  padding-bottom: 85px !important;
}

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

.pb-95 {
  padding-bottom: 95px !important;
}

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

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

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

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

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

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

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

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

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

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

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

  .pb-lg-30 {
    padding-bottom: 30px !important;
  }

  .pb-lg-70 {
    padding-bottom: 70px !important;
  }

  .pb-lg-90 {
    padding-bottom: 90px !important;
  }
}
@media only screen and (max-width: 991px) {
  .md-pb-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-10 {
    padding-bottom: 10px !important;
  }

  .pb-md-20 {
    padding-bottom: 20px !important;
  }

  .pb-md-30 {
    padding-bottom: 30px !important;
  }

  .pb-md-40 {
    padding-bottom: 40px !important;
  }

  .pb-md-50 {
    padding-bottom: 50px !important;
  }

  .pb-md-60 {
    padding-bottom: 60px !important;
  }

  .pb-md-70 {
    padding-bottom: 70px !important;
  }

  .pb-md-80 {
    padding-bottom: 80px !important;
  }

  .pb-md-90 {
    padding-bottom: 90px !important;
  }

  .pb-md-100 {
    padding-bottom: 100px !important;
  }

  .pb-md-120 {
    padding-bottom: 120px !important;
  }

  .pb-md-170 {
    padding-bottom: 170px !important;
  }
}
@media only screen and (max-width: 767px) {
  .sm-pb-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-20 {
    padding-bottom: 20px !important;
  }

  .pb-sm-30 {
    padding-bottom: 30px !important;
  }

  .pb-sm-50 {
    padding-bottom: 50px !important;
  }

  .pb-sm-60 {
    padding-bottom: 60px !important;
  }

  .pb-sm-70 {
    padding-bottom: 70px !important;
  }

  .pb-sm-80 {
    padding-bottom: 80px !important;
  }

  .pb-sm-100 {
    padding-bottom: 100px !important;
  }

  .pb-sm-170 {
    padding-bottom: 170px !important;
  }
}
@media only screen and (max-width: 575px) {
  .pb-xs-80 {
    padding-bottom: 80px !important;
  }
}
.pl-0 {
  padding-left: 0;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-130 {
  padding-left: 130px !important;
}

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

  .md-pl-15 {
    padding-left: 15px !important;
  }

  .pl-md-30 {
    padding-left: 30px !important;
  }

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

  .sm-pl-15, .pl-sm-15 {
    padding-left: 15px !important;
  }
}
@media only screen and (max-width: 479.98px) {
  .pl-xxs-0 {
    padding-left: 0 !important;
  }
}
.pt-10 {
  padding-top: 10px !important;
}

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

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

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

.pt-35 {
  padding-top: 35px !important;
}

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

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

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

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

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

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

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

.pt-95 {
  padding-top: 95px !important;
}

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

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

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

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

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

.pt-140 {
  padding-top: 140px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pt-160 {
  padding-top: 160px !important;
}

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

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

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

  .pt-lg-40 {
    padding-top: 40px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pt-md-10 {
    padding-top: 10px !important;
  }

  .pt-md-15 {
    padding-top: 15px !important;
  }

  .pt-md-30 {
    padding-top: 30px !important;
  }

  .pt-md-40 {
    padding-top: 40px !important;
  }

  .pt-md-50 {
    padding-top: 50px !important;
  }

  .pt-md-60 {
    padding-top: 60px !important;
  }

  .pt-md-65 {
    padding-top: 65px !important;
  }

  .pt-md-70 {
    padding-top: 70px !important;
  }

  .pt-md-80 {
    padding-top: 80px !important;
  }

  .pt-md-90 {
    padding-top: 90px !important;
  }

  .pt-md-100 {
    padding-top: 100px !important;
  }

  .pt-md-120 {
    padding-top: 120px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pt-sm-10 {
    padding-top: 10px !important;
  }

  .pt-sm-30 {
    padding-top: 30px !important;
  }

  .pt-sm-50 {
    padding-top: 50px !important;
  }

  .pt-sm-60 {
    padding-top: 60px !important;
  }

  .pt-sm-70 {
    padding-top: 70px !important;
  }

  .pt-sm-80 {
    padding-top: 80px !important;
  }

  .pt-sm-90 {
    padding-top: 90px !important;
  }

  .pt-sm-100 {
    padding-top: 100px !important;
  }
}
@media only screen and (max-width: 575px) {
  .pt-xs-30 {
    padding-top: 30px !important;
  }

  .pt-xs-40 {
    padding-top: 40px !important;
  }
}
.pr-0 {
  padding-right: 0;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-100 {
  padding-right: 100px;
}

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

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

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

  .md-pl-15 {
    padding-left: 15px;
  }
}
.d-contents {
  display: contents;
}

/*-------- Scroll To Top Style Css --------*/
.scroll-to-top {
  background-color: #000;
  border: none;
  border-radius: 0;
  bottom: 35px;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 18px;
  height: 42px;
  line-height: 42px;
  position: fixed;
  right: 35px;
  text-align: center;
  width: 42px;
  z-index: 100;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media only screen and (max-width: 1199px) {
  .scroll-to-top {
    bottom: 27px;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    right: 20px;
    width: 35px;
  }
}
@media only screen and (max-width: 479.98px) {
  .scroll-to-top {
    bottom: 87px;
    right: 10px;
  }
}
.scroll-to-top:hover {
  background-color: #333;
  box-shadow: none;
  color: #fff;
}

/*
-----------------------------------------------------------------------
	Main Navigation CSS
-----------------------------------------------------------------------
*/
.main-menu {
  align-content: center;
}
.main-menu > li {
  margin-right: 14px;
  padding: 3px 0;
}
.main-menu > li:last-child {
  margin-right: 0;
}
.main-menu > li > a {
  color: #000;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  padding: 7px 25px;
  position: relative;
}
.main-menu > li:hover > a, .main-menu > li.active > a {
  color: #996600;
}
.main-menu > li:hover > a:before, .main-menu > li.active > a:before {
  color: #996600;
}
.main-menu.menu-capitalize > li > a {
  font-size: 16px;
  text-transform: capitalize;
}

.has-submenu {
  padding-right: 10px;
  position: relative;
}
.has-submenu > a {
  position: relative;
}
.has-submenu > a:before {
  content: "";
  color: #303744;
  font-size: 14px;
  line-height: 30px;
  font-family: "FontAwesome";
  position: absolute;
  right: 11px;
  top: 7px;
}
.has-submenu:hover > .submenu-nav {
  transform: none;
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.has-submenu:hover .menu-content .menu-content-inner h4, .has-submenu:hover .menu-content .menu-content-inner .btn-brand {
  transform: none !important;
}
.has-submenu .submenu-nav {
  background-color: #111;
  border: none;
  border-bottom: none;
  padding: 15px 0 15px;
  position: absolute;
  left: -25px;
  top: 100%;
  transform: translateY(50px);
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  min-width: 250px;
  margin-top: 42px;
  z-index: 9999;
}
@media only screen and (max-width: 1549px) {
  .has-submenu .submenu-nav {
    margin-top: 48px;
  }
}
@media only screen and (max-width: 1199px) {
  .has-submenu .submenu-nav {
    min-width: 210px;
  }
}
.has-submenu .submenu-nav:before {
  content: "";
  position: absolute;
  height: 56px;
  width: 100%;
  left: 0;
  bottom: 100%;
}
.has-submenu .submenu-nav > li {
  padding: 10px 25px;
}
.has-submenu .submenu-nav > li a {
  color: #aaa;
  display: block;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: inherit;
  text-transform: capitalize;
}
.has-submenu .submenu-nav > li a:hover {
  color: #fff;
}
.has-submenu .submenu-nav > li:hover > a {
  color: #fff;
}
.has-submenu .submenu-nav > li:hover:after {
  color: #fff !important;
}
.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:hover > .submenu-nav {
  transform: none;
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.has-submenu .submenu-nav > li.has-submenu:after {
  content: "";
  color: #666666;
  font-size: 15px;
  line-height: 1.2;
  font-family: "FontAwesome";
  position: absolute;
  right: 25px;
  top: 12px;
}
.has-submenu .submenu-nav > li.has-submenu .submenu-nav {
  left: 100%;
  top: 0;
  margin-top: -15px;
}
.has-submenu .submenu-nav-mega {
  display: flex;
  padding: 40px 50px;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .has-submenu .submenu-nav-mega {
    width: 830px;
  }
}
.has-submenu .submenu-nav-mega .mega-menu-item {
  padding: 0 !important;
  flex-basis: 25%;
}
.has-submenu .submenu-nav-mega .mega-menu-item:last-child {
  border-right: 0;
}
.has-submenu .submenu-nav-mega .mega-menu-item > a {
  color: #fff !important;
  display: block;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.has-submenu .submenu-nav-mega .mega-menu-item > a.srmenu-title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  display: inline-block;
  margin-left: 25px;
  padding: 10px 0;
}
.has-submenu .submenu-nav-mega .mega-menu-item > a.srmenu-title.srmenu-style-hide {
  display: none;
}
.has-submenu .submenu-nav-mega .mega-menu-item ul li {
  position: relative;
  padding: 10px 25px;
}
.has-submenu .submenu-nav-mega .mega-menu-item ul li a:hover {
  color: #fff;
}
.has-submenu .submenu-nav-mega .mega-menu-item ul li.feature a {
  position: relative;
}
.has-submenu .submenu-nav-mega .mega-menu-item ul li.feature a:before {
  content: "";
  position: absolute;
  font-family: "FontAwesome";
  color: #996600;
  right: -20px;
  top: 1px;
  font-size: 12px;
}
.has-submenu .submenu-nav-mega .mega-menu-item ul li.new a {
  position: relative;
}
.has-submenu .submenu-nav-mega .mega-menu-item ul li.new a:after {
  background-color: #996600;
  content: "New";
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  border-radius: 2px;
  position: absolute;
  top: 0;
  right: -38px;
  line-height: 1;
  padding: 2px 3px;
}
.has-submenu .submenu-nav-mega .mega-menu-item ul li:hover .menu-thumb {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.has-submenu .submenu-nav-mega .mega-menu-item ul li.active a {
  color: #fff;
}
.has-submenu .submenu-nav-mega .mega-menu-item.menu-content {
  padding: 0 !important;
  margin: -1px;
}
.has-submenu .submenu-nav-mega .mega-menu-item.menu-content .menu-content-inner {
  background-size: cover;
  background-position: center center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 15px;
}
.has-submenu .submenu-nav-mega .mega-menu-item.menu-content .menu-content-inner h4, .has-submenu .submenu-nav-mega .mega-menu-item.menu-content .menu-content-inner .btn-brand {
  color: #fff;
  transition: 0.4s;
  transition-delay: 0.3s;
}
.has-submenu .submenu-nav-mega .mega-menu-item.menu-content .menu-content-inner h4 {
  transform: translateY(-80%);
}
.has-submenu .submenu-nav-mega .mega-menu-item.menu-content .menu-content-inner h4 span {
  color: #996600;
  font-style: italic;
}
.has-submenu .submenu-nav-mega .mega-menu-item.menu-content .menu-content-inner .btn-brand {
  margin-top: 30px;
  font-weight: 700;
  transform: translateY(80%);
}
.has-submenu.full-width {
  position: static;
}
.has-submenu.colunm-two {
  position: relative;
}
.has-submenu.colunm-two .submenu-nav-mega {
  left: -35px;
  width: 600px;
}
.has-submenu.colunm-two .submenu-nav-mega .mega-menu-item {
  padding: 0 !important;
  flex-basis: 50%;
}

.menu-thumb {
  border-radius: 5px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: absolute;
  transform: translateX(30px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s;
  top: -10px;
  right: -80px;
  z-index: 1;
}
@media only screen and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1599.98px) {
  .menu-thumb {
    right: 0;
    top: auto;
    bottom: 100%;
  }
}

/* Responsive Mobile Menu */
.asside-navigation-area {
  margin: 0 -10px;
}
.asside-navigation-area .asside-menu {
  display: block;
}
.asside-navigation-area .asside-menu > li {
  display: block;
  padding: 12px 30px;
}
.asside-navigation-area .asside-menu > li > a {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  padding: 9px 0;
  position: relative;
  margin: 0;
  text-transform: capitalize;
  position: relative;
}
.asside-navigation-area .asside-menu > li > a:after {
  background-color: #fff;
  bottom: 10px;
  content: "";
  height: 1px;
  right: 0;
  position: absolute;
  width: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.asside-navigation-area .asside-menu > li > a:hover, .asside-navigation-area .asside-menu > li > a.active {
  color: #fff;
}
.asside-navigation-area .asside-menu > li > a:hover:after, .asside-navigation-area .asside-menu > li > a.active:after {
  left: 0;
  width: 100%;
}
.asside-navigation-area .asside-menu > li.dropdown-submenu {
  position: relative;
}
.asside-navigation-area .asside-menu > li.dropdown-submenu > a {
  display: block;
}
.asside-navigation-area .asside-menu > li.dropdown-submenu > a:before {
  color: #fff;
  content: "K";
  font-family: "ElegantIcons";
  font-size: 16px;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 11px;
}
.asside-navigation-area .asside-menu > li.dropdown-submenu > a:after {
  display: none;
}
.asside-navigation-area .asside-menu > li.dropdown-submenu > a.collapsed:before {
  content: "L";
}
.asside-navigation-area .asside-menu > li.dropdown-submenu > a > span {
  pointer-events: none;
  position: relative;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.asside-navigation-area .asside-menu > li.dropdown-submenu > a > span:after {
  background-color: #fff;
  bottom: 1px;
  content: "";
  height: 1px;
  right: 0;
  position: absolute;
  width: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.asside-navigation-area .asside-menu > li.dropdown-submenu > a:hover, .asside-navigation-area .asside-menu > li.dropdown-submenu > a.active {
  color: #fff;
}
.asside-navigation-area .asside-menu > li.dropdown-submenu > a:hover span:after, .asside-navigation-area .asside-menu > li.dropdown-submenu > a.active span:after {
  left: 0;
  width: 100%;
}
.asside-navigation-area .asside-menu > li.dropdown-submenu .dropdown-nav > li {
  padding: 5px 0 3px 25px;
}
.asside-navigation-area .asside-menu > li.dropdown-submenu .dropdown-nav > li:first-child {
  padding-top: 12px;
}
.asside-navigation-area .asside-menu > li.dropdown-submenu .dropdown-nav > li:last-child {
  padding-bottom: 7px;
}
.asside-navigation-area .asside-menu > li.dropdown-submenu .dropdown-nav > li > a {
  color: #fff;
  font-size: 16px;
  position: relative;
}
.asside-navigation-area .asside-menu > li.dropdown-submenu .dropdown-nav > li > a:after {
  background-color: #fff;
  bottom: 1px;
  content: "";
  height: 1px;
  right: 0;
  position: absolute;
  width: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.asside-navigation-area .asside-menu > li.dropdown-submenu .dropdown-nav > li > a:hover, .asside-navigation-area .asside-menu > li.dropdown-submenu .dropdown-nav > li > a.active {
  color: #fff;
}
.asside-navigation-area .asside-menu > li.dropdown-submenu .dropdown-nav > li > a:hover:after, .asside-navigation-area .asside-menu > li.dropdown-submenu .dropdown-nav > li > a.active:after {
  left: 0;
  width: 100%;
}

/*
-----------------------------------------------------------------------
  Header CSS
-----------------------------------------------------------------------
*/
.header-area {
  padding: 50px 0;
}
@media only screen and (max-width: 1199px) {
  .header-area .container {
    max-width: none;
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .header-area {
    padding: 53px 0;
  }
}
@media only screen and (max-width: 767px) {
  .header-area {
    padding: 25px 0;
  }
}
.header-area.sticky-header {
  transition: 0.4s;
}
.header-area.sticky-header.sticky {
  background-color: rgba(0, 0, 0, 0.65);
  box-shadow: none;
  border: 0 !important;
  position: fixed;
  left: 0;
  top: 0;
  padding: 25px 0;
  width: 100%;
  z-index: 99;
}
.header-area.sticky-header.sticky .header-logo-area .logo-main {
  display: none;
}
.header-area.sticky-header.sticky .header-logo-area .logo-light {
  display: block;
}
.header-area.sticky-header.sticky .main-menu > li:hover > a {
  background-color: #111;
  color: #fff;
}
.header-area.sticky-header.sticky .main-menu > li:hover > a:after {
  opacity: 1;
}
.header-area.sticky-header.sticky .main-menu > li > a {
  color: #fff;
}
.header-area.sticky-header.sticky .main-menu > li > a:after {
  background-color: #111;
  content: "";
  height: 100%;
  opacity: 0;
  position: absolute;
  right: -14px;
  top: 0;
  width: 14px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.header-area.sticky-header.sticky .main-menu > li > a:hover {
  background-color: #111;
}
.header-area.sticky-header.sticky .main-menu > li > a:hover:after {
  opacity: 1;
}
.header-area.sticky-header.sticky .main-menu > li > a:before {
  color: #fff;
}
.header-area.sticky-header.sticky .header-action-area button, .header-area.sticky-header.sticky .header-action-area a {
  color: #fff;
}
.header-area.sticky-header.sticky .header-action-area button:hover, .header-area.sticky-header.sticky .header-action-area a:hover {
  background-color: #111;
}
.header-area.sticky-header.sticky .header-action-area button.btn-cart + .header-shopping-cart, .header-area.sticky-header.sticky .header-action-area a.btn-cart + .header-shopping-cart {
  top: calc(100% + 45px);
}
.header-area.sticky-header.sticky .header-action-area button.btn-cart + .header-shopping-cart .widget-shopping-cart-content .cart-list-product .mini-cart-item a, .header-area.sticky-header.sticky .header-action-area a.btn-cart + .header-shopping-cart .widget-shopping-cart-content .cart-list-product .mini-cart-item a {
  background-color: transparent;
}
.header-area.sticky-header.sticky .header-action-area button.btn-cart + .header-shopping-cart .widget-shopping-cart-content .cart-list-product .mini-cart-item a:hover, .header-area.sticky-header.sticky .header-action-area a.btn-cart + .header-shopping-cart .widget-shopping-cart-content .cart-list-product .mini-cart-item a:hover {
  background-color: transparent;
}
.header-area.sticky-header.sticky .header-action-area button.btn-cart + .header-shopping-cart:hover, .header-area.sticky-header.sticky .header-action-area a.btn-cart + .header-shopping-cart:hover {
  opacity: 1;
  top: calc(100% + 25px);
  visibility: visible;
}
.header-area.sticky-header.sticky .header-action-area button.btn-cart:hover + .header-shopping-cart, .header-area.sticky-header.sticky .header-action-area a.btn-cart:hover + .header-shopping-cart {
  top: calc(100% + 25px);
}
.header-area.sticky-header.sticky .header-action-area button.btn-menu, .header-area.sticky-header.sticky .header-action-area a.btn-menu {
  background-color: transparent;
}
.header-area.sticky-header.sticky .header-action-area button.btn-menu:hover, .header-area.sticky-header.sticky .header-action-area a.btn-menu:hover {
  background-color: transparent;
}
.header-area.sticky-header.sticky .header-action-area .btn-search-content {
  bottom: -145px;
}
.header-area.sticky-header.sticky .header-action-area .btn-search-content.show {
  bottom: -125px;
}
.header-area.sticky-header.sticky .header-action-area .btn-menu span {
  background-color: #000;
}
.header-area.transparent:not(.sticky) {
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
}
.header-area.transparent:not(.sticky) .header-logo-area .logo-main {
  display: none;
}
.header-area.transparent:not(.sticky) .header-logo-area .logo-light {
  display: block;
}
.header-area.transparent:not(.sticky) .main-menu > li:hover > a {
  background-color: #111;
  color: #fff;
}
.header-area.transparent:not(.sticky) .main-menu > li:hover > a:after {
  opacity: 1;
}
.header-area.transparent:not(.sticky) .main-menu > li > a {
  color: #fff;
}
.header-area.transparent:not(.sticky) .main-menu > li > a:after {
  background-color: #111;
  content: "";
  height: 100%;
  opacity: 0;
  position: absolute;
  right: -14px;
  top: 0;
  width: 14px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.header-area.transparent:not(.sticky) .main-menu > li > a:hover {
  background-color: #111;
}
.header-area.transparent:not(.sticky) .main-menu > li > a:hover:after {
  opacity: 1;
}
.header-area.transparent:not(.sticky) .main-menu > li > a:before {
  color: #fff;
}
.header-area.transparent:not(.sticky) .header-action-area button, .header-area.transparent:not(.sticky) .header-action-area a {
  color: #666666;
}
.header-area.transparent:not(.sticky) .header-action-area button:hover, .header-area.transparent:not(.sticky) .header-action-area a:hover {
  background-color: #111;
}
.header-area.transparent:not(.sticky) .header-action-area .btn-menu {
  background-color: transparent;
}
.header-area.transparent:not(.sticky) .header-action-area .btn-menu span {
  background-color: #666666;
}
.header-area.transparent:not(.sticky) .header-action-area .btn-menu:hover {
  background-color: transparent;
}
.header-area.transparent:not(.sticky) .header-action-area .btn-menu:hover span {
  background-color: #996600;
}
.header-area.header-default {
  background-color: #fff;
  padding: 40px 0 35px;
  position: relative;
  z-index: 999;
}
@media only screen and (max-width: 991px) {
  .header-area.header-default {
    padding: 20px 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .header-area.header-default {
    padding: 30px 0 20px;
  }
}
.header-area.header-default .container-fluid {
  padding-left: 60px;
  padding-right: 60px;
}
@media only screen and (max-width: 1399px) {
  .header-area.header-default .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-area.header-default .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .header-area.header-default .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header-area.header-default .header-search {
  width: 100px;
  text-align: right;
}
@media only screen and (max-width: 479.98px) {
  .header-area.header-default .header-search {
    width: auto;
  }
}
.header-area.header-default .header-search a {
  color: #000;
  font-size: 20px;
  line-height: 1;
  margin-right: 26.3px;
}
.header-area.header-default .header-search a:last-child {
  margin-right: 0;
}
.header-area.header-default .header-search a:hover {
  color: #000;
}
.header-area.header-default .header-logo-area {
  max-width: none;
}
@media only screen and (max-width: 991px) {
  .header-area.header-default .header-logo-area {
    max-width: 140px;
  }
}
@media only screen and (max-width: 767px) {
  .header-area.header-default .header-logo-area {
    max-width: 110px;
  }
}
.header-area.header-default .header-navigation-area .main-menu > li {
  margin-right: 0;
}
.header-area.header-default .header-navigation-area .main-menu > li:first-child > a {
  padding-left: 0;
}
.header-area.header-default .header-navigation-area .main-menu > li:last-child {
  margin-right: 0;
}
.header-area.header-default .header-navigation-area .main-menu > li:last-child > a {
  padding-right: 0;
}
.header-area.header-default .header-navigation-area .main-menu > li > a {
  padding: 7px 17.55px;
}
.header-area.header-default .header-navigation-area .main-menu > li.has-submenu > a:before {
  display: none;
}
@media only screen and (max-width: 767px) {
  .header-area.header-default .header-action-area {
    margin-top: 2px;
    position: relative;
  }
}
.header-area.header-default.sticky-header.sticky {
  background-color: #fff !important;
}
@media only screen and (max-width: 767px) {
  .header-area.header-default.sticky-header.sticky {
    padding: 22px 0 27px;
  }
}
@media only screen and (max-width: 575px) {
  .header-area.header-default.sticky-header.sticky {
    padding: 17px 0 22px;
  }
}
.header-area.header-default.sticky-header.sticky .header-align .header-social {
  margin-top: 14px;
}
.header-area.header-default.sticky-header.sticky .header-align .header-logo-area img {
  max-width: 153.7px;
}
@media only screen and (max-width: 767px) {
  .header-area.header-default.sticky-header.sticky .header-align .header-logo-area img {
    max-width: 100%;
  }
}
.header-area.header-default.sticky-header.sticky .header-align .header-navigation-area .main-menu > li > a {
  color: #fff;
}
.header-area.header-default.sticky-header.sticky .header-align .header-navigation-area .main-menu > li > a:hover {
  background-color: transparent;
  color: #996600;
}
.header-area.header-default.sticky-header.sticky .header-align .header-navigation-area .main-menu > li:hover a {
  background-color: transparent;
}
.header-area.header-default.sticky-header.sticky .header-align .header-navigation-area .main-menu > li:hover a:after {
  display: none;
}
.header-area.header-default.sticky-header.sticky .header-align .header-navigation-area .main-menu > li.active > a {
  color: #996600;
}
.header-area.header-default.sticky-header.sticky .header-align .header-navigation-area .main-menu > li.has-submenu > a:before {
  display: none;
}
.header-area.header-default.sticky-header.sticky .header-align .header-navigation-area .main-menu > li.has-submenu > .submenu-nav {
  margin-top: 24px;
}
@media only screen and (max-width: 1549px) {
  .header-area.header-default.sticky-header.sticky .header-align .header-navigation-area .main-menu > li.has-submenu > .submenu-nav {
    margin-top: 32px;
  }
}
.header-area.header-default.sticky-header.sticky .header-align .header-navigation-area .main-menu > li.has-submenu > .submenu-nav:before {
  height: 44px;
}
.header-area.header-default.sticky-header.sticky .header-align .header-action-area {
  margin-top: 11px;
}
@media only screen and (max-width: 767px) {
  .header-area.header-default.sticky-header.sticky .header-align .header-action-area {
    margin-top: 0;
  }
}
.header-area.header-default.sticky-header.sticky .header-align .header-action-area .btn-menu span {
  background-color: #999999;
}
.header-area.header-default.sticky-header.sticky .header-align .header-action-area .btn-menu:hover span {
  background-color: #000;
}
.header-area.header-default.transparent {
  background-color: transparent;
}
.header-area.header-default.transparent.sticky-header.sticky {
  background-color: rgba(0, 0, 0, 0.65);
}
.header-area.header-default.transparent .header-align .header-navigation-area .main-menu > li > a {
  color: #fff;
}
.header-area.header-default.transparent .header-align .header-navigation-area .main-menu > li > a:hover {
  background-color: transparent;
  color: #996600;
}
.header-area.header-default.transparent .header-align .header-navigation-area .main-menu > li:hover a {
  background-color: transparent;
}
.header-area.header-default.transparent .header-align .header-navigation-area .main-menu > li:hover a:after {
  display: none;
}
.header-area.header-default.transparent .header-align .header-navigation-area .main-menu > li.active > a {
  color: #996600;
}
.header-area.header-default.transparent .header-align .header-navigation-area .main-menu > li.has-submenu > a:before {
  display: none;
}
.hb-border {
  border-bottom: 1px solid #ddd;
}

.header-logo-area {
  max-width: 148px;
  position: relative;
  top: 1px;
}
.header-logo-area .logo-light {
  display: none;
}

.header-action-area {
  width: 100px;
}
@media only screen and (max-width: 479.98px) {
  .header-action-area {
    width: auto;
  }
}
.header-action-area button, .header-action-area a {
  color: #666666;
  font-size: 14px;
  line-height: 1;
  margin-left: 15px;
  vertical-align: middle;
}
.header-action-area button:first-child, .header-action-area a:first-child {
  margin-left: 0;
}
.header-action-area button.btn-menu, .header-action-area a.btn-menu {
  background-color: transparent;
  border: none;
  box-shadow: none;
  height: 20px;
  margin-top: 0;
  position: relative;
  width: 23px;
}
.header-action-area button.btn-menu span, .header-action-area a.btn-menu span {
  background-color: #000;
  border-radius: 2px;
  display: block;
  height: 2px;
  position: absolute;
  right: 0;
  top: 45%;
  width: 100%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.header-action-area button.btn-menu span:first-child, .header-action-area a.btn-menu span:first-child {
  top: 0;
}
.header-action-area button.btn-menu span:last-child, .header-action-area a.btn-menu span:last-child {
  bottom: 1px;
  top: auto;
}
.header-action-area button.btn-menu:hover span, .header-action-area a.btn-menu:hover span {
  background-color: #000;
}
.header-action-area button.btn-menu:hover span:first-child, .header-action-area button.btn-menu:hover span:last-child, .header-action-area a.btn-menu:hover span:first-child, .header-action-area a.btn-menu:hover span:last-child {
  width: 100%;
}
.header-action-area .menu-text {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  margin-left: 12px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 575px) {
  .header-action-area .menu-text {
    display: none;
  }
}

.header-top {
  background-color: #996600;
  padding: 12px 0 14px;
}
@media only screen and (max-width: 991px) {
  .header-top {
    display: none;
  }
}
.header-top .header-top-nav a {
  color: #bdbfc3;
  font-size: 13px;
  margin-left: 36.43px;
}
.header-top .header-top-nav a:first-child {
  margin-left: 0;
}
.header-top .header-top-nav a:hover {
  color: #fff;
}
.header-top .header-top-info {
  margin-bottom: 0;
  padding-top: 2px;
}
.header-top .header-top-info li {
  color: #bdbfc3;
  font-size: 13px;
  float: left;
  margin-left: 43.66px;
}
.header-top .header-top-info li i {
  width: 17px;
}
.header-top .header-top-info li:first-child {
  margin-left: 0;
}
.header-top .header-icons a {
  color: #fff;
}
.header-top .header-icons a:hover {
  color: #996600;
}
.header-top.inline-style .header-left {
  float: left;
}
.header-top.inline-style .header-right {
  float: right;
}
@media only screen and (max-width: 1199px) {
  .header-top.inline-style .container {
    max-width: none;
  }
}
.header-top + .header-area {
  padding: 25px 0;
}

.header-area.fixed-top.sticky-header {
  background-color: transparent;
  box-shadow: none;
  padding: 50px 0;
}

.off-canvas-wrapper {
  position: fixed;
  right: 0;
  top: 0;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  height: 100vh;
  width: 100%;
  z-index: 9999;
}
.off-canvas-wrapper.active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  right: 0;
}
.off-canvas-wrapper.active .off-canvas-inner {
  transform: none;
}
.off-canvas-wrapper.active .off-canvas-inner .off-canvas-content {
  transform: none;
  transition-delay: 0s;
}
.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: flex;
  justify-content: right;
  padding: 30px 0;
}
.off-canvas-wrapper .off-canvas-header .logo-area {
  display: none;
  max-width: 100px;
}
.off-canvas-wrapper .off-canvas-header .close-action {
  display: block;
  width: 100%;
}
.off-canvas-wrapper .off-canvas-header .close-action .btn-close {
  background-image: none;
  color: #fff;
  font-size: 40px;
  float: right;
  opacity: 0.4;
  padding: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.off-canvas-wrapper .off-canvas-header .close-action .btn-close:hover {
  color: #fff;
  opacity: 1;
}
.off-canvas-wrapper .off-canvas-overlay {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.off-canvas-wrapper .btn-close {
  background-color: transparent;
  border: none;
  color: #ce1a2b;
  font-size: 24px;
  line-height: 1;
  opacity: 1;
}
.off-canvas-wrapper .btn-close:active, .off-canvas-wrapper .btn-close:focus {
  border: none;
  box-shadow: none;
}
.off-canvas-wrapper .btn-close i {
  line-height: 1;
}
.off-canvas-wrapper .btn-close:hover {
  color: #996600;
}
.off-canvas-wrapper .off-canvas-inner {
  background-color: transparent;
  display: flex;
  justify-content: flex-end;
  position: relative;
  transform: translateX(0);
  transition: 0.3s;
  height: 100vh;
  width: 100%;
  z-index: 3;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content {
  background-color: #111;
  height: 100%;
  padding: 0 10px;
  position: relative;
  overflow-y: auto;
  transition: 0.4s;
  transition-duration: 0.4s;
  transform: translateX(100%);
  width: 320px;
  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;
  margin-top: 21px;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item:last-child {
  margin-bottom: 0;
}
.off-canvas-wrapper .off-canvas-footer .side-footer {
  display: inline-block;
}
.off-canvas-wrapper .off-canvas-footer .side-footer .widget-social-icons {
  display: block;
}
.off-canvas-wrapper .off-canvas-footer .side-footer .widget-social-icons a {
  border: none;
  color: #000;
  font-size: 16px;
  float: left;
  margin-right: 40px;
  padding: 0;
}
@media only screen and (max-width: 575px) {
  .off-canvas-wrapper .off-canvas-footer .side-footer .widget-social-icons a {
    font-size: 13px;
    margin-right: 22px;
  }
}
.off-canvas-wrapper .off-canvas-footer .side-footer .widget-social-icons a.icon-color {
  color: #185381;
}
.off-canvas-wrapper .off-canvas-footer .side-footer .widget-social-icons a.icon-color.color-twitter {
  color: #429cd6;
}
.off-canvas-wrapper .off-canvas-footer .side-footer .widget-social-icons a.icon-color.color-instagram {
  color: #521313;
}
.off-canvas-wrapper .off-canvas-footer .side-footer .widget-social-icons a.icon-color.color-googleplus {
  color: #d62d20;
}
.off-canvas-wrapper .off-canvas-footer .side-footer .widget-copyright {
  display: block;
}
@media only screen and (max-width: 575px) {
  .off-canvas-wrapper .off-canvas-footer .side-footer .widget-copyright {
    display: inline-block;
    margin-top: 12px;
  }
}
.off-canvas-wrapper .off-canvas-footer .side-footer .widget-copyright p {
  line-height: 1.7;
}
@media only screen and (max-width: 575px) {
  .off-canvas-wrapper .off-canvas-footer .side-footer .widget-copyright p {
    font-size: 15px;
  }
}

/* 05.05 Search Box CSS */
.main-search-active {
  background: rgba(0, 0, 0, 0.92) none repeat scroll 0 0;
  width: 100%;
  min-height: 100vh;
  padding: 32px 46px 39px;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  display: flex;
  justify-content: center;
  z-index: 9999;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .main-search-active {
    padding: 32px 20px 39px;
  }
}

.sidebar-search-icon {
  position: absolute;
  top: 50px;
  right: 70px;
  color: #ffffff;
  font-size: 60px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .sidebar-search-icon {
    right: 0;
  }
}
.sidebar-search-icon button {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  cursor: pointer;
  font-size: 50px;
  line-height: 1;
  padding: 0;
  transition: all 0.3s ease 0s;
}

.sidebar-search-input {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  display: inline-block;
  padding: 0 50px;
  width: 75%;
  text-align: center;
  font-size: 18px;
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out 0.3s;
}
@media only screen and (min-width: 1200px) {
  .sidebar-search-input {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 992px) {
  .sidebar-search-input {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 991px) {
  .sidebar-search-input {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .sidebar-search-input {
    padding: 0 10px;
    width: 100%;
  }
}
.sidebar-search-input form .form-search {
  position: relative;
}
.sidebar-search-input form .form-search input {
  padding: 10px 0;
  border: 0;
  border-radius: 0;
  border-bottom: 5px solid transparent;
  background-color: transparent;
  font-size: 200px;
  width: 100%;
  height: auto;
  color: #fff;
  transform: scale3d(0, 1, 1);
  transform-origin: 0 50%;
  transition: transform 0.3s;
}
@media only screen and (min-width: 1200px) {
  .sidebar-search-input form .form-search input {
    font-size: 150px;
  }
}
@media only screen and (min-width: 992px) {
  .sidebar-search-input form .form-search input {
    font-size: 120px;
  }
}
@media only screen and (max-width: 991px) {
  .sidebar-search-input form .form-search input {
    font-size: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .sidebar-search-input form .form-search input {
    font-size: 50px;
  }
}
.sidebar-search-input form .form-search input::placeholder, .sidebar-search-input form .form-search input::-webkit-input-placeholder, .sidebar-search-input form .form-search input::-moz-placeholder, .sidebar-search-input form .form-search input:-ms-input-placeholder, .sidebar-search-input form .form-search input::placeholder {
  color: #fff;
}
.sidebar-search-input form .form-search button {
  background-color: transparent;
  border: medium none;
  color: #fff;
  font-size: 30px;
  padding: 0;
  position: absolute;
  right: 0;
  bottom: 10px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
}
.sidebar-search-input p {
  font-size: 90%;
  font-weight: bold;
  display: block;
  padding: 11px 0;
  text-align: right;
  opacity: 0;
  line-height: 1.6;
  color: #fff;
  transform: translate3d(0, 50px, 0);
  transition: opacity 0.4s, transform 0.4s;
}
@media only screen and (max-width: 767px) {
  .sidebar-search-input p {
    font-size: 14px;
  }
}

.main-search-active.inside {
  opacity: 1;
  visibility: visible;
  z-index: 9999999;
}
.main-search-active.inside .sidebar-search-input {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}
.main-search-active.inside .sidebar-search-input input {
  transform: scale3d(1, 1, 1);
  transition: 0.5s ease-out 0.3s;
  border-bottom-color: #fff;
}
.main-search-active.inside .sidebar-search-input p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/*
-----------------------------------------------------------------------
	Home Slider CSS
-----------------------------------------------------------------------
*/
.home-slider-area.slider-photographer .slider-content-area {
  text-align: center;
  margin: 90px 0 21px;
}
@media only screen and (max-width: 991px) {
  .home-slider-area.slider-photographer .slider-content-area {
    margin: 70px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area.slider-photographer .slider-content-area {
    margin: 55px 0 0;
  }
}
.home-slider-area.slider-photographer .slider-content-area h2 {
  font-size: 30px;
  line-height: 1.6;
  font-family: "Libre Baskerville", serif;
  letter-spacing: -0.1px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-photographer .slider-content-area h2 br {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area.slider-photographer .slider-content-area h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area.slider-photographer .slider-content-area h2 {
    font-size: 21px;
  }
}
@media only screen and (max-width: 575px) {
  .home-slider-area.slider-photographer .slider-content-area h2 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area.slider-photographer .container {
    max-width: none;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 575px) {
  .home-slider-area.slider-photographer .container {
    padding: 0 15px;
  }
}

/*
-----------------------------------------------------------------------
	Portfolio CSS
-----------------------------------------------------------------------
*/
.single-portfolio {
  display: block;
  position: relative;
  overflow: hidden;
}
.single-portfolio .thumbnail {
  position: relative;
}
.single-portfolio .thumbnail a {
  position: relative;
  display: block;
  z-index: 1;
}
.single-portfolio .thumbnail a::before {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: all 0.5s ease 0s;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: crosshair;
}
.single-portfolio .thumbnail a img {
  width: 100%;
}
.single-portfolio .content {
  position: absolute;
  z-index: 9;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 35px;
  transition: all 0.5s ease 0s;
  opacity: 0;
}
@media only screen and (max-width: 1199px) {
  .single-portfolio .content {
    padding: 15px;
  }
}
.single-portfolio .content .title {
  font-size: 24px;
  line-height: 1;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1199px) {
  .single-portfolio .content .title {
    font-size: 18px;
  }
}
.single-portfolio .content .title a {
  display: block;
  color: #fff;
}
.single-portfolio .content .desc {
  font-size: 14px;
  line-height: 1.3;
  color: #CCCCCC;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0;
}
.single-portfolio:hover .thumbnail a::before {
  opacity: 1;
}
.single-portfolio:hover .content {
  opacity: 1;
}

.portfolio-area.portfolio-default-area {
  padding: 60px 0 100px;
}
@media only screen and (max-width: 1199px) {
  .portfolio-area.portfolio-default-area {
    padding: 55px 0 100px;
  }
}
@media only screen and (max-width: 991px) {
  .portfolio-area.portfolio-default-area {
    padding: 60px 0 75px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-area.portfolio-default-area {
    padding: 50px 0 60px;
  }
}
.portfolio-area.portfolio-default-area .container-fluid {
  padding: 0 60px;
}
@media only screen and (max-width: 1399px) {
  .portfolio-area.portfolio-default-area .container-fluid {
    padding: 0 15px;
  }
}
.portfolio-area.portfolio-default-area .widget-instagram-area {
  margin-top: 115px;
}
@media only screen and (max-width: 991px) {
  .portfolio-area.portfolio-default-area .widget-instagram-area {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 575px) {
  .portfolio-area.portfolio-default-area .widget-instagram-area {
    margin-top: 85px;
  }
}

.portfolio-list {
  align-items: stretch;
  display: flex;
}
.portfolio-list .portfolio-item {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 54.5px 7.5px;
  position: relative;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media only screen and (max-width: 1199px) {
  .portfolio-list .portfolio-item {
    padding: 44.5px 7.5px;
  }
}
@media only screen and (max-width: 991px) {
  .portfolio-list .portfolio-item {
    padding: 34.5px 7.5px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-list .portfolio-item {
    padding: 20px 7.5px;
  }
}
@media only screen and (max-width: 575px) {
  .portfolio-list .portfolio-item {
    padding: 0 7.5px 35px;
  }
}

.btn-portfolio {
  font-size: 16px;
  line-height: 1.5;
  text-transform: uppercase;
  font-family: "Libre Baskerville", serif;
  color: #999999;
  letter-spacing: 5px;
}
.btn-portfolio:hover {
  color: #996600;
}

.widget-instagram-area {
  color: #000;
  display: inline-flex;
  flex-direction: column;
  font-family: "Libre Baskerville", serif;
  font-size: 30px;
  line-height: 48px;
  letter-spacing: -0.1px;
  text-align: center;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .widget-instagram-area {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .widget-instagram-area {
    font-size: 18px;
  }
}
.widget-instagram-area i {
  color: #000;
  font-size: 48px;
  margin-bottom: 21px;
}
.widget-instagram-area label {
  position: relative;
}
.widget-instagram-area label:after {
  background-color: #535353;
  bottom: 7px;
  content: "";
  height: 2px;
  right: 0;
  position: absolute;
  width: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .widget-instagram-area label:after {
    bottom: 8px;
    height: 1px;
  }
}
@media only screen and (max-width: 575px) {
  .widget-instagram-area label:after {
    bottom: 11px;
  }
}
.widget-instagram-area span {
  color: #999999;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  letter-spacing: 0;
}
.widget-instagram-area:hover, .widget-instagram-area:focus {
  color: #000;
}
.widget-instagram-area:hover label:after, .widget-instagram-area:focus label:after {
  left: 0;
  width: 100%;
}

.portfolio-single {
  padding: 90px 0 100px;
}
@media only screen and (max-width: 991px) {
  .portfolio-single {
    padding: 75px 0 80px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-single {
    padding: 50px 0 60px;
  }
}
.portfolio-single .inner-content .content {
  margin-bottom: 80px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .portfolio-single .inner-content .content {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-single .inner-content .content {
    margin-bottom: 40px;
  }
}
.portfolio-single .inner-content .content .category {
  color: #999999;
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 34px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
  .portfolio-single .inner-content .content .category {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .portfolio-single .inner-content .content .category {
    font-size: 16px;
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-single .inner-content .content .category {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
.portfolio-single .inner-content .content .title {
  font-size: 60px;
  line-height: 1;
  letter-spacing: -0.25px;
}
@media only screen and (max-width: 1199px) {
  .portfolio-single .inner-content .content .title {
    font-size: 48px;
  }
}
@media only screen and (max-width: 991px) {
  .portfolio-single .inner-content .content .title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-single .inner-content .content .title {
    font-size: 30px;
  }
}
.portfolio-single .inner-content .portfolio-info {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 95px;
  padding-bottom: 85px;
}
@media only screen and (max-width: 991px) {
  .portfolio-single .inner-content .portfolio-info {
    margin-bottom: 75px;
    padding-bottom: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-single .inner-content .portfolio-info {
    margin-bottom: 50px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .portfolio-single .inner-content .portfolio-info {
    padding: 0 50px 20px;
  }
}
@media only screen and (max-width: 479.98px) {
  .portfolio-single .inner-content .portfolio-info {
    padding: 0 15px 20px;
  }
}
.portfolio-single .inner-content .portfolio-info .info-item {
  color: #000;
  font-family: "Libre Baskerville", serif;
  font-size: 18px;
  letter-spacing: -0.25px;
}
@media only screen and (max-width: 991px) {
  .portfolio-single .inner-content .portfolio-info .info-item {
    font-size: 14px;
  }
  .portfolio-single .inner-content .portfolio-info .info-item br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-single .inner-content .portfolio-info .info-item {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .portfolio-single .inner-content .portfolio-info .info-item {
    font-size: 16px;
  }
}
.portfolio-single .inner-content .portfolio-info .info-item span {
  color: #999999;
  display: block;
  font-family: "DM Sans", sans-serif;
  letter-spacing: 0.5px;
  line-height: 1;
  margin-bottom: 24px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .portfolio-single .inner-content .portfolio-info .info-item span {
    margin-bottom: 15px;
  }
}
.portfolio-single .inner-content .portfolio-info .info-item.style-two {
  line-height: 48px;
  margin-top: -9px;
}
@media only screen and (max-width: 1199px) {
  .portfolio-single .inner-content .portfolio-info .info-item.style-two br {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .portfolio-single .inner-content .portfolio-info .info-item.style-two {
    line-height: 1.7142857143;
    margin-top: 0;
  }
}
.portfolio-single .inner-content .portfolio-info .info-item.style-two span {
  position: relative;
  top: 9px;
}
@media only screen and (max-width: 991px) {
  .portfolio-single .inner-content .portfolio-info .info-item.style-two span {
    top: 0;
  }
}
.portfolio-single .inner-content .portfolio-content {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.15px;
  margin: 0 auto 95px;
  max-width: 870px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .portfolio-single .inner-content .portfolio-content {
    margin: 0 auto 75px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-single .inner-content .portfolio-content {
    margin: 0 auto 55px;
  }
}
.portfolio-single .inner-content .portfolio-content p {
  margin-bottom: 0;
}
.portfolio-single .inner-content .portfolio-content a {
  color: #996600;
  text-decoration: underline;
}
.portfolio-single .thumb.style-two {
  align-items: center;
  padding-left: 200px;
}
@media only screen and (max-width: 1199px) {
  .portfolio-single .thumb.style-two {
    padding-left: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .portfolio-single .thumb.style-two {
    padding-left: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-single .thumb.style-two {
    padding: 0 75px;
  }
}
@media only screen and (max-width: 575px) {
  .portfolio-single .thumb.style-two {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 479.98px) {
  .portfolio-single .thumb.style-two {
    padding: 0 10px;
  }
}
.portfolio-single .thumb.style-two img:last-child {
  padding-right: 0;
}
.portfolio-single .social-icons {
  margin: 80px 0 80px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .portfolio-single .social-icons {
    margin: 60px 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-single .social-icons {
    margin: 40px 0 40px;
  }
}
.portfolio-single .social-icons span {
  color: #000;
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  letter-spacing: 0.15px;
  margin-right: 22px;
}
.portfolio-single .social-icons a {
  color: #999999;
  font-size: 18px;
  margin-right: 13px;
}
.portfolio-single .social-icons a:last-child {
  margin-right: 0;
}
.portfolio-single .social-icons a .icofont-google-plus {
  font-size: 27px;
  position: relative;
  top: 3px;
}
.portfolio-single .social-icons a:hover {
  color: #000;
}
.portfolio-single .btn-started {
  border: 1px solid #ccc;
  border-radius: 50%;
  color: #000;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  height: 300px;
  letter-spacing: 0.25px;
  line-height: 24px;
  margin-bottom: 100px;
  padding: 70px 55px;
  text-align: center;
  text-transform: uppercase;
  width: 300px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media only screen and (max-width: 991px) {
  .portfolio-single .btn-started {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-single .btn-started {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .portfolio-single .btn-started {
    font-size: 11px;
    height: 200px;
    line-height: 20px;
    padding: 45px 30px;
    width: 200px;
  }
}
.portfolio-single .btn-started span {
  color: #da4426;
  display: block;
  font-family: "Libre Baskerville", serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  margin: 23px 0 31px;
  text-transform: capitalize;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media only screen and (max-width: 575px) {
  .portfolio-single .btn-started span {
    font-size: 18px;
    margin: 15px 0;
  }
}
.portfolio-single .btn-started i {
  color: #000;
  font-size: 36px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media only screen and (max-width: 575px) {
  .portfolio-single .btn-started i {
    font-size: 24px;
  }
}
.portfolio-single .btn-started:hover {
  color: #000;
}
.portfolio-single .btn-started:hover span {
  color: #000;
}
.portfolio-single .btn-started:hover i {
  color: #000;
}
.portfolio-single .portfolio-navigation {
  border-top: 1px solid #e7e7e7;
  padding-top: 64px;
}
@media only screen and (max-width: 767px) {
  .portfolio-single .portfolio-navigation {
    padding-top: 40px;
  }
}

.portfolio-navigation {
  display: flex;
  justify-content: space-between;
}
.portfolio-navigation .prev, .portfolio-navigation .next {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
}
@media only screen and (max-width: 479.98px) {
  .portfolio-navigation .prev, .portfolio-navigation .next {
    font-size: 14px;
  }
}
.portfolio-navigation .prev a, .portfolio-navigation .next a {
  align-items: center;
  color: #999999;
  display: flex;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.25px;
  margin-bottom: 5px;
  margin-left: -10px;
}
@media only screen and (max-width: 991px) {
  .portfolio-navigation .prev a, .portfolio-navigation .next a {
    font-size: 20px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 479.98px) {
  .portfolio-navigation .prev a, .portfolio-navigation .next a {
    font-size: 16px;
  }
}
.portfolio-navigation .prev a i, .portfolio-navigation .next a i {
  font-size: 40px;
}
@media only screen and (max-width: 991px) {
  .portfolio-navigation .prev a i, .portfolio-navigation .next a i {
    font-size: 32px;
  }
}
@media only screen and (max-width: 479.98px) {
  .portfolio-navigation .prev a i, .portfolio-navigation .next a i {
    font-size: 24px;
  }
}
.portfolio-navigation .prev a:hover, .portfolio-navigation .next a:hover {
  color: #000;
}
.portfolio-navigation .next {
  text-align: right;
}
.portfolio-navigation .next a {
  justify-content: flex-end;
  margin-right: -8px;
}

.messonry-button button {
  background-color: transparent;
  border: 0;
  padding: 0;
  border: 0 none;
  position: relative;
}
.messonry-button button span {
  position: relative;
  display: inline-block;
  padding: 5px 20px;
}
.messonry-button button span.filter-text {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.58;
  font-size: 16px;
  color: #666666;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.messonry-button button:hover span.filter-counter {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, -100%);
}
.messonry-button button:hover span.filter-text {
  color: #996600;
}
.messonry-button button.is-checked span.filter-text {
  color: #996600;
}

/*
-----------------------------------------------------------------------
	About CSS
-----------------------------------------------------------------------
*/
.about-page-wrapper {
  position: relative;
}
.about-page-wrapper .title {
  font-family: "DM Sans", sans-serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.15px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1199px) {
  .about-page-wrapper .title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .about-page-wrapper .title {
    font-size: 24px;
  }
}

.service-area {
  padding: 95px 0 0px;
}
@media only screen and (max-width: 991px) {
  .service-area {
    padding: 75px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .service-area {
    padding: 55px 0 0;
  }
}
.service-area .title {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1199px) {
  .service-area .title {
    margin-bottom: 20px;
  }
}
.service-area p {
  font-size: 18px;
  letter-spacing: -0.16px;
  line-height: 30px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .service-area p {
    font-size: 16px;
  }
  .service-area p br {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .service-area p {
    font-size: 14px;
    line-height: 24px;
  }
}
.service-area ul {
  font-size: 18px;
  letter-spacing: -0.16px;
  line-height: 30px;
  margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
  .service-area ul {
    font-size: 16px;
  }
}
.service-area ul li {
  margin-bottom: 0;
}
.service-area ul li a {
  color: #666666;
}
.service-area ul li a:hover {
  color: #000;
}

.award-area {
  background-color: #f1f1f1;
  padding: 95px 0 40px;
}
@media only screen and (max-width: 991px) {
  .award-area {
    padding: 75px 0 25px;
  }
}
@media only screen and (max-width: 767px) {
  .award-area {
    padding: 55px 0 10px;
  }
}
.award-area .title {
  margin-bottom: 83px;
}
@media only screen and (max-width: 1199px) {
  .award-area .title {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .award-area .title {
    margin-bottom: 40px;
  }
}

.award-content .award-item {
  margin-bottom: 60px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .award-content .award-item {
    margin-bottom: 75px;
  }
}
@media only screen and (max-width: 1199px) {
  .award-content .award-item {
    margin-bottom: 55px;
  }
}
.award-content .award-item .award-year {
  color: #000;
  font-size: 18px;
  left: 0;
  letter-spacing: 0;
  position: absolute;
}
@media only screen and (max-width: 479.98px) {
  .award-content .award-item .award-year {
    margin-bottom: 35px;
    position: relative;
  }
}
.award-content .award-item .content {
  padding-left: 303px;
}
@media only screen and (max-width: 1199px) {
  .award-content .award-item .content {
    padding-left: 180px;
  }
}
@media only screen and (max-width: 991px) {
  .award-content .award-item .content {
    padding-left: 130px;
  }
}
@media only screen and (max-width: 575px) {
  .award-content .award-item .content {
    padding-left: 110px;
  }
}
@media only screen and (max-width: 479.98px) {
  .award-content .award-item .content {
    padding-left: 0;
  }
}
.award-content .award-item .content .item {
  margin-bottom: 38px;
}
@media only screen and (max-width: 575px) {
  .award-content .award-item .content .item {
    margin-bottom: 25px;
  }
}
.award-content .award-item .content .item p {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 7px;
}
@media only screen and (max-width: 575px) {
  .award-content .award-item .content .item p {
    font-size: 16px;
  }
}
.award-content .award-item .content .item h4 {
  color: #ccc;
  font-family: "DM Sans", sans-serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0;
}
@media only screen and (max-width: 1199px) {
  .award-content .award-item .content .item h4 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .award-content .award-item .content .item h4 {
    font-size: 20px;
  }
}
.award-content .award-item .content .item h4 span {
  color: #000;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .award-content .award-item .content .item h4 span {
    line-height: 1.6;
  }
}
.award-content .award-item .content .item h4 span:after {
  background-color: #000;
  bottom: 3px;
  content: "";
  height: 2px;
  right: 0;
  position: absolute;
  width: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.award-content .award-item .content .item:hover h4 span:after {
  left: 0;
  width: 100%;
}

/*
-----------------------------------------------------------------------
	Team CSS
-----------------------------------------------------------------------
*/
.team-area {
  padding: 90px 0 60px;
}
@media only screen and (max-width: 991px) {
  .team-area {
    padding: 70px 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .team-area {
    padding: 50px 0 20px;
  }
}
.team-area .title {
  margin-bottom: 87px;
}
@media only screen and (max-width: 1199px) {
  .team-area .title {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .team-area .title {
    margin-bottom: 30px;
  }
}

.team-member {
  margin-bottom: 30px;
  position: relative;
}
.team-member::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.team-member .thumb {
  overflow: hidden;
}
.team-member .thumb img {
  width: 100%;
}
.team-member .content {
  background-color: rgba(0, 0, 0, 0.1);
  height: 100%;
  left: 0;
  opacity: 0;
  padding: 0 25px;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  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: 991px) {
  .team-member .content {
    padding: 0 15px;
  }
}
.team-member .content .member-info {
  bottom: 62px;
  position: absolute;
}
.team-member .content .member-info .name {
  bottom: -15px;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 1px;
  opacity: 0;
  position: relative;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.team-member .content .member-info .name a {
  color: #fff;
}
.team-member .content .member-info .name a:hover {
  color: #ff1d5d;
}
.team-member .content .member-info .designation {
  bottom: -10px;
  color: #fff;
  font-size: 14px;
  opacity: 0;
  position: relative;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.team-member .content .member-icons {
  bottom: 14px;
  opacity: 0;
  position: absolute;
  transition: 0.5s;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.team-member .content .member-icons a {
  color: #fff;
  font-size: 16px;
  margin-right: 13.3px;
}
.team-member .content .member-icons a:last-child {
  margin-right: 0;
}
.team-member .content .member-icons a:hover {
  color: #fff;
}
.team-member:hover:before {
  opacity: 0.5;
}
.team-member:hover .content {
  opacity: 1;
  visibility: visible;
}
.team-member:hover .content .member-info .name {
  bottom: 0;
  opacity: 1;
}
.team-member:hover .content .member-info .designation {
  bottom: 0;
  opacity: 1;
  transition-delay: 0.2s;
}
.team-member:hover .content .member-icons {
  bottom: 19px;
  opacity: 1;
  transition-delay: 0.4s;
}
@media only screen and (max-width: 575px) {
  .team-member.become-member {
    margin-top: 25px;
    text-align: center;
  }
}
@media only screen and (max-width: 479.98px) {
  .team-member.become-member {
    margin-top: 15px;
  }
}
.team-member.become-member .thumb {
  visibility: hidden;
}
@media only screen and (max-width: 575px) {
  .team-member.become-member .thumb {
    display: none;
  }
}
.team-member.become-member .content {
  background-color: #fff;
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 575px) {
  .team-member.become-member .content {
    position: relative;
  }
}
.team-member.become-member .content .member-info {
  left: 49%;
  top: 52%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 991px) {
  .team-member.become-member .content .member-info {
    bottom: auto;
    top: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .team-member.become-member .content .member-info {
    left: auto;
    position: relative;
    top: auto;
    transform: none;
  }
}
.team-member.become-member .content .member-info .name {
  bottom: 0;
  color: #000;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  opacity: 1;
  text-transform: uppercase;
}
@media only screen and (max-width: 575px) {
  .team-member.become-member .content .member-info .name {
    font-size: 20px;
  }
}
@media only screen and (max-width: 479.98px) {
  .team-member.become-member .content .member-info .name {
    font-size: 18px;
  }
}
.team-member.become-member .content .member-info .name a {
  color: #000;
  line-height: 1.2;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .team-member.become-member .content .member-info .name a br {
    display: none;
  }
}
.team-member.become-member .content .member-info .name a:hover {
  color: #000;
  text-decoration: underline;
}

/*
-----------------------------------------------------------------------
	Testimonial CSS
-----------------------------------------------------------------------
*/
.testimonial-area.testimonial-default-area {
  padding: 145px 0 150px;
}
@media only screen and (max-width: 1199px) {
  .testimonial-area.testimonial-default-area {
    padding: 98px 0;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-area.testimonial-default-area {
    padding: 78px 0;
  }
}
@media only screen and (max-width: 575px) {
  .testimonial-area.testimonial-default-area {
    padding: 68px 0;
  }
}
.testimonial-area.testimonial-default-area .section-title {
  margin-bottom: 100px;
}
@media only screen and (max-width: 1199px) {
  .testimonial-area.testimonial-default-area .section-title {
    margin-bottom: 75px;
  }
}
@media only screen and (max-width: 991px) {
  .testimonial-area.testimonial-default-area .section-title {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .testimonial-area.testimonial-default-area .section-title {
    margin-bottom: 50px;
  }
}

.testimonial-item {
  padding: 0;
  position: relative;
  text-align: center;
}
.testimonial-item .client-content {
  margin: 0 auto 65px;
  max-width: 838px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .testimonial-item .client-content {
    margin-bottom: 45px;
  }
}
.testimonial-item .client-content p {
  color: #000;
  font-family: "Libre Baskerville", serif;
  font-size: 30px;
  line-height: 48px;
  letter-spacing: -0.7px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .testimonial-item .client-content p {
    font-size: 24px;
    line-height: 38px;
  }
  .testimonial-item .client-content p br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-item .client-content p {
    font-size: 16px;
    line-height: 32px;
  }
}
.testimonial-item .thumb {
  border-radius: 50%;
  margin-bottom: 49px;
}
.testimonial-item .thumb img {
  border-radius: 50%;
}
.testimonial-item .client-info {
  margin-bottom: 35px;
  position: relative;
}
.testimonial-item .client-info .name {
  color: #996600;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.25px;
  margin-bottom: 6px;
}
@media only screen and (max-width: 767px) {
  .testimonial-item .client-info .name {
    font-size: 16px;
    font-weight: 600;
  }
}
.testimonial-item .client-info .client-location {
  color: #666666;
  font-size: 13px;
  letter-spacing: 0;
}
.testimonial-item .client-info .icon-quote {
  position: absolute;
  right: 0;
  transform: translateY(-50%);
  top: 50%;
}
.testimonial-item .client-info .icon-quote img {
  width: auto;
}
@media only screen and (max-width: 479.98px) {
  .testimonial-item .client-info .icon-quote img {
    display: none;
  }
}
.testimonial-item.line-top {
  border-top: 4px solid #996600;
}

.testimonial-slider-container .swiper-button-next,
.testimonial-slider-container .swiper-button-prev {
  color: #000;
  font-size: 60px;
  top: 41.5%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media only screen and (max-width: 991px) {
  .testimonial-slider-container .swiper-button-next,
.testimonial-slider-container .swiper-button-prev {
    top: 28%;
  }
}
@media only screen and (max-width: 479.98px) {
  .testimonial-slider-container .swiper-button-next,
.testimonial-slider-container .swiper-button-prev {
    top: 18%;
  }
}
.testimonial-slider-container .swiper-button-next:after,
.testimonial-slider-container .swiper-button-prev:after {
  color: #000;
  content: "";
  font-family: "IcoFont";
  font-size: 60px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .testimonial-slider-container .swiper-button-next:after,
.testimonial-slider-container .swiper-button-prev:after {
    font-size: 36px;
  }
}
.testimonial-slider-container .swiper-button-next:hover:after,
.testimonial-slider-container .swiper-button-prev:hover:after {
  color: #996600;
}
.testimonial-slider-container .swiper-button-prev {
  left: 5px;
}
@media only screen and (max-width: 991px) {
  .testimonial-slider-container .swiper-button-prev {
    left: 0;
  }
}
.testimonial-slider-container .swiper-button-next {
  right: 5px;
}
@media only screen and (max-width: 991px) {
  .testimonial-slider-container .swiper-button-next {
    right: 0;
  }
}
.testimonial-slider-container .swiper-button-next:after {
  content: "";
}

/*
-----------------------------------------------------------------------
  Brand Logo CSS
-----------------------------------------------------------------------
*/
.brand-logo-slider {
  align-items: center;
}

.brand-logo-area {
  padding: 100px 0 100px;
}
@media only screen and (max-width: 991px) {
  .brand-logo-area {
    padding: 80px 0 80px;
  }
}
@media only screen and (max-width: 767px) {
  .brand-logo-area {
    padding: 60px 0 60px;
  }
}
.brand-logo-area .title {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1199px) {
  .brand-logo-area .title {
    margin-bottom: 15px;
  }
}
.brand-logo-area p {
  font-size: 18px;
  letter-spacing: 0;
  margin-bottom: 130px;
}
@media only screen and (max-width: 1199px) {
  .brand-logo-area p {
    font-size: 16px;
    margin-bottom: 65px;
  }
}
@media only screen and (max-width: 479.98px) {
  .brand-logo-area p {
    font-size: 13px;
  }
}

.brand-logo-item img {
  opacity: 0.5;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.brand-logo-item:hover img {
  opacity: 1;
}

/*
-----------------------------------------------------------------------
	Divider CSS
-----------------------------------------------------------------------
*/
.divider-area .divider-content-area .content-inner {
  position: relative;
}
.divider-area .divider-content-area h2 {
  margin-bottom: 10px;
}
.divider-area .divider-content-area p {
  margin-bottom: 0;
}
.divider-area .divider-content-area.divider-content-style1 {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 95px 0 104px;
}
@media only screen and (max-width: 767px) {
  .divider-area .divider-content-area.divider-content-style1 {
    display: block;
    padding: 75px 0 84px;
  }
}
.divider-area .divider-content-area.divider-content-style1 .content-inner h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0.6px;
  line-height: 1.1;
  margin-bottom: 22px;
}
@media only screen and (max-width: 991px) {
  .divider-area .divider-content-area.divider-content-style1 .content-inner h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .divider-area .divider-content-area.divider-content-style1 .content-inner h2 {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .divider-area .divider-content-area.divider-content-style1 .content-inner h2 {
    font-size: 30px;
  }
}
.divider-area .divider-content-area.divider-content-style1 .content-inner h2 span {
  color: #fff;
  font-weight: 300;
}
.divider-area .divider-content-area.divider-content-style1 .content-inner p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.15px;
}
@media only screen and (max-width: 767px) {
  .divider-area .divider-content-area.divider-content-style1 .content-inner p {
    margin-bottom: 20px;
  }
}
.divider-area .divider-content-area.divider-content-style1 .btn-theme {
  margin-top: 9px;
}
.divider-area .divider-content-area.divider-content-style1 .btn-theme.btn-white {
  color: #996600;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.097px;
  padding: 19px 47px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .divider-area .divider-content-area.divider-content-style1 .btn-theme.btn-white {
    font-size: 14px;
    padding: 11px 30px;
  }
}
.divider-area .divider-content-area.divider-content-style1 .btn-theme.btn-white:hover {
  color: #fff;
}

.shape-layer .layer {
  position: absolute;
}
.shape-layer .layer-one {
  bottom: 0;
  left: 231px;
}
.shape-layer .layer-two {
  bottom: 0;
  right: 182px;
}
.shape-layer .layer-three {
  bottom: 0;
  left: 3.4%;
}
.shape-layer .layer-four {
  top: 39%;
  left: 6.8%;
}
@media only screen and (max-width: 991px) {
  .shape-layer .layer-four {
    top: 36.5%;
  }
}
.shape-layer .layer-five {
  top: 39%;
  right: 19.2%;
}
@media only screen and (max-width: 1199px) {
  .shape-layer .layer-five {
    right: 4.2%;
  }
}
@media only screen and (max-width: 991px) {
  .shape-layer .layer-five {
    top: 36.5%;
  }
}
.shape-layer.shape-layer-slyle1 {
  background-image: url("../img/photos/corporate-mockup-01.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 38%;
}

/*
-----------------------------------------------------------------------
  Icon Box CSS
-----------------------------------------------------------------------
*/
.icon-box-style1 .icon-box-item {
  display: flex;
  margin-bottom: 96px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .icon-box-style1 .icon-box-item {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .icon-box-style1 .icon-box-item {
    margin-bottom: 50px;
  }
}
.icon-box-style1 .icon-box-item .icon {
  color: #996600;
  font-size: 72px;
  float: left;
  line-height: 1;
  margin-right: 26px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.icon-box-style1 .icon-box-item .content {
  font-size: 14px;
}
.icon-box-style1 .icon-box-item .content .title {
  font-size: 16px;
  margin-bottom: 16px;
  text-transform: uppercase;
}
@media only screen and (max-width: 575px) {
  .icon-box-style1 .icon-box-item .content .title {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
.icon-box-style1 .icon-box-item .content .title a {
  color: #0e0e0e;
}
.icon-box-style1 .icon-box-item .content .title a:hover {
  color: #996600;
}
.icon-box-style1 .icon-box-item .content p {
  font-size: 13px;
  line-height: 24px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.icon-box-style1 .icon-box-item .content .btn-theme {
  margin-top: 10px;
}
.icon-box-style1 .icon-box-item:hover .content p {
  color: #000;
}

.icon-box-style2 .icon-box-item {
  position: relative;
  z-index: 0;
}
.icon-box-style2 .icon-box-item:before {
  background-color: #fff;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

/*
-----------------------------------------------------------------------
	Form CSS
-----------------------------------------------------------------------
*/
.input-btn-group {
  align-items: center;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 35px 100px 0px rgba(171, 181, 189, 0.35);
  display: flex;
  padding: 5px 5px 5px 0;
}
.input-btn-group .form-control {
  border: none;
  border-radius: 0;
  border-right: 2px solid #eaeaea;
  height: 24px;
  padding-left: 30px;
}
.input-btn-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #aba5a5;
}
.input-btn-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #aba5a5;
}
.input-btn-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #aba5a5;
}
.input-btn-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #aba5a5;
}
.input-btn-group .form-control.no-border {
  border: none;
}
.input-btn-group .form-control:focus {
  box-shadow: none;
}
.input-btn-group .btn-theme {
  border-radius: 5px;
  height: 50px;
}

.contact-form .form-group {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .contact-form .form-group {
    margin-bottom: 15px;
  }
}
.contact-form .form-group .form-control {
  background-clip: inherit;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  color: #000;
  font-size: 14px;
  height: 45px;
  letter-spacing: 0;
  padding: 12px 19px;
}
.contact-form .form-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999999;
}
.contact-form .form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #999999;
}
.contact-form .form-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #999999;
}
.contact-form .form-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #999999;
}
.contact-form .form-group .form-control:focus {
  border: 1px solid #000;
  box-shadow: none;
  outline: none;
}
.contact-form .form-group textarea {
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  font-size: 14px;
  min-height: 200px;
  padding: 12px 19px;
  width: 100%;
}
.contact-form .form-group textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999999;
}
.contact-form .form-group textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #999999;
}
.contact-form .form-group textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #999999;
}
.contact-form .form-group textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #999999;
}
.contact-form .form-group textarea:focus {
  border: 1px solid #000;
  box-shadow: none;
  outline: none;
}
.contact-form .form-group .btn-submit {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #999999;
  border-radius: 0;
  color: #999999;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.25px;
  min-height: auto;
  padding: 57px 0 5px;
  position: relative;
  height: auto;
  text-transform: uppercase;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media only screen and (max-width: 1199px) {
  .contact-form .form-group .btn-submit {
    font-size: 16px;
    padding: 45px 0 5px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-form .form-group .btn-submit {
    border-bottom-width: 1px;
    font-size: 14px;
    padding: 35px 0 5px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-form .form-group .btn-submit {
    padding: 20px 0 5px;
  }
}
.contact-form .form-group .btn-submit:after {
  background-color: #000;
  bottom: -2px;
  content: "";
  height: 2px;
  right: 0;
  position: absolute;
  width: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
@media only screen and (max-width: 991px) {
  .contact-form .form-group .btn-submit:after {
    bottom: -1px;
    height: 1px;
  }
}
.contact-form .form-group .btn-submit:hover, .contact-form .form-group .btn-submit:focus {
  color: #000;
}
.contact-form .form-group .btn-submit:hover:after, .contact-form .form-group .btn-submit:focus:after {
  left: 0;
  width: 100%;
}

.comment-form-wrap form .comment-form-content .form-group {
  margin-bottom: 30px;
}
.comment-form-wrap form .comment-form-content .form-group .form-control {
  border: none;
  border-radius: 0;
  font-size: 14px;
  height: 49px;
  padding: 7px 21px;
}
.comment-form-wrap form .comment-form-content .form-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999999;
}
.comment-form-wrap form .comment-form-content .form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #999999;
}
.comment-form-wrap form .comment-form-content .form-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #999999;
}
.comment-form-wrap form .comment-form-content .form-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #999999;
}
.comment-form-wrap form .comment-form-content .form-group .form-control:focus {
  border: none;
  box-shadow: none;
  outline: none;
}
.comment-form-wrap form .comment-form-content .form-group textarea.form-control {
  min-height: 217px;
}
.comment-form-wrap form .comment-form-content .form-group .btn-theme {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.25px;
  margin-top: 17px;
  min-height: 60px;
  padding: 10px 28.96px;
}

.form-message {
  overflow: hidden;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.form-message button.btn-close {
  border: none;
  box-shadow: none;
  background-color: transparent;
  float: right;
  font-size: 14px;
  margin-top: 0;
  text-indent: 1000px;
}

/* 06.01. Home One Intro CSS */
.intro-slider-wrap {
  background-color: #fff;
  padding: 0 60px;
}
@media only screen and (max-width: 1399px) {
  .intro-slider-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .intro-slider-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .intro-slider-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.intro-slider-wrap .swiper-pagination {
  position: absolute;
  bottom: 40px;
}

.intro-section {
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
  height: 845px;
  padding: 50px 0;
}
@media only screen and (max-width: 1399px) {
  .intro-section {
    height: 600px;
  }
}
@media only screen and (max-width: 1199px) {
  .intro-section {
    height: 500px;
  }
}
@media only screen and (max-width: 991px) {
  .intro-section {
    height: 450px;
  }
}
@media only screen and (max-width: 575px) {
  .intro-section {
    height: 450px;
  }
}
@media only screen and (max-width: 479.98px) {
  .intro-section {
    height: 400px;
  }
}
.intro-section .container {
  z-index: 9;
}

.intro-content {
  text-align: center;
}
.intro-content .sub-title {
  display: block;
  font-size: 24px;
  line-height: 1.3;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 20px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1199px) {
  .intro-content .sub-title {
    font-size: 18px;
    letter-spacing: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .intro-content .sub-title {
    font-size: 18px;
    letter-spacing: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .intro-content .sub-title {
    font-size: 16px;
    letter-spacing: 10px;
  }
}
@media only screen and (max-width: 479.98px) {
  .intro-content .sub-title {
    font-size: 16px;
    letter-spacing: 10px;
    margin-bottom: 20px;
  }
}
.intro-content .title {
  font-size: 58px;
  line-height: 1.2;
  color: #fff;
  font-family: "Libre Baskerville", serif;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  .intro-content .title {
    font-size: 44px;
  }
}
@media only screen and (max-width: 991px) {
  .intro-content .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .intro-content .title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 479.98px) {
  .intro-content .title {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
.intro-content .desc p {
  font-size: 14px;
  line-height: 1.67;
  color: #fff;
}
.intro-content .intro-btn {
  display: block;
  margin-top: 80px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  text-decoration: underline;
}
@media only screen and (max-width: 1199px) {
  .intro-content .intro-btn {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .intro-content .intro-btn {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 479.98px) {
  .intro-content .intro-btn {
    font-size: 16px;
    margin-top: 20px;
  }
}

.intro-content > * {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeOutUp;
}

.intro-slider .main-slider-nav {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.25);
  width: 100px;
  height: 100px;
  line-height: 100px;
  display: block;
  text-align: center;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.intro-slider .main-slider-nav::after {
  display: none;
}
.intro-slider .main-slider-nav i {
  font-size: 40px;
  line-height: 1;
  vertical-align: middle;
}
.intro-slider .main-slider-nav:hover {
  color: red;
}
.intro-slider .home-slider-prev {
  left: 30px;
}
.intro-slider .home-slider-next {
  right: 30px;
}
.intro-slider .home-slider-next::after {
  display: none;
}
.intro-slider:hover .main-slider-nav {
  opacity: 1;
  visibility: visible;
}

.swiper-slide-active .intro-content > * {
  animation-name: fadeInUp;
}
.swiper-slide-active .intro-content > *:nth-child(1) {
  animation-delay: 0.5s;
}
.swiper-slide-active .intro-content > *:nth-child(2) {
  animation-delay: 1s;
}
.swiper-slide-active .intro-content > *:nth-child(3) {
  animation-delay: 1.5s;
}
.swiper-slide-active .intro-content > *:nth-child(4) {
  animation-delay: 2s;
}
.swiper-slide-active .intro-content > *:nth-child(5) {
  animation-delay: 2.5s;
}
.swiper-slide-active .intro-content > *:nth-child(6) {
  animation-delay: 3s;
}

/*
-----------------------------------------------------------------------
	Blog CSS
-----------------------------------------------------------------------
*/
.blog-filter-menu {
  margin-bottom: 63px;
}
@media only screen and (max-width: 1199px) {
  .blog-filter-menu {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-filter-menu {
    margin-bottom: 35px;
  }
}
.blog-filter-menu button {
  background-color: transparent;
  border: none;
  box-shadow: none;
  color: #000;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.1;
  margin-right: 38.74px;
  padding: 0;
  position: relative;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .blog-filter-menu button {
    margin-right: 25px;
  }
}
.blog-filter-menu button:last-child {
  margin-right: 0;
}
.blog-filter-menu button:after {
  background-color: #535353;
  bottom: 0;
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  width: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.blog-filter-menu button.active:after, .blog-filter-menu button:hover:after {
  left: 0;
  width: 100%;
}

.blog-area.blog-masonry-area {
  padding: 0 0 100px;
}
@media only screen and (max-width: 991px) {
  .blog-area.blog-masonry-area {
    padding: 0 0 80px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-area.blog-masonry-area {
    padding: 0 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-area.blog-masonry-area .container {
    max-width: none;
  }
}

.post-items-style1 .post-item {
  margin-bottom: 51px;
}
@media only screen and (max-width: 575px) {
  .post-items-style1 .post-item {
    margin-bottom: 30px;
  }
}
.post-items-style1 .post-item .thumb {
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}
.post-items-style1 .post-item .thumb img {
  width: 100%;
  transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
}
.post-items-style1 .post-item .thumb .overlay-content {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.post-items-style1 .post-item .thumb .overlay-content .play-btn {
  background-color: #fff;
  border-radius: 50%;
  color: #cc0000;
  display: inline-block;
  font-size: 42px;
  height: 60px;
  left: 50%;
  line-height: 70px;
  position: absolute;
  text-align: center;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 60px;
}
.post-items-style1 .post-item .thumb .overlay-content .quotes {
  left: 50%;
  padding: 0 38px;
  position: absolute;
  text-align: center;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .post-items-style1 .post-item .thumb .overlay-content .quotes {
    padding: 0 15px;
  }
}
.post-items-style1 .post-item .thumb .overlay-content .quotes .icon {
  color: #cc9966;
  display: inline-block;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 23px;
  transform: rotate(180deg);
}
@media only screen and (max-width: 767px) {
  .post-items-style1 .post-item .thumb .overlay-content .quotes .icon {
    font-size: 24px;
    margin-bottom: 12px;
  }
}
.post-items-style1 .post-item .thumb .overlay-content .quotes p {
  color: #000;
  font-family: "Libre Baskerville", serif;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
  margin-bottom: 36px;
}
@media only screen and (max-width: 1199px) {
  .post-items-style1 .post-item .thumb .overlay-content .quotes p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .post-items-style1 .post-item .thumb .overlay-content .quotes p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .post-items-style1 .post-item .thumb .overlay-content .quotes p {
    font-size: 20px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 479.98px) {
  .post-items-style1 .post-item .thumb .overlay-content .quotes p {
    font-size: 16px;
    line-height: 30px;
  }
}
.post-items-style1 .post-item .thumb .overlay-content .quotes .name {
  color: #000;
  font-weight: 700;
  letter-spacing: 0.25px;
  line-height: 1;
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .post-items-style1 .post-item .thumb .overlay-content .quotes .name {
    padding-bottom: 5px;
  }
}
.post-items-style1 .post-item .content .title {
  color: #000;
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0;
  margin-bottom: 22px;
}
@media only screen and (max-width: 575px) {
  .post-items-style1 .post-item .content .title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
  }
}
.post-items-style1 .post-item .content .title a {
  border-bottom: 1px solid transparent;
  color: #000;
  position: relative;
}
.post-items-style1 .post-item .content .title a:hover {
  border-bottom-color: #535353;
}
.post-items-style1 .post-item .content .meta {
  color: #999999;
  font-size: 13px;
  letter-spacing: -0.25px;
  margin-bottom: 8px;
}
.post-items-style1 .post-item .content .meta a {
  color: #999999;
}
.post-items-style1 .post-item .content .meta a .icon {
  color: #666666;
  padding-right: 7px;
}
.post-items-style1 .post-item .content .meta a:hover {
  color: #000;
}
.post-items-style1 .post-item .content .meta span {
  padding: 0 6px;
}
.post-items-style1 .post-item .content .btn-link {
  color: #999999;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.25px;
  text-transform: uppercase;
}
.post-items-style1 .post-item .content .btn-link:hover {
  color: #000;
}
.post-items-style1 .post-item .content.post-text {
  padding-top: 20px;
}
.post-items-style1 .post-item .post-audio {
  margin-bottom: 22px;
  position: relative;
}
.post-items-style1 .post-item .post-audio img {
  width: 100%;
}
.post-items-style1 .post-item .post-audio .embed-responsive {
  height: 113px;
}
.post-items-style1 .post-item:hover .thumb img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.post-items-style1 .post-item:hover .thumb.post-video img {
  transform: none;
}

.blog-details-area {
  padding: 100px 0 100px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .blog-details-area {
    padding: 80px 0 80px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-details-area {
    margin: 0 30px;
    padding: 60px 0 60px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-details-area {
    margin: 0 15px;
  }
}
@media only screen and (max-width: 479.98px) {
  .blog-details-area {
    padding: 60px 0 80px;
  }
}
.blog-details-area .blog-navigation {
  color: #000;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  justify-content: space-between;
  left: -12px;
  letter-spacing: 3.35px;
  position: absolute;
  right: -16px;
  text-transform: uppercase;
  top: 514px;
}
@media only screen and (max-width: 1549px) {
  .blog-details-area .blog-navigation {
    left: -45px;
    right: -45px;
  }
}
@media only screen and (max-width: 1399px) {
  .blog-details-area .blog-navigation {
    left: -100px;
    right: -100px;
    top: 385px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-details-area .blog-navigation {
    top: 300px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-details-area .blog-navigation {
    top: 270px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-details-area .blog-navigation {
    left: 0;
    margin-top: 60px;
    position: relative;
    right: 0;
    top: auto;
  }
}
@media only screen and (max-width: 575px) {
  .blog-details-area .blog-navigation {
    font-size: 13px;
    letter-spacing: 1px;
  }
}
.blog-details-area .blog-navigation .prev {
  line-height: 1;
  transform: rotate(-90deg);
}
@media only screen and (max-width: 767px) {
  .blog-details-area .blog-navigation .prev {
    transform: none;
  }
}
.blog-details-area .blog-navigation .next {
  line-height: 1;
  transform: rotate(90deg);
}
@media only screen and (max-width: 767px) {
  .blog-details-area .blog-navigation .next {
    transform: none;
  }
}
.blog-details-area .blog-navigation .next a i {
  margin-left: 9px;
}
.blog-details-area .blog-navigation a {
  color: #000;
}
.blog-details-area .blog-navigation a:hover {
  color: #999999;
}
.blog-details-area .blog-navigation a i {
  margin-left: 13px;
}

.post-details-content {
  background-color: #fff;
  margin: 0 auto;
  max-width: 1310px;
}
.post-details-content .post-details-body {
  margin: 0 auto;
  max-width: 860px;
  padding: 47px 15px 140px;
}
@media only screen and (max-width: 1199px) {
  .post-details-content .post-details-body {
    padding: 47px 15px 90px;
  }
}
@media only screen and (max-width: 991px) {
  .post-details-content .post-details-body {
    padding: 47px 15px 70px;
  }
}
@media only screen and (max-width: 479.98px) {
  .post-details-content .post-details-body {
    padding: 35px 15px 60px;
  }
}
.post-details-content .post-details-body .content {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 47px;
  padding-bottom: 29px;
}
.post-details-content .post-details-body .content .title {
  color: #000;
  font-family: "DM Sans", sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.25px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 991px) {
  .post-details-content .post-details-body .content .title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 575px) {
  .post-details-content .post-details-body .content .title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 479.98px) {
  .post-details-content .post-details-body .content .title {
    font-size: 20px;
  }
}
.post-details-content .post-details-body .content .meta {
  color: #666666;
  font-size: 14px;
  letter-spacing: 0;
  margin-bottom: 43px;
}
@media only screen and (max-width: 575px) {
  .post-details-content .post-details-body .content .meta {
    font-size: 13px;
    margin-bottom: 40px;
  }
}
.post-details-content .post-details-body .content .meta a {
  color: #666666;
}
.post-details-content .post-details-body .content .meta a:hover {
  color: #000;
}
.post-details-content .post-details-body .content .meta a:hover i {
  color: #000;
}
.post-details-content .post-details-body .content .meta a.author i {
  font-size: 14px;
  top: -1px;
}
@media only screen and (max-width: 575px) {
  .post-details-content .post-details-body .content .meta a.author i {
    font-size: 12px;
  }
}
.post-details-content .post-details-body .content .meta i {
  color: #999999;
  font-size: 18px;
  margin-right: 9px;
  position: relative;
  top: 2px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media only screen and (max-width: 575px) {
  .post-details-content .post-details-body .content .meta i {
    font-size: 14px;
  }
}
.post-details-content .post-details-body .content .meta span {
  color: #ccc;
  display: inline-block;
  margin: 0 18px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .post-details-content .post-details-body .content .meta span {
    margin: 0 6px;
  }
}
.post-details-content .post-details-body .content p {
  color: #666666;
  font-size: 14px;
  letter-spacing: 0.35px;
  line-height: 26px;
  margin-bottom: 16px;
}
.post-details-content .post-details-body .content p.text-block {
  color: #000;
  font-weight: 700;
  margin-bottom: 26px;
}
.post-details-content .post-details-body .content ul {
  color: #666666;
  font-size: 14px;
  letter-spacing: 0.35px;
  line-height: 26px;
  margin-bottom: 16px;
  margin-left: 20px;
}
.post-details-content .post-details-body .content ul li i {
  color: #999999;
  font-size: 12px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.post-details-content .post-details-body .content ul li:hover i {
  color: #666666;
}
.post-details-content .post-details-body .content h4 {
  font-size: 24px;
  letter-spacing: -0.25px;
  margin-bottom: 34px;
  margin-top: 69px;
}
@media only screen and (max-width: 767px) {
  .post-details-content .post-details-body .content h4 {
    font-size: 22px;
    margin-bottom: 25px;
    margin-top: 50px;
  }
}
.post-details-content .post-details-body .widget-tags {
  color: #999999;
  font-size: 14px;
  letter-spacing: 0.35px;
  line-height: 26px;
  margin-bottom: 21px;
}
.post-details-content .post-details-body .widget-tags span {
  color: #000;
  font-weight: 700;
  margin-right: 6px;
  text-transform: uppercase;
}
.post-details-content .post-details-body .widget-tags a {
  color: #666666;
}
.post-details-content .post-details-body .widget-tags a:hover {
  color: #000;
}
.post-details-content .post-details-body .social-icons {
  color: #999999;
  font-size: 14px;
  letter-spacing: 0.35px;
  line-height: 1;
  margin-bottom: 51px;
}
.post-details-content .post-details-body .social-icons span {
  color: #000;
  font-weight: 700;
  margin-right: 16px;
  text-transform: uppercase;
}
.post-details-content .post-details-body .social-icons a {
  color: #999999;
  font-size: 16px;
  margin-right: 13.75px;
}
.post-details-content .post-details-body .social-icons a:hover {
  color: #000;
}
.post-details-content .post-details-body .social-icons a:last-child {
  margin-right: 0;
}
.post-details-content .post-details-body .comment-area {
  border-top: 1px solid #e5e5e5;
  padding-top: 58px;
}
.post-details-content .post-details-body .bread-crumbs {
  color: #999999;
  font-size: 14px;
  letter-spacing: 0;
  margin-bottom: 67px;
}
@media only screen and (max-width: 991px) {
  .post-details-content .post-details-body .bread-crumbs {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 479.98px) {
  .post-details-content .post-details-body .bread-crumbs {
    margin-bottom: 30px;
  }
}
.post-details-content .post-details-body .bread-crumbs a {
  color: #999999;
}
.post-details-content .post-details-body .bread-crumbs a:hover {
  color: #000;
}
.post-details-content .post-details-body .bread-crumbs span {
  padding: 0 8px;
}
.post-details-content .post-details-body .bread-crumbs span.active {
  color: #000;
  padding: 0;
}
.post-details-content .post-gallery .gallery-slider .swiper-slide img {
  width: 100%;
}
.post-details-content .post-gallery .swiper-pagination.swiper-pagination-bullets {
  position: absolute;
  bottom: 29px !important;
  left: 240px !important;
  width: auto;
}
@media only screen and (max-width: 1199px) {
  .post-details-content .post-gallery .swiper-pagination.swiper-pagination-bullets {
    left: 100px !important;
  }
}
@media only screen and (max-width: 575px) {
  .post-details-content .post-gallery .swiper-pagination.swiper-pagination-bullets {
    bottom: 20px !important;
    left: 50px !important;
  }
}
@media only screen and (max-width: 479.98px) {
  .post-details-content .post-gallery .swiper-pagination.swiper-pagination-bullets {
    left: 30px !important;
  }
}
.post-details-content .post-gallery .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: transparent !important;
  border: 2px solid #fff !important;
  height: 13px !important;
  margin: 0 8.13px !important;
  opacity: 1 !important;
  width: 13px !important;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  border-radius: 100%;
}
.post-details-content .post-gallery .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet::before {
  background-color: transparent;
}
@media only screen and (max-width: 479.98px) {
  .post-details-content .post-gallery .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3px !important;
  }
}
.post-details-content .post-gallery .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:first-child {
  margin-left: 0 !important;
}
.post-details-content .post-gallery .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:last-child {
  margin-right: 0 !important;
}
.post-details-content .post-gallery .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active, .post-details-content .post-gallery .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover {
  background-color: #fff !important;
}

.comment-area .title {
  color: #000;
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.25px;
  margin-bottom: 33px;
}
.comment-area .comment-content {
  margin-bottom: 49px;
}
.comment-area .comment-content .single-comment {
  margin-bottom: 40px;
}
.comment-area .comment-content .single-comment .author-info {
  position: relative;
}
.comment-area .comment-content .single-comment .author-info .thumb {
  left: 0;
  position: absolute;
  top: 2px;
}
@media only screen and (max-width: 479.98px) {
  .comment-area .comment-content .single-comment .author-info .thumb {
    position: relative;
    margin-bottom: 25px;
  }
}
.comment-area .comment-content .single-comment .author-info .thumb img {
  width: auto;
}
.comment-area .comment-content .single-comment .author-info .author-details {
  margin-left: 100px;
  border-top: 1px solid #ccc;
  padding: 20px 0 0 21px;
}
@media only screen and (max-width: 479.98px) {
  .comment-area .comment-content .single-comment .author-info .author-details {
    margin-left: 0;
    padding-left: 0;
  }
}
.comment-area .comment-content .single-comment .author-info .author-details ul {
  display: inline-block;
  margin-bottom: 10px;
}
.comment-area .comment-content .single-comment .author-info .author-details ul li {
  align-items: flex-end;
  display: flex;
  float: left;
  font-weight: 700;
  line-height: 1;
  min-height: 16px;
}
.comment-area .comment-content .single-comment .author-info .author-details ul li.name {
  color: #000;
  font-size: 16px;
  letter-spacing: -0.25px;
}
.comment-area .comment-content .single-comment .author-info .author-details ul li.name span {
  margin-left: 5px;
  margin-right: 5px;
}
.comment-area .comment-content .single-comment .author-info .author-details ul li.meta-date {
  color: #aba5a5;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.35px;
  padding-bottom: 1px;
  text-transform: uppercase;
}
.comment-area .comment-content .single-comment .author-info .author-details p {
  display: block;
  font-size: 13px;
  letter-spacing: 0.35px;
  line-height: 24px;
  margin-bottom: 11px;
}
.comment-area .comment-content .single-comment .author-info .author-details .btn-reply {
  color: #000;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  position: relative;
}
.comment-area .comment-content .single-comment .author-info .author-details .btn-reply:after {
  background-color: #535353;
  bottom: 1px;
  content: "";
  height: 1px;
  right: 0;
  position: absolute;
  width: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.comment-area .comment-content .single-comment .author-info .author-details .btn-reply:hover {
  color: #000;
}
.comment-area .comment-content .single-comment .author-info .author-details .btn-reply:hover:after {
  left: 0;
  width: 100%;
}
.comment-area .comment-content .single-comment.last-child {
  margin-bottom: 0;
}
.comment-area .comment-form-wrap {
  padding-top: 21px;
}
.comment-area .comment-form-wrap .comment-form-content .form-group {
  margin-bottom: 30px;
}
.comment-area .comment-form-wrap .comment-form-content .form-group .form-control {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #e1e1e1;
  border-radius: 0;
  box-shadow: none;
  color: #000;
  font-size: 14px;
  letter-spacing: 0.25px;
  padding: 0 0 8px 1px;
  height: auto;
  outline: 0;
}
.comment-area .comment-form-wrap .comment-form-content .form-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999999;
  font-size: 14px;
}
.comment-area .comment-form-wrap .comment-form-content .form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #999999;
  font-size: 14px;
}
.comment-area .comment-form-wrap .comment-form-content .form-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #999999;
  font-size: 14px;
}
.comment-area .comment-form-wrap .comment-form-content .form-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #999999;
  font-size: 14px;
}
.comment-area .comment-form-wrap .comment-form-content .form-group .form-control:focus {
  border-bottom: 1px solid #000;
}
.comment-area .comment-form-wrap .comment-form-content .form-group .form-control:focus::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
}
.comment-area .comment-form-wrap .comment-form-content .form-group .form-control:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}
.comment-area .comment-form-wrap .comment-form-content .form-group .form-control:focus:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
}
.comment-area .comment-form-wrap .comment-form-content .form-group .form-control:focus:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}
.comment-area .comment-form-wrap .comment-form-content .form-group textarea.form-control {
  min-height: 156px;
}
.comment-area .comment-form-wrap .comment-form-content .form-group .btn-submit {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #999999;
  border-radius: 0;
  color: #999999;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.25px;
  min-height: auto;
  padding: 23px 0 9px;
  position: relative;
  height: auto;
  text-transform: uppercase;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.comment-area .comment-form-wrap .comment-form-content .form-group .btn-submit:after {
  background-color: #000;
  bottom: -2px;
  content: "";
  height: 2px;
  right: 0;
  position: absolute;
  width: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.comment-area .comment-form-wrap .comment-form-content .form-group .btn-submit:hover {
  color: #000;
}
.comment-area .comment-form-wrap .comment-form-content .form-group .btn-submit:hover:after {
  left: 0;
  width: 100%;
}

.widget-item .widget-title {
  color: #000;
  font-size: 18px;
  letter-spacing: 0;
  margin-bottom: 47px;
  text-transform: uppercase;
}

.widget-tags ul li {
  color: #999999;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin: 0 6px 10px 0;
}
.widget-tags ul li a {
  background-color: #f3f3f3;
  border-radius: 0;
  color: #999999;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.148px;
  line-height: 1;
  padding: 7.5px 14px;
}
.widget-tags ul li a:hover {
  background-color: #996600;
  color: #fff;
}
.widget-tags ul li:nth-child(4) a {
  padding: 7.5px 10px;
}
.widget-tags.tags-style2 {
  padding-top: 1px;
}
.widget-tags.tags-style2 ul li a {
  background-color: transparent;
  border: 1px solid #d7d7d7;
  letter-spacing: -0.15px;
  padding: 6.5px 12.41px;
}
.widget-tags.tags-style2 ul li a:hover {
  background-color: #996600;
  border-color: #996600;
  color: #fff;
}

.widget-categories ul li {
  border-bottom: 1px solid #d3d8dc;
  color: #000;
  font-size: 14px;
  padding: 17px 0;
  letter-spacing: -0.093px;
  line-height: 1;
  margin-bottom: 0;
  text-transform: uppercase;
}
.widget-categories ul li a {
  color: #000;
  display: block;
  font-size: 14px;
}
.widget-categories ul li a span {
  float: right;
}
.widget-categories ul li a:hover {
  color: #996600;
}
.widget-categories ul li:first-child {
  padding-top: 1px;
}
.widget-categories ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.widget-blog-post ul li {
  border-bottom: 1px solid #d3d8dc;
  display: flex;
  margin-bottom: 19px;
  padding-bottom: 19px;
  position: relative;
}
.widget-blog-post ul li .thumb {
  margin-right: 20px;
  min-width: 79px;
}
.widget-blog-post ul li .thumb img {
  border-radius: 0;
  width: auto;
}
.widget-blog-post ul li .content {
  position: relative;
  top: -5px;
}
.widget-blog-post ul li .content a {
  color: #000;
  display: block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
}
.widget-blog-post ul li .content a:hover {
  color: #996600;
}
.widget-blog-post ul li .content span {
  color: #aba5a5;
  display: block;
  font-size: 14px;
}
.widget-blog-post ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.widget-search-box form input {
  background-color: #f5f5f5;
  border: none;
  box-shadow: none;
  height: 51px;
  padding: 10px 30px;
  width: 100%;
}
.widget-search-box form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999999;
  font-size: 14px;
  letter-spacing: -0.15px;
}
.widget-search-box form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #999999;
  font-size: 14px;
  letter-spacing: -0.15px;
}
.widget-search-box form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #999999;
  font-size: 14px;
  letter-spacing: -0.15px;
}
.widget-search-box form input:-moz-placeholder {
  /* Firefox 18- */
  color: #999999;
  font-size: 14px;
  letter-spacing: -0.15px;
}

.sidebar-wrapper.blog-sidebar-wrapper {
  padding-left: 70px;
  padding-top: 3px;
}
@media only screen and (max-width: 1199px) {
  .sidebar-wrapper.blog-sidebar-wrapper {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .sidebar-wrapper.blog-sidebar-wrapper {
    padding-left: 0;
  }
}
.sidebar-wrapper.blog-sidebar-wrapper .widget-item .widget-title {
  letter-spacing: 0.323px;
  margin-bottom: 37px;
}
.sidebar-wrapper.blog-sidebar-wrapper .widget-item .widget-search-box {
  margin-bottom: 71px;
}
.sidebar-wrapper.blog-sidebar-wrapper .widget-item .widget-categories {
  margin-bottom: 71px;
}
.sidebar-wrapper.blog-sidebar-wrapper .widget-item .widget-categories ul {
  margin-bottom: 0;
}
.sidebar-wrapper.blog-sidebar-wrapper .widget-item .widget-blog-post {
  margin-bottom: 77px;
  padding-top: 7px;
}
.sidebar-wrapper.blog-sidebar-wrapper .widget-item .widget-tags.tags-style2 ul {
  margin-bottom: 0;
}

/*
-----------------------------------------------------------------------
	Contact CSS
-----------------------------------------------------------------------
*/
.contact-area {
  padding: 90px 0 100px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .contact-area {
    padding: 70px 0 80px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-area {
    padding: 50px 0 60px;
  }
}
.contact-area .title {
  color: #000;
  font-size: 30px;
  letter-spacing: 0;
  font-family: "Libre Baskerville", serif;
  line-height: 46px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1199px) {
  .contact-area .title {
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-area .title {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-area .title {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 479.98px) {
  .contact-area .title {
    font-size: 18px;
    line-height: 32px;
  }
}

.contact-info-content {
  display: flex;
  justify-content: space-between;
  padding-bottom: 90px;
}
@media only screen and (max-width: 991px) {
  .contact-info-content {
    margin: 0 -15px;
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-info-content {
    display: inline-block;
    padding-bottom: 20px;
    width: 100%;
  }
}
@media only screen and (max-width: 479.98px) {
  .contact-info-content {
    margin: 0;
  }
}
.contact-info-content .info-item {
  max-width: 277px;
  min-width: 277px;
}
@media only screen and (max-width: 991px) {
  .contact-info-content .info-item {
    min-width: auto;
    padding: 0 15px;
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 767px) {
  .contact-info-content .info-item {
    float: left;
    margin-bottom: 20px;
    width: 50%;
  }
}
@media only screen and (max-width: 479.98px) {
  .contact-info-content .info-item {
    max-width: none;
    width: 100%;
  }
}
.contact-info-content .info-item .info-title {
  align-items: center;
  border-bottom: 1px solid #d3d6da;
  display: flex;
  justify-content: space-between;
  line-height: 1;
  margin-bottom: 22px;
  padding-bottom: 9px;
}
.contact-info-content .info-item .info-title h4 {
  color: #000;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
  text-transform: uppercase;
}
.contact-info-content .info-item .info-title .icon {
  color: #000;
  font-size: 20px;
}
.contact-info-content .info-item .info-title.info-item2 h4 {
  position: relative;
  top: -2px;
}
.contact-info-content .info-item .info-title.info-item2 .icon {
  font-size: 24px;
  position: relative;
  top: -4px;
}
.contact-info-content .info-item .info-content {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 30px;
  font-family: "DM Sans", sans-serif;
}
@media only screen and (max-width: 991px) {
  .contact-info-content .info-item .info-content {
    font-size: 14px;
    line-height: 26px;
  }
}
.contact-info-content .info-item .info-content p {
  color: #000;
  margin-bottom: 0;
}
.contact-info-content .info-item .info-content a {
  color: #000;
  display: inline-block;
  position: relative;
}
.contact-info-content .info-item .info-content a:after {
  background-color: #535353;
  bottom: 5px;
  content: "";
  height: 1px;
  right: 0;
  position: absolute;
  width: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.contact-info-content .info-item .info-content a:hover {
  color: #000;
}
.contact-info-content .info-item .info-content a:hover:after {
  left: 0;
  width: 100%;
}
.contact-form .title {
  margin-bottom: 42px;
}
@media only screen and (max-width: 767px) {
  .contact-form .title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 479.98px) {
  .contact-form .title {
    font-size: 22px;
  }
}

.contact-map-area {
  background-color: #ddd;
  height: 600px;
}
@media only screen and (max-width: 1399px) {
  .contact-map-area {
    height: 420px;
  }
}
@media only screen and (max-width: 1199px) {
  .contact-map-area {
    height: 380px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-map-area {
    height: 320px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-map-area {
    height: 300px;
  }
}
.contact-map-area iframe {
  height: 100%;
  width: 100%;
}

/*
-----------------------------------------------------------------------
  Footer CSS
-----------------------------------------------------------------------
*/
.footer-area {
  background-color: #fff;
  color: #666666;
  padding: 60px 0 60px;
}
@media only screen and (max-width: 991px) {
  .footer-area {
    padding: 40px 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area {
    padding: 40px 0 40px;
  }
}
.footer-area .container-fluid {
  padding: 0 60px;
}
@media only screen and (max-width: 1399px) {
  .footer-area .container-fluid {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 479.98px) {
  .footer-area .container-fluid {
    padding: 0 15px;
  }
}
.footer-area.border-top-style {
  padding: 60px 0 60px;
}
@media only screen and (max-width: 991px) {
  .footer-area.border-top-style {
    padding: 40px 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area.border-top-style {
    padding: 40px 0 40px;
  }
}
.footer-area.border-top-style:before {
  background-color: #ddd;
  content: "";
  height: 1px;
  left: 60px;
  position: absolute;
  top: 0;
  width: calc(100% - 120px);
}
@media only screen and (max-width: 1399px) {
  .footer-area.border-top-style:before {
    left: 14px;
    width: calc(100% - 26px);
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area.border-top-style:before {
    left: 14px;
    width: calc(100% - 26px);
  }
}
@media only screen and (max-width: 991px) {
  .footer-area.border-top-style:before {
    left: 14px;
    width: calc(100% - 26px);
  }
}
@media only screen and (max-width: 479.98px) {
  .footer-area.border-top-style:before {
    left: 15px;
    width: calc(100% - 30px);
  }
}
.footer-area .about-widget .footer-logo {
  display: inline-block;
}
@media only screen and (max-width: 1199px) {
  .footer-area .about-widget .footer-logo {
    max-width: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area .about-widget .footer-logo {
    max-width: 130px;
  }
}
.footer-area .about-widget p {
  margin-bottom: 40px;
}
.footer-area .widget-contact-info {
  align-items: center;
  color: #000;
  display: flex;
  margin-bottom: 0;
  margin-top: -29px;
}
.footer-area .widget-contact-info li {
  color: #000;
  font-size: 16px;
  letter-spacing: -0.1px;
  padding: 0 8px;
}
@media only screen and (max-width: 479.98px) {
  .footer-area .widget-contact-info li {
    font-size: 14px;
  }
}
.footer-area .widget-contact-info li a {
  color: #000;
  position: relative;
}
.footer-area .widget-contact-info li a:after {
  background-color: #535353;
  bottom: 1px;
  content: "";
  height: 1px;
  right: 0;
  position: absolute;
  width: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.footer-area .widget-contact-info li a:hover {
  color: #000;
}
.footer-area .widget-contact-info li a:hover:after {
  left: 0;
  width: 100%;
}
.footer-area .widget-contact-info li span {
  margin-left: 3px;
}
.footer-area .widget-contact-info li:first-child {
  padding-left: 0;
}
.footer-area .widget-contact-info li:last-child {
  margin-right: 0;
  padding: 0;
}
.footer-area .widget-copyright {
  margin-top: 29px;
}
.footer-area .widget-copyright p {
  color: #999999;
  font-size: 16px;
  letter-spacing: -0.1px;
  padding-top: 0;
}
@media only screen and (max-width: 479.98px) {
  .footer-area .widget-copyright p {
    font-size: 13px;
  }
}
.footer-area .widget-copyright p span {
  color: #000;
  font-weight: 700;
}
.footer-area .widget-copyright p i {
  color: #f53400;
  font-size: 16px;
  margin: 0 5px;
}
.footer-area .widget-copyright p a {
  color: #000;
  font-weight: 700;
  letter-spacing: -0.15px;
}
.footer-area .footer-content {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .footer-area .footer-content {
    display: block;
    text-align: center;
  }
}
.footer-area .footer-content .widget-footer-nav ul li {
  display: inline-block;
  padding: 0 20px;
}
.footer-area .footer-content .widget-footer-nav ul li:first-child {
  padding-left: 0;
}
.footer-area .footer-content .widget-footer-nav ul li:last-child {
  padding-right: 0;
}
.footer-area .footer-content .widget-footer-nav ul li a {
  display: block;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
  text-transform: uppercase;
  color: #000;
}
.footer-area .footer-content .widget-footer-nav ul li a:hover {
  color: #996600;
}
@media only screen and (max-width: 991px) {
  .footer-area .footer-content .widget-copyright {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-area .footer-content .about-widget .footer-logo {
    display: inline-block;
    margin-bottom: 0px;
  }
}
.footer-area .footer-content .widget-social {
  margin-bottom: 0;
}
.footer-area .footer-content .widget-social li {
  display: inline-block;
  margin-right: 20px;
}
.footer-area .footer-content .widget-social li:last-child {
  margin-right: 0;
}
.footer-area .footer-content .widget-social li.social-text {
  margin-right: 50px;
}
@media only screen and (max-width: 1199px) {
  .footer-area .footer-content .widget-social li.social-text {
    margin-right: 25px;
  }
}
.footer-area .footer-content .widget-social li.social-text span {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "DM Sans", sans-serif;
  text-transform: uppercase;
  color: "DM Sans", sans-serif;
}
.footer-area .footer-content .widget-social li a {
  font-size: 18px;
  line-height: 1.3;
  color: #666666;
}
.footer-area .footer-content .widget-social li a:hover {
  color: #000;
}

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

.site-wrapper-reveal {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .site-wrapper-reveal {
    margin-bottom: 0 !important;
  }
}