* {
  outline: 0;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

a {
  display: inline-block;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li {
  margin: 0;
  padding: 0;
}

:root {
  --brand: #d63384;
  --ff1: 'Dancing Script', cursive;
  --ff2: 'Roboto', sans-serif;
  --h3: 24px;
  --p: 16px;
  --pl: 26px;
}

.main-overlay {
  position: relative;
  z-index: 1;
}

.main-overlay:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.common-head {
  position: relative;
  z-index: 0;
}

.common-head h2 {
  color: var(--brand);
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
}

.common-head h3 {
  font-size: 47px;
  margin-bottom: 0 !important;
  padding-bottom: 25px;
  color: #fff;
  font-family: var(--ff1);
  text-transform: capitalize;
}

body {
  background: #000;
  overflow-x: hidden;
}

/* scrollbar style */
html::-webkit-scrollbar {
  width: 1.30vw;
}

html::-webkit-scrollbar-thumb {
  background-color: var(--brand);
}

html::-webkit-scrollbar-thumb:hover {
  background-color: var(--brand);
}

html::-webkit-scrollbar-track {
  background-color: #000;
}

html::-webkit-scrollbar-track:hover {
  background-color: #000;
}

/* blink based browser */

/* geckeo based browser */
html {
  /* scrollbar-width: bold; */
  scrollbar-color: var(--brand) #000;
}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
             common css end
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
             preloader css start
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
.pre_loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 9999999999;
}

.pre_loader img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
             preloader css end
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
             Menu part start
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
.main-manu {
  height: 66px;
  background: rgba(68, 68, 68, 0.288);
  left: 0;
  position: absolute;
  top: 20px;
  width: 100%;
  z-index: 99999;
  transition: all linear .3s;
}

.main-manu ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  font-family: var(--ff2);
  padding: 0 10px;
  line-height: 33px;
  position: relative;
}

.main-manu ul li a:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: var(--brand);
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform-origin: 100% 0;
  transition: transform .3s;
  -webkit-transition: transform .3s;
  -moz-transition: transform .3s;
  -ms-transition: transform .3s;
  -o-transition: transform .3s;
}

.main-manu ul li a:hover:after {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform-origin: 0 0;
}


.main-manu ul li a:hover span {
  color: var(--brand);
}

.main-manu ul li a:hover {
  color: var(--brand);
  background: transparent;
}

.main-manu .navbar-brand {
  width: 246px;
  height: 66px;
  line-height: 59px;
  text-align: center;
}

.active {
  transition: .3s all ease;
  -webkit-transition: .3s all ease;
  -moz-transition: .3s all ease;
  -ms-transition: .3s all ease;
  -o-transition: .3s all ease;
}

.active-btn {
  background: var(--brand);
}

.navbar-nav li.active a {
  color: #fff;
}

.nav-link:focus,
.nav-link:hover {
  color: #fff;
}

.menu-fix {
  position: fixed;
  left: 0;
  top: 0px;
  width: 100%;
  z-index: 999;
  background: #000;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
  height: 100px;
}

.navbar-toggler {
  float: right;
  border: none;
  padding-right: 0;
}

.navbar-toggler:active,
.navbar-toggler:focus {
  outline: none;
}

.main-manu .navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 1px solid #ffffff;
  transition: all 300ms linear;
}

.main-manu .navbar-toggler-icon:after,
.main-manu .navbar-toggler-icon:before {
  width: 24px;
  position: absolute;
  height: 1px;
  background-color: #ffffff;
  top: 0;
  left: 0;
  content: '';
  z-index: 2;
  transition: all 300ms linear;
}

.main-manu .navbar-toggler-icon:after {
  top: 8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}

.navbar-toggler {
  z-index: 999;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-menu {
  display: none;
  position: absolute;
  z-index: 1;
}

.dropdown-menu:hover {
  background: #000;
}

.dropdown-menu .dropdown-item:hover {
  background: var(--brand);
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown:hover .dropdown-menu a {
  color: #fff;
}

.dropdown:hover .dropdown-menu a::after {
  display: none;
}

.btop {
  width: 50px;
  height: 50px;
  background: #444;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 999;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: none;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}


.btop:hover {
  color: #fff;
  background: var(--brand);
}

.navbar-toggler {
  z-index: 999;
}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
             Menu part end
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
             Banner part start
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
.fnc-slider {
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  height: 100vh;
}

.fnc-slider *,
.fnc-slider *:before,
.fnc-slider *:after {
  box-sizing: border-box;
}

.fnc-slider__slides {
  position: relative;
  height: 100%;
  transition: transform 1s 0.6666666667s;
}

.fnc-slider .m--navbg-green {
  background-color: var(--brand);
}

.fnc-slider .m--navbg-dark {
  background-color: var(--brand);
}

.fnc-slider .m--navbg-red {
  background-color: var(--brand);
}

.fnc-slider .m--navbg-blue {
  background-color: var(--brand);
}

.fnc-slide {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
}

.fnc-slide.m--before-sliding {
  z-index: 2 !important;
  transform: translate3d(100%, 0, 0);
}

.fnc-slide.m--active-slide {
  z-index: 1;
  transition: transform 1s 0.6666666667s ease-in-out;
  transform: translate3d(0, 0, 0);
}

.fnc-slide__inner {
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center top;
  transform: translate3d(0, 0, 0);
}

.m--global-blending-active .fnc-slide__inner,
.m--blend-bg-active .fnc-slide__inner {
  background-blend-mode: luminosity;
}

.m--before-sliding .fnc-slide__inner {
  transform: translate3d(-100%, 0, 0);
}

.m--active-slide .fnc-slide__inner {
  transition: transform 1s 0.6666666667s ease-in-out;
  transform: translate3d(0, 0, 0);
}

.fnc-slide__mask {
  overflow: hidden;
  z-index: 1;
  position: absolute;
  right: 60%;
  top: 15%;
  width: 50.25vh;
  height: 67vh;
  margin-right: -90px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0, 6vh 0, 6vh 61vh, 44vh 61vh, 44vh 6vh, 6vh 6vh);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0, 6vh 0, 6vh 61vh, 44vh 61vh, 44vh 6vh, 6vh 6vh);
  transform-origin: 50% 0;
  transition-timing-function: ease-in-out;
}

.m--before-sliding .fnc-slide__mask {
  transform: rotate(-10deg) translate3d(200px, 0, 0);
  opacity: 0;
}

.m--active-slide .fnc-slide__mask {
  transition: transform 0.7s 1.2222222222s, opacity 0.35s 1.2222222222s;
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.m--previous-slide .fnc-slide__mask {
  transition: transform 0.7s 0.3333333333s, opacity 0.35s 0.6833333333s;
  transform: rotate(10deg) translate3d(-200px, 0, 0);
  opacity: 0;
}

.fnc-slide__mask-inner {
  z-index: -1;
  position: absolute;
  left: 115%;
  top: 52%;
  width: 100vw;
  height: 100vh;
  margin-left: -50vw;
  margin-top: -50vh;
  background-size: cover;
  background-position: center center;
  background-blend-mode: luminosity;
  transform-origin: 50% 16.5vh;
  transition-timing-function: ease-in-out;
}

.m--before-sliding .fnc-slide__mask-inner {
  transform: translateY(0) rotate(10deg) translateX(-200px) translateZ(0);
}

.m--active-slide .fnc-slide__mask-inner {
  transition: transform 0.7s 1.2222222222s;
  transform: translateX(0);
}

.m--previous-slide .fnc-slide__mask-inner {
  transition: transform 0.7s 0.3333333333s;
  transform: translateY(0) rotate(-10deg) translateX(200px) translateZ(0);
}

.fnc-slide__content {
  z-index: 2;
  position: absolute;
  left: 40%;
  top: 24%;
}

.fnc-slide__heading {
  margin-bottom: 10px;
  text-transform: uppercase;
}

.fnc-slide__heading-line {
  overflow: hidden;
  position: relative;
  padding-right: 20px;
  font-size: 100px;
  color: #fff;
  word-spacing: 10px;
  font-family: var(--ff1);
}

.fnc-slide__heading-line:nth-child(2) {
  padding-left: 30px;
  color: var(--brand);
}

.m--before-sliding .fnc-slide__heading-line {
  transform: translateY(100%);
}

.m--active-slide .fnc-slide__heading-line {
  transition: transform 1.5s 1s;
  transform: translateY(0);
}

.m--previous-slide .fnc-slide__heading-line {
  transition: transform 1.5s;
  transform: translateY(-100%);
}

.fnc-slide__heading-line span {
  display: block;
}

.m--before-sliding .fnc-slide__heading-line span {
  transform: translateY(-100%);
}

.m--active-slide .fnc-slide__heading-line span {
  transition: transform 1.5s 1s;
  transform: translateY(0);
}

.m--previous-slide .fnc-slide__heading-line span {
  transition: transform 1.5s;
  transform: translateY(100%);
}

.fnc-slide__action-btn {
  position: relative;
  margin-left: 200px;
  padding: 5px 15px;
  font-size: 20px;
  line-height: 1;
  color: transparent;
  border: none;
  text-transform: uppercase;
  background: transparent;
  cursor: pointer;
  text-align: center;
  outline: none;
}

.fnc-slide__action-btn span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  perspective: 1000px;
  transform-style: preserve-3d;
  transition: transform 0.3s;
  transform-origin: 50% 0;
  line-height: 30px;
  color: #fff;
}

.fnc-slide__action-btn span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-top: none;
  border-bottom: none;
}

