@charset "UTF-8";

a {
  text-decoration: none;
}

@font-face {
  font-family: Linearicons;
  src: url(../webfonts/linearIcons/Linearicons.eot?4t1dgh);
  src: url(../webfonts/linearIcons/Linearicons.eot?4t1dgh#iefix) format("embedded-opentype"), url(../webfonts/linearIcons/Linearicons.ttf?4t1dgh) format("truetype"), url(../webfonts/linearIcons/Linearicons.woff?4t1dgh) format("woff"), url(../webfonts/linearIcons/Linearicons.svg?4t1dgh#Linearicons) format("svg");
  font-weight: 400;
  font-style: normal;
  src: url(../webfonts/linearIcons/Linearicons.eot);
  src: url(../webfonts/linearIcons/Linearicons.woff) format("woff"), url(../webfonts/linearIcons/Linearicons.ttf) format("truetype")
}


a:hover {
  text-decoration: none;
}

.line,
.line-on-side {
  display: block;
  width: 8px;
  height: 8px;
  margin: 1rem auto;
  position: relative;
  background: #f07e8a;
  border-radius: 50%;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

.line:before,
.line-on-side:before,
.line:after,
.line-on-side:after {
  content: '';
  position: absolute;
  background: inherit;
  width: inherit;
  height: inherit;
  border-radius: 50%;
}

.line:before,
.line-on-side:before {
  right: -1rem;
}

.line:after,
.line-on-side:after {
  right: 1rem;
}

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

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

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

.mega-section {
  padding: 5rem 0;
}

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

.elf-section {
  padding: 4rem 0;
}

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

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

.particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}

.hollow-text {
  -webkit-text-stroke-color: inherit;
  /* -webkit-text-stroke-width: 2px; */
  /* -webkit-text-fill-color: transparent; */
  /* fill: none; */
}

@media (max-width: 991px) {
  .hollow-text {
    -webkit-text-stroke-width: 1px;
  }
}

.featured-text {
  color: #f07e8a;
  font-weight: bolder;
  position: relative;
}

.init-text {
  font-family: "Tajawal", "sans-serif";
  font-weight: 500;
  font-size: 1.1rem;
  /* font-style: italic; */
  opacity: .85;
  line-height: 1.7;
  margin-bottom: 3rem;
}

.init-text::first-letter {
  text-transform: capitalize;
}

.tag-line {
  position: relative;
  font-size: 1rem;
  font-weight: 600;
  /* font-style: italic; */
  letter-spacing: 1px;
  text-align: right;
  text-transform: uppercase;
  display: block;
  width: max-content;
  margin-bottom: 0;
  color: #f07f8c;
  padding-left: .75rem;
  z-index: 5;
}

.tag-line::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  background-color: #f07e8a;
  right: auto;
  left: 0;
}

.line-on-center {
  margin-left: auto;
  margin-right: auto;
}

.line-on-side {
  margin-right: 0;
  margin-left: auto;
}

.section-heading {
  margin-bottom: 3rem;
}

.section-heading.light-title .section-title {
  font-size: 2.5rem;
  font-weight: 500;
}

@media (max-width: 991px) {
  .section-heading.light-title .section-title {
    font-size: 2rem;
    font-weight: 800;
  }
}

.section-heading.side-heading {
  text-align: right;
  padding-left: 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 {
  position: relative;
  margin-bottom: 1.25rem;
  font-family: "Tajawal", "sans-serif";
  font-size: 3rem;
  font-weight: 800;
  text-transform: capitalize;
  color: #b16067;
  line-height: 1.3;
  display: inline-block;
  z-index: 0;
}

@media (max-width: 767px) {
  .section-heading .section-title {
    font-size: 2.5rem;
  }
}

@media (max-width: 575px) {
  .section-heading .section-title {
    font-size: 2rem;
  }
}

.section-heading .section-subtitle {
  margin: 0 auto;
  font-size: 1.1rem;
  font-weight: 400;
  text-transform: capitalize;
  color: #121212;
  opacity: .75;
}

@media (max-width: 991px) {
  .section-heading .section-subtitle {
    width: 80%;
  }
}

@media (max-width: 767px) {
  .section-heading .section-subtitle {
    width: 100%;
    font-size: 1rem;
  }
}

.has-dark-bg {
  background-color: #121212;
}

.has-dark-bg .section-heading .section-title,
.has-dark-bg .section-heading .section-subtitle {
  color: #fff;
}

.has-dark-bg .section-heading .section-subtitle {
  opacity: .75;
}

.has-dark-bg .section-heading .line {
  background-color: #fff;
}

.title-design-element {
  position: absolute;
  width: 103px;
  height: 80px;
  /* background-color: #f07e8a; */
  right: -20px;
  top: 0px;
  /* border-radius: 65% 35% 55% 45% / 30% 35% 65% 70%; */
  bottom: 0;
  /* clip-path: polygon(0 0, 0% 100%, 100% 55%); */
  /* clip-path: polygon(0 0, 10% 52%, 100% 55%); */
  z-index: -1;
}

@media (max-width: 991px) {
  .title-design-element {
    width: 40px;
    height: 40px;
    right: -10px;
    top: -5px;
  }
}

body {
  font-family: "Tajawal", "sans-serif";
  direction: rtl;
  text-align: right;
  position: relative;
  color: #121212;
  background: #ebebeb;
}

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

.overlay-color,
.overlay-pattern-image-bg,
.overlay-shape-image-bg,
.overlay-photo-image-bg {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  transition: all 0.5s ease-in-out 0s;
}

.overlay-color {
  background: #12121294;
  opacity: .65;
}

.overlay-pattern-image-bg {
  opacity: .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 {
  /*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: .05;
}

.overlay-photo-image-bg {
  /*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: .05;
}

.section-video-bg .video {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -2;
}

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

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

.see-more-area.btn-on-start-align {
  text-align: right;
}

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

.section-shape-divider-bottom svg {
  display: block;
  width: 100%;
  height: 120px;
}

.section-shape-divider-bottom svg path {
  fill: #fff;
}

.rating-stars {
  padding: 0 2rem;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .rating-stars {
    padding: 0 1rem;
  }
}

.rating-stars .star-icon {
  color: #f07e8a;
  font-size: .85rem;
}

.rating-stars .star-icon:not(:last-child) {
  margin-left: .5rem;
}

.rating-stars .star-icon.off {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: #f07e8a;
  -webkit-text-stroke-width: 1px;
}

.skills .skill {
  margin-bottom: 1.5rem;
}

.skills .skill-data {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: .5rem;
  font-weight: 600;
}

.skills .skill-bar {
  width: 100%;
  height: .75rem;
  opacity: .75;
  background-color: #b8b8b8;
  border-radius: 1rem;
  overflow: hidden;
}

.skills .skill-bar .bar {
  width: 0;
  background-color: #f07e8a;
  height: inherit;
  border-radius: inherit;
  transition: width 1s ease-in-out 0s;
}

*::selection {
  background: #f07e8a;
  color: #fff;
}

/*========== End Global Rules ==========*/
/* Start video button animation*/
@keyframes anim-pulses {
  0% {
    transform: scale3d(0.9, 0.9, 1);
    opacity: .5;
  }

  50% {
    transform: scale3d(1.2, 1.2, 1);
    opacity: .75;
  }

  100% {
    transform: scale3d(1.4, 1.4, 1);
    opacity: 0;
  }
}

/* End video button animation*/
/* Start buttons global rules*/
.btn-solid,
.btn-outline {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none !important;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 1px;
  outline: none;
  border: 2px solid transparent;
  border-radius: .25rem;
  padding: .75rem 2rem;
  font-size: 1rem;
  margin-bottom: 13px;
  font-weight: 700;
  box-shadow: 0px 7px 10px -5px rgba(18, 18, 18, 0.25);
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  z-index: 0;
}

.btn-solid:focus,
.btn-outline:focus {
  outline: none !important;
}

.play-btn-col-dir,
.play-btn-row-dir {
  display: inline-block;
}

.play-btn-col-dir .play-video-btn,
.play-btn-row-dir .play-video-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-btn-col-dir .play-video-btn:hover .play-btn,
.play-btn-row-dir .play-video-btn:hover .play-btn {
  background: #f07e8a;
}

.play-btn-col-dir .play-video-btn:hover .play-btn::before,
.play-btn-row-dir .play-video-btn:hover .play-btn::before,
.play-btn-col-dir .play-video-btn:hover .play-btn::after,
.play-btn-row-dir .play-video-btn:hover .play-btn::after {
  background: inherit;
}

.play-btn-col-dir .play-video-btn:hover .icon,
.play-btn-row-dir .play-video-btn:hover .icon {
  color: #fff;
}

.play-btn-col-dir .video-link,
.play-btn-row-dir .video-link {
  text-decoration: none !important;
}

.play-btn-col-dir .play-btn,
.play-btn-row-dir .play-btn {
  position: relative;
  border-radius: 50%;
  padding: 5px;
  cursor: pointer;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  transform-origin: center;
  box-shadow: 1px 1px 10px 5px rgba(18, 18, 18, 0.25);
  transition: all 0.3s ease-in-out 0s;
}

.play-btn-col-dir .play-btn::before,
.play-btn-row-dir .play-btn::before,
.play-btn-col-dir .play-btn::after,
.play-btn-row-dir .play-btn::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: inherit;
  animation: anim-pulses infinite 2s linear;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s;
}

.play-btn-col-dir .play-btn::after,
.play-btn-row-dir .play-btn::after {
  animation-delay: .75s;
}

.play-btn-col-dir .play-btn .icon,
.play-btn-row-dir .play-btn .icon {
  color: #f07e8a;
  font-size: 1.25rem;
  transition: all 0.3s ease-in-out 0s;
}

.play-btn-col-dir .play-btn img.play-icon,
.play-btn-row-dir .play-btn img.play-icon {
  width: 3rem;
  height: 3rem;
}

.play-btn-col-dir .play-btn-text,
.play-btn-row-dir .play-btn-text {
  position: relative;
  text-align: center;
  text-transform: capitalize;
  font-weight: 600;
  color: #fff;
}

.play-btn-col-dir .play-btn-text::before,
.play-btn-row-dir .play-btn-text::before {
  content: '';
  position: absolute;
  bottom: -.5rem;
  right: 0;
  height: .25rem;
  width: 100%;
  border-radius: .25rem;
  transform: scaleX(0);
  transform-origin: center;
  transition: all 0.3s ease-in-out 0s;
  background: #fff;
}

.btn-solid {
  color: #fff;
  background: #f07e8a;
  border-color: #f07e8a;
}

.btn-solid:hover {
  color: #f07e8a;
  background: transparent;
  border-color: #f07e8a;
}

.btn-outline {
  /**/
  border: 2px solid;
  color: #f07e8a;
  background: transparent;
  border-color: #f07e8a;
}

.btn-outline:hover {
  color: #fff;
  background: #f07e8a;
}

.play-btn-col-dir .play-video-btn {
  flex-direction: column;
}

.play-btn-col-dir .play-btn-text {
  margin-top: .75rem;
}

.play-btn-row-dir .play-video-btn {
  flex-direction: row;
}

.play-btn-row-dir .play-btn-text {
  margin-right: .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-left: 1rem;
}

@media (max-width: 575px) {
  .download-apps-area .btn-store:not(:last-child) {
    margin-left: 0;
    margin-bottom: 1rem;
  }
}

.download-apps-area .btn-app-store,
.download-apps-area .btn-google-play {
  display: inline-flex;
  align-items: center;
  padding: .5rem 1rem;
  border-radius: .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-left: .75rem;
}

.download-apps-area .btn-app-store .title-wrapper,
.download-apps-area .btn-google-play .title-wrapper {
  line-height: 1;
  text-align: left;
}

.download-apps-area .btn-app-store .title-wrapper .sub-title,
.download-apps-area .btn-google-play .title-wrapper .sub-title {
  display: block;
  font-size: .75rem;
  font-weight: 400;
  text-transform: capitalize;
}

.download-apps-area .btn-app-store .title-wrapper .title,
.download-apps-area .btn-google-play .title-wrapper .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: transparent;
  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: #f07e8a;
  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: #f07e8a !important;
}

.download-apps-area .btn-app-store.btn-white-bg,
.download-apps-area .btn-google-play.btn-white-bg {
  border: 2px solid #f07e8a;
  background-color: #fff;
  color: #f07e8a !important;
}

.download-apps-area .btn-app-store.btn-white-bg:hover,
.download-apps-area .btn-google-play.btn-white-bg:hover {
  background-color: #f07e8a;
  color: #fff !important;
}

/* Start Social icons list rules */
.dir-row .sc-list,
.dir-col .sc-list,
.sc-flat .sc-list {
  padding: 0;
  margin: 0;
  display: inline-flex;
  list-style: none;
}

.dir-row .sc-list .sc-item,
.dir-col .sc-list .sc-item,
.sc-flat .sc-list .sc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #64131b;
  transition: all 0.5s ease-in-out 0s;
}

.dir-row .sc-list .sc-item:last-of-type,
.dir-col .sc-list .sc-item:last-of-type,
.sc-flat .sc-list .sc-item:last-of-type {
  margin-bottom: 0;
}

.dir-row .sc-list .sc-item:hover,
.dir-col .sc-list .sc-item:hover,
.sc-flat .sc-list .sc-item:hover {
  background: #fff;
  box-shadow: 0px 3px 15px 0px rgba(18, 18, 18, 0.25);
}

.dir-row .sc-list .sc-item:hover .sc-icon,
.dir-col .sc-list .sc-item:hover .sc-icon,
.sc-flat .sc-list .sc-item:hover .sc-icon {
  color: #f07e8a;
}

.dir-row .sc-list .sc-link,
.dir-col .sc-list .sc-link,
.sc-flat .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;
}

.dir-row .sc-list .sc-icon,
.dir-col .sc-list .sc-icon,
.sc-flat .sc-list .sc-icon {
  color: #fff;
  transition: all 0.3s ease-in-out 0s;
}

.dir-row {
  padding: .75rem 0;
}

.dir-row .sc-list .sc-item {
  margin-left: 10px;
  margin-bottom: 5px;
}

.dir-row .sc-list .sc-item:last-of-type {
  margin-left: 0;
}

.dir-row .sc-list .sc-item:hover {
  transform: translateY(-5px);
}

.dir-col {
  padding: 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: transparent;
  margin-left: 1rem;
}

.sc-flat .sc-list .sc-item:hover {
  background: transparent;
  box-shadow: none;
}

.sc-flat .sc-list .sc-item:hover .sc-icon {
  color: #f07e8a;
}

.sc-flat .sc-list .sc-item .sc-icon {
  color: #f07e8a;
}

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

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

.sc-size-24 .sc-item {
  width: 24px;
  height: 24px;
  font-size: .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: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #fff;
  background: #f07e8a;
  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(18, 18, 18, 0.25);
}

.back-to-top:hover {
  background-color: #f07e8a;
}

.back-to-top.show {
  bottom: 52px;
}

body.rounded-btns .btn-solid,
body.rounded-btns .btn-outline,
body.rounded-btns .portfolio-btn,
body.rounded-btns .subscripe-btn,
body.rounded-btns .sc-item,
body.rounded-btns .back-to-top,
body.rounded-btns .field-group .text-input,
body.rounded-btns .field-group .email-input,
body.rounded-btns .hero-swiper-slider .swiper-button-prev,
body.rounded-btns .hero-swiper-slider .swiper-button-next {
  border-radius: 5rem;
}

body.rounded-btns .field-group label,
body.rounded-btns .field-group .label {
  padding-right: 1rem;
}

body.squared-btns .btn-solid,
body.squared-btns .btn-outline,
body.squared-btns .portfolio-btn,
body.squared-btns .subscripe-btn,
body.squared-btns .sc-item,
body.squared-btns .back-to-top,
body.squared-btns .swiper-button-prev,
body.squared-btns .swiper-button-next {
  border-radius: .5rem;
}

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

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

.read-more {
  text-transform: capitalize;
  color: #f07e8a;
  font-weight: 600;
  position: relative;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease-in-out 0s;
}

.read-more:hover {
  color: #f07e8a;
  text-decoration: none;
}

.read-more:hover .icon {
  transform: translateX(-5px);
}

.read-more .icon {
  margin-right: .5rem;
  transition: transform 0.3s ease-in-out 0s;
}

/* End buttons global rules*/
.req {
  color: #dc3545;
}

.not-req {
  display: none;
}

/* conatct forms rules */
.contact-form-area.input-under-lined label,
.contact-form-area.input-boxed label {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  text-transform: capitalize;
  position: absolute;
  font-size: .95rem;
  right: 0;
  top: 0px;
  color: #f07f8c;
  transition: all 0.3s ease-in-out 0s;
}

.contact-form-area input[type=email]:focus~label,
.contact-form-area input[type=text]:focus~label,
.contact-form-area input[type=password]:focus~label,
.contact-form-area input[type=url]:focus~label,
.contact-form-area input[type=search]:focus~label,
.contact-form-area input[type=number]:focus~label,
.contact-form-area textarea:focus~label,
.contact-form-area.input-under-lined .input-wrapper.has-text label,
.contact-form-area.input-under-lined input[type=email]:focus~label,
.contact-form-area.input-under-lined input[type=text]:focus~label,
.contact-form-area.input-under-lined input[type=password]:focus~label,
.contact-form-area.input-under-lined input[type=url]:focus~label,
.contact-form-area.input-under-lined input[type=search]:focus~label,
.contact-form-area.input-under-lined input[type=number]:focus~label,
.contact-form-area.input-under-lined textarea:focus~label,
.contact-form-area.input-boxed .input-wrapper.has-text label,
.contact-form-area.input-boxed input[type=email]:focus~label,
.contact-form-area.input-boxed input[type=text]:focus~label,
.contact-form-area.input-boxed input[type=password]:focus~label,
.contact-form-area.input-boxed input[type=url]:focus~label,
.contact-form-area.input-boxed input[type=search]:focus~label,
.contact-form-area.input-boxed input[type=number]:focus~label,
.contact-form-area.input-boxed textarea:focus~label {
  top: -30px;
  font-size: 1rem;
  font-weight: 600;
  color: #f07e8a;
}

.contact-form-area .error-msg {
  position: absolute;
  left: 1rem;
  top: 0;
  transform: translateY(50%);
  font-size: .85rem;
  color: #dc3545;
  display: none;
}

.contact-form-area .done-msg {
  position: absolute;
  left: 1rem;
  bottom: 0;
  font-size: 1rem;
  background-color: #217234;
  color: #fff;
  padding: .5rem 0;
  visibility: hidden;
  opacity: 0;
  padding: .75rem 1.5rem;
  border-radius: .25rem;
  transition: all 0.5s ease-in-out 0s;
}

.contact-form-area .done-msg.show {
  visibility: visible;
  opacity: 1;
}

.contact-form-area .input-wrapper {
  position: relative;
  margin-bottom: 3rem;
}

.contact-form-area .input-wrapper .input-icon {
  position: absolute;
  right: auto;
  left: .5rem;
  top: 50%;
  transform: translateY(-50%);
  color: #b8b8b8;
}

.contact-form-area input[type=email],
.contact-form-area input[type=text],
.contact-form-area input[type=password],
.contact-form-area input[type=url],
.contact-form-area input[type=search],
.contact-form-area input[type=number],
.contact-form-area textarea {
  display: block;
  width: 100%;
  padding: .5rem;
  outline: none;
  border: 1px solid rgba(195, 80, 35, 0.5);
  transition: all 0.3s ease-in-out 0s;
  background: transparent;
  color: #f07f8c;
}

.contact-form-area input[type=email] [type=submit]:focus,
.contact-form-area input[type=text] [type=submit]:focus,
.contact-form-area input[type=password] [type=submit]:focus,
.contact-form-area input[type=url] [type=submit]:focus,
.contact-form-area input[type=search] [type=submit]:focus,
.contact-form-area input[type=number] [type=submit]:focus,
.contact-form-area textarea [type=submit]:focus {
  outline: none !important;
}

.contact-form-area textarea {
  min-height: 10rem;
}

.contact-form-area input[type=submit] {
  outline: none;
  border: none;
}

.contact-form-area.input-under-lined .input-wrapper.has-text label {
  top: -20px;
}

.contact-form-area.input-under-lined .input-wrapper.has-text .b-border {
  transform: scaleX(1);
}

.contact-form-area.input-under-lined .input-wrapper .b-border {
  display: block;
  width: 100%;
  transform: scaleX(0);
  transform-origin: center;
  height: 2px;
  background: #f07e8a;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  transition: all 0.3s ease-in-out 0s;
}

.contact-form-area.input-under-lined label {
  right: 0;
  top: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.contact-form-area.input-under-lined input[type=email],
.contact-form-area.input-under-lined input[type=text],
.contact-form-area.input-under-lined input[type=password],
.contact-form-area.input-under-lined input[type=url],
.contact-form-area.input-under-lined input[type=search],
.contact-form-area.input-under-lined input[type=number],
.contact-form-area.input-under-lined textarea {
  padding: .5rem 0;
  border: none;
  border-bottom: 1px solid rgba(195, 80, 35, 0.5);
}

.contact-form-area.input-under-lined input[type=email]:focus~.b-border,
.contact-form-area.input-under-lined input[type=text]:focus~.b-border,
.contact-form-area.input-under-lined input[type=password]:focus~.b-border,
.contact-form-area.input-under-lined input[type=url]:focus~.b-border,
.contact-form-area.input-under-lined input[type=search]:focus~.b-border,
.contact-form-area.input-under-lined input[type=number]:focus~.b-border,
.contact-form-area.input-under-lined textarea:focus~.b-border {
  transform: scaleX(1);
}

.contact-form-area.input-under-lined input[type=email]:focus~label,
.contact-form-area.input-under-lined input[type=text]:focus~label,
.contact-form-area.input-under-lined input[type=password]:focus~label,
.contact-form-area.input-under-lined input[type=url]:focus~label,
.contact-form-area.input-under-lined input[type=search]:focus~label,
.contact-form-area.input-under-lined input[type=number]:focus~label,
.contact-form-area.input-under-lined textarea:focus~label {
  top: -20px;
}

.contact-form-area.input-boxed {
  padding-top: 30px;
}

.contact-form-area.input-boxed label {
  font-size: 1rem;
  font-weight: 600;
  top: -30px;
  right: 0;
  transition: all 0.3s ease-in-out 0s;
}

.contact-form-area.input-boxed input[type=email]:focus,
.contact-form-area.input-boxed input[type=text]:focus,
.contact-form-area.input-boxed input[type=password]:focus,
.contact-form-area.input-boxed input[type=url]:focus,
.contact-form-area.input-boxed input[type=search]:focus,
.contact-form-area.input-boxed input[type=number]:focus,
.contact-form-area.input-boxed textarea:focus {
  border-color: #f07e8a;
}

/* mailchimp forms rules*/
.mailchimp-form label,
.mailchimp-form .label {
  margin-bottom: 0;
  color: #f1f1f1;
}

.mailchimp-form input:not([type="submit"]) {
  color: #fff !important;
}

.mailchimp-form .mc-form-area {
  position: relative;
  /*mailchimp alerts*/
}

.mailchimp-form .mc-form-area .field-group {
  padding: 0;
  margin: 0;
  position: relative;
  margin-bottom: 1rem;
}

.mailchimp-form .mc-form-area .field-group input[type=email],
.mailchimp-form .mc-form-area .field-group input[type=text] {
  font-size: 1rem;
  width: 100%;
  padding: .75rem 1.5rem;
  outline: none !important;
  border: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(4px);
  margin-bottom: 0;
}

.mailchimp-form .mc-form-area .field-group input[type=email]::-webkit-input-placeholder,
.mailchimp-form .mc-form-area .field-group input[type=text]::-webkit-input-placeholder {
  color: #fff;
}

.mailchimp-form .mc-form-area .one-field-form input[type=email] {
  padding: 1rem 1.5rem;
}

.mailchimp-form .mc-form-area .one-field-form .cta-area {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  height: 100%;
}

.mailchimp-form .mc-form-area .one-field-form .cta-area .subscribe-btn {
  border: 1px solid #f07e8a !important;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 5rem;
  border-bottom-right-radius: 5rem;
  min-height: 100%;
}

.mailchimp-form .mc-form-area .one-field-form .cta-area .subscribe-btn:hover {
  background-color: #fff;
  color: #f07e8a;
}

.mailchimp-form .mc-form-area .three-field-form {
  padding: 2rem 1rem;
  background: #fff;
}

.mailchimp-form .mc-form-area .three-field-form .form-heading {
  margin-bottom: 2rem;
  color: #f07f8c;
  border-bottom: 2px solid #f07e8a;
  padding-bottom: .75rem;
  text-transform: capitalize;
  font-size: 1.5rem;
  font-weight: 500;
}

.mailchimp-form .mc-form-area .three-field-form .highlight {
  color: #f07e8a;
  font-weight: 800;
  text-transform: uppercase;
}

.mailchimp-form .mc-form-area .three-field-form label,
.mailchimp-form .mc-form-area .three-field-form .label {
  display: inline-block;
  margin-bottom: .25rem;
  color: #f07f8c;
  font-weight: 700;
}

.mailchimp-form .mc-form-area .three-field-form input:not([type="submit"]) {
  border: 1px solid rgba(195, 80, 35, 0.5);
  color: #f07f8c !important;
  padding: .5rem 1rem !important;
}

.mailchimp-form .mc-form-area .three-field-form input:not([type="submit"]):hover,
.mailchimp-form .mc-form-area .three-field-form input:not([type="submit"]):focus {
  border: 1px solid #f07e8a;
}

.mailchimp-form .mc-form-area .three-field-form .cta-area {
  text-align: center;
  padding-top: .5rem;
}

.mailchimp-form .mc-form-area .three-field-form .cta-area .subscribe-btn:hover {
  background-color: transparent;
  border-color: #f07e8a;
  color: #f07e8a;
}

.mailchimp-form .mc-form-area .three-field-form.is-dark {
  background-color: #121212;
}

.mailchimp-form .mc-form-area .three-field-form.is-dark .form-heading {
  color: #fff;
}

.mailchimp-form .mc-form-area .three-field-form.is-dark label,
.mailchimp-form .mc-form-area .three-field-form.is-dark .label {
  color: #fff;
}

.mailchimp-form .mc-form-area .three-field-form.is-dark input:not([type="submit"]) {
  color: #fff !important;
  background-color: #f07f8c !important;
}

.mailchimp-form .mc-form-area .mailchimp-alerts {
  position: absolute;
  bottom: 0;
  transform: translateY(-100%);
  right: 0;
  z-index: -1;
  transition: all 0.5s ease-in-out 0s;
}

.mailchimp-form .mc-form-area .mailchimp-alerts.show-message {
  bottom: 0;
  top: auto;
  transform: translateY(120%);
  z-index: 1;
}

.mailchimp-form .mc-form-area .mailchimp-alerts .mc-msg {
  color: #fff;
}

.mailchimp-form .mc-form-area .mailchimp-alerts .mc-msg.active {
  padding: .5rem .75rem;
}

.mailchimp-form .mc-form-area .mailchimp-alerts .mc-submitting {
  background-color: rgba(155, 106, 1, 0.5);
}

.mailchimp-form .mc-form-area .mailchimp-alerts .mc-success {
  background-color: rgba(33, 114, 52, 0.5);
}

.mailchimp-form .mc-form-area .mailchimp-alerts .mc-error {
  background-color: rgba(220, 53, 69, 0.5);
}

.loading-screen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background: #121212;
}

