:root {
  --theme-colour: #d6111e;
  --common-colour: #001339;
}
body,
html {
  font-family: "Poppins";
  overflow-x: hidden;
}
body .elementor-text-editor :not(p) {
  font-size: 16px;
  line-height: 30px;
  color: #555;
  margin: 0;
  font-weight: 400;
}
* {
  margin: 0;
  padding: 0;
}
figure {
  margin-bottom: 0;
}
h1 {
  font-size: 65px;
  line-height: 75px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 22px;
}
a,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  margin: 0;
}
h2 {
  font-size: 60px;
}
a {
  text-decoration: none;
}
ul {
  padding: 0;
  margin: 0;
}
li {
  display: block;
}
figure {
  overflow: hidden;
}
.gap {
  padding-top: 120px;
  padding-bottom: 120px;
}
.no-top {
  padding-top: 0;
}
.no-bottom {
  padding-bottom: 0;
}
/* 01. header-top */
.header6 .content-header {
  display: flex;
  align-items: center;
}
.header6 .content-header svg {
  width: 24px;
  height: auto;
}
.header6 .content-header h4,
.header6 .content-header a {
  padding-left: 6px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  display: inline-flex;
}
.header6 .content-header a {
  font-weight: 500;
}
.header6 .content-header i {
  color: #fff;
  font-size: 22px;
  background-color: var(--theme-colour);
  line-height: 1;
  padding: 10px;
}
.header6 .content-header a:hover {
  color: var(--theme-colour);
}
.header6 .top-bar {
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header.header6 {
  position: absolute;
  width: 100%;
  z-index: 1122;
}
.header6 a.login {
  padding-right: 24px;
}
/* 02. navbar */
.header6 .navbar {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  padding: 5px 0 0 0;
}
.header6 .navbar-logo {
  color: #ff3f34;
  text-decoration: none;
  font-size: 25px;
  padding: 0px 20px;
}
.header6 .navbar-links {
  list-style-type: none;
  display: flex;
}
.header6 .navbar-links li:not(:last-child) {
  padding-right: 20px;
}
.header6 .navbar-links li a {
  display: block;
  text-decoration: none;
  color: #707070;
  transition: 0.4s all;
  padding-bottom: 10px;
  padding-top: 10px;
}
.header6 .navbar-links li.navbar-dropdown {
  position: relative;
}
.header6 .navbar-links li.navbar-dropdown:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translatey(0px);
  z-index: 1111;
}
.header6 .navbar-links li.navbar-dropdown:hover .sub-menu .sub-menu {
  position: absolute;
  left: 100%;
  border-left: 3px solid #e91e63;
  opacity: 0;
  top: 0%;
}
.header6 li.sub-menu-item-children:after,
nav
  .navbar-links
  .menu-item-has-children
  .dropdowny
  .menu-item-has-children
  > a:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  z-index: 1;
  right: 31px;
  background-color: black;
  clip-path: polygon(68% 50%, 0 0, 0 100%);
  top: 44%;
}
.header6 .navbar-links li.navbar-dropdown .sub-menu li:hover .sub-menu {
  opacity: 1;
}
.header6 .navbar-links li.navbar-dropdown .sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  transform: translatey(10px);
  left: 0;
  width: 230px;
  box-shadow: 0px 10px 10px 3px hsl(0deg 0% 0% / 16%);
  z-index: 111;
  transition: 0.4s all;
}
.header6 .navbar-links li.navbar-dropdown .sub-menu a {
  font-size: 16px;
  padding-left: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 500;
  border: 0;
  position: relative;
  text-transform: capitalize;
  color: #000;
  background-color: #fff;
}
.header6 .navbar-links li.navbar-dropdown .sub-menu li a:hover {
  color: var(--theme-colour);
}
.header6 .navbar-links li.navbar-dropdown .sub-menu li {
  position: relative;
}
.header6 .navbar-links li.navbar-dropdown .sub-menu li {
  border-bottom: 1px solid rgba(60, 60, 60, 0.15);
}
.header6 li.menu-item-children > a:before,
.header6 nav .navbar-links .menu-item-has-children > a:before {
  content: "";
  background-image: url(../../images/down-arrow.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 8px;
  height: 8px;
  right: 6px;
}
.header6 .navbar-links li:hover > a {
  border-bottom: 5px solid var(--theme-colour);
}
.header6 .navbar-links li > a {
  border-bottom: 5px solid transparent;
  color: black;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
}
.header6 ul.social-media {
  display: flex;
  justify-content: end;
}
header.header6 ul.social-media li {
  position: relative;
}
.header6 ul.social-media li:not(:last-child):before {
  content: "";
  position: absolute;
  width: 1px;
  height: 13px;
  background-color: #ffffff;
  right: -20px;
  top: 0px;
}
.header6 nav.navbar ul.sub-menu li {
  padding: 0;
}
.header6 ul.social-media li a i {
  padding-left: 40px;
}
.header6 ul.social-media li a i:hover {
  color: var(--theme-colour);
}
.header6 ul.social-media li a {
  text-transform: capitalize;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.header6 ul.social-media li {
  margin-left: 0px;
}
/* 03. two-bar */
.header6 .two-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 12px;
}
.header6 .logo {
  z-index: 1;
}
.header6 .header-search i {
  color: #000;
  font-size: 18px;
  /* margin-left: 10px; */
}

/* 04. mobile-nav */
.header6 .mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  background-color: var(--common-colour);
  padding: 50px 40px 15px;
  z-index: 5;
  transition: 0.45s ease-in-out;
  transform: translateX(-101%);
  -webkit-transform: translateX(-101%);
  -moz-transform: translateX(-101%);
  -o-transform: translateX(-101%);
  overflow-y: auto;
}
.header6 .mobile-nav ul li a svg {
  width: 11px;
}
.header6 .for #nav-icon4 {
  color: black;
}
.header6 #nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.header6 #nav-icon4 span:nth-child(2) {
  top: 13px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.header6 .responsive-bar {
  display: none;
}
.header6 #nav-icon4 span:nth-child(3) {
  top: 25px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.header6 #nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}

