@charset "UTF-8";
/*--------------------------------
     =====Table Of Contents====

1.  General Styles 
2.  Mixins CSS
3.  Back To Top Button CSS
4.  Preloader CSS
5.  Button & Link CSS
6.  Section Title & Overlay & Shape CSS
7.  Social Link CSS
8.  Pagination CSS
9.  Sidebar CSS
     - Search Box Widget
     - Taglist Widget
     - Category Widget
     - Filter Search Widget
     - New Arrival Product Widget
     - Popular Post Widget
10. Sign In CSS
11. FAQ Terms & Conditions
----------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Questrial&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
body {
  font-family: "Questrial", sans-serif;
  font-size: 18px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  color: #555555;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #808080;
  line-height: 1.4;
  font-family: Spartan;
  font-weight: 700;
}

a {
  color: #555555;
  transition: all ease 0.5s;
  text-decoration: none;
}

p {
  font-size: 18px;
  color: #555555;
  margin-bottom: 15px;
  font-weight: 400;
  line-height: 1.8;
}
p:last-child {
  margin-bottom: 0;
}

.container-fluid {
  max-width: 1560px;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-50 {
  padding-bottom: 50px;
}

img {
  max-width: 100%;
  height: auto;
}

.bg-F2F7FD {
  background: #F2F7FD;
}

.owl-carousel .owl-item img {
  display: block;
  width: auto;
}

.default-btn {
  border: none;
  outline: none;
  color: #ffffff;
  font-size: 18px;
  background: #808080;
  cursor: pointer;
  position: relative;
  border-radius: 12px;
  display: inline-block;
  z-index: 1;
  padding: 17px 35px;
}
.default-btn.radius {
  border-radius: 30px !important;
}
.default-btn.radius::before {
  border-radius: 30px 0px 0px 30px !important;
}
.default-btn.radius::after {
  border-radius: 0px 30px 30px 0px !important;
}
.default-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 12px 0px 0px 12px;
  height: 100%;
  width: 0%;
  z-index: -1;
  background-color: #ffc107;
  opacity: 0;
  transition: all ease 0.5s;
}
.default-btn:hover {
  color: #ffffff;
}
.default-btn:hover::before {
  opacity: 1;
  width: 50%;
}
.default-btn:hover::after {
  opacity: 1;
  width: 50%;
}
.default-btn::after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 0%;
  border-radius: 0px 12px 12px 0px;
  height: 100%;
  right: 0;
  opacity: 0;
  transition: all ease 0.5s;
  background-color: #ffc107;
  top: 0;
}
.default-btn.radius {
  border-radius: 5px;
}
.default-btn.radius::before {
  border-radius: 5px 0 0 5px;
}
.default-btn.radius::after {
  border-radius: 0px 5px 5px 0;
}

.section-title {
  margin-bottom: 30px;
  text-align: center;
  z-index: 2;
  position: relative;
  max-width: 795px;
  margin-left: auto;
  margin-right: auto;
}
.section-title .style-span {
  color: #ffc107;
  background: #DFF5F5;
  display: inline-block;
  border-radius: 5px;
  padding: 8px 14px;
  font-size: 16px;
  margin-bottom: 15px;
  text-align: center;
}
.section-title.demo-two .title {
  letter-spacing: 0.25em;
}
.section-title .title {
  color: #ffc107;
  font-weight: 500;
  font-size: 16px;
  font-family: "Spartan";
  display: inline-block;
  margin-bottom: 10px;
}
.section-title h2 {
  font-weight: 800;
  font-size: 48px;
  margin-bottom: 0;
}

.single-section.demo-two .title {
  letter-spacing: 0.25em;
}
.single-section .title {
  color: #ffc107;
  display: inline-block;
  margin-bottom: 8px;
  font-family: "Spartan";
  font-weight: 500;
  font-size: 16px;
}
.single-section .style-span {
  color: #ffc107;
  background: #DFF5F5;
  display: inline-block;
  border-radius: 5px;
  padding: 8px 14px;
  font-size: 16px;
  margin-bottom: 15px;
  text-align: center;
}
.single-section h2 {
  font-weight: 800;
  font-size: 48px;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}

.title-warp {
  margin-bottom: 30px;
}
.title-warp .title-btn {
  text-align: end;
}

.owl-theme .owl-nav [class*=owl-] {
  transition: all ease 0.5s;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #ffc107 !important;
  color: #ffffff !important;
}

@-webkit-keyframes simple-square-to-circle {
  100% {
    -webkit-border-radius: 50%;
  }
}
@keyframes simple-square-to-circle {
  100% {
    border-radius: 50%;
  }
}
@-webkit-keyframes simple-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes simple-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes simple-scale {
  100% {
    -webkit-transform: scale(1.5);
  }
}
@keyframes simple-scale {
  100% {
    transform: scale(1.5);
  }
}
@-webkit-keyframes simple-move {
  100% {
    -webkit-transform: translate(50px, 0);
  }
}
@keyframes simple-move {
  100% {
    transform: translate(50px, 0);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
@-webkit-keyframes movebounce {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes movebounce {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes moveleftbounce {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes moveleftbounce {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0px);
  }
}
@-webkit-keyframes rotateme {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotateme {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate3d {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes rotate3d {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}
@-webkit-keyframes color_change {
  from {
    filter: brightness(0) saturate(100%) invert(84%) sepia(95%) saturate(3924%) hue-rotate(128deg) brightness(78%) contrast(87%);
  }
  to {
    filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(260%) hue-rotate(226deg) brightness(115%) contrast(87%);
  }
}
@keyframes color_change {
  from {
    filter: brightness(0) saturate(100%) invert(84%) sepia(95%) saturate(3924%) hue-rotate(128deg) brightness(78%) contrast(87%);
  }
  to {
    filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(260%) hue-rotate(226deg) brightness(115%) contrast(87%);
  }
}
/*
Top button Style
======================================================*/
.progress-wrap {
  position: fixed;
  right: 50px;
  bottom: 50px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(150, 150, 150, 0.5882352941);
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.progress-wrap::after {
  position: absolute;
  content: "↑";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  color: #ffc107;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
}
.progress-wrap:hover::after {
  opacity: 0;
}
.progress-wrap::before {
  position: absolute;
  content: "↑";
  text-align: center;
  line-height: 46px;
  font-size: 30px;
  opacity: 0;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear;
}
.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #ffc107;
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

@-webkit-keyframes top-bottom {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
}
@keyframes top-bottom {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
}
/*
Preloader Style
======================================================*/
.preloader-close {
  position: fixed;
  z-index: 999999;
  color: rgb(242, 247, 253);
  padding: 10px 20px;
  cursor: pointer;
  right: 0;
  bottom: 0;
  font-weight: 600;
}

.loader-wrap {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
}
.loader-wrap .layer-one {
  position: absolute;
  left: 0%;
  top: 0;
  width: 33.3333%;
  height: 100%;
  overflow: hidden;
}
.loader-wrap .layer-two {
  position: absolute;
  left: 33.3333%;
  top: 0;
  width: 33.3333%;
  height: 100%;
  overflow: hidden;
}
.loader-wrap .layer-three {
  position: absolute;
  left: 66.6666%;
  top: 0;
  width: 33.3333%;
  height: 100%;
  overflow: hidden;
}
.loader-wrap .layer .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
}

/*
Top Header Style
======================================================*/
.top-header-area {
  background: #F2F7FD;
  padding-top: 15px;
  padding-bottom: 15px;
}
.top-header-area ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.top-header-area ul li {
  display: inline-block;
}

.header-content .content-list.demo-two li img {
  filter: brightness(0) saturate(100%) invert(61%) sepia(88%) saturate(357%) hue-rotate(129deg) brightness(87%) contrast(90%);
}
.header-content .content-list li {
  font-size: 16px;
  color: #555555;
  position: relative;
  padding-left: 30px;
  padding-right: 35px;
}
.header-content .content-list li:last-child {
  padding-right: 0;
}
.header-content .content-list li:first-child img {
  top: 2px;
}
.header-content .content-list li:hover a {
  color: #ffc107;
}
.header-content .content-list li a {
  color: #555555;
}
.header-content .content-list li img {
  position: absolute;
  left: 0;
  top: 4px;
}

.header-social {
  text-align: end;
}
.header-social .social-link li {
  font-weight: 400;
  font-size: 17px;
  padding-left: 15px;
}
.header-social .social-link li:first-child {
  padding-left: 0;
}
.header-social .social-link li a {
  color: #808080;
}
.header-social .social-link li a i.bx.bxl-twitter {
  font-size: 21px;
}
.header-social .social-link li:hover a {
  color: #ffc107;
}

/*
Banner Area  Style
======================================================*/
.banner-area {
  background-image: url(../images/banner/banner-bg.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 240px;
  padding-top: 240px;
  position: relative;
}
.banner-area .owl-nav {
  top: 50%;
  left: 0;
  position: absolute;
  right: 0;
  transform: translateY(-50px);
}
.banner-area .owl-nav .owl-prev {
  position: absolute;
  left: -135px;
}
.banner-area .owl-nav .owl-prev i {
  position: relative;
  left: -2px;
}
.banner-area .owl-nav .owl-next {
  position: absolute;
  right: -135px;
}
.banner-area .owl-nav .owl-next i {
  position: relative;
  right: -2px;
}
.banner-area .owl-nav [class*=owl-] {
  height: 70px;
  font-size: 25px !important;
  width: 70px;
  color: #808080 !important;
  border-radius: 50px !important;
  box-shadow: 0px 4px 30px rgba(13, 18, 28, 0.04) !important;
  background: #ffffff !important;
  line-height: 83px !important;
  transition: all 0.5s;
  font-size: 16px;
}
.banner-area .span-shape {
  position: absolute;
  top: 215px;
  left: 155px;
  pointer-events: none;
  -webkit-animation: color_change 2s infinite alternate;
          animation: color_change 2s infinite alternate;
}
.banner-area .banner-shape1 {
  position: absolute;
  top: 120px;
  left: 37%;
  pointer-events: none;
  -webkit-animation: simple-move 2s 2s linear infinite alternate;
  animation: simple-move 2s 2s linear infinite alternate;
}
.banner-area .banner-shape2 {
  position: absolute;
  top: 130px;
  right: 10%;
  pointer-events: none;
  -webkit-animation: color_change 4s infinite alternate;
          animation: color_change 4s infinite alternate;
}
.banner-area .banner-shape3 {
  position: absolute;
  bottom: 125px;
  left: 38%;
  pointer-events: none;
  -webkit-animation: color_change 6s infinite alternate;
          animation: color_change 6s infinite alternate;
}
.banner-area .banner-shape4 {
  position: absolute;
  bottom: 90px;
  left: 12%;
  pointer-events: none;
  -webkit-animation: color_change 2s infinite alternate;
          animation: color_change 2s infinite alternate;
}

@-webkit-keyframes simple-move {
  100% {
    -webkit-transform: translate(50px, 0);
  }
}
@keyframes simple-move {
  100% {
    transform: translate(50px, 0);
  }
}
.banner-content {
  position: relative;
  max-width: 775px;
}
.banner-content .title {
  font-family: Spartan;
  font-size: 18px;
  color: #ffc107;
  font-weight: 500;
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
}
.banner-content h1 {
  font-size: 65px;
  line-height: 75px;
  margin-bottom: 20px;
  letter-spacing: -0.03em;
}
.banner-content p {
  margin-bottom: 20px;
}
.banner-content .default-btn {
  background-color: #808080;
}
.banner-content .default-btn::before {
  background: #ffc107;
}
.banner-content .default-btn::after {
  background: #ffc107;
}

/*
Partner Area  Style
======================================================*/
.partner-slider .owl-item img {
  text-align: center;
  margin: auto;
  align-items: center;
}

.partner-image {
  text-align: center;
  position: relative;
  margin-bottom: 25px;
}
.partner-image a {
  display: block;
}

.partner-slider-area {
  padding-top: 50px;
  position: relative;
  z-index: 1;
}
.partner-slider-area .partner-shape {
  position: absolute;
  left: 0;
  z-index: -1;
  top: 0;
}
.partner-slider-area .partner-content-slider {
  position: relative;
  top: -190px;
  margin-bottom: -165px;
}
.partner-slider-area .partner-content-slider .owl-stage-outer {
  margin: -2px;
  padding: 2px;
}
.partner-slider-area .partner-content-slider .owl-nav {
  position: absolute;
  right: 45px;
  bottom: 50px;
}
.partner-slider-area .partner-content-slider .owl-nav [class*=owl-] {
  height: 40px;
  font-size: 20px !important;
  width: 40px;
  color: #808080 !important;
  border-radius: 50px !important;
  border: 1px solid #EEEEEE !important;
  background-color: #ffffff !important;
  line-height: 49px !important;
  transition: all 0.5s;
}
.partner-slider-area .partner-content-slider .owl-nav [class*=owl-]:hover {
  background-color: #ffc107 !important;
  color: #ffffff !important;
}
.partner-slider-area .partner-content-slider .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 55px;
}
.partner-slider-area .partner-content-slider .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 3px 4px;
  background: #BBBBBB !important;
  display: block;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.partner-slider-area .partner-content-slider .owl-dots .owl-dot.active span {
  top: 1px;
  width: 11px;
  height: 11px;
  position: relative;
  background-color: #808080 !important;
}
.partner-slider-area .partner-content-slider .owl-dots .owl-dot:hover span {
  background-color: #808080 !important;
}

/*
Features Area  Style
======================================================*/
.features-card {
  padding: 30px 22px;
  border-radius: 12px;
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
  transition: all ease 0.5s;
}
.features-card .features-icon {
  font-size: 60px;
  color: #ffc107;
  margin-bottom: 20px;
}
.features-card h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
.features-card h3 a {
  color: #808080;
}
.features-card h3 a:hover {
  color: #ffc107;
}
.features-card p {
  margin-bottom: 15px;
}
.features-card .read-more-btn {
  position: relative;
}
.features-card .read-more-btn span {
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.5s;
}
.features-card .read-more-btn img {
  position: absolute;
  left: 0;
  top: 4px;
  transition: all ease 0.5s;
}
.features-card:hover {
  box-shadow: 0px 4px 30px rgba(44, 53, 99, 0.07);
  background-color: #ffffff;
}
.features-card:hover .read-more-btn span {
  opacity: 1;
  visibility: visible;
}
.features-card:hover .read-more-btn img {
  left: 99px;
  top: 4px;
}
.features-card.active {
  box-shadow: 0px 4px 30px rgba(44, 53, 99, 0.07);
  background-color: #ffffff;
}
.features-card.active .read-more-btn span {
  opacity: 1;
  visibility: visible;
}
.features-card.active .read-more-btn img {
  left: 99px;
  top: 4px;
}