.loading-screen .bar {
  position: absolute;
  height: 100%;
  width: 50%;
  background-color: #f07e8a;
}

.loading-screen .top-bar {
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
}

.loading-screen .down-bar {
  bottom: 0;
  top: auto;
  right: 0;
  left: auto;
}

.loading-screen .progress-line {
  position: absolute;
  width: 100%;
  top: 60%;
  left: 0;
  right: auto;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.35);
  transform: scale(0);
  transform-origin: center;
}

.loading-screen .loading-counter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: "Tajawal", "sans-serif";
  font-size: 3rem;
  font-weight: 800;
}

/* End loading screen rules */
.header-search-box {
  position: fixed;
  top: 0;
  right: 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.2s ease 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;
  left: 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: .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 #f07e8a;
  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%);
  left: 0;
  right: auto;
  outline: none;
  border: none;
  background: transparent;
  color: #f07e8a;
  font-size: 1.5rem;
}

/*ُ End global, helper classes , components Rules */
/* Start .page-header Rules    */
.header-2,
.header-1,
.header-basic {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  right: 0;
  z-index: 1030;
  transition: all 0.5s ease;
}

@media (max-width: 1199px) {

  .header-2 .social-icons .sc-flat,
  .header-1 .social-icons .sc-flat,
  .header-basic .social-icons .sc-flat {
    padding: 1rem 0;
  }
}

.header-2 .social-icons .sc-item,
.header-1 .social-icons .sc-item,
.header-basic .social-icons .sc-item {
  font-size: 1rem;
  margin: 0;
  margin-left: 1.5rem;
}

.header-2 .social-icons .sc-item:last-of-type,
.header-1 .social-icons .sc-item:last-of-type,
.header-basic .social-icons .sc-item:last-of-type {
  margin-left: 0;
}

.header-2 .social-icons .sc-icon,
.header-1 .social-icons .sc-icon,
.header-basic .social-icons .sc-icon {
  color: #fff !important;
}

.header-2 .social-icons .sc-icon:hover,
.header-1 .social-icons .sc-icon:hover,
.header-basic .social-icons .sc-icon:hover {
  transform: translateY(-3px);
}

@media (max-width: 1199px) {

  .header-2 .social-icons .sc-icon,
  .header-1 .social-icons .sc-icon,
  .header-basic .social-icons .sc-icon {
    color: #f07e8a !important;
    font-size: 1.25rem;
  }
}

.header-2 .controls-box,
.header-1 .controls-box,
.header-basic .controls-box {
  display: none;
  display: flex;
  align-items: center;
  /* navbar open btn icon rules  */
}

.header-2 .controls-box .control,
.header-1 .controls-box .control,
.header-basic .controls-box .control {
  margin-left: 1rem;
  width: 2rem;
  height: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  z-index: 100;
  cursor: pointer;
  transition: all 0.5s ease-in-out 0s;
}

.header-2 .controls-box .control:last-child,
.header-1 .controls-box .control:last-child,
.header-basic .controls-box .control:last-child {
  margin-left: 0;
}

@media (max-width: 767px) {

  .header-2 .controls-box .control,
  .header-1 .controls-box .control,
  .header-basic .controls-box .control {
    margin-left: .5rem;
  }
}

.header-2 .controls-box .header-search-btn,
.header-1 .controls-box .header-search-btn,
.header-basic .controls-box .header-search-btn {
  display: flex;
}

.header-2 .controls-box .header-search-btn svg.search-icon,
.header-1 .controls-box .header-search-btn svg.search-icon,
.header-basic .controls-box .header-search-btn svg.search-icon {
  fill: #fff;
  max-width: 1.5rem;
  transition: all 0.5s ease-in-out 0s;
}

.header-2 .controls-box .menu-toggler,
.header-1 .controls-box .menu-toggler,
.header-basic .controls-box .menu-toggler {
  margin-left: 1rem;
  display: none;
}

.header-2 .controls-box .menu-toggler>span,
.header-1 .controls-box .menu-toggler>span,
.header-basic .controls-box .menu-toggler>span {
  width: 30px;
  height: 2px;
  border-radius: 1px;
  background-color: #f07e8a;
  transition: all 0.5s ease-in-out 0s;
}

@media (max-width: 1199px) {

  .header-2 .controls-box .menu-toggler,
  .header-1 .controls-box .menu-toggler,
  .header-basic .controls-box .menu-toggler {
    display: flex;
  }
}

.header-2 .controls-box .close-menu span:nth-child(1),
.header-1 .controls-box .close-menu span:nth-child(1),
.header-basic .controls-box .close-menu span:nth-child(1) {
  transform: rotate(225deg) translateY(-9px);
}

.header-2 .controls-box .close-menu span:nth-child(2),
.header-1 .controls-box .close-menu span:nth-child(2),
.header-basic .controls-box .close-menu span:nth-child(2) {
  display: none;
}

.header-2 .controls-box .close-menu span:nth-child(3),
.header-1 .controls-box .close-menu span:nth-child(3),
.header-basic .controls-box .close-menu span:nth-child(3) {
  transform: rotate(-45deg) translateY(-9px);
}

.header-2 .controls-box .info-toggler,
.header-1 .controls-box .info-toggler,
.header-basic .controls-box .info-toggler {
  display: none;
}

.header-2 .controls-box .info-toggler>span,
.header-1 .controls-box .info-toggler>span,
.header-basic .controls-box .info-toggler>span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
}

@media (max-width: 1199px) {

  .header-2 .controls-box .info-toggler,
  .header-1 .controls-box .info-toggler,
  .header-basic .controls-box .info-toggler {
    display: flex;
  }
}

.header-2 .header-cta-btn,
.header-1 .header-cta-btn,
.header-basic .header-cta-btn {
  color: #fff;
  background-color: #000;
  border: 2px solid #fff;
  padding: .5rem 1.5rem;
  transition: all 0.3s ease-in-out 0s;
}

.header-2 .header-cta-btn:hover,
.header-1 .header-cta-btn:hover,
.header-basic .header-cta-btn:hover {
  color: #f07e8a;
  background-color: #fff;
}

@media (max-width: 1199px) {

  .header-2 .header-cta-btn,
  .header-1 .header-cta-btn,
  .header-basic .header-cta-btn {
    display: none;
  }
}

.header-2 .bar-top,
.header-1 .bar-top,
.header-basic .bar-top {
  height: 40px;
  display: flex;
  align-items: center;
  background-color: #f07e8a;
  transition: all 0.2s ease;
}

@media (max-width: 1199px) {

  .header-2 .bar-top,
  .header-1 .bar-top,
  .header-basic .bar-top {
    height: 0;
    border-bottom: none;
  }
}

.header-2 .bar-bottom,
.header-1 .bar-bottom,
.header-basic .bar-bottom {
  border-bottom: 1px solid transparent;
  transition: all 0.2s ease;
  /* background-color: #ae646a; */
}

@media (max-width: 1199px) {

  .header-2 .bar-bottom,
  .header-1 .bar-bottom,
  .header-basic .bar-bottom {
    background-color: #ffffff;
  }
}

.header-2 .bar-bottom .menu-navbar,
.header-1 .bar-bottom .menu-navbar,
.header-basic .bar-bottom .menu-navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1199px) {

  .header-2 .bar-bottom .menu-navbar,
  .header-1 .bar-bottom .menu-navbar,
  .header-basic .bar-bottom .menu-navbar {
    height: 70px;
  }

  .header-basic .header-logo .logo-img {
    height: 73px !important;
  }
}

@media (max-width: 1199px) {

  .header-2 .menu-wrapper,
  .header-1 .menu-wrapper,
  .header-basic .menu-wrapper {
    position: fixed;
    left: -100%;
    width: 100%;
    height: 100vh;
    top: 70px;
    transition: all 0.2s ease;
  }
}

@media (max-width: 1199px) {

  .header-2 .bar-top-group .info-panel,
  .header-1 .bar-top-group .info-panel,
  .header-basic .bar-top-group .info-panel {
    left: -100%;
  }

  .header-2 .bar-top-group .info-panel.show,
  .header-1 .bar-top-group .info-panel.show,
  .header-basic .bar-top-group .info-panel.show {
    left: 0;
  }
}

.header-2 .bar-top-group .info-panel .info-title,
.header-1 .bar-top-group .info-panel .info-title,
.header-basic .bar-top-group .info-panel .info-title {
  display: none;
}

@media (max-width: 1199px) {

  .header-2 .bar-top-group .info-panel .info-title,
  .header-1 .bar-top-group .info-panel .info-title,
  .header-basic .bar-top-group .info-panel .info-title {
    display: block;
    font-family: "Tajawal", "sans-serif";
    font-size: 1.25rem;
    font-weight: 900;
    margin-bottom: .5rem;
    text-transform: capitalize;
    color: #f07f8c;
  }
}

.header-2 .bar-top-group .info-panel .info-list,
.header-1 .bar-top-group .info-panel .info-list,
.header-basic .bar-top-group .info-panel .info-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}

.header-2 .bar-top-group .info-panel .info-list .close-icon,
.header-1 .bar-top-group .info-panel .info-list .close-icon,
.header-basic .bar-top-group .info-panel .info-list .close-icon {
  display: none;
}

.header-2 .bar-top-group .info-panel .info-list .info-list-inner,
.header-1 .bar-top-group .info-panel .info-list .info-list-inner,
.header-basic .bar-top-group .info-panel .info-list .info-list-inner {
  display: flex;
  align-items: center;
  margin: 0;
}

@media (max-width: 1199px) {

  .header-2 .bar-top-group .info-panel .info-list .info-list-inner,
  .header-1 .bar-top-group .info-panel .info-list .info-list-inner,
  .header-basic .bar-top-group .info-panel .info-list .info-list-inner {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 2rem;
  }
}

@media (max-width: 1199px) {

  .header-2 .bar-top-group .info-panel .info-list,
  .header-1 .bar-top-group .info-panel .info-list,
  .header-basic .bar-top-group .info-panel .info-list {
    flex-direction: column;
    justify-content: unset;
    align-items: flex-start;
    position: absolute;
    left: 0;
    top: 0;
    padding: 3rem 1.5rem;
    background-color: #fff;
    width: 50%;
    height: calc(100% - 70px);
    overflow: auto;
    overflow-x: hidden;
    z-index: 1;
  }

  .header-2 .bar-top-group .info-panel .info-list .close-icon,
  .header-1 .bar-top-group .info-panel .info-list .close-icon,
  .header-basic .bar-top-group .info-panel .info-list .close-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 2rem;
    left: 2rem;
    right: auto;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 1.5rem;
    background: #f07e8a;
    color: #fff;
    cursor: pointer;
  }
}

@media (max-width: 767px) {

  .header-2 .bar-top-group .info-panel .info-list,
  .header-1 .bar-top-group .info-panel .info-list,
  .header-basic .bar-top-group .info-panel .info-list {
    width: 75%;
  }
}

.header-2 .bar-top-group .info-panel .info,
.header-1 .bar-top-group .info-panel .info,
.header-basic .bar-top-group .info-panel .info {
  display: flex;
  align-items: center;
}

.header-2 .bar-top-group .info-panel .info:not(:last-child),
.header-1 .bar-top-group .info-panel .info:not(:last-child),
.header-basic .bar-top-group .info-panel .info:not(:last-child) {
  margin-left: 2.5rem;
}

@media (max-width: 1199px) {

  .header-2 .bar-top-group .info-panel .info,
  .header-1 .bar-top-group .info-panel .info,
  .header-basic .bar-top-group .info-panel .info {
    padding: 1rem 0;
    align-items: flex-start;
  }

  .header-2 .bar-top-group .info-panel .info:not(:last-child),
  .header-1 .bar-top-group .info-panel .info:not(:last-child),
  .header-basic .bar-top-group .info-panel .info:not(:last-child) {
    margin-left: 0;
  }
}

.header-2 .bar-top-group .info-panel .info.info-panel-logo,
.header-1 .bar-top-group .info-panel .info.info-panel-logo,
.header-basic .bar-top-group .info-panel .info.info-panel-logo {
  display: none;
}

@media (max-width: 1199px) {

  .header-2 .bar-top-group .info-panel .info.info-panel-logo,
  .header-1 .bar-top-group .info-panel .info.info-panel-logo,
  .header-basic .bar-top-group .info-panel .info.info-panel-logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 2rem;
  }

  .header-2 .bar-top-group .info-panel .info.info-panel-logo .logo,
  .header-1 .bar-top-group .info-panel .info.info-panel-logo .logo,
  .header-basic .bar-top-group .info-panel .info.info-panel-logo .logo {
    width: 65%;
    margin-bottom: 3rem;
  }

  .header-2 .bar-top-group .info-panel .info.info-panel-logo .logo .logo-img,
  .header-1 .bar-top-group .info-panel .info.info-panel-logo .logo .logo-img,
  .header-basic .bar-top-group .info-panel .info.info-panel-logo .logo .logo-img {
    max-width: 100%;
    height: auto;
  }
}

.header-2 .bar-top-group .info-panel .info-text,
.header-1 .bar-top-group .info-panel .info-text,
.header-basic .bar-top-group .info-panel .info-text {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #fff;
  transition: all 0.3s ease-in-out 0s;
}

@media (max-width: 1199px) {

  .header-2 .bar-top-group .info-panel .info-text,
  .header-1 .bar-top-group .info-panel .info-text,
  .header-basic .bar-top-group .info-panel .info-text {
    flex-direction: column;
    font-size: 1rem;
    color: #121212;
    opacity: .75;
  }
}

.header-2 .bar-top-group .info-panel .info-icon,
.header-1 .bar-top-group .info-panel .info-icon,
.header-basic .bar-top-group .info-panel .info-icon {
  margin-left: 1rem;
  line-height: 1;
  flex-shrink: 0;
  color: #fff;
  transition: all 0.3s ease-in-out 0s;
}

@media (max-width: 1199px) {

  .header-2 .bar-top-group .info-panel .info-icon .icon,
  .header-1 .bar-top-group .info-panel .info-icon .icon,
  .header-basic .bar-top-group .info-panel .info-icon .icon {
    color: #f07e8a;
    font-size: 1.25rem;
  }
}

.header-2 .bar-top-group .info-panel .text,
.header-1 .bar-top-group .info-panel .text,
.header-basic .bar-top-group .info-panel .text {
  margin: 0;
}

.header-2 .bar-top-group .info-panel .sub-text,
.header-1 .bar-top-group .info-panel .sub-text,
.header-basic .bar-top-group .info-panel .sub-text {
  display: none;
}

.header-2 .bar-top-group .info-panel .info-link,
.header-1 .bar-top-group .info-panel .info-link,
.header-basic .bar-top-group .info-panel .info-link {
  color: inherit;
  text-decoration: none !important;
}

@media (max-width: 1199px) {

  .header-2 .bar-top-group .info-panel .info-link,
  .header-1 .bar-top-group .info-panel .info-link,
  .header-basic .bar-top-group .info-panel .info-link {
    margin-left: 0;
    margin-bottom: .75rem;
  }
}

.header-2 .header-logo,
.header-1 .header-logo,
.header-basic .header-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-2 .header-logo .logo-img,
.header-1 .header-logo .logo-img,
.header-basic .header-logo .logo-img {
  display: block;
  max-width: 10rem;
  padding: .5rem 0;
  height: 134px;
  object-fit: inherit;
  transition: all 0.5s ease-in-out 0s;
}

.header-2 .header-logo .logo-img.light-logo,
.header-1 .header-logo .logo-img.light-logo,
.header-basic .header-logo .logo-img.light-logo {
  display: block;
}

.header-2 .header-logo .logo-img.dark-logo,
.header-1 .header-logo .logo-img.dark-logo,
.header-basic .header-logo .logo-img.dark-logo {
  display: none;
}

.header-2 .links,
.header-1 .links,
.header-basic .links {
  margin-right: auto;
  margin-left: 1rem;
  transition: 0.2s all ease;
}

@media (max-width: 1199px) {

  .header-2 .links,
  .header-1 .links,
  .header-basic .links {
    right: -100%;
    margin: 0;
    transition: 0.2s all ease;
  }

  .header-2 .links.show,
  .header-1 .links.show,
  .header-basic .links.show {
    right: 0;
    background-color: #0000007d;
    transition: 0.2s all ease;
  }
}

.header-2 .links-list,
.header-1 .links-list,
.header-basic .links-list {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}

@media (max-width: 1199px) {

  .header-2 .links-list,
  .header-1 .links-list,
  .header-basic .links-list {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100vh;
    padding: 1rem 0;
    flex-direction: column;
    align-items: start;
    justify-content: unset;
    overflow: auto;
    overflow-x: hidden;
    background-color: #fff;
  }
}

@media (max-width: 767px) {

  .header-2 .links-list,
  .header-1 .links-list,
  .header-basic .links-list {
    width: 75%;
  }
}

.header-2 .menu-item,
.header-1 .menu-item,
.header-basic .menu-item {
  position: relative;
  padding: 0 1rem;
}

@media (max-width: 1199px) {

  .header-2 .menu-item,
  .header-1 .menu-item,
  .header-basic .menu-item {
    width: 100%;
    padding: 0;
  }
}

.header-2 .menu-link,
.header-1 .menu-link,
.header-basic .menu-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-decoration: none !important;
  color: #b1676e;
  opacity: .9;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 800;
  line-height: 70px;
  overflow: hidden;
  transition: all 0.3s ease-in-out 0s;
}

.header-2 .menu-link::before,
.header-1 .menu-link::before,
.header-basic .menu-link::before {
  content: '';
  position: absolute;
  background-color: #f07e8a;
  height: 2px;
  width: 100%;
  bottom: 25%;
  right: 0;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease-in-out 0s;
}

.header-2 .menu-link .down-Arrow-icon,
.header-1 .menu-link .down-Arrow-icon,
.header-basic .menu-link .down-Arrow-icon {
  line-height: 1;
  font-size: .65rem;
  margin-right: .25rem;
}

.header-2 .menu-link:hover,
.header-1 .menu-link:hover,
.header-basic .menu-link:hover,
.header-2 .menu-link.active,
.header-1 .menu-link.active,
.header-basic .menu-link.active {
  opacity: 1;
}

.header-2 .menu-link:hover::before,
.header-1 .menu-link:hover::before,
.header-basic .menu-link:hover::before,
.header-2 .menu-link.active::before,
.header-1 .menu-link.active::before,
.header-basic .menu-link.active::before {
  transform: scaleX(1);
}

@media (max-width: 1199px) {

  .header-2 .menu-link,
  .header-1 .menu-link,
  .header-basic .menu-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: .75rem 1rem;
    color: #121212;
    line-height: calc(70px / 2);
  }

  .header-2 .menu-link::before,
  .header-1 .menu-link::before,
  .header-basic .menu-link::before {
    color: #f07e8a;
    display: none;
  }

  .header-2 .menu-link .down-Arrow-icon,
  .header-1 .menu-link .down-Arrow-icon,
  .header-basic .menu-link .down-Arrow-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    padding: 14px;
    height: 1.25rem;
    color: #f07e8a;
    border: 1px solid #f07e8a;
    border-radius: 4px;
  }

  .header-2 .menu-link:hover,
  .header-1 .menu-link:hover,
  .header-basic .menu-link:hover {
    color: #f07e8a;
  }
}

.header-2 .has-sub-menu>.sub-menu,
.header-1 .has-sub-menu>.sub-menu,
.header-basic .has-sub-menu>.sub-menu {
  list-style: none;
  position: absolute;
  top: 100%;
  min-width: 18rem;
  right: 0;
  margin: 0;
  padding: 1rem 0;
  transform: translateY(4rem);
  visibility: hidden;
  opacity: 0;
  z-index: 15000;
  background-color: #fff;
  box-shadow: 0px 0px 30px 0px rgba(32, 32, 32, 0.25);
  transition: all 0.3s ease-in-out 0s;
}

@media (max-width: 1199px) {

  .header-2 .has-sub-menu>.sub-menu,
  .header-1 .has-sub-menu>.sub-menu,
  .header-basic .has-sub-menu>.sub-menu {
    position: static;
    display: none;
    visibility: visible;
    opacity: 1;
    border: none;
    box-shadow: none;
    padding: 0;
    transform: translateY(0);
    background-color: #fff;
    transition: none;
  }
}

.header-2 .has-sub-menu>.sub-menu .sub-menu-item,
.header-1 .has-sub-menu>.sub-menu .sub-menu-item,
.header-basic .has-sub-menu>.sub-menu .sub-menu-item {
  padding: 0;
}

.header-2 .has-sub-menu>.sub-menu .sub-menu-link,
.header-1 .has-sub-menu>.sub-menu .sub-menu-link,
.header-basic .has-sub-menu>.sub-menu .sub-menu-link {
  line-height: unset;
  color: #121212;
  padding: 1rem !important;
  padding-right: 1.5rem !important;
}

.header-2 .has-sub-menu>.sub-menu .sub-menu-link::before,
.header-1 .has-sub-menu>.sub-menu .sub-menu-link::before,
.header-basic .has-sub-menu>.sub-menu .sub-menu-link::before {
  content: '';
  display: block;
  height: 3px;
  width: 1rem;
  right: 0;
  background-color: #f07e8a;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transform-origin: right;
  transition: all 0.3s ease-in-out 0s;
}

.header-2 .has-sub-menu>.sub-menu .sub-menu-link::after,
.header-1 .has-sub-menu>.sub-menu .sub-menu-link::after,
.header-basic .has-sub-menu>.sub-menu .sub-menu-link::after {
  content: '';
  position: absolute;
  background-color: #f07e8a;
  height: 100%;
  width: 4px;
  left: -4px;
  right: auto;
  transition: all 0.3s ease-in-out 0s;
}

.header-2 .has-sub-menu>.sub-menu .sub-menu-link:hover,
.header-1 .has-sub-menu>.sub-menu .sub-menu-link:hover,
.header-basic .has-sub-menu>.sub-menu .sub-menu-link:hover {
  padding: 1rem 1rem 1rem 2rem !important;
  padding-right: 2rem !important;
  color: #f07e8a;
}

.header-2 .has-sub-menu>.sub-menu .sub-menu-link:hover::before,
.header-1 .has-sub-menu>.sub-menu .sub-menu-link:hover::before,
.header-basic .has-sub-menu>.sub-menu .sub-menu-link:hover::before {
  transform: translateY(-50%) scale(1);
}

.header-2 .has-sub-menu>.sub-menu .sub-menu-link:hover::after,
.header-1 .has-sub-menu>.sub-menu .sub-menu-link:hover::after,
.header-basic .has-sub-menu>.sub-menu .sub-menu-link:hover::after {
  left: 0;
  right: auto;
}

@media (max-width: 1199px) {

  .header-2 .has-sub-menu>.sub-menu .sub-menu-link,
  .header-1 .has-sub-menu>.sub-menu .sub-menu-link,
  .header-basic .has-sub-menu>.sub-menu .sub-menu-link {
    line-height: unset;
    padding: 1rem 1rem 1rem 2rem !important;
  }

  .header-2 .has-sub-menu>.sub-menu .sub-menu-link:hover,
  .header-1 .has-sub-menu>.sub-menu .sub-menu-link:hover,
  .header-basic .has-sub-menu>.sub-menu .sub-menu-link:hover {
    padding: 1rem 1rem 1rem 2.5rem !important;
    color: #f07e8a;
  }
}

.header-2 .has-sub-menu:hover>.sub-menu,
.header-1 .has-sub-menu:hover>.sub-menu,
.header-basic .has-sub-menu:hover>.sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.header-2 .has-sub-menu .has-sub-menu .sub-menu,
.header-1 .has-sub-menu .has-sub-menu .sub-menu,
.header-basic .has-sub-menu .has-sub-menu .sub-menu {
  top: 0;
  left: 100%;
  right: auto;
}