.header6 #nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.header6 #nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 35px;
  left: 8px;
}

.header6 i#nav-icon4 {
  display: none;
}
.header6 #nav-icon4 {
  width: 40px;
  height: 25px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: none;
  font-size: 25px;
  color: white;
}

.header6 #nav-icon4 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.header6 .mobile-nav > ul > li.menu-item-has-children:before {
  color: #fff;
  position: absolute;
  top: 17px;
  right: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  font-size: 11px;
}
.header6 .mobile-nav > ul > li.menu-item-has-children.active:before {
  transform: rotate(0deg);
  color: var(--theme-colour);
}
.header6 .mobile-nav > ul > li {
  position: relative;
  border-bottom: 0px solid #d4d4d4;
  padding: 10px 0;
  display: block;
}
.header6 .mobile-nav > ul > li:not(:last-child) {
  border-bottom: 1px solid #5b5b5b;
}
.header6 .mobile-nav > ul li > a {
  font-size: 14px;
  line-height: 26px;
  text-transform: capitalize;
  color: #fff;
}
.header6 .mobile-nav > ul > li > a {
}
.header6 .mobile-nav > ul > li.menu-item-has-children > ul.sub-menu {
  padding-left: 25px;
  padding-top: 10px;
  padding-bottom: 5px;
  position: absolute;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transform: translatey(15px);
  -webkit-transform: translatey(15px);
  -moz-transform: translatey(15px);
  -o-transform: translatey(15px);
  border-top: 1px solid #5b5b5b;
  margin-top: 8px;
}
.header6 .mobile-nav > ul > li.menu-item-has-children.active > ul.sub-menu li {
  padding: 5px 0;
  position: relative;
}
.header6 .res-log img {
  width: auto;
}
.header6
  .mobile-nav
  > ul
  > li.menu-item-has-children.active
  > ul.sub-menu
  li:after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 19px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: -18px;
  background-color: var(--theme-colour);
}
.header6 .mobile-nav ul > li.menu-item-has-children:before {
  content: "";
  background-image: url(../img/down-arrow-clr.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 20px;
  right: 0;
  width: 10px;
  height: 10px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
.header6
  .mobile-nav
  > ul
  li.menu-item-has-children.active
  ul.sub-menu
  li:before {
  top: 12px;
  background-color: transparent;
  left: auto;
  content: "";
  position: absolute;
  transform: rotate(0deg);
}
.header6 .mobile-nav > ul li.menu-item-has-children ul.sub-menu {
  padding-left: 25px;
  padding-top: 10px;
  padding-bottom: 5px;
  position: absolute;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateX(15px);
  -webkit-transform: translateX(15px);
  -moz-transform: translateX(15px);
  -o-transform: translateX(15px);
  border-top: 1px solid #5b5b5b;
  margin-top: 8px;
}
.header6 .mobile-nav > ul li.menu-item-has-children.active > ul.sub-menu {
  position: relative;
  height: auto;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  transition-delay: 0.1s;
}
.header6 .res-log {
  margin-bottom: 30px;
}
.header6 .res-rights p {
  color: #d6d6d6;
  font-weight: bold;
  letter-spacing: 5px;
  margin-top: 30px;
}

.header6 .mobile-nav.open {
  transform: translateX(0) !important;
  z-index: 33333333;
  box-shadow: 3px 3px 39px -4px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 3px 3px 39px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 3px 3px 39px -4px rgba(0, 0, 0, 0.75);
}
.header6 li.menu-item-has-children.active {
  background-color: transparent;
}
.header6 .mobile-nav a#res-cross:before {
  content: "\f057";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  position: absolute;
  top: 15px;
  right: 20px;
  color: #fff;
  font-size: 28px;
}
.header6 #mobile-menu i {
  color: black;
  background-color: transparent;
  font-size: 24px;
}
.header6 #mobile-menu {
  z-index: 1;
  display: none;
}
.header6 .responsive-bar-slider {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.header6 #mobile-menu i {
  margin-right: 20px;
  font-size: 26px;
}
.header6 .bottom-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 20px 15px;
}
/* btn */
.btn {
  background-color: var(--theme-colour);
  display: inline-block;
  padding: 16px 40px;
  color: white;
  font-weight: bold;
  width: auto;
  border-radius: 0;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
  line-height: 1.2;
}
.btn:hover {
  color: var(--theme-colour);
  background-color: transparent;
  z-index: 1;
}
.btn:before {
  content: "";
  position: absolute;
  border: 3px solid var(--theme-colour);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform: scale(0.5);
  z-index: -1;
}
.btn:hover:before {
  transform: scale(1);
}
a.btn.two {
  margin-left: 10px;
  background-color: var(--common-colour);
  color: #000;
  border-color: var(--common-colour);
}
a.btn.two:hover {
  background-color: transparent;
}
/* 07. Search Popup */
.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  margin-top: -540px;
  transform: translateY(-100%);
  background-color: #0013399e;
  -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(
    0.86,
    0,
    0.07,
    1
  ); /* easeInOutQuint */
}
.search-popup {
  width: 100%;
}