.fnc-slide__action-btn span:after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 30px;
  background: #1f2833;
  opacity: 0;
  transform-origin: 50% 0;
  transform: translateY(100%) rotateX(-90deg);
  transition: opacity 0.15s 0.15s;
}

.fnc-slide__action-btn:hover span {
  transform: rotateX(90deg);
}

.fnc-slide__action-btn:hover span:after {
  opacity: 1;
  transition: opacity 0.15s;
}

.fnc-nav {
  z-index: 5;
  position: absolute;
  right: 0;
  bottom: 0;
}

.fnc-nav__bgs {
  z-index: -1;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.fnc-nav__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.fnc-nav__bg.m--nav-bg-before {
  z-index: 2 !important;
  transform: translateX(100%);
}

.fnc-nav__bg.m--active-nav-bg {
  z-index: 1;
  transition: transform 1s 0.6666666667s;
  transform: translateX(0);
}

.fnc-nav__controls {
  font-size: 0;
}

.fnc-nav__control {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100px;
  height: 50px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  transition: background-color 0.5s;
}

.fnc-nav__control.m--active-control {
  background: #000;
}

.fnc-nav__control-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transform-origin: 0 50%;
  transform: scaleX(0);
  transition-timing-function: linear !important;
}

.m--with-autosliding .m--active-control .fnc-nav__control-progress {
  transform: scaleX(1);
}

.m--prev-control .fnc-nav__control-progress {
  transform: translateX(100%);
  transition: transform 0.5s !important;
}

.m--reset-progress .fnc-nav__control-progress {
  transform: scaleX(0);
  transition: transform 0s 0s !important;
}

.m--autosliding-blocked .fnc-nav__control-progress {
  transition: all 0s 0s !important;
  transform: scaleX(0) !important;
}

.a {
  position: relative;
  letter-spacing: 0.25em;
  margin: 0 auto;
  padding: 8px 29px;
  background: transparent;
  outline: none;
  font-size: 16px;
  color: #000;
  z-index: 1;
  margin-top: 38px;
  font-weight: 600;
  margin-left: 107px;
  font-family: var(--ff2);
}

.a:hover {
  color: #fff;
}

.a::after,
.a::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 50%;
  transform: skewX(30deg);
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  z-index: -2;
}

.a::before {
  background-color: var(--brand);
  top: -7px;
  left: 3px;
}

.a::after {
  background-color: #fff;
  top: 6px;
  left: 81px;
}

.a:hover::before,
.a:hover::after {
  top: 0;
  transform: skewx(0deg);
}

.a:hover::after {
  left: 0rem;
  background: var(--brand);
}

.a:hover::before {
  left: 75px;
  background: var(--brand);
}



/* NOT PART OF COMMON SLIDER STYLES */
body {
  margin: 0;
}

.demo-cont {
  overflow: hidden;
  position: relative;
  height: 100vh;
  perspective: 1500px;
  background: #000;
}

.demo-cont__credits {
  box-sizing: border-box;
  overflow-y: auto;
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
  width: 400px;
  height: 100%;
  padding: 20px 10px 30px;
  background: #303030;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #fff;
  text-align: center;
  transition: transform 0.7s;
  transform: translate3d(100%, 0, 0) rotateY(-45deg);
  will-change: transform;
}

.credits-active .demo-cont__credits {
  transition: transform 0.7s 0.2333333333s;
  transform: translate3d(0, 0, 0);
}

.demo-cont__credits *,
.demo-cont__credits *:before,
.demo-cont__credits *:after {
  box-sizing: border-box;
}

.demo-cont__credits-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 28px;
  height: 28px;
  cursor: pointer;
}

.demo-cont__credits-close:before,
.demo-cont__credits-close:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  background: #fff;
}

.demo-cont__credits-close:before {
  transform: rotate(45deg);
}

.demo-cont__credits-close:after {
  transform: rotate(-45deg);
}

.demo-cont__credits-heading {
  text-transform: uppercase;
  font-size: 40px;
  margin-bottom: 20px;
}

.demo-cont__credits-img {
  display: block;
  width: 60%;
  margin: 0 auto 30px;
  border-radius: 10px;
}

.demo-cont__credits-name {
  margin-bottom: 20px;
  font-size: 30px;
}

.demo-cont__credits-link {
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
  color: #fff;
}

.demo-cont__credits-blend {
  font-size: 30px;
  margin-bottom: 10px;
}