@media (max-width: 1199px) {

  .header-2 .has-sub-menu>.sub-menu .sub-menu .sub-menu-link,
  .header-1 .has-sub-menu>.sub-menu .sub-menu .sub-menu-link,
  .header-basic .has-sub-menu>.sub-menu .sub-menu .sub-menu-link {
    line-height: unset;
    padding: 1rem 1rem 1rem 3rem !important;
  }

  .header-2 .has-sub-menu>.sub-menu .sub-menu .sub-menu-link:hover,
  .header-1 .has-sub-menu>.sub-menu .sub-menu .sub-menu-link:hover,
  .header-basic .has-sub-menu>.sub-menu .sub-menu .sub-menu-link:hover {
    padding: 1rem 1rem 1rem 3.5rem !important;
    color: #f07e8a;
  }
}

.is-dark.header-2 .bar-top,
.is-dark.header-1 .bar-top,
.is-dark.header-basic .bar-top {
  background-color: #121212;
}

.is-dark.header-2 .bar-top .info-icon .icon,
.is-dark.header-1 .bar-top .info-icon .icon,
.is-dark.header-basic .bar-top .info-icon .icon {
  color: #f07e8a;
}

.is-dark.header-2 .bar-top .info-text,
.is-dark.header-1 .bar-top .info-text,
.is-dark.header-basic .bar-top .info-text {
  color: #fff;
}

@media (max-width: 1199px) {

  .is-dark.header-2 .bar-top .info-text,
  .is-dark.header-1 .bar-top .info-text,
  .is-dark.header-basic .bar-top .info-text {
    color: #f07f8c;
  }
}

.is-dark.header-2 .social-icons .sc-icon,
.is-dark.header-1 .social-icons .sc-icon,
.is-dark.header-basic .social-icons .sc-icon {
  color: #fff !important;
}

@media (max-width: 1199px) {

  .is-dark.header-2 .social-icons .sc-icon,
  .is-dark.header-1 .social-icons .sc-icon,
  .is-dark.header-basic .social-icons .sc-icon {
    color: #f07e8a !important;
  }
}

@media (max-width: 1199px) {

  .is-dark.header-2 .bar-bottom,
  .is-dark.header-1 .bar-bottom,
  .is-dark.header-basic .bar-bottom {
    background-color: #121212;
  }
}

.is-dark.is-sticky.header-2 .bar-bottom,
.is-dark.is-sticky.header-1 .bar-bottom,
.is-dark.is-sticky.header-basic .bar-bottom {
  border-color: rgba(255, 255, 255, 0.1);
  background-color: #121212 !important;
}

.is-light.header-2 .bar-top,
.is-light.header-1 .bar-top,
.is-light.header-basic .bar-top {
  background-color: #fff;
}

.is-light.header-2 .bar-top .info-icon .icon,
.is-light.header-1 .bar-top .info-icon .icon,
.is-light.header-basic .bar-top .info-icon .icon {
  color: #f07e8a;
}

.is-light.header-2 .bar-top .info-text,
.is-light.header-1 .bar-top .info-text,
.is-light.header-basic .bar-top .info-text {
  color: #f07f8c;
}

.is-light.header-2 .social-icons .sc-icon,
.is-light.header-1 .social-icons .sc-icon,
.is-light.header-basic .social-icons .sc-icon {
  color: #f07e8a !important;
}

@media (max-width: 1199px) {

  .is-light.header-2 .bar-bottom,
  .is-light.header-1 .bar-bottom,
  .is-light.header-basic .bar-bottom {
    background-color: #fff;
  }

  .is-light.header-2 .bar-bottom .header-logo .dark-logo,
  .is-light.header-1 .bar-bottom .header-logo .dark-logo,
  .is-light.header-basic .bar-bottom .header-logo .dark-logo {
    display: block;
  }

  .is-light.header-2 .bar-bottom .header-logo .light-logo,
  .is-light.header-1 .bar-bottom .header-logo .light-logo,
  .is-light.header-basic .bar-bottom .header-logo .light-logo {
    display: none;
  }

  .is-light.header-2 .bar-bottom .menu-link,
  .is-light.header-1 .bar-bottom .menu-link,
  .is-light.header-basic .bar-bottom .menu-link {
    color: #121212;
  }

  .is-light.header-2 .bar-bottom .menu-link::before,
  .is-light.header-1 .bar-bottom .menu-link::before,
  .is-light.header-basic .bar-bottom .menu-link::before {
    background-color: #121212;
  }

  .is-light.header-2 .bar-bottom .menu-link.sub-menu-link::before,
  .is-light.header-1 .bar-bottom .menu-link.sub-menu-link::before,
  .is-light.header-basic .bar-bottom .menu-link.sub-menu-link::before {
    background-color: #f07e8a;
  }

  .is-light.header-2 .bar-bottom .header-search-btn svg.search-icon,
  .is-light.header-1 .bar-bottom .header-search-btn svg.search-icon,
  .is-light.header-basic .bar-bottom .header-search-btn svg.search-icon {
    fill: #121212;
  }

  .is-light.header-2 .bar-bottom .menu-toggler>span,
  .is-light.header-1 .bar-bottom .menu-toggler>span,
  .is-light.header-basic .bar-bottom .menu-toggler>span {
    background-color: #121212;
  }

  .is-light.header-2 .bar-bottom .info-toggler>span,
  .is-light.header-1 .bar-bottom .info-toggler>span,
  .is-light.header-basic .bar-bottom .info-toggler>span {
    background-color: #121212;
  }

  .is-light.header-2 .bar-bottom .header-cta-btn,
  .is-light.header-1 .bar-bottom .header-cta-btn,
  .is-light.header-basic .bar-bottom .header-cta-btn {
    color: #fff;
    background-color: #f07e8a;
    border: 2px solid #f07e8a;
  }

  .is-light.header-2 .bar-bottom .header-cta-btn:hover,
  .is-light.header-1 .bar-bottom .header-cta-btn:hover,
  .is-light.header-basic .bar-bottom .header-cta-btn:hover {
    color: #f07e8a;
  }
}

.is-light.is-sticky.header-2 .bar-bottom,
.is-light.is-sticky.header-1 .bar-bottom,
.is-light.is-sticky.header-basic .bar-bottom {
  border-color: rgba(18, 18, 18, 0.1);
  background-color: #fff !important;
}

.is-light.is-sticky.header-2 .bar-bottom .header-logo .dark-logo,
.is-light.is-sticky.header-1 .bar-bottom .header-logo .dark-logo,
.is-light.is-sticky.header-basic .bar-bottom .header-logo .dark-logo {
  display: block;
}

.is-light.is-sticky.header-2 .bar-bottom .header-logo .light-logo,
.is-light.is-sticky.header-1 .bar-bottom .header-logo .light-logo,
.is-light.is-sticky.header-basic .bar-bottom .header-logo .light-logo {
  display: none;
}

.is-light.is-sticky.header-2 .bar-bottom .menu-link,
.is-light.is-sticky.header-1 .bar-bottom .menu-link,
.is-light.is-sticky.header-basic .bar-bottom .menu-link {
  color: #121212;
}

.is-light.is-sticky.header-2 .bar-bottom .menu-link::before,
.is-light.is-sticky.header-1 .bar-bottom .menu-link::before,
.is-light.is-sticky.header-basic .bar-bottom .menu-link::before {
  background-color: #121212;
}

.is-light.is-sticky.header-2 .bar-bottom .menu-link.sub-menu-link::before,
.is-light.is-sticky.header-1 .bar-bottom .menu-link.sub-menu-link::before,
.is-light.is-sticky.header-basic .bar-bottom .menu-link.sub-menu-link::before {
  background-color: #f07e8a;
}

.is-light.is-sticky.header-2 .bar-bottom .header-search-btn svg.search-icon,
.is-light.is-sticky.header-1 .bar-bottom .header-search-btn svg.search-icon,
.is-light.is-sticky.header-basic .bar-bottom .header-search-btn svg.search-icon {
  fill: #121212;
}

.is-light.is-sticky.header-2 .bar-bottom .menu-toggler>span,
.is-light.is-sticky.header-1 .bar-bottom .menu-toggler>span,
.is-light.is-sticky.header-basic .bar-bottom .menu-toggler>span {
  background-color: #121212;
}

.is-light.is-sticky.header-2 .bar-bottom .info-toggler>span,
.is-light.is-sticky.header-1 .bar-bottom .info-toggler>span,
.is-light.is-sticky.header-basic .bar-bottom .info-toggler>span {
  background-color: #121212;
}

.is-light.is-sticky.header-2 .bar-bottom .header-cta-btn,
.is-light.is-sticky.header-1 .bar-bottom .header-cta-btn,
.is-light.is-sticky.header-basic .bar-bottom .header-cta-btn {
  color: #fff;
  background-color: #f07e8a;
  border: 2px solid #f07e8a;
}

.is-light.is-sticky.header-2 .bar-bottom .header-cta-btn:hover,
.is-light.is-sticky.header-1 .bar-bottom .header-cta-btn:hover,
.is-light.is-sticky.header-basic .bar-bottom .header-cta-btn:hover {
  color: #f07e8a;
  background-color: transparent;
}

@media (min-width: 1199px) {
  .header-2.is-sticky {
    top: -40px;
  }
}

.header-2.is-sticky .bar-bottom {
  background-color: #f07e8a;
}

.header-1 .bar-top {
  height: 70px;
}

@media (max-width: 1199px) {
  .header-1 .bar-top {
    height: 0;
    border-bottom: none;
  }
}

.header-1 .bar-top-group .info-panel .info {
  display: flex;
  align-items: center;
}

.header-1 .bar-top-group .info-panel .info.info-panel-logo {
  display: none;
}

@media (max-width: 1199px) {
  .header-1 .bar-top-group .info-panel .info.info-panel-logo {
    display: flex;
  }
}

.header-1 .bar-top-group .info-panel .info .info-icon .icon {
  font-size: 1.75rem;
}

@media (max-width: 1199px) {
  .header-1 .bar-top-group .info-panel .info .info-icon .icon {
    font-size: 1.75rem;
  }
}

.header-1 .bar-top-group .info-panel .info .info-text {
  flex-direction: column;
  align-items: flex-start;
}

.header-1 .bar-top-group .info-panel .info .text {
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: capitalize;
}

.header-1 .bar-top-group .info-panel .info .sub-text {
  display: block;
  opacity: .75;
}

@media (max-width: 1199px) {
  .header-1 .bar-top-group .info-panel .info .sub-text {
    opacity: .9;
  }
}

@media (min-width: 1199px) {
  .header-1.is-sticky {
    top: -70px;
  }

  .header-basic.is-sticky .bar-top {
    transform: translateY(-200%)
  }

  .header-basic.is-sticky .bar-bottom {
    transform: translateY(-50%);
    height: 80px;
    /* background-color: #ae646a; */
  }
}

.header-1.is-sticky .bar-bottom {
  background-color: #f07e8a;
}

@media (min-width: 1199px) {
  .header-basic.is-sticky {
    top: 0 !important;
    height: 106px;
    box-shadow: 0 3px 4px rgb(0 0 0 / 10%);
  }

  .header-basic.is-sticky .links {
    margin-top: -20px;
    transition: 0.2s all ease;
  }

  .header-basic.is-sticky img {
    transform: translateY(-13%);
    height: 120px !important;
    padding-top: 18px !important;
  }
}


.header-basic .controls-box .info-toggler {
  display: none;
}

/* End .page-header Rules    */
/*   Start .page-hero Rules   */
.page-hero .hero-text-area .hero-title,
.hero-swiper-slider .slide-title {
  font-family: "Tajawal", "sans-serif";
  font-weight: 900;
  font-size: 4rem;
  text-transform: capitalize;
  margin-bottom: 1.5rem;
  color: #fff;
  line-height: 1.3;
}

.page-hero .hero-text-area .hero-title .first-word,
.hero-swiper-slider .slide-title .first-word {
  position: relative;
}

@media (max-width: 1199px) {

  .page-hero .hero-text-area .hero-title,
  .hero-swiper-slider .slide-title {
    font-size: 3rem !important;
  }
}

@media (max-width: 575px) {

  .page-hero .hero-text-area .hero-title,
  .hero-swiper-slider .slide-title {
    font-size: 1rem !important;
    font-weight: 700 !important;
  }
}

.page-hero .hero-text-area .hero-subtitle,
.hero-swiper-slider .slide-subtitle {
  color: #f1f1f1;
  font-size: 1.35rem;
  font-weight: 400;
  margin-bottom: 2rem;
  line-height: 1.7;
}

@media (max-width: 991px) {

  .page-hero .hero-text-area .hero-subtitle,
  .hero-swiper-slider .slide-subtitle {
    font-size: 10px;
  }
}

@media (max-height: 500px) {

  .page-hero .hero-text-area .hero-subtitle,
  .hero-swiper-slider .slide-subtitle {
    display: none;
  }
}

.hero-social-icons {
  position: absolute;
  z-index: 900;
  transition: all 0.5s ease-in-out 0s;
}

.hero-social-icons.start-align {
  right: 3rem;
  left: auto;
}

.hero-social-icons.center-align {
  width: 100%;
  text-align: center;
}

.hero-social-icons.end-align {
  left: 3rem;
  right: auto;
}

.hero-social-icons.center-position {
  top: 50%;
  transform: translateY(-50%);
}

.hero-social-icons.bottom-position {
  bottom: 4rem;
  top: auto;
}

.hero-social-icons .dir-row .sc-list .sc-item:not(:last-child) {
  margin-left: 2rem;
}

.hero-social-icons .dir-row .sc-list .sc-item .sc-icon {
  color: #fff;
}

.hero-social-icons .dir-col .sc-list .sc-item:not(:last-child) {
  margin-bottom: 2rem;
}

.hero-social-icons .dir-col .sc-list .sc-item .sc-icon {
  color: #fff;
}

@media (max-width: 991px) {
  .hero-social-icons {
    display: none;
  }
}

@media (max-height: 500px) {
  .hero-social-icons {
    display: none;
  }
}

.page-hero {
  position: relative;
  z-index: 0;
  height: 722px;
  padding: 120px 0;
  /* background: #f07e8a; */
}

@media (max-width: 991px) {
  .page-hero {
    height: auto;
    height: 300px;
  }

  .inner-page-hero {
    height: 200px !important;
    margin-top: 0 !important;
  }
}

@media (max-height: 600px) {
  .page-hero {
    height: auto;
  }
}

.page-hero .overlay-color {
  opacity: .75 !important;
}

.page-hero .hero-text-area {
  padding-top: 7rem;
}

.page-hero .hero-text-area .tag-line {
  color: #fff;
}

.page-hero .hero-text-area .hero-title {
  display: inline-block;
  position: relative;
  z-index: 0;
}

.page-hero .hero-text-area .hero-title .heading-brand-name {
  position: relative;
  display: inline-block;
  line-height: 1;
}

.page-hero .hero-text-area .hero-title .featured-text {
  font-weight: 900;
}

.page-hero .cta-links-area {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}

.page-hero .cta-links-area .cta-link {
  margin-bottom: 0;
  margin-left: 1rem;
  font-size: 1.15rem;
  background: transparent;
  color: #fff;
  border-color: #fff;
  min-width: 180px;
}

@media (max-width: 991px) {
  .page-hero .cta-links-area .cta-link {
    font-size: 10px;
    padding: .75rem 1.5rem;
    min-width: auto;
    margin-top: -119px;
  }

  .hero-swiper-slider .slides-state {
    display: none;
  }
}

.page-hero .cta-links-area .cta-link:last-child {
  margin-left: 0;
}

.page-hero .cta-links-area .cta-link:hover {
  background: #fff;
  color: #f07e8a;
  border-color: #fff;
}

.page-hero .cta-links-area .cta-link-primary {
  background: #f07e8a;
  color: #fff;
  border-color: #f07e8a;
}

.page-hero .cta-links-area .cta-link-primary:hover {
  background: transparent;
  color: #fff;
  border-color: #fff;
}

.page-hero.hero-image-bg .overlay-photo-image-bg {
  background-image: url("../assets/Images/hero/hero-bg-4.jpg");
  z-index: -1;
  opacity: 1;
}

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

.hero-swiper-slider {
  padding: 0;
  background: #121212;
}

.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;
  z-index: 0;
}

.hero-swiper-slider .slide-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.hero-swiper-slider .slide-bg-img .overlay-color {
  z-index: 0;
}

.hero-swiper-slider .tag-line {
  transform: translateY(-1rem);
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out 0s;
  transition-delay: .3s;
}

.hero-swiper-slider .slide-title {
  display: inline-block;
  transform: translateY(3rem);
  visibility: hidden;
  opacity: 0;
  transition: all 0.8s ease-in-out 0s;
  transition-delay: .5s;
}

.hero-swiper-slider .slide-subtitle {
  transform: translateY(3rem);
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out 0s;
  transition-delay: .8s;
}

.hero-swiper-slider .cta-links-area {
  transform: translateY(3rem);
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out 0s;
  transition-delay: 1s;
}

.hero-swiper-slider .slider-stacked-arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 3rem;
  z-index: 11;
}

.hero-swiper-slider .slider-stacked-arrows .swiper-button-prev,
.hero-swiper-slider .slider-stacked-arrows .swiper-button-next {
  position: static;
  margin: .25rem 0;
  transform: none;
}

