@charset "UTF-8";
/*-----------------
    # 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");
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
:root {
  --main-color-one:#DD131A;
  --main-color-two: #000565;
  --secondary-color: #0E115A;
  --heading-color: #04072E;
  --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);
}

* {
  -webkit-box-sizing: border-box;
  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%, #ffc05e 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: var(--heading-color);
  font-family: var(--heading-font);
}

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

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

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

pre {
  word-break: break-word;
}

a i {
  padding: 0 2px;
}

img {
  max-width: 100%;
}

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;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ddd;
}

code {
  color: #faa603;
}

.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: "";
  color: var(--main-color-one);
}

.error {
  color: #dc3545 !important;
}

.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: "";
  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 {
  -webkit-transition: 0.3s ease-in;
  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;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          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: 120px;
}

.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: 60px;
}

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

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

.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: 120px;
}

.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: 120px;
}

.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;
  -webkit-transition: 0.3s ease-in;
  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;
  -webkit-transition: 0.3s ease-in;
  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;
  -webkit-transition: 0.3s ease-in;
  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;
}

/*---------------------------------------
    ## Back Top
---------------------------------------*/
.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  background: var(--main-color-one);
  color: #fff;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  z-index: 99;
  font-size: 25px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 5px rgba(221, 19, 26, 0.5);
          box-shadow: 0 0 5px rgba(221, 19, 26, 0.5);
  display: none;
}

/*---------------------------------------
    ## Button
---------------------------------------*/
.btn-wrapper {
  display: block;
}
.btn-wrapper.landing-btn {
  margin-top: 60px;
}
.btn-wrapper .boxed-btn {
  background-color: var(--secondary-color);
  color: #fff;
  display: inline-block;
  padding: 17px 27px;
  border-radius: 5px;
  text-transform: capitalize;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transition: 0.7s all ease;
  transition: 0.7s all ease;
  font-weight: 600;
}
.btn-wrapper .boxed-btn:hover {
  background-color: var(--secondary-color);
}
.btn-wrapper .boxed-btn.landing-btn {
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
  border: 1px solid #fff;
  padding: 14px 40px 14px 25px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  position: relative;
  z-index: 0;
}
.btn-wrapper .boxed-btn.landing-btn i.first {
  position: absolute;
  top: 50%;
  left: 76%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.btn-wrapper .boxed-btn.landing-btn i.second {
  position: absolute;
  top: 50%;
  left: 62%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.btn-wrapper .boxed-btn.landing-btn.style-01 {
  background: #fff;
  color: var(--main-color-one);
  margin-right: 25px;
  padding-left: 15px;
}
.btn-wrapper .boxed-btn.landing-btn.style-01:hover .first {
  left: 90%;
  opacity: 0;
}
.btn-wrapper .boxed-btn.landing-btn.style-01:hover .second {
  left: 80%;
  opacity: 1;
}
.btn-wrapper .boxed-btn.landing-btn.style-02 {
  background: var(--main-color-one);
  border: 1px solid var(--main-color-one);
}
.btn-wrapper .boxed-btn.landing-btn.style-02:hover .first {
  left: 90%;
  opacity: 0;
}
.btn-wrapper .boxed-btn.landing-btn.style-02:hover .second {
  left: 80%;
  opacity: 1;
}
.btn-wrapper .boxed-btn.landing-btn.style-03 {
  padding: 17px 27px;
}
.btn-wrapper .boxed-btn.landing-btn.style-03 i {
  margin-left: 5px;
}
.btn-wrapper .boxed-btn.subscrib-btn {
  background-color: var(--main-color-one);
  color: #fff;
  padding: 14px 23px 14px 23px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  position: relative;
  z-index: 0;
}
.btn-wrapper .boxed-btn.subscrib-btn i {
  margin-left: 10px;
}

.desktop-center {
  text-align: center;
}

.desktop-left {
  text-align: left;
}

.desktop-right {
  text-align: right;
}

@media only screen and (max-width: 768px) {
  .tablet-center {
    text-align: center;
  }

  .tablet-left {
    text-align: left;
  }

  .tablet-right {
    text-align: right;
  }
}
@media only screen and (max-width: 414px) {
  .mobile-center {
    text-align: center;
  }

  .mobile-left {
    text-align: left;
  }

  .mobile-right {
    text-align: right;
  }
}
.core-feature-single-item {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  padding: 40px 0px 30px 0px;
  margin-bottom: 30px;
  cursor: pointer;
}
.core-feature-single-item:hover .icon img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.core-feature-single-item .icon {
  width: 110px;
  height: 110px;
  line-height: 110px;
  text-align: center;
  background: #FFFFFF;
  border-radius: 8px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.core-feature-single-item .icon img {
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.core-feature-single-item .content .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  font-family: var(--body-font);
  color: #fff;
  text-align: center;
}

.counter-single-item {
  position: absolute;
  bottom: 60px;
  left: 30px;
}
.counter-single-item.style-01 {
  left: 50px;
}
.counter-single-item.style-02 {
  bottom: 15px;
}
.counter-single-item .counter-item {
  display: inline-block;
  width: 130px;
  height: 130px;
  padding-top: 15px;
  background-color: transparent;
  margin-right: 15px;
  border: 1px solid #fff;
  border-radius: 5px;
}
.counter-single-item .counter-item:last-child {
  margin-right: 0;
}
.counter-single-item .counter-item span {
  text-align: center;
  display: block;
  line-height: 55px;
  font-family: var(--heading-font);
  font-size: 40px;
  font-weight: 700;
  padding-bottom: 14px;
  color: #fff;
}
.counter-single-item .counter-item h6 {
  color: var(--heading-color);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  background: #fff;
  padding: 8px;
  border-radius: 0px 0px 5px 5px;
}

/*----------------------------
    Counterup Item
----------------------------*/
.counter-section-area {
  position: relative;
  margin-top: 75px;
}
.counter-section-area.style-01 {
  margin-top: 120px;
}
.counter-section-area.style-02 {
  margin-top: 105px;
}
.counter-section-area.bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 120px 0px;
}
.counter-section-area .counter-shape {
  position: absolute;
  top: 0px;
  left: 31%;
  opacity: 0.1;
}
.counter-section-area .counter-shape.style-01 {
  top: 0;
  left: -1%;
}
.counter-section-area .counter-shape-01 {
  position: absolute;
  top: 0px;
  left: 34%;
  opacity: 0.1;
}
.counter-section-area .counter-shape-01.style-01 {
  top: 0;
  left: 2%;
}
.counter-section-area .counter-shape-02 {
  position: absolute;
  bottom: 0;
  right: 30%;
  opacity: 0.1;
}
.counter-section-area .counter-shape-02.style-01 {
  bottom: 0;
  right: -1%;
}
.counter-section-area .counter-shape-03 {
  position: absolute;
  bottom: 0;
  right: 33%;
  opacity: 0.1;
}
.counter-section-area .counter-shape-03.style-01 {
  bottom: 0;
  right: 2%;
}

.counter-section-inner {
  background: #fff;
  -webkit-box-shadow: 0px 12px 40px rgba(221, 19, 26, 0.28);
          box-shadow: 0px 12px 40px rgba(221, 19, 26, 0.28);
  padding: 60px;
  border-radius: 10px;
}
.counter-section-inner.political {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.counter-section-inner.landing {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0px;
}

.counter-item-list li {
  width: calc(100% / 3);
}
.counter-item-list li + li {
  border-left: 1px solid #a8aab1;
}

.single-counterup-01 {
  text-align: center;
  border-right: 1px dashed #AAAAAA;
}
.single-counterup-01.style-01 {
  border-right: 0;
}
.single-counterup-01 .content .title {
  font-size: 20px;
  line-height: 26px;
  color: var(--heading-color);
  font-family: var(--body-font);
  font-weight: 500;
}
.single-counterup-01 .content .count-wrap {
  font-size: 65px;
  line-height: 55px;
  font-weight: 700;
  color: var(--main-color-one);
  font-family: var(--heading-font);
  margin-bottom: 15px;
}

.single-counterup-02 {
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0px 12px 30px rgba(221, 19, 26, 0.12);
          box-shadow: 0px 12px 30px rgba(221, 19, 26, 0.12);
  padding: 42px 42px;
  border-radius: 10px;
  position: relative;
}
.single-counterup-02.style-01::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 127px;
  border-radius: 0px 3px 3px 0px;
  background-color: var(--main-color-one);
}
.single-counterup-02.style-02::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 127px;
  border-radius: 3px 0px 0px 3px;
  background-color: var(--main-color-one);
}
.single-counterup-02 .content .title {
  font-size: 20px;
  line-height: 26px;
  color: var(--heading-color);
  font-family: var(--body-font);
  font-weight: 500;
}
.single-counterup-02 .content .count-wrap {
  font-size: 65px;
  line-height: 55px;
  font-weight: 700;
  color: var(--main-color-one);
  font-family: var(--heading-font);
  margin-bottom: 15px;
}

.single-counterup-03 {
  text-align: center;
  background: #fff;
  border: 1px dashed var(--main-color-one);
  padding: 42px 42px;
  border-radius: 10px;
  position: relative;
}
.single-counterup-03 .content .title {
  font-size: 20px;
  line-height: 26px;
  color: var(--heading-color);
  font-family: var(--body-font);
  font-weight: 500;
}
.single-counterup-03 .content .count-wrap {
  font-size: 65px;
  line-height: 55px;
  font-weight: 700;
  color: var(--main-color-one);
  font-family: var(--heading-font);
  margin-bottom: 15px;
}

.home-page-demo-single-item {
  position: relative;
  z-index: 0;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  margin-bottom: 30px;
}
.home-page-demo-single-item:hover {
  -webkit-box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.15);
}
.home-page-demo-single-item .post-meta {
  background: #FFE8E9;
  padding: 20px 0px 10px 0px;
  border-radius: 0px 0px 8px 8px;
  position: absolute;
  z-index: 1;
  bottom: 0px;
  width: 100%;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.home-page-demo-single-item .post-meta:hover {
  background: var(--main-color-one);
}
.home-page-demo-single-item .post-meta:hover .designation a {
  color: #fff;
}
.home-page-demo-single-item .post-meta:hover .first {
  -webkit-animation: arrow 0.4s linear forwards;
          animation: arrow 0.4s linear forwards;
}
.home-page-demo-single-item .post-meta:hover .second {
  -webkit-animation: arrow2 0.4s linear forwards;
          animation: arrow2 0.4s linear forwards;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.home-page-demo-single-item .post-meta .designation {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  font-family: var(--body-font);
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  overflow: hidden;
}
.home-page-demo-single-item .post-meta .designation a {
  color: #232323;
}
.home-page-demo-single-item .post-meta .first {
  position: absolute;
  left: 68%;
  top: 39%;
  opacity: 0;
  color: #fff;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.home-page-demo-single-item .post-meta .second {
  position: absolute;
  left: 67%;
  top: 39%;
  opacity: 0;
  color: #fff;
  -webkit-transition: 0.7s all ease;
  transition: 0.7s all ease;
}
.home-page-demo-single-item .demo-img img {
  border-radius: 8px;
}

@-webkit-keyframes arrow {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(25px);
            transform: translateX(25px);
    opacity: 0;
  }
}

@keyframes arrow {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(25px);
            transform: translateX(25px);
    opacity: 0;
  }
}
@-webkit-keyframes arrow2 {
  0% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
    opacity: 1;
  }
}
@keyframes arrow2 {
  0% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
    opacity: 1;
  }
}
.activation-wrap {
  margin-left: -15px;
  margin-right: -15px;
}

