/*-----------------------------------------------------------------------------------

    Theme Name: Crafix - Real Estate & Construction WordPress Theme
    Description: Real Estate & Construction WordPress Theme
    Author: WebsiteDesignTemplates
    Version: 1.0.0

-----------------------------------------------------------------------------------*/
/* ----------------------------------

    01. Common styles
    02. Button styles
    03. Navigation
    04. Banner
    05. Section Heading
    06. Page title
    07. Cards
    08. Portfolio
    09. Pagination
    10. Owl Carousel
    11. Scroll Section
    12. Accordion
    13. Pages
    14. Others
    15. Page Navigation
    16. Timeline
    17. Footer
    
---------------------------------- */
/* ===================================
    Common styles
====================================== */
/* loader */
:root {
  --primary-color: #8a246b;
  --secondary-color: #121c22;
}
#preloader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
  transition: 0.3s ease opacity;
  text-align: center;
  width: 100%;
  height: 100%;
}
#preloader:before {
  content: "";
  width: 80px;
  height: 80px;
  border: 3px solid #8a246b;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  animation-name: LoaderCicle;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
#preloader:after {
  content: "";
  width: 80px;
  height: 80px;
  border: 3px solid #8a246b;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  animation-name: LoaderCicle;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 1s;
}
@keyframes "LoaderCicle" {
  /* theme color and basic options */
  0% {
    width: 0;
    height: 0;
    opacity: 0;
  }
  10% {
    width: 10px;
    height: 10px;
    opacity: 1;
  }
  80% {
    width: 60px;
    height: 60px;
    opacity: 0.1;
  }
  100% {
    width: 70px;
    height: 70px;
    opacity: 0;
  }
}
a:hover, a:active {
  color: #8a246b;
  text-decoration: none;
}
a[href^="tel"], a[href^="mailto"] {
  color: inherit;
  text-decoration: none;
}
a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}
a[href^="mailto"] {
  color: inherit;
  text-decoration: none;
}
body {
  color: #4b4b4b;
}
.card, .card .card-body {
  color: #4b4b4b;
}
.elementor .elementor-widget-text-editor {
  color: #4b4b4b;
}
input {
  /* heading */
}
input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=number]:focus, input[type=range]:focus, input[type=date]:focus, input[type=month]:focus, input[type=week]:focus, input[type=time]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=color]:focus {
  border-color: #8a246b;
}
h1 {
  color: #121c22;
}
h1 a {
  color: #121c22;
}
h1 a:hover {
  color: #8a246b;
}
h1 a:active {
  color: #8a246b;
}
h1 a:focus {
  color: #8a246b;
}
h2 {
  color: #121c22;
}
h2 a {
  color: #121c22;
}
h2 a:hover {
  color: #8a246b;
}
h2 a:active {
  color: #8a246b;
}
h2 a:focus {
  color: #8a246b;
}
h3 {
  color: #121c22;
}
h3 a {
  color: #121c22;
}
h3 a:hover {
  color: #8a246b;
}
h3 a:active {
  color: #8a246b;
}
h3 a:focus {
  color: #8a246b;
}
h4 {
  color: #121c22;
}
h4 a {
  color: #121c22;
}
h4 a:hover {
  color: #8a246b;
}
h4 a:active {
  color: #8a246b;
}
h4 a:focus {
  color: #8a246b;
}
h5 {
  color: #121c22;
}
h5 a {
  color: #121c22;
}
h5 a:hover {
  color: #8a246b;
}
h5 a:active {
  color: #8a246b;
}
h5 a:focus {
  color: #8a246b;
}
h6 {
  color: #121c22;
}
h6 a {
  color: #121c22;
}
h6 a:hover {
  color: #8a246b;
}
h6 a:active {
  color: #8a246b;
}
h6 a:focus {
  color: #8a246b;
}
.h1 {
  color: #121c22;
}
.h1 a {
  color: #121c22;
}
.h1 a:hover {
  color: #8a246b;
}
.h1 a:active {
  color: #8a246b;
}
.h1 a:focus {
  color: #8a246b;
}
.h2 {
  color: #121c22;
}
.h2 a {
  color: #121c22;
}
.h2 a:hover {
  color: #8a246b;
}
.h2 a:active {
  color: #8a246b;
}
.h2 a:focus {
  color: #8a246b;
}
.h3 {
  color: #121c22;
}
.h3 a {
  color: #121c22;
}
.h3 a:hover {
  color: #8a246b;
}
.h3 a:active {
  color: #8a246b;
}
.h3 a:focus {
  color: #8a246b;
}
.h4 {
  color: #121c22;
}
.h4 a {
  color: #121c22;
}
.h4 a:hover {
  color: #8a246b;
}
.h4 a:active {
  color: #8a246b;
}
.h4 a:focus {
  color: #8a246b;
}
.h5 {
  color: #121c22;
}
.h5 a {
  color: #121c22;
}
.h5 a:hover {
  color: #8a246b;
}
.h5 a:active {
  color: #8a246b;
}
.h5 a:focus {
  color: #8a246b;
}
.h6 {
  color: #121c22;
}
.h6 a {
  color: #121c22;
}
.h6 a:hover {
  color: #8a246b;
}
.h6 a:active {
  color: #8a246b;
}
.h6 a:focus {
  color: #8a246b;
}
.ls-minus-2px {
  letter-spacing: -2px;
}
.text-primary {
  color: #8a246b !important;
}
.text-primary-hover:hover {
  color: #8a246b !important;
}
.text-secondary {
  color: #121c22 !important;
}
.text-secondary-hover:hover {
  color: #121c22 !important;
}
.bg-primary {
  background-color: #8a246b !important;
}
.bg-secondary {
  background-color: #121c22 !important;
}
.secondary-overlay[data-overlay-dark]:before {
  background: #121c22;
}
.left-overlay-secondary[data-overlay-dark]:before {
  background: rgba(18, 28, 34, 0.76);
  background: linear-gradient(-80deg, transparent, #121c22 65%);
}
.bg-white-light {
  background-color: rgba(255, 255, 255, 0.08);
}
.white-hover:hover {
  color: #fff !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.top100 {
  top: 100px;
}
.border-radius-img {
  border-radius: 0.375rem 0 0 0.375rem;
}
.w-50px {
  width: 50px !important;
}
.primary-shadow {
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.06);
}
.cursor-pointer {
  cursor: pointer;
}
.margin-left-minus-15px {
  margin-left: -15px;
}
.border-text {
  text-fill-color: transparent;
  text-stroke-color: #fff;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: #fff;
  -webkit-text-stroke-width: 1px;
  stroke-width: 1px;
}
.position-right-bottom {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
@media screen and (max-width: 991px) {
  .border-radius-img {
    border-radius: 0.375rem 0.375rem 0 0;
  }
}
@media screen and (max-width: 575px) {
  /*.min-height-550*/  .min-height-355 {
    min-height: 355px;
  }
}
@media screen and (max-width: 1199px) {
  .min-height-550 {
    min-height: 550px;
  }
}
@media screen and (max-width: 767px) {
  .min-height-550 {
    min-height: 450px;
  }
}
@media screen and (max-width: 991px) {
  /*min-height-385*/  .min-height-350 {
    min-height: 350px;
  }
}
.min-height-385 {
  min-height: 385px;
}
@media screen and (max-width: 1399px) {
  /*.min-height-700*/  .min-height-385 {
    min-height: 300px;
  }
}
.min-height-700 {
  min-height: 700px;
}
@media screen and (max-width: 1199px) {
  .min-height-700 {
    min-height: 645px;
  }
}
@media screen and (max-width: 991px) {
  .min-height-700 {
    min-height: 600px;
  }
}
@media screen and (max-width: 767px) {
  /*min-height820*/  .min-height-700 {
    min-height: 420px;
  }
}
.min-height820 {
  min-height: 820px;
}
@media screen and (max-width: 1399px) {
  .min-height820 {
    min-height: 750px;
  }
}
@media screen and (max-width: 1199px) {
  .min-height820 {
    min-height: 700px;
  }
}
@media screen and (max-width: 991px) {
  .min-height820 {
    min-height: 600px;
  }
}
@media screen and (max-width: 575px) {
  .min-height820 {
    min-height: 490px;
  }
}
.min-vh-67 {
  min-height: 67vh !important;
}
@media screen and (min-width: 1200px) {
  .margin-top50 {
    margin-top: -50px;
  }
  .margin-top100 {
    margin-top: -100px;
  }
  .margin-top150 {
    margin-top: -150px;
  }
}
@media screen and (min-width: 767px) {
  .min-width-100vw {
    min-width: 100vw;
  }
}
@media screen and (min-width: 768px) {
  /*.scrolling-card*/  .min-width-100 {
    min-width: 100vw;
  }
}
.scrolling-card {
  position: sticky;
  z-index: 11;
  top: 100px;
  /* image effect */
}
.image-hover {
  position: relative;
  overflow: hidden;
  /* list-style01 */
}
.image-hover:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
.image-hover:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.image-hover:active:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.image-hover:focus:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.list-style01 {
  /* list-style02 */
}
.list-style01 li {
  margin-bottom: 17px;
  color: rgba(255, 255, 255, 0.6);
}
.list-style01 li:last-child {
  margin-bottom: 0;
}
.list-style01 li span {
  text-transform: uppercase;
  font-weight: 700;
  padding-right: 3px;
  color: #fff;
  font-size: 16px;
}
.list-style02 {
  list-style: none;
  margin: 0;
  padding: 0;
  /*  .list-style03*/
}
.list-style02 li {
  position: relative;
  padding: 0 0 5px 30px;
  margin: 0 0 5px 0;
}
.list-style02 li:before {
  content: "\e64c";
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'themify';
  color: #c0c0c0;
  font-size: 16px;
  color: #8a246b;
}
.list-style02 li:first-child {
  padding-top: 5px;
}
.list-style02 li:first-child:before {
  top: 6px;
}
.list-style02 li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.list-style03 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.list-style03 li {
  position: relative;
  color: #fff;
  padding-left: 35px;
  font-size: 14px;
  justify-content: center;
}
.list-style03 li:before {
  content: '\f058';
  position: absolute;
  font-family: 'Font Awesome 7 Free';
  font-weight: 600;
  top: -3px;
  left: 0;
  font-size: 18px;
  color: #8a246b;
}
@media screen and (max-width: 1399px) {
  .list-style03 {
    gap: 20px 40px;
  }
}
@media screen and (max-width: 767px) {
  /*  .list-style04*/  .list-style03 {
    gap: 15px;
    justify-content: start;
  }
}
.list-style04 {
  /*.list-style05*/
}
.list-style04 li {
  padding-left: 27px;
  position: relative;
  margin-bottom: 9px;
}
.list-style04 li:last-child {
  margin-bottom: 0;
}
.list-style04 li:before {
  content: '\f00c';
  position: absolute;
  font-family: 'Font Awesome 7 Free';
  font-weight: 600;
  font-size: 15px;
  top: 4px;
  left: 0;
  color: #8a246b;
}
.list-style05 {
  /*list-style06*/
}
.list-style05 li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 20px;
}
.list-style05 li:last-child {
  margin-bottom: 0;
}
.list-style05 li a {
  color: #fff;
}
.list-style05 li a:hover {
  color: #8a246b;
}
.list-style05 li:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 7px;
  height: 7px;
  background-color: #8a246b;
  border-radius: 50%;
}
.list-style06 {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.list-style06 li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: #fff;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}
.list-style06 li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.list-style06 li a {
  color: #fff;
}
.list-style06 a:hover {
  color: #8a246b;
}
@media screen and (max-width: 991px) {
  /* scroll to top */  .list-style06 li {
    font-size: 15px;
  }
}
.scroll-top-percentage {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  position: fixed;
  bottom: 40px;
  color: #fff;
  right: 50px;
  -webkit-transform: scale(0);
  transform: scale(0);
  display: -ms-grid;
  display: grid;
  place-items: center;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 100;
}
.scroll-top-percentage.active {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running scrollToTop;
  animation: 500ms ease-in-out 0s normal none 1 running scrollToTop;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#scroll-value {
  height: calc(100% - 6px);
  width: calc(100% - 6px);
  color: var(--rr-common-white);
  border-radius: 50%;
  display: -ms-grid;
  display: grid;
  place-items: center;
  font-size: 16px;
  font-weight: 600;
}
#scroll-value i {
  font-size: 20px;
}
@media screen and (max-width: 1199px) {
  .scroll-top-percentage {
    right: 30px;
    bottom: 20px;
  }
}
@-webkit-keyframes "scrollToTop" {
  0% {
    -webkit-transform: translate3d(0, 80%, 0);
    transform: translate3d(0, 80%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes "scrollToTop" {
  /* ===================================
    Button styles
====================================== */
  /* btn-style01 */
  0% {
    -webkit-transform: translate3d(0, 80%, 0);
    transform: translate3d(0, 80%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.btn-style01 {
  display: inline-block;
  background-color: #8a246b;
  white-space: normal;
  word-wrap: break-word;
  color: #fff !important;
  padding: 16px 30px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  line-height: normal;
  border-radius: 50rem;
  transition-duration: 0.3s;
}
.btn-style01:hover {
  background-color: #121c22;
  color: #fff !important;
}
.btn-style01:active {
  background-color: #121c22;
  color: #fff !important;
}
.btn-style01:focus {
  background-color: #121c22;
  color: #fff !important;
}
.btn-style01.md {
  padding: 13px 22px !important;
  font-size: 14px;
}
.btn-style01.sm {
  padding: 10px 18px !important;
  font-size: 14px;
}
.btn-style01.white-hover:hover {
  background-color: #fff;
  color: #121c22 !important;
}
.btn-style01.white-hover:active {
  background-color: #fff;
  color: #121c22 !important;
}
.btn-style01.white-hover:focus {
  background-color: #fff;
  color: #121c22 !important;
}
.btn-style01.white {
  background-color: #fff !important;
  color: #121c22 !important;
}
.btn-style01.white:hover {
  background-color: #121c22 !important;
  color: #fff !important;
}
.btn-style01.secondary {
  background-color: #121c22;
  color: #fff !important;
  /* btn-style02 */
}
.btn-style01.secondary:hover {
  background-color: #8a246b;
  color: #fff !important;
}
.btn-style02 {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  white-space: normal;
  word-wrap: break-word;
  font-size: 14px !important;
  color: #fff !important;
  border-radius: 50rem;
  font-weight: 700;
  text-align: center;
  padding: 15px 32px !important;
  text-transform: uppercase;
  z-index: 1;
  transition: all 500ms ease;
  background-color: #8a246b;
}
.btn-style02:before {
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: 110%;
  left: 50%;
  background-color: #121c22;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
}
.btn-style02:hover {
  color: #fff !important;
}
.btn-style02:hover:before {
  top: -40%;
}
.btn-style02.white:before {
  background-color: #fff;
}
.btn-style02.white:hover {
  color: #8a246b !important;
}
.btn-style02.secondary {
  background-color: #121c22;
}
.btn-style02.secondary:before {
  background-color: #8a246b;
}
.btn-style02.md {
  padding: 12px 28px !important;
}
.btn-style02.sm {
  padding: 8px 24px !important;
  font-size: 13px !important;
}
.header-style1.scrollHeader {
  /* btn-style03 */
}
.header-style1.scrollHeader .attr-nav > ul > li > a.btn-style02.white:before {
  background-color: #121c22;
}
.header-style1.scrollHeader .attr-nav > ul > li > a.btn-style02.white:hover {
  color: #fff !important;
}
.btn-style03 {
  font-size: 15px;
  font-weight: 700;
  padding: 12px 34px !important;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  border-radius: 50rem;
  position: relative;
  overflow: hidden !important;
  display: inline-block;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
  border: 2px solid #8a246b;
  color: #fff !important;
  z-index: 1;
  background-color: #8a246b;
  vertical-align: middle;
  text-transform: uppercase;
}
.btn-style03:after {
  content: '';
  position: absolute;
  top: 0;
  left: -200%;
  width: 200%;
  height: 100%;
  -webkit-transform: skewX(-20deg);
  -khtml-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
  background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.4), transparent);
  z-index: -1;
}
.btn-style03:hover {
  background-color: #8a246b;
  color: #fff;
}
.btn-style03:hover:after {
  -webkit-animation: btn_shine 1.2s ease;
  animation: btn_shine 1.2s ease;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.btn-style03:focus {
  background-color: #8a246b;
  color: #fff;
}
.btn-style03:focus:after {
  -webkit-animation: btn_shine 1.2s ease;
  animation: btn_shine 1.2s ease;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.btn-style03:active {
  background-color: #8a246b;
  color: #fff;
}
.btn-style03:active:after {
  -webkit-animation: btn_shine 1.2s ease;
  animation: btn_shine 1.2s ease;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.btn-style03.secondary {
  border: 2px solid #121c22;
  background-color: #121c22;
}
.btn-style03.secondary:hover {
  background-color: #121c22;
  color: #fff;
}
.btn-style03.secondary:focus {
  background-color: #121c22;
  color: #fff;
}
.btn-style03.secondary:active {
  background-color: #121c22;
  color: #fff;
}
.btn-style03.md {
  padding: 8px 26px !important;
  font-size: 15px;
}
.btn-style03.sm {
  padding: 6px 20px !important;
}
@media screen and (max-width: 1399px) {
  .btn-style03 {
    padding: 10px 30px !important;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .btn-style03 {
    padding: 8px 25px !important;
    font-size: 14px;
  }
}
@-webkit-keyframes "btn_shine" {
  100% {
    left: 200%;
  }
}
@keyframes "btn_shine" {
  /* button-text */
  100% {
    left: 200%;
  }
}
.button-text {
  padding: 0;
  position: relative;
  text-decoration: none;
  border: 0;
  background-color: transparent;
  display: inline-block;
  font-size: 15px;
  text-transform: uppercase;
  width: auto;
  font-weight: 500;
  /* rounded-butn-one */
}
.button-text a {
  border-bottom: 2px solid;
}
.button-text:hover {
  border-color: #8a246b;
}
.rounded-butn-one {
  border-radius: 50%;
  height: 150px;
  width: 150px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  background-color: #8a246b;
  color: #fff;
  font-size: 14px !important;
  font-weight: 600;
  transition: 0.5s;
  padding: 20px !important;
}
.rounded-butn-one:hover {
  background-color: #121c22;
  color: #fff;
}
.rounded-butn-one:active {
  background-color: #121c22;
  color: #fff;
}
.rounded-butn-one:focus {
  background-color: #121c22;
  color: #fff;
}
.rounded-butn-one.white:hover {
  background-color: #fff;
  color: #8a246b !important;
}
.rounded-butn-one.white:active {
  background-color: #fff;
  color: #8a246b !important;
}
.rounded-butn-one.white:focus {
  background-color: #fff;
  color: #8a246b !important;
}
.rounded-butn-one.sm {
  width: 120px;
  height: 120px;
  /* ===================================
    Navigation
====================================== */
  /* top bar  */
}
.top-bar-info {
  display: inline-block;
  vertical-align: middle;
}
.top-bar-info ul {
  margin-bottom: 0;
}
.top-bar-info li {
  font-weight: 500;
  color: #fff;
  list-style-type: none;
  font-size: 14px;
  padding: 0 5px 0;
  display: inline-block;
  margin-bottom: 0;
}
.top-bar {
  display: block;
  position: relative;
  z-index: 999;
  padding: 7px 0;
}
.top-bar-info li i {
  font-size: 16px;
  color: #fff;
  margin-right: 8px;
  margin-top: 0;
  display: inline-block;
  vertical-align: text-bottom;
}
.top-social-icon {
  padding: 0;
  float: right;
  margin: 0;
}
.top-social-icon li {
  font-size: 14px;
  list-style-type: none;
  float: left;
  text-align: center;
  margin: 0;
  padding: 0 7px;
}
.top-social-icon li:last-child {
  padding-right: 0;
}
.top-social-icon li:last-child a {
  padding-right: 0;
}
.top-social-icon li a {
  color: #fff;
  line-height: 28px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  padding: 0 3px;
}
.top-social-icon li a:hover {
  color: rgba(255, 255, 255, 0.65);
}
.navbar-nav li.current-menu-item > a, .navbar-nav li.current-menu-parent > a, .navbar-nav li.current-menu-ancestor > a {
  color: #8a246b;
}
.attr-nav > ul > li > a.butn {
  color: #fff;
}
.navbar > ul > li.current > a:after, .navbar > ul > li.current-menu-item > a:after, .navbar > ul > li.current-menu-ancestor > a:after {
  border-color: transparent #8a246b #8a246b transparent;
}
.menu_area-light .navbar > ul > li.current > a:after {
  border-color: transparent #8a246b #8a246b transparent;
}
.menu_area-light .navbar > ul > li.current-menu-ancestor > a:after, .menu_area-light .navbar > ul > li.current-menu-ancestor.current-menu-item > a:after {
  border-color: transparent #8a246b #8a246b transparent;
}
.menu_area-light .navbar > ul > li.current-menu-item > a:after {
  border-color: transparent #8a246b #8a246b transparent;
}
.menu_area-light.scrollHeader .navbar-nav li.current > a {
  color: #8a246b;
}
.menu_area-light.scrollHeader .navbar-nav li.current-menu-ancestor > a, .menu_area-light.scrollHeader .navbar-nav li.current-menu-ancestor.current-menu-item > a {
  color: #8a246b;
}
.menu_area-light.scrollHeader .navbar-nav li.current-menu-item > a, .menu_area-light.scrollHeader .navbar-nav li.current > a:hover {
  color: #8a246b;
}
.menu_area-light.scrollHeader .navbar-nav li.current-menu-ancestor > a:hover, .menu_area-light.scrollHeader .navbar-nav li.current-menu-ancestor.current-menu-item > a:hover {
  color: #8a246b;
}
.menu_area-light.scrollHeader .navbar-nav li.current-menu-item > a:hover {
  color: #8a246b;
}
.menu_area-light.scrollHeader .navbar-nav li.current-menu-ancestor > a, .menu_area-light.scrollHeader .navbar-nav li.current-menu-ancestor.current-menu-item > a {
  color: #8a246b;
}
.menu_area-light.scrollHeader .navbar-nav li.current-menu-item > a {
  color: #8a246b;
}
.menu_area-light.scrollHeader .navbar > ul > li.current > a:after {
  border-color: transparent #8a246b #8a246b transparent;
}
.menu_area-light.scrollHeader .navbar > ul > li.current-menu-ancestor > a:after, .menu_area-light.scrollHeader .navbar > ul > li.current-menu-ancestor.current-menu-item > a:after {
  border-color: transparent #8a246b #8a246b transparent;
}
.menu_area-light.scrollHeader .navbar > ul > li.current-menu-item > a:after {
  border-color: transparent #8a246b #8a246b transparent;
}
.navbar ul ul > li.has-sub:hover > a:before {
  top: 15px;
}
.navbar ul ul li.has-sub > a:before {
  top: 15px;
  right: 26px;
  width: 2px;
  height: 10px;
  background: #8a246b;
}
.navbar ul ul li.has-sub > a:after {
  top: 19px;
  right: 22px;
  width: 10px;
  height: 2px;
  background: #8a246b;
}
.header-style3 .navbar-nav li.current > a {
  color: #8a246b;
}
.header-style3 .navbar-nav li.active > a {
  color: #8a246b;
}
@media screen and (max-width: 991px) {
  .header-style1 .navbar-toggler {
    background: #8a246b;
  }
  .header-style1 .navbar-toggler:after {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  .header-style1 .navbar-toggler:before {
    background: #fff;
  }
  .header-style1 .navbar-toggler.menu-opened:after, .header-style1 .navbar-toggler.menu-opened:before {
    background: #fff;
  }
}
.header-style2 .navbar-nav li.current > a, .header-style2 .navbar-nav li.current-menu-ancestor > a, .header-style2 .navbar-nav li.current-menu-item > a, .header-style2 .navbar-nav li.current-menu-parent > a {
  color: #8a246b;
}
.header-style2 .navbar > ul > li.current > a:after, .header-style2 .navbar > ul > li.current-menu-item > a:after, .header-style2 .navbar > ul > li.current-menu-ancestor > a:after {
  border-color: transparent #8a246b #8a246b transparent;
}
.header-style2.scrollHeader .navbar-nav li.current > a {
  color: #8a246b;
}
.header-style2.scrollHeader .navbar-nav li.current-menu-item > a:hover {
  color: #8a246b;
}
.header-style2.scrollHeader .navbar > ul > li.current > a:after {
  border-color: transparent #8a246b #8a246b transparent;
}
.header-style2.scrollHeader .navbar > ul > li.current-menu-item > a:after {
  border-color: transparent #8a246b #8a246b transparent;
}
.header-style2.scrollHeader .navbar-nav li.current-menu-ancestor > a, .header-style2.scrollHeader .navbar-nav li.current-menu-ancestor.current-menu-item > a {
  color: #8a246b;
}
.header-style2.scrollHeader .navbar-nav li.current-menu-item > a, .header-style2.scrollHeader .navbar-nav li.current > a:hover {
  color: #8a246b;
}
.header-style2.scrollHeader .navbar-nav li.current-menu-ancestor > a:hover, .header-style2.scrollHeader .navbar-nav li.current-menu-ancestor.current-menu-item > a:hover {
  color: #8a246b;
}
.header-style2.scrollHeader .navbar > ul > li.current-menu-ancestor > a:after, .header-style2.scrollHeader .navbar > ul > li.current-menu-ancestor.current-menu-item > a:after {
  border-color: transparent #8a246b #8a246b transparent;
}
.header-style2 .navbar-nav li.has-sub a:hover, .header-style2 .navbar-nav li.has-sub a:active, .header-style2 .navbar-nav li.has-sub a:focus {
  color: #8a246b;
}
.header-style2 .navbar-nav > li > a:hover, .header-style2 .navbar-nav > li > a:active, .header-style2 .navbar-nav > li > a:focus {
  color: #8a246b;
}
@media screen and (min-width: 992px) {
  .header-style1 .navbar-nav li.current > a {
    color: #8a246b;
  }
  .menu_area-light .navbar-nav li.current > a, .menu_area-light .navbar-nav li.current-menu-ancestor > a {
    color: #8a246b;
  }
  .header-style1 .navbar > ul > li.current > a:after {
    border-color: transparent #8a246b #8a246b transparent;
  }
  .menu_area-light .navbar > ul > li.current > a:after, .menu_area-light .navbar > ul > li.current-menu-item > a:after {
    border-color: transparent #8a246b #8a246b transparent;
  }
  .menu_area-light .navbar-nav li.has-sub a:hover, .menu_area-light .navbar-nav li.has-sub a:active, .menu_area-light .navbar-nav li.has-sub a:focus {
    color: #8a246b;
  }
  .menu_area-light.scrollHeader .navbar-nav > li.has-sub > a:hover, .menu_area-light.scrollHeader .navbar-nav > li.has-sub > a:focus, .menu_area-light.scrollHeader .navbar-nav > li.has-sub > a:active {
    color: #8a246b;
  }
  .menu_area-light .navbar > ul > li.has-sub > a:hover:after, .menu_area-light .navbar > ul > li.has-sub > a:active:after, .menu_area-light .navbar > ul > li.has-sub > a:focus:after {
    border-color: transparent #8a246b #8a246b transparent;
  }
  .menu_area-light.scrollHeader .navbar > ul > li.has-sub > a:hover:after, .menu_area-light.scrollHeader .navbar > ul > li.has-sub > a:active:after, .menu_area-light.scrollHeader .navbar > ul > li.has-sub > a:focus:after {
    border-color: transparent #8a246b #8a246b transparent;
  }
  .header-style1.scrollHeader .navbar-nav li.current > a, .menu_area-light.scrollHeader .navbar-nav li.current > a, .header-style1.scrollHeader .navbar-nav li.current > a:hover {
    color: #8a246b;
  }
  .menu_area-light.scrollHeader .navbar-nav li.current > a:hover {
    color: #8a246b;
  }
  .menu_area-light.scrollHeader .navbar-nav li.current-menu-ancestor > a:hover, .menu_area-light.scrollHeader .navbar-nav li.current-menu-ancestor.current-menu-item > a:hover {
    color: #8a246b;
  }
  .menu_area-light.scrollHeader .navbar-nav li.current-menu-item > a:hover {
    color: #8a246b;
  }
  .header-style1.scrollHeader .navbar > ul > li.current > a:after {
    border-color: transparent #8a246b #8a246b transparent;
  }
  .menu_area-light.scrollHeader .navbar > ul > li.current > a:after {
    border-color: transparent #8a246b #8a246b transparent;
  }
  .menu_area-light.scrollHeader .navbar > ul > li.current-menu-ancestor > a:after, .menu_area-light.scrollHeader .navbar > ul > li.current-menu-ancestor.current-menu-item > a:after {
    border-color: transparent #8a246b #8a246b transparent;
  }
  .menu_area-light.scrollHeader .navbar > ul > li.current-menu-item > a:after {
    border-color: transparent #8a246b #8a246b transparent;
  }
  .navbar-nav li > ul {
    min-width: 275px;
    -webkit-box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.1);
  }
  .navbar ul ul li {
    margin-bottom: 0;
    padding: 0;
  }
  .navbar-nav li > ul {
    padding: 15px 0;
    margin-left: 0;
  }
  .navbar-nav li a {
    padding: 8px 42px 8px 32px;
  }
  .navbar-nav > li > a {
    padding: 21px 0.5rem;
  }
  .menu_area-light .navbar-nav li.has-sub a:hover {
    color: #8a246b;
  }
  .menu_area-light .navbar-light .navbar-nav > li > a.nav-link:hover, .menu_area-light .navbar-light .navbar-nav > li > a.nav-link:active, .menu_area-light .navbar-light .navbar-nav > li > a.nav-link:focus {
    color: #8a246b;
  }
  .menu_area-light .navbar-nav li.has-sub a:hover {
    color: #8a246b;
    /* header style03  */
  }
  .header-style3 .navbar-nav li.current > a, .header-style3 .navbar-nav li.current-menu-ancestor > a, .header-style3 .navbar-nav li.current-menu-item > a, .header-style3 .navbar-nav li.current-menu-parent > a {
    color: #8a246b;
  }
  .header-style3 .navbar > ul > li.current > a:after, .header-style3 .navbar > ul > li.current-menu-item > a:after, .header-style3 .navbar > ul > li.current-menu-ancestor > a:after {
    border-color: transparent #8a246b #8a246b transparent;
  }
  .header-style3.scrollHeader .navbar > ul > li.current-menu-ancestor > a:after, .header-style3.scrollHeader .navbar > ul > li.current-menu-ancestor.current-menu-item > a:after {
    border-color: transparent #8a246b #8a246b transparent;
  }
  .header-style3 .navbar-nav li.active > a {
    color: #8a246b;
  }
  .header-style3 .navbar-nav > li > a:hover, .header-style3 .navbar-nav > li > a:active, .header-style3 .navbar-nav > li > a:focus {
    color: #8a246b;
  }
  .header-style3 .navbar ul ul li.active > a {
    color: #8a246b;
  }
  .header-style3 .navbar-nav li.has-sub a:hover, .header-style3 .navbar-nav li.current > a {
    color: #8a246b;
  }
  .header-style3 .navbar-nav > li.has-sub > a:hover {
    color: #8a246b;
  }
  .header-style3 .navbar > ul > li.has-sub > a:hover:after, .header-style3 .navbar > ul > li.current > a:after {
    border-color: transparent #8a246b #8a246b transparent;
  }
  .header-style3.scrollHeader .navbar-nav > li.has-sub > a:hover {
    color: #8a246b;
  }
  .header-style3.scrollHeader .navbar > ul > li.has-sub > a:hover:after {
    border-color: transparent #8a246b #8a246b transparent;
  }
  .header-style3.scrollHeader .navbar-nav > li.active > a {
    color: #8a246b;
  }
  .header-style3.scrollHeader .navbar-nav li.current > a {
    color: #8a246b;
  }
  .header-style3.scrollHeader .navbar-nav li.current > a:hover {
    color: #8a246b;
  }
  .header-style3.scrollHeader .navbar > ul > li.current > a:after {
    border-color: transparent #8a246b #8a246b transparent;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav li.current-menu-item > a, .navbar-nav li.current-menu-parent > a, .navbar-nav li.current-menu-ancestor > a {
    color: #8a246b;
  }
  .menu_area-light .navbar-nav li.current > a, .menu_area-light .navbar-nav li.active > a {
    color: #8a246b;
    background: none;
  }
  .navbar-nav li a:active, .navbar-nav li a:focus, .navbar-nav li a:hover {
    background: none;
    color: #4b4b4b;
  }
}
@media screen and (max-width: 991px) {
  /* ===================================
    Banner
====================================== */
  /* slider-fade1 */  .header-style3 .navbar-toggler {
    background: #8a246b;
  }
  .header-style3 .navbar-toggler:after {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  .header-style3 .navbar-toggler:before {
    background: #fff;
  }
  .header-style3 .navbar-toggler.menu-opened:after {
    background: #fff;
  }
  .header-style3 .navbar-toggler.menu-opened:before {
    background: #fff;
  }
}
.slider-fade1 .banner-title1 {
  animation-delay: 0.4s;
}
.slider-fade1 h1, .slider-fade1 .h1 {
  font-size: 115px;
  color: #fff;
}
.slider-fade1.owl-carousel .owl-nav button.owl-prev, .slider-fade1.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  opacity: 0.3;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  color: #000;
  transition: all 0.65s cubic-bezier(0.23, 1, 0.32, 1);
}
.slider-fade1.owl-carousel .owl-nav button.owl-prev {
  left: 2%;
}
.slider-fade1.owl-carousel .owl-nav button.owl-next {
  right: 2%;
}
.slider-fade1.owl-carousel .owl-nav button.owl-prev:hover, .slider-fade1.owl-carousel .owl-nav button.owl-next:hover {
  opacity: 1;
  background-color: #8a246b;
  color: #fff;
}
.slider-fade1.owl-carousel .owl-nav button.owl-prev:hover i, .slider-fade1.owl-carousel .owl-nav button.owl-next:hover i {
  color: #fff;
}
.slider-fade1.owl-theme .owl-nav.disabled + .owl-dots {
  position: absolute;
  bottom: 40px;
  right: 50px;
  margin: 0 !important;
}
.slider-fade1.owl-theme .owl-dots .owl-dot span {
  background-color: #fff;
  opacity: 1;
}
.slider-fade1.owl-theme .owl-dots .owl-dot.active span, .slider-fade1.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #8a246b;
}
@media screen and (max-width: 1599px) {
  .slider-fade1.owl-carousel .owl-nav button.owl-prev {
    left: 0;
  }
  .slider-fade1.owl-carousel .owl-nav button.owl-next {
    right: 0;
  }
}
@media only screen and (max-width: 1399px) {
  .slider-fade1 h1, .slider-fade1 .h1 {
    font-size: 105px;
    line-height: 118px;
  }
}
@media only screen and (max-width: 1199px) {
  .slider-fade1 h1, .slider-fade1 .h1 {
    font-size: 95px;
    line-height: 108px;
  }
}
@media only screen and (max-width: 991px) {
  .slider-fade1 h1, .slider-fade1 .h1 {
    font-size: 90px;
    line-height: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-fade1 h1, .slider-fade1 .h1 {
    font-size: 75px;
    line-height: 70px;
  }
}
@media only screen and (max-width: 575px) {
  /*.banner-style01*/  .slider-fade1 h1, .slider-fade1 .h1 {
    font-size: 48px;
    line-height: 48px;
  }
}
.banner-style01 {
  /* banner-style02 */
}
.banner-style01 .banner-box {
  max-width: 440px;
  width: 100%;
  background: rgba(247, 247, 247, 0.1);
  -webkit-backdrop-filter: blur(35px);
  backdrop-filter: blur(35px);
  padding: 45px 40px;
  inset-inline-end: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
.banner-style02 .img1 {
  margin-left: -16px;
}
.banner-style02 .img2 {
  margin-left: -16px;
}
.banner-style02 h1 {
  font-size: 80px;
}
@media screen and (max-width: 1199px) {
  .banner-style02 {
    border-radius: 0;
  }
  .banner-style02 h1 {
    font-size: 72px;
  }
}
@media screen and (max-width: 991px) {
  .banner-style02 h1 {
    font-size: 58px;
  }
}
@media screen and (max-width: 767px) {
  /*==============================
    Section heading
================================ */
  /* section-title01 */  .banner-style02 h1 {
    font-size: 48px;
  }
}
.section-title01 {
  position: relative;
}
.section-title01 .sub-title {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  background-color: #fff;
  color: #8a246b;
  margin-bottom: 15px;
  padding: 3px 10px 2px 10px;
  border-radius: 50rem;
  box-shadow: 5px 4px 13px 0px rgba(46, 63, 99, 0.15);
  position: relative;
}
.section-title01 .sub-title:before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin: -2px 8px 0 0;
  background-color: #8a246b;
  display: inline-block;
  vertical-align: middle;
}
.title-scroll {
  width: 130px;
}
.title-scroll .small-title {
  padding: 10px 20px 10px 20px;
  border: 1px solid #8a246b;
  border-radius: 50rem;
}
.scroll-dot {
  width: 2px;
  height: 2px;
  border-radius: 100%;
  background-color: #121c22;
  text-align: center;
}
.scroll-dot.white {
  background-color: #fff;
  /* section-title02 */
}
.section-title02 {
  /* ===================================
    Page title
====================================== */
}
.section-title02 span {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  color: #8a246b;
  letter-spacing: 2px;
  display: inline-block;
  z-index: 1;
  padding: 0 18px 0 18px;
  margin-bottom: 8px;
  cursor: text;
}
.section-title02 span:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #8a246b;
  z-index: -1;
  transition: transform 0.3s ease;
  transform: scaleX(0);
  transform-origin: bottom right;
}
.section-title02 span:after {
  width: 5px;
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #8a246b;
  z-index: -1;
  transition: transform 0.3s ease;
}
.section-title02 span:hover {
  color: #fff;
}
.section-title02 span:hover:before {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.page-title-section {
  padding: 190px 0 90px 0;
  text-align: center;
}
.page-title-section.style1 {
  padding: 150px 0;
}
.page-title-section h1 {
  font-size: 72px;
  line-height: 1;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  color: #fff;
  margin-bottom: 15px;
  position: relative;
  z-index: 9;
  text-transform: uppercase;
  text-align: center;
  word-wrap: break-word;
  white-space: normal;
  letter-spacing: -2px;
}
.pagetitle-lg-title {
  display: block;
  font-size: 105px;
  line-height: 1;
  font-weight: 800;
  color: #fff;
  opacity: 0.2;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  margin: 0 0 -58px 0;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
.page-title-section ul {
  margin: 0;
  list-style: none;
  display: inline-block;
  padding: 5px 18px 6px 18px;
  border: 1px solid #8a246b;
  border-radius: 50rem;
  line-height: 1.2;
}
.page-title-section ul li {
  display: inline-block;
}
.page-title-section ul li:last-child {
  color: #fff;
  opacity: 0.8;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.page-title-section ul li:last-child a {
  color: #fff;
  opacity: 0.8;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.page-title-section ul li:last-child:after {
  content: none;
}
.page-title-section ul li:after {
  content: "";
  font-weight: 700;
  vertical-align: middle;
  background-color: #8a246b;
  width: 10px;
  padding: 0 5px 0 10px;
  height: 2px;
  display: inline-block;
  margin: -1px 5px 0 10px;
}
.page-title-section ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media screen and (max-width: 1199px) {
  .page-title-section {
    padding: 180px 0 70px 0;
  }
  .page-title-section h1 {
    font-size: 58px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .page-title-section {
    padding: 150px 0 70px 0;
  }
  .page-title-section.style1 {
    padding: 130px 0;
  }
  .page-title-section h1 {
    font-size: 52px;
  }
}
@media screen and (max-width: 575px) {
  /* ===================================
    Card Style
====================================== */
  /* card-style01 */  .page-title-section {
    padding: 130px 0 60px 0;
  }
  .page-title-section.style1 {
    padding: 100px 0;
  }
  .page-title-section h1 {
    font-size: 46px;
  }
}
.card-style01 {
  border: none;
  border-radius: 0.375rem;
  height: 100%;
  box-shadow: 0px 3px 10px 0px rgba(41, 45, 194, 0.08);
  /* card-style02 */
}
.card-style01 .blog-img img {
  will-change: transform;
  -webkit-transition: -webkit-transform 0.3s ease;
  -ms-transition: -ms-transform 0.3s ease;
  transition: transform 0.3s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(1.01, 1.01);
  -ms-transform: scale(1.01, 1.01);
  transform: scale(1.01, 1.01);
}
.card-style01:hover .blog-img img, .card-style01:active .blog-img img, .card-style01:focus .blog-img img {
  -webkit-transform: scale(1.07, 1.07);
  -ms-transform: scale(1.07, 1.07);
  transform: scale(1.07, 1.07);
}
.card-style01 .post-date {
  position: absolute;
  right: 30px;
  top: -42px;
  background: #8a246b;
  color: #fff;
  border-radius: 3px;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  padding: 14px 15px;
  min-width: 78px;
  z-index: 9;
}
.card-style01 .post-date .month {
  font-size: 12px;
  text-transform: uppercase;
}
.card-style01 .text-uppercase.display-31 a {
  margin-right: 15px;
  margin-top: 5px;
  display: inline-block;
  vertical-align: top;
}
.card-style01 .blog-tag:before {
  content: "";
  margin: 0 0.75em;
  width: 3px;
  height: 3px;
  background-color: #8e919d;
  top: 50%;
  transform: translateY(-50%);
  left: -30%;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
}
.card-style01 > .card-body:nth-child(1) .post-date {
  display: none;
}
.card-style02 {
  min-height: 405px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.card-style02 .card-body {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.card-style02 .card-body:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.5;
}
.card-style02 h3 a {
  color: #fff;
}
.card-style02 p {
  color: #fff;
}
.card-style02:hover {
  border: 1px solid transparent;
}
.card-style02:hover .card-body {
  opacity: 1;
}
.card-style02:hover h3 a {
  color: #fff;
}
.card-style02:hover i {
  color: #fff;
}
.card-style02:hover p {
  color: #fff;
}
.card-style02 i {
  color: #8a246b;
}
@media screen and (max-width: 575px) {
  /*card-style03*/  .card-style02 {
    min-height: 340px;
  }
}
.card-style03 .card-body {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 35px 30px 35px 35px;
  gap: 20px;
}
.card-style03 .card-icon {
  margin-bottom: 20px;
}
.card-style03 .card-content {
  margin-top: auto;
}
.card-style03:hover .card-icon img {
  animation: headShake 2s linear infinite;
}
@media screen and (max-width: 1399px) {
  /*.card-style04*/  .card-style03 .card-body {
    padding: 35px 25px 35px 30px;
  }
}
.card-style04 {
  /*card-style05*/
}
.card-style04 .card-content {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 9;
  transform: translate(-50%, -100%);
  padding: 15px 30px;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  backdrop-filter: blur(20px);
  opacity: 0;
  transition: all 0.3s ease;
}
.card-style04 .card-content ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 0;
  list-style: none;
}
.card-style04 .card-content ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #fff;
  transition: all 0.3s ease;
}
.card-style04:hover .card-content {
  transform: translate(-50%, 0);
  opacity: 1;
}
.card-style05 {
  min-height: 390px;
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.02);
  display: flex;
  justify-content: space-between;
  padding: 35px;
  transition: 0.3s;
}
.card-style05:hover {
  background-color: #fff;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}
.card-style05 .process-no {
  font-size: 128px;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 767px) {
  .card-style05 .process-no {
    font-size: 96px;
  }
}
@media screen and (max-width: 575px) {
  /*  .card-style06*/  .card-style05 {
    min-height: 340px;
  }
}
.card-style06 {
  background-color: rgba(255, 255, 255, 0.1);
  /* card-style07 */
}
.card-style06 .service-no {
  width: 42px;
  height: 42px;
  position: relative;
  border: 1px solid #dee2e6;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-style06 .service-no span {
  position: relative;
  z-index: 9;
}
.card-style06 .service-no:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #8a246b;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: all 0.4s ease-in-out;
  z-index: 0;
}
.card-style06:hover .service-no {
  border: none;
}
.card-style06:hover .service-no:before {
  transform: scale(1);
}
.card-style07 {
  /* card-style08 */
}
.card-style07 .blog-tag {
  position: absolute;
  top: 30px;
  right: 20px;
  z-index: 9;
}
.card-style07 .blog-tag a {
  border: 1px solid #fff;
  border-radius: 30px;
  display: inline-block;
  background-color: #fff;
  margin: 1px;
}
.card-style07 .blog-tag a:hover {
  border: 1px solid #8a246b;
  background-color: #8a246b;
  color: #fff;
}
.card-style07 .blog-tag a:active {
  border: 1px solid #8a246b;
  background-color: #8a246b;
  color: #fff;
}
.card-style07 .blog-tag a:focus {
  border: 1px solid #8a246b;
  background-color: #8a246b;
  color: #fff;
}
.card-style08 {
  /* ===================================
    Portfolio
====================================== */
  /* filtering */
}
.card-style08 .card-body .icon-holder .box {
  position: absolute;
  top: -6px;
  right: -3px;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  background-color: rgba(18, 28, 34, 0.15);
  transition: all 500ms ease;
}
.card-style08 .card-body .icon-holder img {
  position: relative;
  display: inline-block;
  width: 65px;
  height: auto;
  transform: scale(1);
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.card-style08:hover .icon-holder .box {
  background-color: #121c22;
}
.card-style08:hover .icon-holder img {
  animation: headShake 2s linear infinite;
}
.filtering {
  margin-bottom: 40px;
}
.filtering span {
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  margin-right: 10px;
  display: inline-block;
  margin-bottom: 5px;
  padding: 6px 15px;
  border-radius: 4px;
  background: #121c22;
  color: #fff;
  text-transform: uppercase;
}
.filtering span:last-child {
  margin: 0;
}
.filtering .active {
  color: #fff;
  background: #8a246b;
}
@media screen and (max-width: 575px) {
  /* popup gallery */  .filtering {
    margin-bottom: 30px;
  }
  .filtering span {
    padding: 6px 8px;
    margin-right: 5px;
    font-size: 13px;
  }
}
.lg-backdrop {
  z-index: 99999;
}
.lg-outer {
  z-index: 999999;
}
.lg-outer .lg-thumb-item.active {
  border-color: #8a246b;
}
.lg-outer .lg-thumb-item:hover {
  border-color: #8a246b;
}
.lg-progress-bar .lg-progress {
  background-color: #8a246b;
}
.lg-backdrop.in {
  opacity: 0.85;
  /* portfolio-style01 */
}
.portfolio-style01 {
  position: relative;
  /* portfolio-details-style01 */
}
.portfolio-style01:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1e1d1d;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
  border-radius: 0.375rem;
}
.portfolio-style01 .portfolio-img {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
  border-radius: 0.375rem;
}
.portfolio-style01 .portfolio-img img {
  width: 100% !important;
  max-width: none !important;
}
.portfolio-style01 .portfolio-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: flex-end;
  -webkit-transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
}
.portfolio-style01 .portfolio-inner .portfolio-icon {
  margin-top: 0;
  transform-style: inherit;
  z-index: 1;
  margin-right: 30px;
  margin-left: auto;
  margin-bottom: auto;
  -webkit-transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
}
.portfolio-style01 .portfolio-inner .portfolio-icon i {
  font-size: 28px;
  color: #fff;
  display: inline-block;
  -webkit-transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
}
.portfolio-style01 .portfolio-inner .portfolio-heading {
  font-size: 22px;
  overflow: hidden;
  -webkit-transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
}
.portfolio-style01 .portfolio-inner .portfolio-heading h4 {
  opacity: 0;
  display: block;
  will-change: transform;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  transition: all 0.5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
.portfolio-style01 .portfolio-inner .portfolio-subtitle {
  overflow: hidden;
  opacity: 0.6;
  -webkit-transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
  color: #fff;
  line-height: 28px;
  font-size: 15px;
}
.portfolio-style01 .portfolio-inner .portfolio-subtitle span {
  opacity: 0;
  display: block;
  will-change: transform;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transition: all 0.5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  transition: all 0.5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
.portfolio-style01:hover .portfolio-inner {
  opacity: 1;
}
.portfolio-style01:hover .portfolio-inner .portfolio-heading h4 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.portfolio-style01:hover .portfolio-inner .portfolio-subtitle span {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.portfolio-style01:hover:before {
  opacity: 0.5;
  overflow: visible;
}
.portfolio-details-style01 {
  /* ===================================
    Owl carousel
====================================== */
}
.portfolio-details-style01 .box-letter {
  background-color: #8a246b;
  position: relative;
  z-index: 1;
  float: left;
  width: 1.5em;
  height: 1.5em;
  margin-top: 0.3em;
  margin-right: 0.5em;
  font-size: 1.75em;
  line-height: 1.55em;
  color: #fff;
  font-weight: 800;
  text-align: center;
  overflow: hidden;
  border-radius: 0.375rem;
}
.portfolio-details-style01 .portfolio-tag a {
  display: inline-block;
  margin-bottom: 6px;
  margin-right: 6px;
  padding: 0 9px;
  font-size: 14px !important;
  line-height: 28px;
  font-weight: 500;
  color: #121c22;
  background-color: transparent;
  transition: 0.4s;
  border-radius: 0.375rem;
  border: 1px solid #121c22;
}
.portfolio-details-style01 .portfolio-tag a:last-child {
  margin-right: 0;
}
.portfolio-details-style01 .portfolio-tag a:hover {
  color: #fff;
  border-color: #8a246b;
  background-color: #8a246b;
}
.portfolio-details-style01 .portfolio-social-icons a {
  width: 36px;
  height: 36px;
  background-color: transparent;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #121c22;
  border-radius: 0.375rem;
  margin-right: 12px;
  transition: all 0.4s;
}
.portfolio-details-style01 .portfolio-social-icons a:last-child {
  margin-right: 0;
}
.portfolio-details-style01 .portfolio-social-icons a:hover {
  background-color: #8a246b;
  color: #fff;
}
.owl-nav {
  /* owl-thumbs */
}
.owl-nav i {
  color: #121c22;
  font-size: 18px;
  padding-top: 6px;
}
.owl-nav .owl-next {
  color: #8a246b;
  font-size: 43px;
  text-align: center;
  width: 40px;
  height: 40px;
  background: #fff;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
  -o-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
  box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
}
.owl-nav .owl-prev {
  color: #8a246b;
  font-size: 43px;
  text-align: center;
  width: 40px;
  height: 40px;
  background: #fff;
  left: 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
  -o-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
  box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
}
.owl-thumbs {
  /* owl-carousel */
}
.owl-thumbs button {
  border: none;
}
.owl-thumbs button img {
  opacity: 0.5;
}
.owl-thumbs button.active img {
  opacity: 1;
}
.owl-thumbs button {
  border: none;
}
.owl-thumbs button img {
  opacity: 0.5;
}
.owl-thumbs button.active img {
  opacity: 1;
}
.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}
.owl-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 40px;
}
.owl-carousel .owl-dots {
  margin-top: 20px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-carousel .owl-dots .owl-dot:hover span {
  background: #8a246b;
}
.owl-carousel .owl-dots .owl-dot.active span {
  background: #8a246b;
}
.owl-thumb-item {
  cursor: pointer;
}
.wrap {
  position: relative;
  height: 755px;
  overflow: hidden;
  /*testimonial-carousel-one*/
}
.testimonial-carousel-one {
  /*  testimonial-carousel-two*/
}
.testimonial-carousel-one .owl-nav {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-top: 32px;
  text-align: left;
  background-color: transparent !important;
}
.testimonial-carousel-one .owl-nav [class*='owl-'] {
  width: 50px;
  height: 50px;
  color: #121c22;
  margin-top: 0;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.testimonial-carousel-one .owl-nav [class*='owl-']:hover {
  background: unset;
  color: #8a246b;
}
.testimonial-carousel-one .owl-nav i {
  font-size: 15px;
  padding-top: 0;
}
.testimonial-carousel-one .owl-nav .owl-next {
  background-color: transparent;
}
.testimonial-carousel-one .owl-nav .owl-prev {
  margin-right: 16px;
  position: relative;
  background-color: transparent !important;
}
.testimonial-carousel-two.owl-carousel .owl-nav {
  margin-top: 20px;
}
.testimonial-carousel-two.owl-carousel .owl-nav i {
  color: #fff;
  padding-top: 0;
}
.testimonial-carousel-two.owl-carousel .owl-nav .owl-prev {
  height: 50px;
  width: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
  margin: 5px;
  transition: 0.3s;
}
.testimonial-carousel-two.owl-carousel .owl-nav .owl-next {
  height: 50px;
  width: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
  margin: 5px;
  transition: 0.3s;
}
.testimonial-carousel-two.owl-carousel .owl-dots {
  position: absolute;
  bottom: 5px;
  right: 51px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  padding: 5px 10px;
}
.testimonial-carousel-two .owl-nav .owl-next:hover {
  background: #8a246b !important;
}
.testimonial-carousel-two .owl-nav .owl-prev:hover {
  background: #8a246b !important;
}
@media screen and (max-width: 575px) {
  /*.portfolio-carousel-one*/  .testimonial-carousel-two.owl-carousel .owl-dots {
    bottom: -35px;
    right: 98px;
  }
}
.portfolio-carousel-one .portfolio-item .portfolio-img:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  transition: 0.5s ease-in-out;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(24, 24, 24, 0.5), transparent);
  opacity: 0.6;
}
.portfolio-carousel-one .portfolio-item .portfolio-img img {
  transition: 0.8s ease-in-out;
  border-radius: 0.375rem;
}
.portfolio-carousel-one .portfolio-item .portfolio-img:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  border-radius: inherit;
  transition: 0.5s ease-in-out;
  pointer-events: none;
}
.portfolio-carousel-one .portfolio-item .portfolio-body {
  margin: 20px 20px 20px 20px;
  border-style: solid;
  border-width: 0.76px 0.76px 0.76px 0.76px;
  border-radius: 20px 20px 20px 20px;
  border-color: rgba(255, 255, 255, 0.2);
  opacity: 1;
  visibility: visible;
  backdrop-filter: blur(18px);
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  right: 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 28px 18px 24px;
  overflow: hidden;
  border-radius: 20px;
  transition: 0.5s ease-in-out;
}
.portfolio-carousel-one .portfolio-item .portfolio-body .portfolio-content {
  width: 100%;
  transition: 0.5s ease-in-out;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.portfolio-carousel-one .portfolio-item .portfolio-body .portfolio-content .portfolio-tag {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  line-height: 1.5;
}
.portfolio-carousel-one .portfolio-item .portfolio-body .portfolio-content .portfolio-tag li {
  background: transparent;
  border: 1px solid #fff;
  padding: 0px 12px;
  margin-bottom: 7px;
  transition: 0.5s ease-in-out;
  text-transform: uppercase;
  border-radius: 20px;
  line-height: 30px;
  display: inline-block;
}
.portfolio-carousel-one .portfolio-item .portfolio-body .portfolio-content .portfolio-tag li a {
  color: #fff;
}
.portfolio-carousel-one .portfolio-item:hover .portfolio-img img {
  transform: scale(1.07);
}
.portfolio-carousel-one .portfolio-item:hover .portfolio-img:after {
  opacity: 1;
}
.portfolio-carousel-one .portfolio-item:hover .portfolio-body {
  border-color: rgba(255, 255, 255, 0);
  backdrop-filter: blur(0px);
  background-color: #8a246b;
}
.portfolio-carousel-one .owl-nav .owl-next:hover {
  background: #8a246b !important;
}
.portfolio-carousel-one .owl-nav .owl-prev:hover {
  background: #8a246b !important;
}
.portfolio-carousel-one.owl-carousel {
  /*services-carousel-one*/
}
.portfolio-carousel-one.owl-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 50px;
}
.portfolio-carousel-one.owl-carousel .owl-nav {
  text-align: center;
  margin-top: 30px;
}
.portfolio-carousel-one.owl-carousel .owl-nav i {
  color: #fff;
  padding-top: 0;
}
.portfolio-carousel-one.owl-carousel .owl-nav .owl-prev {
  height: 50px;
  width: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
  margin: 5px;
  transition: 0.3s;
}
.portfolio-carousel-one.owl-carousel .owl-nav .owl-next {
  height: 50px;
  width: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
  margin: 5px;
  transition: 0.3s;
}
.services-carousel-one.owl-carousel .owl-item img {
  display: inline-block;
  width: unset;
  border-radius: 0.375rem;
}
.services-carousel-one.owl-carousel .owl-nav {
  margin-top: 20px;
}
.services-carousel-one.owl-carousel .owl-nav i {
  color: #fff;
  padding-top: 0;
}
.services-carousel-one.owl-carousel .owl-nav .owl-prev {
  height: 50px;
  width: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
  margin: 5px;
  transition: 0.3s;
}
.services-carousel-one.owl-carousel .owl-nav .owl-next {
  height: 50px;
  width: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
  margin: 5px;
  transition: 0.3s;
}
.services-carousel-one.owl-carousel .owl-dots {
  position: absolute;
  bottom: 0;
  left: 49%;
}
.services-carousel-one .service-box {
  border-radius: 0;
  background: transparent;
  padding-left: 40px;
  padding-right: 0px;
  transition: all 0.3s ease-in-out;
}
.services-carousel-one .service-box h3 a {
  color: #fff;
}
.services-carousel-one .service-box h3 a:hover {
  color: #8a246b;
}
.services-carousel-one .service-box img {
  transition: all 0.3s ease-in-out;
}
.services-carousel-one .service-box:hover img {
  transform: scale(0.8);
}
.services-carousel-one .service-box:hover .service-btn .btn-text {
  opacity: 1;
  text-indent: 0;
  margin-right: 6px;
  visibility: visible;
  -webkit-transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
  -ms-transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
  transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
}
.services-carousel-one .service-box:hover .service-btn .btn-arrow:before {
  font-size: 11px;
  color: #fff !important;
}
.services-carousel-one .service-box .service-btn {
  position: relative;
  display: inline-block;
  top: auto;
  left: auto;
  height: auto;
  width: auto;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.services-carousel-one .service-box .service-btn .btn-text {
  position: relative;
  margin-right: 0;
  display: inline-block;
  vertical-align: middle;
  text-indent: -110px;
  visibility: hidden;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  -ms-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  will-change: visibility, margin-right, text-indent, opacity;
}
.services-carousel-one .service-box .service-btn .btn-arrow {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  width: 1.4em;
  height: 1.4em;
  line-height: 1.4em;
  text-align: center;
}
.services-carousel-one .service-box .service-btn .btn-arrow:before {
  font-size: 18px;
  line-height: inherit;
  font-weight: 400;
  font-style: inherit;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  content: "\e628";
  font-family: 'themify';
  transition: 0.4s;
}
.services-carousel-one .owl-nav .owl-next:hover {
  background: #8a246b !important;
}
.services-carousel-one .owl-nav .owl-prev:hover {
  background: #8a246b !important;
}
@media screen and (max-width: 1399px) {
  .services-carousel-one .service-box {
    padding-left: 25px;
  }
}
@media screen and (max-width: 767px) {
  /*services-carousel-two*/  .services-carousel-one .service-box {
    padding-left: 0;
  }
}
.services-carousel-two.owl-carousel .owl-nav {
  margin-top: 20px;
}
.services-carousel-two.owl-carousel .owl-nav i {
  color: #fff;
  padding-top: 0;
}
.services-carousel-two.owl-carousel .owl-nav .owl-prev {
  height: 50px;
  width: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
  margin: 5px;
  transition: 0.3s;
}
.services-carousel-two.owl-carousel .owl-nav .owl-next {
  height: 50px;
  width: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
  margin: 5px;
  transition: 0.3s;
}
.services-carousel-two.owl-carousel .owl-dots {
  margin-top: 20px;
  position: absolute;
  bottom: 0;
  left: 45%;
}
.services-carousel-two {
  /*  .services-carousel-three*/
}
.services-carousel-two .owl-nav .owl-next:hover {
  background: #8a246b !important;
}
.services-carousel-two .owl-nav .owl-prev:hover {
  background: #8a246b !important;
}
.services-carousel-three.owl-carousel .owl-nav {
  margin-top: 40px;
  text-align: center;
}
.services-carousel-three.owl-carousel .owl-nav i {
  color: #fff;
  padding-top: 0;
}
.services-carousel-three.owl-carousel .owl-nav .owl-prev {
  height: 50px;
  width: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
  margin: 5px;
  transition: 0.3s;
}
.services-carousel-three.owl-carousel .owl-nav .owl-next {
  height: 50px;
  width: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
  margin: 5px;
  transition: 0.3s;
}
.services-carousel-three .owl-nav .owl-next:hover {
  background: #8a246b !important;
}
.services-carousel-three .owl-nav .owl-prev:hover {
  background: #8a246b !important;
}
@media screen and (max-width: 1399px) {
  .services-carousel-three .service-box {
    padding-left: 25px;
  }
}
@media screen and (max-width: 767px) {
  /*==============================
 *    Pagination
 *    ================================ */
  /* pagination */  .services-carousel-three .service-box {
    padding-left: 0;
  }
}
.pagination {
  border-radius: 0;
  padding: 0;
}
.pagination li {
  display: inline-block;
  margin-left: 5px;
  margin-top: 1rem;
}
.pagination a, .pagination span.current {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  padding: 10px 18px;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid #dbdbdb;
  background: #fff;
}
.pagination a:hover, .pagination a:active, .pagination a:focus {
  background: #fff;
  color: #121c22;
  box-shadow: 0 0 10px rgba(23, 23, 23, 0.15) !important;
}
.pagination .active a {
  background-color: #8a246b;
  color: #fff;
  cursor: default;
}
.pagination span.current {
  background-color: #8a246b;
  color: #fff;
  border-color: transparent;
}
.page-item:not(:first-child) .page-link {
  margin-left: 0;
  /* pagination-style01 */
}
.pagination-style01 {
  margin-top: 4%;
  width: 100%;
  display: flex;
  justify-content: center;
  /*==============================
 *    Scroll Section
 *    ================================ */
}
.pagination-style01 ul {
  font-weight: 500;
  font-size: 13px;
  margin-bottom: 0;
  padding-left: 0;
}
.pagination-style01 ul li {
  list-style: none;
}
.pagination-style01 ul li a {
  border: 0;
  padding: 0 2px;
  margin: 0 7px;
  background: 0 0;
  color: #828282;
  min-width: 45px;
  font-size: inherit;
  text-align: center;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  line-height: 45px;
  min-height: 45px;
  display: block;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.pagination-style01 ul li a i {
  line-height: 40px;
  font-size: 18px;
  display: inline-block;
}
.pagination-style01 ul li.active a {
  background: #232323;
  color: #fff;
  box-shadow: 0 0 10px rgba(23, 23, 23, 0.15) !important;
}
.pagination-style01 ul li a:hover {
  background: #fff;
  color: #232323;
  box-shadow: 0 0 10px rgba(23, 23, 23, 0.15) !important;
}
.scroll-section {
  width: 100%;
  overflow: hidden;
  position: relative;
  /* animation track */
}
.scroll-track {
  display: flex;
  white-space: nowrap;
  will-change: transform;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-play-state: running;
  /* pause on hover */
}
.pause-on-hover {
  /* scroll direction */
}
.pause-on-hover:hover {
  animation-play-state: paused;
}
.pause-on-hover:active {
  animation-play-state: paused;
}
.pause-on-hover:focus {
  animation-play-state: paused;
}
.scroll-left {
  animation-name: scroll-left;
}
.scroll-right {
  animation-name: scroll-right;
  /* grouping taglines together */
}
.scroll-group {
  display: inline-flex;
  white-space: nowrap;
  /* single scroll item styling */
}
.scroll-item {
  display: inline-block;
  white-space: nowrap;
  line-height: 1;
}
.scroll-item.small-img.with-img {
  min-width: 30px;
}
.scroll-item.with-img {
  min-width: 90px;
  height: auto;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  /* keyframes */
}
.scroll-item.with-img img {
  vertical-align: middle;
}
@keyframes "scroll-left" {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
@keyframes "scroll-right" {
  /* speed control */
  0% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(0);
  }
}
.scroll-speed-1 {
  animation-duration: 10s;
  /* Ultra Fast */
}
.scroll-speed-2 {
  animation-duration: 15s;
  /* Extra Fast */
}
.scroll-speed-3 {
  animation-duration: 20s;
  /* Fast */
}
.scroll-speed-4 {
  animation-duration: 30s;
  /* Medium */
}
.scroll-speed-5 {
  animation-duration: 40s;
  /* Slow */
}
.scroll-speed-6 {
  animation-duration: 60s;
  /* Super Slow */
}
.scroll-speed-7 {
  animation-duration: 80s;
  /* Ultra Slow */
}
.scroll-speed-8 {
  animation-duration: 100s;
  /* Glacial */
}
.scroll-speed-9 {
  animation-duration: 120s;
}
.scroll-icon-rotated {
  -webkit-animation: icon-rotated 2s linear infinite;
  animation: icon-rotated 2s linear infinite;
}
@keyframes "icon-rotated" {
  /*scroll-style01*/
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.scroll-section.scroll-style01 {
  font-size: 180px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -2px;
}
.scroll-section.scroll-style01 .scroll-item.with-img img.scroll-icon-rotated {
  -webkit-animation: icon-rotated 20s linear infinite;
  animation: icon-rotated 20s linear infinite;
}
@media screen and (max-width: 1199px) {
  .scroll-section.scroll-style01 {
    font-size: 165px;
  }
}
@media screen and (max-width: 991px) {
  .scroll-section.scroll-style01 {
    font-size: 140px;
  }
}
@media screen and (max-width: 767px) {
  .scroll-section.scroll-style01 {
    font-size: 110px;
  }
}
@media screen and (max-width: 575px) {
  /*scroll-style02*/  .scroll-section.scroll-style01 {
    font-size: 90px;
  }
}
.scroll-section.scroll-style02 .scroll-item {
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(0, 0, 0, 0.2);
  padding: 22px 50px 22px 50px;
  border-radius: 60px;
  align-items: center;
  color: #fff;
  font-size: 48px;
}
@media screen and (max-width: 1199px) {
  .scroll-section.scroll-style02 .scroll-item {
    font-size: 42px;
    padding: 20px 40px;
  }
}
@media screen and (max-width: 991px) {
  .scroll-section.scroll-style02 .scroll-item {
    font-size: 35px;
    padding: 15px 35px;
  }
}
@media screen and (max-width: 575px) {
  /*==============================
    Accordion
================================ */
  /*accordion-style*/  .scroll-section.scroll-style02 .scroll-item {
    font-size: 28px;
    padding: 12px 25px;
  }
}
.accordion .card {
  background: #fff;
  box-shadow: none;
  margin-bottom: 20px;
  border: 0;
  border-radius: 0;
}
.accordion .card:last-child {
  margin-bottom: 0;
}
.accordion .card-header {
  border: 0;
  padding: 0;
  background: none;
}
.accordion .accordion-collapse {
  border: none;
}
.accordion .accordion-button {
  border-bottom: none;
  color: #fff;
  font-size: 16px;
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  white-space: normal;
  box-shadow: none;
  font-weight: 500;
  padding: 16px 64px 16px 20px;
  text-decoration: none;
  background: #8a246b;
  border: 1px solid transparent;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.accordion .accordion-button:hover {
  text-decoration: none;
}
.accordion .accordion-button:active {
  text-decoration: none;
}
.accordion .accordion-button:focus {
  text-decoration: none;
}
.accordion .accordion-button:after {
  background: #fff;
  border: none;
  content: "-";
  right: 20px;
  border-radius: 5px;
  left: inherit;
  font-size: 18px;
  border: 1px solid #fff;
  transform: none;
  width: 25px;
  height: 25px;
  line-height: 21px;
  top: 14px;
  position: absolute;
  color: #121c22;
  text-align: center;
}
.accordion .accordion-button.collapsed {
  background: #fff;
  color: #4b4b4b;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  background-color: transparent;
}
.accordion .accordion-button.collapsed:after {
  background: #8a246b;
  border: none;
  content: "+";
  right: 20px;
  left: inherit;
  font-size: 18px;
  transform: none;
  width: 25px;
  height: 25px;
  line-height: 20px;
  top: 14px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
}
.accordion .card-body {
  color: #4b4b4b;
  font-size: 15px;
  padding: 20px 25px;
  text-align: left;
  border-top: 0;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.accordion-style .card {
  background: transparent;
  box-shadow: none;
  margin-top: 0 !important;
  border: none;
  margin-bottom: 20px;
  box-shadow: 0px 3px 10px 0px rgba(41, 45, 194, 0.08);
}
.accordion-style .card-header {
  border: 0px;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background: none;
}
.accordion-style .btn-link {
  background: #fff;
  color: #8a246b;
  line-height: 20px;
  position: relative;
  border: none;
  display: block;
  width: 100%;
  text-align: left;
  white-space: normal;
  border-radius: 4px;
  padding: 20px 35px 20px 20px;
  font-weight: 800;
  text-decoration: none;
  letter-spacing: 0;
}
.accordion-style .btn-link:hover {
  text-decoration: none;
  color: #8a246b;
}
.accordion-style .btn-link:active {
  text-decoration: none;
  color: #8a246b;
}
.accordion-style .btn-link:focus {
  text-decoration: none;
  color: #8a246b;
}
.accordion-style .btn-link:after {
  background: none;
  content: "-";
  right: 17px;
  left: inherit;
  font-size: 20px;
  height: auto;
  transform: none;
  width: auto;
  top: 20px;
  position: absolute;
  color: #8a246b;
}
.accordion-style .btn-link.collapsed {
  color: #121c22;
}
.accordion-style .btn-link.collapsed:after {
  background: none;
  content: "+";
  right: 15px;
  left: inherit;
  font-size: 20px;
  height: auto;
  transform: none;
  width: auto;
  top: 20px;
  color: #121c22;
}
.accordion-style .card-body {
  padding: 0px 40px 30px 20px;
}
@media screen and (max-width: 991px) {
  .accordion-style .accordion-button {
    padding: 15px 50px 15px 15px;
    font-size: 16px;
  }
  .accordion-style .accordion-button:after {
    right: 15px;
    font-size: 16px;
    height: 22px;
    line-height: 18px;
    width: 22px;
    top: 13px;
  }
  .accordion-style .accordion-button.collapsed:after {
    right: 15px;
    font-size: 16px;
    height: 22px;
    line-height: 18px;
    width: 22px;
    top: 13px;
  }
  .accordion-style .card-body {
    padding: 20px 15px;
    padding: 10px 25px 30px 25px;
  }
  .accordion-style .btn-link:after {
    top: 20px;
  }
  .accordion-style .btn-link.collapsed:after {
    top: 20px;
  }
}
@media screen and (max-width: 575px) {
  /* .accordion-style.style01 */  .accordion.accordion-button {
    padding: 15px 50px 15px 15px;
  }
}
.accordion-style.style01 .card {
  background: transparent;
  box-shadow: none;
  margin-bottom: 20px;
  border: 0;
  border-radius: 0;
}
.accordion-style.style01 .card:last-child {
  margin-bottom: 0;
}
.accordion-style.style01 .card-header {
  border: 0;
  padding: 0;
  background: none;
}
.accordion-style.style01 .accordion-collapse {
  border: none;
}
.accordion-style.style01 .accordion-button {
  border-bottom: none;
  color: #fff;
  font-size: 18px;
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  white-space: normal;
  box-shadow: none;
  font-weight: 500;
  padding: 20px 60px 20px 20px;
  text-decoration: none;
  background: #8a246b;
  border: 1px solid transparent;
  border-top-right-radius: 0.375rem;
  border-top-left-radius: 0.375rem;
}
.accordion-style.style01 .accordion-button:hover {
  text-decoration: none;
}
.accordion-style.style01 .accordion-button:active {
  text-decoration: none;
}
.accordion-style.style01 .accordion-button:focus {
  text-decoration: none;
}
.accordion-style.style01 .accordion-button:after {
  background: #fff;
  border: none;
  content: "-";
  right: 20px;
  border-radius: 0.375rem;
  left: inherit;
  font-size: 18px;
  border: 1px solid #fff;
  transform: none;
  width: 25px;
  height: 25px;
  line-height: 21px;
  top: 18px;
  position: absolute;
  color: #8a246b;
  text-align: center;
}
.accordion-style.style01 .accordion-button.collapsed {
  background: #fff;
  color: #121c22;
  border: 1px solid #ededed;
  border-radius: 0.375rem;
}
.accordion-style.style01 .accordion-button.collapsed:after {
  background: #121c22;
  border: none;
  content: "+";
  right: 20px;
  left: inherit;
  font-size: 18px;
  transform: none;
  width: 25px;
  height: 25px;
  line-height: 20px;
  top: 18px;
  border-radius: 0.375rem;
  text-align: center;
  color: #fff;
}
.accordion-style.style01 .card-body {
  color: #121c22;
  font-size: 16px;
  padding: 20px 25px;
  line-height: 28px;
  text-align: left;
  border-top: 0;
  border-bottom: 1px solid #ededed;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
@media screen and (max-width: 991px) {
  .accordion-style.style01 .accordion-button {
    padding: 15px 50px 15px 15px;
    font-size: 16px;
  }
  .accordion-style.style01 .accordion-button.collapsed:after {
    right: 15px;
    font-size: 16px;
    height: 22px;
    line-height: 22px;
    width: 22px;
    top: 13px;
  }
  .accordion-style.style01 .card-body {
    padding: 20px 15px;
  }
  .accordion .accordion-button:after {
    right: 20px;
    font-size: 16px;
    height: 22px;
    line-height: 22px;
    width: 22px;
    top: 13px;
  }
}
@media screen and (max-width: 575px) {
  /*==============================
 *    Pages
 *    ================================ */
  /*service-sidebar*/  .accordion-style.style01 .accordion-button {
    padding: 15px 50px 15px 15px;
  }
}
.service-sidebar .cetegory li a {
  background-color: #fff;
  padding: 15px 20px 15px 30px;
  border-radius: 0.375rem;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.service-sidebar .cetegory li:hover a, .service-sidebar .cetegory li.active a, .service-sidebar .cetegory li:focus a, .service-sidebar .cetegory li:active a {
  background-color: #8a246b;
  color: #fff;
}
.service-sidebar .widget {
  margin-bottom: 30px;
  padding: 30px 25px;
  border-radius: 0.375rem;
  position: relative;
  display: block;
  background-color: #121c22;
}
.service-sidebar .widget .widget-brochure {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
.service-sidebar .widget .widget-brochure li {
  position: relative;
  margin-bottom: 12px;
  display: inline-block;
  border: 1px solid #ededed;
  width: 100%;
  border-radius: 0.375rem;
  background: #fff;
}
.service-sidebar .widget .widget-brochure li a {
  position: relative;
  display: block;
  padding: 16px 15px 16px 75px;
  font-size: 15px;
  font-weight: 600;
}
.service-sidebar .widget .widget-brochure li a i {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 100%;
  line-height: 3;
  text-align: center;
  font-size: 20px;
  background: #8a246b;
  color: #fff;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.service-sidebar .widget:last-child {
  margin-bottom: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  /*service-sidebar-banner*/  .service-sidebar .widget {
    padding: 25px 20px;
  }
}
.banner-wrapper {
  /* blog-sidebar */
}
.banner-wrapper img {
  margin-top: 0;
  clip-path: polygon(0 0, 100% 0, 102% 87%, 0% 100%);
}
.banner-wrapper .icon-boxs {
  position: absolute;
  top: -60px;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.banner-wrapper .icon-boxs i {
  line-height: 80px;
}
.blog-sidebar .input-group-append .btn-style01 {
  padding: 14px 30px !important;
  color: #212529 !important;
}
.blog-sidebar .input-group-append .btn-style01:before {
  background-color: #fff;
}
.blog-sidebar .widget {
  padding: 30px 25px;
  border-radius: 0.375rem;
  position: relative;
  display: block;
}
.blog-sidebar .widget .widget-content {
  position: relative;
}
.blog-sidebar .widget .category-list li {
  margin-bottom: 0.5rem;
}
.blog-sidebar .widget .category-list li:last-child {
  margin-bottom: 0px;
}
.blog-sidebar .widget .category-list li a {
  background: rgba(255, 255, 255, 0.1);
  padding: 14px 20px 14px 28px;
  padding: 15px 20px 15px 30px;
  border-radius: 0.375rem;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
.blog-sidebar .widget .category-list li a span {
  z-index: 9;
  position: relative;
}
.blog-sidebar .widget .category-list li a:after {
  content: "\e649";
  font-family: 'themify';
  font-size: 12px;
  font-weight: bold;
  margin-left: -10px;
}
.blog-sidebar .widget .category-list li a:hover, .blog-sidebar .widget .category-list li a:active, .blog-sidebar .widget .category-list li a:focus {
  background: #8a246b;
  color: #fff;
}
.blog-sidebar .widget .category-list li.active a:after, .blog-sidebar .widget .category-list li:hover a:after {
  margin-left: 10px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.blog-sidebar .blog-tags a {
  background-color: #8a246b;
  padding: 7px 12px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  margin: 0.6rem 5px 0 0;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #8a246b;
  border-radius: 3px;
}
.blog-sidebar .blog-tags a:hover, .blog-sidebar .blog-tags a:active, .blog-sidebar .blog-tags a:focus {
  background-color: #fff;
  color: #8a246b;
}
.blog-tags a {
  background-color: #8a246b;
  padding: 7px 12px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  margin: 0.6rem 5px 0 0;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #8a246b;
  border-radius: 3px;
  /* post reply */
}
.blog-tags a:hover, .blog-tags a:active, .blog-tags a:focus {
  background-color: #fff;
  color: #8a246b;
}
.author-thumb img {
  border-radius: 50%;
  width: 80px;
}
.comment-inner {
  display: flex;
  flex-wrap: nowrap;
  align-items: start;
}
.comment-inner .avatar {
  width: 65px;
  min-width: 65px;
  margin-right: 20px;
  display: inline-block;
  border-radius: 50%;
}
.comment-inner .comment-box {
  overflow: hidden;
  position: relative;
  margin-left: 0;
  flex-grow: 1;
  vertical-align: top;
  display: inline-block;
}
.comment-inner .comment-box p:last-child {
  margin-bottom: 0;
}
.comment-reply-link {
  color: #8a246b;
  background: rgba(138, 36, 107, 0.1);
  padding: 5px 18px;
  font-weight: 500;
  border-radius: 4px;
  font-size: 14px;
  margin-top: 18px;
  display: inline-block;
}
.comment-reply-link:hover, .comment-reply-link:active, .comment-reply-link:focus {
  color: #fff;
  background: #8a246b;
}
a#cancel-comment-reply-link {
  color: #8a246b;
  background: rgba(138, 36, 107, 0.1);
  padding: 9px 18px;
  font-weight: 500;
  border-radius: 4px;
  font-size: 14px;
  transition: 0.3s;
  float: right;
  margin: 6px 0;
  /* tags */
}
a#cancel-comment-reply-link:hover, a#cancel-comment-reply-link:active, a#cancel-comment-reply-link:focus {
  color: #fff;
  background: #8a246b;
}
.tags a {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  margin: 5px 10px 5px 0;
  display: inline-block;
  /* share post */
}
.tags a:hover {
  border-color: #8a246b;
  background: #8a246b;
  color: #fff;
}
.blog-share-icon {
  min-width: 175px;
}
.share-post {
  /* recent post */
}
.share-post span {
  font-weight: 700;
}
.share-post li {
  display: inline-block;
  margin: 0 5px 0 5px;
}
.share-post li:last-child {
  margin-right: 0;
}
.recent-post > div:first-child a {
  display: inline-block;
  width: 80px;
  height: auto;
  /*widget-brochure*/
}
.widget .widget-brochure {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  /* blog sidebar */
}
.widget .widget-brochure li {
  position: relative;
  margin-bottom: 12px;
  display: inline-block;
  border: 1px solid #ededed;
  width: 100%;
  background: #fff;
}
.widget .widget-brochure li a {
  position: relative;
  display: block;
  padding: 16px 15px 16px 75px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 800;
}
.widget .widget-brochure li a i {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 100%;
  line-height: 3;
  text-align: center;
  font-size: 20px;
  background: #8a246b;
  color: #fff;
}
.widget .widget-brochure li:last-child {
  margin-bottom: 0;
}
.sidebar {
  /*search page*/
}
.sidebar .widget {
  margin-bottom: 30px;
  box-shadow: 0 0 14px rgba(82, 85, 90, 0.1);
}
.sidebar .widget .blog-tags a {
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.5);
  color: #fff;
  display: -webkit-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  z-index: 9;
  padding: 5px 12px;
  margin: 5px 10px 5px 0;
}
.sidebar .widget .blog-tags a:hover {
  color: #f9275a;
}
.sidebar .widget .blog-tags a:hover:before {
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sidebar .widget .blog-tags a:before {
  width: 0%;
  content: "";
  height: 0%;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #fff;
  z-index: -1;
}
.sidebar .widget .blog-tags.sm-tags a {
  font-size: 14px;
  background-color: white;
  color: #121c22;
  display: -webkit-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  z-index: 9;
  padding: 5px 12px;
  margin: 5px 10px 5px 0;
}
.sidebar .widget .blog-tags.sm-tags a:hover {
  color: #f9275a;
}
.sidebar .widget.categories ul li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.sidebar .widget.categories ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: unset;
}
.sidebar .widget.categories ul li a {
  color: #fff;
}
.sidebar .widget.categories ul li:hover a {
  color: #f9275a;
}
.sidebar .widget.categories ul li:hover span {
  color: #f9275a;
}
.sidebar .widget.categories ul li:hover span:before {
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sidebar .widget.categories ul li span {
  width: 27px;
  height: 27px;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.5);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  z-index: 9;
}
.sidebar .widget.categories ul li span:before {
  width: 0%;
  content: "";
  height: 0%;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #fff;
  z-index: -1;
}
.sidebar .widget-info {
  background-repeat: no-repeat;
  background-position: right bottom;
  background-color: #f0f2f7;
  padding: 30px;
  margin-bottom: 40px;
  position: relative;
}
.sidebar .widget-info .info-img {
  background: #fff;
  display: inline-block;
  padding: 15px 20px 15px 0;
  width: 150px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.sidebar .widget-info .info-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: -50px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
}
.sidebar .widget-info h3 {
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 36px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
}
.search-form_input {
  color: #8a246b;
  /*right-panel*/
}
.common-blockquote {
  background-color: #8a246b;
  padding: 30px 35px;
  color: #fff;
  font-size: 20px;
  position: relative;
  margin: 0;
  line-height: 1.7;
  font-weight: 500;
  /* comingsoon newsletter */
}
.common-blockquote:before {
  content: '\e67f';
  font-family: 'themify';
  display: block;
  line-height: 1;
  margin-bottom: 15px;
  text-align: center;
  font-size: 40px;
  width: auto;
  background-color: transparent;
  height: auto;
  position: relative;
}
.common-blockquote cite {
  display: block;
  text-align: right;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  font-style: normal;
  margin-top: 0;
  color: #fff;
}
.coming-soon .newsletter-form {
  margin-bottom: 2rem;
  /*coming-soon page*/
}
.coming-soon .newsletter-form .quform-elements {
  position: relative;
}
.coming-soon .newsletter-form input {
  border: 1px solid transparent;
  background-color: #121c22;
  height: 50px;
  padding: 0.5rem 4rem 0.5rem 1rem;
  color: #fff;
}
.coming-soon .newsletter-form .form-control:focus, .coming-soon .newsletter-form .form-control:active {
  background-color: #121c22;
  color: #fff;
}
.coming-soon .newsletter-form .quform-has-error input, .coming-soon .newsletter-form .quform-has-error textarea, .coming-soon .newsletter-form .quform-has-error select {
  border-color: #f5543f;
}
.coming-soon .newsletter-form .quform-input .quform-errors-wrap {
  right: 15px;
}
.coming-soon .newsletter-form i {
  font-size: 1.2rem;
  line-height: 2rem;
}
.coming-soon .newsletter-form input.wpcf7-submit.newsletter-btn {
  padding: 0 !important;
  right: 4px !important;
  top: 0 !important;
}
.countdown {
  padding: 0;
}
.countdown li {
  background: #121c22;
  display: inline-block;
  text-align: center;
  min-width: 130px;
  padding: 25px;
  border: 1px solid #ededed;
  margin: 0 5px;
  border-radius: 10px;
}
.countdown li span {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  line-height: normal;
  position: relative;
  color: #fff;
}
.countdown li span:before {
  content: "";
  height: 1px;
  position: absolute;
  width: 100%;
}
.countdown li p.timeRefDays, .countdown li p.timeRefHours, .countdown li p.timeRefMinutes, .countdown li p.timeRefSeconds {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}
.coming-soon > .bg-img {
  content: "";
  position: absolute !important;
  width: 65%;
  height: 100vh;
  top: 0;
  right: 0;
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1199px) {
  .countdown li {
    min-width: 115px;
    padding: 20px;
  }
  .countdown li span {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  /*error-page*/  .countdown li {
    min-width: 98px;
    padding: 15px;
    margin: 10px 5px;
  }
  .countdown li span {
    font-size: 30px;
  }
  .coming-soon:before {
    width: 100%;
  }
}
.wrapper-error h1 {
  font-weight: 800;
  font-size: 300px;
  line-height: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrapper-error h1 span {
  width: 226px;
  height: 226px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #8a246b;
  border-radius: 50%;
}
.wrapper-error h1 span i {
  font-size: 90px;
  width: 140px;
  height: 140px;
  background-color: #8a246b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.wrapper-error h2 {
  font-size: 120px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 30px;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 1199px) {
  .wrapper-error h2 {
    font-size: 90px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper-error h1 {
    font-size: 240px;
  }
  .wrapper-error h1 span {
    width: 196px;
    height: 196px;
  }
  .wrapper-error h2 {
    font-size: 60px;
  }
}
@media screen and (max-width: 575px) {
  .wrapper-error h1 {
    font-size: 145px;
  }
  .wrapper-error h1 span {
    width: 106px;
    height: 106px;
  }
  .wrapper-error h1 span i {
    width: 70px;
    height: 70px;
    font-size: 50px;
  }
  .wrapper-error h2 {
    font-size: 35px;
  }
}
.map-h500 {
  height: 500px;
  width: 100%;
  /* ===================================
    Others
====================================== */
  /*.about-style01*/
}
.about-style01 .exp-number {
  font-size: 123px;
  line-height: 1;
  letter-spacing: -5px;
  margin-bottom: 0;
  color: #8a246b;
  display: inline-block;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .about-style01 .exp-number {
    font-size: 95px;
  }
}
@media screen and (max-width: 575px) {
  /*about-style02*/  .about-style01 .exp-number {
    font-size: 80px;
  }
}
.about-style02 .icon-box {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background-color: #f8f9fa;
  box-shadow: 5px 4px 13px 0px rgba(248, 249, 250, 0.15);
}
.about-style02 .about-content:hover .icon-box img {
  animation: headShake 2s linear infinite;
}
@keyframes "headShake" {
  /*.about-style03*/
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.about-style03 {
  /*.about-style04*/
}
.about-style03 .about-left-box {
  width: 340px;
  position: absolute;
  bottom: 30px;
  left: 30px;
  background-color: rgba(4, 6, 24, 0.1);
  backdrop-filter: blur(15px);
  border-radius: 20px;
  padding: 30px;
}
.about-style03 .about-box {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
}
.about-style03 .about-box:last-child {
  margin-bottom: 0;
}
.about-style03 .about-box .icon-box {
  position: relative;
  height: 60px;
  width: 60px;
  background-color: #8a246b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}
.about-style03 .about-box .icon-box:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #121c22;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: all 0.4s ease-in-out;
  z-index: 0;
}
.about-style03 .about-box .icon-box img {
  position: relative;
  width: 100%;
  max-width: 30px;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}
.about-style03 .about-box:hover .icon-box:hover {
  background-color: transparent;
}
.about-style03 .about-box:hover .icon-box:before {
  transform: scale(1);
}
.about-style03 .about-right-box .right-bg {
  transform: translateY(-8.01324px);
  opacity: 1;
  box-shadow: 0 20px 100px rgba(0, 0, 0, 0.1);
  z-index: 1;
  text-align: center;
  padding: 30px;
  width: 180px;
  background-color: #fff;
  overflow: hidden;
  display: inline-block;
  border-radius: 0.375rem;
}
.about-style03 .about-right-box .right-bg .right-circle {
  z-index: -1;
  position: absolute;
  right: -35px;
  top: -30px;
  height: 150px;
  width: 150px;
  border-radius: 100%;
  background-color: #8a246b;
}
.about-style03 .about-contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 30px;
  margin-top: 40px;
}
.about-style03 .about-contact .about-contact-number {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.about-style03 .about-contact .about-contact-number .contact-circle {
  position: relative;
  background: #8a246b;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.about-style03 .about-contact .about-contact-number .contact-circle:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #121c22;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: all 0.4s ease-in-out;
  z-index: 0;
}
.about-style03 .about-contact .about-contact-number img {
  position: relative;
  width: 100%;
  max-width: 30px;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}
.about-style03 .about-contact .about-contact-number:hover .contact-circle:before {
  transform: scale(1);
}
.about-style04 {
  /* about-style05 */
}
.about-style04 .about-content .icon-box {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background-color: #f8f9fa;
  box-shadow: 5px 4px 13px 0px rgba(248, 249, 250, 0.15);
}
.about-style04 .about-content:hover .icon-box img {
  animation: headShake 2s linear infinite;
}
.about-style05 {
  /*client-style-one*/
}
.about-style05 .arrow-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 20px;
  width: 50px;
  height: 50px;
  border: 2px solid #eb4304;
  border-radius: 50%;
}
.client-style-one .client-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.client-style-one .client-wrap .client-item {
  width: 20%;
  display: flex;
  justify-content: center;
  padding: 44px 30px;
  align-items: center;
  position: relative;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.client-style-one .client-wrap .client-item::before {
  position: absolute;
  border-bottom: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  content: "";
  background: #121c22;
  opacity: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.client-style-one .client-wrap .client-item:nth-child(6) {
  border-bottom: 0;
}
.client-style-one .client-wrap .client-item:nth-child(7) {
  border-bottom: 0;
}
.client-style-one .client-wrap .client-item:nth-child(8) {
  border-bottom: 0;
}
.client-style-one .client-wrap .client-item:nth-child(9) {
  border-bottom: 0;
}
.client-style-one .client-wrap .client-item:nth-child(10) {
  border-bottom: 0;
}
.client-style-one .client-wrap .client-item:nth-child(5) {
  border-right: 0;
}
.client-style-one .client-wrap .client-item:last-child {
  border-right: 0;
}
.client-style-one .client-wrap .client-item:hover {
  background: #8a246b;
  box-shadow: 0px 16px 32px 0px rgba(0, 62, 131, 0.2);
}
.client-style-one .client-wrap .client-item:hover::before {
  opacity: 1;
}
.client-style-one .client-wrap .client-item:hover img {
  filter: brightness(0) invert(1);
}
.client-style-one .client-wrap .client-item img {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.client-style-one .client-wrap .client-item a {
  max-width: 140px;
}
.client-style-one .client-item {
  width: 33.33%;
}
@media screen and (max-width: 991px) {
  .client-style-one .client-wrap .client-item {
    width: 33.33%;
  }
  .client-style-one .client-wrap .client-item:nth-child(5) {
    border-right: 1px solid #eee;
  }
  .client-style-one .client-wrap .client-item:last-child {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
  }
  .client-style-one .client-wrap .client-item:nth-child(6) {
    border-bottom: 1px solid #eee;
    border-right: 0;
  }
  .client-style-one .client-wrap .client-item:nth-child(3) {
    border-right: 0;
  }
  .client-style-one .client-wrap .client-item:nth-child(9) {
    border-right: 0;
    border-bottom: 1px solid #eee;
  }
  .client-style-one .client-wrap .client-item:nth-child(7) {
    border-bottom: 1px solid #eee;
  }
  .client-style-one .client-wrap .client-item:nth-child(8) {
    border-bottom: 1px solid #eee;
  }
}
@media screen and (max-width: 767px) {
  /*.client-style02*/  .client-style-one .client-wrap .client-item {
    width: 50%;
    padding: 35px 30px;
  }
  .client-style-one .client-wrap .client-item:nth-child(2) {
    border-right: 0;
    border-left: 0;
  }
  .client-style-one .client-wrap .client-item:nth-child(4) {
    border-right: 0;
    border-left: 0;
  }
  .client-style-one .client-wrap .client-item:nth-child(6) {
    border-right: 0;
    border-left: 0;
  }
  .client-style-one .client-wrap .client-item:nth-child(8) {
    border-right: 0;
    border-left: 0;
  }
  .client-style-one .client-wrap .client-item:last-child {
    border-right: 0;
    border-left: 0;
  }
  .client-style-one .client-wrap .client-item:nth-child(3) {
    border-right: 1px solid #eee;
  }
  .client-style-one .client-wrap .client-item:nth-child(5) {
    border-left: 0;
  }
  .client-style-one .client-wrap .client-item:nth-child(9) {
    border-bottom: 0;
    border-right: 1px solid #eee;
  }
}
.client-style02 {
  /*why-choose-us-style01*/
}
.client-style02 .client-box {
  min-height: 114px;
  border-radius: 0.375rem;
  transition: 0.4s;
  position: relative;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
}
.client-style02 .client-box:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  transition: inherit;
}
.client-style02 .client-box .client-img {
  display: flex;
  position: relative;
  z-index: 1;
  justify-content: center;
  -webkit-mask-position-x: center;
  align-items: center;
  -webkit-mask-position-y: center;
  height: auto;
  width: 100%;
}
.client-style02 .client-box .client-img img {
  transition: 0.4s;
}
.client-style02 .client-box:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  transition: inherit;
  background-color: #8a246b;
  border-radius: 0.375rem;
  opacity: 0;
}
.client-style02 .client-box:hover:after {
  opacity: 1;
}
.client-style02 .client-box:hover:before {
  opacity: 0;
}
.client-style02 .client-box:hover .client-img img {
  filter: brightness(0) invert(1);
}
.why-choose-us-style01 {
  /* counter-style01 */
}
.why-choose-us-style01 .why-choose-box .icon-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #8a246b;
  position: absolute;
  top: 0;
  left: 10px;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.4s ease;
}
.why-choose-us-style01 .why-choose-box:hover .icon-circle {
  opacity: 1;
  transform: scale(1);
}
.counter-style01 .title-text h2 {
  font-size: 7.25rem;
  line-height: 1;
  font-weight: 800;
}
.counter-style01 .about-text {
  width: 104px;
  height: 104px;
  color: #121c22;
  font-weight: 600;
  margin-top: 30px;
  position: relative;
  border-radius: 50%;
  right: -190px;
}
.counter-style01 .about-text .coloring {
  fill: #121c22;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.counter-style01 .about-text svg {
  -webkit-animation: rotated_circle 12s linear infinite;
  animation: rotated_circle 12s linear infinite;
}
.counter-style01 .about-text .about-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 1;
}
@media screen and (max-width: 1399px) {
  .counter-style01 .title-text h2 {
    font-size: 6.25rem;
  }
}
@media screen and (max-width: 1199px) {
  .counter-style01 .about-text {
    right: -100px;
  }
}
@media screen and (max-width: 991px) {
  .counter-style01 .title-text h2 {
    font-size: 5.35rem;
  }
  .counter-style01 .about-text {
    right: -50px;
  }
}
@media screen and (max-width: 767px) {
  .counter-style01 .title-text h2 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 575px) {
  /* counter-style02 */  .counter-style01 .title-text h2 {
    font-size: 2.3rem;
  }
}
.counter-style02 .counter-block .counter-inner {
  font-size: 78px;
  line-height: 1;
  font-weight: 700;
  color: #232323;
  letter-spacing: -0.04em;
  overflow: hidden;
}
.counter-style02 .counter-block .counter-inner .counter-no {
  display: flex;
  margin: 0 0 -0.36em 0;
  font-weight: inherit;
  position: relative;
  white-space: nowrap;
  justify-content: center;
}
.counter-style02 .counter-block .counter-line {
  width: 100%;
  height: 1px;
  background: #dee2e6;
  margin: 0 0 21px;
}
@media screen and (max-width: 1199px) {
  .counter-style02 .counter-block .counter-inner {
    font-size: 65px;
  }
  .counter-style02 .counter-block .counter-inner .counter-no {
    margin: 0 0 -0.3em 0;
  }
  .counter-style02 .counter-block .counter-line {
    margin: 0 0 12px;
  }
}
@media screen and (max-width: 991px) {
  /* error-style01 */  .counter-style02 .counter-block .counter-inner {
    font-size: 56px;
  }
}
.error-style01 h1 {
  font-size: 450px;
  margin-bottom: 50px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: #fff;
  -webkit-text-stroke-width: 1px;
  letter-spacing: 0.027em;
  line-height: 0.8;
}
@media screen and (max-width: 1399px) {
  .error-style01 h1 {
    font-size: 395px;
  }
}
@media screen and (max-width: 1199px) {
  .error-style01 h1 {
    font-size: 315px;
  }
}
@media screen and (max-width: 767px) {
  .error-style01 h1 {
    font-size: 235px;
  }
}
@media screen and (max-width: 575px) {
  /* feature-style01 */  .error-style01 h1 {
    font-size: 125px;
    margin-bottom: 25px;
  }
}
.feature-style01 {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  margin-top: -60px;
  background-color: #fff;
  z-index: 9;
  position: relative;
  padding: 40px;
}
@media screen and (max-width: 1399px) {
  .feature-style01 {
    margin-top: -145px;
  }
}
@media screen and (max-width: 1199px) {
  .feature-style01 {
    margin-top: -95px;
  }
}
@media screen and (max-width: 575px) {
  /*client-style01*/  .feature-style01 {
    margin-top: -50px;
  }
}
.client-style01 {
  /*.award-style01*/
}
.client-style01 .client-logo {
  opacity: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
}
.client-style01:hover .client-logo {
  -webkit-filter: blur(2px);
  filter: blur(2px);
  opacity: 0.6;
}
.client-style01 .client-logo:hover {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.award-style01 .award-box {
  padding: 35px 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.5s ease-in-out;
}
.award-style01 .award-box:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.award-style01 .award-box:first-child {
  padding-top: 0;
}
.award-style01 .award-box .award-year .h5 {
  font-weight: 800;
  font-size: 72px;
  margin: 0;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  transition: all 0.5s ease-in-out;
}
.award-style01 .award-box .award-content h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
.award-style01 .award-box .award-circle {
  width: 130px;
  height: 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: transparent;
  transform: scale(1);
  transition: all 0.5s ease-in-out;
}
.award-style01 .award-box .award-circle h4 {
  color: #fff;
  margin: 0;
  transition: all 0.5s ease-in-out;
}
.award-style01 .award-box .award-circle span {
  color: #fff;
  opacity: 0.6;
  transition: all 0.5s ease-in-out;
}
.award-style01 .award-box:hover .award-year .h5, .award-style01 .award-box:active .award-year .h5, .award-style01 .award-box:focus .award-year .h5 {
  color: #fff;
  -webkit-text-stroke: 0px;
}
.award-style01 .award-box:hover .award-circle, .award-style01 .award-box:active .award-circle, .award-style01 .award-box:focus .award-circle {
  background-color: #fff;
  transform: scale(1.05);
}
.award-style01 .award-box:hover .award-circle h4, .award-style01 .award-box:active .award-circle h4, .award-style01 .award-box:focus .award-circle h4 {
  color: #8a246b;
}
.award-style01 .award-box:hover .award-circle span, .award-style01 .award-box:active .award-circle span, .award-style01 .award-box:focus .award-circle span {
  color: #212529;
  opacity: 1;
}
.award-style01 .award-box.active .award-year .h5 {
  color: #fff;
  -webkit-text-stroke: 0px;
}
.award-style01 .award-box.active .award-circle {
  background-color: #fff;
  transform: scale(1.05);
}
.award-style01 .award-box.active .award-circle h4 {
  color: #8a246b;
}
.award-style01 .award-box.active .award-circle span {
  color: #212529;
  opacity: 1;
}
@media screen and (max-width: 1599px) {
  .award-style01 .award-box {
    padding: 35px 35px;
  }
}
@media screen and (max-width: 991px) {
  .award-style01 .award-box {
    padding: 30px 20px;
  }
  .award-style01 .award-box .award-year .h5 {
    font-size: 56px;
  }
}
@media screen and (max-width: 767px) {
  /*.extra-style01*/  .award-style01 .award-box {
    padding: 25px 15px;
  }
  .award-style01 .award-box .award-year .h5 {
    font-size: 42px;
  }
  .award-style01 .award-box .award-circle {
    width: 100px;
    height: 100px;
  }
}
.extra-style01 {
  min-height: 900px;
  position: relative;
  align-content: end;
}
.extra-style01 .video_btn {
  width: 60px;
  height: 60px;
  line-height: 60px;
  position: relative;
  background: #eb4304;
  text-align: center;
  display: inline-block;
  color: #fff;
  border-radius: 50%;
  transition-duration: 0s;
  -ms-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
}
.extra-style01 .video_btn:before {
  width: 75px;
  height: 75px;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 95px;
  width: 95px;
  border: 2px solid #eb4304;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 0.3;
  animation: pulse-border 1500ms ease-out infinite;
}
.extra-style01 .video_btn:after {
  width: 60px;
  height: 60px;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 80px;
  width: 80px;
  border: 2px solid #eb4304;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 0.3;
  animation: pulse-border 1500ms ease-out infinite;
}
.extra-style01 .video_btn:hover i {
  color: #fff;
}
.extra-style01 .video_btn:focus i {
  color: #fff;
}
.extra-style01 .video_btn.small {
  width: 55px;
  height: 55px;
  line-height: 55px;
}
.extra-style01 .video_btn.small:after {
  height: 50px;
  width: 50px;
}
.extra-style01 .video_btn.small:before {
  height: 65px;
  width: 65px;
}
@media screen and (max-width: 991px) {
  .extra-style01 .video_btn {
    height: 55px;
    width: 55px;
    line-height: 55px;
  }
  .extra-style01 .video_btn:after {
    height: 75px;
    width: 75px;
  }
  .extra-style01 .video_btn:before {
    height: 90px;
    width: 90px;
  }
}
@media screen and (max-width: 1399px) {
  .extra-style01 {
    min-height: 850px;
  }
}
@media screen and (max-width: 1199px) {
  .extra-style01 {
    min-height: 680px;
  }
}
@media screen and (max-width: 767px) {
  .extra-style01 .video_btn {
    height: 50px;
    width: 50px;
    line-height: 50px;
  }
  .extra-style01 .video_btn:after {
    height: 70px;
    width: 70px;
  }
  .extra-style01 .video_btn:before {
    height: 85px;
    width: 85px;
  }
}
@media screen and (max-width: 575px) {
  .extra-style01 {
    min-height: 400px;
  }
}
@keyframes pulse-border {
  /* extra-style02 */
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
  }
}
.extra-style02 .extra-circle .extra-text {
  width: 160px;
  height: 160px;
  color: white;
  padding: 10px;
  font-weight: 600;
  position: relative;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}
.extra-style02 .extra-circle .extra-text .coloring {
  fill: white;
  letter-spacing: 1px;
  word-spacing: 4px;
}
.extra-style02 .extra-circle .extra-text svg {
  -webkit-animation: rotated_circle 12s linear infinite;
  animation: rotated_circle 12s linear infinite;
}
.extra-style02 .extra-circle .extra-text .extra-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 55px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.extra-style02 .extra-circle .extra-text .extra-icon .story-video .video {
  display: flex;
  align-items: center;
  justify-content: center;
}
.extra-style02 .extra-author {
  background: #eb4304;
  padding: 40px 30px 40px 40px;
  margin-top: 70px;
}
.extra-style02 .extra-author .author-img {
  z-index: 1;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  margin-bottom: 25px;
}
.extra-style02 .extra-author .author-img img {
  border-radius: 50%;
  width: 120px;
}
.extra-style02 .extra-author .author-img:after {
  content: '';
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  left: 5px;
  top: 5px;
  background: white;
  border-radius: 50%;
}
@-webkit-keyframes "rotated_circle" {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes "rotated_circle" {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@media screen and (max-width: 991px) {
  /*.testimonial-style01*/  .extra-style02 .extra-author {
    margin-top: 30px;
  }
}
.testimonial-style01 .testimonial-right-text {
  writing-mode: sideways-lr;
  position: absolute;
  bottom: 20px;
  right: -140px;
  /*.testimonial-style02 */
}
.testimonial-style02 {
  /* Rotated Circle */
}
.testimonial-style02 .testimonial-text {
  width: 253px;
  height: 253px;
  color: white;
  padding: 18px;
  font-weight: 600;
  border-radius: 50%;
  background: transparent;
  position: relative;
}
.testimonial-style02 .testimonial-text .coloring {
  fill: white;
  text-transform: uppercase;
  letter-spacing: 4.5px;
  word-spacing: 3px;
  font-weight: 500;
}
.testimonial-style02 .testimonial-text .testimonial-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial-style02 .counter-no {
  font-size: 168px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  margin-right: 15px;
}
@-webkit-keyframes "rotated_circle" {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes "rotated_circle" {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@media screen and (max-width: 991px) {
  /* team-details-style01 */  .testimonial-style02 .testimonial-text {
    width: 220px;
    height: 220px;
  }
}
.team-details-style01 .icon {
  border: 1px solid #8a246b;
  line-height: 1;
  border-radius: 0.375rem;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.team-details-style01 .progress {
  height: 10px;
}
.team-details-style01 .progress-text {
  font-size: 18px;
  font-weight: 400;
  color: #121c22;
  line-height: 1.1em;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .team-details-style01 .progress-text {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 575px) {
  /*==============================
 *    Page navigation
 *    ================================ */  .team-details-style01 .progress-text {
    font-size: 15px;
    margin-bottom: 12px;
  }
}
.page-navigation {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
}
.prev-page, .next-page {
  position: relative;
  width: 50%;
  max-width: 350px;
  margin: 10px;
}
.prev-page:before, .next-page:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 0 rgba(34, 35, 40, 0);
  transform: scale(1.04, 1.12);
  transition: 0.3s ease-in-out;
  pointer-events: none;
}
.prev-page .page-info > a, .next-page .page-info > a {
  display: flex;
  align-items: center;
  position: relative;
  padding: 16px 20px;
  min-height: 110px;
  transition: 0.8s;
}
.prev-page .page-info .image-prev, .prev-page .page-info .image-next {
  position: relative;
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  vertical-align: middle;
  transition: inherit;
  overflow: hidden;
}
.next-page .page-info .image-prev, .next-page .page-info .image-next {
  position: relative;
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  vertical-align: middle;
  transition: inherit;
  overflow: hidden;
}
.prev-page .page-info .prev-title, .prev-page .page-info .next-title {
  display: inline-block;
  position: relative;
  max-width: 220px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 800;
  word-wrap: break-word;
  vertical-align: middle;
  transition: 0.45s;
}
.next-page .page-info .prev-title, .next-page .page-info .next-title {
  display: inline-block;
  position: relative;
  max-width: 220px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 800;
  word-wrap: break-word;
  vertical-align: middle;
  transition: 0.45s;
}
.prev-page .page-info .prev-title:empty, .prev-page .page-info .next-title:empty {
  display: none;
}
.next-page .page-info .prev-title:empty, .next-page .page-info .next-title:empty {
  display: none;
}
.prev-page:hover:before, .next-page:hover:before {
  background-color: white;
  transform: scale(1);
  box-shadow: 0 10px 30px 0 rgba(34, 35, 40, 0.1);
}
.prev-page a {
  justify-content: flex-start;
  text-align: left;
}
.prev-page a:hover .image-prev:after {
  visibility: visible;
  opacity: 1;
}
.prev-page a:hover .image-prev:before {
  visibility: visible;
  opacity: 1;
  margin-left: 0;
}
.prev-page .image-prev {
  margin-right: 20px;
}
.prev-page .image-prev:after {
  background-color: #8a246b;
}
.next-page .image-next:after {
  background-color: #8a246b;
}
.prev-page .image-prev:before {
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  margin-left: 20px;
  content: "\e64a";
  font-family: 'themify';
  font-size: 21px;
  line-height: 70px;
  color: #fff;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}
.prev-page .image-prev:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}
.next-page {
  margin-left: auto;
}
.next-page a {
  justify-content: flex-end;
  text-align: right;
}
.next-page a:hover .image-next:after {
  visibility: visible;
  opacity: 1;
}
.next-page a:hover .image-next:before {
  visibility: visible;
  opacity: 1;
  margin-right: 0;
}
.next-page .image-next {
  margin-left: 20px;
}
.next-page .image-next:before {
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  margin-right: 20px;
  content: "\e64a";
  font-family: 'themify';
  font-size: 21px;
  line-height: 70px;
  color: #fff;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
  transform: scaleX(-1);
}
.next-page .image-next:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}
.next-page .next-title {
  text-align: right;
}
.prev-link-page-info > span, .next-link-page-info > span {
  display: block;
}
.prev-link-page-info .date-details, .next-link-page-info .date-details {
  font-size: 14px;
  letter-spacing: 0.025em;
  line-height: 20px;
  margin-bottom: -2px;
}
.prev-link-page-info .date-details > div, .prev-link-page-info .date-details > span {
  line-height: inherit;
  transition: 0.45s;
  font-weight: 500;
}
.next-link-page-info .date-details > div, .next-link-page-info .date-details > span {
  line-height: inherit;
  transition: 0.45s;
  font-weight: 500;
}
.prev-link-page-info .date-details:only-child, .next-link-page-info .date-details:only-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .prev-page, .next-page {
    width: calc(100% - 20px);
    max-width: unset;
  }
  .prev-page + .next-page {
    margin-top: 0;
  }
  .page-navigation {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  /*==============================
 *    Timeline
 *    ================================ */  .prev-page .page-info > a, .next-page .page-info > a {
    padding: 10px;
  }
  .prev-page .page-info .prev-title, .prev-page .page-info .next-title {
    max-width: 168px;
  }
  .next-page .page-info .prev-title, .next-page .page-info .next-title {
    max-width: 168px;
  }
}
.vertical-timeline {
  position: relative;
  z-index: 1;
}
.vertical-timeline:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -6px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: rgba(138, 36, 107, 0.4);
  margin-left: -4px;
}
.vertical-timeline:after {
  content: '\e64b';
  font-family: 'themify';
  font-size: 14px;
  position: absolute;
  left: 50%;
  bottom: -19px;
  color: #8a246b;
  margin-left: -6px;
}
.vertical-timeline .timeline-items {
  padding-bottom: 40px;
}
.vertical-timeline .timeline-items:before {
  content: '';
  height: 100%;
  width: 1px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  background-image: linear-gradient(0deg, #cbcbcb, #cbcbcb 50%, transparent 50%, transparent 100%);
  background-size: 20px 20px;
}
.vertical-timeline .item {
  display: flex;
  position: relative;
  transition: 0.3s;
}
.vertical-timeline .item:hover .count {
  background: #121c22;
  transition: 0.3s;
}
.vertical-timeline .item:not(:last-child) {
  margin-bottom: 70px;
}
.vertical-timeline .item:nth-child(even) {
  flex-direction: row-reverse;
  text-align: right;
}
.vertical-timeline .item:nth-child(even) .text {
  margin-left: 45px;
  margin-right: 0px;
  padding-left: 40px;
  padding-right: 50px;
  border-radius: 0.375rem 0.375rem 0.375rem 0.375rem;
}
.vertical-timeline .item:nth-child(even) .count {
  margin-left: -30px;
}
.vertical-timeline .item:nth-child(even) .icon {
  justify-content: flex-start;
}
.vertical-timeline .item:nth-child(even) .timeline-content {
  flex-direction: row-reverse;
}
.vertical-timeline .item:nth-child(even) .timeline-circle:before {
  right: 100%;
}
.vertical-timeline .item:nth-child(odd) .count {
  margin-right: -30px;
}
.vertical-timeline .item:nth-child(odd) .icon {
  justify-content: flex-end;
}
.vertical-timeline .item:nth-child(odd) .timeline-circle:before {
  left: 100%;
}
.vertical-timeline .icon {
  flex-basis: calc(50% - 1px);
  transition: 0.5s;
  display: flex;
  align-items: center;
}
.vertical-timeline .timeline-content {
  flex-basis: calc(50% - 1px);
  transition: 0.5s;
  display: flex;
  align-items: center;
}
.vertical-timeline .timeline-circle {
  position: relative;
  margin: 0px 100px 0px 100px;
}
.vertical-timeline .timeline-circle .circle {
  position: absolute;
  top: 50%;
  border-radius: 50%;
  transition: 0.4s;
  top: calc(50% - 7px);
  left: -7px;
  width: 15px;
  height: 15px;
  background: #121c22;
}
.vertical-timeline .timeline-circle:before {
  content: '';
  height: 1px;
  position: absolute;
  top: 50%;
  background-image: linear-gradient(90deg, #cbcbcb, #cbcbcb 50%, transparent 50%, transparent 100%);
  background-size: 20px 20px;
  width: calc(100px + 30px);
}
.vertical-timeline .timeline-circle:after {
  content: '';
  position: absolute;
  border-radius: 50%;
  transition: 0.4s;
  top: calc(50% - 4px);
  left: -4px;
  width: 9px;
  height: 9px;
  background: #fff;
}
.vertical-timeline .text {
  box-shadow: 6px 7px 20px rgba(0, 0, 0, 0.1);
  margin: 0px 45px 0px 0px;
  padding: 31px 40px 33px 50px;
  background-color: #fff;
}
.vertical-timeline .count {
  position: relative;
  font-size: 18px;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  flex: 1 0 auto;
  color: #fff;
  background: #8a246b;
}
@media screen and (max-width: 1199px) {
  .vertical-timeline .text {
    margin: 0px 35px 0px 0px;
  }
  .vertical-timeline .item:nth-child(even) .text {
    margin-left: 35px;
  }
}
@media screen and (max-width: 991px) {
  .vertical-timeline .timeline-circle {
    margin: 0px 30px 0px 30px;
  }
  .vertical-timeline .timeline-circle:before {
    width: calc(100px + -20px);
  }
  .vertical-timeline .text {
    margin: 0;
    padding: 20px 20px 20px 40px;
  }
  .vertical-timeline .count {
    width: 50px;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
  }
  .vertical-timeline .item:nth-child(even) .text {
    margin: 0;
    padding-left: 20px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  /* quform */  .vertical-timeline:before {
    left: 10px;
  }
  .vertical-timeline:after {
    left: 10px;
  }
  .vertical-timeline .timeline-items:before {
    left: 10px;
  }
  .vertical-timeline .item:not(:last-child) {
    margin-bottom: 40px;
  }
  .vertical-timeline .item:nth-child(even) {
    flex-direction: row;
    text-align: left;
  }
  .vertical-timeline .item:nth-child(even) .text {
    padding-left: 30px;
    padding-right: 20px;
  }
  .vertical-timeline .item:nth-child(even) .count {
    margin-right: -20px;
    margin-left: 0;
  }
  .vertical-timeline .item:nth-child(even) .timeline-content {
    flex-direction: row;
  }
  .vertical-timeline .item:nth-child(even) .icon {
    justify-content: center;
  }
  .vertical-timeline .item:nth-child(odd) {
    flex-direction: row;
    text-align: left;
  }
  .vertical-timeline .item:nth-child(odd) .count {
    margin-right: -20px;
    margin-left: 0;
  }
  .vertical-timeline .item:nth-child(odd) .timeline-content {
    flex-direction: row;
  }
  .vertical-timeline .item:nth-child(odd) .icon {
    justify-content: center;
  }
  .vertical-timeline .timeline-content {
    order: 2;
    flex-basis: 70%;
  }
  .vertical-timeline .icon {
    order: 3;
    flex-basis: 30%;
  }
  .vertical-timeline .text {
    padding: 20px 20px 20px 30px;
  }
}
.form-group {
  margin-bottom: 1rem;
}
.form-group label {
  margin-bottom: 0.5rem;
}
.form-control:focus {
  border-color: #8a246b;
}
.form-check-input:checked {
  border-color: #8a246b;
  background-color: #8a246b;
}
.quform-input {
  position: relative;
}
.quform-input .quform-errors-wrap {
  position: absolute;
  right: 8px;
  top: 0;
  line-height: normal;
  z-index: 1;
}
.quform-input .form-control {
  border-radius: 5px;
}
.quform-element label {
  font-weight: 500;
  padding-bottom: 5px;
  margin-bottom: 0;
  font-size: 15px;
}
.quform-element label .quform-required {
  color: #cc0101;
  font-size: 10px;
}
.quform-inner input {
  width: 100%;
}
.quform-elements .quform-element textarea {
  margin-bottom: 0;
  padding: 8px 15px;
  vertical-align: top;
}
.quform-elements .quform-element select {
  margin-bottom: 0;
  padding: 8px 35px 8px 15px;
}
.quform-errors {
  padding: 0;
  margin: 0;
  line-height: normal;
}
.quform-errors > .quform-error {
  padding: 0;
  background: none;
  border: none;
  float: none;
  color: #f5543f;
  font-size: 11px;
  line-height: normal;
  letter-spacing: normal;
}
.quform-outer-no-js .quform-error {
  padding: 0;
  background: none;
  border: none;
  float: none;
  color: #f5543f;
  font-size: 11px;
  line-height: normal;
  letter-spacing: normal;
}
.quform-outer-no-js .quform-success-message {
  padding: 0.75rem 1.25rem 0.75rem 3rem;
}
.quform-has-error input, .quform-has-error textarea, .quform-has-error select, .quform-has-error input[type=file], .quform-has-error .custom-file-label {
  border-color: #f5543f;
}
.quform-success-message {
  padding: 0.75rem 1.25rem 0.75rem 3rem;
}
.quform-submit-inner {
  float: none;
}
.quform-loading-wrap {
  float: none;
}
.quform-loading-wrap .quform-loading {
  display: inline-block;
}
.quform-element {
  margin-bottom: 1rem;
}
.quform-element p {
  margin-bottom: 0;
}
.wpcf7 .quform-submit-inner {
  background-color: #8a246b;
  border: none;
  color: #fff;
  text-align: center;
  border-radius: 50px;
  padding: 0;
  line-height: 25px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 15px;
  position: relative;
  z-index: 9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.5px;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  transition: all 0.8s ease;
  cursor: pointer;
  width: auto !important;
}
.wpcf7 .quform-submit-inner .wpcf7-spinner {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 24px;
  height: 24px;
  top: 0;
  bottom: 0;
  z-index: 9;
  display: none;
}
.wpcf7 .quform-submit-inner p {
  margin-bottom: 0;
  text-align: center;
}
.wpcf7 .quform-submit-inner:before {
  content: "";
  position: absolute;
  transition: all 0.8s ease;
  width: 200%;
  height: 200%;
  top: 110%;
  left: 50%;
  background: #121c22;
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
}
.wpcf7 .quform-submit-inner:hover:before, .wpcf7 .quform-submit-inner:active:before, .wpcf7 .quform-submit-inner:focus:before {
  top: -40%;
}
.wpcf7 .quform-submit-inner .wpcf7-submit {
  border: none;
  background: none;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: normal;
  text-transform: uppercase;
  padding: 14px 40px !important;
}
.wpcf7 .quform-submit-inner.white {
  background-color: #8a246b;
}
.wpcf7 .quform-submit-inner.white:hover, .wpcf7 .quform-submit-inner.white:active, .wpcf7 .quform-submit-inner.white:focus {
  border-color: #fff;
  background: #fff;
}
.wpcf7 .quform-submit-inner.white .wpcf7-submit {
  color: #fff;
}
.wpcf7 .quform-submit-inner.white:hover .wpcf7-submit, .wpcf7 .quform-submit-inner.white:active .wpcf7-submit, .wpcf7 .quform-submit-inner.white:focus .wpcf7-submit {
  color: #4b4b4b;
  /* newsletter */
}
.newsletter .form-control {
  min-height: 50px;
  /* newsletter */
}
.newsletter-form-icon {
  /* newsletter rounded pill */
}
.newsletter-form-icon .quform-elements {
  position: relative;
}
.newsletter-form-icon .quform-submit-inner {
  position: absolute;
  right: 1px;
  top: 3px;
  width: auto;
  background: transparent;
  height: 48px;
}
.newsletter-form-icon .quform-submit-inner .btn {
  border: none;
  padding: 0.5rem 1.15rem;
}
.newsletter-form-icon .quform-loading-wrap {
  margin-top: 15px;
  margin-bottom: 0;
  margin-left: 0;
}
.newsletter-form-icon input {
  border: 1px solid transparent;
  background-color: rgba(255, 255, 255, 0.2);
  height: 50px;
  padding: 0.5rem 4rem 0.5rem 1rem;
  color: #fff;
}
.newsletter-form-icon .form-control:focus, .newsletter-form-icon .form-control:active {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.newsletter-form-icon .quform-has-error input, .newsletter-form-icon .quform-has-error textarea, .newsletter-form-icon .quform-has-error select {
  border-color: #f5543f;
}
.newsletter-form-icon .quform-input .quform-errors-wrap {
  right: 15px;
}
.newsletter-form-icon i {
  font-size: 1.2rem;
  line-height: 2rem;
}
.rounded-pill-form .quform-input i {
  top: 26px;
}
.wpcf7 .rounded-pill-form .quform-submit-inner {
  border: 1px solid transparent;
  background: #8a246b;
  color: #fff;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0em;
  padding: 0;
  position: relative;
  overflow: hidden;
  text-align: center;
  z-index: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  border-radius: 50px;
}
.wpcf7 .rounded-pill-form .quform-submit-inner:hover, .wpcf7 .rounded-pill-form .quform-submit-inner:active, .wpcf7 .rounded-pill-form .quform-submit-inner:focus {
  transform: translate3d(0, -2px, 0);
}
.wpcf7 .rounded-pill-form .quform-submit-inner .wpcf7-submit {
  display: inline-flex;
  background: #8a246b;
  align-items: center;
  font-weight: 700;
  font-size: 14px !important;
  letter-spacing: 0.5px;
  padding: 15px 34px !important;
  position: relative;
  overflow: hidden;
  text-align: center;
  z-index: 0;
}
.wpcf7 .rounded-pill-form .quform-submit-inner i {
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: inline-block;
  color: #fff;
  position: absolute;
  right: 30px;
  top: 17px;
}
.wpcf7 .rounded-pill-form .quform-submit-inner:hover i, .wpcf7 .rounded-pill-form .quform-submit-inner:active i, .wpcf7 .rounded-pill-form .quform-submit-inner:focus i {
  color: #121c22;
}
.wpcf7 .rounded-pill-form .quform-submit-inner:hover .wpcf7-submit, .wpcf7 .rounded-pill-form .quform-submit-inner:active .wpcf7-submit, .wpcf7 .rounded-pill-form .quform-submit-inner:focus .wpcf7-submit {
  color: #fff !important;
  /* newsletter */
}
.newsletter-form {
  /* newsletter */
}
.newsletter-form .quform-elements {
  position: relative;
}
.newsletter-form .quform-submit-inner {
  position: absolute;
  right: 1px;
  top: 1px;
  width: auto;
  background: transparent;
  height: 48px;
}
.newsletter-form .quform-submit-inner .btn {
  padding: 0.5rem 1.15rem;
}
.newsletter-form .quform-loading-wrap {
  margin-top: 15px;
  margin-bottom: 0;
  margin-left: 0;
}
.newsletter-form input {
  border: 1px solid transparent;
  background-color: rgba(255, 255, 255, 0.2);
  height: 50px;
  padding: 0.5rem 4rem 0.5rem 1rem;
  color: #fff;
}
.newsletter-form .form-control:focus, .newsletter-form .form-control:active {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.newsletter-form .quform-has-error input, .newsletter-form .quform-has-error textarea, .newsletter-form .quform-has-error select {
  border-color: #f5543f;
}
.newsletter-form .quform-input .quform-errors-wrap {
  right: 15px;
}
.newsletter-form i {
  font-size: 1.2rem;
  line-height: 2rem;
}
.newsletter-form .quform-submit-inner {
  position: unset;
  display: inline;
  padding: 0;
  background: transparent;
}
.newsletter-form .quform-submit-inner:before {
  content: none;
}
.newsletter-form .quform-submit-inner:after {
  content: none;
}
.newsletter-form .quform-submit-inner input.wpcf7-submit {
  font-size: 1.2rem;
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  width: 50px;
  color: #fff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 0;
  font-family: 'Font Awesome 7 Free';
  font-weight: 900;
  cursor: pointer;
  background: #8a246b;
  padding: 0 !important;
}
.newsletter-form .quform-submit-inner input.wpcf7-submit.newsletter-btn {
  right: 5px;
  top: 0;
}
.newsletter-form .quform-input input.wpcf7-text {
  padding-right: 4.75rem;
}
.newsletter-form .quform-element .quform-input .form-control.news-box {
  border: 1px solid transparent;
  height: 50px;
  min-height: auto;
  padding: 0.5rem 3rem 0.5rem 1.5rem;
}
.newsletter-form .quform-element .quform-input .form-control.news-box:active {
  border-color: #8a246b;
}
.newsletter-form .quform-element .quform-input .form-control.news-box:focus {
  border-color: #8a246b;
}
.wpcf7 .quform-submit-inner p {
  margin-bottom: 0;
  /* classic newsletter */
}
.classic-newsletter .quform-submit-inner:before {
  content: none;
}
.wpcf7 .classic-newsletter .quform-submit-inner {
  border-radius: 0;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
}
.wpcf7 .classic-newsletter .quform-submit-inner .wpcf7-submit {
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  padding: 17px 30px !important;
  /* newsletter-style03 */
}
.newsletter-style03 {
  position: relative;
  padding: 40px 0 40px 40px;
  z-index: 1;
  background-color: #8a246b;
  /* newsletter */
}
.newsletter-style03:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 5000px;
  height: 100%;
  z-index: -1;
  background-color: #8a246b;
}
.newsletter-1 .quform-submit-inner {
  position: unset;
  display: inline;
  padding: 0;
  background: transparent;
}
.newsletter-1 .quform-submit-inner:before {
  content: none;
}
.newsletter-1 .quform-submit-inner:after {
  content: none;
}
.newsletter-1 .quform-input input.wpcf7-text {
  padding-right: 4.75rem;
}
.newsletter-1 .quform-submit-inner input.wpcf7-submit {
  font-size: 18px;
  position: absolute;
  right: 0;
  top: 0;
  height: 55px;
  width: 55px;
  color: #fff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 0;
  padding: 0 !important;
  font-family: 'Font Awesome 7 Free';
  font-weight: 900;
  cursor: pointer;
  background: #121c22;
}
.newsletter-1 .quform-submit-inner input.wpcf7-submit.newsletter-btn {
  right: 0;
  top: 0;
}
.newsletter-1 .quform-element .quform-input .form-control.news-box {
  min-height: 55px;
  border-radius: 5px;
  padding: 0 70px 0 20px;
}
.newsletter-1 .wpcf7-not-valid-tip {
  color: #fff;
}
.recent-post-list .recent-post img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  /*contact-us*/
}
.contact-us {
  padding: 60px;
  background-color: #f6f6f6;
}
.contact-us .contacts-icon {
  float: left;
  margin-right: 20px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  background-color: rgba(255, 255, 255, 0.5196078431);
  text-align: center;
  display: inline-block;
  transition: 0.5s;
}
.contact-us .contacts-icon img {
  padding: 16px;
}
.contact-us .contacts-icon i {
  color: #fff;
  font-size: 22px;
  transition: 0.5s;
}
.contact-us .contact-details {
  padding: 30px 50px 40px;
  border-radius: 5px;
  margin-left: 20px;
  background-color: #191919;
}
.contact-us .contact-details .follow-company-icon2 a {
  font-size: 14px;
  display: inline-block;
  color: #fff;
  margin-right: 7px;
  transition: 0.5s;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.2);
  text-align: center;
}
.contact-us .contact-info {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1215686275);
  padding: 0 0 25px;
  margin-bottom: 22px;
}
.contact-us .contact-info:hover .contacts-icon img {
  animation: headShake 2s linear infinite;
}
.contact-us .contacts-title h6 {
  font-size: 14px;
  line-height: 23px;
  opacity: 0.702;
  margin-top: 5px;
}
.contact-us .contact-info.upper2 {
  border-bottom: none;
  margin-bottom: 0px;
}
.contact-us .follow-company-icon2 a:hover {
  background: #8a246b;
}
@media screen and (max-width: 1199px) {
  .contact-us {
    padding: 40px;
  }
  .contact-us .contact-details {
    padding: 30px 31px 30px;
    margin-left: 7px;
  }
}
@media screen and (max-width: 575px) {
  /* social-icon-style01 */  .contact-us {
    padding: 30px 19px 31px 19px;
  }
  .contact-us .contact-info {
    padding: 0 0 18px;
    margin-bottom: 21px;
  }
  .contact-us .contacts-icon {
    margin-right: 13px;
    width: 48px;
    height: 48px;
    line-height: 48px;
  }
  .contact-us .contact-details {
    padding: 19px 19px 19px;
    margin-left: 7px;
  }
  .contact-us .contacts-title h6 {
    font-size: 13px;
    line-height: 21px;
  }
}
.social-icon-style01 {
  margin: 0;
  padding: 0;
  display: inline-block;
  list-style: none;
}
.social-icon-style01 li {
  text-align: center;
  margin-right: 5px;
  display: inline-block;
}
.social-icon-style01 li:last-child {
  margin-right: 0;
}
.social-icon-style01 li a {
  color: #121c22;
  height: 40px;
  width: 40px;
  line-height: 40px;
  display: inline-block;
  font-size: 16px;
  background: #fff;
  height: 35px;
  width: 35px;
  font-size: 15px;
  line-height: 35px;
  border-radius: 5px;
}
.social-icon-style01 li a:hover {
  color: #fff;
  background-color: #8a246b;
}
@media screen and (max-width: 767px) {
  /*social-icon-style02*/  .social-icon-style01 li a {
    height: 35px;
    width: 35px;
    line-height: 35px;
    font-size: 13px;
  }
}
.social-icon-style02 {
  margin: 0;
  display: inline-block;
  padding: 0;
  list-style: none;
  /* social-icon-style03 */
}
.social-icon-style02 li {
  padding-right: 10px;
  display: inline-block;
}
.social-icon-style02 li a {
  color: #fff;
}
.social-icon-style02 li:last-child {
  padding-right: 0;
}
.social-icon-style02 a i {
  display: flex;
  color: #121c22;
  background: none;
  border-radius: 0.375rem;
  width: 35px;
  height: 35px;
  background: #fff;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-out 0s;
}
.social-icon-style02 a i:hover {
  background: #8a246b;
  color: #fff;
}
.social-icon-style03 {
  margin-bottom: 0;
  list-style: none;
  /* social-icon-style04 */
}
.social-icon-style03 li {
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
}
.social-icon-style03 li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border-radius: 0.375rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  height: 41px;
  line-height: 41px;
  width: 41px;
}
.social-icon-style03 li a:hover {
  background: #8a246b;
  border-color: #8a246b;
}
.social-icon-style03 li a:hover i {
  color: #fff;
}
.social-icon-style03 li a:active {
  background: #8a246b;
  border-color: #8a246b;
}
.social-icon-style03 li a:active i {
  color: #fff;
}
.social-icon-style03 li a:focus {
  background: #8a246b;
  border-color: #8a246b;
}
.social-icon-style03 li a:focus i {
  color: #fff;
}
.social-icon-style04 {
  /*  .social-icon-style05*/
}
.social-icon-style04 li {
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
}
.social-icon-style04 li a {
  font-size: 14px;
  color: #fff;
  background: #121c22;
  display: flex;
  height: 41px;
  width: 41px;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
}
.social-icon-style04 li a:hover {
  background: #8a246b;
}
.social-icon-style04 li:last-child {
  margin-right: 0;
}
.social-icon-style05 li {
  display: inline-block;
}
.social-icon-style05 li a {
  color: #fff;
  padding: 10px 16px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.social-icon-style05 li a i {
  font-size: 18px;
}
.social-icon-style05 li a:hover {
  background-color: #8a246b;
}
@media screen and (max-width: 1399px) {
  .social-icon-style05 li a i {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  /* ===================================
    Footer
====================================== */  .social-icon-style05 li a {
    padding: 8px 10px;
  }
}
.footer-logo {
  max-width: 214px;
  width: 100%;
  display: inline-block;
  /* footer-list-style01 */
}
.footer-list-style01 {
  margin: 0;
  padding: 0;
}
.footer-list-style01 li {
  position: relative;
  list-style-type: none;
  color: #fff;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}
.footer-list-style01 li a {
  color: #fff;
}
.footer-list-style01 li a:after {
  content: '\f105';
  font-weight: 700;
  font-family: Font Awesome\ 5 Free;
  color: #fff;
  position: absolute;
  right: 0;
  vertical-align: middle;
}
.footer-list-style01 li a:hover {
  color: #8a246b;
}
.footer-list-style01 li a:hover:after {
  color: #8a246b;
}
.footer-list-style01 li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  /* Image does not overflow the content area */
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 12px;
  line-height: 17px;
  margin: 0;
  padding: 10px 4px 0;
}
.height-0 {
  height: 0;
}
.sidebar .wp-block-audio {
  margin-bottom: 0;
}
.sidebar .wp-block-audio audio {
  min-width: auto;
}
.min-height-auto {
  min-height: auto !important;
}
.card-img, .card-img-bottom, .card-img-top {
  width: auto;
}
.min-height-50vh img {
  min-height: 98vh;
  object-fit: cover;
}
.textwidget {
  word-break: break-word;
}
.post-nav .page-navigation {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  /* Text meant only for screen readers. */  .admin-bar header.scrollHeader .navbar-default {
    top: 32px;
  }
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  /* Above WP toolbar. */
  z-index: 100000;
}
.bypostauthor {
  opacity: 1;
}
.gallery-caption {
  font-style: italic;
  max-width: 100%;
  margin-bottom: 1em;
}
.gallery-caption img {
  border-radius: unset;
  /* Part 2 */
}
p + .alignfull, p + .alignwide {
  margin-top: 2em;
}
main .alignfull, main .alignwide {
  width: auto;
  max-width: 130%;
  transform: translateX(0);
}
main .alignwide {
  margin-left: -15px;
  margin-right: -15px;
}
main .alignfull {
  margin-left: -30px;
  margin-right: -30px;
}
@media screen and (max-width: 992px) {
  main .alignfull {
    max-width: 100%;
  }
  main .alignfull.wp-block-gallery, main .alignfull.wp-block-columns {
    max-width: 120%;
  }
}
@media screen and (max-width: 480px) {
  main .alignfull {
    margin-left: -15px;
    margin-right: -15px;
  }
}
main .alignfull img {
  width: 100%;
}
main .alignfull.wp-block-image, main .alignfull.wp-block-cover, main .alignfull.wp-block-embed-wordpress-tv {
  max-width: 130%;
}
@media screen and (max-width: 767px) {
  main .alignfull.wp-block-image, main .alignfull.wp-block-cover, main .alignfull.wp-block-embed-wordpress-tv {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media screen and (max-width: 480px) {
  main .alignfull.wp-block-image, main .alignfull.wp-block-cover, main .alignfull.wp-block-embed-wordpress-tv {
    margin-left: -15px;
    margin-right: -15px;
  }
}
main .alignfull.wp-block-columns {
  margin-left: -25px;
  margin-right: -25px;
}
@media screen and (max-width: 767px) {
  main .alignfull.wp-block-columns {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.sidebar > :last-child {
  margin-bottom: 40px;
}
.single main .sidebar_left .alignwide, .single main .sidebar_right .alignwide {
  margin-left: -10px;
  margin-right: -10px;
}
.single main .sidebar_left .alignfull, .single main .sidebar_right .alignfull {
  margin-left: -20px;
  margin-right: -20px;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignleft {
  float: left;
  margin: 0 30px 10px 0;
}
.alignright {
  float: right;
  margin: 0 0 10px 30px;
}
.wp-caption.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-cover, .wp-block-button, p + .alignfull, p + .alignwide {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.wp-block-cover.alignleft, .wp-block-button.alignleft {
  margin-right: 2rem;
  margin-top: 0;
}
.wp-block-cover.alignright, .wp-block-button.alignright {
  margin-left: 2rem;
  margin-top: 0;
}
.wp-block-button.is-style-squared .wp-block-button__link, .wp-block-button__link.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}
.wp-block-quote, .wp-block-quote.is-large, .wp-block-quote.is-style-large {
  margin-bottom: 2rem;
  padding-left: 62px;
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large {
  margin-top: 0.4em;
}
.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
  font-size: 1.15em;
}
.wp-block-quote.is-large cite, .wp-block-quote.is-style-large cite {
  font-size: 0.85em;
}
.blog-post_text blockquote, #comments .comment_content blockquote {
  padding-right: 1em !important;
  margin-bottom: 2rem;
}
figcaption {
  width: 100%;
}
.wp-block-pullquote blockquote {
  margin-top: 0;
}
@media screen and (max-width: 410px) {
  figure.wp-block-audio, figure.wp-block-embed-youtube, figure.wp-block-embed-facebook {
    margin-left: 0;
    margin-right: 0;
  }
  figure.wp-block-audio audio {
    min-width: 250px;
  }
}
.blog-post_content .wp-block-cover .wp-block-cover-image-text, .blog-post_content .wp-block-cover-image .wp-block-cover-image-text, .blog-post_content .wp-block-cover .wp-block-cover-text, .blog-post_content .wp-block-cover-image .wp-block-cover-text, .blog-post_content .wp-block-cover h2, .blog-post_content .wp-block-cover-image h2 {
  color: #fff;
}
.wp-block-group.has-background {
  padding: 2rem;
}
.wp-block-group p:last-child {
  margin-bottom: 0;
}
.blocks-gallery-caption {
  font-size: 13px;
  text-align: center;
}
.wp-block-gallery {
  margin-bottom: 16px;
}
.wp-block-gallery li.blocks-gallery-item {
  padding-left: 0;
  margin-bottom: 16px;
}
.wp-block-gallery li.blocks-gallery-item figcaption {
  line-height: 1.5;
}
.wp-block-gallery.alignwide {
  clear: both;
}
.wp-block-search__button {
  color: #fff;
  min-width: 75px;
  background-color: #8a246b;
  font-size: 16px;
  font-weight: 600;
  padding: 11px 10px !important;
  text-align: center;
  transition: all 0.3s;
  display: inline-block;
  position: relative;
  z-index: 1;
  border-radius: 3px;
  overflow: hidden;
  border: none;
}
.wp-block-search__button:hover, .wp-block-search__button:hover:active, .wp-block-search__button:hover:focus {
  background-color: #8a246b;
  color: #fff;
}
.wp-block-search {
  margin-bottom: 15px;
}
.wp-block-search .wp-block-search__input {
  margin-right: 10px;
}
.wp-block-search .wp-block-search__button {
  margin-left: 0;
  /* Part 3 */
}
table {
  border-bottom: 1px solid #ededed;
  border-left: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin: 0 0 32px;
  width: 100%;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  /*table th { color: #fff; }*/
}
caption, td {
  font-weight: normal;
  text-align: left;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 13px 8px;
}
th {
  font-weight: 600;
  border-top: 1px solid #ededed;
  padding: 10px;
  border-right: 1px solid #ededed;
}
td {
  border-top: 1px solid #ededed;
  padding: 10px;
  border-right: 1px solid #ededed;
  line-height: normal;
}
dl dt {
  font-weight: normal;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
}
dl dd {
  line-height: normal;
  margin-bottom: 20px;
}
dl dd a {
  color: #000;
}
dl dd a:hover {
  color: #121c22;
}
code, kbd {
  background-color: transparent;
  border-radius: 4px;
  color: inherit;
  font-size: 100%;
  padding: 2px 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
ins {
  color: #fff;
  border: none;
  padding: 2px;
  text-decoration: none;
  background-color: #121c22;
}
pre {
  background: #f5f5f5;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}
ol {
  list-style: outside none decimal;
  margin-bottom: 32px;
}
ul {
  padding: 0;
  margin: 0 0 32px;
}
ul li {
  list-style-position: inside;
}
dl + h2 + ul {
  padding-left: 35px;
}
dl + h2 + ul ul {
  padding-left: 35px;
}
dl + h2 + ul ul li {
  list-style: outside;
}
blockquote {
  background-color: #f9f9f9;
  padding: 24px 57px 24px 37px;
  font-size: 19px;
  line-height: 30px;
  color: #222;
  font-weight: 500;
  position: relative;
}
blockquote:before {
  content: '';
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #121c22;
}
blockquote.sep-primary:before {
  background-color: #8a246b;
}
@media screen and (max-width: 767px) {
  blockquote {
    padding-left: 20px;
    padding-right: 20px;
  }
}
blockquote cite {
  display: block;
  font-size: 15px;
  font-style: normal;
  margin-top: 10px;
  color: #121c22;
}
blockquote p:last-child {
  margin-bottom: 0;
}
.alignleft, .alignright, .aligncenter {
  margin-top: 6px;
  margin-bottom: 45px;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 35px !important;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 35px;
  clear: right;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.sticky {
  display: block;
}
.updated:not(.published) {
  display: none;
}
.post-password-form label {
  display: block;
  max-width: 60%;
}
.post-password-form input {
  margin: 10px 0 0 0;
}
.has-background-dim {
  color: #fff;
  margin-bottom: 30px;
}
.wp-block-gallery .blocks-gallery-item {
  float: left;
}
@media screen and (max-width: 767px) {
  .post-password-form label {
    max-width: 60%;
  }
}
.wp-block-button {
  margin-bottom: 20px;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  padding: 0.8075em 0;
  font-size: 0.875em;
  font-style: italic;
}
.gallery-caption {
  opacity: 1;
}
.wp-caption-text {
  text-align: center;
}
.post-nav .page-navigation {
  margin-bottom: 0 !important;
}
.single-post .pagination a, .single-post .pagination span.current {
  margin: 0 3px;
  /*==============================
 *    Header styles
 *    ================================ */
}
body.header-style1 .page-title-section > div > div:before {
  content: "";
  padding-top: 70px;
  display: inline-block;
  width: 100%;
}
body.header-style3 .page-title-section > div > div:before {
  content: "";
  padding-top: 70px;
  display: inline-block;
  width: 100%;
}
body.header-style1 .page-title-section > div.container > div.row:before {
  content: none;
}
body.header-style3 .page-title-section > div.container > div.row:before {
  content: none;
}
body.header-style2 .page-title-section {
  padding: 100px 0 80px 0;
}
@media screen and (min-width: 992px) {
  body.header-style1 .page-title-section {
    margin-top: -96px;
  }
  body.header-style3 .page-title-section {
    margin-top: -96px;
  }
  body.header-style1 .transparent-header, body.header-style3 .transparent-header {
    margin-top: -96px;
  }
}
@media screen and (max-width: 1199px) {
  body.header-style2 .page-title-section {
    padding: 80px 0 70px 0;
  }
}
@media screen and (max-width: 991px) {
  body.header-style1 .page-title-section, body.header-style1 .transparent-header {
    margin-top: -73px;
  }
  body.header-style3 .page-title-section, body.header-style3 .transparent-header {
    margin-top: -73px;
  }
  body.header-style2 .page-title-section {
    padding: 100px 0 90px 0;
  }
}
@media screen and (max-width: 575px) {
  /*==============================
 *    Search styles
 *    ================================ */  body.header-style2 .page-title-section {
    padding: 100px 0 80px 0;
  }
}
.search-form_label {
  width: 100%;
  display: block;
  padding: 10px 50px 10px 10px;
  background: transparent;
  border: 1px solid #c9c9c9;
}
.search-form_input {
  outline: none;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
  vertical-align: baseline;
  box-shadow: none;
  color: #000;
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 16px;
  height: 37px;
}
.search-form + * {
  margin-top: 25px;
}
.search-form.on {
  display: block;
}
.search-form_submit {
  background: none;
  border: none;
  cursor: pointer;
  margin-top: 12px;
  line-height: normal;
  font-size: 16px;
  /*==============================
 *    Widgets
 *    ================================ */
}
.widget_block h2 {
  color: #8a246b;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 1rem;
  margin-bottom: 1.7rem;
  font-weight: 800;
}
.widget_block ul li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.widget_block ul li {
  margin-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.20);
  padding-top: 15px;
  list-style: none;
  word-wrap: break-word;
}
.widget_block ul li a {
  color: #fff;
}
.widget_block ul li a:hover, .widget_block ul li a:active, .widget_block ul li a:focus {
  color: rgba(255, 255, 255, 0.65);
}
.widget_block.widget_search label {
  color: #8a246b;
  font-size: 1rem;
  margin-bottom: 1.7rem;
  text-transform: uppercase;
  font-weight: 800;
}
.sidebar .widget_custom_html {
  padding: 0 !important;
  border: none !important;
}
.sidebar .widget:last-child {
  margin-bottom: 0 !important;
}
.sidebar .widget p:last-child {
  margin-bottom: 0;
}
.widget select {
  min-height: 46px;
  display: block;
  width: 100%;
  padding: 8px 35px 8px 15px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  outline: none;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}
.widget select:focus, .widget select:focus-visible {
  box-shadow: 0 0 10px rgba(55, 125, 255, .1);
  border-color: #121c22;
}
.widget select::-ms-expand {
  display: none;
}
.card select {
  min-height: 46px;
  display: block;
  width: 100%;
  padding: 8px 35px 8px 15px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  outline: none;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}
.card select:focus, .card select:focus-visible {
  box-shadow: 0 0 10px rgba(55, 125, 255, .1);
  border-color: #121c22;
}
.card select::-ms-expand {
  display: none;
}
.card .tags a, .blog.sidebar .tagcloud .wp-tag-cloud a {
  text-transform: lowercase;
}
.extra-icon-circle {
  border-radius: 50% !important;
}
.card .card-label a {
  color: #fff;
  /*==============================
 *    Forms
 *    ================================ */
}
.wpcf7-spinner {
  vertical-align: middle;
}
.wpcf7-not-valid-tip {
  font-size: 13px;
}
.wpcf7-not-valid {
  border-color: red !important;
}
footer .wpcf7-form {
  color: #fff !important;
}
.custom-file-input.wpcf7-not-valid {
  border: 1px solid red !important;
  opacity: 1;
  border-radius: 4px;
}
.wpcf7-spinner {
  display: none;
  margin: 10px 0 0 0;
}
form.submitting .wpcf7-spinner {
  display: block;
}
.newsletter-form .quform-submit-inner {
  width: 110px;
  right: 1px;
}
.newsletter-form input {
  padding: 0.5rem 8rem 0.5rem 1rem;
  /*==============================
 *    Comment form
 *    ================================ */
}
.comment-list li .comment-respond {
  padding-top: 2rem;
  padding-left: 5.5rem;
}
.comment-respond .form-submit {
  background-color: #8a246b;
  border: none;
  color: #fff;
  text-align: center;
  border-radius: 50px;
  padding: 0;
  line-height: 25px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 15px;
  position: relative;
  z-index: 9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.5px;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  transition: all 0.8s ease;
  cursor: pointer;
  width: auto !important;
}
.comment-respond .form-submit:before {
  content: "";
  position: absolute;
  transition: all 0.8s ease;
  width: 200%;
  height: 200%;
  top: 110%;
  left: 50%;
  background: #121c22;
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
}
.comment-respond .form-submit:hover:before, .comment-respond .form-submit:active:before, .comment-respond .form-submit:focus:before {
  top: -40%;
}
.comment-respond .form-submit input.submit {
  display: inline-block;
  padding: 14px 40px;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 26px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  background: none;
  border: none;
  border-radius: 0.25rem;
  z-index: 2;
  overflow: hidden;
  position: relative;
  /*==============================
 *    Cards
 *    ================================ */
  /* card */
}
.card .card-body ul:last-child, .card .card-body ol:last-child, .card .card-body p:last-child, .card .card-body pre:last-child, .card .card-body blockquote:last-child {
  margin-bottom: 0;
}
.card .card-body blockquote:nth-child(2) {
  margin-top: 0;
}
.card .meta li:first-child a {
  text-transform: capitalize;
  /*==============================
 *    Sidebar
 *    ================================ */
}
.sidebar .widget {
  word-break: break-word;
  background-color: #121c22;
  color: #fff;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.01);
  position: relative;
  padding: 30px;
  margin-bottom: 1.9rem;
  border-radius: 0.375rem;
}
.sidebar .widget-title {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 1.9rem;
  text-transform: capitalize;
}
@media screen and (max-width: 575px) {
  .sidebar .widget {
    padding: 20px;
  }
}
.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.category-listing {
  margin: -0.5rem 0 0 0;
  padding: 0;
  list-style: none;
}
.wp-block-categories .cat-item {
  border: none;
  padding-top: 0;
}
.wp-block-categories-list.wp-block-categories li a:hover, .wp-block-categories-list.wp-block-categories li a:active, .wp-block-categories-list.wp-block-categories ul li a:focus {
  color: #121c22;
  background: #fff;
}
.cat-item {
  border-radius: 10px;
  margin-bottom: 15px;
  background: rgba(255, 255, 255, 0.1);
  border-top: 0;
}
.cat-item:last-child {
  margin-bottom: 0;
}
.cat-item a {
  color: #fff;
  transition: all 0.3s ease-in-out;
  display: block;
  position: relative;
  z-index: 9;
  padding: 15px 20px 15px 30px;
  align-items: center;
  justify-content: space-between;
  word-break: break-word;
  border-radius: 10px;
}
.cat-item a:hover, .cat-item a:active, .cat-item a:focus {
  color: #121c22;
  background: #fff;
}
.cat-item .cat-count {
  padding-left: 5px;
  position: absolute;
  right: 20px;
  top: 15px;
}
.cat-item ul.children {
  margin-top: 0.5rem;
  margin-left: 10px;
}
.widget_categories li:first-child, .wp-block-categories li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.widget_categories li, .wp-block-categories li {
  margin-top: 15px;
  border-top: 1px solid #efefef;
  padding-top: 15px;
  list-style: none;
  word-wrap: break-word;
}
.widget_categories ul li {
  margin-bottom: 15px;
  background: rgba(255, 255, 255, 0.1);
  border-top: 0;
  padding-top: 0;
  border-radius: 10px;
}
.widget_categories li:last-child {
  margin-bottom: 0;
}
.widget_categories li a {
  color: #fff;
  transition: all 0.3s ease-in-out;
  display: block;
  position: relative;
  z-index: 9;
  padding: 15px 20px 15px 30px;
  align-items: center;
  justify-content: space-between;
  word-break: break-word;
  border-radius: 10px;
}
.widget_categories ul li a:hover, .widget_categories ul li a:active, .widget_categories ul li a:focus {
  color: #121c22;
  background: #fff;
}
.widget_categories .archive-count {
  padding-left: 5px;
  position: absolute;
  right: 20px;
  top: 15px;
}
.page-content .widget_categories li, .page-content .wp-block-categories li {
  margin-top: 15px;
  border-top: 1px solid #efefef;
  padding-top: 15px;
  list-style: none;
  word-wrap: break-word;
}
.page-content .widget_categories li:first-child, .page-content .wp-block-categories li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.page-content .cat-item a {
  color: #4b4b4b;
  padding: 0;
  border-radius: 0;
}
.widget_archive li:first-child, .wp-block-archives li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.widget_archive li, .wp-block-archives li {
  margin-top: 15px;
  border-top: 1px solid #efefef;
  padding-top: 15px;
  list-style: none;
  word-wrap: break-word;
}
.widget_archive ul li {
  margin-bottom: 15px;
  background: rgba(255, 255, 255, 0.1);
  border-top: 0;
  padding-top: 0;
  border-radius: 10px;
}
.widget_archive li:last-child {
  margin-bottom: 0;
}
.widget_archive li a {
  color: #fff;
  transition: all 0.3s ease-in-out;
  display: block;
  position: relative;
  z-index: 9;
  padding: 15px 20px 15px 30px;
  align-items: center;
  justify-content: space-between;
  word-break: break-word;
  border-radius: 10px;
}
.widget_archive ul li a:hover, .widget_archive ul li a:active, .widget_archive ul li a:focus {
  color: #121c22;
  background: #fff;
}
.widget_archive .archive-count {
  padding-left: 5px;
  position: absolute;
  right: 20px;
  top: 15px;
}
.widget_pages ul.children {
  margin: 0.5rem 0 0 0;
}
.widget_pages li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.widget_pages li {
  margin-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.20);
  padding-top: 15px;
  list-style: none;
  word-wrap: break-word;
  font-weight: 500;
}
.widget_pages li a {
  color: #fff;
}
.widget_pages li a:hover, .widget_pages li a:active, .widget_pages li a:focus {
  color: rgba(255, 255, 255, 0.65);
}
.widget_meta li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.widget_meta li {
  margin-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.20);
  padding-top: 15px;
  list-style: none;
  word-wrap: break-word;
  font-weight: 500;
}
.widget_meta li a {
  color: #fff;
}
.widget_meta li a:hover, .widget_meta li a:active, .widget_meta li a:focus {
  color: rgba(255, 255, 255, 0.65);
}
.widget .gallery {
  margin-top: -24px !important;
  margin-bottom: 0 !important;
}
.widget .gallery .gallery-item {
  padding: 0 3px;
  margin-bottom: 0;
}
.wp-calendar-table {
  caption-side: top;
  border-bottom: 1px solid #ededed;
  border-left: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin: 0 0 1rem;
  width: 100%;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.wp-block-calendar table th {
  color: #fff;
  background: #8a246b;
}
.widget_calendar .wp-block-calendar th, .widget_calendar .wp-block-calendar td {
  text-align: center;
  border-top: 1px solid #ededed;
  padding: 10px 5px;
  border-right: 1px solid #ededed;
}
.wp-calendar-table #today {
  background-color: #8a246b;
  color: #fff;
}
.wp-calendar-table #today a {
  color: #fff;
}
.wp-calendar-table #today a:hover {
  text-decoration: none;
  color: #fff;
}
.widget_calendar table > caption {
  padding: 0;
  text-align: center;
  color: inherit;
  margin-top: -10px;
}
.widget_calendar .wp-calendar-nav {
  text-align: center;
}
.sidebar .wp-calendar-table {
  color: #fff;
  caption-side: top;
  border-bottom: 1px solid #ededed;
  border-left: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin: 0 0 1rem;
  width: 100%;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.sidebar .wp-calendar-table a {
  color: #8a246b;
}
.sidebar .wp-block-calendar table th {
  color: #fff;
  background: #121c22;
}
.sidebar .widget_calendar .wp-block-calendar th, .sidebar .widget_calendar .wp-block-calendar td {
  color: #fff;
  text-align: center;
  border-top: 1px solid #ededed;
  padding: 10px 5px;
  border-right: 1px solid #ededed;
}
.sidebar .wp-calendar-table #today {
  background-color: #8a246b;
  color: #fff;
}
.sidebar .wp-calendar-table #today a {
  color: #fff;
}
.sidebar .wp-calendar-table #today a:hover {
  text-decoration: none;
  color: #fff;
}
.sidebar .widget_calendar table > caption {
  padding: 0;
  text-align: center;
  color: #fff;
  margin-top: -10px;
}
.sidebar .widget_calendar .wp-calendar-nav {
  text-align: center;
}
.sidebar .widget_calendar .wp-calendar-nav a {
  color: #fff;
}
.sidebar .widget_calendar .wp-calendar-nav a:hover, .sidebar .widget_calendar .wp-calendar-nav a:active, .sidebar .widget_calendar .wp-calendar-nav a:focus {
  color: rgba(255, 255, 255, 0.65);
}
.widget_recent_entries ul, .widget_recent_comments ul {
  list-style: none;
}
.widget_recent_comments ul {
  list-style: none;
}
.widget_recent_comments ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.20);
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #fff;
}
.widget_recent_comments ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.widget_recent_comments .recentcomments > a {
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
  display: block;
  color: #fff;
}
.widget_recent_comments .recentcomments > a:before {
  content: '\A';
  white-space: pre;
}
.widget_recent_comments .recentcomments > a:hover, .widget_recent_comments .recentcomments > a:active, .widget_recent_comments .recentcomments > a:focus {
  color: rgba(255, 255, 255, 0.65);
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
  margin-bottom: 1em;
  line-height: 1.7;
}
.wp-block-latest-posts.wp-block-latest-posts__list li:last-child {
  margin-bottom: 0;
}
.recent-post > div:first-child.flex-shrink-0 a {
  display: inline-block;
  width: 75px;
  height: auto;
}
.widget_news h3 a {
  color: #fff;
}
.widget_news h3 a:hover {
  color: rgba(255, 255, 255, 0.65);
}
.widget_news span {
  color: rgba(255, 255, 255, 0.8) !important;
}
.widget_nav_menu .menu {
  margin-top: -12px;
}
.widget_nav_menu ul {
  list-style: none;
  margin-bottom: 0;
}
.widget_nav_menu .menu > li:last-child > a {
  border-bottom: none;
  padding-bottom: 0;
}
.widget_nav_menu .menu > li > a {
  text-transform: uppercase;
  font-weight: 600;
}
.widget_nav_menu ul ul ul ul ul {
  padding-left: 0;
}
.widget_nav_menu ul li a {
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  padding: 12px 12px 12px 0;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}
.widget_nav_menu ul li a:hover, .widget_nav_menu ul li a:active, .widget_nav_menu ul li a:focus {
  color: rgba(255, 255, 255, 0.65);
}
.widget_nav_menu ul li .sub-menu {
  padding-left: 10px;
}
.widget_nav_menu ul li .sub-menu li:last-child > a {
  border-bottom: none;
}
.service-sidebar .widget-title {
  margin-bottom: 1.9rem;
  font-size: 1rem;
}
.widget_nav_menu .menu-service-sidebar-menu-container .menu {
  margin-top: 0;
}
.widget_nav_menu .menu-service-sidebar-menu-container .menu li {
  margin-bottom: 0.5rem;
}
.widget_nav_menu .menu-service-sidebar-menu-container .menu li:last-child {
  margin-bottom: 0;
}
.widget_nav_menu .menu-service-sidebar-menu-container .menu li a {
  background-color: #fff;
  padding: 16px 20px 16px 30px;
  border-radius: 0.375rem;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #4b4b4b;
  text-transform: inherit;
  font-size: 16px;
}
.widget_nav_menu .menu-service-sidebar-menu-container .menu li a:hover, .widget_nav_menu .menu-service-sidebar-menu-container .menu li a:active, .widget_nav_menu .menu-service-sidebar-menu-container .menu li a:focus {
  background: #8a246b;
  color: #fff;
}
.widget_nav_menu .menu-service-sidebar-menu-container .menu li a:hover:after, .widget_nav_menu .menu-service-sidebar-menu-container .menu li a:active:after, .widget_nav_menu .menu-service-sidebar-menu-container .menu li a:focus:after {
  color: #fff;
}
.widget_nav_menu .menu-service-sidebar-menu-container .menu li a:after {
  content: '\e65a';
  font-family: 'themify';
  font-size: 12px;
  font-weight: bold;
  margin-left: -10px;
  opacity: 1;
}
.widget_nav_menu .menu-service-sidebar-menu-container .menu li.current-menu-item {
  background: transparent;
}
.widget_nav_menu .menu-service-sidebar-menu-container .menu li.current-menu-item a {
  background: #8a246b;
  color: #fff;
}
.widget_nav_menu .menu-service-sidebar-menu-container .menu li.current-menu-item a:after {
  color: #fff;
}
.widget_rss ul {
  list-style: none;
  padding: 0;
}
.widget_rss li {
  margin-bottom: 16px;
}
.widget_rss li:last-child {
  margin-bottom: 0;
}
.widget_rss .rsswidget {
  font-weight: 700;
  display: inline-block;
}
.widget_rss .rss-date {
  font-size: 0.875em;
  font-style: italic;
  display: block;
}
.widget_rss cite {
  font-weight: 700;
  font-size: 0.875em;
}
.widget_rss .rss-widget-icon {
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
}
.tagcloud {
  margin-top: -0.5rem;
}
.wp-tag-cloud li {
  display: inline-block;
}
.wp-tag-cloud a:hover, .wp-tag-cloud a:active, .wp-tag-cloud a:focus {
  background-color: #fff;
  color: #8a246b;
}
.wp-tag-cloud a {
  background-color: #8a246b;
  padding: 7px 12px;
  color: #fff;
  font-size: 14px !important;
  line-height: 20px;
  margin: 0.6rem 5px 0 0;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #8a246b;
}
.sidebar .widget.widget_search .wp-block-search {
  margin-bottom: 0;
}
.widget_search input {
  width: calc(100% - 75px);
  padding: 10px;
  margin: 0;
  border: 1px solid #ced4da !important;
  background: #fff;
  min-height: 54px;
  display: inline-block;
  border-radius: 0;
  outline: none;
  text-indent: 10px;
  transition: all 0.2s ease 0s;
  color: #000;
}
.widget_search .butn {
  color: #fff;
  min-width: 75px;
  background-color: #8a246b;
  font-size: 16px;
  font-weight: 600;
  padding: 11px 10px !important;
  text-align: center;
  transition: all 0.3s;
  display: inline-block;
  position: relative;
  z-index: 1;
  border-radius: 3px;
  overflow: hidden;
  border: none;
}
.widget_search .butn:after {
  content: none;
}
.search-custom input {
  display: block;
  width: 100%;
  padding: 15px 50px 15px 20px;
  font-size: 16px;
  color: #4b4342;
  border: 1px solid #ced4da;
  background: none;
  background: #fff;
  margin-bottom: 0;
  z-index: 3 !important;
}
.search-custom .butn {
  position: absolute;
  color: #8a246b;
  right: 20px;
  top: 16px;
  padding: 0px;
  font-size: 18px;
  z-index: 3;
  outline: none;
  background: none;
  border-radius: 0;
  line-height: normal;
  overflow: visible;
}
.search-custom .butn:before {
  content: none;
}
.comments-area {
  margin-bottom: 40px;
}
ol.wp-block-latest-comments {
  padding-left: 0;
  margin-bottom: 0;
}
ol.wp-block-latest-comments .wp-block-latest-comments__comment {
  line-height: 1.7;
}
ol.wp-block-latest-comments .wp-block-latest-comments__comment:last-child {
  margin-bottom: 0;
}
ol.wp-block-latest-comments .wp-block-latest-comments__comment:last-child .wp-block-latest-comments__comment-excerpt p:last-child {
  margin-bottom: 0;
  color: #fff;
}
.sidebar article footer {
  background: transparent;
  padding: 0;
  color: #8a246b;
}
.sidebar article footer a {
  color: #fff;
}
.sidebar article footer a:hover, article footer a:active, article footer a:focus {
  color: rgba(255, 255, 255, 0.65);
}
.sidebar .widget.widget_media_image .wp-block-image:last-child {
  margin-bottom: 0;
}
.sidebar .wp-block-cover, .sidebar .wp-block-button, .sidebar p + .alignfull, .sidebar p + .alignwide {
  margin-top: 0;
  margin-bottom: 0;
}
.sidebar .has-background-dim {
  margin-bottom: 0;
}
.sidebar .wp-block-video video {
  vertical-align: middle;
}
.sidebar .wp-block-video {
  margin-bottom: 0;
}
.sidebar .wp-block-pullquote {
  margin: 0;
  padding: 0;
}
.sidebar .wp-block-pullquote blockquote, .sidebar .wp-block-pullquote cite, .sidebar .wp-block-pullquote p {
  margin: 0;
}
.sidebar pre:last-child {
  margin: 0;
}
.sidebar .wp-block-table:last-child {
  margin-bottom: 0;
}
.sidebar .wp-block-table table:last-child {
  margin-bottom: 0;
}
.sidebar .wp-block-gallery:last-child {
  margin-bottom: 0;
  /*==============================
 *    Comments
 *    ================================ */
}
.comment-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.comments-area .comment ul.children {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 2rem;
}
.comment-list .comment:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.comment-list > li {
  list-style: none;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.comment-list > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.comment-list li .children li {
  list-style: none;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  /*==============================
 *    Pagination
 *    ================================ */
}
.pagination li:first-child {
  margin-left: 0;
}
.pagination .page-numbers {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  padding: 10px 5px;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid transparent;
  background: #fff;
}
.pagination a, .pagination span.current {
  padding: 10px 5px;
  /*==============================
 *    Others
 *    ================================ */
  /* brand logo */
}
@media screen and (min-width: 992px) {
  .navbar-brand.hide-scroll {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    height: auto;
    transition: all 0s ease 0s;
    width: auto;
    margin-right: 1rem;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
  .scrollHeader .navbar-brand.hide-scroll {
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    height: 0;
    transition: all 0s ease 0s;
    width: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar-brand.show-scroll {
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    height: 0;
    transition: all 0s ease 0s;
    width: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .scrollHeader .navbar-brand.show-scroll {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    height: auto;
    transition: all 0s ease 0s;
    width: auto;
    margin-right: 1rem;
    position: relative;
    left: 5px;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
}
@media screen and (max-width: 991px) {
  .show-scroll {
    display: none !important;
  }
}
.single-post article.card .card-body p:last-child {
  margin-bottom: 0;
}
.single-post article.card input[type="text"], .single-post article.card input[type="email"], .single-post article.card input[type="url"], .single-post article.card input[type="password"], .single-post article.card input[type="search"], .single-post article.card input[type="tel"], .single-post article.card input[type="number"], .single-post article.card input[type="range"], .single-post article.card input[type="date"], .single-post article.card input[type="month"], .single-post article.card input[type="week"], .single-post article.card input[type="time"], .single-post article.card input[type="datetime"], .single-post article.card input[type="datetime-local"], .single-post article.card input[type="color"], .single-post article.card textarea, .single-post article.card select {
  min-height: 46px;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.single-post article.card [type=submit]:not(:disabled), .single-post article.card [type=reset]:not(:disabled), .single-post article.card [type=submit]:not(:disabled) {
  background-color: #8a246b;
  border: none;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  padding: 12px 28px;
  line-height: normal;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  position: relative;
  z-index: 9999;
  display: inline-block;
  letter-spacing: 1px;
  white-space: nowrap;
  transition: all 0.4s ease-in-out 0s;
  cursor: pointer;
  min-width: 90px;
}
.single-post article.card [type=submit]:not(:disabled):hover, .single-post article.card [type=reset]:not(:disabled):hover, .single-post article.card [type=submit]:not(:disabled):hover {
  background-color: #121c22;
}
.comments-area .comment-info ol, .comments-area .comment-info ul {
  margin-bottom: 32px;
}
.comments-area .comment-info ul {
  list-style-type: disc;
}
.comments-area .comment-info ul:last-child, .comments-area .comment-info ol:last-child, .comments-area .comment-info p:last-child, .comments-area .comment-info pre:last-child, .comments-area .comment-info blockquote:last-child {
  margin-bottom: 0;
}
.single .blog-share-icon {
  min-width: 172px;
}
.single .tags a {
  margin: 5px 10px 5px 0;
}
.single .entry-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 1.9rem !important;
  list-style: none;
  border-bottom: 1px solid #efefef;
  padding-bottom: 16px;
  position: relative;
  font-weight: 600;
}
.single .entry-footer:empty {
  display: none !important;
}
.single .entry-footer div:last-child {
  margin-bottom: 0 !important;
}
body.single .entry-footer:empty {
  display: none !important;
}
body.single .entry-footer div:last-child {
  margin-bottom: 0 !important;
}
.portfolio-style2 .portfolio-inner .portfolio-text .text-white:hover {
  opacity: 0.9;
}
.prev-page .image-prev.no_image:before, .prev-page .image-prev.no_image:after {
  opacity: 1;
  visibility: visible;
  margin-left: 0;
}
.next-page .image-next.no_image:before, .next-page .image-next.no_image:after {
  opacity: 1;
  visibility: visible;
  margin-right: 0;
}
.prev-page .image-prev.no_image:after, .next-page .image-next.no_image:after {
  background: #8a246b;
}
.gallery {
  margin: -16px -12px 43px -12px !important;
  display: flex;
  flex-wrap: wrap;
}
.gallery .gallery-item {
  padding: 0 12px;
  margin-top: 24px !important;
  margin-bottom: 0;
}
.gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery.gallery-columns-3 .gallery-item {
  width: 33.33%;
}
.gallery.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery.gallery-columns-5 .gallery-item {
  width: 20%;
}
#gallery-1 {
  margin: auto;
}
#gallery-1 .gallery-item {
  float: left;
  margin-top: 10px;
  text-align: center;
  width: 100%;
}
#gallery-1 img {
  border: 2px solid #cfcfcf;
}
#gallery-1 .gallery-caption {
  margin-left: 0;
}
.page-content .page-links {
  clear: left;
  padding-top: 10px;
}
.page-content .page-links span {
  text-align: center;
  display: inline-block;
  height: 26px;
  width: 26px;
  line-height: 26px;
  color: #fff;
  border-radius: 3px;
  background-color: #121c22;
  font-size: 14px;
  font-weight: 500;
  margin: 0 3px;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
.page-content .page-links a span {
  background-color: #e0e3e8;
  color: #000;
}
.page-content .page-links a span:hover {
  background-color: #121c22;
  color: #fff;
}
.page-content .page-links .post-page-numbers {
  margin: 0 3px;
}
.page-content .page-links .post-page-numbers span {
  margin: 0;
}
.page-content p:last-child {
  margin-bottom: 0;
}
.footer-listing li {
  border: none;
  margin-top: 0;
  padding-top: 0;
}
footer .menu-primary-menu-container .menu {
  margin-top: -12px;
}
footer .menu-primary-menu-container ul {
  list-style: none;
  margin-bottom: 0;
}
footer .menu-primary-menu-container .menu > li:last-child > a {
  border-bottom: none;
  padding-bottom: 0;
}
footer .menu-primary-menu-container .menu > li > a {
  text-transform: uppercase;
  font-weight: 600;
}
footer .menu-primary-menu-container ul ul ul ul ul {
  padding-left: 0;
}
footer .menu-primary-menu-container ul li a {
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  padding: 12px 12px 12px 0;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
footer .menu-primary-menu-container ul li .sub-menu {
  padding-left: 10px;
}
footer .menu-primary-menu-container ul li .sub-menu li:last-child > a {
  border-bottom: none;
  /*footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 { color: #fff; }

footer li:first-child { margin-top: 0; border-top: 0; padding-top: 0; }
footer li { margin-top: 15px; border-top: 1px solid rgba(255, 255, 255, 0.15); padding-top: 15px; list-style: none; word-wrap: break-word; }

footer li a { color: #fff; }
footer li a:hover,footer li a:active,footer li a:focus { color: rgba(255, 255, 255, 0.65); }
footer h1 a, footer h2 a, footer h3 a, footer h4 a, footer h5 a, footer h6 a, footer .h1 a, footer .h2 a, footer .h3 a, footer .h4 a, footer .h5 a, footer .h6 a { color: #fff; }
footer h1 a:hover, footer h1 a:active, footer h1 a:focus, footer h2 a:hover, footer h2 a:active, footer h2 a:focus, footer h3 a:hover, footer h3 a:active, footer h3 a:focus, footer h4 a:hover, footer h4 a:active, footer h4 a:focus, footer h5 a:hover, footer h5 a:active, footer h5 a:focus, footer h6 a:hover, footer h6 a:active, footer h6 a:focus, footer .h1 a:hover, footer .h1 a:active, footer .h1 a:focus, footer .h2 a:hover, footer .h2 a:active, footer .h2 a:focus, footer .h3 a:hover, footer .h3 a:active, footer .h3 a:focus, footer .h4 a:hover, footer .h4 a:active, footer .h4 a:focus, footer .h5 a:hover, footer .h5 a:active, footer .h5 a:focus, footer .h6 a:hover, footer .h6 a:active, footer .h6 a:focus { color: rgba(255, 255, 255, 0.65); }*/
}
footer .wp-block-calendar table th {
  background: #121c22;
  color: #fff;
}
footer .wp-calendar-table {
  color: #fff;
  caption-side: top;
  border-bottom: 1px solid #ededed;
  border-left: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin: 0 0 1rem;
  width: 100%;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
footer .wp-calendar-table th, footer .wp-calendar-table td {
  text-align: center;
  border-top: 1px solid #ededed;
  padding: 10px 5px;
  border-right: 1px solid #ededed;
  color: #fff;
}
footer .wp-calendar-table #today {
  background-color: #8a246b;
}
footer .wp-calendar-table #today a:hover {
  text-decoration: none;
  color: #fff;
}
footer table.wp-calendar-table > caption {
  padding: 0;
  text-align: center;
  color: #fff;
  margin-top: -10px;
}
footer .wp-calendar-table a {
  color: #fff;
}
footer .wp-calendar-table a:hover {
  color: #121c22;
}
footer .wp-calendar-nav {
  text-align: center;
}
footer .wp-calendar-nav a {
  color: #fff;
}
footer .wp-block-quote p {
  color: #222;
}
footer .wp-block-pullquote p {
  color: #222;
}
footer .wp-block-pullquote cite {
  color: #121c22;
}
footer .wp-block-social-links li {
  padding-top: 0;
}
footer .wp-block-cover .has-background-dim {
  margin-bottom: 0;
}
footer .wp-block-file a {
  color: #fff;
}
footer .wp-block-file .wp-block-file__button {
  color: #32373c;
  background: #fff;
}
footer .wp-block-file a.wp-block-file__button:active, footer .wp-block-file a.wp-block-file__button:focus, footer .wp-block-file a.wp-block-file__button:hover, footer .wp-block-file a.wp-block-file__button:visited {
  color: #32373c;
  background: #fff;
}
footer #recentcomments {
  list-style: none;
  margin-bottom: 0;
}
footer #recentcomments li {
  line-height: 1.7;
  list-style: none;
  margin-bottom: 1em;
}
footer #recentcomments li:last-child {
  margin-bottom: 0;
}
footer ol.wp-block-latest-comments .wp-block-latest-comments__comment {
  padding-top: 1.4em;
}
footer .wp-tag-cloud a {
  border: 1px solid rgba(255, 255, 255, 0.1);
}
footer .wp-block-tag-cloud a {
  color: #fff;
}
footer .wp-block-tag-cloud a:hover, footer .wp-block-tag-cloud a:active, footer .wp-block-tag-cloud a:focus {
  color: rgba(255, 255, 255, 0.65);
}
footer .wp-block-loginout a {
  color: #fff;
}
footer .wp-block-loginout a:hover, footer .wp-block-loginout a:active, footer .wp-block-loginout a:focus {
  color: rgba(255, 255, 255, 0.65);
}
footer select {
  min-height: 46px;
  display: block;
  width: 100%;
  padding: 8px 35px 8px 15px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  outline: none;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}
footer select:focus, footer select:focus-visible {
  box-shadow: 0 0 10px rgba(55, 125, 255, .1);
  border-color: #121c22;
}
footer select::-ms-expand {
  display: none;
}
footer .input-group .input-group-append .butn {
  height: 100%;
}
footer .input-group .input-group-append .butn:before {
  background: #121c22;
}
footer .cat-item {
  border-color: rgba(255, 255, 255, 0.15);
}
footer .widget_archive li, footer .wp-block-archives li {
  border-color: rgba(255, 255, 255, 0.15);
  /*footer p, footer li, footer label{ color: #fff; list-style: none; }*/
}