/*
About  Area  Style
======================================================*/
.about-warp {
  position: relative;
}
.about-warp .about-image img {
  border-radius: 12px;
}
.about-warp .col-lg-6:nth-child(2) .about-image {
  position: relative;
  margin-left: 25px;
}
.about-warp .col-lg-6:nth-child(1) .about-image {
  position: relative;
  margin-top: 25px;
  margin-right: -25px;
}
.about-warp .col-lg-4:nth-child(3) .about-image {
  position: relative;
  margin-top: 25px;
}
.about-warp .about-image-content {
  position: absolute;
  width: 200px;
  height: 200px;
  background: #ffc107;
  border-radius: 50%;
  padding: 33px;
  text-align: center;
  top: 36%;
  left: 28%;
}
.about-warp .about-image-content h3 {
  font-weight: 800;
  font-size: 40px;
  margin-bottom: 0;
  color: #ffffff;
  padding-top: 10px;
}
.about-warp .about-image-content p {
  line-height: 1.5;
  color: #ffffff;
}

.about-content {
  padding-left: 40px;
}
.about-content p {
  font-size: 16px;
  margin-bottom: 30px;
}
.about-content .about-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}
.about-content .about-list li {
  position: relative;
  margin-bottom: 20px;
}
.about-content .about-list li:last-child {
  margin-bottom: 0;
}
.about-content .about-list li i {
  font-size: 40px;
  position: absolute;
  left: 0;
  color: #ffc107;
}
.about-content .about-list li .content {
  padding-left: 62px;
}
.about-content .about-list li .content h5 {
  font-size: 22px;
  margin-bottom: 12px;
}
.about-content .about-list li .content p {
  margin-bottom: 0;
  font-size: 16px;
}

/*
Service  Area  Style
======================================================*/
.service-card {
  text-align: center;
  position: relative;
  margin: 15px;
  z-index: 1;
  padding: 40px;
  border-radius: 12px;
  transition: all ease 0.5s;
}
.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 0;
  z-index: -1;
  border-radius: 12px;
  width: 0;
  background-color: #ffc107;
  transition: all ease 0.5s;
}
.service-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 0;
  width: 0;
  z-index: -1;
  background-color: #ffc107;
  transition: all ease 0.5s;
}
.service-card .icon {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.service-card .icon .service-shape {
  position: absolute;
  top: -24px;
  left: 0;
  right: 0;
  width: 115px;
  margin: auto;
}
.service-card .icon i {
  font-size: 50px;
  color: #ffc107;
  transition: all ease 0.5s;
}
.service-card p {
  margin-bottom: 20px;
  transition: all ease 0.5s;
}
.service-card h3 {
  font-size: 22px;
  margin-bottom: 12px;
}
.service-card h3 a {
  color: #808080;
}
.service-card .service-btn {
  border: 1px solid #808080;
  border-radius: 12px;
  display: inline-block;
  padding: 15px 30px;
  color: #808080;
}
.service-card .service-btn:hover {
  background-color: #808080;
  color: #ffffff;
}
.service-card:hover::before {
  height: 100%;
  width: 100%;
}
.service-card:hover::after {
  height: 100%;
  width: 100%;
  border-radius: 12px;
}
.service-card:hover .icon i {
  color: #ffffff;
}
.service-card:hover .icon .service-shape {
  opacity: 0.3;
}
.service-card:hover h3 a {
  color: #ffffff;
}
.service-card:hover p {
  color: #ffffff;
}
.service-card:hover .service-btn {
  background-color: #808080;
  color: #ffffff;
}

.service-slider .owl-stage-outer {
  background-color: #ffffff;
  border-radius: 12px;
}

.service-area {
  position: relative;
}
.service-area .section-title {
  max-width: 590px;
}
.service-area .owl-nav {
  top: 50%;
  left: 0;
  position: absolute;
  right: 0;
  transform: translateY(-60px);
}
.service-area .owl-nav .owl-prev {
  position: absolute;
  left: -120px;
}
.service-area .owl-nav .owl-prev i {
  position: relative;
  left: -2px;
}
.service-area .owl-nav .owl-next {
  position: absolute;
  right: -120px;
}
.service-area .owl-nav .owl-next i {
  position: relative;
  right: -2px;
}
.service-area .owl-nav [class*=owl-] {
  height: 70px;
  font-size: 25px !important;
  width: 70px;
  color: #808080 !important;
  border-radius: 50px !important;
  box-shadow: 0px 4px 30px rgba(13, 18, 28, 0.04) !important;
  background: #ffffff !important;
  line-height: 83px !important;
  transition: all 0.5s;
  font-size: 16px;
}
.service-area .owl-dots {
  margin-top: 40px;
  margin-bottom: 15px;
}
.service-area .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  background: #E0E0E0 !important;
  display: block;
  transition: all ease 0.5s;
  transition: opacity 0.2s ease;
  border-radius: 30px;
  position: relative;
}
.service-area .owl-dots .owl-dot span::before {
  position: absolute;
  content: "";
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  border: solid 1px #ffc107;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.5s;
}
.service-area .owl-dots .owl-dot.active span {
  background-color: #ffc107 !important;
}
.service-area .owl-dots .owl-dot.active span::before {
  opacity: 1;
  visibility: visible;
}
.service-area .service-shape2 {
  position: absolute;
  top: 200px;
  left: 21%;
  pointer-events: none;
  -webkit-animation: color_change 1s infinite alternate;
          animation: color_change 1s infinite alternate;
}
.service-area .service-shape3 {
  position: absolute;
  top: 135px;
  pointer-events: none;
  right: 15%;
  -webkit-animation: color_change 1s infinite alternate;
          animation: color_change 1s infinite alternate;
}

/*
Choose  Area  Style
======================================================*/
.choose-image {
  position: relative;
  bottom: -280px;
  z-index: 2;
  margin-top: -200px;
}
.choose-image .choose-shape1 {
  position: absolute;
  top: -85px;
  pointer-events: none;
  left: 115px;
  z-index: -1;
}
.choose-image .choose-shape2 {
  position: absolute;
  left: 0;
  pointer-events: none;
  top: -55px;
  -webkit-animation: color_change 1s infinite alternate;
          animation: color_change 1s infinite alternate;
}
.choose-image .choose-shape3 {
  position: absolute;
  left: 60px;
  pointer-events: none;
  top: 242px;
  -webkit-animation: color_change 1s infinite alternate;
          animation: color_change 1s infinite alternate;
}
.choose-image .choose-shape4 {
  position: absolute;
  right: 0;
  pointer-events: none;
  top: 140px;
  -webkit-animation: color_change 1s infinite alternate;
          animation: color_change 1s infinite alternate;
}
.choose-image .choose-shape5 {
  position: absolute;
  right: 50px;
  z-index: -2;
  pointer-events: none;
  top: -127px;
  -webkit-animation: color_change 1s infinite alternate;
          animation: color_change 1s infinite alternate;
}

.choose-content {
  padding-right: 35px;
  position: relative;
}
.choose-content .span-shape2 {
  position: absolute;
  top: -20px;
  pointer-events: none;
  left: -30px;
}
.choose-content p {
  font-size: 16px;
  margin-bottom: 25px;
}
.choose-content h2 {
  margin-bottom: 15px;
}
.choose-content ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.choose-content ul li {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: solid 1px #EEEEEE;
}
.choose-content ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.choose-content ul li p {
  margin-bottom: 0;
  padding-left: 40px;
}
.choose-content ul li h5 {
  font-size: 22px;
}

/*
Slider Text  Area  Style
======================================================*/
.slide-text-area {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #808080;
  height: 180px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.slide-text-area .container-fluid {
  width: 100%;
}
.slide-text-area .text-slide {
  display: block;
  width: 500%;
  height: 100px;
  position: absolute;
  overflow: hidden;
  -webkit-animation: marquee 5s linear infinite;
  animation: marquee 5s linear infinite;
}
.slide-text-area .text-slide h1 {
  font-size: 70px;
  float: left;
  width: 50%;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.15);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@-webkit-keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -30%;
  }
}

@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -30%;
  }
}
/*
Team  Area  Style
======================================================*/
.team-box {
  text-align: center;
  padding: 35px 45px;
  background: #F2F7FD;
  border-radius: 12px;
  transition: all ease 0.5s;
}
.team-box .team-image {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.team-box .team-image img {
  border-radius: 50%;
}
.team-box .team-image ul {
  list-style: none;
  padding-left: 0;
  position: absolute;
  margin-bottom: 0;
  text-align: center;
  left: 0;
  right: 0;
  top: 50%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.5s;
  transform: translateY(-10px);
}
.team-box .team-image ul li {
  display: inline-block;
  padding-right: 15px;
}
.team-box .team-image ul li:last-child {
  padding-right: 0;
}
.team-box .team-image ul li i.bx.bxl-twitter {
  font-size: 23px;
  position: relative;
  top: 3px;
}
.team-box .team-image ul li i {
  font-size: 16px;
  color: #ffffff;
  transition: all ease 0.5s;
}
.team-box .team-image ul li i:hover {
  color: #ffc107;
}
.team-box .team-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.5s;
  background: rgba(44, 53, 99, 0.4);
}
.team-box .content h3 {
  font-size: 22px;
  margin-bottom: 5px;
}
.team-box .content h3 a {
  color: #808080;
  transition: all ease 0.5s;
}
.team-box .content p {
  font-size: 16px;
  margin-bottom: 0;
  transition: all ease 0.5s;
}
.team-box:hover {
  background-color: #ffc107;
}
.team-box:hover h3 a {
  color: #ffffff;
}
.team-box:hover p {
  color: #ffffff;
}
.team-box:hover .team-image::before {
  opacity: 1;
  visibility: visible;
}
.team-box:hover .team-image ul {
  opacity: 1;
  visibility: visible;
}
.team-box.down {
  position: relative;
  top: 30px;
}

.team-warp {
  padding-bottom: 35px;
}

.team-slider {
  margin-bottom: 30px;
}
.team-slider .owl-nav {
  top: 50%;
  left: 0;
  position: absolute;
  right: 0;
  transform: translateY(-60px);
}
.team-slider .owl-nav .owl-prev {
  position: absolute;
  left: -120px;
}
.team-slider .owl-nav .owl-prev i {
  position: relative;
  left: -2px;
}
.team-slider .owl-nav .owl-next {
  position: absolute;
  right: -120px;
}
.team-slider .owl-nav .owl-next i {
  position: relative;
  right: -2px;
}
.team-slider .owl-nav [class*=owl-] {
  height: 70px;
  font-size: 25px !important;
  width: 70px;
  color: #808080 !important;
  border-radius: 50px !important;
  box-shadow: 0px 20px 50px rgba(44, 53, 99, 0.1) !important;
  background: #ffffff !important;
  line-height: 83px !important;
  transition: all 0.5s;
  font-size: 16px;
}
.team-slider .owl-dots {
  margin-top: 40px;
}
.team-slider .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  background: #E0E0E0 !important;
  display: block;
  transition: all ease 0.5s;
  transition: opacity 0.2s ease;
  border-radius: 30px;
  position: relative;
}
.team-slider .owl-dots .owl-dot span::before {
  position: absolute;
  content: "";
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  border: solid 1px #ffc107;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.5s;
}
.team-slider .owl-dots .owl-dot.active span {
  margin: 5px 15px;
  background-color: #ffc107 !important;
}
.team-slider .owl-dots .owl-dot.active span::before {
  opacity: 1;
  visibility: visible;
}

/*
Before After Text  Area  Style
======================================================*/
.inner-before-after-slider {
  position: relative;
}
.inner-before-after-slider .ba-slider {
  border-radius: 12px;
}
.inner-before-after-slider .ba-slider .handle {
  background-color: transparent;
}
.inner-before-after-slider .ba-slider .handle::after {
  position: absolute;
  top: 50%;
  width: 70px;
  height: 70px;
  margin: -32px 0 0 -32px;
  content: "\e997";
  color: #808080;
  font-weight: 100;
  font-size: 37px;
  font-family: boxicons !important;
  text-align: center;
  line-height: 74px;
  background: #ffffff;
  border: transparent;
  border-radius: 50%;
  transition: all 0.3s ease;
  box-shadow: unset;
}
.inner-before-after-slider .before-style {
  padding: 24px 28px;
  border-radius: 0 12px 0 0;
  color: #808080;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.inner-before-after-slider .after-style {
  padding: 20px 25px;
  border-radius: 12px 0 0 0;
  color: #808080;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  right: 0;
}

/*
Testimonial  Area  Style
======================================================*/
.testimonial-area {
  position: relative;
  z-index: 1;
}
.testimonial-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: -140px;
  width: 50%;
  z-index: -1;
  background: #F2F7FD;
}
.testimonial-area::after {
  content: "";
  position: absolute;
  bottom: -140px;
  right: 0;
  top: 220px;
  width: 30%;
  z-index: -1;
  background: #F2F7FD;
}
.testimonial-area .banner-shape2 {
  position: absolute;
  right: 16%;
  top: -65px;
  pointer-events: none;
}
.testimonial-area .service-shape2 {
  position: absolute;
  top: 0;
  right: 36%;
  pointer-events: none;
}

.testimonial-box {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 45px 27px 45px 40px;
  position: relative;
  border: solid 1px #EEEEEE;
}
.testimonial-box:hover .icon i {
  color: #ffc107;
}
.testimonial-box .star {
  list-style: none;
  padding-left: 0;
  margin-bottom: 15px;
}
.testimonial-box .star li {
  display: inline-block;
  padding-right: 4px;
}
.testimonial-box .star li:last-child {
  padding-right: 0;
}
.testimonial-box .star li:last-child i {
  color: #BBBBBB;
}
.testimonial-box .star li i {
  color: #FFC107;
}
.testimonial-box p {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 30px;
}
.testimonial-box .client-self {
  align-items: center;
}
.testimonial-box .client-self .content {
  margin-top: 5px;
}
.testimonial-box .client-self .image {
  width: 70px;
  height: 70px;
  margin-right: 20px;
}
.testimonial-box .client-self .image img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.testimonial-box .client-self h4 {
  font-size: 18px;
  margin-bottom: 0;
}
.testimonial-box .client-self p {
  margin-bottom: 0;
  font-size: 16px;
}
.testimonial-box .icon {
  position: absolute;
  right: 39px;
  bottom: 52px;
}
.testimonial-box .icon i {
  font-size: 25px;
  color: #808080;
  transition: all ease 0.5s;
}

.testimonial-slider .owl-dots {
  position: absolute;
  left: -67%;
  bottom: 15px;
}
.testimonial-slider .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  background: #E0E0E0 !important;
  display: block;
  transition: all ease 0.5s;
  transition: opacity 0.2s ease;
  border-radius: 30px;
  position: relative;
}
.testimonial-slider .owl-dots .owl-dot span::before {
  position: absolute;
  content: "";
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  border: solid 1px #ffc107;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.5s;
}
.testimonial-slider .owl-dots .owl-dot.active span {
  background-color: #ffc107 !important;
}
.testimonial-slider .owl-dots .owl-dot.active span::before {
  opacity: 1;
  visibility: visible;
}