.example-slider {
  z-index: 2;
  transform: translate3d(0, 0, 0);
  transition: transform 0.7s;
}

.credits-active .example-slider {
  transform: translate3d(-400px, 0, 0) rotateY(10deg) scale(0.9);
}

.example-slider .fnc-slide-3 .fnc-slide__inner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
}

.example-slider .fnc-slide-4 .fnc-slide__inner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.example-slider .fnc-slide__heading,
.example-slider .fnc-slide__action-btn,
.example-slider .fnc-nav__control {
  font-family: var(--ff2);
}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
             Banner part end
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
             breadcrumb part start
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
.breadcrumb_item {
  /*! padding: 259px 0 205px; */
  position: relative;
  z-index: 2;
  min-height: 670px;
}

.breadcrumb-wrap {
  display: inline-block;
}

.breadcrumb-title h2 {
  font-size: 48px;
  margin-bottom: 25px;
  line-height: 1;
  color: #fff;
  text-transform: capitalize;
  font-family: var(--ff1);
}

.breadcrumb-item a {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.breadcrumb>.active {
  color: var(--brand) !important;
  font-weight: 600;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
  font-weight: 800;
}


/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
             breadcrumb part end
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
             about part start
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
#about {
  padding: 120px 0 115px;
}

.about-txt {
  /*! margin-top: 20px; */
  position: relative;
  z-index: 2;
  /*! font-family: var(--ff1); */
}

.about-img {
  position: relative;
  z-index: 3;
}

.about-txt h3 {
  font-size: 20px;
  font-family: var(--ff1);
  margin-bottom: 15px;
  color: var(--brand);
}

.about-txt p {
  font-size: 16px;
  /*! line-height: 26px; */
  padding-bottom: 15px;
  color: #fff;
  font-family: var(--ff2);
  font-weight: 400;
}


.about-txt img {
  width: 300px;
  float: right;
}

.about-img {
  position: relative;
}

.about-img::after {
  position: absolute;
  content: "";
  top: 45px;
  left: -45px;
  background: url(../images/Shape/about.png) no-repeat center/cover;
  width: 80%;
  height: 100%;
}

.about-text {
  position: absolute;
  width: 180px;
  height: 180px;
  /* background-color: var(--brand); */
  /* padding: 24px 0; */
  border-radius: 50%;
  text-align: center;
  color: #fff;
  transform: translate(-124%, -138px);
  left: 102%;
  /*! right: 0; */
  top: 168px;
  /* border: 5px double #fff; */
}

.about-text::after {
  position: absolute;
  content: "";
  right: 0%;
  top: 0%;
  width: 99%;
  height: 100%;
  z-index: 2;
  background: url(../images/Shape/flower.png) no-repeat center/cover;
  animation-name: myframes;
  animation: myframes 6s linear infinite;
  -webkit-animation: myframes 6s linear infinite;
  z-index: -1;
}


@keyframes myframes {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}

.about-text span {
  font-size: 56px;
  color: #fff;
  position: relative;
  display: inline-block;
  font-weight: 300;
  width: 100%;
  /*! font-family: 'Oswald', sans-serif; */
  margin-bottom: 2px;
  font-family: var(--ff1);
}

.about-text p {
  font-family: var(--ff1);
}

.about-text span sub {
  font-size: 30px;
  color: #fff;
  font-weight: 300;
  margin-left: -11px;
  bottom: 0;
}

.counter-txt h3 {
  font-size: 40px;
  font-family: var(--f1);
  font-weight: 600;
  color: #000;
}

.counter-con h3 {
  font-size: 40px;
  font-family: var(--ff1);
  font-weight: 600;
  color: #fff;
  z-index: 1;
}

.counter-txt {
  background: var(--brand);
  border-radius: 10px;
}

.counter-txt p {
  font-size: 18px;
  font-weight: 700;
  font-family: var(--ff2);
  color: #fff;
  position: relative;
}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
             about part end
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
             team part start
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
#Team {
  padding: 120px 0 115px;
}

.team-item img {
  transition: .5s;
}

.team-item {
  box-shadow: 0px 0px 8px 6px rgba(0, 106, 78, 0.2);
  width: 100%;
  height: 100%;
  background: var(--brand);
}

.team-item:hover img {
  transform: scale(1.1);
}

.team-item h5 {
  color: #fff;
  font-family: var(--ff1);
}

.team-item small {
  color: #fff;
  text-transform: capitalize;
}

.team-item .team-social {
  position: absolute;
  width: 38px;
  top: 50%;
  left: -38px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  transition: .5s;
}

