@charset "UTF-8";

.hero-swiper-slider .swiper-slide-active .slide-title.splitting .char, .page-hero .hero-text-area .hero-title.splitting .char, .section-heading .section-title.splitting.animated .char {
  opacity: 0;
  animation: fadeInLeft 0.35s both ease-in-out;
  animation-delay: calc(0.1s + 0.03s * var(--char-index));
}

.hero-swiper-slider .swiper-slide-active .slide-subtitle.splitting .char, .page-hero .hero-text-area .hero-subtitle.splitting .char, .section-heading .section-subtitle.splitting.animated .char {
  opacity: 0;
  animation: fadeInUp 0.5s forwards cubic-bezier(0.66, 0.22, 0, 0.69);
  animation-delay: calc(0.005s * var(--char-index));
}
#about{background-image: url(https://img.freepik.com/free-vector/white-gray-marble-realistic-texture-background_107791-515.jpg);
        background-attachment: fixed;}
#aboutbg{background-image: url(../assets/bg.png);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: bottom;}
.content-block>.row{background-color: #ffffffbf;
        box-shadow: 0px 0px 35px 0 lightgrey;}
.section-heading .line-on-side, .section-heading .line-on-center {
  display: block;
  width: 8px;
  height: 8px;
  margin: 1rem auto;
  position: relative;
  background: #9c4f22;
}
.section-heading .line-on-side:before, .section-heading .line-on-center:before, .section-heading .line-on-side:after, .section-heading .line-on-center:after {
  content: "";
  position: absolute;
  background: inherit;
  width: 25px;
  height: 4px;
  border-radius: 1rem;
  top: 50%;
}
.section-heading .line-on-side:before, .section-heading .line-on-center:before {
  left: 0;
  right: auto;
  transform: translate(-150%, -50%);
}
.section-heading .line-on-side:after, .section-heading .line-on-center:after {
  right: 0;
  left: auto;
  transform: translate(150%, -50%);
}

body {
  font-family: sans-serif;
  direction: ltr;
  text-align: left;
  position: relative;
  background: #fff;
}

section {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.plain-section {
  overflow: visible;
  padding: 0;
}

.section-watermark {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(10%, 50%);
  font-size: 5rem;
  font-weight: 900;
  color: inherit;
  opacity: 0.05;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  -webkit-text-stroke: 2px;
}

.skewed-section {
  overflow: visible;
  position: relative;
  margin: 2rem 0;
}
.skewed-section::before, .skewed-section::after {
  content: "";
  width: 100%;
  height: 70px;
  position: absolute;
  left: 0;
  background: #9c4f22;
  transform: translateY(-50%) skewY(-1deg);
}
.skewed-section::before {
  top: 0;
}
.skewed-section::after {
  top: 100%;
}

.mega-section {
  padding: 6rem 0;
}
@media (max-width: 767px) {
  .mega-section {
    padding: 4rem 0;
  }
}

.elf-section {
  padding: 4rem 0;
}
@media (max-width: 767px) {
  .elf-section {
    padding: 3rem 0;
  }
}

@media (min-width: 1200px) {
  .container {
    min-width: 1170px;
  }
}

.hollow-text {
  -webkit-text-stroke-color: inherit;
  -webkit-text-stroke-width: 2px;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.tag-line {
  position: relative;
  font-size: 1rem;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 1px;
  text-align: left;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0;
  color: #9c4f22;
  padding: 0 20px;
}
.tag-line::before, .tag-line::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  top: 50%;
  transform: translateY(-50%);
  background: #9c4f22;
}
.tag-line::before {
  left: 0;
  right: auto;
}
.tag-line::after {
  right: 0;
  left: auto;
}

.section-heading {
  margin-bottom: 3rem;
}
.section-heading.pad-line .section-title {
  position: relative;
  display: inline-block;
  z-index: 0;
}
.section-heading.pad-line .section-title:before {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  height: 30%;
  left: 0;
  right: 0;
  background: #9c4f22;
  z-index: -1;
}
.section-heading.light-title .section-title {
  /*font-size: 2.5rem;*/
  /*font-weight: 500;*/
  font-size: 35px;
    font-weight: 600;
}
@media (max-width: 991px) {
  .section-heading.light-title .section-title {
    font-size: 2rem;
    font-weight: 800;
  }
}
.section-heading.side-heading {
  text-align: left;
  padding-right: 1.5rem;
}
.section-heading.side-heading .section-subtitle {
  margin: 0 auto;
}
.section-heading.center-heading {
  text-align: center;
}
.section-heading.center-heading .section-subtitle {
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .section-heading.center-heading .section-subtitle {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .section-heading.center-heading .section-subtitle {
    width: 100%;
  }
}
.section-heading .section-title {
  margin-bottom: 1.25rem;
  font-family: "Roboto slab", "sans-serif";
  font-size: 3rem;
  font-weight: 800;
  text-transform: capitalize;
  color: #252525;
  line-height: 1.3;
}
.section-heading .section-title.splitting .char {
  text-transform: initial;
}
.section-heading .section-title.splitting .char:first-child {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .section-heading .section-title {
    font-size: 2rem;
  }
}
.section-heading .section-subtitle {
  margin: 0 auto;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: capitalize;
  color: #5f5f5f;
}
.section-heading .section-subtitle.splitting .char:first-child {
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .section-heading .section-subtitle {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .section-heading .section-subtitle {
    width: 100%;
  }
}
.section-heading .line-on-center {
  margin-left: auto;
  margin-right: auto;
}
.section-heading .line-on-side {
  margin-left: 0;
  margin-right: auto;
}
.float-img{float: right;
        max-width: 400px;
        width: 100%;}
.adding-shadow {
  box-shadow: 1px 1px 25px 0px rgba(18, 18, 18, 0.25);
}

body.overlay-is-grey .overlay-color {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  transition: all 0.5s ease-in-out 0s;
  background: #121212; 
  opacity: 0.5;
}
body.overlay-is-main-color .overlay-color {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  transition: all 0.5s ease-in-out 0s;
  background: #9c4f22;
  opacity: 0.5;
}
body.overlay-is-accent-color .overlay-color {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  transition: all 0.5s ease-in-out 0s;
  background: #ff4800;
  opacity: 0.5;
}
body.overlay-is-linear-gradient .overlay-color {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  transition: all 0.5s ease-in-out 0s;
  background: -webkit-linear-gradient(45deg, #ff4800, #9c4f22);
  opacity: 0.5;
}

.parallax {
  background-attachment: fixed !important;
}

.overlay-image-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  transition: all 0.5s ease-in-out 0s;
  opacity: 0.05;
  /*add  background-image value wherever you use this class to choose the custom image  */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.overlay-shape-image-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  transition: all 0.5s ease-in-out 0s;
  /*add  background-image value wherever you use this class to choose the custom image  */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.05;
}

.overlay-photo-image-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  transition: all 0.5s ease-in-out 0s;
  /*add  background-image value wherever you use this class to choose the custom image  */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.05;
}

.circle-shape-bottom-end, .circle-shape-top-start {
  position: absolute;
  z-index: -1;
  opacity: 0.25;
  border: 15px solid #9c4f22;
  width: 250px;
  height: 250px;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .circle-shape-bottom-end, .circle-shape-top-start {
    width: 125px;
    height: 125px;
  }
}


.floats {
    position: fixed;
    width: 180px;
    height: auto;
    bottom: 40px;
    right: 0px;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 9999999;
    animation: up-down 1.4s infinite ease-in-out alternate;
}


@media (max-width: 600px){
.floats {
    width: 80px !important;
}}

.circle-shape-top-start {
  left: -80px;
  top: -80px;
}
@media (max-width: 991px) {
  .circle-shape-top-start {
    left: -40px;
    top: -40px;
  }
}

.circle-shape-bottom-end {
  right: -80px;
  bottom: -80px;
}
@media (max-width: 991px) {
  .circle-shape-bottom-end {
    right: -40px;
    bottom: -40px;
  }
}

.pattern-bottom-start, .pattern-top-end {
  position: absolute;
  background-image: url("../assets/images/patterns/dots-pattern-black.html");
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.1;
  transform: rotate(30deg);
  width: 200px;
  height: 200px;
  z-index: -1;
}
@media (max-width: 991px) {
  .pattern-bottom-start, .pattern-top-end {
    width: 135px;
    height: 135px;
  }
}

.pattern-top-end {
  top: -40px;
  right: -40px;
}

.pattern-bottom-start {
  bottom: -40px;
  left: -40px;
}

/*  to enable any element that previously had the .disabled-element class.  */
.enabeld-element {
  opacity: 1;
  pointer-events: auto;
}

/*  to disable any element and prevent the mouse action on it  */
.disabled-element {
  opacity: 0.2;
  pointer-events: none;
}

.see-more-area {
  display: block;
  text-align: center;
  text-transform: capitalize;
}
.see-more-area.btn-on-start-align {
  text-align: left;
}

.wave-shape {
  display: block;
  width: 100%;
  fill: #fff;
}

.no-borders {
  border: none;
  outline: none;
}

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

.section-shape-divider-bottom {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.section-shape-divider-bottom svg {
  display: block;
  width: 100%;
  height: 120px;
}
.section-shape-divider-bottom svg path {
  fill: #fff;
}
.section-shape-divider-bottom.fill-shade svg path {
  fill: #f2f2f2;
}

*::selection {
  background: #9c4f22;
  color: #fff;
}

.text-gradient-color::selection {
  background: #9c4f22;
  color: #fff;
  -webkit-text-fill-color: #fff;
}

.start-dir-img-frame {
  background-image: linear-gradient(140deg, #9c4f22, #fff);
  margin-right: 1.5rem;
  border-radius: 0.5rem;
}
.start-dir-img-frame > img {
  transform: translate(12px, 12px);
  border-radius: 0.5rem;
}

.end-dir-img-frame {
  background-image: linear-gradient(-40deg, #9c4f22, #fff);
  margin-left: 1.5rem;
  border-radius: 0.5rem;
}
.end-dir-img-frame > img {
  transform: translate(-12px, -12px);
  border-radius: 0.5rem;
}

/*========== End Global Rules ==========*/
/* Start video button animation*/
@keyframes anim-pulses {
  0% {
    transform: scale3d(0.9, 0.9, 1);
    opacity: 0.5;
  }
  50% {
    transform: scale3d(1.2, 1.2, 1);
    opacity: 0.75;
  }
  100% {
    transform: scale3d(1.4, 1.4, 1);
    opacity: 0;
  }
}
/* End video button animation*/
/* Start buttons global rules*/
.ma-btn-secondary, .ma-btn-primary {
  position: relative;
  overflow: hidden;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  text-transform: capitalize;
  outline: none;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 0.25rem;
  padding: 0.625rem 2rem;
  font-size: 1rem;
  font-weight: 500;
  box-shadow: 0px 7px 10px -5px rgba(0, 0, 0, 0.25);
  transition: all 0.5s ease-in-out 0s;
  cursor: pointer;
  z-index: 0;
}
.ma-btn-secondary:hover, .ma-btn-primary:hover {
  text-decoration: none;
}
.ma-btn-secondary:focus, .ma-btn-primary:focus {
  outline: none !important;
}

.ma-btn-primary {
  border-color: #9c4f22;
  color: #fff;
  background: #9c4f22;
}
.ma-btn-primary:hover {
  color: #9c4f22;
  background: rgba(0, 0, 0, 0);
  border-color: #9c4f22;
}
.ma-btn-primary:hover::before, .ma-btn-primary:hover::after {
  left: 150%;
  transform: rotate(-15deg) translateX(100%);
}
.ma-btn-primary::before, .ma-btn-primary::after {
  content: "";
  position: absolute;
  width: 30px;
  left: 0;
  top: -50%;
  height: 200%;
  background-color: rgba(255, 255, 255, 0.7);
  transform: rotate(-15deg) translateX(-150%);
  z-index: -1;
  transition: all 0.5s ease-in-out 0s;
}
.ma-btn-primary::after {
  transition-delay: 0.075s;
}

.ma-btn-secondary {
  /**/
  border: 2px solid;
  border-color: #9c4f22;
  color: #9c4f22;
  background: rgba(0, 0, 0, 0);
}
.ma-btn-secondary:hover {
  background: #9c4f22;
  color: #fff;
}
.ma-btn-secondary:hover::before, .ma-btn-secondary:hover::after {
  left: 100%;
  transform: rotate(-15deg) translateX(150%);
}
.ma-btn-secondary::before, .ma-btn-secondary::after {
  content: "";
  position: absolute;
  width: 30px;
  left: 0;
  top: -50%;
  height: 200%;
  background-color: rgba(255, 255, 255, 0.7);
  transform: rotate(-15deg) translateX(-150%);
  z-index: -1;
  transition: all 0.5s ease-in-out 0s;
}
.ma-btn-secondary::after {
  transition-delay: 0.065s;
}

.play-btn-row-dir, .play-btn-col-dir {
  display: inline-block;
}
.play-btn-row-dir .play-video-btn, .play-btn-col-dir .play-video-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.play-btn-row-dir .play-video-btn:hover .play-btn-text::before, .play-btn-col-dir .play-video-btn:hover .play-btn-text::before {
  transform: scaleX(1);
}
.play-btn-row-dir .video-link, .play-btn-col-dir .video-link {
  text-decoration: none !important;
}
.play-btn-row-dir .play-btn, .play-btn-col-dir .play-btn {
  position: relative;
  border-radius: 50%;
  padding: 5px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
  transition: all 0.5s ease-in-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  transform-origin: center;
}
.play-btn-row-dir .play-btn:hover, .play-btn-col-dir .play-btn:hover {
  transform: scale(1.05);
}
.play-btn-row-dir .play-btn::before, .play-btn-col-dir .play-btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  animation: anim-pulses infinite 2s linear;
}
.play-btn-row-dir .play-btn img.play-icon, .play-btn-col-dir .play-btn img.play-icon {
  width: 3rem;
  height: 3rem;
  background-color: red;
  border-radius: 30px;
}
.play-btn-row-dir .play-btn-text, .play-btn-col-dir .play-btn-text {
  position: relative;
  text-align: center;
  text-transform: capitalize;
  font-weight: 600;
  color: #fff;
}
.play-btn-row-dir .play-btn-text::before, .play-btn-col-dir .play-btn-text::before {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  height: 0.25rem;
  width: 100%;
  border-radius: 0.25rem;
  transform: scaleX(0);
  transform-origin: center;
  transition: all 0.3s ease-in-out 0s;
  background: #fff;
}

.play-btn-col-dir .play-video-btn {
  flex-direction: column;
}
.play-btn-col-dir .play-btn {
  margin-bottom: 0.75rem;
}

.play-btn-row-dir .play-video-btn {
  flex-direction: row;
}
.play-btn-row-dir .play-btn {
  margin-right: 0.75rem;
}

@media (max-width: 575px) {
  .download-apps-area {
    display: inline-flex;
    flex-direction: column;
  }
}
.download-apps-area .btn-store {
  min-width: 180px;
}
.download-apps-area .btn-store:not(:last-child) {
  margin-right: 1rem;
}
@media (max-width: 575px) {
  .download-apps-area .btn-store:not(:last-child) {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.download-apps-area .btn-app-store,
.download-apps-area .btn-google-play {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  text-decoration: none !important;
  transition: all 0.5s ease-in-out 0s;
}
.download-apps-area .btn-app-store .icon,
.download-apps-area .btn-google-play .icon {
  font-size: 2rem;
  margin-right: 0.75rem;
}
.download-apps-area .btn-app-store .title-wraper,
.download-apps-area .btn-google-play .title-wraper {
  line-height: 1;
  text-align: left;
}
.download-apps-area .btn-app-store .title-wraper .sub-title,
.download-apps-area .btn-google-play .title-wraper .sub-title {
  display: block;
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: capitalize;
}
.download-apps-area .btn-app-store .title-wraper .title,
.download-apps-area .btn-google-play .title-wraper .title {
  display: block;
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: capitalize;
}
.download-apps-area .btn-app-store.btn-transparent-bg,
.download-apps-area .btn-google-play.btn-transparent-bg {
  border: 2px solid #fff;
  background-color: rgba(0, 0, 0, 0);
  color: #fff !important;
}
.download-apps-area .btn-app-store.btn-transparent-bg:hover,
.download-apps-area .btn-google-play.btn-transparent-bg:hover {
  background-color: rgba(18, 18, 18, 0.5);
  border-color: #fff;
}
.download-apps-area .btn-app-store.btn-main-color-bg,
.download-apps-area .btn-google-play.btn-main-color-bg {
  border: 2px solid #fff;
  background-color: #9c4f22;
  color: #fff !important;
}
.download-apps-area .btn-app-store.btn-main-color-bg:hover,
.download-apps-area .btn-google-play.btn-main-color-bg:hover {
  background-color: #fff;
  color: #9c4f22 !important;
}
.download-apps-area .btn-app-store.btn-white-bg,
.download-apps-area .btn-google-play.btn-white-bg {
  border: 2px solid #9c4f22;
  background-color: #fff;
  color: #9c4f22 !important;
}
.download-apps-area .btn-app-store.btn-white-bg:hover,
.download-apps-area .btn-google-play.btn-white-bg:hover {
  background-color: #9c4f22;
  color: #fff !important;
}

/* Start Social icons list rules */
.sc-flat .sc-list, .dir-col .sc-list, .dir-row .sc-list {
  padding: 0;
  margin: 0;
  display: inline-flex;
  list-style: none;
}
.sc-flat .sc-list .sc-item, .dir-col .sc-list .sc-item, .dir-row .sc-list .sc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #9c4f22;
  transition: all 0.5s ease-in-out 0s;
}
.sc-flat .sc-list .sc-item:last-of-type, .dir-col .sc-list .sc-item:last-of-type, .dir-row .sc-list .sc-item:last-of-type {
  margin-bottom: 0;
}
.sc-flat .sc-list .sc-item:hover, .dir-col .sc-list .sc-item:hover, .dir-row .sc-list .sc-item:hover {
  background: #fff;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.25);
}
.sc-flat .sc-list .sc-item:hover .sc-icon, .dir-col .sc-list .sc-item:hover .sc-icon, .dir-row .sc-list .sc-item:hover .sc-icon {
  color: #9c4f22;
}
.sc-flat .sc-list .sc-link, .dir-col .sc-list .sc-link, .dir-row .sc-list .sc-link {
  display: flex;
  line-height: 1;
  width: 100%;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-decoration: none;
}
.sc-flat .sc-list .sc-icon, .dir-col .sc-list .sc-icon, .dir-row .sc-list .sc-icon {
  color: #fff;
  transition: all 0.3s ease-in-out 0s;
}

.dir-row {
  padding: 0.75rem 0;
}
.dir-row .sc-list .sc-item {
  margin-right: 10px;
  margin-bottom: 5px;
}
.dir-row .sc-list .sc-item:last-of-type {
  margin-right: 0;
}
.dir-row .sc-list .sc-item:hover {
  transform: translateY(-5px);
}

.dir-col {
  padding: 0 0.75rem;
}
.dir-col .sc-list {
  flex-direction: column;
}
.dir-col .sc-list .sc-item {
  margin-bottom: 10px;
}
.dir-col .sc-list .sc-item:last-of-type {
  margin-bottom: 0;
}
.dir-col .sc-list .sc-item:hover {
  transform: translateX(5px);
}

.sc-flat .sc-list .sc-item {
  font-size: 1.1rem;
  border-radius: 0;
  background: rgba(0, 0, 0, 0);
  margin-right: 1rem;
}
.sc-flat .sc-list .sc-item:hover {
  background: rgba(0, 0, 0, 0);
  box-shadow: none;
}
.sc-flat .sc-list .sc-item:hover .sc-icon {
  color: #9c4f22;
}
.sc-flat .sc-list .sc-item .sc-icon {
  color: #9c4f22;
}

.sc-size-40 .sc-item {
  width: 40px;
  height: 40px;
  font-size: 1rem;
}

.sc-size-32 .sc-item {
  width: 32px;
  height: 32px;
  font-size: 0.85rem;
}

.sc-size-24 .sc-item {
  width: 24px;
  height: 24px;
  font-size: 0.75rem;
}

.sc-size-16 .sc-item {
  width: 16px;
  height: 16px;
  font-size: 10px;
}

/* End Social icons list rules */
.back-to-top {
  background-image: none;
  width: 4.5rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #fff;
  background: #9c4f22;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
  width: 3rem;
  height: 3rem;
  position: fixed;
  bottom: -100px;
  right: 30px;
  z-index: 20;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.25);
}
.back-to-top:hover {
  background-color: rgba(156, 79, 34, 0.8);
}
.back-to-top.show {
  bottom: 30px;
}

body.rounded-btns .ma-btn-primary,
body.rounded-btns .ma-btn-secondary,
body.rounded-btns .portfolio-btn,
body.rounded-btns .subscripe-btn,
body.rounded-btns .social-icons .sc-item,
body.rounded-btns .back-to-top,
body.rounded-btns .swiper-button-prev,
body.rounded-btns .swiper-button-next {
  border-radius: 5rem;
}
body.smooth-squared-btns .ma-btn-primary,
body.smooth-squared-btns .ma-btn-secondary,
body.smooth-squared-btns .portfolio-btn,
body.smooth-squared-btns .subscripe-btn,
body.smooth-squared-btns .social-icons .sc-item,
body.smooth-squared-btns .back-to-top,
body.smooth-squared-btns .swiper-button-prev,
body.smooth-squared-btns .swiper-button-next {
  border-radius: 0.25rem;
}
body.hard-squared-btns .ma-btn-primary,
body.hard-squared-btns .ma-btn-secondary,
body.hard-squared-btns .portfolio-btn,
body.hard-squared-btns .subscripe-btn,
body.hard-squared-btns .social-icons .sc-item,
body.hard-squared-btns .back-to-top,
body.hard-squared-btns .swiper-button-prev,
body.hard-squared-btns .swiper-button-next {
  border-radius: 0;
}

.ma-btn-squared {
  border-radius: 0.5rem !important;
}

.ma-btn-rounded {
  border-radius: 5rem !important;
}

.read-more {
  text-transform: capitalize;
  color: #9c4f22;
  font-weight: 600;
  position: relative;
  display: inline-flex;
  align-items: center;
  transition: all 0.2s ease-in-out 0s;
}
.read-more:hover {
  color: #9c4f22;
  text-decoration: none;
}
.read-more:hover .icon {
  transform: translateX(5px);
}
.read-more .icon {
  margin-left: 0.5rem;
  transition: transform 0.5s ease-in-out 0s;
}

/* End buttons global rules*/
/* Start ma-tabs rules */
.ma-tabs .tabs-links-list {
  position: relative;
  padding: 0.5rem 0rem;
  margin: 0;
  margin-bottom: 1rem;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(18, 18, 18, 0.25);
}
@media (max-width: 575px) {
  .ma-tabs .tabs-links-list {
    flex-wrap: nowrap;
  }
}
.ma-tabs .b-line {
  position: absolute;
  left: 0;
  width: 120px;
  border-radius: 1rem;
  bottom: 0;
  height: 3px;
  background-color: #9c4f22;
  will-change: left, width;
  transition: all 0.3s ease-in-out 0s;
}
.ma-tabs .tab-link {
  padding: 0.5rem 1rem;
  text-transform: capitalize;
  font-size: 1.25rem;
  font-weight: 900;
  margin-right: 3rem;
  color: #fff;
  opacity: 0.75;
  border-radius: 5rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
}
.ma-tabs .tab-link:last-child {
  margin-right: 0;
}
.ma-tabs .tab-link.active, .ma-tabs .tab-link:hover {
  color: #9c4f22;
  opacity: 1;
}
.ma-tabs .switch {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ma-tabs .switch .switch-btns-list {
  padding: 0.5rem;
  margin: 0;
  margin-bottom: 1rem;
  list-style: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border-radius: 5rem;
}
.ma-tabs .switch .switch-btns-list .switch-btn {
  position: relative;
  padding: 0.75rem 1rem;
  display: inline-block;
  border: 2px solid rgba(95, 95, 95, 0.65);
  min-width: 100px;
  color: rgba(95, 95, 95, 0.65);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
  transition: all 0.3s ease-in 0s;
  cursor: pointer;
}
.ma-tabs .switch .switch-btns-list .switch-btn:first-child {
  border-right: none;
}
.ma-tabs .switch .switch-btns-list .switch-btn:last-child {
  border-left: none;
}
.ma-tabs .switch .switch-btns-list .switch-btn:hover {
  border-color: #9c4f22;
  color: #9c4f22;
}
.ma-tabs .switch .switch-btns-list .switch-btn.active {
  color: #fff;
  background-color: #9c4f22;
  border-color: #9c4f22;
}
.ma-tabs .switch .toggle-btn {
  width: 80px;
  height: 30px;
  display: inline-block;
  position: relative;
  background-color: #9c4f22;
  border-radius: 2rem;
  z-index: 0;
  -webkit-appearance: none;
  outline: none;
  left: 0;
  right: 0;
  margin-left: 1rem;
  margin-right: 1rem;
  cursor: pointer;
  z-index: 1;
}
.ma-tabs .switch .toggle-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border: 0.25rem solid #9c4f22;
  background-color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s;
}
.ma-tabs .switch .toggle-btn:checked::before {
  left: 100%;
  transform: translateX(-100%);
}
.ma-tabs .tabs {
  overflow: hidden;
}
.ma-tabs .tabs .tab-content {
  display: none;
  padding: 2rem 0;
}
.ma-tabs .tabs .visibale-tab {
  display: block;
  animation: fadeIn 0.8s ease-in-out;
}

/* End ma-tabs rules */
/* Start loading screen rules */
.loading-screen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background: #121212;
}
.loading-screen .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loading-screen .spinner > div {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  display: inline-block;
  background: #9c4f22;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.loading-screen .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loading-screen .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@keyframes sk-bouncedelay {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* End loading screen rules */
/*ُ 01- End global, helper classes , components Rules */
/*02- Start .page-header Rules    */
.top-bar {
  height: 50px;
  background: #121212;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.top-bar .header-info {
  display: flex;
  align-items: center;
}
.top-bar .header-info .info {
  display: flex;
  align-items: center;
  margin-right: 1.5rem;
  color: #fff;
}
.top-bar .header-info .info .text {
  color: inherit;
  opacity: 0.75;
}
.top-bar .header-info .info .text a {
  color: inherit;
}
.top-bar .header-info .info .text:hover {
  opacity: 1;
}
.top-bar .header-info .info .icon {
  color: #9c4f22;
  margin-right: 0.75rem;
}
.top-bar .top-bar-cta .cta {
  background-color: transparent;
  color: #9c4f22;
  border: 2px solid #9c4f22;
  padding: 0.5rem 2rem;
  text-decoration: none;
  transition: all 0.5s ease-in-out 0s;
}
.top-bar .top-bar-cta .cta:hover {
  background-color: #9c4f22;
  color: #fff;
}

.page-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  padding-top: 20px;
  transition: padding 0.5s ease-in-out 0s;
}
.page-header .main-navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  z-index: 1035;
  height: 90px;
  transition: all 0.5s ease-in-out 0s;
}
@media (max-width: 1199px) {
  .page-header .main-navbar {
    height: 75px;
  }
}
.page-header .navbar-brand {
  margin: 0;
  font-weight: 600;
  max-width: 150px;
  text-transform: capitalize;
  color: #9c4f22;
}
.page-header .navbar-brand .brand-logo {
  max-height: 50px;
}
@media (max-width: 1199px) {
  .page-header .navbar-brand .brand-logo {
    max-height: 40px;
  }
}
.page-header .navbar-brand .brand-logo.light-logo {
  display: block;
}
.page-header .navbar-brand .brand-logo.dark-logo {
  display: none;
}
.page-header .navbar-brand .brand-name {
  color: #fff;
  margin-left: 0.5rem;
}
.page-header .navbar-menu-wraper {
  margin-left: auto;
  position: relative;
}
.page-header .navbar-menu-wraper:after {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  position: absolute;
  background-color: #fff;
  opacity: 0.5;
  left: 100%;
  top: 50%;
  transform: translate(2rem, -50%);
}
@media (max-width: 1199px) {
  .page-header .navbar-menu-wraper {
    position: fixed;
    top: 75px;
    left: 0;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    transition: all 0.5s ease-in-out 0s;
  }
  .page-header .navbar-menu-wraper.show-menu {
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 1199px) and (max-width: 1199px) {
  .page-header .navbar-menu-wraper.show-menu .navbar-nav {
    left: 0;
    height: calc(100% - 75px);
  }
}
.page-header .navbar-nav {
  display: flex;
  flex-direction: row;
  text-transform: capitalize;
  transition: all 0.5s ease-in-out 0s;
}
@media (max-width: 1199px) {
  .page-header .navbar-nav {
    flex-direction: column;
    position: absolute;
    left: -100%;
    height: 100%;
    width: 75%;
    overflow: auto;
    top: 0;
    padding: 0;
    padding-bottom: 1.5rem;
    background-color: #9c4f22;
    overflow-x: hidden;
  }
}
.page-header .nav-item {
  margin: 0;
  padding: 0;
  position: relative;
  margin-right: 1.5rem;
}
.page-header .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 1199px) {
  .page-header .nav-item {
    margin-right: 0;
  }
}
.page-header .nav-link {
  position: relative;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.75px;
  padding: 0.5rem 0 !important;
  color: #fff;
  opacity: 0.75;
  transition: all 0.2s ease-in-out 0s;
}
.page-header .nav-link::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 3.5rem;
  visibility: hidden;
  opacity: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  transition: all 0.3s ease-in-out 0s;
}
.page-header .nav-link.active, .page-header .nav-link:hover {
  opacity: 1;
}
.page-header .nav-link.active::after, .page-header .nav-link:hover::after {
  opacity: 1;
  visibility: visible;
  top: 2.5rem;
  background-color: #fff;
}
@media (max-width: 1199px) {
  .page-header .nav-link.active::after, .page-header .nav-link:hover::after {
    display: none;
  }
}
.page-header .nav-link .icon {
  display: none;
}
@media (max-width: 1199px) {
  .page-header .nav-link .icon {
    display: inline-block;
    margin-right: 1rem;
    font-size: 1rem;
  }
}
@media (max-width: 1199px) {
  .page-header .nav-link {
    display: inline-block;
    padding: 1.25rem 1rem !important;
    width: 100%;
  }
  .page-header .nav-link:hover {
    padding-left: 1.5rem;
    background-color: #fff;
    color: #9c4f22;
  }
}
.page-header .header-cta {
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  font-weight: 700;
  background-color: #fff;
  color: #9c4f22;
  border-color: rgba(0, 0, 0, 0);
}
.page-header .header-cta:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  border-color: #fff;
}
@media (max-width: 1199px) {
  .page-header .header-cta {
    display: none;
  }
}
.page-header .menu-toggler-btn {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  height: 25px;
  z-index: 100;
  margin-bottom: 1rem;
  margin-top: 1rem;
  cursor: pointer;
}
.page-header .menu-toggler-btn > span {
  display: block;
  width: 30px;
  height: 2px;
  border-radius: 1px;
  transition: all 0.5s ease-in-out 0s;
  background-color: #fff;
}
@media (max-width: 1199px) {
  .page-header .menu-toggler-btn {
    display: flex;
  }
}
.page-header .close-menu-btn span:nth-child(1) {
  transform: rotate(225deg) translateY(-9px);
}
.page-header .close-menu-btn span:nth-child(2) {
  display: none;
}
.page-header .close-menu-btn span:nth-child(3) {
  transform: rotate(-45deg) translateY(-9px);
}