.testimonial-contact {
  margin-right: -35px;
}
.testimonial-contact p {
  font-size: 16px;
  padding-right: 20px;
}

.testimonial-slide-warp {
  margin-left: 80px;
}

/*
Funfact  Area  Style
======================================================*/
.single-funfacts-box {
  margin-bottom: 25px;
  position: relative;
  display: flex;
  align-items: center;
}
.single-funfacts-box h3 {
  color: #ffffff;
  font-size: 40px;
  margin-bottom: 0;
  line-height: 0;
}
.single-funfacts-box h3 .odometer-formatting-mark {
  display: none;
}
.single-funfacts-box p {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 0;
}
.single-funfacts-box .image {
  position: relative;
  margin-right: 20px;
}
.single-funfacts-box .image i {
  position: absolute;
  font-size: 50px;
  top: 12px;
  text-align: center;
  left: 0;
  right: 0;
  color: #fff;
}

.funfect-warp {
  background: #808080;
  border-radius: 12px;
  position: relative;
  z-index: 1;
  padding: 100px 65px 75px 65px;
}
.funfect-warp .funfact-shape2 {
  position: absolute;
  left: 200px;
  top: 0;
  pointer-events: none;
  z-index: -1;
}

/*
Appointment  Area  Style
======================================================*/
.appointment-content {
  background: #F2F7FD;
  border-radius: 12px;
  padding: 60px;
  text-align: center;
  position: relative;
}
.appointment-content h3 {
  font-size: 48px;
  margin-bottom: 10px;
}
.appointment-content p {
  font-size: 16px;
  margin-bottom: 20px;
}
.appointment-content .appointment-form .form-control {
  height: 60px;
  background-color: #FFFFFF;
  border-radius: 12px;
  border: none;
  margin-bottom: 20px;
  padding-left: 20px;
  font-size: 16px;
  color: #888888;
}
.appointment-content .appointment-form .form-control::-moz-placeholder {
  color: #888888;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.appointment-content .appointment-form .form-control:-ms-input-placeholder {
  color: #888888;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.appointment-content .appointment-form .form-control::placeholder {
  color: #888888;
  transition: all ease 0.5s;
}
.appointment-content .appointment-form .form-control:focus {
  box-shadow: unset;
}
.appointment-content .appointment-form .form-control:focus::-moz-placeholder {
  color: transparent;
}
.appointment-content .appointment-form .form-control:focus:-ms-input-placeholder {
  color: transparent;
}
.appointment-content .appointment-form .form-control:focus::placeholder {
  color: transparent;
}
.appointment-content .appointment-form .default-btn {
  width: 100%;
}
.appointment-content .appointment-form textarea.form-control {
  min-height: 180px;
  padding-top: 18px;
}
.appointment-content .service-shape2 {
  position: absolute;
  right: -83px;
  top: 56%;
  pointer-events: none;
}

.appointment-image {
  position: relative;
  bottom: -106px;
  margin-top: -39px;
}
.appointment-image .appointment-star {
  position: absolute;
  left: 0;
  z-index: -1;
  -webkit-animation: color_change 1s infinite alternate;
          animation: color_change 1s infinite alternate;
}
.appointment-image .appointment-shape1 {
  position: absolute;
  left: 25px;
  pointer-events: none;
  top: 150px;
}
.appointment-image .appointment-shape2 {
  position: absolute;
  bottom: 27px;
  left: -19px;
  z-index: -1;
  pointer-events: none;
}
.appointment-image .appointment-shape3 {
  position: absolute;
  top: -122px;
  right: 50px;
  pointer-events: none;
}
.appointment-image .service-shape2 {
  position: absolute;
  top: -70px;
  left: 160px;
  pointer-events: none;
}

.appointment-area {
  position: relative;
  z-index: 1;
}
.appointment-area .appointment-shape4 {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: -1;
}

/*
Blog  Area  Style
======================================================*/
.blog-area .section-title {
  max-width: 540px;
}
.blog-area .owl-nav {
  top: 50%;
  left: 0;
  position: absolute;
  right: 0;
  transform: translateY(-45px);
}
.blog-area .owl-nav .owl-prev {
  position: absolute;
  left: -120px;
}
.blog-area .owl-nav .owl-prev i {
  position: relative;
  left: -2px;
}
.blog-area .owl-nav .owl-next {
  position: absolute;
  right: -120px;
}
.blog-area .owl-nav .owl-next i {
  position: relative;
  right: -2px;
}
.blog-area .owl-nav [class*=owl-] {
  height: 70px;
  font-size: 25px !important;
  width: 70px;
  color: #808080 !important;
  border-radius: 50px !important;
  box-shadow: 0px 20px 50px rgba(44, 53, 99, 0.1) !important;
  background: #ffffff !important;
  line-height: 83px !important;
  transition: all 0.5s;
  font-size: 16px;
}

.blog-card .content {
  background: #FFFFFF;
  border-radius: 0 0 12px 12px;
  padding: 22px 38px 38px 38px;
}
.blog-card .content ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 15px;
}
.blog-card .content ul li {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  font-size: 16px;
  color: #808080;
}
.blog-card .content ul li:last-child {
  padding-right: 0;
  color: #888888;
}
.blog-card .content ul li:last-child::before {
  background: transparent;
}
.blog-card .content ul li::before {
  content: "";
  position: absolute;
  top: 7px;
  right: 7px;
  transform: rotate(18deg);
  bottom: 0;
  height: 12px;
  width: 1px;
  background: #888888;
}
.blog-card .content h3 {
  font-size: 20px;
  letter-spacing: -0.03em;
  margin-bottom: 10px;
}
.blog-card .content h3 a {
  color: #808080;
}
.blog-card .content h3 a:hover {
  color: #ffc107;
}
.blog-card .content p {
  font-size: 16px;
  margin-bottom: 20px;
}
.blog-card .content .read-more-btn {
  position: relative;
}
.blog-card .content .read-more-btn span {
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.5s;
}
.blog-card .content .read-more-btn img {
  position: absolute;
  left: 0;
  top: 4px;
  transition: all ease 0.5s;
}
.blog-card .blog-image img {
  border-radius: 12px 12px 0 0;
}
.blog-card:hover .read-more-btn span {
  opacity: 1;
  visibility: visible;
}
.blog-card:hover .read-more-btn img {
  left: 99px;
  top: 4px;
}

/*
Footer  Area  Style
======================================================*/
.footer-warp {
  background: #808080;
  position: relative;
  z-index: 1;
}
.footer-warp .footer-shape1 {
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 0;
  z-index: -1;
}
.footer-warp .footer-shape2 {
  position: absolute;
  pointer-events: none;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.footer-warp .footer-shape3 {
  position: absolute;
  top: 0;
  right: 34%;
  pointer-events: none;
  z-index: -1;
}
.footer-warp .footer-shape4 {
  position: absolute;
  bottom: 50px;
  left: 230px;
  pointer-events: none;
  z-index: -1;
}
.footer-warp .last-footer-shape {
  position: absolute;
  right: 10%;
  pointer-events: none;
  bottom: 19%;
}

.footer-widget {
  margin-bottom: 25px;
}
.footer-widget .logo {
  margin-bottom: 30px;
}
.footer-widget .footer-contact-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.footer-widget .footer-contact-list li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 18px;
  font-weight: 600;
  font-size: 16px;
  font-family: "Spartan";
  color: #ffffff;
}
.footer-widget .footer-contact-list li:last-child {
  margin-bottom: 0;
}
.footer-widget .footer-contact-list li i {
  position: absolute;
  left: 0;
  font-size: 20px;
  color: #ffc107;
}
.footer-widget .footer-contact-list li a {
  font-family: "Questrial";
  font-size: 18px;
  color: #CCCCCC;
  font-weight: 400;
}
.footer-widget .footer-contact-list li span {
  font-family: "Questrial";
  font-size: 18px;
  color: #CCCCCC;
  font-weight: 400;
}
.footer-widget h3 {
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 20px;
}
.footer-widget .page-link {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.footer-widget .page-link li {
  margin-bottom: 10px;
}
.footer-widget .page-link li a {
  color: #CCCCCC;
}
.footer-widget .page-link li a:hover {
  color: #ffc107;
}
.footer-widget .page-link li:last-child {
  margin-bottom: 0;
}
.footer-widget .newsletter-input {
  position: relative;
}
.footer-widget .newsletter-input .default-btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #ffc107;
  transition: all ease 0.5s;
}
.footer-widget .newsletter-input .default-btn.style3 {
  border-radius: 5px;
}
.footer-widget .newsletter-input .default-btn:hover {
  background-color: #808080;
}
.footer-widget .newsletter-input .form-control {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background-color: transparent;
  margin-bottom: 20px;
  padding-left: 20px;
  height: 60px;
  transition: all ease 0.5s;
  color: rgba(255, 255, 255, 0.4);
}
.footer-widget .newsletter-input .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.footer-widget .newsletter-input .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.footer-widget .newsletter-input .form-control::placeholder {
  color: rgba(255, 255, 255, 0.4);
  transition: all ease 0.5s;
}
.footer-widget .newsletter-input .form-control.style3 {
  border-radius: 5px;
}
.footer-widget .newsletter-input .form-control:focus {
  box-shadow: unset;
  border-color: #ffc107;
}
.footer-widget .newsletter-input .form-control:focus::-moz-placeholder {
  color: transparent;
}
.footer-widget .newsletter-input .form-control:focus:-ms-input-placeholder {
  color: transparent;
}
.footer-widget .newsletter-input .form-control:focus::placeholder {
  color: transparent;
}
.footer-widget .social-link {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.footer-widget .social-link li {
  display: inline-block;
  padding-right: 15px;
}
.footer-widget .social-link li:last-child {
  padding-right: 0;
}
.footer-widget .social-link li i {
  font-size: 16px;
  color: #ffffff;
  transition: all ease 0.5s;
}
.footer-widget .social-link li i:hover {
  color: #ffc107;
}
.footer-widget .social-link li i.bx.bxl-twitter {
  font-size: 22px !important;
  position: relative;
  top: 2px;
}
.footer-widget p {
  color: #CCCCCC;
  margin-bottom: 15px;
}

.col-lg-4:nth-child(1) .footer-widget {
  padding-right: 95px;
  margin-top: -25px;
}

.about-area {
  overflow: hidden;
}

.col-lg-2:nth-child(2) .footer-widget {
  margin-top: 25px;
}

.col-lg-3:nth-child(3) .footer-widget {
  margin-top: 25px;
  margin-left: 20px;
}
.col-lg-3:nth-child(4) .footer-widget {
  margin-top: 25px;
}
.col-lg-3:nth-child(5) .footer-widget {
  margin-top: 25px;
}

.copy-right-warp {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  border-top: solid 1px rgba(255, 255, 255, 0.1);
}
.copy-right-warp p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 16px;
  font-family: "Spartan";
  color: #CCCCCC;
}
.copy-right-warp p a {
  color: #FFFFFF;
  font-weight: 700;
}
.copy-right-warp p a:hover {
  color: #ffc107;
}

/*
Demo Two Banner  Area  Style
======================================================*/
.demo-two-image {
  position: relative;
  z-index: 1;
  bottom: -37px;
}
.demo-two-image .demo2-banner-shape1 {
  position: absolute;
  bottom: 19px;
  pointer-events: none;
  left: -60px;
  z-index: -1;
  -webkit-animation: color_change 1s infinite alternate;
          animation: color_change 1s infinite alternate;
}

.demo-two-banner {
  background: #F2F7FD;
  overflow: hidden;
}
.demo-two-banner .owl-nav {
  top: 50%;
  left: 0;
  position: absolute;
  right: 0;
  transform: translateY(-60px);
}
.demo-two-banner .owl-nav .owl-prev {
  position: absolute;
  left: -120px;
}
.demo-two-banner .owl-nav .owl-prev i {
  position: relative;
  left: -2px;
}
.demo-two-banner .owl-nav .owl-next {
  position: absolute;
  right: -120px;
}
.demo-two-banner .owl-nav .owl-next i {
  position: relative;
  right: -2px;
}
.demo-two-banner .owl-nav [class*=owl-] {
  height: 70px;
  font-size: 25px !important;
  width: 70px;
  color: #808080 !important;
  border-radius: 50px !important;
  box-shadow: 0px 20px 50px rgba(44, 53, 99, 0.1) !important;
  background: #ffffff !important;
  line-height: 83px !important;
  transition: all 0.5s;
  font-size: 16px;
}
.demo-two-banner .demo-two-main {
  position: relative;
  right: -30px;
}
.demo-two-banner .owl-stage-outer {
  margin-right: -20px;
}

.demo-two-content {
  padding-top: 215px;
  padding-bottom: 215px;
}

/*
Demo Two About  Area  Style
======================================================*/
.demo-about-image-content {
  position: relative;
  background-color: #ffc107;
  padding: 20px 30px;
  border-radius: 0px 0px 12px 12px;
}
.demo-about-image-content h3 {
  font-size: 40px;
  color: #ffffff;
  margin-bottom: -10px;
}
.demo-about-image-content p {
  color: #F1F1F1;
  margin-bottom: 0;
}
.demo-about-image-content .demo2-about-shape2 {
  position: absolute;
  right: 0;
  top: 0;
}

.demo-about-image1 {
  margin-top: 50px;
}

.demo-two h2 {
  margin-right: -30px;
}
.demo-two .about-list li .icon {
  width: 50px;
  position: absolute;
  text-align: center;
  height: 50px;
  border-radius: 50%;
  background-color: #ffc107;
  line-height: 63px;
}
.demo-two .about-list li .icon i {
  color: #ffffff;
  font-size: 30px;
  position: relative;
}

.demo-about-image {
  position: relative;
  z-index: 1;
}
.demo-about-image .demo2-about-shape1 {
  position: absolute;
  bottom: -89px;
  pointer-events: none;
  right: 87px;
  z-index: -1;
}

.test-card-box {
  width: 317px;
  height: 194px;
  border-radius: 12px;
}
.test-card-box.style1 {
  -webkit-clip-path: polygon(0 11%, 100% 0%, 100% 100%, 0 89%);
          clip-path: polygon(0 11%, 100% 0%, 100% 100%, 0 89%);
  background-color: #ffc107;
}
.test-card-box.style3 {
  -webkit-clip-path: polygon(0 11%, 100% 0%, 100% 100%, 0 89%);
          clip-path: polygon(0 11%, 100% 0%, 100% 100%, 0 89%);
  background-color: #808080;
}
.test-card-box.style2 {
  -webkit-clip-path: polygon(0 0, 100% 11%, 100% 89%, 0 100%);
          clip-path: polygon(0 0, 100% 11%, 100% 89%, 0 100%);
  background-color: #808080;
}
.test-card-box.style4 {
  -webkit-clip-path: polygon(0 0, 100% 11%, 100% 89%, 0 100%);
          clip-path: polygon(0 0, 100% 11%, 100% 89%, 0 100%);
  background-color: #ffc107;
}