.team-item .team-social .btn {
  color: var(--brand);
  background: #FFFFFF;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.team-item .team-social .btn:hover {
  color: #FFFFFF;
  background: var(--brand);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.team-item:hover .team-social {
  left: 0;
}

.view_profile {
  position: absolute;
  top: 100%;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.view_profile a {
  background: #fff;
  color: var(--brand);
  padding: 5px 10px;
  border-radius: 20px;
  font-weight: 800;
  font-family: var(--ff2);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.view_profile a {
  background: #fff;
  color: var(--brand);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.view_profile a:hover {
  background: var(--brand);
  color: #fff;
}

.team-item:hover .view_profile {
  top: 75%;
}

.section-title {
  color: var(--brand);
  font-family: var(--ff1);
  font-size: 30px;
}

.section-sub-title {
  text-transform: capitalize;
  color: var(--brand);
  font-family: var(--ff1);
  font-size: 30px;
}

.profile-p {
  color: #fff;
  font-weight: 500;
  font-family: var(--ff2);
}

.section-sub-title span {
  color: var(--primary2);
}

.ts-team-wrapper {
  position: relative;
  /* overflow: hidden; */
  z-index: 5;
}

.ts-team-wrapper .ts-team-content {
  position: absolute;
  top: 76%;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px 25px;
  margin-top: 0;
  color: #fff;
  background: rgba(42, 148, 201, 0.5);
  transition: 350ms;
}

.ts-team-wrapper .ts-name {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 3px;
  line-height: normal;
  color: #fff;
}

.ts-team-wrapper .ts-designation {
  color: #fff;
  font-size: 14px;
  margin-bottom: 35px;
  font-weight: 700;
}

.ts-team-wrapper .team-social-icons a i {
  margin-right: 16px;
  text-align: center;
  transition: 400ms;
  width: 30px;
  height: 30px;
  background: #fff;
  line-height: 30px;
  color: var(--primary2);
}

.ts-team-wrapper .team-social-icons a i:hover {
  color: #fff;
  background: var(--primary2);
}

.profile a {
  background: #fff;
  color: var(--primary2);
  font-family: "Montserrat", sans-serif;
  padding: 13px;
  font-weight: 800;
}

.profile a:hover {
  background: var(--primary2);
  color: #fff;
}

.profile_info h3 {
  color: var(--brand);
  font-family: var(--ff1);
  text-transform: capitalize;
  margin-top: 5px;
}

.ts-description {
  color: #ffff !important;
}

.profile_info p {
  color: #fff;
  text-transform: capitalize;
  text-align: center;
}

.profile-btn a {
  font-family: var(--ff2);
  background: var(--brand);
  color: #fff;
  margin-top: 15px;
  border: 2px solid var(--brand);
  border-radius: 0;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
  font-weight: 800;
}

.profile-btn a:hover {
  background: #fff;
  color: var(--brand);
  margin-top: 15px;
  border: 2px solid var(--brand);
}

.Profile_item {
  margin-top: -180px;
}

.Profile_item img {
  border: 10px solid #fff;
}

.profile_text h5 {
  color: var(--brand);
  font-family: var(--ff1);
  font-weight: 800;
  font-size: 25px;
  margin-top: 10px;
}

.profile_text h3 {
  font-size: 15px;
  font-family: var(--ff2);
  color: #fff;
  font-weight: 800;
}

.certificates {
  padding: 20px 0;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.skill-my-bar h3 {
  color: var(--brand);
  font-family: var(--ff1);
  margin-bottom: 5px;
}

.certificates h3 {
  color: var(--brand);
  font-family: var(--ff1);
  margin-bottom: 5px;
}

.certificates img {
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.certificates img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.certificates img {
  cursor: pointer;
  margin: 1.33px;
}

.ts-team-wrapper:hover .ts-team-content {
  top: 0;
  padding-top: 50px;
}

.progressbar-item {
  color: #fff;
}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
             team part end
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
             awards part start
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
#awards {
  padding: 120px 0 139px;
  background-color: #444;
  /*! margin: 107px 0 80px; */
}

.awards-row img {
  width: 100%;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
  margin-left: 7px;
}

.awards-logo:hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.awards-row .draggable {
  padding: 10px 0 !important;
}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
             awards part end
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
             Services part start
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
#Services {
  padding: 80px 0 85px;
}

.ser-mar {
  margin-bottom: 50px;
}

.Services-col {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  display: inline-block;
  position: relative;
  text-align: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  box-shadow: none !important;
}

.Services-col h6 {
  font-size: 17px;
  position: absolute;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  color: #fff;
  left: 100%;
  margin: 0;
  opacity: 0.8;
  padding: 10px 40px 0 0;
  right: 0;
  font-family: var(--ff2);
  top: 30px;
  white-space: nowrap;
  font-weight: 700;
}

.Services-col i {
  font-size: 65px;
  position: absolute;
  color: #fff;
  opacity: 0;
  margin: 0;
  right: 63px;
  bottom: 131px;
  font-weight: 700;
  z-index: 2;
}

.Services-col i:hover {
  color: var(--brand);
}

.Services-col {
  width: 94%;
  margin-left: 10px;
}

.Services-col:hover i {
  opacity: 1;
}

.Services-col:hover .services-title,
.Services-col.hover .services-title {
  background-color: #000;
}

.Services-col *,
.Services-col ::before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.prv,
.nxt {
  width: 40px;
  height: 40px;
  color: var(--brand);
  font-size: 20px;
  cursor: pointer;
  position: absolute;
  top: 97%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 2;
  border: 2px solid var(--brand);
}

#Services .fa-solid {
  line-height: 1.7;
}

.prv {
  left: 38%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.nxt {
  right: 38%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.Services-col img {
  /*! box-shadow: 0 0 31px rgba(0, 0, 0, 0.2); */
  max-width: 100%;
  position: relative;
  padding: 30px 40px 0 0;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.services-title {
  background-color: var(--brand);
  bottom: 30px;
  left: 40px;
  position: absolute;
  right: 0;
  top: 0;

}

#Services .slick-dots {
  display: flex;
  position: absolute;
  left: 50%;
  bottom: 11px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: auto;
}

#Services .slick-dots li button {
  font-size: 0;
  width: 20px;
  height: 8px;
  background: #fff;
  border: 3px solid var(--brand);
  margin: 0 6px;
}

#Services .slick-dots li.slick-active button {
  width: 25px;
  height: 13px;
  background: var(--brand);
  border-color: var(--brand);
}


/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
           Services part end
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
             Testimonial part start
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
#Testimonial {
  padding: 120px 0 120px;
}

#Testimonial .blockquote {
  font-family: var(--ff1);
}

.Testimonial-col {
  background-color: #fff;
  position: relative;
  padding: 30px 30px;
  margin-left: 13px;
  /* border: 2px solid var(--brand); */
  opacity: 0.5;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
  transform: rotateY(-60deg);
  -webkit-transform: rotateY(-60deg);
  -moz-transform: rotateY(-60deg);
  -ms-transform: rotateY(-60deg);
  -o-transform: rotateY(-60deg);
}

.Testimonial-col:after {
  background: url(../images/Shape/test.png) center/cover;
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0.4;
}

.Testimonial-col img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-left: 39%;
}

.Testimonial-col i {
  position: absolute;
  top: 70px;
  left: 40%;
  font-size: 20px;
  width: 30px;
  height: 30px;
  background: var(--brand);
  color: #fff;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.Testimonial-col .blockquote {
  margin-bottom: 1rem;
  font-size: 19px;
  font-family: var(--ff2);
  color: #000;
}

.Testimonial-col .blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: var(--p);
  color: var(--brand);
  line-height: var(--pl);
  font-family: var(--ff1);
  font-weight: 800;
}

.Testimonial-col .blockquote-footer2 {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: var(--p);
  color: #000;
  line-height: var(--pl);
  font-family: var(--ff2);
}

#Testimonial .slick-dots {
  display: flex;
  position: absolute;
  left: 50%;
  bottom: -51px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: auto;
}

#Testimonial .fa-solid {
  line-height: 1.7;
}

#Testimonial .slick-dots li button {
  text-indent: -99999px;
  border: none;
  padding: 0;
  margin-left: 10px;
  z-index: 1;
  cursor: pointer;
  background: no-repeat;
  transition: .3s;
  background-color: #e7e7e7;
  height: 2px;
  width: 30px;
  border-radius: 5px;
}

#Testimonial .prv,
#Testimonial .nxt {
  width: 40px;
  height: 40px;
  color: var(--brand);
  font-size: 20px;
  cursor: pointer;
  position: absolute;
  top: 458px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 2;
  border: 2px solid var(--brand);
}

#Testimonial .prv {
  left: 40%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

#Testimonial .nxt {
  right: 40%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

#Testimonial .slick-dots li.slick-active button {
  width: 40px;
  border-radius: 5px;
  background-color: var(--brand);
}

.test-slider .slick-center .Testimonial-col {

  display: block;
  opacity: 1;
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
}

.test-slider .draggable {
  padding: 10px 0 !important;
}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
           Testimonial part end
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
           Makeup part start
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
.makeup-menu li {
  width: 16.66666%;
  height: 50px;
  background: #f1f1f1;
}

.makeup_menu {
  margin-bottom: 73px;
}

#makeup {
  padding: 120px 0 115px;
}