.has-sub-menu > .sub-menu {
  list-style: none;
  position: absolute;
  top: 100%;
  min-width: 18rem;
  left: 0;
  margin: 0;
  padding: 1rem 0;
  transform: translateY(4rem);
  visibility: hidden;
  opacity: 0;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0px 0px 30px 0px rgba(37, 37, 37, 0.25);
  transition: all 0.5s ease-in-out 0s;
}
@media (max-width: 1199px) {
  .has-sub-menu > .sub-menu {
    position: static;
    border: none;
    box-shadow: none;
    padding: 0;
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    display: none;
    background-color: #9c4f22;
    transition: none;
  }
}
.has-sub-menu > .sub-menu .sub-menu-item {
  padding: 0;
  margin: 0;
}
.has-sub-menu > .sub-menu .sub-menu-link {
  color: #9c4f22;
  padding: 1rem 1rem 1rem 1.5rem !important;
  transition: all 0.25s ease-in-out 0s;
}
.has-sub-menu > .sub-menu .sub-menu-link:after {
  display: none;
}
.has-sub-menu > .sub-menu .sub-menu-link:hover {
  color: #fff;
  background-color: #9c4f22;
  padding-left: 2rem !important;
}
.has-sub-menu > .sub-menu .sub-menu-link .icon {
  display: inline-block;
  margin-right: 1rem;
  font-size: 1rem;
}
@media (max-width: 1199px) {
  .has-sub-menu > .sub-menu .sub-menu-link {
    color: #f1f1f1;
  }
  .has-sub-menu > .sub-menu .sub-menu-link:hover {
    color: #9c4f22;
    background-color: #fff;
  }
}

.has-sub-menu .down-Arrow-icon {
  line-height: 1;
  font-size: 0.5rem;
  margin-left: 0.25rem;
}
.has-sub-menu:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(1.5rem);
}
@media (max-width: 1199px) {
  .has-sub-menu:hover > .sub-menu {
    transform: translateY(0);
  }
}
.has-sub-menu .has-sub-menu .sub-menu {
  top: 0;
  right: 100%;
  left: auto;
}
.has-sub-menu .has-sub-menu:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.has-sub-menu .has-sub-menu .down-Arrow-icon {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  transition: transform, 0.25s;
}
@media (max-width: 1199px) {
  .has-sub-menu .has-sub-menu {
    position: static;
    transform: none;
  }
}