/*
Demo Two Company  Area  Style
======================================================*/
.company {
  margin-bottom: 25px;
}
.company img {
  margin: auto;
}

/*
Demo Two New Look Video  Area  Style
======================================================*/
.new-look-video-area {
  background-image: url(../images/video/video-bg1.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.new-look-video-area::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: rgba(44, 53, 99, 0.7);
}

.video-content {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 240px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.video-content h2 {
  color: #ffffff;
  font-size: 48px;
  margin-bottom: 10px;
}
.video-content p {
  font-size: 16px;
  margin-bottom: 20px;
  color: #ffffff;
}
.video-content .popup-youtube {
  width: 60px;
  height: 60px;
  background: #fff;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  line-height: 70px;
  position: relative;
  font-size: 28px;
  z-index: 1;
}
.video-content .popup-youtube:hover {
  background-color: #ffc107;
  color: #ffffff;
}
.video-content .popup-youtube i {
  position: relative;
  left: 1px;
}
.video-content .popup-youtube::before {
  content: "";
  position: absolute;
  top: -10px;
  bottom: -10px;
  right: -10px;
  z-index: -1;
  border-radius: 50%;
  left: -10px;
  background: rgba(255, 255, 255, 0.15);
  -webkit-animation: ripple 5s linear infinite;
  animation: ripple 5s linear infinite;
}
.video-content .popup-youtube::after {
  content: "";
  position: absolute;
  top: -20px;
  bottom: -20px;
  right: -20px;
  z-index: -1;
  border-radius: 50%;
  left: -20px;
  background: rgba(255, 255, 255, 0.15);
  -webkit-animation: ripple 5s linear infinite;
  animation: ripple 5s linear infinite;
}
.video-content .video-btn {
  border: 1px solid rgba(255, 255, 255, 0.7);
  height: 110px;
  width: 110px;
  padding: 24px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}

@-webkit-keyframes ripple {
  0% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.2);
    opacity: 0.6;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.2);
    opacity: 0.6;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.demo-two-funfact {
  position: relative;
  top: -140px;
  margin-bottom: -140px;
}

/*
Demo Two Beauty  Area  Style
======================================================*/
.beauty-box {
  margin-bottom: 50px;
}
.beauty-box .beauty-image img {
  border-radius: 12px;
}
.beauty-box .beauty-content {
  background: #FFFFFF;
  box-shadow: 0px 20px 50px rgba(44, 53, 99, 0.1);
  border-radius: 12px;
  position: relative;
  top: -95px;
  margin-bottom: -95px;
  margin-right: 20px;
  padding: 30px;
  margin-left: 20px;
  text-align: center;
}
.beauty-box .beauty-content h3 {
  font-size: 22px;
  margin-bottom: 8px;
}
.beauty-box .beauty-content h3 a {
  color: #808080;
}
.beauty-box .beauty-content h3 a:hover {
  color: #808080;
}
.beauty-box .beauty-content p {
  margin-bottom: 8px;
  line-height: 1.5;
}
.beauty-box .beauty-content .read-more {
  color: #ffc107;
}

.beauty-slider .owl-nav {
  top: 50%;
  left: 0;
  position: absolute;
  right: 0;
  transform: translateY(-90px);
}
.beauty-slider .owl-nav .owl-prev {
  position: absolute;
  left: -120px;
}
.beauty-slider .owl-nav .owl-prev i {
  position: relative;
  left: -2px;
}
.beauty-slider .owl-nav .owl-next {
  position: absolute;
  right: -120px;
}
.beauty-slider .owl-nav .owl-next i {
  position: relative;
  right: -2px;
}
.beauty-slider .owl-nav [class*=owl-] {
  height: 70px;
  font-size: 25px !important;
  width: 70px;
  color: #808080 !important;
  border-radius: 50px !important;
  box-shadow: 0px 20px 50px rgba(44, 53, 99, 0.1) !important;
  background: #ffffff !important;
  line-height: 83px !important;
  transition: all 0.5s;
  font-size: 16px;
}

.beauty-care-area {
  position: relative;
}
.beauty-care-area .beauty-shape {
  position: absolute;
  top: -32px;
  left: 83px;
  pointer-events: none;
  -webkit-animation: color_change 1s infinite alternate;
          animation: color_change 1s infinite alternate;
}

/*
Demo Two Beauty  Soul Area  Style
======================================================*/
.soul-content {
  padding-right: 18px;
}
.soul-content .soul-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  padding-right: 20px;
}
.soul-content .soul-list li {
  margin-bottom: 25px;
  padding-bottom: 25px;
  font-weight: 700;
  font-size: 22px;
  font-family: "Spartan";
  color: #808080;
  border-bottom: solid 1px rgba(44, 53, 99, 0.1);
}
.soul-content .soul-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.soul-content p {
  margin-bottom: 25px;
}

.beauty-soul-image {
  padding-left: 90px;
  margin-left: 5px;
  position: relative;
}
.beauty-soul-image .beauty-soul1 {
  position: absolute;
  top: -8px;
  pointer-events: none;
  left: -30px;
}
.beauty-soul-image .soul-image-content {
  width: 361px;
  padding: 30px 48px;
  top: -165px;
  left: -90px;
  margin-bottom: -165px;
  text-align: center;
  position: relative;
  border-radius: 12px 12px 0px 12px;
  background-color: #ffc107;
}
.beauty-soul-image .soul-image-content .beauty-soul2 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.beauty-soul-image .soul-image-content h6 {
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 35px;
}

/*
Demo Two Treatment Area  Style
======================================================*/
.treatment-area {
  position: relative;
  z-index: 1;
}
.treatment-area .treatment-shape2 {
  position: absolute;
  right: 0;
  pointer-events: none;
  top: 0;
  z-index: -1;
}

.treatment-content-image {
  position: relative;
}
.treatment-content-image h2 {
  margin-bottom: 40px;
  margin-right: -15px;
}
.treatment-content-image .treatment-image {
  position: relative;
  bottom: -100px;
  margin-top: -100px;
  text-align: center;
  z-index: 1;
}
.treatment-content-image .treatment-image .treatment-shape {
  position: absolute;
  left: 0;
  pointer-events: none;
  bottom: 0;
  z-index: -1;
  -webkit-animation: color_change 1s infinite alternate;
          animation: color_change 1s infinite alternate;
}

.treatment-warp {
  padding-left: 50px;
  margin-top: 55px;
}
.treatment-warp .treatment-warp-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.treatment-warp .treatment-warp-list li {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 10px 50px rgba(44, 53, 99, 0.07);
  border-radius: 12px;
  padding: 45px 30px 25px 30px;
  margin-bottom: 50px;
}
.treatment-warp .treatment-warp-list li:last-child {
  margin-bottom: 0;
}
.treatment-warp .treatment-warp-list li .icon {
  width: 50px;
  height: 50px;
  background: #ffc107;
  border-radius: 50%;
  font-size: 25px;
  text-align: center;
  line-height: 58px;
  position: absolute;
  color: #ffffff;
  left: 30px;
  top: 48px;
  box-shadow: 0px 20px 50px rgba(44, 53, 99, 0.1);
}
.treatment-warp .treatment-warp-list li .content {
  padding-left: 70px;
}
.treatment-warp .treatment-warp-list li .content p {
  font-size: 16px;
}
.treatment-warp .treatment-warp-list li .content h5 {
  font-size: 22px;
  margin-bottom: 8px;
}
.treatment-warp .treatment-warp-list li span {
  position: absolute;
  font-weight: 500;
  font-size: 16px;
  font-family: "Spartan";
  background: #DEF5F5;
  display: inline-block;
  border-radius: 6px;
  color: #ffc107;
  width: 80px;
  height: 40px;
  left: 50%;
  top: -20px;
  transform: translateX(-30px);
  line-height: 43px;
  text-align: center;
}
.treatment-warp .treatment-warp-list li .treatment-arrow1 {
  position: absolute;
  z-index: 1;
  bottom: -85px;
  left: 0;
}
.treatment-warp .treatment-warp-list li .treatment-arrow2 {
  position: absolute;
  right: 0;
  top: -85px;
}

/*
Demo Two Pricing Area  Style
======================================================*/
.pricing-card {
  background: #FFFFFF;
  border-radius: 12px;
  text-align: center;
  padding: 60px 45px;
  position: relative;
  margin-bottom: 25px;
}
.pricing-card .pricing-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
}
.pricing-card .pricing-list li {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  text-transform: capitalize;
  border-bottom: solid 1px #EEEEEE;
}
.pricing-card .pricing-list li img {
  margin-right: 10px;
}
.pricing-card .pricing-list li.inline-through {
  color: #BBBBBB;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}
.pricing-card .pricing-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.pricing-card span {
  letter-spacing: 0.25em;
  color: #ffc107;
  display: inline-block;
  margin-bottom: 12px;
}
.pricing-card h2 {
  font-weight: 800;
  font-size: 36px;
  margin-bottom: 2px;
}
.pricing-card p {
  color: #888888;
  font-size: 16px;
  margin-bottom: 30px;
}
.pricing-card .pricing-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.3;
  transition: all ease 0.5s;
}
.pricing-card:hover .pricing-shape {
  opacity: 1;
}

/*
Demo Two Together Area  Style
======================================================*/
.together-form {
  position: relative;
  padding-left: 40px;
}
.together-form .form-control {
  background: #F2F7FD;
  border-radius: 12px;
  height: 60px;
  margin-bottom: 20px;
  border: none;
  font-size: 16px;
  padding-left: 25px;
  color: #888888;
}
.together-form .form-control::-moz-placeholder {
  color: #888888;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.together-form .form-control:-ms-input-placeholder {
  color: #888888;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.together-form .form-control::placeholder {
  color: #888888;
  transition: all ease 0.5s;
}
.together-form .form-control:focus {
  box-shadow: unset;
}
.together-form .form-control:focus::-moz-placeholder {
  color: transparent;
}
.together-form .form-control:focus:-ms-input-placeholder {
  color: transparent;
}
.together-form .form-control:focus::placeholder {
  color: transparent;
}
.together-form .together-shape1 {
  position: absolute;
  left: 55%;
  bottom: 0px;
  pointer-events: none;
}
.together-form #puxa {
  height: 150px;
  padding-top: 20px;
}

.support-content h2 {
  margin-right: -15px;
}
.support-content p {
  font-size: 16px;
  margin-right: 20px;
}

.support-together-area {
  position: relative;
}
.support-together-area .together-shape2 {
  position: absolute;
  top: 100px;
  left: 0;
  z-index: -1;
  pointer-events: none;
}

/*
Demo Two Testimonial Area  Style
======================================================*/
.demo2-testimonial-slider .owl-stage-outer {
  margin: -2px;
  padding: 2px;
  background-color: #ffffff;
  border-radius: 12px;
}
.demo2-testimonial-slider .owl-nav {
  position: absolute;
  right: -28%;
  bottom: -65px;
  transform: translateY(-60px);
}
.demo2-testimonial-slider .owl-nav [class*=owl-] {
  height: 60px;
  font-size: 25px !important;
  width: 60px;
  color: #808080 !important;
  border-radius: 50px !important;
  box-shadow: 0px 20px 50px rgba(44, 53, 99, 0.1) !important;
  background: #ffffff !important;
  line-height: 73px !important;
  transition: all 0.5s;
  font-size: 16px;
}
.demo2-testimonial-slider .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60px;
}
.demo2-testimonial-slider .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  background: #E0E0E0 !important;
  display: block;
  transition: all ease 0.5s;
  transition: opacity 0.2s ease;
  border-radius: 30px;
  position: relative;
}
.demo2-testimonial-slider .owl-dots .owl-dot span::before {
  position: absolute;
  content: "";
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  border: solid 1px #ffc107;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.5s;
}
.demo2-testimonial-slider .owl-dots .owl-dot.active span {
  background-color: #ffc107 !important;
}
.demo2-testimonial-slider .owl-dots .owl-dot.active span::before {
  opacity: 1;
  visibility: visible;
}

.testimonial-slide-widget {
  padding-right: 65px;
  position: relative;
}
.testimonial-slide-widget .demo2-testimonial-shape1 {
  position: absolute;
  top: -200px;
  pointer-events: none;
  left: -150px;
}

.demo-two-testimonial {
  position: relative;
  z-index: 1;
}
.demo-two-testimonial::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 55%;
  width: 24%;
  z-index: -1;
  background: #F2F7FD;
}
.demo-two-testimonial::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 49%;
  z-index: -1;
  background: #F2F7FD;
}
.demo-two-testimonial .demo2-testimonial-shape2 {
  position: absolute;
  right: 13%;
  bottom: -40px;
}

/*
Demo Two Blog Area  Style
======================================================*/
.blog-area {
  position: relative;
}
.blog-area .demo2-blog-shape1 {
  position: absolute;
  top: -55px;
  left: 185px;
  -webkit-animation: color_change 1s infinite alternate;
          animation: color_change 1s infinite alternate;
}

.blog-card.sadhow {
  box-shadow: 0px 20px 50px rgba(44, 53, 99, 0.07);
  border-radius: 12px 12px 0px 0px;
  margin-bottom: 50px;
}
.blog-card .read-more {
  color: #ffc107;
}
.blog-card .read-more:hover {
  color: #808080;
}