.nav-pills .nav-link {
  border: none;
  transition: .3s;
  padding-bottom: 10px;
  cursor: pointer;
  outline: none;
  color: #000;
  font-weight: 300;
  text-transform: uppercase;
  position: relative;
  padding-top: 10px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 30px;
  font-family: var(--ff2);
  background: #fff;
  margin-left: 10px;
}

.makeup-menu li button:hover {
  color: #222222;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background: var(--brand);
  color: #fff;
  /*! box-shadow: inset 0 -2px 0 #000; */
}

.logo-fix ul li p {
  font-size: 16px;
}

.logo-fix ul li p:last-child {
  font-size: 14px;
}

.makeup-body ul li {
  width: 19.64%;
  margin-right: 5px;
  background: #f1f1f1;
  margin-bottom: 5px;
  text-align: center;
  padding: 50px 0;
}

.makeup-body ul li:nth-child(5),
.makeup-body ul li:nth-child(10) {
  margin-right: 0;
}

.Classic-img {
  position: relative;
  border: 1px solid #fff;
}

.Classic-img .overly {
  position: absolute;
  top: 92px;
  right: 40px;
  width: 351px;
  height: 407px;
  background: #000;
  border: 10px solid transparent;
  border-image: url(../images/Shape/border.png) 20% round;
}

.makeup-txt {
  padding: 15% 10%;
}

.makeup-txt h3 {
  color: var(--brand);
  font-size: 30px;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: var(--ff1);
}

.makeup-txt p {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  font-family: var(--ff2);
}

.makeup-txt a:last-child {
  color: var(--brand);
  font-size: 15px;
  font-weight: 500;
  font-family: var(--ff2);
  background: transparent;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  padding: 0 10px;
}

.makeup-txt a:last-child:hover {
  color: #fff;
  background: var(--brand);
}

.logo-fix ul li {
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.makeup-menu li button:hover {
  color: var(--brand);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
             Makeup part end
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
             Service single part start
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
#service_single {
  padding: 120px 0 115px;
}

.service_single h4 {
  color: var(--brand);
  font-family: var(--ff1);
  font-weight: 800;
  font-size: 40px;
}

.service_single h5 {
  color: #fff;
  font-family: var(--ff2);
  font-weight: 500;
  font-size: 20px;
}

.service_single i {
  color: var(--brand);
  font-size: 40px;
}

.service_single ul li {
  border: 2px solid var(--brand);
  margin: 5px 0;
  padding: 5px 5px;
}

.service_single ul li i {
  color: var(--brand);
  font-size: 20px;
  font-weight: 800;
}

.service_single ul li p {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.service_single .table {
  text-align: center;
}

.service_single .table thead tr th {
  color: #fff;
  font-weight: 800;
  border: 0;
}

.service_single .table tbody tr td {
  color: #fff !important;
  font-weight: 500 !important;
  border: 0;
}

.service_single .accordion-item {
  border: none;
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: var(--brand);
  /*! box-shadow: inset 0 -1px 0 rgba(236, 129, 134, 0.701); */
}

.accordion-button {
  background: #000;
  border: 1px solid var(--brand);
  color: #fff;
}

.accordion-button:focus {
  z-index: 3;
  border-color: var(--brand);
  outline: 0;
  box-shadow: none;
}

.table-striped>tbody>tr:nth-of-type(2n+1) {
  --bs-table-accent-bg: rgba(236, 129, 134, 0.15);
  color: var(--bs-table-striped-color);
}

.service_single .accordion-button:not(.collapsed) {
  box-shadow: none;
}

.service_single .accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: none;
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
}


/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
             Service single part end
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
             Plans part start
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
#Plans {
  padding: 116px 0 120px;
}

.section-prices {
  padding: 0 5px;
  margin-bottom: 4px;
}

.section-prices .section-header {
  background-color: #FFF;
  margin-bottom: 1rem;
  padding: 1.5rem 1rem;
  text-align: center;
  color: #555;
  font-weight: 700;
  box-shadow: 0 10px 35px -10px rgba(0, 0, 0, .3);
  font-family: var(--ff1);
}

.body ul li {
  margin-bottom: 10px;
}

.body ul li h5 {
  transition: all linear .2s;
  -webkit-transition: all linear .2s;
  -moz-transition: all linear .2s;
  -ms-transition: all linear .2s;
  -o-transition: all linear .2s;
  cursor: pointer;
  font-size: 20px;
  font-family: var(--ff2);
  /*! border-radius: 10px 0 0 10px; */
}

.body ul li:hover h5 {
  padding-left: 5px;
  border-left: 5px solid var(--brand);
}

.list-boxs .card {
  width: 100%;
  text-align: center;
  position: relative;
  /*! max-width: 300px; */
  border: 3px solid var(--brand);
}

.list-boxs .card .head,
.list-boxs .card .body {
  background-color: #FFF;
  padding: 1.5rem 1rem;
}

.list-boxs .card .head {
  color: var(--brand);
  font-size: 26px;
  text-transform: uppercase;
  transform: translateY(30px);
  transition: transform .3s linear;
  border-bottom: 1px solid #F2F2F2;
  font-family: var(--ff1);
}

.list-boxs .card:hover .head {
  transform: translateY(0);
}

.list-boxs .card .ticket {
  color: var(--brand);
  width: 80%;
  margin: 0 auto;
  padding: 11px;
  font-size: 1.4rem;
  font-weight: bold;
  height: 58px;
  box-shadow: inset 0px 6px 6px -5px rgba(0, 0, 0, .25),
    inset 0px -6px 6px -5px rgba(0, 0, 0, .25);
}

.list-boxs .starter .ticket {
  background-color: rgba(214, 51, 132, 0.06);
  border: 3px solid #d63384;
}

.list-boxs .card .body {
  transform: translateY(-30px);
  transition: transform .3s linear;
}

.list-boxs .card:hover .body {
  transform: translateY(0);
}

.list-boxs .card p {
  font-size: .95rem;
  color: #333;
  text-align: justify;
}

.list-boxs .card .btn {
  margin-top: 2rem;
  padding: .6rem 1rem;
  outline: none;
  font-size: .85rem;
  font-family: var(--ff2);
  font-weight: 500;
  min-width: 160px;
  border: 1px solid #000;
  background-color: #555;
  color: #fff;
  cursor: pointer;
  transition: all .2s linear;
}

.list_active .card .body {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}

.list_active .card .head {
  transform: translateY(0);
}

.list-boxs .card .btn:hover {
  box-shadow: 0 5px 10px 1px rgba(0, 0, 0, .15);
}

.list-boxs .starter .btn {
  background: var(--brand);
  border-color: var(--brand);
}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
           Plans part end
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
             portfolio part start
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
#portfolio {
  padding: 120px 0 99px;
  background: #000;
}

.filter_menu {
  margin-bottom: 24px;
}

.filter_menu ul {
  display: flex;
  justify-content: center;
  background: #000;
}

.filter_menu ul li {
  border: none;
  transition: .3s;
  padding-bottom: 10px;
  cursor: pointer;
  outline: none;
  color: #000;
  font-weight: 300;
  text-transform: uppercase;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 30px;
  font-family: var(--ff2);
  background: #fff;
  margin-left: 10px;
  margin-bottom: 6px;
}