.header-search-btn {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.header-search-btn svg.search-icon {
  fill: #fff;
  max-width: 1.5rem;
}
.header-search-btn img {
  max-width: 1.5rem;
}
@media (max-width: 1199px) {
  .header-search-btn {
    display: none;
  }
}

.header-search-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(18, 18, 18, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out 0s;
  z-index: 1200;
}
.header-search-box.show {
  height: 100%;
  visibility: visible;
  opacity: 1;
}
.header-search-box.show .search-form {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.header-search-box .close-search {
  position: absolute;
  right: 25%;
  top: 25%;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.header-search-box .close-search:before, .header-search-box .close-search::after {
  content: "";
  height: 2px;
  width: 40px;
  background-color: #fff;
  display: block;
  transform-origin: center;
}
.header-search-box .close-search:before {
  transform: rotate(45deg) translateX(2px);
}
.header-search-box .close-search:after {
  transform: rotate(-45deg) translateX(1px);
}
.header-search-box .search-form {
  position: relative;
  visibility: hidden;
  opacity: 0;
  transform: translateY(5rem);
  transition: all 0.5s ease-in-out 0s;
  transition-delay: 0.25s;
  width: 50%;
}
@media (max-width: 1199px) {
  .header-search-box .search-form {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .header-search-box .search-form {
    width: 80%;
  }
}
.header-search-box .search-form .search-lbl {
  visibility: hidden;
  opacity: 0;
  width: 0;
}
.header-search-box .search-form input[type=search]::-webkit-search-decoration,
.header-search-box .search-form input[type=search]::-webkit-search-cancel-button,
.header-search-box .search-form input[type=search]::-webkit-search-results-button,
.header-search-box .search-form input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
.header-search-box .search-form .search-input {
  border: none;
  border-bottom: 2px solid #9c4f22;
  font-size: 2.5rem;
  outline: none;
  color: #fff;
  background-color: transparent;
  width: 100%;
}
@media (max-width: 767px) {
  .header-search-box .search-form .search-input {
    font-size: 1.5rem;
  }
}
.header-search-box .search-form .search-btn {
  -webkit-appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: auto;
  outline: none;
  border: none;
  background: transparent;
  color: #9c4f22;
  font-size: 1.5rem;
}

.header-stand-out {
  background-color: #9c4f22;
  border-color: rgba(0, 0, 0, 0);
  padding-top: 0;
  box-shadow: 0px 1px 30px 0px rgba(37, 37, 37, 0.25);
}

.menu-on-start .navbar-menu-wraper {
  margin-right: auto;
  margin-left: 3rem;
}
@media (max-width: 1199px) {
  .menu-on-start .navbar-menu-wraper {
    margin: 0;
  }
}

.menu-on-end .navbar-menu-wraper {
  margin-left: auto;
  margin-right: 1rem;
}
@media (max-width: 1199px) {
  .menu-on-end .navbar-menu-wraper {
    margin: 0;
  }
}

.menu-on-center .navbar-menu-wraper {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .menu-on-center .navbar-menu-wraper {
    margin: 0;
  }
}

.dark-header.header-stand-out {
  background-color: #252525;
}
.dark-header.header-stand-out .header-search-btn svg.search-icon {
  fill: #fff;
}
.dark-header.header-stand-out .navbar-menu-wraper:after {
  background-color: #fff;
}
@media (max-width: 1199px) {
  .dark-header.header-stand-out .navbar-menu-wraper {
    background-color: rgba(0, 0, 0, 0.25);
  }
}
@media (max-width: 1199px) {
  .dark-header.header-stand-out .navbar-nav {
    background-color: #252525;
  }
}
.dark-header.header-stand-out .nav-link {
  color: #fff;
}
.dark-header.header-stand-out .nav-link::after {
  background-color: #fff;
}
.dark-header.header-stand-out .nav-link.active, .dark-header.header-stand-out .nav-link:hover {
  color: #fff;
}
.dark-header.header-stand-out .nav-link.active::after, .dark-header.header-stand-out .nav-link:hover::after {
  background-color: #fff;
}
@media (max-width: 1199px) {
  .dark-header.header-stand-out .nav-link {
    color: #fff;
    background-color: #252525;
  }
  .dark-header.header-stand-out .nav-link:hover {
    color: #252525;
    background-color: #fff;
  }
}
.dark-header.header-stand-out .header-cta {
  background-color: #fff;
  color: #121212;
}
.dark-header.header-stand-out .header-cta:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  border-color: #fff;
}
.dark-header.header-stand-out .menu-toggler-btn > span {
  background-color: #fff;
}
.dark-header .has-sub-menu .sub-menu .sub-menu-link {
  color: #252525;
}
.dark-header .has-sub-menu .sub-menu .sub-menu-link:hover {
  color: #fff;
  background-color: #121212;
}
@media (max-width: 1199px) {
  .dark-header .has-sub-menu .sub-menu .sub-menu-link {
    color: #fff;
  }
  .dark-header .has-sub-menu .sub-menu .sub-menu-link:hover {
    color: #121212;
    background-color: #fff;
  }
}
@media (max-width: 1199px) {
  .dark-header .has-sub-menu .sub-menu {
    background-color: #252525;
  }
}

.light-header.header-stand-out {
  background-color: #fff;
}
.light-header.header-stand-out .header-search-btn svg.search-icon {
  fill: #252525;
}
.light-header.header-stand-out .navbar-brand .brand-logo.light-logo {
  display: none;
}
.light-header.header-stand-out .navbar-brand .brand-logo.dark-logo {
  display: block;
}
.light-header.header-stand-out .navbar-brand .brand-name {
  color: #9c4f22;
  margin-left: 0.5rem;
}
.light-header.header-stand-out .navbar-menu-wraper:after {
  background-color: #121212;
}
@media (max-width: 1199px) {
  .light-header.header-stand-out .navbar-menu-wraper {
    background-color: rgba(0, 0, 0, 0.25);
  }
}
@media (max-width: 1199px) {
  .light-header.header-stand-out .navbar-nav {
    background-color: #fff;
  }
}
.light-header.header-stand-out .nav-link {
  color: #252525;
}
.light-header.header-stand-out .nav-link::after {
  background-color: #252525;
}
@media (max-width: 1199px) {
  .light-header.header-stand-out .nav-link {
    color: #252525;
  }
  .light-header.header-stand-out .nav-link:hover {
    color: #fff;
    background-color: #252525;
  }
}
.light-header.header-stand-out .header-cta {
  background-color: #252525;
  color: #fff;
}
.light-header.header-stand-out .header-cta:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #252525;
  border-color: #252525;
}
.light-header.header-stand-out .menu-toggler-btn > span {
  background-color: #252525;
}
.light-header .has-sub-menu .sub-menu {
  background-color: #fff;
}
.light-header .has-sub-menu .sub-menu .sub-menu-link {
  color: #252525;
}
.light-header .has-sub-menu .sub-menu .sub-menu-link:hover {
  color: #fff;
  background-color: #252525;
}
@media (max-width: 1199px) {
  .light-header .has-sub-menu .sub-menu .sub-menu-link {
    color: #252525;
    background-color: #fff;
  }
  .light-header .has-sub-menu .sub-menu .sub-menu-link:hover {
    color: #fff;
    background-color: #252525;
  }
}

/*02- End .page-header Rules    */
/*  03- Start .page-hero Rules   */
.hero-swiper-slider .slide-title, .page-hero .hero-text-area .hero-title {
  font-family: "Roboto slab", "sans-serif";
  font-weight: 400;
  font-size: 4rem;
  text-transform: capitalize;
  margin-bottom: 1.5rem;
  color: #fff;
  line-height: 1.2;
}
@media (max-width: 1199px) {
  .hero-swiper-slider .slide-title, .page-hero .hero-text-area .hero-title {
    font-size: 2.5rem;
    font-weight: 700;
  }
}
@media (max-width: 575px) {
  .hero-swiper-slider .slide-title, .page-hero .hero-text-area .hero-title {
    font-size: 2rem;
    font-weight: 700;
  }
}
@media (max-height: 500px) {
  .hero-swiper-slider .slide-title, .page-hero .hero-text-area .hero-title {
    font-size: 2rem;
    font-weight: 700;
  }
}

.hero-swiper-slider .slide-subtitle, .page-hero .hero-text-area .hero-subtitle {
  color: #f1f1f1;
  font-size: 1.15rem;
  font-weight: 400;
  margin-bottom: 2rem;
  line-height: 1.7;
}
@media (max-width: 991px) {
  .hero-swiper-slider .slide-subtitle, .page-hero .hero-text-area .hero-subtitle {
    font-size: 1rem;
  }
}
@media (max-height: 500px) {
  .hero-swiper-slider .slide-subtitle, .page-hero .hero-text-area .hero-subtitle {
    display: none;
  }
}

.page-hero .hero-social-icons {
  position: absolute;
  z-index: 900;
  transition: all 0.5s ease-in-out 0s;
}
.page-hero .hero-social-icons.start-align {
  left: 3rem;
  right: auto;
}
.page-hero .hero-social-icons.center-align {
  width: 100%;
  text-align: center;
}
.page-hero .hero-social-icons.end-align {
  right: 3rem;
  left: auto;
}
.page-hero .hero-social-icons.center-position {
  top: 50%;
  transform: translateY(-50%);
}
.page-hero .hero-social-icons.bottom-position {
  bottom: 4rem;
  top: auto;
}
.page-hero .hero-social-icons .dir-row .sc-list .sc-item:not(:last-child) {
  margin-right: 2rem;
}
.page-hero .hero-social-icons .dir-row .sc-list .sc-item .sc-icon {
  color: #fff;
}
.page-hero .hero-social-icons .dir-col .sc-list .sc-item:not(:last-child) {
  margin-bottom: 2rem;
}
.page-hero .hero-social-icons .dir-col .sc-list .sc-item .sc-icon {
  color: #fff;
}
@media (max-width: 991px) {
  .page-hero .hero-social-icons {
    display: none;
  }
}
@media (max-height: 500px) {
  .page-hero .hero-social-icons {
    display: none;
  }
}

.page-hero {
  position: relative;
  z-index: 0;
  min-height: 100vh;
  padding: 120px 0;
  background: #9c4f22;
  background: -webkit-linear-gradient(45deg, #ff4800, #9c4f22);
}
@media (max-width: 991px) {
  .page-hero {
    height: auto;
    min-height: 100vh;
  }
}
@media (max-height: 600px) {
  .page-hero {
    height: auto;
  }
}
.page-hero .hero-text-area .tag-line {
  color: #fff;
}
.page-hero .hero-text-area .hero-title .char {
  text-transform: initial;
}
.page-hero .hero-text-area .hero-title.splitting .char:first-child {
  text-transform: uppercase;
}
.page-hero .slider-stacked-arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3rem;
  z-index: 11;
}
.page-hero .slider-stacked-arrows .swiper-button-prev,
.page-hero .slider-stacked-arrows .swiper-button-next {
  position: static;
  margin: 0.25rem 0;
  transform: none;
}
@media (max-width: 991px) {
  .page-hero .slider-stacked-arrows {
    bottom: 1rem;
    top: auto;
    width: 100%;
    transform: none;
    left: 0;
    padding: 0 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.page-hero .cta-links-area {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 1199px) {
  .page-hero .cta-links-area {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .page-hero .cta-links-area {
    flex-direction: column;
  }
}
.page-hero .cta-links-area .cta-link {
  margin-bottom: 0;
  margin-right: 1rem;
  font-size: 1.15rem;
  background: rgba(0, 0, 0, 0);
  color: #fff;
  border-color: #fff;
  min-width: 200px;
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .page-hero .cta-links-area .cta-link {
    font-size: 1rem;
    margin-right: 0.75rem;
  }
}
@media (max-width: 575px) {
  .page-hero .cta-links-area .cta-link {
    flex-direction: column;
    margin-right: 0rem;
  }
}
.page-hero .cta-links-area .cta-link:last-child {
  margin-right: 0;
}
.page-hero .cta-links-area .cta-link:hover {
  background: #fff;
  color: #9c4f22;
  border-color: #fff;
}
.page-hero .cta-links-area .cta-link-primary {
  background: #9c4f22;
  color: #fff;
  border-color: #9c4f22;
}
.page-hero .cta-links-area .cta-link-primary:hover {
  background: transparent;
  color: #fff;
  border-color: #fff;
}
.page-hero .hero-video-bg {
  position: absolute;
  z-index: -2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

.hero-vegas-slider {
  position: relative;
  height: 100vh;
}
.hero-vegas-slider .overlay-color {
  z-index: 0 !important;
}
.hero-vegas-slider .vegas-slider-content {
  position: absolute;
  width: 100%;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.slider-parallax .swiper-slide-active {
  z-index: 2;
}

.hero-swiper-slider {
  padding: 0;
  background: #252525;
}
.hero-swiper-slider .hero-text-area {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out 0s;
}
.hero-swiper-slider .tag-line {
  transform: translateY(-1rem);
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out 0s;
  transition-delay: 0.2s;
}
.hero-swiper-slider .slide-title .char {
  text-transform: initial;
}
.hero-swiper-slider .slide-title.splitting .char:first-child {
  text-transform: uppercase;
}
.hero-swiper-slider .slide-subtitle {
  transform: translateY(3rem);
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out 0s;
  transition-delay: 0.6s;
}
.hero-swiper-slider .swiper-slide {
  position: relative;
  min-width: 100%;
  min-height: 100vh;
  overflow: hidden;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-swiper-slider .slider-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.hero-swiper-slider .slider-bg .overlay-color {
  z-index: 1;
  opacity: 0.65;
}
.hero-swiper-slider .slider-bg .slider-bg-img {
  max-width: 100%;
  min-height: 100vh;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-swiper-slider .cta-links-area {
  transform: translateY(3rem);
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out 0s;
  transition-delay: 0.8s;
}
.hero-swiper-slider .swiper-button-prev,
.hero-swiper-slider .swiper-button-next {
  background-image: none;
  width: 4.5rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #fff;
  background: #9c4f22;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
  background-color: rgba(255, 255, 255, 0.35);
  color: #fff;
  outline: none;
  top: 50%;
  transform: translateY(-50%);
}
.hero-swiper-slider .swiper-button-prev:hover,
.hero-swiper-slider .swiper-button-next:hover {
  background-color: rgba(156, 79, 34, 0.8);
}
.hero-swiper-slider .swiper-button-prev:hover,
.hero-swiper-slider .swiper-button-next:hover {
  background-color: rgba(156, 79, 34, 0.85);
}
@media (max-width: 991px) {
  .hero-swiper-slider .swiper-button-prev,
.hero-swiper-slider .swiper-button-next {
    bottom: 1rem;
    top: auto;
    transform: none;
  }
}
.hero-swiper-slider .swiper-button-prev {
  left: 3rem;
  right: auto;
}
@media (max-width: 991px) {
  .hero-swiper-slider .swiper-button-prev {
    left: 10px;
  }
}
.hero-swiper-slider .swiper-button-next {
  right: 3rem;
  left: auto;
}
@media (max-width: 991px) {
  .hero-swiper-slider .swiper-button-next {
    right: 10px;
  }
}
.hero-swiper-slider .swiper-pagination-fraction {
  width: auto;
  right: 3rem;
  left: auto;
  bottom: 4rem;
  font-size: 2rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.65);
}
@media (max-width: 991px) {
  .hero-swiper-slider .swiper-pagination-fraction {
    width: auto;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    background: transparent;
    font-size: 1rem;
    bottom: 1rem;
  }
}
.hero-swiper-slider .swiper-pagination-fraction .swiper-pagination-current,
.hero-swiper-slider .swiper-pagination-fraction .swiper-pagination-total {
  display: inline-block;
  font-weight: 700;
}
@media (max-width: 991px) {
  .hero-swiper-slider .swiper-pagination-fraction .swiper-pagination-current,
.hero-swiper-slider .swiper-pagination-fraction .swiper-pagination-total {
    font-size: 1.5rem;
  }
}
.hero-swiper-slider .swiper-pagination-fraction .swiper-pagination-current {
  font-size: 4rem;
  font-weight: 900;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: white;
}
@media (max-width: 991px) {
  .hero-swiper-slider .swiper-pagination-fraction .swiper-pagination-current {
    font-size: 3rem;
  }
}
.hero-swiper-slider .swiper-slide-active .hero-text-area {
  opacity: 1;
  visibility: visible;
}
.hero-swiper-slider .swiper-slide-active .tag-line {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.hero-swiper-slider .swiper-slide-active .slide-subtitle {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.hero-swiper-slider .swiper-slide-active .cta-links-area {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.hero-swiper-slider.off-grid-text:before {
  content: "";
  width: 100%;
  height: 65%;
  background-color: rgba(18, 18, 18, 0.5);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.hero-swiper-slider.off-grid-text .overlay-photo-image-bg {
  background: url("../assets/images/sections-bg-images/portfolio.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.05;
  z-index: 1;
  width: 100%;
  height: 65%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.hero-swiper-slider.off-grid-text .slider-bg {
  width: 65%;
  left: auto;
  right: 0;
}

.inner-page-hero {
  height: 60vh;
  min-height: 60vh;
}
.inner-page-hero .overlay-photo-image-bg {
  background-image: url("../assets/images/hero/inner-page-hero.jpg");
  opacity: 1;
}
.inner-page-hero .hero-text-area .hero-title {
  text-align: center;
  font-weight: 800;
}
.inner-page-hero .hero-text-area .hero-title .char {
  text-transform: initial;
}
@media (max-width: 991px) {
  .inner-page-hero .hero-text-area .hero-title {
    font-size: 3rem;
  }
}
.inner-page-hero .hero-text-area .breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  margin: 0;
  padding: 0;
}
.inner-page-hero .hero-text-area .breadcrumb .icon {
  margin-right: 0.5rem;
}
.inner-page-hero .hero-text-area .breadcrumb-item {
  color: rgba(255, 255, 255, 0.65);
  text-transform: capitalize;
  font-size: 1rem;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .inner-page-hero .hero-text-area .breadcrumb-item {
    font-size: 1rem;
  }
}
.inner-page-hero .hero-text-area .breadcrumb-item:before {
  /*Breadcrumb Separator Color*/
  color: #fff;
  padding-right: 0.5rem;
}
.inner-page-hero .hero-text-area .breadcrumb-link {
  color: white;
  text-decoration: none;
  transition: color 0.25s ease-in 0s;
}
.inner-page-hero .hero-text-area .breadcrumb-link:hover {
  color: #9c4f22;
}

/*  03- End .page-hero Rules   */
/*   04- Start .services Section Rules    */
.services-bg-img .service-box, .services-boxed .service-box, .services .service-box {
  position: relative;
  z-index: 1;
  padding: 4rem 2rem;
  transition: all 0.3s ease-in-out 0s;
}
.services-bg-img .service-box:hover .service-icon, .services-boxed .service-box:hover .service-icon, .services .service-box:hover .service-icon {
  transform: translateY(-10px);
}
.services-bg-img .service-icon, .services-boxed .service-icon, .services .service-icon {
  margin-bottom: 1.5rem;
  transition: all 0.3s ease-in-out 0s;
}
.services-bg-img .font-icon, .services-boxed .font-icon, .services .font-icon {
  display: inline-block;
  font-size: 2.5rem;
  color: #9c4f22;
  transform-origin: center;
  transition: all 0.3s ease-in-out 0s;
}
.services-bg-img .img-icon, .services-boxed .img-icon, .services .img-icon {
  width: 60px;
  height: 60px;
}
.services-bg-img .service-content, .services-boxed .service-content, .services .service-content {
  margin-bottom: 1.5rem;
}
.services-bg-img .service-title, .services-boxed .service-title, .services .service-title {
  text-transform: capitalize;
  font-size: 1.35rem;
  font-weight: 700;
  font-family: "Roboto slab", "sans-serif";
  margin-bottom: 1rem;
}
.services-bg-img .service-text, .services-boxed .service-text, .services .service-text {
  font-size: 1rem;
  line-height: 1.5;
  opacity: 0.9;
  margin: 0;
}
@media (max-width: 991px) {
  .lifted-up-box.services-bg-img .services-row, .lifted-up-box.services-boxed .services-row, .lifted-up-box.services .services-row {
    padding: 6rem 0;
  }
}
.lifted-up-box.services-bg-img .service-box, .lifted-up-box.services-boxed .service-box, .lifted-up-box.services .service-box {
  margin-top: -8rem;
}
@media (max-width: 991px) {
  .lifted-up-box.services-bg-img .service-box, .lifted-up-box.services-boxed .service-box, .lifted-up-box.services .service-box {
    margin-top: 0rem;
  }
}

.services .services-row {
  margin-bottom: 2rem;
}
.services .service-box {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .services .service-box {
    padding: 1rem;
  }
    .market-area ul li{width: 100% !important}
}

.services-boxed .services-row {
  margin-bottom: 1rem;
}
.services-boxed .service-box {
  margin-bottom: 2rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(156, 79, 34, 0.35);
  box-shadow: 0px 0px 10px 0px rgba(18, 18, 18, 0.1);
}
@media (max-width: 991px) {
  .services-boxed .service-box {
    padding: 2rem;
  }
}
.services-boxed .service-box:hover {
  background-color: #9c4f22;
  background: -webkit-linear-gradient(45deg, #ff4800, #9c4f22);
}
.services-boxed .service-box:hover .font-icon,
.services-boxed .service-box:hover .service-title,
.services-boxed .service-box:hover .service-text,
.services-boxed .service-box:hover .read-more {
  color: #fff;
}

.services-bg-img.half-bg-img .overlay-photo-image-bg {
  top: 0;
  left: 0;
  background-image: url("../assets/images/services/section-bg.jpg");
  opacity: 1;
  height: 50%;
}
.services-bg-img.half-bg-img .overlay-photo-image-bg + .overlay-color {
  top: 0;
  height: 50%;
}
.services-bg-img.half-bg-img .section-heading .section-title {
  color: #f1f1f1 !important;
}
.services-bg-img.half-bg-img .section-heading .line-on-side,
.services-bg-img.half-bg-img .section-heading .line-on-center {
  background-color: #fff !important;
}
.services-bg-img .service-box {
  margin-bottom: 2rem;
  border-radius: 0;
}
.services-bg-img .service-box .bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
  transition: all 0.5s ease-in-out 0s;
}
.services-bg-img .service-box .bg-img .overlay-color {
  z-index: 0;
  opacity: 0.95;
}
.services-bg-img .service-box .bg-img .service-bg-img {
  max-height: 100%;
  width: 100%;
  object-fit: cover;
}
.services-bg-img .service-box .service-content {
  margin-bottom: 2rem;
}
.services-bg-img .service-box .service-content .service-title {
  color: #fff;
}
.services-bg-img .service-box .service-content .service-text {
  color: #f1f1f1;
}
.services-bg-img .service-box:hover .bg-img .overlay-color {
  opacity: 0.85;
}

/*   04- End .services Section Rules   */
/*  05- Start about Section   */
.about .about {
  position: relative;
}
.about .about:not(:last-child) {
  margin-bottom: 2.5rem;
}
.about .about-col,
.about .img-area {
  position: relative;
  z-index: 0;
}
.about .about-col .photo-banner-start,
.about .about-col .photo-banner-end,
.about .img-area .photo-banner-start,
.about .img-area .photo-banner-end {
  position: absolute;
  width: 350px;
  height: 200px;
  background-color: #9c4f22;
  color: #fff;
  padding: 1rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  z-index: 3;
  top: 3rem;
  bottom: auto;
}
.about .about-col .photo-banner-start .banner-text,
.about .about-col .photo-banner-end .banner-text,
.about .img-area .photo-banner-start .banner-text,
.about .img-area .photo-banner-end .banner-text {
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: capitalize;
}
.about .about-col .photo-banner-start .banner-icon,
.about .about-col .photo-banner-end .banner-icon,
.about .img-area .photo-banner-start .banner-icon,
.about .img-area .photo-banner-end .banner-icon {
  -webkit-text-stroke-color: #fff;
  -webkit-text-stroke-width: 2px;
  -webkit-text-fill-color: transparent;
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.about .about-col .photo-banner-start .read-more,
.about .about-col .photo-banner-end .read-more,
.about .img-area .photo-banner-start .read-more,
.about .img-area .photo-banner-end .read-more {
  color: #fff;
}
@media (max-width: 767px) {
  .about .about-col .photo-banner-start,
.about .about-col .photo-banner-end,
.about .img-area .photo-banner-start,
.about .img-area .photo-banner-end {
    display: none;
  }
}
.about .about-col .banner-seal-logo,
.about .img-area .banner-seal-logo {
  position: absolute;
  width: 250px;
  height: 250px;
  bottom: 1rem;
  top: auto;
  right: auto;
  left: 1rem;
  background: transparent;
  transform: rotate(15deg);
  z-index: 5;
}
@media (max-width: 767px) {
  .about .about-col .banner-seal-logo,
.about .img-area .banner-seal-logo {
    width: 150px;
    height: 150px;
  }
}
.about .about-col .banner-seal-logo.to-left,
.about .img-area .banner-seal-logo.to-left {
  right: auto;
  left: 1rem;
}
.about .about-col .banner-seal-logo.to-right,
.about .img-area .banner-seal-logo.to-right {
  left: auto;
  right: 1rem;
}
.about .about-col .photo-banner-start,
.about .img-area .photo-banner-start {
  left: -3rem;
  right: auto;
}
.about .about-col .photo-banner-end,
.about .img-area .photo-banner-end {
  left: auto;
  right: -3rem;
}
.about .about-col .video-wraper,
.about .img-area .video-wraper {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.about .img-area {
  background: linear-gradient( to right, #6f7280, #2a2c3c, #181827, #833ab4, #fd1d1d, #fcb045 );
        background-size: 600%;
        animation: slow 10s infinite ease-in-out;
padding: 0;
}
@keyframes slow {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}

.about .img-area.framed::before, .about .img-area.framed::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 7px solid #9c4f22;
  z-index: 5;
}
.about .img-area.framed::before {
  border-right: none;
  border-bottom: none;
  top: 30px;
  left: 30px;
}
.about .img-area.framed::after {
  border-left: none;
  border-top: none;
  bottom: 30px;
  right: 30px;
}
.about .img-area .overlay-color {
  opacity: 0.5;
  z-index: 1;
}
@media (max-width: 991px) {
  .about .img-area {
    padding: 0;
    width: 100%;
  }
  .about .img-area .about-img {
    max-height: 350px;
    width: 100%;
    object-fit: cover;
  }
}
.about .content-block:not(:last-child) {
  margin-bottom: 1rem;
}
.about .content-block .pad-start .text-area {
  padding-left: 3rem;
}
@media (max-width: 991px) {
  .about .content-block .pad-start .text-area {
    padding-left: 0;
  }
}
.about .content-block .pad-end .text-area {
  padding-right: 3rem;
}
@media (max-width: 991px) {
  .about .content-block .pad-end .text-area {
    padding-right: 0;
  }
}
.about .text-area {
  position: relative;
  padding: 3rem 0;
}
.about .about-num {
  display: none;
  position: absolute;
  z-index: -1;
  right: 0;
  left: auto;
  top: 0%;
  font-size: 10rem;
  font-weight: 900;
  opacity: 0.25;
  line-height: 75%;
  color: #9c4f22;
}
.about .about-icon {
  margin-bottom: 1.5rem;
}
.about .about-icon .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  font-size: 2rem;
  color: #fff;
  position: relative;
  background: #9c4f22;
}
.about .about-icon .icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 2px solid #9c4f22;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0);
  animation: anim-pulses infinite 2s linear;
  z-index: -1;
}
.about .about-title {
  font-size: 2.25rem;
  font-weight: 800;
  text-transform: capitalize;
  font-family: "Roboto slab", "sans-serif";
  margin-bottom: 1.25rem;
  color: #252525;
}
@media (max-width: 767px) {
  .about .about-title {
    font-size: 2rem;
    margin-bottom: 0.75rem;
  }
}
.about .section-heading {
  margin-bottom: 1rem;
}
.about .first-p {
  font-family: "Roboto slab", "sans-serif";
  font-weight: 500;
  font-size: 1.1rem;
  font-style: italic;
  color: #252525;
  opacity: 0.85;
  line-height: 1.7;
  margin-bottom: 1rem;
}
.about .first-p::first-letter {
  text-transform: capitalize;
}
.about .about-text {
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 2rem;
  color: #5f5f5f;
  letter-spacing: 0.5px;
}
.about .about-text::first-letter {
  text-transform: capitalize;
}
.about .info-items .menu-items {
  margin: 0;
  padding: 2rem 0;
  list-style: none;
}
.about .info-items .menu-items .info-item {
  margin-bottom: 1.25rem;
  display: flex;
  align-items: start;
  justify-content: start;
}
@media (max-width: 767px) {
  .about .info-items .menu-items .info-item {
    flex-direction: column;
  }
}
.about .info-items .menu-items .info-item .info-content {
  padding-right: 3rem;
}
.about .info-items .menu-items .info-item .info-title {
  font-family: "Roboto slab", "sans-serif";
  margin-bottom: 0.75rem;
  color: #252525;
  font-weight: 500;
  font-size: 1.25rem;
  text-transform: capitalize;
}
.about .info-items .menu-items .info-item .info-text {
  font-size: 1rem;
  font-weight: 400;
  color: #5f5f5f;
}
.about .info-items .menu-items .info-item .info-icon {
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
  color: #9c4f22;
  font-size: 2.5rem;
  transition: transform 0.3s ease-in-out 0s;
}
.about .info-items .menu-items .info-item .info-img-icon {
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
  width: 60px;
  height: 60px;
  transition: transform 0.3s ease-in-out 0s;
}
.about .info-items .menu-items .info-item:hover .info-icon,
.about .info-items .menu-items .info-item:hover .info-img-icon {
  transform: translateY(-5px);
}
.about .info-items-grid {
  padding: 3rem 0;
}
.about .info-items-grid .info-item {
  margin-bottom: 3rem;
}
.about .info-items-grid .info-item .item-title {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: 600;
  font-family: "Roboto slab", "sans-serif";
  text-transform: capitalize;
}
.about .info-items-grid .info-item .item-title .item-icon {
  margin-right: 0.75rem;
  font-size: 2.25rem;
  color: #9c4f22;
}
.about .info-items-grid .info-item .item-text {
  font-weight: 400;
  font-size: 0.85rem;
  opacity: 0.75;
}
.about .about-stats {
  margin-bottom: 2rem;
}
.about .about-stats .stat-box {
  text-align: left;
  padding: 1.5rem;
  margin-bottom: 0;
}
.about .about-stats .stat-box .stat-num {
  color: #252525;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
  display: inline-block;
  position: relative;
}
.about .about-stats .stat-box .stat-num .sign {
  font-size: 2.5rem;
  color: #9c4f22;
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-100%, -50%);
}
.about .about-stats .stat-box .stat-desc {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2;
  color: #4d4d4d;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .about .about-stats .stat-box .stat-num {
    font-size: 2rem;
    font-weight: 700;
  }
  .about .about-stats .stat-box .stat-num .sign {
    font-size: 1.25rem;
  }
}
.about .wide-img-area {
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 100%;
  right: 0;
  top: 0;
  overflow: hidden;
  z-index: 0;
}
.about .wide-img-area .overlay {
  z-index: 2;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}
.about .wide-img-area > img {
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 100%;
  transform-origin: center;
  object-fit: cover;
  transition: all 0.5s ease-in-out 0s;
}
.about .wide-img-area:hover .overlay {
  opacity: 0.5;
}
@media (max-width: 991px) {
  .about .wide-img-area {
    position: relative;
    width: 100%;
    max-height: 360px;
  }
}
.about .wide-img-from-start-dir,
.about .wide-img-from-end-dir {
  margin-bottom: 0 !important;
}
.about .wide-img-from-start-dir .text-area,
.about .wide-img-from-end-dir .text-area {
  margin: 0 5rem;
  padding: 5rem 0;
}
@media (max-width: 991px) {
  .about .wide-img-from-start-dir .text-area,
.about .wide-img-from-end-dir .text-area {
    margin: 0 1rem;
    padding: 3rem 0;
  }
}
@media (max-width: 991px) {
  .about .wide-img-from-start-dir .wide-img-area,
.about .wide-img-from-end-dir .wide-img-area {
    max-height: 500px;
  }
}

/*  05- End about Section    */
/*   06- Start portfolio Section  */
.portfolio {
  overflow: hidden;
  position: relative;
}
.portfolio .overlay-photo-image-bg {
  background-image: url("../assets/images/sections-bg-images/portfolio.jpg");
  opacity: 0.02;
}
.portfolio .portfolio-wraper {
  overflow: hidden;
  margin-bottom: 3rem;
}
.portfolio .portfolio-btn-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-transform: capitalize;
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.portfolio .portfolio-btn-list .portfolio-btn {
  position: relative;
  margin: 5px;
  padding: 0.5rem 1rem;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 700;
  z-index: 1;
  color: #252525;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
}
.portfolio .portfolio-btn-list .portfolio-btn:first-child {
  padding-left: 0;
}
.portfolio .portfolio-btn-list .portfolio-btn:last-child {
  padding-right: 0;
}
.portfolio .portfolio-btn-list .portfolio-btn:not(:last-child)::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background-color: #9c4f22;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.portfolio .portfolio-btn-list .portfolio-btn:hover, .portfolio .portfolio-btn-list .portfolio-btn.active {
  color: #9c4f22;
}
.portfolio .portfolio-group {
  direction: ltr;
  position: relative;
}
.portfolio .portfolio-img-link {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none;
  z-index: 1;
  transition: all 0.5s ease-in-out 0s;
}
.portfolio .portfolio-item {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-right: 0.75rem;
  margin-bottom: 0.75rem;
}
@media (max-width: 575px) {
  .portfolio .portfolio-item {
    padding-right: 0;
  }
}
.portfolio .item {
  overflow: hidden;
  position: relative;
}
.portfolio .item .overlay-color {
  z-index: 2;
  opacity: 0;
  transition: all 0.5s ease-in-out 0s;
}
.portfolio .item:hover .item-info {
  transform: scaleX(1);
  opacity: 1;
}
.portfolio .item:hover .overlay-color {
  opacity: 0.5;
}
.portfolio .item:hover .portfolio-img {
  transform: scale(1.05);
  transform-origin: center;
}
.portfolio .item:hover .icon {
  pointer-events: auto;
  opacity: 1;
  top: 50%;
  transform: translate(-50%, -50%);
}
.portfolio .item .portfolio-img {
  display: block;
  min-width: 100%;
  object-fit: cover;
  height: 350px;
  transition: all 1s ease 0s;
}
.portfolio .item .item-info {
  position: absolute;
  left: 0;
  transform: scaleX(0);
  transform-origin: left;
  bottom: 0px;
  width: 100%;
  padding: 0.5rem 1rem;
  margin: 0;
  opacity: 0;
  z-index: 5;
  background-color: rgba(18, 18, 18, 0.75);
  transition: all 0.3s ease-out 0s;
  text-align: center;
}
.portfolio .item .item-info .info-title {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: capitalize;
  color: #fff;
}
.portfolio .item .item-info .tags-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.portfolio .item .item-info .tag-item {
  display: inline-block;
  position: relative;
  margin-right: 1rem;
}
.portfolio .item .item-info .tag-item:not(:first-child) {
  margin-left: 1rem;
}
.portfolio .item .item-info .tag-item:not(:last-child)::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 100%;
  top: 50%;
  margin: 0 1rem;
  transform: translate(-50%, -50%);
}
.portfolio .item .item-info .tag-link {
  display: inline-block;
  font-size: 1rem;
  text-transform: capitalize;
  color: #fff;
  text-decoration: none !important;
}
.portfolio .item .icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 3rem;
  background: rgba(156, 79, 34, 0.8);
  color: #fff;
  font-size: 1.25rem;
  left: 50%;
  top: 25%;
  transform: translate(-50%, 0);
  margin: 0;
  opacity: 0;
  cursor: pointer;
  pointer-events: none;
  z-index: 5;
  transition: all 0.25s ease-in-out 0s;
}
.portfolio-grid-rounded .item {
  border-radius: 0.5rem;
  overflow: hidden;
}
.portfolio-blocks .item {
  border-radius: 0;
  overflow: hidden;
}
.portfolio-grid-no-gaps .portfolio-item {
  padding: 0;
  margin-bottom: 0;
}
.portfolio-grid-no-gaps .item {
  border-radius: 0;
  overflow: hidden;
}
.portfolio .swiper-button-prev,
.portfolio .swiper-button-next {
  background-image: none;
  width: 4.5rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #fff;
  background: #9c4f22;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
}
.portfolio .swiper-button-prev:hover,
.portfolio .swiper-button-next:hover {
  background-color: rgba(156, 79, 34, 0.8);
}

.portfolio-slider .item .portfolio-img {
  height: 600px;
}
@media (max-width: 767px) {
  .portfolio-slider .item .portfolio-img {
    height: 400px;
  }
}

/*   06- End portfolio Section  */
/*   07- Start portfolio-single Section  */
.portfolio-single {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.portfolio-single .project-heading {
  margin-bottom: 2rem;
}
.portfolio-single .project-heading .project-title {
  font-size: 3rem;
  font-weight: 800;
  font-family: "Roboto slab", "sans-serif";
  color: #252525;
  text-transform: capitalize;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .portfolio-single .project-heading .project-title {
    font-size: 2.25rem;
  }
}
.portfolio-single .project-heading .project-subtitle {
  font-size: 1.1rem;
  font-weight: 300;
  font-style: italic;
  font-family: "Roboto slab", "sans-serif";
  opacity: 0.85;
  text-transform: capitalize;
  line-height: 1.7;
}
@media (max-width: 991px) {
  .portfolio-single .project-heading .project-subtitle {
    font-size: 1rem;
  }
}
.portfolio-single .featured-area {
  margin-bottom: 3rem;
}
.portfolio-single .project-featured-img {
  max-height: 600px;
  overflow: hidden;
}
.portfolio-single .project-featured-img .featured-img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 600px;
  object-fit: cover;
}
.portfolio-single .info-area {
  margin-bottom: 1rem;
}
.portfolio-single .info-area .project-info {
  padding: 1rem 0;
}
@media (max-width: 1199px) {
  .portfolio-single .info-area .project-info {
    margin-bottom: 0;
  }
}
.portfolio-single .info-area .project-info .info {
  color: #9c4f22;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
}
.portfolio-single .info-area .project-info .info .title {
  display: inline-block;
  margin-right: 0.25rem;
  font-family: "Roboto slab", "sans-serif";
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: capitalize;
  color: #9c4f22;
  margin-bottom: 0.75rem;
}
.portfolio-single .info-area .project-info .info .detail {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  text-transform: capitalize;
  color: #252525;
  margin-bottom: 0;
}
.portfolio-single .info-area .project-info .info .sc-item:not(:last-child) {
  margin-right: 2rem;
}
.portfolio-single .info-area .project-info .info .sc-item .sc-icon {
  color: #252525;
}
.portfolio-single .main-area .sub-heading {
  text-transform: capitalize;
  font-family: "Roboto slab", "sans-serif";
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #252525;
}
@media (max-width: 991px) {
  .portfolio-single .main-area .sub-heading {
    font-size: 1.75rem;
    font-weight: 700;
  }
}
.portfolio-single .main-area .project-text {
  position: relative;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
  color: #5f5f5f;
}
.portfolio-single .main-area .list {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 0;
  margin-bottom: 2rem;
}
.portfolio-single .main-area .list .list-item {
  padding: 0.5rem 1.5rem;
  padding-left: 0;
  position: relative;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 1.1rem;
  color: #5f5f5f;
  display: flex;
  align-items: baseline;
}
.portfolio-single .main-area .list .list-item .icon {
  color: #9c4f22;
  margin-right: 0.5rem;
  font-size: 0.85rem;
}
.portfolio-single .main-area .project-video {
  min-height: 450px;
  position: relative;
  overflow: hidden;
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding: 8rem 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .portfolio-single .main-area .project-video {
    padding: 6rem 0;
    min-height: 300px;
  }
}
.portfolio-single .main-area .project-video .overlay-image-bg {
  background-image: url("../assets/images/hero/hero-img-1.jpg");
  opacity: 1;
}
.portfolio-single .main-area .result-img {
  display: block;
  margin: 0 auto;
}

/*   07-  End portfolio-single Section  */
/*  08- Start our-team Section   */
.our-team .tm-member-card {
  position: relative;
  overflow: hidden;
  margin-bottom: 2rem;
  text-align: center;
  transition: all 0.5s ease-in-out 0s;
  box-shadow: 1px 1px 10px 0px rgba(18, 18, 18, 0.1);
}
.our-team .tm-member-card:hover {
  box-shadow: 1px 1px 10px 5px rgba(18, 18, 18, 0.1);
}
.our-team .tm-member-card:hover .tm-image > img {
  transform: scale(1.05);
  transform-origin: center;
}
.our-team .tm-member-card:hover .tm-image .overlay-color {
  opacity: 0.5;
}
.our-team .tm-member-card:hover .tm-image .tm-desc .sc-item {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.our-team .tm-member-card .tm-image {
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-in-out 0s;
}
.our-team .tm-member-card .tm-image .overlay-color {
  z-index: 2;
  opacity: 0;
  transition: all 0.5s ease-in-out 0s;
}
.our-team .tm-member-card .tm-image img {
  width: 100%;
  transition: all 0.5s ease-in-out 0s;
}
.our-team .tm-member-card .tm-image .tm-desc {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 1rem;
  z-index: 7;
}
.our-team .tm-member-card .tm-image .tm-desc .sc-item {
  transform: translateY(150px);
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s ease-in-out 0s;
}
.our-team .tm-member-card .tm-image .tm-desc .sc-item:nth-child(1) {
  transition-delay: 0.1s;
}
.our-team .tm-member-card .tm-image .tm-desc .sc-item:nth-child(2) {
  transition-delay: 0.2s;
}
.our-team .tm-member-card .tm-image .tm-desc .sc-item:nth-child(3) {
  transition-delay: 0.3s;
}
.our-team .tm-member-card .tm-image .tm-desc .sc-item:nth-child(4) {
  transition-delay: 0.4s;
}
.our-team .tm-member-card .tm-image .tm-desc .sc-item:nth-child(5) {
  transition-delay: 0.5s;
}
.our-team .tm-member-card .tm-image .tm-desc .sc-item:nth-child(6) {
  transition-delay: 0.6s;
}
.our-team .tm-member-card .tm-details {
  text-align: left;
  padding: 1rem 0;
}
.our-team .tm-member-card .tm-details .tm-name {
  text-transform: capitalize;
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 0;
  color: #9c4f22;
}
.our-team .tm-member-card .tm-details .tm-role {
  text-transform: capitalize;
  font-size: 1rem;
  font-weight: 500;
  color: #121212;
  opacity: 0.75;
}

/*  08- End our-team Section   */
/*  09- Start our-clients Section   */
.our-clients {
  background: #252525;
}
.our-clients .clients-logos {
  text-align: center;
}
.our-clients .logo {
  max-height: 75px;
  transition: all 0.5s ease-in-out 0s;
}
.our-clients-blocks {
  background: #252525;
}
.our-clients-blocks .section-heading .section-title {
  color: #f1f1f1;
}
.our-clients-blocks .blocks-row {
  margin-bottom: -30px;
}
.our-clients-blocks .client-block {
  padding: 1.25rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  transition: all 0.5s ease-in-out 0s;
}
.our-clients-blocks .client-block:hover {
  transform: translateY(-10px);
}
@media (max-width: 767px) {
  .our-clients-blocks .client-block {
    padding: 2rem;
  }
}

/*  09- End our-clients Section   */
/*  10- Start faq Section   */
.faq {
  /*Start FAQ-Accordion Rules*/
  /*End FAQ-Accordion Rules*/
}
.faq .faq-img {
  text-align: center;
}
@media (max-width: 991px) {
  .faq .faq-img {
    margin-bottom: 3rem;
  }
}
.faq .faq-accordion .card {
  border: none;
}
.faq .faq-accordion .card:last-of-type {
  margin-bottom: 0 !important;
}
.faq .faq-accordion .card-header {
  position: relative;
  background: #9c4f22;
  border-bottom: 2px solid #9c4f22;
}
.faq .faq-accordion .card-header .faq-btn {
  width: 100%;
  padding-left: 0;
  padding-right: 20px;
  text-align: left;
  text-decoration: none;
  text-transform: capitalize;
  border-radius: 0;
  font-size: 1.1rem;
  font-weight: 600;
  white-space: normal;
  color: #fff;
  outline: none;
  box-shadow: none;
}
.faq .faq-accordion .card-header .faq-btn::before {
  content: "\f068";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 free" !important;
  font-weight: 900;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  left: auto;
  color: #fff;
}
.faq .faq-accordion .card-header .faq-btn.collapsed::before {
  content: "\f067";
}
.faq .faq-accordion .card-body {
  padding-top: 0.5rem;
}
.faq .faq-accordion .card-body .faq-answer {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  color: #5f5f5f;
}

/*  10- End faq Section  */
/*  11- Start testimonials Section   */
.testimonials.off-grid.bg-img-section .overlay-photo-image-bg,
.testimonials.off-grid.bg-img-section .overlay-color {
  right: 0;
  left: auto;
}
@media (max-width: 991px) {
  .testimonials.off-grid.bg-img-section .overlay-photo-image-bg,
.testimonials.off-grid.bg-img-section .overlay-color {
    width: 100%;
  }
}
.testimonials.off-grid.bg-img-section .overlay-photo-image-bg {
  background-image: url(../assets/images/testimonials/testmonials-bg.jpg);
  opacity: 1;
}
.testimonials.off-grid.bg-img-section .overlay-color {
  opacity: 0.5 !important;
}

.testimonials.stack .testmonial-box .testimonial-content, .testimonials.off-grid .testmonial-box .testimonial-content {
  background: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  width: 100%;
  margin: 0 auto;
  padding: 4rem 0;
  border: 1px solid rgba(156, 79, 34, 0.5);
  border-bottom: 0.25rem solid #9c4f22;
}
@media (max-width: 575px) {
  .testimonials.stack .testmonial-box .testimonial-content, .testimonials.off-grid .testmonial-box .testimonial-content {
    flex-direction: column;
    align-items: start;
    padding: 4rem 1rem;
  }
}
.testimonials.stack .testmonial-box .testimonial-content .content, .testimonials.off-grid .testmonial-box .testimonial-content .content {
  padding: 0 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .testimonials.stack .testmonial-box .testimonial-content .content, .testimonials.off-grid .testmonial-box .testimonial-content .content {
    padding: 0 1rem;
  }
}
.testimonials.stack .testmonial-box .testimonial-content .testimonial-text, .testimonials.off-grid .testmonial-box .testimonial-content .testimonial-text {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.7;
  font-style: italic;
  color: #252525;
  padding: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .testimonials.stack .testmonial-box .testimonial-content .testimonial-text, .testimonials.off-grid .testmonial-box .testimonial-content .testimonial-text {
    font-size: 1.15rem;
  }
}
.testimonials.stack .testmonial-box .testimonial-content .customer-testimonial, .testimonials.off-grid .testmonial-box .testimonial-content .customer-testimonial {
  position: relative;
}
@media (max-width: 767px) {
  .testimonials.stack .testmonial-box .testimonial-content .customer-testimonial, .testimonials.off-grid .testmonial-box .testimonial-content .customer-testimonial {
    padding: 0;
  }
}
.testimonials.stack .testmonial-box .testimonial-content .icon, .testimonials.off-grid .testmonial-box .testimonial-content .icon {
  position: absolute;
  bottom: -3rem;
  right: 2rem;
  left: auto;
  display: block;
  font-size: 6rem;
  opacity: 0.2;
  color: #9c4f22;
  transform: scaleX(-1);
}
.testimonials.stack .testmonial-box .testimonial-content .customer-info, .testimonials.off-grid .testmonial-box .testimonial-content .customer-info {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  padding: 0 2rem;
}
.testimonials.stack .testmonial-box .testimonial-content .customer-info img, .testimonials.off-grid .testmonial-box .testimonial-content .customer-info img {
  width: 4.5rem;
  height: 4.5rem;
  border: 3px solid #9c4f22;
  border-radius: 50%;
  margin-bottom: 0.75rem;
}
.testimonials.stack .testmonial-box .testimonial-content .customer-info .customer-details, .testimonials.off-grid .testmonial-box .testimonial-content .customer-info .customer-details {
  display: inline-block;
  text-align: center;
}
.testimonials.stack .testmonial-box .testimonial-content .customer-info .customer-details .customer-name, .testimonials.off-grid .testmonial-box .testimonial-content .customer-info .customer-details .customer-name,
.testimonials.stack .testmonial-box .testimonial-content .customer-info .customer-details .customer-role,
.testimonials.off-grid .testmonial-box .testimonial-content .customer-info .customer-details .customer-role {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.testimonials.stack .testmonial-box .testimonial-content .customer-info .customer-details .customer-name, .testimonials.off-grid .testmonial-box .testimonial-content .customer-info .customer-details .customer-name {
  font-size: 1.15rem;
  font-weight: 700;
  color: #252525;
}
.testimonials.stack .testmonial-box .testimonial-content .customer-info .customer-details .customer-role, .testimonials.off-grid .testmonial-box .testimonial-content .customer-info .customer-details .customer-role {
  font-size: 1rem;
  color: #9c4f22;
}

.testimonials .swiper-container {
  margin-bottom: 3rem;
}
.testimonials.off-grid.bg-img-section .overlay-photo-image-bg,
.testimonials.off-grid.bg-img-section .overlay-color {
  width: 50%;
}
@media (max-width: 991px) {
  .testimonials.off-grid.bg-img-section .overlay-photo-image-bg,
.testimonials.off-grid.bg-img-section .overlay-color {
    width: 0;
  }
}
.testimonials.off-grid .testmonial-box .testimonial-content .customer-info {
  flex-direction: column;
  text-align: center;
  min-width: 25%;
}
@media (max-width: 767px) {
  .testimonials.off-grid .testmonial-box .testimonial-content .customer-info {
    padding: 0 1rem;
    margin-bottom: 1.5rem;
    min-width: unset;
  }
}
@media (max-width: 575px) {
  .testimonials.off-grid .testmonial-box .testimonial-content .customer-info {
    flex-direction: row;
    text-align: left;
  }
}
.testimonials.off-grid .testmonial-box .testimonial-content .customer-info::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 80%;
  top: 50%;
  transform: translateY(-50%);
  background-color: #9c4f22;
  border-radius: 1rem;
  right: 0;
}
@media (max-width: 575px) {
  .testimonials.off-grid .testmonial-box .testimonial-content .customer-info::before {
    display: none;
  }
}
@media (max-width: 575px) {
  .testimonials.off-grid .testmonial-box .testimonial-content .customer-info img {
    margin-right: 1rem;
  }
}
@media (max-width: 767px) {
  .testimonials.off-grid .testmonial-box .testimonial-content .customer-info .customer-details {
    text-align: left;
  }
}
.testimonials.stack .testmonial-box .testimonial-content {
  flex-direction: column;
  align-items: start;
}
.testimonials.stack .testmonial-box .testimonial-content .customer-info {
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .testimonials.stack .testmonial-box .testimonial-content .customer-info {
    padding: 0 1rem;
  }
}
.testimonials.stack .testmonial-box .testimonial-content .customer-info img {
  margin-right: 1rem;
}
.testimonials.stack .testmonial-box .testimonial-content .customer-info .customer-details {
  text-align: left;
}
.testimonials .rating-stars {
  padding: 0 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .testimonials .rating-stars {
    padding: 0 1rem;
  }
}
.testimonials .rating-stars .star-icon {
  color: #9c4f22;
  font-size: 0.85rem;
}
.testimonials .rating-stars .star-icon:not(:last-child) {
  margin-right: 0.5rem;
}
.testimonials .rating-stars .star-icon.off {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: #9c4f22;
  -webkit-text-stroke-width: 1px;
}
.testimonials .swiper-button-prev,
.testimonials .swiper-button-next {
  background-image: none;
  width: 4.5rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #fff;
  background: #9c4f22;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
  top: 0;
  bottom: auto;
  margin-top: 0;
}
.testimonials .swiper-button-prev:hover,
.testimonials .swiper-button-next:hover {
  background-color: rgba(156, 79, 34, 0.8);
}
.testimonials .swiper-button-prev {
  right: 0;
  left: auto;
  transform: translateX(-100%);
}
.testimonials .swiper-button-next {
  right: 0;
  left: auto;
}

/*  11- End testimonials Section   */
/*   12- Start contact-us Section  */
.main-form-wraper {
  position: relative;
}
.main-form-wraper.input-boxed label:not(.lbl-for-checkbox), .main-form-wraper.input-under-lined label:not(.lbl-for-checkbox) {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  text-transform: capitalize;
  position: absolute;
  font-size: 0.95rem;
  left: 0;
  top: 0px;
  color: #252525;
  transition: all 0.3s ease-in-out 0s;
}
.main-form-wraper.input-boxed input[type=email]:focus ~ label:not(.lbl-for-checkbox),
.main-form-wraper.input-boxed input[type=text]:focus ~ label:not(.lbl-for-checkbox),
.main-form-wraper.input-boxed input[type=password]:focus ~ label:not(.lbl-for-checkbox),
.main-form-wraper.input-boxed input[type=url]:focus ~ label:not(.lbl-for-checkbox),
.main-form-wraper.input-boxed input[type=search]:focus ~ label:not(.lbl-for-checkbox),
.main-form-wraper.input-boxed input[type=number]:focus ~ label:not(.lbl-for-checkbox),
.main-form-wraper.input-boxed textarea:focus ~ label:not(.lbl-for-checkbox), .main-form-wraper.input-boxed .input-wraper.has-text label, .main-form-wraper.input-under-lined input[type=email]:focus ~ label:not(.lbl-for-checkbox),
.main-form-wraper.input-under-lined input[type=text]:focus ~ label:not(.lbl-for-checkbox),
.main-form-wraper.input-under-lined input[type=password]:focus ~ label:not(.lbl-for-checkbox),
.main-form-wraper.input-under-lined input[type=url]:focus ~ label:not(.lbl-for-checkbox),
.main-form-wraper.input-under-lined input[type=search]:focus ~ label:not(.lbl-for-checkbox),
.main-form-wraper.input-under-lined input[type=number]:focus ~ label:not(.lbl-for-checkbox),
.main-form-wraper.input-under-lined textarea:focus ~ label:not(.lbl-for-checkbox), .main-form-wraper.input-under-lined .input-wraper.has-text label, .main-form-wraper input[type=email]:focus ~ label,
.main-form-wraper input[type=text]:focus ~ label,
.main-form-wraper input[type=password]:focus ~ label,
.main-form-wraper input[type=url]:focus ~ label,
.main-form-wraper input[type=search]:focus ~ label,
.main-form-wraper input[type=number]:focus ~ label,
.main-form-wraper textarea:focus ~ label {
  top: -30px;
  font-size: 1rem;
  font-weight: 600;
  color: #9c4f22;
}
.main-form-wraper .not-req {
  display: none;
}
.main-form-wraper .req {
  color: red;
}
.main-form-wraper .error-msg {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(50%);
  font-size: 0.85rem;
  color: red;
  display: none;
}
.main-form-wraper .done-msg {
  position: absolute;
  right: 1rem;
  bottom: 0;
  font-size: 1rem;
  background-color: green;
  color: #fff;
  padding: 0.5rem 0;
  visibility: hidden;
  opacity: 0;
  padding: 0.75rem 1.5rem;
  border-radius: 0.25rem;
  z-index: 11111111;
  transition: all 0.5s ease-in-out 0s;
}
.main-form-wraper .done-msg.show {
  visibility: visible;
  opacity: 1;
  margin-bottom: 5rem;
}
.main-form-wraper .input-wraper {
  position: relative;
  margin-bottom: 3rem;
}
.main-form-wraper .input-wraper .input-icon {
  position: absolute;
  left: auto;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  color: #5f5f5f;
}
.main-form-wraper .lbl-for-checkbox {
  margin: 0;
  padding: 0;
  margin-left: 0.5rem;
  text-transform: capitalize;
  color: #5f5f5f;
  font-size: 0.85rem;
  cursor: pointer;
}
.main-form-wraper input[type=email],
.main-form-wraper input[type=text],
.main-form-wraper input[type=password],
.main-form-wraper input[type=url],
.main-form-wraper input[type=search],
.main-form-wraper input[type=number],
.main-form-wraper textarea,
.main-form-wraper select{
  display: block;
  width: 100%;
  padding: 0.5rem;
  outline: none;
  border: 1px solid rgba(156, 79, 34, 0.5);
  transition: all 0.3s ease-in-out 0s;
  background: rgba(0, 0, 0, 0);
  color: #252525;
}
.float{position:fixed;width:60px;height:60px;bottom:10px;left:40px;background-color:#25d366;color:#FFF;border-radius:50px;text-align:center;font-size:30px;box-shadow: 2px 2px 3px #999;z-index:100;}
.my-float{margin-top:16px;}    
.main-form-wraper input[type=email] [type=submit]:focus,
.main-form-wraper input[type=text] [type=submit]:focus,
.main-form-wraper input[type=password] [type=submit]:focus,
.main-form-wraper input[type=url] [type=submit]:focus,
.main-form-wraper input[type=search] [type=submit]:focus,
.main-form-wraper input[type=number] [type=submit]:focus,
.main-form-wraper textarea [type=submit]:focus {
  outline: none !important;
}
.main-form-wraper textarea {
  min-height: 10rem;
}
.main-form-wraper .keep-me-logged-in {
  position: relative;
  display: flex;
  align-items: center;
}
.main-form-wraper .keep-me-logged-in .check-input {
  -webkit-appearance: none;
  width: 1rem;
  height: 1rem;
  border-radius: 0.25rem;
  border: 1px solid #9c4f22;
  outline: none;
  cursor: pointer;
}
.main-form-wraper .keep-me-logged-in .check-input:checked ~ .icon {
  opacity: 1;
  visibility: visible;
}
.main-form-wraper .keep-me-logged-in .icon {
  position: absolute;
  left: 2px;
  top: 4px;
  font-size: 0.75rem;
  color: #9c4f22;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.5s ease-in-out 0s;
}
.main-form-wraper input[type=submit] {
  outline: none;
  border: none;
}
.main-form-wraper.input-under-lined .input-wraper.has-text label {
  top: -20px;
}
.main-form-wraper.input-under-lined .input-wraper.has-text .b-border {
  transform: scaleX(1);
}
.main-form-wraper.input-under-lined .input-wraper .b-border {
  display: block;
  width: 100%;
  transform: scaleX(0);
  transform-origin: center;
  height: 2px;
  background: #9c4f22;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s ease-in-out 0s;
}
.main-form-wraper.input-under-lined label:not(.lbl-for-checkbox) {
  left: 0;
  top: 0px;
  transition: all 0.3s ease-in-out 0s;
}
.main-form-wraper.input-under-lined input[type=email],
.main-form-wraper.input-under-lined input[type=text],
.main-form-wraper.input-under-lined input[type=password],
.main-form-wraper.input-under-lined input[type=url],
.main-form-wraper.input-under-lined input[type=search],
.main-form-wraper.input-under-lined input[type=number],
.main-form-wraper.input-under-lined textarea {
  padding: 0.5rem 0;
  border: none;
  border-bottom: 1px solid rgba(156, 79, 34, 0.5);
}
.main-form-wraper.input-under-lined input[type=email]:focus ~ .b-border,
.main-form-wraper.input-under-lined input[type=text]:focus ~ .b-border,
.main-form-wraper.input-under-lined input[type=password]:focus ~ .b-border,
.main-form-wraper.input-under-lined input[type=url]:focus ~ .b-border,
.main-form-wraper.input-under-lined input[type=search]:focus ~ .b-border,
.main-form-wraper.input-under-lined input[type=number]:focus ~ .b-border,
.main-form-wraper.input-under-lined textarea:focus ~ .b-border {
  transform: scaleX(1);
}
.main-form-wraper.input-under-lined input[type=email]:focus ~ label:not(.lbl-for-checkbox),
.main-form-wraper.input-under-lined input[type=text]:focus ~ label:not(.lbl-for-checkbox),
.main-form-wraper.input-under-lined input[type=password]:focus ~ label:not(.lbl-for-checkbox),
.main-form-wraper.input-under-lined input[type=url]:focus ~ label:not(.lbl-for-checkbox),
.main-form-wraper.input-under-lined input[type=search]:focus ~ label:not(.lbl-for-checkbox),
.main-form-wraper.input-under-lined input[type=number]:focus ~ label:not(.lbl-for-checkbox),
.main-form-wraper.input-under-lined textarea:focus ~ label:not(.lbl-for-checkbox) {
  top: -20px;
}
.main-form-wraper.input-boxed {
  padding-top: 30px;
}
.main-form-wraper.input-boxed label:not(.lbl-for-checkbox) {
  font-size: 1rem;
  font-weight: 600;
  top: -30px;
  left: 0;
  transition: all 0.3s ease-in-out 0s;
}
.main-form-wraper.input-boxed input[type=email]:focus,
.main-form-wraper.input-boxed input[type=text]:focus,
.main-form-wraper.input-boxed input[type=password]:focus,
.main-form-wraper.input-boxed input[type=url]:focus,
.main-form-wraper.input-boxed input[type=search]:focus,
.main-form-wraper.input-boxed input[type=number]:focus,
.main-form-wraper.input-boxed textarea:focus {
  border-color: #9c4f22;
}
.contact-info .map-box .mapouter {
  position: relative;
  text-align: right;
  height: 500px;
  width: 100%;
}
.contact-info .map-box .mapouter .gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 500px;
  width: 100%;
}
.contact-info .map-box .mapouter .map-iframe {
  width: 100%;
  height: 500px;
  border: none;
}
@media (max-width: 1199px) {
  .contact-info .map-box {
    margin-bottom: 3rem;
  }
}
.contact-info .info-section {
  padding: 2rem 0;
}
.contact-info .info-panel {
  margin-bottom: 2rem;
  display: flex;
  align-items: start;
}
.contact-info .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9c4f22;
  font-size: 1.5rem;
  margin-right: 1rem;
}
.contact-info .info-title {
  text-transform: capitalize;
  font-family: "Roboto slab", "sans-serif";
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #9c4f22;
}
.contact-info .info-text {
  text-transform: capitalize;
  font-size: 1rem;
  font-weight: 600;
  color: #5f5f5f;
  margin: 0;
  margin-bottom: 0.5rem;
}
.contact-info .link {
  display: block;
  text-transform: lowercase;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  color: #5f5f5f;
  margin-bottom: 0.5rem;
}
.contact-info .link:hover {
  color: #121212;
}

.contact-us-image {
  padding-top: 1.25rem;
  padding-bottom: 2.5rem;
  text-align: center;
}

/*End user-form Rules*/
/*   12- End contact-us Section  */
/*  13- Start take-action Section   */
.take-action {
  background: #9c4f22;
  padding: 150px 0;
}
.take-action .wave-shape {
  background: #9c4f22;
}
.take-action .section-heading .section-title {
  color: #f1f1f1;
}
.take-action .section-heading .section-subtitle {
  color: #f1f1f1;
}
.take-action .section-heading .line-on-side,
.take-action .section-heading .line-on-center {
  background-color: #fff;
}
.take-action .ma-btn-primary {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.take-action .ma-btn-primary:hover {
  background-color: #9c4f22;
  border-color: #9c4f22;
  color: #fff;
}
.take-action .overlay-photo-image-bg {
  background-image: url("../assets/images/sections-bg-images/take-action.jpg");
  opacity: 1;
}
.take-action .overlay-color {
  opacity: 0.5 !important;
}
.take-action .cta-wrapper .cta-title {
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .take-action .cta-wrapper .cta-title {
    margin-bottom: 1.25rem;
  }
}
.take-action .cta-wrapper .email-capture-form {
  position: relative;
}
.take-action .cta-wrapper .email-capture-form .email-lbl {
  text-transform: capitalize;
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  margin: 0 0 0.5rem 0;
  text-align: left;
}
.take-action .cta-wrapper .email-capture-form .captured-email {
  display: inline-block;
  font-size: 1.5rem;
  width: 100%;
  margin-bottom: 1.5rem;
  outline: none;
  padding: 0.25rem 1rem;
  border: 2px solid #fff;
  border-radius: 5rem;
  text-align: center;
  background: rgba(0, 0, 0, 0);
  color: #fff;
}
.take-action .cta-wrapper .email-capture-form .captured-email::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.take-action .cta-wrapper .email-capture-form .email-warning {
  position: absolute;
  bottom: -1.25rem;
  left: 0;
  font-size: 0.75rem;
  font-style: italic;
  color: #f1f1f1;
}
.take-action .cta-wrapper .email-capture-form .subscripe-btn {
  display: block;
  margin: 0 auto;
  border: 2px solid;
  border-radius: 5rem;
  padding: 0.5rem 3rem;
  font-size: 1rem;
  font-weight: 700;
  text-transform: capitalize;
  cursor: pointer;
  background: #fff;
  color: #9c4f22;
  transition: all 0.5s ease-in-out 0s;
}
.take-action .cta-wrapper .email-capture-form .subscripe-btn:hover {
  background: transparent;
  color: #fff;
  border-color: #fff;
  transform: translateY(-2px);
}
.take-action .cta-wrapper .email-capture-form .subscripe-btn:focus {
  outline: none !important;
}

.subscribe .overlay-photo-image-bg {
  background-image: url("../assets/images/sections-bg-images/subscribe.jpg");
  opacity: 1;
}
.subscribe .overlay-color {
  opacity: 0.5 !important;
}
.subscribe .section-heading .section-title {
  color: #f1f1f1;
}
.subscribe .section-heading .section-subtitle {
  color: #f1f1f1;
}
.subscribe .section-heading .line-on-side,
.subscribe .section-heading .line-on-center {
  background-color: #fff;
}
.subscribe .cta-wrapper {
  padding: 2rem 0;
}
@media (max-width: 767px) {
  .subscribe .cta-wrapper {
    padding: 0;
  }
}
.subscribe.subscribe-2-cols .section-heading {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .subscribe.subscribe-2-cols .section-heading {
    margin-bottom: 1rem;
  }
}
.subscribe.subscribe-2-cols .section-heading .section-title {
  margin-bottom: 0;
}
.subscribe .form-group {
  padding: 0;
  margin: 0;
  position: relative;
}
.subscribe .form-group input[type=email] {
  font-size: 1.75rem;
  width: 100%;
  padding: 0.5rem 1rem;
  outline: none !important;
  border: 1px solid rgba(0, 0, 0, 0);
  color: #4d4d4d;
  background: #fff;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
@media (max-width: 991px) {
  .subscribe .form-group input[type=email] {
    font-size: 1.5rem;
  }
}
@media (max-width: 575px) {
  .subscribe .form-group input[type=email] {
    font-size: 1rem;
  }
}
.subscribe .subscribe-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0.5rem 2rem;
}
.subscribe .subscribe-btn:hover {
  background: #9c4f22;
  color: #fff;
  border-color: #9c4f22;
}
@media (max-width: 575px) {
  .subscribe .subscribe-btn {
    padding: 0.5rem 1rem;
  }
}
.subscribe .mc-form-wraper {
  position: relative;
}
.subscribe .mc-form-wraper .mailchimp-alerts {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: -1;
  transition: all 0.5s ease-in-out 0s;
}
.subscribe .mc-form-wraper .mailchimp-alerts.show-message {
  top: 110%;
  transform: translateY(0);
  z-index: 1;
}
.subscribe .mc-form-wraper .mailchimp-alerts .mc-msg {
  color: #fff;
}
.subscribe .mc-form-wraper .mailchimp-alerts .mc-msg.active {
  padding: 0.5rem 0.75rem;
}
.subscribe .mc-form-wraper .mailchimp-alerts .mc-submitting {
  background-color: rgba(255, 165, 0, 0.5);
}
.subscribe .mc-form-wraper .mailchimp-alerts .mc-success {
  background-color: rgba(0, 128, 0, 0.5);
}
.subscribe .mc-form-wraper .mailchimp-alerts .mc-error {
  background-color: rgba(255, 0, 0, 0.5);
}

/*  13- End take-action Section   */
/*   14- Start page-footer Section  */
.page-footer {
  padding-top: 4rem;
  position: relative;
}

.footer-cols {
  overflow: hidden;
  margin-bottom: 2rem;
}

.footer-col {
  margin-bottom: 1.5rem;
}

.footer-col-title {
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 1rem;
  color: #252525;
}

.footer-text-about-us {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  padding-right: 1rem;
  margin-bottom: 1.25rem;
  color: #4d4d4d;
}

.sc-wraper {
  padding: 0;
}

.contact-info-card {
  font-weight: 600;
  padding: 0;
  padding-bottom: 1rem;
  border-radius: 0.5rem;
  transition: all 0.3s ease-in-out 0s;
}
.contact-info-card:last-of-type {
  padding-bottom: 0;
}
.contact-info-card .icon {
  font-size: 1.25rem;
  width: 1.5rem;
  text-align: center;
  margin-right: 0.5rem;
  vertical-align: middle;
  color: #9c4f22;
}
.contact-info-card .info {
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 500;
  color: #4d4d4d;
  display: inline-block;
  transition: all 0.25s ease-in-out 0s;
}
.contact-info-card .info:hover {
  color: #9c4f22;
  transform: translateX(0.25rem);
}

.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-menu-item {
  display: block;
  position: relative;
  padding-bottom: 1rem;
}
.footer-menu-link {
  font-weight: 500;
  font-size: 0.85rem;
  text-decoration: none;
  text-transform: capitalize;
  text-decoration: none;
  color: #5f5f5f;
  display: inline-block;
  transition: all 0.25s ease-in-out 0s;
}
.footer-menu-link:hover {
  color: #9c4f22;
  text-decoration: none;
  transform: translateX(0.25rem);
}

.copyrights {
  padding: 0.5rem 0;
  overflow: hidden;
}
.copyrights .creadits {
  text-align: left;
  font-weight: 600;
  margin: 0;
  font-size: 0.85rem;
  color: #4d4d4d;
}
.copyrights .creadits .link {
  font-weight: 600;
  color: #9c4f22;
  text-decoration: none;
}
.copyrights .terms-links {
  text-align: right;
}
.copyrights .terms-links > a {
  text-decoration: none !important;
  font-weight: 600;
  transition: all 0.5s ease-in-out 0s;
  color: #4d4d4d;
  text-decoration: none;
}

.dark-color-footer {
  background-color: #252525;
}
.dark-color-footer .footer-col-title,
.dark-color-footer .contact-info-card .icon,
.dark-color-footer .sc-wraper .sc-list .sc-item:hover .sc-icon,
.dark-color-footer .terms-links,
.dark-color-footer .copyrights .creadits .link,
.dark-color-footer .terms-links > a:hover {
  color: #9c4f22;
  
}
.dark-color-footer .footer-text-about-us,
.dark-color-footer .contact-info-card .info,
.dark-color-footer .contact-info-card .info:hover,
.dark-color-footer .footer-menu .footer-menu-link,
.dark-color-footer .copyrights .creadits,
.dark-color-footer .terms-links > a {
  color: #f1f1f1;
}
.dark-color-footer .contact-info-card .info:hover,
.dark-color-footer .footer-menu .footer-menu-link:hover,
.dark-color-footer .copyrights .creadits .link {
  color: #fff;
}

.light-color-footer {
  background-color: #f1f1f1;
}
.light-color-footer .footer-col-title,
.light-color-footer .contact-info-card .icon,
.light-color-footer .terms-links,
.light-color-footer .copyrights .creadits .link,
.light-color-footer .sc-wraper .sc-list .sc-item:hover .sc-icon {
  color: #9c4f22;
}
.light-color-footer .footer-text-about-us,
.light-color-footer .contact-info-card .info,
.light-color-footer .footer-menu .footer-menu-link,
.light-color-footer .copyrights .creadits,
.light-color-footer .terms-links > a {
  color: #4d4d4d;
}
.light-color-footer .contact-info-card .info:hover,
.light-color-footer .footer-menu .footer-menu-link:hover,
.light-color-footer .terms-links > a:hover {
  color: #252525;
}

.main-color-footer {
  background-color: #9c4f22;
  border-top: 2px solid #fff;
}
.main-color-footer .copyrights {
  border-color: #f1f1f1;
}
.main-color-footer .sc-wraper .sc-list .sc-item:hover .sc-icon {
  color: #9c4f22;
}
.main-color-footer .contact-info-card .icon,
.main-color-footer .terms-links,
.main-color-footer .copyrights .creadits .link {
  color: #f1f1f1;
}
.main-color-footer .footer-col-title,
.main-color-footer .footer-text-about-us,
.main-color-footer .contact-info-card .info,
.main-color-footer .footer-menu .footer-menu-link,
.main-color-footer .copyrights .creadits,
.main-color-footer .terms-links > a {
  color: #f1f1f1;
}
.main-color-footer .contact-info-card .info:hover,
.main-color-footer .footer-menu .footer-menu-link:hover,
.main-color-footer .terms-links > a:hover {
  color: #fff;
}

.index-page-footer {
  padding: 20px 0;
  text-align: center;
  border-top: 2px solid rgba(156, 79, 34, 0.5);
}
.index-page-footer .footer-brand {
  text-decoration: none;
  display: inline-block;
  padding-bottom: 1rem;
  width: auto;
}
.index-page-footer .footer-brand img {
  width: 120px;
}
.index-page-footer .copyrights {
  display: block;
  text-align: center;
  color: #9c4f22;
  font-size: 0.8rem;
  font-weight: 500;
  margin: 0;
}

/*   14- End page-footer Section  */
/*   15- Start blog Page  */
.blog .box {
  box-shadow: 0px 3px 20px 0px rgba(18, 18, 18, 0.1);
}
.blog .posts-pagination {
  margin: 2rem 0;
}
.blog .posts-pagination .deactive-posts-page-item {
  pointer-events: none;
  background-color: #f1f1f1 !important;
  border-color: #5f5f5f !important;
  opacity: 0.5;
}
.blog .posts-pagination .deactive-posts-page-item .posts-page-link {
  color: rgba(95, 95, 95, 0.5) !important;
}
.blog .posts-pagination .posts-page-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  background-color: #fff;
  color: #9c4f22;
  border: 1px solid;
  border-color: #9c4f22;
  transition: all 0.3s ease 0s;
}
.blog .posts-pagination .posts-page-item:not(:last-child) {
  margin-right: 0.5rem;
}
.blog .posts-pagination .posts-page-item:hover, .blog .posts-pagination .posts-page-item.active {
  background-color: #9c4f22;
  color: #fff;
}
.blog .posts-pagination .posts-page-item:hover .posts-page-link, .blog .posts-pagination .posts-page-item.active .posts-page-link {
  color: #fff;
}
.blog .posts-pagination .posts-page-item.active {
  pointer-events: none;
}
.blog .posts-pagination .posts-page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  box-shadow: none !important;
  color: #9c4f22;
  text-decoration: none;
  font-size: 1.25rem;
}
.blog .blog-sidebar {
  padding-left: 2rem;
}
@media (max-width: 991px) {
  .blog .blog-sidebar {
    padding-left: 0;
  }
}
.blog .sidebar-box {
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: 0.25rem;
}
.blog .sidebar-box .sidebar-list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.blog .sidebar-box .sidebar-box-title {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #252525;
  text-transform: capitalize;
  border-bottom: 1px solid #9c4f22;
  padding: 1rem 0;
}
.blog .sidebar-box .sidebar-box-title .icon {
  margin-right: 0.5rem;
  color: #9c4f22;
  font-size: 1rem;
}
.blog .search .search-form {
  position: relative;
  z-index: 0;
}
.blog .search .search-input {
  border: 2px solid rgba(156, 79, 34, 0.5);
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
  outline: none;
  -webkit-appearance: none;
  width: 100%;
  transition: all 0.5s ease-in-out 0s;
}
.blog .search .search-input:focus {
  border-color: #9c4f22;
}
.blog .search .search-btn {
  position: absolute;
  width: 50px;
  height: 100%;
  -webkit-appearance: none;
  border: none;
  outline: none;
  background: #9c4f22;
  right: 0rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.blog .search .search-btn .icon {
  color: #fff;
  transition: all 0.5s ease-in-out 0s;
}
.blog .cats .cat-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.blog .cats .cat-item:last-child {
  margin-bottom: 0;
}
.blog .cats .cat-item .cat-link {
  font-weight: 600;
  color: #252525;
  text-transform: capitalize;
  text-decoration: none;
  transition: color 0.3s ease 0s;
}
.blog .cats .cat-item .cat-link:hover {
  color: #9c4f22;
}
.blog .cats .cat-item .cat-count {
  width: 2rem;
  height: 2rem;
  color: #fff;
  background: #9c4f22;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog .tags .tags-list {
  list-style: none;
  padding: 0;
  margin-bottom: 0.5rem;
}
.blog .tags .tags-icon-label,
.blog .tags .tag-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0.5rem;
  margin: 0.25rem 0.25rem 0.5rem;
  border: 1px solid #9c4f22;
  border-radius: 0.25rem;
  background-color: #fff;
  transition: all 0.3s ease 0s;
}
.blog .tags .tags-icon-label {
  min-width: 3rem;
  color: #fff;
  background: #9c4f22;
}
.blog .tags .tags-icon-label .icon {
  font-size: 0.75rem;
  line-height: 1.3 !important;
}
.blog .tags .tag-item {
  color: #9c4f22;
}
.blog .tags .tag-item .tag-link {
  font-weight: 700;
  color: #9c4f22;
  text-decoration: none;
  text-transform: capitalize;
  line-height: 1.3 !important;
  font-size: 0.75rem;
  transition: all 0.3s ease 0s;
    
}
.blog .tags .tag-item:hover {
  background-color: #9c4f22;
}
.blog .tags .tag-item:hover .tag-link {
  color: #fff;
}
.blog .recent-posts .r-post-item {
  padding: 0.5rem 0;
  margin-bottom: 1rem;
}
.blog .recent-posts .r-post-item:last-child {
  margin-bottom: 1rem;
}
.blog .recent-posts .r-post-item .r-post-link {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.blog .recent-posts .r-post-img-wraper {
  margin-right: 1rem;
  overflow: hidden;
  width: 4rem;
  height: 4rem;
  flex-shrink: 0;
}
.blog .recent-posts .r-post-img {
  width: 100%;
  height: 100%;
}
.blog .recent-posts .content {
  text-transform: capitalize;
}
.blog .recent-posts .content .r-post-title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
  color: #252525;
  transition: color 0.3s ease 0s;
}
.blog .recent-posts .content .r-post-title:hover {
  color: #9c4f22;
}
.blog .recent-posts .content .r-post-date {
  font-size: 0.9rem;
  color: #5f5f5f;
}
.blog .posts-grid .post-box {
  position: relative;
  margin: 1rem 0;
  border-radius: 0.25rem;
box-shadow: 0px 0px 15px 0 lightgrey;
background-color: #ffffff47;
padding: 0 20px;
}
.blog .posts-grid .post-box:hover .post-img-wraper .overlay-color {
  opacity: 0.5;
}
.blog .posts-grid .post-box:hover .post-img-wraper .post-img {
  transform: scale(1.1);
}
.blog .posts-grid .post-box:hover .post-img-wraper .icon {
  top: 50%;
  visibility: visible;
  opacity: 1;
}
.blog .posts-grid .post-link {
  text-decoration: none;
}
.blog .posts-grid .post-img-wraper {
  max-height: 400px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 0.5rem;
  border-radius: 0.25rem 0.25rem 0 0;
  position: relative;
}
.blog .posts-grid .post-img-wraper .overlay-color {
  opacity: 0;
  z-index: 1;
}
.blog .posts-grid .post-img-wraper .post-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: all 0.5s ease-in-out 0s;
}
.blog .posts-grid .post-img-wraper .icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  color: #fff;
  z-index: 40;
  width: 4rem;
  height: 3rem;
  background-color: rgba(156, 79, 34, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out 0s;
}
.blog .posts-grid .post-img-wraper .post-date {
  position: absolute;
  color: #fff;
  background: #9c4f22;
  padding: 0.5rem;
  top: 1.5rem;
  right: 1.5rem;
  left: auto;
  font-size: 1.1rem;
  font-weight: 600;
  text-align: center;
  z-index: 30;
}
.blog .posts-grid .post-img-wraper .post-date .day {
  display: block;
  font-size: 3rem;
  font-weight: 700;
}
.blog .posts-grid .post-summary {
  padding: 0.5rem 2rem 2rem 0;
}
.blog .posts-grid .post-summary .post-info {
  margin-bottom: 1rem;
}
.blog .posts-grid .post-summary .post-info .info {
  position: relative;
  display: inline-block;
  font-size: 0.85em;
  text-transform: capitalize;
  text-decoration: none;
  margin-right: 2rem;
  margin-bottom: 0.75rem;
  color: #5f5f5f;
  transition: color 0.3s ease 0s;
}
.blog .posts-grid .post-summary .post-info .info:not(:last-child):before {
  content: "|";
  margin: 0 10px;
  position: absolute;
  left: 100%;
  color: #5f5f5f;
}
.blog .posts-grid .post-summary .post-info .info:hover {
  color: #9c4f22;
}
.blog .posts-grid .post-summary .post-info .info .icon {
  color: #9c4f22;
  margin-right: 0.5rem;
}
.blog .posts-grid .post-summary .post-title {
  color: #252525;
  font-family: "Roboto slab", "sans-serif";
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.5;
  margin-bottom: 1rem;
  text-transform: capitalize;
  transition: color 0.3s ease 0s;
}
.blog .posts-grid .post-summary .post-title:hover {
  color: #9c4f22;
}
.blog .posts-grid .post-summary .post-excerpt {
  color: #5f5f5f;
}
.blog.blog-post {
  margin-top: 8rem;
}
.blog .post-main-area {
  margin: 1rem 0;
}
.blog .post-main-area .breadcrumb {
  display: flex;
  align-items: center;
  justify-content: start;
  background: transparent;
  margin: 0;
  padding: 0;
  margin-bottom: 1rem;
}
.blog .post-main-area .breadcrumb .icon {
  margin-right: 0.5rem;
}
.blog .post-main-area .breadcrumb-item {
  color: #9c4f22;
  text-transform: capitalize;
  font-weight: 700;
}
.blog .post-main-area .breadcrumb-item:before {
  /*Breadcrumb Separator Color*/
  color: #9c4f22;
  padding-right: 0.5rem;
}
.blog .post-main-area .breadcrumb-item.active {
  color: rgba(156, 79, 34, 0.5);
}
.blog .post-main-area .breadcrumb-link {
  color: #9c4f22;
  text-decoration: none;
  transition: color 0.25s ease-in 0s;
}
.blog .post-main-area .breadcrumb-link:hover {
  color: #9c4f22;
}
.blog .post-main-area .panel {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}
.blog .post-main-area .panel .panel-title {
  margin-bottom: 0.75rem;
  font-size: 1.75rem;
  font-weight: 700;
  color: #252525;
  text-transform: capitalize;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
}
.blog .post-main-area .float-start-direction {
  float: left;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  margin-right: 1.5rem;
  width: 50%;
}
.blog .post-main-area .float-end-direction {
  float: right;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  margin-left: 1.5rem;
  width: 50%;
}
.blog .post-main-area .post-title {
  font-family: "Roboto slab", "sans-serif";
  font-size: 3rem;
  font-weight: 800;
  text-transform: capitalize;
  color: #252525;
}
@media (max-width: 991px) {
  .blog .post-main-area .post-title {
    font-size: 2.25rem;
    margin-bottom: 3rem;
  }
}
.blog .post-main-area .share-title {
  margin-right: 1.5rem;
  margin-bottom: 0%;
  text-transform: capitalize;
  color: #5f5f5f;
  font-weight: 800;
}
.blog .post-main-area .social {
  display: flex;
  align-items: start;
  justify-content: flex-end;
  margin-bottom: 1rem;
}
.blog .post-main-area .social .share-us {
  align-items: center;
}
.blog .post-main-area .post-featured-area {
  width: 100%;
  height: auto;
  max-height: 450px;
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 0.25rem 0.25rem 0 0;
}
.blog .post-main-area .post-featured-area .featured-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: all 1s ease-in-out 0s;
}
.blog .post-main-area .post-featured-area .swiper-container {
  width: 100%;
  height: auto;
  max-height: 450px;
  margin-left: auto;
  margin-right: auto;
}
.blog .post-main-area .post-featured-area .swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.blog .post-main-area .post-featured-area .swiper-container .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
.blog .post-main-area .post-featured-area .swiper-container .swiper-button-prev,
.blog .post-main-area .post-featured-area .swiper-container .swiper-button-next {
  background-image: none;
  background-image: none;
  width: 4.5rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #fff;
  background: #9c4f22;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
}
.blog .post-main-area .post-featured-area .swiper-container .swiper-button-prev:hover,
.blog .post-main-area .post-featured-area .swiper-container .swiper-button-next:hover {
  background-color: rgba(156, 79, 34, 0.8);
}
.blog .post-main-area .post-featured-area .swiper-container .swiper-button-prev:hover,
.blog .post-main-area .post-featured-area .swiper-container .swiper-button-next:hover {
  background-color: #9c4f22;
}
.blog .post-main-area .post-featured-area .video-source {
  width: 100%;
  height: 450px;
}
.blog .post-main-area .post-info {
  margin-bottom: 3rem;
}
.blog .post-main-area .post-info .info {
  position: relative;
  display: inline-block;
  font-size: 0.85em;
  text-transform: capitalize;
  text-decoration: none;
  margin-right: 2rem;
  margin-bottom: 0.75rem;
  color: #5f5f5f;
  transition: color 0.3s ease 0s;
}
.blog .post-main-area .post-info .info:hover {
  color: #9c4f22;
}
.blog .post-main-area .post-info .info:not(:last-child):before {
  content: "|";
  margin: 0 10px;
  position: absolute;
  left: 100%;
  color: #5f5f5f;
}
.blog .post-main-area .post-info .info .icon {
  margin-right: 0.5rem;
  color: #9c4f22;
}
.blog .post-main-area .post-content {
  margin-bottom: 1.5rem;
}
.blog .post-main-area .post-content img {
  border-radius: 0.25rem;
}
.blog .post-main-area .post-content a {
  color: #9c4f22;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
}
.blog .post-main-area .post-content a:hover {
  color: #121212;
  text-decoration: underline;
}
.blog .post-main-area .post-content .post-heading {
  font-size: 1.75rem;
  font-weight: 600;
  font-family: "Roboto slab", "sans-serif";
  line-height: 1.2;
  text-transform: capitalize;
  color: #252525;
  margin-bottom: 1rem;
}
.blog .post-main-area .post-content .post-text {
  overflow: hidden;
  font-size: 1.25rem;
  color: #5f5f5f;
  line-height: 1.6;
  margin-bottom: 1.25rem;
}
.blog .post-main-area .post-content .post-img-wraper {
  margin: 1rem 0;
  height: 30rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .blog .post-main-area .post-content .post-img-wraper {
    height: 20rem;
  }
}
.blog .post-main-area .post-content .post-img-wraper img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.blog .post-main-area .post-content .first-litter::first-letter {
  font-size: 4rem;
  line-height: 4rem;
  float: left;
  font-weight: 900;
  padding-right: 1rem;
  text-transform: capitalize;
  color: #9c4f22;
}
.blog .post-main-area .post-content .post-list {
  list-style: none;
  margin: 0;
  margin-bottom: 1.5rem;
  padding-left: 0;
}
.blog .post-main-area .post-content .post-list .post-list-item {
  color: #5f5f5f;
  padding: 0.5rem 0;
  position: relative;
  font-size: 1.25rem;
  display: flex;
  align-items: baseline;
}
.blog .post-main-area .post-content .post-list .post-list-item .post-list-text {
  text-transform: capitalize;
}
.blog .post-main-area .post-content .post-list .post-list-item .icon {
  font-size: 0.75rem;
  color: #9c4f22;
  margin-right: 0.5rem;
}
.blog .post-main-area .post-content blockquote {
  margin: 2rem 0;
  padding: 3rem 2rem;
  border: none;
  border-left: 0.25rem solid #9c4f22;
  border-top-left-radius: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
  position: relative;
  overflow: hidden;
  background-color: #252525;
}
.blog .post-main-area .post-content blockquote .post-quote {
  font-size: 1.5rem;
  font-weight: 500;
  font-style: italic;
  color: #f1f1f1;
  display: block;
  padding: 1.5rem 0;
}
.blog .post-main-area .post-content blockquote .person-name {
  position: absolute;
  right: 2rem;
  bottom: 1rem;
  display: block;
  font-size: 1rem;
  font-weight: 500;
  text-transform: capitalize;
  color: #9c4f22;
}
.blog .post-main-area .post-content blockquote .icon {
  position: absolute;
  top: 1rem;
  left: 2rem;
  color: rgba(156, 79, 34, 0.35);
  font-size: 2rem;
}
@media (max-width: 991px) {
  .blog .post-main-area .post-content blockquote {
    padding: 2rem;
  }
  .blog .post-main-area .post-content blockquote .icon {
    left: 3rem;
  }
}
.blog .post-main-area .other-posts .other-post-link {
  text-decoration: none;
}
.blog .post-main-area .other-posts .other-post-link:hover img {
  transform: scale(1.05);
  filter: grayscale(0);
}
.blog .post-main-area .other-posts .other-post-link:hover .icon {
  background: #9c4f22;
}
.blog .post-main-area .other-posts .other-post-link:hover .other-post-title {
  color: #9c4f22;
}
.blog .post-main-area .other-posts .other-post-img {
  position: relative;
  border-radius: 0.25rem;
  overflow: hidden;
}
.blog .post-main-area .other-posts .other-post-img > img {
  filter: grayscale(0.5);
  transition: all 0.5s ease-in-out 0s;
  transform-origin: center;
}
.blog .post-main-area .other-posts .other-post-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  text-transform: capitalize;
  color: #252525;
  padding-top: 1.5rem;
  margin: 0;
  transition: color 0.2s ease-in-out 0s;
}
.blog .post-main-area .other-posts .prev-post,
.blog .post-main-area .other-posts .next-post {
  position: relative;
}
.blog .post-main-area .other-posts .prev-post .icon,
.blog .post-main-area .other-posts .next-post .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: none;
  width: 4.5rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #fff;
  background: #9c4f22;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
}
.blog .post-main-area .other-posts .prev-post .icon:hover,
.blog .post-main-area .other-posts .next-post .icon:hover {
  background-color: rgba(156, 79, 34, 0.8);
}
.blog .post-main-area .other-posts .prev-post .icon {
  left: 1rem;
}
.blog .post-main-area .other-posts .next-post .icon {
  right: 1rem;
}
.blog .post-main-area .author-profile .author-avatar {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  border: 3px solid #9c4f22;
}
.blog .post-main-area .author-profile .avatar-img {
  width: 100%;
  height: 100%;
}
.blog .post-main-area .author-profile .author-disc {
  overflow: hidden;
  padding: 1rem;
  padding-top: 0;
}
.blog .post-main-area .author-profile .author-disc .author-link {
  text-decoration: none;
  color: #9c4f22;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: capitalize;
}
.blog .post-main-area .author-profile .author-disc .author-bio {
  font-size: 0.9rem;
  font-weight: 600;
  color: #5f5f5f;
}
.blog .post-main-area .comments-area .comment-wraper {
  margin-bottom: 2rem;
}
.blog .post-main-area .comments-area .comment-reply {
  padding-left: 3rem;
}
.blog .post-main-area .comments-area .author-avatar {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  border: 3px solid #9c4f22;
}
.blog .post-main-area .comments-area .author-avatar .author-avatar-img {
  width: 100%;
  height: 100%;
}
.blog .post-main-area .comments-area .comment-body {
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(156, 79, 34, 0.5);
  padding: 1rem;
  padding-top: 0;
  overflow: hidden;
}
.blog .post-main-area .comments-area .comment-body .comment-author-link {
  text-decoration: none;
  color: #9c4f22;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: capitalize;
  transition: color 0.3s ease-in-out 0s;
}
.blog .post-main-area .comments-area .comment-body .comment-date {
  margin-bottom: 1rem;
}
.blog .post-main-area .comments-area .comment-body .comment-date .date-link {
  font-size: 0.8rem;
  color: #5f5f5f;
  text-decoration: none;
}
.blog .post-main-area .comments-area .comment-body .comment-text {
  font-size: 1rem;
  color: #5f5f5f;
}
.blog .post-main-area .comments-area .comment-body .reply-action {
  text-align: right;
}
.blog .post-main-area .comments-area .comment-body .reply-action .reply-link {
  text-decoration: none;
  text-transform: uppercase;
  color: rgba(156, 79, 34, 0.7);
  font-size: 1rem;
  font-weight: 600;
  position: relative;
  padding-left: 1.5rem;
}
.blog .post-main-area .comments-area .comment-body .reply-action .reply-link:hover {
  color: #9c4f22;
}
.blog .post-main-area .comments-area .comment-body .reply-action .reply-link .icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #9c4f22;
}

/*   15- End blog Page  */
/*  16- Start 404 Page  */
.err-404 {
  position: relative;
  z-index: 0;
  height: 100vh;
  padding: 120px 0;
  background: -webkit-linear-gradient(45deg, #ff4800, #9c4f22);
}
@media (max-width: 991px) {
  .err-404 {
    height: auto;
    min-height: 100vh;
  }
}
@media (max-height: 600px) {
  .err-404 {
    height: auto;
  }
}
.err-404 .overlay-shape-image-bg {
  background-image: url("../assets/images/hero/shapes-bg.html");
  opacity: 0.5;
}
.err-404 .overlay-photo-image-bg {
  background-image: url("../assets/images/sections-bg-images/404.jpg");
  opacity: 0.5;
  z-index: -1;
}
.err-404 .img-wraper {
  text-align: center;
  margin-bottom: 1rem;
}
.err-404 .img-wraper .img-404 {
  max-width: 500px;
  width: 100%;
  height: auto;
  display: inline-block;
  margin-top: -6rem;
}
.err-404 .err-title {
  font-size: 15rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 0;
  color: #fff;
}
@media (max-width: 991px) {
  .err-404 .err-title {
    font-size: 6rem;
  }
}
.err-404 .err-subtitle {
  color: #f1f1f1;
  font-size: 4rem;
  font-family: "Roboto slab", "sans-serif";
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .err-404 .err-subtitle {
    font-size: 2rem;
  }
}
.err-404 .err-text {
  color: #f1f1f1;
  font-size: 1.25rem;
  text-transform: capitalize;
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .err-404 .err-text {
    font-size: 1rem;
  }
}
.err-404 .search-form {
  position: relative;
  z-index: 0;
  margin-bottom: 2rem;
}
.err-404 .search-input {
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 5rem;
  font-size: 1.1rem;
  padding: 0.5rem 1rem;
  outline: none;
  color: #9c4f22;
  -webkit-appearance: none;
  width: 100%;
  transition: all 0.5s ease-in-out 0s;
}
.err-404 .search-input:focus {
  border-color: white;
}
.err-404 .search-btn {
  position: absolute;
  width: 70px;
  height: 100%;
  -webkit-appearance: none;
  border: none;
  outline: none;
  background: #9c4f22;
  right: 0rem;
  top: 50%;
  transform: translateY(-50%);
  border-top-left-radius: 0;
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 0;
  transition: all 0.5s ease-in-out 0s;
  cursor: pointer;
}
.err-404 .search-btn .icon {
  color: #fff;
  transition: all 0.5s ease-in-out 0s;
}
.err-404 .search-btn:hover {
  background: #fff;
}
.err-404 .search-btn:hover .icon {
  color: #9c4f22;
}

/*  16- End 404 Page  */
/*  17- Start benefits Section  */
.benefits .benefits-boxes-area {
  position: relative;
  border: 1px solid rgba(156, 79, 34, 0.5);
}
.benefits .benefits-boxes-area::before, .benefits .benefits-boxes-area::after {
  content: "";
  position: absolute;
  background-color: rgba(156, 79, 34, 0.5);
  z-index: 1;
}
.benefits .benefits-boxes-area::before {
  height: 1px;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.benefits .benefits-boxes-area::after {
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(50%);
}
@media (max-width: 575px) {
  .benefits .benefits-boxes-area::before, .benefits .benefits-boxes-area::after {
    display: none;
  }
}
.benefits .benefits-boxes-area .benefit-box {
  overflow: hidden;
  transition: all 0.5s ease-in-out 0s;
  background: inherit;
  padding: 2rem;
  text-align: center;
}
.benefits .benefits-boxes-area .benefit-box .benefit-icon {
  margin-bottom: 1.5rem;
  color: #9c4f22;
  font-size: 2.5rem;
  transition: all 0.5s ease-in-out 0s;
}
.benefits .benefits-boxes-area .benefit-box .benefit-icon_img {
  display: block;
  width: 120px;
  height: 60px;
  margin: 0 auto 1.5rem;
  transition: all 0.5s ease-in-out 0s;
}
.benefits .benefits-boxes-area .benefit-box .benefit-title {
  font-size: 1.35rem;
  font-weight: 700;
  font-family: "Roboto slab", "sans-serif";
  color: #252525;
  text-transform: capitalize;
}
.benefits .benefits-boxes-area .benefit-box .benefit-text {
  color: #5f5f5f;
  font-size: 1rem;
  font-weight: 600;
}
.benefits .benefits-boxes-area .benefit-box:hover .benefit-icon,
.benefits .benefits-boxes-area .benefit-box:hover .benefit-icon_img {
  transform: translateY(-10px);
}
@media (max-width: 575px) {
  .benefits .benefits-boxes-area .benefit-box {
    border-bottom: 1px solid rgba(156, 79, 34, 0.5);
    padding: 2rem 3rem;
  }
}
.benefits .benefits-image-area {
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 100%;
  right: 0;
  top: 0;
  overflow: hidden;
  z-index: 0;
}
.benefits .benefits-image-area .video-wraper {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.benefits .benefits-image-area > img {
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 100%;
  transform-origin: center;
  object-fit: cover;
  transition: all 0.5s ease-in-out 0s;
}
.benefits .benefits-image-area .overlay-color {
  opacity: 0.35;
  z-index: 1;
  transition: all 0.3s ease-in-out 0s;
}
@media (max-width: 991px) {
  .benefits .benefits-image-area {
    position: relative;
    width: 100%;
    max-height: 360px;
  }
}

/*  17-  End benefits Section  */
/* 18-  Start demos section Rules  */
.page-header .navbar-menu-wraper:after {
  display: none;
}

.demos-hero-section {
  background-color: #252525;
}
.demos-hero-section .overlay-photo-image-bg {
  background-image: url("../assets/images/demos/index-hero/index-hero.jpg");
  opacity: 1;
}
.demos-hero-section .hero-text-area {
  margin: 0 !important;
}
.demos-hero-section .hero-text-area .theme-name {
  font-size: 5rem;
  font-weight: 900;
}
@media (max-width: 991px) {
  .demos-hero-section .hero-text-area .theme-name {
    font-size: 3.5rem;
  }
}
.demos-hero-section .hero-text-area .hero-subtitle {
  font-size: 1.25rem;
  margin-left: auto;
  margin-right: auto;
}
.demos-hero-section .overlay-image-bg {
  background-image: url("../assets/images/demos/index-hero-bg.html") !important;
  opacity: 1;
}
.demos-hero-section .overlay-linear-gradient {
  opacity: 0.85 !important;
}
.demos-hero-section .overlay-color {
  opacity: 0.85 !important;
  background: #121212 !important;
}

.theme-name {
  overflow: hidden;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
  font-size: 3rem;
  font-weight: 700;
  color: #f1f1f1;
}
@media (max-width: 991px) {
  .theme-name {
    font-size: 2.5rem;
    font-weight: 600;
  }
}

.hero-theme-logo > img {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .hero-theme-logo > img {
    max-width: 10rem;
    max-height: 10rem;
  }
}

.demos {
  background: #121212;
}
.demos .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 125px;
  padding: 2rem;
  border: 4px solid #9c4f22;
  margin: 0 auto;
  margin-bottom: 2rem;
}
.demos .section-heading .section-title {
  color: #9c4f22 !important;
}
.demos .section-heading .section-title .heading-brand-name {
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 4px;
  font-weight: 300;
}
.demos .demo {
  position: relative;
  margin-bottom: 2rem;
  width: 100%;
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 0;
  transition: all 0.5s ease-in-out 0s;
}
.demos .demo .overlay-color {
  opacity: 0;
  z-index: 1;
}
.demos .demo:hover {
  transform: translateY(-10px);
}
.demos .demo:hover .overlay-color {
  opacity: 0.85;
}
.demos .demo:hover .demo-links {
  top: 50%;
  transform: translate(-50%, -50%);
  visibility: visible;
  opacity: 1;
}
.demos .demo:hover .demo-name {
  background-color: #9c4f22;
}
.demos .demo .note {
  position: absolute;
  top: 0;
  right: 0;
  font-family: "Poppins", "sans-serif";
  font-size: 1.25rem;
  font-weight: 500;
  padding: 1rem 2rem;
  background: #9c4f22;
  transform: translateY(50%);
  text-transform: lowercase;
  z-index: 2;
  transition: all 0.5s ease-in-out 0s;
}
.demos .demo .bg-img {
  position: relative;
}
.demos .demo .demo-image {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.demos .demo .demo-links {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 3;
  transition: all 0.5s ease-in-out 0s;
}
.demos .demo .demo-links .demo-link {
  padding: 0.75rem 1rem;
  color: #9c4f22;
  text-transform: capitalize;
  font-size: 1.5rem;
  text-align: center;
  text-decoration: none !important;
  transition: all 0.5s ease-in-out 0s;
}
.demos .demo .demo-links .demo-link:hover {
  transform: translateY(-10px);
}
.demos .demo .demo-links .demo-link:first-child {
  margin-right: 1rem;
}
.demos .demo .demo-links .demo-link.dark-demo {
  background-color: #5f5f5f;
  color: #fff;
}
.demos .demo .demo-links .demo-link.light-demo {
  background-color: #9c4f22;
  color: #fff;
}
.demos .demo .demo-name {
  position: relative;
  text-align: center;
  text-transform: capitalize;
  padding: 2rem 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  background-color: #252525;
  margin: 0;
  transition: all 0.5s ease-in-out 0s;
}

/* 18- End  demos section Rules    */
/*   19- Start coloring classes  */
/*-------------Start text color classes-------------*/
.text-gradient-color {
  background: -webkit-linear-gradient(45deg, #9c4f22, #ff4800);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-main-color {
  color: #9c4f22 !important;
}

.text-accent-color {
  color: #ff4800 !important;
}

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

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

.text-grey-color {
  color: #f1f1f1 !important;
}

.text-extra-dark-grey-color {
  color: #252525 !important;
}

.text-dark-grey-color {
  color: #4d4d4d !important;
}

.text-transparent-25 {
  color: rgba(0, 0, 0, 0.25) !important;
}

.text-transparent-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/*-------------End text color classes-------------*/
/*-------------Start bg color classes-------------*/
.bg-gradient-color {
  background: -webkit-linear-gradient(45deg, #ff4800, #9c4f22);
  transition: all 0.5s ease-in-out 0s;
}

.bg-solid-color {
  background: #9c4f22;
}

.bg-main-color {
  background: #9c4f22 !important;
}

.bg-accent-color {
  background: #ff4800 !important;
}

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

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

.bg-grey-color {
  background: #f1f1f1 !important;
}

.bg-dark-grey-color {
  background: #4d4d4d !important;
}

.bg-extra-dark-grey-color {
  background: #252525 !important;
}

.bg-transparent-25 {
  background: rgba(0, 0, 0, 0.25) !important;
}

.bg-transparent-50 {
  background: rgba(0, 0, 0, 0.5) !important;
}

.section-bg-shade {
  background: #e6e6e6 !important;
}
.section-bg-shade svg path {
  fill: #e6e6e6 !important;
}

/*-------------End bg color classes-------------*/
body.section-heading-gradient .section-title {
  background: -webkit-linear-gradient(45deg, #9c4f22, #ff4800);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body.section-heading-main-color .section-title {
  background: none;
  -webkit-text-fill-color: #9c4f22;
  color: #9c4f22;
}
body.section-heading-black .section-title {
  color: #252525;
}

/*   19- End coloring classes  */
/*   20- Start dark theme rules  */
body.dark-theme {
  color: #fff;
  background: #121212;
}
body.dark-theme .hollow-text {
  -webkit-text-stroke-color: inherit;
  -webkit-text-stroke-width: 2px;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
body.dark-theme .section-heading .section-title {
  color: #f1f1f1;
}
body.dark-theme .section-heading .section-subtitle {
  color: rgba(241, 241, 241, 0.75);
}
body.dark-theme .section-shape-divider-bottom svg path {
  fill: #121212;
}
body.dark-theme .section-shape-divider-bottom.fill-shade svg path {
  fill: #1f1f1f !important;
}
body.dark-theme .pattern-top-end, body.dark-theme .pattern-bottom-start {
  background-image: url("../assets/images/patterns/dots-pattern-white.html") !important;
  opacity: 0.2 !important;
}
body.dark-theme .ma-tabs .switch .switch-btns-list .switch-btn {
  color: rgba(255, 255, 255, 0.75) !important;
  border-color: rgba(255, 255, 255, 0.25) !important;
}
body.dark-theme .ma-tabs .switch .switch-btns-list .switch-btn.hover {
  color: #9c4f22 !important;
  border-color: #9c4f22 !important;
}
body.dark-theme .ma-tabs .switch .switch-btns-list .switch-btn.active {
  color: #fff !important;
  border-color: #9c4f22 !important;
}
body.dark-theme .benefits .benefits-boxes-area .benefit-box {
  background: inherit !important;
}
body.dark-theme .benefits .benefits-boxes-area .benefit-title {
  color: #fff !important;
}
body.dark-theme .benefits .benefits-boxes-area .benefit-text {
  color: rgba(241, 241, 241, 0.85) !important;
}
body.dark-theme .blog .sidebar-box-title {
  color: #f1f1f1 !important;
}
body.dark-theme .blog .cats .cat-item .cat-link {
  color: #f1f1f1 !important;
}
body.dark-theme .blog .tags .tag-item {
  background-color: #252525 !important;
}
body.dark-theme .blog .tags .tag-item:hover {
  background-color: #9c4f22 !important;
}
body.dark-theme .blog .tags .tags-icon-label {
  color: #f1f1f1 !important;
}
body.dark-theme .blog .recent-posts .content .r-post-title {
  color: #f1f1f1 !important;
}
body.dark-theme .blog .recent-posts .content .r-post-title:hover {
  color: #9c4f22 !important;
}
body.dark-theme .blog .recent-posts .content .r-post-date {
  color: rgba(241, 241, 241, 0.75) !important;
}
body.dark-theme .blog .posts-grid .post-summary .post-info .info {
  color: #f1f1f1 !important;
}
body.dark-theme .blog .posts-grid .post-summary .post-info .info:not(:last-child):before {
  color: #f1f1f1;
}
body.dark-theme .blog .posts-grid .post-summary .post-title {
  color: #f1f1f1 !important;
}
body.dark-theme .blog .posts-grid .post-summary .post-title:hover {
  color: #9c4f22 !important;
}
body.dark-theme .blog .posts-grid .post-summary .post-excerpt {
  color: rgba(241, 241, 241, 0.75) !important;
}
body.dark-theme .blog .posts-pagination .posts-page-item {
  background-color: #252525 !important;
  color: #9c4f22 !important;
  border-color: #9c4f22 !important;
}
body.dark-theme .blog .posts-pagination .deactive-posts-page-item {
  background-color: #f1f1f1 !important;
  border-color: #5f5f5f !important;
}
body.dark-theme .blog .post-main-area .panel .panel-title {
  color: #f1f1f1 !important;
}
body.dark-theme .blog .post-main-area .post-title {
  color: #f1f1f1 !important;
}
body.dark-theme .blog .post-main-area .share-title {
  color: #f1f1f1 !important;
}
body.dark-theme .blog .post-main-area .post-info .info {
  color: #f1f1f1 !important;
}
body.dark-theme .blog .post-main-area .post-info .info:not(:last-child):before {
  color: #f1f1f1 !important;
}
body.dark-theme .blog .post-main-area .post-content .post-heading {
  color: #f1f1f1 !important;
}
body.dark-theme .blog .post-main-area .post-content .post-text {
  color: rgba(241, 241, 241, 0.75);
}
body.dark-theme .blog .post-main-area .post-content a:hover {
  color: #fff;
}
body.dark-theme .blog .post-main-area .post-content .post-list .post-list-item {
  color: rgba(241, 241, 241, 0.75) !important;
}
body.dark-theme .blog .post-main-area .other-posts .other-post-title {
  color: #f1f1f1 !important;
}
body.dark-theme .blog .post-main-area .other-posts .other-post-title:hover {
  color: #9c4f22 !important;
}
body.dark-theme .blog .post-main-area .author-profile .author-disc .author-bio {
  color: #f1f1f1 !important;
}
body.dark-theme .blog .post-main-area .comments-area .comment-body .comment-date .date-link {
  color: #f1f1f1 !important;
}
body.dark-theme .blog .post-main-area .comments-area .comment-body .comment-text {
  color: #f1f1f1 !important;
}
body.dark-theme .main-form-wraper label:not(.lbl-for-checkbox) {
  color: #f1f1f1;
}
body.dark-theme .main-form-wraper .lbl-for-checkbox {
  color: #f1f1f1;
}
body.dark-theme .main-form-wraper input[type=email],
body.dark-theme .main-form-wraper input[type=text],
body.dark-theme .main-form-wraper input[type=password],
body.dark-theme .main-form-wraper input[type=url],
body.dark-theme .main-form-wraper input[type=search],
body.dark-theme .main-form-wraper input[type=number],
body.dark-theme .main-form-wraper textarea {
  color: #f1f1f1 !important;
}
body.dark-theme .contact-info .info-text {
  color: #f1f1f1 !important;
  opacity: 0.85 !important;
}
body.dark-theme .contact-info .info-text .link {
  color: #f1f1f1 !important;
  opacity: 0.85 !important;
}
body.dark-theme .contact-info .info-text .link:hover {
  color: #fff !important;
  opacity: 1 !important;
}
body.dark-theme .faq .faq-accordion .card-header {
  background: #252525 !important;
}
body.dark-theme .faq .faq-accordion .card-header .faq-btn {
  color: #9c4f22 !important;
}
body.dark-theme .faq .faq-accordion .card-header .faq-btn::before {
  color: #9c4f22 !important;
}
body.dark-theme .faq .faq-accordion .card-body {
  background: #252525 !important;
}
body.dark-theme .faq .faq-accordion .card-body .faq-answer {
  color: #f1f1f1 !important;
}
body.dark-theme .our-team .tm-member-card .tm-details .tm-role {
  color: #fff;
}
body.dark-theme .service-title {
  color: #f1f1f1 !important;
}
body.dark-theme .service-text {
  color: rgba(241, 241, 241, 0.75) !important;
}
body.dark-theme .services-boxed .service-box {
  box-shadow: 0px 0px 30px 0px rgba(18, 18, 18, 0.5);
}
body.dark-theme .page-hero .lead-generation-area form {
  background: #252525 !important;
}
body.dark-theme .page-hero .lead-generation-area .single-field-form {
  background: transparent !important;
}
body.dark-theme .portfolio .portfolio-btn-list .portfolio-btn {
  color: #fff;
  background: rgba(0, 0, 0, 0);
}
body.dark-theme .portfolio .portfolio-btn-list .portfolio-btn:hover, body.dark-theme .portfolio .portfolio-btn-list .portfolio-btn.active {
  color: #9c4f22;
}
body.dark-theme .pricing-2 .plan-cost {
  background: #252525 !important;
}
body.dark-theme .portfolio-single .info-area .project-info .info {
  background: #121212 !important;
}
body.dark-theme .portfolio-single .info-area .project-info .info .title {
  color: #9c4f22 !important;
}
body.dark-theme .portfolio-single .info-area .project-info .info .detail {
  color: #f1f1f1 !important;
}
body.dark-theme .portfolio-single .info-area .project-info .info .sc-item .sc-icon {
  color: #fff !important;
}
body.dark-theme .project-heading .project-title {
  color: #fff !important;
}
body.dark-theme .sub-heading {
  color: #f1f1f1 !important;
}
body.dark-theme .project-text {
  color: rgba(241, 241, 241, 0.8) !important;
}
body.dark-theme .list .list-item {
  color: rgba(241, 241, 241, 0.8) !important;
}
body.dark-theme .about .about-title {
  color: #f1f1f1 !important;
}
body.dark-theme .about .first-p {
  color: #f1f1f1 !important;
}
body.dark-theme .about .about-text {
  color: rgba(241, 241, 241, 0.75) !important;
}
body.dark-theme .about .info-items .menu-items .info-item .info-title {
  color: #f1f1f1;
}
body.dark-theme .about .info-items .menu-items .info-item .info-text {
  color: rgba(241, 241, 241, 0.75) !important;
}
body.dark-theme .about .about-stats .stat-box .stat-num {
  color: #f1f1f1 !important;
}
body.dark-theme .about .about-stats .stat-box .stat-desc {
  color: rgba(241, 241, 241, 0.75) !important;
}
body.dark-theme .signing-page .sining-area {
  background-color: #121212 !important;
}
body.dark-theme .signing-page .divider .or {
  background-color: #121212 !important;
}
body.dark-theme .signing-page .or-sign-up .sign-up-hint {
  color: #f1f1f1 !important;
}
body.dark-theme .signing-page .agree-terms .disclaimer {
  color: #5f5f5f !important;
}
body.dark-theme .testimonials .testmonial-box .testimonial-content {
  background: #252525 !important;
}
body.dark-theme .testimonials .testmonial-box .testimonial-content .customer-info .customer-name {
  color: #f1f1f1 !important;
}
body.dark-theme .testimonials .testmonial-box .testimonial-content .testimonial-text {
  color: #f1f1f1 !important;
}
body.dark-theme .testimonials .testmonial-box .testimonial-content .icon {
  color: #9c4f22 !important;
}
body.dark-theme .section-bg-shade {
  background: #1f1f1f !important;
}

/*   20- End dark theme rules  *//*# sourceMappingURL=main-LTR-1.css.map */

label.error{color: indianred !important;}

.market-area-heading h1 {
    padding: 10px;
    margin: 0 0 10px;
    background-color: #fca800;
    border-radius:5px;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.market-area h4 {
    color: #000;
    margin-bottom: 10px;
}
.market-area h4 a {
    margin: 0 0 5px;
    font-size:18px;
    color: #ef682f;
    line-height: 1.1;
    font-weight:600;
    text-transform: uppercase;
}

.market-area ul {
    overflow: hidden;
}

.market-area ul li {
    float: left;
    width: 25%;
    margin-right: 0%;
    margin-bottom: 10px;
    list-style: none;
}

.market-area ul li a{
    padding: 6px 10px;
    font-size: 12px;
    font-weight:600;
    border: 1px solid #423f3f;
    color: #423f3f;
    width: 98%;
    display: inline-block;
    margin-right: 10px;
}

.market-area ul li a:hover {
    color:#fff;
    text-decoration:none;
    border: 1px solid #000;
    background-color:#000;
}

.market-place h3 {
    
    background: #ff8c00;
    color: #FFFFFF;
    padding: 10px;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 5px;
    font-weight: 600;
    text-align: center;
    
}

.btn-outline-danger {
    color: #fff;
    border-color: #dc3545;
    background-color: #9c4f22;
}