/*
Demo Three Banner Area  Style
======================================================*/
.demo-three-banner-area {
  position: relative;
  padding-top: 50px;
  overflow: hidden;
  padding-bottom: 50px;
}
.demo-three-banner-area .demo3-shape1 {
  position: absolute;
  right: 0;
  top: 50%;
}
.demo-three-banner-area .demo3-shape2 {
  position: absolute;
  left: 35%;
  bottom: 70px;
  pointer-events: none;
}
.demo-three-banner-area .demo3-shape3 {
  position: absolute;
  top: 50px;
  pointer-events: none;
  left: 18%;
  -webkit-animation: color_change 1s infinite alternate;
          animation: color_change 1s infinite alternate;
}
.demo-three-banner-area .demo3-shape4 {
  position: absolute;
  bottom: 100px;
  left: 26%;
  pointer-events: none;
}
.demo-three-banner-area .demo3-shape5 {
  position: absolute;
  top: 200px;
  left: 38%;
  pointer-events: none;
  -webkit-animation: color_change 1s infinite alternate;
          animation: color_change 1s infinite alternate;
}
.demo-three-banner-area .demo3-shape6 {
  position: absolute;
  bottom: 0;
  pointer-events: none;
  left: 18%;
}
.demo-three-banner-area .demo3-shape7 {
  position: absolute;
  top: 27px;
  right: 33%;
  pointer-events: none;
  -webkit-animation: color_change 1s infinite alternate;
          animation: color_change 1s infinite alternate;
}
.demo-three-banner-area .demo3-shape8 {
  position: absolute;
  top: 19px;
  pointer-events: none;
  left: 50%;
}
.demo-three-banner-area .demo3-shape9 {
  position: absolute;
  left: 45%;
  top: 36%;
  pointer-events: none;
  -webkit-animation: color_change 1s infinite alternate;
          animation: color_change 1s infinite alternate;
}
.demo-three-banner-area .demo3-shape10 {
  position: absolute;
  right: 50px;
  top: 14%;
  pointer-events: none;
}
.demo-three-banner-area .demo3-shape11 {
  position: absolute;
  top: 60px;
  left: 40px;
  pointer-events: none;
  -webkit-animation: color_change 1s infinite alternate;
          animation: color_change 1s infinite alternate;
}
.demo-three-banner-area .demo3-shape12 {
  position: absolute;
  top: 100px;
  left: 24%;
  pointer-events: none;
}
.demo-three-banner-area .demo3-shape13 {
  position: absolute;
  left: 100px;
  bottom: 0;
  pointer-events: none;
  -webkit-animation: color_change 1s infinite alternate;
          animation: color_change 1s infinite alternate;
}
.demo-three-banner-area .demo3-shape14 {
  position: absolute;
  left: 58%;
  pointer-events: none;
  bottom: 0px;
}
.demo-three-banner-area .demo3-shape15 {
  position: absolute;
  top: 40px;
  pointer-events: none;
  left: 36%;
  -webkit-animation: color_change 1s infinite alternate;
          animation: color_change 1s infinite alternate;
}
.demo-three-banner-area .demo3-shape16 {
  position: absolute;
  top: 29px;
  right: 22%;
  pointer-events: none;
  -webkit-animation: color_change 1s infinite alternate;
          animation: color_change 1s infinite alternate;
}
.demo-three-banner-area .demo3-shape17 {
  position: absolute;
  left: 21%;
  bottom: 26%;
  pointer-events: none;
  -webkit-animation: color_change 1s infinite alternate;
          animation: color_change 1s infinite alternate;
}
.demo-three-banner-area .demo3-shape18 {
  position: absolute;
  top: 50px;
  pointer-events: none;
  left: 14%;
}

.image-content {
  position: relative;
  z-index: 1;
  border-radius: 5px;
  padding: 45px 22px 45px 48px;
}
.image-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  border-radius: 5px;
  -webkit-clip-path: polygon(0 11%, 100% 0%, 100% 100%, 0 89%);
          clip-path: polygon(0 11%, 100% 0%, 100% 100%, 0 89%);
  background-color: #ffffff;
}
.image-content .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 25px;
  line-height: 60px;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-26px);
  left: -30px;
  background-color: #808080;
}
.image-content .content h4 {
  font-size: 22px;
  margin-bottom: 5px;
}
.image-content .content p {
  margin-bottom: 0;
}

.demo-three-banner-image {
  padding-left: 20px;
  position: relative;
}
.demo-three-banner-image .skew-content {
  position: absolute;
  bottom: 40px;
  right: 40px;
}
.demo-three-banner-image .demo3-shape0 {
  position: absolute;
  left: -60px;
  pointer-events: none;
  bottom: -21px;
}
.demo-three-banner-image .text-image {
  position: relative;
}
.demo-three-banner-image .text-image svg {
  height: 154px;
  width: 154px;
  position: absolute;
  top: -142px;
  left: -49px;
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.demo-three-banner-image .text-image text {
  font-family: "Questrial";
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.2em;
}

.demo-three-content .style-span {
  color: #ffc107;
  background: #DFF5F5;
  display: inline-block;
  border-radius: 5px;
  padding: 8px 14px;
  font-size: 16px;
  margin-bottom: 15px;
  text-align: center;
}
.demo-three-content h1 {
  font-weight: 900;
  font-size: 64px;
  letter-spacing: -0.03em;
  margin-bottom: 10px;
  line-height: 80px;
}
.demo-three-content p {
  margin-bottom: 20px;
  padding-right: 50px;
}

/*
Demo Three Skin Service Area  Style
======================================================*/
.skin-service-warp {
  position: relative;
  text-align: center;
  padding: 20px;
  margin-bottom: 25px;
}
.skin-service-warp .content p {
  font-size: 16px;
  margin-bottom: 0;
}
.skin-service-warp .content h3 {
  font-size: 22px;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
.skin-service-warp .content h3::before {
  content: "";
  position: absolute;
  bottom: -10px;
  transform: translateX(-47px);
  left: 50%;
  text-align: center;
  width: 100px;
  height: 2px;
  background-color: #ffc107;
  transition: all ease 0.5s;
}
.skin-service-warp .content h3::after {
  content: "";
  position: absolute;
  bottom: -10px;
  transform: translateX(-47px);
  left: 0;
  text-align: center;
  width: 0;
  opacity: 0;
  visibility: hidden;
  height: 2px;
  background-color: transparent;
  transition: all ease 0.5s;
}
.skin-service-warp .content h3 a {
  color: #808080;
}
.skin-service-warp .image {
  max-width: 290px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  background: #DFF5F5;
  margin-bottom: 20px;
  overflow: hidden;
  z-index: 1;
}
.skin-service-warp .image::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  opacity: 0;
  border-radius: 50%;
  visibility: hidden;
  transition: all ease 0.5s;
  background-color: #ffc107;
}
.skin-service-warp .image img {
  max-width: 290px;
  border-radius: 50%;
  padding: 15px;
}
.skin-service-warp .consultation-shape {
  position: absolute;
  top: 50%;
  right: -59px;
  transform: translateY(-95px);
}
.skin-service-warp:hover .image::before {
  height: 100%;
  opacity: 1;
  visibility: visible;
}
.skin-service-warp:hover .content h3 a {
  color: #ffc107;
}
.skin-service-warp:hover .content h3::after {
  left: 50%;
  width: 100px;
  opacity: 1;
  visibility: visible;
  background-color: #808080;
}
.skin-service-warp:hover .content h3::before {
  background-color: transparent;
}

.skin-service-area .section-title {
  max-width: 700px;
}

/*
Demo Three About Area  Style
======================================================*/
.demo-three-about-content {
  position: relative;
  padding-left: 40px;
}
.demo-three-about-content h2 {
  margin-right: -25px;
}
.demo-three-about-content p {
  font-size: 16px;
  margin-right: -10px;
  margin-bottom: 20px;
}
.demo-three-about-content ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 25px;
}
.demo-three-about-content ul li {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
  font-family: "Spartan";
  color: #808080;
}
.demo-three-about-content ul li:last-child {
  margin-bottom: 0;
}

.demo-three-about-image {
  position: relative;
  padding-right: 90px;
}
.demo-three-about-image .demo3-about-shape {
  position: absolute;
  right: 0;
  top: 100px;
  z-index: -1;
  pointer-events: none;
}
.demo-three-about-image .funfact-box {
  padding: 30px 35px;
  background-color: #ffc107;
  position: absolute;
  right: -10px;
  border-radius: 5px;
  bottom: 30px;
}
.demo-three-about-image .funfact-box p {
  color: #CCCCCC;
  font-size: 16px;
  margin-bottom: 5px;
}
.demo-three-about-image .funfact-box p:last-child {
  margin-bottom: 0;
}
.demo-three-about-image .funfact-box h3 {
  font-size: 36px;
  color: #ffffff;
  margin-bottom: -2px;
}
.demo-three-about-image .funfact-box.style-one {
  right: 235px;
  background-color: #808080;
}
.demo-three-about-image .funfact-box.style-two {
  padding-right: 50px;
  padding-left: 40px;
}
.demo-three-about-image .funfact-box.style-two p {
  color: #EEEEEE !important;
}

.demo-three-about {
  position: relative;
}
.demo-three-about .demo3-about-shape2 {
  position: absolute;
  bottom: 50px;
  pointer-events: none;
  right: 15%;
}
.demo-three-about .about-last {
  position: absolute;
  top: -40px;
  pointer-events: none;
  right: 0;
}

/*
Demo Three Provide Area  Style
======================================================*/
.provide-care-box {
  position: relative;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 20px 20px 40px 20px;
}
.provide-care-box .image {
  margin-bottom: 15px;
}
.provide-care-box .content {
  position: relative;
  padding-left: 10px;
}
.provide-care-box .content .provide-shape2 {
  position: absolute;
  top: 10px;
  right: 20px;
}
.provide-care-box .content .icon {
  position: relative;
  text-align: center;
  width: 100px;
  height: 93px;
  margin-bottom: 20px;
}
.provide-care-box .content .icon i {
  position: absolute;
  font-size: 50px;
  color: #ffc107;
  text-align: center;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-24px);
}
.provide-care-box .content .default-btn {
  background-color: transparent;
  border: solid 1px #ffc107;
  color: #ffc107;
  padding: 14px 35px;
}
.provide-care-box .content .default-btn:hover {
  color: #ffffff;
}
.provide-care-box .content h3 {
  font-size: 22px;
  margin-bottom: 8px;
}
.provide-care-box .content h3 a {
  color: #808080;
}
.provide-care-box .content h3 a:hover {
  color: #ffc107;
}
.provide-care-box .content p {
  margin-bottom: 20px;
}

.provide-slider .owl-nav {
  top: 50%;
  left: 0;
  position: absolute;
  right: 0;
  transform: translateY(-50px);
}
.provide-slider .owl-nav .owl-prev {
  position: absolute;
  left: -120px;
}
.provide-slider .owl-nav .owl-prev i {
  position: relative;
  left: -2px;
}
.provide-slider .owl-nav .owl-next {
  position: absolute;
  right: -120px;
}
.provide-slider .owl-nav .owl-next i {
  position: relative;
  right: -2px;
}
.provide-slider .owl-nav [class*=owl-] {
  height: 70px;
  font-size: 25px !important;
  width: 70px;
  color: #808080 !important;
  border-radius: 50px !important;
  box-shadow: 0px 20px 50px rgba(44, 53, 99, 0.1) !important;
  background: #ffffff !important;
  line-height: 83px !important;
  transition: all 0.5s;
  font-size: 16px;
}

.provide-care-area {
  position: relative;
}
.provide-care-area .provide-shape1 {
  position: absolute;
  top: 181px;
  left: 20%;
  pointer-events: none;
}

/*
Demo Three Choose Area  Style
======================================================*/
.demo-three-choose-image {
  position: relative;
  text-align: end;
}
.demo-three-choose-image img {
  border-radius: 5px;
}
.demo-three-choose-image .demo3-choose-shape2 {
  position: absolute;
  pointer-events: none;
  right: -100px;
  bottom: -75px;
  z-index: -1;
}
.demo-three-choose-image .text-shape {
  position: absolute;
  left: -7px;
  top: 50%;
  pointer-events: none;
  transform: translateY(-98px);
}
.demo-three-choose-image .text-image {
  position: relative;
  width: 174px;
  height: 174px;
}
.demo-three-choose-image .text-image svg {
  height: 154px;
  width: 154px;
  position: absolute;
  left: 10px;
  top: 8px;
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.demo-three-choose-image .text-image text {
  font-family: "Questrial";
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.2em;
}

.demo-three-choose-content {
  position: relative;
  padding-right: 35px;
}
.demo-three-choose-content p {
  font-size: 16px;
  margin-bottom: 25px;
}
.demo-three-choose-content .demo-three-choose-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.demo-three-choose-content .demo-three-choose-list li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 85px;
}
.demo-three-choose-content .demo-three-choose-list li:last-child {
  margin-bottom: 0;
}
.demo-three-choose-content .demo-three-choose-list li .icon {
  position: absolute;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  left: 0;
  text-align: center;
  line-height: 71px;
  background: #DFF5F5;
  font-size: 30px;
  color: #ffc107;
}
.demo-three-choose-content .demo-three-choose-list li .content h5 {
  font-size: 22px;
  margin-bottom: 8px;
}
.demo-three-choose-content .demo-three-choose-list li .content p {
  margin-bottom: 0;
}

.demo-three-choose {
  position: relative;
}
.demo-three-choose .demo3-choose-shape1 {
  position: absolute;
  top: 130px;
  pointer-events: none;
  left: 47%;
}

/*
Demo Three Skew Funfact Area  Style
======================================================*/
.skew-funfact-box {
  position: relative;
  margin-bottom: 25px;
  display: flex;
  padding: 55px 30px;
  align-items: center;
  z-index: 1;
}
.skew-funfact-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  height: 100%;
  border-radius: 12px;
  width: 100%;
}
.skew-funfact-box h3 {
  color: #ffffff;
  font-size: 40px;
  margin-bottom: 0;
}
.skew-funfact-box h3 .odometer-formatting-mark {
  display: none;
}
.skew-funfact-box p {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 0;
}
.skew-funfact-box .image {
  position: relative;
  margin-right: 20px;
}
.skew-funfact-box .image i {
  position: absolute;
  font-size: 50px;
  top: 17px;
  text-align: center;
  left: 0;
  right: 0;
  color: #ffc107;
}
.skew-funfact-box.style1::before {
  -webkit-clip-path: polygon(0 11%, 100% 0%, 100% 100%, 0 89%);
          clip-path: polygon(0 11%, 100% 0%, 100% 100%, 0 89%);
  background-color: #ffc107;
}
.skew-funfact-box.style2::before {
  -webkit-clip-path: polygon(0 0, 100% 11%, 100% 89%, 0 100%);
          clip-path: polygon(0 0, 100% 11%, 100% 89%, 0 100%);
  background-color: #808080;
}
.skew-funfact-box.style3::before {
  background-color: #808080;
  -webkit-clip-path: polygon(0 11%, 100% 0%, 100% 100%, 0 89%);
          clip-path: polygon(0 11%, 100% 0%, 100% 100%, 0 89%);
}
.skew-funfact-box.style4::before {
  background-color: #ffc107 !important;
  -webkit-clip-path: polygon(0 0, 100% 11%, 100% 89%, 0 100%);
          clip-path: polygon(0 0, 100% 11%, 100% 89%, 0 100%);
}

.skew-funfact-area {
  position: relative;
}
.skew-funfact-area .skew-shape1 {
  position: absolute;
  top: -85px;
  left: 20%;
  pointer-events: none;
}
.skew-funfact-area .skew-shape2 {
  position: absolute;
  top: -85px;
  pointer-events: none;
  left: 48%;
}

/*
Demo Three Video Area  Style
======================================================*/
.demo-three-video-area {
  position: relative;
  background-image: url(../images/video/video-bg1.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  padding-top: 265px;
  padding-bottom: 265px;
}
.demo-three-video-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: rgba(44, 53, 99, 0.65);
}