.inner-wrapper {
  padding: 0px 15px;
}

.service_activition .prev-arrow {
  position: absolute;
  left: 43%;
  bottom: -85px;
  background: transparent;
  border: none;
  color: #9B9B9B;
  font-size: 20px;
  padding: 0;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.service_activition .prev-arrow:hover {
  color: #ffff;
}
.service_activition .prev-arrow:focus {
  outline: none;
}
.service_activition .prev-arrow i {
  font-size: 15px;
}
.service_activition .prev-arrow .prev-text {
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  font-family: var(--body-font);
  margin-left: 10px;
}
.service_activition .next-arrow {
  position: absolute;
  left: 51%;
  bottom: -85px;
  background: transparent;
  border: none;
  color: #9B9B9B;
  font-size: 20px;
  padding: 0;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.service_activition .next-arrow:hover {
  color: #ffff;
}
.service_activition .next-arrow:focus {
  outline: none;
}
.service_activition .next-arrow i {
  font-size: 15px;
}
.service_activition .next-arrow .next-text {
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  font-family: var(--body-font);
  margin-right: 10px;
}

.inner-page-single-item {
  position: relative;
  z-index: 0;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.inner-page-single-item:hover .thumbnail .inner-img::before {
  background: rgba(221, 19, 26, 0.68);
}
.inner-page-single-item:hover .content .icon {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.inner-page-single-item:hover .content .title {
  opacity: 1;
  bottom: 40px;
}
.inner-page-single-item .thumbnail .inner-img {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 435px;
  border-radius: 8px;
  position: relative;
  z-index: 0;
}
.inner-page-single-item .thumbnail .inner-img::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(221, 19, 26, 0);
  border-radius: 8px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.inner-page-single-item .content .icon {
  position: absolute;
  top: 40%;
  left: 40%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.inner-page-single-item .content .icon i {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  font-size: 20px;
  color: var(--main-color-one);
}
.inner-page-single-item .content .title {
  font-size: 20px;
  line-height: 30px;
  font-family: var(--body-font);
  font-weight: 700;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  opacity: 0;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

/*-------------------------
    ## Preloader Css
---------------------------*/
.preloader-inner {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  background-color: #fff;
  width: 100%;
  height: 100%;
  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;
}
.preloader-inner .loader {
  width: 50px;
  height: 50px;
}
.preloader-inner .loader {
  -webkit-animation: name duration timing-function delay iteration-count direction fill-mode;
          animation: name duration timing-function delay iteration-count direction fill-mode;
}
.preloader-inner .loader svg g g path:first-child {
  -webkit-animation: loader_one 0.8s ease-in infinite;
          animation: loader_one 0.8s ease-in infinite;
}
.preloader-inner .loader svg g g path:nth-child(2) {
  -webkit-animation: loader_two 0.8s ease-in infinite;
          animation: loader_two 0.8s ease-in infinite;
}
.preloader-inner .loader svg g g path:last-child {
  -webkit-animation: loader_three 0.8s ease-in infinite;
          animation: loader_three 0.8s ease-in infinite;
}
@-webkit-keyframes loader_one {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loader_one {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes loader_two {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loader_two {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes loader_three {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loader_three {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

.responsive-single-item .content .title {
  font-size: 40px;
  line-height: 50px;
  font-family: var(--heading-font);
  font-weight: 700;
  color: #232323;
  margin-bottom: 25px;
}
.responsive-single-item .content .title span {
  color: var(--main-color-one);
}
.responsive-single-item .content p {
  font-size: 16px;
  line-height: 26px;
  font-family: var(--body-font);
  font-weight: 400;
  color: #232323;
}
.responsive-single-item .thumbnail {
  position: relative;
  z-index: 0;
  padding: 15px;
}
.responsive-single-item .thumbnail::before {
  content: "";
  position: absolute;
  width: 540px;
  height: 540px;
  left: 0;
  top: 0;
  border: 1px solid rgba(221, 19, 26, 0.36);
  border-radius: 50%;
  -webkit-animation: pulse-video 1500ms ease-out infinite;
          animation: pulse-video 1500ms ease-out infinite;
}
.responsive-single-item .thumbnail::after {
  content: "";
  position: absolute;
  width: 570px;
  height: 570px;
  left: -15px;
  top: -15px;
  border: 1px solid rgba(221, 19, 26, 0.24);
  border-radius: 50%;
  -webkit-animation: pulse-video 1500ms ease-out infinite;
          animation: pulse-video 1500ms ease-out infinite;
}

@-webkit-keyframes pulse-video {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0;
  }
}

@keyframes pulse-video {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0;
  }
}
.core-feature-section {
  position: relative;
  z-index: 0;
  padding: 120px 0px 90px 0px;
  background: #00011E;
}
.core-feature-section .landing-shape-09 {
  position: absolute;
  left: -15px;
  top: 60px;
}
.core-feature-section .landing-shape-10 {
  position: absolute;
  right: 60px;
  bottom: 110px;
}
.core-feature-section .landing-shape-11 {
  position: absolute;
  left: 135px;
  top: 110px;
}
.core-feature-section .landing-shape-12 {
  position: absolute;
  right: 140px;
  bottom: 200px;
}
.core-feature-section .landing-shape-13 {
  position: absolute;
  top: 65%;
  left: 100px;
}
.core-feature-section .landing-shape-14 {
  position: absolute;
  right: 100px;
  top: 40%;
}
.core-feature-section .demo-title {
  margin-bottom: 55px;
}
.core-feature-section .demo-title .landing-shape {
  position: absolute;
  z-index: -1;
  left: 330px;
  top: 0px;
  width: 74px;
}
.core-feature-section .demo-title .landing-shape .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  -webkit-animation: dash 4s ease-out forwards;
          animation: dash 4s ease-out forwards;
}
.core-feature-section .demo-title .title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  font-family: var(--heading-font);
  color: #fff;
}

/*-------------------------
    Footer Area
-------------------------*/
.footer-area {
  background-color: rgba(255, 255, 255, 0.02);
}
.footer-area.line-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.footer-top {
  position: relative;
  z-index: 0;
  border-bottom: 1px solid rgba(114, 108, 148, 0.2);
}
.footer-top.landing {
  padding: 120px 0px 0px 0px;
}
.footer-top .footer-top-border {
  border-bottom: 1px dashed #fff;
}

.copyright-area {
  text-align: center;
  color: #898ba7;
  border-top: 1px dashed #A7A7A7;
  font-size: 14px;
  padding: 25px 0px;
}
.copyright-area .copyright-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.copyright-area-inner {
  color: #6E6E6E;
  font-size: 14px;
  line-height: 28px;
  font-weight: 300;
  font-family: var(--body-font);
  letter-spacing: 2px;
}

/*--------------------------------------------------------------
	## Header
--------------------------------------------------------------*/
.header-area {
  padding: 290px 0 225px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.header-area .scroll-btn {
  position: absolute;
  left: 50%;
  bottom: -50%;
  -webkit-animation: updown-two 2s both linear alternate infinite;
          animation: updown-two 2s both linear alternate infinite;
}
.header-area.header-sanatory {
  background-color: transparent;
  padding: 200px 0 150px;
}
.header-area.header-sanatory .header-inner {
  overflow: hidden;
}
.header-area.header-sanatory .header-inner .title {
  font-size: 65px;
  line-height: 85px;
  font-weight: 700;
  color: #000565;
  margin-bottom: 20px;
  max-width: 600px;
}
.header-area.header-sanatory .header-inner .title.style-01 {
  max-width: inherit;
  text-align: center;
  color: #04072E;
}
.header-area.header-sanatory .header-inner h5 {
  font-size: 20px;
  line-height: 28px;
  font-family: "Roboto";
  font-weight: bold;
  color: #04072E;
}
.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: #04072E;
  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::-webkit-input-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::-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:-ms-input-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::-ms-input-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%;
  -webkit-transform: translateY(-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: #fff;
  cursor: pointer;
  -webkit-transition: 0.5s all ease;
  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%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header-area.header-sanatory .header-inner.political .form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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.landing {
  position: relative;
  z-index: 0;
}
.header-area.header-sanatory .header-inner.landing .landing-shape {
  position: absolute;
  z-index: -1;
  left: 130px;
  top: 80px;
  width: 290px;
}
.header-area.header-sanatory .header-inner.landing .landing-shape .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  -webkit-animation: dash 4s ease-out forwards;
          animation: dash 4s ease-out forwards;
}
.header-area.header-sanatory .header-inner.landing .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
          animation: blink 0.7s infinite;
  color: var(--main-color-one);
  font-size: 28px;
}
.header-area.header-sanatory .header-inner.landing .type-wrap {
  text-align: center;
}
.header-area.header-sanatory .header-inner.landing #typed {
  text-align: center;
  text-transform: capitalize;
  font-size: 30px;
  line-height: 36px;
  font-family: var(--heading-font);
  font-weight: 500;
  color: #fff;
}
.header-area.header-sanatory .header-inner.landing .title {
  text-align: center;
  color: #fff;
  max-width: inherit;
  font-size: 150px;
  line-height: 180px;
  font-family: var(--heading-font);
  font-weight: 700;
}
.header-area.header-sanatory .header-inner.landing p {
  text-align: center;
  max-width: inherit;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-family: var(--heading-font);
  font-weight: 500;
  letter-spacing: 16px;
}
.header-area.header-sanatory .senatory-bg-img {
  height: 775px;
  width: 873px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 10%;
  top: 6%;
  z-index: -1;
}
.header-area.header-sanatory .senatory-bg-img-02 {
  height: 927px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 25%;
  bottom: 0%;
  z-index: -1;
}
.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.style-02 {
  padding-left: 0px;
  text-align: center;
  text-transform: capitalize;
  font-size: 30px;
  line-height: 36px;
  font-family: var(--heading-font);
  font-weight: 500;
}
.header-area .subtitle .line {
  content: "";
  position: absolute;
  left: 0;
  top: 36px;
  width: 153px;
  height: 2px;
  background-color: #fff;
}
.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%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header-area .subtitle .line-02 {
  content: "";
  position: absolute;
  left: 0;
  top: 45px;
  width: 130px;
  height: 2px;
  background-color: #fff;
}
.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%;
  -webkit-transform: translateY(-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%, #000565 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%, white 100%);
}
.header-area.header-bg-04 {
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 320px 0px 235px;
}
.header-area.header-bg-04::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 23, 0.82);
}
.header-area .senatory-banner {
  position: absolute;
  z-index: -2;
  bottom: 90px;
  left: 5%;
  -webkit-animation: updown 3s both linear alternate infinite;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: -4%;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.header-area .top-single-items .top-single-item {
  display: -webkit-box;
  display: -ms-flexbox;
  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%;
  -webkit-animation: updown-two 1.5s both linear alternate infinite;
          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%;
  -webkit-animation: updown-two 1.5s both linear alternate infinite;
          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%;
  -webkit-animation: updown-two 1.5s both linear alternate infinite;
          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%;
  -webkit-animation: updown-two 1.5s both linear alternate infinite;
          animation: updown-two 1.5s both linear alternate infinite;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.header-area .dot-05 {
  width: 3px;
  height: 33px;
  background: var(--main-color-one);
  position: absolute;
  top: 50%;
  right: 21%;
  -webkit-animation: updown-two 1.5s both linear alternate infinite;
          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%;
  -webkit-animation: updown-two 1.5s both linear alternate infinite;
          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%;
  -webkit-animation: updown-two 1s both linear alternate infinite;
          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%;
  -webkit-animation: updown-two 1s both linear alternate infinite;
          animation: updown-two 1s both linear alternate infinite;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.header-area .dot-09 {
  width: 3px;
  height: 33px;
  background: var(--main-color-one);
  position: absolute;
  top: 10%;
  left: 40%;
  -webkit-animation: updown-two 1s both linear alternate infinite;
          animation: updown-two 1s both linear alternate infinite;
}

.header-top {
  margin-top: -7px;
}
.header-top.about {
  padding-top: 23px;
}
.header-top::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 93%;
  height: 60px;
  z-index: -1;
  background-color: var(--secondary-color);
  border-radius: 0px 0px 0px 10px;
}
.header-top .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-top .top-social-share {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
}
.header-top .top-social-share i {
  width: 30px;
  height: 30px;
  background: var(--main-color-two);
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.header-top .top-social-share i:hover {
  background-color: #fff;
  color: var(--main-color-one);
}
.header-top .top-social-share li {
  margin-right: 10px;
}
.header-top .top-social-share li:last-child {
  margin-right: 0;
}
.header-top .top-single-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header-top .top-single-items .top-single-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-top .top-single-items .top-single-item:last-child {
  margin-right: 0;
}
.header-top .top-single-items .top-single-item .icon {
  margin-right: 10px;
}
.header-top .top-single-items .top-single-item .icon i {
  font-size: 17px;
  color: #fff;
}
.header-top .top-single-items .top-single-item .icon .icon-envelope {
  font-size: 13px;
}
.header-top .top-single-items .top-single-item .icon:last-child {
  margin-right: 0;
  margin-left: 10px;
  color: #fff;
}
.header-top .top-single-items .top-single-item .title {
  font-size: 14px;
  font-family: var(--body-font);
  font-weight: 400;
  color: #fff;
  margin: 0;
}
.header-top .top-single-items .top-single-item .form-select {
  background: transparent !important;
  color: #fff;
  border: none;
  --webkit-border: none;
  padding: 5px 8px;
  font-size: 14px;
  font-family: var(--body-font);
  font-weight: 500;
  line-height: 19px;
}
.header-top .top-single-items .top-single-item .form-select option {
  background: var(--heading-color);
}

.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;
  -webkit-transition: opacity 0.2s ease;
  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: #fff;
}
.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%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  border-radius: 1px;
  background: red;
}
.header-slider-one .owl-item.active .side-icon {
  -webkit-animation: slideInLeft 2s 0s both;
          animation: slideInLeft 2s 0s both;
}
.header-slider-one .owl-item.active .btn-wrapper {
  -webkit-animation: slideInLeft 2s 0s both;
          animation: slideInLeft 2s 0s both;
}
.header-slider-one .owl-item.active .lottie-shape .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  -webkit-animation: dash 4s ease-out forwards;
          animation: dash 4s ease-out forwards;
}

.header-slider-two .owl-item.active .title {
  -webkit-animation: slideInLeft 2s 0s both;
          animation: slideInLeft 2s 0s both;
}
.header-slider-two .owl-item.active .subtitle {
  -webkit-animation: slideInLeft 2s 0s both;
          animation: slideInLeft 2s 0s both;
}
.header-slider-two .owl-item.active p {
  -webkit-animation: slideInLeft 2s 0s both;
          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: #00000029;
  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: #00000029;
  line-height: 45px;
  text-align: center;
  color: #fff;
  font-size: 25px;
  border-radius: 6px;
}

.check-box .container-box {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
}

.check-box .container-box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.check-box .container-box .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 4px;
}

.check-box .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  color: #000;
  left: 6px;
  top: 3px;
  width: 7px;
  height: 11px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.check-box .container-box input:checked ~ .checkmark:after {
  display: block;
}

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes updown {
  0% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translate(0px);
            transform: translate(0px);
  }
}
@keyframes updown {
  0% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translate(0px);
            transform: translate(0px);
  }
}
@-webkit-keyframes updown-two {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes updown-two {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*----------------------------------------------
    # Nav bar 
----------------------------------------------*/
.navbar.navbar-area.white .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.50)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar.navbar-area.nav-style-01 .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(221, 221, 221, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar.navbar-area .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.mobile-logo {
  display: none;
}

@media only screen and (max-width: 991px) {
  .mobile-logo {
    display: block;
  }

  .desktop-logo {
    display: none !important;
  }
}
.nav-container {
  max-width: 1480px;
  width: 100%;
}
.nav-container.home-three {
  max-width: 1170px;
}

.custom-container {
  max-width: 1245px;
  width: 100%;
}

.navbar-area.style-01::after {
  content: "";
  position: absolute;
  top: 0;
  left: -2%;
  width: 25%;
  height: 100px;
  z-index: -1;
  background-color: #fff;
  -webkit-transform: skew(23deg);
          transform: skew(23deg);
}
.navbar-area.nav-style-01 .nav-container {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  padding: 0 15px;
}
.navbar-area.nav-style-01 .nav-container .nav-right-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 40px;
}
.navbar-area.nav-style-01 .nav-container .nav-right-content ul {
  margin: 0px;
}
.navbar-area.nav-style-01 .nav-container .nav-right-content ul li {
  color: var(--heading-color);
  margin-left: 0px;
}
.navbar-area.nav-style-01 .nav-container .nav-right-content ul li a {
  color: var(--heading-color);
  font-size: 20px;
}
.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav {
  text-align: right;
}
.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li {
  line-height: 110px;
  position: relative;
}
.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li .line {
  position: absolute;
  top: 20px;
  left: 0px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  z-index: -1;
}
.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li .line.style-01 {
  left: -2px;
}
.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li .line .dot {
  display: inline-block;
  height: 2px;
  width: 4px;
  background-color: var(--main-color-one);
}
.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li .line .dot.style-02 {
  width: 25px;
}
.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.current-menu-item a {
  color: var(--main-color-one);
}
.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.current-menu-item.menu-item-has-children:before {
  color: var(--main-color-one);
}
.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
  z-index: initial;
}
.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
  color: var(--heading-color);
}
.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li + li {
  border-top: 1px solid #e2e2e2;
}
.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
  background-color: #fff;
  color: var(--paragraph-color);
}
.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
  background-color: var(--main-color-one);
  color: #fff;
}
.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu li:hover:before {
  color: #fff;
}
.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li a {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: var(--heading-color);
}
.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li:hover.menu-item-has-children:before {
  color: var(--main-color-one);
}
.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li:hover a {
  color: var(--main-color-one);
}
.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li:hover .line {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.navbar-area.nav-style-02 {
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 100px;
  z-index: 2;
  border-bottom: 1px solid #fff;
}
.navbar-area.nav-style-02.b-none {
  border-bottom: 0px;
}
.navbar-area.nav-style-02 .nav-container {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  padding: 0 15px;
}
.navbar-area.nav-style-02 .nav-container .logo-wrapper {
  max-width: 150px;
}
.navbar-area.nav-style-02 .nav-container .nav-right-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 40px;
}
.navbar-area.nav-style-02 .nav-container .nav-right-content.style-01 {
  margin-left: 0px;
}
.navbar-area.nav-style-02 .nav-container .nav-right-content ul li {
  color: var(--heading-color);
}
.navbar-area.nav-style-02 .nav-container .nav-right-content ul li + li {
  margin-left: 5px;
}
.navbar-area.nav-style-02 .nav-container .nav-right-content ul li a {
  color: var(--heading-color);
}
.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav {
  text-align: right;
}
.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav.home-three {
  text-align: left;
}
.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav.political li a {
  color: #fff;
}
.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li {
  position: relative;
}
.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li .line {
  position: absolute;
  top: 20px;
  left: 0px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  z-index: -1;
}
.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li .line.style-01 {
  left: -2px;
}
.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li .line .dot {
  display: inline-block;
  height: 2px;
  width: 4px;
  background-color: var(--main-color-one);
}
.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li .line .dot.style-02 {
  width: 25px;
}
.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
  z-index: initial;
}
.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children.style-01::before {
  color: var(--heading-color);
}
.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
  color: #fff;
}
.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.current-menu-item a {
  color: var(--main-color-one);
}
.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.current-menu-item:before {
  color: var(--main-color-one);
}
.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li a {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: var(--heading-color);
}
.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li:hover.menu-item-has-children:before {
  color: var(--main-color-one);
}
.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li:hover a {
  color: var(--main-color-one);
}
.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li:hover .line {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.navbar-area .nav-container {
  background-color: #fff;
  -webkit-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.2);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 0 30px;
}
.navbar-area .nav-container .nav-right-content .btn-wrapper {
  margin-left: 80px;
}
.navbar-area .nav-container .nav-right-content .donate-btn {
  font-size: 18px;
  line-height: 24px;
  font-family: var(--body-font);
  font-weight: 700;
  color: var(--main-color-one);
}
.navbar-area .nav-container .nav-right-content .donate-btn i {
  font-size: 16px;
  margin-left: 10px;
}
.navbar-area .nav-container .nav-right-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 15px;
}
.navbar-area .nav-container .nav-right-content ul li {
  display: inline-block;
  margin: 0 15px;
  color: #6a7795;
}
.navbar-area .nav-container .nav-right-content ul li:last-child {
  margin-right: 0;
}
.navbar-area .nav-container .nav-right-content ul li a {
  color: #6a7795;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.navbar-area .nav-container .nav-right-content ul li a:hover {
  color: var(--secondary-color);
}
.navbar-area .nav-container .nav-right-content ul li.search {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.navbar-area .nav-container .nav-right-content ul li.search:hover {
  color: var(--main-color-one);
}
.navbar-area .nav-container .nav-right-content ul li.nav-btn .btn-boxed {
  font-weight: 600;
  text-transform: capitalize;
  border-radius: 5px;
  background-color: var(--main-color-one);
}
.navbar-area .nav-container .nav-right-content ul li.nav-btn .btn-boxed:hover {
  background-color: var(--secondary-color);
}
.navbar-area .nav-container .navbar-collapse .navbar-nav {
  display: block;
  width: 100%;
  text-align: right;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li {
  display: inline-block;
  font-size: 16px;
  font-family: var(--body-font);
  text-transform: capitalize;
  font-weight: 600;
  line-height: 70px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
  margin-left: 40px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.current-menu-item a {
  color: var(--main-color-one);
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
  position: relative;
  z-index: 0;
  padding-right: 15px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
  position: absolute;
  right: -3px;
  top: 50%;
  content: "";
  font-weight: 700;
  font-family: "fontawesome";
  /* IE 9 */
  -webkit-transform: translateY(-50%);
  /* Chrome, Safari, Opera */
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-size: 12px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
  position: absolute;
  text-align: left;
  min-width: 220px;
  margin: 0;
  padding: 0;
  list-style: none;
  left: 0;
  top: 100%;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  z-index: 9;
  border-bottom: 4px solid var(--main-color-one);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
  display: block;
  margin-left: 0;
  line-height: 24px;
  font-size: 14px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li + li {
  border-top: 1px solid #e2e2e2;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
  display: block;
  padding: 12px 30px;
  background-color: #fff;
  white-space: nowrap;
  color: var(--paragraph-color);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
  background-color: var(--main-color-one);
  color: #fff;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children {
  position: relative;
  z-index: 0;
  padding-right: 0px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children > .sub-menu {
  left: 100%;
  top: 0px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children > .sub-menu .sub-menu .sub-menu {
  left: auto;
  right: 100%;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu li:hover:before {
  color: #fff;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li a {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li a:hover {
  color: var(--main-color-one);
}

@media only screen and (max-width: 991px) {
  .navbar-area.nav-style-02 .nav-container {
    padding: 37px 0px;
  }
  .navbar-area.nav-style-02 .nav-container .navbar-toggler {
    background-color: #000565;
  }
  .navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav {
    background-color: #000565;
    padding: 0 20px;
  }
  .navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav.home-three {
    background-color: #e1d6d6;
  }
  .navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.8);
  }
  .navbar-area.nav-style-02 .nav-container .btn-wrapper {
    display: none;
  }
  .navbar-area.nav-style-02 .nav-container .donate-btn {
    display: none;
  }
  .navbar-area.nav-style-01 .nav-container {
    padding: 20px 0px;
  }
  .navbar-area.nav-style-01 .nav-container .responsive-mobile-menu .navbar-toggler {
    background-color: #000565;
  }
  .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav {
    text-align: left;
    background-color: #000565;
    padding: 0 20px;
  }
  .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li {
    line-height: 30px;
  }
  .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.current-menu-item a {
    color: var(--main-color-one);
  }
  .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.current-menu-item.menu-item-has-children:before {
    color: var(--main-color-one);
  }
  .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
    z-index: initial;
  }
  .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
    color: rgba(255, 255, 255, 0.8);
  }
  .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li + li {
    border-top: 1px solid rgba(221, 19, 26, 0.5);
  }
  .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
    background-color: transparent;
    color: #d7d2d2e6;
  }
  .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
    background-color: var(--main-color-one);
    color: #fff;
  }
  .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu li:hover:before {
    color: #656565;
  }
  .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li a {
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    color: #fff;
  }
  .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li:hover.menu-item-has-children:before {
    color: var(--main-color-one);
  }
  .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li:hover a {
    color: var(--main-color-one);
  }
  .navbar-area.nav-style-01 .nav-container .btn-wrapper {
    display: none;
  }
  .navbar-area .nav-container {
    position: relative;
    z-index: 0;
    min-height: 80px;
  }
  .navbar-area .nav-container .responsive-mobile-menu {
    display: block;
    position: relative;
    width: 100%;
  }
  .navbar-area .nav-container .responsive-mobile-menu .navbar-toggler {
    position: absolute;
    right: 0;
    top: 50%;
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Chrome, Safari, Opera */
    transform: translateY(-50%);
  }
  .navbar-area .nav-container .navbar-brand {
    display: block;
  }
  .navbar-area .nav-container .navbar-brand .navbar-toggler {
    position: absolute;
    right: 10px;
    border: 1px solid #e2e2e2;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav {
    display: block;
    margin-top: 20px;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li {
    display: block;
    text-align: left;
    line-height: 30px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(221, 19, 26, 0.5);
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li:last-child {
    border-bottom: none;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
    margin-left: 0;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
    top: 25px;
    right: 20px;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover {
    padding-bottom: 0;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover > .sub-menu {
    visibility: visible;
    height: auto;
    opacity: 1;
    background-color: transparent;
    border-bottom: none;
    padding-top: 10px;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
    position: initial;
    display: block;
    width: 100%;
    border-top: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-left: 0;
    padding-bottom: 0;
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
    max-height: 250px;
    overflow-y: scroll;
    -webkit-transition: height 500ms;
    transition: height 500ms;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .sub-menu .menu-item-has-children:before {
    content: "";
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
    padding: 0;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li.menu-item-has-children:hover:before {
    color: #fff;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li + li {
    border-top: none;
  }
}
@media only screen and (max-width: 575px) {
  .navbar-area .nav-container {
    margin: 0 15px;
  }
}
.home-page-demo-section {
  position: relative;
  z-index: 0;
  margin-top: 120px;
}
.home-page-demo-section .demo-title {
  margin-bottom: 55px;
}
.home-page-demo-section .demo-title .landing-shape {
  position: absolute;
  z-index: -1;
  left: 180px;
  top: 0px;
  width: 74px;
}
.home-page-demo-section .demo-title .landing-shape .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  -webkit-animation: dash 4s ease-out forwards;
          animation: dash 4s ease-out forwards;
}
.home-page-demo-section .demo-title .title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  font-family: var(--heading-font);
  color: #232323;
}

.inner-pages-section {
  position: relative;
  z-index: 0;
  margin-top: 90px;
}
.inner-pages-section .landing-shape-02 {
  position: absolute;
  z-index: -1;
  left: -126px;
}
.inner-pages-section.inner-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 120px 0px 200px 70px;
  position: relative;
  z-index: 0;
}
.inner-pages-section.inner-bg::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 1, 30, 0.8);
}
.inner-pages-section .demo-title {
  margin-bottom: 55px;
}
.inner-pages-section .demo-title .landing-shape {
  position: absolute;
  z-index: -1;
  left: 269px;
  top: 2px;
  width: 65px;
}
.inner-pages-section .demo-title .landing-shape .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  -webkit-animation: dash 4s ease-out forwards;
          animation: dash 4s ease-out forwards;
}
.inner-pages-section .demo-title .title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  font-family: var(--heading-font);
  color: #fff;
}