.filter_menu ul li:hover {
  color: var(--brand);
}

.filter_img {
  display: flex;
  flex-wrap: wrap;
}

.filter_img .img {
  width: 33.33%;
  /* padding: 16px; */
}

.filter_img .img img {
  width: 100%;
  max-width: 100%;
}

.filter_menu ul li.mixitup-control-active {
  /*! color: var(--brand); */
  /*! border: 1px dashed var(--brand); */
  /*! position: relative; */
  /*! z-index: 2; */
  background: var(--brand);
  color: #fff;
}

.img {
  position: relative;
}

.portfolio_overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(214, 51, 132, 0.6);
  display: none;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.img:hover .portfolio_overlay {
  display: block;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}


/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
             portfolio part end
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
           gallery part start
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
.gallery-carousel .gallery-image {
  position: relative;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.gallery_overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(214, 51, 132, 0.6);
  display: none;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.gallery-image:hover .gallery_overlay {
  display: block;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.plus-link {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 28px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.plus-link a {
  color: #fff;
  font-size: 40px;
}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
             gallery part end
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
           blog part start
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
#blog {
  padding: 120px 0 120px;
}

.blog_text h4 {
  color: #f1f1f1;
  font-size: 25px;
  font-weight: 500;
  font-family: var(--ff2);
  padding-top: 10px;
  padding-bottom: 10px;
}

.blog_text a {
  color: var(--brand);
  font-size: 20px;
  font-weight: 300;
  font-family: var(--ff1);
  padding-top: 5px;
  transition: all linear .3s;
}

.blog_text {
  position: relative;
  padding: 30px 30px;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
  display: grid;
}

.blog_text .read {
  color: var(--brand);
  font-size: 14px;
  font-family: var(--ff2);
  transition: all linear .3s;
}

.blog_text::after {
  position: absolute;
  content: '';
  border-bottom: 15px solid #444;
  border-top: 15px solid transparent;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  top: -30px;
  left: 20px;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.blog_img {
  position: relative;
  background: #444;
  width: 94%;
  margin-left: 10px;
  overflow: hidden;
}

.blog_img .overly {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  opacity: 0;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.blog_img:hover .overly {
  opacity: 1;
}

.blog_text .read:hover {
  color: #f1f1f1;
}

.blog_text a:hover {
  color: #f1f1f1;
}

.blog_img .overly i {
  color: #fff;
  font-size: 20px;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.blog_cate ul li:hover a {
  color: var(--brand);

}

.blog_text ul li {
  display: inline-block;
  margin-right: 8px;
  border-right: 2px solid #f1f1f1;
  padding-right: 8px;
  color: #f1f1f1;
}

.blog_text ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border: none;
}

#blog {
  padding: 120px 0 120px;
  /*! background-color: #fff; */
}

#blog .blog-banner a {
  overflow: hidden;
  display: block;
}

.logo_search form input {
  width: 63%;
  height: 65px;
  border: 0;
  border-radius: 10px 0 0 10px;
  margin-right: -5px;
  padding: 0px 0 0 23px;
}

.logo_search form button {
  width: 37%;
  height: 65px;
  border: 0;
  border-radius: 0 10px 10px 0;
  color: #fff;
  background: var(--brand);
  -webkit-transition: all linear .3s;
  transition: all linear .3s;
  font-weight: 700;
}

#blog .blog-txt a {
  color: #fff;
  font-size: 30px;
  font-family: var(--ff1);
  margin-bottom: 20px;
}

#blog .blog-txt h6 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 9px;
  color: #fff;
}

#blog .blog-txt p {
  font-size: 15px;
  color: #fff;
  margin-bottom: 30px;
}

#blog .blog-txt h4 {
  font-size: 15px;
  margin-top: 27px;
  margin-bottom: 27px;
  font-weight: 600;
  color: #fff;
}

#blog .blog-txt h4 a {
  color: #fff;
}

#blog .blog-right-side .all-cat .z_right_img {
  margin-bottom: 15px;
}

/* 
#blog .blog-right-side .all-cat .z_right_text .blog-side-detail a {
  color: #FFF;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 3px;
} */

#blog .blog-right-side .all-cat .z_right_text .blog-side-detail p {
  color: #fff;
  font-size: 12px;
  font-family: var(--ff2);
}

#blog .blog-right-side .all-cat .logo-search {
  position: relative;
  margin-bottom: 33px;
}

#blog .blog-right-side .all-cat .logo-search button {
  position: absolute;
  top: 4px;
  right: 42px;
  background-color: transparent;
  border-color: transparent;
}

#blog .blog-right-side .all-cat .logo-search button i {
  color: #000;
}

#blog .blog-right-side .all-cat h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  position: relative;
  display: inline-block;
  margin-bottom: 12px;
}

#blog .blog-right-side .all-cat ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--ff2);
  line-height: 30px;
  transition: all linear .3s;
}

#blog .blog-right-side .all-cat .par a {
  padding: 5px 10px;
  background: transparent;
  margin-bottom: 5px;
  border: 1px solid #eee;
  color: #fff;
  -webkit-transition: all linear .3s;
  transition: all linear .3s;
}

#blog .blog-right-side .all-cat .par a:hover {
  color: var(--brand);
  border: 1px solid var(--brand);
}

#blog .blog-right-side .all-cat .par p {
  font-size: 13px;
  color: #fff;
}

#blog .pages {
  margin-top: 39px;
}

#BlogBread {
  padding-top: 13px;
}

#blog .blog-right-side .all-cat ul li a:hover {
  color: var(--brand);
  /*! background: var(--brand); */
}

.blog-author {
  padding: 40px 30px;
  background: var(--brand);
  margin-top: 50px;
  box-shadow: 0px 0px 8px 6px rgba(0, 0, 0, 0.2);
}

.media-body {
  text-align: center;
}

.blog-author img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-right: 30px;
  display: flex;
  margin: 0 auto;
}

.blog-author a {
  display: inline-block
}


.blog-author p {
  margin-bottom: 0;
  font-size: 15px;
  color: #fff;
}

.blog-author h4 {
  font-size: 25px;
  font-weight: 800;
  color: #fff;
}

.navigation-top {
  padding-top: 15px;
}

.navigation-top p {
  margin-bottom: 0
}

.navigation-top .like-info {
  font-size: 14px;
  color: #fff;
}

.navigation-top .like-info i,
.navigation-top .like-info span {
  font-size: 16px;
  margin-right: 5px;
  color: var(--brand);
}

.navigation-top .comment-count {
  font-size: 14px;
  color: #fff;
}

.navigation-top .comment-count i,
.navigation-top .comment-count span {
  font-size: 16px;
  margin-right: 5px;
  color: var(--brand);
}

.navigation-area {
  padding-bottom: 30px;
  margin-top: 55px
}

.navigation-area p {
  margin-bottom: 0px;
  color: #fff;
}