.demo-three-video-content {
  text-align: center;
  position: relative;
}
.demo-three-video-content::before {
  content: "";
  position: absolute;
  bottom: -295px;
  right: 40px;
  width: 40px;
  height: 60px;
  background: #FFFFFF;
}
.demo-three-video-content::after {
  content: "";
  position: absolute;
  bottom: -295px;
  right: 0;
  width: 40px;
  height: 30px;
  background: #3E384E;
}
.demo-three-video-content .popup-vimeo {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #FFFFFF;
  font-weight: 600;
  font-size: 16px;
  color: #FFFFFF;
  transition: all ease 0.5s;
  line-height: 170px;
}
.demo-three-video-content .popup-vimeo:hover {
  background-color: #ffffff;
  color: #ffc107;
}

/*
Demo Three Expert Team Style
======================================================*/
.expert-team-box {
  position: relative;
  z-index: 1;
}
.expert-team-box::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  right: 0;
  height: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.5s;
  background: rgba(44, 53, 99, 0.6);
  border-radius: 5px;
  transform: rotate(-5deg) skew(-5deg, 1deg);
}
.expert-team-box.style2 {
  margin-top: 25px;
}
.expert-team-box.style2::before {
  transform: rotate(5deg) skew(5deg, -1deg);
}
.expert-team-box .content {
  text-align: center;
  position: absolute;
  bottom: -50px;
  opacity: 0;
  transition: all ease 0.5s;
  visibility: hidden;
  left: 0;
  right: 0;
}
.expert-team-box .content h3 {
  font-size: 22px;
  margin-bottom: 8px;
}
.expert-team-box .content h3 a {
  color: #ffffff;
}
.expert-team-box .content p {
  font-size: 16px;
  color: #ffffff;
}
.expert-team-box .content .social-link {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.expert-team-box .content .social-link li {
  padding-right: 10px;
  display: inline-block;
}
.expert-team-box .content .social-link li:last-child {
  padding-right: 0;
}
.expert-team-box .content .social-link li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  line-height: 46px;
  font-size: 16px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.3);
}
.expert-team-box .content .social-link li a:hover {
  background-color: #ffc107;
  color: #ffffff;
}
.expert-team-box:hover::before {
  opacity: 1;
  visibility: visible;
  height: 94%;
  bottom: 0;
}
.expert-team-box:hover .content {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}

.expert-team-slider .owl-nav {
  top: 50%;
  left: 0;
  position: absolute;
  right: 0;
  transform: translateY(-45px);
}
.expert-team-slider .owl-nav .owl-prev {
  position: absolute;
  left: -120px;
}
.expert-team-slider .owl-nav .owl-prev i {
  position: relative;
  left: -2px;
}
.expert-team-slider .owl-nav .owl-next {
  position: absolute;
  right: -120px;
}
.expert-team-slider .owl-nav .owl-next i {
  position: relative;
  right: -2px;
}
.expert-team-slider .owl-nav [class*=owl-] {
  height: 70px;
  font-size: 25px !important;
  width: 70px;
  color: #808080 !important;
  border-radius: 50px !important;
  box-shadow: 0px 20px 50px rgba(44, 53, 99, 0.1) !important;
  background: #ffffff !important;
  line-height: 83px !important;
  transition: all 0.5s;
  font-size: 16px;
}

.expert-team-area {
  position: relative;
}
.expert-team-area .demo3-team-shape2 {
  position: absolute;
  top: 25%;
  left: 19%;
  pointer-events: none;
  -webkit-animation: color_change 1s infinite alternate;
          animation: color_change 1s infinite alternate;
}
.expert-team-area .expert-shape1 {
  position: absolute;
  top: 20%;
  right: 20%;
  pointer-events: none;
  -webkit-animation: color_change 1s infinite alternate;
          animation: color_change 1s infinite alternate;
}

/*
Demo Three Dectection  Style
======================================================*/
.dectection-form {
  background: #ffffff;
  border-radius: 12px;
  padding: 60px;
  text-align: center;
  position: relative;
  bottom: -230px;
  z-index: 2;
  margin-top: -230px;
  box-shadow: 0px 30px 50px rgba(44, 53, 99, 0.05);
}
.dectection-form h3 {
  font-size: 30px;
  margin-bottom: 10px;
}
.dectection-form p {
  font-size: 16px;
  margin-bottom: 20px;
}
.dectection-form .appointment-form .form-control {
  height: 60px;
  background-color: #F2F7FD;
  border-radius: 12px;
  border: none;
  margin-bottom: 20px;
  padding-left: 20px;
  font-size: 16px;
  color: #888888;
}
.dectection-form .appointment-form .form-control::-moz-placeholder {
  color: #888888;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.dectection-form .appointment-form .form-control:-ms-input-placeholder {
  color: #888888;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.dectection-form .appointment-form .form-control::placeholder {
  color: #888888;
  transition: all ease 0.5s;
}
.dectection-form .appointment-form .form-control:focus {
  box-shadow: unset;
}
.dectection-form .appointment-form .form-control:focus::-moz-placeholder {
  color: transparent;
}
.dectection-form .appointment-form .form-control:focus:-ms-input-placeholder {
  color: transparent;
}
.dectection-form .appointment-form .form-control:focus::placeholder {
  color: transparent;
}
.dectection-form .appointment-form .default-btn {
  width: 100%;
}
.dectection-form .appointment-form textarea.form-control {
  min-height: 180px;
  padding-top: 18px;
}
.dectection-form .service-shape2 {
  position: absolute;
  right: -83px;
  top: 56%;
  pointer-events: none;
}

.dectection-content {
  padding-left: 50px;
  position: relative;
}
.dectection-content p {
  font-size: 16px;
}
.dectection-content h4 {
  font-size: 22px;
  margin-bottom: 12px;
}
.dectection-content ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.dectection-content ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 14px;
  color: #808080;
}
.dectection-content ul li:last-child {
  margin-bottom: 0;
}
.dectection-content ul li i {
  color: #ffc107;
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 18px;
}
.dectection-content .dectection-shape {
  position: absolute;
  bottom: -55px;
  pointer-events: none;
  right: 15px;
}

/*
Demo Three Testimonial Area  Style
======================================================*/
.demo-three-testimonial-area {
  position: relative;
  margin-top: 110px;
  z-index: 1;
}
.demo-three-testimonial-area .demo3-testimonial-bg-shape {
  position: absolute;
  left: 0;
  z-index: -1;
  pointer-events: none;
  top: -110px;
}

.demo-three-testimonial-slider .owl-stage-outer {
  margin: -2px;
  padding: 2px;
  background-color: #ffffff;
  border-radius: 12px;
}
.demo-three-testimonial-slider .owl-nav {
  position: absolute;
  left: -69%;
  bottom: -65px;
  transform: translateY(-60px);
}
.demo-three-testimonial-slider .owl-nav [class*=owl-] {
  height: 60px;
  font-size: 25px !important;
  width: 60px;
  color: #808080 !important;
  border-radius: 50px !important;
  box-shadow: 0px 20px 50px rgba(44, 53, 99, 0.1) !important;
  background: #ffffff !important;
  line-height: 73px !important;
  transition: all 0.5s;
  font-size: 16px;
}

/*
Demo Three Blog Area  Style
======================================================*/
.blog-card.style-three {
  padding: 20px;
  background-color: #ffffff;
}
.blog-card.style-three .content {
  padding: 20px 20px 10px 15px;
}
.blog-card.style-three .content .default-btn {
  background-color: transparent;
  border: solid 1px #ffc107;
  color: #ffc107;
}
.blog-card.style-three .content .default-btn:hover {
  color: #ffffff;
}

.blog-area {
  position: relative;
}
.blog-area .demo3-choose-shape1 {
  position: absolute;
  top: 135px;
  pointer-events: none;
  filter: brightness(0) saturate(100%) invert(61%) sepia(88%) saturate(357%) hue-rotate(129deg) brightness(87%) contrast(90%);
  left: 23%;
}
.blog-area .demo3-shape2 {
  position: absolute;
  right: 13%;
  pointer-events: none;
  filter: brightness(0) saturate(100%) invert(61%) sepia(88%) saturate(357%) hue-rotate(129deg) brightness(87%) contrast(90%);
  top: 24%;
}

.demo-three-footer {
  position: relative;
}
.demo-three-footer::before {
  content: "";
  position: absolute;
  top: -34px;
  right: 20%;
  width: 50px;
  height: 34px;
  background: #808080;
}
.demo-three-footer::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 17.4%;
  width: 50px;
  height: 34px;
  background: #F2F7FD;
}

/*
Modal Area  Style
======================================================*/
.modal-image {
  background-image: url(../images/banner/modal-image.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  border-radius: 12px 0px 0px 12px;
}

.modal-dialog {
  max-width: 950px !important;
}
.modal-dialog .btn-close {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 15px;
  z-index: 2;
  opacity: 1;
  filter: brightness(0) saturate(100%) invert(19%) sepia(13%) saturate(2881%) hue-rotate(192deg) brightness(94%) contrast(90%) !important;
}
.modal-dialog .btn-close:focus {
  box-shadow: unset;
}
.modal-dialog .modal-header {
  padding: 0;
  border: none;
}

.modal-body {
  padding: 0;
  border-radius: 12px;
}
.modal-body img {
  border-radius: 12px 0;
}
.modal-body .content {
  padding: 80px 50px;
}
.modal-body .content h2 {
  font-size: 40px;
  letter-spacing: -0.02em;
  margin-bottom: 15px;
}
.modal-body .content .form-control {
  border: 1px solid #EEEEEE;
  border-radius: 12px;
  height: 60px;
  margin-bottom: 20px;
  color: #888888;
  transition: all ease 0.5s;
  padding-left: 20px;
}
.modal-body .content .form-control:focus {
  box-shadow: unset;
  border-color: #ffc107;
}
.modal-body .content .form-control:focus::-moz-placeholder {
  color: transparent;
}
.modal-body .content .form-control:focus:-ms-input-placeholder {
  color: transparent;
}
.modal-body .content .form-control:focus::placeholder {
  color: transparent;
}
.modal-body .content .form-control::-moz-placeholder {
  color: #888888;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.modal-body .content .form-control:-ms-input-placeholder {
  color: #888888;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.modal-body .content .form-control::placeholder {
  color: #888888;
  transition: all ease 0.5s;
}
.modal-body .content .form-check {
  margin-bottom: 20px;
}
.modal-body .content .form-check .form-check-label {
  color: #888888;
  font-size: 16px;
}
.modal-body .content .form-check .form-check-label a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #808080;
}
.modal-body .content .form-check .form-check-input:checked {
  background-color: #ffc107;
  border-color: #ffc107;
}
.modal-body .content .form-check .form-check-input:focus {
  box-shadow: unset;
}
.modal-body .content .default-btn {
  background: #ffc107;
  border-radius: 12px;
  transition: all ease 0.5s;
  width: 100%;
}
.modal-body .content .default-btn:hover {
  background-color: #808080;
}
.modal-body .content .newsletter-form {
  position: relative;
}
.modal-body .content .newsletter-form div#validator-newsletter {
  position: absolute;
  bottom: -35px;
  color: red;
}

/*
Inner Banner Area  Style
======================================================*/
.inner-banner-area {
  padding-top: 147px;
  padding-bottom: 147px;
  background: #F2F7FD;
  position: relative;
}
.inner-banner-area .inner-banner-shape1 {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.inner-banner-area .inner-banner-shape2 {
  position: absolute;
  right: 0;
  pointer-events: none;
  top: 0;
}

.inner-banner-content {
  text-align: center;
}
.inner-banner-content h1 {
  font-size: 48px;
  margin-bottom: 12px;
}
.inner-banner-content .inner-banner-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.inner-banner-content .inner-banner-list li {
  position: relative;
  padding-right: 20px;
  font-size: 16px;
  display: inline-block;
}
.inner-banner-content .inner-banner-list li:last-child {
  padding-right: 0;
}
.inner-banner-content .inner-banner-list li:last-child::before {
  display: none;
}
.inner-banner-content .inner-banner-list li::before {
  content: "";
  position: absolute;
  top: 5px;
  right: 6px;
  transform: rotate(27deg);
  bottom: 0;
  height: 15px;
  width: 1px;
  background-color: #555555;
}

/*
Inner Service Area  Style
======================================================*/
.inner-service-card {
  background-color: #ffffff;
  margin: 0;
  margin-bottom: 25px;
}
.inner-service-card::before {
  border-radius: 12px;
}

/*
Inner Pagination Area Style
======================================================*/
.all-pagination {
  margin-top: 15px;
}
.all-pagination .pagination {
  justify-content: center;
}
.all-pagination .pagination .page-item {
  margin: 5px;
}
.all-pagination .pagination .page-item .page-link {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 55px;
  text-align: center;
  font-size: 18px;
  background: #ffffff;
  box-shadow: 0px 4px 30px rgba(13, 18, 28, 0.04);
  border: none;
  font-family: "Spartan";
  color: #888888;
  position: relative;
  transition: all ease 0.5s;
}
.all-pagination .pagination .page-item .page-link i {
  position: absolute;
  top: 50%;
  transform: translateY(-40%);
  left: 0;
  right: 0;
  font-size: 22px;
}
.all-pagination .pagination .page-item .page-link.active {
  background: #ffc107;
  color: #ffffff;
  z-index: 2;
}
.all-pagination .pagination .page-item .page-link:hover {
  background: #ffc107;
  color: #ffffff;
}

/*
Inner Service Details  Area Style
======================================================*/
.service-details-big-warp {
  margin-right: 20px;
}
.service-details-big-warp .details-image {
  margin-bottom: 30px;
}
.service-details-big-warp .details-image img {
  border-radius: 12px;
}
.service-details-big-warp h3 {
  font-size: 30px;
  margin-bottom: 12px;
}
.service-details-big-warp .details-list {
  margin-top: 30px;
}
.service-details-big-warp .details-list h4 {
  font-size: 22px;
  margin-bottom: 10px;
}
.service-details-big-warp .details-list ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.service-details-big-warp .details-list ul li {
  position: relative;
  padding: 20px 30px 20px 70px;
  margin-bottom: 20px;
  border: 1px solid #EEEEEE;
  border-radius: 12px;
  font-weight: 600;
  font-size: 16px;
  color: #808080;
}
.service-details-big-warp .details-list ul li .icon {
  z-index: 1;
  width: 27px;
  height: 27px;
  line-height: 32px;
  text-align: center;
  position: absolute;
  top: 20px;
  left: 30px;
  margin-right: 10px;
  border-radius: 50%;
  background: #DFF5F5;
}
.service-details-big-warp .details-list ul li .icon i {
  color: #ffc107;
}
.service-details-big-warp .founder {
  background: #F2F7FD;
  border-radius: 12px;
  padding: 37px 50px;
  margin-bottom: 30px;
}
.service-details-big-warp .founder i {
  font-size: 40px;
  color: #ffc107;
  margin-bottom: 0;
}
.service-details-big-warp .founder p {
  font-size: 18px;
}
.service-details-big-warp .founder h6 {
  font-weight: 600;
  font-size: 18px;
}
.service-details-big-warp .founder h6 span {
  font-weight: 400;
}
.service-details-big-warp .details-warp-image {
  margin-bottom: 25px;
  margin-top: 20px;
}

.input-box {
  position: relative;
  margin-bottom: 40px;
}
.input-box .input-field {
  position: relative;
}
.input-box .input-field .default-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 23px 26px;
  right: 0;
  background-color: #ffc107;
}
.input-box .input-field .form-control {
  height: 60px;
  border: 1px solid #EEEEEE;
  border-radius: 12px;
  padding-left: 18px;
  color: #888888;
  font-size: 16px;
  transition: all ease 0.5s;
}
.input-box .input-field .form-control:focus {
  box-shadow: unset;
  border-color: #ffc107;
}
.input-box .input-field .form-control:focus::-moz-placeholder {
  color: transparent;
}
.input-box .input-field .form-control:focus:-ms-input-placeholder {
  color: transparent;
}
.input-box .input-field .form-control:focus::placeholder {
  color: transparent;
}
.input-box .input-field .form-control::-moz-placeholder {
  color: #888888;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.input-box .input-field .form-control:-ms-input-placeholder {
  color: #888888;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.input-box .input-field .form-control::placeholder {
  color: #888888;
  transition: all ease 0.5s;
}

.our-service {
  background: #F2F7FD;
  border-radius: 12px;
  padding: 40px;
  margin-bottom: 40px;
}
.our-service h3 {
  font-size: 22px;
  margin-bottom: 20px;
}
.our-service ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.our-service ul li {
  position: relative;
  margin-bottom: 10px;
}
.our-service ul li a {
  font-size: 18px;
  color: #555555;
}
.our-service ul li a:hover {
  color: #ffc107;
}
.our-service ul li:last-child {
  margin-bottom: 0;
}
.our-service ul li i {
  position: absolute;
  right: 0;
}

.service-small-image img {
  border-radius: 12px;
}

/*
Inner Case Study  Area Style
======================================================*/
.puxa-tab {
  text-align: justify;
}
.puxa-tab .mix {
  display: none;
  text-align: left;
  justify-content: center;
}

.case-card {
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.case-card img {
  border-radius: 12px;
}
.case-card::before {
  content: "";
  position: absolute;
  right: 0;
  height: 0;
  transition: all ease 0.5s;
  width: 0;
  border-radius: 12px;
  background: rgba(44, 53, 99, 0.8);
  filter: blur(50px);
}
.case-card .content {
  position: absolute;
  left: 30px;
  bottom: 30px;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.5s;
}
.case-card .content h3 {
  font-size: 22px;
  margin-bottom: 8px;
}
.case-card .content h3 a {
  color: #ffffff;
}
.case-card .content p {
  color: #ffffff;
  margin-bottom: 0;
}
.case-card:hover::before {
  height: 50%;
  width: 100%;
  bottom: -40px;
  left: 0;
  transition: all ease 0.5s;
}
.case-card:hover .content {
  opacity: 1;
  visibility: visible;
}

.controls {
  text-align: end;
  position: relative;
  top: -80px;
  margin-bottom: -40px;
}
.controls ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.controls ul li {
  display: inline-block;
  padding-right: 10px;
}
.controls ul li:last-child {
  padding-right: 0;
}
.controls ul li .filter {
  padding: 14px 20px;
  border-radius: 12px;
  border: none;
  transition: all ease 0.5s;
}
.controls ul li .filter:hover {
  background-color: #ffc107;
  color: #ffffff;
}
.controls ul li .filter.active {
  background-color: #ffc107;
  color: #ffffff;
}

.doctor-contact {
  position: relative;
}
.doctor-contact .doctor-shape1 {
  position: absolute;
  bottom: 113px;
  left: 20%;
  pointer-events: none;
}
.doctor-contact .doctor-shape2 {
  position: absolute;
  bottom: 145px;
  right: 16%;
  pointer-events: none;
}

.contact-content {
  text-align: center;
  max-width: 1030px;
  margin-right: auto;
  margin-left: auto;
}
.contact-content .title {
  font-size: 16px;
  color: #ffc107;
}
.contact-content h2 {
  font-size: 48px;
  line-height: 73px;
  letter-spacing: -0.03em;
  margin-bottom: 30px;
}
.contact-content .learn-btn {
  background-color: #ffffff;
  color: #808080;
}
.contact-content .learn-btn.border {
  border: 1px solid #EEEEEE;
}
.contact-content .learn-btn:hover {
  color: #ffffff;
}
.contact-content ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.contact-content ul li {
  display: inline-block;
  padding-right: 12px;
}
.contact-content ul li:last-child {
  padding-right: 0;
}

/*
Inner Case Study Details  Area Style
======================================================*/
.case-details-big-warp {
  margin-right: 20px;
}
.case-details-big-warp .details-image img {
  border-radius: 12px;
}
.case-details-big-warp .details-image ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  padding: 50px 50px;
  background: #FFFFFF;
  box-shadow: 0px 20px 35px rgba(44, 53, 99, 0.05);
  border-radius: 12px;
  margin-right: 40px;
  margin-left: 40px;
  position: relative;
  top: -75px;
  margin-bottom: -40px;
}
.case-details-big-warp .details-image ul li {
  display: inline-block;
}
.case-details-big-warp .details-image ul li p {
  margin-bottom: 0;
  font-size: 16px;
  color: #555555;
}
.case-details-big-warp .details-image ul li h6 {
  font-weight: 800;
  font-size: 16px;
  margin-bottom: 2px;
}
.case-details-big-warp p {
  font-size: 16px;
}
.case-details-big-warp h3 {
  font-size: 30px;
  margin-bottom: 15px;
}
.case-details-big-warp h4 {
  font-size: 24px;
  margin-top: 35px;
  margin-bottom: 15px;
}
.case-details-big-warp .case-details-widget {
  margin-top: 20px;
}
.case-details-big-warp .case-details-widget .widget {
  margin-bottom: 25px;
}
.case-details-big-warp .case-details-widget .widget img {
  border-radius: 12px;
}

/*
Inner Pricing  Area Style
======================================================*/
.inner-pricing-card .pricing-card {
  background: #FFFFFF;
  box-shadow: 0px 5px 58px rgba(44, 53, 99, 0.08);
  border-radius: 12px;
}

/*
Inner Doctor  Area Style
======================================================*/
.doctor-area .team-box {
  position: relative;
  margin-bottom: 25px;
}