.responsive-section {
  position: relative;
  z-index: 0;
  margin-top: 120px;
}
.responsive-section .landing-shape-03 {
  position: absolute;
  left: 50px;
  top: 50px;
  -webkit-animation: updown-two 2s both linear alternate infinite;
          animation: updown-two 2s both linear alternate infinite;
}
.responsive-section .landing-shape-04 {
  position: absolute;
  right: 50px;
  bottom: 0px;
  -webkit-animation: updown-two 3s both linear alternate infinite;
          animation: updown-two 3s both linear alternate infinite;
}
.responsive-section .landing-shape-05 {
  position: absolute;
  right: 0;
  top: 0;
}
.responsive-section .landing-shape-06 {
  position: absolute;
  left: 42%;
  top: 0;
  -webkit-animation: heartBeat 6s linear infinite;
          animation: heartBeat 6s linear infinite;
}
.responsive-section .landing-shape-07 {
  position: absolute;
  left: 45%;
  bottom: 0;
  -webkit-animation: heartBeat 6s linear infinite;
          animation: heartBeat 6s linear infinite;
}
.responsive-section .landing-shape-08 {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-animation: heartBeat 6s linear infinite;
          animation: heartBeat 6s linear infinite;
}

@keyframes updown-two {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
/*--------------------------------------------------------------
	## WIdgets
--------------------------------------------------------------*/
.widget {
  margin-bottom: 30px;
  padding: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
}
.widget h1,
.widget h2,
.widget h3,
.widget h4,
.widget h5,
.widget h6,
.widget .widget-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  text-transform: capitalize;
  position: relative;
  font-family: var(--body-font);
}
.widget h1.style-01,
.widget h2.style-01,
.widget h3.style-01,
.widget h4.style-01,
.widget h5.style-01,
.widget h6.style-01,
.widget .widget-title.style-01 {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 30px;
  position: relative;
  font-weight: 700;
}
.widget h1.style-01:after,
.widget h2.style-01:after,
.widget h3.style-01:after,
.widget h4.style-01:after,
.widget h5.style-01:after,
.widget h6.style-01:after,
.widget .widget-title.style-01:after {
  position: absolute;
  content: "";
  top: 50%;
  left: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 60%;
  width: 100%;
  border-left: 5px solid var(--main-color-one);
}
.widget h1.style-02,
.widget h2.style-02,
.widget h3.style-02,
.widget h4.style-02,
.widget h5.style-02,
.widget h6.style-02,
.widget .widget-title.style-02 {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 30px;
  position: relative;
  font-weight: 700;
}
.widget h1.style-02:after,
.widget h2.style-02:after,
.widget h3.style-02:after,
.widget h4.style-02:after,
.widget h5.style-02:after,
.widget h6.style-02:after,
.widget .widget-title.style-02:after {
  position: absolute;
  content: "";
  top: 50%;
  left: -34px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 60%;
  width: 100%;
  border-left: 5px solid var(--main-color-one);
}
.widget .footer-widget {
  background-color: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 0;
  margin-bottom: 40px;
}

