@charset "UTF-8";
/*===================================================================
[Table Of Content]

    * Imported CSS
    * Typography CSS
    * Common CSS
    * Main Navigation CSS
    * Header CSS
    * Home Slider CSS
      * Revolution Slider CSS
    * About CSS
    * Service CSS
    * Team CSS
    * Portfolio CSS
    * Brand Logo CSS
    * Award CSS
    * Form CSS
    * Blog CSS
    * Contact CSS
    * Footer CSS

=====================================================================*/
/*
-----------------------------------------------------------------------
  Typography CSS
-----------------------------------------------------------------------
*/
body {
  color: #999191;
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #0e0e0e;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
  margin-top: 0;
}

a {
  font-family: "Poppins", sans-serif;
  color: #eb4435;
  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 {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #c02113;
  outline: none;
  text-decoration: none;
}
a img {
  border: none;
}

.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

p {
  margin-bottom: 30px;
}
p:last-child {
  margin-bottom: 0;
}

:active,
:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none !important;
}

::-moz-selection {
  background: #eb4435;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #eb4435;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #eb4435;
  /* Firefox */
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: #eb4435;
  /* Safari */
  color: #fff;
  text-shadow: none;
}

img {
  max-width: 100%;
}

iframe {
  border: none !important;
}

textarea:focus, textarea:active, input:focus, input:active {
  outline: none;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset {
  margin-bottom: 30px;
}

table p {
  margin-bottom: 0;
}

/*
-----------------------------------------------------------------------
  Common CSS
-----------------------------------------------------------------------
*/
.section-title {
  margin-bottom: 95px;
}
.section-title h5 {
  color: #eb4435;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.section-title .title {
  font-size: 44px;
  letter-spacing: -1.25px;
  line-height: 1.25;
  margin-bottom: 42px;
}
@media only screen and (max-width: 991px) {
  .section-title .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title .title {
    font-size: 30px;
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 575px) {
  .section-title .title {
    font-size: 24px;
    margin-bottom: 32px;
  }
}
.section-title .title span {
  font-weight: 400;
}
.section-title .desc p {
  line-height: 1.65;
  margin-bottom: 76px;
}
@media only screen and (max-width: 767px) {
  .section-title .desc p {
    margin-bottom: 50px;
  }
}
.section-title .desc .btn-theme {
  letter-spacing: 0.189px;
  padding: 14px 37px;
}
@media only screen and (max-width: 767px) {
  .section-title .desc .btn-theme {
    font-size: 13px;
    letter-spacing: 0.25px;
    line-height: 1.1;
    padding: 13px 14px 11px;
  }
}
.section-title .list-style li {
  color: #999191;
  font-size: 16px;
  margin-bottom: 27px;
  padding-left: 30px;
  position: relative;
}
.section-title .list-style li i {
  color: #eb4435;
  font-size: 14px;
  left: 0;
  position: absolute;
  top: 5px;
}
.section-title .list-style li:last-child {
  margin-bottom: 0;
}
.section-title.section-title-two {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 90px;
}
@media only screen and (max-width: 991px) {
  .section-title.section-title-two {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .section-title.section-title-two {
    margin-bottom: 55px;
  }
}
.section-title.section-title-two .title {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .section-title.section-title-two .title {
    margin-bottom: 40px;
  }
}
.section-title.section-title-two .portfolio-filter-menu {
  margin-bottom: 5px;
}

.bg-img {
  background: no-repeat center center;
  background-size: cover;
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row > [class*=col-] {
  padding-right: 15px;
  padding-left: 15px;
}

.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;
  }
}

.line-hr {
  border-bottom: 1px solid #e2e2e2;
}
.line-hr.hr-style-2 {
  border-color: #f0f1f3;
}

.lh-1 {
  line-height: 1;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.content-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.justify-items-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form-message.alert {
  margin-top: 10px;
}

.input-btn-group {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 35px 100px 0px rgba(171, 181, 189, 0.35);
          box-shadow: 0px 35px 100px 0px rgba(171, 181, 189, 0.35);
  display: -webkit-box;
  display: -ms-flexbox;
  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 {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.input-btn-group .btn-theme {
  border-radius: 5px;
  height: 50px;
}

.text-right {
  text-align: right;
}

@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;
  }
}
/*-------- Button Style Css --------*/
.btn-theme {
  background-color: #eb4435;
  border-color: #eb4435;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.115px;
  line-height: 1.45;
  padding: 14px 33px;
  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: 767px) {
  .btn-theme {
    font-size: 13px;
    line-height: 1.1;
    padding: 14px 14px 10px;
  }
}
.btn-theme:hover, .btn-theme:focus {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.btn-theme.btn-black {
  background-color: #000;
  border-color: #000;
}
.btn-theme.btn-black:hover {
  background-color: #eb4435;
  border-color: #eb4435;
  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-gray {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  color: #0e0e0e;
}
.btn-theme.btn-gray:hover {
  background-color: #eb4435;
  border-color: #eb4435;
  color: #fff;
}
.btn-theme.btn-gradient {
  border: none;
  color: #fff;
  letter-spacing: 0.15px;
  padding: 15px 31px;
  background-color: #e94d04;
  background-image: -webkit-gradient(linear, left top, right top, from(#e94d04), to(#eea849));
  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: -webkit-gradient(linear, right top, left top, from(#e94d04), to(#eea849));
  background-image: linear-gradient(-90deg, #e94d04 0%, #eea849 100%);
  background-image: -ms-linear-gradient(-90deg, #e94d04 0%, #eea849 100%);
}
.btn-theme.btn-lg {
  letter-spacing: 0.131px;
  padding: 14px 48px;
}

.btn-link {
  color: #eb4435;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.115px;
  line-height: 1.4;
  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:after {
  background-color: #eb4435;
  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 img {
  margin-right: 9px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.btn-link:hover {
  color: #eb4435;
  text-decoration: none;
}
.btn-link:hover:after {
  left: 0;
  width: 100%;
}
.btn-link:focus {
  text-decoration: none;
}
.btn-link.btn-line:before {
  background-color: #eb4435;
  bottom: 0;
  content: "";
  height: 1px;
  right: 0;
  position: absolute;
  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-link.btn-line:after {
  left: 0;
  width: 100%;
}
.btn-link.btn-line:hover {
  color: #0e0e0e;
}
.btn-link.btn-line:hover:before {
  background-color: #0e0e0e;
  left: 0;
  width: 100%;
}
.btn-link.btn-line:hover:after {
  background-color: #eb4435;
}
.btn-link.no-line:before {
  display: none;
}
.btn-link.no-line:after {
  display: none;
}
.btn-link.no-line:hover {
  color: #0e0e0e;
}
.btn-link.no-line:hover img {
  -webkit-filter: brightness(0.2);
          filter: brightness(0.2);
}
.btn-link.no-line:focus {
  text-decoration: none;
}
.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: #eb4435;
}
.btn-link.btn-dark:hover:hover:before {
  background-color: #eb4435;
}
.btn-link.btn-dark:hover:hover:after {
  background-color: #eb4435;
}

.btn-block {
  display: block;
  width: 100%;
}

/*-------- Owl Carousel Style Css --------*/
.owl-carousel.owl-theme .owl-nav {
  margin: 0;
  position: absolute;
  right: 0;
  top: -70px;
}
@media only screen and (max-width: 767px) {
  .owl-carousel.owl-theme .owl-nav {
    top: 118px;
  }
  .owl-carousel.owl-theme .owl-nav [class*=owl-] {
    font-size: 16px !important;
    height: 28px !important;
    line-height: unset !important;
    width: 28px !important;
}
}
.owl-carousel.owl-theme .owl-nav [class*=owl-] {
  background-color: transparent;
  border: 1px solid #aba5a5;
  border-radius: 5px;
  color: #aba5a5;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  width: 40px;
  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 {
  background-color: transparent;
  border: 1px solid #0e0e0e;
  color: #0e0e0e;
}
.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 [class*=owl-] {
  border-radius: 50%;
  line-height: 42px;
}
.owl-carousel.owl-theme.owl-nav3 .owl-nav [class*=owl-] {
  border: none;
  border-radius: 50%;
  font-size: 30px;
  height: auto;
  line-height: 42px;
  width: auto;
}
.owl-carousel.owl-theme.owl-nav3 .owl-nav [class*=owl-]:hover {
  color: #eb4435;
}
.owl-carousel.owl-theme.owl-nav3 .owl-nav .owl-prev {
  margin-right: 18px;
}
.owl-carousel.owl-theme.owl-nav3 .owl-nav .owl-next {
  margin-left: 18px;
}
.owl-carousel.owl-theme.owl-nav4 .owl-nav [class*=owl-] {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  border-radius: 5px;
  line-height: 42px;
}
.owl-carousel.owl-theme.owl-nav4 .owl-nav [class*=owl-]:hover {
  background-color: #eb4435;
  color: #fff;
}
.owl-carousel.owl-theme .owl-dots {
  margin-top: 55px;
}
.owl-carousel.owl-theme .owl-dots .owl-dot span {
  background-color: transparent;
  border: 1px solid #aba5a5;
  margin: 5px 12px;
}
.owl-carousel.owl-theme .owl-dots .owl-dot.active span, .owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #eb4435;
  border-color: #eb4435;
}

/*-------- Page Title Style Css --------*/
.page-title-area {
  padding: 102px 0 155px;
}
@media only screen and (max-width: 991px) {
  .page-title-area {
    padding: 102px 0 100px;
  }
}
.page-title-area .page-title-content .title {
  font-size: 44px;
  letter-spacing: -1.25px;
  line-height: 54px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  .page-title-area .page-title-content .title {
    font-size: 30px;
    line-height: 1.2;
  }
}
.page-title-area .page-title-content .title.title-style2 {
  font-size: 52px;
  letter-spacing: 0;
  line-height: 60px;
}
@media only screen and (max-width: 991px) {
  .page-title-area .page-title-content .title.title-style2 {
    font-size: 40px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 767px) {
  .page-title-area .page-title-content .title.title-style2 {
    font-size: 30px;
  }
}
.page-title-area .page-title-content .bread-crumbs {
  color: #eb4435;
}
.page-title-area .page-title-content .bread-crumbs a {
  color: #999191;
}
.page-title-area .page-title-content.page-content-style2 .bread-crumbs {
  padding: 22.5px 0;
}
.page-title-area .page-title-content.page-content-style3 .title {
  padding: 139px 0 125px;
}
@media only screen and (max-width: 991px) {
  .page-title-area .page-title-content.page-content-style3 .title {
    padding: 90px 0 75px;
  }
}
@media only screen and (max-width: 767px) {
  .page-title-area .page-title-content.page-content-style3 .title {
    font-size: 30px;
  }
}
.page-title-area .page-title-content.page-content-style4 {
  padding: 254px 0 154px;
}
@media only screen and (max-width: 991px) {
  .page-title-area .page-title-content.page-content-style4 {
    padding: 184px 0 114px;
  }
}
@media only screen and (max-width: 767px) {
  .page-title-area .page-title-content.page-content-style4 {
    padding: 164px 0 94px;
  }
}
.page-title-area .page-title-content.page-content-style4 .title {
  padding: 0;
}
.page-title-area.shop-masonry-page-title {
  padding: 167px 0 132px;
}

.bread-crumbs {
  color: #999191;
  font-size: 16px;
}
.bread-crumbs a {
  color: #999191;
}
.bread-crumbs a:hover {
  color: #eb4435;
}

/*-------- Pagination Style Css --------*/
.pagination-area {
  padding: 20px 0;
}
.pagination-area nav .page-numbers {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.pagination-area nav .page-numbers li {
  line-height: 1;
  padding: 0;
}
.pagination-area nav .page-numbers li .page-number {
  color: #0e0e0e;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 12px 13px;
}
.pagination-area nav .page-numbers li .page-number:hover {
  color: #eb4435;
}
.pagination-area nav .page-numbers li .page-number.current {
  color: #eb4435;
}
.pagination-area nav .page-numbers li .page-number.prev {
  background-color: #fff;
  border-radius: 5px 0 0 5px;
  border-right: 1px solid #f0f1f3;
  color: #0e0e0e;
  font-size: 18px;
  margin-right: 20px;
  padding: 10px 10px 10px 11px;
}
.pagination-area nav .page-numbers li .page-number.prev:hover {
  background-color: #eb4435;
  color: #fff;
}
.pagination-area nav .page-numbers li .page-number.next {
  background-color: #fff;
  border-radius: 0 5px 5px 0;
  border-left: 1px solid #f0f1f3;
  color: #0e0e0e;
  font-size: 18px;
  margin-left: 15px;
  padding: 10px 11px 10px 10px;
}
.pagination-area nav .page-numbers li .page-number.next:hover {
  background-color: #eb4435;
  color: #fff;
}
.pagination-area nav .page-numbers li .page-number i {
  font-size: 18px;
}
.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 {
  -webkit-box-shadow: 0px 10px 50px 0px rgba(171, 181, 189, 0.35);
          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: #eb4435;
  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 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: none;
  border-radius: 5px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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;
}
@media only screen and (max-width: 575px) {
  .accordian-content .accordion .accordion-item .accordian-heading .btn {
    font-size: 16px;
  }
}
.accordian-content .accordion .accordion-item .accordian-heading .btn:before {
  border-radius: 5px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  background-color: #e94d04;
  background-image: -webkit-gradient(linear, left top, right top, from(#e94d04), to(#eea849));
  background-image: linear-gradient(90deg, #e94d04 0%, #eea849 100%);
  background-image: -ms-linear-gradient(90deg, #e94d04 0%, #eea849 100%);
  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: 18px;
  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 {
  -webkit-box-shadow: 0px 7px 30px 0px rgba(171, 181, 189, 0.35);
          box-shadow: 0px 7px 30px 0px rgba(171, 181, 189, 0.35);
  color: #0e0e0e;
}
.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: #0e0e0e;
}
.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: 1.65;
  padding: 34px 30px 16px;
}
.accordian-content .accordion.no-bg .accordion-item .accordian-heading .btn {
  background-color: transparent;
  border-bottom: 1px solid #e1e1e1;
  border-radius: 0;
  color: #0e0e0e;
  padding: 0 0 13px;
}
.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: #0e0e0e;
}
.accordian-content .accordion.no-bg .accordion-item .accordian-heading .btn.collapsed {
  -webkit-box-shadow: none;
          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: 30px 0 10px;
}

/*-------- 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: #eb4435;
  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 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100vh - 110px);
  padding: 0;
}
.page-not-found-area .section-title .title {
  margin-bottom: 34px;
}
.page-not-found-area .section-title .desc {
  margin-bottom: 55px;
}
.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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding: 0;
}
.coming-soon-area .logo {
  position: absolute;
  top: 65px;
}
.coming-soon-area .coming-soon-content {
  margin-right: 70px;
}
.coming-soon-area .coming-soon-content h5 {
  color: #eb4435;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 23px;
  margin-top: 0;
  text-transform: uppercase;
}
.coming-soon-area .coming-soon-content h2 {
  font-size: 72px;
  line-height: 1;
  margin-bottom: 62px;
  margin-top: 0;
}
.coming-soon-area .coming-soon-content .input-btn-group {
  padding: 0;
}
.coming-soon-area .coming-soon-content .input-btn-group .form-control {
  padding-left: 20px;
}
.coming-soon-area .coming-soon-content .input-btn-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.coming-soon-area .coming-soon-content .input-btn-group .btn-theme {
  border-radius: 0 5px 5px 0;
}
.coming-soon-area .widget-social-icons {
  bottom: 65px;
  position: absolute;
}
.coming-soon-area .widget-social-icons a {
  color: #aba5a5;
  font-size: 16px;
  margin-right: 15px;
}
.coming-soon-area .widget-social-icons a:last-child {
  margin-right: 0;
}
.coming-soon-area .widget-social-icons a:hover {
  color: #eb4435;
}
@media only screen and (max-width: 575px) {
  .coming-soon-area .widget-social-icons a {
    margin-right: 18px;
  }
}

/*-------- 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 {
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 142px;
  height: 40px;
  margin: -20px 0 0 -71px;
  -webkit-filter: contrast(20);
          filter: contrast(20);
}
.preloader-wrap .preloader .dot {
  background-color: #000;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 12px;
  left: 15px;
  -webkit-filter: blur(4px);
          filter: blur(4px);
  border-radius: 50%;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-animation: dot 2.8s infinite;
          animation: dot 2.8s infinite;
}
.preloader-wrap .preloader .dots {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  margin-top: 12px;
  margin-left: 31px;
  -webkit-animation: dots 2.8s infinite;
          animation: dots 2.8s infinite;
}
.preloader-wrap .preloader .dots span {
  background-color: #000;
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  -webkit-filter: blur(4px);
          filter: blur(4px);
  border-radius: 50%;
}

@-webkit-keyframes dot {
  50% {
    -webkit-transform: translateX(96px);
            transform: translateX(96px);
  }
}

@keyframes dot {
  50% {
    -webkit-transform: translateX(96px);
            transform: translateX(96px);
  }
}
@-webkit-keyframes dots {
  50% {
    -webkit-transform: translateX(-31px);
            transform: translateX(-31px);
  }
}
@keyframes dots {
  50% {
    -webkit-transform: translateX(-31px);
            transform: translateX(-31px);
  }
}
/*-------- Custom Color Style Css --------*/
.bgcolor-white {
  background-color: #fff !important;
}

.bgcolor-24 {
  background-color: #242424 !important;
}

.bgcolor-f5 {
  background-color: #f5f5f5 !important;
}

.bgcolor-gray-light {
  background-color: #f4f6f8 !important;
}

.bgcolor-gray {
  background-color: #f0f2f4 !important;
}

.bgcolor-gray-silver {
  background-color: #f0f1f3 !important;
}

.bgcolor-theme {
  background-color: #eb4435 !important;
}

.bgcolor-theme2 {
  background-color: #f57266 !important;
}

.bgcolor-theme3 {
  background-color: #4765f8 !important;
}

.bgcolor-theme4 {
  background-color: #FD8B00 !important;
}

.text-theme-color {
  color: #eb4435 !important;
}

.text-theme-color2 {
  color: #f57266 !important;
}

.text-theme-color3 {
  color: #4765f8 !important;
}

.text-theme-color4 {
  color: #FD8B00 !important;
}

.text-theme-color5 {
  color: #ea6725 !important;
}

.text-light {
  color: #fff !important;
}

.text-dark {
  color: #0e0e0e !important;
}

/*-------- Custom Margin Padding Style Css --------*/
.mt-10 {
  margin-top: 10px;
}

.mt-12 {
  margin-top: 12px !important;
}

.mt-15 {
  margin-top: 15px;
}

.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-90 {
  margin-top: 90px !important;
}

@media only screen and (max-width: 991px) {
  .md-mt-0 {
    margin-top: 0 !important;
  }

  .mt-md-50 {
    margin-top: 50px !important;
  }
}
@media only screen and (max-width: 575px) {
  .mt-xs-0 {
    margin-top: 0px;
  }

  .mt-xs-30 {
    margin-top: 30px;
  }
}
.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-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !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-100 {
  margin-bottom: 100px !important;
}

@media only screen and (max-width: 991px) {
  .md-mb-0 {
    margin-bottom: 0px !important;
  }

  .mb-md-0 {
    margin-bottom: 0px !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 {
    margin-bottom: 0px !important;
  }

  .mb-sm-40 {
    margin-bottom: 40px !important;
  }

  .mb-sm-50 {
    margin-bottom: 50px !important;
  }

  .mb-sm-60 {
    margin-bottom: 60px !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;
  }
}
.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;
  }
}
.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-110 {
  padding-bottom: 110px;
}

.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: 991px) {
  .pb-md-20 {
    padding-bottom: 20px !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) {
  .pb-sm-20 {
    padding-bottom: 20px !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;
  }
}
.pl-0 {
  padding-left: 0 !important;
}

.pl-30 {
  padding-left: 30px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-100 {
  padding-left: 100px;
}

@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 {
    padding-left: 15px !important;
  }
}
.pt-10 {
  padding-top: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-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: 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-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-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;
  }
}
.pr-0 {
  padding-right: 0 !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.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;
  }
}
@media only screen and (max-width: 767px) {
  .sm-pr-0 {
    padding-right: 0 !important;
  }

  .sm-pr-15 {
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 991px) {
  .md-pr-15 {
    padding-right: 15px;
  }

  .md-pl-15 {
    padding-left: 15px;
  }
}
/*-------- Scroll To Top Style Css --------*/
.scroll-to-top {
  background: #eb4435;
  border: none;
  border-radius: 3px;
  bottom: 73px;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 18px;
  height: 50px;
  line-height: 54px;
  position: fixed;
  right: 60px;
  text-align: center;
  width: 50px;
  z-index: 100;
}
@media only screen and (max-width: 767px) {
  .scroll-to-top {
    bottom: 100px;
    right: 15px;
  }
}
.scroll-to-top:hover {
  background: #fff;
  -webkit-box-shadow: 0 0 5px 0 #eb4435;
          box-shadow: 0 0 5px 0 #eb4435;
  color: #eb4435;
}

/*
-----------------------------------------------------------------------
	Main Navigation CSS
-----------------------------------------------------------------------
*/
.main-menu {
  -ms-flex-line-pack: center;
      align-content: center;
}
.main-menu > li {
  margin-right: 42px;
}
.main-menu > li:last-child {
  margin-right: 0;
}
.main-menu > li > a {
  color: #182141;
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.2px;
  text-transform: capitalize;
  padding-bottom: 0px;
  position: relative;
}
.main-menu > li > a:after {
  background-color: #eb4435;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
}
.main-menu > li:hover > a, .main-menu > li.active > a {
  color: #eb4435;
}
.main-menu > li:hover > a:after, .main-menu > li.active > a:after {
  -webkit-transform: none;
          transform: none;
  opacity: 0;
  visibility: visible;
}

.has-submenu {
  padding-right: 10px;
  position: relative;
}
.has-submenu > a {
  position: relative;
}
.has-submenu > a:before {
  content: "";
  color: #182141;
  font-size: 13px;
  line-height: 1.2;
  font-family: "FontAwesome";
  position: absolute;
  right: -12px;
  top: 0;
}
.has-submenu:hover > .submenu-nav {
  -webkit-transform: none;
          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 {
  -webkit-transform: none !important;
          transform: none !important;
}
.has-submenu .submenu-nav {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 18px 0 20px;
  position: absolute;
  left: -25px;
  top: 100%;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  min-width: 200px;
  margin-top: 34px;
  z-index: 99;
}
@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: 4px 25px;
}
.has-submenu .submenu-nav > li:first-child {
  padding-top: 0;
}
.has-submenu .submenu-nav > li:last-child {
  padding-bottom: 0;
}
.has-submenu .submenu-nav > li a {
  color: #666;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: inherit;
  text-transform: capitalize;
}
.has-submenu .submenu-nav > li:hover > a {
  color: #eb4435;
}
.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 {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.has-submenu .submenu-nav > li.has-submenu:after {
  content: "";
  color: #000;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1599.98px) {
  .has-submenu .submenu-nav-mega {
    width: 1000px;
  }
}
@media only screen and (max-width: 1199px) {
  .has-submenu .submenu-nav-mega {
    width: 830px;
  }
}
.has-submenu .submenu-nav-mega .mega-menu-item {
  padding: 25px 40px !important;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
.has-submenu .submenu-nav-mega .mega-menu-item > a {
  color: #000 !important;
  display: block;
  font-weight: 500;
  font-size: 17px;
  margin-bottom: 6px;
}
.has-submenu .submenu-nav-mega .mega-menu-item > a.srmenu-title {
  display: none;
}
.has-submenu .submenu-nav-mega .mega-menu-item ul li {
  position: relative;
  padding: 4px 0;
}
.has-submenu .submenu-nav-mega .mega-menu-item ul li a:hover {
  color: #eb4435;
}
.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: #eb4435;
  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: #ff0000;
  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 {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.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-image: url("../img/photos/mega-menu-bg.html");
  background-size: cover;
  background-position: center center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  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;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.has-submenu .submenu-nav-mega .mega-menu-item.menu-content .menu-content-inner h4 {
  -webkit-transform: translateY(-80%);
          transform: translateY(-80%);
}
.has-submenu .submenu-nav-mega .mega-menu-item.menu-content .menu-content-inner h4 span {
  font-family: "Roboto", sans-serif;
  color: #eb4435;
  font-style: italic;
}
.has-submenu .submenu-nav-mega .mega-menu-item.menu-content .menu-content-inner .btn-brand {
  margin-top: 30px;
  font-weight: 700;
  -webkit-transform: translateY(80%);
          transform: translateY(80%);
}
.has-submenu.full-width {
  position: static;
}
.has-submenu.colunm-two {
  position: relative;
}
.has-submenu.colunm-two .submenu-nav-mega {
  width: auto;
}
.has-submenu.colunm-two .submenu-nav-mega .mega-menu-item {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.has-submenu:last-child {
  padding-right: 0;
}

/* Responsive Mobile Menu */
.res-mobile-menu {
  margin: 0 -10px;
}
.res-mobile-menu .slicknav_btn {
  display: none;
}
.res-mobile-menu .slicknav_menu {
  background-color: transparent;
  padding: 0;
}
.res-mobile-menu .slicknav_nav {
  display: block !important;
  padding: 0px 30px;
}
.res-mobile-menu .slicknav_nav li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}
.res-mobile-menu .slicknav_nav li:last-child {
  border-bottom: 0;
}
.res-mobile-menu .slicknav_nav li a {
  color: #999;
  display: block;
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
  padding: 9px 0;
  margin: 0;
  text-transform: capitalize;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .res-mobile-menu .slicknav_nav li a {
    font-size: 18px;
    color: #000;
  }
}
.res-mobile-menu .slicknav_nav li a .slicknav_arrow {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 14px;
  display: block;
  text-align: center;
  margin: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 35px;
  line-height: 35px;
  width: 35px;
}
.res-mobile-menu .slicknav_nav li a a {
  padding: 0;
}
.res-mobile-menu .slicknav_nav li a:hover {
  color: #000;
  background-color: transparent;
}
.res-mobile-menu .slicknav_nav li img {
  display: none;
}
.res-mobile-menu .slicknav_nav li div {
  display: none;
}
.res-mobile-menu .slicknav_nav li ul {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0;
  padding-left: 10px;
}
.res-mobile-menu .slicknav_nav li ul li a {
  font-size: 24px;
  color: #999;
}
@media only screen and (max-width: 575px) {
  .res-mobile-menu .slicknav_nav li ul li a {
    font-size: 18px;
  }
}
.res-mobile-menu .slicknav_nav li ul li a:hover {
  color: #000;
}
.res-mobile-menu .slicknav_nav li ul li ul li a {
  font-size: 20px;
}
@media only screen and (max-width: 575px) {
  .res-mobile-menu .slicknav_nav li ul li ul li a {
    font-size: 15px;
  }
}
.res-mobile-menu .slicknav_nav .slicknav_open > .slicknav_item {
  position: relative;
}
.res-mobile-menu .slicknav_nav .slicknav_open > .slicknav_item .slicknav_arrow {
  background-color: #eb4435;
  display: none;
}

/*
-----------------------------------------------------------------------
  Header CSS
-----------------------------------------------------------------------
*/
.header-area {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .header-area {
    padding: 25px 0;
  }
}
.header-area .container-fluid {
/*  padding: 0 0px;*/
}
@media only screen and (max-width: 575px) {
  .header-area .container-fluid {
    padding: 0 15px;
  }
}
.header-area.sticky-header {
  -webkit-transition: 0.0s;
  transition: 0.0s;
}
@media only screen and (max-width: 991px) {
  .header-area.sticky-header {
    padding: 25px 0;
  }
}
.header-area.sticky-header .main-menu > li {
  font-family: "Poppins", sans-serif;
  margin-right: 38px;
}
@media only screen and (max-width: 1199px) {
  .header-area.sticky-header .main-menu > li {
    margin-right: 28px;
  }
}
.header-area.sticky-header .main-menu > li:last-child {
  margin-right: 0;
}
.header-area.sticky-header .main-menu > li a {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.25px;
/*  text-transform: uppercase;*/
}
.header-area.sticky-header .main-menu > li .active-menu{
  color: #fff;
}
.header-area.sticky-header .main-menu > li a:hover {
  color: #eb4435;
}
.header-area.sticky-header .main-menu > li a:before {
  color: #0e0e0e;
}
.header-area.sticky-header .main-menu > li > .submenu-nav {
  border: none;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 0px 20px 80px 0px rgba(171, 181, 189, 0.35);
          box-shadow: 0px 20px 80px 0px rgba(171, 181, 189, 0.35);
  left: -35px;
  margin-top: 25px;
  min-width: 270px;
  padding: 25px 0;
}
.header-area.sticky-header .main-menu > li > .submenu-nav:before {
  height: 36px;
}
.header-area.sticky-header .main-menu > li > .submenu-nav > li {
  padding: 7px 37px;
}
.header-area.sticky-header .main-menu > li > .submenu-nav > li a {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 26px;
  position: relative;
  text-transform: capitalize;
}
.header-area.sticky-header .main-menu > li > .submenu-nav > li a:after {
  background-color: #eb4435;
  bottom: 0;
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  width: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.header-area.sticky-header .main-menu > li > .submenu-nav > li a:hover:after {
  left: 0;
  width: 100%;
}
.header-area.sticky-header .main-menu > li.has-submenu a:before {
  color: #0e0e0e;
  content: "3";
  font-family: "ElegantIcons";
  font-size: 14px;
  right: -19px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.header-area.sticky-header .main-menu > li.has-submenu a:hover:before {
  color: #eb4435;
}
.header-area.sticky-header .main-menu > li.has-submenu > .submenu-nav a:before {
  display: none;
}
.header-area.sticky-header .main-menu > li.has-submenu.active > a {
  color: #eb4435;
}
.header-area.sticky-header .main-menu > li.has-submenu.active > a:before {
  color: #eb4435;
}
.header-area.sticky-header .navigation-style-two {
  margin-left: -15px;
}
.header-area.sticky-header .navigation-style-two .main-menu > li {
  margin-right: 45px;
}
@media only screen and (max-width: 1199px) {
  .header-area.sticky-header .navigation-style-two .main-menu > li {
    margin-right: 25px;
  }
}
.header-area.sticky-header .navigation-style-two .main-menu > li:last-child {
  margin-right: 0;
}
.header-area.sticky-header .navigation-style-two .main-menu > li a {
  font-size: 14px;
  text-transform: capitalize;
}
.header-area.sticky-header.sticky {
  background-color: #fff;
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  border: 0 !important;
  position: fixed;
  left: 0;
  top: 0;
  padding: 0;
  width: 100%;
  z-index: 99;
}
@media only screen and (max-width: 991px) {
  .header-area.sticky-header.sticky {
    padding: 22px 0;
  }
}
.header-area.sticky-header.sticky .main-menu > li {
  margin-right: 38px;
}
@media only screen and (max-width: 1199px) {
  .header-area.sticky-header.sticky .main-menu > li {
    margin-right: 28px;
  }
}
.header-area.sticky-header.sticky .main-menu > .active-menu > a {
  color: #fff;
}
.header-area.sticky-header.sticky .main-menu > .active-menu > a:hover{
  color: #fff;
}
.header-area.sticky-header.sticky .main-menu > li > a {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.25px;
}

.download-icon {
    animation: downloadBounce 2s infinite;
}
@keyframes downloadBounce {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

.download-icon {
    animation: downloadBounce 1s infinite;
}

@keyframes vibrate {
    0% { transform: translate(0); }
    25% { transform: translate(2px, 2px); }
    50% { transform: translate(-2px, -2px); }
    75% { transform: translate(2px, -2px); }
    100% { transform: translate(0); }
}

.call-icon {
    animation: vibrate 0.2s infinite;
}

/*.vibrate:hover {
    animation: vibrate 0.2s infinite;
  }

  @keyframes vibrate {
    0% { transform: translate(0); }
    25% { transform: translate(2px, -2px); }
    50% { transform: translate(0); }
    75% { transform: translate(-2px, 2px); }
    100% { transform: translate(0); }
  }
*/
.header-area.sticky-header.sticky .main-menu > li > a:hover {
  color: #eb4435;
}
.header-area.sticky-header.sticky .main-menu > li > a:after {
  display: none;
}
.header-area.sticky-header.sticky .main-menu > li > .submenu-nav {
  margin-top: 24px;
}
.header-area.sticky-header.sticky .main-menu > li > .submenu-nav:before {
  height: 36px;
}
.header-area.sticky-header.sticky .main-menu > li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.header-area.sticky-header.sticky .navigation-style-two .main-menu > li {
  margin-right: 45px;
}
@media only screen and (max-width: 1199px) {
  .header-area.sticky-header.sticky .navigation-style-two .main-menu > li {
    margin-right: 25px;
  }
}
.header-area.sticky-header.sticky .navigation-style-two .main-menu > li a {
  text-transform: capitalize;
}
.header-area.sticky-header.sticky .header-action-area button, .header-area.sticky-header.sticky .header-action-area a {
  color: #182141;
}
.header-area.sticky-header.sticky .header-action-area button.btn-menu span, .header-area.sticky-header.sticky .header-action-area a.btn-menu span {
  background-color: #182141;
}
.header-area.sticky-header.sticky .header-action-area .btn-cart {
  position: relative;
}
.header-area.sticky-header.sticky .header-action-area .btn-cart .shop-count {
  background-color: #eb4435;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  height: 18px;
  left: 15px;
  line-height: 18px;
  position: absolute;
  text-align: center;
  top: 14px;
  width: 18px;
}
.header-area.sticky-header.sticky .header-action-area .btn-theme {
  color: #fff;
  padding: 33px 43px;
}
@media only screen and (max-width: 1199px) {
  .header-area.sticky-header.sticky .header-action-area .btn-theme {
    margin-left: 22px;
    padding: 33px 25px;
  }
}
.header-area.sticky-header.sticky.header-style.header-right-align .header-right .header-action-area button.btn-theme, .header-area.sticky-header.sticky.header-style.header-right-align .header-right .header-action-area a.btn-theme {
  padding: 33px 43px;
}
@media only screen and (max-width: 1199px) {
  .header-area.sticky-header.sticky.header-style.header-right-align .header-right .header-action-area button.btn-theme, .header-area.sticky-header.sticky.header-style.header-right-align .header-right .header-action-area a.btn-theme {
    padding: 33px 25px;
  }
}
.header-area.sticky-header.sticky.transparent {
  background-color: #fff;
  padding: 41px 0 34px;
}
@media only screen and (max-width: 1649px) {
  .header-area.sticky-header.sticky.transparent {
    padding: 25px 0;
  }
}
.header-area.sticky-header.sticky.transparent.header-right-align .col-grid {
  position: inherit;
}
@media only screen and (max-width: 1199px) {
  .header-area.sticky-header.sticky.transparent.header-right-align .header-right {
    padding-left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .header-area.sticky-header.sticky.transparent.header-right-align .header-right {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.header-area.sticky-header.sticky.transparent.header-right-align .header-right .header-logo-area {
  left: 60px;
  position: absolute;
  top: 39px;
}
@media only screen and (max-width: 1649px) {
  .header-area.sticky-header.sticky.transparent.header-right-align .header-right .header-logo-area {
    left: 0;
    position: relative;
    top: auto;
  }
}
.header-area.sticky-header.sticky.transparent.header-right-align .header-right .header-navigation-area {
  margin-top: 0;
}
@media only screen and (max-width: 1649px) {
  .header-area.sticky-header.sticky.transparent.header-right-align .header-right .header-navigation-area {
    margin-top: 8px;
  }
}
.header-area.sticky-header.sticky.transparent.header-right-align .header-right .header-navigation-area .main-menu > li {
  margin-right: 36px;
}
@media only screen and (max-width: 1649px) {
  .header-area.sticky-header.sticky.transparent.header-right-align .header-right .header-navigation-area .main-menu > li {
    margin-right: 15px;
  }
}
.header-area.sticky-header.sticky.transparent.header-right-align .header-right .header-navigation-area .main-menu > li.has-submenu a {
  padding: 0 3px 8px;
}
.header-area.sticky-header.sticky.transparent.header-right-align .header-right .header-navigation-area .main-menu > li.has-submenu a:before {
  display: none;
}
.header-area.sticky-header.sticky.transparent.header-right-align .header-right .header-action-area {
  position: inherit;
}
@media only screen and (max-width: 1649px) {
  .header-area.sticky-header.sticky.transparent.header-right-align .header-right .header-action-area {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header-area.sticky-header.sticky.transparent.header-right-align .header-right .header-action-area button.btn-theme, .header-area.sticky-header.sticky.transparent.header-right-align .header-right .header-action-area a.btn-theme {
  background-color: #4765f8;
  border-radius: 5px;
  color: #fff;
  padding: 18px 38px;
  position: absolute;
  right: 60px;
  top: 25px;
}
@media only screen and (max-width: 1649px) {
  .header-area.sticky-header.sticky.transparent.header-right-align .header-right .header-action-area button.btn-theme, .header-area.sticky-header.sticky.transparent.header-right-align .header-right .header-action-area a.btn-theme {
    margin-left: 30px;
    position: relative;
    right: auto;
    top: auto;
  }
}
.header-area.sticky-header.sticky.transparent.header-right-align .header-right .header-action-area .header-contact-info {
  position: relative;
  top: -4px;
}
@media only screen and (max-width: 1649px) {
  .header-area.sticky-header.sticky.transparent.header-right-align .header-right .header-action-area .header-contact-info {
    top: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .header-area.sticky-header.sticky.transparent.header-right-align .header-right .header-action-area .header-contact-info {
    display: none;
  }
}
.header-area.sticky-header.sticky.transparent.header-right-align .header-right .header-action-area .header-contact-info span {
  color: #0e0e0e;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-left: 6px;
  padding-left: 11px;
  position: relative;
}
.header-area.sticky-header.sticky.transparent.header-right-align .header-right .header-action-area .header-contact-info span:before {
  background-color: #0e0e0e;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 2px;
}
.header-area.sticky-header.sticky.transparent.header-right-align .header-right .header-action-area .header-contact-info span:first-child {
  font-weight: 600;
  margin-left: 0;
  padding-left: 0;
}
.header-area.sticky-header.sticky.transparent.header-right-align .header-right .header-action-area .header-contact-info span:first-child:before {
  display: none;
}
.header-area.sticky-header.sticky.transparent.header-right-align.header-transparent .header-right .main-menu > li {
  margin-right: 62px;
}
.header-area.sticky-header.sticky.transparent.header-right-align.header-transparent .header-right .main-menu > li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 1649px) {
  .header-area.sticky-header.sticky.transparent.header-right-align.header-transparent .header-right .header-logo-area {
    left: 0;
    position: relative;
    top: auto;
  }
}
.header-area.sticky-header.sticky.transparent.header-right-align.header-transparent .header-right .header-action-area button.btn-theme, .header-area.sticky-header.sticky.transparent.header-right-align.header-transparent .header-right .header-action-area a.btn-theme {
  background-color: #eb4435;
  border: 1px solid #eb4435;
  border-radius: 5px;
  color: #fff;
  padding: 17px 37px;
  position: absolute;
  right: 60px;
  top: 25px;
}
@media only screen and (max-width: 1649px) {
  .header-area.sticky-header.sticky.transparent.header-right-align.header-transparent .header-right .header-action-area button.btn-theme, .header-area.sticky-header.sticky.transparent.header-right-align.header-transparent .header-right .header-action-area a.btn-theme {
    margin-left: 30px;
    position: relative;
    right: auto;
    top: auto;
  }
}
.header-area.sticky-header.sticky.transparent.header-right-align.header-transparent .header-right .header-action-area button.btn-theme:hover, .header-area.sticky-header.sticky.transparent.header-right-align.header-transparent .header-right .header-action-area a.btn-theme:hover {
  background-color: transparent;
  border-color: #eb4435;
  color: #eb4435;
}
.header-area.sticky-header.sticky.transparent.header-right-align.header-transparent .header-right .header-action-area .header-contact-info span:before {
  background-color: #999191;
}
.header-area.sticky-header.header-style {
  border-bottom: 1px solid #f0f1f3;
}
.header-area.sticky-header.header-style.header-right-align .header-right .header-action-area button.btn-theme, .header-area.sticky-header.header-style.header-right-align .header-right .header-action-area a.btn-theme {
  padding: 48px 43px 48px;
}
@media only screen and (max-width: 1199px) {
  .header-area.sticky-header.header-style.header-right-align .header-right .header-action-area button.btn-theme, .header-area.sticky-header.header-style.header-right-align .header-right .header-action-area a.btn-theme {
    padding: 48px 25px;
  }
}
.header-area.sticky-header.header-style .header-action-area a {
  position: relative;
}
.header-area.sticky-header.header-style .header-action-area a:after {
  background-color: #eb4435;
  bottom: -1px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 9;
}
.header-area.sticky-header.transparent-style {
  background-color: transparent;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}
.header-area.sticky-header.transparent-style.sticky {
  background-color: #fff;
  position: fixed;
  z-index: 99;
}
.header-area.transparent:not(.sticky) {
  border-bottom: 1px solid #899cfa;
  color: #fff;
  padding: 41px 0 34px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
}
@media only screen and (max-width: 1649px) {
  .header-area.transparent:not(.sticky) {
    padding: 29px 0 21px;
  }
}
@media only screen and (max-width: 991px) {
  .header-area.transparent:not(.sticky) {
    padding: 25px 0 24px;
  }
}
.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 {
  margin-right: 36px;
}
@media only screen and (max-width: 1649px) {
  .header-area.transparent:not(.sticky) .main-menu > li {
    margin-right: 15px;
  }
}
.header-area.transparent:not(.sticky) .main-menu > li > a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.25px;
  padding: 0 3px 8px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1649px) {
  .header-area.transparent:not(.sticky) .main-menu > li > a {
    padding: 0 3px 0;
  }
}
.header-area.transparent:not(.sticky) .main-menu > li > a:before {
  display: none;
}
.header-area.transparent:not(.sticky) .main-menu > li > a:after {
  background-color: #fff;
  bottom: -36px;
  height: 3px;
  opacity: 0;
}
@media only screen and (max-width: 1649px) {
  .header-area.transparent:not(.sticky) .main-menu > li > a:after {
    bottom: -40px;
  }
}
.header-area.transparent:not(.sticky) .main-menu > li:hover > a, .header-area.transparent:not(.sticky) .main-menu > li.active > a {
  color: #fff;
}
.header-area.transparent:not(.sticky) .main-menu > li.active > a:after {
  opacity: 1;
}
.header-area.transparent:not(.sticky) .main-menu > li:last-child {
  margin-right: 0;
  padding-right: 0;
}
@media only screen and (max-width: 1649px) {
  .header-area.transparent:not(.sticky) .header-action-area {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.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.btn-theme, .header-area.transparent:not(.sticky) .header-action-area a.btn-theme {
  background-color: #fff;
  border-radius: 5px;
  color: #eb4435;
  padding: 18px 38px;
  position: absolute;
  right: 60px;
  top: 25px;
}
@media only screen and (max-width: 1649px) {
  .header-area.transparent:not(.sticky) .header-action-area button.btn-theme, .header-area.transparent:not(.sticky) .header-action-area a.btn-theme {
    margin-left: 30px;
    position: relative;
    right: auto;
    top: auto;
  }
}
.header-area.transparent:not(.sticky) .header-action-area .header-contact-info {
  position: relative;
  top: -4px;
}
@media only screen and (max-width: 1649px) {
  .header-area.transparent:not(.sticky) .header-action-area .header-contact-info {
    top: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .header-area.transparent:not(.sticky) .header-action-area .header-contact-info {
    display: none;
  }
}
.header-area.transparent:not(.sticky) .header-action-area .header-contact-info span {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-left: 6px;
  padding-left: 11px;
  position: relative;
}
.header-area.transparent:not(.sticky) .header-action-area .header-contact-info span:before {
  background-color: #fff;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 2px;
}
.header-area.transparent:not(.sticky) .header-action-area .header-contact-info span:first-child {
  font-weight: 600;
  margin-left: 0;
  padding-left: 0;
}
.header-area.transparent:not(.sticky) .header-action-area .header-contact-info span:first-child:before {
  display: none;
}
.header-area.transparent:not(.sticky) .header-action-area .header-social-icons a:hover {
  color: #eb4435;
}
.header-area.transparent:not(.sticky) .header-action-area .header-social-icons.icon-color-dark a {
  color: #ccc;
}
.header-area.transparent:not(.sticky) .header-action-area .header-social-icons.icon-color-dark a:hover {
  color: #eb4435;
}
.header-area.transparent:not(.sticky) .header-action-area .btn-menu span {
  background-color: #fff;
}
.header-area.transparent:not(.sticky) .header-action-area .btn-menu.btn-dark span {
  background-color: #000;
}
.header-area.transparent:not(.sticky) .header-action-area .btn-cart {
  position: relative;
}
.header-area.transparent:not(.sticky) .header-action-area .btn-cart .shop-count {
  background-color: #eb4435;
  border-radius: 50%;
  font-size: 10px;
  height: 18px;
  left: 15px;
  line-height: 18px;
  position: absolute;
  text-align: center;
  top: 14px;
  width: 18px;
}
.header-area.transparent:not(.sticky) .header-action-area .btn-cart.btn-dark {
  color: #000;
}
.header-area.transparent:not(.sticky) .header-action-area.text-color-black button.btn-cart, .header-area.transparent:not(.sticky) .header-action-area.text-color-black a.btn-cart {
  color: #666;
}
.header-area.transparent:not(.sticky) .header-action-area.text-color-black button.btn-menu span, .header-area.transparent:not(.sticky) .header-action-area.text-color-black a.btn-menu span {
  background-color: #666;
}
.header-area.transparent:not(.sticky).header-right-align .col-grid {
  position: inherit;
}
@media only screen and (max-width: 1199px) {
  .header-area.transparent:not(.sticky).header-right-align .header-right {
    padding-left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .header-area.transparent:not(.sticky).header-right-align .header-right {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.header-area.transparent:not(.sticky).header-right-align .header-right .header-logo-area {
  left: 60px;
  position: absolute;
  top: 39px;
}
@media only screen and (max-width: 1649px) {
  .header-area.transparent:not(.sticky).header-right-align .header-right .header-logo-area {
    left: 0;
    position: relative;
    top: auto;
  }
}
.header-area.transparent:not(.sticky).header-right-align .header-right .header-navigation-area {
  margin-top: 0;
}
.header-area.transparent:not(.sticky).header-right-align .header-right .header-action-area {
  position: inherit;
}
.header-area.transparent:not(.sticky).header-transparent.header-right-align {
  border: none;
  padding: 66px 0 0;
}
@media only screen and (max-width: 1199px) {
  .header-area.transparent:not(.sticky).header-transparent.header-right-align {
    padding: 46px 0 0;
  }
}
.header-area.transparent:not(.sticky).header-transparent.header-right-align .main-menu > li {
  margin-right: 62px;
}
.header-area.transparent:not(.sticky).header-transparent.header-right-align .main-menu > li > a {
  color: #0e0e0e;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.25px;
  padding: 0 3px 8px;
  text-transform: uppercase;
}
.header-area.transparent:not(.sticky).header-transparent.header-right-align .main-menu > li > a:before {
  display: none;
}
.header-area.transparent:not(.sticky).header-transparent.header-right-align .main-menu > li > a:after {
  opacity: 0;
  visibility: hidden;
}
.header-area.transparent:not(.sticky).header-transparent.header-right-align .main-menu > li:hover > a, .header-area.transparent:not(.sticky).header-transparent.header-right-align .main-menu > li.active > a {
  color: #eb4435;
}
.header-area.transparent:not(.sticky).header-transparent.header-right-align .main-menu > li.active > a:after {
  opacity: 0;
}
.header-area.transparent:not(.sticky).header-transparent.header-right-align .main-menu > li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.header-area.transparent:not(.sticky).header-transparent.header-right-align .header-right .header-logo-area {
  top: 64px;
}
@media only screen and (max-width: 1649px) {
  .header-area.transparent:not(.sticky).header-transparent.header-right-align .header-right .header-logo-area {
    top: -5px;
  }
}
.header-area.transparent:not(.sticky).header-transparent.header-right-align .header-right .header-action-area button.btn-theme, .header-area.transparent:not(.sticky).header-transparent.header-right-align .header-right .header-action-area a.btn-theme {
  background-color: transparent;
  border: 1px solid #eb4435;
  color: #eb4435;
  padding: 17px 37px;
  top: 50px;
}
@media only screen and (max-width: 1649px) {
  .header-area.transparent:not(.sticky).header-transparent.header-right-align .header-right .header-action-area button.btn-theme, .header-area.transparent:not(.sticky).header-transparent.header-right-align .header-right .header-action-area a.btn-theme {
    top: -4px;
  }
}
.header-area.transparent:not(.sticky).header-transparent.header-right-align .header-right .header-action-area button.btn-theme:hover, .header-area.transparent:not(.sticky).header-transparent.header-right-align .header-right .header-action-area a.btn-theme:hover {
  background-color: #eb4435;
  color: #fff;
}
.header-area.transparent:not(.sticky).header-transparent.header-right-align .header-right .header-action-area button.btn-menu, .header-area.transparent:not(.sticky).header-transparent.header-right-align .header-right .header-action-area a.btn-menu {
  top: -6px;
}
.header-area.transparent:not(.sticky).header-transparent.header-right-align .header-right .header-action-area button.btn-menu span, .header-area.transparent:not(.sticky).header-transparent.header-right-align .header-right .header-action-area a.btn-menu span {
  background-color: #0e0e0e;
}
.header-area.transparent:not(.sticky).header-transparent.header-right-align .header-right .header-action-area .header-contact-info {
  position: relative;
  top: -4px;
}
.header-area.transparent:not(.sticky).header-transparent.header-right-align .header-right .header-action-area .header-contact-info span {
  color: #0e0e0e;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-left: 6px;
  padding-left: 11px;
  position: relative;
}
.header-area.transparent:not(.sticky).header-transparent.header-right-align .header-right .header-action-area .header-contact-info span:before {
  background-color: #999191;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 2px;
}
.header-area.transparent:not(.sticky).header-transparent.header-right-align .header-right .header-action-area .header-contact-info span:first-child {
  color: #eb4435;
  font-weight: 600;
  margin-left: 0;
  padding-left: 0;
}
.header-area.transparent:not(.sticky).header-transparent.header-right-align .header-right .header-action-area .header-contact-info span:first-child:before {
  display: none;
}
.header-area.header-right-align .container-fluid {
/*  padding: 0 0px;*/
}
.header-area.header-right-align .header-right {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 8px;
}
@media only screen and (max-width: 991px) {
  .header-area.header-right-align .header-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.header-area.header-right-align .header-right .header-navigation-area {
/*  margin-top: 8px;*/
}
@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 .submenu-nav {
  left: 100%;
}
@media only screen and (max-width: 1199px) {
  .header-area.header-right-align .header-right .header-navigation-area .has-submenu .submenu-nav .submenu-nav {
    left: auto;
    right: 100%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599.98px) {
  .header-area.header-right-align .header-right .header-navigation-area .has-submenu.full-width .submenu-nav {
    max-width: 100%;
  }
}
.header-area.header-right-align .header-right .header-navigation-area .has-submenu.colunm-two .submenu-nav-mega {
  left: 25px;
  min-width: 500px;
  -webkit-transform: translate(-50%, 50px);
          transform: translate(-50%, 50px);
}
.header-area.header-right-align .header-right .header-navigation-area .has-submenu.colunm-two:hover .submenu-nav-mega {
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.header-area.header-right-align .header-right .header-action-area {
  margin-left: 15px;
  position: relative;
  top: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1599.98px) {
  .header-area.header-right-align .header-right .header-action-area {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-area.header-right-align .header-right .header-action-area {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .header-area.header-right-align .header-right .header-action-area .header-social-icons {
    display: none;
  }
}
.header-area.header-right-align.header-area.sticky-header.sticky .main-menu > li > .submenu-nav {
  margin-top: 23px;
}
.header-area.header-sm {
  padding: 30px 0 27px;
}
.header-area .header-navigation-area.navigation-style-two + .header-action-area a.btn-theme {
  margin-left: 78px;
}
.header-logo-area {
  max-width: 200px;
  line-height: 1;
}
.header-logo-area .logo-light {
  display: none;
}
.header-logo-area.header-logo-center {
  max-width: none;
  text-align: center;
}
.header-logo-area.header-logo-center a .logo-main {
  margin: 0 auto;
}
.header-logo-area.header-logo-center a .logo-light {
  margin: 0 auto;
}

.header-action-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-action-area button, .header-action-area a {
  color: #182141;
  font-size: 22px;
  line-height: 1;
  margin-left: 30px;
  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;
  color: #0e0e0e;
  font-size: 20px;
}
@media only screen and (max-width: 991px) {
  .header-action-area button.btn-search, .header-action-area a.btn-search {
    display: none;
  }
}
.header-action-area button.btn-menu, .header-action-area a.btn-menu {
  background-color: transparent;
  border: none;
  height: 14px;
  margin-top: 0;
  position: relative;
  top: -1px;
  width: 22px;
}
@media only screen and (max-width: 575px) {
  .header-action-area button.btn-menu, .header-action-area a.btn-menu {
    margin-right: 10px;
  }
}
.header-action-area button.btn-menu span, .header-action-area a.btn-menu span {
  background-color: #000;
  border-radius: 2px;
  left: 0;
  display: block;
  position: absolute;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  height: 2px;
  width: 100%;
}
.header-action-area button.btn-menu span:first-child, .header-action-area a.btn-menu span:first-child {
  top: 0;
}
.header-action-area button.btn-menu span:nth-child(2), .header-action-area a.btn-menu span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header-action-area button.btn-menu span:last-child, .header-action-area a.btn-menu span:last-child {
  bottom: 0;
}
.header-action-area button.btn-menu:hover, .header-action-area button.btn-menu:focus, .header-action-area button.btn-menu:active, .header-action-area a.btn-menu:hover, .header-action-area a.btn-menu:focus, .header-action-area a.btn-menu:active {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.header-action-area button.btn-menu:hover span:first-child, .header-action-area button.btn-menu:hover span:last-child, .header-action-area button.btn-menu:focus span:first-child, .header-action-area button.btn-menu:focus span:last-child, .header-action-area button.btn-menu:active span:first-child, .header-action-area button.btn-menu:active span:last-child, .header-action-area a.btn-menu:hover span:first-child, .header-action-area a.btn-menu:hover span:last-child, .header-action-area a.btn-menu:focus span:first-child, .header-action-area a.btn-menu:focus span:last-child, .header-action-area a.btn-menu:active span:first-child, .header-action-area a.btn-menu:active span:last-child {
  width: 80%;
}
.header-action-area button.btn-menu.btn-dark:hover, .header-action-area button.btn-menu.btn-dark:focus, .header-action-area button.btn-menu.btn-dark:active, .header-action-area a.btn-menu.btn-dark:hover, .header-action-area a.btn-menu.btn-dark:focus, .header-action-area a.btn-menu.btn-dark:active {
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.header-action-area button.btn-menu.btn-dark span, .header-action-area a.btn-menu.btn-dark span {
  background-color: #000;
}
.header-action-area button.btn-theme, .header-action-area a.btn-theme {
  background-color: #eb4435;
  border-radius: 0;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.152px;
  margin-left: 72px;
  padding: 48px 43px;
}
@media only screen and (max-width: 1199px) {
  .header-action-area button.btn-theme, .header-action-area a.btn-theme {
    margin-left: 22px;
    padding: 48px 25px;
  }
}
@media only screen and (max-width: 991px) {
  .header-action-area button.btn-theme, .header-action-area a.btn-theme {
    display: none;
  }
}
.header-action-area button.btn-cart, .header-action-area a.btn-cart {
  position: relative;
  top: -3px;
}
@media only screen and (max-width: 767px) {
  .header-action-area button.btn-cart, .header-action-area a.btn-cart {
    top: 2px;
  }
}
.header-action-area button.btn-cart .shop-count, .header-action-area a.btn-cart .shop-count {
  background-color: #eb4435;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  height: 18px;
  left: 15px;
  line-height: 18px;
  position: absolute;
  text-align: center;
  top: 14px;
  width: 18px;
}
.header-action-area button.btn-cart.btn-dark, .header-action-area a.btn-cart.btn-dark {
  background-color: transparent;
  color: #000;
}
.header-action-area button.btn-cart.btn-dark:hover, .header-action-area button.btn-cart.btn-dark:focus, .header-action-area button.btn-cart.btn-dark:active, .header-action-area a.btn-cart.btn-dark:hover, .header-action-area a.btn-cart.btn-dark:focus, .header-action-area a.btn-cart.btn-dark:active {
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.header-action-area button.btn-contact, .header-action-area a.btn-contact {
  background-color: #7baa0b;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 50px;
  margin-top: 5px;
  text-align: center;
  height: 50px;
  width: 190px;
}
@media only screen and (max-width: 1199px) {
  .header-action-area button.btn-contact, .header-action-area a.btn-contact {
    width: 150px;
  }
}
@media only screen and (max-width: 991px) {
  .header-action-area button.btn-contact, .header-action-area a.btn-contact {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    width: 112px;
  }
}
.header-action-area .header-social-icons a {
  color: #fff;
  font-size: 1.125rem;
  margin-left: 25px;
}
.header-action-area .header-social-icons a:hover {
  color: #eb4435;
}
.header-action-area.text-color-black button.btn-menu span, .header-action-area.text-color-black a.btn-menu span {
  background-color: #666;
}

.header-top {
  border-bottom: 1px solid #e1e1e1;
  padding: 15px 0;
}
@media only screen and (max-width: 767px) {
  .header-top {
    display: none;
  }
}
.header-top .header-info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 1;
  margin-top: 1px;
}
.header-top .header-info a {
  border-left: 1px solid #e1e1e1;
  color: #999191;
  margin-left: 24px;
  padding-left: 25px;
}
.header-top .header-info a:first-child {
  border: none;
  margin-left: 0;
  padding-left: 0;
}
.header-top .header-info a .icon.lnr-map-marker {
  margin-left: -3px;
}
.header-top .header-info .icon {
  color: #eb4435;
  font-size: 16px;
  margin-right: 10px;
  position: relative;
  top: 1px;
}
.header-top .header-icons {
  line-height: 1;
  margin-bottom: -1px;
  margin-right: 25px;
}
.header-top .header-icons a {
  color: #aba5a5;
  font-size: 14px;
  margin-right: 13px;
}
.header-top .header-icons a:hover {
  color: #eb4435;
}
.header-top .header-icons a:last-child {
  margin-right: 0;
}
.header-top .header-language {
  border-left: 1px solid #e1e1e1;
  cursor: pointer;
  line-height: 1;
  padding: 2px 0 2px 25px;
}
.header-top .header-language .current {
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 1;
  top: -1px;
}
.header-top .header-language .current .icon-img {
  margin-right: 11px;
  width: auto;
}
.header-top .header-language .current i {
  margin-right: 0;
}
.header-top .header-language ul {
  background-color: #fff;
  margin-bottom: 0;
  opacity: 0;
  padding-top: 28px;
  position: absolute;
  top: 11px;
  visibility: hidden;
  z-index: 1;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.header-top .header-language ul:before {
  background-color: #fff;
  content: "";
  height: 100%;
  left: -10px;
  position: absolute;
  top: 0;
  width: calc(100% + 30px);
}
.header-top .header-language ul li {
  padding-bottom: 7px;
}
.header-top .header-language ul li a {
  color: #999191;
  display: inline-block;
  font-size: 14px;
  position: relative;
}
.header-top .header-language ul li a:hover {
  color: #eb4435;
}
.header-top .header-language ul li a .icon-img {
  margin-right: 11px;
}
.header-top .header-language:hover ul {
  margin-top: 10px;
  opacity: 1;
  padding-top: 6px;
  visibility: visible;
}
.header-top .header-top-right {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header-top + .header-area {
  padding: 30px 0;
}
.header-top + .header-area .header-action-area button.btn-theme, .header-top + .header-area .header-action-area a.btn-theme {
  border-radius: 5px;
  padding: 18px 33px;
}
.header-top + .header-area .header-action-area button.btn-theme.btn-two, .header-top + .header-area .header-action-area a.btn-theme.btn-two {
  letter-spacing: 0.192px;
  padding: 18px 34px;
}
@media only screen and (max-width: 1199px) {
  .header-top + .header-area .header-action-area button.btn-theme.btn-two, .header-top + .header-area .header-action-area a.btn-theme.btn-two {
    margin-left: 30px;
    padding: 18px 33px;
  }
}
.header-top + .header-area.sticky-header.sticky {
  padding: 15px 0;
}
@media only screen and (max-width: 991px) {
  .header-top + .header-area.sticky-header.sticky {
    padding: 22px 0;
  }
}
.header-top + .header-area.sticky-header.sticky .header-action-area button.btn-theme, .header-top + .header-area.sticky-header.sticky .header-action-area a.btn-theme {
  padding: 18px 33px;
}
.header-top + .header-area.sticky-header.sticky .header-action-area button.btn-theme.btn-two, .header-top + .header-area.sticky-header.sticky .header-action-area a.btn-theme.btn-two {
  padding: 18px 34px;
}
@media only screen and (max-width: 1199px) {
  .header-top + .header-area.sticky-header.sticky .header-action-area button.btn-theme.btn-two, .header-top + .header-area.sticky-header.sticky .header-action-area a.btn-theme.btn-two {
    padding: 18px 33px;
  }
}

.header-area.fixed-top.sticky-header {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 50px 0;
}

.header-area.sticky-header.header-are-center {
  padding: 34px 0;
}
.header-area.sticky-header.header-are-center .container-fluid {
  padding: 0 120px;
}
@media only screen and (max-width: 1199px) {
  .header-area.sticky-header.header-are-center .container-fluid {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .header-area.sticky-header.header-are-center .container-fluid {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .header-area.sticky-header.header-are-center .container-fluid .header-action-area .btn-menu {
    margin-top: 1px;
  }
}
.header-area.sticky-header.header-are-center .container-fluid .header-action-area .header-social-icons.icon-color-dark a {
  margin-left: 0;
  margin-right: 26px;
}
.header-area.sticky-header.header-are-center .container-fluid .header-logo-center {
  padding-top: 1px;
}
@media only screen and (max-width: 1199px) {
  .header-area.sticky-header.header-are-center.header-photographer .header-logo-area.header-logo-center a .logo-light {
    margin: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .header-area.sticky-header.header-are-center.header-photographer .header-logo-area.header-logo-center {
    text-align: left;
  }
}

.header-area.sticky-header.header-area-portfolio {
  padding: 30px 0 50px;
}
.header-area.sticky-header.header-area-portfolio.sticky {
  padding: 28px 0;
}
@media only screen and (max-width: 767px) {
  .header-area.sticky-header.header-area-portfolio.sticky {
    padding: 22px 0 30px;
  }
}
.header-area.sticky-header.header-area-portfolio .header-filter-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 991px) {
  .header-area.sticky-header.header-area-portfolio .header-filter-area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .header-area.sticky-header.header-area-portfolio .header-filter-area {
    text-align: center;
  }
}
.header-area.sticky-header.header-area-portfolio .header-filter-area .portfolio-filter-menu {
  margin-bottom: 0;
  margin-right: 90px;
}
@media only screen and (max-width: 991px) {
  .header-area.sticky-header.header-area-portfolio .header-filter-area .portfolio-filter-menu {
    margin-right: 0;
    margin-top: 20px;
  }
}
.header-area.sticky-header.header-area-portfolio .header-filter-area .portfolio-filter-menu button {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  margin-right: 40px;
}
@media only screen and (max-width: 1199px) {
  .header-area.sticky-header.header-area-portfolio .header-filter-area .portfolio-filter-menu button {
    margin-right: 9px;
  }
}
@media only screen and (max-width: 575px) {
  .header-area.sticky-header.header-area-portfolio .header-filter-area .portfolio-filter-menu button {
    font-size: 12px;
    margin-right: 5px;
  }
}
.header-area.sticky-header.header-area-portfolio .header-filter-area .portfolio-filter-menu button:last-child {
  margin-right: 0;
}
.header-area.sticky-header.header-area-portfolio .header-filter-area .portfolio-filter-menu button.active, .header-area.sticky-header.header-area-portfolio .header-filter-area .portfolio-filter-menu button:hover {
  color: #eb4435;
}
@media only screen and (max-width: 991px) {
  .header-area.sticky-header.header-area-portfolio .header-filter-area .header-action-area {
    position: absolute;
    right: 0;
    top: -20px;
  }
}
@media only screen and (max-width: 767px) {
  .header-area.sticky-header.header-area-portfolio .header-filter-area .header-action-area .btn-menu {
    margin-top: 3px;
  }
}

.btn-search .icon-search {
  display: block;
}
.btn-search .icon-search-close {
  display: none;
}
.btn-search.show .icon-search {
  display: none;
}
.btn-search.show .icon-search-close {
  display: block;
}

.btn-search-content {
  bottom: -120px;
  opacity: 0;
  position: absolute;
  right: 248px;
  visibility: hidden;
  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) {
  .btn-search-content {
    right: 165px;
  }
}
.btn-search-content form {
  background-color: #fff;
  -webkit-box-shadow: 0px 20px 80px 0px rgba(171, 181, 189, 0.35);
          box-shadow: 0px 20px 80px 0px rgba(171, 181, 189, 0.35);
  border-radius: 0 0 5px 5px;
  padding: 25px 20px;
  width: 300px;
}
.btn-search-content form .form-input-item {
  position: relative;
}
.btn-search-content form .form-input-item input {
  background-color: #f4f4f4;
  border: none;
  border-radius: 5px;
  height: 50px;
  padding: 7px 20px;
  width: 100%;
}
.btn-search-content form .form-input-item input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #aba5a5;
  font-size: 16px;
}
.btn-search-content form .form-input-item input::-moz-placeholder {
  /* Firefox 19+ */
  color: #aba5a5;
  font-size: 16px;
}
.btn-search-content form .form-input-item input:-ms-input-placeholder {
  /* IE 10+ */
  color: #aba5a5;
  font-size: 16px;
}
.btn-search-content form .form-input-item input:-moz-placeholder {
  /* Firefox 18- */
  color: #aba5a5;
  font-size: 16px;
}
.btn-search-content form .form-input-item .btn-src {
  background-color: transparent;
  border: none;
  color: #0e0e0e;
  font-size: 16px;
  height: 100%;
  padding-left: 15px;
  position: absolute;
  right: 8px;
  top: 52%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn-search-content.show {
  bottom: -100px;
  opacity: 1;
  visibility: visible;
}

.off-canvas-wrapper {
  position: fixed;
  right: -100%;
  top: 0;
  -webkit-transition: 0.3s;
  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 {
  -webkit-transform: none;
          transform: none;
}
.off-canvas-wrapper.active .off-canvas-inner .off-canvas-content {
  -webkit-transform: none;
          transform: none;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.off-canvas-wrapper.active .btn-close {
  display: block;
}
.off-canvas-wrapper.active .off-canvas-overlay {
  opacity: 1;
  visibility: visible;
}
.off-canvas-wrapper .off-canvas-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 60px 70px 0 92px;
}
@media only screen and (max-width: 575px) {
  .off-canvas-wrapper .off-canvas-header {
    padding: 30px 30px 0 25px;
  }
}
.off-canvas-wrapper .off-canvas-header .logo-area {
  display: none;
  max-width: 100px;
}
.off-canvas-wrapper .off-canvas-header .widget-language {
  display: inline-block;
  margin-top: 75px;
}
@media only screen and (max-width: 575px) {
  .off-canvas-wrapper .off-canvas-header .widget-language {
    margin-top: 55px;
  }
}
.off-canvas-wrapper .off-canvas-header .widget-language li {
  float: left;
  line-height: 1;
  margin-right: 30px;
}
.off-canvas-wrapper .off-canvas-header .widget-language li a {
  border: none;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 0;
  text-transform: uppercase;
}
.off-canvas-wrapper .off-canvas-header .widget-language li a.active, .off-canvas-wrapper .off-canvas-header .widget-language li a:hover {
  background-color: transparent;
  color: #eb4435;
}
.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;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.off-canvas-wrapper .btn-close {
  background-color: transparent;
  border: none;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #999;
  font-size: 36px;
  line-height: 1;
}
.off-canvas-wrapper .btn-close i {
  line-height: 1;
}
.off-canvas-wrapper .btn-close:hover {
  color: #eb4435;
}
.off-canvas-wrapper .off-canvas-inner {
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 100vh;
  width: 100%;
  z-index: 3;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content {
  background-color: #fff;
  height: 100%;
  padding: 0 10px;
  position: relative;
  overflow-y: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  width: 675px;
  z-index: 9;
}
@media only screen and (max-width: 767px) {
  .off-canvas-wrapper .off-canvas-inner .off-canvas-content {
    width: 520px;
  }
}
@media only screen and (max-width: 575px) {
  .off-canvas-wrapper .off-canvas-inner .off-canvas-content {
    width: 310px;
  }
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item {
  margin-bottom: 30px;
  padding: 16px 70px 0;
}
@media only screen and (max-width: 575px) {
  .off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item {
    padding: 16px 5px 0;
  }
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item:last-child {
  margin-bottom: 0;
}
.off-canvas-wrapper.aside-menu .off-canvas-inner {
  background-color: transparent;
  -webkit-transform: none;
          transform: none;
}
.off-canvas-wrapper.aside-menu .off-canvas-inner .off-canvas-content {
  background-color: #182141;
  position: relative;
  width: 350px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-duration: 0.6s;
          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: 320px;
  }
}
.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: #eb4435;
}
.off-canvas-wrapper.aside-menu.active .off-canvas-inner .off-canvas-content {
  -webkit-transform: none;
          transform: none;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.off-canvas-wrapper .off-canvas-footer .side-footer {
  display: inline-block;
  padding: 200px 90px 0;
}
@media only screen and (max-width: 991px) {
  .off-canvas-wrapper .off-canvas-footer .side-footer {
    padding: 150px 90px 0;
  }
}
@media only screen and (max-width: 575px) {
  .off-canvas-wrapper .off-canvas-footer .side-footer {
    padding: 100px 25px 0;
  }
}
.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;
  }
}

/*
-----------------------------------------------------------------------
	Home Slider CSS
-----------------------------------------------------------------------
*/
.home-slider-area {
  height: 100vh;
}
.home-slider-area.slider-agency {
  background-color: #f0f2f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100vh - 110px);
  min-height: 845px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-agency {
    height: auto;
    min-height: 720px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area.slider-agency {
    min-height: 620px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area.slider-agency {
    min-height: 500px;
  }
}
.home-slider-area.slider-agency .slider-content-area {
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-agency .slider-content-area {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 479.98px) {
  .home-slider-area.slider-agency .slider-content-area {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-agency .slider-content-area h2 {
    font-size: 44px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area.slider-agency .slider-content-area h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area.slider-agency .slider-content-area p br {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-agency .slider-content-area p {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 479.98px) {
  .home-slider-area.slider-agency .slider-content-area p {
    font-size: 13px;
  }
}
.home-slider-area.slider-agency .slider-content-area .input-btn-group {
  max-width: 650px;
  margin: 0 auto;
}
@media only screen and (max-width: 575px) {
  .home-slider-area.slider-agency .slider-content-area .input-btn-group {
    max-width: 448px;
  }
}
@media only screen and (max-width: 479.98px) {
  .home-slider-area.slider-agency .slider-content-area .input-btn-group {
    display: block;
    padding: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area.slider-agency .slider-content-area .input-btn-group .form-control {
    width: 209px;
  }
}
@media only screen and (max-width: 575px) {
  .home-slider-area.slider-agency .slider-content-area .input-btn-group .form-control {
    width: 177px;
  }
}
@media only screen and (max-width: 479.98px) {
  .home-slider-area.slider-agency .slider-content-area .input-btn-group .form-control {
    border-right: none;
    border-bottom: 1px solid #eaeaea;
    height: 50px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area.slider-agency .slider-content-area .input-btn-group .btn-theme {
    height: 41px;
    line-height: 1;
  }
}
@media only screen and (max-width: 479.98px) {
  .home-slider-area.slider-agency .slider-content-area .input-btn-group .btn-theme {
    height: 50px;
    width: 100%;
  }
}
.home-slider-area.slider-agency .vector-agency {
  bottom: 0;
  position: absolute;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .home-slider-area.slider-agency .vector-agency {
    margin-top: 80px;
    position: relative;
  }
}
@media only screen and (max-width: 479.98px) {
  .home-slider-area.slider-agency .vector-agency {
    margin-top: 60px;
  }
}
.home-slider-area.slider-digital-marketer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e3e7ea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  min-height: 955px;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-digital-marketer {
    height: auto;
    min-height: 820px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area.slider-digital-marketer {
    height: auto;
    min-height: auto;
  }
}
.home-slider-area.slider-digital-marketer .slider-content-inner {
  position: relative;
  z-index: 2;
}
.home-slider-area.slider-digital-marketer .slider-content-area {
  margin-top: 0;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .home-slider-area.slider-digital-marketer .slider-content-area {
    margin-top: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area.slider-digital-marketer .slider-content-area {
    margin-top: 150px;
  }
}
@media only screen and (max-width: 575px) {
  .home-slider-area.slider-digital-marketer .slider-content-area {
    margin-top: 140px;
  }
}
.home-slider-area.slider-digital-marketer .slider-content-area h2 {
  letter-spacing: -2.25px;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-digital-marketer .slider-content-area h2 {
    font-size: 54px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area.slider-digital-marketer .slider-content-area h2 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 575px) {
  .home-slider-area.slider-digital-marketer .slider-content-area h2 {
    font-size: 36px;
  }
}
.home-slider-area.slider-digital-marketer .slider-content-area p {
  color: #454545;
  font-size: 24px;
  line-height: 1.4;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-digital-marketer .slider-content-area p br {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .home-slider-area.slider-digital-marketer .slider-content-area p {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
.home-slider-area.slider-digital-marketer .slider-content-area h5 {
  color: #eb4435;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 42px;
  text-transform: uppercase;
}
@media only screen and (max-width: 575px) {
  .home-slider-area.slider-digital-marketer .slider-content-area h5 {
    margin-bottom: 25px;
  }
}
.home-slider-area.slider-digital-marketer .slider-content-area .input-btn-group {
  width: 452px;
}
@media only screen and (max-width: 479.98px) {
  .home-slider-area.slider-digital-marketer .slider-content-area .input-btn-group {
    width: auto;
  }
}
@media only screen and (max-width: 479.98px) {
  .home-slider-area.slider-digital-marketer .slider-content-area .input-btn-group .btn-theme {
    margin-left: -75px;
  }
}
.home-slider-area.slider-digital-marketer .slider-content-area .thumb .img-man {
  bottom: -263px;
  max-width: none;
  position: absolute;
  right: calc(0px - 355px);
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-digital-marketer .slider-content-area .thumb .img-man {
    bottom: -225px;
    right: calc(0px - 300px);
    width: 850px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area.slider-digital-marketer .slider-content-area .thumb .img-man {
    bottom: 0;
    left: auto;
    position: relative;
    right: auto;
    width: 750px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area.slider-digital-marketer .slider-content-area .thumb .img-man {
    max-width: 550px;
    width: auto;
  }
}
@media only screen and (max-width: 479.98px) {
  .home-slider-area.slider-digital-marketer .slider-content-area .thumb .img-man {
    max-width: 450px;
  }
}
.home-slider-area.slider-digital-marketer .slider-content-area .thumb .img-round {
  position: absolute;
  max-width: none;
  bottom: -340px;
  right: calc(0px - 260px);
  -webkit-animation: animation-four linear infinite 12s;
  animation: animation-four linear infinite 12s;
  transition: 0.12s;
  -webkit-transition: 0.12s;
  -moz-transition: 0.12s;
  -ms-transition: 0.12s;
  -o-transition: 0.12s;
}
@media only screen and (max-width: 991px) {
  .home-slider-area.slider-digital-marketer .slider-content-area .thumb .img-round {
    right: calc(0px - 150px);
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area.slider-digital-marketer .slider-content-area .thumb .img-round {
    bottom: -140px;
    right: calc(0px - 50px);
    max-width: 700px;
  }
}
@media only screen and (max-width: 479.98px) {
  .home-slider-area.slider-digital-marketer .slider-content-area .thumb .img-round {
    bottom: -40px;
    right: calc(0px - 100px);
    max-width: 500px;
  }
}
.home-slider-area.slider-digital-marketer .content-rotate {
  left: 0;
  position: absolute;
  top: 6%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .home-slider-area.slider-digital-marketer .content-rotate {
    top: 4%;
  }
}
@media only screen and (max-width: 575px) {
  .home-slider-area.slider-digital-marketer .content-rotate {
    display: none;
  }
}
.home-slider-area.slider-digital-marketer .content-rotate p {
  color: #aba5a5;
  display: inline-block;
  font-size: 14px;
  left: -50px;
  letter-spacing: 2.5px;
  margin: 0;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  z-index: 3;
}
@media only screen and (min-width: 1200px) and (max-width: 1599.98px) {
  .home-slider-area.slider-digital-marketer .content-rotate p {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-digital-marketer .content-rotate p {
    display: none;
  }
}
.home-slider-area.slider-digital-marketer .content-rotate .widget-social-icons {
  position: absolute;
  right: 60px;
  top: -105px;
  z-index: 3;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-digital-marketer .content-rotate .widget-social-icons {
    right: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area.slider-digital-marketer .content-rotate .widget-social-icons {
    display: none;
  }
}
.home-slider-area.slider-digital-marketer .content-rotate .widget-social-icons a {
  color: #aba5a5;
  display: block;
  font-size: 16px;
  margin: 0 0 25px 0;
}
.home-slider-area.slider-digital-marketer .content-rotate .widget-social-icons a:hover {
  color: #eb4435;
}
.home-slider-area.slider-seo {
  height: auto;
}
.home-slider-area.slider-seo .slider-content-area {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  min-height: 956px;
  margin-top: 66px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-seo .slider-content-area {
    height: auto;
    min-height: 856px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area.slider-seo .slider-content-area {
    min-height: auto;
    margin-top: 200px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area.slider-seo .slider-content-area {
    margin-top: 140px;
  }
}
@media only screen and (max-width: 479.98px) {
  .home-slider-area.slider-seo .slider-content-area {
    margin-top: 120px;
  }
}
.home-slider-area.slider-seo .slider-content-area .thumb {
  position: relative;
  right: -154px;
}
@media only screen and (max-width: 1400px) {
  .home-slider-area.slider-seo .slider-content-area .thumb {
    right: -54px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area.slider-seo .slider-content-area .thumb {
    left: auto;
    margin-bottom: 100px;
    margin-top: 80px;
    right: auto;
  }
}
@media only screen and (max-width: 479.98px) {
  .home-slider-area.slider-seo .slider-content-area .thumb {
    margin-bottom: 80px;
    margin-top: 60px;
  }
}
.home-slider-area.slider-seo .slider-content-area .thumb img {
  width: auto;
}
.home-slider-area.slider-seo .slider-content-inner h2 {
  font-size: 52px;
  margin-bottom: 30px;
  letter-spacing: -0.4px;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-seo .slider-content-inner h2 {
    font-size: 44px;
  }
  .home-slider-area.slider-seo .slider-content-inner h2 br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area.slider-seo .slider-content-inner h2 {
    font-size: 36px;
    margin-bottom: 22px;
  }
}
@media only screen and (max-width: 479.98px) {
  .home-slider-area.slider-seo .slider-content-inner h2 {
    font-size: 30px;
  }
}
.home-slider-area.slider-seo .slider-content-inner p {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 56px;
}
@media only screen and (max-width: 767px) {
  .home-slider-area.slider-seo .slider-content-inner p {
    font-size: 14px;
    margin-bottom: 36px;
  }
}
@media only screen and (max-width: 479.98px) {
  .home-slider-area.slider-seo .slider-content-inner p {
    font-size: 17px;
  }
}
@media only screen and (max-width: 479.98px) {
  .home-slider-area.slider-seo .slider-content-inner .btn-theme {
    margin-bottom: 15px;
    margin-right: 25px;
  }
}
.home-slider-area.slider-seo .slider-content-inner .btn-link {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-left: 25px;
  text-transform: inherit;
}
@media only screen and (max-width: 479.98px) {
  .home-slider-area.slider-seo .slider-content-inner .btn-link {
    margin-bottom: 15px;
    margin-left: 0;
  }
  .home-slider-area.slider-seo .slider-content-inner .btn-link.no-line {
    padding-top: 0;
  }
}
.home-slider-area.slider-seo .slider-content-inner .btn-link:focus {
  text-decoration: none;
}
.home-slider-area.slider-seo .shape-layer .layer.layer-one {
  left: auto;
  position: absolute;
  right: -17px;
  top: 0;
}
.home-slider-area.slider-seo .shape-layer .layer.layer-one img {
  width: auto;
}
.home-slider-area.slider-business {
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
}
.home-slider-area.slider-business .slider-content-area {
  margin-top: -17px;
}
.home-slider-area.slider-business .slider-content-area .slider-content-inner h2 {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 1.15;
  margin-bottom: 64px;
}
.home-slider-area.slider-business .slider-content-area .slider-content-inner h2 span {
  font-weight: 400;
}
.home-slider-area.slider-business .slider-content-area .slider-content-inner .btn-link {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-left: 29px;
  text-transform: inherit;
}
.home-slider-area.slider-business .slider-content-area .slider-content-inner .btn-link:focus {
  text-decoration: none;
}
.home-slider-area.slider-business .slider-content-area .slider-content-inner .btn-link:hover img {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
.home-slider-area.slider-online-marketing {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  position: relative;
}
.home-slider-area.slider-online-marketing .slider-content-area {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  min-height: 955px;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .home-slider-area.slider-online-marketing .slider-content-area {
    height: auto;
    margin-top: 110px;
    min-height: auto;
  }
}
@media only screen and (max-width: 479.98px) {
  .home-slider-area.slider-online-marketing .slider-content-area {
    margin-top: 100px;
  }
}
.home-slider-area.slider-online-marketing .slider-content-area .slider-content-inner {
  max-width: 590px;
  padding-top: 46px;
}
.home-slider-area.slider-online-marketing .slider-content-area .slider-content-inner h2 {
  color: #fff;
  font-size: 80px;
  line-height: 1.125;
  letter-spacing: -2.1px;
  margin-bottom: 38px;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-online-marketing .slider-content-area .slider-content-inner h2 {
    font-size: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area.slider-online-marketing .slider-content-area .slider-content-inner h2 {
    font-size: 44px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 575px) {
  .home-slider-area.slider-online-marketing .slider-content-area .slider-content-inner h2 {
    font-size: 36px;
  }
}
.home-slider-area.slider-online-marketing .slider-content-area .slider-content-inner p {
  color: #fff;
  line-height: 1.5;
  margin-bottom: 72px;
}
@media only screen and (max-width: 991px) {
  .home-slider-area.slider-online-marketing .slider-content-area .slider-content-inner p {
    margin-bottom: 40px;
  }
}
.home-slider-area.slider-online-marketing .slider-content-area .slider-content-inner .btn-theme.btn-white {
  color: #4765f8;
}
@media only screen and (max-width: 479.98px) {
  .home-slider-area.slider-online-marketing .slider-content-area .slider-content-inner .btn-theme.btn-white {
    margin-bottom: 15px;
    margin-right: 30px;
  }
}
.home-slider-area.slider-online-marketing .slider-content-area .slider-content-inner .btn-theme.btn-white:hover {
  color: #fff;
}
.home-slider-area.slider-online-marketing .slider-content-area .slider-content-inner .btn-link {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-left: 29px;
  text-transform: inherit;
}
.home-slider-area.slider-online-marketing .slider-content-area .slider-content-inner .btn-link img {
  margin-right: 9px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.home-slider-area.slider-online-marketing .slider-content-area .slider-content-inner .btn-link:hover {
  color: #cbd3da;
}
.home-slider-area.slider-online-marketing .slider-content-area .slider-content-inner .btn-link:hover img {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
@media only screen and (max-width: 479.98px) {
  .home-slider-area.slider-online-marketing .slider-content-area .slider-content-inner .btn-link.no-line {
    margin-bottom: 15px;
    margin-left: 0;
  }
}
.home-slider-area.slider-online-marketing .thumb .dashboard-img-right {
  border-radius: 10px 0 0 10px;
  -webkit-box-shadow: 0px 35px 100px 0px rgba(171, 181, 189, 0.5);
          box-shadow: 0px 35px 100px 0px rgba(171, 181, 189, 0.5);
  bottom: -61px;
  max-width: none;
  position: absolute;
  right: -350px;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-online-marketing .thumb .dashboard-img-right {
    right: -450px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area.slider-online-marketing .thumb .dashboard-img-right {
    left: auto;
    margin-top: 40px;
    position: relative;
    right: auto;
  }
}
@media only screen and (max-width: 479.98px) {
  .home-slider-area.slider-online-marketing .thumb .dashboard-img-right {
    margin-top: 0;
  }
}
.home-slider-area.slider-isometric {
  background-color: #f0f1f3;
  height: auto;
}
.home-slider-area.slider-isometric .slider-content-area {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100vh - 161px);
  margin-top: 0;
  position: relative;
  z-index: 1;
}
.home-slider-area.slider-isometric .slider-content-area .thumb {
  left: 80px;
  position: relative;
}
.home-slider-area.slider-isometric .slider-content-area .thumb img {
  max-width: none;
  width: auto;
}
.home-slider-area.slider-isometric .slider-content-inner {
  margin-right: 0;
}
.home-slider-area.slider-isometric .slider-content-inner h2 {
  font-size: 60px;
  margin-bottom: 30px;
  letter-spacing: -0.4px;
}
.home-slider-area.slider-isometric .slider-content-inner p {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 56px;
  margin-right: 70px;
}
.home-slider-area.slider-isometric .slider-content-inner .btn-link {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-left: 25px;
  text-transform: inherit;
}
.home-slider-area.slider-isometric .slider-content-inner .btn-link:focus {
  text-decoration: none;
}
.home-slider-area .slider-content-area {
  margin-top: 105px;
}
.home-slider-area .slider-content-area h2 {
  font-size: 70px;
  letter-spacing: -2px;
  margin-bottom: 22px;
}
.home-slider-area .slider-content-area p {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0;
  margin-bottom: 66px;
}
.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;
  -webkit-transition: all 0.3s;
  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 {
  -webkit-transition: 0.5s;
  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%;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
          box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
  -webkit-transition: box-shadow 0.3s ease;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-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 {
  -webkit-box-shadow: 0 0 0 2px white;
          box-shadow: 0 0 0 2px white;
  border: none;
  border-radius: 50%;
  background: transparent;
}

.rev_slider_wrapper .uranus .tp-bullet-inner {
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease, -webkit-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 {
    -webkit-transform: matrix(1, 0, 0, 1, -35, -46) !important;
            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;
  -webkit-transition: opacity 0.3s ease;
  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;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

#rev_slider_full_screen_parallax .zeus .tp-bullet:hover:after,
#rev_slider_full_screen_parallax .zeus .tp-bullet.selected:after {
  -webkit-transform: scale(1);
  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%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-size: cover;
  background-position: center center;
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.3s ease;
  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;
  -webkit-transition: all 0.5s ease;
  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;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.3s ease;
  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;
  -webkit-transform: translateY(0px) translateX(-50%);
  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;
  -webkit-transition: all 0.5s ease;
  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;
  -webkit-transition: all 0.5s ease;
  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;
  -webkit-transition: all 0.5s ease;
  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: #eb4435;
}
#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: #eb4435;
}

.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: #FD8B00;
}

#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 {
  -webkit-filter: brightness(0.8);
          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: -webkit-gradient(linear, left top, right top, from(#e94d04), to(#eea849));
  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: "Poppins", sans-serif;
  font-size: 60px;
  margin-bottom: 30px;
  letter-spacing: -0.4px;
}

#slide-iso-horizontal1-layer-2,
#slide-iso-horizontal2-layer-2 {
  color: #999191;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  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 {
  -webkit-filter: brightness(0.2);
          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-agency-area {
  padding: 0 0 139px;
}
@media only screen and (max-width: 1199px) {
  .about-area.about-agency-area {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .about-area.about-agency-area {
    padding-bottom: 5px;
  }
  .about-area.about-agency-area .thumb {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .about-area.about-agency-area {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 575px) {
  .about-area.about-agency-area {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .about-area.about-agency-area .section-title {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  .about-area.about-seo-area .thumb {
    margin-bottom: 80px;
  }
}
.about-area.about-seo-area .section-title {
  margin-left: 70px;
  margin-top: 21px;
}
@media only screen and (max-width: 1199px) {
  .about-area.about-seo-area .section-title {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .about-area.about-seo-area .section-title {
    margin-bottom: 85px;
  }
}
.about-area.about-seo-area .section-title h5 {
  margin-bottom: 11px;
}
.about-area.about-seo-area .section-title .title {
  font-size: 36px;
  margin-bottom: 34px;
}
@media only screen and (max-width: 1199px) {
  .about-area.about-seo-area .section-title .title {
    font-size: 34px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .about-area.about-seo-area .section-title .title {
    font-size: 28px;
  }
}
.about-area.about-seo-area .section-title .desc p {
  margin-bottom: 56px;
}
@media only screen and (max-width: 1199px) {
  .about-area.about-seo-area .section-title .desc p {
    margin-bottom: 34px;
  }
}
.about-area.about-business-area {
  padding: 80px 0 18px;
}
@media only screen and (max-width: 991px) {
  .about-area.about-business-area {
    padding: 52px 0 0;
  }
}
@media only screen and (max-width: 991px) {
  .about-area.about-business-area .thumb {
    margin-bottom: 50px;
  }
  .about-area.about-business-area .thumb .img-left-align {
    position: relative;
    max-width: 100%;
    right: 0;
  }
}
.about-area.about-business-area .section-title .title {
  margin-bottom: 42px;
  text-transform: uppercase;
}
.about-area.about-online-marketing-area {
  padding: 40px 0 0 0;
}
@media only screen and (max-width: 991px) {
  .about-area.about-online-marketing-area {
    padding-top: 0;
  }
}
.about-area.about-online-marketing-area .section-title {
  margin-bottom: 0;
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .about-area.about-online-marketing-area .section-title {
    margin-top: 50px;
  }
}
.about-area.about-online-marketing-area .section-title h5 {
  margin-bottom: 16px;
}
.about-area.about-online-marketing-area .section-title .title {
  margin-bottom: 42px;
}
@media only screen and (max-width: 767px) {
  .about-area.about-online-marketing-area .section-title .title {
    margin-bottom: 22px;
  }
}
.about-area.about-online-marketing-area .section-title .desc {
  padding-right: 30px;
}
.about-area.about-online-marketing-area .section-title .desc p {
  margin-bottom: 76px;
}
@media only screen and (max-width: 1199px) {
  .about-area.about-online-marketing-area .section-title .desc p {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .about-area.about-online-marketing-area .section-title .desc p {
    margin-bottom: 32px;
  }
}
.about-area.about-online-marketing-area .thumb {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .about-area.about-online-marketing-area .thumb {
    display: none;
  }
}
.about-area.about-online-marketing-area .thumb img {
  max-width: none;
  position: absolute;
  right: 1px;
}
.about-area.about-isometric-area {
  padding: 70px 0 105px;
}
@media only screen and (max-width: 991px) {
  .about-area.about-isometric-area {
    padding: 70px 0 6px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-area.about-isometric-area .thumb .img-right-align {
    right: 200px;
  }
}
@media only screen and (max-width: 991px) {
  .about-area.about-isometric-area .thumb .img-right-align {
    margin-bottom: 30px;
    max-width: 100%;
    right: auto;
    width: auto;
  }
}
.about-area.about-isometric-area .section-title .title {
  margin-bottom: 48px;
}

.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-agency-area {
  padding: 160px 0 136px;
}
@media only screen and (max-width: 991px) {
  .service-area.service-agency-area {
    padding: 70px 0;
  }
  .service-area.service-agency-area .section-title {
    margin-bottom: 70px;
  }
}
.service-area.service-agency-area .icon-box-item:hover .content h4 a {
  color: #eb4435;
}
.service-area.service-agency-area .icon-box-item.item-two {
  margin-top: 30px;
}
@media only screen and (max-width: 991px) {
  .service-area.service-agency-area .icon-box-item.item-two {
    margin-top: 0;
  }
}
.service-area.service-agency-area .icon-box-item.item-three {
  margin-top: -30px;
}
@media only screen and (max-width: 991px) {
  .service-area.service-agency-area .icon-box-item.item-three {
    margin-top: 0;
  }
}
.service-area.service-digital-marketer-area {
  padding: 70px 0 93px;
}
.service-area.service-digital-marketer-area .section-title .title {
  margin-bottom: 18px;
}
.service-area.service-digital-marketer-area .icon-box-item {
  padding-left: 0;
}
.service-area.service-digital-marketer-area .icon-box-item .icon-box {
  margin-bottom: 50px;
}
.service-area.service-digital-marketer-area .icon-box-item .content h4 {
  margin-bottom: 23px;
}
.service-area.service-digital-marketer-area .icon-box-item.icon-box-item2 {
  padding-left: 10px;
  padding-right: 30px;
}
.service-area.service-digital-marketer-area .icon-box-item.icon-box-item3 {
  padding-left: 20px;
  padding-right: 10px;
}
.service-area.service-seo-area {
  padding: 0 0 90px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .service-area.service-seo-area {
    padding: 0 0 52px;
  }
}
.service-area.service-seo-area .icon-box-style4 {
  margin-left: 0;
  margin-right: -45px;
}
@media only screen and (max-width: 1199px) {
  .service-area.service-seo-area .icon-box-style4 {
    margin-left: 0;
    margin-right: -30px;
  }
}
.service-area.service-seo-area .icon-box-style4 [class*=col-] {
  padding: 0;
}
.service-area.service-seo-area .icon-box-style4 [class*=col-]:nth-child(2) .icon-box-item {
  margin-top: -40px;
}
@media only screen and (max-width: 1199px) {
  .service-area.service-seo-area .icon-box-style4 [class*=col-]:nth-child(2) .icon-box-item {
    margin-top: 0;
  }
}
.service-area.service-seo-area .icon-box-style4 [class*=col-]:nth-child(5) .icon-box-item {
  margin-top: -40px;
}
@media only screen and (max-width: 1199px) {
  .service-area.service-seo-area .icon-box-style4 [class*=col-]:nth-child(5) .icon-box-item {
    margin-top: 0;
  }
}
.service-area.service-seo-area .icon-box-style4 .icon-box-item {
  margin-bottom: 60px;
  margin-right: 45px;
}
@media only screen and (max-width: 1199px) {
  .service-area.service-seo-area .icon-box-style4 .icon-box-item {
    margin-top: 0;
    margin-bottom: 30px;
    margin-right: 30px;
  }
}
.service-area.service-seo-area .shape-layer .layer.layer-one {
  left: -17px;
  position: absolute;
  right: auto;
  top: -129px;
  z-index: -1;
}
.service-area.service-seo-area .shape-layer .layer.layer-one img {
  width: auto;
}
@media only screen and (max-width: 767px) {
  .service-area.service-seo-area .shape-layer .layer.layer-one {
    display: none;
  }
}
.service-area.service-business-area {
  padding: 146px 0;
}
@media only screen and (max-width: 991px) {
  .service-area.service-business-area {
    padding: 98px 0 34px;
  }
}
.service-area.service-business-area .section-title {
  margin-bottom: 78px;
}
.service-area.service-business-area .icon-box-style6 {
  border-radius: 5px;
}
.service-area.service-business-area .icon-box-style6 .icon-box-list .icon-box-item:first-child {
  border-radius: 5px 0 0 0;
}
.service-area.service-business-area .icon-box-style6 .icon-box-list .icon-box-item:last-child {
  border-radius: 0 5px 0 0;
}
.service-area.service-business-area .icon-box-style6 .icon-box-list:last-child .icon-box-item {
  border-bottom-color: #fff;
}
@media only screen and (max-width: 991px) {
  .service-area.service-business-area .icon-box-style6 .icon-box-list:last-child .icon-box-item {
    border-bottom-color: #ececec;
  }
}
.service-area.service-business-area .icon-box-style6 .icon-box-list:last-child .icon-box-item:first-child {
  border-radius: 0 0 0 5px;
}
.service-area.service-business-area .icon-box-style6 .icon-box-list:last-child .icon-box-item:last-child {
  border-radius: 0 0 5px 0;
}
@media only screen and (max-width: 991px) {
  .service-area.service-business-area .icon-box-style6 .icon-box-list:last-child .icon-box-item:last-child {
    border-bottom-color: #fff;
  }
}
.service-area.service-business-area .icon-box-style6 .icon-box-list:last-child .icon-box-item:hover {
  border-bottom-color: #FD8B00;
}
.service-area.service-online-marketing-area {
  padding: 129px 0 138px;
}
@media only screen and (max-width: 991px) {
  .service-area.service-online-marketing-area {
    padding: 97px 0 72px;
  }
}
.service-area.service-online-marketing-area .section-title {
  margin-bottom: 98px;
  margin-top: 70px;
}
@media only screen and (max-width: 991px) {
  .service-area.service-online-marketing-area .section-title {
    margin-bottom: 84px;
    margin-top: 0;
  }
}
.service-area.service-online-marketing-area .section-title .title {
  margin-bottom: 61px;
}
@media only screen and (max-width: 991px) {
  .service-area.service-online-marketing-area .section-title .title {
    margin-bottom: 30px;
  }
}
.service-area.service-online-marketing-area .icon-box-style5 .col-item-center {
  padding-top: 144px;
}
@media only screen and (max-width: 991px) {
  .service-area.service-online-marketing-area .icon-box-style5 .col-item-center {
    padding-top: 0;
  }
}
.service-area.service-isometric-area {
  padding: 161px 0 55px;
}
@media only screen and (max-width: 991px) {
  .service-area.service-isometric-area {
    padding: 95px 0 0;
  }
}
.service-area.service-isometric-area .section-title {
  margin-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .service-area.service-isometric-area .section-title {
    margin-bottom: 60px;
  }
}

/*
-----------------------------------------------------------------------
	Team CSS
-----------------------------------------------------------------------
*/
.team-area.team-business-area {
  background-color: #f5f5f5;
  padding: 147px 0 0;
}
@media only screen and (max-width: 991px) {
  .team-area.team-business-area {
    padding: 98px 0 0;
  }
}
.team-area.team-business-area .section-title {
  margin-bottom: -290px;
  z-index: 1;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .team-area.team-business-area .section-title {
    margin-bottom: 0;
  }
}
.team-area.team-business-area .section-title .desc p {
  margin-bottom: 67px;
}
@media only screen and (max-width: 767px) {
  .team-area.team-business-area .section-title .desc p br {
    display: none;
  }
}
.team-area.team-business-area .section-title .desc .btn-link {
  color: #FD8B00;
  letter-spacing: 0.25px;
}
.team-area.team-business-area .section-title .desc .btn-link:after {
  background-color: #FD8B00;
}
.team-area.team-business-area .team-content-area {
  margin-top: -132px;
}
@media only screen and (max-width: 1400px) {
  .team-area.team-business-area .team-content-area {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .team-area.team-business-area .team-content-area {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 575px) {
  .team-area.team-business-area .team-content-area {
    margin-top: -80px;
  }
}
@media only screen and (max-width: 479.98px) {
  .team-area.team-business-area .team-content-area {
    margin-top: -50px;
  }
}
.team-area.team-business-area .team-content-area img {
  width: 100%;
}
.team-area.team-online-marketing-area {
  padding: 121px 0 140px;
}
@media only screen and (max-width: 991px) {
  .team-area.team-online-marketing-area {
    padding: 121px 0 70px;
  }
}
.team-area.team-online-marketing-area .section-title {
  margin-bottom: 48px;
}
.team-area.team-online-marketing-area .section-title h5 {
  margin-bottom: 16px;
}
.team-area.team-divider-area {
  background-color: #f5f5f5;
  padding: 126px 0 0;
}
.team-area.team-divider-area .section-title {
  margin-bottom: -290px;
  z-index: 1;
  position: relative;
}
.team-area.team-divider-area .section-title .desc p {
  margin-bottom: 67px;
}
.team-area.team-divider-area .section-title .desc .btn-link {
  color: #FD8B00;
  letter-spacing: 0.25px;
}
.team-area.team-divider-area .section-title .desc .btn-link:after {
  background-color: #FD8B00;
}
.team-area.team-divider-area .team-content-area {
  margin-top: -210px;
}
.team-area.team-divider-area .team-content-area img {
  width: 100%;
}

.team-member {
  border-radius: 5px;
  -webkit-box-shadow: 0px 35px 100px 0px rgba(171, 181, 189, 0.35);
          box-shadow: 0px 35px 100px 0px rgba(171, 181, 189, 0.35);
  overflow: hidden;
  position: relative;
}
.team-member .thumb img {
  width: 100%;
}
.team-member .content {
  padding: 32px 50px 30px;
}
@media only screen and (max-width: 575px) {
  .team-member .content {
    padding: 32px 42px 30px;
  }
}
.team-member .content .member-info .name {
  font-size: 20px;
  margin-bottom: 7px;
}
@media only screen and (max-width: 767px) {
  .team-member .content .member-info .name {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .team-member .content .member-info .name {
    font-size: 14px;
  }
}
.team-member .content .member-info .name a {
  color: #0e0e0e;
}
.team-member .content .member-info .name a:hover {
  color: #eb4435;
}
.team-member .icon {
  background-color: #eb4435;
  border-radius: 50%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}
.team-member .icon img {
  width: auto;
}
.team-member .icon.team-btn-active {
  position: absolute;
  right: 30px;
  top: 30px;
}
.team-member .icon.team-btn-active.active + .hover-content {
  left: 0;
}
.team-member .hover-content {
  background-color: #eb4435;
  border-radius: 5px;
  bottom: 0;
  left: -100%;
  padding: 108px 55px 40px 50px;
  position: absolute;
  top: 0;
  width: 100%;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
@media only screen and (max-width: 1199px) {
  .team-member .hover-content {
    padding: 32px 28px;
  }
}
@media only screen and (max-width: 767px) {
  .team-member .hover-content {
    padding: 32px 24px;
  }
}
@media only screen and (max-width: 575px) {
  .team-member .hover-content {
    padding: 25px 22px;
  }
}
.team-member .hover-content.active {
  left: 0;
}
.team-member .hover-content .member-info .icon {
  color: #fff;
  font-size: 18px;
  height: auto;
  position: absolute;
  right: 38px;
  top: 38px;
  line-height: 1;
  width: auto;
}
.team-member .hover-content .member-info .name {
  font-size: 20px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .team-member .hover-content .member-info .name {
    font-size: 16px;
  }
}
@media only screen and (max-width: 479.98px) {
  .team-member .hover-content .member-info .name {
    font-size: 20px;
  }
}
.team-member .hover-content .member-info .name a {
  color: #fff;
}
.team-member .hover-content .member-info .designation {
  color: #fff;
  margin-bottom: 43px;
  padding-bottom: 8px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .team-member .hover-content .member-info .designation {
    font-size: 14px;
    margin-bottom: 22px;
    padding-bottom: 6px;
  }
}
@media only screen and (max-width: 479.98px) {
  .team-member .hover-content .member-info .designation {
    font-size: 16px;
    margin-bottom: 36px;
    padding-bottom: 14px;
  }
}
.team-member .hover-content .member-info .designation:after {
  background-color: rgba(255, 255, 255, 0.35);
  bottom: -9px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 40px;
}
.team-member .hover-content .member-info .desc {
  color: #fff;
  margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  .team-member .hover-content .member-info .desc {
    font-size: 15px;
    margin-bottom: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .team-member .hover-content .member-info .desc {
    font-size: 14px;
  }
}
@media only screen and (max-width: 479.98px) {
  .team-member .hover-content .member-info .desc {
    font-size: 16px;
  }
}
.team-member .hover-content .member-info .social-icons a {
  color: #fff;
  margin-right: 12px;
}
@media only screen and (max-width: 767px) {
  .team-member .hover-content .member-info .social-icons a {
    font-size: 13px;
  }
}
.team-member .hover-content .member-info .social-icons a:last-child {
  margin-right: 0;
}

.team-col3-carousel.owl-carousel.owl-theme .owl-stage-outer {
  margin: 0 -21px;
}
.team-col3-carousel.owl-carousel.owl-theme .owl-stage-outer .owl-stage {
  margin: 0 21px;
}
.team-col3-carousel.owl-carousel.owl-theme .owl-nav {
  top: -100px;
}
@media only screen and (max-width: 479.98px) {
  .team-col3-carousel.owl-carousel.owl-theme .owl-nav [class*=owl-] {
    font-size: 15px;
    height: 32px;
    line-height: 32px;
    width: 32px;
  }
}
.team-col3-carousel .team-member {
  -webkit-box-shadow: 0px 3px 25px 0px rgba(171, 181, 189, 0.5);
          box-shadow: 0px 3px 25px 0px rgba(171, 181, 189, 0.5);
  margin-bottom: 30px;
  margin-top: 30px;
}
.team-col3-carousel .team-member .icon img {
  display: inline-block;
}

.gutter-40 {
  margin-right: -20px;
  margin-left: -20px;
}
.gutter-40 [class*=col-lg-] {
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

/*
-----------------------------------------------------------------------
	Portfolio CSS
-----------------------------------------------------------------------
*/
.portfolio-area.portfolio-agency-area {
  padding: 156px 0 106px;
}
@media only screen and (max-width: 991px) {
  .portfolio-area.portfolio-agency-area {
    padding: 96px 0 68px;
  }
}
@media only screen and (max-width: 991px) {
  .portfolio-area.portfolio-agency-area .gutter-50 {
    margin-right: -15px;
    margin-left: -15px;
  }
  .portfolio-area.portfolio-agency-area .gutter-50 .portfolio-item {
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.portfolio-area.portfolio-digital-marketer-area {
  padding: 166px 0 65px;
}
@media only screen and (max-width: 991px) {
  .portfolio-area.portfolio-digital-marketer-area {
    padding: 98px 0 0;
  }
}
.portfolio-area.portfolio-digital-marketer-area .container-fluid {
  padding: 0 70px;
}
@media only screen and (max-width: 1199px) {
  .portfolio-area.portfolio-digital-marketer-area .container-fluid {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-area.portfolio-digital-marketer-area .container-fluid {
    padding: 0 15px;
  }
}
.portfolio-area.portfolio-digital-marketer-area .section-title.section-title-two {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (max-width: 991px) {
  .portfolio-area.portfolio-digital-marketer-area .section-title.section-title-two .portfolio-filter-tab {
    margin-left: 0;
  }
}
@media only screen and (max-width: 575px) {
  .portfolio-area.portfolio-digital-marketer-area .section-title.section-title-two .portfolio-filter-tab .nav.nav-tabs .nav-item .nav-link {
    font-size: 12px;
    margin-right: 13px;
  }
}
@media only screen and (max-width: 479.98px) {
  .portfolio-area.portfolio-digital-marketer-area .section-title.section-title-two .portfolio-filter-tab .nav.nav-tabs .nav-item .nav-link {
    font-size: 11px;
    margin-right: 15px;
  }
}
.portfolio-area.portfolio-digital-marketer-area .portfolio-tab-items .tab-content .tab-pane .portfolio-slider-items.owl-carousel.owl-theme .owl-nav {
  right: 16.9%;
  top: -142px;
}
@media only screen and (max-width: 1400px) {
  .portfolio-area.portfolio-digital-marketer-area .portfolio-tab-items .tab-content .tab-pane .portfolio-slider-items.owl-carousel.owl-theme .owl-nav {
    right: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .portfolio-area.portfolio-digital-marketer-area .portfolio-tab-items .tab-content .tab-pane .portfolio-slider-items.owl-carousel.owl-theme .owl-nav {
    right: 8%;
  }
}
@media only screen and (max-width: 991px) {
  .portfolio-area.portfolio-digital-marketer-area .portfolio-tab-items .tab-content .tab-pane .portfolio-slider-items.owl-carousel.owl-theme .owl-nav {
    left: 0;
    top: 42%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
  }
  .portfolio-area.portfolio-digital-marketer-area .portfolio-tab-items .tab-content .tab-pane .portfolio-slider-items.owl-carousel.owl-theme .owl-nav .owl-prev {
    left: 0;
    position: absolute;
    right: auto;
  }
  .portfolio-area.portfolio-digital-marketer-area .portfolio-tab-items .tab-content .tab-pane .portfolio-slider-items.owl-carousel.owl-theme .owl-nav .owl-next {
    left: auto;
    position: absolute;
    right: 0;
  }
}
.portfolio-area.portfolio-digital-marketer-area .portfolio-tab-items .tab-content .tab-pane .portfolio-slider-items.owl-carousel.owl-theme .owl-dots {
  display: none;
}
.portfolio-area.portfolio-seo-area {
  padding: 72px 0 15px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .portfolio-area.portfolio-seo-area {
    padding: 30px 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-area.portfolio-seo-area {
    padding-top: 30px;
  }
}
.portfolio-area.portfolio-seo-area .section-title {
  margin-bottom: 68px;
}
.portfolio-area.portfolio-seo-area .section-title h5 {
  margin-bottom: 8px;
}
.portfolio-area.portfolio-seo-area .portfolio-slider-seo .portfolio-item .portfolio-info .title {
  font-size: 18px;
}
.portfolio-area.portfolio-seo-area .portfolio-slider-seo.owl-carousel.owl-theme .owl-nav {
  right: 19.2%;
  top: -110px;
}
@media only screen and (max-width: 479.98px) {
  .portfolio-area.portfolio-seo-area .portfolio-slider-seo.owl-carousel.owl-theme .owl-nav {
    top: -135px;
  }
}
.portfolio-area.portfolio-seo-area .shape-layer .layer.layer-one {
  left: auto;
  position: absolute;
  right: 0;
  top: -230px;
  z-index: -1;
}
.portfolio-area.portfolio-seo-area .shape-layer .layer.layer-one img {
  width: auto;
}
.portfolio-area.portfolio-business-area {
  padding: 169px 0 220px;
}
@media only screen and (max-width: 991px) {
  .portfolio-area.portfolio-business-area {
    padding: 100px 0 150px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-area.portfolio-business-area {
    padding: 100px 0 28px;
  }
}
.portfolio-area.portfolio-business-area .section-title {
  margin-bottom: -190px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .portfolio-area.portfolio-business-area .section-title {
    margin-bottom: 0;
  }
}
.portfolio-area.portfolio-business-area .portfolio-items {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .portfolio-area.portfolio-business-area .portfolio-items {
    display: block;
    margin-bottom: 30px;
  }
}
.portfolio-area.portfolio-business-area .portfolio-items .portfolio-item {
  border-radius: 5px 0 0 5px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .portfolio-area.portfolio-business-area .portfolio-items .portfolio-item {
    margin-bottom: 30px;
  }
}
.portfolio-area.portfolio-business-area .portfolio-items .portfolio-item .thumb a img {
  border-radius: 0;
}
.portfolio-area.portfolio-business-area .portfolio-items .portfolio-item .portfolio-info {
  border-radius: 0;
}
.portfolio-area.portfolio-business-area .portfolio-items .content-right .portfolio-item {
  border-radius: 0;
}
.portfolio-area.portfolio-business-area .portfolio-items .content-right .portfolio-item:first-child {
  border-radius: 5px 5px 0 0;
}
.portfolio-area.portfolio-business-area .portfolio-items .content-right .portfolio-item:last-child {
  border-radius: 0 0 5px 5px;
}
.portfolio-area.portfolio-business-area .portfolio-footer {
  margin-top: -142px;
}
@media only screen and (max-width: 767px) {
  .portfolio-area.portfolio-business-area .portfolio-footer {
    margin-top: 0;
  }
}
.portfolio-area.portfolio-online-marketing-area {
  padding: 146px 0 138px;
}
@media only screen and (max-width: 991px) {
  .portfolio-area.portfolio-online-marketing-area {
    padding: 96px 0 90px;
  }
}
.portfolio-area.portfolio-online-marketing-area .container-fluid {
  padding: 0 70px;
}
@media only screen and (max-width: 1400px) {
  .portfolio-area.portfolio-online-marketing-area .container-fluid {
    padding: 0 15px;
  }
}
.portfolio-area.portfolio-online-marketing-area .section-title.section-title-two {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (max-width: 991px) {
  .portfolio-area.portfolio-online-marketing-area .section-title.section-title-two {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.portfolio-area.portfolio-online-marketing-area .section-title.section-title-two h5 {
  margin-bottom: 18px;
}
@media only screen and (max-width: 479.98px) {
  .portfolio-area.portfolio-online-marketing-area .section-title.section-title-two h2 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .portfolio-area.portfolio-online-marketing-area .section-title .portfolio-filter-tab {
    margin-left: 0;
  }
}
@media only screen and (max-width: 479.98px) {
  .portfolio-area.portfolio-online-marketing-area .section-title .portfolio-filter-tab .nav-tabs .nav-item .nav-link {
    font-size: 12px;
    margin-right: 9px;
  }
}
.portfolio-area.portfolio-online-marketing-area .portfolio-tab-items .tab-content .tab-pane .portfolio-slider-items.owl-carousel.owl-theme .owl-nav {
  display: none;
}
.portfolio-area.portfolio-online-marketing-area .portfolio-tab-items .tab-content .tab-pane .portfolio-slider-items.owl-carousel.owl-theme .owl-dots {
  display: block;
}
@media only screen and (max-width: 479.98px) {
  .portfolio-area.portfolio-online-marketing-area .portfolio-tab-items .tab-content .tab-pane .portfolio-slider-items.owl-carousel.owl-theme .owl-dots {
    margin-top: 25px;
  }
  .portfolio-area.portfolio-online-marketing-area .portfolio-tab-items .tab-content .tab-pane .portfolio-slider-items.owl-carousel.owl-theme .owl-dots .owl-dot span {
    margin: 5px 8px;
  }
}
.portfolio-area.portfolio-isometric-area {
  padding: 162px 0 52px;
}
@media only screen and (max-width: 991px) {
  .portfolio-area.portfolio-isometric-area {
    padding: 95px 0 0;
  }
}
.portfolio-area.portfolio-isometric-area .section-title.section-title-two .btn-link {
  position: relative;
  top: -7px;
}

.portfolio-filter-menu {
  margin-bottom: 100px;
}
.portfolio-filter-menu button {
  background-color: transparent;
  border: none;
  color: #0e0e0e;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.25px;
  margin-right: 60px;
  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: 991px) {
  .portfolio-filter-menu button {
    margin-right: 30px;
  }
}
@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: #eb4435;
  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-menu button:hover, .portfolio-filter-menu button.active {
  color: #eb4435;
}
.portfolio-filter-menu button:hover:after, .portfolio-filter-menu button.active:after {
  left: 0;
  width: 100%;
}

.portfolio-item {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
.portfolio-item .thumb a img {
  border-radius: 5px;
  width: 100%;
}
.portfolio-item .portfolio-info {
  background-color: #eb4435;
  border-radius: 5px;
  bottom: 0;
  left: 0;
  opacity: 0;
  padding: 38px 40px;
  position: absolute;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  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 .portfolio-info .title {
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: capitalize;
  transition: 0.4s;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
@media only screen and (max-width: 1199px) {
  .portfolio-item .portfolio-info .title {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 991px) {
  .portfolio-item .portfolio-info .title {
    font-size: 18px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 575px) {
  .portfolio-item .portfolio-info .title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 479.98px) {
  .portfolio-item .portfolio-info .title {
    font-size: 18px;
  }
}
.portfolio-item .portfolio-info .title a {
  color: #fff;
}
.portfolio-item .portfolio-info .category {
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  text-transform: capitalize;
  display: inline-block;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
@media only screen and (max-width: 991px) {
  .portfolio-item .portfolio-info .category {
    font-size: 14px;
  }
}
.portfolio-item .portfolio-info .btn-icon {
  color: #fff;
  font-size: 18px;
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.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 {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 991px) {
  .portfolio-item .portfolio-info.info-style .btn-icon {
    -webkit-transform: none;
            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: #f57266;
}
.portfolio-item .portfolio-info.hover-theme-color3 {
  background-color: #4765f8;
}
.portfolio-item .portfolio-info.hover-theme-color4 {
  background-color: #FD8B00;
}
.portfolio-item .portfolio-info.hover-theme-gradient {
  background-color: #e94d04;
  background-image: -webkit-gradient(linear, left top, right top, from(#e94d04), to(#eea849));
  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;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
}
.portfolio-item .portfolio-info.no-bg .title {
  -webkit-transform: translateY(0);
          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: #999191;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.portfolio-item .inner-content {
  position: relative;
}
.portfolio-item .inner-content.content-bg {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 25px 60px 0px rgba(171, 181, 189, 0.25);
          box-shadow: 0px 25px 60px 0px rgba(171, 181, 189, 0.25);
}
.portfolio-item .inner-content.content-bg .portfolio-info {
  background-color: transparent;
  opacity: 1;
  padding: 34px 40px 46px;
  position: relative;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
}
@media only screen and (max-width: 991px) {
  .portfolio-item .inner-content.content-bg .portfolio-info {
    padding: 28px 20px 26px;
  }
}
.portfolio-item .inner-content.content-bg .portfolio-info .title {
  margin-bottom: 31px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.portfolio-item .inner-content.content-bg .portfolio-info .title a {
  color: #0e0e0e;
}
.portfolio-item .inner-content.content-bg .portfolio-info .title a:hover {
  color: #ea6725;
}
.portfolio-item .inner-content.content-bg .portfolio-info .category {
  color: #0e0e0e;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 10px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  text-transform: uppercase;
}
.portfolio-item .inner-content.content-bg .portfolio-info .desc {
  font-size: 16px;
  line-height: 1.625;
  margin-bottom: 0;
}
.portfolio-item .inner-content.content-bg:hover .portfolio-info .title a {
  color: #ea6725;
}
.portfolio-item .inner-content:hover .portfolio-info {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
}
.portfolio-item .inner-content:hover .portfolio-info .title, .portfolio-item .inner-content:hover .portfolio-info .category {
  -webkit-transform: translate(0);
          transform: translate(0);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.portfolio-item .inner-content:hover .portfolio-info.info-style.no-bg .title a {
  color: #ea6725;
}
.portfolio-item .inner-content.hover-effect-two:before {
  background-color: #eb4435;
  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;
  -webkit-transform: translateY(-50px);
          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 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.portfolio-item .inner-content.hover-effect-two .portfolio-info .category {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.portfolio-item .inner-content.hover-effect-two .btn-link {
  bottom: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  opacity: 0;
  padding: 10px 40px 42px;
  position: absolute;
  -webkit-transform: translateY(50px);
          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;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
  -webkit-transition-delay: 0.2s;
          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 {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.portfolio-item .inner-content.hover-effect-two:hover .btn-link {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.portfolio-item .inner-content .portfolio-overview {
  margin-top: 102px;
}
.portfolio-item .inner-content .portfolio-overview .overview-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 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-filter-tab {
  margin-bottom: 6px;
  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: "Poppins", sans-serif;
  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: #eb4435;
  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: #eb4435;
}
.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;
}

.masonry-column4 .portfolio-item {
  overflow: visible;
}

.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-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: "Poppins", sans-serif;
  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: #eb4435;
}
.portfolio-footer .btn-bottom:hover:before {
  background-color: #eb4435;
}

/*
-----------------------------------------------------------------------
	Pricing CSS
-----------------------------------------------------------------------
*/
.pricing-area.pricing-agency-area {
  padding: 155px 0 33px;
}
@media only screen and (max-width: 991px) {
  .pricing-area.pricing-agency-area {
    padding: 98px 0 0;
  }
}
.pricing-area.pricing-agency-area .section-title {
  margin-bottom: 87px;
}
.pricing-area.pricing-seo-area {
  padding: 95px 0 77px;
}
@media only screen and (max-width: 991px) {
  .pricing-area.pricing-seo-area {
    padding: 62px 0 78px;
  }
}
@media only screen and (max-width: 767px) {
  .pricing-area.pricing-seo-area {
    padding: 40px 0 35px;
  }
}
.pricing-area.pricing-seo-area .section-title {
  margin-bottom: 87px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .pricing-area.pricing-seo-area .section-title {
    margin-bottom: 65px;
  }
}
.pricing-area.pricing-isometric-area {
  padding: 160px 0 189px;
}
@media only screen and (max-width: 991px) {
  .pricing-area.pricing-isometric-area {
    padding: 95px 0 120px;
  }
}
@media only screen and (max-width: 767px) {
  .pricing-area.pricing-isometric-area {
    padding: 95px 0 70px;
  }
}
.pricing-area.pricing-isometric-area .section-title {
  margin-bottom: 87px;
}
@media only screen and (max-width: 767px) {
  .pricing-area.pricing-isometric-area .section-title {
    margin-bottom: 50px !important;
  }
}

.pricing-items {
  border-radius: 5px;
  -webkit-box-shadow: 0px 35px 100px 0px rgba(171, 181, 189, 0.35);
          box-shadow: 0px 35px 100px 0px rgba(171, 181, 189, 0.35);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media only screen and (max-width: 767px) {
  .pricing-items {
    -webkit-box-shadow: none;
            box-shadow: none;
    display: block;
  }
}
.pricing-items.pricing-items-two .pricing-item {
  border-radius: 5px;
}
.pricing-items.pricing-items-two .pricing-item .pricing-thumb {
  margin-bottom: 48px;
  position: relative;
  text-align: center;
}
.pricing-items.pricing-items-two .pricing-item .pricing-thumb img {
  position: relative;
}
.pricing-items.pricing-items-two .pricing-item .pricing-thumb .shape-img {
  bottom: -7px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.pricing-items.pricing-items-two .pricing-item .pricing-amount {
  margin-bottom: 27px;
}
.pricing-items.pricing-items-two .pricing-item .pricing-content {
  margin-bottom: 50px;
}
.pricing-items.pricing-items-two .pricing-item .pricing-content .pricing-list li {
  border-top: none;
  line-height: 1;
  padding: 10px 0;
}
.pricing-items.pricing-items-two .pricing-item .pricing-content .pricing-list li:first-child {
  padding-top: 0;
}
.pricing-items.pricing-items-two .pricing-item .pricing-content .pricing-list li:last-child {
  padding-bottom: 0;
}
.pricing-items.pricing-items-two .pricing-item .pricing-footer {
  max-width: 160px;
  margin: 0 auto;
}
.pricing-items.pricing-items-two .pricing-item.active {
  overflow: hidden;
  padding: 61px 75px 79px;
}
@media only screen and (max-width: 1199px) {
  .pricing-items.pricing-items-two .pricing-item.active {
    padding: 61px 35px 79px;
  }
}
@media only screen and (max-width: 767px) {
  .pricing-items.pricing-items-two .pricing-item.active {
    position: relative;
  }
}
.pricing-items.pricing-items-two .pricing-item.active .pricing-title {
  margin-bottom: 45px;
}
.pricing-items.pricing-items-two .pricing-item .pricing-badge {
  background-color: #eb4435;
  position: absolute;
  right: -45px;
  top: 5px;
  text-align: center;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: inline-block;
  padding: 18px 52px;
}
@media only screen and (max-width: 1199px) {
  .pricing-items.pricing-items-two .pricing-item .pricing-badge {
    right: -55px;
    top: 14px;
    padding: 7px 52px;
    font-size: 13px;
  }
}
.pricing-items.pricing-items-two .pricing-item .pricing-badge h6 {
  color: #fff;
  font-size: 14px;
  margin: 0;
  text-transform: uppercase;
  display: inline-block;
}

.pricing-item {
  margin-bottom: -38px;
  padding: 62px 60px 70px;
  text-align: center;
  width: 32.479333%;
}
@media only screen and (max-width: 991px) {
  .pricing-item {
    padding: 62px 20px 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pricing-item {
    -webkit-box-shadow: 0px 3px 25px 0px rgba(171, 181, 189, 0.35);
            box-shadow: 0px 3px 25px 0px rgba(171, 181, 189, 0.35);
    margin-bottom: 30px;
    width: 100%;
  }
}
.pricing-item .pricing-title {
  display: inline-block;
  margin-bottom: 25px;
}
.pricing-item .pricing-title h5 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.pricing-item .pricing-title h5 span {
  background-color: #65d066;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  padding: 8px 18px;
  margin-left: 10px;
}
.pricing-item .pricing-amount {
  margin-bottom: 30px;
}
.pricing-item .pricing-amount h2 {
  color: #eb4435;
  font-size: 50px;
  margin-bottom: 0;
}
.pricing-item .pricing-amount h2 span {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.pricing-item .pricing-amount h2 sup {
  font-size: 30px;
  font-weight: 500;
  top: -14px;
  margin-right: 5px;
}
.pricing-item .pricing-content {
  margin-bottom: 42px;
}
.pricing-item .pricing-content .pricing-list {
  margin-bottom: 0;
}
.pricing-item .pricing-content .pricing-list li {
  border-top: 1px solid #e2e2e2;
  padding: 14px 0;
}
.pricing-item .pricing-footer {
  margin-bottom: 0;
}
.pricing-item .pricing-footer .btn-gray {
  background-color: #f4f4f4;
  border-radius: 5px;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 14px 15px;
  line-height: 20px;
}
.pricing-item .pricing-footer .btn-gray:hover {
  background-color: #eb4435;
  color: #fff;
}
.pricing-item.active {
  background-color: #fff;
  -webkit-box-shadow: 0px 35px 100px 0px rgba(171, 181, 189, 0.35);
          box-shadow: 0px 35px 100px 0px rgba(171, 181, 189, 0.35);
  padding: 61px 75px 87px;
  -webkit-transform: translateY(-19px);
          transform: translateY(-19px);
  width: 35.041334%;
}
@media only screen and (max-width: 991px) {
  .pricing-item.active {
    padding: 61px 25px 77px;
  }
}
@media only screen and (max-width: 767px) {
  .pricing-item.active {
    -webkit-box-shadow: 0px 3px 25px 0px rgba(171, 181, 189, 0.35);
            box-shadow: 0px 3px 25px 0px rgba(171, 181, 189, 0.35);
    padding: 61px 25px 77px;
    -webkit-transform: none;
            transform: none;
    width: 100%;
  }
}
.pricing-item.active .pricing-title {
  margin-bottom: 37px;
}
.pricing-item.active .pricing-footer .btn-gray {
  background-color: #eb4435;
  color: #fff;
}

.pricing-tab-switch {
  background-color: #fff;
  -webkit-box-shadow: 0px 15px 60px 0px rgba(171, 181, 189, 0.35);
          box-shadow: 0px 15px 60px 0px rgba(171, 181, 189, 0.35);
  border: 1px solid #eb4435;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 88px;
  padding: 4px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .pricing-tab-switch {
    margin-bottom: 58px;
  }
}
.pricing-tab-switch li {
  display: inline-block;
}
.pricing-tab-switch li a {
  border-radius: 5px;
  color: #0e0e0e;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  height: 50px;
  line-height: 50px;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  text-align: center;
  width: 140px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
@media only screen and (max-width: 479.98px) {
  .pricing-tab-switch li a {
    width: 138px;
  }
}
.pricing-tab-switch li.active a {
  color: #fff;
}
.pricing-tab-switch .switch {
  background-color: #eb4435;
  width: calc(50% - 6px);
  height: calc(100% - 8px);
  position: absolute;
  border-radius: 5px;
  top: calc(0px + 4px);
  left: calc(0px + 4px);
  margin: 0;
  padding: 0;
  z-index: -1;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.pricing-tab-switch .switch.off {
  left: 148px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
@media only screen and (max-width: 479.98px) {
  .pricing-tab-switch .switch.off {
    left: 146px;
  }
}

.pricing-content-area {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

/*
-----------------------------------------------------------------------
	Testimonial CSS
-----------------------------------------------------------------------
*/
.testimonial-area.testimonial-agency-area {
  padding: 146px 0 190px;
}
@media only screen and (max-width: 1199px) {
  .testimonial-area.testimonial-agency-area {
    padding: 120px 0 155px;
  }
}
@media only screen and (max-width: 991px) {
  .testimonial-area.testimonial-agency-area {
    padding: 98px 0 100px;
  }
}
.testimonial-area.testimonial-digital-marketer-area {
  padding: 71px 0 215px;
}
@media only screen and (max-width: 991px) {
  .testimonial-area.testimonial-digital-marketer-area {
    padding: 71px 0 165px;
  }
}
.testimonial-area.testimonial-digital-marketer-area .section-title {
  margin-bottom: 90px;
}
@media only screen and (max-width: 991px) {
  .testimonial-area.testimonial-digital-marketer-area .section-title {
    margin-bottom: 70px;
  }
}
.testimonial-area.testimonial-seo-area {
  padding: 102px 0 0;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .testimonial-area.testimonial-seo-area {
    padding: 52px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-area.testimonial-seo-area {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .testimonial-area.testimonial-seo-area .testimonial-item .client-info .icon-quote img {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-area.testimonial-seo-area .testimonial-item .client-info .icon-quote img {
    display: block;
  }
}
@media only screen and (max-width: 479.98px) {
  .testimonial-area.testimonial-seo-area .testimonial-item .client-info .icon-quote img {
    display: none;
  }
}
.testimonial-area.testimonial-seo-area .layer-shape .layer-shape-one {
  position: absolute;
  top: -30%;
  z-index: -1;
}
.testimonial-area.testimonial-business-area {
  padding: 63px 0 129px;
}
@media only screen and (max-width: 991px) {
  .testimonial-area.testimonial-business-area {
    padding: 64px 0 90px;
  }
}
.testimonial-area.testimonial-business-area .section-title {
  text-transform: uppercase;
}
.testimonial-area.testimonial-business-area .section-title .title {
  margin-bottom: 132px;
}
.testimonial-area.testimonial-business-area .section-title .icon {
  display: inline-block;
  min-width: 80px;
  position: relative;
}
.testimonial-area.testimonial-business-area .section-title .icon .icon-img {
  margin: 0;
}
.testimonial-area.testimonial-business-area .section-title .icon .icon-shape {
  position: absolute;
  right: -35%;
  top: -98%;
  z-index: -1;
}
.testimonial-area.testimonial-business-area .testimonial-single-style-two {
  margin-top: -6px;
  padding-left: 85px;
}
@media only screen and (max-width: 991px) {
  .testimonial-area.testimonial-business-area .testimonial-single-style-two {
    padding-left: 0;
  }
}
.testimonial-area.testimonial-online-marketing-area {
  padding: 145px 0 90px;
}
@media only screen and (max-width: 991px) {
  .testimonial-area.testimonial-online-marketing-area {
    padding: 95px 0 40px;
  }
}
.testimonial-area.testimonial-online-marketing-area .section-title {
  margin-bottom: 90px;
}
.testimonial-area.testimonial-online-marketing-area .section-title h5 {
  margin-bottom: 18px;
}
.testimonial-area.testimonial-isometric-area {
  padding: 80px 0 120px;
}
@media only screen and (max-width: 991px) {
  .testimonial-area.testimonial-isometric-area {
    padding: 60px 0 120px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-area.testimonial-isometric-area {
    padding: 65px 0 145px;
  }
}
.testimonial-area.testimonial-isometric-area .section-title {
  margin-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .testimonial-area.testimonial-isometric-area .section-title {
    margin-bottom: 60px;
  }
}

.testimonial-item {
  border-radius: 5px;
  -webkit-box-shadow: 0px 35px 100px 0px rgba(171, 181, 189, 0.35);
          box-shadow: 0px 35px 100px 0px rgba(171, 181, 189, 0.35);
  padding: 43px 45px 49px;
  position: relative;
}
.testimonial-item:before {
  background-color: #fff;
  border-radius: 5px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.testimonial-item .client-content {
  margin-bottom: 36px;
  position: relative;
  z-index: 1;
}
.testimonial-item .client-content p {
  font-size: 16px;
}
.testimonial-item .client-info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}
.testimonial-item .client-info .thumb {
  border-radius: 50%;
  margin-right: 20px;
}
.testimonial-item .client-info .thumb img {
  border-radius: 50%;
}
.testimonial-item .client-info .name {
  color: #0e0e0e;
  font-size: 16px;
  margin-bottom: 10px;
}
.testimonial-item .client-info .designation {
  color: #aba5a5;
  font-size: 14px;
  line-height: 1;
}
.testimonial-item .client-info .icon-quote {
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-50%);
          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 #eb4435;
}

.testimonial-items-style.gutter-50 {
  margin-right: -25px;
  margin-left: -25px;
}
.testimonial-items-style.gutter-50 [class*=col-lg-] {
  margin-bottom: 50px;
  padding-left: 25px;
  padding-right: 25px;
}
.testimonial-items-style .testimonial-item {
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
}
.testimonial-items-style .testimonial-item:after {
  background-color: #eb4435;
  border-radius: 5px 5px 0 0;
  content: "";
  height: 4px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  z-index: 9;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.testimonial-items-style .testimonial-item:hover:after {
  left: 0;
  width: 100%;
}

.testimonial-single {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 35px 100px 0px rgba(171, 181, 189, 0.35);
          box-shadow: 0px 35px 100px 0px rgba(171, 181, 189, 0.35);
  padding: 134px 125px 110px;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .testimonial-single {
    padding: 134px 30px 80px;
  }
}
@media only screen and (max-width: 575px) {
  .testimonial-single {
    padding: 134px 35px 110px;
  }
}
@media only screen and (max-width: 479.98px) {
  .testimonial-single {
    padding: 104px 15px 80px;
  }
}
.testimonial-single .client-thumb {
  border-radius: 50%;
  -webkit-box-shadow: 0px 10px 40px 0px rgba(171, 181, 189, 0.35);
          box-shadow: 0px 10px 40px 0px rgba(171, 181, 189, 0.35);
  display: inline-block;
  left: 50%;
  position: absolute;
  top: -55px;
  -webkit-transform: translateX(-50%);
          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: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
}
@media only screen and (max-width: 991px) {
  .testimonial-single .client-content p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 479.98px) {
  .testimonial-single .client-content p {
    font-size: 16px;
  }
}
.testimonial-single .client-info .name {
  color: #eb4435;
  font-size: 18px;
  margin-bottom: 15px;
}
.testimonial-single .client-info .designation {
  color: #aba5a5;
}

.testimonial-single-style-two .testimonial-single {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  text-align: left;
}
.testimonial-single-style-two .testimonial-single .client-content {
  margin-bottom: 47px;
}
.testimonial-single-style-two .testimonial-single .client-info .name {
  color: #FD8B00;
  font-size: 18px;
  margin-bottom: 10px;
}
.testimonial-single-style-two .testimonial-single .client-info .designation {
  color: #aba5a5;
}

.testimonial-single-slider-two.owl-carousel.owl-theme .owl-nav {
  bottom: 0;
  display: inline-block;
  left: 0;
  margin-top: 61px;
  position: relative;
  right: auto;
  top: auto;
}
.testimonial-single-slider-two.owl-carousel.owl-theme .owl-nav [class*=owl-] {
  line-height: 1;
}

.testimonial-single-slider .slick-list {
  overflow: visible;
}
@media only screen and (max-width: 575px) {
  .testimonial-single-slider:hover .slick-prev, .testimonial-single-slider:hover .slick-next {
    display: block !important;
  }
}
.testimonial-single-slider .slick-prev, .testimonial-single-slider .slick-next {
  top: 45%;
  z-index: 1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media only screen and (max-width: 575px) {
  .testimonial-single-slider .slick-prev, .testimonial-single-slider .slick-next {
    display: none !important;
  }
}
.testimonial-single-slider .slick-prev:before, .testimonial-single-slider .slick-next:before {
  font-family: "Linearicons-Free";
  background-color: #fff;
  border: none;
  border-radius: 5px;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(171, 181, 189, 0.35);
          box-shadow: 0px 20px 50px 0px rgba(171, 181, 189, 0.35);
  color: #0e0e0e;
  font-size: 18px;
  height: 50px;
  left: -25px;
  line-height: 50px;
  opacity: 1;
  position: absolute;
  width: 50px;
}
.testimonial-single-slider .slick-prev:hover:before, .testimonial-single-slider .slick-next:hover:before {
  background-color: #eb4435;
  color: #fff;
}
.testimonial-single-slider .slick-prev {
  left: 0;
}
@media only screen and (max-width: 575px) {
  .testimonial-single-slider .slick-prev {
    left: 18px;
  }
}
.testimonial-single-slider .slick-prev:before {
  content: "";
}
.testimonial-single-slider .slick-next {
  right: -20px;
}
@media only screen and (max-width: 575px) {
  .testimonial-single-slider .slick-next {
    right: 0;
  }
}
.testimonial-single-slider .slick-next:before {
  content: "";
}

.testimonial-slider .slick-list {
  overflow: visible;
}
.testimonial-slider .slick-list .slick-slide .testimonial-carousel-item .testimonial-item {
  float: left;
  margin-right: 25px;
  width: calc(50% - 25px);
}
@media only screen and (max-width: 1199px) {
  .testimonial-slider .slick-list .slick-slide .testimonial-carousel-item .testimonial-item {
    margin-right: 15px;
    width: calc(50% - 15px);
  }
}
@media only screen and (max-width: 991px) {
  .testimonial-slider .slick-list .slick-slide .testimonial-carousel-item .testimonial-item {
    margin-right: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 479.98px) {
  .testimonial-slider .slick-list .slick-slide .testimonial-carousel-item .testimonial-item {
    padding: 33px 20px 39px;
  }
}
.testimonial-slider .slick-list .slick-slide .testimonial-carousel-item .testimonial-item:last-child {
  margin-left: 25px;
  margin-right: 0;
}
@media only screen and (max-width: 1199px) {
  .testimonial-slider .slick-list .slick-slide .testimonial-carousel-item .testimonial-item:last-child {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .testimonial-slider .slick-list .slick-slide .testimonial-carousel-item .testimonial-item:last-child {
    display: none;
  }
}
@media only screen and (max-width: 479.98px) {
  .testimonial-slider .slick-list .slick-slide .testimonial-carousel-item .testimonial-item .client-info .icon-quote {
    display: none;
  }
}
.testimonial-slider .slick-dots {
  bottom: -96px;
}
.testimonial-slider .slick-dots li {
  height: 10px;
  margin: 0 10px;
  width: 10px;
}
.testimonial-slider .slick-dots li button {
  background-color: transparent;
  border: 1px solid #eb4435;
  border-radius: 50%;
  height: 10px;
  width: 10px;
}
.testimonial-slider .slick-dots li button:before {
  display: none;
}
.testimonial-slider .slick-dots li.slick-active button {
  background-color: #eb4435;
}

.testimonial-slider-two {
  float: right;
  width: calc(50% + 615px);
}
@media only screen and (max-width: 1199px) {
  .testimonial-slider-two {
    float: none;
    margin-right: 15px;
    width: auto;
  }
}
.testimonial-slider-two .testimonial-carousel-item .testimonial-item {
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 25px 0px rgba(171, 181, 189, 0.35);
          box-shadow: 0px 3px 25px 0px rgba(171, 181, 189, 0.35);
}
@media only screen and (max-width: 479.98px) {
  .testimonial-slider-two .testimonial-carousel-item .testimonial-item {
    padding: 43px 15px 49px;
  }
}
.testimonial-slider-two .owl-stage-outer {
  padding: 30px 0 90px 28px;
}
@media only screen and (max-width: 1199px) {
  .testimonial-slider-two .owl-stage-outer {
    padding: 30px 15px 90px 15px;
  }
}
.testimonial-slider-two .owl-stage-outer .owl-stage {
  padding-left: 0 !important;
}
.testimonial-slider-two.owl-carousel.owl-theme .owl-nav {
  right: 23.3%;
  top: -89px;
}
@media only screen and (max-width: 1199px) {
  .testimonial-slider-two.owl-carousel.owl-theme .owl-nav {
    right: 14.2%;
  }
}
@media only screen and (max-width: 575px) {
  .testimonial-slider-two.owl-carousel.owl-theme .owl-nav {
    top: -105px;
  }
}

/*
-----------------------------------------------------------------------
  Brand Logo CSS
-----------------------------------------------------------------------
*/
.brand-logo-area.brand-logo-agency-area {
  padding: 77px 0 125px;
}
@media only screen and (max-width: 991px) {
  .brand-logo-area.brand-logo-agency-area {
    padding: 77px 0 85px;
  }
}
@media only screen and (max-width: 767px) {
  .brand-logo-area.brand-logo-agency-area {
    padding: 65px 0 45px;
  }
}
.brand-logo-area.brand-logo-digital-marketer-area {
  padding: 106px 0;
}
@media only screen and (max-width: 991px) {
  .brand-logo-area.brand-logo-digital-marketer-area {
    padding: 96px 0 58px;
  }
}
@media only screen and (max-width: 767px) {
  .brand-logo-area.brand-logo-digital-marketer-area {
    padding: 96px 0 4px;
  }
}
.brand-logo-area.brand-logo-digital-marketer-area .section-title {
  margin-bottom: 39px;
}
.brand-logo-area.brand-logo-digital-marketer-area .section-title h5 {
  margin-bottom: 0;
}
.brand-logo-area.brand-seo-area {
  padding: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .brand-logo-area.brand-seo-area {
    padding: 0;
  }
}
.brand-logo-area.brand-logo-online-marketing-area {
  padding: 117px 0 40px;
}
@media only screen and (max-width: 991px) {
  .brand-logo-area.brand-logo-online-marketing-area {
    padding: 176px 0 0;
  }
}
.brand-logo-area.brand-logo-online-marketing-area .section-title {
  margin-bottom: 44px;
}
@media only screen and (max-width: 767px) {
  .brand-logo-area.brand-logo-online-marketing-area .section-title {
    text-align: center;
  }
}
.brand-logo-area.brand-logo-online-marketing-area .section-title h5 {
  color: #0e0e0e;
  font-weight: 500;
}
.brand-logo-area.brand-logo-isometric-area {
  padding: 20px 0 135px;
}
@media only screen and (max-width: 991px) {
  .brand-logo-area.brand-logo-isometric-area {
    padding: 20px 0 85px;
  }
}
@media only screen and (max-width: 767px) {
  .brand-logo-area.brand-logo-isometric-area {
    padding: 20px 0 65px;
  }
}

.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.brand-logo-slider.owl-carousel.owl-theme .owl-item .brand-logo-item {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 96px;
}
.brand-logo-slider.owl-carousel.owl-theme .owl-item img {
  width: auto;
}

.brand-logo-content-area .brand-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .brand-logo-content-area .brand-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            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:hover {
  opacity: 0.25;
}
.brand-logo-content-area .brand-list:last-child {
  margin-bottom: 0;
}
.brand-logo-content-area.brand-logo-col5 .brand-logo-item a {
  opacity: 0.5;
}
.brand-logo-content-area.brand-logo-col5 .brand-logo-item a:hover {
  opacity: 1;
}
.brand-logo-content-area.brand-logo-col5 .brand-list {
  margin-bottom: 110px;
}
.brand-logo-content-area .brand-col5-carousel.owl-carousel.owl-theme .brand-logo-item a img {
  width: auto;
}

.brand-text-logo-content-area a {
  color: #999;
  display: inline-block;
  font-size: 34px;
  font-weight: 600;
  line-height: 1;
  padding: 26px;
}
.brand-text-logo-content-area a:hover {
  color: #000;
}
@media only screen and (max-width: 1199px) {
  .brand-text-logo-content-area a {
    padding: 25px 22px;
  }
}
@media only screen and (max-width: 767px) {
  .brand-text-logo-content-area a {
    font-size: 24px;
    padding: 25px 14px;
  }
}
@media only screen and (max-width: 575px) {
  .brand-text-logo-content-area a {
    padding: 20px 10px;
  }
}

/*
-----------------------------------------------------------------------
	Funfact CSS
-----------------------------------------------------------------------
*/
.funfact-area.funfact-seo-area {
  padding: 49px 0 71px;
}
@media only screen and (max-width: 991px) {
  .funfact-area.funfact-seo-area {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .funfact-area.funfact-seo-area {
    padding-bottom: 0;
  }
}
.funfact-area.funfact-business-area {
  padding: 111px 0 0;
}
@media only screen and (max-width: 991px) {
  .funfact-area.funfact-business-area {
    padding-top: 94px;
  }
}

.funfact-item {
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .funfact-item {
    margin-bottom: 60px;
  }
}
.funfact-item .number h2 {
  color: #eb4435;
  font-size: 46px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 479.98px) {
  .funfact-item .number h2 {
    font-size: 38px;
  }
}
.funfact-item .title {
  font-size: 18px;
}
@media only screen and (max-width: 479.98px) {
  .funfact-item .title {
    font-size: 14px;
  }
}

/*
-----------------------------------------------------------------------
	Feature CSS
-----------------------------------------------------------------------
*/
.feature-area.feature-business-area {
  padding: 120px 0 46px;
}
@media only screen and (max-width: 991px) {
  .feature-area.feature-business-area {
    padding: 98px 0 0;
  }
}
.feature-area.feature-business-area .section-title {
  margin-bottom: 46px;
}
.feature-area.feature-business-area .section-title .title {
  margin-bottom: 0;
}
.feature-area.feature-business-area .icon-box-style3 .icon-box-item {
  padding: 32px 35px 0 0;
}
@media only screen and (max-width: 767px) {
  .feature-area.feature-business-area .icon-box-style3 .icon-box-item {
    padding: 32px 0 0 0;
  }
}
.feature-area.feature-business-area .icon-box-style3 .icon-box-item .icon-box {
  margin-bottom: 47px;
}
.feature-area.feature-business-area .icon-box-style3 .icon-box-item .content h4 {
  margin-bottom: 23px;
}

/*
-----------------------------------------------------------------------
	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%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.awards-content-area {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
    display: -ms-flexbox;
    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 {
  -webkit-box-shadow: 0px 35px 100px 0px rgba(171, 181, 189, 0.35);
          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-content-area {
  background-color: #f0f2f4;
  padding: 162px 0 180px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .divider-area .divider-content-area {
    padding: 110px 0 120px;
  }
}
@media only screen and (max-width: 575px) {
  .divider-area .divider-content-area {
    padding: 102px 0 110px;
  }
}
.divider-area .divider-content-area .content-inner {
  margin: 0 auto;
  max-width: 704px;
}
.divider-area .divider-content-area h2 {
  font-size: 50px;
  margin-bottom: 38px;
}
@media only screen and (max-width: 991px) {
  .divider-area .divider-content-area h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .divider-area .divider-content-area h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .divider-area .divider-content-area h2 {
    font-size: 24px;
  }
}
.divider-area .divider-content-area p {
  font-size: 18px;
  margin-bottom: 67px;
}
@media only screen and (max-width: 767px) {
  .divider-area .divider-content-area p {
    margin-bottom: 47px;
  }
}
.divider-area.divider-quote-area {
  padding-top: 40px;
}
@media only screen and (max-width: 767px) {
  .divider-area.divider-quote-area {
    padding-bottom: 30px;
  }
}
.divider-area.divider-seo-report-area {
  background-color: #f8f8f8;
  margin: 293px 0 90px;
  padding: 16px 0 90px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .divider-area.divider-seo-report-area {
    margin: 35px 0 20px;
    padding: 100px 0 0;
  }
}
.divider-area.divider-seo-report-area:before {
  background-image: url("../img/shape/d07.png");
  content: "";
  height: 293px;
  left: 0;
  position: absolute;
  top: -293px;
  width: 100%;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .divider-area.divider-seo-report-area:before {
    display: none;
  }
}
.divider-area.divider-seo-report-area:after {
  background-image: url("../img/shape/d08.png");
  bottom: -90px;
  content: "";
  height: 99px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .divider-area.divider-seo-report-area:after {
    display: none;
  }
}
.divider-area.divider-seo-report-area .section-title {
  left: 32px;
  margin-top: 6px;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .divider-area.divider-seo-report-area .section-title {
    left: 0;
  }
}
.divider-area.divider-seo-report-area .section-title h5 {
  margin-bottom: 11px;
}
.divider-area.divider-seo-report-area .section-title .title {
  font-size: 36px;
}
@media only screen and (max-width: 1199px) {
  .divider-area.divider-seo-report-area .section-title .title br {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .divider-area.divider-seo-report-area .section-title .title {
    margin-bottom: 82px;
  }
}
@media only screen and (max-width: 767px) {
  .divider-area.divider-seo-report-area .section-title .title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .divider-area.divider-seo-report-area .section-title .title {
    font-size: 24px;
  }
}
.divider-area.divider-seo-report-area .section-title .desc p {
  margin-bottom: 30px;
}
.divider-area.divider-seo-report-area .section-title .list-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 28px;
}
@media only screen and (max-width: 991px) {
  .divider-area.divider-seo-report-area .section-title .list-style {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .divider-area.divider-seo-report-area .section-title .list-style {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width: 479.98px) {
  .divider-area.divider-seo-report-area .section-title .list-style {
    display: block;
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
  }
}
.divider-area.divider-seo-report-area .section-title .list-style ul {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .divider-area.divider-seo-report-area .section-title .list-style ul {
    margin-right: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .divider-area.divider-seo-report-area .section-title .list-style ul {
    margin-right: 0;
  }
}
.divider-area.divider-seo-report-area .section-title .list-style ul li {
  margin-bottom: 12px;
}
@media only screen and (max-width: 1199px) {
  .divider-area.divider-seo-report-area .section-title .list-style ul li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .divider-area.divider-seo-report-area .section-title .list-style ul li {
    font-size: 16px;
  }
}
.divider-area.divider-seo-report-area .section-title .list-style ul li i {
  color: #40a832;
  font-size: 18px;
}
.divider-area.divider-seo-report-area .seo-report-form-content {
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .divider-area.divider-seo-report-area .seo-report-form-content {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 479.98px) {
  .divider-area.divider-seo-report-area .seo-report-form-content .seo-report-form {
    padding: 36px 25px 40px;
  }
}
@media only screen and (max-width: 991px) {
  .divider-area.divider-seo-report-area .seo-report-form-content .shape-layer {
    display: none;
  }
}
.divider-area.divider-seo-report-area .seo-report-form-content .shape-layer .layer {
  position: absolute;
}
.divider-area.divider-seo-report-area .seo-report-form-content .shape-layer .layer.layer-one {
  bottom: -10px;
  left: -200px;
  width: 100%;
}
.divider-area.divider-seo-report-area .seo-report-form-content .shape-layer .layer.layer-one img {
  max-width: none;
}
.divider-area.divider-seo-report-area .seo-report-form-content .shape-layer .layer.layer-two {
  left: auto;
  right: -90px;
}
.divider-area.divider-seo-report-area .seo-report-form-content .shape-layer .layer.layer-three {
  left: -200px;
  right: auto;
}
.divider-area.divider-seo-report-area .seo-report-form-content .shape-layer .layer.layer-four {
  bottom: auto;
  left: auto;
  right: 3px;
  top: -94px;
}
.divider-area.divider-seo-report-area .seo-report-form-content .shape-layer .layer.layer-five {
  bottom: auto;
  left: -205px;
  right: auto;
  top: 5px;
}
.divider-area.divider-seo-report-area .seo-report-form-content .shape-layer .layer.layer-six {
  bottom: auto;
  left: -71px;
  right: auto;
  top: -126px;
}
.divider-area.divider-online-marketing-area {
  background-color: #eb4435;
  padding: 80px 0;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .divider-area.divider-online-marketing-area {
    text-align: center;
  }
}
.divider-area.divider-online-marketing-area .content-align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}
.divider-area.divider-online-marketing-area .content-inner h2 {
  color: #fff;
  font-size: 40px;
  margin-bottom: 14px;
}
@media only screen and (max-width: 767px) {
  .divider-area.divider-online-marketing-area .content-inner h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .divider-area.divider-online-marketing-area .content-inner h2 {
    font-size: 24px;
  }
}
.divider-area.divider-online-marketing-area .content-inner p {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.divider-area.divider-online-marketing-area .btn-theme {
  margin-top: 2px;
  padding: 14px 43px;
}
.divider-area.divider-online-marketing-area .shape-layer .layer.layer-one {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
}
.divider-area.divider-isometric-area .divider-content-area {
  background-color: #eb4435;
  padding: 142px 0 160px;
}
@media only screen and (max-width: 991px) {
  .divider-area.divider-isometric-area .divider-content-area {
    padding: 92px 0 100px;
  }
}
@media only screen and (max-width: 767px) {
  .divider-area.divider-isometric-area .divider-content-area .content-inner {
    max-width: 540px;
  }
}
@media only screen and (max-width: 575px) {
  .divider-area.divider-isometric-area .divider-content-area .content-inner {
    max-width: 460px;
  }
}
@media only screen and (max-width: 479.98px) {
  .divider-area.divider-isometric-area .divider-content-area .content-inner {
    margin: 0 15px;
  }
}
.divider-area.divider-isometric-area .divider-content-area .content-inner h2 {
  color: #fff;
  font-size: 44px;
  letter-spacing: -1.25px;
  margin-bottom: 36px;
}
@media only screen and (max-width: 767px) {
  .divider-area.divider-isometric-area .divider-content-area .content-inner h2 {
    font-size: 30px;
    margin-bottom: 16px;
  }
}
.divider-area.divider-isometric-area .divider-content-area .content-inner p {
  color: #fff;
  margin-bottom: 58px;
}
.divider-area.divider-isometric-area .divider-content-area .content-inner .input-btn-group {
  background-color: rgba(255, 255, 255, 0.3);
}
@media only screen and (max-width: 479.98px) {
  .divider-area.divider-isometric-area .divider-content-area .content-inner .input-btn-group {
    display: block;
    padding: 5px;
  }
}
.divider-area.divider-isometric-area .divider-content-area .content-inner .input-btn-group .form-control {
  background-color: transparent;
}
@media only screen and (max-width: 767px) {
  .divider-area.divider-isometric-area .divider-content-area .content-inner .input-btn-group .form-control {
    width: 228px;
  }
}
@media only screen and (max-width: 575px) {
  .divider-area.divider-isometric-area .divider-content-area .content-inner .input-btn-group .form-control {
    width: 188px;
  }
}
@media only screen and (max-width: 479.98px) {
  .divider-area.divider-isometric-area .divider-content-area .content-inner .input-btn-group .form-control {
    width: 100%;
    border-bottom: 1px dotted #eee;
    text-align: center;
    padding: 0;
    border-right: none;
    padding: 0;
    height: 45px;
  }
  .divider-area.divider-isometric-area .divider-content-area .content-inner .input-btn-group .form-control[type=email] {
    margin-bottom: 20px;
  }
}
.divider-area.divider-isometric-area .divider-content-area .content-inner .input-btn-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.divider-area.divider-isometric-area .divider-content-area .content-inner .input-btn-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.divider-area.divider-isometric-area .divider-content-area .content-inner .input-btn-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.divider-area.divider-isometric-area .divider-content-area .content-inner .input-btn-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
@media only screen and (max-width: 479.98px) {
  .divider-area.divider-isometric-area .divider-content-area .content-inner .input-btn-group .btn-theme {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .divider-area.divider-isometric-area .shape-layer {
    display: none;
  }
}
.divider-area.divider-isometric-area .shape-layer .layer-one {
  bottom: 0;
  left: 300px;
}
@media only screen and (max-width: 1649px) {
  .divider-area.divider-isometric-area .shape-layer .layer-one {
    left: 200px;
  }
}
@media only screen and (max-width: 1400px) {
  .divider-area.divider-isometric-area .shape-layer .layer-one {
    left: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .divider-area.divider-isometric-area .shape-layer .layer-one {
    left: 20px;
  }
}
.divider-area.divider-isometric-area .shape-layer .layer-two {
  bottom: 0;
  right: 300px;
}
@media only screen and (max-width: 1649px) {
  .divider-area.divider-isometric-area .shape-layer .layer-two {
    right: 200px;
  }
}
@media only screen and (max-width: 1400px) {
  .divider-area.divider-isometric-area .shape-layer .layer-two {
    right: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .divider-area.divider-isometric-area .shape-layer .layer-two {
    right: 12px;
  }
}
.divider-area.divider-isometric-area .shape-layer .layer-three {
  left: 23.5%;
  top: 18.5%;
  -webkit-animation: animation-five linear infinite 4s;
  animation: animation-five linear infinite 4s;
}
.divider-area.divider-isometric-area .shape-layer .layer-four {
  right: -38.5%;
  top: 20%;
  -webkit-animation: animation-five linear infinite 3s;
  animation: animation-five linear infinite 3s;
}

.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 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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;
  -webkit-transform: translateX(-50%);
          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 .layer {
  z-index: -1;
}
@media only screen and (max-width: 1400px) {
  .shape-layer.shape-layer-slyle1 .layer.layer-one {
    left: 16%;
  }
  .shape-layer.shape-layer-slyle1 .layer.layer-two {
    right: 16%;
  }
}
@media only screen and (max-width: 991px) {
  .shape-layer.shape-layer-slyle1 .layer.layer-one img {
    width: 150px;
  }
  .shape-layer.shape-layer-slyle1 .layer.layer-two img {
    width: 150px;
  }
  .shape-layer.shape-layer-slyle1 .layer.layer-three img {
    width: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .shape-layer.shape-layer-slyle1 .layer.layer-one {
    display: none;
  }
  .shape-layer.shape-layer-slyle1 .layer.layer-two {
    display: none;
  }
  .shape-layer.shape-layer-slyle1 .layer.layer-three img {
    width: 70px;
  }
  .shape-layer.shape-layer-slyle1 .layer.layer-four {
    display: none;
  }
  .shape-layer.shape-layer-slyle1 .layer.layer-five {
    display: none;
  }
}

/*
-----------------------------------------------------------------------
	Working Process CSS
-----------------------------------------------------------------------
*/
.working-process-area.working-process-agency-area {
  padding-bottom: 144px;
}
@media only screen and (max-width: 1199px) {
  .working-process-area.working-process-agency-area {
    padding-bottom: 85px;
  }
}
@media only screen and (max-width: 991px) {
  .working-process-area.working-process-agency-area {
    padding-bottom: 80px;
  }
}
.working-process-area.working-process-digital-marketer-area {
  padding: 147px 0 175px;
}
@media only screen and (max-width: 991px) {
  .working-process-area.working-process-digital-marketer-area {
    padding: 98px 0 100px;
  }
}
.working-process-area.working-process-digital-marketer-area .section-title {
  margin-bottom: 86px;
}
@media only screen and (max-width: 767px) {
  .working-process-area.working-process-digital-marketer-area .section-title {
    margin-bottom: 65px;
  }
}
.working-process-area.working-process-digital-marketer-area .section-title .title {
  margin-bottom: 33px;
}
.working-process-area.working-process-digital-marketer-area .working-process-content {
  -webkit-box-shadow: 0px 35px 100px 0px rgba(171, 181, 189, 0.35);
          box-shadow: 0px 35px 100px 0px rgba(171, 181, 189, 0.35);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.working-process-area.working-process-digital-marketer-area .working-process-content .icon-box-item {
  border-right: 1px solid #ececec;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 0;
  width: 25%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media only screen and (max-width: 991px) {
  .working-process-area.working-process-digital-marketer-area .working-process-content .icon-box-item {
    border-bottom: 1px solid #ececec;
    padding: 30px;
    width: 50%;
  }
}
@media only screen and (max-width: 479.98px) {
  .working-process-area.working-process-digital-marketer-area .working-process-content .icon-box-item {
    width: 100%;
  }
}
.working-process-area.working-process-digital-marketer-area .working-process-content .icon-box-item .icon-box .icon-img {
  width: 60px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.working-process-area.working-process-digital-marketer-area .working-process-content .icon-box-item .content h4 a {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.working-process-area.working-process-digital-marketer-area .working-process-content .icon-box-item .content p {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.working-process-area.working-process-digital-marketer-area .working-process-content .icon-box-item .content p:last-child {
  margin-bottom: 0;
}
.working-process-area.working-process-digital-marketer-area .working-process-content .icon-box-item .icon-box-number {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.working-process-area.working-process-digital-marketer-area .working-process-content .icon-box-item:last-child {
  border-right: none;
}
.working-process-area.working-process-digital-marketer-area .working-process-content .icon-box-item:hover {
  background-color: #eb4435;
}
.working-process-area.working-process-digital-marketer-area .working-process-content .icon-box-item:hover .icon-box .icon-img {
  -webkit-filter: brightness(0.2);
          filter: brightness(0.2);
}
.working-process-area.working-process-digital-marketer-area .working-process-content .icon-box-item:hover .content h4 a {
  color: #fff;
}
.working-process-area.working-process-digital-marketer-area .working-process-content .icon-box-item:hover .content p {
  color: #fff;
}

.working-process-content .working-process-nav {
  border: none;
  margin-bottom: 91px;
}
@media only screen and (max-width: 767px) {
  .working-process-content .working-process-nav {
    margin-bottom: 55px;
  }
}
@media only screen and (max-width: 575px) {
  .working-process-content .working-process-nav {
    margin-bottom: 40px;
  }
}
.working-process-content .working-process-nav .nav-item {
  background-color: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0px 20px 80px 0px rgba(171, 181, 189, 0.35);
          box-shadow: 0px 20px 80px 0px rgba(171, 181, 189, 0.35);
  margin-left: 0;
  position: relative;
  width: 24%;
}
@media only screen and (max-width: 991px) {
  .working-process-content .working-process-nav .nav-item {
    width: 25%;
  }
}
@media only screen and (max-width: 575px) {
  .working-process-content .working-process-nav .nav-item {
    margin-bottom: 7px;
    margin-right: 10px;
    width: calc(50% - 5px);
  }
}
.working-process-content .working-process-nav .nav-item:first-child:before {
  display: none;
}
.working-process-content .working-process-nav .nav-item:first-child .nav-link {
  padding: 39px 66px;
}
@media only screen and (max-width: 1199px) {
  .working-process-content .working-process-nav .nav-item:first-child .nav-link {
    padding: 39px 30px 39px 42px;
  }
  .working-process-content .working-process-nav .nav-item:first-child .nav-link img {
    height: 38px;
    width: 38px;
  }
}
@media only screen and (max-width: 991px) {
  .working-process-content .working-process-nav .nav-item:first-child .nav-link {
    padding: 39px 10px 39px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .working-process-content .working-process-nav .nav-item:first-child .nav-link img {
    height: 28px;
    margin-right: 8px;
    width: 28px;
  }
}
@media only screen and (max-width: 575px) {
  .working-process-content .working-process-nav .nav-item:nth-child(2) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 575px) {
  .working-process-content .working-process-nav .nav-item:nth-child(4) {
    margin-right: 0;
  }
}
.working-process-content .working-process-nav .nav-item:before {
  background-color: #fff;
  content: "";
  height: 100%;
  left: -15px;
  position: absolute;
  top: 0;
  width: 50px;
}
@media only screen and (max-width: 575px) {
  .working-process-content .working-process-nav .nav-item:before {
    display: none;
  }
}
.working-process-content .working-process-nav .nav-item .nav-link {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 12px;
  color: #0e0e0e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.44;
  width: 100%;
  padding: 39px 15px 39px 94px;
  position: relative;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media only screen and (max-width: 1199px) {
  .working-process-content .working-process-nav .nav-item .nav-link {
    padding: 39px 15px 39px 80px;
  }
}
@media only screen and (max-width: 991px) {
  .working-process-content .working-process-nav .nav-item .nav-link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 39px 10px 39px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .working-process-content .working-process-nav .nav-item .nav-link {
    font-size: 14px;
  }
}
.working-process-content .working-process-nav .nav-item .nav-link:before {
  background-color: #fff;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  z-index: 2;
  border-radius: 0 12px 12px 0;
}
@media only screen and (max-width: 991px) {
  .working-process-content .working-process-nav .nav-item .nav-link:before {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .working-process-content .working-process-nav .nav-item .nav-link:before {
    display: block;
  }
}
.working-process-content .working-process-nav .nav-item .nav-link:after {
  background-color: #fff;
  -webkit-box-shadow: 0px 20px 80px 0px rgba(171, 181, 189, 0.35);
          box-shadow: 0px 20px 80px 0px rgba(171, 181, 189, 0.35);
  content: "";
  height: 98px;
  position: absolute;
  right: -38px;
  top: 15px;
  width: 97px;
  z-index: 1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 12px 20px 12px 0;
}
@media only screen and (max-width: 991px) {
  .working-process-content .working-process-nav .nav-item .nav-link:after {
    display: none;
  }
}
.working-process-content .working-process-nav .nav-item .nav-link .nav-link-content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 3;
}
.working-process-content .working-process-nav .nav-item .nav-link img {
  height: 45px;
  margin-right: 15px;
  width: 45px;
}
@media only screen and (max-width: 1199px) {
  .working-process-content .working-process-nav .nav-item .nav-link img {
    height: 38px;
    margin-right: 12px;
    width: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .working-process-content .working-process-nav .nav-item .nav-link img {
    height: 28px;
    margin-right: 8px;
    width: 28px;
  }
}
.working-process-content .working-process-nav .nav-item .nav-link .bg-white-shape {
  background-color: #fff;
  height: 100%;
  position: absolute;
  right: 7px;
  top: 0;
  width: 60%;
  z-index: 2;
}
.working-process-content .working-process-nav .nav-item .nav-link .bg-line-bottom {
  background-color: transparent;
  border-radius: 0 0 10px 10px;
  bottom: 0;
  height: 5px;
  right: 0;
  position: absolute;
  width: 0;
  z-index: 3;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.working-process-content .working-process-nav .nav-item .nav-link:hover, .working-process-content .working-process-nav .nav-item .nav-link.active {
  color: #eb4435;
}
.working-process-content .working-process-nav .nav-item .nav-link.active .bg-line-bottom {
  background-color: #eb4435;
  left: 0;
  width: calc(100% - 3px);
}
@media only screen and (max-width: 991px) {
  .working-process-content .working-process-nav .nav-item .nav-link.active .bg-line-bottom {
    width: 100%;
  }
}
.working-process-content .tab-content .title {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 31px;
  margin-top: 2px;
}
@media only screen and (max-width: 767px) {
  .working-process-content .tab-content .title {
    font-size: 20px;
  }
}
.working-process-content .tab-content p {
  margin-bottom: 35px;
}
@media only screen and (max-width: 991px) {
  .working-process-content .tab-content ul {
    margin-bottom: 80px;
  }
}
.working-process-content .tab-content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 26px;
}
.working-process-content .tab-content ul li i {
  color: #eb4435;
  font-size: 18px;
  line-height: 1.6;
  margin-right: 22px;
}

/*
-----------------------------------------------------------------------
  Icon Box CSS
-----------------------------------------------------------------------
*/
.icon-box-item {
  background-color: #fff;
  -webkit-box-shadow: 0px 35px 100px 0px rgba(171, 181, 189, 0.5);
          box-shadow: 0px 35px 100px 0px rgba(171, 181, 189, 0.5);
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 49px 35px 39px;
  position: relative;
}
.icon-box-item .icon-box {
  margin-bottom: 26px;
  position: relative;
}
.icon-box-item .icon-box .icon {
  color: #eb4435;
  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 .content {
  font-size: 16px;
}
.icon-box-item .content h4 {
  font-size: 20px;
  margin-bottom: 25px;
}
.icon-box-item .content h4 a {
  color: #0e0e0e;
}
.icon-box-item .content h4 a:hover {
  color: #eb4435;
}
.icon-box-item .content .btn-theme {
  margin-top: 10px;
}
.icon-box-item .icon-box-number {
  color: #0e0e0e;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 16px;
  position: absolute;
  right: 58px;
  top: 33px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.icon-box-item:hover .icon-box-number {
  color: #fff;
}

.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 {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 60px 45px 70px;
  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) {
  .icon-box-style2 .icon-box-item {
    padding: 40px 25px 50px;
  }
}
@media only screen and (max-width: 991px) {
  .icon-box-style2 .icon-box-item {
    background-color: #fff;
    -webkit-box-shadow: 0px 35px 100px 0px rgba(171, 181, 189, 0.35);
            box-shadow: 0px 35px 100px 0px rgba(171, 181, 189, 0.35);
  }
}
.icon-box-style2 .icon-box-item .icon-box {
  margin-bottom: 46px;
}
.icon-box-style2 .icon-box-item .icon-box .icon-img {
  width: 75px;
}
.icon-box-style2 .icon-box-item .content p {
  margin-bottom: 38px;
}
.icon-box-style2 .icon-box-item .content .btn-gray {
  padding: 14px 30px;
  letter-spacing: 0.15px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media only screen and (max-width: 991px) {
  .icon-box-style2 .icon-box-item .content .btn-gray {
    border-color: #fff;
    color: #fff;
    -webkit-transition-delay: background-image 0.6s;
            transition-delay: background-image 0.6s;
    background-color: #e94d04;
    background-image: -webkit-gradient(linear, left top, right top, from(#e94d04), to(#eea849));
    background-image: linear-gradient(90deg, #e94d04 0%, #eea849 100%);
    background-image: -ms-linear-gradient(90deg, #e94d04 0%, #eea849 100%);
  }
  .icon-box-style2 .icon-box-item .content .btn-gray:hover {
    color: #fff;
    background-color: #eea849;
    background-image: -webkit-gradient(linear, right top, left top, from(#e94d04), to(#eea849));
    background-image: linear-gradient(-90deg, #e94d04 0%, #eea849 100%);
    background-image: -ms-linear-gradient(-90deg, #e94d04 0%, #eea849 100%);
  }
}
.icon-box-style2 .icon-box-item.active, .icon-box-style2 .icon-box-item:hover {
  background-color: #fff;
  -webkit-box-shadow: 0px 35px 100px 0px rgba(171, 181, 189, 0.35);
          box-shadow: 0px 35px 100px 0px rgba(171, 181, 189, 0.35);
}
.icon-box-style2 .icon-box-item.active .content .btn-gray, .icon-box-style2 .icon-box-item:hover .content .btn-gray {
  border-color: #fff;
  color: #fff;
  -webkit-transition-delay: background-image 0.6s;
          transition-delay: background-image 0.6s;
  background-color: #e94d04;
  background-image: -webkit-gradient(linear, left top, right top, from(#e94d04), to(#eea849));
  background-image: linear-gradient(90deg, #e94d04 0%, #eea849 100%);
  background-image: -ms-linear-gradient(90deg, #e94d04 0%, #eea849 100%);
}
.icon-box-style2 .icon-box-item.active .content .btn-gray:hover, .icon-box-style2 .icon-box-item:hover .content .btn-gray:hover {
  color: #fff;
  background-color: #eea849;
  background-image: -webkit-gradient(linear, right top, left top, from(#e94d04), to(#eea849));
  background-image: linear-gradient(-90deg, #e94d04 0%, #eea849 100%);
  background-image: -ms-linear-gradient(-90deg, #e94d04 0%, #eea849 100%);
}

.icon-box-style3 .icon-box-item {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 60px 43px 40px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media only screen and (max-width: 991px) {
  .icon-box-style3 .icon-box-item {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.icon-box-style3 .icon-box-item .icon-box {
  margin-bottom: 48px;
}
.icon-box-style3 .icon-box-item .icon-box .icon-img {
  width: 75px;
}
.icon-box-style3 .icon-box-item .content p {
  margin-bottom: 39px;
}
.icon-box-style3 .icon-box-item:hover .content h4 a {
  color: #eb4435;
}
.icon-box-style3 .icon-box-item:hover .content .btn-link:after {
  background-color: #f18e88;
  left: 0;
  width: 100%;
}

.icon-box-style4 .icon-box-item {
  background-color: #fff;
  -webkit-box-shadow: 0px 35px 100px 0px rgba(171, 181, 189, 0.35);
          box-shadow: 0px 35px 100px 0px rgba(171, 181, 189, 0.35);
  padding: 70px 45px 65px;
  text-align: center;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media only screen and (max-width: 1199px) {
  .icon-box-style4 .icon-box-item {
    padding: 50px 19px 48px;
  }
}
.icon-box-style4 .icon-box-item .icon-box {
  margin-bottom: 45px;
}
.icon-box-style4 .icon-box-item .icon-box .icon-img {
  width: 90px;
}
@media only screen and (max-width: 1199px) {
  .icon-box-style4 .icon-box-item .content h4 {
    font-size: 18px;
  }
}
.icon-box-style4 .icon-box-item .content p {
  margin-bottom: 39px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.icon-box-style4 .icon-box-item:hover {
  background-color: #f57266;
}
.icon-box-style4 .icon-box-item:hover .icon-box .icon-img {
  -webkit-filter: brightness(0.2);
          filter: brightness(0.2);
}
.icon-box-style4 .icon-box-item:hover .content h4 a {
  color: #fff;
}
.icon-box-style4 .icon-box-item:hover .content p {
  color: #fff;
}
.icon-box-style4 .icon-box-item:hover .content .btn-link {
  color: #fff;
}
.icon-box-style4 .icon-box-item:hover .content .btn-link:after {
  background-color: #fff;
}

.icon-box-style5 .icon-box-item {
  background-color: transparent;
  -webkit-box-shadow: 0px 35px 100px 0px rgba(171, 181, 189, 0.35);
          box-shadow: 0px 35px 100px 0px rgba(171, 181, 189, 0.35);
  border-radius: 5px;
  padding: 97px 40px 14px;
  position: relative;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .icon-box-style5 .icon-box-item {
    padding: 48px 30px 2px;
  }
}
.icon-box-style5 .icon-box-item:before {
  background-color: #fff;
  border-radius: 5px;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.icon-box-style5 .icon-box-item .icon-box {
  margin-bottom: 48px;
}
.icon-box-style5 .icon-box-item .icon-box .icon-img {
  width: 70px;
}
@media only screen and (max-width: 1199px) {
  .icon-box-style5 .icon-box-item .content h4 {
    margin-bottom: 18px;
  }
}
.icon-box-style5 .icon-box-item .content p {
  margin-bottom: 39px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.icon-box-style5 .icon-box-item:hover:before {
  background-color: #4765f8;
}
.icon-box-style5 .icon-box-item:hover .icon-box .icon-img {
  -webkit-filter: brightness(0.2);
          filter: brightness(0.2);
}
.icon-box-style5 .icon-box-item:hover .content h4 a {
  color: #fff;
}
.icon-box-style5 .icon-box-item:hover .content p {
  color: #fff;
}

.icon-box-style6 .icon-box-item {
  background-color: #fff;
  border-bottom: 1px solid #ececec;
  border-right: 1px solid #ececec;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 0;
  padding: 55px 50px 58px;
  position: relative;
  width: 33.333333%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media only screen and (max-width: 991px) {
  .icon-box-style6 .icon-box-item {
    width: 100%;
    border-right: none;
  }
}
.icon-box-style6 .icon-box-item:last-child {
  border-right: none;
}
.icon-box-style6 .icon-box-item .icon-box {
  margin-bottom: 36px;
}
.icon-box-style6 .icon-box-item .icon-box .icon-img {
  width: 70px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.icon-box-style6 .icon-box-item .content h4 {
  margin-bottom: 24px;
}
@media only screen and (max-width: 1199px) {
  .icon-box-style6 .icon-box-item .content h4 {
    font-size: 18px;
  }
}
.icon-box-style6 .icon-box-item .content p {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.icon-box-style6 .icon-box-item:hover {
  background-color: #FD8B00;
}
.icon-box-style6 .icon-box-item:hover .icon-box .icon-img {
  -webkit-filter: brightness(0.2);
          filter: brightness(0.2);
}
.icon-box-style6 .icon-box-item:hover .content h4 a {
  color: #fff;
}
.icon-box-style6 .icon-box-item:hover .content p {
  color: #fff;
}
.icon-box-style6 .icon-box-item:hover .icon-box-number {
  color: #fff;
}

.icon-box-style7 .icon-box-item {
  margin-bottom: 0;
  padding: 60px 40px 67px;
  text-align: center;
}
.icon-box-style7 .icon-box-item .icon-box {
  margin-bottom: 47px;
}
.icon-box-style7 .icon-box-item .icon-box .icon-img {
  width: auto;
}
.icon-box-style7 .icon-box-item .content h4 {
  margin-bottom: 23px;
}
.icon-box-style7 .icon-box-item:hover .content h4 a {
  color: #eb4435;
}
.icon-box-style7.gutter-45 {
  margin-right: -22.5px;
  margin-left: -22.5px;
}
.icon-box-style7.gutter-45 [class*=col-md-] {
  margin-bottom: 45px;
  padding-left: 22.5px;
  padding-right: 22.5px;
}

.icon-box-style8 .icon-box-item {
  background-color: transparent;
  -webkit-box-shadow: 0px 35px 100px 0px rgba(171, 181, 189, 0.35);
          box-shadow: 0px 35px 100px 0px rgba(171, 181, 189, 0.35);
  border-radius: 5px;
  padding: 97px 40px 14px;
  position: relative;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  z-index: 1;
}
.icon-box-style8 .icon-box-item:before {
  background-color: #fff;
  border-radius: 5px;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.icon-box-style8 .icon-box-item .icon-box {
  margin-bottom: 48px;
}
.icon-box-style8 .icon-box-item .icon-box .icon-img {
  width: 70px;
}
.icon-box-style8 .icon-box-item .content p {
  margin-bottom: 39px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.icon-box-style8 .icon-box-item:hover:before {
  background-color: #eb4435;
}
.icon-box-style8 .icon-box-item:hover .icon-box .icon-img {
  -webkit-filter: brightness(0.2);
          filter: brightness(0.2);
}
.icon-box-style8 .icon-box-item:hover .content h4 a {
  color: #fff;
}
.icon-box-style8 .icon-box-item:hover .content p {
  color: #fff;
}

.icon-box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.icon-box-list :last-child .icon-box-item {
  border-bottom: none;
}

/*========================
19. Counter Style CSS
==========================*/
.countdown-timer {
  display: inline-block;
  margin-bottom: 80px;
}
.countdown-timer li {
  float: left;
  margin: 0 15px;
  text-align: center;
}
.countdown-timer li:first-child {
  margin-left: 0;
}
.countdown-timer li span {
  color: #eb4435;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 8px;
}
.countdown-timer li p {
  font-size: 16px;
}

/*
-----------------------------------------------------------------------
	Form CSS
-----------------------------------------------------------------------
*/
.seo-report-form-content {
  border-radius: 5px;
}
.seo-report-form-content h4 {
  font-size: 20px;
  margin-bottom: 30px;
}
.seo-report-form-content .seo-report-form {
  background-color: white;
  -webkit-box-shadow: 0px 35px 100px 0px rgba(171, 181, 189, 0.35);
          box-shadow: 0px 35px 100px 0px rgba(171, 181, 189, 0.35);
  padding: 57px 40px 60px;
  position: relative;
  z-index: 1;
}
.seo-report-form-content .seo-report-form .form-group {
  margin-bottom: 15px;
}
.seo-report-form-content .seo-report-form .form-group .form-control {
  background-color: #f8f8f8;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  height: 46px;
  padding: 7px 30px;
}
.seo-report-form-content .seo-report-form .form-group .form-control:focus {
  border: 1px solid #eb4435;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 6px 29px 6px 29px;
}
.seo-report-form-content .seo-report-form .form-group .btn-theme {
  background-color: #eb4435;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: block;
  letter-spacing: 0.25px;
  padding: 15px 33px;
  width: 100%;
}
.seo-report-form-content .seo-report-form .form-group:last-child {
  margin-bottom: 0;
  padding-top: 15px;
}

/*
-----------------------------------------------------------------------
	Home Agency CSS
-----------------------------------------------------------------------
*/
.home-agency-wrapper .home-slider-area {
  overflow: hidden;
}
.home-agency-wrapper .home-slider-area.slider-agency {
  position: relative;
}
.home-agency-wrapper .home-slider-area.slider-agency .shape-layer {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
}
@media only screen and (max-width: 767px) {
  .home-agency-wrapper .home-slider-area.slider-agency .shape-layer {
    display: none;
  }
}
.home-agency-wrapper .home-slider-area.slider-agency .shape-layer .shape-one {
  border-radius: 50%;
  background-color: #f6825a;
  height: 25px;
  position: absolute;
  width: 25px;
  top: 110px;
  left: 46px;
  -webkit-animation: animation-two linear infinite 5s;
  animation: animation-two linear infinite 5s;
}
.home-agency-wrapper .home-slider-area.slider-agency .shape-layer .shape-two {
  border-radius: 50%;
  background-color: #eb4435;
  height: 15px;
  position: absolute;
  width: 15px;
  top: 272px;
  left: -98px;
  -webkit-animation: animation-one linear infinite 5s;
  animation: animation-one linear infinite 5s;
}
.home-agency-wrapper .home-slider-area.slider-agency .shape-layer .shape-three {
  border-radius: 50%;
  background-color: #532e5b;
  height: 10px;
  position: absolute;
  width: 10px;
  top: 346px;
  left: 48px;
  -webkit-animation: animation-one linear infinite 8s;
  animation: animation-one linear infinite 8s;
}
.home-agency-wrapper .home-slider-area.slider-agency .shape-layer .shape-four {
  border-radius: 50%;
  background-color: #532e5b;
  height: 15px;
  position: absolute;
  width: 15px;
  top: 114px;
  right: 146px;
  -webkit-animation: animation-one linear infinite 8s;
  animation: animation-one linear infinite 8s;
}
.home-agency-wrapper .home-slider-area.slider-agency .shape-layer .shape-five {
  border-radius: 50%;
  background-color: #eb4435;
  height: 7px;
  position: absolute;
  width: 7px;
  top: 188px;
  right: 0;
  -webkit-animation: animation-two linear infinite 5s;
  animation: animation-two linear infinite 5s;
}
.home-agency-wrapper .home-slider-area.slider-agency .shape-layer .shape-six {
  border-radius: 50%;
  background-color: #73dad4;
  height: 30px;
  position: absolute;
  width: 30px;
  top: 336px;
  right: 65px;
  -webkit-animation: animation-one linear infinite 5s;
  animation: animation-one linear infinite 5s;
}
.home-agency-wrapper .home-slider-area.slider-agency .shape-layer .shape-seven {
  border-radius: 50%;
  background-color: #ffd547;
  height: 120px;
  position: absolute;
  width: 120px;
  bottom: 236px;
  left: -50px;
  -webkit-animation: animation-two linear infinite 5s;
  animation: animation-two linear infinite 5s;
}
@media only screen and (max-width: 991px) {
  .home-agency-wrapper .home-slider-area.slider-agency .shape-layer .shape-seven {
    height: 60px;
    width: 60px;
  }
}
.home-agency-wrapper .home-slider-area.slider-agency .shape-layer .shape-eight {
  border-radius: 50%;
  background-color: #8453cf;
  height: 90px;
  position: absolute;
  width: 90px;
  bottom: 136px;
  right: -44px;
  -webkit-animation: animation-two linear infinite 5s;
  animation: animation-two linear infinite 5s;
}
@media only screen and (max-width: 991px) {
  .home-agency-wrapper .home-slider-area.slider-agency .shape-layer .shape-eight {
    height: 60px;
    width: 60px;
  }
}
.home-agency-wrapper .divider-area .divider-content-area {
  padding: 118px 0 180px;
}
@media only screen and (max-width: 991px) {
  .home-agency-wrapper .divider-area .divider-content-area {
    padding: 95px 0 170px;
  }
}
@media only screen and (max-width: 767px) {
  .home-agency-wrapper .divider-area .divider-content-area {
    padding: 95px 0 100px;
  }
}
.home-agency-wrapper .divider-area .shape-layer-slyle1 .layer-four {
  -webkit-animation: animation-three linear infinite 4s;
  animation: animation-three linear infinite 4s;
}
.home-agency-wrapper .divider-area .shape-layer-slyle1 .layer-five {
  -webkit-animation: animation-three linear infinite 3s;
  animation: animation-three linear infinite 3s;
}

/*
-----------------------------------------------------------------------
	Home Digital Marketer CSS
-----------------------------------------------------------------------
*/
@media only screen and (max-width: 767px) {
  .home-digital-marketer-wrapper .section-title .desc p br {
    display: none;
  }
}
@media only screen and (max-width: 479.98px) {
  .home-digital-marketer-wrapper .footer-area .content-area .input-btn-group {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width: 479.98px) {
  .home-digital-marketer-wrapper .footer-area .content-area .input-btn-group .form-control {
    width: 190px;
  }
}
@media only screen and (max-width: 479.98px) {
  .home-digital-marketer-wrapper .footer-area .content-area .input-btn-group .btn.btn-theme {
    right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .home-digital-marketer-wrapper .footer-bottom.footer-bottom-style-two {
    padding-bottom: 15px;
    text-align: center;
  }
  .home-digital-marketer-wrapper .footer-bottom.footer-bottom-style-two .widget-copyright.copyright-style-two {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .home-digital-marketer-wrapper .footer-bottom.footer-bottom-style-two .widget-social-icons.social-icons-style-two {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 479.98px) {
  .home-digital-marketer-wrapper .footer-bottom.footer-bottom-style-two .container-fluid {
    padding: 0 15px;
  }
  .home-digital-marketer-wrapper .footer-bottom.footer-bottom-style-two .widget-menu-wrap .nav-menu.nav-menu-two li a {
    font-size: 11px;
  }
}
.home-digital-marketer-wrapper .scroll-to-top {
  bottom: 115px;
}

/*
-----------------------------------------------------------------------
	Home Seo CSS
-----------------------------------------------------------------------
*/
.home-seo-wrapper .header-seo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
}
@media only screen and (max-width: 991px) {
  .home-seo-wrapper .header-seo .header-top .header-info a {
    margin-left: 15px;
    padding-left: 15px;
  }
  .home-seo-wrapper .header-seo .header-top .header-info a:first-child {
    margin-left: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .home-seo-wrapper .header-seo .header-top .header-icons {
    margin-right: 12px;
  }
  .home-seo-wrapper .header-seo .header-top .header-icons a {
    margin-right: 5px;
  }
  .home-seo-wrapper .header-seo .header-top .header-icons a:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .home-seo-wrapper .header-seo .header-top .header-language {
    padding: 2px 0 2px 12px;
  }
}
.home-seo-wrapper .header-seo .header-top + .header-area {
  padding-top: 38px;
  padding-bottom: 0;
}
.home-seo-wrapper .header-seo .header-top + .header-area.sticky-header.sticky {
  padding: 15px 0;
}
@media only screen and (max-width: 991px) {
  .home-seo-wrapper .header-seo .header-top + .header-area.sticky-header.sticky {
    padding: 22px 0;
  }
}
.home-seo-wrapper .header-seo .header-top + .header-area.sticky-header .main-menu > li a:hover {
  color: #f57266;
}
.home-seo-wrapper .header-seo .header-top + .header-area.sticky-header .main-menu > li > .submenu-nav > li a:after {
  background-color: #f57266;
}
.home-seo-wrapper .header-seo .header-top + .header-area.sticky-header .main-menu > li.has-submenu a:hover:before {
  color: #f57266;
}
.home-seo-wrapper .header-seo .header-top + .header-area.sticky-header .main-menu > li.has-submenu.active > a {
  color: #f57266;
}
.home-seo-wrapper .header-seo .header-top + .header-area.sticky-header .main-menu > li.has-submenu.active > a:before {
  color: #f57266;
}
.home-seo-wrapper .header-seo .btn-search-content {
  right: 278px;
}
@media only screen and (max-width: 1199px) {
  .home-seo-wrapper .header-seo .btn-search-content {
    right: 230px;
  }
}
.home-seo-wrapper .header-top .header-info a .icon {
  color: #f57266;
}
.home-seo-wrapper .header-top .header-icons a:hover {
  color: #f57266;
}
.home-seo-wrapper .header-action-area button.btn-theme, .home-seo-wrapper .header-action-area a.btn-theme {
  background-color: #f57266;
}
.home-seo-wrapper .header-action-area button.btn-theme:hover, .home-seo-wrapper .header-action-area a.btn-theme:hover {
  background-color: #eb4435;
}
.home-seo-wrapper .section-title h5 {
  color: #f57266;
}
.home-seo-wrapper .section-title .title {
  font-weight: 700;
}
.home-seo-wrapper .section-title .title span {
  font-weight: 400;
  margin-left: 4px;
}
.home-seo-wrapper .btn-link {
  color: #f57266;
}
.home-seo-wrapper .btn-theme {
  background-color: #f57266;
  border-color: #f57266;
}
.home-seo-wrapper .btn-theme:hover {
  background-color: #000;
  border-color: #000;
}
.home-seo-wrapper .owl-carousel.owl-theme.owl-nav3 .owl-nav [class*=owl-]:hover {
  color: #f57266;
}
.home-seo-wrapper .owl-carousel.owl-theme.owl-nav4 .owl-nav [class*=owl-]:hover {
  background-color: #f57266;
}
.home-seo-wrapper .icon-box-style6 .icon-box-item:hover .content h4 a {
  color: #fff;
}
.home-seo-wrapper .funfact-item .number h2 {
  color: #f57266;
}
.home-seo-wrapper .portfolio-footer .btn-bottom:hover {
  color: #f57266;
}
.home-seo-wrapper .portfolio-footer .btn-bottom:hover:before {
  background-color: #f57266;
}
.home-seo-wrapper .pricing-items.pricing-items-two .pricing-item .pricing-badge {
  background-color: #f57266;
}
.home-seo-wrapper .pricing-items.pricing-items-two .pricing-item .pricing-amount h2 {
  color: #f57266;
}
.home-seo-wrapper .pricing-items.pricing-items-two .pricing-item .pricing-footer a.btn-gray:hover, .home-seo-wrapper .pricing-items.pricing-items-two .pricing-item .pricing-footer a.btn-gray.active {
  background-color: #f57266;
}
.home-seo-wrapper .pricing-items.pricing-items-two .pricing-item.active .pricing-footer a.btn-gray {
  background-color: #f57266;
}
.home-seo-wrapper .pricing-items.pricing-items-two .pricing-item.active .pricing-footer a.btn-gray:hover, .home-seo-wrapper .pricing-items.pricing-items-two .pricing-item.active .pricing-footer a.btn-gray.active {
  background-color: #0e0e0e;
}
.home-seo-wrapper .seo-report-form-content .seo-report-form .form-group .btn-theme {
  background-color: #f57266;
}
.home-seo-wrapper .seo-report-form-content .seo-report-form .form-group .btn-theme:hover {
  background-color: #0e0e0e;
}
@media only screen and (max-width: 1400px) {
  .home-seo-wrapper .footer-area.footer-style-two {
    padding-bottom: 265px;
  }
}
@media only screen and (max-width: 1199px) {
  .home-seo-wrapper .footer-area.footer-style-two {
    padding-bottom: 180px;
  }
}
@media only screen and (max-width: 991px) {
  .home-seo-wrapper .footer-area.footer-style-two {
    padding-bottom: 166px;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .home-seo-wrapper .footer-area.footer-style-two {
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 575px) {
  .home-seo-wrapper .footer-area.footer-style-two {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 479.98px) {
  .home-seo-wrapper .footer-area.footer-style-two {
    padding-bottom: 100px;
  }
}
.home-seo-wrapper .footer-area .widget-title {
  text-transform: capitalize;
}
.home-seo-wrapper .footer-area .about-widget .footer-logo {
  margin-bottom: 15px;
}
.home-seo-wrapper .footer-area .widget-social-icons a:hover {
  color: #f57266;
}
.home-seo-wrapper .footer-area .widget-menu-wrap .nav-menu li a:after {
  background-color: #f57266;
}
.home-seo-wrapper .footer-area .widget-menu-wrap .nav-menu li a:hover {
  color: #f57266;
}
.home-seo-wrapper .footer-area .widget-copyright p {
  font-size: 14px;
}
.home-seo-wrapper .scroll-to-top {
  background-color: #f57266;
}
.home-seo-wrapper .scroll-to-top:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px 0 #f57266;
          box-shadow: 0 0 5px 0 #f57266;
  color: #f57266;
}

/*
-----------------------------------------------------------------------
	Home Business CSS
-----------------------------------------------------------------------
*/
.home-business-wrapper .header-area.sticky-header .header-navigation-area {
/*  margin-left: 62px;*/
}
@media only screen and (max-width: 1199px) {
  .home-business-wrapper .header-area.sticky-header .header-navigation-area {
    margin-left: 5px;
  }
}
.home-business-wrapper .header-area.sticky-header .main-menu > li {
    margin-right: 0px;
    background: #fff;
    padding: 30px 5px;
    height: 100%;
    border-right: 1px solid #ddd;
}

.home-business-wrapper .header-area.sticky-header .main-menu > .active-menu {
    background: #000;
    color:#fff;
    padding: 30px 5px; 
    height: 100%;
}
.home-business-wrapper .header-area.sticky-header .main-menu > li a i{
    margin-right: 4px;
}
@media only screen and (max-width: 1199px) {
  .home-business-wrapper .header-area.sticky-header .main-menu > li {
    margin-right: 15px;
  }
}
.home-business-wrapper .header-area.sticky-header .main-menu > li:last-child {
  
}
.home-business-wrapper .header-area.sticky-header .main-menu > li a:hover {
  color: #FD8B00;
}
.home-business-wrapper .header-area.sticky-header .main-menu > li > .submenu-nav > li a:after {
  background-color: #FD8B00;
}
.home-business-wrapper .header-area.sticky-header .main-menu > li.has-submenu a:hover:before {
  color: #FD8B00;
}
.home-business-wrapper .header-area.sticky-header .main-menu > li.has-submenu.active > a {
  color: #FD8B00;
}
.home-business-wrapper .header-area.sticky-header .main-menu > li.has-submenu.active > a:before {
  color: #FD8B00;
}
.home-business-wrapper .header-top {
  padding: 16px 0 14px;
}
.home-business-wrapper .header-top .header-info {
  margin-top: -1px;
}
.home-business-wrapper .header-top .header-info a .icon {
  color: #FD8B00;
  top: 2px;
}
.home-business-wrapper .header-top .header-icons a:hover {
  color: #FD8B00;
}
.home-business-wrapper .header-navigation-area .has-submenu > a:before {
  display: none;
}
.home-business-wrapper .header-action-area button.btn-theme, .home-business-wrapper .header-action-area a.btn-theme {
  background-color: #FD8B00;
}
.home-business-wrapper .section-title h5 {
  color: #FD8B00;
}
.home-business-wrapper .section-title .title {
  font-weight: 700;
}
.home-business-wrapper .section-title .title span {
  font-weight: 400;
  margin-left: 4px;
}
.home-business-wrapper .btn-link {
  color: #FD8B00;
}
.home-business-wrapper .btn-theme {
  background-color: #FD8B00;
  border-color: #FD8B00;
}
.home-business-wrapper .btn-theme:hover {
  background-color: #000;
  border-color: #000;
}
.home-business-wrapper .owl-carousel.owl-theme.owl-nav3 .owl-nav [class*=owl-]:hover {
  color: #FD8B00;
}
.home-business-wrapper .owl-carousel.owl-theme.owl-nav4 .owl-nav [class*=owl-]:hover {
  background-color: #FD8B00;
}
.home-business-wrapper .icon-box-item:hover .content h4 a {
  color: #FD8B00;
}
.home-business-wrapper .icon-box-style6 .icon-box-item:hover .content h4 a {
  color: #fff;
}
.home-business-wrapper .funfact-item .number h2 {
  color: #FD8B00;
}
.home-business-wrapper .portfolio-footer .btn-bottom:hover {
  color: #FD8B00;
}
.home-business-wrapper .portfolio-footer .btn-bottom:hover:before {
  background-color: #FD8B00;
}
@media only screen and (max-width: 991px) {
  .home-business-wrapper .footer-area {
    padding: 98px 0 36px;
  }
}
.home-business-wrapper .footer-area .widget-social-icons a:hover {
  color: #FD8B00;
}
.home-business-wrapper .footer-area .widget-menu-wrap .nav-menu li a:after {
  background-color: #FD8B00;
}
.home-business-wrapper .footer-area .widget-menu-wrap .nav-menu li a:hover {
  color: #FD8B00;
}
.home-business-wrapper .footer-area .widget-newsletter .newsletter-form .form-control:focus {
  border-color: #FD8B00;
}
.home-business-wrapper .footer-area .footer-bottom {
  margin-top: 38px;
}
.home-business-wrapper .scroll-to-top {
  background-color: #FD8B00;
}
.home-business-wrapper .scroll-to-top:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px 0 #FD8B00;
          box-shadow: 0 0 5px 0 #FD8B00;
  color: #FD8B00;
}

/*
-----------------------------------------------------------------------
	Home Online Marketing CSS
-----------------------------------------------------------------------
*/
.home-online-marketing-wrapper .header-area.transparent:not(.sticky) .header-action-area button.btn-theme, .home-online-marketing-wrapper .header-area.transparent:not(.sticky) .header-action-area a.btn-theme {
  color: #4765f8;
}
.home-online-marketing-wrapper .header-area.sticky-header .main-menu > li a:hover {
  color: #fff;
}
.home-online-marketing-wrapper .header-area.sticky-header .main-menu > li > .submenu-nav > li a:hover {
  color: #4765f8;
}
.home-online-marketing-wrapper .header-area.sticky-header .main-menu > li > .submenu-nav > li a:after {
  background-color: #4765f8;
}
.home-online-marketing-wrapper .header-area.sticky-header .main-menu > li.has-submenu a:hover {
  color: #fff;
}
.home-online-marketing-wrapper .header-area.sticky-header .main-menu > li.has-submenu a:hover:before {
  color: #4765f8;
}
.home-online-marketing-wrapper .header-area.sticky-header .main-menu > li.has-submenu.active > a {
  color: #fff;
}
.home-online-marketing-wrapper .header-area.sticky-header .main-menu > li.has-submenu.active > a:before {
  color: #4765f8;
}
.home-online-marketing-wrapper .header-area.sticky-header .main-menu > li.has-submenu > .submenu-nav {
  top: calc(100% + 10px);
}
@media only screen and (max-width: 1649px) {
  .home-online-marketing-wrapper .header-area.sticky-header .main-menu > li.has-submenu > .submenu-nav {
    top: calc(100% + 13px);
  }
}
.home-online-marketing-wrapper .header-area.sticky-header .main-menu > li.has-submenu > .submenu-nav:before {
  height: 46px;
}
@media only screen and (max-width: 1649px) {
  .home-online-marketing-wrapper .header-area.sticky-header .main-menu > li.has-submenu > .submenu-nav:before {
    height: 42px;
  }
}
.home-online-marketing-wrapper .header-area.sticky-header .main-menu > li.has-submenu > .submenu-nav > li a:hover {
  color: #4765f8;
}
.home-online-marketing-wrapper .header-area.sticky-header .main-menu > li.has-submenu > .submenu-nav > li a:after {
  background-color: #4765f8;
}
.home-online-marketing-wrapper .header-area.sticky-header.sticky .main-menu > li a:hover {
  color: #4765f8;
}
.home-online-marketing-wrapper .header-area.sticky-header.sticky .main-menu > li.has-submenu a:hover {
  color: #4765f8;
}
.home-online-marketing-wrapper .header-area.sticky-header.sticky .main-menu > li.has-submenu.active > a {
  color: #4765f8;
}
.home-online-marketing-wrapper .header-area.sticky-header.sticky .main-menu > li.has-submenu.active > a:before {
  color: #4765f8;
}
@media only screen and (max-width: 1649px) {
  .home-online-marketing-wrapper .header-area.sticky-header.sticky .main-menu > li.has-submenu > .submenu-nav {
    top: calc(100% + 10px);
  }
}
.home-online-marketing-wrapper .header-area.sticky-header.sticky .main-menu > li.has-submenu > .submenu-nav:before {
  height: 46px;
}
@media only screen and (max-width: 1649px) {
  .home-online-marketing-wrapper .header-area.sticky-header.sticky .main-menu > li.has-submenu > .submenu-nav:before {
    height: 44px;
  }
}
.home-online-marketing-wrapper .section-title h5 {
  color: #4765f8;
}
.home-online-marketing-wrapper .section-title .title {
  font-weight: 700;
}
.home-online-marketing-wrapper .section-title .title span {
  font-weight: 400;
  margin-left: 4px;
}
.home-online-marketing-wrapper .btn-link {
  color: #4765f8;
}
.home-online-marketing-wrapper .btn-link.btn-dark {
  color: #0e0e0e;
}
.home-online-marketing-wrapper .btn-link.btn-dark:hover {
  color: #4765f8;
}
.home-online-marketing-wrapper .btn-link.btn-dark:hover:before {
  background-color: #4765f8;
}
.home-online-marketing-wrapper .btn-theme {
  background-color: #4765f8;
  border-color: #4765f8;
}
.home-online-marketing-wrapper .btn-theme:hover {
  background-color: #000;
  border-color: #000;
}
.home-online-marketing-wrapper .btn-theme.btn-white {
  background-color: #fff;
  border-color: #fff;
  color: #0e0e0e;
}
.home-online-marketing-wrapper .btn-theme.btn-white:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.home-online-marketing-wrapper .owl-carousel.owl-theme.owl-nav3 .owl-nav [class*=owl-]:hover {
  color: #4765f8;
}
.home-online-marketing-wrapper .owl-carousel.owl-theme.owl-nav4 .owl-nav [class*=owl-]:hover {
  background-color: #4765f8;
}
.home-online-marketing-wrapper .owl-carousel.owl-theme .owl-dots .owl-dot.active span, .home-online-marketing-wrapper .owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #4765f8;
  border-color: #4765f8;
}
.home-online-marketing-wrapper .divider-area.divider-online-marketing-area {
  background-color: #4765f8;
}
.home-online-marketing-wrapper .divider-area.divider-online-marketing-area .btn-white {
  color: #4765f8;
}
.home-online-marketing-wrapper .divider-area.divider-online-marketing-area .btn-white:hover {
  color: #fff;
}
.home-online-marketing-wrapper .portfolio-filter-tab .nav.nav-tabs .nav-item .nav-link:after {
  background-color: #4765f8;
}
.home-online-marketing-wrapper .portfolio-filter-tab .nav.nav-tabs .nav-item .nav-link:hover, .home-online-marketing-wrapper .portfolio-filter-tab .nav.nav-tabs .nav-item .nav-link.active {
  color: #4765f8;
}
.home-online-marketing-wrapper .portfolio-filter-tab .nav.nav-tabs .nav-item .nav-link:hover:after, .home-online-marketing-wrapper .portfolio-filter-tab .nav.nav-tabs .nav-item .nav-link.active:after {
  background-color: #4765f8;
}
.home-online-marketing-wrapper .portfolio-item .portfolio-info {
  background-color: #4765f8;
}
.home-online-marketing-wrapper .testimonial-item.line-top {
  border-color: #4765f8;
}
.home-online-marketing-wrapper .testimonial-slider .slick-dots li button {
  border-color: #4765f8;
}
.home-online-marketing-wrapper .testimonial-slider .slick-dots li.slick-active button {
  background-color: #4765f8;
}
.home-online-marketing-wrapper .team-member .content .member-info .name a:hover {
  color: #4765f8;
}
.home-online-marketing-wrapper .team-member .icon {
  background-color: #4765f8;
}
.home-online-marketing-wrapper .team-member .hover-content {
  background-color: #4765f8;
}
.home-online-marketing-wrapper .post-item .content .meta .author {
  color: #4765f8;
}
.home-online-marketing-wrapper .post-item .content .title a:hover {
  color: #4765f8;
  border-bottom-color: #4765f8;
}
.home-online-marketing-wrapper .footer-area .widget-social-icons a:hover {
  color: #4765f8;
}
.home-online-marketing-wrapper .footer-area .widget-menu-wrap .nav-menu li a:after {
  background-color: #4765f8;
}
.home-online-marketing-wrapper .footer-area .widget-menu-wrap .nav-menu li a:hover {
  color: #4765f8;
}
.home-online-marketing-wrapper .footer-area .widget-newsletter .newsletter-form .form-control:focus {
  border-color: #4765f8;
}
.home-online-marketing-wrapper .scroll-to-top {
  background-color: #4765f8;
}
.home-online-marketing-wrapper .scroll-to-top:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px 0 #4765f8;
          box-shadow: 0 0 5px 0 #4765f8;
  color: #4765f8;
}

/*
-----------------------------------------------------------------------
	Home Isometric CSS
-----------------------------------------------------------------------
*/
.home-isometric-wrapper .header-top .header-info .icon {
  color: #ea6725;
}
.home-isometric-wrapper .header-area.sticky-header .header-navigation-area {
  margin-left: 62px;
}
@media only screen and (max-width: 1199px) {
  .home-isometric-wrapper .header-area.sticky-header .header-navigation-area {
    margin-left: 5px;
  }
}
.home-isometric-wrapper .header-area.sticky-header .main-menu > li {
  margin-right: 37px;
}
@media only screen and (max-width: 1199px) {
  .home-isometric-wrapper .header-area.sticky-header .main-menu > li {
    margin-right: 30px;
  }
}
.home-isometric-wrapper .header-area.sticky-header .main-menu > li:last-child {
  margin-right: 0;
}
.home-isometric-wrapper .header-area.sticky-header .main-menu > li a {
  color: #0e0e0e;
  -webkit-background-clip: text;
}
.home-isometric-wrapper .header-area.sticky-header .main-menu > li a:hover {
  background-color: #e94d04;
  background-image: -webkit-gradient(linear, left top, right top, from(#e94d04), to(#eea849));
  background-image: linear-gradient(90deg, #e94d04 0%, #eea849 100%);
  background-image: -ms-linear-gradient(90deg, #e94d04 0%, #eea849 100%);
  -webkit-text-fill-color: transparent;
}
.home-isometric-wrapper .header-area.sticky-header .main-menu > li > .submenu-nav > li a:after {
  background-color: #e94d04;
  background-image: -webkit-gradient(linear, left top, right top, from(#e94d04), to(#eea849));
  background-image: linear-gradient(90deg, #e94d04 0%, #eea849 100%);
  background-image: -ms-linear-gradient(90deg, #e94d04 0%, #eea849 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home-isometric-wrapper .header-area.sticky-header .main-menu > li.has-submenu a:hover:before {
  background-color: #e94d04;
  background-image: -webkit-gradient(linear, left top, right top, from(#e94d04), to(#eea849));
  background-image: linear-gradient(90deg, #e94d04 0%, #eea849 100%);
  background-image: -ms-linear-gradient(90deg, #e94d04 0%, #eea849 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home-isometric-wrapper .header-area.sticky-header .main-menu > li.has-submenu.active > a {
  background-color: #e94d04;
  background-image: -webkit-gradient(linear, left top, right top, from(#e94d04), to(#eea849));
  background-image: linear-gradient(90deg, #e94d04 0%, #eea849 100%);
  background-image: -ms-linear-gradient(90deg, #e94d04 0%, #eea849 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home-isometric-wrapper .header-area.sticky-header .main-menu > li.has-submenu.active > a:before {
  background-color: #e94d04;
  background-image: -webkit-gradient(linear, left top, right top, from(#e94d04), to(#eea849));
  background-image: linear-gradient(90deg, #e94d04 0%, #eea849 100%);
  background-image: -ms-linear-gradient(90deg, #e94d04 0%, #eea849 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home-isometric-wrapper .header-area .btn-theme.btn-gradient {
  padding: 48px 43px;
}
.home-isometric-wrapper .header-navigation-area .has-submenu > a:before {
  display: none;
}
.home-isometric-wrapper .section-title .title {
  letter-spacing: 0;
}
.home-isometric-wrapper .btn-theme.btn-gradient {
  padding: 15px 33px;
}
.home-isometric-wrapper .owl-carousel.owl-theme.owl-nav4 .owl-nav [class*=owl-]:hover {
  background-color: #e94d04;
  background-image: -webkit-gradient(linear, left top, right top, from(#e94d04), to(#eea849));
  background-image: linear-gradient(90deg, #e94d04 0%, #eea849 100%);
  background-image: -ms-linear-gradient(90deg, #e94d04 0%, #eea849 100%);
}
.home-isometric-wrapper .divider-area.divider-isometric-area .divider-content-area {
  background-color: #e94d04;
  background-image: -webkit-gradient(linear, left top, right top, from(#e94d04), to(#eea849));
  background-image: linear-gradient(90deg, #e94d04 0%, #eea849 100%);
  background-image: -ms-linear-gradient(90deg, #e94d04 0%, #eea849 100%);
}
.home-isometric-wrapper .divider-area.divider-isometric-area .divider-content-area .content-inner .input-btn-group .btn-white {
  color: #ea6725;
}
.home-isometric-wrapper .divider-area.divider-isometric-area .divider-content-area .content-inner .input-btn-group .btn-white:hover {
  background-color: #ea6725;
  border-color: #ea6725;
  color: #fff;
}
.home-isometric-wrapper .testimonial-slider .slick-dots li button {
  border-color: #ea6725;
}
.home-isometric-wrapper .testimonial-slider .slick-dots li.slick-active button {
  background-color: #ea6725;
}
.home-isometric-wrapper .pricing-items {
  background-color: #fff;
}
.home-isometric-wrapper .pricing-item .pricing-amount h2 {
  color: #ea6725;
}
.home-isometric-wrapper .pricing-item .pricing-footer .btn-gray {
  border: none;
  padding: 15px;
}
.home-isometric-wrapper .pricing-item .pricing-footer .btn-gray:hover {
  color: #fff;
  background-color: #e94d04;
  background-image: -webkit-gradient(linear, left top, right top, from(#e94d04), to(#eea849));
  background-image: linear-gradient(90deg, #e94d04 0%, #eea849 100%);
  background-image: -ms-linear-gradient(90deg, #e94d04 0%, #eea849 100%);
}
.home-isometric-wrapper .pricing-item.active .pricing-footer .btn-gray {
  color: #fff;
  background-color: #e94d04;
  background-image: -webkit-gradient(linear, left top, right top, from(#e94d04), to(#eea849));
  background-image: linear-gradient(90deg, #e94d04 0%, #eea849 100%);
  background-image: -ms-linear-gradient(90deg, #e94d04 0%, #eea849 100%);
}
.home-isometric-wrapper .pricing-item.active .pricing-footer .btn-gray:hover {
  background-color: #eea849;
  background-image: -webkit-gradient(linear, right top, left top, from(#e94d04), to(#eea849));
  background-image: linear-gradient(-90deg, #e94d04 0%, #eea849 100%);
  background-image: -ms-linear-gradient(-90deg, #e94d04 0%, #eea849 100%);
}
.home-isometric-wrapper .pricing-tab-switch {
  border-color: #ea6725;
}
.home-isometric-wrapper .pricing-tab-switch .switch {
  background-color: #e94d04;
  background-image: -webkit-gradient(linear, left top, right top, from(#e94d04), to(#eea849));
  background-image: linear-gradient(90deg, #e94d04 0%, #eea849 100%);
  background-image: -ms-linear-gradient(90deg, #e94d04 0%, #eea849 100%);
}
.home-isometric-wrapper .post-item .content .meta .author {
  color: #ea6725;
}
.home-isometric-wrapper .post-item .content .title a:hover {
  color: #ea6725;
  border-bottom-color: #ea6725;
}
.home-isometric-wrapper .footer-area .widget-social-icons a:hover {
  color: #ea6725;
}
.home-isometric-wrapper .footer-area .widget-menu-wrap .nav-menu li a:after {
  background-color: #ea6725;
}
.home-isometric-wrapper .footer-area .widget-menu-wrap .nav-menu li a:hover {
  color: #ea6725;
}
.home-isometric-wrapper .footer-area .widget-newsletter .newsletter-form .form-control:focus {
  border-color: #ea6725;
}
.home-isometric-wrapper .scroll-to-top {
  background-color: #e94d04;
  background-image: -webkit-gradient(linear, left top, right top, from(#e94d04), to(#eea849));
  background-image: linear-gradient(90deg, #e94d04 0%, #eea849 100%);
  background-image: -ms-linear-gradient(90deg, #e94d04 0%, #eea849 100%);
}
.home-isometric-wrapper .scroll-to-top:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px 0 #ea6725;
          box-shadow: 0 0 5px 0 #ea6725;
  color: #fff;
}

/*
-----------------------------------------------------------------------
	Page About CSS
-----------------------------------------------------------------------
*/
/*
-----------------------------------------------------------------------
	Page Team CSS
-----------------------------------------------------------------------
*/
@media only screen and (max-width: 991px) {
  .page-team-wrapper .team-area.team-divider-area {
    padding-top: 115px;
  }
  .page-team-wrapper .team-area.team-divider-area .section-title {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 575px) {
  .page-team-wrapper .team-area.team-divider-area .section-title .desc p br {
    display: none;
  }
  .page-team-wrapper .team-area.team-divider-area .team-content-area {
    margin-top: -150px;
  }
}

/*
-----------------------------------------------------------------------
	Page FAQ CSS
-----------------------------------------------------------------------
*/
@media only screen and (max-width: 767px) {
  .page-faq-wrapper .accordian-content .accordion .accordion-item .accordian-heading .btn {
    font-size: 18px;
  }
  .page-faq-wrapper .contact-form-area .section-title .title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .page-faq-wrapper .accordian-content .accordion .accordion-item .accordian-heading .btn {
    font-size: 15px;
  }
  .page-faq-wrapper .contact-form-area .section-title .title {
    font-size: 24px;
  }
}

/*
-----------------------------------------------------------------------
	Page Testimonial CSS
-----------------------------------------------------------------------
*/
@media only screen and (max-width: 479.98px) {
  .page-testimonial-wrapper .testimonial-item {
    padding-left: 17px;
    padding-right: 17px;
  }
  .page-testimonial-wrapper .testimonial-item .client-info .icon-quote {
    display: none;
  }
}

/*
-----------------------------------------------------------------------
	Page Pricing CSS
-----------------------------------------------------------------------
*/
/*
-----------------------------------------------------------------------
	Page Not Found CSS
-----------------------------------------------------------------------
*/
@media only screen and (max-width: 767px) {
  .page-not-found-wrapper .page-not-found-area .section-title .title {
    margin-bottom: 20px;
  }
}

/*
-----------------------------------------------------------------------
	Page Coming Soon CSS
-----------------------------------------------------------------------
*/
@media only screen and (max-width: 1199px) {
  .page-coming-soon-wrapper .coming-soon-area {
    background-image: unset !important;
  }
}
@media only screen and (max-width: 767px) {
  .page-coming-soon-wrapper .coming-soon-area .coming-soon-content h2 {
    font-size: 62px;
  }
}
@media only screen and (max-width: 575px) {
  .page-coming-soon-wrapper .coming-soon-area .coming-soon-content h2 {
    font-size: 48px;
    margin-bottom: 32px;
  }
  .page-coming-soon-wrapper .coming-soon-area .coming-soon-content .countdown-content .countdown-timer {
    margin-bottom: 50px;
  }
  .page-coming-soon-wrapper .coming-soon-area .coming-soon-content .countdown-content .countdown-timer li {
    margin: 0 12px;
  }
  .page-coming-soon-wrapper .coming-soon-area .coming-soon-content .countdown-content .countdown-timer li span {
    font-size: 36px;
  }
}
@media only screen and (max-width: 479.98px) {
  .page-coming-soon-wrapper .coming-soon-area .coming-soon-content {
    margin-right: 0;
  }
  .page-coming-soon-wrapper .coming-soon-area .coming-soon-content h2 {
    font-size: 30px;
    margin-bottom: 32px;
  }
  .page-coming-soon-wrapper .coming-soon-area .coming-soon-content .countdown-content .countdown-timer {
    margin-bottom: 16px;
  }
  .page-coming-soon-wrapper .coming-soon-area .coming-soon-content .countdown-content .countdown-timer li {
    margin: 0;
    width: 50%;
    text-align: left;
    margin-bottom: 26px;
  }
  .page-coming-soon-wrapper .coming-soon-area .coming-soon-content .countdown-content .countdown-timer li.seperator {
    display: none;
  }
  .page-coming-soon-wrapper .coming-soon-area .coming-soon-content .input-btn-group {
    display: block;
  }
  .page-coming-soon-wrapper .coming-soon-area .coming-soon-content .input-btn-group .form-control {
    padding-left: 0;
    text-align: center;
    height: 48px;
  }
  .page-coming-soon-wrapper .coming-soon-area .coming-soon-content .input-btn-group .btn-theme {
    width: 100%;
  }
}

/*
-----------------------------------------------------------------------
	Page SEM Service CSS
-----------------------------------------------------------------------
*/
@media only screen and (max-width: 1199px) {
  .page-sem-service-wrapper .divider-area .thumb {
    margin-bottom: 55px;
  }
  .page-sem-service-wrapper .divider-area .section-title {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .page-sem-service-wrapper .divider-area .thumb {
    margin-bottom: 55px;
  }
  .page-sem-service-wrapper .divider-area .section-title {
    padding-left: 0;
  }
  .page-sem-service-wrapper .service-area .gutter-45 {
    margin-right: -15.5px;
    margin-left: -15.5px;
  }
  .page-sem-service-wrapper .service-area .gutter-45 [class*=col-md-] {
    margin-bottom: 30px;
    padding-left: 15.5px;
    padding-right: 15.5px;
  }
}
@media only screen and (max-width: 767px) {
  .page-sem-service-wrapper .divider-area .section-title {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 479.98px) {
  .page-sem-service-wrapper .owl-carousel.owl-theme .owl-nav [class*=owl-] {
    width: 36px;
    height: 36px;
    line-height: 38px;
    font-size: 15px;
  }
}

/*
-----------------------------------------------------------------------
	Page SEO Service CSS
-----------------------------------------------------------------------
*/
/*
-----------------------------------------------------------------------
	Page PPC Service CSS
-----------------------------------------------------------------------
*/
@media only screen and (max-width: 1199px) {
  .page-ppc-service-wrapper .img-right-align.right-align2 {
    right: 250px;
  }
}
@media only screen and (max-width: 991px) {
  .page-ppc-service-wrapper .img-right-align.right-align2 {
    right: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .page-ppc-service-wrapper .img-right-align.right-align2 {
    right: 125px;
  }
}
@media only screen and (max-width: 575px) {
  .page-ppc-service-wrapper .img-right-align.right-align2 {
    max-width: 100%;
    right: auto;
  }
}

/*
-----------------------------------------------------------------------
	Page Portfolio Details CSS
-----------------------------------------------------------------------
*/
.page-portfolio-details-wrapper .about-area.about-online-marketing-area {
  padding: 40px 0 250px 0;
}
@media only screen and (max-width: 1199px) {
  .page-portfolio-details-wrapper .about-area.about-online-marketing-area {
    padding: 40px 0 120px 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-portfolio-details-wrapper .about-area.about-online-marketing-area {
    padding: 15px 0 90px;
  }
}

/*
-----------------------------------------------------------------------
	Page Blog Listing CSS
-----------------------------------------------------------------------
*/
/*
-----------------------------------------------------------------------
	Page Blog Details Audio CSS
-----------------------------------------------------------------------
*/
@media only screen and (max-width: 1199px) {
  .page-blog-details-audio-wrapper .blog-details-area .post-details-content.post-content-style2 {
    max-width: 638px;
  }
  .page-blog-details-audio-wrapper .blog-details-area .post-details-content.post-content-style2 .content .list-style {
    margin-left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .page-blog-details-audio-wrapper .blog-details-area .post-details-content.post-content-style2 + .blog-sidebar-widget {
    max-width: 100%;
    width: 100%;
  }
}

/*
-----------------------------------------------------------------------
	Page Blog Details Audio CSS
-----------------------------------------------------------------------
*/
@media only screen and (max-width: 1199px) {
  .page-blog-details-audio-wrapper .blog-details-area .post-details-content.post-content-style2 {
    max-width: 638px;
  }
  .page-blog-details-audio-wrapper .blog-details-area .post-details-content.post-content-style2 .content .list-style {
    margin-left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .page-blog-details-audio-wrapper .blog-details-area .post-details-content.post-content-style2 + .blog-sidebar-widget {
    max-width: 100%;
    width: 100%;
  }
}

/*
-----------------------------------------------------------------------
	Blog CSS
-----------------------------------------------------------------------
*/
.blog-area.blog-agency-area {
  padding: 152px 0 0;
}
@media only screen and (max-width: 991px) {
  .blog-area.blog-agency-area {
    padding: 118px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .blog-area.blog-agency-area {
    padding: 68px 0 5px;
  }
}
.blog-area.blog-digital-marketer-area {
  background-color: #f4f6f8;
  padding: 146px 0 100px;
}
@media only screen and (max-width: 991px) {
  .blog-area.blog-digital-marketer-area {
    padding: 98px 0 50px;
  }
}
.blog-area.blog-digital-marketer-area .section-title {
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .blog-area.blog-digital-marketer-area .section-title {
    margin-bottom: 20px;
  }
}
.blog-area.blog-digital-marketer-area .post-items-slider-two.owl-carousel.owl-theme .owl-nav {
  top: -87px;
}
.blog-area.blog-seo-area {
  padding: 75px 0 0;
}
.blog-area.blog-seo-area .section-title {
  margin-bottom: 18px;
}
.blog-area.blog-seo-area .section-title h5 {
  margin-bottom: 8px;
}
.blog-area.blog-business-area {
  padding: 147px 0 140px;
}
@media only screen and (max-width: 991px) {
  .blog-area.blog-business-area {
    padding: 98px 0 70px;
  }
}
.blog-area.blog-business-area .section-title {
  margin-bottom: 78px;
}
.blog-area.blog-business-area .owl-carousel.owl-theme .owl-nav {
  top: -129px;
}
.blog-area.blog-online-marketing-area {
  padding: 146px 0 137px;
}
@media only screen and (max-width: 991px) {
  .blog-area.blog-online-marketing-area {
    padding: 98px 0 65px;
  }
}
.blog-area.blog-online-marketing-area .section-title {
  margin-bottom: 90px;
}
.blog-area.blog-online-marketing-area .section-title h5 {
  margin-bottom: 18px;
}
.blog-area.blog-online-marketing-area .owl-carousel.owl-theme .owl-nav {
  top: -144px;
}
.blog-area.blog-isometric-area {
  padding: 167px 0 140px;
}
@media only screen and (max-width: 991px) {
  .blog-area.blog-isometric-area {
    padding: 95px 0 75px;
  }
}
.blog-area.blog-isometric-area .section-title {
  margin-bottom: 28px;
}
.blog-area.blog-isometric-area .post-items-slider-two.owl-carousel.owl-theme .owl-nav {
  top: -80px;
}
.blog-area.blog-grid-area .post-items-transparent .post-item {
  margin-bottom: 10px;
}
.blog-area.blog-grid-area .post-items-transparent .post-item .content {
  padding: 26px 0 0;
}

.post-item {
  border-radius: 5px;
  -webkit-box-shadow: 0px 35px 100px 0px rgba(171, 181, 189, 0.5);
          box-shadow: 0px 35px 100px 0px rgba(171, 181, 189, 0.5);
  margin-bottom: 30px;
}
.post-item .thumb {
  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;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.post-item .thumb a:hover:after {
  opacity: 1;
}
.post-item .thumb img {
  border-radius: 5px 5px 0 0;
  width: 100%;
}
.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 30px 45px;
  position: relative;
  z-index: 1;
}
.post-item .content:before {
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.post-item .content .title {
  font-size: 20px;
  margin-bottom: 0;
  line-height: 1.5;
}
.post-item .content .title a {
  color: #000;
  border-bottom: 1px solid transparent;
}
.post-item .content .title a:hover {
  color: #eb4435;
  border-bottom-color: #eb4435;
}
.post-item .content p {
  font-size: 16px;
  margin: 21px 0 10px;
}
.post-item .content .meta {
  color: #aba5a5;
  font-size: 14px;
  margin-bottom: 10px;
}
.post-item .content .meta a {
  color: #aba5a5;
}
.post-item .content .meta .author {
  color: #eb4435;
  font-weight: 500;
  margin-left: 4px;
  margin-right: 23px;
  position: relative;
}
.post-item .content .meta .author:after {
  background-color: #0e0e0e;
  content: "";
  height: 2px;
  position: absolute;
  right: -15px;
  top: 39%;
  width: 3px;
}
.post-item .content .meta .category {
  color: #aba5a5;
  font-weight: 400;
  margin-right: 21px;
  margin-left: 2px;
}
.post-item .content .meta .category .icon-img {
  margin-right: 8px;
}
.post-item .content .meta .category span {
  color: #eb4435;
  margin-left: 5px;
}
.post-item .content .meta .post-date {
  color: #aba5a5;
  font-weight: 400;
}
.post-item .content .meta .post-date .icon-img {
  margin-right: 7px;
}
.post-item .content .meta.bottom {
  border-top: 1px solid #f0f1f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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 {
  -webkit-filter: contrast(0.01);
          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 {
  -webkit-filter: contrast(1);
          filter: contrast(1);
  opacity: 1;
}
.post-item .content .meta.bottom .post-share ul {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 6px 25px 0px rgba(171, 181, 189, 0.25);
          box-shadow: 0px 6px 25px 0px rgba(171, 181, 189, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  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;
  -webkit-box-shadow: 0px 6px 25px 0px rgba(171, 181, 189, 0.25);
          box-shadow: 0px 6px 25px 0px rgba(171, 181, 189, 0.25);
  content: "";
  position: absolute;
  right: 6px;
  -webkit-transform: rotate(45deg);
          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 {
  -webkit-filter: contrast(1);
          filter: contrast(1);
  opacity: 1;
}
.post-item .content .meta.meta-bottom {
  margin-bottom: -22px;
  margin-top: 37px;
  padding-top: 17px;
}
.post-item .content.content-style2 {
  padding: 43px 41px 56px;
}
@media only screen and (max-width: 767px) {
  .post-item .content.content-style2 {
    padding: 35px 30px 45px;
  }
}
.post-item .content.content-style2 .title {
  font-size: 24px;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .post-item .content.content-style2 .title {
    font-size: 20px;
  }
}
.post-item .content.content-style2 .meta.bottom {
  margin-top: 61px;
}
@media only screen and (max-width: 767px) {
  .post-item .content.content-style2 .meta.bottom {
    margin-top: 30px;
  }
}
.post-item.post-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .post-item.post-horizontal {
    display: block;
  }
}
.post-item.post-horizontal .thumb {
  width: 39%;
}
@media only screen and (max-width: 991px) {
  .post-item.post-horizontal .thumb {
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .post-item.post-horizontal .thumb a {
    height: 100%;
  }
  .post-item.post-horizontal .thumb a.icon {
    height: auto;
  }
}
.post-item.post-horizontal .thumb img {
  border-radius: 5px 0 0 5px;
}
@media only screen and (max-width: 1199px) {
  .post-item.post-horizontal .thumb img {
    height: 100%;
  }
}
.post-item.post-horizontal .content {
  padding: 29px 30px 45px;
  width: 61%;
}
@media only screen and (max-width: 991px) {
  .post-item.post-horizontal .content {
    width: 100%;
  }
}
.post-item.post-horizontal .content:before {
  border-radius: 0 5px 5px 0;
}
.post-item.post-horizontal .content .meta {
  margin-top: 25px;
}
.post-item.post-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .post-item.post-list {
    display: block;
  }
}
.post-item.post-list .thumb {
  width: 65.813%;
}
@media only screen and (max-width: 991px) {
  .post-item.post-list .thumb {
    width: 43%;
  }
}
@media only screen and (max-width: 767px) {
  .post-item.post-list .thumb {
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .post-item.post-list .thumb a {
    height: 100%;
  }
}
.post-item.post-list .thumb a:after {
  border-radius: 5px 0 0 5px;
}
.post-item.post-list .thumb img {
  border-radius: 5px 0 0 5px;
}
@media only screen and (max-width: 1199px) {
  .post-item.post-list .thumb img {
    height: 100%;
  }
}
.post-item.post-list .thumb img:after {
  border-radius: 5px 0 0 5px;
}
.post-item.post-list .content {
  border-radius: 0 5px 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 58px 50px 70px;
  width: 34.187%;
}
@media only screen and (max-width: 1199px) {
  .post-item.post-list .content {
    padding: 58px 40px 70px;
  }
}
@media only screen and (max-width: 991px) {
  .post-item.post-list .content {
    width: 57%;
  }
}
@media only screen and (max-width: 767px) {
  .post-item.post-list .content {
    padding: 48px 20px 50px;
    width: 100%;
  }
}
.post-item.post-list .content:before {
  border-radius: 0 5px 5px 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.post-item.post-list .content .title {
  margin-bottom: 31px;
}
.post-item.post-list .content p {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.post-item.post-list .content .meta {
  margin-top: 25px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.post-item.post-list .content .meta .author:after {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.post-item.post-list .content .meta.bottom .post-share .icon-share .icon-img {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.post-item.post-list:hover .content {
  background-color: #eb4435;
}
.post-item.post-list:hover .content:before {
  background-color: #eb4435;
}
.post-item.post-list:hover .content .title a {
  color: #fff;
}
.post-item.post-list:hover .content .title a:hover {
  border-bottom-color: #fff;
}
.post-item.post-list:hover .content p {
  color: #fff;
}
.post-item.post-list:hover .content .meta.bottom {
  border-top-color: #ee9b94;
  color: #fff;
}
.post-item.post-list:hover .content .meta.bottom a {
  color: #fff;
}
.post-item.post-list:hover .content .meta.bottom .author {
  color: #fff;
}
.post-item.post-list:hover .content .meta.bottom .author:after {
  background-color: #fff;
}
.post-item.post-list:hover .content .meta.bottom .post-share .icon-share .icon-img {
  -webkit-filter: brightness(0.2);
          filter: brightness(0.2);
}

.post-items-transparent .post-item {
  background-color: transparent;
  -webkit-box-shadow: none;
          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;
  -webkit-box-shadow: none;
          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 {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.post-list .post-item {
  margin-bottom: 62px;
}
.post-list .post-item .content {
  padding-top: 0;
}
.post-list .post-item .content .title {
  font-size: 36px;
}

.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 {
  -webkit-box-shadow: 0px 3px 25px 0px rgba(171, 181, 189, 0.5);
          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: -webkit-box;
  display: -ms-flexbox;
  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: #eb4435;
}
.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-audio {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.blog-details-area .post-audio:before {
  display: block;
  content: "";
  padding-top: 56.25%;
}
.blog-details-area .post-audio iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.blog-details-area .post-video {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.blog-details-area .post-video:before {
  display: block;
  content: "";
  padding-top: 42.857143%;
}
.blog-details-area .post-video iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 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 {
  padding: 46px 40px 66px;
}
@media only screen and (max-width: 1199px) {
  .post-details-content .post-details-body .content {
    padding: 38px 25px 48px;
  }
}
.post-details-content .post-details-body .content .meta {
  color: #aba5a5;
  font-size: 14px;
  margin-bottom: 40px;
  margin-top: 0;
}
.post-details-content .post-details-body .content .meta a {
  color: #aba5a5;
}
.post-details-content .post-details-body .content .meta .author {
  color: #eb4435;
  font-weight: 500;
  margin-left: 4px;
  margin-right: 23px;
  position: relative;
}
.post-details-content .post-details-body .content .meta .author:after {
  background-color: #0e0e0e;
  content: "";
  height: 2px;
  position: absolute;
  right: -15px;
  top: 39%;
  width: 3px;
}
.post-details-content .post-details-body .content .meta .category {
  color: #aba5a5;
  font-weight: 400;
  margin-right: 21px;
  margin-left: 2px;
}
.post-details-content .post-details-body .content .meta .category .icon-img {
  margin-right: 8px;
}
.post-details-content .post-details-body .content .meta .category span {
  color: #eb4435;
  margin-left: 5px;
}
.post-details-content .post-details-body .content p {
  color: #999191;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 26px;
}
.post-details-content .post-details-body .content .blockquote-area {
  padding: 23px 0 21px;
}
.post-details-content .post-details-body .content .blockquote-area .blockquote-style {
  border: none;
  position: relative;
}
.post-details-content .post-details-body .content .blockquote-area .blockquote-style .icon {
  left: 0;
  position: absolute;
  top: 6px;
}
@media only screen and (max-width: 479.98px) {
  .post-details-content .post-details-body .content .blockquote-area .blockquote-style .icon {
    position: relative;
    margin-bottom: 15px;
  }
}
.post-details-content .post-details-body .content .blockquote-area .blockquote-style p {
  color: #0e0e0e;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  line-height: 30px;
  padding-left: 78px;
}
@media only screen and (max-width: 575px) {
  .post-details-content .post-details-body .content .blockquote-area .blockquote-style p {
    font-size: 18px;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 479.98px) {
  .post-details-content .post-details-body .content .blockquote-area .blockquote-style p {
    padding-left: 0;
  }
}
.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-top: 26px;
}
.post-details-content .post-details-body .content .thumb-inner img {
  border-radius: 5px;
  width: 100%;
}
.post-details-content .post-details-body .content h4 {
  font-size: 20px;
  margin-bottom: 34px;
  margin-top: 67px;
}
.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: #eb4435;
  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: #eb4435;
  border-color: #eb4435;
  color: #fff;
}
.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 {
  color: #eb4435;
  font-size: 14px;
  margin-right: 12px;
}
@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 {
  color: #425a99;
}
.post-details-content .post-details-body .content .widget-social-icons a.twitter {
  color: #67acec;
}
.post-details-content .post-details-body .content .widget-social-icons a.dribbble {
  color: #e93b88;
}
.post-details-content .post-details-body .content .widget-social-icons a.pinterest {
  color: #b51122;
}
.post-details-content .post-details-body .content .widget-social-icons a:hover {
  color: #eb4435;
}
.post-details-content .post-details-body .content .widget-social-tags {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #f0f1f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 479.98px) {
  .post-details-content .post-details-body .content .widget-social-tags {
    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 {
  width: auto;
}
.post-details-content .post-details-body .content .author-info .author-details {
  padding-left: 110px;
}
@media only screen and (max-width: 479.98px) {
  .post-details-content .post-details-body .content .author-info .author-details {
    padding-left: 0;
    margin-top: 30px;
  }
}
.post-details-content .post-details-body .content .author-info .author-details ul {
  display: inline-block;
  margin-bottom: 9px;
}
.post-details-content .post-details-body .content .author-info .author-details ul li {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  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: #0e0e0e;
  font-size: 16px;
  margin-right: 14px;
}
.post-details-content .post-details-body .content .author-info .author-details ul li.author {
  color: #aba5a5;
  font-size: 14px;
  font-weight: 400;
}
.post-details-content .post-details-body .content .author-info .author-details p {
  display: block;
  margin-bottom: 0;
}
.post-details-content .post-details-body.post-body-style2 {
  background-color: transparent;
}
.post-details-content .post-details-body.post-body-style2 .content {
  padding: 0;
}
.post-details-content .post-details-body.post-body-style2 .content .meta {
  line-height: 1;
  margin-bottom: 22px;
}
.post-details-content .post-details-body.post-body-style2 .content .meta a {
  line-height: 1;
}
.post-details-content .post-details-body.post-body-style2 .content .meta .category {
  color: #eb4435;
  font-weight: 500;
  margin-left: 12px;
  margin-right: 0;
  padding-left: 12px;
  position: relative;
}
.post-details-content .post-details-body.post-body-style2 .content .meta .category span {
  color: #aba5a5;
  margin-right: 7px;
}
.post-details-content .post-details-body.post-body-style2 .content .meta .category:after {
  background-color: #0e0e0e;
  content: "";
  height: 2px;
  position: absolute;
  left: 0;
  top: 39%;
  width: 3px;
}
.post-details-content .post-details-body.post-body-style2 .content .title {
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 49px;
}
@media only screen and (max-width: 767px) {
  .post-details-content .post-details-body.post-body-style2 .content .title {
    font-size: 24px;
    line-height: 1.3;
  }
}
.post-details-content .post-details-body.post-body-style2 .content .text-pra {
  color: #0e0e0e;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 41px;
}
.post-details-content .post-details-body.post-body-style2 .content .text-pra span {
  font-weight: 600;
}
.post-details-content .post-details-body.post-body-style2 .content .list-style {
  margin-bottom: 21px;
  margin-left: 30px;
}
.post-details-content .post-details-body.post-body-style2 .content .list-style li {
  width: 100%;
}
.post-details-content .post-details-body.post-body-style2 .content .widget-social-tags {
  border-bottom: none;
  margin-bottom: 90px;
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .post-details-content .post-details-body.post-body-style2 .content .widget-social-tags {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .post-details-content .post-details-body.post-body-style2 .content .widget-social-tags .widget-tags {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .post-details-content .post-details-body.post-body-style2 .content .widget-social-tags .widget-tags.tags-style2 {
    margin-bottom: 30px;
  }
}
.post-details-content .post-details-body.post-body-style2 .content .widget-social-tags .widget-tags.tags-style2 ul li a {
  min-width: 90px;
  padding: 8px 13px;
  text-align: center;
}
.post-details-content .post-details-body.post-body-style2 .content .author-info {
  border: 1px solid #e2e4e7;
  border-radius: 5px;
  padding: 59px 30px 55px;
}
@media only screen and (max-width: 479.98px) {
  .post-details-content .post-details-body.post-body-style2 .content .author-info {
    padding: 30px 15px 40px;
  }
}
.post-details-content .post-details-body.post-body-style2 .content .author-info .thumb {
  left: 41px;
  top: 58px;
}
@media only screen and (max-width: 479.98px) {
  .post-details-content .post-details-body.post-body-style2 .content .author-info .thumb {
    left: 0;
    top: 0;
  }
}
.post-details-content .post-details-body.post-body-style2 .content .author-info .author-details {
  padding-left: 120px;
}
@media only screen and (max-width: 479.98px) {
  .post-details-content .post-details-body.post-body-style2 .content .author-info .author-details {
    padding-left: 0;
  }
}
.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: #eb4435;
  border-color: #eb4435;
  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: #eb4435;
  border-color: #eb4435;
  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 {
  -webkit-box-shadow: none;
          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;
  }
}

.portfolio-navigation {
  border-bottom: 1px solid #f0f1f3;
  border-top: 1px solid #f0f1f3;
  padding-bottom: 47px;
  padding-top: 47px;
  margin-bottom: 30px;
  margin-top: 90px;
}
.portfolio-navigation .nav-prev a, .portfolio-navigation .nav-next a {
  color: #0e0e0e;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
}
.portfolio-navigation .nav-prev a span, .portfolio-navigation .nav-next a span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #999191;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  margin-bottom: 19px;
  text-transform: uppercase;
  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: 18px;
  margin-right: 10px;
}
.portfolio-navigation .nav-prev a:hover span, .portfolio-navigation .nav-next a:hover span {
  color: #eb4435;
}
.portfolio-navigation .nav-next {
  text-align: right;
}
.portfolio-navigation .nav-next a span {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.portfolio-navigation .nav-next a span i {
  margin-left: 10px;
  margin-right: 0;
}
@media only screen and (max-width: 575px) {
  .portfolio-navigation {
    padding-bottom: 68px;
    margin-bottom: 74px;
  }
}

.post-details-gallery-slider.owl-carousel.owl-theme .owl-nav {
  left: 0;
  right: 0;
  top: 46.5%;
  -webkit-transform: translateY(-50%);
          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: #eb4435;
  border-color: #eb4435;
  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: #eb4435;
  border-color: #eb4435;
  color: #fff;
}
.post-details-gallery-slider.owl-carousel.owl-theme .owl-dots {
  bottom: 129px;
  left: calc(50% - 334px);
  position: absolute;
  -webkit-transform: translateX(-50%);
          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: #eb4435;
  border-color: #eb4435;
}

.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: #eb4435;
  border-color: #eb4435;
  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 {
  font-size: 36px;
  margin-bottom: 81px;
  margin-top: 2px;
}
@media only screen and (max-width: 991px) {
  .comment-area h2 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .comment-area h2 {
    font-size: 24px;
  }
}
.comment-area .comment-content {
  margin-bottom: 102px;
}
.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: 0;
}
@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;
  border-bottom: 1px solid #f0f1f3;
  padding-bottom: 47px;
}
@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: 9px;
}
.comment-area .comment-content .single-comment .author-info .author-details ul li {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  font-weight: 600;
  line-height: 1;
  min-height: 16px;
}
.comment-area .comment-content .single-comment .author-info .author-details ul li.name {
  color: #0e0e0e;
  font-size: 16px;
}
.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: #aba5a5;
  font-size: 14px;
  font-weight: 400;
}
.comment-area .comment-content .single-comment .author-info .author-details p {
  display: block;
  margin-bottom: 16px;
}
.comment-area .comment-content .single-comment .author-info .author-details .btn-reply {
  color: #eb4435;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.comment-area .comment-content .single-comment.last-child {
  margin-bottom: 0;
}
.comment-area .comment-form-wrap .comment-form-content .form-group {
  margin-bottom: 30px;
}
.comment-area .comment-form-wrap .comment-form-content .form-group .form-control {
  background-color: transparent;
  border: 1px solid #e2e4e7;
  border-radius: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #0e0e0e;
  font-size: 16px;
  padding: 16px 15px 15px;
  height: 50px;
  outline: 0;
}
.comment-area .comment-form-wrap .comment-form-content .form-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #aba5a5;
  font-size: 16px;
}
.comment-area .comment-form-wrap .comment-form-content .form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #aba5a5;
  font-size: 16px;
}
.comment-area .comment-form-wrap .comment-form-content .form-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #aba5a5;
  font-size: 16px;
}
.comment-area .comment-form-wrap .comment-form-content .form-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #aba5a5;
  font-size: 16px;
}
.comment-area .comment-form-wrap .comment-form-content .form-group textarea.form-control {
  min-height: 250px;
}
.comment-area .comment-form-wrap .comment-form-content .form-group .btn-theme {
  background-color: #eb4435;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 43px;
  height: 50px;
  text-align: center;
  text-transform: uppercase;
}
.comment-area .comment-form-wrap .comment-form-content .form-group .btn-theme:hover {
  background-color: #000;
}

.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: 62px;
}
.widget-item .widget-title {
  font-size: 24px;
  margin-bottom: 38px;
}

.widget-search-box .form-input-item {
  position: relative;
}
.widget-search-box .form-input-item input {
  background-color: #fff;
  border: none;
  border-radius: 5px;
  height: 50px;
  padding: 9px 45px 9px 20px;
  width: 100%;
}
.widget-search-box .form-input-item input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #aba5a5;
  font-size: 16px;
}
.widget-search-box .form-input-item input::-moz-placeholder {
  /* Firefox 19+ */
  color: #aba5a5;
  font-size: 16px;
}
.widget-search-box .form-input-item input:-ms-input-placeholder {
  /* IE 10+ */
  color: #aba5a5;
  font-size: 16px;
}
.widget-search-box .form-input-item input:-moz-placeholder {
  /* Firefox 18- */
  color: #aba5a5;
  font-size: 16px;
}
.widget-search-box .form-input-item .btn-src {
  background-color: transparent;
  border: none;
  border-left: 1px solid #f0f1f3;
  font-size: 20px;
  height: 100%;
  padding-left: 15px;
  position: absolute;
  right: 8px;
  top: 52%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.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: 23px;
  position: relative;
}
.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 .content {
  padding-left: 90px;
}
.widget-blog-post ul li .content a {
  color: #0e0e0e;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
}
.widget-blog-post ul li .content a:hover {
  color: #eb4435;
}
.widget-blog-post ul li .content span {
  color: #aba5a5;
  display: block;
  font-size: 14px;
}
.widget-blog-post ul li:last-child {
  margin-bottom: 0;
}

.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: #eb4435;
}

.widget-categories ul li {
  color: #666;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 16px;
  line-height: 1.4;
}
.widget-categories ul li a {
  color: #7d7878;
  display: block;
  font-size: 16px;
  font-weight: 400;
}
.widget-categories ul li a i {
  margin-right: 9px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.widget-categories ul li a span {
  float: right;
}
.widget-categories ul li a:hover {
  color: #eb4435;
}
.widget-categories ul li a:hover i {
  margin-right: 17px;
}
.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-bottom: 10px;
  margin-right: 7px;
  line-height: 1.4;
}
.widget-tags ul li a {
  background-color: #fff;
  border-radius: 5px;
  color: #999191;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  padding: 14px 18px;
}
.widget-tags ul li a:hover {
  background-color: #eb4435;
  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: #eb4435;
  color: #fff;
}

.widget-author-info .thumb {
  margin-bottom: 29px;
}
.widget-author-info .thumb img {
  width: auto;
}
.widget-author-info .author-details ul {
  border-bottom: 1px solid #f0f1f3;
  margin-bottom: 40px;
  padding-bottom: 38px;
}
.widget-author-info .author-details ul li.name {
  color: #0e0e0e;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 11px;
}
.widget-author-info .author-details ul li.deg {
  color: #aba5a5;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
.widget-author-info .author-details .meta a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #999191;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 18px;
}
.widget-author-info .author-details .meta a i {
  font-size: 18px;
  margin-right: 23px;
  width: 20px;
}
.widget-author-info .author-details .meta a:last-child {
  margin-bottom: 0;
}

/*
-----------------------------------------------------------------------
	Contact CSS
-----------------------------------------------------------------------
*/
.contact-area {
  padding: 100px 0 145px;
}
@media only screen and (max-width: 767px) {
  .contact-area {
    padding: 40px 0 100px;
  }
}
.contact-area .section-title {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .contact-area .section-title {
    margin-bottom: 40px;
  }
}
.contact-area .section-title h4 {
  font-size: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.contact-area .contact-info li {
  color: #999;
  font-weight: 300;
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  .contact-area .contact-info li {
    font-size: 16px;
  }
}
.contact-area .widget-social-icons {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .contact-area .widget-social-icons {
    margin-top: 30px;
  }
}
.contact-area .widget-social-icons a {
  color: #000;
  font-size: 24px;
  margin-right: 38px;
}
@media only screen and (max-width: 767px) {
  .contact-area .widget-social-icons a {
    font-size: 16px;
    margin-right: 25px;
  }
}
.contact-area .widget-social-icons a:last-child {
  margin-right: 0;
}
.contact-area .widget-social-icons .twitter {
  color: #00bef5;
}
.contact-area .widget-social-icons .facebook {
  color: #1362c3;
}
.contact-area .widget-social-icons .googleplus {
  color: #dd4b39;
}
.contact-area .widget-social-icons .linkedin {
  color: #3399cc;
}
.contact-area .widget-social-icons .dribbble {
  color: #ff0099;
}

.contact-info-area.contact-info-business-area {
  border-bottom: 1px solid #e1e1e1;
  padding: 69px 0;
}
@media only screen and (max-width: 991px) {
  .contact-info-area.contact-info-business-area {
    padding: 100px 0 98px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-info-area.contact-info-business-area {
    padding: 98px 0 58px;
  }
}
.contact-info-area.contact-info-business-area .contact-info-item {
  margin-top: 2px;
}
@media only screen and (max-width: 991px) {
  .contact-info-area.contact-info-business-area .contact-info-item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 575px) {
  .contact-info-area.contact-info-business-area .contact-info-item {
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
  }
}
.contact-info-area.contact-info-business-area .contact-info-item .icon {
  color: #FD8B00;
}
@media only screen and (max-width: 1199px) {
  .contact-info-area.contact-info-business-area .contact-info-item .icon {
    margin-right: 18px;
  }
}
@media only screen and (max-width: 479.98px) {
  .contact-info-area.contact-info-business-area .contact-info-item h4 {
    font-size: 14px;
  }
}
.contact-info-area.contact-info-business-area .contact-info-item.item-style-two {
  margin-top: 0;
}
.contact-info-area.contact-info-business-area .contact-info-item.item-style-two .icon {
  background-color: #FD8B00;
  color: #fff;
}
.contact-info-area.contact-info-business-area .contact-info-item.item-style-two h3 {
  color: #FD8B00;
}

.contact-info-item {
  padding-top: 3px;
}
.contact-info-item li {
  font-size: 16px;
  margin-bottom: 25px;
}
.contact-info-item li.info-address-title {
  color: #999191;
  font-size: 36px;
  font-weight: 400;
  line-height: 48px;
  margin-bottom: 32px;
  margin-top: -12px;
}
.contact-info-item li.info-address-title span {
  color: #0e0e0e;
  font-weight: 600;
}
.contact-info-item li.info-address {
  margin-bottom: 9px;
}
.contact-info-item li.info-mail {
  display: inline-block;
  margin-top: 16px;
  position: relative;
}
.contact-info-item li.info-mail:after {
  background-color: #999191;
  bottom: 4px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.contact-info-item li.info-phone {
  color: #eb4435;
  font-size: 24px;
  font-weight: 500;
}
.contact-info-item.info-item-style2 {
  display: block;
  padding-top: 3px;
}
.contact-info-item.info-item-style2 li {
  font-size: 16px;
  margin-bottom: 25px;
}
.contact-info-item.info-item-style2 li.info-address-title {
  color: #999191;
  font-size: 36px;
  font-weight: 400;
  line-height: 48px;
  margin-bottom: 32px;
  margin-top: -12px;
}
.contact-info-item.info-item-style2 li.info-address-title span {
  color: #0e0e0e;
  font-weight: 600;
}
.contact-info-item.info-item-style2 li.info-address {
  margin-bottom: 9px;
}
.contact-info-item.info-item-style2 li.info-mail {
  display: inline-block;
  margin-top: 16px;
  position: relative;
}
.contact-info-item.info-item-style2 li.info-mail:after {
  background-color: #999191;
  bottom: 4px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.contact-info-item.info-item-style2 li.info-phone {
  color: #eb4435;
  font-size: 24px;
  font-weight: 500;
}

.contact-info-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .contact-info-item {
    margin-bottom: 40px;
  }
}
.contact-info-item .icon {
  color: #eb4435;
  font-size: 34px;
  line-height: 1;
  margin-right: 30px;
}
.contact-info-item h4 {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.contact-info-item p {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 0;
}
.contact-info-item.item-style-two {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .contact-info-item.item-style-two {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .contact-info-item.item-style-two {
    margin-bottom: 32px;
  }
}
.contact-info-item.item-style-two .icon {
  background-color: #eb4435;
  border-radius: 3px;
  color: #fff;
  font-size: 30px;
  height: 46px;
  line-height: 51px;
  margin-right: 20px;
  text-align: center;
  width: 46px;
}
.contact-info-item.item-style-two .content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 575px) {
  .contact-info-item.item-style-two .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: wrap column;
            flex-flow: wrap column;
  }
}
.contact-info-item.item-style-two h4 {
  line-height: 1.5;
  margin-bottom: 0;
  margin-right: 68px;
}
@media only screen and (max-width: 1199px) {
  .contact-info-item.item-style-two h4 {
    margin-right: 46px;
  }
}
@media only screen and (max-width: 575px) {
  .contact-info-item.item-style-two h4 {
    margin-bottom: 6px;
  }
  .contact-info-item.item-style-two h4 br {
    display: none;
  }
}
@media only screen and (max-width: 479.98px) {
  .contact-info-item.item-style-two h4 {
    font-size: 14px;
  }
}
.contact-info-item.item-style-two h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .contact-info-item.item-style-two h3 {
    font-size: 26px;
  }
}

.contact-form-area {
  padding: 146px 0 110px;
}
@media only screen and (max-width: 991px) {
  .contact-form-area {
    padding: 95px 0 60px;
  }
}
.contact-form-area .section-title .title {
  font-size: 44px;
  text-transform: capitalize;
}
.contact-form-area .title {
  font-size: 18px;
  margin-bottom: 86px;
  text-transform: uppercase;
}
.contact-form-area .contact-form-content form .form-group {
  margin-bottom: 30px;
}
.contact-form-area .contact-form-content form .form-group .form-control {
  background-color: #fff;
  border: 1px solid #e2e4e7;
  border-radius: 5px;
  height: 50px;
  padding: 19px;
}
.contact-form-area .contact-form-content form .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.contact-form-area .contact-form-content form .form-group textarea {
  background-color: #fff;
  border: 1px solid #e2e4e7;
  border-radius: 5px;
  font-size: 16px;
  height: 210px;
  margin-bottom: 23px;
  min-height: 210px;
  padding: 19px;
  width: 100%;
}
.contact-form-area .contact-form-content form .form-group .btn-theme {
  padding: 14px 46px;
}
.contact-form-area.faq-form-area {
  padding: 142px 0 0;
}
@media only screen and (max-width: 991px) {
  .contact-form-area.faq-form-area {
    padding: 95px 0 0;
  }
}
.contact-form-area.faq-form-area .contact-form-content form .form-group .form-control {
  border: none;
}
.contact-form-area.faq-form-area .contact-form-content form .form-group textarea {
  border: none;
}

.contact-map-area {
  height: 700px;
}
@media only screen and (max-width: 991px) {
  .contact-map-area {
    height: 400px;
  }
}

/*
-----------------------------------------------------------------------
  Footer CSS
-----------------------------------------------------------------------
*/
.footer-area {
  background-color: #f0f2f4;
  padding: 117px 0 36px;
}
@media only screen and (max-width: 767px) {
  .footer-area {
    padding: 95px 0 36px;
  }
}
.footer-area.footer-style-two {
  background-color: #fff;
  padding-bottom: 365px;
  padding-top: 100px;
}
@media only screen and (max-width: 991px) {
  .footer-area.footer-style-two {
    padding-top: 60px;
  }
}
.footer-area.footer-style-two .layer-shape img {
  bottom: 0;
  left: 0;
  position: absolute;
}
.footer-area .container-fluid {
  padding: 0 50px;
}
@media only screen and (max-width: 575px) {
  .footer-area .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.footer-area .content-area {
  margin-bottom: 85px;
  padding: 102px 0 145px;
  position: relative;
}
@media only screen and (max-width: 1400px) {
  .footer-area .content-area {
    padding: 52px 0 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area .content-area {
    padding: 22px 0 30px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-area .content-area {
    margin-bottom: 56px;
    padding: 14px 0 2px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area .content-area {
    margin-bottom: 85px;
  }
}
.footer-area .content-area h2 {
  font-size: 44px;
  margin-bottom: 50px;
}
.footer-area .content-area .bg-map-img {
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 991px) {
  .footer-area .content-area .bg-map-img {
    z-index: 1;
  }
}
@media only screen and (max-width: 479.98px) {
  .footer-area .content-area .input-btn-group {
    margin: 0 auto;
    max-width: 300px;
  }
  .footer-area .content-area .input-btn-group .btn.btn-theme {
    position: relative;
    right: 45px;
  }
}
.footer-area .widget-title {
  font-size: 18px;
  margin-bottom: 37px;
  margin-top: 7px;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .footer-area .widget-title {
    margin-top: 0;
  }
}
.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: 43px;
}
.footer-area .about-widget p {
  margin-bottom: 28px;
}
.footer-area .widget-menu-wrap .nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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: #999191;
  font-size: 16px;
  display: inline-block;
  position: relative;
}
.footer-area .widget-menu-wrap .nav-menu li a:after {
  background-color: #eb4435;
  bottom: -2px;
  content: "";
  display: inline-block;
  height: 1px;
  overflow: hidden;
  position: absolute;
  right: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 0;
}
.footer-area .widget-menu-wrap .nav-menu li a:hover {
  color: #eb4435;
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
      -ms-flex-direction: unset;
          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: "Poppins", sans-serif;
  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: #eb4435;
}
.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-contact-info {
  padding-top: 3px;
}
.footer-area .widget-contact-info li {
  font-size: 16px;
  margin-bottom: 9px;
}
.footer-area .widget-contact-info li.info-mail {
  display: inline-block;
  position: relative;
}
.footer-area .widget-contact-info li.info-mail:after {
  background-color: #999191;
  bottom: 4px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.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 #eb4435;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 5px 17px;
}
.footer-area .widget-social-icons {
  margin-bottom: 0;
}
.footer-area .widget-social-icons a {
  color: #aba5a5;
  font-size: 16px;
  margin-right: 18px;
}
.footer-area .widget-social-icons a:last-child {
  margin-right: 0;
}
.footer-area .widget-social-icons a:hover {
  color: #eb4435;
}
.footer-area .widget-social-icons.social-icons-style-three a {
  font-size: 14px;
  letter-spacing: -0.5px;
  margin-right: 13px;
}
.footer-area .widget-social-icons.social-icons-style-three a:last-child {
  margin-right: 0;
}
.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;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 0;
}
.footer-area .widget-social-text a:hover:after {
  left: 0;
  width: 100%;
}
.footer-area .widget-copyright p {
  font-size: 16px;
}
.footer-area .footer-bottom {
  border-top: 1px solid #d7d7d7;
  margin-top: 43px;
  padding-top: 31px;
}
@media only screen and (max-width: 767px) {
  .footer-area .footer-bottom {
    margin-top: 15px;
  }
}
.footer-area .footer-bottom.footer-bottom-style-two {
  padding-bottom: 22px;
  padding-top: 57px;
}
@media only screen and (max-width: 1199px) {
  .footer-area .footer-bottom.footer-bottom-style-two .row.align-items-end {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}
.footer-area .footer-bottom .container-fluid {
  padding: 0 60px;
}
.footer-area .footer-bottom .about-widget .footer-logo {
  margin-bottom: 0;
}
.footer-area .footer-bottom .widget-copyright p {
  padding-top: 3px;
}
.footer-area .footer-bottom .widget-copyright.copyright-style-two {
  margin-left: 23px;
  padding-top: 0;
}
@media only screen and (max-width: 1199px) {
  .footer-area .footer-bottom .widget-copyright.copyright-style-two {
    margin-left: 0;
  }
}
.footer-area .footer-bottom .widget-copyright.copyright-style-two p {
  font-size: 14px;
  line-height: 1;
}
.footer-area .footer-bottom .widget-menu-wrap {
  display: block;
}
.footer-area .footer-bottom .widget-menu-wrap .nav-menu {
  display: block;
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
      -ms-flex-direction: unset;
          flex-direction: unset;
}
.footer-area .footer-bottom .widget-menu-wrap .nav-menu li {
  display: inline-block;
  margin-bottom: 0;
}
.footer-area .footer-bottom .widget-menu-wrap .nav-menu li a {
  line-height: 1;
  padding: 0 10px;
  position: relative;
}
.footer-area .footer-bottom .widget-menu-wrap .nav-menu li a:after {
  background-color: #999191;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.footer-area .footer-bottom .widget-menu-wrap .nav-menu li a:hover:after {
  background-color: #999191;
  left: auto;
}
.footer-area .footer-bottom .widget-menu-wrap .nav-menu li:first-child a {
  padding-left: 0;
}
.footer-area .footer-bottom .widget-menu-wrap .nav-menu li:last-child a {
  padding-right: 0;
}
.footer-area .footer-bottom .widget-menu-wrap .nav-menu li:last-child a:after {
  display: none;
}
.footer-area .footer-bottom .widget-menu-wrap .nav-menu.nav-menu-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 0;
}
.footer-area .footer-bottom .widget-menu-wrap .nav-menu.nav-menu-two li {
  line-height: 1;
}
.footer-area .footer-bottom .widget-menu-wrap .nav-menu.nav-menu-two li a {
  color: #0e0e0e;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.25px;
  padding: 0 38px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
  .footer-area .footer-bottom .widget-menu-wrap .nav-menu.nav-menu-two li a {
    padding: 0 14px;
  }
}
.footer-area .footer-bottom .widget-menu-wrap .nav-menu.nav-menu-two li a:after {
  display: none;
}
.footer-area .footer-bottom .widget-menu-wrap .nav-menu.nav-menu-two li a:hover {
  color: #eb4435;
}
.footer-area .footer-bottom .widget-menu-wrap .nav-menu.nav-menu-two li:first-child a {
  padding-left: 0;
}
.footer-area .footer-bottom .widget-menu-wrap .nav-menu.nav-menu-two li:last-child a {
  padding-right: 0;
}
.footer-area .footer-bottom .widget-menu-wrap .nav-menu.nav-menu-two li:last-child a:after {
  display: none;
}
.footer-area .footer-bottom .widget-social-icons.social-icons-style-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer-area .footer-bottom .widget-social-icons.social-icons-style-two a {
  line-height: 1;
  margin-right: 31px;
}
.footer-area .footer-bottom .widget-social-icons.social-icons-style-two a:last-child {
  margin-right: 0;
}

.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;
  }
}
/*-------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------*/
.pt80{
  padding-top: 80px;
}
.pb80{
  padding-bottom: 80px;
}
section.slide__section {
    position: relative;
}
.banner_booking_txt {
    position: absolute;
    top: 15px;
    left: 15px;
}
.contact__form {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
}
.banner_booking_txt .contact__form .hdr_form{
  background-color: #FF512F;
     background: linear-gradient(-45deg, #000, #445585, #000, #445585);
      background-size: 400% 400%;
      animation: Gradient 5s infinite;
      border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    padding: 10px;
    text-align: center;

}
.banner_booking_txt .contact__form h6 {
    color: #fff;
    font-size: 15px;
    padding: 2px 23px;
    margin: 0px;
    animation: zoomInOut 2s ease-in-out infinite;
}

.contact__form_txt {
    padding: 5px 20px;
    text-align: center;
}
.contact__form_txt h4 {
    font-size: 25px;
    color: #000;
    font-weight: 600;
    margin-bottom: 0px;
}
.contact__form_txt .p-txt {
    font-size: 16px;
    color: #7a7a7a;
    margin-bottom: 5px;
}
.contact__form_txt .small-txt {
    font-size: 12px;
    color: #7a7a7a;
}

.contact__form_txt .big-txt {
    font-size: 15px;
    color: #7a7a7a;
}
.contact__form_txt .card-land {
    text-align: left;
    background: #eee;
    padding: 20px 20px;
    margin-bottom: 15px;
}
.contact__form_txt .offer-text-outer {
    border: 2px dashed #fff;
}
.contact__form_txt .card-land .head1 {
  color: #000;
  font-weight: 400;
  /* width: 8vw !important; */
  display: block;
  font-size: 20px;
  text-align: center;
}

.contact__form_txt .card-land .head2 {
    color: #000;
    font-weight: 600;
    width: 8vw !important;
    display: inline-block;
    text-align: left;
        font-size: 14px;

}
.contact__form_txt .card-booking {
    background-color: #FF512F;
      background: linear-gradient(-45deg, #000, #445585, #000, #445585);
      background-size: 400% 400%;
      animation: Gradient 5s infinite;
    padding: 10px;
}
.contact__form_txt .card-booking p {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.contact__form_txt .card__txt {
    padding: 10px 20px;
}
.contact__form_txt .card-price p {
    color: #000;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0px;
}

.contact__form_txt .card-price h3 {
    font-size: 26px;
    color: #000;
    margin-top: 5px;
}
.contact__form_txt .card-price h3 span {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 10px;
}
.button__theme a {
    background-color: #FF512F;
    background: linear-gradient(-45deg, #000, #445585, #000, #445585);
    background-size: 400% 400%;
    animation: Gradient 5s infinite, Pendulum 2s ease-in-out infinite;
    color: #fff;
    padding: 6px 15px;
    font-weight: 600;
    border-radius: 5px;
    font-size: 14px;
}
.side-flore-title h5 {
  text-align: center;
  background: #000;
  padding: 5px 0px;
  color: #fff;
}
.connectivity-box h6 {
  font-size: 18.5px;
  background-color: #000;
  padding: 10px 10px;
  border-radius: 5px;
  color: #fff;
}
section#location {
  background-image: linear-gradient(#ffffff, #cffbff);
}
td.heading-table {
  text-align: center;
  background-color: #000;
  color: #fff;
  font-weight: 600;
}
.heading_book {
    display: flex;
    justify-content: space-between;
    background: #7d6793;
    padding: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.banner_booking_form {
  position: absolute;
  top: 0;
  right: 0;
    width: 300px;
    background-color: #fff;
    padding: 0px 20px 20px 20px;
    height: 90vh;
}
.heading_book {
    background-color: #000;
    display: flex;
    justify-content: center;

    padding: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;

}
/*.heading_book .txt_1 {

    width: 50%;
    border-right: 1px solid #fff;
}*/
.heading_book .txt_1 p {
    color: #fff;
    text-align: center;
    font-size: 16px;
}
/*.heading_book .txt_2 p a{
    color: #fff;
    font-size: 16px;
}*/
.book_call_msg {
    text-align: center;
    margin-top: 3px;
}
.book_call_msg p a {
    background-color: #FF512F;
    background: linear-gradient(-45deg, #000, #445585, #000, #445585);
    background-size: 400% 400%;
    animation: Gradient 5s infinite, Pendulum 2s ease-in-out infinite;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
}
.booking-form h6 {
    font-size: 18px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.error-msg{ 
  color: red;
  text-align: left;
}
.button_form_theme{
  margin-top: 40px;
}
.button_form_theme a{
   background-color: #FF512F;
    background: linear-gradient(-45deg, #000, #445585, #000, #445585);
    background-size: 400% 400%;
    animation: Gradient 5s infinite, Pendulum 2s ease-in-out infinite;
    color: #fff;
    padding: 6px 15px;
    font-weight: 600;
    border-radius: 5px;
    font-size: 16px;
}
.button_form_theme button{
   background-color: #FF512F;
    background: linear-gradient(-45deg, #000, #445585, #000, #445585);
    background-size: 400% 400%;
    animation: Gradient 5s infinite, Pendulum 2s ease-in-out infinite;
    color: #fff;
    padding: 6px 15px;
    font-weight: 600;
    border-radius: 5px;
    font-size: 16px;
    border: unset;
}
.button_form_theme {
    text-align: center;
}
.booking-form form input {
    background: #fff;
    color: #000;
    border: 1px solid #000;
}
.booking-form form input:focus{
    box-shadow: unset;
}

.booking-form .form-label{
  color: #000;
}
.button_abt_theme a{
   background-color: #FF512F;
    background: linear-gradient(-45deg, #000, #445585, #000, #445585);
    background-size: 400% 400%;
    animation: Gradient 5s infinite, Pendulum 2s ease-in-out infinite;
    color: #fff;
    padding: 6px 15px;
    font-weight: 600;
    border-radius: 5px;
    font-size: 16px;
}
.about__txt h2 {
    color: #000;
    font-size: 35px;
}
.about__txt p {
    color: #000;
    font-size: 16px;
    margin-bottom: 8px;
}
.about__txt .read_more {
    color: #000;
    font-size: 14px;
    text-decoration: underline;
}
.button_abt_theme {
    margin-top: 30px;
}
.price-area {
    background-color: #f7f7f7;
}
.comn_title h3 {
    font-size: 30px;
    color: #000;
        margin-bottom: 20px;
}
td.print__btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
td.print__btn a {
    font-size: 14px;
    background-color: #FF512F;
background: linear-gradient(-45deg, #000, #445585, #000, #445585);
background-size: 400% 400%;
animation: Gradient 5s infinite;
    padding: 2px 10px;
    border-radius: 5px;
    color: #fff;
}
.costing__btn a {
    font-size: 16px;
    background-color: #FF512F;
    background: linear-gradient(-45deg, #000, #445585, #000, #445585);
    background-size: 400% 400%;
    animation: Gradient 5s infinite;
    padding: 2px 10px;
    color: #fff;
    width: 100%;
    display: block;
    text-align: center;
}
.costing_info_txt {
    position: relative;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.costing_info_txt img {
    width: 100%;
    height: auto;
    display: block;
}

/* Create the overlay that covers the image */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Hover state to show the overlay */
.costing_info_txt:hover .overlay {
    opacity: 1;
}

/* Button styling inside the overlay */
.on_hover_dls a {
    padding: 10px 20px;
    background-color: transparent;
    border: 2px solid #fff;
    color: white;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

/* Button hover effect */
.on_hover_dls a:hover {
    background-color: #000; /* Button hover color */
}
.sq__btn a {
    font-size: 16px;
    background-color: #FF512F;
    background: linear-gradient(-45deg, #000, #445585, #000, #445585);
    background-size: 400% 400%;
    animation: Gradient 5s infinite;
    padding: 5px 10px;
    font-weight: 600;
    color: #fff;
    width: 100%;
    display: block;
    text-align: center;
}

.amenities-section{
  position: relative;
}
.amenities-item .thumb{
  position: relative;
}
.amenities-item .thumb a img{
  border-radius: 10px;
}
.amenities-item .thumb p {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.1vw;
    border-left: 4px solid #fd8b00;
    padding-left: 0.5vw;
color: #fff;
font-size: 15px;
        position: absolute;
    bottom: 8px;
    left: 16px;
    background-image: linear-gradient(45deg, black, transparent);
}
.amenities-item-txt {
    margin-bottom: 10px;
}
.amenities-item-txt p {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.1vw;
    border-left: 4px solid #fd8b00;
    padding: 10px 0px 10px 8px;
    color: #fff;
    font-size: 18px;
    background-image: linear-gradient(45deg, #000, transparent);
}
.gallery a img {
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.video-bg-img{
  background-image: url('../img/video-bg/video-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  padding: 160px 0px;
background-position: center;
}
.video-content {
    display: block;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    text-shadow: 0 1px 2px #000;
    text-align: center;
    font-size: 1.8vw;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    padding:20px 0px;
}

.video-content h2 {
    color: #fff;
    font-size: 42px;
}
.video-content i {
    color: #fff;
    font-size: 60px;
    transition: 0.5s;
}
.video-content:hover.video-content i {
    color: #fff;
    font-size: 80px;
}
.about____txt_head h3 {
    font-size: 24px;
    color: #000;
    margin: 0;
}
.about___txt_content .rera-info img {
    height: 130px;
}
.about___txt_content .rera-info p {
    color: #000;
    margin-bottom: 0;
}
.about___txt_content .txt {
    color: #000;
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 5px;
}
.rera-info {
    margin-top: 30px;
}
.disclaimer___txt_content .list-info ul li {
    font-size: 14px;
    color: #000;
}
.disclaimer___txt_content p {
    color: #000;
    font-size: 15px;
}
section#disclaimer-section {
    background: #f7f7f7;
}

.widget___copyright {
    display: flex;
    align-items: center;
    justify-content: center;
}
.widget___copyright .column ul {
    display: flex;
    margin: 0;
}
.widget___copyright .column p {
    color: #fff;
    font-size: 12px;
}
.widget___copyright .column ul li a {
    color: #007bff;
    font-size: 12px;
}

.widget___copyright .column ul li a:hover{
    text-decoration: underline;
}
footer.footer__area {
    background: #000000;
}
.modal-header {
    background-color: #FF512F;
background: linear-gradient(-45deg, #000, #445585, #000, #445585);
background-size: 400% 400%;
animation: Gradient 5s infinite;
}
.modal-header h1{
    color: #fff;
}
.modal-header button{
   color: #fff;
}
.booking-form-popup img {
    height: 55px;
    margin-bottom: 20px;
}
.popup-content .popup-icon img {
    height: 50px;
    display: block;
    margin: 0 auto;
    margin-top: 12px;
}
.popup-content .popup-icon span {
    color: #000;
    font-size: 14px;
}
.popup-content .head h6 {
    color: #000;
    font-size: 18px;
    margin-bottom: 20px;
}


.booking-form-popup form input {
    background: #fff;
    color: #000;
    border: 1px solid #000;
}
.booking-form-popup form input:focus{
    box-shadow: unset;
}
.captcha__box {
    display: grid;
    grid-template-columns: 25% auto 21%;
    align-items: center;
    column-gap: 10px;
}
.captcha__box #captcha-label {
    color: #000;
    font-size: 25px;
    font-weight: 900;
}
.captcha__box #second-captcha-label {
    color: #000;
    font-size: 25px;
    font-weight: 900;
}
.captcha__box .input_captcha {
    width: 100%;
    border: 1.5px solid #000;
    padding: 3px 10px;
    text-align: center;
    border-radius: 5px;
    height: 35px;
}
.captcha__box .btn-refresh button {
    background: #142450;
    border: 1px solid #021343;
    color: #fff;
    font-size: 20px;
    border-radius: 2px;
    font-weight: 900;
    padding: 0px 10px;
}
/*

background-color: #FF512F;
background: linear-gradient(-45deg, #FF512F, #F09819, #FF512F, #F09819);
background-size: 400% 400%;
animation: Gradient 5s infinite;

*/

    @keyframes Gradient {
      0%, 100% {
        background-position: 0 50%;
      }
      50% {
        background-position: 100% 50%;
      }
    }

/*

animation: zoomInOut 2s ease-in-out infinite;

*/

     @keyframes zoomInOut {
      0% {
        transform: scale(1.1);
      }
      50% {
        transform: scale(1.2);
      }
      100% {
        transform: scale(1.1);
      }
    }

/*

*/

    @keyframes pendulum {
      0% {
        transform: rotate(-4deg);
      }
      50% {
        transform: rotate(8deg);
      }
      100% {
        transform: rotate(-4deg);
      }
    }





    /*==========================================================================================================
===========================================================================================================*/
/*Responsive Media Queries( Start-> )*/


@media screen and (min-width:1600px){

}
@media screen and (min-width:992px) and (max-width:1200px){

}
@media screen and (min-width:750px) and (max-width:991px){

}
@media screen and (max-width:749px){
  .header-logo-area {
    max-width: 142px;
}
.header-area.sticky-header {
    padding: 20px 0;
}
.banner_booking_form {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
    padding: 20px;
    height: auto;
}
.banner_booking_txt {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}
.contact__form_txt .card-land .head1 {
    width: unset !important;
    font-size: 16px;
}
.contact__form_txt .card-land {
    text-align: center;
}
.contact__form_txt .card-land .head2 {
    width: unset !important;
    font-size: 16px;
}
.pt80 {
    padding-top: 40px;
}
.pb80 {
    padding-bottom: 40px;
}
.about__txt h2 {
    color: #000;
    font-size: 25px;
}
.comn_title h3 {
    font-size: 23px;
}
.carousel-indicators {
    display: none;
}
.mbl__class_d_flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
}
@media screen and (max-width:320px){

}


/*Responsive Media Queries( Start-> )*/