@media (max-width: 991px) {
  .hero-swiper-slider .slider-stacked-arrows {
    bottom: 1rem;
    top: auto;
    width: 100%;
    transform: none;
    right: 0;
    padding: 0 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.hero-swiper-slider .swiper-button-prev,
.hero-swiper-slider .swiper-button-next {
  background-image: none;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #fff;
  background: #f07e8a;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
  background: rgba(255, 255, 255, 0.35);
  color: #fff;
  outline: none;
  top: 50%;
  transform: translateY(52%);
  padding-top: 6px;
}

.hero-swiper-slider .swiper-button-prev:hover,
.hero-swiper-slider .swiper-button-next:hover {
  background-color: #f07e8a;
}

.hero-swiper-slider .swiper-button-prev:hover,
.hero-swiper-slider .swiper-button-next:hover {
  background: #f07e8a;
}

@media (max-width: 991px) {

  .hero-swiper-slider .swiper-button-prev,
  .hero-swiper-slider .swiper-button-next {
    bottom: 1rem;
    top: auto;
    transform: none;
  }
}

@media (max-width: 575px) {

  .hero-swiper-slider .swiper-button-prev,
  .hero-swiper-slider .swiper-button-next {
    display: none;
  }

  .hero-swiper-slider .slides-state {
    display: none !important;
  }
}

.hero-swiper-slider .swiper-button-prev {
  right: 3rem;
  left: auto;
}

@media (max-width: 991px) {
  .hero-swiper-slider .swiper-button-prev {
    right: 10px;
  }
}

.hero-swiper-slider .swiper-button-next {
  left: 3rem;
  right: auto;
}

@media (max-width: 991px) {
  .hero-swiper-slider .swiper-button-next {
    left: 10px;
  }
}

.hero-swiper-slider .swiper-pagination-fraction {
  width: auto;
  left: 3rem;
  right: 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;
    right: 50%;
    left: 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 .slides-state {
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  bottom: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Tajawal", "sans-serif";
  z-index: 11;
}

.hero-swiper-slider .slides-state .slide-num {
  width: 3rem;
  height: 3rem;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  transition: all 0.5s ease-in-out 0s;
}

@media (max-width: 575px) {
  .hero-swiper-slider .slides-state .slide-num {
    display: none;
  }
}

.hero-swiper-slider .slides-state .slide-num.slides-count {
  opacity: .5;
}

.hero-swiper-slider .slides-state .swiper-pagination {
  position: static;
  margin: 0 1rem;
  display: flex;
  align-items: center;
}

.hero-swiper-slider .slides-state .swiper-pagination-bullet {
  width: 3rem;
  height: .5rem;
  display: inline-block;
  border-radius: 2rem;
  background-color: #fff;
  transition: all 0.5s ease-in-out 0s;
}

.hero-swiper-slider .slides-state .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #f07e8a;
}

.hero-swiper-slider .slides-state .swiper-pagination-bullet:not(:last-child) {
  margin-left: .5rem !important;
}

@media (min-width: 768px) {
  .hero-swiper-slider .slides-state.v-align {
    left: -3rem;
    right: auto;
    transform: rotate(90deg) translateY(-50%);
    top: 50%;
    bottom: auto;
  }

  .hero-swiper-slider .slides-state.v-align .slide-num {
    transform: rotate(-90deg);
  }
}

.hero-swiper-slider .swiper-slide-active .tag-line,
.hero-swiper-slider .swiper-slide-active .slide-title,
.hero-swiper-slider .swiper-slide-active .slide-subtitle,
.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%;
  right: 0;
  transform: translateY(-50%);
}

.hero-swiper-slider.off-grid-text .overlay-photo-image-bg {
  background: url("../assets/Images/sections-bg-images/pattern-bg-1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .05;
  z-index: 1;
  width: 100%;
  height: 65%;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.hero-swiper-slider.off-grid-text .slide-bg-img {
  width: 65%;
  min-width: 65%;
  right: auto;
  left: 0;
}

.hero-swiper-slider.slider-parallax .tag-line {
  transition-delay: .6s;
}

.hero-swiper-slider.slider-parallax .slide-title {
  transition-delay: 1s;
}

.hero-swiper-slider.slider-parallax .slide-subtitle {
  transition-delay: 1.1s;
}

.hero-swiper-slider.slider-parallax .cta-links-area {
  transition-delay: 1.3s;
}

.inner-page-hero {
  height: 60vh;
  /* height: 500px !important; */
  margin-top: 134px;
}

.inner-page-hero .overlay-photo-image-bg {
  background-image: url("../assets/Images/hero/inner-page-hero.html");
  opacity: 1;
}

.inner-page-hero .hero-text-area {
  text-align: center;
}

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

@keyframes ma-scale {
  50% {
    transform: scale(1.2);
  }
}

/*   End .page-hero Rules   */
/*    Start .services Section Rules    */
.services-boxed .overlay-photo-image-bg,
.services-bg-img .overlay-photo-image-bg {
  background-image: url("../assets/Images/sections-bg-images/pattern-bg-1.jpg");
  opacity: .025;
}

.services-boxed .service-box,
.services-bg-img .service-box {
  position: relative;
  padding: 4rem 2rem;
  transition: all 0.3s ease-in-out 0s;
  z-index: 0;
}

.services-boxed .service-card,
.services-bg-img .service-card {
  overflow: hidden;
}

.services-boxed .service-icon,
.services-bg-img .service-icon {
  margin-bottom: 1.5rem;
  transition: all 0.3s ease-in-out 0s;
}

.services-boxed .font-icon,
.services-bg-img .font-icon {
  display: inline-block;
  font-size: 2.5rem;
  color: #f07e8a;
  transform-origin: center;
  transition: all 0.3s ease-in-out 0s;
}

.services-boxed .service-num,
.services-bg-img .service-num {
  font-family: "Tajawal", "sans-serif";
  font-size: 5rem;
  font-weight: 900;
  position: absolute;
  top: 1rem;
  left: 2rem;
  color: #fff;
  opacity: 0;
  line-height: 1;
}

.services-boxed .img-icon,
.services-bg-img .img-icon {
  width: 60px;
  height: 60px;
}

.services-boxed .service-content,
.services-bg-img .service-content {
  margin-bottom: 1.5rem;
}

.services-boxed .service-title,
.services-bg-img .service-title {
  text-transform: capitalize;
  font-size: 1.35rem;
  font-weight: 700;
  font-family: "Tajawal", "sans-serif";
  color: #f07f8c;
  margin-bottom: 1rem;
}

.services-boxed .service-text,
.services-bg-img .service-text {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
  color: #b8b8b8;
}

@media (max-width: 991px) {

  .lifted-up-box.services-boxed .services-row,
  .lifted-up-box.services-bg-img .services-row {
    padding: 6rem 0;
  }
}

.lifted-up-box.services-boxed .service-box,
.lifted-up-box.services-bg-img .service-box {
  margin-top: -8rem;
}

@media (max-width: 991px) {

  .lifted-up-box.services-boxed .service-box,
  .lifted-up-box.services-bg-img .service-box {
    margin-top: 0rem;
  }
}

.services-boxed .services-row {
  margin-bottom: 1rem;
}

.services-boxed .service-box {
  margin-bottom: 2rem;
  border-radius: .5rem;
  padding: 2rem;
  border: 1px solid rgba(195, 80, 35, 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,
.services-boxed .service-box.featured {
  background-color: #f07e8a;
}

.services-boxed .service-box:hover .service-num,
.services-boxed .service-box.featured .service-num {
  opacity: .3;
}

.services-boxed .service-box:hover .service-title,
.services-boxed .service-box:hover .service-text,
.services-boxed .service-box:hover .font-icon,
.services-boxed .service-box:hover .read-more,
.services-boxed .service-box.featured .service-title,
.services-boxed .service-box.featured .service-text,
.services-boxed .service-box.featured .font-icon,
.services-boxed .service-box.featured .read-more {
  color: #fff;
}

.services-boxed.is-dark {
  background-color: #f07f8c;
}

.services-boxed.is-dark .section-heading .section-title {
  color: #fff !important;
}

.services-boxed.is-dark .section-heading .section-subtitle {
  color: #fff !important;
  opacity: .75;
}

.services-boxed.is-dark .section-heading .line {
  background-color: #fff !important;
}

.services-boxed.is-dark .service-title {
  color: #fff;
}

.services-boxed.is-dark .service-text {
  color: #fff;
  opacity: .85;
}

.services-bg-img.half-bg-img .overlay-photo-image-bg {
  top: 0;
  right: 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 {
  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;
  right: 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: 1;
  opacity: .85;
}

.services-bg-img .service-box .bg-img .service-bg-img {
  min-height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 0.5s ease-in-out 0s;
}

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

.services-bg-img .service-box:hover .bg-img .service-bg-img {
  transform: scale(1.2);
  transition: transform 1s ease-in-out 0s;
}

.flip-cards {
  background-color: #121212;
}

.flip-cards .section-heading .section-title {
  color: #fff;
}

.flip-cards .section-heading .section-subtitle {
  color: #fff;
  opacity: .85;
}

.flip-cards .section-heading .line {
  background-color: #fff;
}

.flip-cards .flip-card {
  position: relative;
  perspective: 1000px;
  transform-style: preserve-3d;
  margin-bottom: 2rem;
  transition: all 0.5s ease-in-out 0s;
  z-index: 0;
}

.flip-cards .flip-card:hover .front-face {
  transform: rotateX(-180deg);
}

.flip-cards .flip-card:hover .back-face {
  transform: rotateX(0deg);
}

.flip-cards .flip-card .front-face,
.flip-cards .flip-card .back-face {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(189 61 129);
  border-radius: .5rem;
  padding: 3rem 2rem;
  backface-visibility: hidden;
  transform-origin: center;
  transform-style: preserve-3d;
  perspective: inherit;
  transition: all 1s ease 0s;
  box-shadow: 0px 0px 10px 0px rgba(18, 18, 18, 0.1);
}

.flip-cards .flip-card .front-face .overlay-color,
.flip-cards .flip-card .back-face .overlay-color {
  opacity: .75;
}

.flip-cards .flip-card .front-face .front-face-inner,
.flip-cards .flip-card .front-face .back-face-inner,
.flip-cards .flip-card .back-face .front-face-inner,
.flip-cards .flip-card .back-face .back-face-inner {
  backface-visibility: hidden;
  transform: translateZ(100px) scale(0.8);
  transition: all 1s ease 0s;
}

.flip-cards .flip-card .front-face .icon-wrapper,
.flip-cards .flip-card .front-face .title-wrapper,
.flip-cards .flip-card .front-face .desc-wrapper,
.flip-cards .flip-card .back-face .icon-wrapper,
.flip-cards .flip-card .back-face .title-wrapper,
.flip-cards .flip-card .back-face .desc-wrapper {
  margin-bottom: 1.5rem;
}

.flip-cards .flip-card .front-face .icon-wrapper,
.flip-cards .flip-card .back-face .icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.flip-cards .flip-card .front-face .icon-wrapper .icon,
.flip-cards .flip-card .back-face .icon-wrapper .icon {
  font-size: 2.5rem;
  color: #f07e8a;
}

.flip-cards .flip-card .front-face .title-wrapper .title,
.flip-cards .flip-card .back-face .title-wrapper .title {
  text-transform: capitalize;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Tajawal", "sans-serif";
  color: #fff;
}

.flip-cards .flip-card .front-face .desc-wrapper .desc,
.flip-cards .flip-card .back-face .desc-wrapper .desc {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
}

.flip-cards .flip-card .front-face .bg-img-wrapper,
.flip-cards .flip-card .back-face .bg-img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  z-index: -1;
}

.flip-cards .flip-card .front-face .bg-img-wrapper .bg-img,
.flip-cards .flip-card .back-face .bg-img-wrapper .bg-img {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  height: auto;
}

.flip-cards .flip-card .front-face {
  position: relative;
  z-index: 2;
  transform: rotateX(0deg);
}

.flip-cards .flip-card .back-face {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  transform: rotateX(180deg);
}

.flip-cards .flip-card .back-face .title-wrapper .title {
  color: #fff;
}

.flip-cards .flip-card .back-face .desc-wrapper .desc {
  color: #fff;
  opacity: .85;
}

.flip-cards .flip-card .back-face .btn-wrapper .btn-solid {
  padding: .5rem 1.5rem;
}

.flip-cards .flip-card .back-face .btn-wrapper .btn-solid .icon {
  margin-right: 4px;
  transition: all 0.3s ease-in-out 0s;
}

.flip-cards .flip-card .back-face .btn-wrapper .btn-solid:hover {
  color: #fff;
  border-color: #fff;
}

.flip-cards .flip-card .back-face .btn-wrapper .btn-solid:hover .icon {
  transform: translateX(-4px);
}

.flip-cards .flip-card.flip-x .front-face {
  transform: rotateX(0deg);
}

.flip-cards .flip-card.flip-x .back-face {
  transform: rotateX(180deg);
}

.flip-cards .flip-card.flip-x:hover .front-face,
.flip-cards .flip-card.flip-x.flipped .front-face {
  transform: rotateX(-180deg);
}

.flip-cards .flip-card.flip-x:hover .back-face,
.flip-cards .flip-card.flip-x.flipped .back-face {
  transform: rotateX(0deg);
}

.flip-cards .flip-card.flip-y .front-face {
  transform: rotateY(0deg);
}

.flip-cards .flip-card.flip-y .back-face {
  transform: rotateY(180deg);
}

.flip-cards .flip-card.flip-y:hover .front-face,
.flip-cards .flip-card.flip-y.flipped .front-face {
  transform: rotateY(-180deg);
}

.flip-cards .flip-card.flip-y:hover .back-face,
.flip-cards .flip-card.flip-y.flipped .back-face {
  transform: rotateY(0deg);
}

/*    End .services Section Rules   */
/*   Start about Section   */
.about .content-block:not(:last-child) {
  margin-bottom: 1rem;
}

.about .content-block.wide-section {
  margin-bottom: 0 !important;
  background-color: #f07f8c;
}

.about .content-block.wide-section .text-area {
  padding: 6rem 4rem;
}

@media (min-width: 1920px) {
  .about .content-block.wide-section .text-area {
    max-width: 950px;
    margin: 0 auto;
  }
}

@media (max-width: 991px) {
  .about .content-block.wide-section .text-area {
    margin: 0 1rem;
    padding: 3rem 0;
  }
}

@media (max-width: 991px) {
  .about .content-block.wide-section .wide-img-area {
    max-height: 500px;
  }
}

.about .content-block .pad-start .text-area {
  padding-right: 2rem;
}

@media (max-width: 991px) {
  .about .content-block .pad-start .text-area {
    padding-right: 0;
  }
}

.about .content-block .pad-end .text-area {
  padding-left: 2rem;
}

@media (max-width: 991px) {
  .about .content-block .pad-end .text-area {
    padding-left: 0;
  }
}

.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;
  min-width: 100px;
  min-height: 250px;
  background-color: #f07e8a;
  color: #fff;
  border: 4px solid #fff;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 3;
  top: -2rem;
  bottom: auto;
}

.about .about-col .photo-banner-start .number,
.about .about-col .photo-banner-end .number,
.about .img-area .photo-banner-start .number,
.about .img-area .photo-banner-end .number {
  font-family: "Tajawal", "sans-serif";
  font-size: 6rem;
  font-weight: 900;
  line-height: 1;
}

@media (max-width: 767px) {

  .about .about-col .photo-banner-start .number,
  .about .about-col .photo-banner-end .number,
  .about .img-area .photo-banner-start .number,
  .about .img-area .photo-banner-end .number {
    font-size: 4rem;
    font-weight: 700;
  }
}

.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: 500;
  text-transform: capitalize;
  margin: 0;
}

@media (max-width: 767px) {

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

.about .about-col .photo-banner-start .line,
.about .about-col .photo-banner-end .line,
.about .img-area .photo-banner-start .line,
.about .img-area .photo-banner-end .line {
  background-color: #fff;
}

.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 {
    top: -1.5rem !important;
    bottom: auto !important;
    right: auto !important;
    left: -1.5rem !important;
    min-height: 180px;
  }
}

@media (max-width: 575px) {

  .about .about-col .photo-banner-start,
  .about .about-col .photo-banner-end,
  .about .img-area .photo-banner-start,
  .about .img-area .photo-banner-end {
    top: 0rem !important;
    bottom: auto !important;
    right: auto !important;
    left: 0rem !important;
  }
}

.about .about-col .photo-banner-start,
.about .img-area .photo-banner-start {
  right: -2rem;
  left: auto;
}

.about .about-col .photo-banner-end,
.about .img-area .photo-banner-end {
  right: auto;
  left: -2rem;
}

.about .about-col .banner-seal-logo,
.about .img-area .banner-seal-logo {
  position: absolute;
  width: 250px;
  height: 250px;
  bottom: 1rem;
  top: auto;
  left: auto;
  right: 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 {
  left: auto;
  right: 1rem;
}

.about .about-col .banner-seal-logo.to-right,
.about .img-area .banner-seal-logo.to-right {
  right: auto;
  left: 1rem;
}

.about .about-col .video-wrapper,
.about .img-area .video-wrapper {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 50%;
  left: auto;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.about .about-col .video-wrapper.on-start,
.about .img-area .video-wrapper.on-start {
  right: 0;
  left: auto;
  transform: translate(50%, -50%);
}

@media (max-width: 991px) {

  .about .about-col .video-wrapper.on-start,
  .about .img-area .video-wrapper.on-start {
    right: 50%;
    left: auto;
    transform: translate(50%, -50%);
  }
}

.about .about-col .video-wrapper.on-end,
.about .img-area .video-wrapper.on-end {
  left: 0;
  right: auto;
  transform: translate(50%, -50%);
}

@media (max-width: 991px) {

  .about .about-col .video-wrapper.on-end,
  .about .img-area .video-wrapper.on-end {
    right: 50%;
    left: auto;
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 991px) {

  .about .about-col .video-wrapper,
  .about .img-area .video-wrapper {
    top: 100%;
    right: 50%;
    left: auto;
  }
}

.about .img-area {
  padding: 0;
}

.about .img-area.framed::before,
.about .img-area.framed::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 2px solid #fff;
  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: .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 .wide-img-area {
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 0;
}

.about .wide-img-area .overlay-color {
  opacity: .5;
  z-index: 1;
}

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

@media (max-width: 991px) {
  .about .wide-img-area {
    position: relative;
    width: 100%;
    max-height: 360px;
  }
}

.about .text-area {
  position: relative;
  padding: 3rem 0;
}

.about .text-area .section-heading {
  margin-bottom: 1rem;
}

.about .text-area .about-title {
  font-size: 2.25rem;
  font-weight: 800;
  text-transform: capitalize;
  font-family: "Tajawal", "sans-serif";
  margin-bottom: 1.25rem;
  color: #f07f8c;
}

@media (max-width: 767px) {
  .about .text-area .about-title {
    font-size: 2rem;
    margin-bottom: .75rem;
  }
}

.about .text-area .about-text {
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 2rem;
  color: #f07f8c;
  opacity: .75;
  letter-spacing: .5px;
}

.about .text-area .about-text::first-letter {
  text-transform: capitalize;
}

.about .text-area .info-items-list .menu-items {
  margin: 0;
  padding: 2rem 0;
  list-style: none;
}

.about .text-area .info-items-list .info-item {
  margin-bottom: 1.25rem;
  display: flex;
  align-items: start;
  justify-content: start;
}

@media (max-width: 767px) {
  .about .text-area .info-items-list .info-item {
    flex-direction: column;
  }
}

.about .text-area .info-items-list .info-item:hover .info-icon,
.about .text-area .info-items-list .info-item:hover .info-img-icon {
  transform: translateY(-5px);
}

.about .text-area .info-items-list .info-content {
  padding-left: 3rem;
}

.about .text-area .info-items-list .info-title {
  font-family: "Tajawal", "sans-serif";
  margin-bottom: .75rem;
  color: #121212;
  opacity: .95;
  font-weight: 700;
  font-size: 1.25rem;
  text-transform: capitalize;
}

.about .text-area .info-items-list .info-text {
  font-size: 1rem;
  font-weight: 400;
  color: #121212;
  opacity: .75;
}

.about .text-area .info-items-list .info-icon {
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
  color: #f07e8a;
  font-size: 2.5rem;
  transition: transform 0.3s ease-in-out 0s;
}

.about .text-area .info-items-list .info-img-icon {
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
  width: 60px;
  height: 60px;
  transition: transform 0.3s ease-in-out 0s;
}

.about .text-area .about-stats {
  margin-bottom: 2rem;
}

.about .text-area .about-stats.stats-cards .stat-box {
  position: relative;
  text-align: center;
  padding: 1.5rem;
  margin-bottom: 0;
  margin-bottom: 2rem;
  border: 1px solid rgba(195, 80, 35, 0.35);
  border-bottom: 0.25rem solid #f07e8a;
  box-shadow: 1px 1px 10px 0px rgba(18, 18, 18, 0.1);
}

.about .text-area .about-stats.stats-cards .stat-box .stat-desc {
  opacity: .75;
}

.about .text-area .about-stats.stats-cards .stat-box .stat-icon {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 3rem;
  color: rgba(195, 80, 35, 0.25);
}

.about .text-area .about-stats .stat-box {
  text-align: center;
  padding: 1.5rem;
  margin-bottom: 0;
}

.about .text-area .about-stats .stat-box .stat-num {
  color: #121212;
  opacity: .95;
  font-family: "Tajawal", "sans-serif";
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: .25rem;
  display: inline-block;
  position: relative;
}

.about .text-area .about-stats .stat-box .stat-num .sign {
  font-size: 2.5rem;
  color: #f07e8a;
  font-weight: 600;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(100%, -50%);
}

.about .text-area .about-stats .stat-box .stat-desc {
  font-size: .95rem;
  font-weight: 700;
  line-height: 1.2;
  color: #121212;
  opacity: .75;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .about .text-area .about-stats .stat-box .stat-num {
    font-size: 2rem;
    font-weight: 700;
  }

  .about .text-area .about-stats .stat-box .stat-num .sign {
    font-size: 1.25rem;
  }
}

.about .text-area .cta-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about .text-area .cta-area .signature {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about .text-area .cta-area .signature .signature-img {
  max-width: 200px;
  width: 200px;
  height: 70px;
  background-image: url("../assets/Images/about/signature-dark.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 575px) {
  .about .text-area .cta-area .signature .signature-img {
    max-width: 150px;
    max-height: 50px;
  }
}

.about .text-area .cta-area .signature .signature-name {
  display: block;
  color: #f07e8a;
  margin-top: -.5rem;
  text-transform: capitalize;
}

@media (max-width: 575px) {
  .about .text-area .cta-area .signature .signature-name {
    font-size: .85rem;
  }
}

.about.dark-section {
  background-color: #f07f8c;
}

.about.dark-section .text-area .tag-line,
.about.dark-section .text-area .section-title,
.about.dark-section .text-area .about-title,
.about.dark-section .text-area .init-text,
.about.dark-section .text-area .about-text,
.about.dark-section .text-area .info-items-list .info-title,
.about.dark-section .text-area .info-items-list .info-text,
.about.dark-section .text-area .about-stats .stat-box .stat-num,
.about.dark-section .text-area .about-stats .stat-box .stat-desc {
  color: #fff;
}

.about.dark-section .text-area .cta-area .signature .signature-img {
  background-image: url("../assets/Images/about/signature-light.png");
}

/*   End about Section    */
/*    Start portfolio Section  */
.portfolio {
  overflow: hidden;
  position: relative;
}

.portfolio .overlay-photo-image-bg {
  background-image: url("../assets/Images/sections-bg-images/pattern-bg.jpg");
  opacity: .025;
}

.portfolio .portfolio-wrapper {
  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: .5rem 1rem;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 700;
  z-index: 1;
  color: #f07f8c;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
}

.portfolio .portfolio-btn-list .portfolio-btn:first-child {
  padding-right: 0;
}

.portfolio .portfolio-btn-list .portfolio-btn:last-child {
  padding-left: 0;
}

.portfolio .portfolio-btn-list .portfolio-btn:not(:last-child)::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #f07e8a;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.portfolio .portfolio-btn-list .portfolio-btn:hover,
.portfolio .portfolio-btn-list .portfolio-btn.active {
  color: #f07e8a;
}

.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-left: 1.5rem;
  margin-bottom: 1.5rem;
}

@media (max-width: 575px) {
  .portfolio .portfolio-item {
    padding-left: 0;
  }
}

.portfolio .item {
  overflow: hidden;
  position: relative;
}

.portfolio .item .overlay-color {
  z-index: 2;
  opacity: 0;
}

.portfolio .item .portfolio-img {
  display: block;
  min-width: 100%;
  object-fit: fill;
  height: 450px;
  transition: all 1s ease 0s;
}

.portfolio .item .item-info {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  pointer-events: none;
  z-index: 5;
}

.portfolio .item .item-info .tag-line {
  color: #fff !important;
  visibility: hidden;
  opacity: 0;
  transform: translateY(2rem);
  transition: all 0.5s ease-in-out 0s;
  transition-delay: .2s;
}

.portfolio .item .item-info .item-title {
  font-size: 2rem;
  font-weight: 900;
  font-family: "Tajawal", "sans-serif";
  color: #fff;
  padding-top: .5rem;
  text-transform: capitalize;
  visibility: hidden;
  opacity: 0;
  transform: translateY(2rem);
  clip-path: inset(0 100% 0 0);
  transition: all 0.5s ease-in-out 0s;
  transition-delay: .5s;
}

.portfolio .item .icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 3rem;
  background: #f07e8a;
  color: #fff;
  font-size: 1.25rem;
  right: 50%;
  top: 25%;
  transform: translate(50%, 0);
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 5;
  transition: all 0.25s ease-in-out 0s;
}

.portfolio .item:hover .overlay-color {
  opacity: .65;
}

.portfolio .item:hover .item-info .tag-line {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.portfolio .item:hover .item-info .item-title {
  text-transform: capitalize;
  visibility: visible;
  opacity: 1;
  clip-path: inset(0 0 0 0);
  transform: translateY(0);
}

.portfolio .swiper-slide-active .overlay-color {
  opacity: .65;
}

.portfolio .swiper-slide-active .item-info .tag-line {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  clip-path: inset(0 0 0 0);
}

.portfolio .swiper-slide-active .item-info .item-title {
  text-transform: capitalize;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  clip-path: inset(0 0 0 0);
}

.portfolio-grid-rounded .item {
  border-radius: .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: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #fff;
  background: #f07e8a;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
}

.portfolio .swiper-button-prev:hover,
.portfolio .swiper-button-next:hover {
  background-color: #f07e8a;
}

@media (max-width: 767px) {

  .portfolio .swiper-button-prev,
  .portfolio .swiper-button-next {
    top: auto;
    bottom: 1rem;
  }
}

.portfolio-slider .item .portfolio-img {
  height: 500px;
}

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

/*    End portfolio Section  */
/*    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: "Tajawal", "sans-serif";
  color: #f07f8c;
  text-transform: capitalize;
  margin-bottom: 1.5rem;
}

@media (max-width: 991px) {
  .portfolio-single .project-heading .project-title {
    font-size: 2.25rem;
  }
}

.portfolio-single .featured-area {
  margin-bottom: 3rem;
}

.portfolio-single .project-featured-img {
  max-height: 450px;
  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: #f07e8a;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
}

.portfolio-single .info-area .project-info .info .title {
  display: inline-block;
  margin-left: .25rem;
  font-family: "Tajawal", "sans-serif";
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: capitalize;
  color: #f07e8a;
  margin-bottom: .75rem;
}

.portfolio-single .info-area .project-info .info .detail {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  text-transform: capitalize;
  color: #f07f8c;
  margin-bottom: 0;
}

.portfolio-single .info-area .project-info .info .sc-item:not(:last-child) {
  margin-left: 2rem;
}

.portfolio-single .info-area .project-info .info .sc-item .sc-icon {
  color: #f07f8c;
}

.portfolio-single .main-area .sub-heading {
  text-transform: capitalize;
  font-family: "Tajawal", "sans-serif";
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #f07f8c;
}

@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: #121212;
  opacity: .75;
}

.portfolio-single .main-area .list {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-right: 0;
  margin-bottom: 2rem;
}

.portfolio-single .main-area .list .list-item {
  padding: .5rem 1.5rem;
  padding-right: 0;
  position: relative;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 1.1rem;
  color: #121212;
  opacity: .75;
  display: flex;
  align-items: baseline;
}

.portfolio-single .main-area .list .list-item .icon {
  color: #f07e8a;
  margin-left: .5rem;
  font-size: .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-photo-image-bg {
  background-image: url("../assets/Images/hero/hero-bg-7.jpg");
  opacity: 1;
}

.portfolio-single .main-area .result-img {
  display: block;
  margin: 0 auto;
}

/*     End portfolio-single Section  */
/*   Start our-team Section   */
.our-team .tm-member-card {
  position: relative;
  overflow: hidden;
  box-shadow: 0px 1px 20px 0px rgba(18, 18, 18, 0.15);
  margin-bottom: 2rem;
  text-align: center;
  transition: all 0.5s ease-in-out 0s;
}

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

.our-team .tm-member-card:hover .tm-image .tm-social .sc-item {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.our-team .tm-member-card .tm-link {
  text-decoration: none !important;
}

.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-social {
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  bottom: 0;
  padding: 1rem;
  z-index: 7;
}

.our-team .tm-member-card .tm-image .tm-social .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-social .sc-item:nth-child(1) {
  transition-delay: 0.1s;
}

.our-team .tm-member-card .tm-image .tm-social .sc-item:nth-child(2) {
  transition-delay: 0.2s;
}

.our-team .tm-member-card .tm-image .tm-social .sc-item:nth-child(3) {
  transition-delay: 0.3s;
}

.our-team .tm-member-card .tm-image .tm-social .sc-item:nth-child(4) {
  transition-delay: 0.4s;
}

.our-team .tm-member-card .tm-image .tm-social .sc-item:nth-child(5) {
  transition-delay: 0.5s;
}

.our-team .tm-member-card .tm-image .tm-social .sc-item:nth-child(6) {
  transition-delay: 0.6s;
}

.our-team .tm-member-card .tm-details {
  text-align: center;
  padding: 2rem 0;
}

.our-team .tm-member-card .tm-details .tm-name {
  text-transform: capitalize;
  font-family: "Tajawal", "sans-serif";
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0;
  color: #121212;
}

.our-team .tm-member-card .tm-details .tm-role {
  text-transform: capitalize;
  font-size: 1rem;
  font-weight: 500;
  color: #121212;
  opacity: .75;
}

.team-member .profile {
  text-align: center;
  padding-bottom: 3rem;
  margin-bottom: 4rem;
  box-shadow: 1px 1px 10px 0px rgba(18, 18, 18, 0.15);
}

.team-member .profile .tm-img {
  margin-bottom: 1.5rem;
}

.team-member .profile .tm-img>img {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
}

.team-member .profile .tm-details {
  margin-bottom: 2rem;
}

.team-member .profile .tm-details .name {
  font-family: "Tajawal", "sans-serif";
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: capitalize;
  color: #121212;
  margin-bottom: 0;
}

.team-member .profile .tm-details .role {
  font-size: 1rem;
  font-weight: 400;
  text-transform: capitalize;
  color: #121212;
  opacity: .75;
}

.team-member .profile .tm-social {
  margin-bottom: 2rem;
}

.team-member .tm-description .tm-title {
  margin-top: 5rem;
  margin-bottom: 1.5rem;
  font-family: "Tajawal", "sans-serif";
  font-size: 2.25rem;
  font-weight: 800;
  text-transform: capitalize;
  color: #121212;
}

.team-member .tm-description .tm-title:first-of-type {
  margin-top: 0;
}

@media (max-width: 991px) {
  .team-member .tm-description .tm-title {
    font-size: 1.75rem;
    font-weight: 600;
  }
}

.team-member .tm-description .tm-text {
  line-height: 1.6;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 1.25rem;
  opacity: .75;
  color: #121212;
}

.team-member .tm-description .tm-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-right: 0;
  margin-bottom: 2rem;
}

.team-member .tm-description .tm-list .list-item {
  width: 50%;
  margin-bottom: .5rem;
  position: relative;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 1.25rem;
  opacity: .75;
  display: flex;
  align-items: baseline;
}

.team-member .tm-description .tm-list .list-item .icon {
  color: #f07e8a;
  margin-left: .5rem;
  font-size: .85rem;
}

@media (max-width: 767px) {
  .team-member .tm-description .tm-list .list-item {
    width: 100%;
  }
}

/*   End our-team Section   */
/*   Start our-clients Section   */
.our-clients {
  background: #f07e8a;
}

.our-clients .clients-logos {
  text-align: center;
}

.our-clients .logo {
  max-height: 75px;
  filter: grayscale(1);
  opacity: .65;
}

.our-clients .logo:hover {
  filter: grayscale(0);
  opacity: 1;
}

.our-clients-blocks {
  background: #f07f8c;
}

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

/*   End our-clients Section   */
/*   Start faq Section   */
.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-header {
  position: relative;
  background: #f07e8a;
  border-bottom: 2px solid #f07e8a;
}

.faq .faq-accordion .card-header .faq-btn {
  width: 100%;
  padding-right: 0;
  padding-left: 20px;
  text-align: right;
  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%);
  left: 20px;
  right: auto;
  color: #fff;
}

.faq .faq-accordion .card-header .faq-btn.collapsed::before {
  content: "\f067";
}

.faq .faq-accordion .card-body {
  padding-top: .5rem;
}

.faq .faq-accordion .card-body .faq-answer {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.6;
  color: #121212;
  opacity: .75;
}

.faq.has-bg-image .overlay-photo-image-bg {
  background-image: url("../assets/Images/sections-bg-images/faq.jpg");
  opacity: 1;
  height: 100%;
}

.faq.has-bg-image .overlay-color {
  height: 100%;
  opacity: .65;
}

.faq.has-bg-image .tag-line {
  color: #fff;
}

.faq.has-bg-image .section-title {
  color: #fff;
}

.faq.has-bg-image .section-subtitle {
  color: rgba(255, 255, 255, 0.75);
}

.faq.has-bg-image .line {
  background-color: #fff;
}

.faq.has-bg-image .contact-us {
  background-color: #f07f8c;
  padding: 3rem 4rem;
}

.faq.has-bg-image input,
.faq.has-bg-image textarea,
.faq.has-bg-image label {
  color: #fff !important;
}

/*   End faq Section  */
/*   Start testimonials Section   */
.testimonials.off-grid.bg-img-section .overlay-photo-image-bg,
.testimonials.stack.bg-img-section .overlay-photo-image-bg,
.testimonials.testimonials-3-col.bg-img-section .overlay-photo-image-bg,
.testimonials.off-grid.bg-img-section .overlay-color,
.testimonials.stack.bg-img-section .overlay-color,
.testimonials.testimonials-3-col.bg-img-section .overlay-color {
  left: 0;
  right: auto;
}

@media (max-width: 991px) {

  .testimonials.off-grid.bg-img-section .overlay-photo-image-bg,
  .testimonials.stack.bg-img-section .overlay-photo-image-bg,
  .testimonials.testimonials-3-col.bg-img-section .overlay-photo-image-bg,
  .testimonials.off-grid.bg-img-section .overlay-color,
  .testimonials.stack.bg-img-section .overlay-color,
  .testimonials.testimonials-3-col.bg-img-section .overlay-color {
    width: 100%;
  }
}

.testimonials.off-grid.bg-img-section .overlay-photo-image-bg,
.testimonials.stack.bg-img-section .overlay-photo-image-bg,
.testimonials.testimonials-3-col.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,
.testimonials.stack.bg-img-section .overlay-color,
.testimonials.testimonials-3-col.bg-img-section .overlay-color {
  opacity: .65 !important;
}

.testimonials.off-grid.bg-img-section .overlay-pattern-image-bg,
.testimonials.stack.bg-img-section .overlay-pattern-image-bg,
.testimonials.testimonials-3-col.bg-img-section .overlay-pattern-image-bg {
  background-image: url("../assets/Images/sections-bg-images/pattern-bg-1.jpg");
}

.testimonials.off-grid .testmonial-card .testimonial-content,
.testimonials.stack .testmonial-card .testimonial-content {
  background: #f07e8a;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: right;
  width: 100%;
  margin: 0 auto;
  padding: 4rem 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 0.25rem solid #fff;
}

@media (max-width: 575px) {

  .testimonials.off-grid .testmonial-card .testimonial-content,
  .testimonials.stack .testmonial-card .testimonial-content {
    flex-direction: column;
    align-items: start;
    padding: 4rem 1rem;
  }
}

.testimonials.off-grid .testmonial-card .testimonial-content .content,
.testimonials.stack .testmonial-card .testimonial-content .content {
  padding: 0 2rem;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {

  .testimonials.off-grid .testmonial-card .testimonial-content .content,
  .testimonials.stack .testmonial-card .testimonial-content .content {
    padding: 0 1rem;
  }
}

.testimonials.off-grid .testmonial-card .testimonial-content .testimonial-text,
.testimonials.stack .testmonial-card .testimonial-content .testimonial-text {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.7;
  /* font-style: italic; */
  color: #fff;
  text-align: right;
  padding: 0;
  margin: 0;
}

@media (max-width: 991px) {

  .testimonials.off-grid .testmonial-card .testimonial-content .testimonial-text,
  .testimonials.stack .testmonial-card .testimonial-content .testimonial-text {
    font-size: 1.15rem;
  }
}

.testimonials.off-grid .testmonial-card .testimonial-content .customer-testimonial,
.testimonials.stack .testmonial-card .testimonial-content .customer-testimonial {
  position: relative;
}

@media (max-width: 767px) {

  .testimonials.off-grid .testmonial-card .testimonial-content .customer-testimonial,
  .testimonials.stack .testmonial-card .testimonial-content .customer-testimonial {
    padding: 0;
  }
}

.testimonials.off-grid .testmonial-card .testimonial-content .icon,
.testimonials.stack .testmonial-card .testimonial-content .icon {
  position: absolute;
  bottom: -3rem;
  left: 2rem;
  right: auto;
  display: block;
  font-size: 6rem;
  opacity: .2;
  color: #fff;
  transform: scaleX(1);
}

.testimonials.off-grid .testmonial-card .testimonial-content .customer-info,
.testimonials.stack .testmonial-card .testimonial-content .customer-info {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  padding: 0 2rem;
}

.testimonials.off-grid .testmonial-card .testimonial-content .customer-info img,
.testimonials.stack .testmonial-card .testimonial-content .customer-info img {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  margin-bottom: .75rem;
  border: 3px solid #fff;
}

.testimonials.off-grid .testmonial-card .testimonial-content .customer-info .customer-details,
.testimonials.stack .testmonial-card .testimonial-content .customer-info .customer-details {
  display: inline-block;
  text-align: center;
}

.testimonials.off-grid .testmonial-card .testimonial-content .customer-info .customer-details .customer-name,
.testimonials.stack .testmonial-card .testimonial-content .customer-info .customer-details .customer-name,
.testimonials.off-grid .testmonial-card .testimonial-content .customer-info .customer-details .customer-role,
.testimonials.stack .testmonial-card .testimonial-content .customer-info .customer-details .customer-role {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.testimonials.off-grid .testmonial-card .testimonial-content .customer-info .customer-details .customer-name,
.testimonials.stack .testmonial-card .testimonial-content .customer-info .customer-details .customer-name {
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
}


.testimonials.off-grid .testmonial-card .testimonial-content .customer-info .customer-details .customer-role,
.testimonials.stack .testmonial-card .testimonial-content .customer-info .customer-details .customer-role {
  font-size: 1rem;
  color: #fff;
  opacity: .75;
}

.testimonials .swiper-container {
  margin-bottom: 3rem;
}

.testimonials.testimonials-2-col .swiper-container {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .testimonials.testimonials-2-col .swiper-container {
    margin-bottom: 3rem;
  }
}

.testimonials.off-grid .swiper-container {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .testimonials.off-grid .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-card .testimonial-content .customer-info {
  flex-direction: column;
  text-align: center;
}

@media (max-width: 767px) {
  .testimonials.off-grid .testmonial-card .testimonial-content .customer-info {
    padding: 0 1rem;
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 575px) {
  .testimonials.off-grid .testmonial-card .testimonial-content .customer-info {
    flex-direction: row;
    text-align: right;
  }
}

.testimonials.off-grid .testmonial-card .testimonial-content .customer-info::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 80%;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 1rem;
  left: 0;
}

@media (max-width: 575px) {
  .testimonials.off-grid .testmonial-card .testimonial-content .customer-info::before {
    display: none;
  }
}

@media (max-width: 575px) {
  .testimonials.off-grid .testmonial-card .testimonial-content .customer-info img {
    margin-left: 1rem;
  }
}

.testimonials.stack.bg-img-section .overlay-photo-image-bg,
.testimonials.stack.bg-img-section .overlay-color {
  width: 50%;
}

@media (max-width: 991px) {

  .testimonials.stack.bg-img-section .overlay-photo-image-bg,
  .testimonials.stack.bg-img-section .overlay-color {
    width: 0;
  }
}

.testimonials.stack.bg-img-section .overlay-color {
  opacity: .85 !important;
}

.testimonials.stack .testmonial-card .testimonial-content {
  flex-direction: column;
  align-items: start;
}

.testimonials.stack .testmonial-card .testimonial-content .customer-info {
  margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
  .testimonials.stack .testmonial-card .testimonial-content .customer-info {
    padding: 0 1rem;
  }
}

.testimonials.stack .testmonial-card .testimonial-content .customer-info img {
  margin-left: 1rem;
}

.testimonials.stack .testmonial-card .testimonial-content .customer-info .customer-details {
  text-align: right;
}

.testimonials.testimonials-3-col.bg-img-section .overlay-photo-image-bg,
.testimonials.testimonials-3-col.bg-img-section .overlay-color {
  width: 100%;
  height: 65%;
  top: 0;
}

@media (max-width: 991px) {

  .testimonials.testimonials-3-col.bg-img-section .overlay-photo-image-bg,
  .testimonials.testimonials-3-col.bg-img-section .overlay-color {
    width: 0;
  }
}

.testimonials.testimonials-3-col.bg-img-section .overlay-color {
  opacity: .85 !important;
}

.testimonials.testimonials-3-col.bg-img-section .section-heading .section-title,
.testimonials.testimonials-3-col.bg-img-section .section-heading .section-subtitle {
  color: #fff;
}

.testimonials.testimonials-3-col.bg-img-section .section-heading .line {
  background-color: #fff;
}

.testimonials.dark-cards .testmonial-card .testimonial-content {
  background: #121212;
}

.testimonials.dark-cards .testmonial-card .customer-info img {
  border: 3px solid #f07e8a !important;
}

.testimonials.dark-cards .testmonial-card .testimonial-content {
  border: 1px solid rgba(195, 80, 35, 0.35);
  border-bottom: 0.25rem solid #f07e8a;
}

.testimonials.dark-cards .testmonial-card .testimonial-content .icon {
  color: #f07e8a;
}

.testimonials.dark-cards .testmonial-card .rating-stars .star-icon {
  color: #f07e8a;
}

.testimonials.dark-cards .testmonial-card .rating-stars .star-icon.off {
  -webkit-text-stroke-color: #f07e8a;
}

.testimonials.dark-cards .swiper-button-prev,
.testimonials.dark-cards .swiper-button-next {
  background-color: #f07e8a;
  color: #fff;
}

.testimonials .rating-stars .star-icon {
  color: #fff;
}

.testimonials .rating-stars .star-icon.off {
  -webkit-text-stroke-color: #fff;
}

.testimonials .swiper-button-prev,
.testimonials .swiper-button-next {
  background-image: none;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #fff;
  background: #f07e8a;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
  top: 0;
  bottom: auto;
  margin-top: 0;
  background-color: #fff;
  color: #f07e8a;
}

.testimonials .swiper-button-prev:hover,
.testimonials .swiper-button-next:hover {
  background-color: #f07e8a;
}

.testimonials .swiper-button-prev:hover,
.testimonials .swiper-button-next:hover {
  background-color: transparent;
  color: #fff;
}

.testimonials .swiper-button-prev {
  left: 0;
  right: auto;
  transform: translateX(100%);
}

.testimonials .swiper-button-next {
  left: 0;
  right: auto;
}

.testimonials.testimonials-3d {
  background-color: #121212 !important;
  background-color: #121212;
}

.testimonials.testimonials-3d .overlay-photo-image-bg {
  background-image: url("../assets/images/sections-bg-images/pattern-bg-2.jpg");
  opacity: .015;
}

.testimonials.testimonials-3d .section-heading .section-title {
  color: #fff;
}

.testimonials.testimonials-3d .section-heading .section-subtitle {
  color: #fff;
}

.testimonials.testimonials-3d .section-heading .line {
  background-color: #fff;
}

.testimonials.testimonials-3d .swiper-slide {
  width: 400px;
  filter: blur(4px);
}

@media (max-width: 991px) {
  .testimonials.testimonials-3d .swiper-slide {
    width: 360px;
  }
}

@media (max-width: 575px) {
  .testimonials.testimonials-3d .swiper-slide {
    width: 320px;
  }
}

.testimonials.testimonials-3d .swiper-slide-active {
  filter: blur(0);
}

/*   End testimonials Section   */
/*    Start contact-us Section  */
.contact-us .contact-form-panel {
  padding-right: 3rem;
}

@media (max-width: 1199px) {
  .contact-us .contact-form-panel {
    padding-right: 0;
  }
}

.contact-us .contact-info-panel {
  padding: 6rem 2rem;
  background: #f07f8c;
  position: relative;
  z-index: 0;
}

.contact-us .contact-info-panel .overlay-photo-image-bg {
  background-image: url("../assets/Images/sections-bg-images/pattern-bg-1.jpg");
}

.contact-us .contact-info-panel .overlay-color {
  opacity: .5;
}

.contact-us .contact-info-panel .info-panel {
  display: flex;
  align-items: start;
}

.contact-us .contact-info-panel .info-panel:not(:last-child) {
  margin-bottom: 3rem;
}

.contact-us .contact-info-panel .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #64131b;
  opacity: .65;
  font-size: 2rem;
  margin-left: 1rem;
  min-width: 2rem;
}

.contact-us .contact-info-panel .info-title {
  text-transform: capitalize;
  font-family: "Tajawal", "sans-serif";
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: .5rem;
  color: #fff;
}

.contact-us .contact-info-panel .info-text {
  text-transform: capitalize;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  opacity: .75;
  margin: 0;
  margin-bottom: .5rem;
}

.contact-us .contact-info-panel .link {
  display: block;
  text-transform: lowercase;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  opacity: .75;
  margin-bottom: .5rem;
}

.contact-us .contact-info-panel .link:hover {
  opacity: 1;
}

.contact-us .map-box .mapouter {
  position: relative;
  text-align: left;
  height: 100%;
  width: 100%;
}

.contact-us .map-box .mapouter .gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 100%;
  width: 100%;
}

.contact-us .map-box .mapouter .map-iframe {
  width: 100%;
  height: 500px;
  border: none;
}
.contact-us .map-box .mapouter h2 {
  padding: 30px;
  margin: auto;
}
/*End user-form Rules*/
/*    End contact-us Section  */
/*   Start take-action Section   */
.take-action {
  background: #f07e8a;
  padding: 150px 0;
}

.take-action .overlay-photo-image-bg {
  background-image: url("../assets/Images/sections-bg-images/take-action.jpg");
  opacity: 1;
}

.take-action .overlay-color {
  opacity: .9 !important;
}

.take-action .section-heading .section-title {
  color: #f1f1f1;
}

.take-action .section-heading .section-subtitle {
  color: #f1f1f1;
}

.take-action .section-heading .line {
  background-color: #fff;
}

.take-action .cta-link {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.take-action .cta-link:hover {
  background-color: #f07e8a;
  border-color: #f07e8a;
  color: #fff;
}

.subscribe .overlay-photo-image-bg {
  background-image: url("../assets/Images/sections-bg-images/subscribe.jpg");
  opacity: 1;
}

.subscribe .overlay-color {
  opacity: .75 !important;
}

.subscribe .tag-line {
  color: #fff;
}

.subscribe .section-heading .section-title {
  color: #f1f1f1;
}

.subscribe .section-heading .section-subtitle {
  color: #f1f1f1;
}

.subscribe .section-heading .line {
  background-color: #fff;
}

.subscribe .subscribe-btn:hover {
  background: transparent;
  color: #fff;
  border-color: #fff;
}

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

.page-footer .overlay-photo-image-bg {
  background-image: url("../assets/Images/sections-bg-images/pattern-bg-1.jpg");
  opacity: .025;
}

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

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

.footer-col-title {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 1.5rem;
  font-family: "Tajawal", "sans-serif";
  color: #f07f8c;
}

.footer-logo {
  margin-bottom: 1.5rem;
  max-width: 30%;
}

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

.sc-wrapper {
  padding: 0;
}

.contact-info-card {
  font-weight: 600;
  padding: 0;
  padding-bottom: 1rem;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out 0s;
}

.contact-info-card:last-of-type {
  padding-bottom: 0;
}

.contact-info-card .icon {
  font-size: 1rem;
  width: 1.5rem;
  text-align: center;
  margin-left: .5rem;
  vertical-align: middle;
  color: #64131b;
}

.contact-info-card .info {
  text-decoration: none;
  font-size: .85rem;
  font-weight: 500;
  color: #4d4d4d;
  display: inline-block;
  transition: all 0.25s ease-in-out 0s;
}

.contact-info-card .info:hover {
  color: #f07e8a;
  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-item .icon {
  font-size: .75rem;
  width: 1.5rem;
  text-align: left;
  margin-left: .5rem;
  vertical-align: middle;
  color: #64131b;
}

.footer-menu-link {
  font-weight: 500;
  font-size: .85rem;
  text-decoration: none;
  text-transform: capitalize;
  text-decoration: none;
  color: #b8b8b8;
  display: inline-block;
  transition: all 0.25s ease-in-out 0s;
}

.footer-menu-link:hover {
  color: #f07e8a;
  text-decoration: none;
  transform: translateX(-0.25rem);
}

.copyrights {
  padding: .5rem 0;
  overflow: hidden;
}

.copyrights .creadits {
  text-align: right;
  font-weight: 600;
  margin: 0;
  font-size: .85rem;
  color: #4d4d4d;
}

.copyrights .creadits .link {
  font-weight: 600;
  color: #f07e8a;
  text-decoration: none;
}

.copyrights .terms-links {
  text-align: left;
}

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

.dark-color-footer .sc-wrapper .sc-list .sc-item:hover .sc-icon,
.dark-color-footer .terms-links,
.dark-color-footer .copyrights .creadits .link,
.dark-color-footer .footer-col-title {
  color: #64131b;
}

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

.dark-color-footer .contact-info-card .info:hover,
.dark-color-footer .footer-menu .footer-menu-link:hover,
.dark-color-footer .copyrights .creadits .link {
  color: #f07e8a;
}

.light-color-footer {
  background-color: #f1f1f1;
}

.light-color-footer .footer-col-title,
.light-color-footer .footer-menu-item .icon,
.light-color-footer .contact-info-card .icon,
.light-color-footer .terms-links,
.light-color-footer .copyrights .creadits .link,
.light-color-footer .sc-wrapper .sc-list .sc-item:hover .sc-icon {
  color: #f07e8a;
}

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

.main-color-footer {
  background-color: #f07e8a;
  border-top: 2px solid #fff;
}

.main-color-footer .copyrights {
  border-color: #f1f1f1;
}

.main-color-footer .sc-wrapper .sc-list .sc-item:hover .sc-icon {
  color: #f07e8a;
}

.main-color-footer .footer-menu-item .icon,
.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(195, 80, 35, 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: #f07e8a;
  font-size: .8rem;
  font-weight: 500;
  margin: 0;
}

/*    End page-footer Section  */
/*    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: #121212 !important;
  opacity: .5;
}

.blog .posts-pagination .deactive-posts-page-item .posts-page-link {
  color: #121212 !important;
  opacity: .5;
}

.blog .posts-pagination .posts-page-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  background-color: #fff;
  color: #f07e8a;
  border: 1px solid;
  border-color: #f07e8a;
  transition: all 0.3s ease 0s;
}

.blog .posts-pagination .posts-page-item:not(:last-child) {
  margin-left: .5rem;
}

.blog .posts-pagination .posts-page-item:hover,
.blog .posts-pagination .posts-page-item.active {
  background-color: #f07e8a;
  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: #f07e8a;
  text-decoration: none;
  font-size: 1.25rem;
}

.blog .blog-sidebar {
  padding-right: 2rem;
}

@media (max-width: 991px) {
  .blog .blog-sidebar {
    padding-right: 0;
  }
}

.blog .sidebar-box {
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: .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: #f07f8c;
  text-transform: capitalize;
  border-bottom: 1px solid #f07e8a;
  padding: 1rem 0;
}

.blog .sidebar-box .sidebar-box-title .icon {
  margin-left: .5rem;
  color: #f07e8a;
  font-size: 1rem;
}

.blog .search .search-form {
  position: relative;
  z-index: 0;
}

.blog .search .search-input {
  border: 2px solid rgba(195, 80, 35, 0.5);
  border-radius: .25rem;
  padding: .5rem 1rem;
  outline: none;
  -webkit-appearance: none;
  width: 100%;
  transition: all 0.5s ease-in-out 0s;
}

.blog .search .search-input:focus {
  border-color: #f07e8a;
}

.blog .search .search-btn {
  position: absolute;
  width: 50px;
  height: 100%;
  -webkit-appearance: none;
  border: none;
  outline: none;
  background: #f07e8a;
  left: 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: #f07f8c;
  text-transform: capitalize;
  text-decoration: none;
  transition: color 0.3s ease 0s;
}

.blog .cats .cat-item .cat-link:hover {
  color: #f07e8a;
}

.blog .cats .cat-item .cat-count {
  width: 2rem;
  height: 2rem;
  color: #fff;
  background: #f07e8a;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .tags .tags-list {
  list-style: none;
  padding: 0;
  margin-bottom: .5rem;
}

.blog .tags .tags-icon-label,
.blog .tags .tag-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .25rem .5rem;
  margin: .25rem .25rem .5rem;
  border: 1px solid #f07e8a;
  border-radius: .25rem;
  background-color: #fff;
  transition: all 0.3s ease 0s;
}

.blog .tags .tags-icon-label {
  min-width: 3rem;
  color: #fff;
  background: #f07e8a;
}

.blog .tags .tags-icon-label .icon {
  font-size: .75rem;
  line-height: 1.3 !important;
}

.blog .tags .tag-item {
  color: #f07e8a;
}

.blog .tags .tag-item .tag-link {
  font-weight: 700;
  color: #f07e8a;
  text-decoration: none;
  text-transform: capitalize;
  line-height: 1.3 !important;
  font-size: .75rem;
  transition: all 0.3s ease 0s;
}

.blog .tags .tag-item:hover {
  background-color: #f07e8a;
}

.blog .tags .tag-item:hover .tag-link {
  color: #fff;
}

.blog .recent-posts .r-post-item {
  padding: .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-wrapper {
  margin-left: 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: .25rem;
  color: #f07f8c;
  transition: color 0.3s ease 0s;
}

.blog .recent-posts .content .r-post-title:hover {
  color: #f07e8a;
}

.blog .recent-posts .content .r-post-date {
  font-size: .9rem;
  color: #121212;
  opacity: .5;
}

.blog .breadcrumb {
  display: flex;
  align-items: center;
  justify-content: start;
  background: transparent;
  margin: 0;
  padding: 0;
  margin-bottom: 1rem;
}

.blog .breadcrumb .icon {
  margin-left: .5rem;
}

.blog .breadcrumb-item {
  color: #f07e8a;
  text-transform: capitalize;
  font-weight: 700;
}

.blog .breadcrumb-item:before {
  /*Breadcrumb Separator Color*/
  color: #f07e8a;
  padding-left: .5rem;
}

.blog .breadcrumb-item.active {
  color: rgba(195, 80, 35, 0.5);
}

.blog .breadcrumb-link {
  color: #f07e8a;
  text-decoration: none;
  transition: color 0.25s ease-in 0s;
}

.blog .breadcrumb-link:hover {
  color: #f07e8a;
}

.blog .posts-grid .post-box {
  position: relative;
  margin: 1rem 0;
  border-radius: .25rem;
}

.blog .posts-grid .post-box:hover .post-img-wrapper .overlay-color {
  opacity: .65;
}

.blog .posts-grid .post-box:hover .post-img-wrapper .post-img {
  transform: scale(1.1);
}

.blog .posts-grid .post-box:hover .post-img-wrapper .icon {
  top: 50%;
  visibility: visible;
  opacity: 1;
}

.blog .posts-grid .post-link {
  text-decoration: none;
}

.blog .posts-grid .post-img-wrapper {
  max-height: 400px;
  width: 100%;
  overflow: hidden;
  margin-bottom: .5rem;
  border-radius: .25rem .25rem 0 0;
  position: relative;
}

.blog .posts-grid .post-img-wrapper .overlay-color {
  opacity: 0;
  z-index: 1;
}

.blog .posts-grid .post-img-wrapper .post-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: all 0.5s ease-in-out 0s;
}

.blog .posts-grid .post-img-wrapper .icon {
  position: absolute;
  top: 0;
  right: 50%;
  transform: translate(50%, 0);
  color: #fff;
  z-index: 40;
  width: 4rem;
  height: 3rem;
  background-color: rgba(195, 80, 35, 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-summary {
  padding: .5rem 2rem 2rem 0;
  position: relative;
}

.blog .posts-grid .post-summary .post-date {
  position: absolute;
  color: #fff;
  background: #f07e8a;
  padding: .5rem;
  top: 0rem;
  left: 1.5rem;
  right: auto;
  transform: translateY(-50%);
  font-size: 1.1rem;
  font-weight: 600;
  text-align: center;
  border: 0.25rem solid #fff;
  z-index: 30;
}

.blog .posts-grid .post-summary .post-date .day {
  display: block;
  font-size: 2.5rem;
  font-weight: 700;
}

.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: .85em;
  text-transform: capitalize;
  text-decoration: none;
  margin-left: 2rem;
  margin-bottom: .75rem;
  color: #121212;
  opacity: .75;
  transition: color 0.3s ease 0s;
}

.blog .posts-grid .post-summary .post-info .info:not(:last-child):before {
  content: '|';
  margin: 0 10px;
  position: absolute;
  right: 100%;
  color: #121212;
  opacity: .75;
}

.blog .posts-grid .post-summary .post-info .info:hover {
  color: #f07e8a;
}

.blog .posts-grid .post-summary .post-info .info .icon {
  color: #f07e8a;
  margin-left: .5rem;
}

.blog .posts-grid .post-summary .post-title {
  color: #f07f8c;
  font-family: "Tajawal", "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: #f07e8a;
}

.blog .posts-grid .post-summary .post-excerpt {
  color: #121212;
  opacity: .75;
}

.blog.blog-post {
  margin-top: 8rem;
}

.blog .post-featured-area {
  width: 100%;
  height: auto;
  max-height: 600px;
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: .25rem .25rem 0 0;
}

.blog .post-featured-area .featured-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: all 1s ease-in-out 0s;
}

.blog .post-featured-area .swiper-container {
  width: 100%;
  height: auto;
  max-height: 450px;
  margin-left: auto;
  margin-right: auto;
}

.blog .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-featured-area .swiper-container .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.blog .post-featured-area .swiper-container .swiper-button-prev,
.blog .post-featured-area .swiper-container .swiper-button-next {
  background-image: none;
  background-image: none;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #fff;
  background: #f07e8a;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
}

.blog .post-featured-area .swiper-container .swiper-button-prev:hover,
.blog .post-featured-area .swiper-container .swiper-button-next:hover {
  background-color: #f07e8a;
}

.blog .post-featured-area .swiper-container .swiper-button-prev:hover,
.blog .post-featured-area .swiper-container .swiper-button-next:hover {
  background-color: #f07e8a;
}

.blog .post-featured-area .video-source {
  width: 100%;
  height: 450px;
}

.blog .social {
  margin-bottom: 1rem;
}

.blog .social .share-us {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog .social .share-us .share-title {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #f07e8a;
}

.blog .social .sc-item {
  margin-bottom: 0;
}

.blog .post-title {
  font-family: "Tajawal", "sans-serif";
  font-size: 3rem;
  font-weight: 800;
  text-transform: capitalize;
  color: #f07f8c;
  margin-bottom: 3rem;
}

@media (max-width: 991px) {
  .blog .post-title {
    font-size: 2.25rem;
    margin-bottom: 3rem;
  }
}

.blog .post-main-area {
  margin: 1rem 0;
}

.blog .post-main-area .panel {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}

.blog .post-main-area .panel .panel-title {
  margin-bottom: .75rem;
  font-size: 1.75rem;
  font-weight: 700;
  color: #f07f8c;
  text-transform: capitalize;
  padding-bottom: .5rem;
  margin-bottom: 1.5rem;
}

.blog .post-main-area .float-start-direction {
  float: right;
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  margin-left: 1.5rem;
  width: 50%;
}

.blog .post-main-area .float-end-direction {
  float: left;
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  margin-right: 1.5rem;
  width: 50%;
}

.blog .post-main-area .share-title {
  margin-left: 1.5rem;
  margin-bottom: 0%;
  text-transform: capitalize;
  color: #121212;
  opacity: .75;
  font-weight: 800;
}

.blog .post-main-area .post-info {
  margin-bottom: 1rem;
}

.blog .post-main-area .post-info .info {
  position: relative;
  display: inline-block;
  font-size: .85em;
  text-transform: capitalize;
  text-decoration: none;
  margin-left: 2rem;
  margin-bottom: .75rem;
  color: #121212;
  opacity: .75;
  transition: color 0.3s ease 0s;
}

.blog .post-main-area .post-info .info:hover {
  color: #f07e8a;
}

.blog .post-main-area .post-info .info:not(:last-child):before {
  content: '|';
  margin: 0 10px;
  position: absolute;
  right: 100%;
  color: #121212;
  opacity: .75;
}

.blog .post-main-area .post-info .info .icon {
  margin-left: .5rem;
  color: #f07e8a;
}

.blog .post-main-area .post-content {
  margin-bottom: 1.5rem;
}

.blog .post-main-area .post-content img {
  border-radius: .25rem;
}

.blog .post-main-area .post-content a {
  color: #f07e8a;
  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: "Tajawal", "sans-serif";
  line-height: 1.2;
  text-transform: capitalize;
  color: #f07f8c;
  margin-bottom: 1rem;
}

.blog .post-main-area .post-content .post-text {
  overflow: hidden;
  font-size: 1.25rem;
  color: #121212;
  opacity: .75;
  line-height: 1.6;
  margin-bottom: 1.25rem;
}

.blog .post-main-area .post-content .post-img-wrapper {
  margin: 1rem 0;
  height: 500px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .blog .post-main-area .post-content .post-img-wrapper {
    height: 350px;
  }
}

.blog .post-main-area .post-content .post-img-wrapper img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.blog .post-main-area .post-content .post-list {
  list-style: none;
  margin: 0;
  margin-bottom: 1.5rem;
  padding-right: 0;
}

.blog .post-main-area .post-content .post-list .post-list-item {
  color: #121212;
  opacity: .75;
  padding: .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: .75rem;
  color: #f07e8a;
  margin-left: .5rem;
}

.blog .post-main-area .post-content blockquote {
  margin: 2rem 0;
  padding: 3rem 2rem;
  border: none;
  border-right: 0.25rem solid #f07e8a;
  border-top-right-radius: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: 0;
  position: relative;
  overflow: hidden;
  background-color: #f07f8c;
}

.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;
  left: 2rem;
  bottom: 1rem;
  display: block;
  font-size: 1rem;
  font-weight: 500;
  text-transform: capitalize;
  color: #f07e8a;
}

.blog .post-main-area .post-content blockquote .icon {
  position: absolute;
  top: 1rem;
  right: 2rem;
  color: rgba(195, 80, 35, 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 {
    right: 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: #f07e8a;
}

.blog .post-main-area .other-posts .other-post-link:hover .other-post-title {
  color: #f07e8a;
}

.blog .post-main-area .other-posts .other-post-img {
  position: relative;
  border-radius: .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: #f07f8c;
  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: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #fff;
  background: #f07e8a;
  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: #f07e8a;
}

.blog .post-main-area .other-posts .prev-post .icon {
  right: 1rem;
}

.blog .post-main-area .other-posts .next-post .icon {
  left: 1rem;
}

.blog .post-main-area .author-profile .author-avatar {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  overflow: hidden;
  float: right;
  border: 3px solid #f07e8a;
}

.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: #f07e8a;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: capitalize;
}

.blog .post-main-area .author-profile .author-disc .author-bio {
  font-size: .9rem;
  font-weight: 600;
  color: #121212;
  opacity: .75;
}

.blog .post-main-area .comments-area .comment-wrapper {
  margin-bottom: 2rem;
}

.blog .post-main-area .comments-area .comment-reply {
  padding-right: 3rem;
}

.blog .post-main-area .comments-area .author-avatar {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  overflow: hidden;
  float: right;
  border: 3px solid #f07e8a;
}

.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(195, 80, 35, 0.5);
  padding: 1rem;
  padding-top: 0;
  overflow: hidden;
}

.blog .post-main-area .comments-area .comment-body .comment-author-link {
  text-decoration: none;
  color: #f07e8a;
  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: .8rem;
  color: #121212;
  opacity: .75;
  text-decoration: none;
}

.blog .post-main-area .comments-area .comment-body .comment-text {
  font-size: 1rem;
  color: #121212;
  opacity: .75;
}

.blog .post-main-area .comments-area .comment-body .reply-action {
  text-align: left;
}

.blog .post-main-area .comments-area .comment-body .reply-action .reply-link {
  text-decoration: none;
  text-transform: uppercase;
  color: rgba(195, 80, 35, 0.7);
  font-size: 1rem;
  font-weight: 600;
  position: relative;
  padding-right: 1.5rem;
}

.blog .post-main-area .comments-area .comment-body .reply-action .reply-link:hover {
  color: #f07e8a;
}

.blog .post-main-area .comments-area .comment-body .reply-action .reply-link .icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #f07e8a;
}

/*    End blog Page  */
/*   Start 404 Page  */
.err-404 {
  position: relative;
  z-index: 0;
  height: 100vh;
  padding: 120px 0;
}

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

.err-404 .overlay-photo-image-bg {
  background-image: url("../assets/Images/sections-bg-images/404.jpg");
  opacity: .65;
  z-index: -1;
}

.err-404 .img-wrapper {
  text-align: center;
  margin-bottom: 1rem;
}

.err-404 .img-wrapper .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;
  font-family: "Tajawal", "sans-serif";
  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: "Tajawal", "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: .5rem 1rem;
  outline: none;
  color: #f07e8a;
  -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: #f07e8a;
  left: 0rem;
  top: 50%;
  transform: translateY(-50%);
  border-top-right-radius: 0;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
  border-bottom-right-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: #f07e8a;
}

/*   End 404 Page  */
/*   Start benefits Section  */
.benefits .benefits-boxes-area {
  position: relative;
  border: 1px solid rgba(195, 80, 35, 0.5);
}

.benefits .benefits-boxes-area::before,
.benefits .benefits-boxes-area::after {
  content: '';
  position: absolute;
  background-color: rgba(195, 80, 35, 0.5);
  z-index: 1;
}

.benefits .benefits-boxes-area::before {
  height: 1px;
  width: 100%;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.benefits .benefits-boxes-area::after {
  width: 1px;
  height: 100%;
  top: 0;
  right: 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: #f07e8a;
  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: "Tajawal", "sans-serif";
  color: #f07f8c;
  text-transform: capitalize;
}

.benefits .benefits-boxes-area .benefit-box .benefit-text {
  color: #b8b8b8;
  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(195, 80, 35, 0.5);
    padding: 2rem 3rem;
  }
}

.benefits .benefits-image-area {
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 0;
}

.benefits .benefits-image-area .video-wrapper {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 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: .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;
  }
}

/*    End benefits Section  */
/*   Start pricing Section  */
.pricing {
  overflow: hidden;
  position: relative;
}

.pricing .overlay-photo-image-bg {
  background-image: url("../assets/Images/sections-bg-images/pattern-bg-1.jpg");
  opacity: .025;
}

@media (max-width: 991px) {
  .pricing .price-plan:not(:last-of-type) {
    margin-bottom: 3rem;
  }
}

.pricing .plan {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(195, 80, 35, 0.35);
  border-radius: .5rem .5rem 0 0;
  padding: 4rem 2.5rem;
  text-transform: capitalize;
  background: #F9F9F9;
  transition: all 0.3s ease-in-out 0s;
  box-shadow: 1px 1px 10px 0px rgba(18, 18, 18, 0.15);
}

.pricing .plan .ribbon {
  display: inline-block;
  padding: .25rem 5rem;
  color: #fff;
  background-color: #64131b;
  top: 3rem;
  left: -4rem;
  right: auto;
  position: absolute;
  font-weight: 800;
  font-size: .85rem;
  transform: rotate(-45deg);
}

.pricing .plan-head {
  position: relative;
  border-bottom: 1px solid rgba(195, 80, 35, 0.25);
}

.pricing .plane-name {
  font-weight: 800;
  font-size: 1.35rem;
  margin: 0;
  margin-bottom: 1.25rem;
  border-right: 0.25rem solid #f07e8a;
  padding-right: 1rem;
  color: #121212;
}

.pricing .plan-price {
  position: relative;
  display: inline-block;
  font-family: "Tajawal", "sans-serif";
  font-size: 4rem;
  font-weight: 700;
  margin: 0;
  margin-bottom: 2.5rem;
  padding: 0;
  line-height: 1;
  color: #121212;
}

.pricing .plan-price .plan-currency {
  position: absolute;
  font-size: 1.5rem;
  font-weight: 500;
  top: 1rem;
  right: -1rem;
  line-height: 0;
  vertical-align: baseline;
  display: inline-block;
  color: #f07e8a;
}

.pricing .plan-price .per {
  font-size: 1rem;
  font-weight: 900;
  font-style: italic;
  opacity: .75;
  color: #f07e8a;
  padding: .25rem;
}

.pricing .plan-desc {
  font-size: .9rem;
  opacity: .75;
}

.pricing .plan-list {
  list-style: none;
  margin: 0;
  padding: 1rem 0;
  margin-bottom: 1rem;
}

.pricing .plan-list .plan-feat {
  position: relative;
  padding: .75rem 0;
  padding-right: .75rem;
  font-size: 1rem;
  font-weight: 600;
  color: #121212;
  opacity: .75;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pricing .plan-list .plan-feat .feat-icon {
  color: #f07e8a;
  font-size: .85rem;
}

.pricing .plan-cta {
  text-align: center;
}

/*    End pricing Section  */
/*   Start our-video Section  */
.our-video {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.our-video .overlay-photo-image-bg {
  background: url("../assets/Images/sections-bg-images/video-bg.jpg");
  background-size: cover;
  opacity: .65;
}

.our-video .section-heading {
  margin-bottom: 2rem;
}

.our-video .section-heading .section-title {
  color: #fff !important;
}

.our-video .section-heading .section-subtitle {
  color: #fff;
}

.our-video .section-heading .line {
  background: #fff;
}

.our-video .play-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5rem 0;
}

/*    End our-video Section  */
/*   Start stats section Rules  */
.stats {
  position: relative;
  z-index: 0;
  color: #fff;
}

.stats .overlay-photo-image-bg {
  background: url("../assets/Images/sections-bg-images/pattern-bg.jpg");
  opacity: 1;
}

.stats .overlay-color {
  opacity: .85;
}

.stats .section-heading .line-solid-color {
  background: #fff;
}

.stats .stat-box .stat-box-inner {
  border-left: 1px dashed rgba(255, 255, 255, 0.5);
}

@media (max-width: 991px) {
  .stats .stat-box .stat-box-inner {
    border-left: none;
  }
}

.stats .stat-box:last-of-type .stat-box-inner {
  border-left: none;
}

.stats .stat-box-inner {
  color: #fff;
  text-align: center;
  margin-bottom: 4rem;
}

.stats .stat-box-inner .stat-icon {
  font-size: 3rem;
  display: block;
  -webkit-text-stroke-color: #fff;
  -webkit-text-stroke-width: 2px;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 767px) {
  .stats .stat-box-inner .stat-icon {
    font-size: 2rem;
  }
}

.stats .stat-box-inner .stat-num {
  display: block;
  font-size: 3rem;
  line-height: 1;
  font-weight: 800;
  line-height: 1.6;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .stats .stat-box-inner .stat-num {
    font-size: 2rem;
    font-weight: 600;
  }
}

.stats .stat-box-inner .stat-desc {
  font-size: 1rem;
  display: block;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .stats .stat-box-inner .stat-desc {
    font-size: .9rem;
  }
}

.stats.shifted-up {
  overflow: visible;
  padding: 0;
}

.stats.shifted-up .stats-inner {
  position: relative;
  overflow: hidden;
  margin-top: -115px;
  background: #f07e8a;
  padding-top: 4rem;
  border-radius: .5rem;
  z-index: 0;
}

.stats.shifted-down {
  overflow: visible;
  padding: 0;
}

.stats.shifted-down .stats-inner {
  position: relative;
  overflow: hidden;
  margin-bottom: -115px;
  background: #f07e8a;
  padding-top: 4rem;
  border-radius: .5rem;
  z-index: 0;
}

.stats.is-light .stats-inner {
  background: #fff;
}

.stats.is-light .stat-box-inner .stat-icon {
  -webkit-text-stroke-color: #f07e8a;
}

.stats.is-light .stat-box-inner .stat-num,
.stats.is-light .stat-box-inner .stat-desc {
  color: #f07f8c;
}

.stats.is-dark .stats-inner {
  background: #f07f8c;
}

.stats.is-dark .stat-box-inner .stat-icon {
  -webkit-text-stroke-color: #f07e8a;
}

.stats.is-dark .stat-box-inner .stat-num,
.stats.is-dark .stat-box-inner .stat-desc {
  color: #fff;
}

/* This class used as top section
 class when use the
 stats as a part of this section */
.has-shifted-down-stats {
  overflow: visible;
  margin-bottom: 220px;
}

.has-shifted-down-stats .services-row {
  margin-bottom: 5rem;
}

.has-shifted-down-stats .stats-inner .overlay-color,
.has-shifted-down-stats .stats-inner .overlay-photo-image-bg {
  background: url("../assets/Images/sections-bg-images/pattern-bg-1.jpg");
  opacity: .025;
}

.has-shifted-down-stats .shifted-down .stats-inner {
  margin-bottom: -220px;
}

/*  End  stats section Rules    */
/*   Start demos section Rules  */
.page-header .navbar-menu-wrapper:after {
  display: none;
}

.demos-hero-section {
  background-color: #f07f8c;
  padding-top: 60px;
  padding-bottom: 0;
  height: 100vh;
}

.demos-hero-section .overlay-photo-image-bg {
  background-image: url("../assets/Images/demos/index-hero/index-hero.jpg");
  opacity: 1;
}

.demos-hero-section .overlay-linear-gradient {
  opacity: .65 !important;
}

.demos-hero-section .overlay-color {
  opacity: .9 !important;
  background: #121212 !important;
}

.demos-hero-section .hero-text-area {
  padding-top: 2rem;
  margin-bottom: 3rem;
}

.demos-hero-section .hero-text-area .hero-title {
  display: block;
  font-size: 3.5rem;
  font-weight: 600;
}

.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-right: auto;
  margin-left: auto;
}

.demos-hero-section .demo-hero-image {
  padding-top: 1.5rem;
  max-height: 6500px;
}

.theme-name {
  overflow: hidden;
  text-transform: capitalize;
  transition: all .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: 0;
}

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

.demos {
  background-color: #f07f8c;
}

.demos .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 125px;
  padding: 2rem;
  border: 4px solid #f07e8a;
  margin: 0 auto;
  margin-bottom: 2rem;
}

.demos .section-heading .section-title {
  color: #fff !important;
}

.demos .demo {
  position: relative;
  margin-bottom: 2rem;
  width: 100%;
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 0;
  border: 1px solid rgba(195, 80, 35, 0.5);
  transition: all 0.5s ease-in-out 0s;
}

.demos .demo .overlay-color {
  opacity: .05;
  background-color: #fff;
  z-index: 1;
}

.demos .demo:hover {
  transform: translateY(-10px);
}

.demos .demo:hover .overlay-color {
  background-color: #121212;
  opacity: .75;
}

.demos .demo:hover .demo-links {
  top: 50%;
  transform: translate(-50%, -50%);
  visibility: visible;
  opacity: 1;
}

.demos .demo:hover .demo-name {
  background-color: #f07e8a;
}

.demos .demo .note {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Tajawal", "sans-serif";
  font-size: 1rem;
  font-weight: 400;
  padding: .5rem 1rem;
  background-color: #fff;
  color: #f07e8a;
  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;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  top: 0;
  right: 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: .5rem 1rem;
  color: #fff;
  background: transparent;
  border-color: #fff;
}

.demos .demo .demo-links .demo-link:hover {
  color: #f07e8a;
  background: #fff;
  border-color: #fff;
}

.demos .demo .demo-links .demo-link:first-child {
  margin-bottom: 1rem;
  color: #fff;
  background: #f07e8a;
  border-color: #f07e8a;
}

.demos .demo .demo-links .demo-link:first-child:hover {
  color: #f07e8a;
  background: #fff;
  border-color: #fff;
}

.demos .demo .demo-name {
  position: relative;
  text-align: center;
  text-transform: capitalize;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background-color: #121212;
  margin: 0;
  transition: all 0.5s ease-in-out 0s;
}

/*  End  demos section Rules    */
/*    Start dark theme rules  */
body.dark-theme {
  color: #fff;
  background: #121212;
}

body.dark-theme .tag-line {
  color: #fff;
}

body.dark-theme .hollow-text {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
}

body.dark-theme .section-heading .section-title {
  color: #fff;
}

body.dark-theme .section-heading .section-subtitle {
  color: #fff;
}

body.dark-theme .section-shape-divider-bottom svg path {
  fill: #121212;
}

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: #f07e8a !important;
  border-color: #f07e8a !important;
}

body.dark-theme .ma-tabs .switch .switch-btns-list .switch-btn.active {
  color: #fff !important;
  border-color: #f07e8a !important;
}

body.dark-theme .play-btn-col-dir .play-video-btn:hover .play-btn,
body.dark-theme .play-btn-row-dir .play-video-btn:hover .play-btn {
  background: #f07e8a;
}

body.dark-theme .play-btn-col-dir .play-video-btn:hover .play-btn::before,
body.dark-theme .play-btn-row-dir .play-video-btn:hover .play-btn::before,
body.dark-theme .play-btn-col-dir .play-video-btn:hover .play-btn::after,
body.dark-theme .play-btn-row-dir .play-video-btn:hover .play-btn::after {
  background: #f07e8a;
}

body.dark-theme .play-btn-col-dir .play-video-btn:hover .icon,
body.dark-theme .play-btn-row-dir .play-video-btn:hover .icon {
  color: #fff;
}

body.dark-theme .play-btn-col-dir .play-btn,
body.dark-theme .play-btn-row-dir .play-btn {
  background: #fff;
}

body.dark-theme .play-btn-col-dir .play-btn::before,
body.dark-theme .play-btn-row-dir .play-btn::before,
body.dark-theme .play-btn-col-dir .play-btn::after,
body.dark-theme .play-btn-row-dir .play-btn::after {
  background: #fff;
}

body.dark-theme .play-btn-col-dir .play-btn .icon,
body.dark-theme .play-btn-row-dir .play-btn .icon {
  color: #f07e8a;
}

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: #f07f8c !important;
}

body.dark-theme .blog .tags .tag-item:hover {
  background-color: #f07e8a !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: #f07e8a !important;
}

body.dark-theme .blog .recent-posts .content .r-post-date {
  color: #fff !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: #f07e8a !important;
}

body.dark-theme .blog .posts-grid .post-summary .post-excerpt {
  color: #fff !important;
}

body.dark-theme .blog .posts-pagination .posts-page-item {
  background-color: #f07f8c !important;
  color: #f07e8a !important;
  border-color: #f07e8a !important;
}

body.dark-theme .blog .posts-pagination .deactive-posts-page-item {
  background-color: #f1f1f1 !important;
  border-color: #b8b8b8 !important;
}

body.dark-theme .blog .post-title {
  color: #fff !important;
}

body.dark-theme .blog .post-main-area .panel .panel-title {
  color: #fff !important;
}

body.dark-theme .blog .post-main-area .share-title {
  color: #fff !important;
}

body.dark-theme .blog .post-main-area .post-info .info {
  color: #fff !important;
}

body.dark-theme .blog .post-main-area .post-info .info:not(:last-child):before {
  color: #fff !important;
}

body.dark-theme .blog .post-main-area .post-content .post-heading {
  color: #fff !important;
}

body.dark-theme .blog .post-main-area .post-content .post-text {
  color: rgba(255, 255, 255, 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: #fff !important;
}

body.dark-theme .blog .post-main-area .other-posts .other-post-title {
  color: #fff !important;
}

body.dark-theme .blog .post-main-area .other-posts .other-post-title:hover {
  color: #f07e8a !important;
}

body.dark-theme .blog .post-main-area .author-profile .author-disc .author-bio {
  color: #fff !important;
}

body.dark-theme .blog .post-main-area .comments-area .comment-body .comment-date .date-link {
  color: #fff !important;
}

body.dark-theme .blog .post-main-area .comments-area .comment-body .comment-text {
  color: #fff !important;
}

body.dark-theme .contact-form-area label:not(.lbl-for-checkbox) {
  color: #f1f1f1;
}

body.dark-theme .contact-form-area .lbl-for-checkbox {
  color: #f1f1f1;
}

body.dark-theme .contact-form-area input[type=email],
body.dark-theme .contact-form-area input[type=text],
body.dark-theme .contact-form-area input[type=password],
body.dark-theme .contact-form-area input[type=url],
body.dark-theme .contact-form-area input[type=search],
body.dark-theme .contact-form-area input[type=number],
body.dark-theme .contact-form-area textarea {
  color: #f1f1f1 !important;
}

body.dark-theme .our-team .tm-member-card .tm-details .tm-name {
  color: #fff;
}

body.dark-theme .our-team .tm-member-card .tm-details .tm-role {
  color: #fff;
}

body.dark-theme .team-member .profile {
  background-color: #f07f8c;
}

body.dark-theme .team-member .profile .tm-details .name {
  color: #fff;
}

body.dark-theme .team-member .profile .tm-details .role {
  color: #fff;
}

body.dark-theme .team-member .tm-description .tm-title {
  color: #fff;
  margin-bottom: 1.25rem;
}

body.dark-theme .team-member .tm-description .tm-text {
  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 .flip-card .front-face .title-wrapper .title {
  color: #fff;
}

body.dark-theme .flip-card .front-face .desc-wrapper .desc {
  color: #fff;
  opacity: .85;
}

body.dark-theme .portfolio .portfolio-btn-list .portfolio-btn {
  color: #fff;
  background: transparent;
}

body.dark-theme .portfolio .portfolio-btn-list .portfolio-btn:hover,
body.dark-theme .portfolio .portfolio-btn-list .portfolio-btn.active {
  color: #f07e8a;
}

body.dark-theme .pricing .plan {
  background: #f07f8c !important;
}

body.dark-theme .pricing .plane-name,
body.dark-theme .pricing .plan-price {
  color: #fff;
}

body.dark-theme .pricing .plan-list .plan-feat {
  color: #fff;
}

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: #f07e8a !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: #fff !important;
}

body.dark-theme .project-text {
  color: #fff !important;
}

body.dark-theme .list .list-item {
  color: #f1f1f1 !important;
}

body.dark-theme .about .about-title,
body.dark-theme .about .about-text,
body.dark-theme .about .info-items-list .info-title,
body.dark-theme .about .info-items-list .info-text,
body.dark-theme .about .info-items-grid .info-title,
body.dark-theme .about .info-items-grid .info-text {
  color: #fff !important;
}

body.dark-theme .about .cta-area .signature .signature-img {
  background-image: url("../assets/Images/about/signature-light.png");
}

body.dark-theme .about .about-stats.stats-cards .stat-box {
  background: #f07f8c;
}

body.dark-theme .about .about-stats .stat-box .stat-num,
body.dark-theme .about .about-stats .stat-box .stat-desc {
  color: #fff !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: #b8b8b8 !important;
}

.about-img {
  max-width: 100%;
  height: 408px;
  object-fit: cover;
}

.services-de {
  margin-bottom: 40px;
  margin-top: 40px;
}

.services-de img {
  box-shadow: -16px 13px 2px #e7e7e7;
  border-radius: 16px;
}

.single-product-info {
  background: #f7f7f7;
  border-right: 2px solid #f07e8a;
  padding-right: 10px;
  padding-top: 10px;
  padding-left: 15px;
  /* margin-top: 35px; */
  height: 350px;
  border-radius: 10px;
  text-align: justify;
  box-shadow: 12px 12px 2px #e9ecef;
  overflow: hidden;
}

.single-product-area .pro-rating {
  line-height: 1;
  margin-bottom: 10px;
  direction: ltr;
  width: max-content;
}

.shop-section .single-pro-color-rating {
  background: #f7f7f7;
  border-right: 2px solid #f26421;
  padding-right: 10px;
  padding-top: 10px;
  padding-left: 15px;
  height: 200px;
  border-radius: 10px;
  text-align: justify;
  box-shadow: 12px 12px 2px #e9ecef;
  overflow: hidden;
}

.services-de img {
  box-shadow: -16px 13px 2px #e7e7e7;
  width: 100%;
  border-radius: 16px;
}

body .gallery-page {
  min-height: 60vh;
  background-color: #f7f8fa;
  margin-top: 80px;
}

@media only screen and (min-width: 992px) {
  body .gallery-page {
    margin-top: 90px;
  }
}

body .gallery-page .gallery-section {
  padding: 32px 0;
}

@media only screen and (min-width: 992px) {
  body .gallery-page .gallery-section {
    padding: 42px 0;
  }
}

@media only screen and (min-width: 1200px) {
  body .gallery-page .gallery-section {
    padding: 72px 0;
  }
}

body .gallery-page .gallery-section .section-heading {
  margin-bottom: 18px;
}

@media only screen and (min-width: 992px) {
  body .gallery-page .gallery-section .section-heading {
    margin-bottom: 22px;
  }
}

body .gallery-page .gallery-section .section-heading p {
  text-align: center;
  font-size: 24px;
}

@media only screen and (min-width: 992px) {
  body .gallery-page .gallery-section .section-heading p {
    font-size: 28px;
  }
}

@media only screen and (min-width: 1200px) {
  body .gallery-page .gallery-section .section-heading p {
    font-size: 38px;
  }
}

body .gallery-page .gallery-section .gallery-layout {
  background-color: #fff;
  display: grid;
  transition: all 0.3s ease-out;
}

body .gallery-page .gallery-section .gallery-layout .mfa-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: dense;
  grid-gap: 1px;
}

@media only screen and (min-width: 992px) {
  body .gallery-page .gallery-section .gallery-layout .mfa-gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}

body .gallery-page .gallery-section .gallery-layout .mfa-gallery a {
  display: grid;
  align-items: stretch;
  position: relative;
  transition: all 0.3s ease-out;
  overflow: hidden;
}

body .gallery-page .gallery-section .gallery-layout .mfa-gallery a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transform: scale(0.5);
  border-radius: 22px;
  border-radius: 400px;
  z-index: 1;
  transition: all 0.3s ease-out;
}