.widget.footer-widget.widget_calendar table {
  margin-bottom: 0;
}

.widget.footer-widget {
  background-color: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 0;
  margin-bottom: 120px;
}

.footer-widget .recent_post_item li.single-recent-post-item + li {
  border-top: initial;
  padding-top: 0;
}

.about_us_widget {
  padding-right: 30px;
}
.about_us_widget .footer-logo {
  margin-bottom: 40px;
  display: block;
  text-align: center;
}
.about_us_widget p {
  font-size: 24px;
  line-height: 34px;
  font-family: var(--heading-font);
  font-weight: 500;
  color: #232323;
  text-align: center;
}

.custom-logo-link img,
.site-logo img,
.footer-logo img {
  max-width: 320px !important;
}

.subscribtion-section {
  background: rgba(0, 1, 30, 0.8);
  padding: 110px 0px 120px 0px;
  margin-top: 120px;
}
.subscribtion-section .demo-title {
  margin-bottom: 55px;
}
.subscribtion-section .demo-title .title {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  font-family: var(--heading-font);
  color: #fff;
}

.subscribe_card {
  background: #fff;
  border-radius: 4px;
}
.subscribe_card .form-control {
  width: 100%;
  padding: 25px;
  text-transform: capitalize;
  border: none;
  opacity: 0.6;
  border: 1px solid transparent;
  padding-right: 250px;
  position: relative;
  z-index: 0;
}
.subscribe_card .form-control:focus {
  outline: none;
  border: 1px solid var(--main-color-one);
}
.subscribe_card .btn-wrapper {
  position: absolute;
  top: 65%;
  right: 30px;
}