.navigation-area h4 {
  font-size: 18px;
  line-height: 25px;
  color: var(--brand);
}

.navigation-area .nav-left {
  text-align: left
}

.navigation-area .nav-left .thumb {
  margin-right: 20px;
  background: #000
}

.navigation-area .nav-left .thumb img {
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}

.navigation-area .nav-left .lnr {
  margin-left: 20px;
  opacity: 0;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}

.navigation-area .nav-left:hover .lnr {
  opacity: 1
}

.navigation-area .nav-left:hover .thumb img {
  opacity: .5
}



.navigation-area .nav-right {
  text-align: right
}

.navigation-area .nav-right .thumb {
  margin-left: 20px;
  background: #000
}

.navigation-area .nav-right .thumb img {
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}

.navigation-area .nav-right .lnr {
  margin-right: 20px;
  opacity: 0;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}


.navigation-area .nav-right:hover .lnr {
  opacity: 1
}

.navigation-area .nav-right:hover .thumb img {
  opacity: .5
}

.navigation-top .social-icons li {
  display: inline-block;
  margin-right: 15px
}

.navigation-top .social-icons li:last-child {
  margin: 0
}

.navigation-top .social-icons li i,
.navigation-top .social-icons li span {
  font-size: 14px;
  color: #999999
}

.arrow {
  position: absolute
}

.arrow .lnr {
  font-size: 20px;
  font-weight: 600
}

.section-tittle h3 {
  font-size: 20px;
  line-height: 35px;
  color: #fff;
}

.post-content {
    width: 100%;
    max-width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    /* 移除 overflow-x: auto */
}

/* 针对特定元素设置最大宽度 */
.post-content img,
.post-content iframe,
.post-content video {
    max-width: 100%;
    height: auto;
    display: block;
}

/* 修复表格样式 - 移除 white-space: nowrap */
.post-content table {
    max-width: 100%;
    width: 100%;
    border-collapse: collapse;
    /* 移除 display: block 和 white-space: nowrap */
}

.post-content table td,
.post-content table th {
    word-break: break-word;
    padding: 8px;
    border: 1px solid #ddd;
    /* 确保表格单元格可以换行 */
    white-space: normal;
}

/* 处理代码和预格式化文本 */
.post-content pre,
.post-content code {
    white-space: pre-wrap;
    word-wrap: break-word;
    max-width: 100%;
    overflow-x: auto;
    background: #f5f5f5;
    padding: 10px;
    border-radius: 4px;
}

/* 处理长URL和电子邮件 */
.post-content a {
    word-break: break-all;
}

/* 移动端优化 */
@media (max-width: 768px) {
    .post-content {
        font-size: 16px; /* 确保移动端字体合适 */
        line-height: 1.6;
    }
    
    .post-content table {
        font-size: 14px;
    }
    
    .post-content table td,
    .post-content table th {
        padding: 6px 4px;
    }
}

.logo_single_blog a {
  height: 35px;
  width: 35px !important;
  line-height: 35px !important;
  border-radius: 50%;
  display: inline-block;
  background: transparent;
  border: 1px solid #444;
  color: #ffffff;
  margin: 3px 3px;
  text-align: center !important;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.logo_single_blog a:hover {
  background: var(--brand);
  color: #ffffff !important;
  border-color: var(--brand);
  padding: 0 !important;
}


.pages ul li a {
  border: none;
  height: 50px;
  width: 50px;
  display: block;
  line-height: 50px;
  background: #222;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  text-align: center;
  transition: all linear .3s;
}

.pages ul li a:hover {
  color: #000;
  background: #fff;
}

.pages ul li.page-active a {
  background: #fff;
  color: #000;
}

.pages ul li {
  display: inline-block;
  margin-right: 6px;
  margin-left: 0;
  margin-bottom: 15px;
}

.comments-area {
  background: transparent;
  border-top: 1px solid #eee;
  padding: 45px 0;
  margin-top: 50px
}

.comments-area h4 {
  margin-bottom: 35px;
  font-size: 18px;
  color: #fff;
}

.comments-area h5 {
  font-size: 16px;
  margin-bottom: 0px
}

.comments-area .comment-list {
  padding-bottom: 48px
}

.comments-area .comment-list:last-child {
  padding-bottom: 0px
}

.comments-area .comment-list.left-padding {
  padding-left: 25px
}

.comments-area .thumb {
  margin-right: 20px
}

.comments-area .thumb img {
  width: 70px;
  border-radius: 50%
}

.single-comment h5 a {
  color: var(--brand);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.single-comment h5 a:hover {
  color: #fff;
}

.comments-area .date {
  font-size: 14px;
  color: var(--brand);
  margin-bottom: 0;
  margin-left: 20px;
}

.comments-area .comment {
  margin-bottom: 10px;
  color: #777777;
  font-size: 15px
}

.comments-area .btn-reply {
  background-color: transparent;
  color: #888888;
  padding: 5px 18px;
  font-size: 14px;
  display: block;
  font-weight: 400;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.comments-area .btn-reply:hover {
  color: #fff;
}

.comment-form {
  border-top: 1px solid var(--brand);
  padding-top: 45px;
  margin-top: 50px;
  margin-bottom: 20px
}

.comment-form .form-group .btn_1 {
  color: #fff;
  margin-top: 0px;
  background: var(--brand);
  padding: 10px 20px;
  border: none;
  margin-top: 10px;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.comment-form .form-group .btn_1:hover {
  background: #fff;
  color: var(--brand);
}

.comment-form h4 {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 22px;
  color: var(--brand);
}

.comment-form .name {
  padding-left: 0px
}

.comment-form .form-control {
  border: 1px solid #f0e9ff;
  border-radius: 5px;
  padding-left: 18px;
  font-size: 13px;
}

.comment-form .form-control:focus {
  outline: 0;
  box-shadow: none
}



.comment-form textarea {
  padding-top: 18px;
  border-radius: 12px;
  height: 100% !important
}

.comment-form ::-webkit-input-placeholder {
  font-size: 13px;
  color: #777
}

.comment-form ::-moz-placeholder {
  font-size: 13px;
  color: #777
}

.comment-form :-ms-input-placeholder {
  font-size: 13px;
  color: #777
}

.comment-form :-moz-placeholder {
  font-size: 13px;
  color: #777
}

.all-cat {
  padding: 25px;
}

.read_more {
  font-size: 15px !important;
  color: var(--brand) !important;
  font-family: var(--ff2) !important;
}

.logo_blog a {
  height: 40px;
  width: 40px !important;
  line-height: 40px !important;
  border-radius: 50%;
  display: inline-block;
  background: transparent;
  border: 1px solid #444;
  color: #444;
  margin: 3px 3px;
  text-align: center !important;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.logo_blog a:hover {
  background: var(--brand);
  color: #ffffff !important;
  border-color: var(--brand);
  padding: 0 !important;
}

.logo_search form button:hover {
  background: #444;
  color: #f1f1f1;
}

.blog_head {
  position: relative;
}

.blog_head::after {
  position: absolute;
  content: "";
  background: var(--brand);
  height: 2px;
  width: 20px;
  left: 0;
  bottom: 0px;
}

.blog_head h3 {
  font-size: 20px;
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
  line-height: 1;
  text-align: left;
  font-weight: 700;
  margin-bottom: 30px;
  border-bottom: 2px solid #444;
  padding-left: 0;
  padding-bottom: 20px;
  position: relative;
  text-transform: uppercase;
  font-family: var(--ff2);
}

.blog-txt {
  position: relative;
  padding: 30px 30px;
}

.blog-txt ul {
  margin-bottom: 30px;
}

.blog-txt ul li {
  display: inline-block;
  margin-right: 8px;
  border-right: 2px solid #444;
  padding-right: 8px;
  color: #fff;
  text-transform: capitalize;
}

.blog-txt ul li i {
  color: var(--brand);
  margin-right: 5px;
}

.blog-txt ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border: none;
}

.blog-txt figure {
  background: #ffffff;
  padding: 20px;
}

.blog-txt figure p {
  color: #000000 !important;
  font-family: var(--ff2);
}

.blog-txt i {
  color: var(--brand);
  font-size: 20px;
}

.blog-txt .blockquote-footer {
  color: var(--brand);
  font-family: var(--ff1);
  font-weight: 800;
}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
           blog part end
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
             subscribe part start
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
#subscribe {
  padding: 80px 0 80px;
  background: var(--brand);
}

.subscribe-text i {
  color: #fff;
  font-size: 61px;
  margin-right: 20px;
}

.subscribe-text h3 {
  font-size: 30px;
  font-weight: 500;
  font-family: var(--ff2);
  color: #fff;
}

.subscribe-text p {
  font-size: 14px;
  font-weight: 400;
  font-family: var(--ff2);
  color: #fff;
}

.subscribe-box form input {
  width: 65%;
  height: 65px;
  border: 0;
  border-radius: 20px 0 0 20px;
  margin-right: -5px;
  padding: 0px 0 0 23px;
  /*! margin-top: 1px; */
}

.subscribe-box form button {
  border: 0;
  border-radius: 0 20px 20px 0;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  font-family: var(--ff2);
  background: #333;
  text-transform: uppercase;
  -webkit-transition: all linear .3s;
  transition: all linear .3s;
}

.subscribe-box form button:hover {
  background: #666;
}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
             subscribe part end
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
             office part start
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
#office {
  padding: 120px 0 120px;
}

.office-col i {
  width: 80px;
  height: 80px;
  line-height: 78px;
  font-size: 28px;
  color: #fff;
  text-align: center;
  background: var(--brand);
  border-radius: 50%;
  margin-right: 27px;
}

.office-txt h4 {
  font-size: 20px;
  color: var(--brand);
  margin-bottom: 16px;
  text-transform: uppercase;
}

.office-txt p {
  color: #FFF;
}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
             office part end
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
             form part start
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
#form {
  padding: 120px 0 120px;
}

.map {
  margin: 0 -20px 0 -15px;

}

.map iframe {
  border: 0;
  width: 100%;
  height: 578px;
}

.form-title h5 {
  font-size: 60px;
  color: var(--brand);
  text-transform: uppercase;
}

.form-col {
  padding-right: 70px;
  padding-left: 30px;
}

.form-col .form-control {
  padding: .375rem 2.75rem;
  color: var(--brand);
  /*! background-color: var(--brand); */
  border: 1px solid var(--brand);
  border-radius: 24px;
}

.form-col input {
  width: 100%;
  border: none;
  padding-left: 30px;
  transition: .3s;
  border-radius: 30px;
  height: calc(2.5em + 1.2rem + 2px);
  text-transform: uppercase;
}

.form-col .form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #d63384;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(214, 51, 132, 0.4);
}

