@charset "UTF-8";

/*
-----------------------------------------------------------------------
    Imported CSS
-----------------------------------------------------------------------
*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,700,800,|Montserrat:300,300i,400,400i,500,600,700,|Merriweather:300,300i,400,400i,700,700i,|Raleway:300,400,400i,500,600,700,900,|Maven+Pro:400,500,600,700,800,|Poppins:300,400,400i,500,600,700,|Philosopher:400,400i,700,700i,|Tangerine:400,700,|Hind:400,500,600,700,|Playball:400,|Lato:300,400,400i,700,900,|Playfair+Display:400,400i,600,700,900,900i|Cardo:400,400i,700|Work+Sans:400,500,600,700|Source+Sans+Pro:300,400,400i,600,700);
@import url(bootstrap.min.css);
@import url(font-awesome.css);
@import url(font-awesome5.css);
@import url(elegantIcons.css);
@import url(linea.css);
@import url(linearicons.css);
@import url(pe-icon-7-stroke.css);
@import url(nc-icon-outline.css);
@import url(animate.css);
@import url(jquery.countdown.css);
@import url(rangeslider.css);
@import url(plugin-collection.css);

/*
-----------------------------------------------------------------------
  Typography CSS
-----------------------------------------------------------------------
*/

body {
  color: #000;
  font-size: 0.875rem;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 400;
  line-height: 1.7142857143;
  margin: 0;
  overflow-x: hidden;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #006400;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 0;
}

a {
  color: #F9AB3E;
  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: #8a111d;
  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: #F9AB3E;
  color: #fff;
  text-shadow: none;
}

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

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

img {
  max-width: 100%;
}

iframe {
  border: none !important;
}

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

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

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

table p {
  margin-bottom: 0;
}


/*
-----------------------------------------------------------------------
  Common CSS
-----------------------------------------------------------------------
*/


/*custom css*/

h2.clients-text {
  font-style: italic;
  font-family: "Open Sans", sans-serif !important;
  color: #025122;
}

.clients-bg {
  background: #e6e6e6;
}


/*custom css*/

.section-title {
  margin-bottom: 90px;
}

.section-title h5 {
  color: #727883;
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 15px;
}

.section-title .title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1;
  margin-bottom: 25px;
}

.section-title .title span {
  font-weight: 400;
}

.section-title .desc {
  margin-bottom: 55px;
}

.section-title .desc p {
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 0;
}


/*custom*/

.service-area.service-default-area {
    padding-bottom: 50px !important;
}

/*custom*/

@media only screen and (max-width: 767px) {
  .section-title .desc p br {
    display: none;
  }
  h5.values.uppercase {
    padding: 10px 0;
}
}

.section-title .separator-line {
  border-bottom: 1px solid #F9AB3E;
  display: block;
  margin: 0 auto 40px;
  width: 100px;
}

.section-title .separator-line.separator-gray {
  border-bottom-color: #000;
}

.section-title .separator-line.separator-gray-deep {
  border-bottom-color: #fff;
}

.section-title .separator-line.separator-left {
  margin-left: 0;
}

.section-title .separator-line.separator-double {
  position: relative;
  margin: 0 auto 7px;
}

.section-title .separator-line.separator-double:before {
  border-bottom: 1px solid #F9AB3E;
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  transform: translate(-50%, 7px);
  width: 70px;
}

.section-title .separator-line.separator-double.separator-left {
  margin-left: 0;
}

.section-title .separator-line.separator-double.separator-left:before {
  left: 0;
  transform: translate(0, 7px);
}

.section-title .list-style li {
  color: #727883;
  font-size: 14px;
  margin-bottom: 16px;
  padding-left: 29px;
  position: relative;
}

.section-title .list-style li i {
  color: #F9AB3E;
  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;
}

.section-title.section-style2 .title {
  font-size: 24px;
  letter-spacing: 0;
  margin-bottom: 11px;
}

.section-title.section-style2 .desc {
  margin-bottom: 27px;
}

.section-title.section-style2 .desc p {
  color: #adb2bc;
  font-family: "Open Sans", sans-serif !important;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
}

.section-title.section-style3 .title-wrap {
  margin-bottom: 46px;
  position: relative;
}

.section-title.section-style3 .title-wrap .icon {
  font-size: 48px;
  color: #F9AB3E;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 0;
}

@media only screen and (max-width: 575px) {
  .section-title.section-style3 .title-wrap .icon {
    top: -4px;
  }
}

.section-title.section-style3 .title-wrap .content {
  padding-left: 78px;
}

.section-title.section-style3 .title-wrap .content .title {
  font-size: 18px;
  letter-spacing: 0;
  margin-bottom: 9px;
}

@media only screen and (max-width: 575px) {
  .section-title.section-style3 .title-wrap .content .title {
    font-size: 16px;
  }
}

.section-title.section-style3 .title-wrap .content h5 {
  color: #adb2bc;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
}

@media only screen and (max-width: 575px) {
  .section-title.section-style3 .title-wrap .content h5 {
    font-size: 14px;
  }
}

.section-title.section-style4 h5 {
  color: #fff;
  font-family: "Open Sans", sans-serif !important;
  font-size: 14px;
  font-style: normal;
  letter-spacing: 10px;
  text-transform: uppercase;
  margin-bottom: 13px;
}

.section-title.section-style4 .title {
  color: #F9AB3E;
  font-family: "Open Sans", sans-serif !important;
  font-size: 30px;
  letter-spacing: 0;
  margin-bottom: 21px;
}

@media only screen and (max-width: 767px) {
  .section-title.section-style4 .title {
    font-size: 24px;
  }
}

.section-title.section-style4 .desc {
  margin-bottom: 26px;
}

.section-title.section-style4 .desc p {
  line-height: 24px;
}

.section-title.section-style5 .title {
  color: #F9AB3E;
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 20px;
  position: relative;
  text-transform: uppercase;
}

.section-title.section-style5 .title:before {
  background-color: #F9AB3E;
  content: "";
  height: 1px;
  left: -120px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
}

.section-title.section-style5 .title:after {
  background-color: #F9AB3E;
  content: "";
  height: 1px;
  right: -120px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
}

.section-title.section-style5 .desc {
  margin-bottom: 26px;
}

.section-title.section-style5 .desc p {
  line-height: 24px;
}

.section-title.section-style6 .title {
  color: #F9AB3E;
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 15px;
  position: relative;
  text-transform: uppercase;
}

@media only screen and (max-width: 1199px) {
  .section-title.section-style6 .title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 575px) {
  .section-title.section-style6 .title {
    line-height: 1.2;
  }
}

.section-title.section-style6 .desc {
  margin-bottom: 26px;
}

.section-title.section-style6 .desc p {
  font-size: 16px;
  line-height: 30px;
}

@media only screen and (max-width: 1199px) {
  .section-title.section-style6 .desc p {
    font-size: 14px;
    line-height: 24px;
  }
}

.section-title.section-style6 .separator-line {
  margin-bottom: 25px;
}

.section-title.section-style7 {
  display: inline-block;
  vertical-align: middle;
}

.section-title.section-style7 .separator-line {
  border-style: solid;
  border-width: 1px;
  border-color: #ffffff;
  display: block;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 50px;
}

.section-title.section-style7 .title {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin: 0 30px;
  display: inline-block;
  vertical-align: middle;
}

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

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

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

.personal-site-wrapper {
  border: 50px solid #fff;
  border-bottom: none;
}

@media only screen and (max-width: 1199px) {
  .personal-site-wrapper {
    border: none;
  }
}

.niceselect {
  float: inherit;
}

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

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

.line-hr.hr-style-2 {
  border-color: #f0f1f3;
}

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

.lh-default {
  line-height: 1.7142857143 !important;
}

.top-1 {
  top: 1px;
}

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

.width-92 {
  width: 92px !important;
}

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

.input-btn-group {
  align-items: center;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 35px 100px 0px rgba(171, 181, 189, 0.35);
  display: flex;
  padding: 5px 5px 5px 0;
}

.input-btn-group .form-control {
  border: none;
  border-radius: 0;
  border-right: 2px solid #eaeaea;
  height: 24px;
  padding-left: 30px;
}

.input-btn-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #aba5a5;
}

.input-btn-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #aba5a5;
}

.input-btn-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #aba5a5;
}

.input-btn-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #aba5a5;
}

.input-btn-group .form-control.no-border {
  border: none;
}

.input-btn-group .form-control:focus {
  box-shadow: none;
}

.input-btn-group .btn-theme {
  border-radius: 5px;
  height: 50px;
}

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


/*-------- Button Style Css --------*/

.btn-theme {
  background-color: #025122;
  border-color: #025122;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  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: #025122;
  border-color: #025122;
  color: #fff;
}

.btn-theme.btn-black {
  background-color: #000;
  border-color: #000;
}

.btn-theme.btn-black:hover {
  background-color: #75AF17;
  border-color: #75AF17;
  color: #fff;
}

.btn-theme.btn-white {
  background-color: #fff;
  border-color: #fff;
  color: #0e0e0e;
}

.btn-theme.btn-white:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.btn-theme.btn-white.btn-border {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  line-height: 29px;
}

.btn-theme.btn-white.btn-border:hover {
  background-color: #75AF17;
  border-color: #75AF17;
  color: #fff;
}

.btn-theme.btn-gray {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  color: #0e0e0e;
}

.btn-theme.btn-gray:hover {
  background-color: #75AF17;
  border-color: #75AF17;
  color: #fff;
}

.btn-theme.btn-gradient {
  border: none;
  color: #fff;
  letter-spacing: 0.15px;
  padding: 15px 31px;
  background-color: #e94d04;
  background-image: linear-gradient(90deg, #e94d04 0%, #eea849 100%);
  background-image: -ms-linear-gradient(90deg, #e94d04 0%, #eea849 100%);
}

.btn-theme.btn-gradient:hover {
  color: #fff;
  background-color: #eea849;
  background-image: linear-gradient(-90deg, #e94d04 0%, #eea849 100%);
  background-image: -ms-linear-gradient(-90deg, #e94d04 0%, #eea849 100%);
}

.btn-theme.btn-border {
  background-color: transparent;
  border: 1px solid #F9AB3E;
  color: #F9AB3E;
}

.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: #75AF17;
  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-family: "Open Sans", sans-serif !important;
  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: #F9AB3E;
  text-decoration: none;
}

.btn-link span+.icon {
  color: #F9AB3E;
  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: #F9AB3E;
  bottom: 0;
  content: "";
  height: 1px;
  right: 0;
  position: absolute;
  width: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.btn-link.btn-line:hover {
  color: #000;
}

.btn-link.btn-line:hover:after {
  left: 0;
  width: 100%;
}

.btn-link.btn-dark {
  background-color: transparent;
  border: none;
  color: #0e0e0e;
}

.btn-link.btn-dark:after {
  background-color: #0e0e0e;
  left: 0;
  width: 100%;
}

.btn-link.btn-dark:hover {
  color: #F9AB3E;
}

.btn-link.btn-dark:hover:hover:before {
  background-color: #F9AB3E;
}

.btn-link.btn-dark:hover:hover:after {
  background-color: #F9AB3E;
}


/*-------- Owl Carousel Style Css --------*/

.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: no-repeat #000;
}

.carousel-control-next-icon {
  padding-top: 3px;
}

.carousel-control-prev-icon {
  padding-top: 3px;
}

.carousel-control-prev {
  left: -76px;
}

.carousel-control-next {
  right: -75px;
}

.owl-carousel.owl-theme .owl-nav {
  margin: 0;
}

.owl-carousel.owl-theme .owl-nav [class*=owl-] {
  background-color: transparent;
  font-size: 24px;
  font-weight: 900;
  margin: 0;
  line-height: 38px;
  background: #fff;
  padding: 0px 17px !important;
  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: #F9AB3E;
}

.owl-carousel.owl-theme .owl-nav .owl-prev {
  margin-right: 10px;
}

.owl-carousel.owl-theme .owl-nav .owl-next {
  margin-left: 10px;
}

.owl-carousel.owl-theme.owl-nav2 .owl-nav {
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
}

.owl-carousel.owl-theme.owl-nav2 .owl-nav [class*=owl-] {
  position: absolute;
}

.owl-carousel.owl-theme.owl-nav2 .owl-nav [class*=owl-].owl-prev {
  left: 0;
}

.owl-carousel.owl-theme.owl-nav2 .owl-nav [class*=owl-].owl-next {
  right: 0;
}

.owl-carousel.owl-theme .owl-dots {
  margin-top: 55px;
}

.owl-carousel.owl-theme .owl-dots .owl-dot span {
  background-color: #808080;
  border: 1px solid #808080;
  height: 10px;
  margin: 5px 12px;
  width: 10px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #F9AB3E;
  border-color: #F9AB3E;
}

.owl-carousel.owl-dots-none .owl-dots {
  display: none;
}


/*-------- Page Title Style Css --------*/

.page-title-area .page-title-content {
  padding: 240px 0 180px;
}

@media only screen and (max-width: 991px) {
  .page-title-area .page-title-content {
    padding: 180px 0 120px;
  }
}

.page-title-area .page-title-content .title {
  color: #000;
  font-family: "Open Sans", sans-serif !important;
  font-size: 36px;
}

@media only screen and (max-width: 767px) {
  .page-title-area .page-title-content .title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 575px) {
  .page-title-area .page-title-content .title {
    line-height: 1.2;
  }
}

.page-title-area .page-title-content .bread-crumbs {
  color: #000;
  font-size: 14px;
}

.page-title-area .page-title-content .bread-crumbs a {
  color: #000;
}

.page-title-area .page-title-content .bread-crumbs .breadcrumb-sep {
  padding: 0 13px;
}

.page-title-area .page-title-content.text-light .title {
  color: #fff;
  font-weight: 700;
  text-align: initial;
}

.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: 70px 0;
}

.page-title-area .page-title-content.content-style2 .title {
  font-size: 24px;
  text-transform: uppercase;
}

.page-title-area .page-title-content.content-style2 .bread-crumbs {
  color: #fff;
}

.page-title-area .page-title-content.content-style2 .bread-crumbs a {
  color: #fff;
}

.page-title-area .page-title-content.content-style2 .bread-crumbs a:hover {
  color: #000;
}

.page-title-area .page-title-content.page-title-contact {
  padding: 295px 0 120px;
}

@media only screen and (max-width: 991px) {
  .page-title-area .page-title-content.page-title-contact {
    padding: 220px 0 100px;
  }
}

.bread-crumbs {
  color: #727883;
  font-size: 16px;
}

.bread-crumbs a {
  color: #727883;
}

.bread-crumbs a:hover {
  color: #F9AB3E;
}


/*-------- Pagination Style Css --------*/

.pagination-area {
  padding: 50px 0;
}

.pagination-area nav .page-numbers {
  align-items: center;
  background-color: #fff;
  border-radius: 5px;
  display: inline-flex;
}

.pagination-area nav .page-numbers li {
  line-height: 1;
  padding: 0;
}

.pagination-area nav .page-numbers li .page-number {
  border: 1px solid #000;
  color: #000;
  display: inline-block;
  font-family: "Open Sans", sans-serif !important;
  font-size: 14px;
  font-weight: 400;
  height: 35px;
  letter-spacing: 0;
  line-height: 33px;
  margin: 0 5px;
  text-align: center;
  width: 40px;
}

.pagination-area nav .page-numbers li .page-number:hover {
  background-color: #000;
  color: #fff;
}

.pagination-area nav .page-numbers li .page-number.current {
  background-color: #000;
  color: #fff;
}

.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.prev:hover {
  background-color: #000;
  color: #fff;
}

.pagination-area nav .page-numbers li .page-number.next {
  border-radius: 0;
  color: #000;
  font-size: 14px;
}

.pagination-area nav .page-numbers li .page-number.next:hover {
  background-color: #000;
  color: #fff;
}

.pagination-area nav .page-numbers li .page-number i {
  font-size: 14px;
}

.pagination-area nav .page-numbers li:first-child {
  padding-left: 0;
}

.pagination-area nav .page-numbers li:last-child {
  padding-right: 0;
}

.pagination-area nav .page-numbers.page-numbers-style {
  box-shadow: 0px 10px 50px 0px rgba(171, 181, 189, 0.35);
}


/*-------- Blockquote Style Css --------*/

.blockquote-area {
  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: #F9AB3E;
  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 Style Css --------*/

.accordian-content .accordion .accordion-item {
  border: none;
  margin-bottom: 30px;
  overflow: visible;
}

.accordian-content .accordion .accordion-item .accordian-heading {
  padding: 0;
}

.accordian-content .accordion .accordion-item .accordian-heading .btn {
  align-items: center;
  background-color: #fff;
  border: none;
  border-radius: 5px;
  color: #fff;
  display: flex;
  font-family: "Open Sans", sans-serif !important;
  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 .accordian-heading .btn:before {
  background-color: #F9AB3E;
  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 .accordian-heading .btn .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 .accordian-heading .btn .icon.icon-plus {
  display: none;
}

.accordian-content .accordion .accordion-item .accordian-heading .btn.collapsed {
  box-shadow: 0px 7px 30px 0px rgba(171, 181, 189, 0.35);
  color: #000;
}

.accordian-content .accordion .accordion-item .accordian-heading .btn.collapsed:before {
  background-color: #fff;
  background-image: none;
}

.accordian-content .accordion .accordion-item .accordian-heading .btn.collapsed .icon {
  color: #000;
}

.accordian-content .accordion .accordion-item .accordian-heading .btn.collapsed .icon.icon-plus {
  display: inline-block;
}

.accordian-content .accordion .accordion-item .accordian-heading .btn.collapsed .icon.icon-minus {
  display: none;
}

.accordian-content .accordion .accordion-item .accordian-heading .btn.collapsed:hover {
  background-color: #f9f9f9;
}

.accordian-content .accordion .accordion-item .accordian-heading .btn.collapsed:hover:before {
  background-color: #f9f9f9;
}

.accordian-content .accordion .accordion-item .accordian-content {
  line-height: 30px;
  padding: 34px 30px 16px;
}

.accordian-content .accordion.no-bg .accordion-item {
  margin-bottom: 27px;
}

.accordian-content .accordion.no-bg .accordion-item .accordian-heading .btn {
  background-color: transparent;
  border-bottom: 1px solid #e1e1e1;
  border-radius: 0;
  color: #000;
  padding: 0 0 20px 20px;
}

.accordian-content .accordion.no-bg .accordion-item .accordian-heading .btn:before {
  display: none;
}

.accordian-content .accordion.no-bg .accordion-item .accordian-heading .btn .icon {
  color: #000;
}

.accordian-content .accordion.no-bg .accordion-item .accordian-heading .btn.collapsed {
  box-shadow: none;
}

.accordian-content .accordion.no-bg .accordion-item .accordian-heading .btn.collapsed:hover {
  background-color: transparent;
}

.accordian-content .accordion.no-bg .accordian-content {
  padding: 20px 35px 14px 20px;
}

.accordian-content .accordion.accordion-style2 .accordion-item .accordian-heading .btn {
  border: none;
  color: #F9AB3E;
  font-size: 18px;
  font-weight: 400;
  justify-content: normal;
  padding: 0 0 16px 46px;
}

.accordian-content .accordion.accordion-style2 .accordion-item .accordian-heading .btn.collapsed {
  color: #023059;
  padding: 0 0 10px 46px;
}

.accordian-content .accordion.accordion-style2 .accordion-item .accordian-heading .btn.collapsed .icon {
  color: #023059;
}

.accordian-content .accordion.accordion-style2 .accordion-item .accordian-heading .btn .icon {
  color: #F9AB3E;
  left: 20px;
  position: absolute;
}

.accordian-content .accordion.accordion-style2 .accordion-item .accordian-content {
  font-size: 15px;
  line-height: 30px;
  padding: 20px 30px 9px 40px;
}

.accordian-content .accordion.accordion-style3 .accordion-item {
  margin-bottom: 38px;
}

.accordian-content .accordion.accordion-style3 .accordion-item .accordian-heading .btn {
  border: none;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  justify-content: normal;
  padding: 0;
}

.accordian-content .accordion.accordion-style3 .accordion-item .accordian-content {
  font-size: 15px;
  line-height: 30px;
  padding: 0;
  margin-top: 14px;
}


/*-------- Tab Style Css --------*/

.feature-tab-content .nav.nav-tabs {
  border-bottom: none;
  margin-bottom: 41px;
}

.feature-tab-content .nav.nav-tabs .nav-item {
  margin-right: 60px;
}

@media only screen and (max-width: 767px) {
  .feature-tab-content .nav.nav-tabs .nav-item {
    margin-right: 25px;
  }
}

@media only screen and (max-width: 575px) {
  .feature-tab-content .nav.nav-tabs .nav-item {
    margin-right: 15px;
    font-size: 12px;
  }
}

.feature-tab-content .nav.nav-tabs .nav-item .nav-link {
  border: none;
  border-bottom: 3px solid #ddd;
  color: #000;
  font-family: "Open Sans", sans-serif !important;
  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: #F9AB3E;
}

.feature-tab-content .nav.nav-tabs .nav-item .nav-link:focus {
  color: #F9AB3E;
}

.feature-tab-content .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  border-bottom-color: #F9AB3E;
}

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


/*-------- History Style Css --------*/

.history-item {
  margin-bottom: 35px;
}

.history-item .content .title {
  color: #727883;
  font-family: "Open Sans", sans-serif !important;
  font-size: 14px;
  display: block;
  font-weight: 700;
  margin-bottom: 13px;
  text-transform: uppercase;
}

.history-item .content .title .item-number {
  color: #F9AB3E;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  padding-right: 5px;
}

.history-item .content p {
  line-height: 30px;
}

.history-item-style2 .history-item {
  margin-right: 16px;
  margin-bottom: 89px;
}

@media only screen and (max-width: 1199px) {
  .history-item-style2 .history-item {
    margin-bottom: 40px;
  }
}

.history-item-style2 .history-item .content .title {
  color: #023059;
  font-size: 18px;
  margin-bottom: 20px;
}

.history-item-style2 .history-item .content .title .item-number {
  padding-right: 25px;
}


/*-------- Faq Style Css --------*/

.faq-area .accordian-content .accordion .accordion-item {
  border: none;
  margin-bottom: 30px;
  overflow: visible;
}

.faq-area .accordian-content .accordion .accordion-item .accordian-heading {
  padding: 0;
}

.faq-area .accordian-content .accordion .accordion-item .accordian-heading .btn {
  background-color: #fff;
}

.faq-area .accordian-content .accordion .accordion-item .accordian-heading .btn:before {
  background-color: #F9AB3E;
  background-image: none;
}

.faq-area .accordian-content .accordion .accordion-item .accordian-heading .btn .icon {
  color: #fff;
}

.faq-area .accordian-content .accordion .accordion-item .accordian-heading .btn.collapsed {
  color: #0e0e0e;
}

.faq-area .accordian-content .accordion .accordion-item .accordian-heading .btn.collapsed:before {
  background-color: #fff;
  background-image: none;
}

.faq-area .accordian-content .accordion .accordion-item .accordian-heading .btn.collapsed .icon {
  color: #0e0e0e;
}

.faq-area .accordian-content .accordion .accordion-item .accordian-heading .btn.collapsed:hover {
  background-color: #f9f9f9;
}

.faq-area .accordian-content .accordion .accordion-item .accordian-heading .btn.collapsed:hover:before {
  background-color: #f9f9f9;
}

.faq-area .accordian-content .accordion .accordion-item .accordian-content {
  line-height: 1.65;
  padding: 34px 30px 16px;
}


/*-------- Page-Not-Found Style Css --------*/

.page-not-found-area {
  align-items: center;
  display: flex;
  height: 100vh;
  margin-top: 0;
  padding: 0;
}

.page-not-found-area .section-title {
  margin-top: 35px;
  margin-bottom: 45px;
}

@media only screen and (max-width: 1199px) {
  .page-not-found-area .section-title {
    padding-top: 65px;
  }
}

@media only screen and (max-width: 991px) {
  .page-not-found-area .section-title {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .page-not-found-area .section-title {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 575px) {
  .page-not-found-area .section-title {
    margin-bottom: 35px;
  }
}

.page-not-found-area .section-title .title {
  color: #fff;
  font-size: 60px;
  letter-spacing: 0;
  margin-bottom: 18px;
  text-transform: uppercase;
}

@media only screen and (max-width: 991px) {
  .page-not-found-area .section-title .title {
    font-size: 48px;
  }
}

@media only screen and (max-width: 575px) {
  .page-not-found-area .section-title .title {
    font-size: 32px;
  }
}

.page-not-found-area .section-title .desc {
  margin-bottom: 0;
}

.page-not-found-area .section-title .desc p {
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
}

@media only screen and (max-width: 575px) {
  .page-not-found-area .section-title .desc p {
    font-size: 14px;
    line-height: 24px;
  }
}

.page-not-found-area .btn-theme {
  padding: 10px 68px;
}

@media only screen and (max-width: 767px) {
  .page-not-found-area .btn-theme {
    min-height: auto;
    padding: 8px 40px;
  }
}

@media only screen and (max-width: 575px) {
  .page-not-found-area .btn-theme {
    padding: 5px 30px;
    font-size: 13px;
  }
}

.page-not-found-area a {
  text-transform: capitalize;
}

.page-not-found-area a:after {
  width: 100%;
}

.page-not-found-area .widget-search-box.search-style2 .btn-src {
  border-left: none;
}


/*-------- Coming-Soon Style Css --------*/

.coming-soon-area {
  background-position: top right;
  background-repeat: no-repeat;
  align-items: center;
  display: flex;
  height: 100vh;
  padding: 0;
}

.coming-soon-area .countdown-content {
  margin-bottom: 78px;
}

@media only screen and (max-width: 1649px) {
  .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: 1649px) {
  .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: 1649px) {
  .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: 1649px) {
  .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: 1649px) {
  .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;
}

@media(max-width:1200px) {
  .about-btn {
    text-align: center !important;
  }
}


/*-------- Element Style Css --------*/

.element-columns-area {
  padding: 60px 0 55px;
}

.element-columns-area .title {
  font-size: 18px;
  margin-bottom: 35px;
  margin-top: 15px;
}

.element-columns-area p {
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 30px;
}

.element-heading-area {
  padding: 121px 0 83px;
}

@media only screen and (max-width: 1199px) {
  .element-heading-area {
    padding: 90px 0 50px;
  }
}

.element-heading-area .title {
  line-height: 1;
  margin-bottom: 32px;
}

.element-heading-area h1 {
  font-size: 36px;
}

.element-heading-area h2 {
  font-size: 30px;
}

.element-heading-area h3 {
  font-size: 24px;
}

.element-heading-area h4 {
  font-size: 18px;
}

.element-heading-area h5 {
  font-size: 16px;
}

.element-heading-area h6 {
  font-size: 14px;
}

.element-heading-area p {
  line-height: 30px;
  margin-bottom: 52px;
}


/*-------- Preloader Style Css --------*/

.preloader-deactive .preloader-wrap {
  display: none;
}

.preloader-wrap {
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  z-index: 99999;
  overflow: hidden;
}

.preloader-wrap .preloader {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-left: -32px;
  margin-top: -50px;
}

.preloader-wrap .preloader .dot {
  height: 100%;
  width: 100%;
  display: block;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  animation: la-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #F9AB3E;
}

@keyframes la-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}


/*-------- Custom Font Style Css --------*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ff-m {
  font-family: "Open Sans", sans-serif !important;
}

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

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

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


/*-------- Custom Color Style Css --------*/

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

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

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

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

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

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

.bgcolor-f6 {
  background-color: #fff !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: #F9AB3E !important;
}

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

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

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

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

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

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

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

.text-theme-color5 {
  color: #ea6725 !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: #F9AB3E !important;
}


/*-------- Custom Margin Padding Style Css --------*/

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

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

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

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

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

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

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

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

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

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

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

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

.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: 0px;
  }
  .mt-xs-30 {
    margin-top: 30px !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 991px) {
  .md-mb-0,
  .md-mb-0 {
    margin-bottom: 0px !important;
  }
  .mb-md-0 {
    margin-bottom: 0px !important;
  }
  .mb-md-10 {
    margin-bottom: 10px !important;
  }
  .mb-md-30 {
    margin-bottom: 30px !important;
  }
  .mb-md-40 {
    margin-bottom: 40px !important;
  }
  .mb-md-50 {
    margin-bottom: 50px !important;
  }
  .mb-md-60 {
    margin-bottom: 60px !important;
  }
  .mb-md-70 {
    margin-bottom: 70px !important;
  }
  .mb-md-80 {
    margin-bottom: 80px !important;
  }
  .mb-md-90 {
    margin-bottom: 90px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-sm-0,
  .sm-mb-0 {
    margin-bottom: 0px !important;
  }
  .mb-sm-10 {
    margin-bottom: 10px !important;
  }
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
  .mb-sm-30 {
    margin-bottom: 30px !important;
  }
  .mb-sm-40 {
    margin-bottom: 40px !important;
  }
  .mb-sm-50 {
    margin-bottom: 50px !important;
  }
  .mb-sm-60 {
    margin-bottom: 60px !important;
  }
  .mb-sm-70 {
    margin-bottom: 70px !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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: 0px !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;
}

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

.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-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 Style Css --------*/

.scroll-to-top {
  background-color: #000;
  border: none;
  border-radius: 0;
  bottom: 50px;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 28px;
  height: 60px;
  line-height: 60px;
  position: fixed;
  right: 50px;
  text-align: center;
  width: 60px;
  z-index: 100;
}

@media only screen and (max-width: 767px) {
  .scroll-to-top {
    bottom: 50px;
    font-size: 14px !important;
    height: 45px !important;
    line-height: 46px !important;
    right: 15px;
    width: 45px !important;
  }
}

@media only screen and (max-width: 479.98px) {
  .scroll-to-top {
    bottom: 71px;
  }
}

.scroll-to-top:hover {
  background-color: #F9AB3E;
  box-shadow: none;
  color: #fff;
}


/*
-----------------------------------------------------------------------
    Main Navigation CSS
-----------------------------------------------------------------------
*/

.main-menu {
  align-content: center;
}

.main-menu>li {
  margin-right: 14px;
  padding: 3px 0;
}

.main-menu>li:last-child {
  margin-right: 0;
}

.main-menu>li>a {
  color: #303744;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
  text-transform: uppercase;
  padding: 7px 16px;
  position: relative;
}

.main-menu>li:hover>a,
.main-menu>li.active>a {
  color: #F9AB3E;
}

.main-menu>li:hover>a:before,
.main-menu>li.active>a:before {
  color: #F9AB3E;
}

.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: 2px;
  top: 7px;
}

.has-submenu:hover>.submenu-nav {
  transform: none;
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}

.has-submenu:hover .menu-content .menu-content-inner h4,
.has-submenu:hover .menu-content .menu-content-inner .btn-brand {
  transform: none !important;
}

.has-submenu .submenu-nav {
  background-color: #111;
  border: none;
  border-bottom: none;
  padding: 15px 0 15px;
  position: absolute;
  left: -25px;
  top: 100%;
  transform: translateY(50px);
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  min-width: 250px;
  margin-top: -2px;
  z-index: 9999;
}

@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: #727883;
  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: #F9AB3E;
  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: #F9AB3E;
  content: "New";
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  border-radius: 2px;
  position: absolute;
  top: 0;
  right: -38px;
  line-height: 1;
  padding: 2px 3px;
}

.has-submenu .submenu-nav-mega .mega-menu-item ul li:hover .menu-thumb {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.has-submenu .submenu-nav-mega .mega-menu-item ul li.active a {
  color: #fff;
}

.has-submenu .submenu-nav-mega .mega-menu-item.menu-content {
  padding: 0 !important;
  margin: -1px;
}

.has-submenu .submenu-nav-mega .mega-menu-item.menu-content .menu-content-inner {
  background-size: cover;
  background-position: center center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 15px;
}

.has-submenu .submenu-nav-mega .mega-menu-item.menu-content .menu-content-inner h4,
.has-submenu .submenu-nav-mega .mega-menu-item.menu-content .menu-content-inner .btn-brand {
  color: #fff;
  transition: 0.4s;
  transition-delay: 0.3s;
}

.has-submenu .submenu-nav-mega .mega-menu-item.menu-content .menu-content-inner h4 {
  transform: translateY(-80%);
}

.has-submenu .submenu-nav-mega .mega-menu-item.menu-content .menu-content-inner h4 span {
  color: #F9AB3E;
  font-style: italic;
}

.has-submenu .submenu-nav-mega .mega-menu-item.menu-content .menu-content-inner .btn-brand {
  margin-top: 30px;
  font-weight: 700;
  transform: translateY(80%);
}

.has-submenu.full-width {
  position: static;
}

.has-submenu.colunm-two {
  position: relative;
}

.has-submenu.colunm-two .submenu-nav-mega {
  left: -35px;
  width: 600px;
}

.has-submenu.colunm-two .submenu-nav-mega .mega-menu-item {
  padding: 0 !important;
  flex-basis: 50%;
}

.menu-thumb {
  border-radius: 5px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: absolute;
  transform: translateX(30px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s;
  top: -10px;
  right: -80px;
  z-index: 1;
}

@media only screen and (max-width: 1199px),
only screen and (min-width: 1200px) and (max-width: 1599.98px) {
  .menu-thumb {
    right: 0;
    top: auto;
    bottom: 100%;
  }
}


/* Responsive Mobile Menu */

.res-mobile-menu {
  margin: 0 -10px;
}

.res-mobile-menu .slicknav_btn {
  display: none;
}

.res-mobile-menu .slicknav_menu {
  background-color: transparent;
  padding: 0;
}

.res-mobile-menu .slicknav_nav {
  display: block !important;
}

.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: transparent;
  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: #fff;
  background-color: transparent;
}

.res-mobile-menu .slicknav_nav li img {
  display: none;
}

.res-mobile-menu .slicknav_nav li div {
  display: none;
}

.res-mobile-menu .slicknav_nav li ul {
  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: #F9AB3E;
}

@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: #F9AB3E;
}

.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: #F9AB3E;
}


/*
-----------------------------------------------------------------------
  Header CSS
-----------------------------------------------------------------------
*/

.header-area {
  padding: 20px 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: #252525;
  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: transparent;
}

.header-area.sticky-header.sticky .header-action-area button.btn-cart+.header-shopping-cart .widget-shopping-cart-content .cart-list-product .mini-cart-item a:hover,
.header-area.sticky-header.sticky .header-action-area a.btn-cart+.header-shopping-cart .widget-shopping-cart-content .cart-list-product .mini-cart-item a:hover {
  background-color: transparent;
}

.header-area.sticky-header.sticky .header-action-area button.btn-cart+.header-shopping-cart:hover,
.header-area.sticky-header.sticky .header-action-area a.btn-cart+.header-shopping-cart:hover {
  opacity: 1;
  top: calc(100% + 25px);
  visibility: visible;
}

.header-area.sticky-header.sticky .header-action-area button.btn-cart:hover+.header-shopping-cart,
.header-area.sticky-header.sticky .header-action-area a.btn-cart:hover+.header-shopping-cart {
  top: calc(100% + 25px);
}

.header-area.sticky-header.sticky .header-action-area button.btn-menu,
.header-area.sticky-header.sticky .header-action-area a.btn-menu {
  background-color: transparent;
}

.header-area.sticky-header.sticky .header-action-area button.btn-menu:hover,
.header-area.sticky-header.sticky .header-action-area a.btn-menu:hover {
  background-color: transparent;
}

.header-area.sticky-header.sticky .header-action-area .btn-search-content {
  bottom: -145px;
}

.header-area.sticky-header.sticky .header-action-area .btn-search-content.show {
  bottom: -125px;
}

.header-area.sticky-header.sticky .header-action-area .btn-menu span {
  background-color: #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: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: transparent;
}

.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: transparent;
}

.header-area.transparent:not(.sticky) .header-action-area .btn-menu:hover span {
  background-color: #F9AB3E;
}

.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 #727883;
  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: #727883;
  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: #727883;
  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: #727883;
  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: transparent;
}

@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 {
  /* Chrome/Opera/Safari */
  color: #fff;
}

.header-area.fixed-left.transparet .widget-search-box .form-input-item input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.header-area.fixed-left.transparet .widget-search-box .form-input-item input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

.header-area.fixed-left.transparet .widget-search-box .form-input-item input:-moz-placeholder {
  /* Firefox 18- */
  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: #727883;
  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: #727883;
  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: #727883;
  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: transparent;
  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: #F9AB3E;
}

.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: transparent;
  }
  .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: transparent;
  }
}

.header-area.header-right-align .header-right {
  display: grid;
  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;
  }
}

.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: #F9AB3E;
  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: 200px;
  position: relative;
  top: 1px;
}

.header-logo-area .logo-light {
  display: none;
}

.header-action-area button,
.header-action-area a {
  color: #303744;
  font-size: 20px;
  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: transparent;
  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: #F9AB3E;
  display: block;
}

.header-action-area button.btn-search:hover,
.header-action-area a.btn-search:hover {
  color: #F9AB3E;
}

.header-action-area button.btn-cart,
.header-action-area a.btn-cart {
  background-color: transparent;
  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: #F9AB3E;
}

.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: transparent;
  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: transparent;
}

.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: #F9AB3E;
  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: #F9AB3E;
  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: transparent;
  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: #F9AB3E;
}

.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: #F9AB3E;
  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: 0px 20px 80px 0px 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 {
  /* Chrome/Opera/Safari */
  color: #aba5a5;
  font-size: 14px;
}

.header-action-area .btn-search-content form .form-input-item input::-moz-placeholder {
  /* Firefox 19+ */
  color: #aba5a5;
  font-size: 14px;
}

.header-action-area .btn-search-content form .form-input-item input:-ms-input-placeholder {
  /* IE 10+ */
  color: #aba5a5;
  font-size: 14px;
}

.header-action-area .btn-search-content form .form-input-item input:-moz-placeholder {
  /* Firefox 18- */
  color: #aba5a5;
  font-size: 14px;
}

.header-action-area .btn-search-content form .form-input-item .btn-src {
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 14px;
  height: 100%;
  line-height: 52px;
  padding-left: 15px;
  padding-right: 14px;
  position: absolute;
  right: 0px;
  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: #F9AB3E;
  padding: 12px 0 14px;
}

@media only screen and (max-width: 991px) {
  .header-top {
    display: none;
  }
}

.header-top .header-top-nav a {
  color: #fff;
  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: #fff;
  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: #F9AB3E;
}

.header-top.inline-style .header-left {
  float: left;
}

.header-top.inline-style .header-right {
  float: right;
}

@media only screen and (max-width: 1199px) {
  .header-top.inline-style .container {
    max-width: none;
  }
}

.header-top+.header-area {
  padding: 25px 0;
}

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

.off-canvas-wrapper {
  position: fixed;
  right: -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);
  cursor: url("../img/photos/cancel-white.png"), auto;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  height: 100%;
  width: 100%;
  z-index: 2;
}

.off-canvas-wrapper .btn-close {
  background-color: transparent;
  border: none;
  color: #F9AB3E;
  font-size: 18px;
  line-height: 1;
}

.off-canvas-wrapper .btn-close i {
  line-height: 1;
}

.off-canvas-wrapper .btn-close:hover {
  color: #F9AB3E;
}

.off-canvas-wrapper .off-canvas-inner {
  background-color: transparent;
  display: flex;
  justify-content: flex-end;
  position: relative;
  transform: translateX(0);
  transition: 0.3s;
  height: 100vh;
  width: 100%;
  z-index: 3;
}

.off-canvas-wrapper .off-canvas-inner .off-canvas-content {
  background-color: #111;
  height: 100%;
  padding: 0 10px;
  position: relative;
  overflow-y: auto;
  transition: 0.4s;
  transition-duration: 0.4s;
  transform: translateX(100%);
  width: 320px;
  z-index: 9;
}

@media only screen and (max-width: 575px) {
  .off-canvas-wrapper .off-canvas-inner .off-canvas-content {
    width: 310px;
  }
}

.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item {
  margin-bottom: 30px;
  margin-top: 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: transparent;
  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: #F9AB3E;
}

.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: #F9AB3E;
}

.off-canvas-wrapper.bg-light-canvas .off-canvas-inner .off-canvas-content .res-mobile-menu .slicknav_nav li ul li a {
  color: #F9AB3E;
  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: #727883;
  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: #F9AB3E;
}

.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: #727883;
  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: #727883;
  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: #727883;
  font-size: 14px;
  line-height: 24px;
}


/*
-----------------------------------------------------------------------
    Home Slider CSS
-----------------------------------------------------------------------
*/

.home-slider-area {
  height: 100vh;
}

.home-slider-area.slider-default {
  align-items: center;
  display: flex;
  height: 100vh;
  position: relative;
  z-index: -1;
}

.home-slider-area.slider-default .default-slider-content {
  height: 100%;
  width: 100%;
}

.home-slider-area.slider-default .default-slider-content.slick-slider .slick-list .slick-track {
  width: 100%;
}

.home-slider-area.slider-default .default-slider-content.slick-slider .slick-list .slick-track .slick-slide {
  height: 100vh;
}

.home-slider-area.slider-default .default-slider-content.slick-slider .slick-list .slick-track .slick-slide>div {
  height: 100%;
}

.home-slider-area.slider-default .default-slider-content.slick-slider .slick-list .slick-track .slick-slide.slick-active .default-slider-item .slider-content-area h5 {
  animation-name: fadeIn;
}

.home-slider-area.slider-default .default-slider-content.slick-slider .slick-list .slick-track .slick-slide.slick-active .default-slider-item .slider-content-area h2 {
  animation-name: fadeInRight;
}

.home-slider-area.slider-default .default-slider-content.slick-slider .slick-list .slick-track .slick-slide.slick-active .default-slider-item .slider-content-area p {
  animation-name: slideInLeft;
}

.home-slider-area.slider-default .default-slider-content.slick-slider .slick-list .slick-track .slick-slide.slick-active .default-slider-item .slider-content-area .line-img {
  animation-name: fadeIn;
}

.home-slider-area.slider-default .default-slider-content.slick-slider .slick-list .slick-track .slick-slide.slick-active .default-slider-item .slider-content-area .btn-theme {
  animation-name: fadeIn;
}

.home-slider-area.slider-default .default-slider-content.slick-slider .slick-arrow {
  opacity: 1;
  position: absolute;
  top: calc(50% - 20px);
  z-index: 8;
}

@media only screen and (max-width: 575px) {
  .home-slider-area.slider-default .default-slider-content.slick-slider .slick-arrow {
    display: none !important;
  }
}

.home-slider-area.slider-default .default-slider-content.slick-slider .slick-arrow.prev-arrow {
  background-color: transparent;
  border: none;
  box-shadow: none;
  left: 19px;
  right: auto;
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-default .default-slider-content.slick-slider .slick-arrow.prev-arrow {
    left: 0;
  }
}

.home-slider-area.slider-default .default-slider-content.slick-slider .slick-arrow.prev-arrow i {
  background-color: transparent;
  color: #fff;
  font-size: 40px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.home-slider-area.slider-default .default-slider-content.slick-slider .slick-arrow.prev-arrow:hover i {
  opacity: 0.75;
}

.home-slider-area.slider-default .default-slider-content.slick-slider .slick-arrow.next-arrow {
  background-color: transparent;
  border: none;
  box-shadow: none;
  left: auto;
  right: 19px;
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-default .default-slider-content.slick-slider .slick-arrow.next-arrow {
    right: 0;
  }
}

.home-slider-area.slider-default .default-slider-content.slick-slider .slick-arrow.next-arrow i {
  background-color: transparent;
  color: #fff;
  font-size: 40px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.home-slider-area.slider-default .default-slider-content.slick-slider .slick-arrow.next-arrow:hover i {
  opacity: 0.75;
}

.home-slider-area.slider-default .default-slider-content .default-slider-item {
  align-items: center;
  display: flex !important;
  justify-content: center;
  height: 100%;
}

.home-slider-area.slider-default .default-slider-content .default-slider-item .slider-content-area {
  margin-left: 0;
  margin-top: 80px;
  max-width: 1000px;
  overflow: hidden;
  text-align: center;
}

@media only screen and (max-width: 575px) {
  .home-slider-area.slider-default .default-slider-content .default-slider-item .slider-content-area {
    padding: 0 15px;
  }
}

.home-slider-area.slider-default .default-slider-content .default-slider-item .slider-content-area h5 {
  color: #fff;
  font-family: "Open Sans", sans-serif !important;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 4px;
  margin-bottom: 12px;
  text-transform: uppercase;
  animation-duration: 1.5s;
  animation-fill-mode: both;
  animation-name: fadeOut;
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-default .default-slider-content .default-slider-item .slider-content-area h5 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-default .default-slider-content .default-slider-item .slider-content-area h5 {
    font-size: 15px;
  }
}

.home-slider-area.slider-default .default-slider-content .default-slider-item .slider-content-area h2 {
  font-family: "Open Sans", sans-serif !important;
  color: #fff;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 40px;
  margin-top: 29px;
  margin-bottom: 24px;
  text-transform: uppercase;
  animation-duration: 0.65s;
  animation-fill-mode: both;
  animation-name: fadeOut;
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-default .default-slider-content .default-slider-item .slider-content-area h2 {
    font-size: 48px;
  }
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-default .default-slider-content .default-slider-item .slider-content-area h2 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 575px) {
  .home-slider-area.slider-default .default-slider-content .default-slider-item .slider-content-area h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}

.home-slider-area.slider-default .default-slider-content .default-slider-item .slider-content-area p {
  color: #fff;
  font-family: "Open Sans", sans-serif !important;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 38px;
  animation-duration: 0.55s;
  animation-fill-mode: both;
  animation-name: fadeOut;
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-default .default-slider-content .default-slider-item .slider-content-area p {
    font-size: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-default .default-slider-content .default-slider-item .slider-content-area p {
    font-size: 13px;
  }
}

@media only screen and (max-width: 575px) {
  .home-slider-area.slider-default .default-slider-content .default-slider-item .slider-content-area p {
    font-size: 12px;
  }
}

.home-slider-area.slider-default .default-slider-content .default-slider-item .slider-content-area .line-img {
  display: block;
  margin: 0px auto 63px;
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-name: fadeOut;
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-default .default-slider-content .default-slider-item .slider-content-area .line-img {
    margin-bottom: 35px;
  }
}

.home-slider-area.slider-default .default-slider-content .default-slider-item .slider-content-area .btn-theme {
  font-family: "Open Sans", sans-serif !important;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  padding: 11.5px 40px;
  animation-duration: 2.5s;
  animation-fill-mode: both;
  animation-name: fadeOut;
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-default .default-slider-content .default-slider-item .slider-content-area .btn-theme {
    font-weight: 400;
    line-height: 1.1;
    min-height: auto;
    padding: 13px 20px;
  }
}

.home-slider-area.slider-default .default-slider-content .default-slider-item .slider-content-area .btn-theme:hover {
  background-color: #F9AB3E;
}

.home-slider-area.slider-default .default-slider-content .default-slider-item .slider-content-area .btn-theme.btn-white.btn-border {
  border: 1px solid #fff;
  color: #fff;
}

.home-slider-area.slider-default .default-slider-content .default-slider-item .slider-content-area .btn-theme.btn-white.btn-border:hover {
  background-color: #F9AB3E;
  border-color: #F9AB3E;
  color: #fff;
}

.home-slider-area.slider-simple {
  align-items: center;
  display: flex;
  height: 700px;
}

@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-simple {
    height: 560px;
  }
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-simple {
    height: 510px;
  }
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-simple {
    height: 460px;
  }
}

@media only screen and (max-width: 575px) {
  .home-slider-area.slider-simple {
    height: 370px;
  }
}

.home-slider-area.slider-simple .simple-slider-content {
  height: 100%;
  width: 100%;
}

.home-slider-area.slider-simple .simple-slider-content.slick-slider .slick-list .slick-track {
  width: 100%;
}

.home-slider-area.slider-simple .simple-slider-content.slick-slider .slick-list .slick-track .slick-slide {
  height: 700px;
}

@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-simple .simple-slider-content.slick-slider .slick-list .slick-track .slick-slide {
    height: 560px;
  }
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-simple .simple-slider-content.slick-slider .slick-list .slick-track .slick-slide {
    height: 510px;
  }
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-simple .simple-slider-content.slick-slider .slick-list .slick-track .slick-slide {
    height: 460px;
  }
}

@media only screen and (max-width: 575px) {
  .home-slider-area.slider-simple .simple-slider-content.slick-slider .slick-list .slick-track .slick-slide {
    height: 370px;
  }
}

.home-slider-area.slider-simple .simple-slider-content.slick-slider .slick-list .slick-track .slick-slide>div {
  height: 100%;
}

.home-slider-area.slider-simple .simple-slider-content.slick-slider .slick-list .slick-track .slick-slide.slick-active .simple-slider-item .slider-content-area h2 {
  animation-name: heartBeat;
}

.home-slider-area.slider-simple .simple-slider-content.slick-slider .slick-list .slick-track .slick-slide.slick-active .simple-slider-item .slider-content-area .btn-theme {
  animation-name: zoomIn;
}

.home-slider-area.slider-simple .simple-slider-content .simple-slider-item {
  align-items: center;
  display: flex !important;
  justify-content: center;
  height: 100%;
}

.home-slider-area.slider-simple .simple-slider-content .simple-slider-item .slider-content-area {
  margin-left: -2px;
  margin-top: -71px;
  text-align: center;
}

@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-simple .simple-slider-content .simple-slider-item .slider-content-area {
    margin-top: -40px;
  }
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-simple .simple-slider-content .simple-slider-item .slider-content-area {
    margin-top: -20px;
  }
}

.home-slider-area.slider-simple .simple-slider-content .simple-slider-item .slider-content-area h2 {
  color: #fff;
  font-size: 60px;
  margin-bottom: 45px;
  text-transform: uppercase;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-simple .simple-slider-content .simple-slider-item .slider-content-area h2 {
    font-size: 54px;
  }
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-simple .simple-slider-content .simple-slider-item .slider-content-area h2 {
    font-size: 48px;
  }
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-simple .simple-slider-content .simple-slider-item .slider-content-area h2 {
    font-size: 40px;
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 575px) {
  .home-slider-area.slider-simple .simple-slider-content .simple-slider-item .slider-content-area h2 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 479.98px) {
  .home-slider-area.slider-simple .simple-slider-content .simple-slider-item .slider-content-area h2 {
    font-size: 24px;
  }
}

.home-slider-area.slider-simple .simple-slider-content .simple-slider-item .slider-content-area .btn-theme {
  font-family: "Open Sans", sans-serif !important;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  padding: 10px 40px;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: zoomOut;
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-simple .simple-slider-content .simple-slider-item .slider-content-area .btn-theme {
    font-weight: 400;
    font-size: 12px;
    height: auto;
    min-height: auto;
    padding: 9px 25px;
  }
}

.home-slider-area.slider-simple .simple-slider-content .simple-slider-item .slider-content-area .btn-theme.btn-white {
  color: #d91e18;
}

.home-slider-area.slider-simple .simple-slider-content .simple-slider-item .slider-content-area .btn-theme.btn-white:hover {
  background-color: #000;
  color: #fff;
}

.home-slider-area.slider-creative {
  align-items: center;
  display: flex;
  height: 700px;
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-creative {
    height: 494px;
  }
}

@media only screen and (max-width: 575px) {
  .home-slider-area.slider-creative {
    height: 420px;
  }
}

@media only screen and (max-width: 479.98px) {
  .home-slider-area.slider-creative {
    height: 370px;
  }
}

.home-slider-area.slider-creative .creative-slider-content {
  height: 100%;
  width: 100%;
}

.home-slider-area.slider-creative .creative-slider-content.slick-slider .slick-list .slick-track {
  width: 100%;
}

.home-slider-area.slider-creative .creative-slider-content.slick-slider .slick-list .slick-track .slick-slide {
  height: 700px;
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-creative .creative-slider-content.slick-slider .slick-list .slick-track .slick-slide {
    height: 494px;
  }
}

@media only screen and (max-width: 575px) {
  .home-slider-area.slider-creative .creative-slider-content.slick-slider .slick-list .slick-track .slick-slide {
    height: 420px;
  }
}

@media only screen and (max-width: 479.98px) {
  .home-slider-area.slider-creative .creative-slider-content.slick-slider .slick-list .slick-track .slick-slide {
    height: 370px;
  }
}

.home-slider-area.slider-creative .creative-slider-content.slick-slider .slick-list .slick-track .slick-slide>div {
  height: 100%;
}

.home-slider-area.slider-creative .creative-slider-content.slick-slider .slick-list .slick-track .slick-slide.slick-active .creative-slider-item.item-one .slider-content-area h2 {
  animation-name: fadeInDown;
}

.home-slider-area.slider-creative .creative-slider-content.slick-slider .slick-list .slick-track .slick-slide.slick-active .creative-slider-item.item-one .wave-img {
  animation-name: fadeInUp;
}

.home-slider-area.slider-creative .creative-slider-content.slick-slider .slick-list .slick-track .slick-slide.slick-active .creative-slider-item.item-one .man-img {
  animation-name: fadeInRight;
}

.home-slider-area.slider-creative .creative-slider-content.slick-slider .slick-list .slick-track .slick-slide.slick-active .creative-slider-item.item-two .slider-content-area h5 {
  animation-name: fadeIn;
}

.home-slider-area.slider-creative .creative-slider-content.slick-slider .slick-list .slick-track .slick-slide.slick-active .creative-slider-item.item-two .slider-content-area h2 {
  animation-name: fadeIn;
}

.home-slider-area.slider-creative .creative-slider-content.slick-slider .slick-list .slick-track .slick-slide.slick-active .creative-slider-item.item-two .slider-content-area p {
  animation-name: fadeIn;
}

.home-slider-area.slider-creative .creative-slider-content.slick-slider .slick-list .slick-track .slick-slide.slick-active .creative-slider-item.item-two .slider-content-area .mac-img .mac-img-one {
  animation-name: slideInDown;
}

.home-slider-area.slider-creative .creative-slider-content.slick-slider .slick-list .slick-track .slick-slide.slick-active .creative-slider-item.item-two .slider-content-area .mac-img .mac-img-two {
  animation-name: slideInLeft;
}

.home-slider-area.slider-creative .creative-slider-content.slick-slider .slick-list .slick-track .slick-slide.slick-active .creative-slider-item.item-two .slider-content-area .mac-img .mac-img-three {
  animation-name: slideInRight;
}

.home-slider-area.slider-creative .creative-slider-content.slick-slider .slick-arrow {
  display: none;
}

.home-slider-area.slider-creative .creative-slider-content.slick-slider.slick-dotted {
  margin-bottom: 0;
}

.home-slider-area.slider-creative .creative-slider-content.slick-slider.slick-dotted .slick-dots {
  bottom: 16px;
  position: absolute;
}

.home-slider-area.slider-creative .creative-slider-content.slick-slider.slick-dotted .slick-dots li {
  height: 15px;
  margin: 0 1.5px;
  width: 15px;
}

.home-slider-area.slider-creative .creative-slider-content.slick-slider.slick-dotted .slick-dots li button:before {
  background-color: #fff;
  border: 5px solid #000;
  border-radius: 50%;
  font-size: 0;
  height: 13px;
  opacity: 1;
  width: 13px;
}

.home-slider-area.slider-creative .creative-slider-content.slick-slider.slick-dotted .slick-dots li button:hover:before {
  background-color: #000;
  border-color: #fff;
}

.home-slider-area.slider-creative .creative-slider-content.slick-slider.slick-dotted .slick-dots li.slick-active button:before {
  background-color: #000;
  border-color: #fff;
}

.home-slider-area.slider-creative .creative-slider-content .creative-slider-item {
  align-items: center;
  display: flex !important;
  height: 100%;
  justify-content: center;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-creative .creative-slider-content .creative-slider-item.item-one .container {
    max-width: none;
    padding: 0 40px;
  }
}

.home-slider-area.slider-creative .creative-slider-content .creative-slider-item.item-one .slider-content-area {
  margin-left: 4px;
  margin-top: -189px;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-creative .creative-slider-content .creative-slider-item.item-one .slider-content-area {
    margin-top: -105px;
  }
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-creative .creative-slider-content .creative-slider-item.item-one .slider-content-area {
    margin-top: -55px;
  }
}

@media only screen and (max-width: 479.98px) {
  .home-slider-area.slider-creative .creative-slider-content .creative-slider-item.item-one .slider-content-area {
    margin-top: -25px;
    text-align: center;
  }
}

.home-slider-area.slider-creative .creative-slider-content .creative-slider-item.item-one .slider-content-area h5 {
  color: #000;
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 10px;
  margin-bottom: 20px;
  padding-top: 28px;
  position: relative;
  text-transform: uppercase;
}

@media only screen and (max-width: 479.98px) {
  .home-slider-area.slider-creative .creative-slider-content .creative-slider-item.item-one .slider-content-area h5 {
    font-size: 13px;
    letter-spacing: 4px;
  }
}

.home-slider-area.slider-creative .creative-slider-content .creative-slider-item.item-one .slider-content-area h5:before {
  background-color: #F9AB3E;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  top: 0;
  width: 70px;
}

@media only screen and (max-width: 479.98px) {
  .home-slider-area.slider-creative .creative-slider-content .creative-slider-item.item-one .slider-content-area h5:before {
    left: 50%;
    transform: translateX(-50%);
  }
}

.home-slider-area.slider-creative .creative-slider-content .creative-slider-item.item-one .slider-content-area h2 {
  color: #000;
  font-family: "Open Sans", sans-serif !important;
  font-size: 36px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 25px;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeOut;
}

@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-creative .creative-slider-content .creative-slider-item.item-one .slider-content-area h2 {
    font-size: 29px;
  }
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-creative .creative-slider-content .creative-slider-item.item-one .slider-content-area h2 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 575px) {
  .home-slider-area.slider-creative .creative-slider-content .creative-slider-item.item-one .slider-content-area h2 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 479.98px) {
  .home-slider-area.slider-creative .creative-slider-content .creative-slider-item.item-one .slider-content-area h2 {
    font-size: 24px;
    line-height: 1.2;
  }
}

.home-slider-area.slider-creative .creative-slider-content .creative-slider-item.item-one .slider-content-area p {
  color: #727883;
  font-family: "Open Sans", sans-serif !important;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 109px;
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-creative .creative-slider-content .creative-slider-item.item-one .slider-content-area p {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-creative .creative-slider-content .creative-slider-item.item-one .slider-content-area p {
    font-size: 16px;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 479.98px) {
  .home-slider-area.slider-creative .creative-slider-content .creative-slider-item.item-one .slider-content-area p {
    margin-bottom: 30px;
  }
}

.home-slider-area.slider-creative .creative-slider-content .creative-slider-item.item-one .slider-content-area .btn-link {
  border: none;
  color: #F9AB3E;
  font-family: "Open Sans", sans-serif !important;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 0;
  text-transform: uppercase;
}

.home-slider-area.slider-creative .creative-slider-content .creative-slider-item.item-one .slider-content-area .brand-img {
  left: -30px;
  position: absolute;
  top: -39px;
}

@media only screen and (max-width: 575px) {
  .home-slider-area.slider-creative .creative-slider-content .creative-slider-item.item-one .slider-content-area .brand-img {
    top: -30px;
  }
}

@media only screen and (max-width: 479.98px) {
  .home-slider-area.slider-creative .creative-slider-content .creative-slider-item.item-one .slider-content-area .brand-img {
    left: 50%;
    transform: translateX(-50%);
    top: 20px;
  }
}

.home-slider-area.slider-creative .creative-slider-content .creative-slider-item.item-one .wave-img {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeOut;
}

@media only screen and (max-width: 479.98px) {
  .home-slider-area.slider-creative .creative-slider-content .creative-slider-item.item-one .wave-img {
    display: none;
  }
}

.home-slider-area.slider-creative .creative-slider-content .creative-slider-item.item-one .man-img {
  bottom: 0;
  left: calc(50% + 23px);
  position: absolute;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeOut;
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-creative .creative-slider-content .creative-slider-item.item-one .man-img {
    width: 50%;
  }
}

@media only screen and (max-width: 575px) {
  .home-slider-area.slider-creative .creative-slider-content .creative-slider-item.item-one .man-img {
    left: auto;
    right: 0;
  }
}

@media only screen and (max-width: 479.98px) {
  .home-slider-area.slider-creative .creative-slider-content .creative-slider-item.item-one .man-img {
    display: none;
  }
}

.home-slider-area.slider-creative .creative-slider-content .creative-slider-item.item-two {
  align-items: flex-end;
  text-align: center;
}

@media only screen and (max-width: 479.98px) {
  .home-slider-area.slider-creative .creative-slider-content .creative-slider-item.item-two {
    align-items: center;
  }
}

.home-slider-area.slider-creative .creative-slider-content .creative-slider-item.item-two .slider-content-area {
  margin-bottom: -11px;
  margin-left: -1px;
}

.home-slider-area.slider-creative .creative-slider-content .creative-slider-item.item-two .slider-content-area h5 {
  color: #adb2bc;
  font-family: "Open Sans", sans-serif !important;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 30px;
  animation-duration: 1.5s;
  animation-fill-mode: both;
  animation-name: fadeOut;
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-creative .creative-slider-content .creative-slider-item.item-two .slider-content-area h5 {
    margin-bottom: 20px;
  }
}

.home-slider-area.slider-creative .creative-slider-content .creative-slider-item.item-two .slider-content-area h2 {
  color: #F9AB3E;
  font-family: "Open Sans", sans-serif !important;
  font-size: 100px;
  font-weight: 700;
  margin-bottom: 21px;
  text-transform: uppercase;
  animation-duration: 1.5s;
  animation-fill-mode: both;
  animation-name: fadeOut;
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-creative .creative-slider-content .creative-slider-item.item-two .slider-content-area h2 {
    font-size: 60px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-creative .creative-slider-content .creative-slider-item.item-two .slider-content-area h2 {
    font-size: 54px;
  }
}

@media only screen and (max-width: 575px) {
  .home-slider-area.slider-creative .creative-slider-content .creative-slider-item.item-two .slider-content-area h2 {
    font-size: 48px;
  }
}

.home-slider-area.slider-creative .creative-slider-content .creative-slider-item.item-two .slider-content-area p {
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 48px;
  animation-duration: 1.5s;
  animation-fill-mode: both;
  animation-name: fadeOut;
}

@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-creative .creative-slider-content .creative-slider-item.item-two .slider-content-area p {
    margin-bottom: 108px;
  }
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-creative .creative-slider-content .creative-slider-item.item-two .slider-content-area p {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 479.98px) {
  .home-slider-area.slider-creative .creative-slider-content .creative-slider-item.item-two .slider-content-area p {
    margin-bottom: 0;
  }
}

.home-slider-area.slider-creative .creative-slider-content .creative-slider-item.item-two .slider-content-area .mac-img {
  bottom: 0;
  display: inline-block;
  left: 16px;
  overflow: hidden;
  padding: 0 210.5px;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-creative .creative-slider-content .creative-slider-item.item-two .slider-content-area .mac-img {
    padding: 0 110px;
  }
}

@media only screen and (max-width: 479.98px) {
  .home-slider-area.slider-creative .creative-slider-content .creative-slider-item.item-two .slider-content-area .mac-img {
    display: none;
  }
}

.home-slider-area.slider-creative .creative-slider-content .creative-slider-item.item-two .slider-content-area .mac-img .mac-img-one {
  left: -16px;
  position: relative;
  z-index: 1;
  animation-duration: 1.5s;
  animation-fill-mode: both;
  animation-name: fadeOut;
}

.home-slider-area.slider-creative .creative-slider-content .creative-slider-item.item-two .slider-content-area .mac-img .mac-img-two {
  bottom: -45px;
  left: 0;
  position: absolute;
  animation-duration: 1.8s;
  animation-fill-mode: both;
  animation-name: fadeOut;
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-creative .creative-slider-content .creative-slider-item.item-two .slider-content-area .mac-img .mac-img-two {
    width: 50%;
  }
}

.home-slider-area.slider-creative .creative-slider-content .creative-slider-item.item-two .slider-content-area .mac-img .mac-img-three {
  position: absolute;
  right: 0;
  top: 28px;
  animation-duration: 1.8s;
  animation-fill-mode: both;
  animation-name: fadeOut;
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-creative .creative-slider-content .creative-slider-item.item-two .slider-content-area .mac-img .mac-img-three {
    width: 50%;
  }
}

.home-slider-area.slider-corporate {
  align-items: center;
  display: flex;
  height: 500px;
}

.home-slider-area.slider-corporate .slider-content-area {
  margin-top: -34px;
  text-align: center;
}

@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-corporate .slider-content-area {
    margin-top: -24px;
  }
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-corporate .slider-content-area {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-corporate .slider-content-area {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .home-slider-area.slider-corporate .slider-content-area {
    margin-top: 25px;
  }
}

.home-slider-area.slider-corporate .slider-content-area h3 {
  color: #fff;
  font-family: "Open Sans", sans-serif !important;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 5px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

@media only screen and (max-width: 575px) {
  .home-slider-area.slider-corporate .slider-content-area h3 {
    font-size: 12px;
    letter-spacing: 2px;
  }
}

.home-slider-area.slider-corporate .slider-content-area h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 900;
  margin-bottom: 13px;
  text-transform: capitalize;
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-corporate .slider-content-area h2 {
    font-size: 42px;
  }
}

@media only screen and (max-width: 575px) {
  .home-slider-area.slider-corporate .slider-content-area h2 {
    font-size: 26px;
  }
}

.home-slider-area.slider-corporate .slider-content-area p {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 38px;
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-corporate .slider-content-area p {
    font-size: 14px;
    margin-bottom: 30px;
  }
}

.home-slider-area.slider-corporate .slider-content-area .btn-theme {
  background-color: #1a56a5;
  border: 1px solid #1a56a5;
  font-size: 14px;
  font-weight: 700;
  height: 50px;
  letter-spacing: 0;
  margin-left: 30px;
  padding: 10px 30px;
  width: 170px;
}

@media only screen and (max-width: 575px) {
  .home-slider-area.slider-corporate .slider-content-area .btn-theme {
    font-size: 13px;
    height: 30px;
    margin-left: 14px;
    padding: 7px 20px;
    width: 135px;
    line-height: 36px;
  }
}

.home-slider-area.slider-corporate .slider-content-area .btn-theme:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

.home-slider-area.slider-corporate .slider-content-area .btn-theme.btn-white {
  border: 1px solid #fff;
  margin-left: 0;
}

.home-slider-area.slider-corporate .slider-content-area .btn-theme.btn-white.btn-border {
  background-color: transparent;
}

.home-slider-area.slider-corporate .slider-content-area .btn-theme.btn-white.btn-border:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

.home-slider-area.slider-construction {
  align-items: center;
  display: flex;
  height: calc(100vh - 100px);
}

@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-construction {
    height: 780px;
  }
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-construction {
    height: 640px;
  }
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-construction {
    height: 510px;
  }
}

.home-slider-area.slider-construction .slider-content-area {
  margin-top: -89px;
  text-align: center;
}

@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-construction .slider-content-area {
    margin-top: -75px;
  }
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-construction .slider-content-area {
    margin-top: -40px;
  }
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-construction .slider-content-area {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 575px) {
  .home-slider-area.slider-construction .slider-content-area {
    margin-top: 95px;
  }
}

.home-slider-area.slider-construction .slider-content-area h2 {
  color: #fff;
  font-size: 70px;
  margin-bottom: 22px;
  text-transform: uppercase;
}

@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-construction .slider-content-area h2 {
    font-size: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-construction .slider-content-area h2 {
    font-size: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-construction .slider-content-area h2 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 575px) {
  .home-slider-area.slider-construction .slider-content-area h2 {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
}

.home-slider-area.slider-construction .slider-content-area p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 33px;
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-construction .slider-content-area p br {
    display: none;
  }
}

@media only screen and (max-width: 575px) {
  .home-slider-area.slider-construction .slider-content-area p {
    font-size: 13px;
    margin-bottom: 20px;
  }
}

.home-slider-area.slider-construction .slider-content-area .btn-theme {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  padding: 15px 54.74px;
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-construction .slider-content-area .btn-theme {
    min-height: auto;
    padding: 11px 35px;
  }
}

.home-slider-area.slider-spa {
  align-items: center;
  display: flex;
  height: 768px;
}

@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-spa {
    height: 690px;
  }
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-spa {
    height: 620px;
  }
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-spa {
    height: 580px;
  }
}

@media only screen and (max-width: 479.98px) {
  .home-slider-area.slider-spa {
    height: 490px;
  }
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-spa .container {
    max-width: none;
  }
}

.home-slider-area.slider-spa .slider-content-area {
  margin-left: -5.5px;
  margin-top: 43px;
}

@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-spa .slider-content-area {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-spa .slider-content-area {
    margin-top: 60px;
  }
}

.home-slider-area.slider-spa .slider-content-area h4 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 7px;
}

@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-spa .slider-content-area h4 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-spa .slider-content-area h4 {
    font-size: 24px;
  }
}

.home-slider-area.slider-spa .slider-content-area h2 {
  color: #fff;
  font-size: 72px;
  font-weight: 700;
  margin-bottom: 39px;
}

@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-spa .slider-content-area h2 {
    font-size: 60px;
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-spa .slider-content-area h2 {
    font-size: 46px;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-spa .slider-content-area h2 {
    font-size: 36px;
    margin-bottom: 20px;
  }
}

.home-slider-area.slider-spa .slider-content-area p {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 47px;
}

@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-spa .slider-content-area p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-spa .slider-content-area p {
    font-size: 14px;
    line-height: 24px;
    max-width: 400px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-spa .slider-content-area p {
    font-size: 13px;
    margin-bottom: 25px;
  }
}

.home-slider-area.slider-spa .slider-content-area .btn-theme {
  border: 1px solid #F9AB3E;
  border-radius: 25px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  min-height: auto;
  padding: 16.5px 45px;
}

@media only screen and (max-width: 479.98px) {
  .home-slider-area.slider-spa .slider-content-area .btn-theme {
    padding: 13px 33px;
  }
}

.home-slider-area.slider-spa .slider-content-area .btn-theme:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.home-slider-area.slider-spa .slider-content-area .btn-theme.btn-white {
  background-color: transparent;
  border: 1px solid #fff;
  margin-right: 27.5px;
  padding: 16.5px 45px;
}

@media only screen and (max-width: 479.98px) {
  .home-slider-area.slider-spa .slider-content-area .btn-theme.btn-white {
    padding: 13px 25px;
    margin-right: 3px;
  }
}

.home-slider-area.slider-spa .slider-content-area .btn-theme.btn-white:hover {
  background-color: #c3a356;
  border-color: #c3a356;
  color: #fff;
}

.home-slider-area.slider-restaurant {
  align-items: center;
  background-position: center center;
  display: flex;
  height: 767px;
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-restaurant {
    height: 720px;
  }
}

@media only screen and (max-width: 575px) {
  .home-slider-area.slider-restaurant {
    height: 460px;
  }
}

.home-slider-area.slider-restaurant .slider-content-area {
  margin-left: -2px;
  margin-top: 111px;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-restaurant .slider-content-area {
    margin-top: 95px;
  }
}

@media only screen and (max-width: 575px) {
  .home-slider-area.slider-restaurant .slider-content-area {
    margin-top: 75px;
  }
}

.home-slider-area.slider-restaurant .slider-content-area img {
  width: auto;
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-restaurant .slider-content-area img {
    width: 30%;
  }
}

@media only screen and (max-width: 575px) {
  .home-slider-area.slider-restaurant .slider-content-area img {
    width: 22%;
  }
}

.home-slider-area.slider-restaurant .slider-content-area h2 {
  color: #fff;
  font-size: 170px;
  font-weight: 400;
  line-height: 160px;
  margin-bottom: 7px;
  -webkit-font-smoothing: antialiased !important;
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-restaurant .slider-content-area h2 {
    font-size: 120px;
    line-height: 110px;
  }
}

@media only screen and (max-width: 575px) {
  .home-slider-area.slider-restaurant .slider-content-area h2 {
    font-size: 60px;
    line-height: 1.1;
  }
}

.home-slider-area.slider-restaurant .slider-content-area p {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-restaurant .slider-content-area p {
    font-size: 16px;
    margin-bottom: 35px;
  }
  .home-slider-area.slider-restaurant .slider-content-area p br {
    display: none;
  }
}

@media only screen and (max-width: 575px) {
  .home-slider-area.slider-restaurant .slider-content-area p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}

.home-slider-area.slider-restaurant .slider-content-area .btn-theme {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  padding: 15px 80px;
}

@media only screen and (max-width: 575px) {
  .home-slider-area.slider-restaurant .slider-content-area .btn-theme {
    font-size: 13px;
    height: auto;
    min-height: auto;
    padding: 9px 35px 8px;
    line-height: 24px;
  }
}

.home-slider-area.slider-restaurant .slider-content-area .btn-theme:hover,
.home-slider-area.slider-restaurant .slider-content-area .btn-theme:focus {
  background-color: #fff;
  border-radius: 4px;
  color: #333;
}

.home-slider-area.slider-education {
  align-items: center;
  display: flex;
  height: 868px;
}

@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-education {
    height: 694px;
  }
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-education {
    height: 538px;
  }
}

@media only screen and (max-width: 575px) {
  .home-slider-area.slider-education {
    height: 403px;
  }
}

.home-slider-area.slider-education .slider-content-area {
  margin-top: 98px;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-education .slider-content-area {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 575px) {
  .home-slider-area.slider-education .slider-content-area {
    margin-top: 65px;
  }
}

.home-slider-area.slider-education .slider-content-area h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 13px;
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-education .slider-content-area h3 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .home-slider-area.slider-education .slider-content-area h3 {
    font-size: 13px;
    margin-bottom: 8px;
  }
}

.home-slider-area.slider-education .slider-content-area h2 {
  color: #fff;
  font-size: 60px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-education .slider-content-area h2 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 575px) {
  .home-slider-area.slider-education .slider-content-area h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
}

.home-slider-area.slider-education .slider-content-area p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 575px) {
  .home-slider-area.slider-education .slider-content-area p {
    font-size: 12px;
    margin-bottom: 20px;
  }
}

.home-slider-area.slider-education .slider-content-area .btn-theme {
  border-radius: 30px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 40px;
  min-height: 60px;
  padding: 10px 82.5px;
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-education .slider-content-area .btn-theme {
    min-height: 50px;
    padding: 8px 42px;
  }
}

@media only screen and (max-width: 575px) {
  .home-slider-area.slider-education .slider-content-area .btn-theme {
    font-size: 13px;
    min-height: 30px;
    padding: 2px 28px;
  }
}

.home-slider-area.slider-education .slider-content-area .btn-theme:hover {
  color: #000;
}

.home-slider-area.slider-app {
  align-items: center;
  display: flex;
  height: 768px;
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-app {
    height: 640px;
    overflow: hidden;
  }
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-app {
    height: 540px;
  }
}

@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-app .container {
    max-width: none;
    padding: 0 30px;
  }
}

@media only screen and (max-width: 479.98px) {
  .home-slider-area.slider-app .container {
    max-width: none;
    padding: 0 15px;
  }
}

.home-slider-area.slider-app .slider-content-area {
  margin-left: -5px;
  margin-top: 129px;
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-app .slider-content-area {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-app .slider-content-area {
    margin-top: 75px;
    text-align: center;
  }
}

.home-slider-area.slider-app .slider-content-area h3 {
  color: #fff;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 3px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-app .slider-content-area h3 {
    font-size: 14px;
    letter-spacing: 1px;
  }
}

.home-slider-area.slider-app .slider-content-area h2 {
  color: #fff;
  font-family: "Open Sans", sans-serif !important;
  font-size: 90px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 27px;
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-app .slider-content-area h2 {
    font-size: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-app .slider-content-area h2 {
    font-size: 40px;
  }
}

.home-slider-area.slider-app .slider-content-area p {
  color: #fff;
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 38px;
  margin-left: -2px;
  width: 75%;
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-app .slider-content-area p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-app .slider-content-area p {
    width: 65%;
  }
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-app .slider-content-area p {
    margin-left: auto;
    margin-right: auto;
    max-width: 434px;
    width: 100%;
  }
}

.home-slider-area.slider-app .slider-content-area .btn-theme {
  border-radius: 30px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  padding: 15px 54.85px;
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-app .slider-content-area .btn-theme {
    min-height: auto;
    padding: 7px 30px;
  }
}

@media only screen and (max-width: 575px) {
  .home-slider-area.slider-app .slider-content-area .btn-theme {
    padding: 6px 25px 7px;
  }
}

.home-slider-area.slider-app .slider-content-area .btn-theme:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.home-slider-area.slider-app .slider-content-area .btn-link {
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  margin-right: 37px;
  padding: 16px 0;
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-app .slider-content-area .btn-link {
    margin-right: 25px;
  }
}

@media only screen and (max-width: 575px) {
  .home-slider-area.slider-app .d-xs-block {
    display: block !important;
  }
}

.home-slider-area.slider-app .thumb {
  position: absolute;
  right: 11px;
  top: 59px;
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-app .thumb {
    right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-app .thumb {
    display: none;
  }
}

.home-slider-area.slider-app .thumb img {
  max-width: 250px;
}

.home-slider-area.slider-hosting {
  align-items: center;
  display: flex;
  height: 1013px;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-hosting {
    height: 790px;
  }
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-hosting {
    height: 742px;
  }
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-hosting .container {
    max-width: none;
  }
}

.home-slider-area.slider-hosting .slider-content-area {
  margin-top: 72px;
}

.home-slider-area.slider-hosting .slider-content-area h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: -0.5px;
  line-height: 1.1;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-hosting .slider-content-area h2 {
    font-size: 30px;
  }
}

.home-slider-area.slider-hosting .slider-content-area p {
  color: #8bbff4;
  font-size: 18px;
  letter-spacing: -0.5px;
  margin-bottom: 0;
}

.home-slider-area.slider-hosting .slider-content-area .registration-form {
  margin-top: 70px;
}

@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-hosting .slider-content-area .registration-form {
    margin-top: 40px;
  }
}

.home-slider-area.slider-hosting .thumb {
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 44%;
  height: 74%;
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-hosting .thumb {
    display: none;
  }
}

.home-slider-area.slider-wedding {
  align-items: center;
  display: flex;
  height: 768px;
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-wedding {
    height: 650px;
  }
}

@media only screen and (max-width: 479.98px) {
  .home-slider-area.slider-wedding {
    height: 370px;
  }
}

.home-slider-area.slider-wedding .slider-content-area {
  margin-top: 94px;
  text-align: center;
}

.home-slider-area.slider-wedding .slider-content-area h3 {
  color: #fff;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 300;
  font-size: 24px;
  letter-spacing: 5px;
  line-height: 1;
  margin-bottom: 4px;
  text-transform: uppercase;
}

@media only screen and (max-width: 479.98px) {
  .home-slider-area.slider-wedding .slider-content-area h3 {
    font-size: 18px;
  }
}

.home-slider-area.slider-wedding .slider-content-area h2 {
  color: #fff;
  font-weight: 900;
  font-family: "Playfair Display", serif;
  font-size: 120px;
  margin-bottom: 39px;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-wedding .slider-content-area h2 {
    font-size: 70px;
  }
}

@media only screen and (max-width: 479.98px) {
  .home-slider-area.slider-wedding .slider-content-area h2 {
    font-size: 54px;
    margin-bottom: 30px;
  }
}

.home-slider-area.slider-wedding .slider-content-area p {
  color: #fff;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 300;
  font-size: 24px;
}

@media only screen and (max-width: 479.98px) {
  .home-slider-area.slider-wedding .slider-content-area p {
    font-size: 16px;
  }
}

.home-slider-area.slider-freelancer {
  align-items: center;
  display: flex;
  height: 868px;
  margin-top: 0;
}

@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-freelancer {
    height: 694px;
  }
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-freelancer {
    height: 538px;
  }
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-freelancer {
    height: 403px;
  }
}

@media only screen and (max-width: 479.98px) {
  .home-slider-area.slider-freelancer {
    height: 224px;
  }
}

@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-freelancer .container {
    max-width: none;
    padding: 0 30px;
  }
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-freelancer .container {
    padding: 0 25px;
  }
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-freelancer .container {
    padding: 0 15px;
  }
}

.home-slider-area.slider-freelancer .slider-content-area {
  margin-left: -5px;
  margin-top: 125px;
}

@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-freelancer .slider-content-area {
    margin-top: 85px;
  }
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-freelancer .slider-content-area {
    margin-top: 35px;
  }
}

@media only screen and (max-width: 479.98px) {
  .home-slider-area.slider-freelancer .slider-content-area {
    margin-top: 25px;
  }
}

.home-slider-area.slider-freelancer .slider-content-area .separator-line {
  background-color: #F9AB3E;
  height: 5px;
  margin-bottom: 44px;
  width: 100px;
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-freelancer .slider-content-area .separator-line {
    height: 3px;
    margin-bottom: 25px;
    width: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-freelancer .slider-content-area .separator-line {
    height: 2px;
    margin-bottom: 15px;
    width: 45px;
  }
}

@media only screen and (max-width: 479.98px) {
  .home-slider-area.slider-freelancer .slider-content-area .separator-line {
    height: 1px;
    margin-bottom: 10px;
    width: 25px;
  }
}

.home-slider-area.slider-freelancer .slider-content-area h2 {
  font-size: 36px;
  line-height: 48px;
  letter-spacing: -1px;
  margin-bottom: 29px;
}

@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-freelancer .slider-content-area h2 {
    font-size: 30px;
    line-height: 38px;
  }
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-freelancer .slider-content-area h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-freelancer .slider-content-area h2 {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 479.98px) {
  .home-slider-area.slider-freelancer .slider-content-area h2 {
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 10px;
  }
}

.home-slider-area.slider-freelancer .slider-content-area h2 span {
  color: #F9AB3E;
}

.home-slider-area.slider-freelancer .slider-content-area p {
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 73px;
}

@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-freelancer .slider-content-area p {
    font-size: 13px;
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-freelancer .slider-content-area p {
    font-size: 10px;
    line-height: 19px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-freelancer .slider-content-area p {
    font-size: 8px;
    line-height: 14px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 479.98px) {
  .home-slider-area.slider-freelancer .slider-content-area p {
    font-size: 5px;
    line-height: 9px;
    margin-bottom: 10px;
  }
}

.home-slider-area.slider-freelancer .slider-content-area .btn-link {
  color: #F9AB3E;
  font-size: 12px;
  letter-spacing: 0;
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-freelancer .slider-content-area .btn-link {
    font-size: 10px;
  }
}

@media only screen and (max-width: 479.98px) {
  .home-slider-area.slider-freelancer .slider-content-area .btn-link {
    font-size: 6px;
  }
}

.home-slider-area.slider-blog {
  align-items: center;
  display: flex;
  height: 918px;
}

@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-blog {
    height: 820px;
  }
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-blog {
    height: 720px;
  }
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-blog {
    height: 620px;
  }
}

@media only screen and (max-width: 575px) {
  .home-slider-area.slider-blog {
    height: 510px;
  }
}

@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-blog .container {
    max-width: none;
    padding: 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-blog .container {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 575px) {
  .home-slider-area.slider-blog .container {
    padding: 0 15px;
  }
}

.home-slider-area.slider-blog .slider-content-area {
  margin-left: 0;
  margin-top: 110px;
}

@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-blog .slider-content-area {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 575px) {
  .home-slider-area.slider-blog .slider-content-area {
    margin-top: 90px;
  }
}

.home-slider-area.slider-blog .slider-content-area h3 {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 17px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-blog .slider-content-area h3 {
    font-size: 16px;
    letter-spacing: 10px;
  }
}

@media only screen and (max-width: 575px) {
  .home-slider-area.slider-blog .slider-content-area h3 {
    font-size: 13px;
    letter-spacing: 4px;
  }
}

.home-slider-area.slider-blog .slider-content-area h2 {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 90px;
  font-weight: 900;
  text-transform: capitalize;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-blog .slider-content-area h2 {
    font-size: 70px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-blog .slider-content-area h2 {
    font-size: 60px;
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 575px) {
  .home-slider-area.slider-blog .slider-content-area h2 {
    font-size: 36px;
    margin-bottom: 25px;
  }
}

.home-slider-area.slider-blog .slider-content-area p {
  color: #fff;
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 48px;
  margin-left: -2px;
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-blog .slider-content-area p br {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-blog .slider-content-area p {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .home-slider-area.slider-blog .slider-content-area p {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}

.home-slider-area.slider-blog .slider-content-area .btn-link {
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-right: 37px;
  padding: 16px 0;
}

@media only screen and (max-width: 575px) {
  .home-slider-area.slider-blog .slider-content-area .btn-link {
    font-size: 13px;
  }
}

.home-slider-area.slider-shop {
  align-items: center;
  display: flex;
  height: 100vh;
  margin-top: 0;
  background-position: center top;
}

@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-shop {
    height: 744px;
  }
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-shop {
    height: 670px;
  }
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-shop {
    height: 580px;
  }
}

@media only screen and (max-width: 575px) {
  .home-slider-area.slider-shop {
    height: 480px;
  }
}

.home-slider-area.slider-shop .slider-content-area {
  margin-left: -1px;
  margin-top: 103px;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-shop .slider-content-area {
    margin-top: 95px;
  }
}

@media only screen and (max-width: 575px) {
  .home-slider-area.slider-shop .slider-content-area {
    margin-top: 85px;
  }
}

.home-slider-area.slider-shop .slider-content-area h4 {
  color: #fff;
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px;
  letter-spacing: 4px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

@media only screen and (max-width: 575px) {
  .home-slider-area.slider-shop .slider-content-area h4 {
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 12px;
  }
}

.home-slider-area.slider-shop .slider-content-area h2 {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 900;
  font-size: 100px;
  margin-bottom: 32px;
}

@media only screen and (max-width: 991px) {
  .home-slider-area.slider-shop .slider-content-area h2 {
    font-size: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-shop .slider-content-area h2 {
    font-size: 54px;
  }
}

@media only screen and (max-width: 575px) {
  .home-slider-area.slider-shop .slider-content-area h2 {
    font-size: 33px;
    margin-bottom: 25px;
  }
}

.home-slider-area.slider-shop .slider-content-area p {
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  margin: 0 auto 50px;
  width: 579px;
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-shop .slider-content-area p {
    width: auto;
  }
}

@media only screen and (max-width: 575px) {
  .home-slider-area.slider-shop .slider-content-area p {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 25px;
  }
}

.home-slider-area.slider-shop .slider-content-area .btn-theme.btn-white {
  border: 1px solid #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 700;
  height: 60px;
  letter-spacing: 0;
  line-height: 38px;
  margin-left: 27px;
  width: 200px;
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-shop .slider-content-area .btn-theme.btn-white {
    font-size: 14px;
    height: auto;
    line-height: 26px;
    padding: 11px 35px;
    width: auto;
  }
}

@media only screen and (max-width: 575px) {
  .home-slider-area.slider-shop .slider-content-area .btn-theme.btn-white {
    font-size: 12px;
    height: auto;
    line-height: 24px;
    min-height: auto;
    padding: 8px 25px;
    width: auto;
  }
}

.home-slider-area.slider-shop .slider-content-area .btn-theme.btn-white:hover {
  background-color: #fff;
  color: #000;
}

.home-slider-area.slider-shop .slider-content-area .btn-theme.btn-white.btn-border {
  border: 1px solid rgba(255, 255, 255, 0.5);
  line-height: 38px;
  margin-left: 0;
}

@media only screen and (max-width: 767px) {
  .home-slider-area.slider-shop .slider-content-area .btn-theme.btn-white.btn-border {
    line-height: 26px;
  }
}

@media only screen and (max-width: 575px) {
  .home-slider-area.slider-shop .slider-content-area .btn-theme.btn-white.btn-border {
    line-height: 24px;
  }
}

.home-slider-area.slider-shop .slider-content-area .btn-theme.btn-white.btn-border:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

.home-slider-area .slider-content-area h5 {
  font-family: "Open Sans", sans-serif !important;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
}

.home-slider-area .slider-content-area h2 {
  font-size: 72px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}

.home-slider-area .slider-content-area .btn-link.no-line {
  padding-top: 7px;
}

.home-slider-area .slider-content-area .btn-link.no-line img {
  margin-top: -7px;
}


/*
-----------------------------------------------------------------------
  Revolution Slider CSS
-----------------------------------------------------------------------
*/

.rev_slider_wrapper .uranus.tparrows {
  background: rgba(255, 255, 255, 0);
  width: 50px;
  height: 50px;
}

@media only screen and (max-width: 767px) {
  .rev_slider_wrapper .uranus.tparrows {
    display: none;
  }
}

.rev_slider_wrapper .uranus.tparrows:before {
  font-size: 2.5rem;
  transition: all 0.3s;
  line-height: 50px;
  height: 50px;
  width: 50px;
}

@media (max-width: 1200px) {
  .rev_slider_wrapper .uranus.tparrows:before {
    font-size: calc(1.375rem + 1.5vw);
  }
}

.rev_slider_wrapper .uranus.tparrows:hover:before {
  opacity: 0.75;
}

.rev_slider_wrapper .rev-btn {
  transition: 0.5s;
}

.rev_slider_wrapper .rev-btn.btn-brand,
.rev_slider_wrapper .rev-btn.btn-bordetheme-color {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

@media only screen and (max-width: 767px) {
  .rev_slider_wrapper .btn img {
    width: 80px !important;
    height: 80px !important;
  }
}

.tp-caption.Button-Outline-Secondary,
.Button-Outline-Secondary {
  color: white;
  font-size: 14px;
  line-height: 51px;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  background-color: transparent;
  border-color: #f2b636;
  border-style: solid;
  border-width: 3px 3px 3px 3px;
  border-radius: 30px 30px 30px 30px;
}

.tp-caption.Button-Outline-Secondary:hover,
.Button-Outline-Secondary:hover {
  color: white;
  text-decoration: none;
  background-color: #f2b636;
  border-color: #f2b636;
  border-style: solid;
  border-width: 3px 3px 3px 3px;
  border-radius: 30px 30px 30px 30px;
  cursor: pointer;
}

.tp-bannertimer.tp-bottom {
  visibility: hidden !important;
}

.rev_slider_wrapper .uranus .tp-bullet {
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
  transition: box-shadow 0.3s ease;
  background: transparent;
  width: 15px;
  height: 15px;
}

.rev_slider_wrapper .uranus .tp-bullet.selected,
.rev_slider_wrapper .uranus .tp-bullet:hover {
  box-shadow: 0 0 0 2px white;
  border: none;
  border-radius: 50%;
  background: transparent;
}

.rev_slider_wrapper .uranus .tp-bullet-inner {
  transition: background-color 0.3s ease, transform 0.3s ease;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  border-radius: 50%;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.3);
  text-indent: -999em;
  cursor: pointer;
  position: absolute;
}

.rev_slider_wrapper .uranus .tp-bullet.selected .tp-bullet-inner,
.rev_slider_wrapper .uranus .tp-bullet:hover .tp-bullet-inner {
  transform: scale(0.4);
  -webkit-transform: scale(0.4);
  background-color: white;
}

@media only screen and (max-width: 767px) {
  #rev_slider_full_screen_parallax .zeus.tp-bullets {
    transform: matrix(1, 0, 0, 1, -35, -46) !important;
  }
}

@media only screen and (max-width: 575px) {
  #rev_slider_full_screen_parallax .zeus.tp-bullets {
    display: none;
  }
}

#rev_slider_full_screen_parallax .zeus .tp-bullet {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  border-radius: 50%;
  background-color: white;
  transition: opacity 0.3s ease;
  width: 12px;
  height: 12px;
  border: none;
}

#rev_slider_full_screen_parallax .zeus .tp-bullet:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  border-radius: 50%;
  background-color: black;
  transform: scale(0);
  transform-origin: 50% 50%;
  transition: transform 0.3s ease;
}

#rev_slider_full_screen_parallax .zeus .tp-bullet:hover:after,
#rev_slider_full_screen_parallax .zeus .tp-bullet.selected:after {
  transform: scale(1);
}

#rev_slider_full_screen_parallax .zeus .tp-bullet-image,
#rev_slider_full_screen_parallax .zeus .tp-bullet-imageoverlay {
  width: 135px;
  height: 60px;
  position: absolute;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  bottom: 13px;
  margin-bottom: 10px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  box-sizing: border-box;
  background-size: cover;
  background-position: center center;
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-origin: 50% 50%;
  transition: all 0.3s ease;
  border-radius: 4px;
}

#rev_slider_full_screen_parallax .zeus .tp-bullet-title,
#rev_slider_full_screen_parallax .zeus .tp-bullet-imageoverlay {
  z-index: 2;
  transition: all 0.5s ease;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

#rev_slider_full_screen_parallax .zeus .tp-bullet-title {
  color: white;
  text-align: center;
  line-height: 15px;
  font-size: 13px;
  font-weight: 600;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-origin: 50% 50%;
  transition: all 0.3s ease;
  position: absolute;
  bottom: 45px;
  width: 135px;
  vertical-align: middle;
}

#rev_slider_full_screen_parallax .zeus .tp-bullet:hover .tp-bullet-title,
#rev_slider_full_screen_parallax .zeus .tp-bullet:hover .tp-bullet-image,
#rev_slider_full_screen_parallax .zeus .tp-bullet:hover .tp-bullet-imageoverlay {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px) translateX(-50%);
}

#rev_slider_full_screen_parallax .zeus.nav-dir-vertical .tp-bullet-image,
#rev_slider_full_screen_parallax .zeus.nav-dir-vertical .tp-bullet-imageoverlay {
  bottom: auto;
  margin-right: 10px;
  margin-bottom: 0;
  right: 13px;
  transform: translateX(0px) translateY(-50%);
  -webkit-transform: translateX(0px) translateY(-50%);
}

#rev_slider_full_screen_parallax .zeus.nav-dir-vertical .tp-bullet:hover .tp-bullet-image {
  transform: translateX(0px) translateY(-50%);
  -webkit-transform: translateX(0px) translateY(-50%);
}

#rev_slider_full_screen_parallax .zeus.nav-dir-vertical .tp-bullet-title,
#rev_slider_full_screen_parallax .zeus.nav-dir-vertical .tp-bullet-imageoverlay {
  z-index: 2;
  transition: all 0.5s ease;
  transform: translateX(0px) translateY(-50%);
  -webkit-transform: translateX(0px) translateY(-50%);
}

#rev_slider_full_screen_parallax .zeus.nav-dir-vertical .tp-bullet-title {
  bottom: auto;
  right: 100%;
  margin-right: 10px;
}

#rev_slider_full_screen_parallax .zeus.nav-dir-vertical .tp-bullet:hover .tp-bullet-title,
#rev_slider_full_screen_parallax .zeus.nav-dir-vertical .tp-bullet:hover .tp-bullet-image,
#rev_slider_full_screen_parallax .zeus.nav-dir-vertical .tp-bullet:hover .tp-bullet-imageoverlay {
  transform: translateX(0px) translateY(-50%);
  -webkit-transform: translateX(0px) translateY(-50%);
}

#rev_slider_full_screen_parallax .zeus.nav-dir-vertical.nav-pos-hor-left .tp-bullet-image,
#rev_slider_full_screen_parallax .zeus.nav-dir-vertical.nav-pos-hor-left .tp-bullet-imageoverlay {
  bottom: auto;
  margin-left: 10px;
  margin-bottom: 0;
  left: 13px;
  transform: translateX(0px) translateY(-50%);
  -webkit-transform: translateX(0px) translateY(-50%);
}

#rev_slider_full_screen_parallax .zeus.nav-dir-vertical.nav-pos-hor-left .tp-bullet:hover .tp-bullet-image {
  transform: translateX(0px) translateY(-50%);
  -webkit-transform: translateX(0px) translateY(-50%);
}

#rev_slider_full_screen_parallax .zeus.nav-dir-vertical.nav-pos-hor-left .tp-bullet-title,
#rev_slider_full_screen_parallax .zeus.nav-dir-vertical.nav-pos-hor-left .tp-bullet-imageoverlay {
  z-index: 2;
  transition: all 0.5s ease;
  transform: translateX(0px) translateY(-50%);
  -webkit-transform: translateX(0px) translateY(-50%);
}

#rev_slider_full_screen_parallax .zeus.nav-dir-vertical.nav-pos-hor-left .tp-bullet-title {
  bottom: auto;
  left: 100%;
  margin-left: 10px;
}

#rev_slider_full_screen_parallax .zeus.nav-dir-horizontal.nav-pos-ver-top .tp-bullet-image,
#rev_slider_full_screen_parallax .zeus.nav-dir-horizontal.nav-pos-ver-top .tp-bullet-imageoverlay {
  bottom: auto;
  top: 13px;
  margin-top: 10px;
  margin-bottom: 0;
  left: 0;
  transform: translateY(0px) translateX(-50%);
  -webkit-transform: translateX(0px) translateX(-50%);
}

#rev_slider_full_screen_parallax .zeus.nav-dir-horizontal.nav-pos-ver-top .tp-bullet:hover .tp-bullet-image {
  transform: scale(1) translateY(0px) translateX(-50%);
  -webkit-transform: scale(1) translateY(0px) translateX(-50%);
}

#rev_slider_full_screen_parallax .zeus.nav-dir-horizontal.nav-pos-ver-top .tp-bullet-title,
#rev_slider_full_screen_parallax .zeus.nav-dir-horizontal.nav-pos-ver-top .tp-bullet-imageoverlay {
  z-index: 2;
  transition: all 0.5s ease;
  transform: translateY(0px) translateX(-50%);
  -webkit-transform: translateY(0px) translateX(-50%);
}

#rev_slider_full_screen_parallax .zeus.nav-dir-horizontal.nav-pos-ver-top .tp-bullet-title {
  bottom: auto;
  top: 13px;
  margin-top: 20px;
}

#rev_slider_full_screen_parallax .tp-caption.Button-Solid-Secondary,
#rev_slider_full_screen_parallax .Button-Solid-Secondary {
  color: white;
  font-size: 13px;
  line-height: 51px;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  background-color: #f2b636;
  border-color: #f2b636;
  border-style: solid;
  border-width: 3px 3px 3px 3px;
  border-radius: 30px 30px 30px 30px;
}

#rev_slider_full_screen_parallax .tp-caption.Button-Solid-Secondary:hover,
#rev_slider_full_screen_parallax .Button-Solid-Secondary:hover {
  color: white;
  text-decoration: none;
  background-color: #182141;
  border-color: #182141;
  border-style: solid;
  border-width: 3px 3px 3px 3px;
  border-radius: 30px 30px 30px 30px;
  cursor: pointer;
}

#slide-fs-parallax1-layer-1,
#slide-fs-parallax2-layer-1,
#slide-fs-parallax3-layer-1,
#slide-fs-parallax4-layer-1 {
  color: #fff;
  font-weight: 500;
  text-align: left;
}

#slide-fs-parallax1-layer-1 a,
#slide-fs-parallax2-layer-1 a,
#slide-fs-parallax3-layer-1 a,
#slide-fs-parallax4-layer-1 a {
  color: #fff;
  display: block;
}

#slide-fs-parallax1-layer-2,
#slide-fs-parallax2-layer-2,
#slide-fs-parallax3-layer-2,
#slide-fs-parallax4-layer-2 {
  color: #fff;
  font-weight: 700;
}

#slide-fs-parallax1-layer-2 a,
#slide-fs-parallax2-layer-2 a,
#slide-fs-parallax3-layer-2 a,
#slide-fs-parallax4-layer-2 a {
  color: #fff;
  display: block;
}

@media only screen and (max-width: 1199px) {
  #slide-fs-parallax1-layer-2,
  #slide-fs-parallax2-layer-2,
  #slide-fs-parallax3-layer-2,
  #slide-fs-parallax4-layer-2 {
    text-align: center !important;
  }
  #slide-fs-parallax1-layer-2 br,
  #slide-fs-parallax2-layer-2 br,
  #slide-fs-parallax3-layer-2 br,
  #slide-fs-parallax4-layer-2 br {
    display: none;
  }
}

#rev_slider_full_screen_horizontal_wrapper {
  margin: 0 auto;
  background: transparent;
  padding: 0;
}

#rev_slider_full_screen_horizontal {
  display: none;
}

#rev_slider_full_screen_horizontal .tparrows.tp-rightarrow.uranus:before,
#rev_slider_full_screen_horizontal .tparrows.tp-leftarrow.uranus:before {
  color: #999;
  content: "";
  font-family: "Linearicons-Free";
}

#rev_slider_full_screen_horizontal .tparrows.tp-rightarrow.uranus:before:hover,
#rev_slider_full_screen_horizontal .tparrows.tp-leftarrow.uranus:before:hover {
  color: #666;
}

#rev_slider_full_screen_horizontal .tparrows.tp-rightarrow.uranus:hover:before,
#rev_slider_full_screen_horizontal .tparrows.tp-leftarrow.uranus:hover:before {
  color: #666;
  opacity: 1;
}

#rev_slider_full_screen_horizontal .tparrows.tp-rightarrow.uranus:before {
  content: "";
}

#slide-fs-horizontal1-layer-1,
#slide-fs-horizontal2-layer-1,
#slide-fs-horizontal3-layer-1,
#slide-fs-horizontal4-layer-1 {
  color: #000;
  font-weight: 700;
}

#slide-fs-horizontal1-layer-2,
#slide-fs-horizontal2-layer-2,
#slide-fs-horizontal3-layer-2,
#slide-fs-horizontal4-layer-2 {
  color: #000;
  font-weight: 600;
  letter-spacing: 9px;
}

#slide-fs-horizontal1-layer-3,
#slide-fs-horizontal2-layer-3,
#slide-fs-horizontal3-layer-3,
#slide-fs-horizontal4-layer-3 {
  color: #666;
  font-weight: 400;
}

#slide-fs-horizontal1-layer-4,
#slide-fs-horizontal2-layer-4,
#slide-fs-horizontal3-layer-4,
#slide-fs-horizontal4-layer-4 {
  color: #000;
  font-weight: 600;
  letter-spacing: 2px;
}

#slide-fs-horizontal1-layer-4 a,
#slide-fs-horizontal2-layer-4 a,
#slide-fs-horizontal3-layer-4 a,
#slide-fs-horizontal4-layer-4 a {
  color: #000;
}

#slide-fs-horizontal1-layer-4 a:hover,
#slide-fs-horizontal2-layer-4 a:hover,
#slide-fs-horizontal3-layer-4 a:hover,
#slide-fs-horizontal4-layer-4 a:hover {
  color: #F9AB3E;
}

#slide-fs-horizontal1-layer-4:hover,
#slide-fs-horizontal2-layer-4:hover,
#slide-fs-horizontal3-layer-4:hover,
#slide-fs-horizontal4-layer-4:hover {
  color: #F9AB3E;
}

.slider-business .rev_slider_wrapper .uranus.tparrows {
  background-color: #868686;
  border-radius: 5px;
  height: 50px;
  font-size: 16px;
  width: 50px;
}

.slider-business .rev_slider_wrapper .uranus.tparrows.tp-rightarrow:before {
  content: "";
  font-family: "Linearicons-Free";
  font-size: 16px;
}

.slider-business .rev_slider_wrapper .uranus.tparrows.tp-leftarrow:before {
  content: "";
  font-family: "Linearicons-Free";
  font-size: 16px;
}

.slider-business .rev_slider_wrapper .uranus.tparrows:hover {
  background-color: #d91e18;
}

#slide-bs-horizontal1-layer-1,
#slide-bs-horizontal2-layer-1 {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 1.15;
  margin-bottom: 64px;
}

#slide-bs-horizontal1-layer-1 span,
#slide-bs-horizontal2-layer-1 span {
  font-weight: 400;
}

@media (max-width: 777px) {
  #slide-bs-horizontal1-layer-1,
  #slide-bs-horizontal2-layer-1 {
    font-size: 30px !important;
    line-height: 1.3 !important;
  }
}

@media (max-width: 479px) {
  #slide-bs-horizontal1-layer-1,
  #slide-bs-horizontal2-layer-1 {
    font-size: 24px !important;
    line-height: 1.3 !important;
  }
}

#slide-bs-horizontal1-layer-3:hover,
#slide-bs-horizontal2-layer-3:hover {
  background-color: transparent !important;
}

#slide-bs-horizontal1-layer-3 .btn-link,
#slide-bs-horizontal2-layer-3 .btn-link {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

#slide-bs-horizontal1-layer-3 .btn-link img,
#slide-bs-horizontal2-layer-3 .btn-link img {
  position: relative;
  top: -4px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

#slide-bs-horizontal1-layer-3 .btn-link:hover,
#slide-bs-horizontal2-layer-3 .btn-link:hover {
  background-color: transparent !important;
  color: #cbd3da !important;
}

#slide-bs-horizontal1-layer-3 .btn-link:hover img,
#slide-bs-horizontal2-layer-3 .btn-link:hover img {
  filter: brightness(0.8);
}

@media (max-width: 777px) {
  #slide-bs-horizontal1-layer-3,
  #slide-bs-horizontal2-layer-3 {
    display: none !important;
  }
}

.slider-isometric {
  background-color: #f0f1f3;
}

.slider-isometric .rev_slider_wrapper .uranus.tparrows {
  background-color: #e5e5e5;
  border-radius: 5px;
  height: 50px;
  font-size: 16px;
  width: 50px;
}

.slider-isometric .rev_slider_wrapper .uranus.tparrows.tp-rightarrow:before {
  color: #aba5a5;
  content: "";
  font-family: "Linearicons-Free";
  font-size: 16px;
}

.slider-isometric .rev_slider_wrapper .uranus.tparrows.tp-leftarrow:before {
  color: #aba5a5;
  content: "";
  font-family: "Linearicons-Free";
  font-size: 16px;
}

.slider-isometric .rev_slider_wrapper .uranus.tparrows:hover {
  background-color: #e94d04;
  background-image: linear-gradient(90deg, #e94d04 0%, #eea849 100%);
  background-image: -ms-linear-gradient(90deg, #e94d04 0%, #eea849 100%);
}

.slider-isometric .rev_slider_wrapper .uranus.tparrows:hover:before {
  color: #fff;
}

#slide-iso-horizontal1-layer-1,
#slide-iso-horizontal2-layer-1 {
  color: #0e0e0e;
  font-weight: 600;
  font-family: "Open Sans", sans-serif !important;
  font-size: 60px;
  margin-bottom: 30px;
  letter-spacing: -0.4px;
}

#slide-iso-horizontal1-layer-2,
#slide-iso-horizontal2-layer-2 {
  color: #727883;
  font-weight: 400;
  font-family: "Open Sans", sans-serif !important;
  font-size: 18px;
  margin-bottom: 30px;
  letter-spacing: 0;
}

#slide-iso-horizontal1-layer-4:hover,
#slide-iso-horizontal2-layer-4:hover {
  background-color: transparent !important;
}

#slide-iso-horizontal1-layer-4 .btn-link,
#slide-iso-horizontal2-layer-4 .btn-link {
  padding-top: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

@media (max-width: 1023px) {
  #slide-iso-horizontal1-layer-4 .btn-link,
  #slide-iso-horizontal2-layer-4 .btn-link {
    font-size: 12px !important;
  }
}

@media (max-width: 777px) {
  #slide-iso-horizontal1-layer-4 .btn-link,
  #slide-iso-horizontal2-layer-4 .btn-link {
    font-size: 11px !important;
  }
}

#slide-iso-horizontal1-layer-4 .btn-link img,
#slide-iso-horizontal2-layer-4 .btn-link img {
  position: relative;
  padding-top: 0;
  top: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

@media (max-width: 1023px) {
  #slide-iso-horizontal1-layer-4 .btn-link img,
  #slide-iso-horizontal2-layer-4 .btn-link img {
    height: 28px !important;
    width: 28px !important;
  }
}

@media (max-width: 777px) {
  #slide-iso-horizontal1-layer-4 .btn-link img,
  #slide-iso-horizontal2-layer-4 .btn-link img {
    height: 22px !important;
    width: 22px !important;
  }
}

#slide-iso-horizontal1-layer-4 .btn-link:hover,
#slide-iso-horizontal2-layer-4 .btn-link:hover {
  background-color: transparent !important;
  color: #0e0e0e !important;
}

#slide-iso-horizontal1-layer-4 .btn-link:hover img,
#slide-iso-horizontal2-layer-4 .btn-link:hover img {
  filter: brightness(0.2);
}

@media (max-width: 479px) {
  #slide-iso-horizontal1-layer-5,
  #slide-iso-horizontal2-layer-5 {
    display: none !important;
  }
}


/*
-----------------------------------------------------------------------
    About CSS
-----------------------------------------------------------------------
*/

.about-area.about-simple-area {
  padding: 120px 0 95px;
}

@media only screen and (max-width: 1199px) {
  .about-area.about-simple-area {
    padding: 90px 0 80px;
  }
}

@media only screen and (max-width: 991px) {
  .about-area.about-simple-area {
    padding: 75px 0 70px;
  }
}

@media only screen and (max-width: 767px) {
  .about-area.about-simple-area {
    padding: 65px 0 60px;
  }
}

.about-area.about-simple-area .section-title {
  text-align: center;
}

.about-area.about-default-area {
  padding: 50px 0;
}

@media only screen and (max-width: 1199px) {
  .about-area.about-default-area {
    padding: 35px 0 130px;
  }
}

@media only screen and (max-width: 991px) {
  .about-area.about-default-area {
    padding: 5px 0 100px;
  }
}

@media only screen and (max-width: 767px) {
  .about-area.about-default-area {
    padding: 0 0 0px;
  }
}

.about-area.about-default-area .section-title {
  margin-top: 0px;
}

.about-area.about-default-area .section-title h5 {
  font-size: 18px;
  margin-bottom: 13px;
}

.about-area.about-default-area .section-title .title {
  color: #025122;
  font-size: 2em;
  letter-spacing: 0;
  margin-bottom: 22px;
}

@media only screen and (max-width: 991px) {
  .about-area.about-default-area .section-title .title {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .about-area.about-default-area .section-title .title {
    font-size: 24px;
  }
}

.about-area.about-default-area .section-title .desc {
  margin-bottom: 25px;
}

.about-area.about-default-area .section-title .separator-line {
  margin-bottom: 0px;
}

.about-area.about-default-area .thumb {
  left: 35.4%;
  position: relative;
  text-align: right;
}

@media only screen and (max-width: 991px) {
  .service-area.service-default-area {
    padding: 0px !important;
    margin: 25px 0 0 0;
  }
}

@media only screen and (max-width: 1649px) {
  .about-area.about-default-area .thumb {
    left: auto;
    right: 0;
  }
}

@media only screen and (max-width: 1199px) {
  .about-area.about-default-area .thumb {
    left: 22%;
    right: auto;
    top: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .about-area.about-default-area .thumb {
    left: 0;
    top: 115px;
  }
}

@media only screen and (max-width: 767px) {
  .about-area.about-default-area .thumb {
    display: none;
  }
}

.about-area.about-creative-area {
  padding: 100px 0 0;
}

@media only screen and (max-width: 1199px) {
  .about-area.about-creative-area {
    padding: 90px 0;
  }
}

@media only screen and (max-width: 991px) {
  .about-area.about-creative-area {
    padding: 80px 0 70px;
  }
}

.about-area.about-creative-area .section-title.section-style3 {
  margin-bottom: 50px;
  margin-top: 2px;
}

.about-area.about-creative-area .thumb {
  left: -15px;
  margin-bottom: -103px;
  position: relative;
  top: -85px;
}

@media only screen and (max-width: 991px) {
  .about-area.about-creative-area .thumb {
    display: none;
  }
}

.about-area.about-creative-area .thumb img {
  max-width: none;
  width: 143.35%;
}

.about-area.about-creative-area .content p {
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 40px;
}

.about-area.about-creative-area .content h5 {
  color: #adb2bc;
  font-family: "Open Sans", sans-serif !important;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
}

.about-area.about-creative-area .funfact-item .number h2 {
  margin-bottom: 4px;
}

.about-area.about-creative-area .funfact-item .title {
  margin-bottom: 0;
}

.about-area.about-construction-area {
  padding: 304px 0 85px;
}

@media only screen and (max-width: 1199px) {
  .about-area.about-construction-area {
    padding: 304px 0 65px;
  }
}

@media only screen and (max-width: 767px) {
  .about-area.about-construction-area {
    padding: 80px 0 70px;
  }
}

@media only screen and (max-width: 575px) {
  .about-area.about-construction-area {
    padding: 60px 0 70px;
  }
}

.about-area.about-construction-area .about-content {
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .about-area.about-construction-area .about-content {
    margin-bottom: 0;
  }
}

.about-area.about-construction-area .about-content .inner-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 20px;
  max-width: 370px;
  padding-left: 40px;
  position: relative;
}

.about-area.about-construction-area .about-content .inner-title:before {
  content: "";
  position: absolute;
  border-left: 5px solid #F9AB3E;
  height: 54px;
  top: 8px;
  left: 0;
}

.about-area.about-construction-area .about-content p {
  margin-bottom: 42px;
  max-width: 450px;
}

.about-area.about-construction-area .years-perience {
  margin-top: 25px;
}

@media only screen and (max-width: 767px) {
  .about-area.about-construction-area .years-perience {
    margin-top: 0;
  }
}

.about-area.about-construction-area .years-perience .funfact-item .number {
  margin-bottom: -15px;
}

.about-area.about-construction-area .years-perience .funfact-item .number h2 .counter-animate {
  font-size: 300px;
  line-height: 200px;
  margin-bottom: 0;
  margin-right: -17px;
}

@media only screen and (max-width: 991px) {
  .about-area.about-construction-area .years-perience .funfact-item .number h2 .counter-animate {
    font-size: 220px;
  }
}

@media only screen and (max-width: 767px) {
  .about-area.about-construction-area .years-perience .funfact-item .number h2 .counter-animate {
    margin-right: 0;
  }
}

@media only screen and (max-width: 575px) {
  .about-area.about-construction-area .years-perience .funfact-item .number h2 .counter-animate {
    font-size: 180px;
    line-height: 1;
    margin-bottom: 30px;
  }
}

.about-area.about-construction-area .years-perience .funfact-item .title {
  color: #a2a19f;
  font-size: 35px;
  line-height: 1;
}

@media only screen and (max-width: 991px) {
  .about-area.about-construction-area .years-perience .funfact-item .title {
    font-size: 30px;
  }
}

.about-area.about-spa-area {
  padding: 100px 0;
}

@media only screen and (max-width: 1199px) {
  .about-area.about-spa-area {
    padding: 90px 0 85px;
  }
}

@media only screen and (max-width: 991px) {
  .about-area.about-spa-area {
    padding: 80px 0 85px;
  }
}

.about-area.about-spa-area .section-title {
  margin-top: 50px;
}

@media only screen and (max-width: 1199px) {
  .about-area.about-spa-area .section-title {
    margin-top: 0;
  }
}

@media only screen and (max-width: 575px) {
  .about-area.about-spa-area .thumb img {
    width: 100%;
  }
}

.about-area.about-restaurant-area {
  padding: 100px 0 63px;
}

@media only screen and (max-width: 1199px) {
  .about-area.about-restaurant-area {
    padding: 85px 0;
  }
}

@media only screen and (max-width: 991px) {
  .about-area.about-restaurant-area {
    padding: 80px 0 70px;
  }
}

@media only screen and (max-width: 575px) {
  .about-area.about-restaurant-area {
    padding: 70px 0 60px;
  }
}

.about-area.about-restaurant-area .section-title.section-style4 {
  margin-top: 7px;
}

@media only screen and (max-width: 1199px) {
  .about-area.about-restaurant-area .section-title.section-style4 {
    margin-bottom: 0;
  }
}

.about-area.about-restaurant-area .section-title.section-style4 h5 {
  margin-bottom: 8px;
}

.about-area.about-restaurant-area .section-title.section-style4 .title {
  margin-bottom: 21px;
  padding-bottom: 0;
}

.about-area.about-restaurant-area .section-title.section-style4 .desc {
  margin-top: 45px;
}

@media only screen and (max-width: 1199px) {
  .about-area.about-restaurant-area .section-title.section-style4 .desc {
    margin-top: 35px;
  }
}

.about-area.about-restaurant-area .section-title.section-style4 .desc p {
  font-size: 14px;
  line-height: 30px;
}

.about-area.about-restaurant-area .section-title.section-style4 .desc .btn-link {
  margin-top: 53px;
}

@media only screen and (max-width: 1199px) {
  .about-area.about-restaurant-area .section-title.section-style4 .desc .btn-link {
    margin-top: 30px;
  }
}

.about-area.about-education-area {
  padding: 100px 0 90px;
}

@media only screen and (max-width: 1199px) {
  .about-area.about-education-area {
    padding: 90px 0 80px;
  }
}

@media only screen and (max-width: 991px) {
  .about-area.about-education-area {
    padding: 70px 0 60px;
  }
}

@media only screen and (max-width: 767px) {
  .about-area.about-education-area {
    padding: 70px 0;
  }
}

.about-area.about-app-area {
  align-items: center;
  display: flex;
  padding: 135px 0 100px;
}

@media only screen and (max-width: 1199px) {
  .about-area.about-app-area {
    padding: 80px 0 50px;
  }
}

@media only screen and (max-width: 991px) {
  .about-area.about-app-area {
    padding: 60px 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .about-area.about-app-area {
    padding: 55px 0 20px;
  }
}

.about-area.about-app-area .section-title {
  margin-bottom: 0;
  margin-top: 20px;
}

.about-area.about-app-area .section-title .title {
  margin-bottom: 30px;
}

.about-area.about-app-area .section-title .desc p {
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .about-area.about-app-area .thumb {
    display: none;
  }
}

.about-area.about-app-area .btn-link {
  color: #591fce;
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px;
  letter-spacing: 0;
  text-transform: inherit;
}

.about-area.about-app-area .btn-link img {
  margin-right: 20px;
}

.about-item .thumb {
  overflow: hidden;
}

.about-item .thumb img {
  width: 100%;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
}

.about-item .content {
  background-color: #F9AB3E;
  display: block;
  padding: 16px 15px 17px;
  text-align: center;
}

.about-item .content h4 {
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.about-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);
}

.page-about-wrapper .about-area {
  padding: 76px 0 30px;
}

.page-about-wrapper .section-title {
  margin-bottom: 79px;
}

@media only screen and (max-width: 991px) {
  .page-about-wrapper .section-title {
    margin-bottom: 50px;
  }
}

.page-about-wrapper .section-title .title {
  letter-spacing: 0;
}

@media only screen and (max-width: 991px) {
  .page-about-wrapper .section-title .title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .page-about-wrapper .section-title .title {
    margin-bottom: 30px !important;
  }
}

@media only screen and (max-width: 575px) {
  .page-about-wrapper .section-title .title {
    font-size: 18px;
  }
}

.page-about-wrapper .section-title .desc p {
  font-size: 15px;
}

@media only screen and (max-width: 1199px) {
  .page-about-wrapper .section-title .desc p br {
    display: none;
  }
}

.page-about-wrapper .section-title .list-style li {
  color: #000;
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 35px;
}

.page-about-wrapper .section-title .list-style li .icon {
  color: #F9AB3E;
  top: 8px;
}

.page-about-wrapper .about-content.about-tab-style .nav.nav-tabs {
  border: none;
  margin-bottom: 78px;
  display: block;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .page-about-wrapper .about-content.about-tab-style .nav.nav-tabs {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .page-about-wrapper .about-content.about-tab-style .nav.nav-tabs {
    margin-bottom: 30px;
  }
}

.page-about-wrapper .about-content.about-tab-style .nav.nav-tabs li {
  font-family: "Open Sans", sans-serif !important;
  display: inline-block;
  margin-right: 56.58px;
}

@media only screen and (max-width: 767px) {
  .page-about-wrapper .about-content.about-tab-style .nav.nav-tabs li {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .page-about-wrapper .about-content.about-tab-style .nav.nav-tabs li {
    margin-bottom: 10px;
    margin-right: 20px;
  }
}

.page-about-wrapper .about-content.about-tab-style .nav.nav-tabs li a {
  border: none;
  border-bottom: 3px solid #ddd;
  color: #023059;
  font-size: 16px;
  font-weight: 700;
  padding: 0 0 12px 0;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .page-about-wrapper .about-content.about-tab-style .nav.nav-tabs li a {
    font-size: 13px;
  }
}

.page-about-wrapper .about-content.about-tab-style .nav.nav-tabs li a:hover {
  color: #F9AB3E;
}

.page-about-wrapper .about-content.about-tab-style .nav.nav-tabs li a.active {
  color: #023059;
  border-bottom-color: #F9AB3E;
}

.page-about-wrapper .about-content.about-tab-style .nav.nav-tabs li a.active:focus {
  color: #F9AB3E;
}

.page-about-wrapper .about-content.about-tab-style .nav.nav-tabs li:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .page-about-wrapper .about-content.about-tab-style .tab-content .brand-logo-page-about-area .brand-logo-slider.owl-carousel.owl-theme .owl-item .brand-logo-item {
    min-height: auto;
  }
}

.page-about-wrapper .accordian-content .accordion.accordion-style2.about-inner-style .accordion-item {
  margin-bottom: 8px;
}

.page-about-wrapper .accordian-content .accordion.accordion-style2.about-inner-style .accordion-item .accordian-heading .btn {
  color: #000;
  font-size: 16px;
  padding: 0 0 14px 34px;
}

.page-about-wrapper .accordian-content .accordion.accordion-style2.about-inner-style .accordion-item .accordian-heading .btn .icon {
  color: #bababa;
  font-size: 12px;
  left: 18px;
}

.page-about-wrapper .accordian-content .accordion.accordion-style2.about-inner-style .accordion-item .accordian-content {
  font-size: 14px;
  line-height: 24px;
  padding: 0 0 24px 34px;
}

.page-about-wrapper .accordian-content .accordion.accordion-style2.about-inner-style2 .accordion-item .accordian-heading .btn {
  color: #F9AB3E;
  font-size: 16px;
}

.page-about-wrapper .accordian-content .accordion.accordion-style2.about-inner-style2 .accordion-item .accordian-heading .btn .icon {
  color: #F9AB3E;
}

.page-about-wrapper .accordian-content .accordion.accordion-style2.about-inner-style2 .accordion-item .accordian-heading .btn.collapsed {
  color: #fff;
}

.page-about-wrapper .accordian-content .accordion.accordion-style2.about-inner-style2 .accordion-item .accordian-heading .btn.collapsed .icon {
  color: #fff;
}

.page-about-wrapper .accordian-content .accordion.accordion-style2.about-inner-style2 .accordion-item .accordian-content {
  color: #9aa3ab;
  padding: 19px 0 11px 34px;
}

.page-about-wrapper .progress-item {
  margin-bottom: 29.5px;
}

.page-about-wrapper .progress-item .progress-line .progress-bar-line {
  border-radius: 5px;
}

@media only screen and (max-width: 767px) {
  .page-about-wrapper .brand-logo-content-area .brand-list .brand-logo-item {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 1199px) {
  .page-about-wrapper .shape-layer.shape-layer-slyle5 {
    display: none;
  }
}

@media only screen and (max-width: 1199px) {
  .page-about-wrapper .shape-layer.shape-layer-slyle6 {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .page-about-wrapper .shape-layer.shape-layer-slyle7 {
    display: none;
  }
}

.img-right-align {
  max-width: none;
  position: relative;
  right: 150px;
}

.img-right-align.right-align2 {
  right: 99px;
}

.img-left-align {
  max-width: none;
  position: absolute;
  right: -35px;
  z-index: 1;
}


/*
-----------------------------------------------------------------------
    Service CSS
-----------------------------------------------------------------------
*/

.service-area.service-simple-area {
  padding: 0 0 105px;
}

@media only screen and (max-width: 1199px) {
  .service-area.service-simple-area {
    padding: 0 0 80px;
  }
}

@media only screen and (max-width: 991px) {
  .service-area.service-simple-area {
    padding: 0 0 75px;
  }
}

@media only screen and (max-width: 767px) {
  .service-area.service-simple-area {
    padding: 0 0 65px;
  }
}

@media only screen and (max-width: 1199px) {
  .service-area.service-default-area {
    padding: 90px 0 100px;
  }
}

@media only screen and (max-width: 991px) {
  .service-area.service-default-area {
    padding: 80px 0;
  }
}

.service-area.service-default-area .service-item {
  text-align: center;
}

.service-area.service-default-area .service-item .thumb {
  margin-bottom: 20px;
}

.service-area.service-default-area .service-item .content .icon {
  margin-bottom: 9px;
}

.service-area.service-default-area .service-item .content .icon i {
  color: #F9AB3E;
  font-size: 36px;
}

.service-area.service-default-area .service-item .content .title {
  display: block;
  text-align: center;
  margin-bottom: 15px;
}

.service-area.service-default-area .service-item .content p {
  max-width: 300px;
  margin: 0 auto;
}

.service-area.service-corporate-area {
  padding: 97px 0 100px;
}

@media only screen and (max-width: 1199px) {
  .service-area.service-corporate-area {
    padding: 85px 0;
  }
}

@media only screen and (max-width: 767px) {
  .service-area.service-corporate-area {
    padding: 75px 0 80px;
  }
}

.service-area.service-corporate-area .section-title {
  margin-bottom: 86px;
}

@media only screen and (max-width: 1199px) {
  .service-area.service-corporate-area .section-title {
    margin-bottom: 60px;
  }
}

.service-area.service-construction-area {
  margin-bottom: -204px;
  margin-top: -250px;
}

@media only screen and (max-width: 1199px) {
  .service-area.service-construction-area {
    margin-bottom: -226px;
    margin-top: -197px;
  }
}

@media only screen and (max-width: 991px) {
  .service-area.service-construction-area {
    margin-bottom: -259px;
    margin-top: -142px;
  }
}

@media only screen and (max-width: 767px) {
  .service-area.service-construction-area {
    margin-bottom: 0;
    margin-top: 0;
    padding: 80px 0;
  }
}

@media only screen and (max-width: 575px) {
  .service-area.service-construction-area {
    padding: 70px 0;
  }
}

.service-area.service-spa-area {
  padding: 100px 0 220px;
}

@media only screen and (max-width: 1199px) {
  .service-area.service-spa-area {
    padding: 90px 0 170px;
  }
}

@media only screen and (max-width: 991px) {
  .service-area.service-spa-area {
    padding: 80px 0 150px;
  }
}

@media only screen and (max-width: 479.98px) {
  .service-area.service-spa-area {
    padding: 70px 0 130px;
  }
}

.service-area.service-education-area {
  padding: 135px 0 70px;
}

@media only screen and (max-width: 1199px) {
  .service-area.service-education-area {
    padding: 90px 0 30px;
  }
}

@media only screen and (max-width: 991px) {
  .service-area.service-education-area {
    padding: 80px 0 30px;
  }
}

@media only screen and (max-width: 575px) {
  .service-area.service-education-area {
    padding: 70px 0 10px;
  }
}

.service-area.service-hosting-area {
  padding: 103px 0 151px;
}

@media only screen and (max-width: 1199px) {
  .service-area.service-hosting-area {
    padding: 85px 0 90px;
  }
}

@media only screen and (max-width: 991px) {
  .service-area.service-hosting-area {
    padding: 75px 0 70px;
  }
}

@media only screen and (max-width: 767px) {
  .service-area.service-hosting-area {
    padding: 60px 20px;
  }
}

.service-area.service-hosting-area .section-title {
  margin-bottom: 74px;
}

@media only screen and (max-width: 1199px) {
  .service-area.service-hosting-area .section-title {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .service-area.service-hosting-area .section-title {
    margin-bottom: 45px;
  }
}

.service-item .thumb {
  margin-bottom: 45px;
}

@media only screen and (max-width: 767px) {
  .service-item .thumb {
    margin-bottom: 30px;
  }
}

.service-item .thumb img {
  width: 100%;
}

.service-item .content {
  position: relative;
  padding: 8px;
}

.service-item .content .title {
  align-items: center;
  display: flex;
  font-size: 20px;
  margin-bottom: 20px;
  padding-top: 4px;
}

.service-item .content .title .icon {
  color: #F9AB3E;
  font-size: 30px;
  margin-right: 30px;
  margin-top: -4px;
}

@media only screen and (max-width: 991px) {
  .service-item .content .title .icon {
    margin-right: 20px;
  }
}

.service-item .content p {
  font-size: 14px;
  line-height: 20px;
}

.service-items-style2 .service-item .content .title {
  color: #F9AB3E;
  font-size: 14px;
  display: block;
  font-weight: 700;
  margin-bottom: 15px;
}

.service-items-style2 .service-item .content .title .item-number {
  font-weight: 700;
  font-size: 72px;
  line-height: 1;
}

.service-items-style3 .service-item .thumb {
  margin-bottom: 0;
}

.service-items-style3 .service-item .content {
  background-color: #fff;
  border-bottom: 5px solid #F9AB3E;
  padding: 41px 40px 50px;
}

.service-items-style3 .service-item .content .title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}

.service-items-style3 .service-item .content p {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

.service-items-style4 .service-item {
  margin-bottom: 30px;
}

.service-items-style4 .service-item .content {
  background-color: #fff;
  min-height: 230px;
  padding: 44px 25px 20px;
  text-align: center;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.service-items-style4 .service-item .content .title {
  color: #023059;
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 15px;
  padding-top: 0;
  text-transform: capitalize;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.service-items-style4 .service-item .content p {
  color: #868581;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 12px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.service-items-style4 .service-item .content a {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.service-items-style4 .service-item:hover .content {
  background-color: #F9AB3E;
}

.service-items-style4 .service-item:hover .content .title {
  color: #fff;
}

.service-items-style4 .service-item:hover .content p {
  color: #fff;
}

.service-items-style4 .service-item:hover .content a {
  color: #fff;
}

.service-items-style4 .service-item:hover .content a:hover {
  color: #fff;
}

.service-items-style5 .service-item .thumb {
  margin-bottom: 0;
  position: relative;
}

.service-items-style5 .service-item .thumb:before {
  background-color: #F9AB3E;
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: 0.5s;
}

.service-items-style5 .service-item .thumb .btn-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

.service-items-style5 .service-item .thumb .btn-overlay .btn-theme {
  border-radius: 25px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
  min-height: auto;
  padding: 12px 30px;
}

.service-items-style5 .service-item .content {
  padding: 21px 0 0;
}

.service-items-style5 .service-item .content .title {
  color: #023059;
  font-size: 24px;
  margin-top: 0;
}

.service-items-style5 .service-item .content .title a {
  color: #023059;
}

.service-items-style5 .service-item .content .title a:hover {
  color: #F9AB3E;
}

.service-items-style5 .service-item .content p {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 34px;
}

.service-items-style5 .service-item .content ul li {
  font-size: 14px;
  margin-bottom: 8px;
}

.service-items-style5 .service-item .content ul li i {
  width: 22px;
}

.service-items-style5 .service-item:hover .thumb:before {
  visibility: visible;
  opacity: 0.7;
}

.service-items-style5 .service-item:hover .thumb .btn-overlay {
  visibility: visible;
  opacity: 1;
}

.service-items-style6 .service-item {
  text-align: center;
}

.service-items-style6 .service-item .thumb {
  margin-bottom: 30px;
}

.service-items-style6 .service-item .thumb img {
  width: auto;
}

@media only screen and (max-width: 991px) {
  .service-items-style6 .service-item .thumb img {
    width: 60px;
  }
}

.service-items-style6 .service-item .content .title {
  color: #083c5a;
  font-size: 18px;
  display: block;
  font-weight: 700;
  letter-spacing: -0.8px;
  margin-bottom: 20px;
}

.service-items-style6 .service-item .content p {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -0.8px;
  margin-bottom: 27px;
}

@media only screen and (max-width: 991px) {
  .service-items-style6 .service-item .content p {
    font-size: 14px;
  }
}

.service-items-style6 .service-item .content a {
  color: #0090ff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.8px;
}

.page-service-wrapper .section-title {
  margin-bottom: 100px;
}

@media only screen and (max-width: 1199px) {
  .page-service-wrapper .section-title {
    margin-bottom: 60px;
  }
}

.page-service-wrapper .section-title.section-style6 h5 {
  color: #adb2bc;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1199px) {
  .page-service-wrapper .section-title.section-style6 .desc p br {
    display: none;
  }
}

.page-service-wrapper .text-pra {
  color: #727883;
  font-family: "Open Sans", sans-serif !important;
  font-style: italic;
  font-size: 18px;
  line-height: 36px;
}

.page-service-wrapper .service-items-style2 .service-item .content .title {
  color: #4cb648;
  font-size: 18px;
  text-transform: uppercase;
}

.page-service-wrapper .service-items-style2 .service-item .content .title .item-number {
  color: #000;
  font-family: "Open Sans", sans-serif !important;
  margin-right: 4px;
}

.page-service-wrapper .service-items-style2 .service-item .content p {
  color: #727883;
  font-family: "Open Sans", sans-serif !important;
  font-size: 14px;
}

.page-service-wrapper .divider-area.divider-simple-area .icon-box-item .content .title {
  font-weight: 700;
}


/*
-----------------------------------------------------------------------
    Team CSS
-----------------------------------------------------------------------
*/

.team-area.team-simple-area {
  padding: 110px 0 111px;
}

@media only screen and (max-width: 1199px) {
  .team-area.team-simple-area {
    padding: 90px 0 95px;
  }
}

@media only screen and (max-width: 991px) {
  .team-area.team-simple-area {
    padding: 80px 0 85px;
  }
}

@media only screen and (max-width: 575px) {
  .team-area.team-simple-area {
    padding: 75px 0 85px;
  }
}

.team-area.team-simple-area .section-title {
  margin-bottom: 100px;
}

@media only screen and (max-width: 1199px) {
  .team-area.team-simple-area .section-title {
    margin-bottom: 60px;
  }
}

.team-area.team-simple-area .section-title h5 {
  margin-bottom: 18px;
}

.team-area.team-simple-area .section-title .title {
  margin-bottom: 28px;
}

.team-area.team-default-area {
  padding: 150px 0 115px;
}

@media only screen and (max-width: 1199px) {
  .team-area.team-default-area {
    padding: 120px 0 85px;
  }
}

@media only screen and (max-width: 991px) {
  .team-area.team-default-area {
    padding: 90px 0 75px;
  }
}

@media only screen and (max-width: 575px) {
  .team-area.team-default-area {
    padding: 80px 0 65px;
  }
}

.team-area.team-default-area .section-title {
  margin-bottom: 35px;
  margin-top: 5px;
}

.team-area.team-default-area .section-title h5 {
  font-size: 16px;
  margin-bottom: 16px;
}

.team-area.team-default-area .section-title .title {
  font-family: "Open Sans", sans-serif !important;
  font-size: 30px;
  letter-spacing: 1px;
  margin-bottom: 25px;
}

.team-area.team-default-area .team-member {
  margin-bottom: 30px;
}

.team-area.team-default-area .progress-content {
  margin-bottom: 75px;
}

@media only screen and (max-width: 1199px) {
  .team-area.team-default-area .progress-content {
    margin-bottom: 45px;
  }
}

.team-area.team-default-area .progress-content .progress-item .progress-info .title {
  color: #fff;
}

.team-area.team-default-area .progress-content .progress-item .progress-info .percent {
  color: #fff;
}

.team-area.team-default-area .progress-content .progress-item .progress-line {
  background-color: #eee;
}

.team-area.team-default-area .progress-content .progress-item .progress-line .progress-bar-line {
  background-color: #F9AB3E;
}

.team-area.team-creative-area {
  padding: 96px 0 0;
}

@media only screen and (max-width: 991px) {
  .team-area.team-creative-area {
    padding: 75px 0 0;
  }
}

.team-area.team-creative-area .team-member .content .member-info .name {
  font-size: 16px;
}

.team-area.team-creative-area .team-member .content .member-info .designation {
  font-size: 14px;
}

.team-area.team-corporate-area {
  padding: 97px 0 100px;
}

@media only screen and (max-width: 1199px) {
  .team-area.team-corporate-area {
    padding: 85px 0 90px;
  }
}

@media only screen and (max-width: 991px) {
  .team-area.team-corporate-area {
    padding: 80px 0 85px;
  }
}

.team-area.team-corporate-area .section-title {
  margin-bottom: 105px;
}

@media only screen and (max-width: 1199px) {
  .team-area.team-corporate-area .section-title {
    margin-bottom: 70px;
  }
}

.team-area.team-construction-area {
  padding: 97px 0 65px;
}

@media only screen and (max-width: 1199px) {
  .team-area.team-construction-area {
    padding: 85px 0 70px;
  }
}

@media only screen and (max-width: 991px) {
  .team-area.team-construction-area {
    padding: 80px 0 40px;
  }
}

.team-area.team-construction-area .section-title {
  margin-bottom: 71px;
}

@media only screen and (max-width: 1199px) {
  .team-area.team-construction-area .section-title {
    margin-bottom: 40px;
  }
}

.team-area.team-education-area {
  padding: 34px 0 30px;
}

@media only screen and (max-width: 991px) {
  .team-area.team-education-area {
    padding: 34px 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .team-area.team-education-area {
    padding: 0 0 10px;
  }
}

@media only screen and (max-width: 575px) {
  .team-area.team-education-area {
    padding: 20px 0 10px;
  }
}

.team-area.team-education-area .team-member {
  margin-bottom: 30px;
}

.team-area.team-wedding-area {
  padding: 85px 0 0;
}

@media only screen and (max-width: 575px) {
  .team-area.team-wedding-area {
    padding: 75px 0 0;
  }
}

.team-area.team-wedding-area .section-title {
  margin-bottom: 95px;
}

@media only screen and (max-width: 991px) {
  .team-area.team-wedding-area .section-title {
    margin-bottom: 60px;
  }
}

.team-area.team-page-about-area {
  padding: 100px 0;
}

.team-member {
  position: relative;
}

.team-member .thumb img {
  width: 100%;
}

.team-member .content {
  background-color: rgba(206, 26, 43, 0.8);
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
  visibility: hidden;
  width: 100%;
  transition: all 0.2s ease-out;
}

.team-member .content .member-info {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.team-member .content .member-info .name {
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 42px;
  text-transform: uppercase;
}

.team-member .content .member-info .name a {
  color: #fff;
}

.team-member .content .member-info .designation {
  color: #fff;
  font-size: 12px;
  margin-bottom: 5px;
}

.team-member .content .member-info .social-icons a {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 0 10px;
}

.team-member:hover .content {
  opacity: 1;
  visibility: visible;
}

.team-members-style2 .team-member .content {
  background-color: #fff;
  opacity: 1;
  padding: 46px 30px 45px;
  position: relative;
  visibility: visible;
}

.team-members-style2 .team-member .content:before {
  border-bottom: 20px solid #fff;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  content: "";
  left: 50%;
  position: absolute;
  top: -20px;
  transform: translateX(-50%);
}

.team-members-style2 .team-member .content.content-center:before {
  border-bottom: none;
  border-top: 20px solid #fff;
  bottom: -20px;
  top: auto;
}

.team-members-style2 .team-member .content .member-info {
  top: 0;
  transform: translate(0);
}

.team-members-style2 .team-member .content .member-info .name {
  margin-bottom: 15px;
}

.team-members-style2 .team-member .content .member-info .name a {
  color: #F9AB3E;
}

.team-members-style2 .team-member .content .member-info .designation {
  color: #727883;
  margin-bottom: 24px;
}

.team-members-style2 .team-member .content .member-info .desc {
  margin-bottom: 38px;
}

.team-members-style2 .team-member .content .member-info .social-icons a {
  color: #000;
}

@media only screen and (max-width: 767px) {
  .team-members-style2 .team-member.item-two,
  .team-members-style2 .team-member.item-four {
    display: flex;
    flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 767px) {
  .team-members-style2 .team-member.item-two .content.content-center:before,
  .team-members-style2 .team-member.item-four .content.content-center:before {
    border-bottom: 20px solid #fff;
    border-top: none;
    bottom: auto;
    top: -20px;
  }
}

.team-members-style3 .team-member .thumb {
  overflow: hidden;
  position: relative;
}

.team-members-style3 .team-member .thumb img {
  width: 100%;
}

.team-members-style3 .team-member .thumb .social-icons {
  background-color: #F9AB3E;
  display: flex;
  flex-direction: column;
  height: 100%;
  left: -70px;
  padding: 18% 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 70px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.team-members-style3 .team-member .thumb .social-icons a {
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
}

.team-members-style3 .team-member .thumb .social-icons a:last-child {
  margin-bottom: 0;
}

.team-members-style3 .team-member .content {
  background-color: transparent;
  opacity: 1;
  position: relative;
  visibility: visible;
}

.team-members-style3 .team-member .content .member-info {
  top: 0;
  transform: translate(0);
}

.team-members-style3 .team-member .content .member-info .name {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 0;
  position: relative;
}

.team-members-style3 .team-member .content .member-info .name a {
  color: #F9AB3E;
}

.team-members-style3 .team-member .content .member-info .name:before {
  content: "";
  display: block;
  border-top: 3px solid #af1625;
  width: 70px;
  margin: 30px auto 25px;
}

.team-members-style3 .team-member .content .member-info .designation {
  color: #727883;
  font-size: 14px;
  margin-bottom: 0;
}

.team-members-style3 .team-member:hover .thumb .social-icons {
  left: 0;
}

.team-members-style4 .team-member .thumb {
  margin: 0 auto 30px;
  max-width: 170px;
  overflow: hidden;
  position: relative;
}

.team-members-style4 .team-member .thumb img {
  border-radius: 50%;
  width: 100%;
}

.team-members-style4 .team-member .content {
  background-color: transparent;
  opacity: 1;
  position: relative;
  visibility: visible;
}

.team-members-style4 .team-member .content .member-info {
  top: 0;
  transform: translate(0);
}

.team-members-style4 .team-member .content .member-info .name {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.1;
  margin-bottom: 10px;
  position: relative;
}

.team-members-style4 .team-member .content .member-info .name a {
  color: #F9AB3E;
}

.team-members-style4 .team-member .content .member-info .name a:hover {
  color: #023059;
}

.team-members-style4 .team-member .content .member-info .designation {
  color: #727883;
  font-size: 16px;
  font-style: italic;
  margin-bottom: 0;
}


/*
-----------------------------------------------------------------------
    Portfolio CSS
-----------------------------------------------------------------------
*/

.portfolio-area.portfolio-simple-area {
  padding: 100px 0 115px;
}

@media only screen and (max-width: 1199px) {
  .portfolio-area.portfolio-simple-area {
    padding: 90px 0 70px;
  }
}

@media only screen and (max-width: 991px) {
  .portfolio-area.portfolio-simple-area {
    padding: 85px 0 60px;
  }
}

@media only screen and (max-width: 575px) {
  .portfolio-area.portfolio-simple-area {
    padding: 80px 0 55px;
  }
}

.portfolio-area.portfolio-simple-area .section-title {
  margin-bottom: 100px;
}

@media only screen and (max-width: 1199px) {
  .portfolio-area.portfolio-simple-area .section-title {
    margin-bottom: 60px;
  }
}

.portfolio-area.portfolio-simple-area .section-title h5 {
  margin-bottom: 18px;
}

.portfolio-area.portfolio-simple-area .section-title .title {
  margin-bottom: 28px;
}

.portfolio-area.portfolio-default-area {
  margin: 60px 0 70px;
}

@media only screen and (max-width: 1199px) {
  .portfolio-area.portfolio-default-area {
    padding: 90px 0 85px;
  }
}

@media only screen and (max-width: 991px) {
  .portfolio-area.portfolio-default-area {
    padding: 80px 0 65px;
  }
}

@media only screen and (max-width: 575px) {
  .portfolio-area.portfolio-default-area {
    padding: 80px 0 55px;
  }
}

.portfolio-area.portfolio-default-area .section-title {
  margin-bottom: 0px;
}

@media only screen and (max-width: 1199px) {
  .portfolio-area.portfolio-default-area .section-title {
    margin-bottom: 50px;
  }
}

.portfolio-area.portfolio-creative-area {
  padding: 96px 0 66px;
}

@media only screen and (max-width: 1199px) {
  .portfolio-area.portfolio-creative-area {
    padding: 76px 0 46px;
  }
}

@media only screen and (max-width: 767px) {
  .portfolio-area.portfolio-creative-area {
    padding: 66px 0 46px;
  }
}

.portfolio-area.portfolio-creative-area .section-title {
  margin-bottom: 92px;
}

@media only screen and (max-width: 1199px) {
  .portfolio-area.portfolio-creative-area .section-title {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .portfolio-area.portfolio-creative-area .section-title {
    margin-bottom: 40px;
  }
}

.portfolio-area.portfolio-creative-area .portfolio-filter-menu {
  margin-bottom: 106px;
}

@media only screen and (max-width: 1199px) {
  .portfolio-area.portfolio-creative-area .portfolio-filter-menu {
    margin-bottom: 50px;
  }
}

.portfolio-area.portfolio-corporate-area {
  padding: 92px 0 70px;
}

@media only screen and (max-width: 991px) {
  .portfolio-area.portfolio-corporate-area {
    padding: 80px 0 60px;
  }
}

@media only screen and (max-width: 575px) {
  .portfolio-area.portfolio-corporate-area {
    padding: 80px 0 50px;
  }
}

.portfolio-area.portfolio-corporate-area .section-title {
  margin-bottom: 97px;
}

@media only screen and (max-width: 1199px) {
  .portfolio-area.portfolio-corporate-area .section-title {
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .portfolio-area.portfolio-corporate-area .section-title {
    margin-bottom: 45px;
  }
}

.portfolio-area.portfolio-freelancer-area {
  padding: 100px 0 143px;
}

@media only screen and (max-width: 1199px) {
  .portfolio-area.portfolio-freelancer-area {
    padding: 70px 0 120px;
  }
}

@media only screen and (max-width: 991px) {
  .portfolio-area.portfolio-freelancer-area {
    padding: 70px 0 90px;
  }
}

.portfolio-area.portfolio-freelancer-area .container-fluid {
  padding: 0;
}

.portfolio-filter-menu {
  margin-bottom: 50px;
}

@media only screen and (max-width: 1199px) {
  .portfolio-filter-menu {
    margin-bottom: 50px;
  }
}

.portfolio-filter-menu button {
  background-color: transparent;
  border: none;
  color: #727883;
  font-family: "Open Sans", sans-serif !important;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-right: 55px;
  padding: 1px 0;
  position: relative;
  text-transform: uppercase;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

@media only screen and (max-width: 1199px) {
  .portfolio-filter-menu button {
    margin-right: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .portfolio-filter-menu button {
    font-size: 13px;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .portfolio-filter-menu button {
    font-size: 12px;
    margin-right: 15px;
  }
}

.portfolio-filter-menu button:last-child {
  margin-right: 0;
}

.portfolio-filter-menu button:after {
  background-color: #F9AB3E;
  bottom: -6px;
  content: "";
  height: 2px;
  position: absolute;
  right: 0;
  width: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.portfolio-filter-menu button:hover,
.portfolio-filter-menu button.active {
  color: #F9AB3E;
}

.portfolio-filter-menu button:hover:after,
.portfolio-filter-menu button.active:after {
  left: 0;
  width: 100%;
}

.portfolio-item {
  margin-bottom: 20px;
  border: 10px solid #f6f6f6;
  overflow: hidden;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  position: relative;
}

.portfolio-content {
  text-align: center;
  padding-top: 20px;
  color: rgb(56 103 77);
  padding-bottom: 20px;
}

.portfolio-item .thumb {
  position: relative;
}

.portfolio-item .thumb a img {
  width: 100%;
}

.portfolio-item .thumb .overlay-info {
  background-color: rgb(249 171 62);
  height: 200px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  text-align: center;
  width: 100%;
}

.portfolio-item .thumb .overlay-info .info-content {
  position: relative;
  padding: 10px;
  color: #000;
  line-height: normal;
  top: 50% !important;
  transform: translateY(-50%);
}

@media only screen and (max-width: 1199px) {
  .portfolio-item .thumb .overlay-info .info-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.portfolio-item .thumb .overlay-info .info-content .title {
  font-family: "Open Sans", sans-serif !important;
  font-size: 18px;
  text-transform: uppercase;
}

@media only screen and (max-width: 1199px) {
  .portfolio-item .thumb .overlay-info .info-content .title {
    font-size: 16px;
    line-height: 1.3;
  }
}

.portfolio-item .thumb .overlay-info .info-content .title a {
  color: #fff;
}

.portfolio-item .thumb .overlay-info .info-content .category {
  color: #fff;
  display: block;
  font-family: "Open Sans", sans-serif !important;
  font-style: italic;
  font-size: 16px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1199px) {
  .portfolio-item .thumb .overlay-info .info-content .category {
    font-size: 15px;
  }
}

.portfolio-item .thumb .overlay-info .info-content .btn-link {
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  padding-top: 30px;
  text-transform: uppercase;
}

@media only screen and (max-width: 991px) {
  .portfolio-item .thumb .overlay-info .info-content .btn-link {
    padding-top: 20px;
  }
}

.portfolio-item .portfolio-info {
  background-color: rgba(206, 26, 43, 0.9);
  height: 100%;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  text-align: center;
  width: 100%;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.portfolio-item .portfolio-info .info-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.portfolio-item .portfolio-info .title {
  font-family: "Open Sans", sans-serif !important;
  font-size: 18px;
  text-transform: uppercase;
}

.portfolio-item .portfolio-info .title a {
  color: #fff;
}

.portfolio-item .portfolio-info .category {
  color: #fff;
  display: block;
  font-family: "Open Sans", sans-serif !important;
  font-style: italic;
  font-size: 16px;
  margin-bottom: 10px;
}

.portfolio-item .portfolio-info .btn-link {
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  padding-top: 30px;
  text-transform: uppercase;
}

.portfolio-item .portfolio-info.info-style {
  padding: 34px 40px 30px;
}

@media only screen and (max-width: 991px) {
  .portfolio-item .portfolio-info.info-style {
    padding: 34px 25px 30px;
  }
}

.portfolio-item .portfolio-info.info-style .title {
  font-size: 20px;
  margin-bottom: 11px;
}

.portfolio-item .portfolio-info.info-style .btn-icon {
  transform: translateY(-50%);
}

@media only screen and (max-width: 991px) {
  .portfolio-item .portfolio-info.info-style .btn-icon {
    transform: none;
    bottom: 20px;
    top: auto;
    right: 20px;
  }
}

.portfolio-item .portfolio-info.info-style.no-bg {
  margin-bottom: 16px;
  padding: 29px 0 0;
}

.portfolio-item .portfolio-info.info-style.no-bg .title {
  margin-bottom: 7px;
}

.portfolio-item .portfolio-info.hover-theme-color2 {
  background-color: #303744;
}

.portfolio-item .portfolio-info.hover-theme-color3 {
  background-color: #af1625;
}

.portfolio-item .portfolio-info.hover-theme-color4 {
  background-color: #d91e18;
}

.portfolio-item .portfolio-info.hover-theme-gradient {
  background-color: #e94d04;
  background-image: linear-gradient(90deg, #e94d04 0%, #eea849 100%);
  background-image: -ms-linear-gradient(90deg, #e94d04 0%, #eea849 100%);
}

.portfolio-item .portfolio-info.no-bg {
  background-color: transparent;
  opacity: 1;
  padding: 38px 0 0;
  position: relative;
  transform: translateY(0);
  visibility: visible;
}

.portfolio-item .portfolio-info.no-bg .title {
  transform: translateY(0);
}

.portfolio-item .portfolio-info.no-bg .title a {
  color: #0e0e0e;
}

.portfolio-item .portfolio-info.no-bg .title a:hover {
  color: #ea6725;
}

.portfolio-item .portfolio-info.no-bg .category {
  color: #727883;
  transform: translateY(0);
}

.portfolio-item .inner-content {
  position: relative;
  overflow: hidden;
  height: 200px;
}

.portfolio-item .inner-content.content-bg {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 25px 60px 0px rgba(171, 181, 189, 0.25);
}

.portfolio-item .inner-content.content-bg:hover .portfolio-info .title a {
  color: #ea6725;
}

.portfolio-item .inner-content:hover .portfolio-info {
  visibility: visible;
  opacity: 1;
}

.portfolio-item .inner-content.hover-effect-two:before {
  background-color: #F9AB3E;
  border-radius: 5px;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.portfolio-item .inner-content.hover-effect-two .portfolio-info {
  background-color: transparent;
  bottom: auto;
  opacity: 0;
  padding: 43px 40px;
  position: absolute;
  top: 0;
  transform: translateY(-50px);
  visibility: hidden;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

@media only screen and (max-width: 767px) {
  .portfolio-item .inner-content.hover-effect-two .portfolio-info {
    padding: 18px 20px;
  }
}

@media only screen and (max-width: 575px) {
  .portfolio-item .inner-content.hover-effect-two .portfolio-info {
    padding: 43px 40px;
  }
}

@media only screen and (max-width: 479.98px) {
  .portfolio-item .inner-content.hover-effect-two .portfolio-info {
    padding: 18px 20px;
  }
}

.portfolio-item .inner-content.hover-effect-two .portfolio-info .title {
  transform: translateY(0);
}

.portfolio-item .inner-content.hover-effect-two .portfolio-info .category {
  transform: translateY(0);
}

.portfolio-item .inner-content.hover-effect-two .btn-link {
  bottom: 0;
  color: #fff;
  display: flex;
  align-items: center;
  line-height: 1;
  opacity: 0;
  padding: 10px 40px 42px;
  position: absolute;
  transform: translateY(50px);
  visibility: hidden;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

@media only screen and (max-width: 767px) {
  .portfolio-item .inner-content.hover-effect-two .btn-link {
    font-size: 12px;
    padding: 10px 20px 20px;
  }
}

@media only screen and (max-width: 575px) {
  .portfolio-item .inner-content.hover-effect-two .btn-link {
    font-size: 14px;
    padding: 10px 40px 42px;
  }
}

@media only screen and (max-width: 479.98px) {
  .portfolio-item .inner-content.hover-effect-two .btn-link {
    font-size: 12px;
    padding: 10px 20px 20px;
  }
}

.portfolio-item .inner-content.hover-effect-two .btn-link i {
  margin-left: 8px;
}

.portfolio-item .inner-content.hover-effect-two:hover:before {
  opacity: 1;
  visibility: visible;
}

.portfolio-item .inner-content.hover-effect-two:hover .portfolio-info {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  transition-delay: 0.2s;
}

.portfolio-item .inner-content.hover-effect-two:hover .portfolio-info .title,
.portfolio-item .inner-content.hover-effect-two:hover .portfolio-info .category {
  transform: translate(0);
}

.portfolio-item .inner-content.hover-effect-two:hover .btn-link {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  transition-delay: 0.2s;
}

.portfolio-item .inner-content .portfolio-overview {
  margin-top: 102px;
}

.portfolio-item .inner-content .portfolio-overview .overview-title {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 42px;
}

@media only screen and (max-width: 767px) {
  .portfolio-item .inner-content .portfolio-overview .overview-title {
    display: block;
  }
}

.portfolio-item .inner-content .portfolio-overview .title {
  color: #0e0e0e;
  font-size: 44px;
  letter-spacing: -1.25px;
  line-height: 1.25;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .portfolio-item .inner-content .portfolio-overview .title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

.portfolio-item .inner-content .portfolio-overview .social-icons {
  margin-bottom: 5px;
}

.portfolio-item .inner-content .portfolio-overview .social-icons a {
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  height: 36px;
  line-height: 40px;
  text-align: center;
  width: 36px;
  margin-right: 11px;
}

.portfolio-item .inner-content .portfolio-overview .social-icons a:last-child {
  margin-right: 0;
}

.portfolio-item .inner-content .portfolio-overview .social-icons a.color-facebook {
  background-color: #3b5999;
}

.portfolio-item .inner-content .portfolio-overview .social-icons a.color-twitter {
  background-color: #55acef;
}

.portfolio-item .inner-content .portfolio-overview .social-icons a.color-instagram {
  background-color: #e04f8b;
}

.portfolio-item .inner-content .portfolio-overview .social-icons a.color-dribbble {
  background-color: #bd081b;
}

.portfolio-item .inner-content .portfolio-overview .desc ul li {
  line-height: 2.25;
}

.portfolio-item .inner-content .portfolio-overview .desc ul li span {
  color: #0e0e0e;
}

.portfolio-item:hover .thumb .overlay-info {
  opacity: 1;
  visibility: visible;
}

.portfolio-items-style2 .portfolio-item .inner-content:before {
  display: none;
}

.portfolio-items-style2 .portfolio-item .inner-content .portfolio-info {
  bottom: 50px;
  left: 35px;
  opacity: 1;
  visibility: visible;
  text-align: left;
  top: auto;
  transform: translate(0);
}

@media only screen and (max-width: 575px) {
  .portfolio-items-style2 .portfolio-item .inner-content .portfolio-info {
    left: 15px;
  }
}

.portfolio-items-style2 .portfolio-item .inner-content .portfolio-info .title {
  color: #000;
  font-size: 24px;
  margin-bottom: 0;
  margin-top: 5px;
  transform: translate(0);
}

@media only screen and (max-width: 575px) {
  .portfolio-items-style2 .portfolio-item .inner-content .portfolio-info .title {
    font-size: 18px;
  }
}

.portfolio-items-style2 .portfolio-item .inner-content .portfolio-info .title a {
  color: #000;
  display: block;
}

.portfolio-items-style2 .portfolio-item .inner-content .portfolio-info .title a:hover {
  color: #F9AB3E;
}

.portfolio-items-style2 .portfolio-item .inner-content .portfolio-info .category {
  color: #666;
  font-size: 16px;
  transform: translate(0);
}

@media only screen and (max-width: 575px) {
  .portfolio-items-style2 .portfolio-item .inner-content .portfolio-info .category {
    font-size: 14px;
  }
}

.portfolio-items-style2 .portfolio-item .inner-content .portfolio-info .icon {
  color: #666;
  font-size: 36px;
  position: absolute;
  right: 95px;
  top: 22%;
}

.portfolio-items-style2 .portfolio-item .inner-content .portfolio-info .icon:hover {
  color: #F9AB3E;
}

.portfolio-items-style2 .portfolio-item.portfolio-text-light .inner-content .portfolio-info .title {
  color: #fff;
}

.portfolio-items-style2 .portfolio-item.portfolio-text-light .inner-content .portfolio-info .title a {
  color: #fff;
}

.portfolio-items-style2 .portfolio-item.portfolio-text-light .inner-content .portfolio-info .title a:hover {
  color: #F9AB3E;
}

.portfolio-items-style2 .portfolio-item.portfolio-text-light .inner-content .portfolio-info .category {
  color: #999;
}

.portfolio-items-style2 .portfolio-item.portfolio-text-light .inner-content .portfolio-info .icon {
  color: #fff;
}

.portfolio-items-style2 .portfolio-item.portfolio-text-light .inner-content .portfolio-info .icon:hover {
  color: #F9AB3E;
}

.portfolio-filter-tab {
  margin-bottom: 5px;
  margin-left: 100px;
}

.portfolio-filter-tab .nav.nav-tabs {
  border: none;
}

.portfolio-filter-tab .nav.nav-tabs .nav-item {
  margin-bottom: 0;
}

.portfolio-filter-tab .nav.nav-tabs .nav-item .nav-link {
  background-color: transparent;
  border: none;
  color: #0e0e0e;
  font-family: "Open Sans", sans-serif !important;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.25px;
  margin-right: 67px;
  padding: 1px 0;
  position: relative;
  text-transform: uppercase;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

@media only screen and (max-width: 1400px) {
  .portfolio-filter-tab .nav.nav-tabs .nav-item .nav-link {
    margin-right: 25px;
  }
}

.portfolio-filter-tab .nav.nav-tabs .nav-item .nav-link:after {
  background-color: #F9AB3E;
  bottom: 3px;
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  width: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.portfolio-filter-tab .nav.nav-tabs .nav-item .nav-link:hover,
.portfolio-filter-tab .nav.nav-tabs .nav-item .nav-link.active {
  color: #F9AB3E;
}

.portfolio-filter-tab .nav.nav-tabs .nav-item .nav-link:hover:after,
.portfolio-filter-tab .nav.nav-tabs .nav-item .nav-link.active:after {
  left: 0;
  width: 100%;
}

.portfolio-filter-tab .nav.nav-tabs .nav-item:last-child .nav-link {
  margin-right: 0;
}

.portfolio-slider-items-three.owl-carousel.owl-theme .owl-nav {
  top: -129px;
}

.portfolio-freelancer-content .portfolio-item .thumb {
  margin-bottom: 50px;
}

.portfolio-freelancer-content .portfolio-item .thumb img {
  width: 100%;
}

.portfolio-freelancer-content .portfolio-item .portfolio-info {
  background-color: transparent;
  display: block;
  margin: 0 auto;
  max-width: 550px;
  opacity: 1;
  padding: 0;
  position: relative;
  text-align: center;
  transform: translateY(0);
  visibility: visible;
}

.portfolio-freelancer-content .portfolio-item .portfolio-info .title {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.5797px;
  line-height: 1.1;
  margin-bottom: 45px;
}

@media only screen and (max-width: 1199px) {
  .portfolio-freelancer-content .portfolio-item .portfolio-info .title {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .portfolio-freelancer-content .portfolio-item .portfolio-info .title {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .portfolio-freelancer-content .portfolio-item .portfolio-info .title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.portfolio-freelancer-content .portfolio-item .portfolio-info .title a {
  color: #F9AB3E;
  text-transform: none;
}

.portfolio-freelancer-content .portfolio-item .portfolio-info p {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 15px;
}

@media only screen and (max-width: 1199px) {
  .portfolio-freelancer-content .portfolio-item .portfolio-info p {
    margin-bottom: 0;
  }
}

.portfolio-freelancer-content .portfolio-item .portfolio-info a.btn-link {
  color: #F9AB3E;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

@media only screen and (max-width: 991px) {
  .portfolio-freelancer-content .portfolio-item .portfolio-info a.btn-link {
    padding-top: 10px;
  }
}

.portfolio-freelancer-content.portfolio-freelancer-slider {
  position: relative;
}

@media only screen and (max-width: 1649px) {
  .portfolio-freelancer-content.portfolio-freelancer-slider {
    margin-top: -100px;
  }
}

@media only screen and (max-width: 991px) {
  .portfolio-freelancer-content.portfolio-freelancer-slider {
    margin-top: -130px;
  }
}

@media only screen and (max-width: 767px) {
  .portfolio-freelancer-content.portfolio-freelancer-slider {
    margin-top: 0;
  }
}

.portfolio-freelancer-content.portfolio-freelancer-slider:after {
  background-color: #dddddd;
  bottom: -134px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: calc(100% - 38%);
}

@media only screen and (max-width: 991px) {
  .portfolio-freelancer-content.portfolio-freelancer-slider:after {
    bottom: -110px;
  }
}

.portfolio-freelancer-content.portfolio-freelancer-slider .slick-list {
  padding: 0 19% !important;
}

@media only screen and (max-width: 1199px) {
  .portfolio-freelancer-content.portfolio-freelancer-slider .slick-list {
    padding: 0 12% !important;
  }
}

@media only screen and (max-width: 991px) {
  .portfolio-freelancer-content.portfolio-freelancer-slider .slick-list {
    padding: 0 6% !important;
  }
}

@media only screen and (max-width: 767px) {
  .portfolio-freelancer-content.portfolio-freelancer-slider .slick-list {
    padding: 0 !important;
  }
}

.portfolio-freelancer-content.portfolio-freelancer-slider .slick-list .slick-track .slick-slide {
  padding-left: 15px;
  padding-right: 15px;
  animation-duration: 1s;
  position: relative;
  top: 230px;
  max-height: 230px;
  overflow: hidden;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
}

.portfolio-freelancer-content.portfolio-freelancer-slider .slick-list .slick-track .slick-slide .portfolio-item {
  margin-bottom: 0;
}

.portfolio-freelancer-content.portfolio-freelancer-slider .slick-list .slick-track .slick-slide .portfolio-item .thumb {
  margin-bottom: 0;
}

.portfolio-freelancer-content.portfolio-freelancer-slider .slick-list .slick-track .slick-slide .portfolio-item .portfolio-info {
  display: none;
}

.portfolio-freelancer-content.portfolio-freelancer-slider .slick-list .slick-track .slick-slide:not(.slick-current) {
  animation-duration: 0.3s;
  opacity: 0.5;
  -webkit-animation-duration: 0.3s;
}

.portfolio-freelancer-content.portfolio-freelancer-slider .slick-list .slick-track .slick-slide.slick-active.slick-current {
  max-height: none;
  opacity: 1;
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  top: 0;
}

@media only screen and (max-width: 1649px) {
  .portfolio-freelancer-content.portfolio-freelancer-slider .slick-list .slick-track .slick-slide.slick-active.slick-current .portfolio-item {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .portfolio-freelancer-content.portfolio-freelancer-slider .slick-list .slick-track .slick-slide.slick-active.slick-current .portfolio-item {
    margin-top: 130px;
  }
}

@media only screen and (max-width: 767px) {
  .portfolio-freelancer-content.portfolio-freelancer-slider .slick-list .slick-track .slick-slide.slick-active.slick-current .portfolio-item {
    margin-top: 0;
  }
}

.portfolio-freelancer-content.portfolio-freelancer-slider .slick-list .slick-track .slick-slide.slick-active.slick-current .portfolio-item .thumb {
  margin-bottom: 25px;
}

.portfolio-freelancer-content.portfolio-freelancer-slider .slick-list .slick-track .slick-slide.slick-active.slick-current .portfolio-item .portfolio-info {
  display: block;
}

.portfolio-freelancer-content.portfolio-freelancer-slider .slick-dots {
  bottom: -45px;
}

.portfolio-freelancer-content.portfolio-freelancer-slider .slick-dots li {
  margin: 0;
  width: auto;
}

.portfolio-freelancer-content.portfolio-freelancer-slider .slick-dots li button {
  height: auto;
  width: 20px;
}

.portfolio-freelancer-content.portfolio-freelancer-slider .slick-dots li button:before {
  color: #808080;
  opacity: 1;
}

.portfolio-freelancer-content.portfolio-freelancer-slider .slick-dots li.slick-active button:before {
  color: #6163d3;
}

.portfolio-tiles-style .portfolio-item:nth-child(1) {
  width: 40.36458333%;
}

.portfolio-tiles-style .portfolio-item:nth-child(2) {
  width: 36.45833333%;
}

.portfolio-tiles-style .portfolio-item:nth-child(3) {
  width: 23.17708333%;
}

.portfolio-tiles-style .portfolio-item:nth-child(4) {
  width: 23.17708333%;
}

.portfolio-tiles-style .portfolio-item:nth-child(5) {
  width: 36.45833333%;
}

.portfolio-tiles-style .portfolio-item:nth-child(6) {
  width: 40.36458333%;
}

.portfolio-tiles-style .portfolio-item:nth-child(7) {
  width: 40.36458333%;
}

.portfolio-tiles-style .portfolio-item:nth-child(8) {
  width: 36.45833333%;
}

.portfolio-tiles-style .portfolio-item:nth-child(9) {
  width: 23.17708333%;
}

.portfolio-single-area {
  padding: 100px 0 80px;
}

.portfolio-single-area .single-portfolio-content {
  margin-bottom: 63px;
  margin-top: 50px;
}

@media only screen and (max-width: 991px) {
  .portfolio-single-area .single-portfolio-content {
    margin-top: 20px;
  }
}

.portfolio-single-area .single-portfolio-content .content {
  padding-right: 18px;
}

.portfolio-single-area .single-portfolio-content .content h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 35px;
  margin-top: 3px;
}

.portfolio-single-area .single-portfolio-content .content p {
  line-height: 30px;
}

.portfolio-single-area .single-portfolio-content .single-portfolio-meta {
  border: 1px solid #ddd;
  padding: 19px 40px 40px;
}

.portfolio-single-area .single-portfolio-content .single-portfolio-meta .meta-item {
  margin: 20px 0;
}

.portfolio-single-area .single-portfolio-content .single-portfolio-meta .meta-item .meta-label {
  color: #000;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
}

.portfolio-single-area .single-portfolio-content .single-portfolio-meta .meta-item .meta-value {
  display: inline-block;
}

.portfolio-single-area .single-portfolio-content .single-portfolio-meta .meta-item .meta-value a {
  color: #727883;
}

.portfolio-single-area .single-portfolio-content .single-portfolio-meta .meta-item .meta-value a:hover {
  color: #F9AB3E;
}

.portfolio-single-area .single-portfolio-content .single-portfolio-meta .social-link {
  padding: 15px 0 0;
}

.portfolio-single-area .single-portfolio-content .single-portfolio-meta .social-link a {
  color: #727883;
  font-size: 14px;
  margin-right: 27.8px;
}

@media only screen and (max-width: 1199px) {
  .portfolio-single-area .single-portfolio-content .single-portfolio-meta .social-link a {
    margin-right: 15px;
  }
}

.portfolio-single-area .single-portfolio-content .single-portfolio-meta .social-link a:hover {
  color: #F9AB3E;
}

.portfolio-single-area .single-portfolio-content .single-portfolio-meta .social-link a:last-child {
  margin-right: 0;
}

.no-gutter .portfolio-item {
  margin: 0;
  padding: 0;
}

.gutter-8 {
  margin-right: -4px;
  margin-left: -4px;
}

.gutter-8 .portfolio-item {
  margin-bottom: 8px;
  padding-left: 4px;
  padding-right: 4px;
}

.gutter-30 {
  margin-right: -15px;
  margin-left: -15px;
}

.gutter-30 .demos-item {
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.gutter-40 {
  margin-right: -20px;
  margin-left: -20px;
}

.gutter-40 .portfolio-item {
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.gutter-45 {
  margin-right: -22.5px;
  margin-left: -22.5px;
}

.gutter-45 .portfolio-item {
  margin-bottom: 45px;
  padding-left: 22.5px;
  padding-right: 22.5px;
}

.gutter-50 {
  margin-right: -25px;
  margin-left: -25px;
}

.gutter-50 .portfolio-item {
  margin-bottom: 50px;
  padding-left: 25px;
  padding-right: 25px;
}

.portfolio-footer {
  margin-top: 40px;
}

.portfolio-footer .btn-bottom {
  color: #0e0e0e;
  display: inline-block;
  font-family: "Open Sans", sans-serif !important;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.25px;
  padding: 0;
  position: relative;
  text-transform: uppercase;
}

.portfolio-footer .btn-bottom:before {
  background-color: #0e0e0e;
  bottom: 1px;
  content: "";
  position: absolute;
  left: 0;
  height: 1px;
  width: 100%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.portfolio-footer .btn-bottom:hover {
  color: #F9AB3E;
}

.portfolio-footer .btn-bottom:hover:before {
  background-color: #F9AB3E;
}

.portfolio-verticle-wrp {
  overflow: hidden;
}

.portfolio-verticle-wrp .main-content {
  margin-left: 320px;
}

@media only screen and (max-width: 991px) {
  .portfolio-verticle-wrp .main-content {
    margin-left: 0;
    padding-top: 144px;
  }
}

@media only screen and (max-width: 767px) {
  .portfolio-verticle-wrp .main-content {
    padding-top: 104px;
  }
}

@media (min-width: 1200px) and (max-width: 1543px) {
  .portfolio-verticle-wrp .main-content .portfolio-area .row .portfolio-item {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    width: 100%;
  }
}


/*
-----------------------------------------------------------------------
    Gallery CSS
-----------------------------------------------------------------------
*/

.gallery-area.gallery-wedding-area {
  padding: 20px 0 95px;
}

@media only screen and (max-width: 1199px) {
  .gallery-area.gallery-wedding-area {
    padding: 0 0 85px;
  }
}

@media only screen and (max-width: 767px) {
  .gallery-area.gallery-wedding-area {
    padding: 0 0 55px;
  }
}

@media only screen and (max-width: 767px) {
  .gallery-area.gallery-wedding-area .gallery-item {
    margin-bottom: 30px;
  }
}

.gallery-area.gallery-wedding-area .gallery-item .thumb img {
  min-height: 127.5px;
}

@media only screen and (max-width: 991px) {
  .gallery-area.gallery-wedding-area .gallery-item .thumb img {
    min-height: auto;
  }
}

.gallery-item .thumb img {
  width: 100%;
}

.gallery-grid-col6 .gallery-item {
  float: left;
  width: 16.6666666667%;
}

.gallery-grid-col6 .gallery-item a img {
  width: 100%;
}


/*
-----------------------------------------------------------------------
    Pricing CSS
-----------------------------------------------------------------------
*/

.pricing-area.pricing-restaurant-area {
  padding: 95px 0 221px;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .pricing-area.pricing-restaurant-area {
    padding: 80px 0 50px;
  }
}

@media only screen and (max-width: 767px) {
  .pricing-area.pricing-restaurant-area {
    padding: 75px 0 30px;
  }
}

.pricing-area.pricing-restaurant-area .section-title.section-style4 {
  margin-bottom: 98px;
}

@media only screen and (max-width: 1199px) {
  .pricing-area.pricing-restaurant-area .section-title.section-style4 {
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 991px) {
  .pricing-area.pricing-restaurant-area .section-title.section-style4 {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 1199px) {
  .pricing-area.pricing-restaurant-area .shape-layer.shape-layer-slyle3 {
    display: none;
  }
}

.pricing-area.pricing-app-area {
  padding: 90px 0 100px;
}

@media only screen and (max-width: 1199px) {
  .pricing-area.pricing-app-area {
    padding: 75px 0 85px;
  }
}

@media only screen and (max-width: 575px) {
  .pricing-area.pricing-app-area {
    padding: 60px 0 65px;
  }
}

.pricing-area.pricing-app-area .section-title {
  margin-bottom: 90px;
}

@media only screen and (max-width: 1199px) {
  .pricing-area.pricing-app-area .section-title {
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 991px) {
  .pricing-area.pricing-app-area .section-title {
    margin-bottom: 50px;
  }
}

.pricing-items.pricing-items-two .pricing-item {
  background-color: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  border: none;
  margin-top: 45px;
  position: relative;
}

.pricing-items.pricing-items-two .pricing-item .icon-box {
  border-radius: 0;
  font-size: 40px;
  height: auto;
  line-height: 40px;
  margin: 0 auto;
  padding: 40px 0 35px;
  width: auto;
}

.pricing-items.pricing-items-two .pricing-item .pricing-badge {
  background-color: #F9AB3E;
  color: #fff;
  font-weight: 300;
  font-size: 12px;
  left: -10px;
  position: absolute;
  text-transform: uppercase;
  top: 45px;
  padding: 10px 10px 10px 15px;
}

.pricing-items.pricing-items-two .pricing-item .pricing-badge:before {
  content: "";
  border-left: 10px solid transparent;
  border-right: 0 solid transparent;
  border-top: 13px solid #F9AB3E;
  position: absolute;
  left: 0;
  top: 100%;
  opacity: 0.7;
}

.pricing-items.pricing-items-two .pricing-item .pricing-title {
  background-color: transparent;
  margin: 0 0 20px 0;
  padding: 0;
}

.pricing-items.pricing-items-two .pricing-item .pricing-title h5 {
  color: #F9AB3E;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.pricing-items.pricing-items-two .pricing-item .pricing-amount {
  margin-bottom: 40px;
}

.pricing-items.pricing-items-two .pricing-item .pricing-content p {
  padding: 20px 20px 45px;
}

.pricing-items.pricing-items-two .pricing-item .pricing-content .pricing-list {
  background-color: transparent;
}

.pricing-items.pricing-items-two .pricing-item .pricing-content .pricing-list li {
  border-bottom: 1px solid #ddd;
}

.pricing-items.pricing-items-two .pricing-item .pricing-content .pricing-list li:first-child {
  border-top: 1px solid #ddd;
}

.pricing-items.pricing-items-two .pricing-item .pricing-content .pricing-list li:last-child {
  border-bottom: none;
}

.pricing-items.pricing-items-two .pricing-item .pricing-content .pricing-list li:nth-child(2n) {
  background-color: transparent;
}

.pricing-items.pricing-items-two .pricing-item .pricing-footer {
  margin: 0;
  padding: 0 0 50px 0;
  background-color: transparent;
}

.pricing-items.pricing-items-two .pricing-item .pricing-footer .btn-theme {
  background-color: transparent;
  border: 1px solid #F9AB3E;
  color: #F9AB3E;
  font-weight: 700;
  letter-spacing: 0;
  padding: 10px 50px;
  min-height: auto;
}

.pricing-items.pricing-items-two .pricing-item .pricing-footer .btn-theme:hover {
  background-color: #F9AB3E;
  color: #fff;
}

.pricing-items.pricing-items-two .pricing-item.active {
  margin: 0 -30px;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .pricing-items.pricing-items-two .pricing-item.active {
    margin: 45px 0 0;
  }
}

.pricing-items.pricing-items-two .pricing-item.active .icon-box {
  font-size: 60px;
  line-height: 60px;
  padding: 45px 0 42px 0;
}

.pricing-items.pricing-items-two .pricing-item.active .pricing-title {
  margin-bottom: 21px;
}

.pricing-items.pricing-items-two .pricing-item.active .pricing-title h5 {
  font-size: 24px;
}

.pricing-items.pricing-items-two .pricing-item.active .pricing-amount h2 {
  font-size: 36px;
}

.pricing-items.pricing-items-two .pricing-item.active .pricing-amount h2 sup {
  font-size: 18px;
}

.pricing-items.pricing-items-two .pricing-item.active .pricing-amount .period {
  font-size: 18px;
}

.pricing-items.pricing-items-two .pricing-item.active .pricing-content p {
  font-size: 16px;
  padding: 20px 20px 44px;
}

.pricing-items.pricing-items-two .pricing-item.active .pricing-content .pricing-list {
  background-color: transparent;
}

.pricing-items.pricing-items-two .pricing-item.active .pricing-content .pricing-list li {
  padding: 19px 20px;
  line-height: 1.66;
  font-size: 16px;
}

.pricing-items.pricing-items-two .pricing-item.active .pricing-footer .btn-theme {
  background-color: #F9AB3E;
  color: #fff;
}

.pricing-items.pricing-items-two.element-pricing-items .pricing-item .pricing-badge {
  background-color: #066ab0;
}

.pricing-items.pricing-items-two.element-pricing-items .pricing-item .pricing-badge:before {
  border-top-color: #066ab0;
}

.pricing-items.pricing-items-two.element-pricing-items .pricing-item .pricing-title h5 {
  font-family: "Open Sans", sans-serif !important;
}

@media only screen and (max-width: 991px) {
  .pricing-items.pricing-items-two.element-pricing-items .pricing-item.active {
    margin: 0;
  }
}

.pricing-items.pricing-items-two.element-pricing-items .pricing-item.active .pricing-title h5 {
  position: relative;
  top: -1px;
}

.pricing-items.pricing-items-two.element-pricing-items .pricing-item.active .pricing-content .pricing-list li {
  padding: 22px 20px;
}

.pricing-item {
  border: 1px solid #ddd;
}

.pricing-item .pricing-title {
  background-color: #F9AB3E;
  margin: -1px;
  padding: 36px 20px 55px;
  text-align: center;
}

.pricing-item .pricing-title h5 {
  color: #fff;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.pricing-item .icon-box {
  background-color: #fff;
  border-radius: 50%;
  color: #F9AB3E;
  font-size: 30px;
  height: 90px;
  line-height: 90px;
  margin: -30px auto 0;
  text-align: center;
  width: 90px;
}

.pricing-item .pricing-amount {
  text-align: center;
}

.pricing-item .pricing-amount h2 {
  color: #000;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 5px;
}

.pricing-item .pricing-amount h2 sup {
  font-size: 15px;
  line-height: 100%;
  position: relative;
  top: 4.5px;
  vertical-align: top;
}

.pricing-item .pricing-amount .period {
  color: #727883;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 500;
  font-style: italic;
  font-size: 16px;
}

.pricing-item .pricing-content p {
  font-family: "Open Sans", sans-serif !important;
  font-size: 14px;
  line-height: 30px;
  padding: 20px;
  margin-bottom: 0;
  text-align: center;
}

.pricing-item .pricing-content .pricing-list {
  background-color: #f6f6f6;
  margin-bottom: 0;
}

.pricing-item .pricing-content .pricing-list li {
  font-size: 14px;
  padding: 13px 20px;
  text-align: center;
}

.pricing-item .pricing-content .pricing-list li span {
  font-weight: 700;
  color: #000;
}

.pricing-item .pricing-content .pricing-list li:nth-child(2n) {
  background-color: #efefef;
}

.pricing-item .pricing-footer {
  background-color: #F9AB3E;
  margin: -1px;
  padding: 35px 0;
  text-align: center;
}

.pricing-item .pricing-footer .btn-link {
  color: #fff;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0;
}

.pricing-item.item-one .pricing-title {
  background-color: #7a47e1;
}

.pricing-item.item-one .icon-box {
  color: #7a47e1;
}

.pricing-item.item-one .pricing-footer {
  background-color: #7a47e1;
}

.pricing-item.item-two .pricing-title {
  background-color: #0c9cee;
}

.pricing-item.item-two .icon-box {
  color: #0c9cee;
}

.pricing-item.item-two .pricing-footer {
  background-color: #0c9cee;
}

.pricing-item.item-three .pricing-title {
  background-color: #00d67e;
}

.pricing-item.item-three .icon-box {
  color: #00d67e;
}

.pricing-item.item-three .pricing-footer {
  background-color: #00d67e;
}

.pricing-item.item-four .pricing-title {
  background-color: #f63260;
}

.pricing-item.item-four .icon-box {
  color: #f63260;
}

.pricing-item.item-four .pricing-footer {
  background-color: #f63260;
}

.pricing-tab-style .nav.nav-tabs {
  border: none;
  margin-bottom: 0;
  display: block;
  text-align: center;
}

.pricing-tab-style .nav.nav-tabs li {
  display: inline-block;
  margin-right: 56.58px;
}

.pricing-tab-style .nav.nav-tabs li a {
  border: none;
  border-bottom: 1px solid #ddd;
  color: #023059;
  font-size: 14px;
  font-weight: 600;
  padding: 0 0 13px 0;
  text-transform: uppercase;
}

.pricing-tab-style .nav.nav-tabs li a:hover {
  color: #F9AB3E;
}

.pricing-tab-style .nav.nav-tabs li a.active {
  color: #023059;
  border-bottom-color: #F9AB3E;
}

.pricing-tab-style .nav.nav-tabs li a.active:focus {
  color: #F9AB3E;
}

.pricing-tab-style .nav.nav-tabs li:last-child {
  margin-right: 0;
}

.pricing-tab-style .tab-content {
  margin-top: 101px;
}

@media only screen and (max-width: 1199px) {
  .pricing-tab-style .tab-content {
    margin-top: 60px;
  }
}

.pricing-tab-style .tab-content .tab-pane .pricing-menu-item {
  margin-bottom: 40px;
  position: relative;
}

.pricing-tab-style .tab-content .tab-pane .pricing-menu-item .pricing-title {
  color: #023059;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.pricing-tab-style .tab-content .tab-pane .pricing-menu-item p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  max-width: 345px;
}

.pricing-tab-style .tab-content .tab-pane .pricing-menu-item .pricing-amount {
  color: #F9AB3E;
  font-size: 30px;
  left: 376px;
  line-height: 1;
  position: absolute;
  top: 10px;
}

@media only screen and (max-width: 575px) {
  .pricing-tab-style .tab-content .tab-pane .pricing-menu-item .pricing-amount {
    font-size: 20px;
    position: relative;
    left: 0;
  }
}


/*
-----------------------------------------------------------------------
    Project CSS
-----------------------------------------------------------------------
*/

.project-area.project-construction-area {
  padding: 97px 0 100px;
}

@media only screen and (max-width: 991px) {
  .project-area.project-construction-area {
    padding: 70px 0;
  }
}

.project-area.project-construction-area .section-title {
  margin-bottom: 71px;
}

@media only screen and (max-width: 1199px) {
  .project-area.project-construction-area .section-title {
    margin-bottom: 45px;
  }
}

@media only screen and (max-width: 991px) {
  .project-area.project-construction-area .section-title {
    margin-bottom: 35px;
  }
}

.project-item .thumb img {
  width: 100%;
}

.project-items-style1 .project-item .thumb {
  overflow: hidden;
}

.project-items-style1 .project-item .thumb img {
  width: 100%;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
}

.project-items-style1 .project-item .thumb:hover img {
  transform: scale(1.2);
}

.project-items-style1 .project-item .content {
  position: relative;
  padding: 0 90px 0 10px;
}

.project-items-style1 .project-item .content .inner {
  margin-bottom: 40px;
  margin-top: 44px;
  padding-left: 30px;
  position: relative;
}

.project-items-style1 .project-item .content .inner:before {
  content: "";
  border-left: 5px solid #F9AB3E;
  left: 0;
  top: 6px;
  position: absolute;
  height: 40px;
}

.project-items-style1 .project-item .content .inner .category {
  color: #F9AB3E;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
}

.project-items-style1 .project-item .content .inner .category a {
  color: #F9AB3E;
}

.project-items-style1 .project-item .content .inner .title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.project-items-style1 .project-item .content .inner .title a {
  color: #303744;
}

.project-items-style1 .project-item .content .inner .title a:hover {
  color: #F9AB3E;
}

.project-items-style1 .project-item .content p {
  margin-bottom: 36px;
}

.project-items-style1 .project-item .content .btn-link {
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
}

.project-items-style1 .project-item .content .btn-link .icon {
  font-size: 12px;
  padding-left: 10px;
}

.project-items-style1 .project-slick-slider-nav {
  position: absolute;
  top: 35px;
  text-align: right;
  right: 16px;
}

@media only screen and (max-width: 991px) {
  .project-items-style1 .project-slick-slider-nav {
    left: 50%;
    position: relative;
    right: auto;
    top: 45px;
    transform: translateX(-50%);
  }
}

.project-items-style1 .project-slick-slider-nav .item {
  display: block !important;
}

@media only screen and (max-width: 991px) {
  .project-items-style1 .project-slick-slider-nav .item {
    display: inline-block !important;
    margin-right: 20px;
  }
}

.project-items-style1 .project-slick-slider-nav .item .number {
  color: #727883;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 48px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}

.project-items-style1 .project-slick-slider-nav .slick-slide {
  width: 100% !important;
}

@media only screen and (max-width: 991px) {
  .project-items-style1 .project-slick-slider-nav .slick-slide {
    width: auto !important;
  }
}

.project-items-style1 .project-slick-slider-nav .slick-slide.slick-current .item .number {
  color: #ffb901;
}


/*
-----------------------------------------------------------------------
    Testimonial CSS
-----------------------------------------------------------------------
*/

.testimonial-area.testimonial-simple-area {
  padding: 111px 0 99px;
}

@media only screen and (max-width: 1199px) {
  .testimonial-area.testimonial-simple-area {
    padding: 90px 0 80px;
  }
}

@media only screen and (max-width: 991px) {
  .testimonial-area.testimonial-simple-area {
    padding: 80px 0 70px;
  }
}

.testimonial-area.testimonial-simple-area .section-title {
  margin-bottom: 100px;
}

@media only screen and (max-width: 1199px) {
  .testimonial-area.testimonial-simple-area .section-title {
    margin-bottom: 60px;
  }
}

.testimonial-area.testimonial-simple-area .section-title h5 {
  margin-bottom: 18px;
}

.testimonial-area.testimonial-simple-area .section-title .title {
  margin-bottom: 28px;
}

.testimonial-area.testimonial-default-area {
  padding: 20px 0 0;
}

.testimonial-area.testimonial-default-area .section-title {
  margin-bottom: 100px;
}

.testimonial-area.testimonial-default-area .section-title h5 {
  margin-bottom: 18px;
}

.testimonial-area.testimonial-default-area .section-title .title {
  margin-bottom: 28px;
}

.testimonial-area.testimonial-creative-area {
  padding: 95px 0 72px;
}

.testimonial-area.testimonial-corporate-area {
  padding: 97px 0 93px;
}

@media only screen and (max-width: 1199px) {
  .testimonial-area.testimonial-corporate-area {
    padding: 85px 0 80px;
  }
}

@media only screen and (max-width: 767px) {
  .testimonial-area.testimonial-corporate-area {
    padding: 75px 0 70px;
  }
}

.testimonial-area.testimonial-corporate-area .section-title {
  margin-bottom: 84px;
}

@media only screen and (max-width: 1199px) {
  .testimonial-area.testimonial-corporate-area .section-title {
    margin-bottom: 50px;
  }
}

.testimonial-area.testimonial-construction-area {
  background-position: 50% 0;
  background-size: cover;
  padding: 60px 0 30px;
}

@media only screen and (max-width: 1199px) {
  .testimonial-area.testimonial-construction-area {
    padding: 85px 0;
  }
}

@media only screen and (max-width: 575px) {
  .testimonial-area.testimonial-construction-area {
    padding: 80px 0 55px;
  }
}

.testimonial-area.testimonial-construction-area .section-title {
  margin-bottom: 47px;
}

@media only screen and (max-width: 1199px) {
  .testimonial-area.testimonial-construction-area .section-title {
    margin-bottom: 45px;
  }
}

.testimonial-area.testimonial-restaurant-area {
  padding: 95px 0 104px;
}

@media only screen and (max-width: 1199px) {
  .testimonial-area.testimonial-restaurant-area {
    padding: 80px 0 85px;
  }
}

@media only screen and (max-width: 991px) {
  .testimonial-area.testimonial-restaurant-area {
    padding: 70px 0 80px;
  }
}

@media only screen and (max-width: 575px) {
  .testimonial-area.testimonial-restaurant-area {
    padding: 65px 0 70px;
  }
}

.testimonial-area.testimonial-education-area .container {
  padding: 100px 115px 95px;
}

@media only screen and (max-width: 767px) {
  .testimonial-area.testimonial-education-area .container {
    padding: 80px 50px 75px;
  }
}

@media only screen and (max-width: 575px) {
  .testimonial-area.testimonial-education-area .container {
    padding: 70px 15px 65px;
  }
}

.testimonial-area.testimonial-app-area {
  padding: 99px 0 93px;
}

@media only screen and (max-width: 991px) {
  .testimonial-area.testimonial-app-area {
    padding: 90px 0 85px;
  }
}

@media only screen and (max-width: 575px) {
  .testimonial-area.testimonial-app-area {
    padding: 85px 0 80px;
  }
}

.testimonial-area.testimonial-app-area .testimonial-items-style2 .testimonial-item .client-content {
  margin-bottom: 36px;
}

@media only screen and (max-width: 991px) {
  .testimonial-area.testimonial-app-area .testimonial-items-style2 .testimonial-item .client-content:before {
    margin-bottom: 30px;
  }
}

.testimonial-area.testimonial-app-area .testimonial-items-style2 .testimonial-item .client-info .desc .name {
  font-family: "Open Sans", sans-serif !important;
  letter-spacing: 0;
  margin-bottom: 15px;
}

.testimonial-area.testimonial-wedding-area {
  padding: 85px 0 90px;
}

@media only screen and (max-width: 575px) {
  .testimonial-area.testimonial-wedding-area {
    padding: 80px 0;
  }
}

.testimonial-area.testimonial-wedding-area .testimonial-item .title {
  color: #b86b63;
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 65px;
}

@media only screen and (max-width: 991px) {
  .testimonial-area.testimonial-wedding-area .testimonial-item .title {
    margin-bottom: 40px;
  }
}

.testimonial-area.testimonial-wedding-area .testimonial-item .content {
  font-size: 22px;
  font-style: italic;
  margin-bottom: 40px;
}

.testimonial-area.testimonial-wedding-area .testimonial-item .name {
  color: #a1ab6e;
  font-family: "Cardo", serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.testimonial-area.testimonial-shop-area {
  padding: 0 0 120px;
}

@media only screen and (max-width: 1199px) {
  .testimonial-area.testimonial-shop-area {
    padding: 0 0 80px;
  }
}

@media only screen and (max-width: 575px) {
  .testimonial-area.testimonial-shop-area {
    padding: 0 0 70px;
  }
}

@media only screen and (max-width: 1199px) {
  .testimonial-area.testimonial-shop-area .section-title {
    margin-bottom: 60px;
  }
}

.testimonial-item {
  padding: 0;
  position: relative;
  text-align: center;
}

.testimonial-item .client-content {
  margin-bottom: 36px;
  position: relative;
  z-index: 1;
}

.testimonial-item .client-content p {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}

.testimonial-item .client-info {
  margin-bottom: 35px;
  position: relative;
}

.testimonial-item .client-info .thumb {
  border-radius: 50%;
  margin-bottom: 52px;
}

.testimonial-item .client-info .thumb img {
  border-radius: 50%;
}

.testimonial-item .client-info .name {
  color: #F9AB3E;
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 21px;
  text-transform: uppercase;
}

.testimonial-item .client-info .designation {
  color: #ddd;
  font-size: 14px;
  line-height: 1;
}

.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 #F9AB3E;
}

.testimonial-items-style2 .testimonial-item .client-content {
  margin-bottom: 35px;
}

.testimonial-items-style2 .testimonial-item .client-content:before {
  color: #727883;
  content: "";
  display: block;
  font-family: FontAwesome;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 51px;
}

.testimonial-items-style2 .testimonial-item .client-content p {
  color: #727883;
  font-size: 18px;
  line-height: 36px;
}

.testimonial-items-style2 .testimonial-item .client-info .desc .name {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.testimonial-items-style2 .testimonial-item .client-info .desc .designation {
  color: #727883;
}

.testimonial-items-style2 .testimonial-item .thumb img {
  border-radius: 50%;
  max-width: 70px;
}

.testimonial-items-style2 .item img {
  border-radius: 50%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.testimonial-items-style2 .testimonial-slick2-slider-nav {
  max-width: 300px;
  margin: 0 auto;
}

.testimonial-items-style2 .testimonial-slick2-slider-nav .item img {
  cursor: pointer;
  opacity: 0.2;
  padding: 0 15px;
  width: 100px;
}

.testimonial-items-style2 .testimonial-slick2-slider-nav .slick-current .item img {
  opacity: 1;
}

.testimonial-items-style3 .testimonial-item {
  background-color: #fff;
  padding: 40px 40px 20px;
  text-align: left;
}

@media only screen and (max-width: 575px) {
  .testimonial-items-style3 .testimonial-item {
    padding: 30px 20px 40px;
  }
}

.testimonial-items-style3 .testimonial-item .client-content {
  margin-bottom: 20px;
  position: relative;
}

.testimonial-items-style3 .testimonial-item .client-content:after {
  content: "";
  width: 50px;
  display: block;
  margin-top: 20px;
  border-top: 3px solid #F9AB3E;
}

.testimonial-items-style3 .testimonial-item .client-content p {
  color: #727883;
  font-size: 16px;
}

.testimonial-items-style3 .testimonial-item .client-info {
  align-items: center;
  display: flex;
  margin-bottom: 0;
}

.testimonial-items-style3 .testimonial-item .client-info .thumb {
  margin-bottom: 0;
  margin-right: 30px;
}

.testimonial-items-style3 .testimonial-item .client-info .thumb img {
  width: 70px;
}

.testimonial-items-style3 .testimonial-item .client-info .desc {
  margin-top: -3px;
}

.testimonial-items-style3 .testimonial-item .client-info .desc .name {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 9px;
}

.testimonial-items-style3 .testimonial-item .client-info .desc .designation {
  color: #727883;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 0;
}

.testimonial-items-style4 .testimonial-item {
  padding: 0;
  text-align: left;
}

.testimonial-items-style4 .testimonial-item .client-content {
  margin-bottom: 40px;
  position: relative;
}

.testimonial-items-style4 .testimonial-item .client-content:before {
  content: "";
  font-family: FontAwesome;
  display: block;
  position: relative;
  margin-bottom: 20px;
  font-style: normal;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  text-align: center;
}

.testimonial-items-style4 .testimonial-item .client-content p {
  color: #727883;
  font-size: 14px;
}

.testimonial-items-style4 .testimonial-item .client-info {
  align-items: center;
  display: flex;
  margin-bottom: 0;
}

.testimonial-items-style4 .testimonial-item .client-info .thumb {
  margin-bottom: 0;
  margin-right: 30px;
}

.testimonial-items-style4 .testimonial-item .client-info .thumb img {
  width: 70px;
}

.testimonial-items-style4 .testimonial-item .client-info .desc {
  margin-top: -3px;
}

.testimonial-items-style4 .testimonial-item .client-info .desc .name {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 9px;
}

.testimonial-items-style4 .testimonial-item .client-info .desc .designation {
  color: #727883;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 0;
}

.testimonial-grid-item {
  position: relative;
}

.testimonial-grid-item:before {
  background-color: rgba(48, 55, 68, 0.65);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.testimonial-grid-item .client-thumb img {
  width: 100%;
}

.testimonial-grid-item .inner-content {
  padding: 30px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.testimonial-grid-item .inner-content .client-info .name {
  color: #fff;
  font-family: "Open Sans", sans-serif !important;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 48px;
  text-transform: uppercase;
}

@media only screen and (max-width: 1199px) {
  .testimonial-grid-item .inner-content .client-info .name {
    margin-bottom: 30px;
  }
}

.testimonial-grid-item .inner-content .client-content p {
  color: #fff;
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  line-height: 30px;
}

.testimonial-grid-item:hover:before {
  background-color: #F9AB3E;
  opacity: 0.9;
}

.testimonial-single {
  background-color: #fff;
  border-radius: 5px;
  padding: 30px;
  position: relative;
  text-align: center;
}

.testimonial-single .client-thumb {
  border-radius: 50%;
  box-shadow: 0px 10px 40px 0px rgba(171, 181, 189, 0.35);
  display: inline-block;
  left: 50%;
  position: absolute;
  top: -55px;
  transform: translateX(-50%);
}

.testimonial-single .client-thumb img {
  border-radius: 50%;
}

.testimonial-single .client-content {
  margin-bottom: 62px;
}

.testimonial-single .client-content p {
  color: #000;
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

.testimonial-single .client-info .name {
  color: #F9AB3E;
  font-size: 18px;
  margin-bottom: 15px;
}

.testimonial-single .client-info .designation {
  color: #aba5a5;
}

.testimonial-single-style-two .testimonial-single {
  background-color: transparent;
  box-shadow: none;
  padding: 0;
  text-align: left;
}

.testimonial-single-style-two .testimonial-single .client-content {
  margin-bottom: 35px;
}

.testimonial-single-style-two .testimonial-single .client-content.line-top p {
  padding-top: 43px;
  position: relative;
}

.testimonial-single-style-two .testimonial-single .client-content.line-top p:before {
  background-color: #F9AB3E;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  top: 0;
  width: 50px;
}

.testimonial-single-style-two .testimonial-single .client-content p {
  color: #727883;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.testimonial-single-style-two .testimonial-single .client-info .name {
  color: #000;
  font-size: 12px;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.testimonial-single-style-two .testimonial-single .client-info .designation {
  color: #727883;
  font-size: 12px;
}

.testimonial-single-style-three .testimonial-single {
  background-color: transparent;
  box-shadow: none;
  padding: 0;
  text-align: left;
}

.testimonial-single-style-three .testimonial-single .client-content {
  margin-bottom: 35px;
}

.testimonial-single-style-three .testimonial-single .client-content.line-top p {
  padding-top: 43px;
  position: relative;
}

.testimonial-single-style-three .testimonial-single .client-content.line-top p:before {
  background-color: #fff;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  top: 0;
  width: 50px;
}

.testimonial-single-style-three .testimonial-single .client-content p {
  color: #fff;
  font-size: 16px;
  font-family: "Open Sans", sans-serif !important;
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
}

.testimonial-single-style-three .testimonial-single .client-info .name {
  color: #F9AB3E;
  font-size: 12px;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.testimonial-single-style-three .testimonial-single .client-info .designation {
  color: #7a8f9b;
  font-size: 12px;
}

.testimonial-single-slider.owl-carousel.owl-theme .owl-dots {
  margin-top: 63px;
}

.testimonial-single-slider.owl-carousel.owl-theme .owl-dots .owl-dot span {
  height: 6px;
  margin: 5px 7px;
  width: 6px;
}

.testimonial-slider-two.owl-carousel.owl-theme .testimonial-item .client-info .thumb img {
  margin: 0 auto;
  width: auto;
}

.testimonial-slider-two.owl-carousel.owl-theme .owl-nav [class*=owl-] {
  color: #fff;
}

.testimonial-slider-two.owl-carousel.owl-theme .owl-dots {
  margin-top: 27px;
}

.testimonial-slider-two.owl-carousel.owl-theme .owl-dots .owl-dot span {
  background-color: #fff;
  border-color: #fff;
  height: 6px;
  margin: 5px 7px;
  width: 6px;
}

.testimonial-slider-two.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.testimonial-slider-two.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #F9AB3E;
  border-color: #F9AB3E;
}

.testimonial-slider-two.owl-carousel.owl-theme.owl-nav2 .owl-nav {
  max-width: 592px;
  margin: 0 auto;
  top: 33%;
}


/*
-----------------------------------------------------------------------
  Brand Logo CSS
-----------------------------------------------------------------------
*/

.brand-logo-area {
  padding: 50px 0 50px;
}

@media only screen and (max-width: 575px) {
  .brand-logo-area {
    padding: 24px 0 20px;
  }
}

.brand-logo-area.brand-logo-default-area {
  padding: 50px 0 50px;
  background: #e6e6e6 !important;
}

@media only screen and (max-width: 1199px) {
  .brand-logo-area.brand-logo-default-area {
    padding: 80px 0 70px;
  }
}

@media only screen and (max-width: 767px) {
  .brand-logo-area.brand-logo-default-area {
    padding: 60px 0 30px;
  }
}

@media only screen and (max-width: 575px) {
  .brand-logo-area.brand-logo-default-area {
    padding: 50px 0 10px;
  }
}

@media (min-width: 1530px) {
  .brand-logo-area.brand-logo-default-area .container {
    min-width: 1530px;
  }
}

.brand-logo-area.brand-logo-default-area .section-title {
  margin-bottom: 0;
}

@media only screen and (max-width: 1199px) {
  .brand-logo-area.brand-logo-default-area .section-title {
    text-align: center;
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .brand-logo-area.brand-logo-default-area .section-title {
    margin-bottom: 30px;
  }
}

.brand-logo-area.brand-logo-default-area .section-title h5 {
  font-size: 16px;
  margin-bottom: 11px;
}

.brand-logo-area.brand-logo-default-area .section-title .title {
  font-size: 30px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 575px) {
  .brand-logo-area.brand-logo-default-area .section-title .title {
    font-size: 24px;
  }
}

.brand-logo-area.brand-logo-default-area .brand-logo-content-area {
  padding: 0 13px 0 15px;
}

.brand-logo-area.brand-logo-app-area {
  padding: 60px 0 59px;
}

@media only screen and (max-width: 767px) {
  .brand-logo-area.brand-logo-app-area {
    padding: 30px 0 0;
  }
}

.brand-logo-area.brand-logo-app-area .brand-logo-content-area {
  padding: 0 15px;
}

.brand-logo-area.brand-logo-freelancer-area {
  padding: 65px 0 5px;
}

.brand-logo-area.brand-logo-freelancer-area .line-hr {
  margin-top: 66px;
}

@media only screen and (max-width: 767px) {
  .brand-logo-area.brand-logo-freelancer-area .line-hr {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .brand-logo-area.brand-logo-construction-area {
    padding: 39px 0 5px;
  }
}

.brand-logo-area.brand-logo-page-about-area {
  padding: 0 0;
}

.brand-logo-slider.owl-carousel.owl-theme .owl-item {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .brand-logo-slider.owl-carousel.owl-theme .owl-item {
    display: flex;
    justify-content: center;
  }
}

.brand-logo-slider.owl-carousel.owl-theme .owl-item .brand-logo-item {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 96px;
}

.brand-logo-slider.owl-carousel.owl-theme .owl-item img {
  width: auto;
}

.brand-logo-content-area .brand-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-flow: row wrap;
  margin-bottom: 90px;
}

@media only screen and (max-width: 767px) {
  .brand-logo-content-area .brand-list {
    justify-content: center;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .brand-logo-content-area .brand-list .brand-logo-item {
    margin-bottom: 30px;
    text-align: center;
    width: 50%;
  }
}

.brand-logo-content-area .brand-list .brand-logo-item a {
  display: block;
}


/*.brand-logo-content-area .brand-list .brand-logo-item a img {
    filter: grayscale(100%);
}

.brand-logo-content-area .brand-list .brand-logo-item a:hover {
    opacity: 1;
}

.brand-logo-content-area .brand-list .brand-logo-item a:hover img {
    filter: grayscale(0);
}*/

.brand-logo-content-area .brand-list:last-child {
  margin-bottom: 0;
}

.brand-logo-content-area .brand-list.brand-sm {
  padding: 0 15px;
}


/*
-----------------------------------------------------------------------
    Funfact CSS
-----------------------------------------------------------------------
*/

.funfact-area.funfact-default-area {
  padding: 35px;
}

@media only screen and (max-width: 991px) {
  .funfact-area.funfact-default-area {
    padding: 90px 0 60px;
  }
}

.funfact-area.funfact-default-area .funfact-item .number h2 {
    color: #99CC00;
    font-size: 40px;
}

.funfact-area.funfact-default-area .funfact-item .title {
  color: #2f2929;
  font-weight: 400;
  font-family: "Open Sans", sans-serif !important;
}

.funfact-area.funfact-creative-area {
  margin-bottom: 52px;
}

@media only screen and (max-width: 991px) {
  .funfact-area.funfact-creative-area {
    margin-bottom: 0;
  }
}

.funfact-area.funfact-creative-area .funfact-item {
  text-align: left;
}

.funfact-area.funfact-creative-area .funfact-item .title {
  color: #adb2bc;
  font-family: "Open Sans", sans-serif !important;
  font-size: 14px;
  font-style: italic;
  letter-spacing: 0;
}

.funfact-area.funfact-corporate-area {
  padding: 97px 0 94px;
}

@media only screen and (max-width: 1199px) {
  .funfact-area.funfact-corporate-area {
    padding: 85px 0 80px;
  }
}

@media only screen and (max-width: 991px) {
  .funfact-area.funfact-corporate-area {
    padding: 80px 0 75px;
  }
}

@media only screen and (max-width: 767px) {
  .funfact-area.funfact-corporate-area {
    padding: 75px 0 70px;
  }
}

.funfact-area.funfact-corporate-area .section-title {
  margin-bottom: 85px;
}

@media only screen and (max-width: 1199px) {
  .funfact-area.funfact-corporate-area .section-title {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .funfact-area.funfact-corporate-area .section-title {
    margin-bottom: 45px;
  }
}

.funfact-area.funfact-corporate-area .skill-item {
  text-align: center;
}

.funfact-area.funfact-construction-about .funfact-item {
  text-align: left;
}

.funfact-area.funfact-construction-about .funfact-item .number h2 {
  margin-bottom: 10px;
}

@media only screen and (max-width: 991px) {
  .funfact-area.funfact-construction-about .funfact-item .number h2 {
    font-size: 30px;
  }
}

.funfact-area.funfact-construction-about .funfact-item .number h2 .counter-animate {
  color: #000;
  line-height: 1;
  margin-bottom: 10px;
}

.funfact-area.funfact-construction-about .funfact-item .title {
  font-size: 15px;
  text-transform: uppercase;
}

.funfact-area.funfact-spa-area {
  padding: 110px 0 160px;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .funfact-area.funfact-spa-area {
    padding: 90px 0;
  }
}

@media only screen and (max-width: 575px) {
  .funfact-area.funfact-spa-area {
    padding: 80px 0;
  }
}

.funfact-area.funfact-spa-area .section-title {
  margin-bottom: 59px;
}

.funfact-area.funfact-spa-area .funfact-item {
  text-align: left;
}

.funfact-area.funfact-spa-area .funfact-item .number h2 {
  color: #000;
  font-family: "Philosopher", sans-serif;
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 0;
}

.funfact-area.funfact-spa-area .funfact-item .title {
  color: #868581;
}

.funfact-area.funfact-spa-area .thumb {
  position: absolute;
  right: -42px;
  top: 32px;
}

@media only screen and (max-width: 1649px) {
  .funfact-area.funfact-spa-area .thumb {
    right: -200px;
  }
}

@media only screen and (max-width: 1199px) {
  .funfact-area.funfact-spa-area .thumb {
    right: -300px;
    top: 130px;
  }
}

@media only screen and (max-width: 991px) {
  .funfact-area.funfact-spa-area .thumb {
    right: -530px;
  }
}

@media only screen and (max-width: 767px) {
  .funfact-area.funfact-spa-area .thumb {
    display: none;
  }
}

.funfact-area.funfact-spa-area .thumb img {
  max-width: none;
}

@media only screen and (max-width: 1199px) {
  .funfact-area.funfact-spa-area .thumb img {
    width: 70%;
  }
}

.funfact-area.funfact-restaurant-area {
  padding: 100px 0 90px;
}

@media only screen and (max-width: 1199px) {
  .funfact-area.funfact-restaurant-area {
    padding: 80px 0 70px;
  }
}

@media only screen and (max-width: 991px) {
  .funfact-area.funfact-restaurant-area {
    padding: 80px 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .funfact-area.funfact-restaurant-area {
    padding: 80px 0 15px;
  }
}

@media only screen and (max-width: 575px) {
  .funfact-area.funfact-restaurant-area {
    padding: 70px 0 5px;
  }
}

.funfact-area.funfact-restaurant-area .funfact-item .number h2 {
  color: #F9AB3E;
  font-family: "Hind", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 0.8;
  margin-bottom: 5px;
}

.funfact-area.funfact-restaurant-area .funfact-item .title {
  color: #fff;
  font-size: 16px;
}

.funfact-area.funfact-education-area {
  padding: 35px 0 100px;
}

@media only screen and (max-width: 991px) {
  .funfact-area.funfact-education-area {
    padding: 35px 0 20px;
  }
}

@media only screen and (max-width: 575px) {
  .funfact-area.funfact-education-area {
    padding: 35px 0 10px;
  }
}

.funfact-area.funfact-education-area .section-title {
  margin-bottom: 89px;
}

.funfact-area.funfact-education-area .funfact-item .number {
  margin-bottom: 18px;
}

.funfact-area.funfact-education-area .funfact-item .number h2 {
  color: #F9AB3E;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 400;
  font-size: 36px;
}

.funfact-area.funfact-education-area .funfact-item .title {
  color: #023059;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 15px;
}

.funfact-item {
  position: relative;
  text-align: center;
  margin: 40px 0;
}

@media only screen and (max-width: 991px) {
  .funfact-item {
    margin-bottom: 10px;
  }
}

.funfact-item .number h2 {
  color: #F9AB3E;
  font-family: "Open Sans", sans-serif !important;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 7px;
}

.funfact-item .title {
  font-size: 17px;
  line-height: 30px;
  font-weight: 300;
}

.funfact-item .title.line-bottom {
  position: relative;
  font-size: 17px;
}

.funfact-item .title.line-bottom:after {
  /* background-color: #d91e18;
    bottom: -25px;
    content: "";
    height: 5px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 50px;*/
  display: none;
}

.funfact-items-style2 {
  padding: 100px 0 122px;
}

.funfact-items-style2 .funfact-item img {
  margin-bottom: 21px;
  width: 28px;
}

.funfact-items-style2 .funfact-item .number h2 {
  color: #000;
}

.funfact-items-style2 .funfact-item .title {
  color: #fff;
}

.funfact-items-style2 .funfact-item .title.line-bottom:after {
  bottom: -23px;
  height: 3px;
}

.funfact-items-style3 {
  padding: 89px 0 77px;
}

.funfact-items-style3 .funfact-item {
  text-align: left;
}

.funfact-items-style3 .funfact-item img {
  float: left;
  height: 52px;
  margin-bottom: 30px;
  margin-right: 30px;
  width: 50px;
  margin-top: 4px;
}

.funfact-items-style3 .funfact-item .number h2 {
  color: #000;
  font-size: 30px;
  margin-bottom: 6px;
}

.funfact-items-style3 .funfact-item .title {
  color: #fff;
  font-size: 15px;
}

.element-counters-wrapper .funfact-items-style3 .funfact-item {
  display: inline-block;
  text-align: left;
}

@media only screen and (max-width: 479.98px) {
  .element-counters-wrapper .funfact-items-style3 .funfact-item {
    text-align: center;
  }
}

.element-counters-wrapper .funfact-items-style3 .funfact-item img {
  float: left;
  height: 52px;
  margin-bottom: 30px;
  margin-right: 30px;
  width: 50px;
  margin-top: 4px;
}

@media only screen and (max-width: 479.98px) {
  .element-counters-wrapper .funfact-items-style3 .funfact-item img {
    float: none;
    margin-right: 0;
  }
}

.element-counters-wrapper .funfact-items-style3 .funfact-item .content {
  float: left;
}

@media only screen and (max-width: 479.98px) {
  .element-counters-wrapper .funfact-items-style3 .funfact-item .content {
    float: none;
  }
}

.element-counters-wrapper .funfact-items-style3 .funfact-item .number h2 {
  color: #000;
  font-size: 30px;
  margin-bottom: 6px;
}

.element-counters-wrapper .funfact-items-style3 .funfact-item .title {
  color: #fff;
  font-size: 15px;
}


/*
-----------------------------------------------------------------------
    Feature CSS
-----------------------------------------------------------------------
*/

.feature-area.feature-creative-area {
  padding: 96px 0 77px;
}

@media only screen and (max-width: 1199px) {
  .feature-area.feature-creative-area {
    padding: 76px 0 47px;
  }
}

@media only screen and (max-width: 991px) {
  .feature-area.feature-creative-area {
    padding: 46px 0 37px;
  }
}

.feature-area.feature-creative-area .thumb {
  left: -200px;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .feature-area.feature-creative-area .thumb {
    display: none;
  }
}

.feature-area.feature-creative-area .thumb img {
  max-width: none;
}

.feature-area.feature-creative-area .content .section-title {
  margin-top: 31px;
}

.feature-area.feature-creative-area .content .section-title .desc {
  margin-bottom: 58px;
}

@media only screen and (max-width: 991px) {
  .feature-area.feature-creative-area .content .section-title .desc {
    margin-bottom: 30px;
  }
}

.feature-area.feature-creative-area .content .section-title .list-style {
  display: inline-block;
  margin-bottom: 61px;
}

@media only screen and (max-width: 991px) {
  .feature-area.feature-creative-area .content .section-title .list-style {
    margin-bottom: 30px;
  }
}

.feature-area.feature-creative-area .content .section-title .list-style ul {
  float: left;
  margin-bottom: 0;
}

.feature-area.feature-creative-area .content .section-title .list-style ul:first-child {
  margin-right: 61px;
}

@media only screen and (max-width: 991px) {
  .feature-area.feature-creative-area .content .section-title .list-style ul:first-child {
    margin-right: 30px;
  }
}

.feature-area.feature-app-area {
  padding: 86px 0 0;
}

@media only screen and (max-width: 1199px) {
  .feature-area.feature-app-area {
    margin-bottom: -60px;
    overflow: hidden;
  }
}

@media only screen and (max-width: 991px) {
  .feature-area.feature-app-area {
    margin-bottom: -40px;
    padding: 75px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .feature-area.feature-app-area {
    margin-bottom: 0;
  }
}

.feature-area.feature-app-area .section-title {
  margin-bottom: 96px;
}

@media only screen and (max-width: 1199px) {
  .feature-area.feature-app-area .section-title {
    margin-bottom: 70px;
  }
}

.feature-area.feature-hosting-area {
  padding: 90px 0 100px;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .feature-area.feature-hosting-area {
    padding: 80px 0 85px;
  }
}

@media only screen and (max-width: 767px) {
  .feature-area.feature-hosting-area {
    padding: 65px 0 70px;
  }
}

.feature-area.feature-hosting-area .section-title {
  margin-bottom: 90px;
}

@media only screen and (max-width: 991px) {
  .feature-area.feature-hosting-area .section-title {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .feature-area.feature-hosting-area .shape-layer.shape-layer-slyle4 {
    display: none;
  }
}

.feature-area.feature-hosting-area .btn-theme.btn-white.btn-border.btn-xl {
  border: 2px solid #8bbff4;
  border-radius: 2px;
  color: #8bbff4;
  font-size: 16px;
  min-height: 50px;
  padding: 8px 106px;
  text-transform: capitalize;
}

@media only screen and (max-width: 575px) {
  .feature-area.feature-hosting-area .btn-theme.btn-white.btn-border.btn-xl {
    padding: 8px 70px;
  }
}

.feature-area.feature-hosting-area .btn-theme.btn-white.btn-border.btn-xl:hover {
  background-color: #0090ff;
  border-color: #0090ff;
  color: #fff;
}

.specialities-area.specialities-restaurant-area {
  padding: 100px 0;
}

@media only screen and (max-width: 1199px) {
  .specialities-area.specialities-restaurant-area {
    padding: 85px 0 90px;
  }
}

@media only screen and (max-width: 991px) {
  .specialities-area.specialities-restaurant-area {
    padding: 80px 0 60px;
  }
}

@media only screen and (max-width: 575px) {
  .specialities-area.specialities-restaurant-area {
    padding: 70px 0 55px;
  }
}

.specialities-area.specialities-restaurant-area .specialities-content .specialities-item {
  align-items: center;
  background-color: #fff;
  display: flex;
  float: left;
  width: 50%;
}

@media only screen and (max-width: 991px) {
  .specialities-area.specialities-restaurant-area .specialities-content .specialities-item {
    margin-bottom: 30px;
    width: 100%;
  }
}

@media only screen and (max-width: 479.98px) {
  .specialities-area.specialities-restaurant-area .specialities-content .specialities-item {
    display: block;
  }
}

.specialities-area.specialities-restaurant-area .specialities-content .specialities-item .thumb {
  float: left;
  width: 50%;
}

@media only screen and (max-width: 479.98px) {
  .specialities-area.specialities-restaurant-area .specialities-content .specialities-item .thumb {
    width: 100%;
  }
}

.specialities-area.specialities-restaurant-area .specialities-content .specialities-item .thumb img {
  width: 100%;
}

.specialities-area.specialities-restaurant-area .specialities-content .specialities-item .thumb+.content {
  position: relative;
}

.specialities-area.specialities-restaurant-area .specialities-content .specialities-item .thumb+.content:after {
  border-bottom: 20px solid transparent;
  border-left: none;
  border-right: 20px solid #fff;
  border-top: 20px solid transparent;
  content: "";
  height: 0;
  left: -20px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 0;
  z-index: 9;
}

@media only screen and (max-width: 479.98px) {
  .specialities-area.specialities-restaurant-area .specialities-content .specialities-item .thumb+.content:after {
    display: none;
  }
}

.specialities-area.specialities-restaurant-area .specialities-content .specialities-item .content {
  float: left;
  padding: 27px 40px 0;
  text-align: center;
  width: 50%;
}

@media only screen and (max-width: 1199px) {
  .specialities-area.specialities-restaurant-area .specialities-content .specialities-item .content {
    padding: 10px 15px 0;
  }
}

@media only screen and (max-width: 479.98px) {
  .specialities-area.specialities-restaurant-area .specialities-content .specialities-item .content {
    padding: 30px 15px;
    width: 100%;
  }
}

.specialities-area.specialities-restaurant-area .specialities-content .specialities-item .content h4 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 30px;
  margin-bottom: 10px;
}

.specialities-area.specialities-restaurant-area .specialities-content .specialities-item .content p {
  color: #a2a19f;
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 17px;
}

@media only screen and (max-width: 1199px) {
  .specialities-area.specialities-restaurant-area .specialities-content .specialities-item .content p {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 15px;
  }
}

.specialities-area.specialities-restaurant-area .specialities-content .specialities-item .content h3 {
  font-size: 24px;
  margin-bottom: 0;
}

.specialities-area.specialities-restaurant-area .specialities-content .specialities-item .content+.thumb {
  position: relative;
}

.specialities-area.specialities-restaurant-area .specialities-content .specialities-item .content+.thumb:after {
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #fff;
  content: "";
  height: 0;
  left: 0;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 0;
  z-index: 9;
}

@media only screen and (max-width: 479.98px) {
  .specialities-area.specialities-restaurant-area .specialities-content .specialities-item .content+.thumb:after {
    display: none;
  }
}


/*
-----------------------------------------------------------------------
    Award CSS
-----------------------------------------------------------------------
*/

.awards-area.awards-digital-marketer-area {
  padding: 18px 0 200px;
}

@media only screen and (max-width: 991px) {
  .awards-area.awards-digital-marketer-area {
    padding-bottom: 30px;
  }
}

.awards-area.awards-digital-marketer-area .section-title {
  margin-left: 30px;
}

@media only screen and (max-width: 991px) {
  .awards-area.awards-digital-marketer-area .section-title {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .awards-area.awards-digital-marketer-area .awards-content-area {
    display: block;
    margin: 80px auto 0;
    max-width: 245px;
  }
}

@media only screen and (max-width: 767px) {
  .awards-area.awards-digital-marketer-area .awards-content-area .award-item.item-one {
    margin-bottom: 30px;
    margin-right: 0;
    width: auto;
  }
}

@media only screen and (max-width: 767px) {
  .awards-area.awards-digital-marketer-area .awards-content-area .content-right {
    display: block;
    width: auto;
  }
}

@media only screen and (max-width: 767px) {
  .awards-area.awards-digital-marketer-area .awards-content-area .content-right .award-item.item-two {
    margin-bottom: 30px;
    margin-right: 0;
    width: auto;
  }
}

@media only screen and (max-width: 767px) {
  .awards-area.awards-digital-marketer-area .awards-content-area .content-right .award-item.item-three {
    width: auto;
  }
}

.awards-area.awards-digital-marketer-area .round-shape-img {
  left: 50%;
  max-width: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.awards-content-area {
  align-items: center;
  display: flex;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .awards-content-area {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 575px) {
  .awards-content-area {
    display: block;
    margin: 80px auto 0;
    max-width: 300px;
  }
}

.awards-content-area .content-right {
  margin-left: 20px;
}

@media only screen and (max-width: 1199px) {
  .awards-content-area .content-right {
    margin-left: 0;
    width: 50%;
  }
  .awards-content-area .content-right .award-item {
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .awards-content-area .content-right {
    display: flex;
    float: left;
    width: 67%;
  }
  .awards-content-area .content-right .award-item {
    width: 50%;
  }
}

@media only screen and (max-width: 575px) {
  .awards-content-area .content-right {
    display: block;
    font: none;
    width: 100%;
  }
  .awards-content-area .content-right .award-item {
    max-width: 300px;
    width: 100%;
  }
}

.awards-content-area .award-item {
  box-shadow: 0px 35px 100px 0px rgba(171, 181, 189, 0.35);
  margin-bottom: 40px;
  max-width: 265px;
  padding: 50px 40px 48px;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .awards-content-area .award-item {
    padding: 50px 20px 48px;
    width: 50%;
  }
}

@media only screen and (max-width: 991px) {
  .awards-content-area .award-item {
    float: left;
    min-height: 270px;
    min-width: none;
    padding: 30px 20px 20px;
    width: auto;
  }
}

@media only screen and (max-width: 575px) {
  .awards-content-area .award-item {
    font: none;
    max-width: 300px;
    width: 100%;
  }
}

.awards-content-area .award-item:before {
  background-color: #fff;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.awards-content-area .award-item img {
  margin-bottom: 39px;
  position: relative;
  z-index: 1;
}

.awards-content-area .award-item p {
  font-size: 18px;
  position: relative;
  z-index: 1;
}

.awards-content-area .award-item.item-one {
  padding-top: 40px;
  margin-bottom: 0;
  margin-right: 20px;
}

@media only screen and (max-width: 991px) {
  .awards-content-area .award-item.item-one {
    position: relative;
    top: 5px;
    width: 33%;
  }
}

@media only screen and (max-width: 575px) {
  .awards-content-area .award-item.item-one {
    margin-bottom: 30px;
    max-width: 300px;
    top: 0;
    width: 100%;
  }
}

.awards-content-area .award-item.item-one img {
  margin-bottom: 27px;
}

@media only screen and (max-width: 991px) {
  .awards-content-area .award-item.item-two {
    margin-bottom: 0;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .awards-content-area .award-item.item-two {
    margin-bottom: 30px;
  }
}

.awards-content-area .award-item.item-three {
  margin-bottom: 0;
}

.awards-content-area .award-item.item-three img {
  margin-bottom: 32px;
}


/*
-----------------------------------------------------------------------
    Divider CSS
-----------------------------------------------------------------------
*/

.divider-area.divider-simple-area {
  background-color: #fff;
  padding: 115px 0 20px;
}

@media only screen and (max-width: 1199px) {
  .divider-area.divider-simple-area {
    padding: 90px 0 0;
  }
}

@media only screen and (max-width: 991px) {
  .divider-area.divider-simple-area {
    padding: 85px 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .divider-area.divider-simple-area {
    padding: 75px 0 25px;
  }
}

.divider-area.divider-simple-area .section-title {
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .divider-area.divider-simple-area .section-title {
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .divider-area.divider-simple-area .section-title {
    margin-bottom: 50px;
  }
}

.divider-area.divider-simple-area .section-title h5 {
  margin-bottom: 18px;
}

.divider-area.divider-simple-area .section-title .title {
  margin-bottom: 28px;
}

.divider-area.divider-simple-area .icon-box-item {
  margin-bottom: 95px;
}

@media only screen and (max-width: 991px) {
  .divider-area.divider-simple-area .icon-box-item {
    margin-bottom: 50px;
  }
}

.divider-area.divider-simple-area .icon-box-item .content .title {
  align-items: center;
  display: flex;
  padding-top: 4px;
}

.divider-area.divider-simple-area .icon-box-item .content .title .icon {
  margin-top: -4px;
}

.divider-area.divider-default-area {
  padding: 152px 0 55px;
}

@media only screen and (max-width: 1199px) {
  .divider-area.divider-default-area {
    padding: 120px 0 18px;
  }
}

@media only screen and (max-width: 991px) {
  .divider-area.divider-default-area {
    padding: 90px 0 20px;
  }
}

@media only screen and (max-width: 575px) {
  .divider-area.divider-default-area {
    padding: 70px 0 30px;
  }
}

.divider-area.divider-default-area .icon-box-item {
  margin-bottom: 95px;
}

@media only screen and (max-width: 991px) {
  .divider-area.divider-default-area .icon-box-item {
    margin-bottom: 55px;
  }
}

@media only screen and (max-width: 575px) {
  .divider-area.divider-default-area .icon-box-item {
    margin-bottom: 35px;
  }
}

.divider-area.divider-default-area .icon-box-item .content .title {
  align-items: center;
  display: flex;
  padding-top: 4px;
}

.divider-area.divider-default-area .icon-box-item .content .title .icon {
  margin-top: -5px;
}

.divider-area.divider-feature-creative-area {
  padding: 88px 0 57px;
}

@media only screen and (max-width: 991px) {
  .divider-area.divider-feature-creative-area {
    padding: 73px 0 52px;
  }
}

@media only screen and (max-width: 767px) {
  .divider-area.divider-feature-creative-area {
    padding: 63px 0 42px;
  }
}

.divider-area.divider-feature-creative-area .accordian-content {
  margin-top: 11px;
}

.divider-area.divider-spa-faq-area {
  padding: 95px 0 78px;
}

@media only screen and (max-width: 1199px) {
  .divider-area.divider-spa-faq-area {
    padding: 95px 0 65px;
  }
}

@media only screen and (max-width: 991px) {
  .divider-area.divider-spa-faq-area {
    padding: 90px 0 100px;
  }
}

@media only screen and (max-width: 767px) {
  .divider-area.divider-spa-faq-area {
    padding: 85px 0 90px;
  }
}

.divider-area.divider-spa-faq-area .section-title {
  margin-bottom: 70px;
}

@media only screen and (max-width: 1199px) {
  .divider-area.divider-spa-faq-area .section-title {
    margin-bottom: 50px;
  }
}

.divider-area.divider-spa-faq-area .accordian-content {
  margin-top: -1px;
}

.divider-area.divider-hosting-faq-area {
  padding: 95px 0 81px;
}

@media only screen and (max-width: 1199px) {
  .divider-area.divider-hosting-faq-area {
    padding: 80px 0 45px;
  }
}

@media only screen and (max-width: 991px) {
  .divider-area.divider-hosting-faq-area {
    padding: 75px 0 80px;
  }
}

@media only screen and (max-width: 767px) {
  .divider-area.divider-hosting-faq-area {
    padding: 75px 0 70px;
  }
}

@media only screen and (max-width: 575px) {
  .divider-area.divider-hosting-faq-area {
    padding: 70px 0 60px;
  }
}

.divider-area.divider-hosting-faq-area .section-title {
  margin-bottom: 70px;
}

@media only screen and (max-width: 1199px) {
  .divider-area.divider-hosting-faq-area .section-title {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .divider-area.divider-hosting-faq-area .section-title {
    margin-bottom: 35px;
  }
}

.divider-area.divider-hosting-faq-area .accordian-content {
  margin-top: -1px;
}

.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-style2 {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 53px 15px 44px;
}

@media only screen and (max-width: 767px) {
  .divider-area .divider-content-area.divider-content-style2 {
    display: block;
    padding: 45px 15px 48px;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .divider-area .divider-content-area.divider-content-style2 .content-inner {
    margin-bottom: 30px;
  }
}

.divider-area .divider-content-area.divider-content-style2 .content-inner h2 {
  color: #fff;
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  .divider-area .divider-content-area.divider-content-style2 .content-inner h2 {
    font-size: 18px;
  }
}

.divider-area .divider-content-area.divider-content-style2 .content-inner p {
  color: #727883;
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
}

.divider-area .divider-content-area.divider-content-style2 .btn-theme {
  margin-top: -5px;
}

.divider-area .divider-content-area.divider-content-style3 {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 50px 15px 41px;
}

@media only screen and (max-width: 991px) {
  .divider-area .divider-content-area.divider-content-style3 {
    display: block;
    padding: 40px 15px 45px;
    text-align: center;
  }
}

@media only screen and (max-width: 991px) {
  .divider-area .divider-content-area.divider-content-style3 .content-inner {
    margin-bottom: 30px;
  }
}

.divider-area .divider-content-area.divider-content-style3 .content-inner h2 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 3px;
}

.divider-area .divider-content-area.divider-content-style3 .content-inner p {
  color: #727883;
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
}

.divider-area .divider-content-area.divider-content-style3 .btn-theme {
  margin-top: -5px;
}

.divider-area .divider-content-area.divider-content-style4 {
  padding: 50px 0 50px;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .divider-area .divider-content-area.divider-content-style4 {
    padding: 90px 0 100px;
  }
}

.divider-area .divider-content-area.divider-content-style4 .content-inner {
  margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
  .divider-area .divider-content-area.divider-content-style4 .content-inner {
    margin-bottom: 30px;
  }
}

.divider-area .divider-content-area.divider-content-style4 .content-inner h2 {
  color: #025122;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0;
}

.divider-area .divider-content-area.divider-content-style5 {
  padding: 0 0 100px;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .divider-area .divider-content-area.divider-content-style5 {
    padding: 0 0 80px;
  }
}

@media only screen and (max-width: 479.98px) {
  .divider-area .divider-content-area.divider-content-style5 {
    padding: 0 0 70px;
  }
}

.divider-area .divider-content-area.divider-content-style5 .content-inner {
  margin-top: -100px;
}

.divider-area .divider-content-area.divider-content-style5 .content-inner a img {
  box-shadow: 0 6px 35px 0 rgba(0, 0, 0, 0.4);
}

.divider-area .divider-content-area.divider-content-style6 {
  padding: 189px 0 164px;
  text-align: center;
}

@media only screen and (max-width: 1199px) {
  .divider-area .divider-content-area.divider-content-style6 {
    padding: 120px 0 115px;
  }
}

@media only screen and (max-width: 479.98px) {
  .divider-area .divider-content-area.divider-content-style6 {
    padding: 90px 0 85px;
  }
}

.divider-area .divider-content-area.divider-content-style6 .content-inner .title {
  color: #fff;
  font-size: 48px;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .divider-area .divider-content-area.divider-content-style6 .content-inner .title {
    font-size: 30px;
  }
}

.divider-area .divider-content-area.divider-content-style6 .content-inner .sub-title {
  color: #F9AB3E;
  font-family: "Tangerine", cursive;
  font-size: 48px;
  margin-bottom: 18px;
}

@media only screen and (max-width: 767px) {
  .divider-area .divider-content-area.divider-content-style6 .content-inner .sub-title {
    font-size: 30px;
  }
}

.divider-area .divider-content-area.divider-content-style7 .content-inner {
  padding: 147px 0 55px;
}

@media only screen and (max-width: 1199px) {
  .divider-area .divider-content-area.divider-content-style7 .content-inner {
    padding: 80px 0 40px;
  }
}

@media only screen and (max-width: 575px) {
  .divider-area .divider-content-area.divider-content-style7 .content-inner {
    padding: 75px 0 35px;
  }
}

.divider-area .divider-content-area.divider-content-style7 .content-inner .section-title {
  margin-bottom: 59px;
}

.divider-area .divider-content-area.divider-content-style7 .content-inner .section-title h5 {
  color: #868581;
  margin-bottom: 8px;
}

.divider-area .divider-content-area.divider-content-style7 .content-inner .section-title .title {
  font-size: 72px;
  padding-bottom: 11px;
}

@media only screen and (max-width: 991px) {
  .divider-area .divider-content-area.divider-content-style7 .content-inner .section-title .title {
    font-size: 40px;
  }
}

.divider-area .divider-content-area.divider-content-style7 .content-inner .section-title .desc {
  margin-top: 45px;
}

.divider-area .divider-content-area.divider-content-style7 .content-inner .section-title .desc p {
  font-size: 14px;
  line-height: 30px;
}

@media only screen and (max-width: 1199px) {
  .divider-area .divider-content-area.divider-content-style8 {
    padding-bottom: 30px;
  }
}

.divider-area .divider-content-area.divider-content-style8 .content-inner {
  padding: 10px 0 5px;
}

.divider-area .divider-content-area.divider-content-style8 .content-inner .section-title .desc {
  margin-bottom: 60px;
}

@media only screen and (max-width: 1199px) {
  .divider-area .divider-content-area.divider-content-style8 .content-inner .section-title .desc {
    margin-bottom: 30px;
  }
}

.divider-area .divider-content-area.divider-content-style8 .content-inner .section-title .list-style {
  margin-bottom: 42px;
  margin-top: 36px;
}

@media only screen and (max-width: 1199px) {
  .divider-area .divider-content-area.divider-content-style8 .content-inner .section-title .list-style {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 1199px) {
  .divider-area .divider-content-area.divider-content-style8 .content-inner .thumb {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .divider-area .divider-content-area.divider-content-style8 .content-inner .thumb {
    margin-bottom: 40px;
  }
}

.divider-area .divider-content-area.divider-content-style9 .content-inner {
  padding: 0;
  text-align: center;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 1199px) {
  .divider-area .divider-content-area.divider-content-style9 .content-inner {
    min-height: 450px;
  }
}

@media only screen and (max-width: 991px) {
  .divider-area .divider-content-area.divider-content-style9 .content-inner {
    min-height: 370px;
  }
}

@media only screen and (max-width: 767px) {
  .divider-area .divider-content-area.divider-content-style9 .content-inner {
    min-height: 320px;
  }
}

@media only screen and (max-width: 479.98px) {
  .divider-area .divider-content-area.divider-content-style9 .content-inner {
    min-height: 250px;
  }
}

.divider-area .divider-content-area.divider-content-style9 .content-inner h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 0;
}

@media only screen and (max-width: 479.98px) {
  .divider-area .divider-content-area.divider-content-style9 .content-inner h3 {
    font-size: 18px;
  }
}

.divider-area .divider-content-area.divider-content-style9 .content-inner h3 a {
  margin: 0 20px;
}

.divider-area .divider-content-area.divider-content-style10 .content-inner {
  padding: 95px 0 102px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .divider-area .divider-content-area.divider-content-style10 .content-inner {
    padding: 75px 0 80px;
  }
}

.divider-area .divider-content-area.divider-content-style10 .content-inner h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}

.divider-area .divider-content-area.divider-content-style10 .content-inner p {
  color: #a4b6c0;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 44px;
}

.divider-area .divider-content-area.divider-content-style10 .content-inner .btn-theme {
  letter-spacing: 0;
}

.divider-area .divider-content-area.divider-content-style10 .content-inner .btn-theme.btn-white {
  margin-right: 8px;
}

.divider-area .divider-content-area.divider-content-style10 .content-inner .btn-theme.btn-slide {
  margin-left: 8px;
}

.divider-area .divider-content-area.divider-content-style10 .content-inner .btn-theme.btn-size-xl {
  min-width: 270px;
}

.divider-area .divider-content-area.divider-content-style11 {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 93px 28px 102px;
}

@media only screen and (max-width: 991px) {
  .divider-area .divider-content-area.divider-content-style11 {
    padding: 80px 15px 85px;
  }
}

@media only screen and (max-width: 767px) {
  .divider-area .divider-content-area.divider-content-style11 {
    display: block;
    padding: 70px 15px 75px;
    text-align: center;
  }
}

@media only screen and (max-width: 575px) {
  .divider-area .divider-content-area.divider-content-style11 {
    padding: 60px 15px 65px;
  }
}

@media only screen and (max-width: 767px) {
  .divider-area .divider-content-area.divider-content-style11 .content-inner {
    margin-bottom: 30px;
  }
}

.divider-area .divider-content-area.divider-content-style11 .content-inner h2 {
  color: #fff;
  font-size: 36px;
  margin-bottom: 8px;
}

@media only screen and (max-width: 991px) {
  .divider-area .divider-content-area.divider-content-style11 .content-inner h2 {
    font-size: 24px;
  }
}

.divider-area .divider-content-area.divider-content-style11 .content-inner p {
  color: #a6bffe;
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px;
  font-weight: 400;
}

.divider-area .divider-content-area.divider-content-style11 .btn-theme {
  border-radius: 25px;
  margin-top: 7px;
}

.divider-area .divider-content-area.divider-content-style12 {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 191px 0 0;
}

@media only screen and (max-width: 1199px) {
  .divider-area .divider-content-area.divider-content-style12 {
    padding: 90px 0;
  }
}

@media only screen and (max-width: 991px) {
  .divider-area .divider-content-area.divider-content-style12 {
    padding: 80px 0 20px;
  }
}

@media only screen and (max-width: 575px) {
  .divider-area .divider-content-area.divider-content-style12 {
    padding: 70px 0 15px;
  }
}

.divider-area .divider-content-area.divider-content-style12 .content-inner .section-title {
  margin-bottom: 30px;
}

.divider-area .divider-content-area.divider-content-style12 .content-inner .section-title .list-style {
  display: inline-block;
  margin-bottom: 17px;
}

.divider-area .divider-content-area.divider-content-style12 .content-inner .section-title .list-style li {
  color: #fff;
  font-size: 16px;
  float: left;
  margin-bottom: 18px;
  width: 50%;
}

@media only screen and (max-width: 479.98px) {
  .divider-area .divider-content-area.divider-content-style12 .content-inner .section-title .list-style li {
    width: 100%;
  }
}

.divider-area .divider-content-area.divider-content-style12 .content-inner .section-title .list-style li .icon {
  color: #fff;
  font-size: 14px;
  margin-right: 7px;
}

.divider-area .divider-content-area.divider-content-style12 .content-inner h2 {
  color: #fff;
  margin-bottom: 10px;
}

.divider-area .divider-content-area.divider-content-style12 .content-inner .desc {
  margin-bottom: 34px;
}

.divider-area .divider-content-area.divider-content-style12 .content-inner .desc p {
  margin-bottom: 66px;
}

@media only screen and (max-width: 1199px) {
  .divider-area .divider-content-area.divider-content-style12 .content-inner .desc p {
    margin-bottom: 30px;
  }
}

.divider-area .divider-content-area.divider-content-style12 .content-inner .funfact-area .funfact-item {
  text-align: left;
}

.divider-area .divider-content-area.divider-content-style12 .content-inner .funfact-area .funfact-item .number h2 {
  font-family: "Open Sans", sans-serif !important;
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 7px;
}

.divider-area .divider-content-area.divider-content-style12 .content-inner .funfact-area .funfact-item .title {
  color: #fff;
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0;
}

.divider-area .divider-content-area.divider-content-style12 .content-inner .thumb {
  margin-left: 39px;
  margin-top: -56px;
}

@media only screen and (max-width: 1199px) {
  .divider-area .divider-content-area.divider-content-style12 .content-inner .thumb {
    bottom: -104px;
    position: relative;
  }
}

@media only screen and (max-width: 991px) {
  .divider-area .divider-content-area.divider-content-style12 .content-inner .thumb {
    display: none;
  }
}

.divider-area .divider-content-area.divider-content-style12 .btn-theme {
  margin-bottom: 30px;
}

.divider-area .divider-content-area.divider-content-style13 {
  padding: 68px 0 71px;
}

.divider-area .divider-content-area.divider-content-style13 .content-inner h2 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 64px;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .divider-area .divider-content-area.divider-content-style13 .content-inner h2 {
    margin-bottom: 35px;
  }
}

.divider-area .divider-content-area.divider-content-style13 .content-inner .registration-form form .form-group {
  margin-bottom: 0;
}

.divider-area .divider-content-area.divider-content-style14 {
  padding: 35px 0 40px;
  text-align: center;
}

.divider-area .divider-content-area.divider-content-style14 .content-inner {
  background-position: center center;
  background-repeat: no-repeat;
  padding: 260px 0 205px;
}

@media only screen and (max-width: 991px) {
  .divider-area .divider-content-area.divider-content-style14 .content-inner {
    background-size: contain;
  }
}

@media only screen and (max-width: 575px) {
  .divider-area .divider-content-area.divider-content-style14 .content-inner {
    background-size: cover;
  }
}

.divider-area .divider-content-area.divider-content-style14 .content-inner h4 {
  color: #F9AB3E;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .divider-area .divider-content-area.divider-content-style14 .content-inner h4 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

.divider-area .divider-content-area.divider-content-style14 .content-inner p {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .divider-area .divider-content-area.divider-content-style14 .content-inner p {
    font-size: 14px;
    letter-spacing: 1px;
  }
}

@media only screen and (max-width: 575px) {
  .divider-area .divider-content-area.divider-content-style14 .content-inner p {
    font-size: 13px;
  }
}

.quote-content {
  padding: 150px 0;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .quote-content {
    padding: 80px 0;
  }
}

.quote-content h2 {
  font-size: 36px;
  margin-bottom: 45px;
}

@media only screen and (max-width: 767px) {
  .quote-content h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .quote-content h2 {
    font-size: 24px;
  }
}

.quote-content .input-btn-group {
  justify-content: space-between;
  margin: auto;
}

.quote-content .input-btn-group .form-control {
  width: auto;
}

@media only screen and (max-width: 479.98px) {
  .quote-content .input-btn-group .form-control {
    width: 155px;
  }
}

.quote-content .input-btn-group button {
  padding: 14px 26px;
}

@media only screen and (max-width: 1199px) {
  .quote-content .input-btn-group button {
    font-size: 13px;
    height: auto;
    padding: 16px 20px 12px;
  }
}

@media only screen and (max-width: 479.98px) {
  .quote-content .input-btn-group button {
    font-size: 11px;
    padding: 16px 10px 12px;
  }
}

.quote-content .bg-shape-img {
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
}

.shape-layer .layer {
  position: absolute;
}

.shape-layer .layer-one {
  bottom: 0;
  left: 231px;
}

.shape-layer .layer-two {
  bottom: 0;
  right: 182px;
}

.shape-layer .layer-three {
  bottom: 0;
  left: 3.4%;
}

.shape-layer .layer-four {
  top: 39%;
  left: 6.8%;
}

@media only screen and (max-width: 991px) {
  .shape-layer .layer-four {
    top: 36.5%;
  }
}

.shape-layer .layer-five {
  top: 39%;
  right: 19.2%;
}

@media only screen and (max-width: 1199px) {
  .shape-layer .layer-five {
    right: 4.2%;
  }
}

@media only screen and (max-width: 991px) {
  .shape-layer .layer-five {
    top: 36.5%;
  }
}

.shape-layer.shape-layer-slyle1 {
  background-image: url("../img/photos/corporate-mockup-01.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 38%;
}

.shape-layer.shape-layer-slyle2 {
  bottom: 0;
  position: absolute;
  right: 15px;
  width: auto;
}

.shape-layer.shape-layer-slyle3 {
  bottom: 0;
  position: absolute;
  right: 0;
  width: auto;
  z-index: -1;
}

.shape-layer.shape-layer-slyle4 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  width: 33%;
  z-index: 1;
}

.shape-layer.shape-layer-slyle5 {
  background-image: url("../img/about/mockup-01-about-01.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 911px;
  position: absolute;
  bottom: -30px;
  width: 793px;
  left: calc(-50% + 248px);
}

.shape-layer.shape-layer-slyle6 {
  background-image: url("../img/about/mockup-02-about-01.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 859px;
  position: absolute;
  bottom: -30px;
  width: 793px;
  left: calc(-50% + 248px);
}

.shape-layer.shape-layer-slyle7 {
  background-image: url("../img/about/mockup-01-aboutus-03.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100% - 220px);
  position: absolute;
  bottom: 0;
  width: calc(50% + -60px);
  left: 0;
}


/*
-----------------------------------------------------------------------
    Working Process CSS
-----------------------------------------------------------------------
*/

.working-process-area.working-process-creative-area {
  padding: 96px 0 50px;
}

@media only screen and (max-width: 991px) {
  .working-process-area.working-process-creative-area {
    padding: 76px 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .working-process-area.working-process-creative-area {
    padding: 76px 0 20px;
  }
}

.working-process-area.working-process-creative-area .section-title.section-style2 {
  margin-bottom: 98px;
}

@media only screen and (max-width: 991px) {
  .working-process-area.working-process-creative-area .section-title.section-style2 {
    margin-bottom: 50px;
  }
}

.working-process-area.working-process-corporate-area {
  padding: 92px 0 67px;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .working-process-area.working-process-corporate-area {
    padding: 80px 0 60px;
  }
}

.working-process-area.working-process-corporate-area .section-title.section-style4 {
  margin-bottom: 93px;
}

@media only screen and (max-width: 991px) {
  .working-process-area.working-process-corporate-area .section-title.section-style4 {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .working-process-area.working-process-corporate-area .shape-layer.shape-layer-slyle1 {
    display: none;
  }
}


/*
-----------------------------------------------------------------------
  Icon Box CSS
-----------------------------------------------------------------------
*/

.icon-box-item {
  margin-bottom: 50px;
  position: relative;
}

.icon-box-item .icon-box {
  margin-bottom: 25px;
  position: relative;
}

.icon-box-item .icon-box .icon {
  color: #F9AB3E;
  font-size: 60px;
  line-height: 1;
}

.icon-box-item .icon-box .icon-img {
  width: 50px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.icon-box-item .icon-box .icon-shape {
  left: 28px;
  position: absolute;
  top: 17px;
}

.icon-box-item .icon-box.icon-left {
  float: left;
  margin-right: 15px;
}

.icon-box-item .icon-box.icon-left .icon {
  font-size: 44px;
}

.icon-box-item .content {
  font-size: 14px;
}

.icon-box-item .content .title {
  font-size: 14px;
  margin-bottom: 20px;
}

.icon-box-item .content .title a {
  color: #0e0e0e;
}

.icon-box-item .content .title a:hover {
  color: #F9AB3E;
}

.icon-box-item .content .title .icon {
  color: #F9AB3E;
  font-size: 30px;
  margin-right: 0;
  vertical-align: middle;
  width: 62px;
}

.icon-box-item .content .title .icon.icon-img {
  margin-right: 30px;
  width: auto;
}

.icon-box-item .content p {
  line-height: 30px;
}

.icon-box-item .content .btn-theme {
  margin-top: 10px;
}

.icon-box-style1 .icon-box-item {
  position: relative;
  z-index: 0;
}

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

.icon-box-style2 .icon-box-item {
  text-align: center;
}

.icon-box-style2 .icon-box-item .icon-box {
  background-color: #F9AB3E;
  border-radius: 50%;
  height: 70px;
  margin: 0 auto 46px;
  width: 70px;
}

.icon-box-style2 .icon-box-item .icon-box .icon {
  color: #fff;
  font-size: 30px;
  line-height: 70px;
}

.icon-box-style2 .icon-box-item .content .title {
  font-size: 16px;
  margin-bottom: 22px;
}

.icon-box-style2 .icon-box-item .content p {
  font-size: 14px;
}

.icon-box-style2 .icon-box-item.item-center {
  position: relative;
}

.icon-box-style2 .icon-box-item.item-center:before {
  border-top: 1px dashed #F9AB3E;
  content: "";
  left: -50%;
  position: absolute;
  top: 35px;
  width: 200%;
}

@media only screen and (max-width: 767px) {
  .icon-box-style2 .icon-box-item.item-center:before {
    display: none;
  }
}

.icon-box-style2.element-iconboxs {
  padding: 4px 0 35px;
}

.icon-box-style3 .icon-box-item {
  margin-bottom: 23px;
}

.icon-box-style3 .icon-box-item .icon-box.icon-left {
  font-size: 44px;
  margin-right: 30px;
}

.icon-box-style3 .icon-box-item .content {
  padding-top: 18px;
}

.icon-box-style3 .icon-box-item .content .title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
}

.icon-box-style3 .icon-box-item .content p {
  line-height: 24px;
}

.icon-box-style4 .icon-box-item {
  margin-bottom: 36px;
}

.icon-box-style4 .icon-box-item .icon-box.icon-left {
  margin-right: 30px;
}

.icon-box-style4 .icon-box-item .icon-box.icon-left .icon {
  font-size: 40px;
  position: relative;
  top: -4px;
}

.icon-box-style4 .icon-box-item .content .title {
  color: #023059;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.icon-box-style5 .icon-box-item {
  display: flex;
  margin-bottom: 90px;
}

@media only screen and (max-width: 991px) {
  .icon-box-style5 .icon-box-item {
    margin-bottom: 50px;
  }
}

.icon-box-style5 .icon-box-item .icon-box.icon-left {
  margin-bottom: 60px;
  margin-right: 30px;
}

.icon-box-style5 .icon-box-item .icon-box.icon-left .icon {
  font-size: 36px;
}

.icon-box-style5 .icon-box-item .content {
  padding-top: 3px;
}

.icon-box-style5 .icon-box-item .content .title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 19px;
}

.icon-box-style5 .icon-box-item .content p {
  font-size: 16px;
  line-height: 30px;
}

.icon-box-style5.element-iconboxs {
  padding-bottom: 5px;
}

.icon-box-style5.element-iconboxs .icon-box-item .icon-box.icon-left {
  top: -5px;
}

.icon-box-style5.element-iconboxs .icon-box-item .icon-box.icon-left .icon {
  font-size: 50px;
}

.icon-box-style5.element-iconboxs .icon-box-item .content {
  padding-top: 3px;
}

.icon-box-style5.element-iconboxs .icon-box-item .content .title {
  font-size: 14px;
  font-weight: 400;
}

.icon-box-style5.element-iconboxs .icon-box-item .content p {
  font-size: 14px;
  line-height: 30px;
}

.icon-box-style6 .icon-box-item {
  margin-bottom: 60px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .icon-box-style6 .icon-box-item {
    margin-bottom: 40px;
  }
}

.icon-box-style6 .icon-box-item .icon-box {
  margin-bottom: 20px;
}

.icon-box-style6 .icon-box-item .icon-box .icon {
  color: #29a0fb;
  font-size: 36px;
  line-height: 1;
}

.icon-box-style6 .icon-box-item .content .title {
  color: #fff;
  font-size: 18px;
  letter-spacing: -0.8px;
  line-height: 30px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .icon-box-style6 .icon-box-item .content .title {
    font-size: 16px;
  }
}

.icon-box-style6 .icon-box-item .content p {
  color: #7ab4ee;
  font-size: 16px;
  letter-spacing: -0.8px;
  line-height: 30px;
}

.icon-box-list {
  display: flex;
  flex-wrap: wrap;
}

.icon-box-list :last-child .icon-box-item {
  border-bottom: none;
}


/*
-----------------------------------------------------------------------
  Counter CSS
-----------------------------------------------------------------------
*/

.countdown-area.countdown-wedding-area {
  background-color: #7b6c7b;
  padding: 95px 0 87px;
}

@media only screen and (max-width: 991px) {
  .countdown-area.countdown-wedding-area {
    padding: 75px 0 77px;
  }
}

.countdown-area.countdown-wedding-area .title {
  color: #fff;
  font-size: 20px;
  font-style: italic;
  line-height: 36px;
}

.countdown-area.countdown-wedding-area .countdown-content {
  margin-top: 7px;
  padding-left: 15px;
}

.countdown-area.countdown-wedding-area .countdown-content .countdown-timer li span {
  color: #ffd9ac;
  font-size: 36px;
}

.countdown-area.countdown-wedding-area .countdown-content .countdown-timer li p {
  color: #ffd9ac;
  font-size: 18px;
}

.countdown-timer {
  display: inline-block;
  margin-bottom: 0;
}

.countdown-timer li {
  float: left;
  line-height: 1;
  margin: 0 16px;
}

@media only screen and (max-width: 479.98px) {
  .countdown-timer li {
    margin: 0 4px;
  }
}

.countdown-timer li:first-child {
  margin-left: 0;
}

.countdown-timer li span {
  color: #F9AB3E;
  display: inline-block;
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 10px;
}

.countdown-timer li p {
  font-size: 18px;
}


/*
-----------------------------------------------------------------------
    Form CSS
-----------------------------------------------------------------------
*/

.search-box-wrapper {
  background-color: rgba(206, 26, 43, 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: #F9AB3E;
  transform: rotate(90deg);
}

.search-box-form-wrap {
  width: 100%;
}

.search-box-form-wrap input[type=search] {
  background-color: transparent;
  border: none;
  border-bottom: 5px solid #F9AB3E;
  color: #F9AB3E;
  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: #F9AB3E;
  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: transparent;
  border: none;
  border-radius: 0 30px 30px 0;
  color: #7a8f9b;
  height: 60px;
  line-height: 60px;
  padding-left: 35px;
  width: 100%;
}

.subscribe-form .subscribe-form-email input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #7a8f9b;
}

.subscribe-form .subscribe-form-email input::-moz-placeholder {
  /* Firefox 19+ */
  color: #7a8f9b;
}

.subscribe-form .subscribe-form-email input:-ms-input-placeholder {
  /* IE 10+ */
  color: #7a8f9b;
}

.subscribe-form .subscribe-form-email input:-moz-placeholder {
  /* Firefox 18- */
  color: #7a8f9b;
}

.subscribe-form .subscribe-form-submit input {
  background-color: #4cb648;
  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: #7a8f9b;
  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: transparent;
  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 {
  /* Chrome/Opera/Safari */
  color: #487eb4;
  font-size: 16px;
}

.registration-form form .form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #487eb4;
  font-size: 16px;
}

.registration-form form .form-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #487eb4;
  font-size: 16px;
}

.registration-form form .form-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  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 {
  /* Chrome/Opera/Safari */
  color: #fff;
}

.registration-form form .form-group .form-control:active::-moz-placeholder,
.registration-form form .form-group .form-control:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.registration-form form .form-group .form-control:active:-ms-input-placeholder,
.registration-form form .form-group .form-control:focus:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

.registration-form form .form-group .form-control:active:-moz-placeholder,
.registration-form form .form-group .form-control:focus:-moz-placeholder {
  /* Firefox 18- */
  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;
}


/*
-----------------------------------------------------------------------
  Progress Bar CSS
-----------------------------------------------------------------------
*/

.progress-item {
  margin-bottom: 30px;
}

.progress-item .progress-info {
  font-size: 0.875rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 11px;
}

.progress-item .progress-info .title {
  color: #303744;
  display: inline-block;
}

.progress-item .progress-info .percent {
  color: #303744;
  margin-right: -20px;
}

.progress-item .progress-line {
  background-color: #ddd;
  border-radius: 5px;
  height: 6px;
  position: relative;
}

.progress-item .progress-line .progress-bar-line {
  background-color: #F9AB3E;
  height: 100%;
  width: 0;
}

.progress-content.element-progress .progress-item {
  margin-bottom: 29px;
}

.progress-content.element-progress .progress-item .progress-line .progress-bar-line {
  border-radius: 3px;
}


/*
-----------------------------------------------------------------------
  Skills CSS
-----------------------------------------------------------------------
*/

.progress-pie-chart {
  text-align: center;
  position: relative;
}

.progress-pie-chart .skill-percent {
  color: #1a56a5;
  font-size: 30px;
  font-weight: 700;
  position: absolute;
  left: 50%;
  line-height: 1;
  top: 50%;
  transform: translate(-50%, -50%);
}

.skill-item {
  margin-top: 30px;
}

.skill-item .content {
  margin-top: 23px;
}

.skill-item .content .title {
  color: #023059;
  font-size: 14px;
  font-weight: 700;
}

.skill-progress-style2 .skill-item .skill-progress .progress-pie-chart .skill-percent {
  color: #000;
  font-family: "Open Sans", sans-serif !important;
  font-size: 20px;
  font-weight: 400;
  top: 47.5%;
}

.skill-progress-style2 .skill-item .content {
  text-align: center;
}

.skill-progress-style2 .skill-item .content .title {
  color: #000;
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 46px;
  position: relative;
}

.skill-progress-style2 .skill-item .content .title:after {
  background-color: #ddd;
  bottom: -26px;
  content: "";
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 70px;
}

.skill-progress-style2.skill-progress-light .skill-item .skill-progress .progress-pie-chart .skill-percent {
  color: #fff;
}

.skill-progress-style2.skill-progress-light .skill-item .content {
  text-align: center;
}

.skill-progress-style2.skill-progress-light .skill-item .content .title {
  color: #fff;
}

.skill-progress-style2.skill-progress-light .skill-item .content .title:after {
  background-color: #fff;
}

.skill-progress-style2.skill-progress-light .skill-item .content p {
  color: #fff;
}

.experience-area.experience-freelancer-area {
  padding: 50px 0 90px;
}

@media only screen and (max-width: 991px) {
  .experience-area.experience-freelancer-area {
    padding: 50px 0 80px;
  }
}

.experience-area.experience-freelancer-area .section-title {
  margin-bottom: 85px;
}

@media only screen and (max-width: 1199px) {
  .experience-area.experience-freelancer-area .section-title {
    margin-bottom: 50px;
  }
}


/*
-----------------------------------------------------------------------
  Timeline CSS
-----------------------------------------------------------------------
*/

.cd-timeline-wrap {
  margin: 0;
  position: relative;
}

.cd-timeline-wrap .cd-timeline {
  margin: 0;
  padding: 0;
}

.cd-timeline-wrap .cd-timeline:before {
  display: none;
}

.cd-timeline-wrap .cd-timeline-block {
  margin: 0;
  padding-bottom: 40px;
}

.cd-timeline-wrap .cd-timeline-block:last-child {
  padding-bottom: 0;
}

.cd-timeline-wrap .cd-timeline-block:last-child:before {
  height: calc(100% - 8px);
}

.cd-timeline-wrap .cd-timeline-block:nth-child(2n) .cd-timeline-content {
  text-align: right;
  float: left;
}

@media only screen and (max-width: 991px),
only screen and (max-width: 767px) {
  .cd-timeline-wrap .cd-timeline-block:nth-child(2n) .cd-timeline-content {
    text-align: left;
  }
}

.cd-timeline-wrap .cd-timeline-block:before {
  background-color: #fd367e;
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  height: 100%;
  width: 2px;
}

@media only screen and (max-width: 991px),
only screen and (max-width: 767px) {
  .cd-timeline-wrap .cd-timeline-block:before {
    left: 4px;
    transform: none;
  }
}

.cd-timeline-wrap .cd-timeline-block .cd-timeline-dot {
  background-color: #6163d3;
  border-radius: 50%;
  display: block;
  height: 20px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 20px;
}

@media only screen and (max-width: 991px),
only screen and (max-width: 767px) {
  .cd-timeline-wrap .cd-timeline-block .cd-timeline-dot {
    left: 0;
    transform: none;
  }
}

.cd-timeline-wrap .cd-timeline-content {
  background-color: transparent;
  box-shadow: none;
  padding: 0;
  text-align: left;
  font-size: 18px;
  color: #727883;
  float: right;
}

@media only screen and (min-width: 992px) {
  .cd-timeline-wrap .cd-timeline-content {
    width: 46.6%;
  }
}

@media only screen and (max-width: 767px) {
  .cd-timeline-wrap .cd-timeline-content {
    margin-left: 30px;
  }
}

.cd-timeline-wrap .cd-timeline-content:before {
  display: none;
}

@media only screen and (max-width: 991px),
only screen and (max-width: 767px) {
  .cd-timeline-wrap .cd-timeline-content {
    text-align: left;
  }
}

.cd-timeline-wrap .cd-timeline-content h4 {
  color: #000;
  font-size: 16px;
}

.cd-timeline-wrap .cd-timeline-content h5 {
  font-size: 18px;
  margin-bottom: 20px;
}

.cd-timeline-wrap .cd-timeline-content p {
  font-size: 14px;
  margin: 0;
}

.timeline-default .cd-timeline-wrap .cd-timeline:before {
  display: none;
}

.timeline-default .cd-timeline-wrap .cd-timeline-block:before {
  background-color: #ddd;
  left: 0;
}

.timeline-default .cd-timeline-wrap .cd-timeline-block:nth-child(2n) .cd-timeline-content {
  text-align: left;
  float: left;
}

.timeline-default .cd-timeline-wrap .cd-timeline-block .cd-timeline-dot {
  background-color: #F9AB3E;
  left: 0;
}

.timeline-default .cd-timeline-wrap .cd-timeline-content {
  float: left;
  margin-left: 50px;
  width: calc(100% - 50px);
}

.timeline-default .cd-timeline-wrap .cd-timeline-content h4 {
  color: #F9AB3E;
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px;
  font-weight: 700;
}

.timeline-default .cd-timeline-wrap .cd-timeline-content h5 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.timeline-default .cd-timeline-wrap .cd-timeline-content p {
  font-size: 14px;
  line-height: 24px;
}

.timeline-style-one .cd-timeline-wrap .cd-timeline:before {
  display: none;
}

.timeline-style-one .cd-timeline-wrap .cd-timeline-block:before {
  background-color: #ddd;
}

.timeline-style-one .cd-timeline-wrap .cd-timeline-block .cd-timeline-dot {
  background-color: #F9AB3E;
}

.timeline-style-one .cd-timeline-wrap .cd-timeline-content h4 {
  color: #F9AB3E;
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px;
  font-weight: 700;
}

.timeline-style-one .cd-timeline-wrap .cd-timeline-content h5 {
  font-size: 16px;
  font-weight: 700;
}

.timeline-style-one .cd-timeline-wrap .cd-timeline-content p {
  font-size: 14px;
  line-height: 24px;
}

.wedding-timeline .timeline-content .timeline-item {
  padding-bottom: 50px;
  padding-left: 150px;
  position: relative;
}

.wedding-timeline .timeline-content .timeline-item:before {
  border-left: 1px dashed #ddd;
  content: "";
  height: 100%;
  left: 49.5px;
  position: absolute;
  top: 0;
  z-index: 0;
}

.wedding-timeline .timeline-content .timeline-item .title {
  color: #642959;
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 20px;
}

.wedding-timeline .timeline-content .timeline-item .subtitle {
  background-image: url("../img/photos/timeline-dot3.png");
  background-repeat: no-repeat;
  background-position: center;
  color: #a1ab6e;
  font-size: 14px;
  font-weight: 700;
  left: 0;
  line-height: 20px;
  padding: 20px 0;
  position: absolute;
  text-align: center;
  top: -15px;
  width: 100px;
}

.wedding-timeline .timeline-content .timeline-item p {
  margin-bottom: 0;
}

.wedding-timeline .timeline-content .timeline-item:last-child {
  padding-bottom: 0;
}

.wedding-timeline .timeline-content .timeline-item:last-child:before {
  display: none;
}


/*
-----------------------------------------------------------------------
    Products CSS
-----------------------------------------------------------------------
*/

.products-area.products-spa-area {
  padding: 100px 0 30px;
}

@media only screen and (max-width: 1199px) {
  .products-area.products-spa-area {
    padding: 90px 0 30px;
  }
}

@media only screen and (max-width: 991px) {
  .products-area.products-spa-area {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .products-area.products-spa-area {
    padding: 85px 0 25px;
  }
}

.products-area.products-spa-area .section-title {
  margin-bottom: 95px;
}

@media only screen and (max-width: 1199px) {
  .products-area.products-spa-area .section-title {
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 991px) {
  .products-area.products-spa-area .section-title {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 575px) {
  .product-item {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .product-item .thumb {
    text-align: center;
  }
}

.product-item .thumb img {
  width: auto;
}

.product-item .content {
  margin-top: 25px;
  text-align: center;
}

.product-item .content .title {
  color: #023059;
  margin-bottom: 15px;
}


/*
-----------------------------------------------------------------------
    Event CSS
-----------------------------------------------------------------------
*/

.event-area.event-education-area {
  padding: 100px 0;
}

@media only screen and (max-width: 1199px) {
  .event-area.event-education-area {
    padding: 80px 0;
  }
}

.event-area.event-education-area .section-title {
  margin-bottom: 80px;
}

@media only screen and (max-width: 1199px) {
  .event-area.event-education-area .section-title {
    margin-bottom: 50px;
  }
}

.event-area.event-wedding-area {
  padding: 100px 0 20px;
}

@media only screen and (max-width: 1199px) {
  .event-area.event-wedding-area {
    padding: 80px 0 0;
  }
}

.event-area.event-wedding-area .section-title {
  margin-bottom: 80px;
}

.event-item .thumb {
  float: left;
  margin-right: 30px;
  max-width: 170px;
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  .event-item .thumb {
    max-width: none;
    margin-bottom: 30px;
    margin-right: 0;
    width: 100%;
  }
}

.event-item .thumb img {
  transition: all 0.8s ease-in-out;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .event-item .content {
    display: inline-block;
    width: 100%;
  }
}

.event-item .content .inner {
  display: flex;
  margin-bottom: 29px;
}

@media only screen and (max-width: 991px) {
  .event-item .content .inner {
    display: inline-block;
    width: 100%;
  }
}

.event-item .content .inner .title {
  color: #083c5a;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 5px;
}

.event-item .content .inner .category {
  color: #7a8f9b;
}

.event-item .content .inner .category i {
  margin-right: 7px;
}

.event-item .content .inner .category:hover {
  color: #4cb648;
}

.event-item .content .inner .category:hover i {
  color: #7a8f9b;
}

.event-item .content .inner .meta-date {
  border: 1px solid #7a8f9b;
  color: #7a8f9b;
  display: inline-block;
  float: left;
  margin-right: 20px;
  padding: 10px 5px;
  text-align: center;
  width: 70px;
}

@media only screen and (max-width: 991px) {
  .event-item .content .inner .meta-date {
    min-height: 80px;
  }
}

.event-item .content .inner .meta-date span {
  display: block;
}

.event-item .content .inner .meta-date span:first-child {
  color: #083c5a;
  font-size: 18px;
  text-transform: uppercase;
}

.event-item .content .inner .meta-date span:last-child {
  color: #7a8f9b;
  font-size: 14px;
}

.event-item .content p {
  color: #7a8f9b;
  font-size: 14px;
  line-height: 24px;
}

.event-item:hover .thumb img {
  transform: scale(1.2);
}

.wedding-event-item .thumb {
  margin-bottom: 40px;
}

.wedding-event-item .thumb img {
  width: 100%;
}

.wedding-event-item .content {
  padding: 0 65px;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .wedding-event-item .content {
    padding: 0 15px;
  }
}

.wedding-event-item .content .title {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 14px;
}

.wedding-event-item .content .event-location {
  font-family: "Cardo", serif;
  font-size: 14px;
  letter-spacing: 4px;
  margin-bottom: 25px;
  text-transform: uppercase;
}

@media only screen and (max-width: 991px) {
  .wedding-event-item .content .event-location {
    font-size: 13px;
  }
}

.wedding-event-item .content p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 13px;
}

.wedding-event-item .content a {
  font-size: 16px;
}


/*
-----------------------------------------------------------------------
    Screenshot CSS
-----------------------------------------------------------------------
*/

.screenshot-area.screenshot-app-area {
  padding: 86px 0 101px;
}

@media only screen and (max-width: 1199px) {
  .screenshot-area.screenshot-app-area {
    padding: 70px 0 90px;
  }
}

@media only screen and (max-width: 575px) {
  .screenshot-area.screenshot-app-area {
    padding: 60px 0 80px;
  }
}

.screenshot-area.screenshot-app-area .section-title {
  margin-bottom: 96px;
}

@media only screen and (max-width: 1199px) {
  .screenshot-area.screenshot-app-area .section-title {
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .screenshot-area.screenshot-app-area .section-title {
    margin-bottom: 45px;
  }
}


/*
-----------------------------------------------------------------------
  Shop CSS
-----------------------------------------------------------------------
*/

.shop-area.shop-category-area {
  padding: 35px 0;
}

.shop-area.shop-arrival-area {
  padding: 27px 0 22px;
}

@media only screen and (max-width: 767px) {
  .shop-area.shop-arrival-area {
    padding: 27px 0 0;
  }
}

.shop-area.shop-best-sellers-area {
  padding: 55px 0 0;
}

@media only screen and (max-width: 991px) {
  .shop-area.shop-best-sellers-area {
    padding: 35px 0 0;
  }
}

.shop-area.shop-best-sellers-area .section-title {
  margin-bottom: 88px;
}

@media only screen and (max-width: 991px) {
  .shop-area.shop-best-sellers-area .section-title {
    margin-bottom: 60px;
  }
}

.shop-area.shop-discount-area {
  padding-bottom: 90px;
}

@media only screen and (max-width: 991px) {
  .shop-area.shop-discount-area {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .shop-area.shop-discount-area {
    padding-bottom: 70px;
  }
}

.shop-area .portfolio-filter-menu button {
  color: #727883;
  font-family: "Playfair Display", serif;
  font-size: 16px;
  text-transform: capitalize;
}

.shop-area .portfolio-filter-menu button:after {
  background-color: #ddd;
  height: 1px;
  left: 0;
  width: 100%;
}

.shop-area .portfolio-filter-menu button:hover {
  color: #F9AB3E;
}

.shop-area .portfolio-filter-menu button.active {
  color: #000;
}

.shop-area .portfolio-filter-menu button.active:after {
  background-color: #000;
}

.product-category {
  position: relative;
}

.product-category .thumb {
  position: relative;
  overflow: hidden;
}

.product-category .thumb img {
  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;
}

@media only screen and (max-width: 767px) {
  .product-category .thumb img {
    width: 100%;
  }
}

.product-category .content {
  background-color: #fff;
  bottom: 0;
  display: inline-block;
  left: 10%;
  margin: 0 auto;
  padding: 12px 20px 13px;
  position: absolute;
  text-align: center;
  width: 80%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.product-category .content h4 {
  color: #000;
  font-size: 24px;
  margin-bottom: 0;
}

.product-category: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);
}

.product-category:hover .content {
  bottom: 40px;
}

.product-item {
  margin-bottom: 60px;
}

.product-item .product-thumb {
  position: relative;
}

.product-item .product-thumb>a {
  display: block;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.product-item .product-thumb>a:before {
  background-color: #000;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.product-item .product-thumb img {
  width: 100%;
}

.product-item .product-thumb .product-action {
  left: 50%;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
  width: 100%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.product-item .product-thumb .product-action a {
  background-image: url("../img/icons/icon-expand-white.svg");
  background-color: transparent;
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin-right: 17.2px;
  padding: 0;
  text-align: center;
  text-indent: -99999em;
  width: 40px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.product-item .product-thumb .product-action a:hover {
  background-color: #fff;
  border-color: #fff;
}

.product-item .product-thumb .product-action a:last-child {
  margin-right: 0;
}

.product-item .product-thumb .product-action a.btn-quickview {
  background-image: url("../img/icons/icon-expand-white.svg");
  background-size: 18px;
  background-position: center center;
}

.product-item .product-thumb .product-action a.btn-quickview:hover {
  background-image: url("../img/icons/icon-expand-black.svg");
}

.product-item .product-thumb .product-action a.btn-wishlist {
  background-image: url("../img/icons/icon-heart-white.svg");
  background-size: 18px;
  background-position: center center;
}

.product-item .product-thumb .product-action a.btn-wishlist:hover {
  background-image: url("../img/icons/icon-heart-black.svg");
}

.product-item .product-thumb .product-action a.btn-addtocart {
  background-image: url("../img/icons/icon-cart-white.svg");
  background-size: 18px;
  background-position: center center;
}

.product-item .product-thumb .product-action a.btn-addtocart:hover {
  background-image: url("../img/icons/icon-cart-black.svg");
}

.product-item .product-thumb .product-action .product-info {
  margin-bottom: 25px;
  margin-top: 0;
}

.product-item .product-thumb .product-action .product-info .title a {
  background-image: none;
  border: none;
  border-radius: 0;
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  height: auto;
  line-height: 1.1;
  text-indent: 0;
  width: auto;
}

.product-item .product-thumb .product-action .product-info .title a:hover {
  background-color: transparent;
}

.product-item .product-thumb .product-action .product-info .prices {
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
}

.product-item .product-thumb .product-action .product-info .prices .price {
  color: #fff;
}

.product-item .product-thumb .ribbons {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 3;
}

.product-item .product-thumb .ribbons .ribbon {
  background: #F9AB3E;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 5px 10px;
}

.product-item .product-info {
  margin-top: 28px;
  text-align: center;
}

.product-item .product-info .title {
  color: #000;
  font-family: "Playfair Display", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 12px;
}

.product-item .product-info .title a {
  color: #000;
}

.product-item .product-info .title a:hover {
  color: #F9AB3E;
}

.product-item .product-info .prices .price {
  color: #000;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
}

.product-item:hover .product-thumb>a:before {
  opacity: 0.7;
}

.product-item:hover .product-thumb .product-action {
  opacity: 1;
  visibility: visible;
}

.product-item-style2 .product-item .product-info .title {
  font-family: "Open Sans", sans-serif !important;
  margin-bottom: 11px;
}

.product-item-style2 .product-item .product-info .prices .price {
  font-family: "Open Sans", sans-serif !important;
}

.product-item-list-style .product-item {
  display: inline-block;
  margin-bottom: 43px;
}

.product-item-list-style .product-item .product-thumb {
  width: 40%;
  float: left;
}

@media only screen and (max-width: 767px) {
  .product-item-list-style .product-item .product-thumb {
    margin-bottom: 35px;
    width: 100%;
  }
}

.product-item-list-style .product-item .product-thumb img {
  width: 100%;
}

.product-item-list-style .product-item .product-info {
  margin-bottom: 0;
  width: 50%;
  float: right;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
}

@media only screen and (max-width: 1199px) {
  .product-item-list-style .product-item .product-info {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .product-item-list-style .product-item .product-info {
    width: 100%;
  }
}

.product-item-list-style .product-item .product-info .title {
  font-family: "Open Sans", sans-serif !important;
  font-size: 18px;
  margin-bottom: 11px;
}

.product-item-list-style .product-item .product-info .prices {
  margin-bottom: 26px;
}

@media only screen and (max-width: 1199px) {
  .product-item-list-style .product-item .product-info .prices {
    margin-bottom: 20px;
  }
}

.product-item-list-style .product-item .product-info .prices .price {
  font-family: "Open Sans", sans-serif !important;
}

.product-item-list-style .product-item .product-info p {
  margin-bottom: 52px;
}

@media only screen and (max-width: 1199px) {
  .product-item-list-style .product-item .product-info p {
    margin-bottom: 30px;
  }
}

.product-item-list-style .product-item .product-info .btn-theme {
  letter-spacing: 0;
  max-width: 132px;
  padding: 10px 21px;
}

@media only screen and (max-width: 991px) {
  .product-item-list-style .product-item .product-info .btn-theme {
    max-width: none;
    padding: 6px 18px;
    min-height: auto;
    font-size: 13px;
  }
}

.discount-item .content {
  padding: 35px 0 55px;
}

@media only screen and (max-width: 991px) {
  .discount-item .content {
    padding-right: 30px;
    text-align: right;
  }
}

@media only screen and (max-width: 575px) {
  .discount-item .content {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }
}

.discount-item .content h4 {
  color: #000;
  font-size: 48px;
  font-style: italic;
}

@media only screen and (max-width: 575px) {
  .discount-item .content h4 {
    font-size: 24px;
  }
}

.discount-item .content p {
  color: #a2a19f;
  font-size: 18px;
  font-weight: 300;
}

@media only screen and (max-width: 575px) {
  .discount-item .content p {
    font-size: 16px;
  }
}

.shop-sidebar .sidebar-wrapper .widget-item .btn-theme.btn-border {
  border-color: #e0e0e0;
  color: #28283b;
  font-size: 12px;
  min-height: 45px;
  min-width: 132px;
}

.shop-sidebar .sidebar-wrapper .widget-item .btn-theme.btn-border:hover {
  background-color: #F9AB3E;
  border-color: #F9AB3E;
  color: #fff;
}

@media (max-width: 453px) {
  .shop-sidebar .pull-left+.pull-right {
    display: flex;
    flex-direction: row-reverse;
    float: left !important;
    margin-top: 20px;
  }
  .shop-sidebar .pull-left+.pull-right .shop-view-mode-tab-nav {
    margin-left: 0;
    margin-right: 12px;
  }
}

.product-sorting {
  position: relative;
  padding-right: 56px;
  float: left;
}

.product-sorting .current {
  color: #727883;
  cursor: pointer;
  font-size: 14px;
  margin-bottom: 0;
  position: relative;
}

.product-sorting .current .icon-up {
  opacity: 0;
  position: absolute;
  right: -16px;
  top: 50%;
  visibility: hidden;
  transform: translateY(-50%);
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}

.product-sorting .current .icon-down {
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}

.product-sorting ul {
  background-color: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.076);
  font-size: 13px;
  margin-top: 30px;
  margin-bottom: 0;
  opacity: 0;
  visibility: hidden;
  padding: 10px;
  position: absolute;
  width: 190px;
  z-index: 11;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}

.product-sorting ul li {
  display: block;
}

.product-sorting ul li a {
  border-radius: 4px;
  color: #727883;
  display: block;
  font-size: 13px;
  line-height: 30px;
  padding: 0 10px;
}

.product-sorting ul li a:hover {
  background-color: #F9AB3E;
  color: #fff;
}

.product-sorting ul li.active a {
  background-color: #F9AB3E;
  color: #fff;
}

.product-sorting:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  padding-bottom: 22px;
  bottom: -15px;
}

.product-sorting:hover .current .icon-up {
  opacity: 1;
  visibility: visible;
}

.product-sorting:hover .current .icon-down {
  opacity: 0;
  visibility: hidden;
}

.product-sorting:hover ul {
  opacity: 1;
  visibility: visible;
  margin-top: 15px;
}

.shop-view-mode-tab-nav {
  margin-left: 20px;
  top: -2px;
  position: relative;
}

.shop-view-mode-tab-nav.nav .nav-item {
  margin-right: 6px;
}

.shop-view-mode-tab-nav.nav .nav-item .nav-link {
  color: #727883;
  font-size: 18px;
  padding: 0;
}

.shop-view-mode-tab-nav.nav .nav-item .nav-link.active {
  color: #F9AB3E;
}

.shop-view-mode-tab-nav.nav .nav-item:last-child {
  margin-right: 0;
}

.shop-single-product .single-product-slider .single-product-thumb {
  position: relative;
  overflow: hidden;
  margin-bottom: 12px;
}

.shop-single-product .single-product-slider .single-product-thumb img {
  cursor: crosshair;
  width: 100%;
}

.shop-single-product .single-product-slider .single-product-thumb .ribbons {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 3;
}

.shop-single-product .single-product-slider .single-product-thumb .ribbons .ribbon {
  background: #F9AB3E;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 5px 10px;
}

.shop-single-product .single-product-slider .single-product-nav .item {
  border: 1px solid transparent;
  height: 110px;
  position: relative;
  overflow: hidden;
  width: 110px !important;
}

@media only screen and (max-width: 1199px) {
  .shop-single-product .single-product-slider .single-product-nav .item {
    width: 125px !important;
  }
}

@media only screen and (max-width: 991px) {
  .shop-single-product .single-product-slider .single-product-nav .item {
    height: 155px;
    width: 165px !important;
  }
}

@media only screen and (max-width: 767px) {
  .shop-single-product .single-product-slider .single-product-nav .item {
    height: 118px;
    width: 118px !important;
  }
}

@media only screen and (max-width: 575px) {
  .shop-single-product .single-product-slider .single-product-nav .item {
    padding: 0;
    height: auto;
    width: 100% !important;
  }
}

.shop-single-product .single-product-slider .single-product-nav .item img {
  cursor: pointer;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.shop-single-product .single-product-slider .single-product-nav .slick-list .slick-track {
  width: 487px !important;
}

@media only screen and (max-width: 1199px) {
  .shop-single-product .single-product-slider .single-product-nav .slick-list .slick-track {
    width: auto !important;
  }
}

.shop-single-product .single-product-slider .single-product-nav .slick-list .slick-track .slick-slide {
  width: 108px !important;
  margin-right: 12px;
}

@media only screen and (max-width: 1199px) {
  .shop-single-product .single-product-slider .single-product-nav .slick-list .slick-track .slick-slide {
    width: 120px !important;
  }
}

@media only screen and (max-width: 991px) {
  .shop-single-product .single-product-slider .single-product-nav .slick-list .slick-track .slick-slide {
    width: 160px !important;
  }
}

@media only screen and (max-width: 767px) {
  .shop-single-product .single-product-slider .single-product-nav .slick-list .slick-track .slick-slide {
    width: 115px !important;
  }
}

@media only screen and (max-width: 575px) {
  .shop-single-product .single-product-slider .single-product-nav .slick-list .slick-track .slick-slide {
    margin-right: 0;
    padding: 6px;
    width: 25% !important;
  }
}

.shop-single-product .single-product-slider .single-product-nav .slick-list .slick-track .slick-slide.slick-current .item {
  border-color: #ddd;
}

.shop-single-product .single-product-info .title {
  font-size: 18px;
  margin-bottom: 15px;
}

.shop-single-product .single-product-info .prices {
  margin-bottom: 11px;
}

.shop-single-product .single-product-info .prices .price {
  color: #000;
  font-size: 18px;
}

.shop-single-product .single-product-info .product-meta {
  margin-bottom: 19px;
}

.shop-single-product .single-product-info .product-meta .meta-item {
  align-items: center;
  display: inline-block;
  margin-bottom: 15px;
  vertical-align: middle;
  width: 100%;
}

.shop-single-product .single-product-info .product-meta .meta-item span {
  color: #000;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  width: 100px;
}

.shop-single-product .single-product-info .product-meta .meta-item form {
  display: inline-block;
  width: 81.82%;
}

.shop-single-product .single-product-info .product-meta .meta-item form .form-group {
  margin-bottom: 0;
}

.shop-single-product .single-product-info .product-meta .meta-item form .form-group .form-control {
  border: 1px solid #ddd;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  color: #727883;
  display: block;
  font-size: 14px;
  height: 42px;
  padding: 5px 10px;
}

.shop-single-product .single-product-info .product-meta .meta-item form .form-group .form-control option {
  font-size: 14px;
  color: #727883;
}

.shop-single-product .single-product-info .product-meta .meta-item form .form-group .form-control:active,
.shop-single-product .single-product-info .product-meta .meta-item form .form-group .form-control:focus {
  border-color: #000;
}

.shop-single-product .single-product-info .product-meta .meta-item form .form-group select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url("../img/icons/select-arrow.png");
  background-repeat: no-repeat;
  background-position: right center;
}

.shop-single-product .single-product-info .quick-product-action {
  margin-bottom: 49px;
}

.shop-single-product .single-product-info .quick-product-action .action-top .pro-qty {
  display: inline-block;
  margin-right: 7px;
  position: relative;
  width: 122px;
}

.shop-single-product .single-product-info .quick-product-action .action-top .pro-qty input {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.25);
  color: #727883;
  font-size: 14px;
  text-align: center;
  outline: 0;
  height: 50px;
  line-height: 50px;
  width: 100%;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.shop-single-product .single-product-info .quick-product-action .action-top .pro-qty .qty-btn {
  color: #999;
  font-size: 20px;
  font-weight: 300;
  margin: 0 20px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  text-align: center;
}

.shop-single-product .single-product-info .quick-product-action .action-top .pro-qty .qty-btn.inc {
  right: 0;
}

.shop-single-product .single-product-info .quick-product-action .action-top .pro-qty .qty-btn.inc:hover {
  color: #000;
}

.shop-single-product .single-product-info .quick-product-action .action-top .pro-qty .qty-btn.dec {
  left: 0;
}

.shop-single-product .single-product-info .quick-product-action .action-top .pro-qty .qty-btn.dec:hover {
  color: #000;
}

.shop-single-product .single-product-info .quick-product-action .action-top .pro-qty:hover input {
  border-color: #000;
}

.shop-single-product .single-product-info .quick-product-action .action-top .btn.btn-black {
  background-color: #000;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  height: 50px;
  line-height: 50px;
  min-width: 162px;
  padding: 0;
  position: relative;
  top: -1px;
  text-transform: uppercase;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.shop-single-product .single-product-info .quick-product-action .action-top .btn.btn-black:hover {
  background-color: #F9AB3E;
}

@media only screen and (max-width: 575px) {
  .shop-single-product .single-product-info .quick-product-action .action-top .btn.btn-black {
    min-width: 146px;
  }
}

.shop-single-product .single-product-info .widget-social-icons span {
  color: #0e0e0e;
  font-size: 16px;
  font-weight: 600;
  margin-right: 12px;
}

@media only screen and (max-width: 575px) {
  .shop-single-product .single-product-info .widget-social-icons span {
    font-size: 14px;
    margin-right: 2px;
  }
}

.shop-single-product .single-product-info .widget-social-icons a {
  background-color: #F9AB3E;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  margin-right: 6.4px;
  text-align: center;
  width: 30px;
}

@media only screen and (max-width: 575px) {
  .shop-single-product .single-product-info .widget-social-icons a {
    font-size: 12px;
    margin-right: 6px;
  }
}

.shop-single-product .single-product-info .widget-social-icons a:last-child {
  margin-right: 0;
}

.shop-single-product .single-product-info .widget-social-icons a.facebook {
  background-color: #3b5999;
}

.shop-single-product .single-product-info .widget-social-icons a.twitter {
  background-color: #55acee;
}

.shop-single-product .single-product-info .widget-social-icons a.linkedin {
  background-color: #007bb6;
}

.shop-single-product .single-product-info .widget-social-icons a.google-plus {
  background-color: #fe6553;
}

.shop-single-product .single-product-info .widget-social-icons a.pinterest {
  background-color: #c32026;
}

.shop-single-product .single-product-info .widget-social-icons a.envelope {
  background-color: #808080;
}

.shop-single-product .single-product-info .widget-social-icons a:hover {
  color: #F9AB3E;
}

.product-description-review .product-description-tab-menu {
  border: none;
  font-family: "Open Sans", sans-serif !important;
  font-size: 18px;
  margin: 0 0 40px;
  padding: 0;
  text-align: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .product-description-review .product-description-tab-menu {
    font-size: 16px;
  }
}

.product-description-review .product-description-tab-menu .nav-item {
  display: inline-block;
  margin: 0 25px;
}

@media only screen and (max-width: 1199px) {
  .product-description-review .product-description-tab-menu .nav-item {
    margin: 0 9px;
  }
}

.product-description-review .product-description-tab-menu .nav-item .nav-link {
  border: none;
  color: #727883;
  display: block;
  padding: 15px 0;
  border-bottom: 2px solid transparent;
}

@media only screen and (max-width: 767px) {
  .product-description-review .product-description-tab-menu .nav-item .nav-link {
    border-bottom-width: 1px;
    padding: 7px 0;
  }
}

.product-description-review .product-description-tab-menu .nav-item .nav-link:hover {
  color: #F9AB3E;
}

.product-description-review .product-description-tab-menu .nav-item .nav-link.active {
  color: #000;
  border-color: #000;
}

.product-description-review .product-desc p {
  line-height: 30px;
}

.product-description-review .product-additional-info .table tbody tr th {
  color: #000;
  font-weight: 400;
}

.product-description-review .product-additional-info .table tbody tr td {
  color: #727883;
}

.product-description-review .product-additional-info table,
.product-description-review .product-additional-info table th,
.product-description-review .product-additional-info table td {
  border: 1px solid #ddd;
  padding: 13px 10px;
}

.product-description-review .product-review .title {
  font-size: 16px;
  margin: 0 0 33px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.product-description-review .product-review .review-comment p {
  font-size: 14px;
  margin-bottom: 20px;
}

.product-description-review .product-review .review-comment h5 {
  color: #727883;
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px;
  margin: 0 0 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.product-description-review .product-review .product-review-form p {
  font-size: 12px;
  font-family: "Open Sans", sans-serif !important;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 18px;
}

.product-description-review .product-review .product-review-form p span {
  color: #F9AB3E;
}

.product-description-review .product-review .product-review-form .rating {
  margin-bottom: 16px;
}

.product-description-review .product-review .product-review-form .rating .rating-title {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
}

.product-description-review .product-review .product-review-form .rating .rating-title span {
  color: #F9AB3E;
}

.product-description-review .product-review .product-review-form .rating span a {
  display: inline-block;
  overflow: hidden;
  height: 1em;
  line-height: 1em;
  margin-left: 10px;
  padding-left: 10px;
  vertical-align: middle;
  position: relative;
}

.product-description-review .product-review .product-review-form .rating span a:before {
  color: #727883;
  content: "";
  display: block;
  font-family: FontAwesome;
  text-indent: 0;
}

.product-description-review .product-review .product-review-form .rating span a.star-2:before {
  content: "";
}

.product-description-review .product-review .product-review-form .rating span a.star-3:before {
  content: "";
}

.product-description-review .product-review .product-review-form .rating span a.star-4:before {
  content: "";
}

.product-description-review .product-review .product-review-form .rating span a.star-5:before {
  content: "";
}

.product-description-review .product-review .product-review-form .rating span a:first-child {
  margin-left: 0;
  padding-left: 0;
}

.product-description-review .product-review .product-review-form .rating span a:hover:before {
  color: #F9AB3E;
}

.product-description-review .product-review .product-review-form .review-form-content .form-group {
  margin-bottom: 33px;
}

.product-description-review .product-review .product-review-form .review-form-content .form-group label {
  font-size: 14px;
  margin-bottom: 3px;
}

.product-description-review .product-review .product-review-form .review-form-content .form-group label span {
  color: #F9AB3E;
}

.product-description-review .product-review .product-review-form .review-form-content .form-group .form-control {
  box-shadow: none;
  border: 1px solid #ddd;
  border-radius: 0;
  padding: 10px 20px;
  font-size: 14px;
  height: 52px;
  line-height: 52px;
}

.product-description-review .product-review .product-review-form .review-form-content .form-group .form-control:active,
.product-description-review .product-review .product-review-form .review-form-content .form-group .form-control:focus {
  border-color: #000;
}

.product-description-review .product-review .product-review-form .review-form-content .form-group textarea.form-control {
  height: 262px;
  line-height: 30px;
}

.product-description-review .product-review .product-review-form .review-form-content .form-group .form-check {
  padding: 0;
  margin-top: -10px;
}

.product-description-review .product-review .product-review-form .review-form-content .form-group .form-check .form-check-label {
  vertical-align: top;
}

.product-description-review .product-review .product-review-form .review-form-content .form-group .btn-theme.btn-border {
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
  height: 52px;
  padding: 8px 17px;
}

.product-description-review .product-review .product-review-form .review-form-content .form-group .btn-theme.btn-border:hover {
  background-color: #000;
  color: #fff;
}

.widget-price-filter {
  margin-bottom: 18px;
  padding-right: 15px;
}

.widget-price-filter .slider-labels {
  align-items: center;
  display: flex;
  margin-top: 20px;
}

.widget-price-filter .slider-labels span,
.widget-price-filter .slider-labels .caption {
  color: #727883;
  font-size: 14px;
  line-height: 24px;
}

.widget-price-filter .slider-labels .range-price-title {
  margin-right: 5px;
}

.widget-price-filter .slider-labels .range-separator {
  margin: -2px 4px 0;
}

.widget-price-filter .noUi-background {
  background: #dadadd;
}

.widget-price-filter .noUi-target {
  border-radius: 4px;
}

.widget-price-filter .noUi-connect {
  background: #868686;
}

.widget-price-filter .noUi-horizontal {
  height: 10px;
}

.widget-price-filter .noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  background-color: #fff;
  cursor: ew-resize;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  top: -5.5px;
}

.widget-price-filter .noUi-horizontal .noUi-handle:active {
  border: none;
  left: -7px;
  top: -5.5px;
}


/*
-----------------------------------------------------------------------
    Home Default CSS
-----------------------------------------------------------------------
*/

.home-default-wrapper .section-title {
  margin-bottom: 40px;
}

@media only screen and (max-width: 1199px) {
  .home-default-wrapper .section-title {
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 1199px) {
  .home-default-wrapper .section-title {
    margin-bottom: 0px;
    /* padding-top:50px;*/
  }
}

.home-default-wrapper .section-title h5 {
  font-size: 18px;
  margin-bottom: 18px;
}

.home-default-wrapper .section-title .title {
  color: #025122;
  font-size: 2em;
  letter-spacing: 0;
  margin-bottom: 12px;
}

@media only screen and (max-width: 991px) {
  .home-default-wrapper .section-title .title {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .home-default-wrapper .section-title .title {
    font-size: 24px;
  }
}

.home-default-wrapper .section-title .desc {
  margin-bottom: 25px;
}

.home-default-wrapper .section-title .separator-line {
  margin-bottom: 35px;
}

.home-default-wrapper .about-area.about-default-area {
  position: relative;
}

.home-default-wrapper .about-area.about-default-area .about-text-intro {
  position: absolute;
  top: 192px;
  left: 54px;
}

.about-text.abimg {
  padding: 100px 0 0 0;
}

.home-default-wrapper .about-area.about-default-area .btn-theme.btn-slide {
  letter-spacing: 0;
  padding: 10px 47.86px 10px 30px;
}

.home-default-wrapper .about-area.about-default-area .btn-theme.btn-slide .icon {
  right: 20px;
}

.home-default-wrapper .blog-area.blog-default-area {
  position: relative;
}

.home-default-wrapper .blog-area.blog-default-area .blog-text-intro {
  position: absolute;
  right: 185px;
  top: 113px;
}

@media only screen and (max-width: 1199px) {
  .home-default-wrapper .blog-area.blog-default-area .blog-text-intro {
    right: 0;
  }
}

@media only screen and (max-width: 991px) {
  .home-default-wrapper .blog-area.blog-default-area .blog-text-intro {
    top: 80px;
  }
}

.home-default-wrapper .contact-area {
  padding: 0;
}

@media only screen and (max-width: 1199px) {
  .home-default-wrapper .contact-area .contact-map-area {
    height: 300px !important;
  }
}

.home-default-wrapper .contact-area .contact-form {
  max-width: 770px;
  margin-left: 130px;
  padding-top: 24px;
  padding-bottom: 0px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599.98px) {
  .home-default-wrapper .contact-area .contact-form {
    margin-left: 80px;
  }
}

@media only screen and (max-width: 1400px) {
  .home-default-wrapper .contact-area .contact-form {
    max-width: 630px;
  }
}

@media only screen and (max-width: 1199px) {
  .home-default-wrapper .contact-area .contact-form {
    max-width: none;
    margin-left: 80px;
    margin-right: 80px;
    padding-bottom: 90px;
    padding-top: 90px;
  }
}

@media only screen and (max-width: 575px) {
  .home-default-wrapper .contact-area .contact-form {
    margin-left: 0;
    margin-right: 0;
    padding: 70px 30px;
  }
}

.home-default-wrapper .contact-area .contact-form .section-title {
  margin-bottom: 65px;
  text-align: center;
}

.home-default-wrapper .contact-area .contact-form .section-title h5 {
  color: #fff;
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 15px;
}

.home-default-wrapper .contact-area .contact-form .section-title .title {
  color: #fff;
  font-size: 30px;
}


/*
-----------------------------------------------------------------------
    Home Simple CSS
-----------------------------------------------------------------------
*/

@media only screen and (max-width: 991px) {
  .home-simple-wrapper .section-title h5 {
    font-size: 14px;
  }
}

@media only screen and (max-width: 991px) {
  .home-simple-wrapper .section-title .title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 575px) {
  .home-simple-wrapper .section-title .title {
    line-height: 1.1;
  }
}

@media only screen and (max-width: 991px) {
  .home-simple-wrapper .section-title .separator-line {
    margin: 0 auto 35px;
  }
}

@media only screen and (max-width: 991px) {
  .home-simple-wrapper .section-title .desc {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .home-simple-wrapper .section-title .desc p br {
    display: none;
  }
}

.home-simple-wrapper .header-area.sticky-header:not(.sticky) {
  background-color: #fff;
  position: relative;
  z-index: 9999;
}

@media only screen and (max-width: 767px) {
  .home-simple-wrapper .brand-logo-content-area .brand-list .brand-logo-item {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 991px) {
  .home-simple-wrapper .footer-area .widget-instagram {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .home-simple-wrapper .footer-area .widget-instagram .item {
    margin-bottom: 12px;
    margin-right: 12px;
    padding: 0;
    width: 55px;
  }
}

@media only screen and (max-width: 991px) {
  .home-simple-wrapper .footer-area .widget-instagram .item img {
    height: auto;
    padding: 0;
  }
}

.home-simple-wrapper .footer-area .footer-middle {
  margin-top: 33px;
}

@media only screen and (max-width: 991px) {
  .home-simple-wrapper .footer-area .footer-middle {
    margin-top: 10px;
  }
}


/*
-----------------------------------------------------------------------
    Home Creative CSS
-----------------------------------------------------------------------
*/

.home-creative-wrapper .section-title {
  margin-bottom: 100px;
}

@media only screen and (max-width: 1199px) {
  .home-creative-wrapper .section-title {
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 991px) {
  .home-creative-wrapper .section-title {
    margin-bottom: 60px;
  }
}

.home-creative-wrapper .progress-item .progress-line .progress-bar-line {
  border-radius: 3px;
}

@media only screen and (max-width: 991px) {
  .home-creative-wrapper .portfolio-item .thumb .overlay-info .info-content .category {
    font-size: 14px;
  }
}

@media only screen and (max-width: 991px) {
  .home-creative-wrapper .portfolio-item .thumb .overlay-info .info-content .title {
    font-size: 14px;
  }
}

@media only screen and (max-width: 991px) {
  .home-creative-wrapper .portfolio-item .thumb .overlay-info .info-content .btn-link {
    font-size: 11px;
    padding-top: 20px;
  }
}


/*
-----------------------------------------------------------------------
    Home Corporate CSS
-----------------------------------------------------------------------
*/

.home-corporate-wrapper {
  font-family: "Raleway", sans-serif;
}

.home-corporate-wrapper h1,
.home-corporate-wrapper h2,
.home-corporate-wrapper h3,
.home-corporate-wrapper h4,
.home-corporate-wrapper h5,
.home-corporate-wrapper h6,
.home-corporate-wrapper .h1,
.home-corporate-wrapper .h2,
.home-corporate-wrapper .h3,
.home-corporate-wrapper .h4,
.home-corporate-wrapper .h5,
.home-corporate-wrapper .h6 {
  font-family: "Raleway", sans-serif;
}

.home-corporate-wrapper .header-wrapper .header-top {
  background-color: #023059;
}

.home-corporate-wrapper .header-wrapper .has-submenu>a:before {
  font-size: 16px;
  right: 10px;
  top: 6px;
}

.home-corporate-wrapper .header-wrapper .header-right-align .header-right .header-navigation-area .main-menu>li>a {
  color: #303744;
}

.home-corporate-wrapper .header-wrapper .header-right-align .header-right .header-navigation-area .main-menu>li:hover>a,
.home-corporate-wrapper .header-wrapper .header-right-align .header-right .header-navigation-area .main-menu>li.active>a {
  color: #023059;
}

.home-corporate-wrapper .header-wrapper .header-right-align .header-right .header-navigation-area .main-menu>li:hover>a:before,
.home-corporate-wrapper .header-wrapper .header-right-align .header-right .header-navigation-area .main-menu>li.active>a:before {
  color: #023059;
}

.home-corporate-wrapper .header-wrapper .header-right-align .header-right .header-navigation-area .has-submenu .submenu-nav {
  margin-top: 26px;
}

.home-corporate-wrapper .header-wrapper .header-right-align .header-right .header-navigation-area .has-submenu .submenu-nav .submenu-nav {
  margin-top: 0;
  top: 0;
}

.home-corporate-wrapper .header-wrapper .header-right-align .header-right .header-action-area {
  margin-left: 44px;
}

.home-corporate-wrapper .header-wrapper .header-right-align .header-right .header-action-area button.btn-cart i,
.home-corporate-wrapper .header-wrapper .header-right-align .header-right .header-action-area a.btn-cart i {
  position: relative;
  top: 1px;
}

.home-corporate-wrapper .header-wrapper .header-right-align .header-right .header-action-area button.btn-cart:hover,
.home-corporate-wrapper .header-wrapper .header-right-align .header-right .header-action-area a.btn-cart:hover {
  color: #023059;
}

.home-corporate-wrapper .header-wrapper .header-right-align .header-right .header-action-area button.btn-search,
.home-corporate-wrapper .header-wrapper .header-right-align .header-right .header-action-area a.btn-search {
  color: #023059;
}

.home-corporate-wrapper .header-wrapper .header-right-align .header-right .header-action-area .btn-search-content.show {
  bottom: -125px;
}

.home-corporate-wrapper .header-wrapper .header-right-align.sticky-header.sticky .header-right .header-navigation-area .main-menu>li>a {
  color: #fff;
}

.home-corporate-wrapper .header-wrapper .header-right-align.sticky-header.sticky .header-right .header-navigation-area .main-menu>li:hover>a,
.home-corporate-wrapper .header-wrapper .header-right-align.sticky-header.sticky .header-right .header-navigation-area .main-menu>li.active>a {
  color: #fff;
}

.home-corporate-wrapper .header-wrapper .header-right-align.sticky-header.sticky .header-right .header-navigation-area .main-menu>li:hover>a:before,
.home-corporate-wrapper .header-wrapper .header-right-align.sticky-header.sticky .header-right .header-navigation-area .main-menu>li.active>a:before {
  color: #fff;
}

.home-corporate-wrapper .header-wrapper .header-right-align.sticky-header.sticky .header-right .header-action-area button.btn-cart,
.home-corporate-wrapper .header-wrapper .header-right-align.sticky-header.sticky .header-right .header-action-area a.btn-cart {
  color: #fff;
}

.home-corporate-wrapper .header-wrapper .header-right-align.sticky-header.sticky .header-right .header-action-area button.btn-search,
.home-corporate-wrapper .header-wrapper .header-right-align.sticky-header.sticky .header-right .header-action-area a.btn-search {
  color: #fff;
}

.home-corporate-wrapper .section-title .title {
  color: #023059;
}

.home-corporate-wrapper .section-title .separator-line {
  border-color: #023059;
}

.home-corporate-wrapper .section-title .separator-line.separator-double:before {
  border-color: #023059;
}

.home-corporate-wrapper .btn-theme {
  background-color: #023059;
  border-color: #023059;
  color: #fff;
  font-family: "Raleway", sans-serif;
}

.home-corporate-wrapper .btn-theme:hover,
.home-corporate-wrapper .btn-theme:focus {
  background-color: #af1625;
  border-color: #af1625;
  color: #fff;
}

.home-corporate-wrapper .service-items-style2 .service-item .content .title {
  color: #023059;
}

.home-corporate-wrapper .service-items-style2 .service-item .content .title .item-number {
  font-family: "Open Sans", sans-serif !important;
}

.home-corporate-wrapper .icon-box-style3 .icon-box-item .icon-box.icon-left .icon {
  color: #1a56a5;
}

.home-corporate-wrapper .icon-box-style3 .icon-box-item .content .title {
  color: #023059;
}

.home-corporate-wrapper .portfolio-filter-menu button {
  font-family: "Raleway", sans-serif;
}

.home-corporate-wrapper .team-members-style2 .team-member .content .member-info .name a {
  color: #023059;
}

.home-corporate-wrapper .testimonial-items-style2 .testimonial-item .client-content p {
  color: #727883;
  font-size: 18px;
  line-height: 36px;
}

.home-corporate-wrapper .testimonial-items-style2 .testimonial-item .client-info .desc .name {
  color: #023059;
  font-family: "Raleway", sans-serif;
}

@media only screen and (max-width: 479.98px) {
  .home-corporate-wrapper .post-items-style2 .post-item {
    padding-left: 0;
  }
  .home-corporate-wrapper .post-items-style2 .post-item .thumb {
    margin-bottom: 20px;
    position: relative;
    width: 100%;
  }
  .home-corporate-wrapper .post-items-style2 .post-item .thumb img {
    width: 100%;
  }
}

.home-corporate-wrapper .post-items-style2 .post-item .content .title {
  font-family: "Raleway", sans-serif;
}

.home-corporate-wrapper .post-items-style2 .post-item .content .title a {
  color: #023059;
}

.home-corporate-wrapper .post-items-style2 .post-item .content .meta a:hover {
  color: #023059;
}

@media only screen and (max-width: 767px) {
  .home-corporate-wrapper .brand-logo-content-area .brand-list .brand-logo-item {
    margin-bottom: 0;
  }
}

.home-corporate-wrapper .footer-area .widget-title.line-bottom:after {
  background-color: #023059;
}

.home-corporate-wrapper .scroll-to-top {
  font-size: 14px;
}

.home-corporate-wrapper .scroll-to-top:hover {
  background-color: #023059;
}


/*
-----------------------------------------------------------------------
    Home Construction CSS
-----------------------------------------------------------------------
*/

.home-construction-wrapper {
  font-family: "Poppins", sans-serif;
}

.home-construction-wrapper h1,
.home-construction-wrapper h2,
.home-construction-wrapper h3,
.home-construction-wrapper h4,
.home-construction-wrapper h5,
.home-construction-wrapper h6,
.home-construction-wrapper .h1,
.home-construction-wrapper .h2,
.home-construction-wrapper .h3,
.home-construction-wrapper .h4,
.home-construction-wrapper .h5,
.home-construction-wrapper .h6 {
  font-family: "Poppins", sans-serif;
}

.home-construction-wrapper .section-title {
  margin-bottom: 85px;
}

@media only screen and (max-width: 1199px) {
  .home-construction-wrapper .section-title {
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 991px) {
  .home-construction-wrapper .section-title {
    margin-bottom: 50px;
  }
}

.home-construction-wrapper .section-title.section-style5 .title {
  color: #023059;
  font-family: "Poppins", sans-serif;
}

.home-construction-wrapper .section-title.section-style5 .title:before,
.home-construction-wrapper .section-title.section-style5 .title:after {
  background-color: #ffb901;
}

.home-construction-wrapper .btn-theme {
  background-color: #ffb901;
  border-color: #ffb901;
  color: #000;
  font-family: "Poppins", sans-serif;
}

.home-construction-wrapper .btn-theme:hover,
.home-construction-wrapper .btn-theme:focus {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

.home-construction-wrapper .btn-theme.btn-slide {
  background-color: #ffb901;
  color: #fff;
  letter-spacing: 0;
}

.home-construction-wrapper .btn-theme.btn-slide:before {
  background-color: #000;
  opacity: 0.15;
}

.home-construction-wrapper .btn-link {
  letter-spacing: 0;
}

.home-construction-wrapper .btn-link .icon {
  color: #ffb901;
}

.home-construction-wrapper .btn-link:hover {
  color: #ffb901;
}

.home-construction-wrapper .header-area.transparent {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 30px 0;
}

.home-construction-wrapper .header-area.header-right-align .header-right .header-action-area button.btn-search {
  top: -2px;
}

@media only screen and (min-width: 1200px) {
  .home-construction-wrapper .header-area.transparent {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 30px 0;
  }
  .home-construction-wrapper .header-area.transparent .has-submenu .submenu-nav {
    margin-top: 30px;
  }
  .home-construction-wrapper .header-area.transparent .main-menu>li.has-submenu {
    position: relative;
  }
  .home-construction-wrapper .header-area.transparent .main-menu>li.has-submenu:after {
    background-color: #ffb901;
    bottom: -30px;
    content: "";
    height: 0;
    left: calc(50% + 10px);
    opacity: 1;
    position: absolute;
    transform: translateX(-50%);
    visibility: hidden;
    width: calc(100% - 20px);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
  }
  .home-construction-wrapper .header-area.transparent .main-menu>li.has-submenu:hover:after,
  .home-construction-wrapper .header-area.transparent .main-menu>li.has-submenu.active:after {
    height: 3px;
    opacity: 1;
    visibility: visible;
  }
  .home-construction-wrapper .header-area.transparent .main-menu>li>a {
    font-weight: 600;
  }
  .home-construction-wrapper .header-area.transparent .header-action-area button.btn-cart:hover span {
    bottom: -107px;
  }
  .home-construction-wrapper .header-area.transparent .header-action-area .btn-search-content.show {
    bottom: -130px;
  }
  .home-construction-wrapper .header-area.header-right-align .header-right .header-navigation-area .has-submenu.full-width .submenu-nav.submenu-nav-mega {
    left: -370px;
  }
  .home-construction-wrapper .header-area.header-right-align .header-right .header-navigation-area .has-submenu.full-width .submenu-nav.submenu-nav-mega.nav-mega-element {
    left: -582px;
  }
  .home-construction-wrapper .header-area.header-right-align .header-right .header-navigation-area .has-submenu .submenu-nav .submenu-nav {
    margin-top: 0;
    top: 0;
  }
}

.home-construction-wrapper .header-area .header-action-area button.btn-cart+.header-shopping-cart .mini-cart-total .price-amount-total,
.home-construction-wrapper .header-area .header-action-area a.btn-cart+.header-shopping-cart .mini-cart-total .price-amount-total {
  color: #ffb901;
}

.home-construction-wrapper .header-area .header-action-area button.btn-cart+.header-shopping-cart .mini-cart-buttons a,
.home-construction-wrapper .header-area .header-action-area a.btn-cart+.header-shopping-cart .mini-cart-buttons a {
  color: #333;
}

.home-construction-wrapper .header-area .header-action-area button.btn-cart+.header-shopping-cart .mini-cart-buttons a:hover,
.home-construction-wrapper .header-area .header-action-area a.btn-cart+.header-shopping-cart .mini-cart-buttons a:hover {
  background-color: #ffb901;
  color: #fff;
}

.home-construction-wrapper .header-area .header-action-area button.btn-cart+.header-shopping-cart:hover,
.home-construction-wrapper .header-area .header-action-area a.btn-cart+.header-shopping-cart:hover {
  top: calc(100% + 30px);
}

.home-construction-wrapper .header-area .header-action-area button.btn-cart:hover+.header-shopping-cart,
.home-construction-wrapper .header-area .header-action-area a.btn-cart:hover+.header-shopping-cart {
  top: calc(100% + 30px);
}

.home-construction-wrapper .header-area.sticky-header.sticky .header-action-area button.btn-cart+.header-shopping-cart:hover,
.home-construction-wrapper .header-area.sticky-header.sticky .header-action-area a.btn-cart+.header-shopping-cart:hover {
  top: calc(100% + 30px);
}

.home-construction-wrapper .header-area.sticky-header.sticky .header-action-area button.btn-cart:hover+.header-shopping-cart,
.home-construction-wrapper .header-area.sticky-header.sticky .header-action-area a.btn-cart:hover+.header-shopping-cart {
  top: calc(100% + 30px);
}

.home-construction-wrapper .header-area.transparent:not(.sticky) .header-action-area button,
.home-construction-wrapper .header-area.transparent:not(.sticky) .header-action-area a {
  color: #fff;
}

.home-construction-wrapper .header-area.transparent:not(.sticky) .header-action-area button.btn-cart:hover .btn-cart-icon,
.home-construction-wrapper .header-area.transparent:not(.sticky) .header-action-area a.btn-cart:hover .btn-cart-icon {
  color: #ffb901;
}

.home-construction-wrapper .header-area.transparent:not(.sticky) .header-action-area button:hover,
.home-construction-wrapper .header-area.transparent:not(.sticky) .header-action-area a:hover {
  color: #ffb901;
}

.home-construction-wrapper .about-area.about-construction-area .about-content .inner-title {
  color: #023059;
}

.home-construction-wrapper .about-area.about-construction-area .about-content .inner-title span {
  color: #ffb901;
}

.home-construction-wrapper .about-area.about-construction-area .about-content .inner-title:before {
  border-left-color: #ffb901;
}

.home-construction-wrapper .about-area.about-construction-area .about-content p {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

.home-construction-wrapper .about-area.about-construction-area .years-perience .funfact-item {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .home-construction-wrapper .about-area.about-construction-area .years-perience .funfact-item {
    text-align: center;
  }
}

@media only screen and (max-width: 575px) {
  .home-construction-wrapper .about-area.about-construction-area .years-perience .funfact-item {
    text-align: left;
  }
}

.home-construction-wrapper .about-area.about-construction-area .years-perience .funfact-item .number h2 .counter-animate {
  color: #ffb901;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.home-construction-wrapper .about-area.about-construction-area .years-perience .funfact-item .title {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

.home-construction-wrapper .funfact-area.funfact-construction-about .funfact-item .number .counter-animate {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

.home-construction-wrapper .funfact-area.funfact-construction-about .funfact-item .title {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

.home-construction-wrapper .service-items-style2 .service-item .content .title {
  color: #023059;
  font-size: 18px;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.home-construction-wrapper .service-items-style2 .service-item .content .title .item-number {
  color: #ffb901;
}

.home-construction-wrapper .service-items-style2 .service-item .content p {
  font-weight: 300;
}

.home-construction-wrapper .service-items-style3 .service-item .content {
  border-bottom-color: #ffb901;
}

@media only screen and (max-width: 991px) {
  .home-construction-wrapper .service-items-style3 .service-item .content {
    padding: 34px 30px 40px;
  }
}

.home-construction-wrapper .service-items-style3 .service-item .content .title {
  color: #023059;
}

@media only screen and (max-width: 991px) {
  .home-construction-wrapper .team-members-style3 .team-member {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .home-construction-wrapper .team-members-style3 .team-member {
    margin-bottom: 50px;
  }
}

.home-construction-wrapper .team-members-style3 .team-member .thumb .social-icons {
  background-color: #ffb901;
}

.home-construction-wrapper .team-members-style3 .team-member .content .member-info .name a {
  color: #023059;
}

.home-construction-wrapper .team-members-style3 .team-member .content .member-info .name:before {
  border-top-color: #ffb901;
}

.home-construction-wrapper .team-members-style3 .team-member .content .member-info .designation {
  font-weight: 300;
}

.home-construction-wrapper .project-items-style1 .project-item .content .inner:before {
  content: "";
  border-left-color: #ffb901;
  left: 0;
  position: absolute;
  height: 40px;
}

.home-construction-wrapper .project-items-style1 .project-item .content .inner .category {
  font-weight: 300;
}

.home-construction-wrapper .project-items-style1 .project-item .content .inner .category a {
  color: #ffb901;
}

.home-construction-wrapper .project-items-style1 .project-item .content .inner .title a {
  color: #023059;
}

.home-construction-wrapper .project-items-style1 .project-item .content .inner .title a:hover {
  color: #ffb901;
}

.home-construction-wrapper .project-items-style1 .project-item .content .inner p {
  font-weight: 300;
}

.home-construction-wrapper .post-items-style3 .post-item .content .inner:before {
  border-left-color: #ffb901;
}

.home-construction-wrapper .post-items-style3 .post-item .content .inner .title {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.home-construction-wrapper .post-items-style3 .post-item .content .inner .title a {
  color: #023059;
}

.home-construction-wrapper .post-items-style3 .post-item .content .inner .title a:hover {
  color: #ffb901;
}

.home-construction-wrapper .post-items-style3 .post-item .content .inner .meta {
  margin-bottom: 0;
}

.home-construction-wrapper .post-items-style3 .post-item .content .inner .meta a {
  font-family: "Poppins", sans-serif;
}

.home-construction-wrapper .post-items-style3 .post-item .content .inner .meta a.category {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

.home-construction-wrapper .post-items-style3 .post-item .content .inner .meta a:hover {
  color: #ffb901;
}

.home-construction-wrapper .post-items-style3 .post-item .content p {
  font-weight: 300;
}

.home-construction-wrapper .post-items-style3 .post-item .content .btn-link {
  color: #023059;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.home-construction-wrapper .post-items-style3 .post-item .content .btn-link:hover {
  color: #ffb901;
}

.home-construction-wrapper .testimonial-items-style3 .testimonial-item .client-content:after {
  border-top-color: #ffb901;
}

.home-construction-wrapper .testimonial-items-style3 .testimonial-item .client-info .desc .name {
  color: #ffb901;
  font-family: "Poppins", sans-serif;
}

.home-construction-wrapper .contact-area.contact-construction-area {
  border-bottom-color: #ffb901;
}

.home-construction-wrapper .contact-form.form-dark-style .form-group .form-control:active,
.home-construction-wrapper .contact-form.form-dark-style .form-group .form-control:focus {
  color: #fff;
}

.home-construction-wrapper .contact-form.form-dark-style .form-group .form-control:active::-webkit-input-placeholder,
.home-construction-wrapper .contact-form.form-dark-style .form-group .form-control:focus::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

.home-construction-wrapper .contact-form.form-dark-style .form-group .form-control:active::-moz-placeholder,
.home-construction-wrapper .contact-form.form-dark-style .form-group .form-control:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.home-construction-wrapper .contact-form.form-dark-style .form-group .form-control:active:-ms-input-placeholder,
.home-construction-wrapper .contact-form.form-dark-style .form-group .form-control:focus:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

.home-construction-wrapper .contact-form.form-dark-style .form-group .form-control:active:-moz-placeholder,
.home-construction-wrapper .contact-form.form-dark-style .form-group .form-control:focus:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.home-construction-wrapper .contact-form.form-dark-style .form-group textarea {
  min-height: 282px;
}

.home-construction-wrapper .contact-form.form-dark-style .form-group textarea:active,
.home-construction-wrapper .contact-form.form-dark-style .form-group textarea:focus {
  color: #fff;
}

.home-construction-wrapper .contact-form.form-dark-style .form-group textarea:active::-webkit-input-placeholder,
.home-construction-wrapper .contact-form.form-dark-style .form-group textarea:focus::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

.home-construction-wrapper .contact-form.form-dark-style .form-group textarea:active::-moz-placeholder,
.home-construction-wrapper .contact-form.form-dark-style .form-group textarea:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.home-construction-wrapper .contact-form.form-dark-style .form-group textarea:active:-ms-input-placeholder,
.home-construction-wrapper .contact-form.form-dark-style .form-group textarea:focus:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

.home-construction-wrapper .contact-form.form-dark-style .form-group textarea:active:-moz-placeholder,
.home-construction-wrapper .contact-form.form-dark-style .form-group textarea:focus:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.home-construction-wrapper .footer-area .widget-title.line-bottom:after {
  background-color: #ffb901;
}

.home-construction-wrapper .footer-area .widget-social-icons {
  margin-bottom: 0;
}

.home-construction-wrapper .footer-area .widget-social-icons a:hover {
  background-color: #ffb901;
}

.home-construction-wrapper .footer-area .widget-posts .posts-item.posts-item-style2 li span {
  font-family: "Poppins", sans-serif;
}

.home-construction-wrapper .footer-area.footer-light .widget-item .about-widget p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
}

.home-construction-wrapper .footer-area.footer-light .widget-item .widget-menu-wrap .nav-menu li a {
  font-weight: 300;
}

.home-construction-wrapper .footer-area.footer-light .footer-middle {
  margin-top: 23px;
  padding-bottom: 25px;
}

@media (max-width: 373px) {
  .home-construction-wrapper .footer-area.footer-light .footer-middle .widget-contact-info.inline-style li {
    margin-right: 0;
    width: 100%;
  }
}

.home-construction-wrapper .footer-area.footer-light .footer-middle .widget-contact-info.inline-style li i {
  color: #ffb901;
}

.home-construction-wrapper .footer-area .footer-bottom {
  margin-top: 18px;
}

.home-construction-wrapper .scroll-to-top:hover {
  background-color: #ffb901;
}


/*
-----------------------------------------------------------------------
    Home Spa CSS
-----------------------------------------------------------------------
*/

.home-spa-wrapper {
  font-family: "Philosopher", sans-serif;
}

.home-spa-wrapper h1,
.home-spa-wrapper h2,
.home-spa-wrapper h3,
.home-spa-wrapper h4,
.home-spa-wrapper h5,
.home-spa-wrapper h6,
.home-spa-wrapper .h1,
.home-spa-wrapper .h2,
.home-spa-wrapper .h3,
.home-spa-wrapper .h4,
.home-spa-wrapper .h5,
.home-spa-wrapper .h6 {
  font-family: "Philosopher", sans-serif;
}

.home-spa-wrapper .header-area .header-action-area button.btn-cart,
.home-spa-wrapper .header-area .header-action-area a.btn-cart {
  position: relative;
  top: 1px;
}

.home-spa-wrapper .section-title {
  margin-bottom: 95px;
}

@media only screen and (max-width: 1199px) {
  .home-spa-wrapper .section-title {
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 991px) {
  .home-spa-wrapper .section-title {
    margin-bottom: 50px;
  }
}

.home-spa-wrapper .section-title h5 {
  color: #c3a356;
  font-family: "Tangerine", cursive;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0;
  margin-bottom: 0;
}

.home-spa-wrapper .section-title .title {
  color: #023059;
  font-family: "Philosopher", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 0;
  margin-bottom: 5px;
  text-transform: uppercase;
}

@media only screen and (max-width: 1199px) {
  .home-spa-wrapper .section-title .title {
    font-size: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .home-spa-wrapper .section-title .title {
    font-size: 36px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .home-spa-wrapper .section-title .title {
    font-size: 30px;
    line-height: 38px;
  }
}

@media only screen and (max-width: 575px) {
  .home-spa-wrapper .section-title .title {
    font-size: 24px;
    line-height: 34px;
  }
}

.home-spa-wrapper .section-title .title.title-style2 {
  font-size: 30px;
  font-weight: 400;
  line-height: 33px;
  text-transform: capitalize;
}

.home-spa-wrapper .section-title .desc {
  margin-bottom: 0;
}

.home-spa-wrapper .section-title .desc p {
  color: #333;
  font-size: 15px;
  line-height: 24px;
}

.home-spa-wrapper .section-title .btn-link {
  margin-top: 45px;
}

@media only screen and (max-width: 767px) {
  .home-spa-wrapper .section-title .btn-link {
    margin-top: 30px;
  }
}

.home-spa-wrapper .section-title.section-light .title {
  color: #fff;
}

.home-spa-wrapper .section-title.section-light .desc p {
  color: #fff;
}

.home-spa-wrapper .btn-theme {
  background-color: #c3a356;
  border-color: #c3a356;
  color: #000;
  font-family: "Poppins", sans-serif;
}

.home-spa-wrapper .btn-theme:hover,
.home-spa-wrapper .btn-theme:focus {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

.home-spa-wrapper .btn-theme.btn-slide {
  background-color: #c3a356;
  color: #fff;
  letter-spacing: 0;
}

.home-spa-wrapper .btn-theme.btn-slide:before {
  background-color: #000;
  opacity: 0.15;
}

.home-spa-wrapper .btn-link {
  color: #c3a356;
  font-family: "Philosopher", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
}

.home-spa-wrapper .btn-link .icon {
  color: #c3a356;
}

.home-spa-wrapper .btn-link:hover {
  color: #c3a356;
}

.home-spa-wrapper .slider-spa .slider-content-area h4 {
  color: #c3a356;
  font-family: "Tangerine", cursive;
}

.home-spa-wrapper .slider-spa .slider-content-area h2 {
  color: #fff;
}

.home-spa-wrapper .slider-spa .slider-content-area p {
  color: #fff;
  font-family: "Philosopher", sans-serif;
}

.home-spa-wrapper .slider-spa .slider-content-area .btn-theme {
  border-color: #c3a356;
  color: #fff;
  font-family: "Philosopher", sans-serif;
}

.home-spa-wrapper .slider-spa .slider-content-area .btn-theme.btn-white {
  border-color: #fff;
}

.home-spa-wrapper .service-items-style4 .service-item .content a {
  color: #c3a356;
}

.home-spa-wrapper .service-items-style4 .service-item:hover .content {
  background-color: #c3a356;
}

.home-spa-wrapper .service-items-style4 .service-item:hover .content a {
  color: #fff;
}

.home-spa-wrapper .service-items-style4 .service-item:hover .content a:hover {
  color: #fff;
}

.home-spa-wrapper .accordian-content .accordion.accordion-style2 .accordion-item .accordian-heading .btn {
  color: #c3a356;
  font-family: "Philosopher", sans-serif;
}

.home-spa-wrapper .accordian-content .accordion.accordion-style2 .accordion-item .accordian-heading .btn.collapsed {
  color: #023059;
}

.home-spa-wrapper .accordian-content .accordion.accordion-style2 .accordion-item .accordian-heading .btn.collapsed .icon {
  color: #023059;
}

.home-spa-wrapper .accordian-content .accordion.accordion-style2 .accordion-item .accordian-heading .btn .icon {
  color: #c3a356;
}

.home-spa-wrapper .testimonial-items-style3 .testimonial-item .client-content:after {
  border-top-color: #c3a356;
}

.home-spa-wrapper .testimonial-items-style3 .testimonial-item .client-info .desc .name {
  color: #c3a356;
  font-family: "Philosopher", sans-serif;
}

.home-spa-wrapper .divider-content-area.divider-content-style6 .content-inner .sub-title {
  color: #c3a356;
}

.home-spa-wrapper .contact-area.contact-spa-area .contact-info .title {
  color: #023059;
}

.home-spa-wrapper .contact-area.contact-spa-area .contact-info .contact-info-item li i {
  color: #c3a356;
}

.home-spa-wrapper .contact-form.form-dark-style .form-group .form-control:active,
.home-spa-wrapper .contact-form.form-dark-style .form-group .form-control:focus {
  color: #fff;
}

.home-spa-wrapper .contact-form.form-dark-style .form-group .form-control:active::-webkit-input-placeholder,
.home-spa-wrapper .contact-form.form-dark-style .form-group .form-control:focus::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

.home-spa-wrapper .contact-form.form-dark-style .form-group .form-control:active::-moz-placeholder,
.home-spa-wrapper .contact-form.form-dark-style .form-group .form-control:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.home-spa-wrapper .contact-form.form-dark-style .form-group .form-control:active:-ms-input-placeholder,
.home-spa-wrapper .contact-form.form-dark-style .form-group .form-control:focus:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

.home-spa-wrapper .contact-form.form-dark-style .form-group .form-control:active:-moz-placeholder,
.home-spa-wrapper .contact-form.form-dark-style .form-group .form-control:focus:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.home-spa-wrapper .contact-form.form-dark-style .form-group textarea {
  min-height: 282px;
}

.home-spa-wrapper .contact-form.form-dark-style .form-group textarea:active,
.home-spa-wrapper .contact-form.form-dark-style .form-group textarea:focus {
  color: #fff;
}

.home-spa-wrapper .contact-form.form-dark-style .form-group textarea:active::-webkit-input-placeholder,
.home-spa-wrapper .contact-form.form-dark-style .form-group textarea:focus::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

.home-spa-wrapper .contact-form.form-dark-style .form-group textarea:active::-moz-placeholder,
.home-spa-wrapper .contact-form.form-dark-style .form-group textarea:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.home-spa-wrapper .contact-form.form-dark-style .form-group textarea:active:-ms-input-placeholder,
.home-spa-wrapper .contact-form.form-dark-style .form-group textarea:focus:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

.home-spa-wrapper .contact-form.form-dark-style .form-group textarea:active:-moz-placeholder,
.home-spa-wrapper .contact-form.form-dark-style .form-group textarea:focus:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.home-spa-wrapper .contact-map-area {
  height: 300px;
}

.home-spa-wrapper .footer-area .widget-title.line-bottom:after {
  background-color: #c3a356;
}

.home-spa-wrapper .footer-area .widget-social-icons {
  margin-bottom: 0;
}

.home-spa-wrapper .footer-area .widget-social-icons a:hover {
  background-color: #c3a356;
}

.home-spa-wrapper .footer-area .widget-posts .posts-item li span {
  font-family: "Tangerine", cursive;
  font-style: normal;
}

.home-spa-wrapper .footer-area.footer-light .widget-item .about-widget p {
  font-family: "Philosopher", sans-serif;
  font-style: normal;
  font-weight: 300;
}

.home-spa-wrapper .footer-area.footer-light .widget-item .widget-menu-wrap .nav-menu li a {
  font-weight: 300;
}

.home-spa-wrapper .footer-area.footer-light .footer-middle {
  margin-top: 25px;
  padding-bottom: 15px;
}

.home-spa-wrapper .footer-area.footer-light .footer-middle .widget-contact-info.inline-style li i {
  color: #c3a356;
}

.home-spa-wrapper .scroll-to-top:hover {
  background-color: #c3a356;
}


/*
-----------------------------------------------------------------------
    Home Restaurant CSS
-----------------------------------------------------------------------
*/

.home-restaurant-wrapper {
  font-family: "Hind", sans-serif;
}

.home-restaurant-wrapper h1,
.home-restaurant-wrapper h2,
.home-restaurant-wrapper h3,
.home-restaurant-wrapper h4,
.home-restaurant-wrapper h5,
.home-restaurant-wrapper h6,
.home-restaurant-wrapper .h1,
.home-restaurant-wrapper .h2,
.home-restaurant-wrapper .h3,
.home-restaurant-wrapper .h4,
.home-restaurant-wrapper .h5,
.home-restaurant-wrapper .h6 {
  font-family: "Playball", cursive;
}

.home-restaurant-wrapper a {
  color: #bb9f6d;
}

.home-restaurant-wrapper .header-area .header-logo-area {
  top: -2px;
}

.home-restaurant-wrapper .header-area.header-right-align .header-right {
  padding-top: 2px;
}

.home-restaurant-wrapper .header-area.header-right-align .header-right .has-submenu>a:before {
  top: 5px;
}

.home-restaurant-wrapper .header-area .header-action-area button.btn-search,
.home-restaurant-wrapper .header-area .header-action-area a.btn-search {
  position: relative;
  top: -2px;
}

.home-restaurant-wrapper .section-title.section-style4 {
  margin-bottom: 105px;
}

@media only screen and (max-width: 1199px) {
  .home-restaurant-wrapper .section-title.section-style4 {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 991px) {
  .home-restaurant-wrapper .section-title.section-style4 {
    margin-bottom: 60px;
  }
}

.home-restaurant-wrapper .section-title.section-style4 h5 {
  color: #a2a19f;
  font-family: "Hind", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 4px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.home-restaurant-wrapper .section-title.section-style4 .title {
  color: #bb9f6d;
  font-family: "Playball", cursive;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 5px;
  padding-bottom: 31px;
}

@media only screen and (max-width: 1199px) {
  .home-restaurant-wrapper .section-title.section-style4 .title {
    font-size: 40px;
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .home-restaurant-wrapper .section-title.section-style4 .title {
    font-size: 36px;
    padding-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .home-restaurant-wrapper .section-title.section-style4 .title {
    font-size: 30px;
  }
}

.home-restaurant-wrapper .section-title.section-style4 .separator-line.separator-double {
  border-bottom-color: #bb9f6d;
}

.home-restaurant-wrapper .section-title.section-style4 .separator-line.separator-double:before {
  border-bottom-color: #bb9f6d;
}

.home-restaurant-wrapper .section-title.section-style4 .desc {
  margin-bottom: 0;
  margin-top: 30px;
}

.home-restaurant-wrapper .section-title.section-style4 .desc p {
  color: #727883;
  font-size: 15px;
  line-height: 2;
  margin-top: 30px;
}

.home-restaurant-wrapper .section-title.section-style4 .desc p:first-child {
  margin-top: 0;
}

.home-restaurant-wrapper .section-title.section-style4 .desc .btn-link {
  margin-top: 30px;
}

.home-restaurant-wrapper .section-title.section-style4.section-light .title {
  color: #fff;
}

.home-restaurant-wrapper .section-title.section-style4.section-light .desc p {
  color: #fff;
}

.home-restaurant-wrapper .btn-theme {
  background-color: #bb9f6d;
  border-color: #bb9f6d;
  color: #000;
  font-family: "Hind", sans-serif;
  letter-spacing: 0;
}

.home-restaurant-wrapper .btn-theme:hover,
.home-restaurant-wrapper .btn-theme:focus {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

.home-restaurant-wrapper .btn-theme.btn-slide {
  background-color: #bb9f6d;
  color: #fff;
  letter-spacing: 0;
}

.home-restaurant-wrapper .btn-theme.btn-slide:before {
  background-color: #000;
  opacity: 0.15;
}

.home-restaurant-wrapper .btn-link {
  color: #bb9f6d;
  font-family: "Hind", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
}

.home-restaurant-wrapper .btn-link .icon {
  color: #bb9f6d;
}

.home-restaurant-wrapper .btn-link:hover {
  color: #bb9f6d;
}

.home-restaurant-wrapper .funfact-area .section-title {
  margin-bottom: 90px;
}

@media only screen and (max-width: 991px) {
  .home-restaurant-wrapper .funfact-area .section-title {
    margin-bottom: 50px;
  }
}

.home-restaurant-wrapper .funfact-area.funfact-restaurant-area .funfact-item .number h2 {
  color: #bb9f6d;
}

.home-restaurant-wrapper .icon-box-style4 .icon-box-item .icon-box.icon-left .icon {
  color: #bb9f6d;
}

.home-restaurant-wrapper .icon-box-style4 .icon-box-item .content .title {
  font-family: "Hind", sans-serif;
}

.home-restaurant-wrapper .specialities-area.specialities-restaurant-area .specialities-content .specialities-item .content h4 {
  font-family: "Hind", sans-serif;
}

.home-restaurant-wrapper .specialities-area.specialities-restaurant-area .specialities-content .specialities-item .content h3 {
  color: #bb9f6d;
  font-family: "Playball", cursive;
}

.home-restaurant-wrapper .pricing-tab-style .nav.nav-tabs li a:hover {
  color: #bb9f6d;
}

.home-restaurant-wrapper .pricing-tab-style .nav.nav-tabs li a.active {
  border-bottom-color: #bb9f6d;
}

.home-restaurant-wrapper .pricing-tab-style .nav.nav-tabs li a.active:focus {
  color: #bb9f6d;
}

.home-restaurant-wrapper .pricing-tab-style .tab-content .tab-pane .pricing-menu-item .pricing-title {
  font-family: "Hind", sans-serif;
}

.home-restaurant-wrapper .pricing-tab-style .tab-content .tab-pane .pricing-menu-item .pricing-amount {
  color: #bb9f6d;
  font-family: "Playball", cursive;
}

.home-restaurant-wrapper .contact-info.style-two .contact-info-item .icon {
  border-color: #bb9f6d;
  color: #bb9f6d;
  font-size: 24px;
  line-height: 55px;
  margin-bottom: 27px;
  margin-top: 10px;
}

.home-restaurant-wrapper .contact-area.contact-restaurant-area {
  padding: 90px 0 75px;
}

@media only screen and (max-width: 991px) {
  .home-restaurant-wrapper .contact-area.contact-restaurant-area {
    padding: 70px 0 60px;
  }
}

@media only screen and (max-width: 767px) {
  .home-restaurant-wrapper .contact-area.contact-restaurant-area {
    padding: 70px 0;
  }
}

.home-restaurant-wrapper .contact-area.contact-restaurant-area .section-title.section-style4.section-light .desc {
  margin-top: 40px;
}

.home-restaurant-wrapper .contact-area.contact-restaurant-area .section-title.section-style4.section-light .desc p {
  color: #a2a19f;
  font-size: 14px;
  line-height: 24px;
}

@media only screen and (max-width: 767px) {
  .home-restaurant-wrapper .contact-area.contact-restaurant-area .contact-info.style-two .contact-info-item {
    text-align: left;
  }
  .home-restaurant-wrapper .contact-area.contact-restaurant-area .contact-info.style-two .contact-info-item .icon {
    text-align: center;
  }
}

.home-restaurant-wrapper .testimonial-items-style4 .testimonial-item .client-info .desc .name {
  color: #bb9f6d;
}

@media only screen and (max-width: 991px) {
  .home-restaurant-wrapper .shape-layer.shape-layer-slyle2 {
    display: none;
  }
}

.home-restaurant-wrapper .footer-area .widget-title {
  font-family: "Hind", sans-serif;
}

.home-restaurant-wrapper .footer-area .widget-title.line-bottom:after {
  background-color: #bb9f6d;
}

.home-restaurant-wrapper .footer-area .widget-social-icons {
  margin-bottom: 0;
}

.home-restaurant-wrapper .footer-area .widget-social-icons a {
  line-height: 33px;
}

.home-restaurant-wrapper .footer-area .widget-social-icons a:hover {
  background-color: #bb9f6d;
}

.home-restaurant-wrapper .footer-area .widget-posts .posts-item li span {
  font-family: "Playball", cursive;
  font-style: normal;
}

.home-restaurant-wrapper .footer-area.footer-light .widget-item .about-widget .footer-logo {
  margin-top: 4px;
}

.home-restaurant-wrapper .footer-area.footer-light .widget-item .about-widget p {
  font-family: "Playball", cursive;
  font-style: italic;
  font-weight: 400;
}

.home-restaurant-wrapper .footer-area.footer-light .widget-item .widget-menu-wrap .nav-menu li a {
  font-weight: 300;
}

.home-restaurant-wrapper .footer-area.footer-light .widget-item .widget-contact-info li i {
  color: #bb9f6d;
}

.home-restaurant-wrapper .scroll-to-top {
  line-height: 61px;
}

.home-restaurant-wrapper .scroll-to-top:hover {
  background-color: #bb9f6d;
}


/*
-----------------------------------------------------------------------
    Home Education CSS
-----------------------------------------------------------------------
*/

.home-education-wrapper {
  font-family: "Open Sans", sans-serif !important;
}

.home-education-wrapper h1,
.home-education-wrapper h2,
.home-education-wrapper h3,
.home-education-wrapper h4,
.home-education-wrapper h5,
.home-education-wrapper h6,
.home-education-wrapper .h1,
.home-education-wrapper .h2,
.home-education-wrapper .h3,
.home-education-wrapper .h4,
.home-education-wrapper .h5,
.home-education-wrapper .h6 {
  font-family: "Open Sans", sans-serif !important;
}

.home-education-wrapper .header-area.header-right-align .header-right .header-action-area {
  margin-left: 15px;
}

.home-education-wrapper .header-area.header-right-align .header-right .header-action-area .btn-theme {
  background-color: #4cb648;
  border-color: #4cb648;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0;
}

@media only screen and (max-width: 991px) {
  .home-education-wrapper .header-area.header-right-align .header-right .header-action-area .btn-theme {
    display: none;
  }
}

.home-education-wrapper .section-title {
  margin-bottom: 90px;
}

@media only screen and (max-width: 1199px) {
  .home-education-wrapper .section-title {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .home-education-wrapper .section-title {
    margin-bottom: 50px;
  }
}

.home-education-wrapper .section-title.section-style6 .title {
  color: #083c5a;
  font-family: "Open Sans", sans-serif !important;
}

.home-education-wrapper .section-title.section-style6 .desc p {
  color: #7a8f9b;
}

.home-education-wrapper .section-title.section-style6 .separator-line {
  border-bottom-color: #4cb648;
}

.home-education-wrapper .section-title.section-style6 .list-style li {
  color: #083c5a;
  font-size: 16px;
  margin-bottom: 13px;
}

.home-education-wrapper .section-title.section-style6 .list-style li i {
  color: #4cb648;
  font-size: 16px;
}

.home-education-wrapper .btn-theme {
  background-color: #4cb648;
  border-color: #4cb648;
  color: #000;
  font-family: "Open Sans", sans-serif !important;
}

.home-education-wrapper .btn-theme:hover,
.home-education-wrapper .btn-theme:focus {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

.home-education-wrapper .btn-theme.btn-slide {
  background-color: #4cb648;
  color: #fff;
  letter-spacing: 0;
}

.home-education-wrapper .btn-theme.btn-slide:before {
  background-color: #000;
  opacity: 0.15;
}

.home-education-wrapper .btn-theme.btn-white.btn-border {
  border-color: #fff;
}

.home-education-wrapper .btn-theme.btn-white.btn-border:hover {
  background-color: #4cb648;
  border-color: #4cb648;
}

.home-education-wrapper .btn-link {
  letter-spacing: 0;
}

.home-education-wrapper .btn-link .icon {
  color: #4cb648;
}

.home-education-wrapper .btn-link:hover {
  color: #4cb648;
}

.home-education-wrapper .about-area.about-education-area .about-item .content {
  background-color: #4cb648;
}

.home-education-wrapper .about-area.about-education-area .about-item .content h4 {
  color: #fff;
}

.home-education-wrapper .team-member .content {
  background-color: rgba(8, 60, 90, 0.8);
}

.home-education-wrapper .service-items-style5 .service-item .thumb:before {
  background-color: #083c5a;
}

.home-education-wrapper .service-items-style5 .service-item .thumb .btn-overlay .btn-theme:hover {
  background-color: #083c5a;
}

.home-education-wrapper .service-items-style5 .service-item .content .title {
  color: #083c5a;
}

.home-education-wrapper .service-items-style5 .service-item .content .title a {
  color: #083c5a;
}

.home-education-wrapper .service-items-style5 .service-item .content .title a:hover {
  color: #4cb648;
}

.home-education-wrapper .service-items-style5 .service-item .content p {
  color: #7a8f9b;
}

.home-education-wrapper .service-items-style5 .service-item .content ul li {
  color: #7a8f9b;
}

.home-education-wrapper .service-items-style5 .service-item .content ul li i {
  color: #7a8f9b;
}

.home-education-wrapper .funfact-area.funfact-education-area .funfact-item .number h2 {
  color: #4cb648;
}

.home-education-wrapper .funfact-area.funfact-education-area .funfact-item .title {
  color: #083c5a;
}

.home-education-wrapper .testimonial-single-style-three .testimonial-single .client-info .name {
  color: #4cb648;
}

.home-education-wrapper .divider-area .divider-content-area.divider-content-style10 .content-inner h3 {
  color: #4cb648;
}

@media only screen and (max-width: 991px) {
  .home-education-wrapper .post-items-style4 {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .home-education-wrapper .post-items-style4 .post-item {
    display: block;
  }
}

@media only screen and (max-width: 575px) {
  .home-education-wrapper .post-items-style4 .post-item {
    padding-left: 0;
  }
}

@media only screen and (max-width: 575px) {
  .home-education-wrapper .post-items-style4 .post-item .thumb {
    position: relative;
    margin-bottom: 20px;
  }
}

.home-education-wrapper .post-items-style4 .post-item .content .title {
  font-family: "Open Sans", sans-serif !important;
}

.home-education-wrapper .post-items-style4 .post-item .content .title a {
  color: #083c5a;
}

.home-education-wrapper .post-items-style4 .post-item .content .title a:hover {
  color: #4cb648;
}

.home-education-wrapper .post-items-style4 .post-item .content p {
  color: #7a8f9b;
}

.home-education-wrapper .post-items-style4 .post-item .content .meta a {
  color: #083c5a;
}

.home-education-wrapper .post-items-style4 .post-item .content .meta a:hover {
  color: #4cb648;
}

.home-education-wrapper .contact-area.contact-construction-area {
  border-bottom-color: #4cb648;
}

.home-education-wrapper .contact-form.form-dark-style .form-group .form-control:active,
.home-education-wrapper .contact-form.form-dark-style .form-group .form-control:focus {
  color: #fff;
}

.home-education-wrapper .contact-form.form-dark-style .form-group .form-control:active::-webkit-input-placeholder,
.home-education-wrapper .contact-form.form-dark-style .form-group .form-control:focus::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

.home-education-wrapper .contact-form.form-dark-style .form-group .form-control:active::-moz-placeholder,
.home-education-wrapper .contact-form.form-dark-style .form-group .form-control:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.home-education-wrapper .contact-form.form-dark-style .form-group .form-control:active:-ms-input-placeholder,
.home-education-wrapper .contact-form.form-dark-style .form-group .form-control:focus:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

.home-education-wrapper .contact-form.form-dark-style .form-group .form-control:active:-moz-placeholder,
.home-education-wrapper .contact-form.form-dark-style .form-group .form-control:focus:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.home-education-wrapper .contact-form.form-dark-style .form-group textarea {
  min-height: 282px;
}

.home-education-wrapper .contact-form.form-dark-style .form-group textarea:active,
.home-education-wrapper .contact-form.form-dark-style .form-group textarea:focus {
  color: #fff;
}

.home-education-wrapper .contact-form.form-dark-style .form-group textarea:active::-webkit-input-placeholder,
.home-education-wrapper .contact-form.form-dark-style .form-group textarea:focus::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

.home-education-wrapper .contact-form.form-dark-style .form-group textarea:active::-moz-placeholder,
.home-education-wrapper .contact-form.form-dark-style .form-group textarea:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.home-education-wrapper .contact-form.form-dark-style .form-group textarea:active:-ms-input-placeholder,
.home-education-wrapper .contact-form.form-dark-style .form-group textarea:focus:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

.home-education-wrapper .contact-form.form-dark-style .form-group textarea:active:-moz-placeholder,
.home-education-wrapper .contact-form.form-dark-style .form-group textarea:focus:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.home-education-wrapper .footer-area .widget-title.line-bottom:after {
  background-color: #4cb648;
}

.home-education-wrapper .footer-area .widget-social-icons {
  margin-bottom: 0;
}

.home-education-wrapper .footer-area .widget-social-icons a:hover {
  background-color: #4cb648;
}

.home-education-wrapper .footer-area .widget-posts .posts-item.posts-item-style2 li span {
  font-family: "Open Sans", sans-serif !important;
}

.home-education-wrapper .footer-area.footer-light .widget-item .about-widget p {
  font-family: "Open Sans", sans-serif !important;
  font-style: italic;
  font-weight: 400;
}

.home-education-wrapper .footer-area.footer-light .widget-item .widget-menu-wrap .nav-menu li a {
  font-weight: 300;
}

.home-education-wrapper .footer-area.footer-light .widget-item .widget-contact-info li i {
  color: #4cb648;
}

.home-education-wrapper .scroll-to-top {
  background-color: #083c5a;
  color: #fff;
}

.home-education-wrapper .scroll-to-top:hover {
  background-color: #4cb648;
}


/*
-----------------------------------------------------------------------
    Home App CSS
-----------------------------------------------------------------------
*/

.home-app-wrapper .section-title {
  margin-bottom: 90px;
}

@media only screen and (max-width: 1199px) {
  .home-app-wrapper .section-title {
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 991px) {
  .home-app-wrapper .section-title {
    margin-bottom: 50px;
  }
}

.home-app-wrapper .section-title .title {
  color: #000;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 60px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 1199px) {
  .home-app-wrapper .section-title .title {
    font-size: 36px;
    line-height: 48px;
  }
}

@media only screen and (max-width: 991px) {
  .home-app-wrapper .section-title .title {
    font-size: 30px;
    line-height: 1.1;
  }
}

.home-app-wrapper .section-title .desc p {
  font-size: 16px;
}

.home-app-wrapper .section-title.section-light .title {
  color: #fff;
}

.home-app-wrapper .section-title.section-light .desc p {
  color: #fff;
}

.home-app-wrapper .btn-theme {
  background-color: #39d17a;
  border-color: #39d17a;
  color: #fff;
  font-family: "Open Sans", sans-serif !important;
}

.home-app-wrapper .btn-theme:hover {
  background-color: #F9AB3E;
  border-color: #F9AB3E;
}

.home-app-wrapper .btn-link {
  font-family: "Open Sans", sans-serif !important;
}

.home-app-wrapper .icon-box-style5 .icon-box-item .icon-box.icon-left .icon {
  color: #591fce;
}

.home-app-wrapper .footer-area .widget-social-icons {
  margin-bottom: 0;
}


/*
-----------------------------------------------------------------------
    Home Hosting CSS
-----------------------------------------------------------------------
*/

.home-hosting-wrapper .section-title {
  margin-bottom: 90px;
}

.home-hosting-wrapper .section-title .title {
  color: #083c5a;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: -0.5px;
  line-height: 1.1;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .home-hosting-wrapper .section-title .title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

.home-hosting-wrapper .section-title .desc p {
  font-size: 16px;
  letter-spacing: -0.5px;
  line-height: 1.7142857143;
}

@media only screen and (max-width: 767px) {
  .home-hosting-wrapper .section-title .desc p {
    font-size: 14px;
  }
}

.home-hosting-wrapper .section-title.section-light .title {
  color: #fff;
}

.home-hosting-wrapper .section-title.section-light .desc p {
  color: #fff;
}

.home-hosting-wrapper .btn-theme {
  background-color: #0090ff;
  border-color: #0090ff;
  color: #fff;
}

.home-hosting-wrapper .btn-theme:hover {
  background-color: #083c5a;
  border-color: #083c5a;
}

.home-hosting-wrapper .divider-hosting-faq-area .accordian-content .accordion.accordion-style2 .accordion-item .accordian-heading .btn {
  color: #0090ff;
}

.home-hosting-wrapper .divider-hosting-faq-area .accordian-content .accordion.accordion-style2 .accordion-item .accordian-heading .btn .icon {
  color: #0090ff;
}

.home-hosting-wrapper .divider-hosting-faq-area .accordian-content .accordion.accordion-style2 .accordion-item .accordian-heading .btn .icon.icon-plus {
  display: none;
}

.home-hosting-wrapper .divider-hosting-faq-area .accordian-content .accordion.accordion-style2 .accordion-item .accordian-heading .btn.collapsed {
  color: #fff;
}

.home-hosting-wrapper .divider-hosting-faq-area .accordian-content .accordion.accordion-style2 .accordion-item .accordian-heading .btn.collapsed .icon.icon-plus {
  color: #fff;
  display: block;
}

.home-hosting-wrapper .pricing-items.pricing-items-two .pricing-item .icon-box {
  color: #0090ff;
}

.home-hosting-wrapper .pricing-items.pricing-items-two .pricing-item .pricing-badge {
  background-color: #facd19;
}

.home-hosting-wrapper .pricing-items.pricing-items-two .pricing-item .pricing-badge:before {
  border-top: 13px solid #d0ab18;
}

.home-hosting-wrapper .pricing-items.pricing-items-two .pricing-item .pricing-title h5 {
  color: #0090ff;
}

.home-hosting-wrapper .pricing-items.pricing-items-two .pricing-item .pricing-amount h2 {
  color: #083c5a;
}

.home-hosting-wrapper .pricing-items.pricing-items-two .pricing-item .pricing-content .pricing-list li span {
  color: #083c5a;
}

.home-hosting-wrapper .pricing-items.pricing-items-two .pricing-item .pricing-footer .btn-theme {
  border: 1px solid #0090ff;
  color: #0090ff;
}

.home-hosting-wrapper .pricing-items.pricing-items-two .pricing-item .pricing-footer .btn-theme:hover {
  background-color: #0090ff;
  color: #fff;
}

.home-hosting-wrapper .pricing-items.pricing-items-two .pricing-item.active .pricing-footer .btn-theme {
  background-color: #0090ff;
  color: #fff;
}

.home-hosting-wrapper .testimonial-items-style3 .testimonial-item {
  padding: 40px 50px;
}

.home-hosting-wrapper .testimonial-items-style3 .testimonial-item .client-content:after {
  border-color: #0090ff;
}

.home-hosting-wrapper .testimonial-items-style3 .testimonial-item .client-info .desc .name {
  color: #0090ff;
}

.home-hosting-wrapper .contact-area {
  padding: 0;
}

@media only screen and (max-width: 1199px) {
  .home-hosting-wrapper .contact-area .contact-map-area {
    height: 300px !important;
  }
}

.home-hosting-wrapper .contact-area .contact-form {
  max-width: 770px;
  margin-left: 130px;
  padding: 104px 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1599.98px) {
  .home-hosting-wrapper .contact-area .contact-form {
    margin-left: 80px;
  }
}

@media only screen and (max-width: 1400px) {
  .home-hosting-wrapper .contact-area .contact-form {
    max-width: 630px;
  }
}

@media only screen and (max-width: 1199px) {
  .home-hosting-wrapper .contact-area .contact-form {
    max-width: none;
    margin-left: 80px;
    margin-right: 80px;
    padding-bottom: 90px;
    padding-top: 80px;
  }
}

@media only screen and (max-width: 575px) {
  .home-hosting-wrapper .contact-area .contact-form {
    margin-left: 0;
    margin-right: 0;
    padding: 70px 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .home-hosting-wrapper .contact-area .contact-form .section-title {
    margin-bottom: 50px;
  }
}

.home-hosting-wrapper .footer-area .widget-title.line-bottom:after {
  background-color: #0090ff;
}

.home-hosting-wrapper .footer-area .widget-social-icons {
  margin-bottom: 0;
}

.home-hosting-wrapper .footer-area.footer-light .widget-item .about-widget p {
  font-family: "Open Sans", sans-serif !important;
}

.home-hosting-wrapper .footer-area.footer-light .widget-item .widget-contact-info li i {
  color: #0090ff;
}

.home-hosting-wrapper .scroll-to-top {
  background-color: #083c5a;
  font-size: 14px;
}

.home-hosting-wrapper .scroll-to-top:hover {
  background-color: #0090ff;
}


/*
-----------------------------------------------------------------------
    Home Wedding CSS
-----------------------------------------------------------------------
*/

.home-wedding-wrapper {
  color: #7b6c7b;
  font-family: "Cardo", serif;
  font-size: 16px;
}

.home-wedding-wrapper h1,
.home-wedding-wrapper h2,
.home-wedding-wrapper h3,
.home-wedding-wrapper h4,
.home-wedding-wrapper h5,
.home-wedding-wrapper h6,
.home-wedding-wrapper .h1,
.home-wedding-wrapper .h2,
.home-wedding-wrapper .h3,
.home-wedding-wrapper .h4,
.home-wedding-wrapper .h5,
.home-wedding-wrapper .h6 {
  font-family: "Playfair Display", serif;
}

@media only screen and (max-width: 1199px) {
  .home-wedding-wrapper .section-title {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .home-wedding-wrapper .section-title {
    margin-bottom: 50px;
  }
}

.home-wedding-wrapper .section-title h5 {
  color: #a1ab6e;
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 4px;
}

@media only screen and (max-width: 479.98px) {
  .home-wedding-wrapper .section-title h5 {
    font-size: 14px;
    letter-spacing: 2px;
  }
}

.home-wedding-wrapper .section-title .title {
  color: #b86b63;
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.1;
}

@media only screen and (max-width: 767px) {
  .home-wedding-wrapper .section-title .title {
    font-size: 30px;
  }
}

.home-wedding-wrapper .section-title .desc p {
  color: #7b6c7b;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0;
}

.home-wedding-wrapper .section-title .desc .social-icons {
  margin-top: 35px;
}

.home-wedding-wrapper .section-title .desc .social-icons a {
  color: #7b6c7b;
  font-size: 16px;
  margin: 0 20px;
}

.home-wedding-wrapper .section-title .desc .social-icons a:hover {
  color: #b86b63;
}

.home-wedding-wrapper .section-title .desc .social-icons a:first-child {
  margin-left: 0;
}

.home-wedding-wrapper .section-title .desc .social-icons a:last-child {
  margin-right: 0;
}

.home-wedding-wrapper .off-canvas-wrapper.bg-light-canvas .off-canvas-inner .off-canvas-content .res-mobile-menu .slicknav_nav li a {
  font-family: "Cardo", serif;
}

.home-wedding-wrapper .divider-area .divider-content-area.divider-content-style14 .content-inner h4 {
  color: #b86b63;
}

.home-wedding-wrapper .divider-area .divider-content-area.divider-content-style14 .content-inner p {
  color: #a1ab6e;
}

.home-wedding-wrapper .story-area.story-wedding-area {
  padding: 100px 0 95px;
}

@media only screen and (max-width: 1199px) {
  .home-wedding-wrapper .story-area.story-wedding-area {
    padding: 85px 0 80px;
  }
}

@media only screen and (max-width: 1199px) {
  .home-wedding-wrapper .story-area.story-wedding-area .section-title {
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 991px) {
  .home-wedding-wrapper .story-area.story-wedding-area .section-title {
    margin-bottom: 30px;
  }
}

.home-wedding-wrapper .story-area.story-wedding-area .section-title .title {
  color: #642959;
  font-size: 60px;
}

@media only screen and (max-width: 767px) {
  .home-wedding-wrapper .story-area.story-wedding-area .section-title .title {
    font-size: 48px;
  }
}

@media only screen and (max-width: 575px) {
  .home-wedding-wrapper .story-area.story-wedding-area .section-title .title {
    font-size: 36px;
  }
}

.home-wedding-wrapper .story-area.story-wedding-area .section-title .title span {
  color: #fe9d96;
}

.home-wedding-wrapper .story-area.story-wedding-area .story-content .nav.nav-tabs {
  border-bottom: none;
  margin-bottom: 50px;
}

.home-wedding-wrapper .story-area.story-wedding-area .story-content .nav.nav-tabs .nav-item {
  float: left;
  position: relative;
  text-align: center;
  width: 25%;
}

@media only screen and (max-width: 479.98px) {
  .home-wedding-wrapper .story-area.story-wedding-area .story-content .nav.nav-tabs .nav-item {
    width: auto;
  }
}

.home-wedding-wrapper .story-area.story-wedding-area .story-content .nav.nav-tabs .nav-item:before {
  border-bottom: 1px dashed #fe9d96;
  content: "";
  left: 0;
  position: absolute;
  top: calc(50% - 1px);
  width: 100%;
}

.home-wedding-wrapper .story-area.story-wedding-area .story-content .nav.nav-tabs .nav-item:first-child:after {
  background-color: #fff;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 50%;
}

.home-wedding-wrapper .story-area.story-wedding-area .story-content .nav.nav-tabs .nav-item:last-child:after {
  background-color: #fff;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  width: 50%;
}

.home-wedding-wrapper .story-area.story-wedding-area .story-content .nav.nav-tabs .nav-item .nav-link {
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  border: none;
  color: #a1ab6e;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 45px 15px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .home-wedding-wrapper .story-area.story-wedding-area .story-content .nav.nav-tabs .nav-item .nav-link {
    padding: 25px 7px;
  }
}

@media only screen and (max-width: 479.98px) {
  .home-wedding-wrapper .story-area.story-wedding-area .story-content .nav.nav-tabs .nav-item .nav-link {
    padding: 7px;
  }
}

.home-wedding-wrapper .story-area.story-wedding-area .story-content .nav.nav-tabs .nav-item .nav-link:hover,
.home-wedding-wrapper .story-area.story-wedding-area .story-content .nav.nav-tabs .nav-item .nav-link:focus {
  border: none;
  color: #b86b63;
}

.home-wedding-wrapper .story-area.story-wedding-area .story-content .nav.nav-tabs .nav-item .nav-link.active {
  background-image: url("../img/photos/wedding-tab.png");
  color: #b86b63;
  width: 180px;
}

@media only screen and (max-width: 767px) {
  .home-wedding-wrapper .story-area.story-wedding-area .story-content .nav.nav-tabs .nav-item .nav-link.active {
    background-image: none;
    width: auto;
  }
}

.home-wedding-wrapper .story-area.story-wedding-area .story-content .tab-content {
  text-align: center;
}

.home-wedding-wrapper .story-area.story-wedding-area .story-content .tab-content .tab-pane h3 {
  color: #b86b63;
  font-family: "Cardo", serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
}

.home-wedding-wrapper .story-area.story-wedding-area .story-content .tab-content .tab-pane p {
  color: #7b6c7b;
  font-size: 16px;
  line-height: 30px;
}

.home-wedding-wrapper .program-area.program-wedding-area {
  padding: 100px 0 114px;
}

@media only screen and (max-width: 991px) {
  .home-wedding-wrapper .program-area.program-wedding-area {
    padding: 90px 0 80px;
  }
}

@media only screen and (max-width: 767px) {
  .home-wedding-wrapper .program-area.program-wedding-area {
    padding: 80px 0 60px;
  }
}

.home-wedding-wrapper .program-area.program-wedding-area .wedding-menu-content .thumb {
  margin-bottom: 45px;
}

.home-wedding-wrapper .program-area.program-wedding-area .wedding-menu-content .thumb img {
  width: 100%;
}

.home-wedding-wrapper .program-area.program-wedding-area .wedding-menu-content .wedding-menu-item {
  margin-bottom: 45px;
}

.home-wedding-wrapper .program-area.program-wedding-area .wedding-menu-content .wedding-menu-item .title {
  color: #a1ab6e;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.home-wedding-wrapper .program-area.program-wedding-area .wedding-menu-content .wedding-menu-item p {
  color: #7b6c7b;
  font-size: 16px;
  font-style: italic;
  margin-bottom: 20px;
}

.home-wedding-wrapper .program-area.program-wedding-area .wedding-menu-content .wedding-menu-item p span {
  color: #b86b63;
  font-style: normal;
  font-weight: 700;
}

.home-wedding-wrapper .program-area.program-wedding-area .wedding-menu-content .wedding-menu-item:last-child {
  margin-bottom: 0;
}

.home-wedding-wrapper .program-area.program-wedding-area .wedding-timeline .timeline-content .timeline-item {
  padding-bottom: 50px;
  padding-left: 150px;
  position: relative;
}

@media only screen and (max-width: 575px) {
  .home-wedding-wrapper .program-area.program-wedding-area .wedding-timeline .timeline-content .timeline-item {
    padding-left: 110px;
  }
}

.home-wedding-wrapper .program-area.program-wedding-area .wedding-timeline .timeline-content .timeline-item:before {
  border-left: 1px dashed #ddd;
  content: "";
  height: 100%;
  left: 49.5px;
  position: absolute;
  top: 0;
  z-index: 0;
}

.home-wedding-wrapper .program-area.program-wedding-area .wedding-timeline .timeline-content .timeline-item .title {
  color: #642959;
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 20px;
}

.home-wedding-wrapper .program-area.program-wedding-area .wedding-timeline .timeline-content .timeline-item .subtitle {
  background-image: url("../img/photos/timeline-dot3.png");
  background-repeat: no-repeat;
  background-position: center;
  color: #a1ab6e;
  font-size: 14px;
  font-weight: 700;
  left: 0;
  line-height: 20px;
  padding: 20px 0;
  position: absolute;
  text-align: center;
  top: -15px;
  width: 100px;
}

.home-wedding-wrapper .program-area.program-wedding-area .wedding-timeline .timeline-content .timeline-item p {
  margin-bottom: 0;
}

.home-wedding-wrapper .program-area.program-wedding-area .wedding-timeline .timeline-content .timeline-item:last-child {
  padding-bottom: 0;
}

.home-wedding-wrapper .program-area.program-wedding-area .wedding-timeline .timeline-content .timeline-item:last-child:before {
  display: none;
}

.home-wedding-wrapper .wedding-event-item .content .title {
  color: #642959;
}

.home-wedding-wrapper .wedding-event-item .content .event-location {
  color: #a1ab6e;
}

.home-wedding-wrapper .wedding-event-item .content p {
  color: #7b6c7b;
}

.home-wedding-wrapper .wedding-event-item .content a {
  color: #b86b63;
}

.home-wedding-wrapper .team-members-style4 .team-member .content .member-info .name a {
  color: #023059;
}

.home-wedding-wrapper .team-members-style4 .team-member .content .member-info .name a:hover {
  color: #b86b63;
}

.home-wedding-wrapper .team-members-style4 .team-member .content .member-info .designation {
  color: #7b6c7b;
}

@media only screen and (max-width: 767px) {
  .home-wedding-wrapper .divider-wedding-area .container {
    max-width: none;
  }
}

.home-wedding-wrapper .rsvp-form form .form-group .btn-theme {
  background-color: #b86b63;
  border-color: #b86b63;
  color: #fff;
  font-family: "Cardo", serif;
}

.home-wedding-wrapper .rsvp-form form .form-group .btn-theme:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.home-wedding-wrapper .footer-area.footer-simple {
  background-color: #564a56;
  color: #fff;
  padding: 91px 0 0;
}

.home-wedding-wrapper .footer-area.footer-simple .widget-item {
  margin-bottom: 61px;
}

.home-wedding-wrapper .footer-area.footer-simple .widget-item .about-widget .footer-logo {
  margin-bottom: 25px;
}

.home-wedding-wrapper .footer-area.footer-simple .widget-item .about-widget p {
  font-family: "Cardo", serif;
  font-size: 16px;
  font-style: italic;
  margin-bottom: 18px;
}

.home-wedding-wrapper .footer-area.footer-simple .footer-bottom {
  background-color: #fff;
  color: #7b6c7b;
  margin-top: 18px;
}

.home-wedding-wrapper .footer-area.footer-simple .footer-bottom span {
  color: #000;
}

.home-wedding-wrapper .footer-area.footer-simple .footer-bottom a {
  color: #000;
}

.home-wedding-wrapper .scroll-to-top {
  font-size: 14px;
}

.home-wedding-wrapper .scroll-to-top:hover {
  background-color: #b86b63;
}


/*
-----------------------------------------------------------------------
    Home Freelancer CSS
-----------------------------------------------------------------------
*/

.home-freelancer-wrapper {
  color: #7a8f9b;
  font-family: "Poppins", sans-serif;
}

.home-freelancer-wrapper h1,
.home-freelancer-wrapper h2,
.home-freelancer-wrapper h3,
.home-freelancer-wrapper h4,
.home-freelancer-wrapper h5,
.home-freelancer-wrapper h6,
.home-freelancer-wrapper .h1,
.home-freelancer-wrapper .h2,
.home-freelancer-wrapper .h3,
.home-freelancer-wrapper .h4,
.home-freelancer-wrapper .h5,
.home-freelancer-wrapper .h6 {
  font-family: "Poppins", sans-serif;
}

@media only screen and (max-width: 1199px) {
  .home-freelancer-wrapper .section-title {
    margin-bottom: 50px;
  }
}

.home-freelancer-wrapper .section-title .title {
  color: #000;
  font-family: "Work Sans", sans-serif;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.1;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1199px) {
  .home-freelancer-wrapper .section-title .title {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .home-freelancer-wrapper .section-title .title {
    font-size: 24px;
  }
}

.home-freelancer-wrapper .section-title .desc {
  margin-bottom: 0;
}

.home-freelancer-wrapper .section-title .desc p {
  color: #000;
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 0;
}

.home-freelancer-wrapper .section-title .desc .social-icons {
  margin-top: 35px;
}

.home-freelancer-wrapper .section-title .desc .social-icons a {
  color: #7b6c7b;
  font-size: 16px;
  margin: 0 20px;
}

.home-freelancer-wrapper .section-title .desc .social-icons a:hover {
  color: #b86b63;
}

.home-freelancer-wrapper .section-title .desc .social-icons a:first-child {
  margin-left: 0;
}

.home-freelancer-wrapper .section-title .desc .social-icons a:last-child {
  margin-right: 0;
}

.home-freelancer-wrapper .header-area.header-right-align.sticky-header.transparent:not(.sticky) {
  padding-top: 59px;
}

@media only screen and (max-width: 767px) {
  .home-freelancer-wrapper .header-area.header-right-align.sticky-header.transparent:not(.sticky) {
    background-color: #fff;
    padding: 35px 0;
    position: relative;
  }
}

.home-freelancer-wrapper .header-area.header-right-align.sticky-header.transparent:not(.sticky) .header-logo-area {
  max-width: 205px;
  top: 2px;
}

.home-freelancer-wrapper .header-area.header-right-align.sticky-header.transparent .header-action-area .btn-menu span {
  background-color: #6163d3;
}

.home-freelancer-wrapper .header-area.fixed-right .header-navigation-area .nav>li a {
  color: #333;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.home-freelancer-wrapper .header-area.fixed-right .header-navigation-area .nav>li a:hover {
  color: #6163d3;
}

.home-freelancer-wrapper .header-area.fixed-right .header-navigation-area .nav>li ul li a {
  color: #aaa;
}

.home-freelancer-wrapper .header-area.fixed-right .header-navigation-area .nav>li ul li a:hover {
  color: #fff;
}

.home-freelancer-wrapper .header-area.fixed-right .widget-contact-info li {
  color: #727883;
}

.home-freelancer-wrapper .header-area.fixed-right .widget-contact-info li i {
  color: #727883;
}

.home-freelancer-wrapper .header-area.fixed-right .widget-contact-info li span {
  color: #7a8f9b;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

@media only screen and (max-width: 991px) {
  .home-freelancer-wrapper .header-area.fixed-right.header-right-slide {
    background-color: transparent;
  }
}

@media only screen and (max-width: 767px) {
  .home-freelancer-wrapper .header-area.fixed-right.header-right-slide {
    background-color: #fff;
    padding: 35px 15px;
    position: relative;
  }
}

@media only screen and (max-width: 991px) {
  .home-freelancer-wrapper .header-area.fixed-right.header-right-slide.sticky-header.sticky {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 25px 40px 25px 60px;
  }
}

@media only screen and (max-width: 767px) {
  .home-freelancer-wrapper .header-area.fixed-right.header-right-slide.sticky-header.sticky {
    padding: 25px 15px;
    position: fixed;
  }
}

.home-freelancer-wrapper .header-area.fixed-right.header-right-slide.sticky-header.sticky .header-action-area button.btn-menu span,
.home-freelancer-wrapper .header-area.fixed-right.header-right-slide.sticky-header.sticky .header-action-area a.btn-menu span {
  background-color: #6163d3;
}

.home-freelancer-wrapper .header-area.fixed-right.header-right-slide+.header-top-slide.sticky-header .header-action-area button.btn-menu-slide span,
.home-freelancer-wrapper .header-area.fixed-right.header-right-slide+.header-top-slide.sticky-header .header-action-area a.btn-menu-slide span {
  background-color: #6163d3;
}

.home-freelancer-wrapper .header-area .header-action-area button.btn-menu span,
.home-freelancer-wrapper .header-area .header-action-area a.btn-menu span {
  background-color: #6163d3;
}

.home-freelancer-wrapper .home-slider-area.slider-freelancer .slider-content-area .separator-line {
  background-color: #fd367e;
}

.home-freelancer-wrapper .home-slider-area.slider-freelancer .slider-content-area h2 {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
}

.home-freelancer-wrapper .home-slider-area.slider-freelancer .slider-content-area h2 span {
  color: #6163d3;
}

.home-freelancer-wrapper .home-slider-area.slider-freelancer .slider-content-area p {
  color: #7a8f9b;
}

.home-freelancer-wrapper .home-slider-area.slider-freelancer .slider-content-area .btn-link {
  color: #fd367e;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.home-freelancer-wrapper .portfolio-freelancer-content .portfolio-item .portfolio-info .title a {
  color: #083c5a;
}

.home-freelancer-wrapper .portfolio-freelancer-content .portfolio-item .portfolio-info .title a:hover {
  color: #6163d3;
}

.home-freelancer-wrapper .portfolio-freelancer-content .portfolio-item .portfolio-info a.btn-link {
  color: #6163d3;
  font-family: "Poppins", sans-serif;
}

.home-freelancer-wrapper .cd-timeline-wrap .cd-timeline-content h4 {
  font-weight: 500;
}

.home-freelancer-wrapper .cd-timeline-wrap .cd-timeline-content h5 {
  color: #6163d3;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  line-height: 1.1;
}

.home-freelancer-wrapper .cd-timeline-wrap .cd-timeline-content p {
  color: #7a8f9b;
  font-weight: 300;
  line-height: 24px;
  margin: 0;
}

.home-freelancer-wrapper .testimonial-grid-item:before {
  background-color: #303744;
  opacity: 0.65;
}

.home-freelancer-wrapper .testimonial-grid-item .inner-content .client-info .name {
  font-family: "Poppins", sans-serif;
}

.home-freelancer-wrapper .testimonial-grid-item .inner-content .client-content p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
}

@media only screen and (max-width: 479.98px) {
  .home-freelancer-wrapper .testimonial-grid-item .inner-content .client-content p {
    line-height: 24px;
  }
}

.home-freelancer-wrapper .testimonial-grid-item:hover:before {
  background-color: #6163d3;
  opacity: 0.9;
}

.home-freelancer-wrapper .post-item .content {
  padding: 39px 0 0;
}

.home-freelancer-wrapper .post-item .content .title {
  color: #083c5a;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 24px;
}

.home-freelancer-wrapper .post-item .content .title a {
  color: #083c5a;
}

.home-freelancer-wrapper .post-item .content .title a:hover {
  color: #6163d3;
}

.home-freelancer-wrapper .post-item .content p {
  font-size: 13px;
  font-weight: 300;
  line-height: 24px;
}

.home-freelancer-wrapper .contact-area.contact-freelancer-area .section-title .title {
  color: #083c5a;
  font-weight: 400;
}

.home-freelancer-wrapper .contact-area.contact-freelancer-area .contact-form .form-group .form-control {
  color: #7a8f9b;
  font-weight: 300;
}

.home-freelancer-wrapper .contact-area.contact-freelancer-area .contact-form .form-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #7a8f9b;
}

.home-freelancer-wrapper .contact-area.contact-freelancer-area .contact-form .form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #7a8f9b;
}

.home-freelancer-wrapper .contact-area.contact-freelancer-area .contact-form .form-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #7a8f9b;
}

.home-freelancer-wrapper .contact-area.contact-freelancer-area .contact-form .form-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #7a8f9b;
}

.home-freelancer-wrapper .contact-area.contact-freelancer-area .contact-form .form-group textarea {
  color: #7a8f9b;
  font-weight: 300;
}

.home-freelancer-wrapper .contact-area.contact-freelancer-area .contact-form .form-group textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #7a8f9b;
}

.home-freelancer-wrapper .contact-area.contact-freelancer-area .contact-form .form-group textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #7a8f9b;
}

.home-freelancer-wrapper .contact-area.contact-freelancer-area .contact-form .form-group textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #7a8f9b;
}

.home-freelancer-wrapper .contact-area.contact-freelancer-area .contact-form .form-group textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #7a8f9b;
}

.home-freelancer-wrapper .contact-area.contact-freelancer-area .contact-form .form-group .btn-theme {
  background-color: #6163d3;
  border-color: #6163d3;
}

.home-freelancer-wrapper .contact-area.contact-freelancer-area .contact-form .form-group .btn-theme:hover,
.home-freelancer-wrapper .contact-area.contact-freelancer-area .contact-form .form-group .btn-theme:focus {
  background-color: #083c5a;
  border-color: #083c5a;
}

.home-freelancer-wrapper .footer-area.footer-simple {
  background-color: #1d1f1f;
  color: #fff;
  padding: 91px 0 0;
}

.home-freelancer-wrapper .footer-area.footer-simple .widget-item {
  margin-bottom: 29px;
}

.home-freelancer-wrapper .footer-area.footer-simple .widget-item .about-widget .footer-logo {
  margin-bottom: 47px;
}

.home-freelancer-wrapper .footer-area.footer-simple .widget-item .about-widget p {
  font-family: "Cardo", serif;
  font-size: 16px;
  font-style: italic;
  margin-bottom: 18px;
}

.home-freelancer-wrapper .footer-area.footer-simple .widget-item .widget-menu-wrap.menu-inline-style {
  margin-bottom: 36px;
}

.home-freelancer-wrapper .footer-area.footer-simple .widget-item .widget-menu-wrap.menu-inline-style .nav-menu li a {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

.home-freelancer-wrapper .footer-area.footer-simple .widget-item .widget-menu-wrap.menu-inline-style .nav-menu li a:hover {
  color: #6163d3;
}

.home-freelancer-wrapper .footer-area.footer-simple .widget-item .widget-menu-wrap.menu-inline-style .nav-menu li:last-child {
  margin-right: 0;
}

.home-freelancer-wrapper .footer-area.footer-simple .footer-bottom {
  background-color: #000;
  color: #fff;
  margin-top: 18px;
}

.home-freelancer-wrapper .footer-area.footer-simple .footer-bottom span {
  color: #fff;
}

.home-freelancer-wrapper .scroll-to-top {
  background-color: #083c5a;
  color: #fff;
  font-size: 14px;
}

.home-freelancer-wrapper .scroll-to-top:hover {
  background-color: #6163d3;
}

.home-freelancer-wrapper .off-canvas-wrapper.bg-light-canvas .off-canvas-inner .off-canvas-content .res-mobile-menu .slicknav_nav li a {
  color: #333;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.home-freelancer-wrapper .off-canvas-wrapper.bg-light-canvas .off-canvas-inner .off-canvas-content .res-mobile-menu .slicknav_nav li a:hover {
  color: #6163d3;
}

.home-freelancer-wrapper .off-canvas-wrapper.bg-light-canvas .off-canvas-inner .off-canvas-content .res-mobile-menu .slicknav_nav li ul li a {
  color: #6163d3;
}

.home-freelancer-wrapper .off-canvas-wrapper.bg-light-canvas .off-canvas-inner .off-canvas-content .res-mobile-menu .slicknav_nav li ul li a:hover {
  color: #333;
}

.home-freelancer-wrapper .off-canvas-wrapper.bg-light-canvas .off-canvas-inner .off-canvas-content .res-mobile-menu .slicknav_nav li ul li ul li a {
  color: #727883;
}

.home-freelancer-wrapper .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: #6163d3;
}

.home-freelancer-wrapper .off-canvas-wrapper.bg-light-canvas .off-canvas-inner .off-canvas-content.canvas-content-style2 .side-canvas-footer .widget-contact-info li {
  color: #727883;
}

.home-freelancer-wrapper .off-canvas-wrapper.bg-light-canvas .off-canvas-inner .off-canvas-content.canvas-content-style2 .side-canvas-footer .widget-contact-info li i {
  color: #727883;
}

.home-freelancer-wrapper .off-canvas-wrapper.bg-light-canvas .off-canvas-inner .off-canvas-content.canvas-content-style2 .side-canvas-footer .widget-contact-info li span {
  color: #7a8f9b;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}


/*
-----------------------------------------------------------------------
    Home Photography CSS
-----------------------------------------------------------------------
*/

.home-photography-wrapper .home-slider-area.slider-photography .lSSlideOuter {
  position: relative;
}

.home-photography-wrapper .home-slider-area.slider-photography .lSSlideOuter.vertical .lightSlider>* {
  height: 100vh !important;
}

.home-photography-wrapper .home-slider-area.slider-photography .lSSlideOuter .lSAction {
  display: none;
}

.home-photography-wrapper .home-slider-area.slider-photography .lSSlideOuter .lSPager.lSpg {
  margin-top: 0;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -45px;
}

@media only screen and (max-width: 991px) {
  .home-photography-wrapper .home-slider-area.slider-photography .lSSlideOuter .lSPager.lSpg {
    margin-top: 25px;
  }
}

@media only screen and (max-width: 575px) {
  .home-photography-wrapper .home-slider-area.slider-photography .lSSlideOuter .lSPager.lSpg {
    margin-top: 10px;
  }
}

.home-photography-wrapper .home-slider-area.slider-photography .lSSlideOuter .lSPager.lSpg li {
  display: block;
  height: 18px;
  margin: 0;
  padding: 0;
}

.home-photography-wrapper .home-slider-area.slider-photography .lSSlideOuter .lSPager.lSpg li:first-child {
  margin-top: 0;
}

.home-photography-wrapper .home-slider-area.slider-photography .lSSlideOuter .lSPager.lSpg li:last-child {
  margin-bottom: 0;
}

.home-photography-wrapper .home-slider-area.slider-photography .lSSlideOuter .lSPager.lSpg li a {
  background-color: #e5e5e5;
  height: 13px;
  padding: 0;
  width: 13px;
}

.home-photography-wrapper .home-slider-area.slider-photography .lSSlideOuter .lSPager.lSpg li.active a {
  background-color: #0a7758;
}

.home-photography-wrapper .home-slider-area.slider-photography .photography-vertical-slide {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
}

.home-photography-wrapper .home-slider-area.slider-photography .photography-vertical-slide .slider-content-inner .slide-content {
  transition-delay: 0s;
  visibility: hidden;
  color: #fff;
  margin-top: -81px;
  transition: visibility 0.5s ease;
  -webkit-transition: visibility 0.5s ease;
  -moz-transition: visibility 0.5s ease;
  -ms-transition: visibility 0.5s ease;
  -o-transition: visibility 0.5s ease;
}

@media only screen and (max-width: 991px) {
  .home-photography-wrapper .home-slider-area.slider-photography .photography-vertical-slide .slider-content-inner .slide-content {
    margin-top: 80px;
  }
}

.home-photography-wrapper .home-slider-area.slider-photography .photography-vertical-slide .slider-content-inner .slide-content p {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 10px;
  line-height: 1.1;
  margin-bottom: 7px;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .home-photography-wrapper .home-slider-area.slider-photography .photography-vertical-slide .slider-content-inner .slide-content p {
    font-size: 18px;
    letter-spacing: 5px;
  }
}

.home-photography-wrapper .home-slider-area.slider-photography .photography-vertical-slide .slider-content-inner .slide-content h5 {
  color: #fff;
  font-family: "Open Sans", sans-serif !important;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 29px;
}

@media only screen and (max-width: 767px) {
  .home-photography-wrapper .home-slider-area.slider-photography .photography-vertical-slide .slider-content-inner .slide-content h5 {
    font-size: 13px;
  }
}

.home-photography-wrapper .home-slider-area.slider-photography .photography-vertical-slide .slider-content-inner .slide-content span {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 5px;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .home-photography-wrapper .home-slider-area.slider-photography .photography-vertical-slide .slider-content-inner .slide-content span {
    font-size: 12px;
    letter-spacing: 3px;
  }
}

.home-photography-wrapper .home-slider-area.slider-photography .photography-vertical-slide.active .slider-content-inner .slide-content {
  visibility: visible;
  transition-delay: 0.5s;
}


/*
-----------------------------------------------------------------------
    Home Shop CSS
-----------------------------------------------------------------------
*/

.home-shop-wrapper {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
}

.home-shop-wrapper h1,
.home-shop-wrapper h2,
.home-shop-wrapper h3,
.home-shop-wrapper h4,
.home-shop-wrapper h5,
.home-shop-wrapper h6,
.home-shop-wrapper .h1,
.home-shop-wrapper .h2,
.home-shop-wrapper .h3,
.home-shop-wrapper .h4,
.home-shop-wrapper .h5,
.home-shop-wrapper .h6 {
  font-family: "Playfair Display", serif;
}

.home-shop-wrapper .section-title {
  margin-bottom: 88px;
}

.home-shop-wrapper .section-title .title {
  color: #000;
  display: inline-block;
  font-family: "Playfair Display", serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.1;
  margin-bottom: 0;
  padding: 0 50px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .home-shop-wrapper .section-title .title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 479.98px) {
  .home-shop-wrapper .section-title .title {
    font-size: 19px;
  }
}

.home-shop-wrapper .section-title .title:before {
  background-color: #686766;
  content: "";
  height: 1px;
  left: -100px;
  position: absolute;
  top: 50%;
  width: 100px;
}

.home-shop-wrapper .section-title .title:after {
  background-color: #686766;
  content: "";
  height: 1px;
  position: absolute;
  right: -100px;
  top: 50%;
  width: 100px;
}

.home-shop-wrapper .post-items-style5 .post-item {
  margin-bottom: 26px;
  padding-left: 300px;
}

@media only screen and (max-width: 1199px) {
  .home-shop-wrapper .post-items-style5 .post-item {
    padding-left: 260px;
  }
}

@media only screen and (max-width: 991px) {
  .home-shop-wrapper .post-items-style5 .post-item {
    width: 100%;
  }
}

@media only screen and (max-width: 479.98px) {
  .home-shop-wrapper .post-items-style5 .post-item {
    padding-left: 0;
  }
}

@media only screen and (max-width: 479.98px) {
  .home-shop-wrapper .post-items-style5 .post-item .thumb {
    position: relative;
    margin-bottom: 25px;
  }
}

.home-shop-wrapper .post-items-style5 .post-item .thumb img {
  height: 170px;
  max-width: 270px;
}

@media only screen and (max-width: 479.98px) {
  .home-shop-wrapper .post-items-style5 .post-item .thumb img {
    height: auto;
    max-width: none;
    width: 100%;
  }
}

@media only screen and (max-width: 479.98px) {
  .home-shop-wrapper .subscribe-form.inline-style .subscribe-form-submit input {
    width: 90px;
  }
}

.home-shop-wrapper .footer-area.footer-shop-area {
  padding: 94px 0 0;
}

.home-shop-wrapper .footer-area.footer-shop-area .widget-item .widget-title.line-bottom {
  text-transform: capitalize;
  font-size: 18px;
}

.home-shop-wrapper .footer-area.footer-shop-area .widget-item .widget-title.line-bottom:after {
  background-color: #686766;
}

.home-shop-wrapper .footer-area.footer-shop-area .widget-item .about-widget .footer-logo {
  margin-top: 1px;
}

.home-shop-wrapper .footer-area.footer-shop-area .widget-item .about-widget p {
  color: #666768;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 300;
  font-style: italic;
}

.home-shop-wrapper .footer-area.footer-shop-area .widget-item .widget-social-icons.no-bg a {
  color: #666768;
}

.home-shop-wrapper .footer-area.footer-shop-area .widget-item .widget-social-icons.no-bg a:hover {
  color: #fff;
}

.home-shop-wrapper .footer-area.footer-shop-area .widget-item .widget-product .product-item {
  margin-bottom: 0;
}

.home-shop-wrapper .footer-area.footer-shop-area .widget-item .widget-product .product-item li {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
  .home-shop-wrapper .footer-area.footer-shop-area .widget-item .widget-product .product-item li {
    width: 100%;
  }
}

.home-shop-wrapper .footer-area.footer-shop-area .widget-item .widget-product .product-item li a {
  display: block;
  margin-bottom: 5px;
}

.home-shop-wrapper .footer-area.footer-shop-area .widget-item .widget-product .product-item li a img {
  float: left;
  max-width: 70px;
  margin-right: 15px;
  padding-top: 6px;
}

.home-shop-wrapper .footer-area.footer-shop-area .widget-item .widget-product .product-item li a .product-title {
  color: #fff;
  font-size: 14px;
  display: inline;
  font-family: "Playfair Display", serif;
}

.home-shop-wrapper .footer-area.footer-shop-area .widget-item .widget-product .product-item li .product-amount {
  color: #666768;
}

.home-shop-wrapper .footer-area.footer-shop-area .widget-item .widget-contact-info li {
  color: #666768;
}

.home-shop-wrapper .footer-area.footer-shop-area .widget-item .widget-contact-info li a {
  color: #666768;
}

.home-shop-wrapper .footer-area.footer-light .footer-bottom {
  margin-top: -21px;
}

.home-shop-wrapper .footer-area.footer-light .footer-bottom .widget-copyright p {
  color: #666768;
}

.home-shop-wrapper .footer-area.footer-light .footer-bottom .widget-copyright p span {
  color: #fff;
}

.home-shop-wrapper .scroll-to-top {
  font-size: 14px;
}


/*
-----------------------------------------------------------------------
    Page About CSS
-----------------------------------------------------------------------
*/

.page-about-wrapper .section-title .title {
  margin-bottom: 42px;
}

.page-about-wrapper .team-area {
  padding: 120px 0;
}

.page-about-wrapper .team-area .accordian-content {
  padding: 100px 0 0;
}

.page-about-wrapper .team-area .accordian-content .accordion.accordion-style2 .accordion-item .accordian-heading .btn {
  font-size: 16px;
  margin-bottom: -26px;
}

.page-about-wrapper .team-area .progress-content {
  padding: 100px 0 0;
}


/*
-----------------------------------------------------------------------
    Blog CSS
-----------------------------------------------------------------------
*/

.blog-area.blog-default-area {
  padding: 120px 0 100px;
}

@media only screen and (max-width: 1199px) {
  .blog-area.blog-default-area {
    padding: 100px 0 50px;
  }
}

@media only screen and (max-width: 991px) {
  .blog-area.blog-default-area {
    padding: 80px 0 50px;
  }
}

@media only screen and (max-width: 575px) {
  .blog-area.blog-default-area {
    padding: 80px 0 30px;
  }
}

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

.blog-area.blog-default-area .section-title h5 {
  font-size: 16px;
  margin-bottom: 11px;
}

.blog-area.blog-default-area .section-title .title {
  font-size: 30px;
  margin-bottom: 13px;
}

.blog-area.blog-default-area .post-list {
  margin-left: 24px;
}

@media only screen and (max-width: 991px) {
  .blog-area.blog-default-area .post-list {
    margin-left: -25px;
  }
}

.blog-area.blog-creative-area {
  padding: 96px 0 69px;
}

@media only screen and (max-width: 1199px) {
  .blog-area.blog-creative-area {
    padding: 76px 0 49px;
  }
  .blog-area.blog-creative-area .section-title {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-area.blog-creative-area {
    padding: 66px 0 39px;
  }
}

@media only screen and (max-width: 575px) {
  .blog-area.blog-creative-area {
    padding: 56px 0 29px;
  }
}

.blog-area.blog-corporate-area {
  padding: 97px 0 65px;
}

@media only screen and (max-width: 1199px) {
  .blog-area.blog-corporate-area {
    padding: 85px 0 40px;
  }
}

@media only screen and (max-width: 575px) {
  .blog-area.blog-corporate-area {
    padding: 70px 0 20px;
  }
}

.blog-area.blog-corporate-area .section-title {
  margin-bottom: 75px;
}

@media only screen and (max-width: 1199px) {
  .blog-area.blog-corporate-area .section-title {
    margin-bottom: 50px;
  }
}

.blog-area.blog-construction-area {
  padding: 97px 0 31px;
}

@media only screen and (max-width: 1199px) {
  .blog-area.blog-construction-area {
    padding: 85px 0 80px;
  }
}

.blog-area.blog-construction-area .section-title {
  margin-bottom: 71px;
}

@media only screen and (max-width: 1199px) {
  .blog-area.blog-construction-area .section-title {
    margin-bottom: 45px;
  }
}

.blog-area.blog-restaurant-area {
  padding: 94px 0 58px;
}

@media only screen and (max-width: 1199px) {
  .blog-area.blog-restaurant-area {
    padding: 70px 0 45px;
  }
}

@media only screen and (max-width: 1199px) {
  .blog-area.blog-restaurant-area .section-title.section-style4 {
    margin-bottom: 60px;
  }
}

.blog-area.blog-education-area {
  padding: 0 0 79px;
}

@media only screen and (max-width: 1199px) {
  .blog-area.blog-education-area {
    padding: 0 0 60px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-area.blog-education-area {
    padding: 0 0 80px;
  }
}

.blog-area.blog-education-area .section-title {
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .blog-area.blog-education-area .section-title {
    margin-bottom: 30px;
  }
}

.blog-area.blog-freelancer-area {
  padding: 94px 0 0;
}

@media only screen and (max-width: 767px) {
  .blog-area.blog-freelancer-area {
    padding: 75px 0 0;
  }
}

.blog-area.blog-freelancer-area .line-hr {
  border-bottom-color: #ddd;
  margin-top: 56px;
}

@media only screen and (max-width: 767px) {
  .blog-area.blog-freelancer-area .line-hr {
    margin-top: 35px;
  }
}

.blog-area.blog-shop-area {
  padding-bottom: 100px;
}

@media only screen and (max-width: 1199px) {
  .blog-area.blog-shop-area {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .blog-area.blog-shop-area {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 1199px) {
  .blog-area.blog-shop-area .section-title {
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 991px) {
  .blog-area.blog-shop-area .section-title {
    margin-bottom: 55px;
  }
}

.post-item {
  margin-bottom: 30px;
}

.post-item .thumb {
  overflow: hidden;
  position: relative;
}

.post-item .thumb a {
  display: block;
  position: relative;
}

.post-item .thumb a:after {
  background-color: rgba(255, 255, 255, 0.5);
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: 0.5s;
}

.post-item .thumb a:hover:after {
  opacity: 0;
}

.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-item .thumb .icon {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  color: #fff;
  font-size: 20px;
  height: 40px;
  line-height: 46px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 10px;
  width: 40px;
}

.post-item .content {
  padding: 35px 0 0;
  position: relative;
  z-index: 1;
}

.post-item .content .title {
  color: #000;
  font-family: "Open Sans", sans-serif !important;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 20px;
}

.post-item .content .title a {
  color: #000;
}

.post-item .content .title a:hover {
  color: #F9AB3E;
}

.post-item .content p {
  font-size: 14px;
  line-height: 30px;
  margin: 0 0 20px;
}

.post-item .content .category {
  color: #727883;
  display: inline-block;
  font-family: "Open Sans", sans-serif !important;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 14px;
}

.post-item .content .meta {
  color: #727883;
  font-size: 12px;
  margin-bottom: 15px;
}

.post-item .content .meta a {
  color: #727883;
  margin-right: 17px;
}

.post-item .content .meta a .icon {
  color: #727883;
  padding-right: 7px;
}

.post-item .content .meta a:last-child {
  margin-right: 0;
}

.post-item .content .meta a:hover {
  color: #F9AB3E;
}

.post-item .content .meta a:hover .icon {
  color: #727883;
}

.post-item .content .meta.bottom {
  border-top: 1px solid #f0f1f3;
  display: flex;
  justify-content: space-between;
  margin-bottom: -8px;
  margin-top: 27px;
  padding-top: 27px;
}

.post-item .content .meta.bottom .post-share {
  position: relative;
}

.post-item .content .meta.bottom .post-share .icon-share .icon-img {
  filter: contrast(0.01);
  opacity: 0.8;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.post-item .content .meta.bottom .post-share .icon-share .icon-img:hover {
  filter: contrast(1);
  opacity: 1;
}

.post-item .content .meta.bottom .post-share ul {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 6px 25px 0px rgba(171, 181, 189, 0.25);
  display: flex;
  margin: 0;
  opacity: 0;
  padding: 8px 3px 8px 17px;
  position: absolute;
  right: 0;
  top: -44px;
  visibility: hidden;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.post-item .content .meta.bottom .post-share ul:after {
  border-color: transparent transparent #fff transparent;
  border-style: solid;
  border-width: 9px;
  bottom: -8px;
  box-shadow: 0px 6px 25px 0px rgba(171, 181, 189, 0.25);
  content: "";
  position: absolute;
  right: 6px;
  transform: rotate(45deg);
}

.post-item .content .meta.bottom .post-share ul:before {
  bottom: -33px;
  content: "";
  height: 40px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
}

.post-item .content .meta.bottom .post-share ul li {
  margin-right: 13px;
  line-height: 1;
}

.post-item .content .meta.bottom .post-share ul li a {
  color: #0e0e0e;
  font-size: 12px;
}

.post-item .content .meta.bottom .post-share ul li a.color-facebook {
  color: #425a99;
}

.post-item .content .meta.bottom .post-share ul li a.color-twitter {
  color: #67acec;
}

.post-item .content .meta.bottom .post-share ul li a.color-dribbble {
  color: #e93b88;
}

.post-item .content .meta.bottom .post-share ul li a.color-pinterest {
  color: #b51122;
}

.post-item .content .meta.bottom .post-share:hover ul {
  opacity: 1;
  visibility: visible;
}

.post-item .content .meta.bottom .post-share:hover .icon-share .icon-img {
  filter: contrast(1);
  opacity: 1;
}

.post-item .content .meta.meta-bottom {
  margin-bottom: -22px;
  margin-top: 37px;
  padding-top: 17px;
}

.post-item .content .meta.meta-theme a .icon {
  color: #F9AB3E;
}

.post-item .content.content-style2 {
  padding: 43px 41px 56px;
}

.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-item.post-horizontal {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

@media only screen and (max-width: 991px) {
  .post-item.post-horizontal {
    display: block;
  }
}

.post-item.post-horizontal .thumb {
  max-width: 446px;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .post-item.post-horizontal .thumb {
    max-width: none;
  }
}

@media only screen and (max-width: 1199px) {
  .post-item.post-horizontal .thumb a {
    height: 100%;
  }
}

.post-item.post-horizontal .thumb.bg-thumb {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  max-width: 446px;
  min-height: 537px;
  position: relative;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .post-item.post-horizontal .thumb.bg-thumb {
    max-width: none;
    min-height: 300px;
  }
}

.post-item.post-horizontal .thumb.bg-thumb:before {
  content: "";
  border-top: 20px solid transparent;
  border-left: 20px solid #fff;
  border-bottom: 20px solid transparent;
  height: 0;
  width: 0;
  font-size: 0;
  position: absolute;
  top: 30%;
}

@media only screen and (max-width: 991px) {
  .post-item.post-horizontal .thumb.bg-thumb:before {
    display: none;
  }
}

.post-item.post-horizontal .content {
  margin-right: 40px;
  margin-top: -37px;
  max-width: 325px;
  padding: 0;
}

@media only screen and (max-width: 991px) {
  .post-item.post-horizontal .content {
    margin-top: 30px;
    max-width: none;
  }
}

.post-item.post-horizontal .content .title {
  margin-bottom: 25px;
}

.post-item.post-horizontal .content p {
  margin: 0 0 15px;
}

.post-item.post-horizontal .content .category {
  margin-bottom: 17px;
}

.post-item.post-horizontal .content .meta {
  margin-top: 26px;
}

.post-items-style2 .post-item {
  display: inline-block;
  margin-bottom: 35px;
  padding-left: 200px;
  position: relative;
}

.post-items-style2 .post-item .thumb {
  left: 0;
  position: absolute;
  top: 0;
}

.post-items-style2 .post-item .thumb img {
  height: 150px;
  max-width: 170px;
  width: 100%;
}

.post-items-style2 .post-item .content {
  min-height: 150px;
  padding: 0;
}

.post-items-style2 .post-item .content .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 10px;
}

.post-items-style2 .post-item .content .title a {
  color: #F9AB3E;
}

.post-items-style2 .post-item .content p {
  margin-bottom: 5px;
}

.post-items-style2 .post-item .content .meta a {
  text-transform: uppercase;
}

.post-items-style3 .post-item {
  margin-bottom: 44px;
}

.post-items-style3 .post-item .thumb+.content {
  padding-top: 39px;
}

.post-items-style3 .post-item .thumb+.content .inner {
  margin-bottom: 30px;
}

.post-items-style3 .post-item .thumb+.content p {
  margin-bottom: 30px;
}

.post-items-style3 .post-item .content {
  padding: 0;
}

.post-items-style3 .post-item .content .inner {
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
}

.post-items-style3 .post-item .content .inner:before {
  content: "";
  border-left: 5px solid #F9AB3E;
  height: 36px;
  position: absolute;
  left: 0;
  top: 2px;
}

.post-items-style3 .post-item .content .inner .title {
  font-size: 16px;
  margin-bottom: 6px;
}

.post-items-style3 .post-item .content .inner .title a:hover {
  color: #F9AB3E;
}

.post-items-style3 .post-item .content .inner .meta {
  margin-bottom: 0;
}

.post-items-style3 .post-item .content .inner .meta a {
  margin-bottom: 0;
}

.post-items-style3 .post-item .content .inner .meta a.category {
  color: #727883;
  font-family: "Open Sans", sans-serif !important;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}

.post-items-style3 .post-item .content p {
  line-height: 24px;
  margin-bottom: 15px;
}

.post-items-style3 .post-item .content .btn-link {
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
}

.post-items-style4 .post-item {
  display: inline-block;
  margin-bottom: 11px;
  padding-left: 200px;
  position: relative;
}

.post-items-style4 .post-item .thumb {
  left: 0;
  position: absolute;
  top: 0;
}

.post-items-style4 .post-item .thumb img {
  height: 150px;
  max-width: 170px;
  width: 100%;
}

.post-items-style4 .post-item .thumb+.content {
  margin-bottom: 35px;
  min-height: 150px;
  padding-top: 1px;
}

.post-items-style4 .post-item .content {
  padding: 0;
}

.post-items-style4 .post-item .content .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 11px;
}

.post-items-style4 .post-item .content .title a {
  color: #F9AB3E;
}

.post-items-style4 .post-item .content p {
  line-height: 24px;
  margin-bottom: 10px;
}

.post-items-style4 .post-item .content .meta a {
  font-style: italic;
  text-transform: capitalize;
}

.post-items-style5 .post-item {
  display: inline-block;
  margin-bottom: 35px;
  padding-left: 200px;
  position: relative;
}

.post-items-style5 .post-item .thumb {
  left: 0;
  position: absolute;
  top: 0;
}

.post-items-style5 .post-item .thumb img {
  height: 150px;
  max-width: 170px;
  width: 100%;
}

.post-items-style5 .post-item .content {
  min-height: 150px;
  padding: 0;
}

.post-items-style5 .post-item .content .title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 14px;
}

.post-items-style5 .post-item .content .category {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 9px;
}

.post-items-transparent .post-item {
  background-color: transparent;
  box-shadow: none;
}

.post-items-transparent .post-item .content {
  padding: 36px 0 0;
}

.post-items-transparent .post-item .content:before {
  display: none;
}

.post-items-position .post-item {
  background-color: transparent;
  box-shadow: none;
}

.post-items-position .post-item .thumb a:after {
  background-color: transparent;
}

.post-items-position .post-item .thumb img {
  border-radius: 5px;
}

.post-items-position .post-item .content {
  bottom: 18px;
  left: 18px;
  position: absolute;
}

@media only screen and (max-width: 479.98px) {
  .post-items-position .post-item .content {
    left: 0;
  }
}

.post-items-position .post-item .content:before {
  display: none;
}

.post-items-position .post-item .content .meta {
  color: #dfd6d5;
}

.post-items-position .post-item .content .meta a {
  color: #dfd6d5;
}

.post-items-position .post-item .content .meta .author {
  color: #fff;
}

.post-items-position .post-item .content .meta .author:after {
  background-color: #fff;
}

.post-items-position .post-item .content .title a {
  color: #fff;
}

.post-items-position .post-item .content .title a:hover {
  border-bottom-color: #fff;
}

.post-noshadow .post-item {
  box-shadow: none;
}

.post-style-column1 .post-item {
  margin-bottom: 44px;
}

.post-style-column1 .post-item .thumb img {
  width: 100%;
}

.post-style-column1 .post-item .content .title {
  font-size: 18px;
}

.post-list .post-item {
  margin-bottom: 0;
  padding: 24px 25px 8px;
  position: relative;
}

.post-list .post-item .thumb.bg-thumb {
  background-size: cover;
  background-position: center center;
  height: 100%;
  left: 0;
  opacity: 0;
  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;
}

.post-list .post-item .thumb.bg-thumb:before {
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.4;
  position: absolute;
  top: 0;
  width: 100%;
}

.post-list .post-item .content {
  padding: 0;
}

.post-list .post-item .content .category {
  margin-bottom: 12px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.post-list .post-item .content .title {
  margin-bottom: 26px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.post-list .post-item .content .title a {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.post-list .post-item .content .meta a {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.post-list .post-item .content .meta a .icon {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.post-list .post-item:hover .thumb.bg-thumb {
  opacity: 1;
  visibility: visible;
}

.post-list .post-item:hover .content .category {
  color: #fff;
}

.post-list .post-item:hover .content .title a {
  color: #fff;
}

.post-list .post-item:hover .content .meta a {
  color: #fff;
}

.post-list .post-item:hover .content .meta.meta-theme a .icon {
  color: #fff;
}

.post-items-slick-slider.slick-slider .slick-list {
  margin: 0 -18px;
}

.post-items-slick-slider.slick-slider .slick-list .slick-track .slick-slide {
  margin: 0 15px;
}

.post-items-slick-slider.slick-slider .slick-list .slick-track .slick-slide .post-item {
  box-shadow: 0px 3px 25px 0px rgba(171, 181, 189, 0.5);
}

.post-items-slider-two .owl-stage-outer {
  margin: 0 -21px;
}

.post-items-slider-two .owl-stage-outer .owl-stage {
  margin: 0 21px;
}

.post-items-slider-two.owl-carousel.owl-theme .owl-nav {
  top: -60px;
}

.post-items-slider-two .post-item {
  box-shadow: 0px 3px 25px 0px rgba(171, 181, 189, 0.5);
  margin-top: 50px;
}

.blog-sidebar .blog-sidebar-content {
  float: left;
  max-width: 800px;
}

@media only screen and (max-width: 1199px) {
  .blog-sidebar .blog-sidebar-content {
    max-width: 596px;
  }
}

@media only screen and (max-width: 991px) {
  .blog-sidebar .blog-sidebar-content {
    max-width: none;
  }
}

.blog-sidebar .blog-sidebar-content.sidebar-content-style {
  max-width: 770px;
}

@media only screen and (max-width: 1199px) {
  .blog-sidebar .blog-sidebar-content.sidebar-content-style {
    max-width: 596px;
  }
}

@media only screen and (max-width: 991px) {
  .blog-sidebar .blog-sidebar-content.sidebar-content-style {
    max-width: 100%;
  }
}

.blog-sidebar .blog-sidebar-widget {
  float: right;
  max-width: 300px;
}

@media only screen and (max-width: 991px) {
  .blog-sidebar .blog-sidebar-widget {
    margin-top: 50px;
    max-width: none;
  }
}

@media only screen and (max-width: 767px) {
  .blog-sidebar .blog-sidebar-widget {
    margin-top: 30px;
  }
}

.blog-sidebar .blog-sidebar-widget.sidebar-widget-style {
  background-color: #fff;
  border-radius: 5px;
  padding: 53px 30px 36px;
}

@media only screen and (max-width: 991px) {
  .blog-sidebar .blog-sidebar-widget.sidebar-widget-style {
    max-width: 100%;
  }
}

.blog-sidebar .blog-sidebar-widget.sidebar-widget-style .widget-item {
  margin-bottom: 0;
}

.blog-sidebar .blog-sidebar-widget.sidebar-widget-style .widget-search-box {
  border-bottom: 1px solid #eaecee;
  padding-bottom: 52px;
  margin-bottom: 46px;
}

.blog-sidebar .blog-sidebar-widget.sidebar-widget-style .widget-search-box .form-input-item input {
  background-color: #f0f2f4;
}

.blog-sidebar .blog-sidebar-widget.sidebar-widget-style .widget-categories {
  border-bottom: 1px solid #eaecee;
  padding-bottom: 17px;
  margin-bottom: 45px;
  margin-top: 32px;
}

.blog-sidebar .blog-sidebar-widget.sidebar-widget-style .widget-categories ul li {
  border-bottom: 1px solid #eaecee;
  margin-bottom: 8px;
  padding-bottom: 8px;
}

.blog-sidebar .blog-sidebar-widget.sidebar-widget-style .widget-categories ul li a {
  font-size: 14px;
}

.blog-sidebar .blog-sidebar-widget.sidebar-widget-style .widget-categories ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.blog-sidebar .blog-sidebar-widget.sidebar-widget-style .widget-blog-post {
  border-bottom: 1px solid #eaecee;
  padding-bottom: 29px;
  margin-bottom: 47px;
  margin-top: 31px;
}

.blog-sidebar .blog-sidebar-widget.sidebar-widget-style .widget-blog-post ul li {
  border-bottom: 1px solid #eaecee;
  display: flex;
  margin-bottom: 24px;
  padding-bottom: 23px;
}

.blog-sidebar .blog-sidebar-widget.sidebar-widget-style .widget-blog-post ul li .thumb {
  margin-right: 19px;
  min-width: 70px;
  position: relative;
  top: 0;
}

.blog-sidebar .blog-sidebar-widget.sidebar-widget-style .widget-blog-post ul li .content {
  padding-left: 0;
}

.blog-sidebar .blog-sidebar-widget.sidebar-widget-style .widget-blog-post ul li .content a {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  margin-top: -5px;
}

.blog-sidebar .blog-sidebar-widget.sidebar-widget-style .widget-blog-post ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.blog-sidebar .blog-sidebar-widget.sidebar-widget-style .widget-tags {
  border-bottom: 1px solid #eaecee;
  padding-bottom: 17px;
  margin-bottom: 36px;
}

.blog-sidebar .blog-sidebar-widget.sidebar-widget-style .widget-tags ul li {
  margin-bottom: 11px;
  margin-right: 6px;
}

.blog-sidebar .blog-sidebar-widget.sidebar-widget-style .widget-tags ul li a {
  background-color: #f0f2f4;
  border-radius: 3px;
  font-size: 14px;
  padding: 6px 11px;
}

.blog-sidebar .blog-sidebar-widget.sidebar-widget-style .widget-tags ul li a:hover {
  background-color: #F9AB3E;
}

.blog-sidebar .post-item {
  margin-bottom: 40px;
}

.blog-sidebar .post-item .content .title a:hover {
  border-bottom-color: transparent;
}

.blog-details-area {
  padding: 0;
}

.blog-details-area .post-details-content {
  float: left;
  max-width: 800px;
}

@media only screen and (max-width: 1199px) {
  .blog-details-area .post-details-content {
    max-width: 595px;
  }
}

@media only screen and (max-width: 991px) {
  .blog-details-area .post-details-content {
    float: auto;
    max-width: 100%;
  }
}

.blog-details-area .post-details-content.post-content-style2 {
  max-width: 770px;
}

.blog-details-area .post-details-content.post-content-style2+.blog-sidebar-widget {
  max-width: 270px;
  width: 100%;
}

.blog-details-area .post-details-content.post-content-style3 {
  background-color: #fff;
  border-radius: 5px;
  float: none;
  margin-bottom: 20px;
  margin-top: -81px;
  max-width: none;
  padding: 69px 0 90px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 991px) {
  .blog-details-area .post-details-content.post-content-style3 {
    padding: 69px 30px 90px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-details-area .post-details-content.post-content-style3 {
    margin-top: -30px;
    padding: 69px 30px 50px;
  }
}

@media only screen and (max-width: 575px) {
  .blog-details-area .post-details-content.post-content-style3 {
    padding: 69px 15px 50px;
  }
}

@media only screen and (max-width: 479.98px) {
  .blog-details-area .post-details-content.post-content-style3 {
    margin-top: -5px;
  }
}

.blog-details-area .blog-sidebar-widget {
  float: right;
  max-width: 300px;
}

@media only screen and (max-width: 991px) {
  .blog-details-area .blog-sidebar-widget {
    float: auto;
    max-width: 100%;
  }
}

.post-details-content .post-details-body {
  background-color: #fff;
  border-radius: 5px;
}

.post-details-content .post-details-body .thumb {
  margin-top: 0;
}

.post-details-content .post-details-body .thumb img {
  border-radius: 5px 5px 0 0;
  width: 100%;
}

.post-details-content .post-details-body .content .title {
  color: #000;
  font-family: "Open Sans", sans-serif !important;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .post-details-content .post-details-body .content .title {
    font-size: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .post-details-content .post-details-body .content .title {
    font-size: 18px;
  }
}

.post-details-content .post-details-body .content .meta {
  color: #727883;
  font-size: 12px;
  margin-bottom: 30px;
}

.post-details-content .post-details-body .content .meta a {
  color: #727883;
  margin-right: 17px;
}

.post-details-content .post-details-body .content .meta a .icon {
  color: #727883;
  padding-right: 7px;
}

.post-details-content .post-details-body .content .meta a:hover {
  color: #F9AB3E;
}

.post-details-content .post-details-body .content .meta a:hover .icon {
  color: #727883;
}

.post-details-content .post-details-body .content p {
  color: #727883;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 35px;
}

.post-details-content .post-details-body .content p.text-pra {
  color: #fff;
  font-style: italic;
  line-height: 30px;
  margin-bottom: 35px;
  text-align: center;
}

.post-details-content .post-details-body .content .blockquote-area {
  margin-bottom: 35px;
  padding: 0;
}

.post-details-content .post-details-body .content .blockquote-area .blockquote-style {
  border: none;
  border-left: 5px solid #eee;
  margin: 0;
  padding: 10px 20px;
}

.post-details-content .post-details-body .content .blockquote-area .blockquote-style p {
  color: #fff;
  font-family: "Open Sans", sans-serif !important;
  font-size: 17.5px;
  font-weight: 400;
  font-style: normal;
  line-height: 30px;
  margin-bottom: 0;
  padding-left: 0;
  text-align: center;
}

.post-details-content .post-details-body .content .blockquote-area .blockquote-style cite .name {
  color: #000;
  font-size: 14px;
}

.post-details-content .post-details-body .content .thumb-inner {
  margin-bottom: 35px;
  margin-top: 0;
}

.post-details-content .post-details-body .content .thumb-inner img {
  border-radius: 0;
  width: 100%;
}

.post-details-content .post-details-body .content h4 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 35px;
}

.post-details-content .post-details-body .content ul.list-style {
  display: inline-block;
  margin-bottom: 48px;
  padding-top: 9px;
  width: 100%;
}

.post-details-content .post-details-body .content ul.list-style li {
  font-size: 16px;
  float: left;
  margin-bottom: 11px;
  width: 50%;
}

@media only screen and (max-width: 1199px) {
  .post-details-content .post-details-body .content ul.list-style li {
    width: 100%;
  }
}

@media only screen and (max-width: 479.98px) {
  .post-details-content .post-details-body .content ul.list-style li {
    position: relative;
    padding-left: 26px;
  }
}

.post-details-content .post-details-body .content ul.list-style li i {
  color: #F9AB3E;
  font-size: 14px;
  margin-right: 14px;
}

@media only screen and (max-width: 479.98px) {
  .post-details-content .post-details-body .content ul.list-style li i {
    position: absolute;
    left: 0;
    top: 8px;
  }
}

@media only screen and (max-width: 479.98px) {
  .post-details-content .post-details-body .content .widget-tags {
    margin-bottom: 15px;
  }
}

.post-details-content .post-details-body .content .widget-tags ul {
  margin-bottom: 0;
}

.post-details-content .post-details-body .content .widget-tags ul li {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .post-details-content .post-details-body .content .widget-tags ul li {
    margin-right: 2px;
  }
}

.post-details-content .post-details-body .content .widget-tags ul li a {
  background-color: transparent;
  border: 1px solid #e2e4e7;
  padding: 13px;
}

@media only screen and (max-width: 767px) {
  .post-details-content .post-details-body .content .widget-tags ul li a {
    font-size: 14px;
    padding: 7px;
  }
}

.post-details-content .post-details-body .content .widget-tags ul li a:hover {
  background-color: #F9AB3E;
  border-color: #F9AB3E;
  color: #fff;
}

.post-details-content .post-details-body .content .post-author-social {
  align-items: center;
  border-top: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
  margin-top: 60px;
  padding-top: 50px;
}

@media only screen and (max-width: 991px) {
  .post-details-content .post-details-body .content .post-author-social {
    display: block;
  }
  .post-details-content .post-details-body .content .post-author-social .widget-social-icons {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 479.98px) {
  .post-details-content .post-details-body .content .post-author-social {
    display: block;
  }
}

.post-details-content .post-details-body .content .author-info {
  position: relative;
}

.post-details-content .post-details-body .content .author-info .thumb {
  left: 0;
  position: absolute;
  top: 0;
}

@media only screen and (max-width: 479.98px) {
  .post-details-content .post-details-body .content .author-info .thumb {
    position: relative;
  }
}

.post-details-content .post-details-body .content .author-info .thumb img {
  border-radius: 0;
  width: auto;
}

.post-details-content .post-details-body .content .author-info .author-details {
  padding-left: 85px;
  padding-top: 8px;
}

@media only screen and (max-width: 479.98px) {
  .post-details-content .post-details-body .content .author-info .author-details {
    margin-top: 15px;
    padding-left: 0;
  }
}

.post-details-content .post-details-body .content .author-info .author-details ul {
  display: inline-block;
  margin-bottom: 0;
}

.post-details-content .post-details-body .content .author-info .author-details ul li {
  align-items: flex-end;
  display: flex;
  float: left;
  font-weight: 600;
  line-height: 1;
  min-height: 16px;
}

.post-details-content .post-details-body .content .author-info .author-details ul li.name {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.post-details-content .post-details-body .content .author-info .author-details ul li.author {
  color: #aba5a5;
  font-size: 14px;
  font-weight: 400;
  margin-left: 14px;
}

.post-details-content .post-details-body .content .author-info .author-details p {
  display: block;
  margin-bottom: 0;
}

.post-details-content .post-details-body .content .widget-social-icons {
  padding-top: 7px;
}

.post-details-content .post-details-body .content .widget-social-icons span {
  color: #0e0e0e;
  font-size: 16px;
  font-weight: 600;
  margin-right: 12px;
}

@media only screen and (max-width: 575px) {
  .post-details-content .post-details-body .content .widget-social-icons span {
    font-size: 14px;
    margin-right: 2px;
  }
}

.post-details-content .post-details-body .content .widget-social-icons a {
  background-color: #F9AB3E;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  margin-right: 26.36px;
  text-align: center;
  width: 30px;
}

@media only screen and (max-width: 1199px) {
  .post-details-content .post-details-body .content .widget-social-icons a {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 575px) {
  .post-details-content .post-details-body .content .widget-social-icons a {
    font-size: 12px;
    margin-right: 6px;
  }
}

.post-details-content .post-details-body .content .widget-social-icons a:last-child {
  margin-right: 0;
}

.post-details-content .post-details-body .content .widget-social-icons a.facebook {
  background-color: #3b5999;
}

.post-details-content .post-details-body .content .widget-social-icons a.twitter {
  background-color: #55acee;
}

.post-details-content .post-details-body .content .widget-social-icons a.linkedin {
  background-color: #007bb6;
}

.post-details-content .post-details-body .content .widget-social-icons a.google-plus {
  background-color: #fe6553;
}

.post-details-content .post-details-body .content .widget-social-icons a.pinterest {
  background-color: #c32026;
}

.post-details-content .post-details-body .content .widget-social-icons a.envelope {
  background-color: #808080;
}

.post-details-content .post-details-body .content .widget-social-icons a:hover {
  color: #F9AB3E;
}

.post-details-content .related-posts .post-items-slider-four.owl-carousel.owl-theme .owl-nav {
  top: -129px;
}

.post-details-content .related-posts .post-items-slider-four.owl-carousel.owl-theme .owl-nav [class*=owl-] {
  background-color: #fff;
  border-color: #fff;
  color: #aba5a5;
  font-size: 16px;
}

.post-details-content .related-posts .post-items-slider-four.owl-carousel.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #F9AB3E;
  border-color: #F9AB3E;
  color: #fff;
}

.post-details-content .related-posts .post-items-slider-four.owl-carousel.owl-theme.owl-nav-style2 .owl-nav {
  top: -129px;
}

.post-details-content .related-posts .post-items-slider-four.owl-carousel.owl-theme.owl-nav-style2 .owl-nav [class*=owl-] {
  background-color: transparent;
  border-color: #e2e4e7;
  color: #aba5a5;
  font-size: 16px;
}

.post-details-content .related-posts .post-items-slider-four.owl-carousel.owl-theme.owl-nav-style2 .owl-nav [class*=owl-]:hover {
  background-color: #F9AB3E;
  border-color: #F9AB3E;
  color: #fff;
}

.post-details-content .related-posts .post-items-slider-four.owl-carousel.owl-theme.owl-nav-style2 .post-item .content {
  border: 1px solid #e2e4e7;
  border-top: none;
  border-radius: 0 0 5px 5px;
}

.post-details-content .related-posts .title {
  font-size: 36px;
  margin-bottom: 80px;
  margin-top: 127px;
}

@media only screen and (max-width: 991px) {
  .post-details-content .related-posts .title {
    margin-top: 95px;
  }
}

.post-details-content .related-posts .post-item {
  box-shadow: none;
}

.post-details-content .related-posts .post-item .content .title {
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 0;
}

@media only screen and (max-width: 479.98px) {
  .post-details-content .post-items-slider-four.owl-carousel.owl-theme .owl-nav {
    display: none;
  }
}

.post-details-footer {
  margin-top: 120px;
}

@media only screen and (max-width: 575px) {
  .post-details-footer {
    margin-top: 80px;
  }
}

.post-details-footer .widget-tags {
  color: #999;
  margin-bottom: 18px;
  text-align: center;
}

.post-details-footer .widget-tags span {
  color: #000;
  font-size: 15px;
  font-weight: 600;
  margin-right: 4px;
}

.post-details-footer .widget-tags a {
  color: #999;
  font-size: 15px;
  font-weight: 300;
}

.post-details-footer .widget-tags a:hover {
  color: #F9AB3E;
}

.post-details-footer .widget-social-icons {
  text-align: center;
}

.post-details-footer .widget-social-icons span {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  margin-right: 12px;
}

.post-details-footer .widget-social-icons a {
  color: #ccc;
  font-size: 15px;
  margin-right: 12px;
}

.post-details-footer .widget-social-icons a:last-child {
  margin-right: 0;
}

.post-details-footer .widget-social-icons a:hover {
  color: #F9AB3E;
}

.post-details-footer.post-footer-style2 {
  margin-top: 62px;
}

.post-details-footer.post-footer-style2 .widget-tags {
  text-align: left;
}

.post-details-footer.post-footer-style2 .widget-social-icons {
  text-align: left;
}

@media only screen and (max-width: 575px) {
  .post-details-footer.post-footer-style2 .portfolio-navigation .nav-prev {
    text-align: center;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .post-details-footer.post-footer-style2 .portfolio-navigation .nav-next {
    text-align: right;
  }
}

@media only screen and (max-width: 575px) {
  .post-details-footer.post-footer-style2 .portfolio-navigation .nav-next {
    text-align: center;
  }
}

.portfolio-navigation {
  margin-bottom: 40px;
  padding-top: 8px;
}

.portfolio-navigation .nav-prev a,
.portfolio-navigation .nav-next a {
  color: #000;
  font-family: "Open Sans", sans-serif !important;
  font-size: 14px;
  font-weight: 400;
}

.portfolio-navigation .nav-prev a span,
.portfolio-navigation .nav-next a span {
  align-items: center;
  color: #727883;
  display: flex;
  font-family: "Open Sans", sans-serif !important;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.portfolio-navigation .nav-prev a span i,
.portfolio-navigation .nav-next a span i {
  font-size: 16px;
  margin-right: 10px;
}

.portfolio-navigation .nav-prev a:hover span,
.portfolio-navigation .nav-next a:hover span {
  color: #F9AB3E;
}

.portfolio-navigation .nav-next {
  text-align: right;
}

.portfolio-navigation .nav-next a span {
  justify-content: flex-end;
}

.portfolio-navigation .nav-next a span i {
  margin-left: 10px;
  margin-right: 0;
}

.post-details-gallery-slider.owl-carousel.owl-theme .owl-nav {
  left: 0;
  right: 0;
  top: 46.5%;
  transform: translateY(-50%);
}

.post-details-gallery-slider.owl-carousel.owl-theme .owl-nav .owl-prev {
  background-color: #fff;
  border-color: #fff;
  color: #868383;
  left: 50px;
  position: absolute;
  right: auto;
}

.post-details-gallery-slider.owl-carousel.owl-theme .owl-nav .owl-prev:hover {
  background-color: #F9AB3E;
  border-color: #F9AB3E;
  color: #fff;
}

.post-details-gallery-slider.owl-carousel.owl-theme .owl-nav .owl-next {
  background-color: #fff;
  border-color: #fff;
  color: #868383;
  left: auto;
  position: absolute;
  right: 50px;
}

.post-details-gallery-slider.owl-carousel.owl-theme .owl-nav .owl-next:hover {
  background-color: #F9AB3E;
  border-color: #F9AB3E;
  color: #fff;
}

.post-details-gallery-slider.owl-carousel.owl-theme .owl-dots {
  bottom: 129px;
  left: calc(50% - 334px);
  position: absolute;
  transform: translateX(-50%);
}

@media only screen and (max-width: 1199px) {
  .post-details-gallery-slider.owl-carousel.owl-theme .owl-dots {
    display: none;
  }
}

.post-details-gallery-slider.owl-carousel.owl-theme .owl-dots .owl-dot span {
  background-color: #fff;
  border-color: #fff;
  margin: 5px 10px;
}

.post-details-gallery-slider.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.post-details-gallery-slider.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #F9AB3E;
  border-color: #F9AB3E;
}

.related-posts.post-items-transparent .post-items-slider-five {
  border-bottom: 1px solid #f0f1f3;
  padding-bottom: 87px;
}

.related-posts.post-items-transparent .post-items-slider-five.owl-carousel.owl-theme .owl-nav {
  top: -129px;
}

@media only screen and (max-width: 479.98px) {
  .related-posts.post-items-transparent .post-items-slider-five.owl-carousel.owl-theme .owl-nav {
    display: none;
  }
}

.related-posts.post-items-transparent .post-items-slider-five.owl-carousel.owl-theme .owl-nav [class*=owl-] {
  border-color: #e2e4e7;
}

.related-posts.post-items-transparent .post-items-slider-five.owl-carousel.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #F9AB3E;
  border-color: #F9AB3E;
  color: #fff;
}

.related-posts.post-items-transparent .inner-title {
  border-top: 1px solid #f0f1f3;
  font-size: 36px;
  margin-bottom: 81px;
  padding-top: 126px;
}

.related-posts.post-items-transparent .post-item .content .title {
  font-size: 20px;
}

.comment-area h2 {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 20px;
  margin-top: 2px;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .comment-area h2 {
    font-size: 15px;
  }
}

.comment-area .comment-content {
  margin-bottom: 0;
}

.comment-area .comment-content .single-comment {
  margin-bottom: 50px;
}

.comment-area .comment-content .single-comment .author-info {
  position: relative;
}

.comment-area .comment-content .single-comment .author-info .thumb {
  left: 0;
  position: absolute;
  top: 7px;
}

@media only screen and (max-width: 479.98px) {
  .comment-area .comment-content .single-comment .author-info .thumb {
    position: relative;
    margin-bottom: 20px;
  }
}

.comment-area .comment-content .single-comment .author-info .thumb img {
  width: auto;
}

.comment-area .comment-content .single-comment .author-info .author-details {
  margin-left: 110px;
  padding-bottom: 13px;
}

@media only screen and (max-width: 479.98px) {
  .comment-area .comment-content .single-comment .author-info .author-details {
    margin-left: 0;
  }
}

.comment-area .comment-content .single-comment .author-info .author-details ul {
  display: inline-block;
  margin-bottom: 15px;
}

.comment-area .comment-content .single-comment .author-info .author-details ul li {
  font-weight: 400;
}

.comment-area .comment-content .single-comment .author-info .author-details ul li.name {
  color: #000;
  font-size: 14px;
}

.comment-area .comment-content .single-comment .author-info .author-details ul li.name a {
  color: #000;
}

.comment-area .comment-content .single-comment .author-info .author-details ul li.name a:hover {
  color: #F9AB3E;
}

.comment-area .comment-content .single-comment .author-info .author-details ul li.name span {
  margin-left: 10px;
  margin-right: 10px;
}

.comment-area .comment-content .single-comment .author-info .author-details ul li.meta-date {
  color: #727883;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
}

.comment-area .comment-content .single-comment .author-info .author-details p {
  display: block;
  margin-bottom: 9px;
}

.comment-area .comment-content .single-comment .author-info .author-details .btn-reply {
  border: 1px solid #ddd;
  color: #000;
  font-family: "Open Sans", sans-serif !important;
  font-size: 12px;
  font-weight: 400;
  min-height: 26px;
  padding: 3.5px 15px;
  text-transform: uppercase;
}

.comment-area .comment-content .single-comment .author-info .author-details .btn-reply:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.comment-area .comment-content .single-comment.last-child {
  margin-bottom: 0;
}

.comment-area .comment-note {
  font-family: "Open Sans", sans-serif !important;
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 15px;
}

.comment-area .comment-note span {
  color: #F9AB3E;
}

.comment-area .comment-form-wrap .comment-form-content .form-group {
  margin-bottom: 27px;
}

.comment-area .comment-form-wrap .comment-form-content .form-group .form-control {
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: none;
  color: #727883;
  font-size: 14px;
  padding: 10px 20px;
  height: 46px;
  outline: 0;
}

.comment-area .comment-form-wrap .comment-form-content .form-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #727883;
  font-size: 14px;
}

.comment-area .comment-form-wrap .comment-form-content .form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #727883;
  font-size: 14px;
}

.comment-area .comment-form-wrap .comment-form-content .form-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #727883;
  font-size: 14px;
}

.comment-area .comment-form-wrap .comment-form-content .form-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #727883;
  font-size: 14px;
}

.comment-area .comment-form-wrap .comment-form-content .form-group .form-control:focus {
  border-color: #000;
}

.comment-area .comment-form-wrap .comment-form-content .form-group textarea.form-control {
  min-height: 214px;
}

.comment-area .comment-form-wrap .comment-form-content .form-group .btn-theme {
  background-color: #F9AB3E;
  border: none;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  min-height: 46px;
  height: 46px;
  padding: 7px 21px;
  text-align: center;
  text-transform: uppercase;
}

.comment-area .comment-form-wrap .comment-form-content .form-group .btn-theme:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.post-gutter-45 {
  margin-right: -22.5px;
  margin-left: -22.5px;
}

.post-gutter-45 [class*=col-lg-] {
  margin-bottom: 45px;
  padding-left: 22.5px;
  padding-right: 22.5px;
}

.post-gutter-40 {
  margin-right: -20px;
  margin-left: -20px;
}

.post-gutter-40 [class*=col-lg-],
.post-gutter-40 [class*=col-md-] {
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.widget-item {
  margin-bottom: 0;
}

.widget-item .widget-title {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 31px;
}

.widget-item.widget-categories-item {
  margin-bottom: 51px;
}

.widget-item.widget-categories-item .widget-title {
  margin-bottom: 43px;
}

.widget-item.widget-blog-post-item {
  margin-bottom: 50px;
}

.widget-item.widget-blog-post-item .widget-title {
  margin-bottom: 33px;
}

.widget-item.widget-tags-item {
  margin-bottom: 51px;
}

.widget-search-box .form-input-item {
  position: relative;
}

.widget-search-box .form-input-item input {
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 0;
  color: #727883;
  height: 56px;
  padding: 9px 45px 9px 20px;
  width: 100%;
}

.widget-search-box .form-input-item input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #727883;
  font-size: 14px;
}

.widget-search-box .form-input-item input::-moz-placeholder {
  /* Firefox 19+ */
  color: #727883;
  font-size: 14px;
}

.widget-search-box .form-input-item input:-ms-input-placeholder {
  /* IE 10+ */
  color: #727883;
  font-size: 14px;
}

.widget-search-box .form-input-item input:-moz-placeholder {
  /* Firefox 18- */
  color: #727883;
  font-size: 14px;
}

.widget-search-box .form-input-item .btn-src {
  background-color: transparent;
  border: none;
  color: #000;
  font-size: 16px;
  height: 100%;
  padding-left: 15px;
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
}

.widget-search-box .form-input-item .btn-src:hover i {
  color: #F9AB3E;
}

.widget-search-box.search-style2 .form-input-item input {
  background-color: transparent;
  border: 1px solid #e2e4e7;
}

.widget-search-box.search-style2 .form-input-item .btn-src {
  border-left-color: #e2e4e7;
}

.widget-blog-post ul li {
  display: inline-block;
  line-height: 1.4;
  margin-bottom: 24px;
  position: relative;
  width: 100%;
}

.widget-blog-post ul li .thumb {
  left: 0;
  position: absolute;
  top: 0;
}

.widget-blog-post ul li .thumb img {
  border-radius: 5px;
  width: auto;
}

.widget-blog-post ul li .thumb+.content {
  padding-left: 90px;
}

.widget-blog-post ul li .thumb+.content a {
  color: #0e0e0e;
  display: block;
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
}

.widget-blog-post ul li .thumb+.content a:hover {
  color: #F9AB3E;
}

.widget-blog-post ul li .thumb+.content span {
  color: #aba5a5;
  display: block;
  font-size: 14px;
}

.widget-blog-post ul li .content {
  padding-left: 0;
}

.widget-blog-post ul li .content a {
  color: #727883;
  display: block;
  font-family: "Open Sans", sans-serif !important;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 17px;
}

.widget-blog-post ul li .content a:hover {
  color: #F9AB3E;
}

.widget-blog-post ul li .content span {
  color: #727883;
  display: block;
  font-family: "Open Sans", sans-serif !important;
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
}

.widget-blog-post ul li:last-child {
  margin-bottom: 0;
}

.widget-comments ul li {
  color: #666;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 15px;
  line-height: 1.4;
}

.widget-comments ul li span {
  color: #555;
  font-weight: 400;
}

.widget-comments ul li a {
  color: #000;
  font-size: 15px;
  font-weight: 400;
}

.widget-comments ul li a:hover {
  color: #F9AB3E;
}

.widget-archives ul li {
  color: #7d7878;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 16px;
  line-height: 1.4;
}

.widget-archives ul li a {
  color: #7d7878;
  font-size: 16px;
  font-weight: 400;
}

.widget-archives ul li a i {
  margin-right: 8px;
}

.widget-archives ul li a:hover {
  color: #F9AB3E;
}

.widget-categories ul li {
  border-bottom: 1px solid #ddd;
  color: #727883;
  font-size: 14px;
  padding: 10px 0;
  margin-bottom: 15px;
}

.widget-categories ul li a {
  color: #727883;
  font-size: 14px;
}

.widget-categories ul li a:hover {
  color: #F9AB3E;
}

.widget-categories ul li:last-child {
  margin-bottom: 0;
}

.widget-tags ul li {
  color: #0e0e0e;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  margin: 0 6px 10px 0;
}

.widget-tags ul li a {
  border: 1px solid #ddd;
  border-radius: 0;
  color: #727883;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  padding: 5px 25px;
}

.widget-tags ul li a:hover {
  border-color: #F9AB3E;
  background-color: #F9AB3E;
  color: #fff;
}

.widget-tags.tags-style2 ul li a {
  background-color: transparent;
  border: 1px solid #e2e4e7;
}

.widget-tags.tags-style2 ul li a:hover {
  background-color: #F9AB3E;
  color: #fff;
}

.widget-author-info2 .thumb {
  margin-bottom: 29px;
}

.widget-author-info2 .thumb img {
  width: auto;
}

.widget-author-info2 .author-details ul {
  border-bottom: 1px solid #f0f1f3;
  margin-bottom: 40px;
  padding-bottom: 38px;
}

.widget-author-info2 .author-details ul li.name {
  color: #0e0e0e;
  font-family: "Open Sans", sans-serif !important;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 11px;
}

.widget-author-info2 .author-details ul li.deg {
  color: #aba5a5;
  font-family: "Open Sans", sans-serif !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.widget-author-info2 .author-details .meta a {
  align-items: center;
  color: #727883;
  display: flex;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 18px;
}

.widget-author-info2 .author-details .meta a i {
  font-size: 18px;
  margin-right: 23px;
  width: 20px;
}

.widget-author-info2 .author-details .meta a:last-child {
  margin-bottom: 0;
}

.widget-author-info {
  position: relative;
}

.widget-author-info .thumb {
  margin-bottom: 31px;
  position: relative;
  overflow: hidden;
}

.widget-author-info .thumb img {
  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;
}

.widget-author-info .thumb .author-name {
  background-color: #fff;
  bottom: 0;
  display: inline-block;
  left: 10%;
  margin: 0 auto;
  padding: 15px 20px 16px;
  position: absolute;
  text-align: center;
  width: 80%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.widget-author-info .thumb .author-name h4 {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
}

.widget-author-info .author-info-details h3 {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 17px;
}

.widget-author-info .author-info-details p {
  font-size: 14px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 1199px) {
  .widget-author-info .author-info-details p {
    font-size: 13px;
  }
}

.widget-author-info .author-info-details .widget-social-icons a {
  color: #727883;
  font-size: 14px;
  margin-right: 36.37px;
}

@media only screen and (max-width: 1199px) {
  .widget-author-info .author-info-details .widget-social-icons a {
    margin-right: 15px;
  }
}

.widget-author-info .author-info-details .widget-social-icons a:last-child {
  margin-right: 0;
}

.widget-author-info .author-info-details .widget-social-icons a:hover {
  color: #F9AB3E;
}

.widget-author-info: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);
}

.widget-author-info:hover .thumb .author-name {
  bottom: 40px;
}

.widget-instagram {
  margin-left: -15px;
  margin-right: -15px;
}

.widget-instagram .instagram-items {
  display: inline-block;
  width: 100%;
}

.widget-instagram .instagram-items li {
  display: inline-block;
  float: left;
  padding: 15px;
  width: 30.83%;
}

.widget-instagram .instagram-items li a {
  width: 100%;
}

.post-gallery-slider.owl-theme .owl-nav .owl-next {
  right: 20px;
}

.post-gallery-slider.owl-theme .owl-nav [class*=owl-] {
  color: #000;
  font-size: 34px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
  width: 20px;
}

.post-gallery-slider.owl-theme .owl-nav .owl-prev {
  left: 20px;
}

.home-blog-wrapper .blog-area .post-style-column1 .post-item {
  margin-bottom: 70px;
}

.home-blog-wrapper .blog-area .post-style-column1 .post-item .thumb img {
  width: 100%;
}

.home-blog-wrapper .blog-area .post-style-column1 .post-item .content {
  border-bottom: 1px solid #ddd;
  max-width: 616px;
  margin: 0 auto 0 auto;
  padding: 25px 0;
  text-align: center;
}

.home-blog-wrapper .blog-area .post-style-column1 .post-item .content .category {
  font-style: normal;
  text-transform: uppercase;
}

.home-blog-wrapper .blog-area .post-style-column1 .post-item .content .title {
  font-size: 18px;
}

.home-blog-wrapper .blog-area .post-style-column1 .post-item .content p {
  color: #727883;
  font-size: 16px;
  line-height: 1.7142857143;
  margin-bottom: 15px;
}

@media only screen and (max-width: 991px) {
  .home-blog-wrapper .blog-area .post-style-column1 .post-item .content p {
    font-size: 14px;
  }
}


/*
-----------------------------------------------------------------------
    Contact CSS
-----------------------------------------------------------------------
*/

.contact-area {
    padding: 50px 0 60px !important;
}

@media only screen and (max-width: 767px) {
  .contact-area {
    padding: 95px 0 115px;
  }
}

.contact-area.contact-creative-area {
  padding: 95px 0 115px;
}

@media only screen and (max-width: 1199px) {
  .contact-area.contact-creative-area {
    padding: 85px 0 95px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-area.contact-creative-area {
    padding: 75px 0 75px;
  }
}

.contact-area.contact-creative-area .section-title {
  margin-bottom: 90px;
}

@media only screen and (max-width: 1199px) {
  .contact-area.contact-creative-area .section-title {
    margin-bottom: 60px;
  }
}

.contact-area.contact-construction-area {
  border-bottom: 2px solid #F9AB3E;
  padding: 97px 0 100px;
}

@media only screen and (max-width: 1199px) {
  .contact-area.contact-construction-area {
    padding: 90px 0;
  }
}

@media only screen and (max-width: 575px) {
  .contact-area.contact-construction-area {
    padding: 80px 0;
  }
}

.contact-area.contact-construction-area .section-title {
  margin-bottom: 71px;
}

@media only screen and (max-width: 1199px) {
  .contact-area.contact-construction-area .section-title {
    margin-bottom: 45px;
  }
}

.contact-area.contact-spa-area {
  padding: 95px 0 114px;
}

@media only screen and (max-width: 1199px) {
  .contact-area.contact-spa-area {
    padding: 80px 0 100px;
  }
}

.contact-area.contact-spa-area .section-title {
  margin-bottom: 85px;
}

@media only screen and (max-width: 1199px) {
  .contact-area.contact-spa-area .section-title {
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 991px) {
  .contact-area.contact-spa-area .section-title {
    margin-bottom: 50px;
  }
}

.contact-area.contact-spa-area .contact-info .title {
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 25px;
}

.contact-area.contact-spa-area .contact-info p {
  color: #727883;
  font-size: 14px;
  max-width: none;
  margin-bottom: 55px;
  line-height: 1.78;
}

.contact-area.contact-spa-area .contact-info .contact-info-item {
  margin-bottom: 73px;
}

@media only screen and (max-width: 767px) {
  .contact-area.contact-spa-area .contact-info .contact-info-item {
    margin-bottom: 40px;
  }
}

.contact-area.contact-spa-area .contact-info .contact-info-item li {
  color: #727883;
  margin-bottom: 18px;
}

.contact-area.contact-spa-area .contact-info .contact-info-item li i {
  color: #F9AB3E;
  width: 30px;
}

.contact-area.contact-spa-area .contact-info .contact-info-item li a {
  color: #727883;
}

.contact-area.contact-spa-area .contact-info .contact-info-item li a:hover {
  color: #F9AB3E;
}

.contact-area.contact-spa-area .contact-info .contact-info-item li:last-child {
  margin-bottom: 0;
}

.contact-area.contact-spa-area .contact-info .social-icons a {
  font-size: 14px;
}

.contact-area.contact-spa-area .contact-info .social-icons a:last-child {
  margin-right: 0;
}

.contact-area.contact-spa-area .contact-form .form-group textarea {
  min-height: 210px;
}

.contact-area.contact-spa-area .contact-form .form-group .btn-theme {
  color: #fff;
  font-family: "Philosopher", sans-serif;
  margin-top: -7px;
}

.contact-area.contact-wedding-area {
  padding: 85px 0 100px;
}

@media only screen and (max-width: 991px) {
  .contact-area.contact-wedding-area {
    padding: 80px 0 90px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-area.contact-wedding-area {
    padding: 80px 0;
  }
}

@media only screen and (min-width: 1200px) {
  .contact-area.contact-wedding-area .container {
    min-width: 1230px;
  }
}

.contact-area.contact-wedding-area .section-title {
  margin-bottom: 89px;
}

@media only screen and (max-width: 1199px) {
  .contact-area.contact-wedding-area .section-title {
    margin-bottom: 60px;
  }
}

.contact-area.contact-wedding-area .section-title .title {
  margin-bottom: 18px;
}

.contact-area.contact-freelancer-area {
  padding: 84px 0 89px;
}

@media only screen and (max-width: 767px) {
  .contact-area.contact-freelancer-area {
    padding: 70px 0 80px;
  }
}

.contact-area.contact-freelancer-area .section-title .title {
  font-size: 30px;
  text-transform: none;
}

.contact-area.contact-freelancer-area .contact-form .form-group textarea {
  height: 210px;
}

.contact-area.contact-freelancer-area .contact-form .form-group .btn-theme {
  margin-top: -7px;
}

.contact-info .title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
}

.contact-info p {
  color: #8c8d90;
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 55px;
  max-width: 400px;
}

.contact-info .contact-info-item {
  margin-bottom: 73px;
}

.contact-info .contact-info-item li {
  color: #8c8d90;
  margin-bottom: 15px;
  font-size: 20px;
}

.contact-info .contact-info-item li i {
  color: #F9AB3E;
  width: 30px;
}

.contact-info .contact-info-item li a {
  color: #8c8d90;
}

.contact-info .contact-info-item li a:hover {
  color: #F9AB3E;
}

.contact-info .contact-info-item li:last-child {
  margin-bottom: 0;
}

.contact-info .social-icons a {
  color: #727883;
  font-size: 20px;
  margin-right: 36.35px;
}

.contact-info .social-icons a:last-child {
  margin-right: 0;
}

.contact-info .social-icons a:hover {
  color: #F9AB3E;
}

.contact-info.dark-style {
  margin-bottom: 37px;
}

.contact-info.dark-style p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 35px;
  max-width: none;
}

.contact-info.dark-style .contact-info-item {
  margin-bottom: 0;
}

.contact-info.dark-style .contact-info-item li {
  color: #fff;
  margin-bottom: 18px;
}

.contact-info.dark-style .contact-info-item li i {
  color: #fff;
}

.contact-info.dark-style .contact-info-item li a {
  color: #fff;
}

.contact-info.dark-style .contact-info-item li a:hover {
  color: #F9AB3E;
}

.contact-info.dark-style .social-icons a {
  color: #fff;
  font-size: 14px;
  margin-right: 37.36px;
}

.contact-info.dark-style .social-icons a:last-child {
  margin-right: 0;
}

.contact-info.dark-style .social-icons a:hover {
  color: #F9AB3E;
}

.contact-info.style-two .contact-info-item {
  text-align: center;
  margin-bottom: 0;
}

.contact-info.style-two .contact-info-item .icon {
  background-color: rgba(0, 0, 0, 0.01);
  border-radius: 50%;
  border: 1px solid #F9AB3E;
  color: #F9AB3E;
  font-size: 28px;
  height: 50px;
  line-height: 50px;
  width: 50px;
  text-align: center;
  display: inline-block;
  margin-bottom: 26px;
}

.contact-info.style-two .contact-info-item .content h4 {
  color: #fff;
  font-size: 24px;
  font-family: "Hind", sans-serif;
  margin-bottom: 7px;
}

.contact-info.style-two .contact-info-item .content p {
  font-size: 14px;
  color: #a2a19f;
  margin: 0;
}

.contact-form .form-group {
  margin-bottom: 30px;
}

.contact-form .form-group .form-control {
  background-clip: inherit;
  border: 1px solid #ddd;
  border-radius: 0;
  font-size: 14px;
  height: 50px;
  padding: 12px 30px;
}

.contact-form .form-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #8c8d90;
}

.contact-form .form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #8c8d90;
}

.contact-form .form-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #8c8d90;
}

.contact-form .form-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #8c8d90;
}

.contact-form .form-group .form-control:focus {
  border: 1px solid #303744;
  box-shadow: none;
  outline: none;
}

.contact-form .form-group textarea {
  border: 1px solid #ddd;
  border-radius: 0;
  font-size: 14px;
  padding: 20px 30px 10px;
  width: 111%;
}

.contact-form .form-group textarea {
  border: 1px solid #ddd;
  border-radius: 0;
  font-size: 14px;
  padding: 20px 30px 10px;
  width: 100%;
}

.contact-form .form-group textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #8c8d90;
}

.contact-form .form-group textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #8c8d90;
}

.contact-form .form-group textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #8c8d90;
}

.contact-form .form-group textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #8c8d90;
}

.contact-form .form-group textarea:focus {
  border: 1px solid #303744;
  box-shadow: none;
  outline: none;
}

.contact-form .form-group .btn-theme {
  letter-spacing: 0;
  margin-top: 13px;
}

.contact-form .form-group .btn-theme:hover,
.contact-form .form-group .btn-theme:focus {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.contact-form.form-dark-style .form-group .form-control {
  background-color: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.7);
  color: #727883;
}

.contact-form.form-dark-style .form-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #727883;
}

.contact-form.form-dark-style .form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #727883;
}

.contact-form.form-dark-style .form-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #727883;
}

.contact-form.form-dark-style .form-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #727883;
}

.contact-form.form-dark-style .form-group textarea {
  background-color: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.7);
  color: #727883;
  min-height: 297px;
}

.contact-form.form-dark-style .form-group textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #727883;
}

.contact-form.form-dark-style .form-group textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #727883;
}

.contact-form.form-dark-style .form-group textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #727883;
}

.contact-form.form-dark-style .form-group textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #727883;
}

@media only screen and (max-width: 575px) {
  .contact-form.form-dark-style .form-group textarea {
    min-height: 240px;
  }
}

@media only screen and (max-width: 479.98px) {
  .contact-form.form-dark-style .form-group textarea {
    min-height: 200px;
  }
}

.contact-form.form-dark-style .form-group .btn-theme {
  margin-top: -7px;
}

@media only screen and (max-width: 991px) {
  .contact-form.contact-form-corporate {
    padding-bottom: 50px;
  }
}

.contact-form.contact-form-corporate .form-group textarea {
  min-height: 162px;
}

.contact-map-area {
  height: 700px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 991px) {
  .contact-map-area {
    height: 400px;
  }
}

.rsvp-form {
  background-color: #fff;
  position: relative;
}

.rsvp-form form {
  padding: 65px 115px 67px;
  width: 50%;
}

@media only screen and (max-width: 1199px) {
  .rsvp-form form {
    padding: 65px 35px 67px;
  }
}

@media only screen and (max-width: 767px) {
  .rsvp-form form {
    padding: 65px 20px 67px;
    width: 100%;
  }
}

.rsvp-form form h3 {
  color: #fe9d96;
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 45px;
  text-align: center;
}

.rsvp-form form .form-group {
  margin-bottom: 30px;
}

.rsvp-form form .form-group .form-control {
  background-color: #f6f6f6;
  border: none;
  border-radius: 0;
  color: #7b6c7b;
  display: block;
  font-size: 14px;
  line-height: 26px;
  min-height: 50px;
  padding: 12px 30px;
}

.rsvp-form form .form-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #7b6c7b;
}

.rsvp-form form .form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #7b6c7b;
}

.rsvp-form form .form-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #7b6c7b;
}

.rsvp-form form .form-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #7b6c7b;
}

.rsvp-form form .form-group .form-control:focus {
  box-shadow: none;
  outline: none;
}

.rsvp-form form .form-group .form-control.nice-select {
  line-height: 50px;
  min-height: 74px;
}

.rsvp-form form .form-group .form-control.nice-select:after {
  background-image: url("../img/icons/select-arrow.png");
  background-repeat: no-repeat;
  background-position: right center;
  border: none;
  content: "";
  height: 5px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(0);
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 35px;
}

.rsvp-form form .form-group .btn-theme {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.rsvp-form .thumb {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .rsvp-form .thumb {
    display: none;
  }
}


/*
-----------------------------------------------------------------------
  Footer CSS
-----------------------------------------------------------------------
*/

.footer-area {
  background-color: #1d1f1f;
  color: #fff;
 
}

@media only screen and (max-width: 767px) {
  .footer-area {
    padding: 70px 0 0;
  }
}

.footer-area .container-fluid {
  padding: 0 40px;
}

@media only screen and (max-width: 479.98px) {
  .footer-area .container-fluid {
    padding: 0 15px;
  }
}

.footer-area .content-area {
  margin-bottom: 85px;
  padding: 102px 0 145px;
  position: relative;
}

.footer-area .content-area h2 {
  font-size: 44px;
  margin-bottom: 50px;
}

.footer-area .widget-title {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 45px;
}

.footer-area .widget-title.line-bottom {
  display: inline-block;
  margin-bottom: 51px;
  position: relative;
}

.footer-area .widget-title.line-bottom:after {
  background-color: #F9AB3E;
  bottom: -16px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.footer-area .widget-title.title-style-two {
  line-height: 1;
  margin-bottom: 25px;
  margin-top: 5px;
}

.footer-area .about-widget .footer-logo {
  display: block;
  margin-bottom: 40px;
  margin-top: 4px;
}

.footer-area .about-widget p {
  font-family: "Open Sans", sans-serif !important;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 40px;
}

.footer-area .widget-posts .posts-item li {
  margin-bottom: 5px;
}

.footer-area .widget-posts .posts-item li a {
  color: #fff;
  display: block;
  margin-bottom: 9px;
}

.footer-area .widget-posts .posts-item li a:hover {
  color: #F9AB3E;
}

.footer-area .widget-posts .posts-item li span {
  color: #8c8d90;
  font-size: 12px;
  font-family: "Open Sans", sans-serif !important;
  font-style: italic;
  font-weight: 300;
}

.footer-area .widget-posts .posts-item.posts-item-style2 li span {
  font-family: "Open Sans", sans-serif !important;
  font-style: normal;
  font-weight: 400;
}

.footer-area .widget-instagram {
  margin: 0 -15px;
}

.footer-area .widget-instagram .item {
  display: inline-block;
  float: left;
  padding: 15px;
  width: 30.83%;
}

.footer-area .widget-instagram .item a img {
  height: 93px;
  width: 100%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.footer-area .widget-instagram .item a img:hover {
  opacity: 0.85;
}

.footer-area .widget-instagram.instagram-sm .item {
  width: 29%;
}

.footer-area .widget-instagram.instagram-sm .item a img {
  height: 60px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .footer-area .widget-instagram.instagram-md {
    margin: 0 -12px;
  }
}

@media only screen and (max-width: 575px) {
  .footer-area .widget-instagram.instagram-md {
    margin-left: -5px;
  }
}

.footer-area .widget-instagram.instagram-md .item {
  width: 89.98px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .footer-area .widget-instagram.instagram-md .item {
    padding: 12px;
    width: 78px;
  }
}

@media only screen and (max-width: 991px) {
  .footer-area .widget-instagram.instagram-md .item {
    width: 30.83%;
  }
}

@media only screen and (max-width: 575px) {
  .footer-area .widget-instagram.instagram-md .item {
    margin-right: 8px;
    padding: 5px;
    width: 70px;
  }
}

.footer-area .widget-instagram.instagram-md .item a img {
  height: 60px;
  width: 59.98px;
}

@media only screen and (max-width: 1199px) {
  .footer-area .widget-instagram.instagram-md .item a img {
    height: 54px;
    width: 54px;
  }
}

@media only screen and (max-width: 991px) {
  .footer-area .widget-instagram.instagram-md .item a img {
    height: auto;
    width: auto;
  }
}

.footer-area .widget-menu-wrap .nav-menu {
  display: flex;
  flex-direction: column;
  padding-top: 3px;
}

.footer-area .widget-menu-wrap .nav-menu li {
  margin-bottom: 11px;
}

.footer-area .widget-menu-wrap .nav-menu li a {
  color: #727883;
  font-size: 16px;
  display: inline-block;
  position: relative;
}

.footer-area .widget-menu-wrap .nav-menu li a:after {
  background-color: #F9AB3E;
  bottom: -2px;
  content: "";
  display: inline-block;
  height: 1px;
  overflow: hidden;
  position: absolute;
  right: 0;
  transition: 0.5s;
  width: 0;
}

.footer-area .widget-menu-wrap .nav-menu li a:hover {
  color: #F9AB3E;
}

.footer-area .widget-menu-wrap .nav-menu li a:hover:after {
  left: 0;
  width: 100%;
}

.footer-area .widget-menu-wrap .nav-menu li:last-child {
  margin-right: 0;
}

.footer-area .widget-menu-wrap .nav-menu.nav-menu-three {
  display: flex;
  flex-direction: unset;
  padding-top: 0;
  margin-bottom: 30px;
  margin-top: 5px;
}

.footer-area .widget-menu-wrap .nav-menu.nav-menu-three li {
  display: inline-block;
  line-height: 1;
  margin-bottom: 0;
}

.footer-area .widget-menu-wrap .nav-menu.nav-menu-three li a {
  color: #0e0e0e;
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.114px;
  padding: 0 22px;
  text-transform: capitalize;
}

@media only screen and (max-width: 479.98px) {
  .footer-area .widget-menu-wrap .nav-menu.nav-menu-three li a {
    padding: 0 12px;
  }
}

.footer-area .widget-menu-wrap .nav-menu.nav-menu-three li a:after {
  display: none;
}

.footer-area .widget-menu-wrap .nav-menu.nav-menu-three li a:hover {
  color: #F9AB3E;
}

.footer-area .widget-menu-wrap .nav-menu.nav-menu-three li:first-child a {
  padding-left: 0;
}

.footer-area .widget-menu-wrap .nav-menu.nav-menu-three li:last-child a {
  padding-right: 0;
}

.footer-area .widget-menu-wrap.menu-inline-style {
  margin-bottom: 30px;
}

.footer-area .widget-menu-wrap.menu-inline-style .nav-menu {
  display: flex;
  flex-direction: inherit;
  justify-content: center;
}

.footer-area .widget-menu-wrap.menu-inline-style .nav-menu li {
  margin-right: 40px;
}

.footer-area .widget-menu-wrap.menu-inline-style .nav-menu li a {
  font-size: 14px;
}

.footer-area .widget-menu-wrap.menu-inline-style .nav-menu li a:after {
  display: none;
}

.footer-area .widget-menu-wrap.menu-inline-style .nav-menu li:last-child {
  margin-right: 0;
}

.footer-area .widget-contact-info {
  padding-top: 10px;
}

.footer-area .widget-contact-info li {
  font-size: 14px;
  margin-bottom: 18px;
}

.footer-area .widget-contact-info li i {
  color: #F9AB3E;
  font-size: 14px;
  width: 30px;
}

.footer-area .widget-contact-info li.info-mail {
  display: inline-block;
  position: relative;
}

.footer-area .widget-contact-info li.info-mail a {
  color: #fff;
}

.footer-area .widget-contact-info li.info-mail a:hover {
  color: #F9AB3E;
}

.footer-area .widget-contact-info li:last-child {
  margin-bottom: 0;
}

.footer-area .widget-contact-info.inline-style {
  border-top: 1px solid #333;
  margin-bottom: 25px;
  padding-top: 50px;
}

.footer-area .widget-contact-info.inline-style li {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 26px;
}

.footer-area .widget-contact-info.inline-style li:last-child {
  margin-right: 0;
}

.footer-area .widget-newsletter {
  padding-top: 3px;
}

.footer-area .widget-newsletter p {
  margin-bottom: 15px;
}

.footer-area .widget-newsletter .newsletter-form {
  position: relative;
}

.footer-area .widget-newsletter .newsletter-form .form-control {
  border: none;
  border-radius: 5px;
  height: 50px;
  margin-bottom: 16px;
  padding: 6px 18px;
  position: relative;
}

.footer-area .widget-newsletter .newsletter-form .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #aba5a5;
  font-size: 16px;
}

.footer-area .widget-newsletter .newsletter-form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #aba5a5;
  font-size: 16px;
}

.footer-area .widget-newsletter .newsletter-form .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #aba5a5;
  font-size: 16px;
}

.footer-area .widget-newsletter .newsletter-form .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #aba5a5;
  font-size: 16px;
}

.footer-area .widget-newsletter .newsletter-form .form-control:focus {
  border: 1px solid #F9AB3E;
  box-shadow: none;
  padding: 5px 17px;
}

.footer-area .widget-social-icons {
  margin-bottom: 0;
}

.footer-area .widget-social-icons a {
  background-color: #303744;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  height: 30px;
  line-height: 30px;
  margin-right: 6.36px;
  text-align: center;
  width: 30px;
}

.footer-area .widget-social-icons a:last-child {
  margin-right: 0;
}

.footer-area .widget-social-icons a:hover {
  background-color: #F9AB3E;
}

.footer-area .widget-social-icons.icons-simple a {
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 16px;
  height: auto;
  margin-right: 36px;
  width: auto;
}

.footer-area .widget-social-icons.icons-simple a:last-child {
  margin-right: 0;
}

.footer-area .widget-social-icons.icons-simple a:hover {
  color: #fff;
}

.footer-area .widget-social-text a {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  margin: 0 15px;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .footer-area .widget-social-text a {
    font-size: 12px;
    margin: 0 6px;
  }
}

.footer-area .widget-social-text a:after {
  background-color: #000;
  bottom: -2px;
  content: "";
  display: inline-block;
  height: 1px;
  overflow: hidden;
  position: absolute;
  right: 0;
  transition: 0.5s;
  width: 0;
}

.footer-area .widget-social-text a:hover:after {
  left: 0;
  width: 100%;
}

.footer-area .widget-copyright p {
  font-size: 12px;
}

.footer-area .footer-middle {
  margin-top: 23px;
}

.footer-area.footer-light .widget-item .about-widget .footer-logo {
  margin-top: 5px;
}

.footer-area.footer-light .widget-item .about-widget p {
  color: #fff;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 400;
}

.footer-area.footer-light .widget-item .widget-menu-wrap {
  margin-top: -3px;
}

.footer-area.footer-light .widget-item .widget-menu-wrap .nav-menu li {
  margin-bottom: 10px;
}

.footer-area.footer-light .widget-item .widget-menu-wrap .nav-menu li a {
  color: #fff;
  font-size: 14px;
}

.footer-area.footer-light .widget-item .widget-menu-wrap .nav-menu li a:after {
  display: none;
}

.footer-area.footer-light .widget-item .widget-menu-wrap .nav-menu li a:hover {
  color: #fff;
}

.footer-area.footer-light .widget-item .widget-posts .posts-item li a:hover {
  color: #fff;
}

.footer-area.footer-light .widget-item .widget-posts .posts-item li span {
  color: #fff;
}

.footer-area.footer-light .widget-item .widget-contact-info li {
  color: #fff;
}

.footer-area.footer-light .widget-item .widget-contact-info li i {
  color: #fff;
}

.footer-area.footer-light .widget-item .widget-contact-info li a {
  color: #fff;
}

.footer-area.footer-light .widget-item .widget-contact-info li a:hover {
  color: #fff;
}

.footer-area.footer-light .widget-item .widget-social-icons.no-bg a {
  background-color: transparent;
  color: #fff;
  width: auto;
  height: auto;
  line-height: 1;
  margin-right: 36.45px;
}

.footer-area.footer-light .widget-item .widget-social-icons.no-bg a:last-child {
  margin-right: 0;
}

.footer-area.footer-light .footer-bottom .widget-copyright p {
  color: #fff;
}

.footer-area.footer-light .footer-middle .widget-contact-info.inline-style li {
  color: #fff;
}

.footer-area.footer-light .footer-middle .widget-contact-info.inline-style li a {
  color: #fff;
}

.footer-area.footer-light .footer-middle .widget-contact-info.inline-style li a:hover {
  color: #fff;
}

.footer-area .footer-bottom {
  background-color: #000;
  margin: 10px 0 0;
  padding: 10px;
}

.footer-area .footer-bottom .widget-copyright p {
  padding-top: 0;
}

.footer-area .footer-bottom .widget-copyright p span {
  color: #fff;
}

.footer-area .footer-bottom .widget-copyright p a {
  color: #fff;
}

.footer-area .container-fluid .widget-instagram {
  max-width: 269px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .footer-area .container-fluid .widget-instagram.instagram-sm {
    margin: 0 -12px;
    max-width: 229.5px;
  }
}

.footer-area .container-fluid .widget-instagram.instagram-sm .item {
  width: 100%;
  max-width: 33.333333%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .footer-area .container-fluid .widget-instagram.instagram-sm .item {
    max-width: none;
    padding: 12px;
    width: 76px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-area .container-fluid .widget-instagram.instagram-sm .item {
    width: 30.83%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .footer-area .container-fluid .widget-instagram.instagram-sm .item a img {
    height: 52px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-area .container-fluid .widget-instagram.instagram-sm .item a img {
    height: auto;
    width: auto;
  }
}

@media only screen and (min-width: 1400px) {
  .footer-area .container-fluid .widget-instagram.instagram-sm .item a img {
    height: 60px;
  }
}

.reveal-footer {
  bottom: 0;
  left: 0;
  position: fixed;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .reveal-footer {
    position: relative;
  }
}

.site-wrapper-reveal {
  position: relative;
}

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


/*.about_sec {
    background-image: url(../img/about-us1.jpg);
    background-position: right;
    width: 100%;
    background-size: cover;
}*/

.floating {
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  /*margin-left: 30px;margin-top: 5px;*/
}

@keyframes floating {
  0% {
    transform: translate(0px, 0px);
  }
  65% {
    transform: translate(0px, 45px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}


/*OUR GROUP ACTIVELY MONITORS*/

h1.monitors {
  color: #ea6d13;
  text-align: center;
  padding-bottom: 70px;
  font-size: 2em;
}


/*end*/


/*footer content*/

.text-white {
  color: #cac4c4;
}


/*end*/


/*about content*/

.text-whites {
  color: #000;
  font-size: 16px!important;
}

h2.text-whites {
  color: #6f6f70 !important;
}

.separator-line.separator-gray.separator-left {
  border: none;
}

.ablo-1 {
  width: 280px !important;
  ;
}

.ablo-2 {
  width: 280px !important;
  ;
  padding: 16px;
}

.ablo-3 {
  width: 280px !important;
  text-align: right;
  margin-top: -15px;
}

.ablo {
  text-align: center;
}

.ablo2 {
  display: flex;
  justify-content: space-between;
  padding-top: 0px;
}

.aboutsecondry {
  padding: 0;
}


/*end*/


/*WHEN IT COMES TO POWER PLANT PROFITABILITY, WE DELIVER*/

.contents {
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.contents h2 {
  color: #fff;
  padding-bottom: 30px;
}


/*end*/


/*why-us*/

h1.us {
  text-align: center;
  font-size: 2em;
}

h1.text-center.carousel-title {
  margin-bottom: 50px;
  font-size: 2em;
}


/*end*/


/*brand logo carousel*/

.why_us_icon {
  width: 120px !important;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding: 40px 10px;
}

.inner_titile {
  font-size: 16px;
  font-weight: 800;
}

p.dedicated-txt {
  color: #fff;
  font-size: 18px;
  margin: 25px 0px;
  font-family: "Open Sans", sans-serif !important;
  padding: 0px 50px 10px 50px;
  font-weight: 400;
}

.service-item .content p.service-text {
  font-size: 16px;
  color: #252525;
  font-family: "Open Sans", sans-serif !important;
  line-height: 22px;
  text-align: justify;
}

img.why_us_icon {
  opacity: 0.1;
}

h2.text-title.text-center {
  margin: 20px 0;
  color: #025122;
}

.when-it-sec {
  padding: 80px !important;
}

.footer-sec {
  padding: 45px 0;
}

h5.why-text {
  text-align: center;
  margin: -94px 0;
  color: #252525 !important;
  font-weight: 600;
  font-family: "Open Sans", sans-serif !important;
}

.divider-area .divider-content-area.divider-content-style4 .content-inner h2.dedicated {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0;
}

.section-title.mb-0 {
  text-align: justify;
}

h2.text-title.text-center {
  font-weight: 700;
}

img.ablo-1 {
  margin: -12px;
}

.about-btn {
  text-align: center;
}

h2.abt-content {
  color: #006400;
  font-size: 25px;
}

section.global {
  margin: 60px 0;
}

button.btn.btn-primary {
  width: 10%;
}

p.team {
  font-size: 30px;
  font-weight: 300;
  font-style: bold;
  text-align: left;
}

p.leader {
  font-weight: 600;
  font-size: 18px;
}

p.leadership {
  font-size: 20px;
}

section.our-team {
  margin: 15px;
}

p.members {
  font-size: 17px;
  margin: 0 10px;
}

p.txt-members {
  font-size: 17px;
  margin: 0 68px;
}

img.user {
  margin: 20px 0;
}

p.require.text-justify {
  font-size: 17px;
  margin: 13px;
}

p.asset.text-justify {
  font-size: 17px;
}

section.energy {
  background-color: #336666;
  padding: 50px 0 50px;
}

p.manage.text-justify {
  font-size: 25px;
  color: green;
}

p.management.text-justify {
  font-size: 20px;
  color: green;
}

p.energy {
    text-align: center;
    color: #fff;
    font-size: 25px;
}

p.assetmanagement {
  font-size: 25px;
  text-align: left;
  color: #fff;
  font-weight: 700;
  padding: 0 0 25px 10px;
}

section.lets-talk {
 /* padding: 25px;*/
  font-size: 18px;
  color: #008000;
  text-align: justify;
}

section.lets {
  font-size: 25px;
  color: #ffa500;
}

label.label {
  font-style: bold;
  font-weight: 600;
}

p.maintainence {
  text-align: left;
  font-size: 25px;
  font-weight: 700;
  color: #fff;
}

p.main {
  font-size: 35px;
    text-align: left;
    color: darkgreen;
    font-weight: 700;
    line-height: 40px;
    margin: 20px 0;
}

p.maintain {
  text-align: justify;
  font-size: 17px;
}

p.maintain-text {
  font-size: 25px;
  text-align: left;
  color: #006400;
  font-weight: 600;
}

section.maintainence {
  margin: 50px;
}

section.monitoring {
  margin: 50px;
  font-size: 16px;
}

section.monitoring1 {
  font-size: 16px;
}

section.monitoring1 {
  font-size: 16px;
  margin: 20px;
}

p.testing {
  font-size: 25px;
  text-align: left;
  color: #fff;
  font-weight: 700;
}

section.testing {
  font-size: 16px;
  margin: 60px;
}

section.testing1 {
  font-size: 17px;
  margin: 20px 0 0 0;
  text-align: justify;
}

p.test {
  color: #000;
  text-align: justify;
  font-weight: 600;
}

p.test1 {
  color: black;
}

p.monitor {
  font-size: 25px;
  text-align: left;
  color: #fff;
  font-weight: 700;
}

p.value {
  font-size: 25px;
  text-align: left;
  color: #fff;
  font-weight: 700;
}

p.values.uppercase {
  font-size: 18px;
  color: brown;
  font-weight: 700;
}

p.our-team {
  font-size: 25px;
  text-align: left;
  color: #fff;
  font-weight: 700;
}

p.services {
  font-size: 30px;
  text-align: left;
  font-weight: 700;
}

span.services {
  color: orange;
}

section.services {
  margin: 35px 0 0 0;
  font-size: 16px;
}

p.service {
    color: #025122;
    font-weight: 700;
    font-size: 18px;
}

p.bgue {
  color: orange;
  font-weight: 600;
  font-size: 18px;
}

section.services1 {
  margin: 25px 0 50px;
}

p.text-justify {
  font-size: 17px;
}

p.package {
  color: red;
  font-weight: 700;
}

a.nav-link {
  font-weight: 700;
  color: green;
}

section.services-tabs {
  background-color: ghostwhite;
}

p.tabs {
  color: #0b2b84;
  font-size: 17px;
}

p.spare {
  font-size: 25px;
  text-align: left;
  color: #fff;
  font-weight: 700;
}


/*navbar-dropdown*/

.wrapper group {
  max-width: 1024px;
  margin: 0;
  padding: 0;
}

.navbar {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  background: #2b2b2b;
  overflow: auto;
}

.navbar li {
  float: left;
}

.content {
  padding: 0 20px;
  text-align: center;
}

.navbar li a,
.navbar .dropbtn {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 5px 10px;
  display: block;
}

.navbar li a:hover,
.navbar .dropdown:hover .dropbtn {
  background: red;
}

.dropdown {
  display: inline-block;
}

.dropdown-content {
  background: #f9f9f9;
  position: absolute;
  display: none;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.dropdown-content a {
  color: #827f7f;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  background-color: #000;
  font-weight: 600;
}

.dropdown-content a:hover {
  background: #000;
  color: #fff;
}

.dropdown:hover .dropdown-content {
  display: block;
}

a.size {
  width: 130px;
}

.service-size a {
  width: 200px;
}


/*about*/

.about-img {
  outline: 1px solid #fff;
  outline-offset: -6px;
  border-radius: 2px;
}

section.team-members.about-our-team {
  margin: 30px 0;
  border-top: 2px solid orange;
}

section.team-members .thumb.text-center img.user {
  border: 10px solid #f7f7f7;
}


/* Body Styles */



.author {
  position: fixed;
  bottom: 15px;
  right: 15px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #999;
}

.author a {
  color: #777;
  text-decoration: none;
}

.author a:hover {
  color: blue;
}

header.dark blockquote {
  color: #fff;
}

header.light blockquote {
  color: #000;
}

blockquote {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 16px;
  border-left: 0px;
  padding: 20px;
}

blockquote h2 {
  padding-right: 40px;
  margin: 0px;
}

header.dark blockquote a {
  color: orange;
  text-decoration: underline;
}

header.light blockquote a {
  text-decoration: underline;
}


/*header { min-height: 450px; }*/

header.dark {
  background-color: #444;
}

header.light {
  background-color: #fff;
}


/* Navigation Styles */

nav {
  position: relative;
}

header.dark nav {
  background-color: rgba(255, 255, 255, 0.5);
}

header.light nav {
  background-color: rgba(0, 0, 0, 0.5);
}

ul.main-nav {
  list-style-type: none;
  padding: 0px;
  font-size: 0px;
  max-width: 1000px;
  margin: 0 auto;
}

ul.main-nav>li {
  display: inline-block;
  padding: 20px 0;
  color: #fff;
  text-transform: uppercase;
}

ul.main-nav>li>a {
  display: block;
  padding: 20px 15px;
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  box-sizing: border-box;
  font-family: 'Open Sans';
}

ul.main-nav>li:hover {
  background-color: transparent;
}

ul.main-nav>li:hover>a {
  color: #F9AB3E;
  font-weight: 500;
}

ul.main-nav>li ul.sub-menu-lists {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: block;
}

ul.main-nav>li ul.sub-menu-lists>li {
  padding: 10px 0;
}

.ic {
  position: fixed;
  cursor: pointer;
  display: inline-block;
  right: 25px;
  width: 32px;
  height: 24px;
  text-align: center;
  top: 0px;
  outline: none;
}

.ic.close {
  opacity: 0;
  font-size: 0px;
  font-weight: 300;
  color: #fff;
  top: 8px;
  height: 40px;
  display: block;
  outline: none;
}


/* Menu Icons for Devices*/

.ic.menu {
  top: 25px;
  z-index: 20;
}

.ic.menu .line {
  height: 4px;
  width: 100%;
  display: block;
  margin-bottom: 6px;
  background: #fff;
}

.ic.menu .line-last-child {
  margin-bottom: 0px;
}

.sub-menu-head {
  margin: 10px 0;
}

.banners-area {
  margin-top: 20px;
  padding-top: 15px;
}

@media only screen and (max-width:768px) {
  .sub-menu-head {
    color: orange;
  }
  .ic.menu {
    display: block;
  }
  header.dark .ic.menu .line {
    background-color: #fff;
  }
  header.light .ic.menu .line {
    background-color: #000;
  }
  .ic.menu .line {
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
  }
  .ic.menu:focus .line {
    background-color: #fff !important;
  }
  .ic.menu:focus .line:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .ic.menu:focus .line:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -10px;
  }
  .ic.menu:focus .line:nth-child(3) {
    transform: translateY(15px);
    opacity: 0;
  }
  .ic.menu:focus {
    outline: none;
  }
  .ic.menu:focus~.ic.close {
    opacity: 1;
    z-index: 21;
    outline: none;
  }
  /*
  
  .ic.menu:focus ~ .ic.close { opacity: 1.0; z-index : 21;  }
  .ic.close:focus { opacity: 0; }
  */
  .ic.menu:hover,
  .ic.menu:focus {
    opacity: 1;
  }
  nav {
    background-color: transparent;
  }
  /* Main Menu for Handheld Devices  */
  ul.main-nav {
    z-index: 2;
    padding: 50px 0;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 0px;
    background-color: rgba(0, 0, 0, 1);
    height: 100%;
    overflow: auto;
    /*CSS animation applied : Slide from Right*/
    -webkit-transition-property: background, width;
    -moz-transition-property: background, width;
    -o-transition-property: background, width;
    transition-property: background, width;
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
  }
  .ic.menu:focus~.main-nav {
    width: 300px;
    background-color: rgba(0, 0, 0, 1);
  }
  ul.main-nav>* {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    opacity: 0;
  }
  .ic.menu:focus~.main-nav>* {
    opacity: 1;
  }
  ul.main-nav>li>a:after {
    display: none;
  }
  ul.main-nav>li:first-child {
    border-radius: 0px;
  }
  ul.main-nav>li {
    display: block;
    border-bottom: 1px solid #444;
  }
  ul.main-nav>li>a {
    font-weight: 600;
  }
  ul.main-nav>li ul.sub-menu-lists>li a {
    color: #eee;
    font-size: 14px;
  }
  .sub-menu-head {
    font-size: 16px;
  }
  ul.main-nav>li:hover {
    background-color: transparent;
  }
  ul.main-nav>li:hover>a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
  }
  .ic.menu:focus~ul.main-nav>li>div.sub-menu-block {
    border-left: 0px solid #ccc;
    border-right: 0px solid #ccc;
    border-bottom: 0px solid #ccc;
    position: relative;
    visibility: visible;
    opacity: 1.0;
  }
  .sub-menu-block {
    padding: 0 30px;
  }
  .banners-area {
    padding-bottom: 0px;
  }
  .banners-area div {
    margin-bottom: 15px;
  }
  .banners-area {
    border-top: 1px solid #444;
  }
}

@media only screen and (min-width:769px) {
  .ic.menu {
    display: none;
  }
  /* Main Menu for Desktop Devices  */
  ul.main-nav {
    display: block;
    position: relative;
  }
  .sub-menu-block {
    padding: 15px;
  }
  /* Sub Menu */
  ul.main-nav>li>div.sub-menu-block {
    visibility: hidden;
    background-color: #252525;
    position: absolute;
    margin-top: 0px;
    left: auto !important;
    min-width: 220px;
    text-align: left;
    color: #fff;
    box-sizing: border-box;
    z-index: 3;
    font-size: 16px;
    border-left: 1px solid #252525;
    border-right: 1px solid #252525;
    border-bottom: 1px solid #252525;
    border-bottom: 1px solid #252525;
    opacity: 0;
    /*CSS animation applied for sub menu : Slide from Top */
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
  }
  ul.main-nav>li:hover>div.sub-menu-block {
    background-color: #252525;
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  ul.main-nav>li>div.sub-menu-block>* {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    opacity: 0;
  }
  ul.main-nav>li:hover>div.sub-menu-block>* {
    opacity: 1;
  }
  .sub-menu-head {
    font-size: 20px;
  }
  /* List Separator: Outer Border */
  header.dark ul.main-nav>li>a {
    border-right: 1px solid #bbb;
  }
  header.light ul.main-nav>li>a {
    border-right: 1px solid #666;
  }
  /* List Separator: Inner Border */
  ul.main-nav>li>a:after {
    content: '';
    width: 1px;
    height: 62px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 2;
  }
  header.dark ul.main-nav>li>a:after {
    background-color: #777;
  }
  header.light ul.main-nav>li>a:after {
    background-color: #999;
  }
  /* Drop Down/Up Arrow for Mega Menu */
  ul.main-nav>li>a.mega-menu>span {
    display: block;
    vertical-align: middle;
  }
  ul.main-nav>li>a.mega-menu>span:after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    content: '';
    background-color: transparent;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
  }
  ul.main-nav>li:hover>a.mega-menu span:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 0px solid transparent;
    border-bottom: 5px solid #666;
  }
  .banners-area {
    border-top: 1px solid #ccc;
  }
}

li.top-level-link a.mega-menu:hover {
  color: #fff;
}

ul.sub-menu-lists li a {
    color: #f7f7f7;
    text-transform: initial;
}

ul.sub-menu-lists li a:hover {
  color: #F9AB3E;
}

h6.designation {
  margin: 14px;
  color: #ffa500;
}

.leadership {
  font-size: 20px;
}

.our-team-leadership {
  border: 4px solid #eceaea;
  padding: 15px;
  margin-bottom: 10px;
}

.leadership i.fa.fa-envelope {
  color: #faab3e;
  font-weight: 700;
}

.leadership i.fa.fa-linkedin {
  font-size: 20px;
}

section.leadership.about-area {
  margin: 60px 0;
}

.our-team-leadership img {
  text-align: center;
  margin: auto;
  display: block;
}

section.team-members {
  margin: 40px 0;
}
section.services-landing {
    margin: 50px 0;
}
.sub-services {
    margin: 35px 0;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #025122;
    border-color: #F9AB3E;
    border-radius: 0;
    display: inline-block;
    font-family: "Open Sans", sans-serif !important;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 30px;
    min-height: 50px;
    padding: 10px 30px;
    position: relative;
    text-transform: uppercase;
    color: #fff;
    border-radius: 2px;
}
ul.nav.nav-pills {
    margin: 40px 0;
}
.about-our-team {
    border-top: 1px solid orange;
}
h2.manage {
    text-transform: initial;
    font-size: 35px;
}
h6.management {
    text-transform: initial;
    font-size: 20px;
    line-height: 25px;
    text-align: left;
    margin: 20px 0;
}
section.global img {
    outline: 1px solid #fff;
    margin: 10px 0;
    outline-offset: -6px;
    border-radius: 2px;
}
p.lets-talk {
    margin: auto;
    text-align: center;
    color: #ffa500;
    font-size: 35px;
    border-top: 3px solid;
    width: 200px;
    display: block;
    font-family: 'Open Sans';
}
p.lets-talk-text {
    color: #ffa500;
    font-size: 35px;
    font-family: 'Open Sans';
    margin-bottom: 10px;
    font-weight: 600;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: 1.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: aliceblue;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-submit {
    margin: 20px 0;
}
section.maintainence li {
    font-size: 17px;
}
section.assets-img {
    margin: 10px 0;
    border-radius: 2px;
}
h2.energy {
    color: #fff;
    font-size: 24px;
    text-align: center;
    font-weight: 400;
}
.energy-testing {
    background-color: #336666;
    padding: 50px 0 50px;
    margin: 20px 0;
}
section.o\&m-services {
    margin: 40px 0;
}
p.text-whites-package {
    font-size: 16px;
    text-align: justify;
}
section.profit {
    background-color: #ffb833;
    padding: 50px 0 50px;
}
p.profit {
    font-size: 20px;
    text-align: center;
    font-style: italic;
    font-weight: 500;
}
p.power-txt {
    font-size: 20px;
    color: darkgreen;
    font-weight: 600;
}
p.power-txt-bg {
    font-size: 16px;
    color: green;
    background-color: bisque;
}
section.power-plant {
    margin: 30px 0;
    background-color: snow;
    padding: 50px 0;
}
img.package-img {
    outline: 1px solid #fff;
    margin: 10px 0;
    outline-offset: -6px;
    border-radius: 2px;
}
section.operations-center {
    background-color: snow;
    padding: 50px 0;
}
section.maintainence-packages {
    background-color: snow;
    padding: 50px 0;
}
p.active {
    font-weight: 600;
    font-size: 18px;
    color: #fbab3e;
}
p.active-mod {
    font-weight: 600;
}
.Credentials {
    background-color: #FFE4C4;
    text-align: center;
    width: 90%;
    border-radius: 10px;
}
section.packages-image {
    text-align: center;
    margin: 30px 0;
}
tr.table-color {
    background-color: darkolivegreen;
    color: #fff;
}
.table {
   border-collapse: collapse;
}
.table td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}
th.head-bg {
    background: #faa836;
}
.pack {
    margin: 25px 0;
}
section.asset-services {
    background-color: snow;
    padding: 50px 0;
}
section.business-credentials {
    background-color: snow;
    padding: 50px 0;
}
.col-md-6.bgue-difference {
    margin: 15px 0;
}
li {
    font-size: 16px;
}
section.operation-services {
    margin: 40px 0;
}
h5.font-txt {
    margin: 10px 0;
}
section.performance-engineering {
    margin: 50px 0;
}
section.comprehensive {
    margin: 40px 0;
}
section.allied {
    margin: 40px 0;
}
section.package-content {
    margin: 50px 0;
}
section.package-table {
    margin: 50px 0;
}
.widget-social-icons {
    margin: 15px 0;
}
}
.client-desktop{
    display:block;
}
.client-mobile{
    display:none;
}