/*navbar-default*/
.logo-wrapper .site-title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  color: #111;
}

.navbar-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.navbar-nav ul li {
  color: #fff;
  font-size: 14px;
  line-height: 70px;
  display: inline-block;
}
.navbar-nav ul li + li {
  margin-left: 20px;
}

.navbar.navbar-area.navbar-expand-lg.nav-style-01.navbar-default {
  background-color: var(--secondary-color);
}
.navbar.navbar-area.navbar-expand-lg.nav-style-01.navbar-default .nav-container {
  max-width: 1200px;
  background-color: var(--secondary-color);
}
.navbar.navbar-area.navbar-expand-lg.nav-style-01.navbar-default .nav-container .navbar-collapse .navbar-nav {
  text-align: right;
}
.navbar.navbar-area.navbar-expand-lg.nav-style-01.navbar-default .nav-container .navbar-collapse .navbar-nav li:before {
  color: #fff;
}
.navbar.navbar-area.navbar-expand-lg.nav-style-01.navbar-default .nav-container .navbar-collapse .navbar-nav li a {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: #ffffff;
}
.navbar.navbar-area.navbar-expand-lg.nav-style-01.navbar-default .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
  color: #fff;
  background-color: var(--secondary-color);
}
.navbar.navbar-area.navbar-expand-lg.nav-style-01.navbar-default .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
  color: #fff;
  background-color: var(--main-color-one);
}
.navbar.navbar-area.navbar-expand-lg.nav-style-01.navbar-default .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover:before {
  color: #fff;
}
.navbar.navbar-area.navbar-expand-lg.nav-style-01.navbar-default .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover > .sub-menu li a {
  color: #fff;
  background-color: var(--secondary-color);
}
.navbar.navbar-area.navbar-expand-lg.nav-style-01.navbar-default .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover > .sub-menu li:hover a {
  background-color: var(--main-color-one);
  color: #fff;
}
.navbar.navbar-area.navbar-expand-lg.nav-style-01.navbar-default .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:before {
  color: #fff;
  right: 20px;
}
.navbar.navbar-area.navbar-expand-lg.nav-style-01.navbar-default .nav-container .navbar-collapse .navbar-nav li.current-menu-item a {
  color: var(--secondary-color);
}
.navbar.navbar-area.navbar-expand-lg.nav-style-01.navbar-default .nav-container .logo-wrapper .site-title {
  color: #fff;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu li a {
  padding-left: 45px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:before {
  right: 15px;
}

@media only screen and (max-width: 991px) {
  .navbar.navbar-area.navbar-expand-lg.nav-style-01.navbar-default .nav-container .responsive-mobile-menu .navbar-toggler {
    background-image: none;
  }
  .navbar.navbar-area.navbar-expand-lg.nav-style-01.navbar-default .nav-container .navbar-collapse .navbar-nav li {
    border-top: 1px solid #e2e2e2;
  }
  .navbar.navbar-area.navbar-expand-lg.nav-style-01.navbar-default .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:first-child {
    border-top: 1px solid #e2e2e2;
  }
}
.wp-block-image .alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}