.form-col .form-btn {
  /*! padding: 14px 40px; */
  /*! display: inline-block; */
  /*! margin: 15px 3px; */
  /*! text-transform: uppercase; */
  /*! transition: all 0.3s; */
  /*! border: 1px solid var(--brand); */
  /*! color: #fff; */
  /*! overflow: hidden; */
  /*! font-size: 16px; */
  /*! z-index: 1; */
  /*! font-family: var(--ff2); */
  /*! border-radius: 20px; */
  /*! -webkit-border-radius: 20px; */
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  /*! background: var(--brand); */
  background-color: var(--brand);
  /*! box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15); */
  color: #FFF;
  padding: 20px 30px;
  border-radius: 30px;
  text-transform: uppercase;
  transition: all linear .3s;
}

.form-col .form-btn:hover {
  color: #000;
  background-color: #fff;
}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
             form part end
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
             footer part start
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
.footer-logo {
  padding: 30px 0;
  border-bottom: 1px solid #444;
}

#footer::after {
  background: rgba(0, 0, 0, 0.84);
}

.footer-bottom {
  padding: 20px 0;
  border-top: 1px solid #444;
}

.footer-mid {
  padding: 30px 0;
  color: #dddddd;
}

.footer-left2 p {
  padding-left: 28px;
  position: relative;
}

.footer-left2 p i {
  position: absolute;
  left: 0;
  top: 0;
}

.foot-img ul li {
  width: 22%;
  margin-right: 10px;
  margin-bottom: 10px;
}

.foot-img ul li img {
  width: 100%;
  max-width: 100%;
}

.foot-img ul li a {
  display: block;
}

.foot-img ul li:nth-child(4),
.foot-img ul li:nth-child(8),
.foot-img ul li:nth-child(12) {
  margin-right: 0;
}

.foot-last {
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.foot-last ul li a i {
  color: #fff;
  font-size: 16px;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 30px;
  margin-right: 10px;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.footer-left2 p:hover {
  text-decoration: underline;
}

.foot-last ul li a I:hover {
  background: var(--brand);
}

.footer-left h4,
.footer-left2 h4,
.foot-img h4,
.foot-last h4 {
  font-family: var(--ff2);
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.footer-left ul li {
  font-family: var(--ff2);
  font-weight: 400;
  font-size: 13px;
  color: #fff;
  line-height: 18px;
}

.footer-left2 p {
  font-family: var(--ff2);
  font-weight: 400;
  font-size: 13px;
  color: #fff;
  line-height: 18px;
  margin-bottom: 30px;
}

.footer-left2 p i {
  color: #1da1f2;
  font-size: 20px;
}

.foot-last p {
  font-family: var(--ff2);
  font-size: 13px;
  font-weight: 400;
  color: #dddddd;
  margin-bottom: 17px;
}

.foot-last a {
  font-family: var(--ff2);
  font-size: 13px;
  font-weight: 400;
  color: #dddddd;
  margin-bottom: 17px;
}

.foot-last p i {
  color: var(--brand);
}

.foot-last a i {
  color: var(--brand);
}

.footer-bottom {
  font-family: var(--ff2);
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

.footer-bottom a {
  color: var(--brand);
}


/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
             footer part end
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */