@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Inter:300,400,500,600,700,800,900,|Libre+Baskerville:400,400i,700";
@import "bootstrap.min.css";
@import "icofont.css";
@import "animate.css";
@import "aos.css";
@import "swiper.min.css";
@import "plugin-collection.css";

body {
  color: #666;
  font-size: 0.8rem;
  font-family: inter, sans-serif;
  font-weight: 400;
  letter-spacing: 0.25px;
  line-height: 1.5;
  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: inter, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 10px;
  margin-top: 0;
}

a {
  color: #2cb4af;
  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: #206060;
  outline: none;
  text-decoration: none;
}

a img {
  border: none;
}

.btn:focus {
  box-shadow: none;
}

p:last-child {
  margin-bottom: 0;
}

:active,
:focus {
  box-shadow: none;
  outline: none !important;
}

::selection {
  background: #2cb4af;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #2cb4af;
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: #2cb4af;
  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;
}

@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;
  }
}

.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: #999;
  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: #2cb4af;
  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 #2cb4af;
  display: block;
  margin: 0 auto 40px;
  width: 100px;
}

.section-title .list-style li {
  color: #666;
  font-size: 14px;
  margin-bottom: 16px;
  padding-left: 29px;
  position: relative;
}

.section-title .list-style li i {
  color: #2cb4af;
  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 50%;
  background-size: cover;
}

.bg-img.bg-img-top {
  background-position: 50% 0;
}

.site-wrapper-reveal {
  background-color: #fff;
  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;
}

@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;
  }
}

.btn-theme {
  background-color: #2cb4af;
  border-color: #2cb4af;
  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: #690;
  border-color: #690;
  color: #fff;
}

.btn-theme.btn-black {
  background-color: #000;
  border-color: #000;
}

.btn-theme.btn-black:hover {
  background-color: #2cb4af;
  border-color: #2cb4af;
  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: initial;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  line-height: 29px;
}

.btn-theme.btn-white.btn-border:hover {
  background-color: #2cb4af;
  border-color: #2cb4af;
  color: #fff;
}

.btn-theme.btn-gray {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  color: #0e0e0e;
}

.btn-theme.btn-gray:hover {
  background-color: #2cb4af;
  border-color: #2cb4af;
  color: #fff;
}

.btn-theme.btn-border {
  background-color: initial;
  border: 1px solid #2cb4af;
  color: #2cb4af;
}

.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: #690;
  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: #2cb4af;
  text-decoration: none;
}

.btn-link span + .icon {
  color: #2cb4af;
  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: #2cb4af;
  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: initial;
  border: none;
  color: #0e0e0e;
}

.btn-link.btn-dark:after {
  background-color: #0e0e0e;
  left: 0;
  width: 100%;
}

.btn-link.btn-dark:hover {
  color: #2cb4af;
}

.btn-link.btn-dark:hover:hover:before {
  background-color: #2cb4af;
}

.btn-link.btn-dark:hover:hover:after {
  background-color: #2cb4af;
}

.owl-carousel.owl-theme .owl-nav {
  margin: 0;
}

.owl-carousel.owl-theme .owl-nav [class*="owl-"] {
  background-color: initial;
  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: #2cb4af;
}

.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: gray;
  border: 1px solid gray;
  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: #2cb4af;
  border-color: #2cb4af;
}

.owl-carousel.owl-dots-none .owl-dots {
  display: none;
}

.page-title-area .page-title-content {
  letter-spacing: 0;
  padding: 52px 0;
}

.page-title-area .page-title-content .title {
  color: #000;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -1.377px;
  line-height: 1.1;
}

@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 .title span {
  color: #2cb4af;
  font-weight: 300;
}

.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: #2cb4af;
}

.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 .bread-crumbs.bread-crumbs-style2 {
  font-size: 14px;
  margin-bottom: 23px;
  margin-top: 44px;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .page-title-area .page-title-content .bread-crumbs.bread-crumbs-style2 {
    margin-top: 22px;
  }
}

.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 {
  padding: 327px 0 271px;
}

@media only screen and (max-width: 1199px) {
  .page-title-area .page-title-content.content-style2 {
    padding: 266px 0 100px;
  }
}

@media only screen and (max-width: 991px) {
  .page-title-area .page-title-content.content-style2 {
    padding: 235px 0 100px;
  }
}

@media only screen and (max-width: 767px) {
  .page-title-area .page-title-content.content-style2 {
    padding: 195px 0 65px;
  }
}

.page-title-area .page-title-content.content-style2 .title {
  color: #fff;
  font-family: inter, sans-serif;
  font-size: 90px;
  font-weight: 800;
  letter-spacing: -2.04px;
  line-height: 100px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1199px) {
  .page-title-area .page-title-content.content-style2 .title {
    font-size: 64px;
    line-height: 78px;
  }
}

@media only screen and (max-width: 767px) {
  .page-title-area .page-title-content.content-style2 .title {
    font-size: 36px;
    line-height: 1.1;
  }
}

.page-title-area .page-title-content.content-style2 .title span {
  color: #fff;
  font-weight: 300;
}

.page-title-area .page-title-content.content-style2 p {
  color: #fff;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.411px;
  margin-bottom: 34px;
  text-transform: uppercase;
}

@media only screen and (max-width: 1199px) {
  .page-title-area .page-title-content.content-style2 p {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 991px) {
  .page-title-area .page-title-content.content-style2 p {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .page-title-area .page-title-content.content-style2 p {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

.page-title-area .page-title-content.content-style3 {
  padding: 52px 0 102px;
}

@media only screen and (max-width: 1199px) {
  .page-title-area .page-title-content.content-style3 {
    padding: 52px 0 60px;
  }
}

@media only screen and (max-width: 767px) {
  .page-title-area .page-title-content.content-style3 {
    padding: 32px 0 40px;
  }
}

.page-title-area .page-title-content.content-style4 {
  padding: 53px 0 6px;
}

@media only screen and (max-width: 1199px) {
  .page-title-area .page-title-content.content-style4 {
    padding: 50px 0 6px;
  }
}

.page-title-area .page-title-content.content-style5 {
  padding: 429px 0 269px;
}

@media only screen and (max-width: 1199px) {
  .page-title-area .page-title-content.content-style5 {
    padding: 266px 0 100px;
  }
}

@media only screen and (max-width: 991px) {
  .page-title-area .page-title-content.content-style5 {
    padding: 235px 0 100px;
  }
}

@media only screen and (max-width: 767px) {
  .page-title-area .page-title-content.content-style5 {
    padding: 195px 0 65px;
  }
}

.page-title-area .page-title-content.content-style5 .title {
  color: #fff;
  font-family: inter, sans-serif;
  font-size: 90px;
  font-weight: 800;
  letter-spacing: -2.04px;
  line-height: 100px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1199px) {
  .page-title-area .page-title-content.content-style5 .title {
    font-size: 64px;
    line-height: 78px;
  }
}

@media only screen and (max-width: 767px) {
  .page-title-area .page-title-content.content-style5 .title {
    font-size: 36px;
    line-height: 1.1;
  }
}

.page-title-area .page-title-content.content-style5 .title span {
  color: #fff;
  font-weight: 300;
}

.page-title-area .page-title-content.content-style5 p {
  color: #fff;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.411px;
  margin-bottom: 34px;
  text-transform: uppercase;
}

@media only screen and (max-width: 1199px) {
  .page-title-area .page-title-content.content-style5 p {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 991px) {
  .page-title-area .page-title-content.content-style5 p {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .page-title-area .page-title-content.content-style5 p {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

.bread-crumbs {
  color: #666;
  font-size: 16px;
}

.bread-crumbs a {
  color: #666;
}

.bread-crumbs a:hover {
  color: #2cb4af;
}

.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: #999;
  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: 0 10px 50px rgba(171, 181, 189, 0.35);
}

.blockquote-area {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 165px 0 140px;
}

@media only screen and (max-width: 767px) {
  .blockquote-area {
    padding: 122px 0 94px;
  }
}

.blockquote-area p {
  color: #fff;
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 70px;
}

@media only screen and (max-width: 767px) {
  .blockquote-area p {
    font-size: 24px;
  }
}

.blockquote-area cite .name {
  color: #2cb4af;
  display: block;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.blockquote-area cite .job {
  color: #9192a4;
  font-size: 14px;
}

.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: #2cb4af;
  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: 0 7px 30px 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: initial;
  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: initial;
}

.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: #2cb4af;
  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: #999;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
  padding: 0 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;
  }
}

.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: #2cb4af;
}

.feature-tab-content .nav.nav-tabs .nav-item .nav-link:focus {
  color: #2cb4af;
}

.feature-tab-content .nav.nav-tabs .nav-item .nav-link.active {
  background-color: initial;
  border-bottom-color: #2cb4af;
}

.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-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: #2cb4af;
  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: #2cb4af;
  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: initial;
  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: initial;
}

.faq-area
  .accordian-content
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button.collapsed:hover:before {
  background-color: initial;
}

.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-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-area {
  background-position: 100% 0;
  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-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 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: #2cb4af;
}

@keyframes la-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0) rotateY(0);
  }

  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }

  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

.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;
}

.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: #333 !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: #2cb4af !important;
}

.bgcolor-theme2 {
  background-color: #303744 !important;
}

.bgcolor-theme3 {
  background-color: #690 !important;
}

.bgcolor-theme4 {
  background-color: #f53400 !important;
}

.text-theme-color {
  color: #2cb4af !important;
}

.text-theme-color2 {
  color: #303744 !important;
}

.text-theme-color3 {
  color: #690 !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: #2cb4af !important;
}

.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;
}

.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;
  }
}

@media only screen and (max-width: 575px) {
  .mt-xs-0 {
    margin-top: 0;
  }

  .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-448 {
    margin-bottom: 448px !important;
  }
}

@media only screen and (max-width: 991px) {
  .md-mb-0,
  .md-mb-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !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: 0 !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-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-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;
  }
}

@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;
  }
}

@media only screen and (max-width: 991px) {
  .pt-md-10 {
    padding-top: 10px !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-40 {
    padding-top: 40px !important;
  }
}

.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 {
  background-color: #2cb4af;
  border: none;
  border-radius: 15px;
  bottom: 35px;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 24px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  right: 35px;
  text-align: center;
  width: 50px;
  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: #303744;
  box-shadow: none;
  color: #fff;
}

.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: capitalize;
  padding: 7px 25px;
  position: relative;
}

.main-menu > li:hover > a,
.main-menu > li.active > a {
  color: #2cb4af;
}

.main-menu > li:hover > a:before,
.main-menu > li.active > a:before {
  color: #2cb4af;
}

.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;
  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: #666;
  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: #2cb4af;
  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: #2cb4af;
  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: 50%;
  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: #2cb4af;
  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%;
  }
}

.res-mobile-menu {
  margin: 0 -10px;
}

.res-mobile-menu .slicknav_btn {
  display: none;
}

.res-mobile-menu .slicknav_menu {
  background-color: initial;
  padding: 0;
}

.res-mobile-menu .slicknav_nav {
  display: block !important;
}

.res-mobile-menu .slicknav_nav li {
  border-bottom: none;
  margin-bottom: 1px;
  position: relative;
}

.res-mobile-menu .slicknav_nav li:last-child {
  border-bottom: 0;
}

.res-mobile-menu .slicknav_nav li a {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  padding: 13px 30px;
  margin: 0;
  text-transform: capitalize;
  position: relative;
}

@media only screen and (max-width: 575px) {
  .res-mobile-menu .slicknav_nav li a {
    font-size: 16px;
    padding: 10px 15px;
  }
}

.res-mobile-menu .slicknav_nav li a .slicknav_arrow {
  background-color: initial;
  color: #878b93;
  font-size: 17px;
  display: block;
  text-align: center;
  margin: 0;
  position: absolute;
  right: 8px;
  top: 48%;
  transform: translateY(-50%);
  height: 35px;
  line-height: 35px;
}

.res-mobile-menu .slicknav_nav li a a {
  padding: 0;
}

.res-mobile-menu .slicknav_nav li a:hover {
  color: #2cb4af;
  background-color: initial;
}

.res-mobile-menu .slicknav_nav li img {
  display: none;
}

.res-mobile-menu .slicknav_nav li div {
  display: none;
}

.res-mobile-menu .slicknav_nav li ul {
  margin: 0;
  padding-left: 10px;
}

.res-mobile-menu .slicknav_nav li ul li {
  padding-left: 20px;
}

@media only screen and (max-width: 575px) {
  .res-mobile-menu .slicknav_nav li ul li {
    padding-left: 15px;
  }
}

.res-mobile-menu .slicknav_nav li ul li a {
  font-size: 16px;
  color: #2cb4af;
}

@media only screen and (max-width: 575px) {
  .res-mobile-menu .slicknav_nav li ul li a {
    font-size: 14px;
  }
}

.res-mobile-menu .slicknav_nav li ul li a:hover {
  color: #fff;
}

.res-mobile-menu .slicknav_nav li ul li ul li a {
  font-size: 14px;
}

.res-mobile-menu .slicknav_nav .slicknav_open > .slicknav_item {
  position: relative;
}

.res-mobile-menu .slicknav_nav .slicknav_open > .slicknav_item .slicknav_arrow {
  color: #2cb4af;
}

.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: 8px 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: initial;
}

.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: initial;
}

.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: initial;
}

.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: initial;
}

.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: #fff;
}

.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: #fff;
}

.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: initial;
}

.header-area.transparent:not(.sticky) .header-action-area .btn-menu span {
  background-color: #fff;
}

.header-area.transparent:not(.sticky) .header-action-area .btn-menu:hover {
  background-color: initial;
}

.header-area.transparent:not(.sticky) .header-action-area .btn-menu:hover span {
  background-color: #2cb4af;
}

.header-area.fixed-left {
  background-color: #fff;
  box-shadow: none;
  padding: 80px 40px 50px 60px;
  position: fixed;
  height: 100vh;
  max-width: 320px;
  width: 100%;
  z-index: 8;
}

@media only screen and (max-width: 1199px) {
  .header-area.fixed-left {
    padding: 50px 40px 50px 60px;
  }
}

@media only screen and (max-width: 991px) {
  .header-area.fixed-left {
    background-color: #fff;
    height: auto;
    max-width: none;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .header-area.fixed-left {
    padding: 30px 15px;
  }
}

.header-area.fixed-left .header-left-fix-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

@media only screen and (max-width: 991px) {
  .header-area.fixed-left .header-left-fix-inner {
    flex-direction: row;
    height: auto;
  }
}

.header-area.fixed-left .header-logo-area {
  margin-left: -20px;
  margin-bottom: 40px;
  max-width: 100%;
}

@media only screen and (max-width: 991px) {
  .header-area.fixed-left .header-logo-area {
    margin-bottom: 0;
    margin-top: 7px;
  }
}

@media only screen and (max-width: 767px) {
  .header-area.fixed-left .header-logo-area {
    margin-left: 0;
  }
}

.header-area.fixed-left .header-logo-area a {
  max-width: 148px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .header-area.fixed-left .header-logo-area a {
    max-width: 120px;
  }
}

.header-area.fixed-left .header-navigation-area {
  margin: 0 -60px;
}

.header-area.fixed-left .header-navigation-area .nav {
  display: block;
}

.header-area.fixed-left .header-navigation-area .nav > li {
  margin-right: 0;
  margin-bottom: 0;
  padding-right: 30px;
  padding-left: 15px;
  cursor: pointer;
  position: relative;
}

.header-area.fixed-left
  .header-navigation-area
  .nav
  > li.has-submenu
  > a:before {
  display: none;
}

.header-area.fixed-left .header-navigation-area .nav > li:last-child {
  margin-bottom: 0;
}

.header-area.fixed-left .header-navigation-area .nav > li a {
  display: inline-block;
}

.header-area.fixed-left .header-navigation-area .nav > li .submenu-nav {
  left: 100%;
  margin-top: -20px;
  top: 0;
}

.header-area.fixed-left .header-navigation-area .nav > li .submenu-nav:before {
  display: none;
}

.header-area.fixed-left .header-navigation-area .nav > li .submenu-nav-mega {
  margin-left: 0;
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-area.fixed-left .header-navigation-area .nav > li .submenu-nav-mega {
    width: 860px;
  }
}

@media screen and (min-width: 1400px) {
  .header-area.fixed-left .header-navigation-area .nav > li .submenu-nav-mega {
    width: 1050px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1599.98px) {
  .header-area.fixed-left
    .header-navigation-area
    .nav
    > li
    .submenu-nav-mega
    .mega-menu-item {
    padding: 25px !important;
  }
}

.header-area.fixed-left .widget-search-box {
  margin-bottom: 49px;
  margin-left: -20px;
}

.header-area.fixed-left .widget-search-box .form-input-item input {
  border: 1px solid #666;
  border-radius: 20px;
  font-size: 12px;
  height: 42px;
  padding: 5px 35px 5px 20px;
}

.header-area.fixed-left .widget-search-box .form-input-item .btn-src {
  font-size: 14px;
  top: 55%;
}

.header-area.fixed-left .widget-contact-info {
  margin-bottom: 0;
  margin-left: -20px;
}

.header-area.fixed-left .widget-contact-info li {
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
}

.header-area.fixed-left .widget-contact-info li i {
  color: #666;
  font-size: 14px;
  display: inline-block;
  line-height: 1.72;
  margin-right: 0;
  width: 25px;
}

.header-area.fixed-left .widget-contact-info li i.fa-map-marker {
  width: 34px;
}

.header-area.fixed-left .widget-contact-info li span {
  color: #666;
  font-size: 14px;
}

.header-area.fixed-left .widget-contact-info li:first-child {
  margin-top: 0;
}

.header-area.fixed-left .widget-social-icons {
  margin-left: -20px;
  margin-top: 30px;
}

.header-area.fixed-left .widget-social-icons a {
  color: #666;
  margin-left: 36px;
}

.header-area.fixed-left .widget-social-icons a:first-child {
  margin-left: 0;
}

.header-area.fixed-left .header-widget-area {
  font-size: 0.875rem;
}

.header-area.fixed-left .header-widget-area .copyright-content {
  margin-top: 40px;
}

@media only screen and (max-width: 991px) {
  .header-area.fixed-left .header-action-area .btn-search-content {
    bottom: -120px;
    right: 30px;
  }

  .header-area.fixed-left .header-action-area .btn-search-content.show {
    bottom: -100px;
  }
}

.header-area.fixed-left.transparet {
  background-color: initial;
}

@media only screen and (max-width: 991px) {
  .header-area.fixed-left.transparet {
    background-color: #fff;
  }
}

@media only screen and (max-width: 991px) {
  .header-area.fixed-left.transparet .header-logo-area a .logo-light {
    display: block;
  }

  .header-area.fixed-left.transparet .header-logo-area a .logo-main {
    display: none;
  }
}

.header-area.fixed-left.transparet .header-navigation-area .nav > li > a {
  color: #fff;
}

.header-area.fixed-left.transparet .widget-search-box .form-input-item input {
  border: 1px solid #fff;
}

.header-area.fixed-left.transparet
  .widget-search-box
  .form-input-item
  input::-webkit-input-placeholder {
  color: #fff;
}

.header-area.fixed-left.transparet
  .widget-search-box
  .form-input-item
  input::-moz-placeholder {
  color: #fff;
}

.header-area.fixed-left.transparet
  .widget-search-box
  .form-input-item
  input:-ms-input-placeholder {
  color: #fff;
}

.header-area.fixed-left.transparet
  .widget-search-box
  .form-input-item
  input:-moz-placeholder {
  color: #fff;
}

.header-area.fixed-left.transparet
  .widget-search-box
  .form-input-item
  .btn-src {
  color: #fff;
}

.header-area.fixed-left.transparet .widget-contact-info li i {
  color: #fff;
}

.header-area.fixed-left.transparet .widget-contact-info li span {
  color: #fff;
}

.header-area.fixed-left.transparet .widget-social-icons a {
  color: #fff;
}

.header-area.fixed-right {
  background-color: #fff;
  box-shadow: none;
  padding: 80px 40px 60px 60px;
  position: fixed;
  height: 100vh;
  max-width: 320px;
  right: 0;
  width: 100%;
  z-index: 9999;
  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) {
  .header-area.fixed-right {
    padding: 50px 40px 50px 60px;
  }
}

@media only screen and (max-width: 991px) {
  .header-area.fixed-right {
    background-color: #fff;
    height: auto;
    max-width: none;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .header-area.fixed-right {
    padding: 30px 15px;
  }
}

.header-area.fixed-right .header-right-fix-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

@media only screen and (max-width: 991px) {
  .header-area.fixed-right .header-right-fix-inner {
    flex-direction: row;
    height: auto;
  }
}

.header-area.fixed-right .header-logo-area {
  margin-left: -20px;
  margin-bottom: 40px;
  max-width: 100%;
}

@media only screen and (max-width: 991px) {
  .header-area.fixed-right .header-logo-area {
    margin-bottom: 0;
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .header-area.fixed-right .header-logo-area {
    margin-left: 0;
  }
}

.header-area.fixed-right .header-logo-area a {
  max-width: 148px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .header-area.fixed-right .header-logo-area a {
    max-width: 120px;
  }
}

.header-area.fixed-right .header-navigation-area {
  margin: 0 -60px;
}

.header-area.fixed-right .header-navigation-area .nav {
  display: block;
}

.header-area.fixed-right .header-navigation-area .nav > li {
  margin-right: 0;
  margin-bottom: 0;
  padding-right: 30px;
  padding-left: 15px;
  cursor: pointer;
  position: relative;
}

.header-area.fixed-right
  .header-navigation-area
  .nav
  > li.has-submenu
  > a:before {
  display: none;
}

.header-area.fixed-right .header-navigation-area .nav > li:last-child {
  margin-bottom: 0;
}

.header-area.fixed-right .header-navigation-area .nav > li a {
  display: inline-block;
}

.header-area.fixed-right .header-navigation-area .nav > li .submenu-nav {
  left: auto;
  margin-top: 0;
  right: 100%;
  top: 0;
}

.header-area.fixed-right
  .header-navigation-area
  .nav
  > li
  .submenu-nav
  .has-submenu
  .submenu-nav {
  left: 100%;
  margin-top: 0;
  right: auto;
}

.header-area.fixed-right .header-navigation-area .nav > li .submenu-nav:before {
  display: none;
}

.header-area.fixed-right .header-navigation-area .nav > li .submenu-nav-mega {
  margin-left: 0;
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-area.fixed-right .header-navigation-area .nav > li .submenu-nav-mega {
    width: 860px;
  }
}

@media screen and (min-width: 1400px) {
  .header-area.fixed-right .header-navigation-area .nav > li .submenu-nav-mega {
    width: 1050px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1599.98px) {
  .header-area.fixed-right
    .header-navigation-area
    .nav
    > li
    .submenu-nav-mega
    .mega-menu-item {
    padding: 25px !important;
  }
}

.header-area.fixed-right .widget-contact-info {
  margin-bottom: 0;
  margin-left: -20px;
}

.header-area.fixed-right .widget-contact-info li {
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
}

.header-area.fixed-right .widget-contact-info li i {
  color: #666;
  font-size: 14px;
  display: inline-block;
  line-height: 1.72;
  margin-right: 0;
  width: 25px;
}

.header-area.fixed-right .widget-contact-info li i.fa-map-marker {
  width: 34px;
}

.header-area.fixed-right .widget-contact-info li span {
  color: #666;
  font-size: 14px;
}

.header-area.fixed-right .widget-contact-info li:first-child {
  margin-top: 0;
}

.header-area.fixed-right .widget-social-icons {
  margin-left: -20px;
  margin-top: 30px;
}

.header-area.fixed-right .widget-social-icons a {
  color: #666;
  margin-left: 36px;
}

.header-area.fixed-right .widget-social-icons a:first-child {
  margin-left: 0;
}

.header-area.fixed-right .header-widget-area {
  font-size: 0.875rem;
}

.header-area.fixed-right .header-widget-area .copyright-content {
  margin-top: 40px;
}

@media only screen and (max-width: 991px) {
  .header-area.fixed-right .header-action-area .btn-search-content {
    bottom: -120px;
    right: 30px;
  }

  .header-area.fixed-right .header-action-area .btn-search-content.show {
    bottom: -100px;
  }
}

.header-area.fixed-right.header-right-slide {
  right: -100%;
  transform: trnslateX(100%);
}

@media only screen and (max-width: 991px) {
  .header-area.fixed-right.header-right-slide {
    background-color: #fff;
    height: auto;
    max-width: none;
    right: auto;
    width: 100%;
  }
}

.header-area.fixed-right.header-right-slide.active {
  right: 0;
  transform: none;
  transition-delay: 0.1s;
}

.header-area.fixed-right.header-right-slide + .header-top-slide.sticky-header {
  color: #fff;
  display: block;
  left: 0;
  padding: 59px 0 50px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.header-area.fixed-right.header-right-slide
  + .header-top-slide.sticky-header.sticky {
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: none;
  border: 0 !important;
  position: fixed;
  left: 0;
  top: 0;
  padding: 25px 0;
  width: 100%;
  z-index: 99;
}

.header-area.fixed-right.header-right-slide
  + .header-top-slide.sticky-header
  .header-top-slide-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.header-area.fixed-right.header-right-slide
  + .header-top-slide.sticky-header
  .header-logo-area {
  max-width: 205px;
  top: 2px;
}

.header-area.fixed-right.header-right-slide
  + .header-top-slide.sticky-header
  .header-action-area
  button.btn-menu-slide,
.header-area.fixed-right.header-right-slide
  + .header-top-slide.sticky-header
  .header-action-area
  a.btn-menu-slide {
  background-color: initial;
  border: none;
  box-shadow: none;
  height: 18px;
  margin-left: 16px;
  margin-top: 0;
  position: relative;
  width: 35px;
}

.header-area.fixed-right.header-right-slide
  + .header-top-slide.sticky-header
  .header-action-area
  button.btn-menu-slide
  span,
.header-area.fixed-right.header-right-slide
  + .header-top-slide.sticky-header
  .header-action-area
  a.btn-menu-slide
  span {
  background-color: #303744;
  border-radius: 2px;
  display: block;
  height: 4px;
  position: absolute;
  right: 0;
  transition: 0.4s;
  width: 100%;
}

.header-area.fixed-right.header-right-slide
  + .header-top-slide.sticky-header
  .header-action-area
  button.btn-menu-slide
  span:first-child,
.header-area.fixed-right.header-right-slide
  + .header-top-slide.sticky-header
  .header-action-area
  a.btn-menu-slide
  span:first-child {
  top: 0;
  width: 30px;
}

.header-area.fixed-right.header-right-slide
  + .header-top-slide.sticky-header
  .header-action-area
  button.btn-menu-slide
  span:nth-child(2),
.header-area.fixed-right.header-right-slide
  + .header-top-slide.sticky-header
  .header-action-area
  a.btn-menu-slide
  span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.header-area.fixed-right.header-right-slide
  + .header-top-slide.sticky-header
  .header-action-area
  button.btn-menu-slide
  span:last-child,
.header-area.fixed-right.header-right-slide
  + .header-top-slide.sticky-header
  .header-action-area
  a.btn-menu-slide
  span:last-child {
  bottom: 0;
  width: 25px;
}

.header-area.fixed-right.header-right-slide
  + .header-top-slide.sticky-header
  .header-action-area
  button.btn-menu-slide:hover
  span,
.header-area.fixed-right.header-right-slide
  + .header-top-slide.sticky-header
  .header-action-area
  a.btn-menu-slide:hover
  span {
  background-color: #2cb4af;
}

.header-area.fixed-right.header-right-slide
  + .header-top-slide.sticky-header
  .header-action-area
  button.btn-menu-slide:hover
  span:first-child,
.header-area.fixed-right.header-right-slide
  + .header-top-slide.sticky-header
  .header-action-area
  button.btn-menu-slide:hover
  span:last-child,
.header-area.fixed-right.header-right-slide
  + .header-top-slide.sticky-header
  .header-action-area
  a.btn-menu-slide:hover
  span:first-child,
.header-area.fixed-right.header-right-slide
  + .header-top-slide.sticky-header
  .header-action-area
  a.btn-menu-slide:hover
  span:last-child {
  width: 100%;
}

@media (min-width: 992px) {
  .header-area.fixed-right.header-right-slide.sticky-header.sticky {
    background-color: #fff;
    left: auto;
    padding: 80px 40px 60px 60px;
    z-index: 9999;
  }

  .header-area.fixed-right.header-right-slide.sticky-header.sticky
    .main-menu
    > li
    > a:hover {
    background-color: initial;
  }

  .header-area.fixed-right.header-right-slide.sticky-header.sticky
    .main-menu
    > li
    > a:after {
    display: none;
  }

  .header-area.fixed-right.header-right-slide.sticky-header.sticky
    .main-menu
    > li:hover
    a {
    background-color: initial;
  }
}

.header-area.header-right-align .header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media only screen and (min-width: 1200px) and (max-width: 1240px) {
  .header-area.header-right-align .header-right {
    justify-content: flex-end;
  }
}

.header-area.header-right-align .header-right .header-action-area {
  margin-left: 42px;
}

@media only screen and (max-width: 991px) {
  .header-area.header-right-align .header-right .header-navigation-area {
    display: none;
  }
}

.header-area.header-right-align
  .header-right
  .header-navigation-area
  .has-submenu
  .submenu-nav {
  min-width: 220px;
  left: 0;
}

.header-area.header-right-align
  .header-right
  .header-navigation-area
  .has-submenu
  .submenu-nav
  .submenu-nav {
  left: 100%;
  top: 15px;
}

.header-area.header-right-align
  .header-right
  .header-navigation-area
  .has-submenu.full-width
  .submenu-nav.submenu-nav-mega {
  left: -195px;
  min-width: 1170px;
}

@media only screen and (max-width: 1199px) {
  .header-area.header-right-align
    .header-right
    .header-navigation-area
    .has-submenu.full-width
    .submenu-nav.submenu-nav-mega {
    left: auto;
    min-width: 962px;
    right: 0;
  }
}

.header-area.header-right-align
  .header-right
  .header-navigation-area
  .has-submenu.colunm-two {
  position: relative;
}

.header-area.header-right-align
  .header-right
  .header-navigation-area
  .has-submenu.colunm-two
  .submenu-nav-mega {
  left: -250px;
  width: 600px;
}

.header-area.header-right-align
  .header-right
  .header-navigation-area
  .has-submenu.colunm-two
  .submenu-nav-mega
  .mega-menu-item {
  padding: 0 !important;
  flex-basis: 50%;
}

.header-area.header-right-align
  .header-right
  .header-navigation-area
  .has-submenu.colunm-two.colunm-style-two
  .submenu-nav-mega {
  left: -446px;
  width: 800px;
}

.header-area.header-right-align.header-area.sticky-header.sticky
  .main-menu
  > li
  > .submenu-nav {
  margin-top: 25px;
}

.header-area.header-right-align
  .container-fluid
  .header-right
  .header-navigation-area
  .has-submenu.full-width
  .submenu-nav.submenu-nav-mega {
  left: auto;
  max-width: 1170px;
  right: 115px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599.98px) {
  .header-area.header-right-align
    .container-fluid
    .header-right
    .header-navigation-area
    .has-submenu.full-width
    .submenu-nav.submenu-nav-mega {
    right: -25px;
  }
}

@media only screen and (max-width: 1199px) {
  .header-area.header-right-align
    .container-fluid
    .header-right
    .header-navigation-area
    .has-submenu.full-width
    .submenu-nav.submenu-nav-mega {
    left: auto;
    min-width: 962px;
    right: 0;
  }
}

.header-area.header-default {
  background-color: #fff;
  padding: 30px 0px;
  position: relative;
  z-index: 999;
}

@media only screen and (max-width: 1549px) {
  .header-area.header-default {
    padding: 10px 0;
  }
}

@media only screen and (max-width: 991px) {
  .header-area.header-default {
    padding: 25px 0 22px;
  }
}

.header-area.header-default:after {
  background-color: #d9d9d9;
  bottom: 0;
  content: "";
  height: 1px;
  left: 70px;
  position: absolute;
  width: calc(100% - 140px);
}

@media only screen and (max-width: 1549px) {
  .header-area.header-default:after {
    left: 30px;
    width: calc(100% - 60px);
  }
}

@media only screen and (max-width: 767px) {
  .header-area.header-default:after {
    left: 15px;
    width: calc(100% - 30px);
  }
}

@media only screen and (max-width: 1549px) {
  .header-area.header-default .container {
    max-width: none;
    padding: 0 30px;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .header-area.header-default .container {
    padding: 0 15px;
  }
}

.header-area.header-default .header-align {
  align-items: center;
  display: flex;
  justify-content: space-around;
}

.header-area.header-default .header-align .header-logo-area {
  left: 85px;
  position: absolute;
  top: calc(50% - 3px);
  transform: translateY(-50%);
}

@media only screen and (max-width: 1549px) {
  .header-area.header-default .header-align .header-logo-area {
    left: auto;
    position: relative;
    top: auto;
    transform: none;
  }
}

@media only screen and (max-width: 991px) {
  .header-area.header-default .header-align .header-navigation-area {
    display: none;
  }
}

.header-area.header-default
  .header-align
  .header-navigation-area
  .main-menu
  > li {
  margin-right: 0;
}

.header-area.header-default
  .header-align
  .header-navigation-area
  .main-menu
  > li:first-child
  > a {
  padding-left: 0;
}

.header-area.header-default
  .header-align
  .header-navigation-area
  .main-menu
  > li:last-child {
  margin-right: 0;
}

.header-area.header-default
  .header-align
  .header-navigation-area
  .main-menu
  > li:last-child
  > a {
  padding-right: 0;
}

.header-area.header-default
  .header-align
  .header-navigation-area
  .main-menu
  > li
  > a {
  padding: 7px 17.55px;
}

.header-area.header-default
  .header-align
  .header-navigation-area
  .main-menu
  > li.has-submenu
  > a:before {
  display: none;
}

.header-area.header-default .header-align .header-action-area {
  align-items: center;
  display: inline-flex;
  position: absolute;
  right: 70px;
}

@media only screen and (max-width: 1549px) {
  .header-area.header-default .header-align .header-action-area {
    position: relative;
    right: auto;
  }
}

.header-area.header-default .header-align .header-action-area .login-reg {
  align-items: center;
  color: #000;
  display: flex;
  font-weight: 700;
}

.header-area.header-default .header-align .header-action-area .login-reg a {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-left: 0;
  text-transform: uppercase;
}

@media only screen and (max-width: 479.98px) {
  .header-area.header-default .header-align .header-action-area .login-reg a {
    display: none;
  }
}

.header-area.header-default
  .header-align
  .header-action-area
  .login-reg
  a:hover {
  color: #2cb4af;
}

.header-area.header-default .header-align .header-action-area .login-reg span {
  display: inline-block;
  margin: 0 5px;
  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) {
  .header-area.header-default
    .header-align
    .header-action-area
    .login-reg
    span {
    margin: 0 3px;
  }
}

@media only screen and (max-width: 479.98px) {
  .header-area.header-default
    .header-align
    .header-action-area
    .login-reg
    span {
    display: none;
  }
}

.header-area.header-default .header-align .header-action-area .login-reg .icon {
  font-size: 20px;
  margin-left: 14px;
  position: relative;
  top: -1px;
  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) {
  .header-area.header-default
    .header-align
    .header-action-area
    .login-reg
    .icon {
    margin-left: 9px;
  }
}

@media only screen and (max-width: 479.98px) {
  .header-area.header-default
    .header-align
    .header-action-area
    .login-reg
    .icon {
    cursor: pointer;
  }
}

.header-area.header-default .header-align .header-action-area .widget-language {
  cursor: pointer;
  line-height: 1;
  margin-left: 71px;
}

@media only screen and (max-width: 1199px) {
  .header-area.header-default
    .header-align
    .header-action-area
    .widget-language {
    margin-left: 20px;
  }
}

.header-area.header-default
  .header-align
  .header-action-area
  .widget-language
  .current {
  color: #000;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  position: relative;
  text-transform: uppercase;
  top: -3px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.header-area.header-default
  .header-align
  .header-action-area
  .widget-language
  .current
  i {
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  margin-left: 1px;
  position: relative;
  right: -5px;
  top: 3px;
}

@media only screen and (max-width: 1199px) {
  .header-area.header-default
    .header-align
    .header-action-area
    .widget-language
    .current
    i {
    margin-left: 3px;
  }
}

.header-area.header-default
  .header-align
  .header-action-area
  .widget-language
  ul {
  bottom: -50px;
  margin-bottom: 0;
  min-width: 60px;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  z-index: 1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.header-area.header-default
  .header-align
  .header-action-area
  .widget-language
  ul:before {
  background-color: #111;
  content: "";
  height: calc(100% + 18px);
  left: -15px;
  position: absolute;
  top: -9px;
  width: calc(100% + 30px);
}

.header-area.header-default
  .header-align
  .header-action-area
  .widget-language
  ul:after {
  background-color: initial;
  content: "";
  height: 5px;
  left: -15px;
  position: absolute;
  top: -14px;
  width: calc(100% + 30px);
}

.header-area.header-default
  .header-align
  .header-action-area
  .widget-language
  ul
  li {
  margin-bottom: 7px;
}

.header-area.header-default
  .header-align
  .header-action-area
  .widget-language
  ul
  li:last-child {
  margin-bottom: 0;
}

.header-area.header-default
  .header-align
  .header-action-area
  .widget-language
  ul
  li
  a {
  color: #aaa;
  display: block;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
}

.header-area.header-default
  .header-align
  .header-action-area
  .widget-language
  ul
  li
  a:hover {
  color: #fff;
}

.header-area.header-default
  .header-align
  .header-action-area
  .widget-language:hover
  ul {
  bottom: -45px;
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 991px) {
  .header-area.header-default .header-align .header-action-area button.btn-menu,
  .header-area.header-default .header-align .header-action-area a.btn-menu {
    margin-left: 25px;
  }
}

@media only screen and (max-width: 991px) {
  .header-area.header-default.sticky-header.sticky {
    padding: 15px 0;
  }
}

.header-area.header-default.sticky-header.sticky:after {
  display: none;
}

.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: initial;
  color: #2cb4af;
}

.header-area.header-default.sticky-header.sticky
  .header-align
  .header-navigation-area
  .main-menu
  > li:hover
  a {
  background-color: initial;
}

.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: #2cb4af;
}

.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
  .login-reg
  a {
  background-color: initial;
  color: #fff;
}

.header-area.header-default.sticky-header.sticky
  .header-align
  .header-action-area
  .login-reg
  a:hover {
  color: #2cb4af;
}

.header-area.header-default.sticky-header.sticky
  .header-align
  .header-action-area
  .login-reg
  span,
.header-area.header-default.sticky-header.sticky
  .header-align
  .header-action-area
  .login-reg
  .icon {
  background-color: initial;
  color: #fff;
}

.header-area.header-default.sticky-header.sticky
  .header-align
  .header-action-area
  .widget-language
  .current {
  background-color: initial;
  color: #fff;
}

.header-area.header-default.sticky-header.sticky
  .header-align
  .header-action-area
  .widget-language
  .current:hover {
  color: #2cb4af;
}

.header-area.header-default.sticky-header.sticky
  .header-align
  .header-action-area
  .widget-language
  ul
  li
  a {
  background-color: initial;
  color: #fff;
}

.header-area.header-default.sticky-header.sticky
  .header-align
  .header-action-area
  .widget-language
  ul
  li
  a:hover {
  color: #2cb4af;
}

.header-area.header-default.transparent {
  background-color: initial;
}

.header-area.header-default.transparent:after {
  background-color: rgba(255, 255, 255, 0.15);
}

.header-area.header-default.transparent.sticky-header.sticky {
  background-color: rgb(0 0 0 / 84%);
}

.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: initial;
  color: #2cb4af;
}

.header-area.header-default.transparent
  .header-align
  .header-navigation-area
  .main-menu
  > li:hover
  a {
  background-color: initial;
}

.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: #2cb4af;
}

.header-area.header-default.transparent
  .header-align
  .header-navigation-area
  .main-menu
  > li.has-submenu
  > a:before {
  display: none;
}

.header-area.header-default.transparent
  .header-align
  .header-action-area
  .login-reg
  a {
  background-color: initial;
  color: #fff;
}

.header-area.header-default.transparent
  .header-align
  .header-action-area
  .login-reg
  a:hover {
  color: #2cb4af;
}

.header-area.header-default.transparent
  .header-align
  .header-action-area
  .login-reg
  span,
.header-area.header-default.transparent
  .header-align
  .header-action-area
  .login-reg
  .icon {
  background-color: initial;
  color: #fff;
}

.header-area.header-default.transparent
  .header-align
  .header-action-area
  .widget-language
  .current {
  background-color: initial;
  color: #fff;
}

.header-area.header-default.transparent
  .header-align
  .header-action-area
  .widget-language
  .current:hover {
  color: #2cb4af;
}

.header-area.header-default.transparent
  .header-align
  .header-action-area
  .widget-language
  ul
  li
  a {
  background-color: initial;
  color: #fff;
}

.header-area.header-default.transparent
  .header-align
  .header-action-area
  .widget-language
  ul
  li
  a:hover {
  color: #2cb4af;
}

.header-area.header-default.header-style-two:after {
  display: none;
}

.btn-menu-slide-close {
  background-color: rgba(33, 35, 49, 0.8);
  height: 100vh;
  opacity: 0;
  position: fixed;
  right: -50%;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 999;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.btn-menu-slide-close .icon-menu-slide-close {
  color: #fff;
  font-size: 32px;
  position: absolute;
  right: 360px;
  top: 45px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.btn-menu-slide-close .icon-menu-slide-close:hover {
  color: #2cb4af;
  cursor: pointer;
}

.btn-menu-slide-close.active {
  opacity: 1;
  right: 0;
  visibility: visible;
}

.btn-menu-slide-close.active .icon-menu-slide-close {
  transition-delay: 0.3s;
}

.header-logo-area {
  max-width: 120px;
  position: relative;
  top: 1px;
}

.header-logo-area .logo-light {
  display: none;
}

.header-action-area button,
.header-action-area a {
  color: #666;
  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-search,
.header-action-area a.btn-search {
  background-color: initial;
  border: none;
  display: inline-block;
  height: 44px;
  font-size: 18px;
  margin: 0;
  padding: 8.5px 0 5.5px;
  position: relative;
  text-align: center;
  width: 44px;
}

.header-action-area button.btn-search .icon-search,
.header-action-area a.btn-search .icon-search {
  display: block;
}

.header-action-area button.btn-search .icon-search-close,
.header-action-area a.btn-search .icon-search-close {
  display: none;
}

.header-action-area button.btn-search.show .icon-search,
.header-action-area a.btn-search.show .icon-search {
  display: none;
}

.header-action-area button.btn-search.show .icon-search-close,
.header-action-area a.btn-search.show .icon-search-close {
  color: #2cb4af;
  display: block;
}

.header-action-area button.btn-search:hover,
.header-action-area a.btn-search:hover {
  color: #2cb4af;
}

.header-action-area button.btn-cart,
.header-action-area a.btn-cart {
  background-color: initial;
  border: none;
  display: inline-block;
  height: 44px;
  font-size: 18px;
  margin: 0;
  padding: 5.5px 0;
  position: relative;
  text-align: center;
  width: 37px;
}

.header-action-area button.btn-cart:after,
.header-action-area a.btn-cart:after {
  top: 37px;
  content: "";
  height: 75px;
  opacity: 0;
  position: absolute;
  pointer-events: none;
  right: -32px;
  width: calc(100% + 280px);
}

.header-action-area button.btn-cart:hover .btn-cart-icon,
.header-action-area a.btn-cart:hover .btn-cart-icon {
  color: #2cb4af;
}

.header-action-area button.btn-cart:hover:after,
.header-action-area a.btn-cart:hover:after {
  opacity: 1;
  pointer-events: visible;
}

.header-action-area button.btn-cart:hover + .header-shopping-cart,
.header-action-area a.btn-cart:hover + .header-shopping-cart {
  opacity: 1;
  top: calc(100% + 50px);
  visibility: visible;
}

@media only screen and (max-width: 767px) {
  .header-action-area button.btn-cart:hover + .header-shopping-cart,
  .header-action-area a.btn-cart:hover + .header-shopping-cart {
    top: calc(100% + 25px);
  }
}

.header-action-area button.btn-cart + .header-shopping-cart,
.header-action-area a.btn-cart + .header-shopping-cart {
  background-color: #000;
  color: #aaa;
  font-size: 14px;
  line-height: 24px;
  opacity: 0;
  overflow: hidden;
  padding: 20px 30px;
  position: absolute;
  right: 15px;
  top: calc(100% + 70px);
  visibility: hidden;
  width: 320px;
  z-index: 9999;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

@media only screen and (max-width: 767px) {
  .header-action-area button.btn-cart + .header-shopping-cart,
  .header-action-area a.btn-cart + .header-shopping-cart {
    top: calc(100% + 45px);
  }
}

@media (max-width: 379px) {
  .header-action-area button.btn-cart + .header-shopping-cart,
  .header-action-area a.btn-cart + .header-shopping-cart {
    right: 0;
  }
}

@media (max-width: 345px) {
  .header-action-area button.btn-cart + .header-shopping-cart,
  .header-action-area a.btn-cart + .header-shopping-cart {
    right: -12px;
  }
}

.header-action-area
  button.btn-cart
  + .header-shopping-cart
  .widget-shopping-cart-content
  .cart-list-product,
.header-action-area
  a.btn-cart
  + .header-shopping-cart
  .widget-shopping-cart-content
  .cart-list-product {
  margin-bottom: 0;
}

.header-action-area
  button.btn-cart
  + .header-shopping-cart
  .widget-shopping-cart-content
  .cart-list-product
  .mini-cart-item,
.header-action-area
  a.btn-cart
  + .header-shopping-cart
  .widget-shopping-cart-content
  .cart-list-product
  .mini-cart-item {
  background-color: initial;
  display: inline-block;
  margin-bottom: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}

.header-action-area
  button.btn-cart
  + .header-shopping-cart
  .widget-shopping-cart-content
  .cart-list-product
  .mini-cart-item:after,
.header-action-area
  a.btn-cart
  + .header-shopping-cart
  .widget-shopping-cart-content
  .cart-list-product
  .mini-cart-item:after {
  color: #aaa;
  content: "x";
  cursor: pointer;
  font-size: 13px;
  line-height: 1;
  pointer-events: visible;
  position: absolute;
  right: 0;
  top: 5px;
}

.header-action-area
  button.btn-cart
  + .header-shopping-cart
  .widget-shopping-cart-content
  .cart-list-product
  .mini-cart-item:last-child,
.header-action-area
  a.btn-cart
  + .header-shopping-cart
  .widget-shopping-cart-content
  .cart-list-product
  .mini-cart-item:last-child {
  margin-bottom: 0;
}

.header-action-area
  button.btn-cart
  + .header-shopping-cart
  .widget-shopping-cart-content
  .cart-list-product
  .mini-cart-item
  a,
.header-action-area
  a.btn-cart
  + .header-shopping-cart
  .widget-shopping-cart-content
  .cart-list-product
  .mini-cart-item
  a {
  color: #aaa;
  display: block;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 5px;
}

.header-action-area
  button.btn-cart
  + .header-shopping-cart
  .widget-shopping-cart-content
  .cart-list-product
  .mini-cart-item
  a
  img,
.header-action-area
  a.btn-cart
  + .header-shopping-cart
  .widget-shopping-cart-content
  .cart-list-product
  .mini-cart-item
  a
  img {
  float: left;
  max-width: 70px;
  margin-right: 15px;
  padding-top: 6px;
}

.header-action-area
  button.btn-cart
  + .header-shopping-cart
  .widget-shopping-cart-content
  .cart-list-product
  .mini-cart-item
  a:hover,
.header-action-area
  a.btn-cart
  + .header-shopping-cart
  .widget-shopping-cart-content
  .cart-list-product
  .mini-cart-item
  a:hover {
  color: #fff;
  background-color: initial;
}

.header-action-area
  button.btn-cart
  + .header-shopping-cart
  .widget-shopping-cart-content
  .cart-list-product
  .mini-cart-item
  .quantity-price,
.header-action-area
  a.btn-cart
  + .header-shopping-cart
  .widget-shopping-cart-content
  .cart-list-product
  .mini-cart-item
  .quantity-price {
  font-size: 14px;
}

.header-action-area
  button.btn-cart
  + .header-shopping-cart
  .widget-shopping-cart-content
  .cart-list-product
  .mini-cart-item:hover:after,
.header-action-area
  a.btn-cart
  + .header-shopping-cart
  .widget-shopping-cart-content
  .cart-list-product
  .mini-cart-item:hover:after {
  color: #fff;
}

.header-action-area button.btn-cart + .header-shopping-cart .mini-cart-total,
.header-action-area a.btn-cart + .header-shopping-cart .mini-cart-total {
  border-top: 1px solid rgba(221, 221, 221, 0.3);
  line-height: 40px;
  padding-top: 10px;
  margin: 20px 0 10px;
}

.header-action-area
  button.btn-cart
  + .header-shopping-cart
  .mini-cart-total
  strong,
.header-action-area a.btn-cart + .header-shopping-cart .mini-cart-total strong {
  text-transform: uppercase;
  font-weight: 600;
}

.header-action-area
  button.btn-cart
  + .header-shopping-cart
  .mini-cart-total
  .price-amount-total,
.header-action-area
  a.btn-cart
  + .header-shopping-cart
  .mini-cart-total
  .price-amount-total {
  color: #2cb4af;
  font-size: 20px;
  font-weight: 600;
  float: right;
}

.header-action-area button.btn-cart + .header-shopping-cart .mini-cart-buttons,
.header-action-area a.btn-cart + .header-shopping-cart .mini-cart-buttons {
  margin-bottom: 10px;
}

.header-action-area
  button.btn-cart
  + .header-shopping-cart
  .mini-cart-buttons
  a,
.header-action-area a.btn-cart + .header-shopping-cart .mini-cart-buttons a {
  background-color: #fff;
  border: none;
  color: #000;
  display: inline-block;
  font-size: 14px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  width: 125px;
}

.header-action-area
  button.btn-cart
  + .header-shopping-cart
  .mini-cart-buttons
  a:last-child,
.header-action-area
  a.btn-cart
  + .header-shopping-cart
  .mini-cart-buttons
  a:last-child {
  float: right;
  margin: 0;
}

.header-action-area
  button.btn-cart
  + .header-shopping-cart
  .mini-cart-buttons
  a:hover,
.header-action-area
  a.btn-cart
  + .header-shopping-cart
  .mini-cart-buttons
  a:hover {
  background-color: #2cb4af;
  color: #fff;
}

.header-action-area button.btn-cart + .header-shopping-cart:hover,
.header-action-area a.btn-cart + .header-shopping-cart:hover {
  opacity: 1;
  top: calc(100% + 50px);
  visibility: visible;
}

@media only screen and (max-width: 767px) {
  .header-action-area button.btn-cart + .header-shopping-cart:hover,
  .header-action-area a.btn-cart + .header-shopping-cart:hover {
    top: calc(100% + 25px);
  }
}

.header-action-area button.btn-menu,
.header-action-area a.btn-menu {
  background-color: initial;
  border: none;
  box-shadow: none;
  height: 18px;
  margin-left: 16px;
  margin-top: 0;
  position: relative;
  width: 35px;
}

.header-action-area button.btn-menu span,
.header-action-area a.btn-menu span {
  background-color: #303744;
  border-radius: 2px;
  display: block;
  height: 4px;
  position: absolute;
  right: 0;
  transition: 0.4s;
  width: 100%;
}

.header-action-area button.btn-menu span:first-child,
.header-action-area a.btn-menu span:first-child {
  top: 0;
  width: 30px;
}

.header-action-area button.btn-menu span:nth-child(2),
.header-action-area a.btn-menu span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.header-action-area button.btn-menu span:last-child,
.header-action-area a.btn-menu span:last-child {
  bottom: 0;
  width: 25px;
}

.header-action-area button.btn-menu:hover span,
.header-action-area a.btn-menu:hover span {
  background-color: #2cb4af;
}

.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 button.btn-theme,
.header-action-area a.btn-theme {
  background-color: #2cb4af;
  font-size: 16px;
  line-height: 1;
  min-height: auto;
  border-radius: 30px;
  padding: 17px 60px;
}

@media only screen and (max-width: 1199px) {
  .header-action-area button.btn-theme,
  .header-action-area a.btn-theme {
    font-size: 14px;
    border-radius: 25px;
    padding: 12px 25px;
  }
}

.header-action-area .btn-search-content {
  bottom: -170px;
  opacity: 0;
  position: absolute;
  right: 0;
  visibility: hidden;
  z-index: 9999;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.header-action-area .btn-search-content form {
  background-color: #111;
  box-shadow: 0 20px 80px rgba(171, 181, 189, 0.35);
  border-radius: 0 0 5px 5px;
  padding: 25px 20px;
  width: 300px;
}

.header-action-area .btn-search-content form .form-input-item {
  position: relative;
}

.header-action-area .btn-search-content form .form-input-item input {
  background-color: #000;
  border: none;
  border-radius: 5px;
  color: #fff;
  height: 50px;
  padding: 7px 45px 7px 20px;
  width: 100%;
}

.header-action-area
  .btn-search-content
  form
  .form-input-item
  input::-webkit-input-placeholder {
  color: #aba5a5;
  font-size: 14px;
}

.header-action-area
  .btn-search-content
  form
  .form-input-item
  input::-moz-placeholder {
  color: #aba5a5;
  font-size: 14px;
}

.header-action-area
  .btn-search-content
  form
  .form-input-item
  input:-ms-input-placeholder {
  color: #aba5a5;
  font-size: 14px;
}

.header-action-area
  .btn-search-content
  form
  .form-input-item
  input:-moz-placeholder {
  color: #aba5a5;
  font-size: 14px;
}

.header-action-area .btn-search-content form .form-input-item .btn-src {
  background-color: initial;
  border: none;
  color: #fff;
  font-size: 14px;
  height: 100%;
  line-height: 52px;
  padding-left: 15px;
  padding-right: 14px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.header-action-area .btn-search-content.show {
  bottom: -150px;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}

@media only screen and (max-width: 991px) {
  .header-action-area .btn-search-content {
    bottom: -140px;
  }

  .header-action-area .btn-search-content.show {
    bottom: -120px;
  }
}

.header-top {
  background-color: #2cb4af;
  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: #2cb4af;
}

.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: initial;
  box-shadow: none;
  padding: 50px 0;
}

.off-canvas-wrapper {
  position: fixed;
  right: -100%;
  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: 0.3s;
}

.off-canvas-wrapper.active .btn-close {
  display: block;
}

.off-canvas-wrapper.active .off-canvas-overlay {
  opacity: 1;
  visibility: visible;
}

.off-canvas-wrapper .off-canvas-header {
  display: 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-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: initial;
  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: #2cb4af;
}

.off-canvas-wrapper .off-canvas-inner {
  background-color: initial;
  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: 20px;
}

.off-canvas-wrapper
  .off-canvas-inner
  .off-canvas-content
  .off-canvas-item:last-child {
  margin-bottom: 0;
}

.off-canvas-wrapper.aside-menu .off-canvas-inner {
  background-color: initial;
  transform: none;
}

.off-canvas-wrapper.aside-menu .off-canvas-inner .off-canvas-content {
  background-color: #182141;
  position: relative;
  width: 320px;
  transform: translateX(-100%);
  transition: 0.4s;
  transition-duration: 0.6s;
  z-index: 3;
}

@media only screen and (max-width: 479.98px) {
  .off-canvas-wrapper.aside-menu .off-canvas-inner .off-canvas-content {
    width: 310px;
  }
}

.off-canvas-wrapper.aside-menu
  .off-canvas-inner
  .off-canvas-content
  .close-action
  .btn-close {
  color: #fff;
}

.off-canvas-wrapper.aside-menu
  .off-canvas-inner
  .off-canvas-content
  .close-action
  .btn-close:hover {
  color: #2cb4af;
}

.off-canvas-wrapper.aside-menu.active .off-canvas-inner .off-canvas-content {
  transform: none;
  transition-delay: 0.5s;
}

.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;
  }
}

.off-canvas-wrapper.bg-light-canvas .off-canvas-inner .off-canvas-content {
  background-color: #fff;
}

.off-canvas-wrapper.bg-light-canvas
  .off-canvas-inner
  .off-canvas-content
  .off-canvas-header {
  padding: 30px 0;
}

.off-canvas-wrapper.bg-light-canvas
  .off-canvas-inner
  .off-canvas-content
  .off-canvas-header
  .close-action
  button {
  position: absolute;
  right: 30px;
}

.off-canvas-wrapper.bg-light-canvas
  .off-canvas-inner
  .off-canvas-content
  .res-mobile-menu
  .slicknav_nav {
  padding-left: 10px;
}

.off-canvas-wrapper.bg-light-canvas
  .off-canvas-inner
  .off-canvas-content
  .res-mobile-menu
  .slicknav_nav
  li
  a {
  font-size: 16px;
  color: #333;
  padding-bottom: 16.5px;
  padding-top: 16.5px;
  text-transform: uppercase;
}

.off-canvas-wrapper.bg-light-canvas
  .off-canvas-inner
  .off-canvas-content
  .res-mobile-menu
  .slicknav_nav
  li
  a
  .slicknav_arrow {
  display: none;
}

.off-canvas-wrapper.bg-light-canvas
  .off-canvas-inner
  .off-canvas-content
  .res-mobile-menu
  .slicknav_nav
  li
  a:hover {
  color: #2cb4af;
}

.off-canvas-wrapper.bg-light-canvas
  .off-canvas-inner
  .off-canvas-content
  .res-mobile-menu
  .slicknav_nav
  li
  ul
  li
  a {
  color: #2cb4af;
  padding-bottom: 13px;
  padding-top: 13px;
  text-transform: capitalize;
}

.off-canvas-wrapper.bg-light-canvas
  .off-canvas-inner
  .off-canvas-content
  .res-mobile-menu
  .slicknav_nav
  li
  ul
  li
  a:hover {
  color: #333;
}

.off-canvas-wrapper.bg-light-canvas
  .off-canvas-inner
  .off-canvas-content
  .res-mobile-menu
  .slicknav_nav
  li
  ul
  li
  ul
  li
  a {
  color: #666;
  font-size: 15px;
}

.off-canvas-wrapper.bg-light-canvas
  .off-canvas-inner
  .off-canvas-content
  .res-mobile-menu
  .slicknav_nav
  li
  ul
  li
  ul
  li
  a:hover {
  color: #2cb4af;
}

.off-canvas-wrapper.bg-light-canvas
  .off-canvas-inner
  .off-canvas-content.canvas-content-style2
  .off-canvas-item {
  margin-bottom: 0;
  margin-top: 20px;
  height: calc(100% - 140px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.off-canvas-wrapper.bg-light-canvas
  .off-canvas-inner
  .off-canvas-content.canvas-content-style2
  .side-canvas-footer
  .widget-contact-info {
  margin-bottom: 0;
  padding: 0 31px;
}

.off-canvas-wrapper.bg-light-canvas
  .off-canvas-inner
  .off-canvas-content.canvas-content-style2
  .side-canvas-footer
  .widget-contact-info
  li {
  align-items: baseline;
  color: #666;
  display: flex;
  margin-bottom: 10px;
}

.off-canvas-wrapper.bg-light-canvas
  .off-canvas-inner
  .off-canvas-content.canvas-content-style2
  .side-canvas-footer
  .widget-contact-info
  li:first-child
  i {
  width: 35px;
}

.off-canvas-wrapper.bg-light-canvas
  .off-canvas-inner
  .off-canvas-content.canvas-content-style2
  .side-canvas-footer
  .widget-contact-info
  li:last-child {
  margin-bottom: 0;
}

.off-canvas-wrapper.bg-light-canvas
  .off-canvas-inner
  .off-canvas-content.canvas-content-style2
  .side-canvas-footer
  .widget-contact-info
  li
  i {
  color: #666;
  font-size: 14px;
  width: 27px;
}

.off-canvas-wrapper.bg-light-canvas
  .off-canvas-inner
  .off-canvas-content.canvas-content-style2
  .side-canvas-footer
  .widget-contact-info
  li
  span {
  color: #666;
  font-size: 14px;
  line-height: 24px;
}

.home-slider-area {
  height: 100vh;
}

.home-slider-area.slider-default {
  display: flex;
  height: 750px;
}

@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-default {
    height: 750px;
  }
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-default {
    height: 680px;
  }
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-default {
    height: 610px;
  }
}

@media only screen and (max-width: 575px) {
  .home-slider-area.slider-default {
    height: 620px;
  }
}

@media only screen and (max-width: 479.98px) {
  .home-slider-area.slider-default {
    height: 500px;
  }
}

@media (max-width: 461px) {
  .home-slider-area.slider-default {
    height: 540px;
  }
}

.home-slider-area.slider-default .slider-content-area {
  margin-top: 208px;
  text-align: center;
}

@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-default .slider-content-area {
    margin-top: 300px;
  }
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-default .slider-content-area {
    margin-top: 250px;
  }
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-default .slider-content-area {
    margin-top: 240px;
  }
}

@media only screen and (max-width: 575px) {
  .home-slider-area.slider-default .slider-content-area {
    margin-top: 230px;
  }
}

@media only screen and (max-width: 479.98px) {
  .home-slider-area.slider-default .slider-content-area {
    margin-top: 200px;
  }
}

.home-slider-area.slider-default .slider-content-area h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.411px;
  line-height: 1;
  margin-bottom: 34px;
  text-transform: uppercase;
}

@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-default .slider-content-area h5 {
    margin-bottom: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-default .slider-content-area h5 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 479.98px) {
  .home-slider-area.slider-default .slider-content-area h5 {
    font-size: 14px;
    margin-bottom: 12px;
  }
}

.home-slider-area.slider-default .slider-content-area h2 {
  color: #fff;
  font-size: 60px;
  font-weight: 800;
  letter-spacing: -4.04px;
  line-height: 80px;
  margin: 0 auto 10px;
}

@media only screen and (max-width: 1399px) {
  .home-slider-area.slider-default .slider-content-area h2 {
    font-size: 84px;
    line-height: 94px;
  }
}

@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-default .slider-content-area h2 {
    font-size: 72px;
    line-height: 84px;
  }
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-default .slider-content-area h2 {
    font-size: 64px;
    line-height: 72px;
  }
}

@media only screen and (max-width: 575px) {
  .home-slider-area.slider-default .slider-content-area h2 {
    font-size: 50px;
    line-height: 1.1;
  }
}

@media only screen and (max-width: 479.98px) {
  .home-slider-area.slider-default .slider-content-area h2 {
    font-size: 40px;
  }
}

.home-slider-area.slider-default .slider-content-area h2 span {
  font-weight: 300;
}

.about-area {
  padding: 145px 0 154px;
}

@media only screen and (max-width: 1199px) {
  .about-area {
    padding: 90px 0 65px;
  }
}

@media only screen and (max-width: 767px) {
  .about-area {
    padding: 72px 0 45px;
  }
}

.about-area .text-pra {
  color: #000;
  font-size: 36px;
  font-weight: 300;
  line-height: 48px;
  letter-spacing: -0.1px;
  margin: 0 auto 127px;
  max-width: 830px;
  padding-right: 50px;
}

@media only screen and (max-width: 1199px) {
  .about-area .text-pra {
    margin-bottom: 85px;
  }
}

@media only screen and (max-width: 767px) {
  .about-area .text-pra {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 50px;
    padding-right: 0;
  }
}

.about-area .service-list-content {
  margin: 0 auto 62px;
  max-width: 830px;
}

@media only screen and (max-width: 1199px) {
  .about-area .service-list-content {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .about-area .service-list-content {
    margin-bottom: 20px;
  }
}

.about-area .service-list-content .title {
  margin-bottom: 41px;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .about-area .service-list-content .title {
    margin-bottom: 30px;
  }
}

.about-area .service-list-content p {
  color: #999;
  letter-spacing: 0;
  line-height: 30px;
  margin-bottom: 69px;
}

@media only screen and (max-width: 767px) {
  .about-area .service-list-content p {
    margin-bottom: 40px;
  }
}

.about-area .service-list-content p.text-block {
  color: #000;
  font-size: 16px;
  margin-bottom: 31px;
}

.about-area .service-list-content .service-list {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 479.98px) {
  .about-area .service-list-content .service-list {
    display: block;
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 479.98px) {
  .about-area .service-list-content .service-list ul {
    margin-bottom: 0;
  }
}

.about-area .service-list-content .service-list ul li {
  margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
  .about-area .service-list-content .service-list ul li {
    margin-bottom: 18px;
  }
}

.about-area .service-list-content .service-list ul li a {
  color: #000;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .about-area .service-list-content .service-list ul li a {
    font-size: 14px;
  }
}

.about-area .service-list-content .service-list ul li a:hover {
  color: #2cb4af;
}

.about-area .office-center-content .title {
  margin: 0 auto 40px;
  max-width: 830px;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .about-area .office-center-content .title {
    margin-bottom: 20px;
  }
}

.about-area .office-center-content p {
  color: #999;
  letter-spacing: 0;
  line-height: 30px;
  margin: 0 auto 59px;
  max-width: 830px;
}

@media only screen and (max-width: 767px) {
  .about-area .office-center-content p {
    margin-bottom: 40px;
  }
}

.about-area .office-center-content .office-address-content {
  display: flex;
  justify-content: space-between;
  margin: 135px auto 0;
  max-width: 830px;
  padding-right: 30px;
}

@media only screen and (max-width: 1199px) {
  .about-area .office-center-content .office-address-content {
    margin-top: 95px;
  }
}

@media only screen and (max-width: 767px) {
  .about-area .office-center-content .office-address-content {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 479.98px) {
  .about-area .office-center-content .office-address-content {
    display: block;
    margin-top: 65px;
  }
}

.about-area
  .office-center-content
  .office-address-content
  .office-address-item
  h5 {
  font-size: 18px;
  letter-spacing: -0.21px;
  margin-bottom: 23px;
  text-transform: uppercase;
}

.about-area
  .office-center-content
  .office-address-content
  .office-address-item
  ul {
  margin-bottom: 30px;
}

.about-area
  .office-center-content
  .office-address-content
  .office-address-item
  ul
  li {
  color: #999;
  font-size: 16px;
  margin-bottom: 3px;
}

.about-area
  .office-center-content
  .office-address-content
  .office-address-item
  ul
  li:last-child {
  margin-bottom: 0;
}

.service-area {
  padding: 149px 0 165px;
}

@media only screen and (max-width: 1199px) {
  .service-area {
    padding: 98px 0 100px;
  }
}

@media only screen and (max-width: 767px) {
  .service-area {
    padding: 78px 0 80px;
  }
}

.service-area .section-title {
  margin-bottom: 89px;
}

@media only screen and (max-width: 1199px) {
  .service-area .section-title {
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .service-area .section-title {
    margin-bottom: 50px;
  }
}

.service-item .icon {
  color: #2cb4af;
  font-size: 46px;
  line-height: 1;
  margin-bottom: 35px;
}

.service-item .content {
  position: relative;
}

.service-item .content .service-name {
  color: #010101;
  font-size: 18px;
  letter-spacing: 0;
  margin-bottom: 18px;
}

.service-item .content p {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 30px;
}

.service-item .content .btn-link {
  color: #000;
  font-size: 14px;
  letter-spacing: 0.25px;
}

.service-item .content .btn-link i {
  color: #444;
  font-size: 17px;
  margin-left: 4px;
  position: relative;
  top: 1px;
}

.service-style2 {
  border: 1px solid #e3e3e3;
  margin: 0;
}

.service-style2 .service-item {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #ebebeb;
  padding: 49px 30px 37px 41px;
  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) {
  .service-style2 .service-item {
    padding: 40px 20px;
  }
}

.service-style2 .service-item:before {
  background-color: #2cb4af;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  transition: 0.1s;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
}

.service-style2 .service-item .icon {
  align-items: flex-end;
  display: flex;
  min-height: 48px;
  padding-left: 1px;
}

.service-style2 .service-item:nth-child(1),
.service-style2 .service-item:nth-child(2),
.service-style2 .service-item:nth-child(3),
.service-style2 .service-item:nth-child(4) {
  border-bottom-color: #ebebeb;
}

.service-style2 .service-item:nth-child(4),
.service-style2 .service-item:nth-child(8) {
  border-right-color: #fff;
}

@media only screen and (max-width: 991px) {
  .service-style2 .service-item:nth-child(5),
  .service-style2 .service-item:nth-child(6) {
    border-bottom: 1px solid #ebebeb;
  }
}

.service-style2 .service-item:hover {
  background-color: #f2f6f6;
}

.service-style2 .service-item:hover:before {
  height: 4px;
}

.service-style2 .service-item:hover .content .btn-link {
  color: #2cb4af;
}

.service-category .category-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 26px;
  position: relative;
}

.service-category .category-item h4 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 1px;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .service-category .category-item h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 3px;
  }
}

.service-category .category-item p {
  color: #fff;
}

.service-category .category-item .icon {
  color: #fff;
  font-size: 48px;
  position: absolute;
  right: 0;
  top: -21px;
}

.service-slider-container {
  margin-top: 70px;
}

@media only screen and (max-width: 1199px) {
  .service-slider-container {
    margin-top: 131px;
  }
}

@media only screen and (max-width: 991px) {
  .service-slider-container {
    margin-top: 106px;
  }
}

@media only screen and (max-width: 767px) {
  .service-slider-container {
    margin-top: 86px;
  }
}

@media only screen and (max-width: 575px) {
  .service-slider-container {
    margin: 66px auto 0;
    max-width: 300px;
  }
}

@media (max-width: 461px) {
  .service-slider-container {
    margin-top: 55px;
  }
}

.service-slider-container .service-slider.service-category .category-item {
  padding-top: 4px;
}

.service-slider-container
  .service-slider.service-category
  .category-item
  .icon {
  top: -17px;
}

.team-area.team-default-area {
  padding: 137px 0 122px;
}

@media only screen and (max-width: 1199px) {
  .team-area.team-default-area {
    padding: 98px 0 92px;
  }
}

@media only screen and (max-width: 767px) {
  .team-area.team-default-area {
    padding: 78px 0 72px;
  }
}

@media only screen and (max-width: 575px) {
  .team-area.team-default-area {
    padding: 68px 0 62px;
  }
}

.team-area.team-default-area .section-title {
  margin-bottom: 64px;
}

@media only screen and (max-width: 767px) {
  .team-area.team-default-area .section-title {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 575px) {
  .team-area.team-default-area .section-title {
    margin-bottom: 50px;
  }
}

.team-member {
  border: 1px solid #e7e7e7;
  padding: 24px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .team-member {
    padding: 7px;
  }
}

.team-member .thumb {
  overflow: hidden;
}

.team-member .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;
}

.team-member .content {
  padding: 35px 27px 24px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .team-member .content {
    padding: 30px 10px 24px;
  }
}

.team-member .content .member-info .name {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.25px;
  margin-bottom: 27px;
  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) {
  .team-member .content .member-info .name {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .team-member .content .member-info .name {
    font-size: 16px;
  }
}

.team-member .content .member-info .name a {
  color: #000;
}

.team-member .content .member-info p {
  color: #999;
  margin-bottom: 36px;
}

@media only screen and (max-width: 767px) {
  .team-member .content .member-info p {
    margin-bottom: 20px;
  }
}

.team-member .content .member-info .btn-link {
  color: #666;
  font-size: 14px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .team-member .content .member-info .btn-link {
    font-size: 13px;
  }
}

@media only screen and (max-width: 575px) {
  .team-member .content .member-info .btn-link {
    font-size: 12px;
  }
}

.team-member .content .member-info .btn-link:hover {
  color: #2cb4af;
  font-weight: 700;
}

.team-member .content .member-info .designation {
  color: #000;
  font-size: 12px;
  margin-bottom: 5px;
}

.team-member .content .member-info .social-icons a {
  color: #000;
  display: inline-block;
  font-size: 16px;
  padding: 0 10px;
}

.team-member: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);
}

.team-member:hover .content .member-info .name {
  color: #2cb4af;
}

.team-slider-container .swiper-pagination {
  align-items: center;
  display: flex;
  margin: 70px auto 0;
  min-height: 18px;
  max-width: 71px;
  position: relative;
}

.team-slider-container
  .swiper-pagination.swiper-pagination-bullets
  .swiper-pagination-bullet {
  background-color: #ccc;
  border-radius: 50%;
  height: 12px;
  margin: 0 5px;
  opacity: 1;
  width: 12px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.team-slider-container
  .swiper-pagination.swiper-pagination-bullets
  .swiper-pagination-bullet:hover {
  background-color: #2cb4af;
}

.team-slider-container
  .swiper-pagination.swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #2cb4af;
  height: 17px;
  width: 17px;
}

.gallery-item .thumb {
  position: relative;
}

.gallery-item .thumb img {
  width: 100%;
}

.gallery-item .thumb .overlay {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.gallery-item .thumb .overlay i {
  color: #fff;
  font-size: 36px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.gallery-item:hover .thumb .overlay {
  opacity: 1;
  visibility: visible;
}

.pricing-area.pricing-default-area {
  padding: 146px 0 0;
}

@media only screen and (max-width: 1199px) {
  .pricing-area.pricing-default-area {
    padding: 98px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .pricing-area.pricing-default-area {
    padding: 78px 0 0;
  }
}

@media only screen and (max-width: 575px) {
  .pricing-area.pricing-default-area {
    padding: 68px 0 0;
  }
}

.pricing-area.pricing-default-area .section-title {
  margin-bottom: 68px;
}

@media only screen and (max-width: 1199px) {
  .pricing-area.pricing-default-area .section-title {
    margin-bottom: 55px;
  }
}

@media only screen and (max-width: 575px) {
  .pricing-area.pricing-default-area .section-title {
    margin-bottom: 45px;
  }
}

.pricing-items-style1 {
  border: 1px solid #dedede;
  border-radius: 5px;
  margin: 0 0 130px;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .pricing-items-style1 {
    margin-bottom: 90px;
  }
}

@media only screen and (max-width: 575px) {
  .pricing-items-style1 {
    border: none;
  }
}

.pricing-items-style1:after {
  background-color: #e8e8e8;
  bottom: -130px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  .pricing-items-style1:after {
    bottom: -100px;
  }
}

@media only screen and (max-width: 767px) {
  .pricing-items-style1:after {
    bottom: -80px;
  }
}

@media only screen and (max-width: 575px) {
  .pricing-items-style1:after {
    bottom: -70px;
  }
}

.pricing-items-style1 .pricing-item {
  border-right: 1px solid #e6e9ec;
  padding: 40px 46px 48px;
}

@media only screen and (max-width: 1199px) {
  .pricing-items-style1 .pricing-item {
    padding: 40px 25px 48px;
  }
}

@media only screen and (max-width: 575px) {
  .pricing-items-style1 .pricing-item {
    border: 1px solid #e6e9ec;
    border-radius: 5px;
    margin-bottom: 30px;
  }
}

.pricing-items-style1 .pricing-item .pricing-title {
  margin-bottom: 24px;
}

.pricing-items-style1 .pricing-item .pricing-title h5 {
  color: #999;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.pricing-items-style1 .pricing-item .pricing-amount {
  margin-bottom: 17px;
}

.pricing-items-style1 .pricing-item .pricing-amount h2 {
  color: #690;
  display: inline-block;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 5px;
}

.pricing-items-style1 .pricing-item .pricing-amount h2 sup {
  color: #690;
  font-size: 20px;
  position: relative;
  top: -12px;
  vertical-align: baseline;
}

.pricing-items-style1 .pricing-item .pricing-amount .period {
  color: #000;
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}

.pricing-items-style1 .pricing-item .pricing-content {
  margin-bottom: 37px;
}

.pricing-items-style1 .pricing-item .pricing-content .desc {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 28px;
}

.pricing-items-style1 .pricing-item .pricing-content .pricing-list {
  border-top: 1px dashed rgba(204, 204, 204, 0.5);
  margin-bottom: 0;
  min-height: 196px;
  padding-top: 24px;
}

.pricing-items-style1 .pricing-item .pricing-content .pricing-list li {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 9px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .pricing-items-style1 .pricing-item .pricing-content .pricing-list li {
    font-size: 14px;
  }
}

.pricing-items-style1 .pricing-item .pricing-content .pricing-list li i {
  color: #690;
  font-size: 16px;
  display: inline-block;
  width: 27px;
}

.pricing-items-style1
  .pricing-item
  .pricing-content
  .pricing-list
  li:last-child {
  margin-bottom: 0;
}

.pricing-items-style1 .pricing-item .pricing-footer .btn-theme.btn-border {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  min-width: 198px;
  padding: 11px 30px;
  text-transform: uppercase;
}

@media only screen and (max-width: 1199px) {
  .pricing-items-style1 .pricing-item .pricing-footer .btn-theme.btn-border {
    min-width: 183.5px;
    padding: 11px 20px;
    text-align: center;
  }
}

@media only screen and (max-width: 575px) {
  .pricing-items-style1 .pricing-item .pricing-footer .btn-theme.btn-border {
    min-width: 170px;
    padding: 9px 20px;
    text-align: center;
  }
}

.pricing-items-style1 .pricing-item .pricing-footer .btn-theme.btn-border:hover,
.pricing-items-style1
  .pricing-item
  .pricing-footer
  .btn-theme.btn-border.active {
  background-color: #2cb4af;
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .pricing-items-style1 .pricing-item.item-one {
    border-bottom: 1px solid #e6e9ec;
  }
}

@media only screen and (max-width: 991px) {
  .pricing-items-style1 .pricing-item.item-two {
    border-bottom: 1px solid #e6e9ec;
  }
}

.pricing-items-style1 .pricing-item.item-four {
  border-right: none;
}

@media only screen and (max-width: 575px) {
  .pricing-items-style1 .pricing-item.item-four {
    border: 1px solid #e6e9ec;
    margin-bottom: 0;
  }
}

.pricing-items-style1.noborder-line:after {
  display: none;
}

.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: #2cb4af;
  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: #666;
  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 #2cb4af;
}

.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: #2cb4af;
}

.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-area.brand-logo-default-area {
  border-top: 1px solid #dfdfdf;
  margin-top: 77px;
  padding-top: 100px;
}

@media only screen and (max-width: 1199px) {
  .brand-logo-area.brand-logo-default-area {
    margin-top: 40px;
    padding-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .brand-logo-area.brand-logo-default-area {
    margin-top: 25px;
    padding-top: 65px;
  }
}

@media only screen and (max-width: 575px) {
  .brand-logo-area.brand-logo-default-area {
    margin-top: 15px;
    padding-top: 55px;
  }
}

.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;
}

.feature-area.feature-default-area {
  padding: 60px 0 74px;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .feature-area.feature-default-area {
    padding: 100px 0 35px;
  }
}

@media only screen and (max-width: 767px) {
  .feature-area.feature-default-area {
    padding: 80px 0 15px;
  }
}

@media only screen and (max-width: 575px) {
  .feature-area.feature-default-area {
    padding: 70px 0 5px;
  }
}

.feature-area.feature-default-area .section-title {
  margin-bottom: 94px;
}

@media only screen and (max-width: 1199px) {
  .feature-area.feature-default-area .section-title {
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .feature-area.feature-default-area .section-title {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 575px) {
  .feature-area.feature-default-area .section-title {
    margin-bottom: 50px;
  }
}

.feature-area.feature-default-area .thumb {
  bottom: 0;
  left: calc(50% + 253px);
  position: absolute;
}

@media only screen and (max-width: 1399px) {
  .feature-area.feature-default-area .thumb {
    left: calc(50% + 150px);
  }
}

@media only screen and (max-width: 1199px) {
  .feature-area.feature-default-area .thumb {
    display: none;
  }
}

.feature-area.feature-default-area .thumb img {
  max-width: none;
}

.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: #2cb4af;
  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.html);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 38%;
}

.icon-box-style1 .icon-box-item {
  display: flex;
  margin-bottom: 35px;
  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: #2cb4af;
  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: #2cb4af;
}

.icon-box-style1 .icon-box-item .content p {
  font-size: 13px;
  line-height: 21px;
  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;
}

.input-btn-group {
  align-items: center;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 35px 100px 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 {
  color: #aba5a5;
}

.input-btn-group .form-control::-moz-placeholder {
  color: #aba5a5;
}

.input-btn-group .form-control:-ms-input-placeholder {
  color: #aba5a5;
}

.input-btn-group .form-control:-moz-placeholder {
  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;
}

.appointment-form .form-group {
  margin-bottom: 52px;
}

.appointment-form .form-group .form-control {
  background-color: initial;
  background-clip: inherit;
  border: none;
  border-bottom: 1px solid #e1e1e1;
  border-radius: 0;
  color: #000;
  font-size: 14px;
  height: auto;
  padding: 0 1px 10px;
}

.appointment-form .form-group .form-control::-webkit-input-placeholder {
  color: #999;
}

.appointment-form .form-group .form-control::-moz-placeholder {
  color: #999;
}

.appointment-form .form-group .form-control:-ms-input-placeholder {
  color: #999;
}

.appointment-form .form-group .form-control:-moz-placeholder {
  color: #999;
}

.appointment-form .form-group .form-control:focus {
  border-bottom: 1px solid #000;
  box-shadow: none;
  outline: none;
}

.appointment-form .form-group textarea {
  background-color: initial;
  border: none;
  border-bottom: 1px solid #e1e1e1;
  border-radius: 0;
  color: #000;
  font-size: 14px;
  height: 162px;
  padding: 0 1px;
  width: 100%;
}

.appointment-form .form-group textarea::-webkit-input-placeholder {
  color: #999;
}

.appointment-form .form-group textarea::-moz-placeholder {
  color: #999;
}

.appointment-form .form-group textarea:-ms-input-placeholder {
  color: #999;
}

.appointment-form .form-group textarea:-moz-placeholder {
  color: #999;
}

.appointment-form .form-group textarea:focus {
  border-bottom: 1px solid #000;
  box-shadow: none;
  outline: none;
}

.appointment-form .form-group .btn-theme {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.428px;
  margin-top: 40px;
  min-height: 62px;
  padding: 0 47.43px;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .appointment-form .form-group .btn-theme {
    font-size: 16px;
    min-height: 50px;
    padding: 0 20px;
  }
}

.appointment-form .form-group .btn-theme:hover,
.appointment-form .form-group .btn-theme:focus {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.appointment-form .form-group.datepicker-group {
  position: relative;
}

.appointment-form .form-group.datepicker-group label {
  bottom: -1px;
  color: #999;
  cursor: pointer;
  font-size: 18px;
  position: absolute;
  right: 0;
}

.appointment-form-style1 {
  margin: 0 auto -47px;
  max-width: 1200px;
  text-align: center;
  transform: translateY(125px);
}

@media only screen and (max-width: 1399px) {
  .appointment-form-style1 {
    max-width: 1170px;
  }
}

@media only screen and (max-width: 1199px) {
  .appointment-form-style1 {
    margin-bottom: 0;
    max-width: none;
    transform: none;
  }
}

.appointment-form-style1 .appointment-form {
  padding: 80px 0 100px;
}

@media only screen and (max-width: 1399px) {
  .appointment-form-style1 .appointment-form {
    padding: 80px 30px 100px;
  }
}

@media only screen and (max-width: 1199px) {
  .appointment-form-style1 .appointment-form {
    padding: 100px 0;
  }
}

@media only screen and (max-width: 767px) {
  .appointment-form-style1 .appointment-form {
    padding: 80px 0;
  }
}

@media only screen and (max-width: 575px) {
  .appointment-form-style1 .appointment-form {
    padding: 70px 0;
  }
}

.contact-form .form-group {
  margin-bottom: 30px;
}

.contact-form .form-group .form-control {
  background-clip: inherit;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  font-size: 14px;
  height: 50px;
  padding: 12px 30px;
}

.contact-form .form-group .form-control::-webkit-input-placeholder {
  color: #999;
}

.contact-form .form-group .form-control::-moz-placeholder {
  color: #999;
}

.contact-form .form-group .form-control:-ms-input-placeholder {
  color: #999;
}

.contact-form .form-group .form-control:-moz-placeholder {
  color: #999;
}

.contact-form .form-group .form-control:focus {
  border: 1px solid #2cb4af;
  box-shadow: none;
  outline: none;
}

.contact-form .form-group textarea {
  border: 1px solid #d9d9d9;
  border-radius: 0;
  font-size: 14px;
  min-height: 170px;
  padding: 20px 30px 10px;
  width: 100%;
}

.contact-form .form-group textarea::-webkit-input-placeholder {
  color: #999;
}

.contact-form .form-group textarea::-moz-placeholder {
  color: #999;
}

.contact-form .form-group textarea:-ms-input-placeholder {
  color: #999;
}

.contact-form .form-group textarea:-moz-placeholder {
  color: #999;
}

.contact-form .form-group textarea:focus {
  border: 1px solid #2cb4af;
  box-shadow: none;
  outline: none;
}

.contact-form .form-group .btn-theme {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  margin-top: 51px;
  padding: 10px 26.05px;
}

.contact-form .form-group .btn-theme:hover,
.contact-form .form-group .btn-theme:focus {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.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 {
  color: #999;
}

.comment-form-wrap
  form
  .comment-form-content
  .form-group
  .form-control::-moz-placeholder {
  color: #999;
}

.comment-form-wrap
  form
  .comment-form-content
  .form-group
  .form-control:-ms-input-placeholder {
  color: #999;
}

.comment-form-wrap
  form
  .comment-form-content
  .form-group
  .form-control:-moz-placeholder {
  color: #999;
}

.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;
}

.search-box-wrapper {
  background-color: rgba(51, 153, 153, 0.9);
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  z-index: 9999;
}

.search-box-wrapper .search-box-content-inner {
  width: 70%;
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.8);
  transition: transform 0.4s;
  opacity: 0;
  visibility: hidden;
}

@media only screen and (max-width: 575px) {
  .search-box-wrapper .search-box-content-inner {
    width: 100%;
    padding: 0 20px;
  }
}

.search-box-wrapper.show .search-box-content-inner {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.search-box-wrapper .search-close {
  color: #fff;
  font-size: 70px;
  line-height: 1;
  position: absolute;
  top: 50px;
  right: 100px;
}

@media only screen and (max-width: 767px) {
  .search-box-wrapper .search-close {
    top: 20px;
    right: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .search-box-wrapper .search-close {
    top: 30px;
    right: 30px;
  }
}

.search-box-wrapper .search-close:hover {
  color: #2cb4af;
  transform: rotate(90deg);
}

.search-box-form-wrap {
  width: 100%;
}

.search-box-form-wrap input[type="search"] {
  background-color: initial;
  border: none;
  border-bottom: 5px solid #2cb4af;
  color: #2cb4af;
  display: block;
  font-size: 120px;
  line-height: 1;
  padding: 20px 0;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .search-box-form-wrap input[type="search"] {
    font-size: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .search-box-form-wrap input[type="search"] {
    font-size: 40px;
  }
}

.search-box-form-wrap .search-note {
  color: #2cb4af;
  font-weight: 700;
  text-align: right;
  margin-top: 20px;
}

.subscribe-form .subscribe-form-email {
  border: 1px solid #ddd;
  border-radius: 30px;
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
}

.subscribe-form .subscribe-form-email:before {
  content: "";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  line-height: 60px;
}

.subscribe-form .subscribe-form-email input {
  background-color: initial;
  border: none;
  border-radius: 0 30px 30px 0;
  color: #2cb4af;
  height: 60px;
  line-height: 60px;
  padding-left: 35px;
  width: 100%;
}

.subscribe-form .subscribe-form-email input::-webkit-input-placeholder {
  color: #2cb4af;
}

.subscribe-form .subscribe-form-email input::-moz-placeholder {
  color: #2cb4af;
}

.subscribe-form .subscribe-form-email input:-ms-input-placeholder {
  color: #2cb4af;
}

.subscribe-form .subscribe-form-email input:-moz-placeholder {
  color: #2cb4af;
}

.subscribe-form .subscribe-form-submit input {
  background-color: #2cb4af;
  border: none;
  border-radius: 30px;
  color: #fff;
  font-size: 14px;
  height: 60px;
  line-height: 60px;
  margin-bottom: 30px;
  text-transform: uppercase;
  width: 100%;
}

.subscribe-form p {
  color: #2cb4af;
  font-size: 14px;
  line-height: 30px;
}

.subscribe-form.inline-style {
  display: flex;
  justify-content: center;
}

.subscribe-form.inline-style .subscribe-form-email {
  border-color: #000;
  border-right: 0;
  border-radius: 0;
  height: 60px;
  margin-bottom: 0;
  padding-left: 50px;
  width: 478px;
}

.subscribe-form.inline-style .subscribe-form-submit input {
  background-color: initial;
  border: 1px solid #000;
  border-radius: 0;
  color: #000;
  margin-bottom: 0;
  width: 160px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.subscribe-form.inline-style .subscribe-form-submit input:hover {
  background-color: #000;
  color: #fff;
}

.registration-form form .form-group {
  margin-bottom: 40px;
}

.registration-form form .form-group .form-control {
  background-color: #134f8a;
  border: none;
  border-radius: 2px;
  color: #fff;
  font-size: 16px;
  min-height: 60px;
  padding: 15px 40px;
}

.registration-form form .form-group .form-control::-webkit-input-placeholder {
  color: #487eb4;
  font-size: 16px;
}

.registration-form form .form-group .form-control::-moz-placeholder {
  color: #487eb4;
  font-size: 16px;
}

.registration-form form .form-group .form-control:-ms-input-placeholder {
  color: #487eb4;
  font-size: 16px;
}

.registration-form form .form-group .form-control:-moz-placeholder {
  color: #487eb4;
  font-size: 16px;
}

.registration-form form .form-group .form-control:active,
.registration-form form .form-group .form-control:focus {
  color: #fff;
}

.registration-form
  form
  .form-group
  .form-control:active::-webkit-input-placeholder,
.registration-form
  form
  .form-group
  .form-control:focus::-webkit-input-placeholder {
  color: #fff;
}

.registration-form form .form-group .form-control:active::-moz-placeholder,
.registration-form form .form-group .form-control:focus::-moz-placeholder {
  color: #fff;
}

.registration-form form .form-group .form-control:active:-ms-input-placeholder,
.registration-form form .form-group .form-control:focus:-ms-input-placeholder {
  color: #fff;
}

.registration-form form .form-group .form-control:active:-moz-placeholder,
.registration-form form .form-group .form-control:focus:-moz-placeholder {
  color: #fff;
}

.registration-form form .form-group .btn-theme {
  border-radius: 2px;
  font-size: 16px;
  letter-spacing: 0;
  min-height: 60px;
  text-transform: capitalize;
}

.registration-form form p {
  color: #8bbff4;
  font-size: 14px;
  letter-spacing: 0;
  margin-top: 33px;
}

.registration-form form p a {
  color: #fff;
}

.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: initial;
  float: right;
  font-size: 14px;
  margin-top: 0;
  text-indent: 1e3px;
}

.department-area {
  padding: 42px 0 140px;
}

@media only screen and (max-width: 1199px) {
  .department-area {
    padding: 42px 0 100px;
  }
}

@media only screen and (max-width: 991px) {
  .department-area {
    padding: 15px 0 100px;
  }
}

@media only screen and (max-width: 767px) {
  .department-area {
    padding: 15px 0 90px;
  }
}

@media only screen and (max-width: 575px) {
  .department-area {
    padding: 15px 0 80px;
  }
}

@media only screen and (max-width: 1199px) {
  .department-area .container {
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.department-wrpp {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 1199px) {
  .department-wrpp {
    justify-content: center;
  }
}

@media only screen and (max-width: 991px) {
  .department-wrpp {
    justify-content: normal;
    flex-direction: column-reverse;
  }
}

.department-wrpp .department-content {
  max-width: 800px;
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  .department-wrpp .department-content {
    max-width: 700px;
  }
}

@media (max-width: 1023px) {
  .department-wrpp .department-content {
    max-width: 669px;
  }
}

@media only screen and (max-width: 991px) {
  .department-wrpp .department-content {
    margin-bottom: 80px;
    max-width: none;
  }
}

.department-wrpp .sidebar-wrapper {
  margin-top: 20px;
  max-width: 300px;
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  .department-wrpp .sidebar-wrapper {
    margin-right: 30px;
    max-width: 265px;
  }
}

@media only screen and (max-width: 991px) {
  .department-wrpp .sidebar-wrapper {
    max-width: none;
  }
}

.department-wrpp .sidebar-wrapper .widget-item .widget-side-nav {
  margin-bottom: 50px;
}

.department-wrpp .sidebar-wrapper .widget-item .widget-side-nav ul {
  margin-bottom: 0;
}

.department-wrpp .sidebar-wrapper .widget-item .widget-side-nav ul li {
  margin-bottom: 10px;
}

.department-wrpp .sidebar-wrapper .widget-item .widget-side-nav ul li a {
  background-color: #f8f8f8;
  border-radius: 3px;
  color: #747474;
  display: block;
  font-size: 16px;
  letter-spacing: 0;
  padding: 11.5px 33px 11.5px 63px;
  position: relative;
}

.department-wrpp .sidebar-wrapper .widget-item .widget-side-nav ul li a:hover,
.department-wrpp .sidebar-wrapper .widget-item .widget-side-nav ul li a.active {
  background-color: #2cb4af;
  color: #fff;
}

.department-wrpp
  .sidebar-wrapper
  .widget-item
  .widget-side-nav
  ul
  li
  a:hover:before,
.department-wrpp
  .sidebar-wrapper
  .widget-item
  .widget-side-nav
  ul
  li
  a.active:before {
  color: #fff;
}

.department-wrpp .sidebar-wrapper .widget-item .widget-side-nav ul li a:before {
  color: #747474;
  content: "";
  font-family: icofont;
  font-size: 16px;
  position: absolute;
  right: 30px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.department-wrpp
  .sidebar-wrapper
  .widget-item
  .widget-side-nav
  ul
  li:last-child {
  margin-bottom: 0;
}

.department-wrpp .sidebar-wrapper .widget-item .widget-work-hours {
  background-color: #2cb4af;
  border-radius: 3px;
  letter-spacing: 0;
  margin-bottom: 50px;
  padding: 48px 30px 45px;
}

.department-wrpp .sidebar-wrapper .widget-item .widget-work-hours .title {
  color: #fff;
  font-size: 18px;
  margin-bottom: 31px;
  text-transform: uppercase;
}

.department-wrpp .sidebar-wrapper .widget-item .widget-work-hours ul {
  margin-bottom: 41px;
}

.department-wrpp .sidebar-wrapper .widget-item .widget-work-hours ul li {
  color: #fff;
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  margin-bottom: 10px;
  position: relative;
}

.department-wrpp .sidebar-wrapper .widget-item .widget-work-hours ul li:before {
  border-bottom: 1px dashed #fff;
  bottom: 7px;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.department-wrpp
  .sidebar-wrapper
  .widget-item
  .widget-work-hours
  ul
  li:last-child {
  margin-bottom: 0;
}

.department-wrpp .sidebar-wrapper .widget-item .widget-work-hours .work-day {
  background-color: #2cb4af;
  position: relative;
  z-index: 1;
}

.department-wrpp .sidebar-wrapper .widget-item .widget-work-hours .work-hours {
  background-color: #2cb4af;
  position: relative;
  z-index: 1;
}

.department-wrpp
  .sidebar-wrapper
  .widget-item
  .widget-work-hours
  .btn-theme.btn-white {
  background-color: #fff;
  border-radius: 3px;
  color: #000;
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  min-height: auto;
  padding: 8px 20px;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (max-width: 1199px) {
  .department-wrpp
    .sidebar-wrapper
    .widget-item
    .widget-work-hours
    .btn-theme.btn-white {
    font-size: 13px;
    padding: 8px 6px;
  }
}

.department-wrpp
  .sidebar-wrapper
  .widget-item
  .widget-work-hours
  .btn-theme.btn-white:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.department-wrpp .sidebar-wrapper .widget-item .widget-appointment-form {
  background-color: #f2f2f2;
  padding: 48px 30px 50px;
}

.department-wrpp .sidebar-wrapper .widget-item .widget-appointment-form .title {
  color: #000;
  font-size: 18px;
  margin-bottom: 37px;
  text-transform: uppercase;
}

@media only screen and (max-width: 1199px) {
  .department-wrpp
    .sidebar-wrapper
    .widget-item
    .widget-appointment-form
    .title {
    font-size: 16px;
  }
}

.department-wrpp
  .sidebar-wrapper
  .widget-item
  .widget-appointment-form
  form
  .form-group {
  font-size: 14px;
  letter-spacing: 0;
  margin-bottom: 15px;
}

.department-wrpp
  .sidebar-wrapper
  .widget-item
  .widget-appointment-form
  form
  .form-group
  .form-control {
  background-color: #fff;
  border: none;
  border-radius: 3px;
  color: #000;
  font-size: 14px;
  height: 46px;
  padding: 12px 20px;
  width: 100%;
}

.department-wrpp
  .sidebar-wrapper
  .widget-item
  .widget-appointment-form
  form
  .form-group
  .form-control::-webkit-input-placeholder {
  color: #888;
  font-size: 13px;
}

.department-wrpp
  .sidebar-wrapper
  .widget-item
  .widget-appointment-form
  form
  .form-group
  .form-control::-moz-placeholder {
  color: #888;
  font-size: 13px;
}

.department-wrpp
  .sidebar-wrapper
  .widget-item
  .widget-appointment-form
  form
  .form-group
  .form-control:-ms-input-placeholder {
  color: #888;
  font-size: 13px;
}

.department-wrpp
  .sidebar-wrapper
  .widget-item
  .widget-appointment-form
  form
  .form-group
  .form-control:-moz-placeholder {
  color: #888;
  font-size: 13px;
}

.department-wrpp
  .sidebar-wrapper
  .widget-item
  .widget-appointment-form
  form
  .form-group
  .form-control:focus {
  border: none;
  box-shadow: none;
  outline: none;
}

.department-wrpp
  .sidebar-wrapper
  .widget-item
  .widget-appointment-form
  form
  .form-group
  textarea {
  background-color: #fff;
  border: none;
  border-radius: 3px;
  font-size: 14px;
  min-height: 150px;
  padding: 12px 20px;
  width: 100%;
}

.department-wrpp
  .sidebar-wrapper
  .widget-item
  .widget-appointment-form
  form
  .form-group
  .btn-theme {
  border-radius: 3px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.25px;
  line-height: 32px;
  margin-top: 22px;
  padding: 8px 30px;
  text-transform: uppercase;
  width: 100%;
}

.department-wrpp
  .sidebar-wrapper
  .widget-item
  .widget-appointment-form
  form
  .form-group.datepicker-group {
  position: relative;
}

.department-wrpp
  .sidebar-wrapper
  .widget-item
  .widget-appointment-form
  form
  .form-group.datepicker-group
  label {
  bottom: 8px;
  color: #888;
  cursor: pointer;
  font-size: 14px;
  position: absolute;
  right: 20px;
}

.department-content .title {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -1.377px;
  line-height: 1.1;
  margin-bottom: 34px;
  display: inline-block;
}

@media only screen and (max-width: 1199px) {
  .department-content .title {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .department-content .title {
    font-size: 36px;
  }
}

@media only screen and (max-width: 575px) {
  .department-content .title {
    font-size: 30px;
  }
}

.department-content .title span {
  font-weight: 300;
  color: #2cb4af;
}

.department-content .department-gallery {
  margin-bottom: 53px;
}

@media only screen and (max-width: 767px) {
  .department-content .department-gallery {
    margin-bottom: 30px;
  }
}

.department-content .department-gallery .gallery-slider .swiper-slide img {
  border-radius: 2px;
  width: 100%;
}

.department-content .department-gallery .swiper-button-next,
.department-content .department-gallery .swiper-button-prev {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  font-size: 18px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  width: 38px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.department-content .department-gallery .swiper-button-next:after,
.department-content .department-gallery .swiper-button-prev:after {
  display: none;
}

.department-content .department-gallery .swiper-button-next:hover,
.department-content .department-gallery .swiper-button-prev:hover {
  background-color: #2cb4af;
}

.department-content .department-gallery .swiper-button-prev {
  left: 30px;
}

@media only screen and (max-width: 575px) {
  .department-content .department-gallery .swiper-button-prev {
    left: 15px;
  }
}

.department-content .department-gallery .swiper-button-next {
  right: 30px;
}

@media only screen and (max-width: 575px) {
  .department-content .department-gallery .swiper-button-next {
    right: 15px;
  }
}

.department-content .content {
  margin-bottom: 43px;
  padding: 0 18px 0 2px;
}

.department-content .content p {
  color: #888;
  margin-bottom: 24px;
}

.department-content .content ul {
  margin-bottom: 0;
}

.department-content .content ul li {
  color: #888;
  line-height: 36px;
}

.department-content .content ul.list-style1 {
  padding-top: 1px;
}

.department-content .content ul.list-style1 li {
  padding-left: 32px;
  position: relative;
}

.department-content .content ul.list-style1 li:before {
  color: #888;
  content: "";
  font-family: icofont;
  left: 0;
  position: absolute;
  top: 2px;
}

.department-content .price-list-col2 {
  border-bottom: 1px solid #eaeaea;
  display: flex;
  justify-content: space-between;
  margin-bottom: 79px;
  padding-bottom: 67px;
}

@media only screen and (max-width: 991px) {
  .department-content .price-list-col2 {
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .department-content .price-list-col2 {
    margin-bottom: 49px;
    padding-bottom: 37px;
  }
}

@media only screen and (max-width: 575px) {
  .department-content .price-list-col2 {
    display: block;
  }
}

.department-content .price-list-col2 .price-list {
  max-width: 373px;
  width: 100%;
}

.department-content .price-list-col2 .price-list:last-child {
  max-width: 362px;
}

@media only screen and (max-width: 1199px) {
  .department-content .price-list-col2 .price-list:last-child {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .department-content .price-list-col2 .price-list:last-child {
    margin-left: 0;
    margin-top: 50px;
  }
}

.department-content .price-list h4 {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.25px;
  margin-bottom: 40px;
}

.department-content .price-list ul li {
  color: #666;
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 26px;
  position: relative;
}

.department-content .price-list ul li:before {
  border-bottom: 1px dashed #666;
  bottom: 2px;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.department-content .price-list ul li:last-child {
  margin-bottom: 0;
}

.department-content .price-list ul li .service-name {
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.department-content .price-list ul li .service-price {
  background-color: #fff;
  color: #568701;
  position: relative;
  z-index: 1;
}

.department-content .team-single {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 69px;
  padding-bottom: 83px;
}

@media (max-width: 702px) {
  .department-content .team-single {
    margin-bottom: 49px;
    padding-bottom: 63px;
  }
}

.department-content .faq-area {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 69px;
  padding-bottom: 64px;
}

@media only screen and (max-width: 767px) {
  .department-content .faq-area {
    margin-bottom: 59px;
    padding-bottom: 54px;
  }
}

.department-content .faq-area .title {
  font-size: 36px;
  letter-spacing: -1.04px;
  margin-bottom: 65px;
}

@media only screen and (max-width: 767px) {
  .department-content .faq-area .title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

.department-content .case-area .section-title {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 63px;
}

@media only screen and (max-width: 767px) {
  .department-content .case-area .section-title {
    margin-bottom: 35px;
  }
}

.department-content .case-area .section-title .title {
  font-size: 36px;
  letter-spacing: -1.04px;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .department-content .case-area .section-title .title {
    font-size: 30px;
  }
}

.department-content .case-area .section-title .btn-link {
  color: #2cb4af;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  position: relative;
  text-transform: uppercase;
  top: -1px;
}

@media only screen and (max-width: 479.98px) {
  .department-content .case-area .section-title .btn-link {
    font-size: 11px;
  }
}

.department-content .case-area .section-title .btn-link:before {
  background-color: #94c3c3;
  bottom: -2px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.department-content .case-area .section-title .btn-link:after {
  background-color: #568701;
  bottom: -4px;
  content: "";
  height: 1px;
  left: 3px;
  position: absolute;
  width: calc(100% - 3px);
}

.department-content .case-area .case-col2 {
  display: flex;
  justify-content: space-between;
}

.department-content .case-area .case-col2 .case-item {
  max-width: 385px;
  width: 100%;
}

.team-single {
  position: relative;
}

.team-single .title {
  font-size: 36px;
  letter-spacing: -1.04px;
  margin-bottom: 59px;
}

@media only screen and (max-width: 767px) {
  .team-single .title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}

.team-single .membr-info {
  letter-spacing: 0;
  max-width: 310px;
  width: 100%;
}

@media (max-width: 702px) {
  .team-single .membr-info {
    max-width: none;
  }
}

.team-single .membr-info .name {
  color: #2b2b2b;
  font-size: 22px;
  letter-spacing: 0.25px;
  margin-bottom: 13px;
}

.team-single .membr-info .designation {
  color: #888;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 40px;
}

.team-single .membr-info .desc p {
  color: #888;
  margin-bottom: 28px;
}

.team-single .membr-info .desc ul {
  margin-bottom: 52px;
}

.team-single .membr-info .desc ul li {
  color: #888;
  display: flex;
  font-size: 13px;
  justify-content: space-between;
  line-height: 1;
  margin-bottom: 22px;
  position: relative;
}

.team-single .membr-info .desc ul li:before {
  border-bottom: 1px dashed #888;
  bottom: 3px;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.team-single .membr-info .desc ul li:last-child {
  margin-bottom: 0;
}

.team-single .membr-info .desc ul li span {
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.team-single .membr-info .desc ul li span:last-child {
  color: #2b2b2b;
  font-weight: 600;
}

.team-single .membr-info .desc .btn-link {
  background-color: initial;
  border: none;
  color: #2cb4af;
  font-weight: 700;
  letter-spacing: 1.1371px;
  padding: 0;
  text-transform: uppercase;
}

.team-single .membr-info .desc .btn-link:hover {
  color: #568701;
}

.team-single .thumb {
  bottom: 0;
  position: absolute;
  right: 23px;
}

@media (max-width: 702px) {
  .team-single .thumb {
    display: none;
  }
}

.team-single .thumb img {
  max-width: none;
}

.case-item .thumb {
  margin-bottom: 30px;
}

.case-item .thumb img {
  width: 100%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.case-item .content {
  position: relative;
}

.case-item .content .name {
  font-size: 18px;
  letter-spacing: 0;
  margin-bottom: 10px;
}

.case-item .content .name a {
  color: #000;
}

.case-item .content .category {
  color: #888;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
}

.case-item:hover .thumb img {
  border-radius: 3px;
}

.case-item:hover .content .name a {
  color: #568701;
}

.case-slider-container .swiper-pagination {
  align-items: center;
  display: flex;
  margin: 27px auto 0;
  min-height: 15px;
  max-width: 64px;
  position: relative;
}

.case-slider-container
  .swiper-pagination.swiper-pagination-bullets
  .swiper-pagination-bullet {
  background-color: #e6e6e6;
  border-radius: 50%;
  height: 10px;
  margin: 0 5px;
  opacity: 1;
  width: 10px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.case-slider-container
  .swiper-pagination.swiper-pagination-bullets
  .swiper-pagination-bullet:hover {
  background-color: #2cb4af;
}

.case-slider-container
  .swiper-pagination.swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #2cb4af;
  height: 14px;
  width: 14px;
}

.home-default-wrapper .appointment-area {
  padding: 0 0 3px;
}

@media only screen and (max-width: 1199px) {
  .home-default-wrapper .appointment-area {
    padding: 0;
  }
}

.home-default-wrapper .accordian-content {
  padding-right: 30px;
  padding-top: 2px;
}

.home-default-wrapper .accordian-content .accordion {
  margin-bottom: 52px;
}

@media only screen and (max-width: 991px) {
  .home-default-wrapper .accordian-content .accordion {
    margin-bottom: 30px;
  }
}

.home-default-wrapper .accordian-content .btn-line {
  border-bottom: 1px solid #7e7e7e;
  color: #666;
  display: inline-block;
  line-height: 1;
  padding-bottom: 1px;
  text-transform: uppercase;
}

.home-default-wrapper .accordian-content .btn-line:hover {
  border-bottom-color: #2cb4af;
  color: #2cb4af;
}

.home-default-wrapper .map-area {
  background-color: #ddd;
  height: 667px;
}

@media only screen and (max-width: 1399px) {
  .home-default-wrapper .map-area {
    height: 360px;
  }
}

@media only screen and (max-width: 767px) {
  .home-default-wrapper .map-area {
    height: 280px;
  }
}

.home-default-wrapper .map-area iframe {
  height: 100%;
  width: 100%;
}

.blog-area.blog-default-area {
  padding: 130px 0 120px;
}

@media only screen and (max-width: 1199px) {
  .blog-area.blog-default-area {
    padding: 100px 0 95px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-area.blog-default-area {
    padding: 65px 0 80px;
  }
}

@media only screen and (max-width: 575px) {
  .blog-area.blog-default-area {
    padding: 45px 0 70px;
  }
}

.blog-area.blog-default-area .section-title {
  margin-bottom: 70px;
}

@media only screen and (max-width: 991px) {
  .blog-area.blog-default-area .section-title {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 575px) {
  .blog-area.blog-default-area .section-title {
    margin-bottom: 40px;
  }
}

.post-items-style1 {
  padding-right: 69px;
}

@media only screen and (max-width: 1199px) {
  .post-items-style1 {
    padding-right: 10px;
  }
}

.post-items-style1 .post-item {
  border-bottom: 1px solid rgba(51, 51, 51, 0.15);
  margin-bottom: 27px;
  padding-bottom: 24px;
}

@media only screen and (max-width: 1199px) {
  .post-items-style1 .post-item {
    display: flex;
  }
}

@media only screen and (max-width: 479.98px) {
  .post-items-style1 .post-item {
    display: block;
  }
}

.post-items-style1 .post-item .thumb {
  float: left;
  min-width: 138px;
  margin-right: 30px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 479.98px) {
  .post-items-style1 .post-item .thumb {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.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 .content .title {
  color: #000;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.25px;
  margin-bottom: 7px;
  position: relative;
  top: -5px;
}

@media only screen and (max-width: 575px) {
  .post-items-style1 .post-item .content .title {
    font-size: 16px;
  }
}

.post-items-style1 .post-item .content .title a {
  color: #000;
}

@media only screen and (max-width: 991px) {
  .post-items-style1 .post-item .content .title a br {
    display: none;
  }
}

.post-items-style1 .post-item .content .title a:hover {
  color: #2cb4af;
}

.post-items-style1 .post-item .content .category {
  color: #666;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 14px;
}

.post-items-style1 .post-item .content .meta {
  color: #999;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}

.post-items-style1 .post-item .content .meta a {
  color: #000;
}

.post-items-style1 .post-item .content .meta a .icon {
  color: #666;
  padding-right: 7px;
}

.post-items-style1 .post-item .content .meta a:hover {
  color: #2cb4af;
}

.post-items-style1 .post-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.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-style2 .post-item {
  border-bottom: 1px solid #dbdbdb;
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

@media only screen and (max-width: 575px) {
  .post-items-style2 .post-item {
    display: block;
  }
}

.post-items-style2 .post-item .thumb {
  float: left;
  min-width: 300px;
  margin-right: 26px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 575px) {
  .post-items-style2 .post-item .thumb {
    float: none;
    min-width: auto;
    margin-bottom: 30px;
    margin-right: 0;
  }
}

.post-items-style2 .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-style2 .post-item .content .title {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.25px;
  margin-bottom: 21px;
}

@media only screen and (max-width: 1199px) {
  .post-items-style2 .post-item .content .title {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .post-items-style2 .post-item .content .title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}

.post-items-style2 .post-item .content .title a {
  color: #000;
}

.post-items-style2 .post-item .content .title a:hover {
  color: #2cb4af;
}

.post-items-style2 .post-item .content .category {
  color: #2cb4af;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 9px;
  position: relative;
  text-transform: uppercase;
  top: -7px;
}

.post-items-style2 .post-item .content .meta {
  color: #999;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.15px;
  margin-bottom: 0;
}

.post-items-style2 .post-item .content .meta a {
  color: #000;
}

.post-items-style2 .post-item .content .meta a .icon {
  color: #666;
  padding-right: 7px;
}

.post-items-style2 .post-item .content .meta a:hover {
  color: #2cb4af;
}

.post-items-style2 .post-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.post-items-style2 .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-style3 .post-item .thumb {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.post-items-style3 .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-style3 .post-item .content .title {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.25px;
  margin-bottom: 7px;
}

.post-items-style3 .post-item .content .title a {
  color: #000;
}

.post-items-style3 .post-item .content .title a:hover {
  color: #2cb4af;
}

.post-items-style3 .post-item .content .category {
  color: #2cb4af;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 11px;
  text-transform: uppercase;
}

.post-items-style3 .post-item .content .meta {
  color: #999;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}

.post-items-style3 .post-item .content .meta a {
  color: #000;
}

.post-items-style3 .post-item .content .meta a .icon {
  color: #666;
  padding-right: 7px;
}

.post-items-style3 .post-item .content .meta a:hover {
  color: #2cb4af;
}

.post-items-style3 .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-details-content .post-details-body .content .title {
  color: #000;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 48px;
  margin-bottom: 65px;
  margin-right: 100px;
}

@media only screen and (max-width: 767px) {
  .post-details-content .post-details-body .content .title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 575px) {
  .post-details-content .post-details-body .content .title {
    margin-right: 0;
  }
}

.post-details-content .post-details-body .content .meta {
  color: #999;
  font-size: 14px;
  letter-spacing: -0.15px;
  margin-bottom: 37px;
  margin-top: 42px;
}

.post-details-content .post-details-body .content .meta .category {
  color: #2cb4af;
  font-size: 14px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.post-details-content .post-details-body .content .meta span {
  display: inline-block;
  margin: 0 6px;
}

.post-details-content .post-details-body .content .meta .author {
  color: #000;
}

.post-details-content .post-details-body .content .meta .author:hover {
  color: #2cb4af;
}

.post-details-content .post-details-body .content p {
  color: #666;
  font-size: 16px;
  letter-spacing: -0.15px;
  line-height: 30px;
  margin-bottom: 54px;
}

.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 .content .blockquote-area {
  padding: 14px 145px 0 58px;
}

@media only screen and (max-width: 767px) {
  .post-details-content .post-details-body .content .blockquote-area {
    padding: 0;
  }
}

.post-details-content
  .post-details-body
  .content
  .blockquote-area
  .blockquote-style {
  margin-bottom: 0;
}

.post-details-content
  .post-details-body
  .content
  .blockquote-area
  .blockquote-style
  p {
  color: #000;
  display: flex;
  font-size: 24px;
  letter-spacing: 0.25px;
  line-height: 36px;
}

@media only screen and (max-width: 1199px) {
  .post-details-content
    .post-details-body
    .content
    .blockquote-area
    .blockquote-style
    p
    br {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .post-details-content
    .post-details-body
    .content
    .blockquote-area
    .blockquote-style
    p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 35px;
  }
}

.post-details-content
  .post-details-body
  .content
  .blockquote-area
  .blockquote-style
  p
  span {
  font-size: 60px;
  margin-right: 7px;
  margin-top: 1px;
}

.post-details-content .post-details-body .content .widget-tags.tags-style2 {
  border-bottom: 1px solid #e9ebed;
  margin-bottom: 60px;
  padding-bottom: 27px;
  padding-top: 31px;
}

@media only screen and (max-width: 1199px) {
  .post-details-content .post-details-body .content .widget-tags.tags-style2 {
    padding-top: 0;
  }
}

.post-details-content
  .post-details-body
  .content
  .widget-tags.tags-style2
  ul
  li
  a {
  padding: 6.5px 12.41px 7.5px;
}

.post-details-content .post-details-body .related-post {
  padding: 25px 0 101px;
}

@media only screen and (max-width: 1199px) {
  .post-details-content .post-details-body .related-post {
    padding: 0 0 65px;
  }
}

@media only screen and (max-width: 991px) {
  .post-details-content .post-details-body .related-post {
    padding: 0 0 50px;
  }
}

.post-details-content .post-details-body .related-post .title {
  display: inline-block;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -1.04px;
  line-height: 1.1;
  margin-bottom: 46px;
}

.post-details-content .post-details-body .related-post .title span {
  color: #2cb4af;
  font-weight: 300;
}

.post-details-content
  .post-details-body
  .related-post
  .post-items-style3
  .post-item
  .thumb {
  margin-bottom: 18px;
}

.post-details-content
  .post-details-body
  .related-post
  .post-items-style3
  .post-item
  .content
  .category {
  margin-bottom: 11px;
}

@media only screen and (max-width: 767px) {
  .post-details-content
    .post-details-body
    .related-post
    .post-items-style3
    .post-item
    .content
    .category {
    display: block;
  }
}

.post-details-content
  .post-details-body
  .related-post
  .post-items-style3
  .post-item
  .content
  .title {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.25px;
  margin: 0 0 30px;
}

.post-details-content
  .post-details-body
  .related-post
  .post-items-style3
  .post-item
  .content
  .title
  a {
  color: #000;
}

.post-details-content
  .post-details-body
  .related-post
  .post-items-style3
  .post-item
  .content
  .title
  a:hover {
  color: #2cb4af;
}

.comment-area {
  background-color: #eef1f3;
  padding: 125px 0 146px;
}

@media only screen and (max-width: 1199px) {
  .comment-area {
    padding: 95px 0 100px;
  }
}

@media only screen and (max-width: 767px) {
  .comment-area {
    padding: 85px 0 90px;
  }
}

.comment-area .section-title {
  margin-bottom: 46px;
}

.comment-area .section-title .title {
  font-size: 36px;
  margin-bottom: 9px;
}

.comment-area .section-title p {
  letter-spacing: -0.2176px;
  margin-bottom: 0;
}

.widget-item .widget-title {
  color: #000;
  font-size: 18px;
  letter-spacing: 0;
  margin-bottom: 47px;
  text-transform: uppercase;
}

.widget-tags ul li {
  color: #999;
  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: #999;
  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: #2cb4af;
  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: initial;
  border: 1px solid #d7d7d7;
  letter-spacing: -0.15px;
  padding: 6.5px 12.41px;
}

.widget-tags.tags-style2 ul li a:hover {
  background-color: #2cb4af;
  border-color: #2cb4af;
  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: #2cb4af;
}

.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: #2cb4af;
}

.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 {
  color: #999;
  font-size: 14px;
  letter-spacing: -0.15px;
}

.widget-search-box form input::-moz-placeholder {
  color: #999;
  font-size: 14px;
  letter-spacing: -0.15px;
}

.widget-search-box form input:-ms-input-placeholder {
  color: #999;
  font-size: 14px;
  letter-spacing: -0.15px;
}

.widget-search-box form input:-moz-placeholder {
  color: #999;
  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-area {
  background-color: #e9edee;
  padding: 0 0 181px;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .contact-area {
    padding: 0 0 100px;
  }
}

@media only screen and (max-width: 991px) {
  .contact-area {
    padding: 100px 0;
  }
}

@media only screen and (max-width: 767px) {
  .contact-area {
    padding: 80px 0;
  }
}

@media only screen and (max-width: 767px) {
  .contact-area .container {
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 479.98px) {
  .contact-area .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.contact-info-content {
  background-color: #2cb4af;
  display: flex;
  justify-content: space-between;
  margin-bottom: 111px;
  margin-top: -87px;
  padding: 77px 47px 92px 71px;
}

@media only screen and (max-width: 1199px) {
  .contact-info-content {
    margin-bottom: 98px;
  }
}

@media only screen and (max-width: 991px) {
  .contact-info-content {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .contact-info-content {
    display: block;
    margin-bottom: 80px;
    padding: 57px 27px 72px 31px;
  }
}

@media only screen and (max-width: 479.98px) {
  .contact-info-content {
    display: block;
    margin-bottom: 70px;
    padding: 57px 17px 62px 21px;
  }
}

.contact-info-content .info-address {
  max-width: 375px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .contact-info-content .info-address {
    margin-bottom: 50px;
    max-width: none;
    padding-bottom: 40px;
  }
}

.contact-info-content .info-address:after {
  background-color: #fff;
  bottom: 8px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 70px;
}

.contact-info-content .info-address .title {
  color: #fff;
  display: inline-block;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.44px;
  line-height: 1.1;
  margin-bottom: 19px;
}

@media only screen and (max-width: 1199px) {
  .contact-info-content .info-address .title {
    font-size: 30px;
  }
}

.contact-info-content .info-address .title span {
  color: #c8eaea;
  font-weight: 300;
}

.contact-info-content .info-address p {
  color: #fff;
  font-size: 16px;
  letter-spacing: -0.15px;
  line-height: 24px;
  margin-bottom: 36px;
}

@media only screen and (max-width: 1199px) {
  .contact-info-content .info-address p {
    font-size: 15px;
  }
}

.contact-info-content .info-address a {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0;
}

.contact-info-content .info-address a span {
  color: #9cc;
}

.contact-info-content .brand-office {
  margin-top: 19px;
  max-width: 430px;
}

@media only screen and (max-width: 767px) {
  .contact-info-content .brand-office {
    max-width: none;
  }
}

.contact-info-content .brand-office .info-tem {
  letter-spacing: -0.15px;
  margin-bottom: 42px;
}

.contact-info-content .brand-office .info-tem h6 {
  color: #9cc;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 9px;
}

.contact-info-content .brand-office .info-tem p {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}

.contact-info-content .brand-office .info-tem.style-two {
  margin-bottom: 50px;
}

.contact-info-content .brand-office .info-tem.style-two h6 {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.contact-info-content .brand-office .info-tem.style-two p {
  font-size: 48px;
  line-height: 1;
}

@media only screen and (max-width: 1199px) {
  .contact-info-content .brand-office .info-tem.style-two p {
    font-size: 36px;
  }
}

@media only screen and (max-width: 479.98px) {
  .contact-info-content .brand-office .info-tem.style-two p {
    font-size: 30px;
  }
}

.contact-info-content .brand-office .info-tem:last-child h6 {
  margin-bottom: 10px;
}

.contact-form .section-title {
  margin-bottom: 70px;
}

@media only screen and (max-width: 1199px) {
  .contact-form .section-title {
    margin-bottom: 60px;
  }
}

.contact-form .contact-form-wrapper {
  background-color: #fff;
  padding: 45px 50px 61px;
}

@media only screen and (max-width: 479.98px) {
  .contact-form .contact-form-wrapper {
    padding: 35px 25px 45px;
  }
}

.contact-map-area {
  background-color: #ddd;
  height: 636px;
}

@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-area {
  color: #666;
  padding: 50px 0 0;
}

@media only screen and (max-width: 1199px) {
  .footer-area {
    padding: 68px 0 0;
  }
}

@media only screen and (max-width: 991px) {
  .footer-area {
    padding: 98px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .footer-area {
    padding: 73px 0 0;
  }
}

.footer-area.border-top-style:before {
  border-top: 1px solid #e5e5e5;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.footer-area .widget-title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.522px;
  margin: 29px 0 25px;
  text-transform: uppercase;
}

@media only screen and (max-width: 991px) {
  .footer-area .widget-title {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .footer-area .widget-title {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 575px) {
  .footer-area .widget-title {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .footer-area .about-widget {
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-area .about-widget {
    margin-bottom: 55px;
  }
}

@media only screen and (max-width: 575px) {
  .footer-area .about-widget {
    margin-bottom: 45px;
  }
}

.footer-area .about-widget .footer-logo {
  display: inline-block;
  margin-bottom: 29px;
}

.footer-area .about-widget p {
  margin-bottom: 40px;
}

.footer-area .widget-posts {
  margin-top: -6px;
}

.footer-area .widget-posts .posts-item li {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 9px;
  padding-bottom: 11px;
}

.footer-area .widget-posts .posts-item li a {
  align-items: flex-start;
  color: #666;
  display: flex;
  letter-spacing: 0;
}

@media only screen and (max-width: 767px) {
  .footer-area .widget-posts .posts-item li a {
    align-items: flex-start;
  }
}

.footer-area .widget-posts .posts-item li a .icon {
  font-size: 15px;
  line-height: 20px;
  margin-right: 8px;
}

@media only screen and (max-width: 767px) {
  .footer-area .widget-posts .posts-item li a .icon {
    position: relative;
    top: 3px;
  }
}

.footer-area .widget-posts .posts-item li a:hover {
  color: #000;
}

.footer-area .widget-posts .posts-item li:last-child {
  border-bottom: none;
}

.footer-area .widget-contact-info {
  padding-top: 0px;
}

.footer-area .widget-contact-info li {
  display: flex;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 12px;
  padding-top: 4px;
  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 i {
  color: #999;
  font-size: 20px;
  line-height: 26px;
  position: relative;
  top: -2px;
  width: 37px;
  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 {
  color: #666;
}

.footer-area .widget-contact-info li:first-child {
  margin-bottom: 13px;
  padding-top: 5px;
}

.footer-area .widget-contact-info li:first-child i {
  font-size: 22px;
  left: -2px;
  top: 1px;
  width: 55px;
}

@media only screen and (max-width: 575px) {
  .footer-area .widget-contact-info li:first-child i {
    width: 37px;
  }
}

@media (max-width: 359px) {
  .footer-area .widget-contact-info li:first-child i {
    width: 48px;
  }
}

.footer-area .widget-contact-info li:last-child {
  margin-bottom: 0;
  padding-top: 5px;
}

.footer-area .widget-contact-info li:last-child i {
  top: 0;
}

.footer-area .widget-contact-info li:hover {
  color: #2cb4af;
}

.footer-area .widget-contact-info li:hover i {
  color: #2cb4af;
}

.footer-area .widget-contact-info li:hover a {
  color: #2cb4af;
}

.footer-area .widget-newsletter {
  border-bottom: 1px solid #e1e1e1;
  margin-top: -7px;
}

@media only screen and (max-width: 575px) {
  .footer-area .widget-newsletter {
    border-bottom: none;
    padding-bottom: 10px;
  }
}

.footer-area .widget-newsletter p {
  letter-spacing: 0;
  line-height: 26px;
  margin-bottom: 24px;
}

.footer-area .widget-newsletter .newsletter-form {
  position: relative;
}

.footer-area .widget-newsletter .newsletter-form.input-btn-group {
  background-color: #f8f8f8;
  box-shadow: none;
  margin: 0;
  padding: 0;
}

.footer-area .widget-newsletter .newsletter-form.input-btn-group .form-control {
  background-color: #f8f8f8;
  border: none;
  border-radius: 0;
  height: 46px;
  margin-bottom: 0;
  padding: 6px 18px;
  position: relative;
}

.footer-area
  .widget-newsletter
  .newsletter-form.input-btn-group
  .form-control::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
}

.footer-area
  .widget-newsletter
  .newsletter-form.input-btn-group
  .form-control::-moz-placeholder {
  color: #999;
  font-size: 14px;
}

.footer-area
  .widget-newsletter
  .newsletter-form.input-btn-group
  .form-control:-ms-input-placeholder {
  color: #999;
  font-size: 14px;
}

.footer-area
  .widget-newsletter
  .newsletter-form.input-btn-group
  .form-control:-moz-placeholder {
  color: #999;
  font-size: 14px;
}

@media only screen and (max-width: 1399px) {
  .footer-area
    .widget-newsletter
    .newsletter-form.input-btn-group
    .form-control {
    width: calc(100% - 49px);
  }
}

.footer-area
  .widget-newsletter
  .newsletter-form.input-btn-group
  .form-control:focus {
  box-shadow: none;
  padding: 5px 17px;
}

.footer-area .widget-newsletter .newsletter-form.input-btn-group .btn-theme {
  background-color: #2cb4af;
  border-radius: 0;
  color: #fff;
  height: 46px;
  min-height: auto;
  padding: 10px 12.5px;
}

.footer-area .widget-newsletter .newsletter-form.input-btn-group .btn-theme i {
  font-size: 22px;
}

.footer-area
  .widget-newsletter
  .newsletter-form.input-btn-group
  .btn-theme:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.footer-area .widget-social-icons {
  margin-bottom: 0;
  margin-left: -1px;
  margin-top: 14px;
}

.footer-area .widget-social-icons a {
  color: #999;
  display: inline-block;
  font-size: 18px;
  margin-right: 13.84px;
}

.footer-area .widget-social-icons a:last-child {
  margin-right: 0;
}

.footer-area .widget-social-icons a:hover {
  color: #2cb4af;
}

.footer-area .footer-bottom {
  margin-top: 20px;
  padding: 20px 0 20px;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .footer-area .footer-bottom {
    margin-top: 55px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-area .footer-bottom {
    margin-top: 30px;
    padding: 21px 0 18px;
  }
}

@media only screen and (max-width: 575px) {
  .footer-area .footer-bottom {
    margin-top: 70px;
  }
}

.footer-area .footer-bottom:before {
  border-top: 1px solid #e5e5e5;
  content: "";
  left: 50%;
  max-width: 1170px;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
}

.footer-area .footer-bottom .widget-copyright p {
  color: #999;
  letter-spacing: 0;
  padding-top: 0;
}

.footer-area .footer-bottom .widget-copyright p span {
  color: #2cb4af;
  font-weight: 700;
}

.footer-area .footer-bottom .widget-copyright p i {
  color: #f53400;
  font-size: 16px;
  margin: 0 5px;
}

.footer-area .footer-bottom .widget-copyright p a {
  color: #000;
  font-weight: 500;
}

.reveal-footer {
  bottom: 0;
  left: 0;
  position: static;
  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;
  }
}

/* Custom CSS for Home Page Start  */

.main-logo img {
  filter: drop-shadow(1px 0px #00ffff);
}

.search-container {
  width: 100%;
  background: white;
  border-radius: 24px;
  box-shadow: 0 10px 10px rgba(0, 150, 255, 0.15);
  overflow: hidden;
  position: relative;
}

/* Header Section */
.search-header {
  background: linear-gradient(180deg, #2dc97c 0%, #2cb4af 100%);
  padding: 20px 40px;
  color: white;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.header-decoration {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
}

.decoration-1 {
  width: 200px;
  height: 200px;
  top: -50px;
  right: -50px;
}

.decoration-2 {
  width: 150px;
  height: 150px;
  bottom: -30px;
  left: -30px;
}

.search-header h1 {
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 5px;
  line-height: 1.2;
}

.search-header h1 span {
  color: #fff;
}

.search-header .subtitle {
  font-size: 1rem;
  opacity: 0.9;
}

/* Animated Text */
.animated-text {
  display: inline-block;
  min-width: 200px;
  position: relative;
  color: #ffdd40;
  font-weight: 700;
}

.animated-text::after {
  content: "|";
  position: absolute;
  right: -8px;
  animation: blink 1s infinite;
}

@keyframes blink {
  0%,
  50% {
    opacity: 1;
  }
  51%,
  100% {
    opacity: 0;
  }
}

/* Search Form */
.search-form {
  background: white;
  padding: 20px 40px;
  position: relative;
  z-index: 1;
}

.form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  align-items: flex-end;
}

.form-group {
  flex: 1;
  position: relative;
}

.form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
  color: #2c3e50;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  gap: 8px;
}

.form-group label i {
  color: #2cb4af;
}

.input-with-icon {
  position: relative;
}

.input-with-icon i {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #666;
  font-size: 1.1rem;
}

.form-control {
  width: 100%;
  height: 56px;
  padding: 0 15px 0 45px;
  border: 2px solid #e1e8ed;
  border-radius: 12px;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: #f8fafc;
}

.form-control:focus {
  outline: none;
  border-color: #2cb4af;
  box-shadow: 0 0 0 3px rgba(0, 180, 219, 0.1);
  background: white;
}

/* Insurance Selector */
.insurance-selector {
  cursor: pointer;
}

.selected-option {
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  background: #f8fafc;
  border: 2px solid #e1e8ed;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.selected-option:hover {
  border-color: #2cb4af;
}

.option-content {
  display: flex;
  align-items: center;
  gap: 10px;
}

.insurance-badge {
  background: #e3f7ff;
  color: #2cb4af;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
}

/* Keywords Section */
.keywords-section {
  margin-top: 20px;
}

.keywords-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 5px;
  color: #666;
  font-size: 0.9rem;
}

.keywords-title i {
  color: #ffb300;
}

.keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.keyword-tag {
  background: #f0f9ff;
  color: #2cb4af;
  padding: 8px 18px;
  border-radius: 20px;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid #d1ecff;
}

.keyword-tag:hover {
  background: #2cb4af;
  color: white;
  transform: translateY(-2px);
}

/* Search Button */
.search-button {
  background: linear-gradient(180deg, #2dc97c 0%, #2cb4af 100%);
  color: white;
  border: none;
  height: 56px;
  padding: 0 15px;
  border-radius: 12px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.search-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 180, 219, 0.3);
}

/* Modal Styles */
.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.modal-content {
  background: white;
  border-radius: 20px;
  width: 100%;
  max-width: 500px;
  max-height: 90vh;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  animation: modalSlide 0.3s ease;
}

@keyframes modalSlide {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.modal-header {
  background: linear-gradient(180deg, #2dc97c 0%, #2cb4af 100%);
  color: white;
  padding: 25px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-header h3 {
  font-size: 1.5rem;
  font-weight: 600;
}

.close-modal {
  background: none;
  border: none;
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

.close-modal:hover {
  background: rgba(255, 255, 255, 0.1);
}

.modal-body {
  padding: 30px;
}

.search-box {
  margin-bottom: 20px;
}

.search-box input {
  width: 100%;
  padding: 12px 20px;
  border: 2px solid #e1e8ed;
  border-radius: 12px;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.search-box input:focus {
  outline: none;
  border-color: #2cb4af;
}

.insurance-options {
  max-height: 400px;
  overflow-y: auto;
  padding-right: 10px;
}

.insurance-option {
  display: flex;
  align-items: center;
  padding: 15px;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 10px;
  border: 2px solid transparent;
}

.insurance-option:hover {
  background: #f8fafc;
  border-color: #e1e8ed;
}

.insurance-option.selected {
  background: #f0f9ff;
  border-color: #2cb4af;
}

.insurance-icon {
  width: 50px;
  height: 50px;
  background: #e3f7ff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  color: #2cb4af;
  font-size: 1.3rem;
}

.insurance-info {
  flex: 1;
}

.insurance-name {
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 4px;
}

.insurance-type {
  font-size: 0.85rem;
  color: #666;
}

.modal-footer {
  padding: 20px 30px;
  border-top: 1px solid #e1e8ed;
  display: flex;
  justify-content: flex-end;
}

.apply-button {
  background: #2cb4af;
  color: white;
  border: none;
  padding: 12px 30px;
  border-radius: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.apply-button:hover {
  background: #2cb4af;
  transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 992px) {
  .form-row {
    flex-wrap: wrap;
  }

  .search-button {
    width: 100%;
  }

  .search-header h1 {
    font-size: 2.2rem;
  }
}

@media (max-width: 768px) {
  .search-header {
    padding: 40px 20px;
  }

  .search-form {
    padding: 30px 20px;
  }

  .search-header h1 {
    font-size: 1.8rem;
  }

  .form-group {
    flex: 100%;
  }

  .modal-content {
    margin: 10px;
  }
}

/* Scrollbar Styling */
.insurance-options::-webkit-scrollbar {
  width: 6px;
}

.insurance-options::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.insurance-options::-webkit-scrollbar-thumb {
  background: #2cb4af;
  border-radius: 10px;
}

.main-content {
  margin-bottom: 0px !important;
}

.home-slider-area.slider-default.other-page-banner {
  height: 130px !important;
}

.upload-group {
  position: relative;
  margin-bottom: 20px;
}

.optional-badge {
  background-color: #e8f4ff;
  color: #0066cc;
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 10px;
  margin-left: 5px;
  font-weight: 500;
}

.file-upload-container {
  width: 100%;
}

.upload-area {
  border: 2px dashed #d0d7e2;
  border-radius: 12px;
  padding: 0px 20px 20px;
  text-align: center;
  background-color: #f9fbfd;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.upload-area:hover {
  border-color: #2cb4af;
  background-color: #f0f9ff;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 180, 219, 0.1);
}

.upload-area.drag-over {
  border-color: #2cb4af;
  background-color: rgba(0, 180, 219, 0.05);
  border-width: 3px;
}

.upload-icon {
  font-size: 40px;
  color: #2cb4af;
  margin-bottom: 0px;
  transition: transform 0.3s ease;
}

.upload-area:hover .upload-icon {
  transform: scale(1.1);
}

.upload-text {
  color: #5a6c7d;
}

.upload-title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0px;
  color: #2d3748;
}

.upload-subtitle {
  font-size: 14px;
  margin-bottom: 0px;
  color: #718096;
}

.upload-hint {
  font-size: 12px;
  color: #a0aec0;
}

/* Upload Preview Styles */
.upload-preview {
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 15px;
  background-color: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  margin-top: 10px;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.file-info {
  display: flex;
  align-items: center;
  gap: 15px;
}

.file-icon {
  font-size: 32px;
  color: #e53e3e;
  width: 40px;
  text-align: center;
}

.file-details {
  flex: 1;
}

.file-name {
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 3px;
  word-break: break-word;
}

.file-size {
  font-size: 12px;
  color: #718096;
}

.file-actions {
  display: flex;
  gap: 10px;
}

.preview-btn,
.remove-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 16px;
}

.preview-btn {
  background-color: #e6fffa;
  color: #2cb4af;
}

.preview-btn:hover {
  background-color: #2cb4af;
  color: white;
  transform: scale(1.1);
}

.remove-btn {
  background-color: #fff5f5;
  color: #e53e3e;
}

.remove-btn:hover {
  background-color: #e53e3e;
  color: white;
  transform: scale(1.1);
}

/* Preview Modal Styles */
.upload-preview-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  align-items: center;
  justify-content: center;
  animation: fadeInModal 0.3s ease;
}

@keyframes fadeInModal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.modal-content {
  background-color: white;
  border-radius: 16px;
  width: 90%;
  max-width: 500px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  background-color: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
}

.modal-header h3 {
  color: #2d3748;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.modal-close {
  background: none;
  border: none;
  font-size: 20px;
  color: #718096;
  cursor: pointer;
  transition: color 0.2s ease;
}

.modal-close:hover {
  color: #2d3748;
}

.modal-body {
  padding: 40px 25px;
  text-align: center;
}

.preview-placeholder {
  color: #718096;
}

.preview-placeholder i {
  font-size: 64px;
  color: #2cb4af;
  margin-bottom: 20px;
}

.preview-placeholder p {
  font-size: 16px;
  margin-bottom: 8px;
}

.placeholder-subtitle {
  font-size: 14px;
  color: #a0aec0;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .form-row {
    flex-direction: column;
  }

  .upload-area {
    padding: 25px 15px;
  }

  .upload-icon {
    font-size: 40px;
  }

  .file-info {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  .file-actions {
    width: 100%;
    justify-content: center;
  }
}

/* Success Animation */
@keyframes successPulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

.upload-success .upload-icon {
  color: #10b981;
  animation: successPulse 0.5s ease;
}

.upload-success .upload-title {
  color: #10b981;
}

/* Progress Bar */
.upload-progress {
  margin-top: 15px;
  width: 100%;
  height: 6px;
  background-color: #e2e8f0;
  border-radius: 3px;
  overflow: hidden;
  display: none;
}

.progress-bar {
  height: 100%;
  background: linear-gradient(90deg, #2cb4af, #0099c8);
  width: 0%;
  transition: width 0.3s ease;
  border-radius: 3px;
}
/* Custom CSS for Home Page End  */