.wp-block-image .alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}

.wp-block-gallery.alignleft {
  margin-right: 20px !important;
  margin-top: 0 !important;
}

.wp-block-button__link {
  margin-bottom: 20px;
}

.wp-block-cover {
  margin-bottom: 20px;
  color: #fff;
}

.wp-block-cover.alignleft {
  margin-top: 0;
}

.wp-block-archives-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
}

.wp-block-archives-list li + li {
  margin-top: 10px;
}

.blog-details-item .wp-block-archives-list li:before {
  display: none;
}

.blog-details-item .wp-block-archives-list li {
  padding-left: 20px;
}

.wp-block-archives-list li:after {
  color: var(--main-color-one);
  position: absolute;
  content: "";
  font-size: 10px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  padding-right: 8px;
  left: 0;
}

.widget select,
.wp-block-archives-dropdown select,
.wp-block-categories-dropdown select {
  width: 100%;
  height: 50px;
  background-position-x: 97%;
  border: 1px solid #e2e2e2;
  background-color: transparent;
  margin-bottom: 30px;
  color: var(--paragraph-color);
}

.wp-block-latest-comments {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
}

.wp-block-latest-comments li:before {
  display: none;
}

.wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-author {
  font-size: 16px;
  font-weight: 600;
  color: var(--heading-color);
}