.search-popup .close-search {
  top: 6%;
  position: absolute;
  left: 94%;
  margin: 0 auto;
  border-radius: 50%;
  text-align: center;
  background-color: var(--theme-colour);
  width: 50px;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 500ms ease;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  border: 0;
}

.search-popup form {
  position: absolute;
  max-width: 700px;
  top: 50%;
  left: 15px;
  right: 15px;
  margin: -35px auto 0;
  transform: scaleX(0);
  transform-origin: center;
  background-color: #111111;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
}
.checkbox-flex {
  display: flex;
}
.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 50px;
  color: #000000;
  height: 70px;
  width: 100%;
  padding: 10px 30px;
  background-color: #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 500;
  text-transform: capitalize;
  outline: none;
  border: 0;
}
.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
  position: absolute;
  right: 30px;
  top: 0px;
  height: 70px;
  line-height: 70px;
  background: transparent;
  text-align: center;
  font-size: 24px;
  color: var(--common-colour);
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  border: none;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
  color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
  color: #000000;
}
.search-popup .close-search.style-two {
  position: absolute;
  right: 25px;
  left: auto;
  color: #ffffff;
  width: auto;
  height: auto;
  top: 25px;
  margin: 0px;
  border: none;
  background: none !important;
  box-shadow: none !important;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.search-box-btn {
  display: inline-block;
  padding-left: 22px;
}
.search-box-btn i {
  display: inline-block;
  color: #fff;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  transition: 0.5s;
}
.upp.search-box-btn i {
  color: #9e9fa1;
}
.search-box-btn.search-box-outer span i {
  font-size: 20px;
  display: inline-block;
  color: #fff;
  padding-left: 17px;
  position: relative;
  z-index: 1;
}
.upp.search-box-btn.search-box-outer span i {
  color: #9e9fa1;
}
.search-box-btn.search-box-outer span i:after {
  position: absolute;
  content: "0";
  right: -10px;
  top: -4px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  background: #ed1c24;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  font-size: 12px;
}


button.close-search i {
  font-size: 18px;
  color: #fff;
  display: inline-block;
}

.header-search {
  display: flex;
  align-items: center;
}
.header-search-button.search-box-outer {
  padding: 0px 15px 5px 0px;
}
.header-search-button.search-box-outer svg {
  width: 18px;
  height: auto;
}
.header-search-button.search-box-outer svg:hover {
  filter: brightness(0) saturate(100%) invert(16%) sepia(66%) saturate(4434%)
    hue-rotate(346deg) brightness(97%) contrast(106%);
  cursor: pointer;
}
.location svg {
  width: 30px;
  fill: white;
  height: auto;
}
.preloader {
  background-color: var(--theme-colour);
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 999999999999999999;
  right: 0;
  bottom: 0;
  transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}
.preloader {
  bottom: 0%;
}
.page-loaded .preloader {
  bottom: -100%;
}
.loader {
  display: grid;
  grid-template: 1fr 1fr/1fr 1fr;
  gap: 40%;
  width: 80px;
  aspect-ratio: 1/1;
  animation: rotate 2s linear infinite;
}
.loader .dot {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #fff;
  animation: scale 2s infinite alternate;
}
.loader .dot:nth-child(3) {
  order: 1;
}
.loader .dot:nth-child(1) {
  animation-delay: -0.5s;
}
.loader .dot:nth-child(2) {
  animation-delay: -1s;
}
.loader .dot:nth-child(3) {
  animation-delay: -1.5s;
}
.loader .dot:nth-child(4) {
  animation-delay: -2s;
}

@keyframes scale {
  0% {
    scale: 0.1;
  }
  100% {
    scale: 1;
  }
}
@keyframes rotate {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}
/* Go To Top */
#progress {
  z-index: 1111;
  position: fixed;
  bottom: 20px;
  right: 10px;
  height: 60px;
  width: 60px;
  display: none;
  place-items: center;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
#progress-value {
  display: block;
  height: calc(105% - 10px);
  width: calc(105% - 10px);
  background-color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 35px;
  color: #001a2e;
}
span#progress-value i {
  font-size: 18px;
}
/* hero-section */
.hero-section {
  padding-top: 304px;
  padding-bottom: 160px;
  position: relative;
  background-repeat: no-repeat;
}
.hero-section:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #001339;
  opacity: 0.4;
}
.hero-section h1 span {
  position: relative;
  z-index: 111;
}
.hero-section h1 span:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 62%;
  background-color: var(--theme-colour);
  z-index: -1;
  top: 18px;
}
.hero-text p {
  font-size: 22px;
  color: #ffffff;
  line-height: 34px;
  padding-top: 20px;
  padding-bottom: 47px;
  display: block;
  width: 92%;
}
.hero-text {
  position: relative;
  width: 63%;
}
.hero-section h1 {
  color: #fff;
  position: relative;
  font-weight: 800;
}
.slider-hero button.owl-dot,
.therapy-slider button.owl-dot {
  width: 10px;
  height: 10px;
  background-color: #5b5b5b;
  margin-left: 10px;
}
.therapy-slider button.owl-dot.active,
.slider-hero button.owl-dot.active {
  width: 10px;
  opacity: 1;
  height: 10px;
  background-color: var(--theme-colour);
}
.therapy-slider .owl-dots {
  text-align: center;
  margin-top: 34px;
}
.owl-theme .owl-dots .owl-dot span {
  display: none !important;
}
.slider-hero .owl-dots {
  left: 15%;
  position: absolute;
  bottom: 8%;
}
.hero-text .btntwo {
  margin-left: 30px;
  color: #fff;
  position: relative;
  padding: 18px 30px;
  border-bottom: 1px solid;
}
.hero-text .btntwo:hover {
  border-color: var(--theme-colour);
  color: var(--theme-colour);
}
/* hading */
.pheading {
  width: 76%;
  margin: auto;
  text-align: center;
  padding-bottom: 50px;
}
.pheading h2 {
  font-weight: bold;
  position: relative;
  z-index: 11;
}
.pheading span {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  padding-top: 14px;
  padding-bottom: 6px;
  font-weight: 700;
  color: var(--theme-colour);
}
/* provide */
.provide {
  position: relative;
}
.provide h3 {
  left: 50px;
  position: absolute;
  top: 50px;
  font-size: 28px;
  color: #fff;
  width: 71%;
  font-weight: 700;
  line-height: 38px;
  z-index: 11;
}
.provide-text {
  position: absolute;
  bottom: 00px;
  left: 50px;
  width: 74%;
  opacity: 0;
  z-index: 11;
}
.provide-text p {
  color: #fff;
  padding-bottom: 20px;
}
.provide:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  opacity: 0.9;
  top: 0;
  z-index: 1;
  background-image: linear-gradient(179deg, #000000c2, transparent);
}
.provide:hover:before {
  height: 100%;
  background-color: #001339;
}
.provide:hover .provide-text {
  opacity: 1;
  bottom: 50px;
}
.provide img {
  width: 100%;
}
.provide:hover img {
  transform: scale(1.2);
  z-index: 0;
}
/* vote-for */
.vote-for {
  display: flex;
  align-items: center;
}
section .vote-for > img {
  border-radius: 50%;
  border: 1px solid var(--theme-colour);
  margin-right: 24px;
}
.vote-for h4 {
  font-weight: bold;
  font-size: 24px;
  padding-bottom: 6px;
}
.vote-for span {
  font-weight: 700;
}
.your-politiek p {
  padding-bottom: 30px;
}
.your-politiek {
  width: 86%;
}
.politiek-hous {
  text-align: end;
  position: relative;
}
.politiek-hous img.politiek-man {
  position: absolute;
  bottom: 0;
  left: -28%;
}
.next-election {
  background-color: var(--common-colour);
  padding: 50px;
  width: 75%;
  margin-top: -194px;
  z-index: 1;
  position: relative;
}
.next-election p {
  color: #dedede;
}
.next-election ul.list-unstyled {
  display: flex;
  align-items: center;
}
.next-election ul.list-unstyled .donate {
  color: #fff;
  background-color: #203152;
  padding: 12px 48px;
  display: block;
  margin-right: 14px;
  font-weight: 700;
  border: 3px solid #203152;
}
.next-election ul.list-unstyled .donate:hover {
  background-color: transparent;
}
.next-election ul.list-unstyled a.btn {
  padding: 12px 43px;
}
.next-election h3 {
  font-size: 35px;
  font-weight: 700;
  color: #fff;
}
.next-election p {
  padding-bottom: 30px;
  padding-top: 8px;
}
/* count-style */
.count-style {
  display: flex;
}
.count-style span {
  font-size: 50px;
  line-height: 59px;
  font-weight: 700;
  color: #000;
}
.count-style h2 {
  font-weight: 700;
  color: #000;
}
.count-style sup {
  font-size: 38px;
}
.fun-facts p {
  color: #000;
}
.fun-facts {
  display: flex;
  align-items: center;
}
.fun-facts h2 {
  font-size: 50px;
}
.fun-facts i {
  font-size: 52px;
  border: 1px solid var(--theme-colour);
  margin-right: 22px;
  width: 90px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--theme-colour);
  position: relative;
  z-index: 11;
}
.fun-facts i:after {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--theme-colour);
  content: "";
  transform: scale(0);
  z-index: -1;
}
.fun-facts:hover i:after {
  transform: scale(1);
}
.fun-facts:hover i {
  color: #fff;
}
.progress {
  height: 10px;
  overflow: hidden;
  background-color: var(--common-colour);
  border-radius: 0;
}
.item_bar.cell {
  background-color: #ccd0d7;
  width: 100%;
}
.progress_bar_item {
  position: relative;
}
.progress_bar {
  text-align: end;
  margin-bottom: 26px;
}
.tab-donate span {
  display: block;
  transform: translateY(21px);
  color: #444;
  font-weight: 700;
  font-size: 18px;
}
.tab-donate {
  background-color: #fff;
  padding: 40px;
  position: absolute;
  width: 60%;
  bottom: 30px;
  left: 30px;
}
.tab-img {
  position: relative;
}
.item_value.cell.shrink {
  color: #444;
  font-weight: bold;
  font-size: 18px;
}
.tab-img img {
  width: 100%;
}
.tab-img:hover img {
  transform: scale(1.1);
}
.nav-pills .nav-link {
  background-color: transparent;
  border-bottom: 1px solid #b7b7b7;
  border-radius: 0;
  border-top: 1px solid #b7b7b7;
  text-align: left;
  position: relative;
  padding: 26px 0px;
  opacity: 0.4;
  margin-bottom: -1px;
}
.nav-pills .nav-link i {
  border: 0;
  top: 60px;
  color: #fff;
  position: absolute;
  right: 17px;
  background-color: var(--theme-colour);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0);
  font-size: 12px;
}
.nav-pills .nav-link.active i {
  transform: scale(1);
}
.nav-pills .nav-link h4 {
  padding-top: 14px;
  font-weight: bold;
  width: 93%;
}
.nav-pills .nav-link span {
  border-bottom: 1px solid;
  color: var(--theme-colour);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: transparent;
  opacity: 1;
}
/* pheading two */
.pheading.two {
  margin: 0;
  text-align: left;
  position: relative;
}
/* popular-services */
.popular-services {
  position: relative;
  background-size: cover;
}
.popular-services:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #fff;
  opacity: 0.7;
}
.popular-services .call-us {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.popular-services .call-us i {
  width: 70px;
  height: 70px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  border-radius: 50%;
  margin-left: 20px;
}
.popular-services .call-us:hover i {
  color: #fff;
  background-color: var(--theme-colour);
}
.popular-services .call-us p {
  color: #000;
}
.popular-services .call-us a {
  display: inline-block;
  font-size: 30px;
  color: var(--theme-colour);
  font-weight: bold;
}
.popular-services .call-us a:hover {
  color: var(--common-colour);
}
/* services */
.services {
  position: relative;
}
.services > i {
  position: absolute;
  width: 100px;
  height: 110px;
  background-color: var(--common-colour);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 46px;
  top: -20px;
  right: 20px;
  color: #fff;
  z-index: 111;
}
.services > i:after {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--theme-colour);
  content: "";
  transform: scale(0);
  z-index: -1;
}
.services:hover > i:after {
  transform: scale(1);
}
.services {
  margin-top: 20px;
  background-color: #fff;
  padding: 40px;
  margin-bottom: 40px;
}
.services h4 {
  width: 56%;
  font-weight: 700;
  padding-bottom: 10px;
  line-height: 30px;
}
.services h4 a:hover {
  color: var(--theme-colour);
}
.services a i {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--theme-colour);
  border-radius: 50%;
  margin-top: 20px;
  font-size: 13px;
  -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.services a i:hover {
  transform: rotate(0deg);
  color: #fff;
  background-color: var(--theme-colour);
}
/* our-journey */
.section-our-journey {
  position: relative;
}
.section-our-journey:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--common-colour);
  opacity: 0.9;
  top: 0;
}
.section-our-journey .pheading h2 {
  color: #fff;
}
.our-journey {
  position: relative;
  z-index: 111;
  padding-bottom: 80px;
}
.section-our-journey .pheading.two {
  margin-bottom: -145px;
}
.our-journey-img {
  position: relative;
  width: 90%;
  margin-left: auto;
}
.our-journey-img img {
  width: 100%;
}
.our-journey-img:hover img {
  transform: scale(1.1);
}
.our-journey p {
  color: #e8e8e8;
  width: 90%;
}
.our-journey span {
  background-color: var(--theme-colour);
  font-size: 60px;
  font-weight: 600;
  padding: 0px 10px;
  color: #fff;
  display: inline-block;
  line-height: 60px;
  margin-bottom: 20px;
}
.our-journey-slider .owl-dot {
  color: #b5b5b5;
  font-weight: bold;
  font-size: 22px;
  margin-left: 120px;
  position: relative;
}
.our-journey-slider .owl-dot button {
  background-color: transparent;
  color: #b5b5b5;
  border: 0;
  font-weight: 700;
  font-size: 22px;
}
.our-journey-slider .owl-dot:before {
  content: "";
  position: absolute;
  width: 60px;
  background-color: #444;
  height: 2px;
  bottom: 11px;
  left: -66px;
}
.our-journey-slider .owl-dots {
  padding-top: 70px;
}
.our-journey-slider .owl-nav {
  position: absolute;
  left: 0%;
  display: flex;
  width: 100%;
  justify-content: space-between;
  bottom: -2%;
}
.our-journey-slider .owl-nav button.owl-prev,
.our-journey-slider .owl-nav button.owl-next {
  color: white;
  line-height: 0;
  border: 1px solid;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.our-journey-slider .owl-nav button.owl-prev:hover,
.our-journey-slider .owl-nav button.owl-next:hover {
  color: white;
  border: 1px solid var(--theme-colour);
  background-color: var(--theme-colour);
}
.our-journey-slider .owl-dot button:hover,
.our-journey-slider .owl-dot.active button,
.our-journey-slider .owl-dot.active {
  color: var(--theme-colour);
}
.our-journey-slider .owl-dot.active:before {
  background-color: var(--theme-colour);
}
/* become-volunteer */
.become-volunteer {
  padding: 80px 0;
  text-align: center;
  background-color: #f5f5f5;
  background-size: cover;
}
.become-volunteer h2 {
  background-color: var(--common-colour);
  width: fit-content;
  padding: 0px 30px;
  margin: auto;
  margin-top: 14px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #fff;
}
.become-volunteer span {
  width: 42%;
  font-size: 18px;
  display: block;
  margin: auto;
  color: var(--theme-colour);
  font-weight: bold;
}
.become-volunteer p {
  width: 53%;
  margin: auto;
  padding-bottom: 30px;
  font-size: 18px;
  color: #000;
}
.blog-style {
  position: relative;
}
.blog-style-text {
  margin-top: 38px;
}
.blog-style-text > div:hover img {
  transform: scale(1.08);
}
.blog-style h5 {
  border-right: 1px solid #cccccc;
  font-size: 55px;
  line-height: 30px;
  padding-top: 9px;
  font-weight: bold;
  padding-right: 20px;
  margin-right: 20px;
}
.blog-style img {
  width: 100%;
}
.blog-style figure {
  overflow: hidden;
  position: relative;
}
.blog-style:hover figure img {
  transform: scale(1.2);
}
.blog-style h5 span {
  display: block;
  font-size: 13px;
  color: #000;
  font-weight: bold;
}
.blog-style figure:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0%;
  background-color: #001339;
  bottom: 0;
  z-index: 1;
  opacity: 0.7;
}
.blog-style:hover figure:before {
  height: 100%;
}
.blog-style-text h3 {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  line-height: 34px;
}
section .blog-style-text p {
  font-size: 16px;
  padding-top: 8px;
  padding-bottom: 26px;
}
section .blog-style-text img {
  width: auto;
  margin-right: 15px;
  border: 1px solid var(--theme-colour);
  width: 65px;
  border-radius: 50%;
}
section .blog-style-text h4,
.blog-style-text a {
  font-size: 16px;
  color: #444444;
  font-weight: 700;
  text-transform: capitalize;
}
section .blog-style-text h4 a:hover,
section .blog-style-text a:hover h3 {
  color: var(--theme-colour);
}
section .blog-img {
  position: relative;
}
section .blog-comments {
  position: absolute;
  background-color: var(--common-colour);
  color: #fff;
  left: 13%;
  bottom: -20px;
  padding: 6px;
  z-index: 11;
  padding-right: 40px;
}
section .blog-comments a {
  color: #fff;
  display: inline-block;
  font-weight: bold;
}
section .blog-comments a span {
  background-color: var(--theme-colour);
  padding: 12px 40px;
  display: block;
  margin-right: 26px;
}
/* sponsers-section */
.owl-carousel .owl-item img {
  width: auto;
}
.sponsers-section {
  padding: 80px 0;
}
.sponsers-img {
  display: flex;
  justify-content: center;
}
.sponsers-img img:hover {
  transform: scale(0.9);
  filter: invert(1);
}
/* section-election-day */
.section-election-day {
  position: relative;
  background-repeat: no-repeat;
  padding: 70px 0 87px 0;
}
.election-day-img {
  position: absolute;
  right: 0;
  top: 0;
}
.election-day-img figure {
  position: relative;
}
.election-day-img figure:before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background-color: var(--common-colour);
  opacity: 0.7;
}
.election-day {
  text-align: center;
}
.election-day > span {
  font-weight: 700;
  color: var(--theme-colour);
  text-transform: uppercase;
}
.election-day h2 span {
  display: block;
  color: var(--theme-colour);
}
.election-day h2 {
  font-weight: 700;
  padding-top: 10px;
}
/* 24. countdown */
#countdown {
  margin-bottom: 20px;
  margin-top: 30px;
}
#countdown ul li {
  text-align: center;
  width: 140px;
  height: 140px;
  padding: 20px;
  text-transform: capitalize;
  margin-bottom: 4px;
  background-color: var(--common-colour);
  font-weight: 700;
}
#countdown ul {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#countdown ul li {
  text-align: center;
  color: #fff;
  margin-right: 5px;
  margin-left: 5px;
  font-size: 20px;
}
#countdown ul li span {
  display: flex;
  justify-content: center;
  font-size: 40px;
  font-weight: bold;
  line-height: 26px;
  margin-top: 8px;
  color: #ffffff;
  padding: 0;
  padding-bottom: 15px;
  padding-top: 12px;
}
.election-day a {
  border: 3px solid var(--theme-colour);
  width: 100%;
  display: block;
  padding: 12px;
  width: 79%;
  margin: auto;
  font-weight: bold;
}
.election-day a:hover {
  color: #fff;
  background-color: var(--theme-colour);
}
.election-day-form {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 50px 50px 0 50px;
}
.election-day-form h3 {
  padding-bottom: 16px;
  font-weight: bold;
  line-height: 40px;
  font-size: 30px;
}
.election-day-form input {
  width: 100%;
  height: 54px;
  padding-left: 30px;
  border: 3px solid #c6d4ff;
  margin-bottom: 16px;
}
.election-day-form p {
  padding-bottom: 25px;
}
.election-day-form input#vehicle1 {
  width: auto;
  height: auto;
}
.election-day-form input[type="checkbox"] {
  width: auto;
  height: auto;
}
.election-day-form span {
  display: block;
  /* padding-bottom: 10px; */
}
.election-day-form label {
  padding-right: 20px;
  padding-left: 5px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}