body .gallery-page .gallery-section .gallery-layout .mfa-gallery a::after {
  content: '\ec22';
  font-family: 'linearicons';
  position: absolute;
  top: 50%;
  left: 50%;
  color: white;
  background-color: rgba(0, 0, 0, 0.4);
  background-color: rgb(189 61 129 / 62%);
  visibility: hidden;
  opacity: 0;
  font-size: 22px;
  transform: translate(-50%, 150px) scale(0);
  transition: all 0.3s ease-out 0.3s;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  align-items: center;
  justify-items: center;
  z-index: 2;
}

@media only screen and (min-width: 992px) {
  body .gallery-page .gallery-section .gallery-layout .mfa-gallery a::after {
    font-size: 40px;
    width: 72px;
    height: 72px;
  }
}

body .gallery-page .gallery-section .gallery-layout .mfa-gallery a:hover::before {
  opacity: 1;
  visibility: visible;
  border-radius: 0;
  transform: scale(1);
}

body .gallery-page .gallery-section .gallery-layout .mfa-gallery a:hover::after {
  transform: translate(-50%, -50%) scale(1);
  visibility: visible;
  opacity: 1;
}

body .gallery-page .gallery-section .gallery-layout .mfa-gallery a:hover .img-div img {
  filter: grayscale(0) !important;
  transform: scale(1.2) rotate(4deg) !important;
}