.wp-block-latest-posts.wp-block-latest-posts__list {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
  padding-left: 0;
}

.wp-block-latest-posts.wp-block-latest-posts__list li:before {
  display: none;
}

.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-latest-posts.wp-block-latest-posts__list li + li {
  margin-top: 15px;
}

.wp-block-latest-posts.wp-block-latest-posts__list li a {
  font-size: 16px;
  font-weight: 600;
  color: var(--heading-color);
  line-height: 20px;
}

.wp-block-search {
  margin-bottom: 30px;
}

.wp-block-search .wp-block-search__input {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 30px 0 0 30px;
  height: 50px;
  padding: 0 20px;
}

.wp-block-search button[type=submit] {
  margin-left: 0;
  border: none;
  background-color: var(--main-color-one);
  color: #fff;
  padding: 0 20px;
  border-radius: 0 30px 30px 0;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  cursor: pointer;
}

.wp-block-search button[type=submit]:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.wp-block-search button[type=submit]:hover {
  background-color: var(--hover-color);
}

.wp-block-tag-cloud a {
  font-size: 14px !important;
  padding: 5px 10px;
  margin-bottom: 5px;
  display: inline-block;
  background-color: #f4f7fc;
  text-transform: capitalize;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.wp-block-tag-cloud a:hover {
  background-color: var(--main-color-one);
  color: #fff;
}

.wp-block-rss {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
}

.wp-block-rss li + li {
  margin-top: 10px;
}

.wp-block-tag-cloud {
  margin-bottom: 30px;
}

.wp-block-rss li a:hover {
  color: var(--main-color-one);
}

.wp-block-rss li a {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: var(--heading-color);
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.wp-block-group.has-background {
  padding: 30px;
  padding-bottom: 1px;
}

.wp-block-calendar {
  margin-bottom: 30px;
}

ul.wp-block-latest-posts__list li,
.blog-details-item .wp-block-rss li {
  padding-left: 0;
}

ul.wp-block-latest-posts__list li:before,
.blog-details-item .wp-block-rss li:before {
  display: none;
}

.wp-block-quote.is-style-large {
  padding: 30px;
  padding-left: 90px;
  position: relative;
}

.wp-block-quote.is-style-large:after {
  position: absolute;
  left: 0;
  top: 10px;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-size: 80px;
  color: var(--main-color-one);
  font-weight: 700;
}

.wp-block-quote.has-text-align-right:after {
  left: auto;
  right: 30px;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.wp-block-quote.has-text-align-right {
  padding-left: 30px;
  padding-right: 90px;
}

.wp-block-calendar .wp-calendar-nav {
  text-align: left;
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
  text-align: center;
}

.wp-block-image {
  margin-bottom: 1em;
}

.wp-block-video video {
  max-width: 636px;
}

.wp-block-image img {
  display: block;
}

.wp-block-image.alignleft,
.wp-block-image.alignright {
  width: 100%;
}

.wp-block-image.alignfull img {
  width: 100vw;
}

.wp-block-cover-text p {
  padding: 1.5em 14px;
}

ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
  padding: 0 14px;
}

.wp-block-table {
  display: block;
  overflow-x: auto;
}

.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}

.wp-block-table td, .wp-block-table th {
  padding: 0.5em;
}

.wp-block-embed.type-video > .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.wp-block-embed.type-video > .wp-block-embed__wrapper > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.wp-block-quote.is-large {
  margin: 0 auto 16px;
}

.wp-block-pullquote > p:first-child {
  margin-top: 0;
}

.wp-block-separator {
  margin: 3em auto;
  padding: 0;
}

.wp-block-video video {
  max-width: 636px;
}

.wp-block-image img {
  display: block;
}

.wp-block-image.alignleft,
.wp-block-image.alignright {
  width: 100%;
}

.wp-block-image.alignfull img {
  width: 100vw;
}

.wp-block-cover-text p {
  padding: 1.5em 14px;
}

ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
  padding: 0 14px;
}

.wp-block-table {
  display: block;
  overflow-x: auto;
}

.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}

.wp-block-table td, .wp-block-table th {
  padding: 0.5em;
}

.wp-block-embed.type-video > .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.wp-block-embed.type-video > .wp-block-embed__wrapper > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.wp-block-quote.is-large {
  margin: 0 auto 16px;
}

.wp-block-pullquote > p:first-child {
  margin-top: 0;
}

.wp-block-separator {
  margin: 3em auto;
  padding: 0;
}

.wp-block-pullquote {
  border-top: 4px solid #555d66;
  border-bottom: 4px solid #555d66;
  color: #40464d;
  margin: 30px 0;
}

.wp-block-archives-dropdown select, .wp-block-categories-dropdown select {
  width: 100%;
  height: 50px;
  padding: 10px 20px;
  border: 1px solid #ddd;
  position: relative;
  z-index: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='%2328303d'><polygon points='0,0 10,0 5,5'/></svg>");
  background-repeat: no-repeat;
  background-position-y: 55%;
  background-position-x: 92%;
  color: var(--paragraph-color);
}

.wp-block-archives-dropdown select, .wp-block-categories-dropdown select {
  width: 100%;
  height: 50px;
  background-position-x: 97%;
  border: 1px solid #e2e2e2;
  background-color: transparent;
  margin-bottom: 30px;
  color: var(--paragraph-color);
}

@media screen and (min-width: 768px) {
  .wp-block-cover-text p {
    padding: 1.5em 0;
  }
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
  clear: both;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
  opacity: 0.7;
  font-weight: 600;
}
.wp-caption .wp-caption-text a {
  color: var(--secondary-color);
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

figcaption {
  opacity: 0.7;
  font-weight: 600;
}
figcaption a {
  color: var(--secondary-color);
}

.wp-block-button.is-style-outline .wp-block-button__link {
  color: var(--paragraph-color) !important;
  border-color: var(--main-color-one);
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link {
  color: #fff !important;
  background-color: var(--main-color-one);
}

/* --------------------------
    Post Navigation
---------------------------- */
.post-navigation-area {
  margin: 40px 0 0px 0;
}
.post-navigation-area .post-navigation-inner .content-area.style-01.no-line .content {
  text-align: left;
}

.post-navigation-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
  border-radius: 3px;
}
.post-navigation-inner .content-area {
  width: calc(100% / 2);
}
.post-navigation-inner div .title {
  font-size: 18px;
  line-height: 25px;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  margin-bottom: 0px;
}
.post-navigation-inner div .title a {
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.post-navigation-inner div .title:hover > a {
  color: var(--main-color-one);
}
.post-navigation-inner div:first-child {
  text-align: left;
}
.post-navigation-inner .content-area.no-line {
  width: 100%;
}
.post-navigation-inner .prev-post {
  -webkit-transition: all 300ms;
  transition: all 300ms;
  font-size: 14px;
  display: block;
  font-family: var(--body-font);
  font-weight: 500;
  color: var(--main-color-one);
  margin-bottom: 10px;
}
.post-navigation-inner .next-post {
  -webkit-transition: all 300ms;
  transition: all 300ms;
  font-size: 14px;
  display: block;
  font-family: var(--body-font);
  font-weight: 500;
  color: var(--main-color-one);
  margin-bottom: 10px;
}

.blog-comment-navigation .comment-navigation {
  min-height: 50px;
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
## Block Color Palette Colors
--------------------------------------------------------------*/
.has-strong-blue-color {
  color: #0073aa;
}

.has-strong-blue-background-color {
  background-color: #0073aa;
}

.has-lighter-blue-color {
  color: #229fd8;
}

.has-lighter-blue-background-color {
  background-color: #229fd8;
}

.has-very-light-gray-color {
  color: #eee;
}

.has-very-light-gray-background-color {
  background-color: #eee;
}

.has-very-dark-gray-color {
  color: #444;
}

.has-very-dark-gray-background-color {
  background-color: #444;
}

.has-large-font-size {
  font-size: 36px;
  line-height: 1.6;
}

/*--------------------------------------------------------------
## 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;
  padding-top: 5px;
}

/*--------------------------------------------------------------
# WP Table
--------------------------------------------------------------*/
.blog-details-item table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 15px;
}
.blog-details-item table td {
  border: 1px solid #e3e3e3;
  padding: 8px;
}
.blog-details-item table td a {
  text-decoration: underline;
  color: var(--main-color-one);
  font-weight: 400;
}
.blog-details-item table th {
  border: 1px solid #e3e3e3;
  padding: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
}
.blog-details-item table th a {
  text-decoration: underline;
  font-weight: 600;
}

.page-content table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 15px;
}
.page-content table td {
  border: 1px solid #e3e3e3;
  padding: 8px;
}
.page-content table td a {
  text-decoration: underline;
  color: var(--main-color-one);
  font-weight: 400;
}
.page-content table th {
  border: 1px solid #e3e3e3;
  padding: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
}
.page-content table th a {
  text-decoration: underline;
  font-weight: 600;
}

.single-comment-wrap table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 15px;
}
.single-comment-wrap table td {
  border: 1px solid #e3e3e3;
  padding: 8px;
}
.single-comment-wrap table td a {
  text-decoration: underline;
  color: var(--main-color-one);
  font-weight: 400;
}
.single-comment-wrap table th {
  border: 1px solid #e3e3e3;
  padding: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
}
.single-comment-wrap table th a {
  text-decoration: underline;
  font-weight: 600;
}

.content-area table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 15px;
}
.content-area table th {
  border: 1px solid #e3e3e3;
  padding: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
}
.content-area table th a {
  text-decoration: underline;
  color: var(--main-color-one);
  font-weight: 400;
}
.content-area table td {
  border: 1px solid #e3e3e3;
  padding: 8px;
}
.content-area table td a {
  text-decoration: underline;
  color: var(--main-color-one);
  font-weight: 400;
}

.calendar_wrap table td {
  text-align: center;
}

.widget_calendar table td a, .widget_calendar table th a {
  font-weight: 600;
  color: var(--main-color-one);
  text-decoration: underline;
}

.footer-widget.widget_calendar table td a, .footer-widget.widget_calendar table th a {
  font-weight: 600;
  color: var(--main-color-one);
  text-decoration: underline;
}

/*--------------------------------------------------------------
# WP List
--------------------------------------------------------------*/
.content-area ul {
  list-style: none;
}
.content-area ul li {
  position: relative;
  padding-left: 15px;
}
.content-area ul li + li {
  margin-top: 10px;
}
.content-area ul li:before {
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: var(--paragraph-color);
  content: "";
  display: inline-block;
  margin-right: 5px;
  left: 0;
  top: 8px;
  border-radius: 50%;
}
.content-area ul li > ul li:before {
  background-color: transparent;
  border: 1px solid;
}
.content-area ol li {
  padding-left: 0;
}
.content-area ol li:before {
  display: none;
}
.content-area ol li + li {
  margin-top: 10px;
}
.content-area .widget ul li {
  padding-left: 0;
}
.content-area .widget ul li:before {
  display: none;
}

.blog-details-item ol li + li {
  margin-top: 10px;
}
.blog-details-item ul {
  list-style: none;
}
.blog-details-item ul li {
  position: relative;
  padding-left: 15px;
}
.blog-details-item ul li + li {
  margin-top: 10px;
}
.blog-details-item ul li ol > li {
  padding-left: 0;
}
.blog-details-item ul li ol > li:before {
  display: none;
}
.blog-details-item ul li:before {
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: var(--paragraph-color);
  content: "";
  display: inline-block;
  margin-right: 5px;
  left: 0;
  top: 8px;
  border-radius: 50%;
}
.blog-details-item ul li > ul li:before {
  background-color: transparent;
  border: 1px solid;
}
.blog-details-item .post-meta li {
  padding-left: 0;
}
.blog-details-item .post-meta li:before {
  display: none;
}

.page-content ol li + li {
  margin-top: 10px;
}
.page-content ul li + li {
  margin-top: 10px;
}

.single-comment-wrap ol li + li {
  margin-top: 10px;
}
.single-comment-wrap ul li + li {
  margin-top: 10px;
}

.comments-area .comment-list li .single-comment-wrap ul {
  list-style: none;
}
.comments-area .comment-list li .single-comment-wrap ul li {
  position: relative;
  padding-left: 15px;
}
.comments-area .comment-list li .single-comment-wrap ul li:before {
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: var(--paragraph-color);
  content: "";
  display: inline-block;
  margin-right: 5px;
  left: 0;
  top: 8px;
  border-radius: 50%;
}
.comments-area .comment-list li .single-comment-wrap ul li > ul li:before {
  background-color: transparent;
  border: 1px solid;
}
.comments-area .comment-list .trackback {
  margin-bottom: 30px;
}
.comments-area .comment-list .pingback {
  margin-bottom: 30px;
}

.carousel-indicators li + li {
  margin-top: 0 !important;
}

.footer-widget.widget.widget_nav_menu ul li + li {
  margin-top: 15px;
}

ul.blocks-gallery-grid li {
  padding-left: 0;
}
ul.blocks-gallery-grid li:before {
  display: none;
}

.blog-details-footer .right .social-share li {
  padding-left: 0;
}
.blog-details-footer .right .social-share li:before {
  display: none;
}
.blog-details-footer .left .tags li {
  padding-left: 0;
}
.blog-details-footer .left .tags li:before {
  display: none;
}

.blog-pagination {
  display: block;
  width: 100%;
}
.blog-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-pagination ul li {
  display: inline-block;
  padding-left: 0;
}
.blog-pagination ul li + li {
  margin: 0 5px;
}
.blog-pagination ul li:before {
  display: none;
}
.blog-pagination ul li a {
  padding: 7px 0px;
  width: 64px;
  height: 64px;
  line-height: 64px;
  border-radius: 50%;
  color: #B5B5B5;
  font-size: 22px;
  line-height: 47px;
  font-family: var(--body-font);
  font-weight: 700;
}
.blog-pagination ul li a.current {
  background-color: var(--main-color-one);
  color: #fff;
  border-color: var(--main-color-one);
}
.blog-pagination ul li a:hover {
  background-color: var(--main-color-one);
  color: #fff;
}
.blog-pagination ul li span {
  display: block;
  padding: 3px 25px;
  border: none;
  line-height: 40px;
  border-radius: 30px;
  text-align: center;
  font-size: 16px;
  line-height: 47px;
  font-family: var(--body-font);
  font-weight: 700;
  color: #CBCBCB;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.blog-pagination ul li span:hover {
  color: var(--main-color-one);
}
.blog-pagination ul li span.next {
  border: none;
}
.blog-pagination ul li span.active {
  color: var(--main-color-one);
}