.election-day-form .btn {
  width: 100%;
  margin-top: 16px;
  border: transparent;
}
/* subscribe */
.subscribe {
  position: relative;
}
.elementor-widget-politick_new_newsletter .subscribe > div:first-child {
  display: flex;
  align-items: center;
}
.elementor-widget-politick_new_newsletter .subscribe > div i {
  font-size: 40px;
  margin-right: 20px;
  color: #d6111e;
}
.elementor-widget-politick_new_newsletter .subscribe h3 {
  text-transform: capitalize;
  font-weight: 800;
  font-size: 40px;
}
.elementor-widget-politick_new_newsletter .subscribe input.wpcf7-text {
  width: 100%;
  border: 0;
  height: 64px;
  padding-left: 20px;
  border: 3px solid #c6d4ff;
}
.elementor-widget-politick_new_newsletter .subscribe input.btn {
  border-radius: 0;
  position: absolute;
  right: 7px;
  padding: 12px 28px;
  height: 50px;
  top: 9px;
}
.elementor-widget-politick_new_newsletter .subscribe input.btn:hover,
section .wpcf7-submit.btn:hover {
  border: 1px solid #d6111e;
}
.elementor-widget-politick_new_newsletter .subscribe p {
  padding-bottom: 16px;
  padding-top: 2px;
  color: #000;
}
/* 40. image gallery footer */
ul.image-gallery {
  z-index: 1;
}
ul.image-gallery li figure {
  object-fit: cover;
  position: relative;
}
ul.image-gallery li figure:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0%;
  opacity: 0;
  background-color: var(--theme-colour);
}
ul.image-gallery li:hover figure:before {
  opacity: 0.8;
  height: 100%;
}
ul.image-gallery li figure,
ul.image-gallery li figure img {
  width: 140px;
  height: 140px;
  object-fit: cover;
}
ul.image-gallery {
  display: flex;
  position: relative;
  justify-content: center;
  flex-wrap: wrap;
}
ul.image-gallery li {
  margin-left: 14px;
}
.compensate-for-scrollbar {
  margin-right: 0 !important;
}
ul.image-gallery li a {
  position: absolute;
  z-index: 1;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  color: #fff;
  font-size: 0px;
}
ul.image-gallery li {
  position: relative;
}
ul.image-gallery li:hover a {
  font-size: 24px;
}
/* footer */
footer {
  position: relative;
  padding-top: 80px;
  background-size: cover;
  float: left;
}
footer:before {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #001339;
  content: "";
  opacity: 0.9;
}
.contact-info {
  position: relative;
  z-index: 11;
  display: flex;
  align-items: center;
  border: 7px solid #243755;
  padding: 12px 16px;
}
.contact-info i {
  width: 59px;
  height: 50px;
  background-color: var(--theme-colour);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  margin-right: 20px;
}
.contact-info h3 {
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 2px;
  text-transform: capitalize;
  color: #fff;
}
.contact-info p,
.contact-info a {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
}
.contact-info:hover {
  background-color: #243755;
}
.contact-info a:hover {
  color: var(--theme-colour);
}
.footer-top {
  position: relative;
  padding-top: 90px;
  padding-bottom: 40px;
}
.logo p {
  color: #d0d0d0;
  padding-top: 26px;
  padding-bottom: 30px;
}
footer ul.social-media li a i {
  width: 44px;
  height: 44px;
  background-color: #27365470;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  display: flex;
  margin-right: 10px;
  padding: 0;
}
footer ul.social-media {
  justify-content: start;
  display: flex;
}
footer .widget ul.social-media li,
footer .widget ul.social-media li a {
  margin: 0;
  width: auto;
  padding: 0;
}
footer ul.social-media li a i:hover {
  transform: scale(1.05);
  background-color: var(--theme-colour);
  color: #fff;
}
.widget-title {
  position: relative;
  z-index: 111;
}
.widget-title h3 {
  color: #fff;
  font-weight: 800;
  font-size: 22px;
  text-transform: capitalize;
  margin-bottom: 30px;
}
.widget-title ul {
  display: flex;
  flex-wrap: wrap;
}
.widget-title ul li {
  width: 50%;
}
.widget-title li a {
  color: #d0d0d0;
  padding-bottom: 6px;
}
.widget-title li {
  /* padding-bottom: 20px; */
}
.widget-title li i {
  color: #9e9e9e;
}
.widget-title li a:hover {
  color: var(--theme-colour);
}
footer .reviews {
  background-color: #303f5c;
  padding: 40px;
  position: relative;
}
footer .reviews p {
  color: #fff;
}
footer .reviews h5 {
  font-size: 18px;
  font-weight: 700;
  padding-top: 18px;
  color: #fff;
  text-transform: uppercase;
}
footer .reviews:before {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #303f5c;
  content: "";
  bottom: -19px;
  clip-path: polygon(100% 0, 0 0, 0 100%);
}
/* 30. footer-bottom */
.footer-bottom {
  background-color: var(--theme-colour);
  position: relative;
  padding-top: 24px;
  padding-bottom: 24px;
}
.footer-bottom-text p {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
.footer-bottom-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-bottom-text ul {
  display: flex;
  align-items: center;
}
.footer-bottom-text ul li:not(:last-child) {
  padding-right: 40px;
}
.footer-bottom-text ul li {
  position: relative;
}
.footer-bottom-text ul li:not(:last-child):before {
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  background-color: #ffffff;
  right: 20px;
  top: 4px;
}
.footer-bottom-text ul li a {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
.footer-bottom-text ul li a:hover {
  color: var(--common-colour);
}
/* transition */
footer ul.social-media li a i,
.widget-title li a,
.footer-bottom-text ul li a:hover,
.our-journey-img img,
.blog-style-text a h3,
.election-day a,
ul.image-gallery li figure:before,
.contact-info,
.contact-info a,
.services a i,
.services h4 a,
.blog-style img,
.blog-style-text h4 a,
.blog-style figure:before,
.tab-img img,
.fun-facts i:after,
.provide:before,
.provide img,
.provide-text,
.content-header a,
.btn,
.fun-facts i,
.nav-pills .nav-link i,
.services > i:after,
.btn:before,
.call-us a,
.call-us i,
.hero-text .btntwo,
.our-journey-slider .owl-nav button.owl-prev,
.our-journey-slider .owl-nav button.owl-next,
.sponsers-img img,
ul.social-media li a i,
.our-journey-slider .owl-dot button,
ul.list-unstyled .donate,
ul.image-gallery li a {
  transition: 0.4s ease-in-out;
}

/* Form line beaker */
.wpcf7.no-js p br {
  display: none;
}

.election-day-form .wpcf7-form-control-wrap[data-name="vehicle1"],
.election-day-form .wpcf7-form-control-wrap[data-name="vehicle2"] {
  display: inline-flex;
  align-items: center;
  margin-right: 20px; /* Adjust spacing as needed */
}

.election-day-form
  .wpcf7-form-control-wrap[data-name="vehicle1"]
  .wpcf7-list-item-label,
.election-day-form
  .wpcf7-form-control-wrap[data-name="vehicle2"]
  .wpcf7-list-item-label {
  position: relative;
  margin-left: 5px;
  bottom: 7px;
}

/* Specific styling for checkbox and label alignment */
.election-day-form .wpcf7-form-control-wrap .wpcf7-checkbox {
  display: inline-flex;
  align-items: center;
  margin-right: 20px; /* Adjust spacing as needed */
}

.election-day-form .wpcf7-form-control-wrap .wpcf7-checkbox label {
  display: flex;
  align-items: center;
}

.footer-bottom-text a {
  display: inline;
}

.count-style sup {
  left: -10px;
}

.blog-style-text h4 a {
  display: inline-flex;
}

.footer-top .logo {
  margin-top: -1%;
}
.header6 .navbar-links li.navbar-dropdown .dropdowny,
.header6 .navbar-links ul li.navbar-dropdown .dropdowny {
  padding: 10px 0 0 0;
  border: transparent;
}
.header6 .navbar-links li a {
  padding: 10px 20px 10px 0px;
}
.header6 .navbar-links li.navbar-dropdown .sub-menu li .sub-menu {
  padding-top: 0;
}
section.gap.popular-services {
  padding-bottom: 80px;
  padding-top: 100px;
}
.elementor-widget-our_journey button.owl-next {
  position: relative;
  left: auto;
}
.our-journey-slider .owl-dot:first-child {
  margin-left: 75px;
}
.election-day-form input.wpcf7-form-control.wpcf7-text::placeholder {
  color: #606060;
}
.election-day-form span.wpcf7-list-item {
  display: block;
  /* padding-bottom: 10px; */
  margin: 15px 0 0 0;
}
.subscribe .form-heading {
  padding-top: 30px;
}
.elementor-widget-politick_new_newsletter .gap {
  padding: 70px 0 50px 0;
}
footer .widget .logo.w-100 img {
  max-width: 60%;
}
footer .widget .logo + p {
  margin-top: 0rem;
}
footer ul.social-media li a:before {
  display: none;
}
.elementor-widget-products_list .shop-box {
  margin-bottom: 40px;
}