body .gallery-page .gallery-section .gallery-layout .mfa-gallery a .img-div {
  display: grid;
  height: 250px;
  overflow: hidden;
}

@media only screen and (min-width: 992px) {
  body .gallery-page .gallery-section .gallery-layout .mfa-gallery a .img-div {
    height: 380px;
  }
}

@media only screen and (min-width: 1200px) {
  body .gallery-page .gallery-section .gallery-layout .mfa-gallery a .img-div {
    height: 440px;
  }
}

body .gallery-page .gallery-section .gallery-layout .mfa-gallery a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease-out;
}

.lazy-div {
  display: grid;
  align-items: center;
  justify-items: center;
  position: relative;
}

.lazy-div .lazy {
  width: 30px !important;
  height: 30px !important;
  transition: none;
}

@media only screen and (min-width: 992px) {
  .lazy-div .lazy {
    width: 50px !important;
    height: 50px !important;
  }
}

.lazy-div .next-lazy-img {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
}

.lazy-div .next-lazy-img::after {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  right: -100%;
  background-image: linear-gradient(to left, #fff, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.01));
  animation: lazy-animation 1s ease-out infinite;
}

@keyframes lazy-animation {
  100% {
    right: 100%;
  }
}

body .loading-div {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #efffff;
  background-color: #4ea6c0;
  z-index: 999;
  display: grid;
  align-items: center;
  justify-items: center;
}

body .loading-div img {
  width: 180px;
}

@media only screen and (min-width: 992px) {
  body .loading-div img {
    width: 220px;
  }
}

.gallery-section {
  position: relative;
  padding: 140px 0
}

.flat-row {
  clear: both;
  display: block;
  position: relative;
  padding: 100px 0;
}

.row-advantage {
  background-color: #f5f5f5;
}

.flat-divider.d6px {
  height: 6px;
}

.flat-divider {
  width: 100%;
  position: relative;
}

.singleimages-border {
  position: relative;
  padding-left: 40px;
  transition: 0.2s all ease-out;
}

.singleimages-border img {
  transition: 0.2s all ease-out;
}

.singleimages-border:hover img {
  transition: 0.2s all ease-out;
  transform: scale(0.9);
}

.singleimages-border:before {
  border-left: 4px solid #f07e8b;
  position: absolute;
  border-top: 4px solid #f07e8b;
  left: 19px;
  top: -26px;
  z-index: -1;
  content: "";
  height: 50%;
  width: 50%;
  transition: 0.2s all ease;
}

.singleimages-border:after {
  border-right: 4px solid #f07e8b;
  position: absolute;
  border-bottom: 4px solid #f07e8b;
  right: -17px;
  bottom: -21px;
  margin-left: 66px;
  z-index: -1;
  content: "";
  height: 50%;
  width: 50%;
  transition: 0.2s all ease;
}

.about-wrap.padding-left61px {
  padding-right: 15px;
}

.padding-left61px {
  padding-left: 61px;
}

.title-box .sub-title {
  font-size: 14px;
  line-height: 22px;
  /* color: #5c5a5b !important; */
  /* letter-spacing: 2px; */
  margin-bottom: 15px;
  font-weight: 400;
}

.title-box .sub-title:after {
  width: 40px;
  top: 120px;
}

.title-box .sub-title:after,
.title-box .main-title:before,
.title-box .main-title:after {
  position: absolute;
  left: 0;
  top: 77px;
  height: 1px;
  width: 80px;
  background-color: #f07f8c;
  content: "";
}

.title-box .main-title {
  font-size: 45px;
  line-height: 45px;
  /* letter-spacing: 3.5px; */
  margin-bottom: 74px;
  color: #b16067 !important;
  font-weight: 900;
}

.title-box .sub-title,
.title-box .main-title {
  /* font-family: "Lato", sans-serif; */
  color: #5c5a5b;
  text-transform: uppercase;
  position: relative;
}

.title-box .sub-title:after,
.title-box .main-title:before,
.title-box .main-title:after {
  position: absolute;
  left: 0;
  top: 77px;
  height: 1px;
  width: 80px;
  background-color: #f07f8c;
  content: "";
}

.title-box .main-title:after {
  width: 60px;
  top: 80px;
}

.title-box .sub-title:after,
.title-box .main-title:before,
.title-box .main-title:after {
  position: absolute;
  left: 0;
  top: 77px;
  height: 1px;
  width: 80px px;
  background-color: #f07f8c;
  content: "";
}

.entry-page p {
  margin-bottom: 25px;
}

.flat-divider.d26px {
  height: 26px;
}

.flat-divider {
  width: 100%;
  position: relative;
}

.flat-button {
  /* text-align: left; */
  overflow: hidden;
  position: relative;
  display: inline-block;
  /* font-family: "Lato", sans-serif; */
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  border-width: 1px;
  border-style: solid;
  border-radius: 20px;
  border-color: #f07f8c;
  color: #f07f8c;
  z-index: 1;
  padding: 0 61px 0 24px;
  letter-spacing: 1.3px;
  line-height: 38px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.flat-button:before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.flat-button i {
  font-size: 20px;
  position: absolute;
  right: 9px;
  top: 9px;
}

.material-icons {
  /* font-family: 'Material Icons'; */
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
}

.flat-button:after {
  position: absolute;
  right: 37px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #f07f8c;
  content: "";
}

.flat-button:hover,
.flat-button:hover i {
  color: #fff;
}

.flat-button:hover:before {
  background: #f07f8c;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.flat-button:hover:after {
  background-color: #414141;
}

.title-box .sub-title:after,
.title-box .main-title:before,
.title-box .main-title:after {
  position: absolute;
  right: 0;
  top: 77px;
  height: 1px;
  width: 80px;
  background-color: #f07f8c;
  content: "";
}

.title-box .main-title:after {
  width: 60px;
  top: 80px
}

.title-box .sub-title:after {
  width: 40px;
  top: 120px;
}

.news-section {
  position: relative;
  padding: 50px 0px;
  direction: ltr;
  margin-top: -43px;
}

.news-block-one .inner-box {
  position: relative;
  display: block;
  margin-bottom: 23px;
  overflow: hidden;
  border-radius: 10px;
  border: 1.9px solid #f07edd;
  box-shadow: 0px -1px 30px rgb(73 0 51 / 59%);
}

.news-block-one .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.news-block-one .inner-box .image-box:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 0%;
  left: 0px;
  top: 0px;
  transform: scale(0.0);
  bottom: 0;
  opacity: 0.8;
  z-index: 1;
  transition: all 500ms ease;
  background: #cb8188bf;
}

.news-block-one .inner-box:hover .image-box:before {
  height: 100%;
  transform: scale(1.1);
}

.news-block-one .inner-box .image-box img {
  height: 345px;
  width: 100%;
  transition: all 500ms ease;
  object-fit: cover;
}

.news-block-one .inner-box:hover .image-box img {
  transform: scale(1.1);
}

.news-block-one .inner-box .image-box .link {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 250px;
  font-size: 0px;
  color: #fff;
  z-index: 2;
}

.news-block-one .inner-box .image-box .category {
  position: absolute;
  left: 30px;
  bottom: 20px;
  font-size: 13px;
  line-height: 26px;
  font-weight: 500;
  color: #fff;
  padding: 0px 15px;
  border-radius: 3px;
  z-index: 2;
  text-transform: uppercase;
}


.news-block-one .inner-box .lower-content {
  position: relative;
  padding: 25px 30px 35px 30px;
  margin-top: -16px;
  background-color: #a5001173;
  text-align: right;
  border-bottom: 1.9px solid #f07e8a;
}

.news-block-one .inner-box .lower-content h3 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}