.about-warp {
  position: relative;
}
.about-warp .text-image svg {
  height: 154px;
  width: 154px;
  top: 38%;
  left: 34%;
  position: absolute;
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.about-warp .text-image text {
  font-family: "Questrial";
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.2em;
}
.about-warp .demo3-shape0 {
  position: absolute;
  top: 36%;
  left: 32%;
  pointer-events: none;
}

/*
Inner Doctor Details  Area Style
======================================================*/
.skill-bar {
  margin-top: 25px;
}
.skill-bar .progress-title-holder {
  position: relative;
  margin-bottom: 10px;
}
.skill-bar .progress-title {
  font-weight: 700;
  font-size: 18px;
  color: #808080;
}
.skill-bar .progress-number-wrapper {
  width: 100%;
  z-index: 10;
  font-size: 11px;
  line-height: 25px;
  height: 25px;
  letter-spacing: 0px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  color: #ffffff;
}
.skill-bar .progress-number-mark {
  position: absolute;
  bottom: -27px;
  transform: translateX(-50%);
  font-weight: 700;
  font-size: 14px;
  font-family: "Spartan";
  color: #ffffff;
  width: 55px;
  height: 31px;
  text-align: center;
  line-height: 34px;
  border-radius: 5px;
  background: #ffc107;
}
.skill-bar .progress-content-outter {
  background: #FFFFFF;
  height: 8px;
  border-radius: 5px;
}
.skill-bar .progress-content {
  height: 8px;
  background: #ffc107;
  border-radius: 5px;
  width: 0%;
}

.skill-content {
  padding-left: 50px;
}

.doctor-small-warp .skill-warp {
  margin-bottom: 40px;
}
.doctor-small-warp .skill-warp .progress-content-outter {
  background: #F2F7FD;
  height: 8px;
  border-radius: 5px;
}
.doctor-small-warp h3 {
  font-size: 30px;
  margin-bottom: 15px;
}
.doctor-small-warp p {
  font-size: 16px;
}
.doctor-small-warp .doctor-contact-warp {
  padding-top: 20px;
}
.doctor-small-warp .doctor-contact-warp h4 {
  font-size: 22px;
  margin-bottom: 20px;
}
.doctor-small-warp .doctor-contact-warp .social-content {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}
.doctor-small-warp .doctor-contact-warp .social-content li {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  color: #808080;
  margin-bottom: 12px;
}
.doctor-small-warp .doctor-contact-warp .social-content li span {
  position: absolute;
  font-weight: 400;
  left: 170px;
  color: #555555;
}
.doctor-small-warp .doctor-contact-warp .social-content li a {
  position: absolute;
  left: 170px;
  font-weight: 400;
  color: #555555;
}
.doctor-small-warp .doctor-contact-warp .social-link {
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
}
.doctor-small-warp .doctor-contact-warp .social-link li {
  display: inline-block;
  padding-right: 10px;
}
.doctor-small-warp .doctor-contact-warp .social-link li a {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  line-height: 47px;
  display: inline-block;
  text-align: center;
  border: 1px solid #EEEEEE;
  color: #808080;
}
.doctor-small-warp .doctor-contact-warp .social-link li a:hover {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #ffffff;
}
.doctor-small-warp .doctor-contact-warp .social-link li:last-child {
  padding-right: 0;
}
.doctor-small-warp .education h4 {
  font-size: 22px;
  margin-bottom: 20px;
}
.doctor-small-warp .education p {
  margin-bottom: 20px;
}
.doctor-small-warp .contact-me h4 {
  font-size: 22px;
  margin-bottom: 20px;
}
.doctor-small-warp .contact-me .doctor-form .form-control {
  background: #F2F7FD;
  border-radius: 12px;
  border: none;
  margin-bottom: 20px;
  padding-left: 20px;
  height: 60px;
  font-size: 16px;
  border: solid 1px #F2F7FD;
  color: #888888;
  transition: all ease 0.5s;
}
.doctor-small-warp .contact-me .doctor-form .form-control:focus {
  box-shadow: unset;
  border-color: #ffc107;
}
.doctor-small-warp .contact-me .doctor-form .form-control:focus::-moz-placeholder {
  color: transparent;
}
.doctor-small-warp .contact-me .doctor-form .form-control:focus:-ms-input-placeholder {
  color: transparent;
}
.doctor-small-warp .contact-me .doctor-form .form-control:focus::placeholder {
  color: transparent;
}
.doctor-small-warp .contact-me .doctor-form .form-control::-moz-placeholder {
  color: #888888;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.doctor-small-warp .contact-me .doctor-form .form-control:-ms-input-placeholder {
  color: #888888;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.doctor-small-warp .contact-me .doctor-form .form-control::placeholder {
  color: #888888;
  transition: all ease 0.5s;
}
.doctor-small-warp .contact-me .doctor-form textarea.form-control {
  min-height: 130px;
  padding-top: 15px;
}

.doctor-details-big-warp {
  padding-right: 20px;
}
.doctor-details-big-warp img {
  border-radius: 12px;
}

/*
Inner FAQ  Area Style
======================================================*/
.question-content {
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto;
}

.accordion .accordion-button {
  font-weight: 600;
  font-size: 22px;
  padding: 0;
  font-family: "Spartan";
  color: #808080;
}
.accordion .accordion-button::after {
  background-image: url(../images/svgs/ac2.svg);
}
.accordion .accordion-button:focus {
  box-shadow: unset;
  outline: 0;
}
.accordion .accordion-button:not(.collapsed) {
  color: #808080;
  background-color: transparent;
  box-shadow: unset;
}
.accordion .accordion-button:not(.collapsed)::after {
  background-image: url(../images/svgs/ac1.svg);
}
.accordion .accordion-item {
  border: none;
  border-bottom: solid 1px #EEEEEE !important;
  padding: 25px 0;
}
.accordion .accordion-item:last-child {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}
.accordion .accordion-item:first-child {
  padding-top: 0 !important;
}
.accordion .accordion-body {
  padding: 10px 0 0 0;
}
.accordion .accordion-body p {
  font-size: 16px;
}

/*
Inner Testimonial  Area Style
======================================================*/
.inner-testimonial-area .testimonial-box {
  margin-bottom: 25px;
}

.question-area {
  position: relative;
}
.question-area .inner-testimonial-shape1 {
  position: absolute;
  top: 18%;
  pointer-events: none;
  left: 13%;
}
.question-area .inner-testimonial-shape2 {
  position: absolute;
  right: 17%;
  pointer-events: none;
  top: 15%;
}
.question-area .inner-testimonial-shape3 {
  position: absolute;
  right: 13%;
  pointer-events: none;
  top: 60%;
}

/*
Inner Appointment  Area Style
======================================================*/
.inner-appointment-area {
  background-image: url(../images/appointment/appointment2.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 300px;
  padding-bottom: 300px;
}

.inner-appointment-form {
  background: #ffffff;
  border-radius: 12px;
  padding: 60px;
  text-align: center;
  position: relative;
  top: -230px;
  z-index: 2;
  margin-bottom: -230px;
  box-shadow: 0px 30px 50px rgba(44, 53, 99, 0.05);
}
.inner-appointment-form h3 {
  font-size: 48px;
  margin-bottom: 10px;
}
.inner-appointment-form p {
  font-size: 16px;
  margin-bottom: 20px;
}
.inner-appointment-form .appointment-form .form-control {
  height: 60px;
  background-color: #F2F7FD;
  border-radius: 12px;
  border: none;
  margin-bottom: 20px;
  padding-left: 20px;
  font-size: 16px;
  color: #888888;
}
.inner-appointment-form .appointment-form .form-control::-moz-placeholder {
  color: #888888;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.inner-appointment-form .appointment-form .form-control:-ms-input-placeholder {
  color: #888888;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.inner-appointment-form .appointment-form .form-control::placeholder {
  color: #888888;
  transition: all ease 0.5s;
}
.inner-appointment-form .appointment-form .form-control:focus {
  box-shadow: unset;
}
.inner-appointment-form .appointment-form .form-control:focus::-moz-placeholder {
  color: transparent;
}
.inner-appointment-form .appointment-form .form-control:focus:-ms-input-placeholder {
  color: transparent;
}
.inner-appointment-form .appointment-form .form-control:focus::placeholder {
  color: transparent;
}
.inner-appointment-form .appointment-form .default-btn {
  width: 100%;
}
.inner-appointment-form .appointment-form textarea.form-control {
  min-height: 180px;
  padding-top: 18px;
}
.inner-appointment-form .service-shape2 {
  position: absolute;
  right: -83px;
  top: 56%;
  pointer-events: none;
}

.appointment-area {
  border-bottom: solid 1px #EEEEEE;
}

/*
Inner Blog  Area Style
======================================================*/
.inner-blog-area .blog-card {
  box-shadow: 0px 19px 35px rgba(44, 53, 99, 0.06);
  margin-bottom: 25px;
}

.post-box {
  background: #F2F7FD;
  border-radius: 12px;
  padding: 40px;
  margin-bottom: 40px;
}
.post-box h3 {
  font-size: 22px;
  margin-bottom: 20px;
}
.post-box .blog-post {
  overflow: hidden;
  margin-bottom: 20px;
}
.post-box .blog-post .thumb {
  width: 80px;
  height: 86px;
  margin-right: 20px;
  position: relative;
  display: inline-block;
}
.post-box .blog-post .thumb .full-image {
  width: 80px;
  height: 86px;
  display: inline-block;
  border-radius: 12px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.post-box .blog-post .thumb .full-image.bg-1 {
  background-image: url(../images/blogs/blog-mini1.webp);
}
.post-box .blog-post .thumb .full-image.bg-2 {
  background-image: url(../images/blogs/blog-mini2.webp);
}
.post-box .blog-post .thumb .full-image.bg-3 {
  background-image: url(../images/blogs/blog-mini3.webp);
}
.post-box .blog-post .thumb .full-image.bg-4 {
  background-image: url(../images/blogs/blog-mini4.webp);
}
.post-box .post-content ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 10px;
}
.post-box .post-content ul li {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  font-size: 14px;
  color: #808080;
}
.post-box .post-content ul li::before {
  content: "";
  position: absolute;
  top: 6px;
  right: 7px;
  transform: rotate(18deg);
  bottom: 0;
  height: 10px;
  width: 1px;
  background: #888888;
}
.post-box .post-content ul li:last-child {
  padding-right: 0;
  color: #888888;
}
.post-box .post-content ul li:last-child::before {
  background: transparent;
}
.post-box .post-content h6 {
  font-size: 16px;
  margin-bottom: 0;
}
.post-box .post-content h6 a {
  color: #808080;
}
.post-box .post-content h6 a:hover {
  color: #ffc107;
}

.blog-small-warp {
  padding-left: 30px;
}

.blog-tags {
  background: #F2F7FD;
  border-radius: 12px;
  padding: 40px;
}
.blog-tags h3 {
  font-size: 22px;
  margin-bottom: 20px;
}
.blog-tags ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.blog-tags ul li {
  display: inline-block;
}
.blog-tags ul li a {
  margin: 5px;
  padding: 10px 14px;
  background: #FFFFFF;
  border-radius: 7px;
  font-size: 16px;
  display: inline-block;
  color: #888888;
}
.blog-tags ul li a:hover {
  background-color: #ffc107;
  color: #ffffff;
}

.blog-details-big-warp .details-box h2 {
  font-size: 40px;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}
.blog-details-big-warp .details-box ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}
.blog-details-big-warp .details-box ul li {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  font-size: 16px;
  color: #808080;
}
.blog-details-big-warp .details-box ul li::before {
  content: "";
  position: absolute;
  top: 7px;
  right: 7px;
  transform: rotate(18deg);
  bottom: 0;
  height: 12px;
  width: 1px;
  background: #888888;
}
.blog-details-big-warp .details-box ul li:last-child {
  padding-right: 0;
  color: #888888;
}
.blog-details-big-warp .details-box ul li:last-child::before {
  background: transparent;
}
.blog-details-big-warp .details-box img {
  border-radius: 12px;
  margin-bottom: 25px;
}
.blog-details-big-warp .details-widget {
  margin-top: 15px;
}
.blog-details-big-warp .details-widget .widget {
  margin-bottom: 25px;
}
.blog-details-big-warp .details-widget .widget img {
  border-radius: 12px;
}
.blog-details-big-warp p {
  font-size: 16px;
}
.blog-details-big-warp h3 {
  font-size: 24px;
  margin-bottom: 15px;
}
.blog-details-big-warp .blog-share {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 100px;
  margin-top: 30px;
}
.blog-details-big-warp .blog-share .social-share {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.blog-details-big-warp .blog-share .social-share li {
  display: inline-block;
  padding-right: 10px;
}
.blog-details-big-warp .blog-share .social-share li:last-child {
  padding-right: 0;
}
.blog-details-big-warp .blog-share .social-share li a {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  line-height: 47px;
  display: inline-block;
  text-align: center;
  border: 1px solid #EEEEEE;
  color: #808080;
}
.blog-details-big-warp .blog-share .social-share li a:hover {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #ffffff;
}
.blog-details-big-warp .blog-share .social-share li h6 {
  font-weight: 700;
  font-size: 16px;
  margin-right: 10px;
}
.blog-details-big-warp .blog-share .tags {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.blog-details-big-warp .blog-share .tags li {
  display: inline-block;
  padding-right: 8px;
}
.blog-details-big-warp .blog-share .tags li:last-child {
  padding-right: 0;
}
.blog-details-big-warp .blog-share .tags li a {
  padding: 8px 14px;
  background: #F2F7FD;
  border-radius: 7px;
  display: inline-block;
  font-size: 16px;
  color: #888888;
}
.blog-details-big-warp .blog-share .tags li a:hover {
  background-color: #ffc107;
  color: #ffffff;
}
.blog-details-big-warp .blog-share .tags li h6 {
  font-weight: 700;
  font-size: 16px;
  margin-right: 10px;
}
.blog-details-big-warp .comment-reply-box {
  background: #F2F7FD;
  border-radius: 12px;
  padding: 50px;
}
.blog-details-big-warp .comment-reply-box .comment h3 {
  font-size: 30px;
  margin-bottom: 20px;
}
.blog-details-big-warp .comment-reply-box .comment .people-comments {
  position: relative;
  margin-bottom: 30px;
}
.blog-details-big-warp .comment-reply-box .comment .people-comments .image {
  width: 80px;
  height: 80px;
  position: absolute;
  left: -5px;
}
.blog-details-big-warp .comment-reply-box .comment .people-comments .image img {
  border-radius: 50%;
}
.blog-details-big-warp .comment-reply-box .comment .people-comments .content {
  padding-left: 100px;
}
.blog-details-big-warp .comment-reply-box .comment .people-comments .content h5 {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 0px;
}
.blog-details-big-warp .comment-reply-box .comment .people-comments .content span {
  font-size: 14px;
  color: #888888;
  display: inline-block;
  margin-bottom: 10px;
}
.blog-details-big-warp .comment-reply-box .comment .people-comments .content p {
  font-size: 16px;
  margin-bottom: 0;
}
.blog-details-big-warp .comment-reply-box .comment .people-comments .content a {
  top: 0;
  right: 0;
  position: absolute;
  padding: 8px 15px;
  border-radius: 8px;
  color: #ffffff;
  font-size: 16px;
  display: inline-block;
  background-color: #ffc107;
}
.blog-details-big-warp .comment-reply-box .comment .people-comments .content a:hover {
  background-color: #808080;
}
.blog-details-big-warp .comment-reply-box .reply h3 {
  font-size: 30px;
  margin-bottom: 15px;
}
.blog-details-big-warp .comment-reply-box .reply p {
  font-size: 15px;
  margin-bottom: 20px;
}
.blog-details-big-warp .comment-reply-box .reply .form-control {
  height: 60px;
  background: #FFFFFF;
  border-radius: 12px;
  margin-bottom: 20px;
  padding-left: 20px;
  font-size: 16px;
  color: #888888;
  border: solid 1px #ffffff;
  transition: all ease 0.5s;
}
.blog-details-big-warp .comment-reply-box .reply .form-control:focus {
  box-shadow: unset;
  border-color: #ffc107;
}
.blog-details-big-warp .comment-reply-box .reply .form-control:focus::-moz-placeholder {
  color: transparent;
}
.blog-details-big-warp .comment-reply-box .reply .form-control:focus:-ms-input-placeholder {
  color: transparent;
}
.blog-details-big-warp .comment-reply-box .reply .form-control:focus::placeholder {
  color: transparent;
}
.blog-details-big-warp .comment-reply-box .reply .form-control::-moz-placeholder {
  color: #888888;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.blog-details-big-warp .comment-reply-box .reply .form-control:-ms-input-placeholder {
  color: #888888;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.blog-details-big-warp .comment-reply-box .reply .form-control::placeholder {
  color: #888888;
  transition: all ease 0.5s;
}
.blog-details-big-warp .comment-reply-box .reply textarea.form-control {
  min-height: 150px;
  padding-top: 15px;
}
.blog-details-big-warp .comment-reply-box .reply .form-check {
  margin-bottom: 20px;
}
.blog-details-big-warp .comment-reply-box .reply .form-check .form-check-input:checked {
  background-color: #ffc107;
  border-color: #ffc107;
}
.blog-details-big-warp .comment-reply-box .reply .form-check .form-check-input:focus {
  box-shadow: unset;
  outline: 0;
}
.blog-details-big-warp .comment-reply-box .reply .form-check label {
  font-size: 16px;
  color: #888888;
}

.contact-map-warp {
  margin-bottom: -15px;
  height: 100%;
  padding-left: 40px;
}
.contact-map-warp iframe {
  height: 100%;
  width: 100%;
}

.contact-area .container-fluid {
  max-width: 1620px;
  margin-right: 0;
}

.contact-warp .form-control {
  background: #F2F7FD;
  border-radius: 12px;
  height: 60px;
  margin-bottom: 20px;
  border: solid 1px #F2F7FD;
  padding-left: 20px;
  color: #888888;
  transition: all ease 0.5s;
}
.contact-warp .form-control:focus {
  box-shadow: unset;
  border-color: #ffc107;
}
.contact-warp .form-control:focus::-moz-placeholder {
  color: transparent;
}
.contact-warp .form-control:focus:-ms-input-placeholder {
  color: transparent;
}
.contact-warp .form-control:focus::placeholder {
  color: transparent;
}
.contact-warp .form-control::-moz-placeholder {
  color: #888888;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.contact-warp .form-control:-ms-input-placeholder {
  color: #888888;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.contact-warp .form-control::placeholder {
  color: #888888;
  transition: all ease 0.5s;
}
.contact-warp label {
  font-size: 18px;
  color: #808080;
  margin-bottom: 5px;
}
.contact-warp textarea.form-control {
  min-height: 200px;
  padding-top: 14px;
}
.contact-warp .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.contact-warp .list-unstyled li {
  color: red;
  margin-top: -12px;
}
.contact-warp div#msgSubmit {
  font-size: 20px;
  margin-top: 15px;
}
.contact-warp .default-btn {
  width: 100%;
}

/*
404 Error Page Stayle
=======================================================*/
.error-area {
  text-align: center;
  position: relative;
  z-index: 1;
}
.error-area .d-table {
  width: 100%;
  height: 100%;
}
.error-area .d-table .d-table-cell {
  vertical-align: middle;
}
.error-area .error-content-wrap {
  z-index: 1;
  position: relative;
}
.error-area .error-content-wrap h3 {
  margin: 30px 0 0;
  position: relative;
  color: #808080;
}
.error-area .error-content-wrap p {
  margin: 20px 0 20px;
  font-size: 19px;
  color: #ffc107;
}
.error-area .error-content-wrap .default-btn.two {
  font-size: 16px;
  padding: 12px 40px;
}

/*
Coming Soon Area Stayle
=======================================================*/
.coming-soon-area {
  height: 100vh;
  position: relative;
  z-index: 1;
  background-image: url(../images/banner/comming.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.coming-soon-area .d-table {
  width: 100%;
  height: 100%;
}
.coming-soon-area .d-table .d-table-cell {
  vertical-align: middle;
}
.coming-soon-area .coming-soon-content {
  max-width: 700px;
  background-color: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  text-align: center;
  padding: 40px 60px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
  margin-left: 300px;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
}
.coming-soon-area .coming-soon-content .logo {
  display: inline-block;
}
.coming-soon-area .coming-soon-content h2 {
  font-size: 45px;
  margin-top: 30px;
  margin-bottom: 0;
  color: #808080;
}
.coming-soon-area .coming-soon-content #timer {
  margin-top: 40px;
}
.coming-soon-area .coming-soon-content #timer div {
  background-color: #f9f9f9;
  color: #000000;
  width: 100px;
  height: 105px;
  border-radius: 5px;
  font-size: 40px;
  font-weight: 800;
  margin-left: 10px;
  margin-right: 10px;
}
.coming-soon-area .coming-soon-content #timer div span {
  font-size: 16px;
  color: #666666;
  display: block;
  margin-top: -10px;
}
.coming-soon-area .coming-soon-content form {
  position: relative;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.coming-soon-area .coming-soon-content form .form-group {
  margin-bottom: 25px;
  width: 100%;
  position: relative;
}
.coming-soon-area .coming-soon-content form .form-group .input-newsletter {
  border-radius: 0;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #5D5D5D;
  transition: all ease 0.5s;
  color: #808080;
  padding: 0 0 0 0px;
  height: 45px;
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
}
.coming-soon-area .coming-soon-content form .form-group .input-newsletter:focus {
  box-shadow: unset;
}
.coming-soon-area .coming-soon-content form .form-group .label-title {
  margin-bottom: 0;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 110%;
  height: 110%;
  pointer-events: none;
  color: #808080;
}
.coming-soon-area .coming-soon-content form .form-group .label-title i {
  position: absolute;
  left: 0;
  transition: 0.5s;
  top: 9px;
  font-size: 22px;
}
.coming-soon-area .coming-soon-content form .default-btn.disabled {
  border: none;
  font-size: 16px;
  border-radius: 0;
  padding: 22px 40px;
}
.coming-soon-area .coming-soon-content form p {
  margin-bottom: 0;
  margin-top: 20px;
}
.coming-soon-area .coming-soon-content form #validator-newsletter {
  color: red;
  position: relative;
  bottom: 0;
  top: 10px;
}

/*
Coming Soon Area Stayle
=======================================================*/
.privacy-big-widget h3 {
  font-size: 26px;
  margin-bottom: 20px;
}
.privacy-big-widget img {
  margin-bottom: 10px;
}
.privacy-big-widget h4 {
  font-size: 26px;
  margin-top: 15px;
  margin-bottom: 15px;
}/*# sourceMappingURL=style.css.map */