/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*-----------------
    # Typography
-----------------*/
@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@300;400;500;600;700&family=Kalam:wght@300;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@300;400;500;600;700&family=Kalam:wght@300;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap");
:root {
  --main-color-one: #5922f2;
  --main-color-two: #000565;
  --secondary-color: #5922f2;
  --heading-color: #000000;
  --paragraph-color: #727777;
  --heading-font: "Barlow Semi Condensed", sans-serif;
  --heading-font-02: "Kalam", cursive;
  --body-font: "Roboto", sans-serif;
  --animate-delay: 0.3s;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  font-family: var(--body-font);
}

* {
  box-sizing: border-box;
  outline: none;
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  -webkit-font-smoothing: antialiased;
  /* WebKit  */
}

body {
  margin: 0;
  color: var(--paragraph-color);
  overflow-x: hidden;
  font-family: var(--body-font);
  font-size: 14px;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-thumb {
  background-image: linear-gradient(125deg, #DD131A 0%, #1c1f34 100%);
  border-radius: 10px;
}

h1 {
  font-size: 48px;
  line-height: 1.0833333333;
}

h2 {
  font-size: 36px;
  line-height: 1.4444444444;
}

h3 {
  font-size: 24px;
  line-height: 1.0833333333;
}

h4 {
  font-size: 20px;
  line-height: 1.2380952381;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #5922f2;
  font-family: var(--heading-font);
}

p {
  color: var(--paragraph-color);
  -webkit-hyphens: auto;
  hyphens: auto;
  margin-bottom: 10px;
  line-height: 24px;
}

a {
  color: inherit;
  text-decoration: none;
  color: var(--paragraph-color);
}

.copyright-area-inner a {
  color: #abfff6;
  text-decoration: none;
}

.copyright-area-inner a:hover {
  color: #5922f2;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  color: inherit;
}

pre {
  word-break: break-word;
}

a i {
  padding: 0 2px;
}

ol {
  counter-reset: counter;
  padding-left: 0;
}

ol li {
  list-style: none;
  margin-bottom: 1rem;
}

ol li:before {
  counter-increment: counter;
  content: counter(counter);
  font-weight: 500;
  margin-right: 10px;
}

/*input and button type focus outline disable*/
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,
textarea:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
select:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #ddd;
}

code {
  color: #061cde;
}

.dark-bg {
  background-color: #111d5c;
}

.section-bg-1 {
  background-color: #f4f7fc;
}

.check-list-02 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.check-list-02 li {
  display: block;
  padding-left: 20px;
  position: relative;
  z-index: 0;
}
.check-list-02 li:after {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "fontawesome";
  content: "\f00c";
  color: var(--main-color-one);
}

.error {
  color: #dc3545 !important;
}

.logo-wrapper .logo {
  padding-left: 60px;
}

.logo-wrapper .logo img {
  height: 50px;
  width: 100px;
}

.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.check-list li {
  display: block;
  padding-left: 20px;
  position: relative;
  z-index: 0;
}
.check-list li:after {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "fontawesome";
  content: "\f105";
  color: var(--main-color-one);
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  clear: both;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.comment-navigation .nav-previous > a,
.posts-navigation .nav-previous > a,
.post-navigation .nav-previous > a,
.comment-navigation .nav-next > a,
.posts-navigation .nav-next > a,
.post-navigation .nav-next > a {
  transition: 0.3s ease-in;
}

.comment-navigation .nav-previous:hover > a,
.posts-navigation .nav-previous:hover > a,
.post-navigation .nav-previous:hover > a,
.comment-navigation .nav-next:hover > a,
.posts-navigation .nav-next:hover > a,
.post-navigation .nav-next:hover > a {
  color: var(--main-color-one);
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Globals
--------------------------------------------------------------*/
.padding-left-0 {
  padding-left: 0;
}

.padding-right-0 {
  padding-left: 0;
}

.gray-bg {
  background-color: #f5f5f5;
}

.secondary-bg {
  background-color: var(--secondary-color);
}

.padding-top-10 {
  padding-top: 10px;
}

.padding-top-20 {
  padding-top: 20px;
}

.padding-top-25 {
  padding-top: 25px;
}

.padding-top-30 {
  padding-top: 30px;
}

.padding-top-35 {
  padding-top: 35px;
}

.padding-top-40 {
  padding-top: 40px;
}

.padding-top-45 {
  padding-top: 45px;
}

.padding-top-55 {
  padding-top: 55px;
}

.padding-top-50 {
  padding-top: 50px;
}

.padding-top-60 {
  padding-top: 60px;
}

.padding-top-65 {
  padding-top: 65px;
}

.padding-top-70 {
  padding-top: 70px;
}

.padding-top-75 {
  padding-top: 75px;
}

.padding-top-80 {
  padding-top: 80px;
}

.padding-top-85 {
  padding-top: 85px;
}

.padding-top-90 {
  padding-top: 90px;
}

.padding-top-95 {
  padding-top: 95px;
}

.padding-top-100 {
  padding-top: 100px;
}

.padding-top-105 {
  padding-top: 105px;
}

.padding-top-110 {
  padding-top: 110px;
}

.padding-top-115 {
  padding-top: 115px;
}

.padding-top-120 {
  padding-top: 0px;
}

.padding-top-140 {
  padding-top: 140px;
}

.padding-top-150 {
  padding-top: 150px;
}

.padding-top-160 {
  padding-top: 160px;
}

.padding-top-190 {
  padding-top: 190px;
}

.padding-top-200 {
  padding-top: 200px;
}

.padding-top-210 {
  padding-top: 210px;
}

.padding-top-260 {
  padding-top: 260px;
}

.padding-top-310 {
  padding-top: 310px;
}

.padding-top-360 {
  padding-top: 360px;
}

.padding-top-390 {
  padding-top: 390px;
}

.padding-top-400 {
  padding-top: 400px;
}

.padding-top-600 {
  padding-top: 600px;
}

.padding-top-640 {
  padding-top: 640px;
}

.padding-top-720 {
  padding-top: 720px;
}

.padding-bottom-10 {
  padding-bottom: 10px;
}

.padding-bottom-15 {
  padding-bottom: 15px;
}

.padding-bottom-20 {
  padding-bottom: 20px;
}

.padding-bottom-25 {
  padding-bottom: 25px;
}

.padding-bottom-30 {
  padding-bottom: 30px;
}

.padding-bottom-35 {
  padding-bottom: 35px;
}

.padding-bottom-40 {
  padding-bottom: 40px;
}

.padding-bottom-45 {
  padding-bottom: 45px;
}

.padding-bottom-50 {
  padding-bottom: 50px;
}

.padding-bottom-55 {
  padding-bottom: 55px;
}

.padding-bottom-60 {
  padding-bottom: 10px;
}

.padding-bottom-65 {
  padding-bottom: 65px;
}

.padding-bottom-70 {
  padding-bottom: 0px;
}

.padding-bottom-75 {
  padding-bottom: 75px;
}

.padding-bottom-80 {
  padding-bottom: 80px;
}

.padding-bottom-85 {
  padding-bottom: 85px;
}

.padding-bottom-90 {
  padding-bottom: 90px;
}

.padding-bottom-95 {
  padding-bottom: 95px;
}

.padding-bottom-100 {
  padding-bottom: 100px;
}

.padding-bottom-110 {
  padding-bottom: 110px;
}

.padding-bottom-105 {
  padding-bottom: 105px;
}

.padding-bottom-115 {
  padding-bottom: 115px;
}

.padding-bottom-120 {
  padding-bottom: 120px;
}

.padding-bottom-130 {
  padding-bottom: 130px;
}

.padding-bottom-140 {
  padding-bottom: 140px;
}

.padding-bottom-135 {
  padding-bottom: 135px;
}

.padding-bottom-200 {
  padding-bottom: 200px;
}

.padding-bottom-280 {
  padding-bottom: 280px;
}

.padding-bottom-285 {
  padding-bottom: 285px;
}

.padding-bottom-150 {
  padding-bottom: 150px;
}

.padding-bottom-160 {
  padding-bottom: 160px;
}

.padding-bottom-165 {
  padding-bottom: 165px;
}

.padding-bottom-170 {
  padding-bottom: 170px;
}

.padding-bottom-180 {
  padding-bottom: 180px;
}

.padding-bottom-200 {
  padding-bottom: 200px;
}

.padding-bottom-215 {
  padding-bottom: 215px;
}

.padding-bottom-260 {
  padding-bottom: 260px;
}

.padding-bottom-300 {
  padding-bottom: 300px;
}

.padding-bottom-350 {
  padding-bottom: 350px;
}

.padding-bottom-460 {
  padding-bottom: 460px;
}

.margin-top-minus-90 {
  margin-top: -90px;
}

.margin-top-minus-100 {
  margin-top: -100px;
}

.margin-top-120 {
  margin-top: 120px;
}

.margin-top-150 {
  margin-top: 150px;
}

.margin-top-160 {
  margin-top: 160px;
}

.padding-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.padding-110 {
  padding-top: 110px;
  padding-bottom: 110px;
}

.padding-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.padding-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.padding-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.padding-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.padding-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.padding-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.padding-65 {
  padding-top: 65px;
  padding-bottom: 65px;
}

.padding-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.padding-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.padding-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.padding-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-15 {
  margin-top: 15px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-35 {
  margin-top: 35px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-top-55 {
  margin-top: 55px;
}

.margin-top-60 {
  margin-top: 60px;
}

.margin-top-70 {
  margin-top: 70px;
}

.margin-top-80 {
  margin-top: 80px;
}

.margin-top-90 {
  margin-top: 90px;
}

.margin-top-100 {
  margin-top: 100px;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-bottom-15 {
  margin-bottom: 15px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-bottom-25 {
  margin-bottom: 25px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.margin-bottom-35 {
  margin-bottom: 35px;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

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

.margin-bottom-55 {
  margin-bottom: 55px;
}

.margin-bottom-60 {
  margin-bottom: 60px;
}

.margin-bottom-70 {
  margin-bottom: 70px;
}

.margin-bottom-80 {
  margin-bottom: 80px;
}

.margin-bottom-90 {
  margin-bottom: 90px;
}

.margin-bottom-120 {
  margin-bottom: 60px;
}

.margin-bottom-150 {
  margin-bottom: 150px;
}

.margin-top-100 {
  margin-bottom: 100px;
}

.margin-top-110 {
  margin-top: 110px;
}

.margin-top-115 {
  margin-top: 115px;
}

.margin-top-120 {
  margin-top: 50px;
}

.min-height-600 {
  min-height: 600px;
}

.overflow-hidden {
  overflow: hidden;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  float: left;
  clear: both;
  margin-right: 20px;
}

.alignright {
  float: right;
  clear: both;
  margin-left: 20px;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}

.alignfull {
  margin: 1.5em 0;
  max-width: 100%;
}

.alignwide {
  max-width: 1100px;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.blog-pagination ul li {
  display: inline-block;
}

.blog-pagination ul li + li {
  margin: 0 5px;
}

.blog-pagination ul li {
  display: inline-block;
}

.blog-pagination ul li + li {
  margin: 0 5px;
}

.blog-pagination {
  display: block;
  width: 100%;
}

.blog-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-pagination ul li a,
.blog-pagination ul li span {
  display: block;
  padding: 3px 25px;
  border: 1px solid #e2e2e2;
  line-height: 40px;
  text-align: center;
  font-weight: 600;
  transition: 0.3s ease-in;
}

.blog-pagination ul li span.current,
.blog-pagination ul li a:hover {
  background-color: var(--secondary-color);
  color: #fff;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
  clear: both;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*----------------------------------------
    # Unit test
------------------------------------------*/
.wp-link-pages a {
  margin: 0 5px;
  transition: 0.3s ease-in;
}

.wp-link-pages {
  margin-bottom: 30px;
  margin-top: 25px;
}

.wp-link-pages span,
.wp-link-pages a {
  border: 1px solid #e2e2e2;
  padding: 5px 15px;
  display: inline-block;
}

.wp-link-pages .current,
.wp-link-pages a:hover {
  background-color: var(--main-color-one);
  color: #fff;
  border-color: var(--main-color-one);
}

.wp-link-pages span:first-child {
  margin-right: 5px;
}

dl,
ol,
ul {
  padding-left: 15px;
}

.post-password-form input {
  display: block;
  border: 1px solid #e2e2e2;
  height: 50px;
  border-radius: 3px;
  padding: 0 20px;
}

.post-password-form label {
  font-weight: 600;
  color: #333;
}

.post-password-form input[type=submit] {
  width: 100px;
  height: 50px;
  background-color: var(--main-color-one);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  border: none;
  cursor: pointer;
  transition: 0.3s ease-in;
}

.post-password-form input[type=submit]:hover {
  background-color: #121A2F;
}

.footer-widget .table td,
.footer-widget .table th {
  padding: 0.5rem !important;
}

/*-----------------
    # Typography
-----------------*/
.header-area {
  padding: 290px 0 225px;
  position: relative;
  z-index: 99;
  overflow: hidden;
}
.header-area .home-five-banner {
  background: transparent linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.7803921569) 100%) 0% 0% no-repeat padding-box;
  padding: 40px 40px 0px 40px;
  margin-bottom: 20px;
}
.header-area.style-04 .header-top {
  margin-top: 0;
}
.header-area.style-04 .header-top::after {
  display: none;
}
.header-area.style-04 .top-single-items {
  position: unset;
  transform: none;
  justify-content: space-between;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #D2D2D2;
}
.header-area.style-04 .top-single-items .top-single-item .icon i {
  color: var(--heading-color);
}
.header-area.style-04 .top-single-items .top-single-item .content .title {
  color: var(--heading-color);
}
.header-area.style-04 .top-single-items .top-single-item .form-select {
  color: var(--heading-color);
  font-weight: 400;
}
.header-area.style-04 .top-single-items .top-single-item .form-select option {
  background-color: rgb(0, 7, 146);
}
.header-area.style-04 .btn-wrapper {
  margin-top: 50px;
}
.header-area.style-04 .btn-wrapper a {
  background-color: transparent;
  box-shadow: none;
  border: 1px solid var(--main-color-one);
  color: var(--main-color-one);
  font-size: 18px;
  font-weight: 700;
}
.header-area.style-04 .btn-wrapper a:hover {
  background-color: var(--main-color-one);
  color: #fff;
}
.header-area.style-04 .top-social-share {
  margin-bottom: 0;
  margin-top: 40px;
}
.header-area.style-04 .top-social-share i:hover {
  background-color: var(--main-color-one);
  color: #fff;
}
.header-area.header-sanatory {
  background-color: transparent;
  padding: 160px 0 150px;
}
.header-area.header-sanatory.home-six {
  background: var(--heading-color);
  padding: 230px 0 150px;
}
.header-area.header-sanatory .header-inner {
  overflow: hidden;
}
.header-area.header-sanatory .header-inner.style-02 .subtitle {
  padding-left: 0;
  font-size: 24px;
  font-weight: 500;
  text-transform: unset;
  font-family: var(--body-font);
}
@media only screen and (max-width: 991px) {
  .header-area.header-sanatory .header-inner.style-02 .subtitle {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.header-area.header-sanatory .header-inner.style-02 .subtitle .title-shape {
  position: absolute;
  top: 10%;
  left: 34%;
}
@media only screen and (max-width: 991px) {
  .header-area.header-sanatory .header-inner.style-02 .subtitle .title-shape {
    display: none;
  }
}
.header-area.header-sanatory .header-inner.style-02 .btn-wrapper a {
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: unset !important;
}
.header-area.header-sanatory .header-inner.style-02 .btn-wrapper a:hover {
  background-color: rgb(0, 7, 146);
  color: var(--main-color-one);
}
.header-area.header-sanatory .header-inner .title {
  font-size: 65px;
  line-height: 85px;
  font-weight: 700;
  color: #061cde;
  margin-bottom: 20px;
  max-width: 600px;
}
.header-area.header-sanatory .header-inner .title.style-01 {
  max-width: inherit;
  text-align: center;
  color: #95f095;
}
.header-area.header-sanatory .header-inner .title.style-02 {
  margin: 0 auto;
  font-size: 79px;
  line-height: 112px;
  text-transform: unset !important;
}
@media only screen and (max-width: 991px) {
  .header-area.header-sanatory .header-inner .title.style-02 {
    font-size: 50px;
    line-height: 60px;
  }
}
.header-area.header-sanatory .header-inner h5 {
  font-size: 20px;
  line-height: 28px;
  font-family: "Roboto";
  font-weight: bold;
  color: #000;
}
.header-area.header-sanatory .header-inner h5 i {
  font-size: 10px;
  color: var(--main-color-one);
  margin-right: 10px;
}
.header-area.header-sanatory .header-inner p {
  color: #000;
  font-size: 16px;
  line-height: 28px;
  max-width: 600px;
  margin-bottom: 20px;
  font-weight: 400;
  font-family: var(--body-font);
}
.header-area.header-sanatory .header-inner p.style-01 {
  max-width: inherit;
  text-align: center;
  line-height: 30px;
  font-weight: 500;
  color: #202020;
  margin-bottom: 55px;
}
.header-area.header-sanatory .header-inner.political .title {
  color: #fff;
  max-width: 750px;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.header-area.header-sanatory .header-inner.political p {
  max-width: 670px;
  color: #fff;
  margin-bottom: 60px;
}
.header-area.header-sanatory .header-inner.political .form-group {
  position: relative;
  margin-bottom: 25px;
}
.header-area.header-sanatory .header-inner.political .form-group .form-control {
  width: 568px;
  height: 75px;
  border-radius: 5px;
  padding-left: 65px;
  padding-right: 30px;
}
.header-area.header-sanatory .header-inner.political .form-group .form-control::-moz-placeholder {
  font-size: 16px;
  line-height: 28px;
  font-family: var(--body-font);
  font-weight: 400;
  color: #CCCCCC;
  padding-left: 6px;
}
.header-area.header-sanatory .header-inner.political .form-group .form-control::placeholder {
  font-size: 16px;
  line-height: 28px;
  font-family: var(--body-font);
  font-weight: 400;
  color: #CCCCCC;
  padding-left: 6px;
}
.header-area.header-sanatory .header-inner.political .form-group .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  font-size: 22px;
  color: #CCCCCC;
}
.header-area.header-sanatory .header-inner.political .form-group .form-btn {
  position: absolute;
  top: 0;
  right: 40%;
  border: 0;
  height: 75px;
  width: 100px;
  text-transform: uppercase;
  border-radius: 0px 5px 5px 0px;
  background-color: rgb(0, 7, 146);
  cursor: pointer;
  transition: 0.5s all ease;
}
.header-area.header-sanatory .header-inner.political .form-group .form-btn:hover {
  background: var(--main-color-one);
  color: #fff;
}
.header-area.header-sanatory .header-inner.political .form-group .form-btn:hover::after {
  border-color: #fff;
}
.header-area.header-sanatory .header-inner.political .form-group .form-btn::after {
  content: "";
  position: absolute;
  border: 1px solid var(--main-color-one);
  height: 39px;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
}
.header-area.header-sanatory .header-inner.political .form-check {
  display: flex;
  align-items: center;
}
.header-area.header-sanatory .header-inner.political .form-check .form-check-input {
  width: 25px;
  height: 20px;
  line-height: 25px;
  border: none;
  margin-right: 10px;
}
.header-area.header-sanatory .header-inner.political .form-check .form-check-label {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 28px;
  font-weight: 500;
  font-family: var(--body-font);
  color: #fff;
  margin-left: 15px;
  margin-top: 5px;
}
.header-area.header-sanatory .header-inner-03 .title {
  font-size: 70px;
  line-height: 1.15;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  z-index: 0;
  margin-bottom: 40px;
}
.header-area.header-sanatory .header-inner-03 .title span {
  color: var(--main-color-one);
}
.header-area.header-sanatory .header-inner-03 .title img {
  position: absolute;
  bottom: -15px;
  left: 0;
}
.header-area.header-sanatory .header-inner-03 p {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
  color: #CCCCCC;
  margin-bottom: 10px;
}
.header-area.header-sanatory .header-inner-03 .btn-wrapper {
  margin-top: 60px;
}
.header-area.header-sanatory .header-inner-03 .btn-wrapper .boxed-btn {
  padding: 14px 27px;
}
.header-area.header-sanatory .header-inner-03 .btn-wrapper .boxed-btn.counter-btn {
  background: var(--main-color-one);
  border-radius: 0;
}
.header-area.header-sanatory .header-inner-03 .btn-wrapper .boxed-btn.counter-btn:hover {
  background: #fff;
  color: var(--heading-color);
}
.header-area.header-sanatory .header-inner-03 .btn-wrapper .boxed-btn.counter-btn i {
  margin-left: 10px;
}
.header-area.header-sanatory .header-inner-02 .subtitle {
  font-size: 20px;
  line-height: 35px;
  font-family: var(--body-font);
  font-weight: 500;
  padding: 0;
  color: var(--main-color-one);
  text-transform: uppercase;
  margin-bottom: 15px;
}
.header-area.header-sanatory .header-inner-02 .subtitle span {
  text-transform: capitalize;
  color: #111111;
}
.header-area.header-sanatory .header-inner-02 .subtitle i {
  font-size: 15px;
  margin-right: 10px;
}
.header-area.header-sanatory .header-inner-02 .subtitle i:first-child {
  margin-left: 10px;
}
.header-area.header-sanatory .header-inner-02 .title {
  font-size: 79px;
  line-height: 95px;
  font-weight: 700;
  color: #111111;
  margin-bottom: 20px;
}
.header-area.header-sanatory .header-inner-02 p {
  color: #1A1A1A;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
  font-weight: 400;
  font-family: var(--body-font);
  margin-bottom: 0;
}
.header-area.header-sanatory .senatory-bg-img {
  height: 700px;
  width: 730px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -12%;
  top: -5%;
  z-index: -1;
}
.header-area.header-sanatory .senatory-bg-img-02 {
  height: 900px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 25%;
  bottom: 0%;
  z-index: -1;
}
.header-area.header-sanatory.style-02 {
  padding: 250px 0px 287px;
}
.header-area .subtitle {
  position: relative;
  z-index: 0;
  font-size: 24px;
  line-height: 85px;
  font-family: var(--heading-font);
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  padding-left: 70px;
  letter-spacing: 1px;
  padding-left: 170px;
}
.header-area .subtitle.style-01 {
  padding-left: 0px;
  text-align: center;
  color: var(--main-color-one);
}
.header-area .subtitle .line {
  content: "";
  position: absolute;
  left: 0;
  top: 36px;
  width: 153px;
  height: 2px;
  background-color: rgb(0, 7, 146);
}
.header-area .subtitle .line::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: var(--main-color-one);
  border-radius: 50%;
  right: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.header-area .subtitle .line-02 {
  content: "";
  position: absolute;
  left: 0;
  top: 45px;
  width: 130px;
  height: 2px;
  background-color: rgb(0, 7, 146);
}
.header-area .subtitle .line-02::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: var(--main-color-one);
  border-radius: 50%;
  right: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.header-area.header-bg {
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
}
.header-area.header-bg-02 {
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 300px 0px 217px;
}
.header-area.header-bg-02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(260deg, rgba(0, 5, 101, 0) 0%, rgb(0, 5, 101) 100%);
}
.header-area.header-bg-03 {
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 558px 0px 132px;
}
.header-area.header-bg-03::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(182deg, rgba(255, 255, 255, 0) 23%, rgb(255, 255, 255) 100%);
}
.header-area.header-bg-04 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 0px 30px;
  overflow: initial;
}
.header-area .header-bg-05 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  width: 45%;
  position: absolute;
  right: 0;
  bottom: -5px;
  min-height: 990px;
}
.header-area .header-bg-05::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: transparent linear-gradient(90deg, #04072E 0%, #AF0F15 100%) 0% 0% no-repeat padding-box;
  opacity: 0.79;
}
.header-area .header-bg-06 {
  position: absolute;
  bottom: 0;
  right: 60px;
}
.header-area .banner-six-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.header-area .banner-six-shape-02 {
  position: absolute;
  right: 240px;
  top: 48%;
  animation: scroll-down 2s linear infinite;
}
.header-area .senatory-banner {
  position: absolute;
  z-index: -2;
  bottom: 90px;
  left: 5%;
  animation: updown 3s both linear alternate infinite;
}
.header-area .lottie-shape {
  position: absolute;
  left: 11%;
  z-index: -1;
  max-width: 190px;
}
.header-area .lottie-shape .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
.header-area .top-single-items {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: -4%;
  transform: rotate(270deg);
}
.header-area .top-single-items .top-single-item {
  display: flex;
  margin-right: 42px;
}
.header-area .top-single-items .top-single-item .side-icon {
  margin-right: 15px;
  color: #fff;
}
.header-area .top-single-items .top-single-item .content {
  overflow: hidden;
}
.header-area .top-single-items .top-single-item .content .title {
  color: #fff;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  font-family: var(--body-font);
}
.header-area .dot {
  width: 3px;
  height: 33px;
  background: var(--main-color-one);
  position: absolute;
  top: 2%;
  left: 7%;
  animation: updown-two 1.5s both linear alternate infinite;
}
.header-area .dot-02 {
  width: 3px;
  height: 33px;
  background: var(--main-color-one);
  position: absolute;
  top: 50%;
  left: 7%;
  animation: updown-two 1.5s both linear alternate infinite;
}
.header-area .dot-03 {
  width: 3px;
  height: 33px;
  background: var(--main-color-one);
  position: absolute;
  top: 2%;
  right: 7%;
  animation: updown-two 1.5s both linear alternate infinite;
}
.header-area .dot-04 {
  width: 3px;
  height: 33px;
  background: var(--main-color-one);
  position: absolute;
  top: 18%;
  right: 21%;
  animation: updown-two 1.5s both linear alternate infinite;
  animation-delay: 0.5s;
}
.header-area .dot-05 {
  width: 3px;
  height: 33px;
  background: var(--main-color-one);
  position: absolute;
  top: 50%;
  right: 21%;
  animation: updown-two 1.5s both linear alternate infinite;
}
.header-area .dot-06 {
  width: 3px;
  height: 33px;
  background: var(--main-color-one);
  position: absolute;
  top: 80%;
  right: 7%;
  animation: updown-two 1.5s both linear alternate infinite;
}
.header-area .dot-07 {
  width: 3px;
  height: 33px;
  background: var(--main-color-one);
  position: absolute;
  top: 80%;
  left: 24%;
  animation: updown-two 1s both linear alternate infinite;
}
.header-area .dot-08 {
  width: 3px;
  height: 33px;
  background: var(--main-color-one);
  position: absolute;
  top: 20%;
  left: 24%;
  animation: updown-two 1s both linear alternate infinite;
  animation-delay: 0.5s;
}
.header-area .dot-09 {
  width: 3px;
  height: 33px;
  background: var(--main-color-one);
  position: absolute;
  top: 10%;
  left: 40%;
  animation: updown-two 1s both linear alternate infinite;
}
.header-area .mangat-ram img {
  display: none;
}

.header-style-01.home-six {
  background: #F9F9FF;
}

.header-slider-one .owl-dots {
  position: absolute;
  top: 46%;
  right: 5%;
}
.header-slider-one .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  margin: 5px 7px;
  background: transparent;
  border: 1px solid #DD131A;
  display: block;
  transition: opacity 0.2s ease;
  border-radius: 1px;
  position: relative;
}
.header-slider-one .owl-dots .owl-dot.active span,
.header-slider-one .owl-theme .owl-dots .owl-dot:hover span {
  background: rgb(0, 7, 146);
}
.header-slider-one .owl-dots .owl-dot.active span::after,
.header-slider-one .owl-theme .owl-dots .owl-dot:hover span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  border-radius: 1px;
  background: red;
}
.header-slider-one .owl-item.active .side-icon {
  animation: slideInLeft 2s 0s both;
}
.header-slider-one .owl-item.active .btn-wrapper {
  animation: slideInLeft 2s 0s both;
}
.header-slider-one .owl-item.active .lottie-shape .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 4s ease-out forwards;
}

.header-slider-two .owl-item.active .title {
  animation: slideInLeft 2s 0s both;
}
.header-slider-two .owl-item.active .subtitle {
  animation: slideInLeft 2s 0s both;
}
.header-slider-two .owl-item.active p {
  animation: slideInLeft 2s 0s both;
}
.header-slider-two .owl-nav {
  position: absolute;
  right: 8%;
  top: 50%;
}
.header-slider-two .owl-nav .owl-prev {
  width: 45px;
  height: 45px;
  background: rgba(0, 0, 0, 0.1607843137);
  line-height: 45px;
  text-align: center;
  color: #fff;
  font-size: 25px;
  border-radius: 6px;
  margin-bottom: 15px;
}
.header-slider-two .owl-nav .owl-next {
  width: 45px;
  height: 45px;
  background: rgba(0, 0, 0, 0.1607843137);
  line-height: 45px;
  text-align: center;
  color: #fff;
  font-size: 25px;
  border-radius: 6px;
}

.header-bottom-area {
  position: relative;
}
.header-bottom-area.style-01 {
  margin-top: 120px;
}
.header-bottom-area .black_icon {
  height: 100px;
  width: 100px;
}
.header-bottom-area .white_icon {
  display: none;
  height: 100px;
  width: 100px;
}

.our-party-section-area {
  background-color: #FFF9FC;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 2rem 1rem;
}
.our-party-section-area.style-02 {
  padding-top: 120px;
  mix-blend-mode: multiply;
  margin-top: 70px;
}
@media only screen and (max-width: 991px) {
  .our-party-section-area.style-02 {
    padding-bottom: 70px;
  }
}
.our-party-section-area.style-02::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.25);
}
.our-party-section-area.party-vision {
  background: #F9F9FF;
  overflow: hidden;
  margin-top: 145px;
}
.our-party-section-area.home-six {
  background-color: #02083D;
  padding: 90px 0px;
  margin-top: 120px;
}
.our-party-section-area.home-six .candidate-img {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.our-party-section-area .party-bg {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
}
.our-party-section-area .party-bg img {
  width: 100%;
  height: 500px;
}
.our-party-section-area .party-bg.vision-bg {
  min-height: 755px;
  position: relative;
}
.our-party-section-area .party-bg.vision-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(112deg, rgb(0, 7, 146) 0%, rgb(165, 16, 56) 70%, rgb(221, 19, 26) 100%);
  mix-blend-mode: color-dodge;
}
.our-party-section-area .party-shape {
  position: absolute;
  top: 0;
  left: 27%;
}
.our-party-section-area .party-shape-01 {
  position: absolute;
  bottom: 0;
  left: 42%;
}
.our-party-section-area .party-shape-02 {
  width: 255px;
  height: 1px;
  background-color: var(--main-color-one);
  position: absolute;
  top: 45%;
  left: 29%;
  transform: rotate(61deg);
}
.our-party-section-area .party-shape-03 {
  width: 290px;
  height: 1px;
  background-color: var(--main-color-one);
  position: absolute;
  top: 145px;
  left: 28%;
  transform: rotate(63deg);
}
.our-party-section-area .party-vision-shape {
  position: absolute;
  left: 4%;
  top: -8%;
}

.vote-section-area {
  position: relative;
  overflow: hidden;
  padding: 140px 0 140px;
}
.vote-section-area.vote-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
.vote-section-area .party-shape {
  position: absolute;
  top: 0;
  right: 13%;
}
.vote-section-area .party-shape-01 {
  position: absolute;
  bottom: -50px;
  right: -4%;
}
.vote-section-area .party-shape-02 {
  width: 255px;
  height: 1px;
  background-color: var(--main-color-one);
  position: absolute;
  top: 45%;
  right: 5%;
  transform: rotate(61deg);
}
.vote-section-area .party-shape-03 {
  width: 290px;
  height: 1px;
  background-color: var(--main-color-one);
  position: absolute;
  top: 145px;
  right: 3%;
  transform: rotate(63deg);
}
.vote-section-area .video-section {
  margin-top: 65px;
}
.vote-section-area .video-section span {
  font-size: 40px;
  line-height: 68px;
  font-weight: 400;
  font-family: var(--heading-font-02);
  color: #fff;
}

.volunteer-section-area {
  margin-top: 60px;
}
.volunteer-section-area.style-01 {
  margin-top: 120px;
}
.volunteer-section-area.style-02 {
  margin-top: 116px;
}
.volunteer-section-area.style-03 {
  margin-top: 106px;
}

.testimonial-carousel-two .owl-item.center .volunteer-single-items {
  transition: 0.3s all ease;
  min-height: 350px;
  overflow: visible;
  border: 1px solid var(--main-color-one);
  padding: 10px;
  box-shadow: 0px 13px 26px rgba(41, 182, 14, 0.33);
}
.testimonial-carousel-two .owl-item.center .volunteer-single-items .content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.testimonial-carousel-two .owl-nav .owl-next {
  position: absolute;
  top: -105px;
  left: 80%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: rgb(0, 7, 146);
  color: var(--main-color-one);
  font-size: 30px;
  border-radius: 5px;
  box-shadow: 0 7px 20px rgba(41, 182, 14, 0.33);
  transition: 0.5s all ease;
}
.testimonial-carousel-two .owl-nav .owl-next:hover {
  background: var(--main-color-one);
  color: #fff;
}
.testimonial-carousel-two .owl-nav .owl-prev {
  position: absolute;
  top: -105px;
  right: 80%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: rgb(0, 7, 146);
  color: var(--main-color-one);
  font-size: 30px;
  border-radius: 5px;
  box-shadow: 0 7px 20px rgba(41, 182, 14, 0.33);
  transition: 0.5s all ease;
}
.testimonial-carousel-two .owl-nav .owl-prev:hover {
  background: var(--main-color-one);
  color: #fff;
}

.volunteer-single-items {
  position: relative;
  transition: 0.3s;
  position: relative;
  padding-bottom: 0px;
  border-radius: 10px;
  transition: height 0.7s all;
  margin-bottom: 30px;
  border: 1px solid #fff;
  min-height: 280px;
  overflow: hidden;
}
.volunteer-single-items:hover {
  transition: 0.3s all ease;
  min-height: 350px;
  overflow: visible;
  border: 1px solid #f44407;
  padding: 10px;
  box-shadow: 0px 13px 26px rgba(41, 182, 14, 0.33);
}
.volunteer-single-items:hover .content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.volunteer-single-items .thum img {
  border-radius: 10px;
  width: 100%;
}
.volunteer-single-items .content {
  text-align: center;
  padding-top: 20px;
  transition: 0.7s all ease;
  transform: translateY(-100px);
  opacity: 0;
  visibility: hidden;
}
.volunteer-single-items .content .author-meta .author-name {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  font-family: var(--body-font);
  color: var(--heading-color);
  transition: 0.7s all ease;
}
.volunteer-single-items .content .author-meta .designation {
  font-size: 20px;
  line-height: 26px;
  font-family: var(--body-font);
  font-weight: 400;
  color: #505050;
  margin-top: 10px;
  margin-bottom: 23px;
  transition: 0.7s all ease;
}
.volunteer-single-items .content .social-links {
  margin-bottom: -22px !important;
  position: relative;
  z-index: 99;
}
.volunteer-single-items .content .social-links .fa-facebook-f {
  color: #fff;
}
.volunteer-single-items .content .social-links .fa-facebook-f:hover {
  background-color: #fff;
  color: #fff;
}
.volunteer-single-items .content .social-links .fa-twitter {
  color: #14171A;
}
.volunteer-single-items .content .social-links .fa-twitter:hover {
  background-color: #14171A;
  color: #fff;
}
.volunteer-single-items .content .social-links .fa-linkedin-in {
  color: #0077b5;
}
.volunteer-single-items .content .social-links .fa-linkedin-in:hover {
  background-color: #0077b5;
  color: #fff;
}
.volunteer-single-items .content .social-links .fa-youtube {
  color: #FF0000;
}
.volunteer-single-items .content .social-links .fa-youtube:hover {
  background-color: #FF0000;
  color: #fff;
}
.volunteer-single-items .content .social-links i {
  width: 32px;
  height: 32px;
  border: 2px solid;
  line-height: 32px;
  text-align: center;
  margin-right: 10px;
  font-size: 15px;
  border-radius: 5px;
  transition: 0.7s all ease;
  background-color: rgb(0, 7, 146);
  position: relative;
}
.volunteer-single-items .content .social-links i + i::after {
  content: "";
  position: absolute;
  top: 15px;
  left: -15px;
  width: 14px;
  height: 1px;
  background: rgb(0, 7, 146);
}
.volunteer-single-items .content .social-links i:hover {
  background: var(--main-color-one);
  color: #fff;
}
.volunteer-single-items .content .social-links i:last-child {
  margin-right: 0;
}

.news-section-start {
  margin-top: 60px;
}
.news-section-start.home-three {
  background: #F8F8FF;
  padding: 115px 0px 92px 0px;
}
.news-section-start .section-title .subtitle .icon {
  margin-top: 0;
  color: #061cde;
}
.news-section-start .section-title .subtitle .icon i + i {
  margin-left: 5px;
}

.news-single-items {
  margin-bottom: 30px;
}
.news-single-items.style-01 {
  position: relative;
  z-index: 0;
}
.news-single-items.style-01 .tropics .date {
  position: absolute;
  font-size: 14px;
  line-height: 32px;
  font-weight: 400;
  font-family: var(--body-font);
  color: #fff;
  top: 25px;
  right: 20px;
}
.news-single-items.style-01 .content {
  bottom: 60px;
}
.news-single-items.home-six .news-bg {
  border-radius: 0px;
}
.news-single-items.home-six .news-bg::before {
  border-radius: 0px;
}
.news-single-items.home-six .even {
  border-radius: 0px;
  left: 0px;
}
.news-single-items .news-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 425px;
  width: 100%;
  position: relative;
  border-radius: 10px;
}
.news-single-items .news-bg.speeches-bg::before {
  background: transparent linear-gradient(180deg, rgba(4, 7, 46, 0) 0%, #04072E 100%);
}
.news-single-items .news-bg::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  z-index: 0;
}
.news-single-items .even {
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  color: #fff;
  background: #5922f2;
  padding: 0px 15px;
  border-radius: 5px;
  position: absolute;
  left: 20px;
  top: 25px;
}
.news-single-items .content {
  position: absolute;
  bottom: 15px;
  justify-content: center;
  width: 100%;
  padding: 0px 30px;
}
.news-single-items .content .title {
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  font-family: var(--body-font);
  color: #fff;
  cursor: pointer;
  transition: 0.5s all ease;
}
.news-single-items .content .title:hover {
  color: #5922f2;
  overlay: 1px;
}
.news-single-items .content .author-meta {
  display: flex;
  justify-content: space-between;
}
.news-single-items .content .author-meta .author-name {
  font-size: 14px;
  line-height: 32px;
  font-weight: 400;
  font-family: var(--body-font);
  color: #fff;
  margin-right: 40px;
}
.news-single-items .content .author-meta p {
  font-size: 14px;
  line-height: 32px;
  font-weight: 400;
  font-family: var(--body-font);
  color: #fff;
}

.news-single-list {
  list-style: none;
  border: 1px dashed #cccccc;
  border-radius: 10px;
  margin: 0;
  padding: 19px;
}
.news-single-list.home-six {
  border: none;
  border-radius: 0;
  padding: 0;
}
.news-single-list.home-six .news-single-list-items {
  margin-bottom: 25px;
}
.news-single-list.home-six .news-single-list-items + li {
  border-top: 1px solid rgba(14, 17, 90, 0.2);
  padding-top: 25px;
}
.news-single-list.home-six .news-single-list-items .thumb img {
  border-radius: 0px;
}
.news-single-list .news-single-list-items {
  display: flex;
  margin-bottom: 20px;
}
.news-single-list .news-single-list-items:last-child {
  margin-bottom: 0;
}
.news-single-list .news-single-list-items + li {
  border-top: 1px dashed #cccccc;
  padding-top: 20px;
}
.news-single-list .news-single-list-items .thumb img {
  border-radius: 10px;
  margin-right: 17px;
  width: 100px;
}
.news-single-list .news-single-list-items .content {
  flex: 1;
}
.news-single-list .news-single-list-items .content .date {
  font-size: 14px;
  line-height: 32px;
  font-weight: 400;
  font-family: var(--body-font);
  color: #747474;
}
.news-single-list .news-single-list-items .content .title {
  font-size: 15px;
  line-height: 28px;
  font-weight: 700;
  font-family: var(--body-font);
  color: var(--heading-color);
  transition: 0.5s all ease;
}
.news-single-list .news-single-list-items .content .title:hover {
  color: var(--main-color-one);
}

.our-party-section-area.journey-section {
  padding: 0px !important;
  background-color: #f0fbea !important;
}
.our-party-section-area.journey-section .party-single-item .journey p {
  font-size: 50px !important;
  margin-left: 0px !important;
  line-height: 55px !important;
}
.our-party-section-area.journey-section .party-single-item .content .journey-title {
  font-size: 35px;
  line-height: 48px;
  font-family: var(--heading-font);
  margin-bottom: 25px;
  color: #000;
}
.our-party-section-area.journey-section .party-single-item .content .journey-description {
  font-size: 25px;
  line-height: 25px;
  font-family: var(--body-font);
  font-weight: 700;
  color: #000;
  margin-bottom: 25px;
  max-width: 510px;
  text-align: justify;
}
.our-party-section-area.journey-section .party-single-item .content .description-journey {
  color: #4E4E56;
}
.our-party-section-area.journey-section .party-single-item .btn-wrapper .journey-btn {
  box-shadow: 0 7px 20px rgba(221, 19, 26, 0.3) !important;
  border-radius: 0px;
  height: 70px;
  width: 150px;
  line-height: 25px !important;
  padding: 10px 20px;
  margin-top: 10px;
  margin-right: 10px;
}
.our-party-section-area.journey-section .journey-bg {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  min-height: 650px;
  width: 100%;
  margin: -9px;
}/*# sourceMappingURL=index.css.map */