.news-block-one .inner-box .lower-content h3 a {
  display: inline-block;
  color: #ebefef;
  font-size: 24px;
  /* line-height: 30px; */
  font-weight: 700;
  margin-bottom: 20px;
}

.news-block-one .inner-box .lower-content .post-info li {
  position: relative;
  display: inline-block;
  font-size: 15px;
  margin-right: 25px;
}

.news-block-one .inner-box .lower-content .post-info li:last-child {
  margin: 0px !important;
}

.news-block-one .inner-box .lower-content .post-info li a {
  font-weight: 600;
  color: #2d2929;
}


.news-block-one .inner-box .lower-content .post-info li img {
  margin-right: 10px;
}

.news-block-one .inner-box .lower-content .post-info {
  position: relative;
  margin-bottom: 21px;
}

.news-block-one .inner-box .lower-content .post-info li:before {
  position: absolute;
  content: '';
  background: #e5e7ec;
  width: 1px;
  height: 18px;
  top: 10px;
  right: -13px;
}

.news-block-one .inner-box .lower-content .post-info li:last-child:before {
  display: none;
}

.news-block-one .inner-box .lower-content .link a {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 54px;
  text-align: center;
  font-size: 16px;
  background: #ffffff;
  border-radius: 50%;
  opacity: 1;
  color: #cb8188;
  transition: all 500ms ease;
}

.news-block-one .inner-box:hover .lower-content .link a {
  opacity: 0;
}

.news-block-one .inner-box .lower-content .btn-box {
  position: absolute;
  left: 30px;
  bottom: 35px;
  transform: scale(0, 0);
  transition: all 500ms ease;
}

.news-block-one .inner-box .lower-content p {
  margin-bottom: 20px;
}

.news-block-one .inner-box .lower-content .btn-box .theme-btn-one {
  padding: 12px 28px;
}

.news-block-one .inner-box:hover .lower-content .btn-box {
  transform: scale(1, 1);
}

.news-block-one .inner-box .lower-content .btn-box {
  left: inherit;
  right: 30px;
}

.theme-btn-one {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  font-weight: 600;
  color: #fff !important;
  text-align: center;
  padding: 17px 40px;
  border-radius: 30px;
  z-index: 1;
  box-shadow: 0 20px 30px #ffffff85;
  transition: all 500ms ease;
}

.theme-btn-one {
  background: #f07e8a;
}

.theme-btn-one:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 30px;
  right: 0px;
  top: 0px;
  z-index: -1;
  transform: scale(0, 0);
  transition: all 500ms ease;
}

.gray-background,
.lightblue-background,
.darkblue-background {
  height: 100%;
}

.theme-btn-one:before {
  background: #85434a;
}

.news-block-one .inner-box:hover .lower-content .btn-box {
  transform: scale(1, 1);
}

.theme-btn-one:hover {
  background: #a12079;
}

.theme-btn-one:hover {
  background: #ebebeb;
}

.theme-btn-one:hover:before {
  transform: scale(1, 1);
}

.theme-btn-one i {
  position: relative;
  font-size: 13px;
  margin-left: 6px;
  margin-top: 6px;
  text-align: right;
  /* float: left; */
}

.centred {
  text-align: center !important;
}

.testimonial-section {
  direction: ltr;
}

.bg-color-3 {
  background: #ebf7f6;
}

.testimonial-section {
  position: relative;
  padding: 50px 0px;
}

.testimonial-section .owl-stage-outer {
  overflow: visible;
}

.testimonial-section .owl-item {
  opacity: 0;
  transition: all 500ms ease;
}

.testimonial-section .owl-item.active {
  opacity: 1;
}

.testimonial-section .bg-layer {
  position: absolute;
  content: '';
  width: 50%;
  height: 100%;
  top: 0px;
  right: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.testimonial-section .testimonial-inner {
  position: relative;
  background: #fff;
  padding: 63px 69px 70px 70px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0px 30px rgba(0, 24, 73, 0.1);
}

.testimonial-block-one .inner-box {
  position: relative;
  display: block;
}

.testimonial-block-one .inner-box img {
  /* width: 500px; */
  height: auto;
}

.testimonial-block-one .inner-box .text {
  position: relative;
  margin-bottom: 30px;
}

.testimonial-block-one .inner-box .text p {
  font-size: 18px;
  line-height: 30px;
  color: #144168;
}

.testimonial-block-one .inner-box .author-info {
  position: relative;
  display: block;
  padding: 10px 0px 6px 90px;
}

.testimonial-block-one .inner-box .author-info .author-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  box-shadow: 0 10px 20px rgba(0, 24, 73, 0.1);
}

.testimonial-block-one .inner-box .author-info .author-thumb img {
  width: 100%;
  border-radius: 50%;
}

.testimonial-block-one .inner-box .author-info h3 {
  position: relative;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 0px;
}

.testimonial-block-one .inner-box .author-info .designaion {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
}

.nav-style-one .owl-prev,
.nav-style-one .owl-next {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  color: #144168;
  box-shadow: 0 0px 50px #d5edea;
  cursor: pointer;
  transition: all 500ms ease;
}

.nav-style-one .owl-prev:hover,
.nav-style-one .owl-next:hover {
  color: #fff;
}

.testimonial-section .nav-style-one .owl-prev,
.testimonial-section .nav-style-one .owl-next {
  display: block;
}

.testimonial-section .nav-style-one .owl-prev {
  margin-bottom: 10px;
}

.testimonial-section .owl-nav {
  position: absolute;
  left: -40px;
  bottom: -25px;
}

.testimonial-section .testimonial-inner .pattern {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  width: 202px;
  height: 250px;
  filter: invert(3);
  background-repeat: no-repeat;
}

.testimonial-section .pattern-layer .pattern-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 239px;
  height: 376px;
  background-repeat: no-repeat;
}

.testimonial-section .pattern-layer .pattern-2 {
  position: absolute;
  left: 280px;
  bottom: 150px;
  width: 174px;
  height: 174px;
  background-repeat: no-repeat;
}

.bg-color-3 {
  background: #ebf7f659;
}

.testimonial-section .nav-style-one .owl-prev {
  margin-bottom: 10px;
}

.testimonial-section .nav-style-one .owl-prev,
.testimonial-section .nav-style-one .owl-next {
  display: block;
}

.nav-style-one .owl-prev,
.nav-style-one .owl-next {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  background: #b0646b;
  /* border: 2px dotted #5c5a5b; */
  color: #ffffff;
  box-shadow: 0 0px 50px #c5313f;
  cursor: pointer;
  transition: all 500ms ease;
}

.testimonial-section .nav-style-one .owl-prev,
.testimonial-section .nav-style-one .owl-next {
  display: block;
}

.nav-style-one .owl-prev:hover,
.nav-style-one .owl-next:hover {
  color: #fff;
}

.nav-style-one .owl-prev:hover,
.nav-style-one .owl-next:hover {
  background: #f07e8a;
}

.testimonial-section .pattern-layer .pattern-3 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  filter: invert(3);
  width: 100%;
  height: 100%;
  background-size: contain;
  float: left;
  background-repeat: no-repeat;
}

.services-area.three {
  background-color: #e9ecef;
  padding: 40px 0;
}

.services-area.three .container {
  max-width: 1400px;
}

.services-area.three .section-title {
  text-align: start
}

.services-area.three .section-title h2 {
  color: #070707;
  margin-bottom: 20px;
}

.services-area.three .section-title p {
  color: #fff;
  margin: 0;
  position: absolute;
  top: 25px;
  right: 0;
  max-width: 620px
}

.services-area.three .services-item .bottom {
  -webkit-box-shadow: none;
  box-shadow: none
}


.services-item {
  margin-bottom: 30px;
  -webkit-transition: .5s;
  transition: .5s
}

.services-item:hover {
  -webkit-transform: translate(0, -5px);
  transform: translate(0, -5px)
}

.services-item:hover .bottom span {
  width: 50px;
  height: 50px
}

.services-item:hover .bottom .icon {
  color: #fff;
  background-color: #fec30d;
}

.services-item .top a {
  display: block
}

.services-item .top a img {
  border-radius: 10px;
  width: 424px;
  height: 424px;
}

.services-item .bottom {
  background-color: #fff;
  border-radius: 10px;
  text-align: right;
  position: relative;
  padding: 30px 30px 30px 105px;
  max-width: 92%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -40px;
  -webkit-box-shadow: 0 8px 20px 0 #f5fcfe;
  box-shadow: 0 8px 20px 0 #f5fcfe;
}

.services-item .bottom span {
  position: absolute;
  width: 15px;
  height: 15px;
  -webkit-transition: .5s;
  transition: .5s
}

.services-item .bottom span:nth-child(1) {
  top: 0;
  left: 0;
  border-top-left-radius: 10px;
  border-top: 3px solid #144168;
  border-left: 3px solid #144168;
}

.services-item .bottom span:nth-child(2) {
  top: 0;
  right: 0;
  border-top-right-radius: 10px;
  border-top: 3px solid #144168;
  border-right: 3px solid #144168
}

.services-item .bottom span:nth-child(3) {
  bottom: 0;
  right: 0;
  border-bottom-right-radius: 10px;
  border-bottom: 3px solid #144168;
  border-right: 3px solid #144168
}

.services-item .bottom span:nth-child(4) {
  bottom: 0;
  left: 0;
  border-bottom-left-radius: 10px;
  border-bottom: 3px solid #144168;
  border-left: 3px solid #144168
}

.services-item .bottom .icon {
  display: inline-block;
  position: absolute;
  top: 30px;
  left: 30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 10px;
  text-align: center;
  font-size: 30px;
  color: #144168;
  background-color: #ffc40d47;
  -webkit-transition: .5s;
  transition: .5s
}

.services-item .bottom h3 {
  font-size: 22px;
  margin-bottom: 10px
}

.services-item .bottom h3 a {
  color: rgba(0, 0, 0, .9);
  font-weight: bold;
}

.services-item .bottom h3 a:hover {
  color: #144168
}

.services-item .bottom p {
  margin-bottom: 10px
}

.services-item .bottom .services-btn {
  display: inline-block;
  color: #144168;
  font-weight: bold;
}

.services-item .bottom .services-btn i {
  position: relative;
  top: 2px
}

.services-item .bottom .services-btn:hover {
  color: #02123a
}


@media only screen and (min-width:992px) {
  body .home-main-slider {
    margin-top: 120px;
  }
}

body .home-main-slider .swiper-wrapper .swiper-slide .slider-img img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

@media only screen and (min-width:768px) {
  body .home-main-slider .swiper-wrapper .swiper-slide .slider-img img {
    height: 440px
  }
}

@media only screen and (min-width:992px) {
  body .home-main-slider .swiper-wrapper .swiper-slide .slider-img img {
    height: 500px
  }
}

@media only screen and (min-width:1200px) {
  body .home-main-slider .swiper-wrapper .swiper-slide .slider-img img {
    height: 700px;
  }
}

body .home-main-slider .swiper-wrapper .swiper-slide .slider-img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-image: linear-gradient(to bottom, rgba(0, 0, 0, .4), rgb(0 0 0 / 15%)); */
}

body .home-main-slider .swiper-wrapper .swiper-slide .slider-text {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0 50px;
  z-index: 1
}

@media only screen and (min-width:768px) {
  body .home-main-slider .swiper-wrapper .swiper-slide .slider-text {
    padding: 0 62px
  }
}

@media only screen and (min-width:992px) {
  body .home-main-slider .swiper-wrapper .swiper-slide .slider-text {
    padding: 0 132px;
    display: grid;
    align-items: center
  }
}

body .home-main-slider .swiper-wrapper .swiper-slide .slider-text .text-buttons {
  display: grid;
  grid-gap: 18px;
  width: 90%;
  margin: auto
}

@media only screen and (min-width:992px) {
  body .home-main-slider .swiper-wrapper .swiper-slide .slider-text .text-buttons {
    grid-gap: 32px;
    width: 80%
  }
}

body .home-main-slider .swiper-wrapper .swiper-slide .slider-text .text-buttons .text {
  display: grid;
  grid-gap: 8px
}

@media only screen and (min-width:992px) {
  body .home-main-slider .swiper-wrapper .swiper-slide .slider-text .text-buttons .text {
    grid-gap: 18px
  }
}

@media only screen and (min-width:1200px) {
  body .home-main-slider .swiper-wrapper .swiper-slide .slider-text .text-buttons .text {
    grid-gap: 22px
  }
}

body .home-main-slider .swiper-wrapper .swiper-slide .slider-text .text-buttons .text>p {
  color: #fff;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  text-transform: uppercase;
  line-height: 1.3
}

body .home-main-slider .swiper-wrapper .swiper-slide .slider-text .text-buttons .text>p:first-of-type {
  text-shadow: 0 0 17px rgba(255, 255, 255, .8);
  font-weight: bolder;
  transform: translate(0, -100px) scale(0);
  transition: all 2s cubic-bezier(.68, -.55, .265, 1.55) 1s;
  font-size: 26px
}

@media only screen and (min-width:768px) {
  body .home-main-slider .swiper-wrapper .swiper-slide .slider-text .text-buttons .text>p:first-of-type {
    font-size: 32px
  }
}

@media only screen and (min-width:992px) {
  body .home-main-slider .swiper-wrapper .swiper-slide .slider-text .text-buttons .text>p:first-of-type {
    font-size: 48px
  }
}

@media only screen and (min-width:1200px) {
  body .home-main-slider .swiper-wrapper .swiper-slide .slider-text .text-buttons .text>p:first-of-type {
    font-size: 62px
  }
}

@media only screen and (min-width:1600px) {
  body .home-main-slider .swiper-wrapper .swiper-slide .slider-text .text-buttons .text>p:first-of-type {
    font-size: 72px
  }
}

body .home-main-slider .swiper-wrapper .swiper-slide .slider-text .text-buttons .text>p:last-of-type {
  transform: translate(300px, 0);
  transition: all 1.8s cubic-bezier(.68, -.55, .265, 1.55) 2s;
  font-size: 14px;
  color: #f07e8a;
  font-weight: bolder
}

@media only screen and (min-width:768px) {
  body .home-main-slider .swiper-wrapper .swiper-slide .slider-text .text-buttons .text>p:last-of-type {
    font-size: 16px
  }
}

@media only screen and (min-width:992px) {
  body .home-main-slider .swiper-wrapper .swiper-slide .slider-text .text-buttons .text>p:last-of-type {
    font-size: 18px
  }
}

body .home-main-slider .swiper-wrapper .swiper-slide .slider-text .text-buttons .buttons {
  justify-self: center;
  display: grid;
  grid-auto-flow: column;
  grid-gap: 16px
}

@media only screen and (min-width:992px) {
  body .home-main-slider .swiper-wrapper .swiper-slide .slider-text .text-buttons .buttons {
    grid-gap: 22px
  }
}

@media only screen and (min-width:1200px) {
  body .home-main-slider .swiper-wrapper .swiper-slide .slider-text .text-buttons .buttons {
    grid-gap: 32px
  }
}

body .home-main-slider .swiper-wrapper .swiper-slide .slider-text .text-buttons .buttons a {
  border-radius: 50px;
  transform: scale(1.5);
  opacity: 0;
  visibility: hidden;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  grid-gap: 3px;
  padding: 8px 14px;
  position: relative;
  background-color: rgb(241 134 67);
}

@media only screen and (min-width:768px) {
  body .home-main-slider .swiper-wrapper .swiper-slide .slider-text .text-buttons .buttons a {
    padding: 8px 16px
  }
}

@media only screen and (min-width:992px) {
  body .home-main-slider .swiper-wrapper .swiper-slide .slider-text .text-buttons .buttons a {
    grid-gap: 4px;
    padding: 10px 18px
  }
}

@media only screen and (min-width:1200px) {
  body .home-main-slider .swiper-wrapper .swiper-slide .slider-text .text-buttons .buttons a {
    padding: 14px 24px;
    grid-gap: 5px
  }
}

body .home-main-slider .swiper-wrapper .swiper-slide .slider-text .text-buttons .buttons a i,
body .home-main-slider .swiper-wrapper .swiper-slide .slider-text .text-buttons .buttons a span {
  color: #fff;
  position: relative;
  z-index: 1
}

body .home-main-slider .swiper-wrapper .swiper-slide .slider-text .text-buttons .buttons a span {
  font-size: 12px
}

@media only screen and (min-width:768px) {
  body .home-main-slider .swiper-wrapper .swiper-slide .slider-text .text-buttons .buttons a span {
    font-size: 16px
  }
}

@media only screen and (min-width:992px) {
  body .home-main-slider .swiper-wrapper .swiper-slide .slider-text .text-buttons .buttons a span {
    font-size: 18px
  }
}

body .home-main-slider .swiper-wrapper .swiper-slide .slider-text .text-buttons .buttons a i {
  font-size: 16px
}

@media only screen and (min-width:768px) {
  body .home-main-slider .swiper-wrapper .swiper-slide .slider-text .text-buttons .buttons a i {
    font-size: 18px
  }
}

@media only screen and (min-width:992px) {
  body .home-main-slider .swiper-wrapper .swiper-slide .slider-text .text-buttons .buttons a i {
    font-size: 22px
  }
}

@media only screen and (min-width:1200px) {
  body .home-main-slider .swiper-wrapper .swiper-slide .slider-text .text-buttons .buttons a i {
    font-size: 26px
  }
}

body .home-main-slider .swiper-wrapper .swiper-slide .slider-text .text-buttons .buttons a:first-of-type {
  transition: transform .4s ease-out 3s, scale .4s ease-out 3s, opacity .4s ease-out 3s, visibility .4s ease-out 3s, background-color .3s ease-out;
  background-color: rgba(0, 0, 0, .801)
}

body .home-main-slider .swiper-wrapper .swiper-slide .slider-text .text-buttons .buttons a:first-of-type:hover {
  background-color: rgb(240 123 61);
}

body .home-main-slider .swiper-wrapper .swiper-slide .slider-text .text-buttons .buttons a:first-of-type i::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 1px;
  border-radius: 50%;
  animation: pulse-animation 2s ease-out infinite
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0 #f07e8a
  }

  70% {
    box-shadow: 0 0 0 2rem transparent
  }

  100% {
    box-shadow: 0 0 0 transparent
  }
}

@media only screen and (min-width:768px) {
  @keyframes pulse-animation {
    0% {
      box-shadow: 0 0 0 0 #f07e8a
    }

    70% {
      box-shadow: 0 0 0 3rem transparent
    }

    100% {
      box-shadow: 0 0 0 transparent
    }
  }
}

body .home-main-slider .swiper-wrapper .swiper-slide .slider-text .text-buttons .buttons a:last-of-type {
  display: none;
  overflow: hidden;
  transition: all .4s ease-out 3.5s
}

@media only screen and (min-width:992px) {
  body .home-main-slider .swiper-wrapper .swiper-slide .slider-text .text-buttons .buttons a:last-of-type {
    display: grid
  }
}

body .home-main-slider .swiper-wrapper .swiper-slide .slider-text .text-buttons .buttons a:last-of-type::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 1px;
  border-radius: 50%;
  transition: all .6s ease-out
}

body .home-main-slider .swiper-wrapper .swiper-slide .slider-text .text-buttons .buttons a:hover::after {
  box-shadow: 0 0 0 5rem rgba(0, 0, 0, .884)
}

body .home-main-slider .swiper-wrapper .swiper-slide.swiper-slide-active .slider-text .text-buttons .text p {
  transform: translate(0, 0) scale(1);
  opacity: 1;
  visibility: visible
}

body .home-main-slider .swiper-wrapper .swiper-slide.swiper-slide-active .slider-text .text-buttons .buttons a {
  opacity: 1;
  visibility: visible;
  transform: scale(1)
}

@keyframes moreLoopY {
  0% {
    transform: scale(1, 0);
    transform-origin: top
  }

  47% {
    transform: scale(1, 1);
    transform-origin: top
  }

  48% {
    transform: scale(1, 1);
    transform-origin: bottom
  }

  95% {
    transform: scale(1, 0);
    transform-origin: bottom
  }

  96% {
    transform: scale(1, 0);
    transform-origin: top
  }

  100% {
    transform: scale(1, 0)
  }
}

body .home-main-slider-next,
body .home-main-slider-prev {
  top: 50% !important;
  transform: translate(0, 16%);
  z-index: 2;
  display: grid;
  align-items: center;
  justify-items: center;
  position: absolute;
  background-image: none !important;
  margin: 0;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, .5);
  line-height: 1;
  width: 48px;
  height: 48px;
  box-shadow: 0 0 8px rgb(246 159 49);
  transition: all .4s ease-out;
}

@media only screen and (min-width:768px) {

  body .home-main-slider-next,
  body .home-main-slider-prev {
    width: 52px;
    height: 52px
  }
}

@media only screen and (min-width:992px) {

  body .home-main-slider-next,
  body .home-main-slider-prev {
    width: 62px;
    height: 62px
  }
}

@media only screen and (min-width:1200px) {

  body .home-main-slider-next,
  body .home-main-slider-prev {
    width: 72px;
    height: 72px
  }
}

@media only screen and (min-width:1600px) {

  body .home-main-slider-next,
  body .home-main-slider-prev {
    width: 82px;
    height: 82px
  }
}

body .home-main-slider-next span,
body .home-main-slider-prev span {
  color: #fff
}

@media only screen and (min-width:992px) {

  body .home-main-slider-next span,
  body .home-main-slider-prev span {
    font-size: 22px
  }
}

body .home-main-slider-next:hover,
body .home-main-slider-prev:hover {
  transform: translate(0, 12%) scale(1.2);
  background-color: #f07e8a;
  box-shadow: 0 2px 8px rgba(255, 255, 255, .25)
}

body .home-main-slider-next:focus,
body .home-main-slider-prev:focus {
  outline: 0
}

body .home-main-slider-prev {
  left: unset !important;
  right: 8px !important
}

@media only screen and (min-width:768px) {
  body .home-main-slider-prev {
    right: 12px !important
  }
}

@media only screen and (min-width:992px) {
  body .home-main-slider-prev {
    right: 20px !important
  }
}

@media only screen and (min-width:1200px) {
  body .home-main-slider-prev {
    right: 30px !important
  }
}

@media only screen and (min-width:1600px) {
  body .home-main-slider-prev {
    right: 42px !important
  }
}

body .home-main-slider-next {
  left: 8px !important;
  right: unset !important
}

@media only screen and (min-width:768px) {
  body .home-main-slider-next {
    left: 12px !important
  }
}

@media only screen and (min-width:992px) {
  body .home-main-slider-next {
    left: 20px !important
  }
}

@media only screen and (min-width:1200px) {
  body .home-main-slider-next {
    left: 30px !important
  }
}

@media only screen and (min-width:1600px) {
  body .home-main-slider-next {
    left: 42px
  }
}

body .home-main-slider-pagination {
  position: absolute;
  width: unset !important;
  height: unset !important;
  bottom: -30px !important;
  top: unset !important;
  left: 50% !important;
  display: grid;
  grid-gap: 6px;
  background-color: rgba(0, 0, 0, .39);
  box-shadow: 0 0 4px rgba(157, 197, 10, .404);
  border-radius: 52px;
  padding: 6px 16px 32px 16px;
  grid-auto-flow: column;
  justify-content: start;
  transform: translate(-50%, 0)
}

@media only screen and (min-width:768px) {
  body .home-main-slider-pagination {
    grid-gap: 8px
  }
}

@media only screen and (min-width:992px) {
  body .home-main-slider-pagination {
    transform: none;
    grid-auto-flow: row;
    grid-gap: 12px;
    padding: 26px 42px 26px 12px;
    top: 73px !important;
    bottom: unset !important;
    left: unset !important;
    right: -40px !important
  }
}

body .home-main-slider-pagination span {
  width: 22px;
  height: 22px;
  margin: 0 !important;
  position: relative;
  opacity: 1;
  background-color: transparent;
  transform: rotate(-270deg);
  color: #fff;
  font-size: 16px;
  transition: all .4s ease-out
}

@media only screen and (min-width:992px) {
  body .home-main-slider-pagination span {
    width: 38px;
    height: 38px
  }
}

@media only screen and (min-width:768px) {
  body .home-main-slider-pagination span {
    font-size: 18px
  }
}

@media only screen and (min-width:992px) {
  body .home-main-slider-pagination span {
    font-size: 32px
  }
}

body .home-main-slider-pagination span::before {
  content: '\f313';
  font-family: Ionicons;
  content: '\ebd0';
  font-family: linearIcons;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

body .home-main-slider-pagination span:focus {
  outline: 0
}

body .home-main-slider-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: transparent;
  color: #f07e8a;
  transform: rotate(0)
}

body .home-main-slider-pagination span.swiper-pagination-bullet-active::before {
  content: '\e9af'
}

/**************service-details****************/

.service_details {
  padding: 70px 0;
}

.service_details .section_title {
  margin-bottom: 30px;
}

.service_details .service_details_wraper .text-p {
  margin: 0;
  padding: 20px 35px;
  border-radius: 40px;
  font-size: 22px;
  font-style: italic;
  margin-bottom: 10px;
  height: 65px;
  font-weight: 600;
  box-shadow: 0px 0px 21px 9px rgba(0, 0, 0, 0.05);
  color: #64131b;
}

.service_details .service_details_wraper p:first-of-type {
  margin: 0;
  margin-bottom: 20px;
  padding: 40px;
  border-radius: 40px;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  text-align: justify;
  line-height: 1.8;
  box-shadow: 0px 0px 21px 9px rgba(0, 0, 0, 0.05);
  color: #555555;
  border-bottom: 2px solid #64131b;
}

.service_details .form-column .inner-column {
  position: relative;
  padding: 15px 35px 10px;
  background-color: #ffffff;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.10);
  margin-bottom: 20px;
}

.service_details .form-column h3 {
  position: relative;
  color: #002222;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3em;
  padding-bottom: 14px;
  margin-bottom: 35px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.service_details .calender-form {
  position: relative;
}

.service_details .calender-form .form-group {
  position: relative;
  margin-bottom: 25px;
}

.service_details .calender-form .form-group label {
  position: relative;
  color: #222222;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
}

.service_details .calender-form .form-group label .icon {
  position: relative;
  margin-left: 8px;
  color: #16a7e7;
  font-weight: 400;
}

.service_details .calender-form .form-group input[type="text"],
.service_details .calender-form .form-group input[type="tel"],
.service_details .calender-form .form-group input[type="email"],
.service_details .calender-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  line-height: 33px;
  padding: 10px 28px;
  color: rgba(0, 0, 0, 0.60);
  height: 45px;
  font-size: 14px;
  background: none;
  border: 2px solid #ddd;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 10px;
}

.service_details .image-box {
  box-shadow: 0px 20px 40px #6c757d;
  border-radius: 50px;
  width: 100%;
  height: auto;
}

.service_details .image-box img {
  width: 100%;
  border-radius: 20px;
  height: 100%;
}

.service_details textarea {
  height: 120px;
  padding-top: 10px;
  resize: none;
  width: 100%;
  margin-bottom: 0px;
  background: #F5F5F5;
  border: 1px solid transparent;
  text-indent: 15px;
  transition: .3s linear;
}

.service_details .service_details_wraper li {
  position: relative;
  padding-right: 30px;
  margin-bottom: 10px;
}

.service_details .service_details_wraper li>i {
  position: absolute;
  right: 0;
  top: 0px;
  font-size: 18px;
  color: #44a6f0;
}

/*
.service_details .calender:after {
  position: absolute;
  content: "\f073";
  left: 14px;
  top: 50%;
  font: normal normal normal 16px/1 'Material-Design-Iconic-Font';
  transform: translatey(-50%);
}
*/

.service_details .service_details_wraper img {
  margin-bottom: 60px;
  width: 100%;
  box-shadow: 0 0 24px 0px;
  border-radius: 30px;
  object-fit: contain;
  height: 500px;
}

.service_details .service_details_wraper h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 34px;
  font-style: italic;
  margin-bottom: 10px;
}

.service_details .service_quote {
  text-align: center;
  background: #F8F8F8;
  padding: 23px 2px;
}

.service_details .service_quote strong {
  font-weight: 400;
}

.service_details .service_quote i {
  font-size: 25px;
  color: #44a6f0;
}

.service_details .service_list_items li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
}

.service_details .service_list_items li>i {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 18px;
  color: #44a6f0;
}

.service_details .more_service_area a.single_service {

  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  color: #565656;
  padding: 20px 0 30px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.18);
}


.service_details .more_service_area .service_icon {
  width: 70px;
  height: 70px;
  display: inline-block;
  transition: .3s cubic-bezier(0.32, 0.89, 1, 1.47);
  margin-bottom: 5px;
}

.service_details .more_service_area .single_service:hover .service_icon {
  transform: translatex(5px);
}

.service_details .more_service_area .single_service h4 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
}

.service_details .more_service_area {
  margin-top: 60px;
}


.service_details .more_service_area h1 {
  margin-bottom: 30px;
}

.service_details a.single_service {
  width: 100%;
}

.service_details .custom_btn {
  color: #fff;
  background: #16a7e7;
  padding: 15px 30px;
  transition: .3s linear;
  position: relative;
  z-index: 1;
  border: none;
  overflow: hidden;
  text-align: center;
  min-width: 180px;
}

/************gallery section*************/

.gallery-section {
  position: relative;
  padding: 40px 0;
}

.gallery-section .filters {
  position: relative;
  margin-bottom: 60px;
}

.gallery-section .filters .filter-tabs {
  position: relative;
  text-align: center;
}

.gallery-section .filters li {
  position: relative;
  display: inline-block;
  line-height: 30px;
  font-size: 14px;
  color: #333333;
  cursor: pointer;
  font-weight: 600;
  margin-left: 30px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.gallery-section .filters li:first-child {
  margin-left: 0;
}

.gallery-section .filters li.active,
.gallery-section .filters li:hover {
  color: #00c0ff;
  text-decoration: underline;
}

.gallery-section .gallery-item {
  position: relative;
  margin-bottom: 30px;
}

.gallery-section .gallery-item .image-box {
  position: relative;
}

.gallery-section .gallery-item .image-box .image {
  position: relative;
  margin-bottom: 0;
}

.gallery-section .gallery-item .image-box img {
  display: block;
  width: 100%;
  height: 300px;
  border-radius: 15px;
  box-shadow: 0 0 27px rgba(0, 0, 0, 0.5);
  object-fit: cover;
}

.gallery-section .gallery-item .overlay-box {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 15px;
  background-color: rgb(240 126 138 / 60%);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(.5);
  -moz-transform: scale(.5);
  -ms-transform: scale(.5);
  -o-transform: scale(.5);
  transform: scale(.5);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.gallery-section .gallery-item .overlay-box .inner {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 28px;
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.gallery-section .gallery-item .overlay-box .link {
  position: relative;
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: #00c0ff;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 25px;
}

.gallery-section .gallery-item .image-box:hover .overlay-box {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.gallery-section .gallery-item .overlay-box h5 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 1em;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 20px;
}

.gallery-section .gallery-item .overlay-box .tag {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 400;
}

.gallery-section .styled-pagination {
  margin-top: 70px;
}

.gallery-section .styled-pagination {
  position: relative;
  display: block;
  width: 100%;
}

.gallery-section .styled-pagination ul {
  position: relative;
  width: 100%;
}

.gallery-section .styled-pagination li {
  position: relative;
  display: inline-block;
  margin: 0 0 8px;
  margin-right: 12px;
}

.gallery-section .styled-pagination li:last-child {
  margin-right: 0;
}

.gallery-section .styled-pagination li a {
  position: relative;
  display: block;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  border-radius: 50%;
  border: 1px solid #cccccc;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.gallery-section .styled-pagination li a:hover,
.gallery-section .styled-pagination li.active a {
  color: #ffffff;
  border-color: #00abf0;
  background: #00abf0;
}

.gallery-section .styled-pagination li.next-post a,
.gallery-section .styled-pagination li.prev-post a {
  width: auto;
  padding: 0 20px;
  background-color: #dddddd;
  color: #222222;
  border-radius: 30px 0px 0px 30px;
}

.gallery-section .styled-pagination li.prev-post a {
  border-radius: 0 30px 30px 0px;
}

.gallery-section .styled-pagination li.next-post a:hover,
.gallery-section .styled-pagination li.prev-post a:hover {
  background-color: #00abf0;
  color: #ffffff;
}

/** cta-section **/

.cta-section {
  position: relative;
  padding-top: 80px;
  margin-bottom: 50px;
}

.cta-section .image-box {
  position: relative;
  z-index: 1;
}

.cta-section .image-box .image {
  position: relative;
  margin-bottom: -95px;
}

.cta-section .content_block_2 .content-box {
  position: relative;
  padding-bottom: 120px;
  margin-top: 35px;
}

.content_block_2 .content-box .text {
  position: relative;
  margin-bottom: 40px;
}

.content_block_2 .content-box .text p {
  color: #fff;
}

.content_block_2 .content-box .btn-box .download-btn {
  position: relative;
  display: inline-block;
  float: left;
  font-size: 15px;
  line-height: 26px;
  font-weight: 600;
  color: #fff;
  padding: 16px 50px 15px 90px;
  border-radius: 40px;
  z-index: 1;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.content_block_2 .content-box .btn-box .download-btn.app-store {
  margin-right: 30px;
}

.content_block_2 .content-box .btn-box .download-btn.play-store {}

.content_block_2 .content-box .btn-box .download-btn i {
  position: absolute;
  left: 37px;
  top: 16px;
  font-size: 45px;
}

.content_block_2 .content-box .btn-box .download-btn span {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-family: 'Cairo', sans-serif;
  font-weight: 500;
}

.content_block_2 .content-box .btn-box .download-btn h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 26px;
  color: #fff;
  font-weight: 600;
  transition: all 500ms ease;
}

.content_block_2 .content-box .btn-box .download-btn:hover {
  background: #144168 !important;
}

.content_block_2 .content-box .btn-box .download-btn:hover h3 {
  color: #fff;
}

.content_block_2 .content-box .sec-title {
  margin-bottom: 32px;
}

.cta-section .pattern-layer .pattern-1 {
  position: absolute;
  left: 70px;
  bottom: 0px;
  width: 299px;
  height: 142px;
  background-repeat: no-repeat;
}

.cta-section .pattern-layer .pattern-2 {
  position: absolute;
  left: 240px;
  top: 15px;
  width: 460px;
  height: 387px;
  background-repeat: no-repeat;
}

.cta-section .pattern-layer .pattern-3 {
  position: absolute;
  right: 70px;
  top: 0px;
  width: 349px;
  height: 228px;
  background-repeat: no-repeat;
}

/********************/
.cta-section .form-wrapper {
  position: relative;
  padding: 22px 0;
  border-radius: 4px;
  display: grid;
  background-color: #b0646b;
  align-self: start;
  box-shadow: 0 36px 46px rgba(255, 255, 255, 0.24);
}

@media only screen and (min-width: 992px) {
  .cta-section .form-wrapper {
    border-radius: 8px;
  }
}

.cta-section .form-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/bkgs/dots-large.svg);
  opacity: 0.05;
}

.cta-section .form-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.02);
}

@media only screen and (min-width: 992px) {
  .cta-section .form-wrapper {
    position: sticky;
    top: 110px;
  }
}

.cta-section .form-wrapper .form-heading {
  position: relative;
  z-index: 1;
  padding: 0 16px;
}

.cta-section .form-wrapper .form-heading p {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #dd1114;
  color: #f6be45;
  color: goldenrod;
  color: gray;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .cta-section .form-wrapper .form-heading p {
    font-size: 32px;
  }
}

@media only screen and (min-width: 992px) {
  .cta-section .form-wrapper .form-heading p {
    font-size: 38px;
  }
}

.cta-section .form-wrapper form {
  position: relative;
  z-index: 1;
  padding: 16px;
  display: grid;
  grid-gap: 22px;
}

@media only screen and (min-width: 768px) {
  .cta-section .form-wrapper form {
    padding: 24px;
  }
}

@media only screen and (min-width: 992px) {
  .cta-section .form-wrapper form {
    padding: 36px;
  }
}

@media only screen and (min-width: 768px) {
  .cta-section .form-wrapper form {
    grid-gap: 24px;
  }
}

@media only screen and (min-width: 992px) {
  .cta-section .form-wrapper form {
    grid-gap: 32px;
  }
}

@media only screen and (min-width: 1200px) {
  .cta-section .form-wrapper form {
    grid-gap: 38px;
  }
}

.cta-section .form-wrapper form .form-div {
  display: grid;
}

.cta-section .form-wrapper form .form-div input {
  border: 2px solid #cacaca75;
  padding: 2px 16px;
  height: 40px;
  background-color: transparent;
  border-radius: 52px;
  color: #fff;
  transition: all 0.3s ease-out;
}

.cta-section .form-wrapper form .form-div input::placeholder {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1;
}

@media only screen and (min-width: 992px) {
  .cta-section .form-wrapper form .form-div input::placeholder {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) {
  .cta-section .form-wrapper form .form-div input {
    height: 46px;
    padding: 0 14px;
  }
}

@media only screen and (min-width: 992px) {
  .cta-section .form-wrapper form .form-div input {
    height: 52px;
    padding: 0 22px;
  }
}

.cta-section .form-wrapper form .form-div input:focus {
  outline: 0;
  border-color: #dd1114;
  box-shadow: 0 0 4px #dd1114;
  border-color: goldenrod;
  border-color: #fff;
}

.cta-section .form-wrapper form .form-div textarea {
  border: 2px solid #cacaca75;
  padding: 8px 12px;
  height: 82px;
  background-color: transparent;
  border-radius: 22px;
  color: rgba(255, 255, 255, 0.4);
  color: #fff;
  transition: all 0.3s ease-out;
}

.cta-section .form-wrapper form .form-div textarea::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

@media only screen and (min-width: 768px) {
  .cta-section .form-wrapper form .form-div textarea {
    height: 72px;
    padding: 10px 14px;
  }
}

@media only screen and (min-width: 992px) {
  .cta-section .form-wrapper form .form-div textarea {
    height: 120px;
    padding: 16px 22px;
  }
}

.cta-section .form-wrapper form .form-div textarea:focus {
  outline: 0;
  border-color: #fff;
  box-shadow: 0 0 4px #fff;
  border-color: goldenrod;
  border-color: #fff;
}

.cta-section .form-wrapper form button {
  padding: 8px 16px;
  border: 0;
  outline: 0;
  background-color: #fff;
  background-color: #ffffff;
  /* background-color: goldenrod; */
  /* background-color: #29b298; */
  color: #fff;
  color: #64131b;
  border-radius: 52px;
  transition: all 0.3s ease-out;
  cursor: pointer;
}

@media only screen and (min-width: 992px) {
  .cta-section .form-wrapper form button {
    padding: 10px 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .cta-section .form-wrapper form button {
    padding: 12px 22px;
  }
}

.cta-section .form-wrapper form button:hover {
  background-color: #fff;
  color: #000;
}

.cta-section .form-wrapper form button:focus {
  border: 0;
  outline: 0;
}
 body .side-social-links {
    /* display: none; */
    position: fixed;
    bottom: 10%;
    left: 0;
    z-index: 8;
    }
    @media only screen and (min-width: 992px) {
      body .side-social-links {
        display: grid;
        } }
    body .side-social-links .main-ul {
      display: grid;
      grid-gap: 10px; }
      body .side-social-links .main-ul li {
        display: grid;
        width: max-content; }
        body .side-social-links .main-ul li a {
          display: grid;
          align-items: center;
          justify-items: center;
          border-radius: 0 50% 50% 0;
          width: 48px;
          height: 48px; }
          body .side-social-links .main-ul li a i {
            color: #fff;
            font-size: 22px;
            line-height: 1; }
          body .side-social-links .main-ul li a.facebook-link {
            background-color: #3b5898c9; }
          body .side-social-links .main-ul li a.instagram-link {
            background-color: #c13584ad; }
          body .side-social-links .main-ul li a.twitter-link {
            background-color: #1da0f2c5; }
          body .side-social-links .main-ul li a.whatsapp-link {
            background-color: #25d366; }
            body .side-social-links .main-ul li a.youtube-link {
    background-color: #ff0000cb;
}
.map-box {
  margin-bottom: 40px;
}
.btn{
  position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 26px;
    font-weight: 600;
    color: #fff!important;
    text-align: center;
    padding: 17px 40px;
    border-radius: 30px;
    margin-bottom: 22px;
    z-index: 1;
    box-shadow: 0 20px 30px #d5edea;
    transition: .5s;
    background: #000;
}
.btn:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 30px;
    right: 0;
    top: 0;
    z-index: -1;
    transform: scale(0,0);
    transition: .5s;
    background: #a85c65;
}
.btn:hover {
    background: #a85c65;
}
.btn:hover:before {
    transform: scale(1,1);
}
/*******************/