/*
@File: Torado. Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

*********************************************
*********************************************

** - Default CSS
** - Section Title CSS
** - Go Top Button CSS
** - Preloader Area CSS
** - Navbar Area CSS
** - Responsive Navbar Area CSS
** - Banner Area CSS
** - Banner CSS h-2
** - Hero CSS h-3
** - Page Banner Area
** - Features Area CSS
** - Features Area CSS h-2
** - About Us Area CSS
** - About Area CSS h-2
** - Our Ideology Area CSS
** - Our Ideology Area CSS h-2
** - Our Ideology Area CSS h-3
** - Policy Position Area CSS
** - Policy Position Area CSS h-2
** - Events Area CSS
** - Events Area CSS h-2
** - Fun Fact Area CSS
** - Fun Fact Area CSS h-2
** - Donate Area CSS
** - Advice Area CSS
** - Fight For Nation Area CSS
** - Fight For Nation Area CSS h-2
** - Team Area CSS
** - Candidates Area CSS h-2
** - Candidates Area CSS h-3
** - Testimonials Area CSS
** - Reviews Area CSS h-2
** - Client Say Area CSS h-3
** - Biography Area CSS
** - Biography Area CSS h-2
** - Partner Area CSS
** - Blog Area CSS
** - Subscribe Area CSS
** - Footer Area CSS
** - Copyright Area CSS
** - Donate Page
** - Gallery Page
** - Blog Details Page
** - Sidebar CSS
** - Contact Us Page
** - Candidate Details Page
** - Event Details Page
** - Issue Details Page
** - Register Page
** - Terms & Condition Page
** - 404 Error Page CSS
** - Service Pagination CSS
** - keyframes
*/
/*
Google Fonts
==========================================================================*/
@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --bodyFontFamily: "Kumbh Sans", serif;
  --urbanistFontFamily: "Urbanist", serif;
  --dark: #000000;
  --white: #ffffff;
  --primary: #e70f47;
  --paragraph: #666666;
  --title-color: #04182f;
  --info-color: #14b3e4;
  --info-light: #d0f0fa;
  --star-color: #ffc107;
  --gray-color: #f2f2f2;
  --navy-color: #16327a;
  --font-size: 16px;
  --transition: all 0.5s;
}

/* Default CSS */
body {
  font-size: var(--font-size);
  font-family: var(--bodyFontFamily);
  color: var(--paragraph);
  margin: 0;
  padding: 0;
}

p {
  font-weight: 400;
  font-family: var(--bodyFontFamily);
  margin-bottom: 15px;
  line-height: 1.65;
  transition: var(--transition);
}
p:last-child {
  margin-bottom: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 900;
  font-family: var(--urbanistFontFamily);
  line-height: 1.3;
  color: var(--dark);
}
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: var(--dark);
}
.h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: var(--primary);
}

a {
  text-decoration: none;
  outline: 0 !important;
  transition: var(--transition);
}

:focus {
  outline: 0 !important;
  box-shadow: unset !important;
}

.d-table {
  width: 100%;
  height: 100%;
}
.d-table-cell {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}

.form-control {
  color: var(--title-color);
  border: 1px solid transparent;
  box-shadow: unset !important;
  transition: var(--transition);
  border-radius: 5px;
}
.form-control::-moz-placeholder {
  color: var(--paragraph);
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.form-control::placeholder {
  color: var(--paragraph);
  transition: var(--transition);
}
.form-control:focus::-moz-placeholder {
  color: transparent;
}
.form-control:focus::placeholder {
  color: transparent;
}

/* Section Padding */
.ptb-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

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

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

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

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

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

/* Background Color */
.bg-1e193b {
  background-color: #1e193b;
}

.bg-f2f2f2 {
  background-color: #f2f2f2;
}

.bg-16327a {
  background-color: #16327a;
}

.bg-e70f47 {
  background-color: #e70f47;
}

.bg-14b3e4 {
  background-color: #14b3e4;
}

/* Font Size */
.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-24 {
  font-size: 24px;
}

.fs-26 {
  font-size: 26px;
}

.fs-30 {
  font-size: 30px;
}

.fs-34 {
  font-size: 34px;
}

.fs-36 {
  font-size: 36px;
}

/**/
.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.b-10 {
  border-radius: 10px;
}

.b-15 {
  border-radius: 15px;
}

.b-20 {
  border-radius: 20px;
}

.c-p {
  color: var(--primary);
}

/* Default Container */
.container-fluid.side-padding {
  max-width: 1580px;
}

/*
Default Btn CSS
================================================================================*/
.default-btn {
  color: var(--white);
  border: none;
  box-shadow: none;
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-weight: 800;
  font-family: var(--urbanistFontFamily);
  line-height: normal;
  border-radius: 5px;
  background-color: var(--primary);
  transition: var(--transition);
  padding: 17px 30px 17px;
  z-index: 1;
}
.default-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 0%;
  margin: auto;
  text-align: center;
  transition: var(--transition);
  opacity: 0;
  z-index: -1;
  border-radius: 5px;
  background-color: var(--info-color);
}
.default-btn.style-two {
  background-color: var(--info-color);
}
.default-btn.style-two::before {
  background-color: var(--primary);
}
.default-btn:hover::before {
  width: 100%;
  height: 100%;
  opacity: 1;
}

/**/
.read-more {
  display: inline-block;
  border: none;
  box-shadow: none;
  font-weight: 700;
  color: var(--paragraph);
  transition: var(--transition);
}
.read-more:hover {
  color: var(--primary);
}

/**/
.sub-title {
  display: block;
  line-height: normal;
  letter-spacing: 0.1em;
  color: var(--primary);
  font-family: var(--urbanistFontFamily);
  font-weight: 700;
  margin-bottom: 15px;
}

/*
Section Heading
============================================================*/
.section-heading {
  margin-bottom: 30px;
}
.section-heading h2 {
  font-size: 46px;
  font-weight: 900;
  line-height: 1.21;
  margin-bottom: 15px;
}

/*
Section Title
============================================================*/
.section-title {
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 40px;
}
.section-title h2 {
  font-size: 46px;
  font-weight: 900;
  line-height: 1.21;
  margin-bottom: 0;
}

/*
Header Area CSS
============================================================*/
.header-area {
  padding: 17px 0;
}
.header-area p {
  font-size: 14px;
  font-weight: 500;
}
.header-area p i {
  font-size: 16px;
}
.header-area .header-inner {
  text-align: end;
}
.header-area .header-inner li {
  color: var(--white);
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 55px;
  padding-left: 22px;
  font-size: 14px;
  font-weight: 500;
}
.header-area .header-inner li::before {
  position: absolute;
  content: "";
  top: 50%;
  right: -30px;
  width: 1px;
  height: 25px;
  background-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-50%);
}
.header-area .header-inner li .mail {
  top: 2px;
  left: 0;
  position: absolute;
  font-size: var(--font-size);
}
.header-area .header-inner li a {
  color: var(--white);
}
.header-area .header-inner li a:hover {
  color: var(--primary);
}
.header-area .header-inner li:last-child {
  margin-right: 0;
  padding-left: 0;
}
.header-area .header-inner li:last-child::before {
  display: none;
}
.header-area .header-inner li .language-selector .world {
  font-size: var(--font-size);
}
.header-area .header-inner li .language-selector .form-select {
  border: none;
  box-shadow: none;
  border-radius: 0;
  background-color: transparent;
  color: var(--white);
  padding: 2px 14px 2px 8px;
  background-image: url("../images/down-arror.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 12px 12px;
  font-size: 14px;
  font-weight: 500;
}
.header-area .header-inner li .language-selector .form-select option {
  color: var(--dark);
}

/*
Navbar Area CSS
================================================================================*/
.navbar {
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
  z-index: 999;
  border-bottom: 2px solid rgba(217, 217, 217, 0.13);
}
.navbar .navbar-brand {
  margin-right: 95px;
}
.navbar .navbar-nav {
  margin-right: 60px;
}
.navbar .navbar-nav .nav-item {
  margin-left: 15px;
  margin-right: 15px;
}
.navbar .navbar-nav .nav-item:last-child {
  margin-right: 0;
}
.navbar .navbar-nav .nav-item:first-child {
  margin-left: 0;
}
.navbar .navbar-nav .nav-item .nav-link {
  color: var(--dark);
  transition: 0.6s;
  position: relative;
  padding: 20px 0;
  z-index: 1;
  transition: var(--transition);
  font-size: 18px;
  font-weight: 500;
  font-family: var(--urbanistFontFamily);
}
.navbar .navbar-nav .nav-item .nav-link::after {
  font-size: var(--font-size);
  color: var(--dark);
}
.navbar .navbar-nav .nav-item .nav-link.dropdown-toggle {
  padding-right: 20px;
}
.navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
  position: absolute;
  vertical-align: 0;
  content: "\eb0b";
  margin-left: 0;
  border: 0;
  right: 0;
  top: 21px;
  color: var(--dark);
  font-size: 12px;
  font-weight: 600;
  line-height: 26px;
  transition: var(--transition);
  font-family: tabler-icons !important;
}
.navbar .navbar-nav .nav-item .nav-link.active, .navbar .navbar-nav .nav-item .nav-link:hover {
  color: var(--primary);
}
.navbar .navbar-nav .nav-item .nav-link.active::after, .navbar .navbar-nav .nav-item .nav-link:hover::after {
  color: var(--primary);
}
.navbar .navbar-nav .nav-item .dropdown-menu {
  left: 0;
  border: 0;
  top: 64px;
  opacity: 0;
  width: 220px;
  padding: 15px 0;
  border-radius: 0;
  visibility: hidden;
  display: block !important;
  background-color: var(--white);
  transition: all 0.2s ease-in-out;
  box-shadow: 0 0.275rem 1.25rem rgba(11, 15, 25, 0.05), 0 0.25rem 0.5625rem rgba(11, 15, 25, 0.03);
  border-left: 2px solid var(--primary);
}
.navbar .navbar-nav .nav-item .dropdown-menu li {
  position: relative;
  margin-left: 0;
  margin-right: 0;
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-item {
  display: block;
  padding: 8px 25px;
  position: relative;
  color: var(--title-color);
  background-color: transparent !important;
  font-size: 15px;
  font-weight: 500;
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-item.dropdown-toggle {
  padding-right: 18px;
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-item.dropdown-toggle::after {
  position: absolute;
  vertical-align: 0;
  content: "\f174";
  margin-left: 0;
  right: 20px;
  border: 0;
  top: 12px;
  transition: 0.6s;
  font-size: 14px;
  font-weight: 500;
  font-family: flaticon_my-icons !important;
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-item .name {
  color: var(--title-color);
  padding: 3px 10px 6px;
  font-size: 15px;
  border-radius: 5px;
  background-color: var(--primary);
  margin-left: 10px;
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-item.active {
  color: var(--primary);
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-item:hover {
  color: var(--primary);
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  visibility: hidden;
  left: auto;
  right: -100%;
  opacity: 0;
  top: 0;
}
.navbar .navbar-nav .nav-item .dropdown-menu li:hover .sub-dropdown {
  color: var(--primary);
}
.navbar .navbar-nav .nav-item .dropdown-menu li:hover .sub-dropdown.dropdown-toggle::after {
  color: var(--primary);
}
.navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu .nav-link {
  font-size: 16px;
  font-weight: 400;
}
.navbar .navbar-nav .nav-item:hover .nav-link {
  color: var(--primary);
}
.navbar .navbar-nav .nav-item:hover .nav-link.dropdown-toggle::after {
  color: var(--primary);
}
.navbar .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.navbar.sticky {
  top: 0;
  left: 0;
  width: 100%;
  position: sticky;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: rgb(249, 249, 249) 0px 10px 10px -10px;
  background-color: var(--white);
}
.navbar .navbar-toggler {
  color: var(--title-color);
  font-size: inherit;
  box-shadow: unset;
  border: none;
  padding: 0;
}
.navbar .navbar-toggler .burger-menu {
  cursor: pointer;
}
.navbar .navbar-toggler .burger-menu span {
  height: 3px;
  width: 30px;
  margin: 5px 0;
  display: block;
  background-color: var(--title-color);
}
.navbar .others-options {
  padding-left: 0px !important;
  vertical-align: middle;
}
.navbar .others-options ul li {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  margin-right: 30px;
}
.navbar .others-options ul li .search-btn {
  border: none;
  box-shadow: none;
  background-color: transparent;
  color: var(--dark);
  line-height: 1;
}
.navbar .others-options ul li .search-btn.border-style {
  position: relative;
}
.navbar .others-options ul li .search-btn.border-style::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -30px;
  height: 25px;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.2666666667);
  transform: translateY(-50%);
}
.navbar .others-options ul li .search-btn .search {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  top: 3px;
}
.navbar .others-options ul li .search-btn .menu {
  top: 1px;
  position: relative;
}
.navbar .others-options ul li .menu-btn {
  padding: 0;
  background-color: transparent;
  border: none;
  box-shadow: none;
  color: var(--dark);
  font-size: 20px;
  line-height: 1;
}
.navbar .others-options ul li .menu-btn i {
  line-height: 1;
  position: relative;
  top: 3px;
}
.navbar .others-options ul li:last-child {
  margin-right: 0;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
/*
Responsive Navbar Area CSS
================================================================================*/
.mobile-navbar .offcanvas-header {
  padding: 30px 30px;
  justify-content: center;
  background-color: var(--title-color);
}
.mobile-navbar .offcanvas-header .btn-close {
  transition: var(--transition);
  font-size: 15px;
  cursor: pointer;
  top: 43px;
  right: 35px;
  position: absolute !important;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: var(--white) !important;
}
.mobile-navbar .offcanvas-header .btn-close:hover {
  color: var(--primary);
}
.mobile-navbar .offcanvas-body {
  padding: 30px 30px;
}
.mobile-navbar .offcanvas-body .mb-4 {
  margin-bottom: 35px !important;
}
.mobile-navbar .offcanvas-body ul {
  list-style-type: none;
  margin-bottom: 0;
}
.mobile-navbar .offcanvas-body ul.mobile-menu {
  padding-left: 0;
  overflow: hidden;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list {
  border-bottom: 1px solid #e7e7e7;
  position: relative;
  line-height: 1;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  clear: both;
  width: 100%;
  color: var(--title-color);
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list.active .mobile-menu-items {
  padding: 18px 0 0 0;
  margin: 18px 0;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list:last-child {
  border-bottom: 1px solid #e7e7e7;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list a {
  height: 100%;
  padding-right: 30px;
  text-decoration: none;
  position: relative;
  display: block;
  color: var(--title-color);
  font-size: 16px;
  font-weight: 600;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list a:after {
  top: 15%;
  right: 0;
  content: "\f174";
  position: absolute;
  transform: translateY(-14%);
  transition: 0.6s;
  font-size: 16px;
  font-style: normal;
  font-family: flaticon_my-icons !important;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list a:hover, .mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list a.active {
  color: var(--primary);
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list a:hover::after, .mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list a.active::after {
  color: var(--primary);
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list .mobile-menu-items {
  height: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list .mobile-menu-items li {
  padding: 0 0 20px 0 !important;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list .mobile-menu-items a {
  padding: 0 20px;
  font-size: 16px;
  font-size: 15px;
  font-weight: 600;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list .mobile-menu-items a.active {
  color: var(--primary);
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list .mobile-menu-items a:hover {
  color: var(--primary);
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list .mobile-menu-items a::after {
  display: none;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list .mobile-menu-items .mobile-menu-list {
  padding: 0;
  margin: 0;
  border: none;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list .mobile-menu-items .mobile-menu-list::after {
  right: 15px;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list .mobile-menu-items .mobile-menu-list .mobile-menu-items {
  padding: 0 !important;
  background-color: var(--bs-gray-100);
  margin: 0 20px !important;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list .mobile-menu-items .mobile-menu-list.active .mobile-menu-items {
  padding: 18px 0 0 0 !important;
  margin: 18px 20px !important;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list.without-icon:after {
  display: none;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list.without-icon a::after {
  display: none;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .active:after {
  transform: translateY(-50%) rotate(180deg);
}
.mobile-navbar .offcanvas-body ul.mobile-menu .active > .mobile-menu-items {
  transition: all 300ms;
  display: block;
  height: auto;
  clear: both;
  float: left;
  width: 100%;
  background-color: #ededed;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .active > .mobile-menu-items li:last-child {
  border: none;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .active > a {
  color: var(--primary);
}
.mobile-navbar .offcanvas-body .menu-bottom {
  margin-top: 40px;
}
.mobile-navbar .offcanvas-body .menu-bottom .social {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.mobile-navbar .offcanvas-body .menu-bottom .social li {
  display: inline-block;
  margin-right: 30px;
}
.mobile-navbar .offcanvas-body .menu-bottom .social li a {
  color: var(--title-color);
  font-size: 18px;
  font-weight: 500;
}
.mobile-navbar .offcanvas-body .menu-bottom .social li a:hover {
  color: var(--primary);
}
.mobile-navbar .offcanvas-body .menu-bottom .social li:last-child {
  margin-right: 0;
}
.mobile-navbar .offcanvas-body .side-menu-form .form-control {
  color: var(--title-color);
  height: 50px;
  background-color: #f6f5ef;
  margin-bottom: 20px;
}
.mobile-navbar .offcanvas-body .side-menu-form .form-control::-moz-placeholder {
  color: var(--paragraph);
}
.mobile-navbar .offcanvas-body .side-menu-form .form-control::placeholder {
  color: var(--paragraph);
}
.mobile-navbar .offcanvas-body .side-menu-form .form-control:focus {
  border-color: var(--primary);
}
.mobile-navbar .offcanvas-body .side-menu-form .textarea {
  min-height: 150px;
}
.mobile-navbar .offcanvas-body .social-icon h3 {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 25px;
}
.mobile-navbar .offcanvas-body .social-icon ul li {
  display: inline-block;
  margin-right: 10px;
}
.mobile-navbar .offcanvas-body .social-icon ul li a {
  display: inline-block;
  color: var(--title-color);
  width: 40px;
  height: 40px;
  line-height: 46px;
  border-radius: 100%;
  background-color: #f6f5ef;
  text-align: center;
}
.mobile-navbar .offcanvas-body .social-icon ul li a:hover {
  background-color: var(--primary);
  color: var(--white);
}
.mobile-navbar .offcanvas-body .social-icon ul li:last-child {
  margin-right: 0;
}
.mobile-navbar .others-options {
  padding-left: 0px !important;
  vertical-align: middle;
}
.mobile-navbar .others-options ul li {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  margin-right: 30px;
}
.mobile-navbar .others-options ul li:last-child {
  margin-right: 0;
}

/*
Side Menu CSS
=================================================*/
.side-warp.offcanvas {
  width: 600px;
  background-color: var(--title-color);
}
.side-warp.offcanvas .offcanvas-header {
  display: block;
  padding: 35px 50px;
  border-bottom: 2px solid rgba(217, 217, 217, 0.2);
}
.side-warp.offcanvas .offcanvas-header .btn-close {
  padding: 10px;
  opacity: 1;
  width: 35px;
  height: 35px;
  background-color: var(--white);
  border-radius: 100%;
  z-index: 1;
}
.side-warp.offcanvas .offcanvas-body {
  padding: 30px 50px;
}
.side-warp.offcanvas .offcanvas-body .mt-5 {
  margin-top: 30px !important;
}
.side-warp.offcanvas .offcanvas-body .mb-5 {
  margin-bottom: 40px !important;
}
.side-warp.offcanvas .offcanvas-body .mb-1 {
  margin-bottom: 30px !important;
}
.side-warp.offcanvas .offcanvas-body p {
  color: var(--white);
}
.side-warp.offcanvas .offcanvas-body .mail .mail {
  display: inline-block;
  color: var(--primary);
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 100%;
  background-color: var(--white);
  text-align: center;
  font-size: 22px;
}
.side-warp.offcanvas .offcanvas-body .mail a {
  color: #cbcbcb;
  font-size: 18px;
}
.side-warp.offcanvas .offcanvas-body .mail a:hover {
  color: var(--primary);
}
.side-warp.offcanvas .offcanvas-body .map iframe {
  width: 100%;
  height: 350px;
  display: block;
  border-radius: 10px;
}

.social-icon li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.social-icon li a {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 50px;
  border-radius: 100%;
  background-color: var(--white);
  text-align: center;
  color: var(--primary);
}
.social-icon li a:hover {
  color: var(--white);
  background-color: var(--primary);
}
.social-icon li:last-child {
  margin-right: 0;
}

/*
Popup Search CSS
================================================================================*/
.modal-backdrop {
  --bs-backdrop-opacity: 0.9;
}

.search-modal.modal {
  border: none;
  border-radius: 0;
}
.search-modal .modal-dialog {
  max-width: 800px;
  border-radius: 0;
}
.search-modal .modal-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.search-modal .btn-close {
  top: -30px;
  right: 8px;
  padding: 0;
  font-size: 30px;
  position: absolute;
  filter: invert(1);
  z-index: 2;
  opacity: 1;
}
.search-modal .modal-content {
  border: none;
  border-radius: 0;
  background-color: transparent;
}
.search-modal .modal-body {
  padding: 40px 40px;
  border-radius: 100px;
  background-color: var(--title-color);
}
.search-modal .modal-body .popup-form {
  position: relative;
}
.search-modal .modal-body .popup-form .form-control {
  color: var(--white);
  height: 60px;
  padding: 12px 50px 12px 25px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background-color: var(--title-color);
}
.search-modal .modal-body .popup-form .form-control::-moz-placeholder {
  color: var(--paragraph);
}
.search-modal .modal-body .popup-form .form-control::placeholder {
  color: var(--paragraph);
}
.search-modal .modal-body .popup-form .form-control:focus {
  border-color: var(--primary);
}
.search-modal .modal-body .popup-form .form-control:focus::-moz-placeholder {
  color: transparent;
}
.search-modal .modal-body .popup-form .form-control:focus::placeholder {
  color: transparent;
}
.search-modal .modal-body .popup-form .p-btn {
  border: none;
  box-shadow: unset !important;
  background-color: transparent;
  color: var(--white);
  top: 16px;
  right: 20px;
  position: absolute;
  font-size: 20px;
  transition: var(--transition);
}
.search-modal .modal-body .popup-form .p-btn:hover {
  color: var(--primary);
}

/*
Main Banner CSS
================================================================================*/
.main-banner-area {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 30px;
}
.main-banner-area::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(22, 50, 122, 0.96);
}
.main-banner-area .ps-5 {
  padding-left: 105px !important;
}
.main-banner-area .h-image-3 {
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
}
.main-banner-area .h-shape-1 {
  top: 0;
  right: 0;
  z-index: -1;
  position: absolute;
  pointer-events: none;
}
.main-banner-area .h-shape-2 {
  right: 0;
  bottom: 185px;
  position: absolute;
  animation: up 5s ease-in-out infinite;
  pointer-events: none;
}
.main-banner-area .h-shape-3 {
  top: 0;
  left: 40%;
  position: absolute;
  animation: lf 5s ease-in-out infinite;
  pointer-events: none;
}

.main-banner-content {
  max-width: 720px;
  padding-left: 50px;
  padding-top: 155px;
  padding-bottom: 182px;
}
.main-banner-content h1 {
  font-size: 72px;
  font-weight: 900;
  line-height: 1.14;
  margin-bottom: 18px;
}
.main-banner-content p {
  margin-bottom: 40px;
}
.main-banner-content .banner-btn {
  gap: 30px;
  margin-bottom: 70px;
}
.main-banner-content .banner-btn .play {
  width: 56px;
  height: 56px;
  line-height: 56px;
  border-radius: 100%;
  background-color: var(--white);
  text-align: center;
  color: var(--info-color);
  display: inline-block;
  font-size: 20px;
  transition: var(--transition);
}
.main-banner-content .banner-btn .play:hover {
  background-color: var(--info-color);
  color: var(--white);
}

.count-card {
  position: relative;
}
.count-card::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  width: 1px;
  height: 35px;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-50%);
}
.count-card .icon-1 {
  max-width: 70px;
}
.count-card.part::before {
  display: none;
}

.main-banner-image .h-shape-4 {
  top: 250px;
  right: 70px;
  position: absolute;
}

/*
Banner CSS h-2
================================================================================*/
.banner-area {
  padding-top: 110px;
  padding-bottom: 110px;
}
.banner-area h6 {
  color: rgba(255, 255, 255, 0.32);
  font-size: 200px;
  position: absolute;
  right: 30px;
  bottom: 12px;
}
.banner-area .h-shape-5 {
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  pointer-events: none;
}
.banner-area .h-shape-6 {
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  text-align: center;
  pointer-events: none;
}
.banner-area .h-shape-7 {
  top: 100px;
  left: 34%;
  position: absolute;
  animation: astronaut 5s linear infinite;
}
.banner-area .h-image-6 {
  right: 0;
  bottom: 0;
  position: absolute;
  pointer-events: none;
}

.banner-content .sub-title {
  margin-bottom: 10px;
}
.banner-content h1 {
  font-size: 72px;
  line-height: 1.14;
  margin-bottom: 20px;
}
.banner-content p {
  margin-bottom: 40px;
}
.banner-content .banner-btn {
  gap: 30px;
}
.banner-content .banner-btn .default-btn.join {
  background-color: var(--white);
  color: var(--dark);
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
}

.banner-image {
  padding-left: 80px;
}
.banner-image .h-image-5 {
  top: 50%;
  right: -5px;
  position: absolute;
  transform: translateY(-50%);
}
.banner-image .play {
  width: 100px;
  height: 100px;
  line-height: 92px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  color: var(--info-color);
  display: inline-block;
  font-size: 35px;
  transition: var(--transition);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
  border: 4px solid var(--white);
}
.banner-image .play:hover {
  background-color: var(--info-color);
  color: var(--white);
}

.banner-items .banner-pagination {
  position: absolute;
  top: 63%;
  left: -80px;
  z-index: 2;
  transform: translateY(-50%);
  text-align: start;
  width: auto;
}
.banner-items .banner-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #000000;
  margin: 15px var(--swiper-pagination-bullet-horizontal-gap, 0px);
  display: block;
  position: relative;
}
.banner-items .banner-pagination .swiper-pagination-bullet::before {
  position: absolute;
  content: "";
  top: 0;
  left: -2px;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  border: 1px solid var(--primary);
  opacity: 0;
  transition: var(--transition);
}
.banner-items .banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--primary);
}
.banner-items .banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  opacity: 1;
}

/*
Hero CSS h-3
================================================================================*/
.hero-area .h-shape-9 {
  top: 130px;
  right: 320px;
  position: absolute;
  animation: treeAnimate 2s linear infinite;
}
.hero-area .h-shape-10 {
  left: 122px;
  bottom: 70px;
  z-index: -1;
  position: absolute;
  animation: astronaut 8s linear infinite;
}

.hero-content {
  gap: 75px;
  margin-bottom: 65px;
}
.hero-content .circle-arrow .right-up .h-shape-8 {
  top: -15px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  text-align: center;
  max-width: 129px;
  animation: astronaut 8s linear infinite;
  pointer-events: none;
}
.hero-content .circle-arrow i {
  position: relative;
  display: inline-block;
  color: var(--navy-color);
  font-size: 30px;
  width: 158px;
  height: 158px;
  line-height: 166px;
  border-radius: 100%;
  background-color: var(--white);
  transition: var(--transition);
  text-align: center;
  border: 1px solid var(--dark);
}
.hero-content .circle-arrow i::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 74px;
  height: 74px;
  border: 1px solid var(--dark);
  transition: var(--transition);
  border-radius: 100%;
}
.hero-content .circle-arrow i:hover {
  color: var(--primary);
}
.hero-content .circle-arrow i:hover::after {
  border: 1px solid var(--primary);
}
.hero-content h1 {
  font-size: 80px;
  line-height: 1.13;
}
.hero-content h1 img {
  width: 200px;
  height: 65px;
  position: relative;
  top: -8px;
  left: 30px;
}

.client-image .client-card {
  top: 50%;
  right: 135px;
  transform: translateY(-50%);
  position: absolute;
  padding: 20px 25px;
}
.client-image .client-card ul li {
  display: inline-block;
  margin-right: -15px;
}
.client-image .client-card ul li img {
  width: 55px;
  height: 55px;
  border: 2px solid var(--white);
}
.client-image .client-card ul li:last-child {
  margin-right: 0;
}

.hero-card {
  padding: 40px 40px 40px;
}
.hero-card p {
  margin-bottom: 25px;
}
.hero-card .default-btn {
  background-color: var(--white);
  color: var(--info-color);
}
.hero-card .default-btn::before {
  background-color: var(--primary);
}
.hero-card .default-btn:hover {
  color: var(--white);
}

.hero-image {
  position: relative;
  margin-right: -71px;
}

/*
Page Banner Area
================================================================================*/
.page-banner-area {
  padding-top: 160px;
  padding-bottom: 160px;
}
.page-banner-area .page-banner-1 {
  top: 100px;
  right: 175px;
  position: absolute;
  pointer-events: none;
  animation: beat 1s infinite;
}
.page-banner-area .page-banner-2 {
  top: 100px;
  left: 175px;
  position: absolute;
  pointer-events: none;
  animation: beat 1s infinite;
}

.page-banner-content {
  text-align: center;
}
.page-banner-content h1 {
  font-size: 46px;
  line-height: 1;
  margin-bottom: 15px;
}
.page-banner-content ul li {
  position: relative;
  display: inline-block;
  margin-right: 30px;
  color: var(--info-color);
}
.page-banner-content ul li::before {
  position: absolute;
  content: "";
  right: -18px;
  top: 7px;
  color: var(--dark);
  width: 1px;
  height: 15px;
  background-color: var(--white);
  transform: rotate(25deg);
}
.page-banner-content ul li a {
  display: inline-block;
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  position: relative;
  transition: var(--transition);
}
.page-banner-content ul li a:hover {
  color: var(--primary);
}
.page-banner-content ul li:last-child {
  margin-right: 0;
}
.page-banner-content ul li:last-child::before {
  display: none;
}

@keyframes beat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}
/*
Features Area CSS
================================================================================*/
.features-card {
  padding: 60px 40px;
  transition: var(--transition);
}
.features-card .trees {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 100%;
  background-color: var(--info-color);
  transition: var(--transition);
  text-align: center;
  font-size: 42px;
  color: var(--white);
}
.features-card h3 {
  transition: var(--transition);
}
.features-card p {
  transition: var(--transition);
}
.features-card:hover, .features-card.active {
  background-color: var(--primary);
}
.features-card:hover .trees, .features-card.active .trees {
  color: var(--primary);
  background-color: var(--white);
}
.features-card:hover h3, .features-card.active h3 {
  color: var(--white);
}
.features-card:hover p, .features-card.active p {
  color: var(--white);
}

/*
Features Area CSS h-2
================================================================================*/
.sec-features-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  z-index: -1;
  background-color: var(--primary);
}

.sec-features-card {
  padding: 30px 30px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
}
.sec-features-card .icon-image {
  display: -webkit-inline-box;
  margin-bottom: 25px;
}
.sec-features-card .icon-image::before {
  content: "";
  position: absolute;
  right: -10px;
  bottom: 0;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: rgba(20, 179, 228, 0.22);
}
.sec-features-card .icon-image i {
  color: var(--info-color);
  font-size: 90px;
  line-height: 1;
}

.offer-btn p a:hover {
  color: var(--info-color);
}

/*
About Us Area CSS
================================================================================*/
.about-us-area .mb-4 {
  margin-bottom: 35px !important;
}
.about-us-area .about-post .check {
  display: inline-block;
  width: 65px;
  height: 65px;
  line-height: 65px;
  border-radius: 100%;
  background-color: var(--info-light);
  text-align: center;
  font-size: 34px;
  color: var(--info-color);
  transition: var(--transition);
}
.about-us-area .about-post:hover .check {
  background-color: var(--info-color);
  color: var(--white);
}
.about-us-area.about-build .about-us-image .a-image-1 {
  margin-top: 208px;
}
.about-us-area.about-build .about-us-image .a-shape-1 {
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
}
.about-us-area.about-build .about-post .check {
  background-color: var(--white);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04);
}
.about-us-area.about-build .about-post:hover .check {
  background-color: var(--info-color);
}

.about-us-image .a-image-1 {
  margin-top: 120px;
}
.about-us-image .a-image-2 {
  top: 0;
  right: 0;
  position: absolute;
}
.about-us-image .a-shape-1 {
  top: 0;
  left: -70px;
  right: -80px;
  bottom: -22px;
  z-index: -1;
  position: absolute;
  max-width: 926px;
  animation: up 5s ease-in-out infinite;
}
.about-us-image .about-card {
  left: 35%;
  right: 0;
  margin: auto;
  bottom: 60px;
  position: absolute;
}

.about-card {
  padding: 45px 45px;
  max-width: 226px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
}

/*
About Area CSS h-2
================================================================================*/
.about-area .ps-5 {
  padding-left: 75px !important;
}
.about-area .section-heading .check li {
  margin-bottom: 10px;
}
.about-area .section-heading .check li i {
  font-size: 20px;
  color: var(--info-color);
  position: relative;
  top: 1px;
}
.about-area .section-heading .check li:last-child {
  margin-bottom: 0;
}
.about-area .section-heading .about-btn {
  gap: 30px;
  margin-top: 40px;
}
.about-area .section-heading .about-btn .phone i {
  color: var(--white);
  font-size: 20px;
  width: 56px;
  height: 56px;
  line-height: 60px;
  border-radius: 50%;
  background-color: var(--info-color);
  transition: var(--transition);
  text-align: center;
  display: inline-block;
}
.about-area .section-heading .about-btn .phone .number {
  font-family: var(--urbanistFontFamily);
}
.about-area .section-heading .about-btn .phone:hover i {
  color: var(--white) !important;
  background-color: var(--primary);
}
.about-area .a-shape-2 {
  right: 100px;
  bottom: 290px;
  position: absolute;
  animation: up 3s ease-in-out infinite;
}
.about-area.about .about-image .a-image-4 {
  top: auto;
  left: -10px;
  right: auto;
  bottom: 50px;
}
.about-area.about .about-image .about-card {
  top: 45px;
  left: 65px;
  right: auto;
  margin: auto;
  bottom: auto;
}

.about-image .a-image-4 {
  top: 50px;
  right: -10px;
  position: absolute;
}
.about-image .a-image-10 {
  top: 50%;
  left: 0;
  position: absolute;
  transform: translateY(-50%);
}
.about-image .about-card {
  left: 19%;
  right: 0;
  margin: auto;
  bottom: 45px;
  position: absolute;
}

/*
Our Ideology Area CSS
================================================================================*/
.ideology-items .ideology-pagination {
  position: relative;
  bottom: 0;
  margin-top: 10px;
  text-align: center;
}
.ideology-items .ideology-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  position: relative;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 5px);
}
.ideology-items .ideology-pagination .swiper-pagination-bullet::before {
  position: absolute;
  content: "";
  top: 0;
  left: -2px;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  border: 1px solid #16327a;
  opacity: 0;
  transition: var(--transition);
}
.ideology-items .ideology-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #16327a;
}
.ideology-items .ideology-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  opacity: 1;
}

.ideology-card {
  margin: 0 5px 30px 5px;
}
.ideology-card .ideology-image .skyscraper {
  position: absolute;
  right: 35px;
  bottom: -35px;
  font-size: 40px;
  color: var(--white);
  width: 80px;
  height: 80px;
  line-height: 78px;
  border-radius: 100%;
  text-align: center;
  background-color: var(--info-color);
  transition: var(--transition);
}
.ideology-card .ideology-image .i-image-1 {
  width: 100%;
}
.ideology-card .ideology-card-body {
  padding: 50px 35px 40px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
  border-radius: 0px 0px 10px 10px;
}
.ideology-card:hover .skyscraper {
  background-color: var(--primary);
}

/*
Our Ideology Area CSS h-2
================================================================================*/
.sec-ideology-items .ideology-card .ideology-image .skyscraper {
  right: auto;
  left: 35px;
  bottom: -40px;
  border-radius: 5px;
}
.sec-ideology-items .ideology-card .ideology-card-body {
  padding: 70px 35px 40px;
}
.sec-ideology-items .ideology-card:hover .skyscraper {
  border-radius: 100px;
}
.sec-ideology-items .ideology-btn .swiper-button-next, .sec-ideology-items .ideology-btn .swiper-button-prev {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 100%;
  text-align: center;
  background-color: var(--white);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
  transition: var(--transition);
  color: var(--dark);
}
.sec-ideology-items .ideology-btn .swiper-button-next::after, .sec-ideology-items .ideology-btn .swiper-button-prev::after {
  font-size: 18px;
  font-weight: 700;
}
.sec-ideology-items .ideology-btn .swiper-button-next:hover, .sec-ideology-items .ideology-btn .swiper-button-prev:hover {
  background-color: var(--primary);
  color: var(--white);
}
.sec-ideology-items .ideology-btn .swiper-button-next {
  left: auto;
  right: -96px;
}
.sec-ideology-items .ideology-btn .swiper-button-prev {
  left: -96px;
  right: auto;
}

/*
Our Ideology Area CSS h-3
================================================================================*/
.ideology-area.style-three::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 180px;
  background-color: var(--gray-color);
}
.ideology-area.style-three .ideology-card .ideology-card-body {
  padding: 40px 30px 40px;
}
.ideology-area.style-three .ideology-items .ideology-pagination .swiper-pagination-bullet::before {
  border: 1px solid var(--info-color);
}
.ideology-area.style-three .ideology-items .ideology-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--info-color);
}

/*
Policy Position Area CSS
================================================================================*/
.policy-position-area .container-fluid {
  padding-left: calc(var(--bs-gutter-x) * 0);
  padding-right: calc(var(--bs-gutter-x) * 0);
}

.policy-position-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.policy-position-card {
  padding: 70px 70px;
}
.policy-position-card .right {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 50px;
  border-radius: 100%;
  text-align: center;
  border: 1px solid #666666;
  font-size: 24px;
  color: #666666;
}
.policy-position-card .right.right-1 {
  color: var(--white);
  border: 1px solid var(--white);
}

/*
Policy Position Area CSS h-2
================================================================================*/
.position-area .mb-1 {
  margin-bottom: 35px !important;
}
.position-area .post-policy .align-box {
  display: inline-block;
  color: var(--info-color);
  width: 65px;
  height: 65px;
  line-height: 65px;
  border-radius: 100%;
  background-color: var(--white);
  text-align: center;
  font-size: 30px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
}

.position-image .position-form {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  position: absolute;
  padding: 40px 30px;
}
.position-image .position-form .form-control {
  width: 340px;
  color: var(--dark);
  height: 45px;
  background-color: var(--gray-color);
  margin-bottom: 15px;
  font-size: 14px;
  padding: 8px 15px;
}
.position-image .position-form .form-control:focus {
  border-color: var(--primary);
}
.position-image .position-form .textarea {
  height: 100px;
}
.position-image .position-form .default-btn {
  padding: 11px 20px 12px;
}

/*
Events Area CSS
================================================================================*/
.events-card {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
  padding: 30px 30px 0;
}
.events-card .events-card-body {
  padding: 40px 0 45px;
}
.events-card .events-card-body .event li {
  display: inline-block;
  position: relative;
  padding-left: 22px;
  margin-right: 18px;
}
.events-card .events-card-body .event li i {
  font-size: 17px;
  color: var(--primary);
  position: absolute;
  top: 3px;
  left: 0;
}
.events-card .events-card-body .event li:last-child {
  margin-right: 0;
}
.events-card.style-two {
  padding: 29px 30px;
}
.events-card.style-two .events-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.events-card.style-two .events-card-body {
  padding: 25px 0;
}

/*
Events Area CSS h-2
================================================================================*/
.events-area.events-slide .events-card {
  margin: 0 5px 30px;
  padding: 0;
  box-shadow: none;
}
.events-area.events-slide .events-card .events-card-body {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
  padding: 40px 30px 45px;
}

.events-items .swiper-pagination {
  position: relative;
  text-align: center;
  margin-top: 15px;
  bottom: 0;
}
.events-items .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  position: relative;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  opacity: 1;
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 5px);
}
.events-items .swiper-pagination .swiper-pagination-bullet::before {
  position: absolute;
  content: "";
  top: 0;
  left: -4px;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: 1px solid rgba(0, 0, 0, 0.35);
  opacity: 0;
  transition: var(--transition);
}
.events-items .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #16327a;
  border: 1px solid #16327a;
}
.events-items .swiper-pagination .swiper-pagination-bullet-active::before {
  opacity: 1;
}

/*
Fun Fact Area CSS
================================================================================*/
.fun-fact-area .facts-row.g-4, .fun-fact-area .facts-row .gx-4 {
  --bs-gutter-x: 165px;
}
.fun-fact-area.style-two {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.fun-fact-area.style-two::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(22, 50, 122, 0.96);
}
.fun-fact-area.style-two .fun-fact-card::before {
  background-color: rgba(255, 255, 255, 0.5);
}
.fun-fact-area.style-two .fun-fact-card:hover .users-group {
  background-color: var(--primary) !important;
}

.fun-fact-card {
  gap: 30px;
}
.fun-fact-card::before {
  position: absolute;
  content: "";
  top: 50%;
  right: -82px;
  width: 1px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.2);
  transform: translateY(-50%);
}
.fun-fact-card .users-group {
  display: inline-block;
  color: var(--info-color);
  font-size: 32px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 100%;
  text-align: center;
  border: 1px solid var(--info-color);
  transition: var(--transition);
}
.fun-fact-card:hover .users-group {
  background-color: var(--primary);
  color: var(--white);
  border: 1px solid var(--primary);
}
.fun-fact-card.last-part::before {
  display: none;
}

/*
Fun Fact Area CSS h-2
================================================================================*/
.sec-fun-fact-area .facts-row.g-4, .sec-fun-fact-area .facts-row .gx-4 {
  --bs-gutter-x: 200px;
}
.sec-fun-fact-area.about-fact .count-card h3 {
  -webkit-text-fill-color: var(--gray-color);
  -webkit-text-stroke: 2px var(--dark);
  transition: var(--transition);
}
.sec-fun-fact-area.about-fact .count-card:hover h3 {
  -webkit-text-fill-color: var(--primary);
  -webkit-text-stroke: 2px var(--primary);
}
.sec-fun-fact-area .count-card::before {
  right: -98px;
}

.count-card {
  text-align: center;
}
.count-card h3 {
  font-size: 80px;
  -webkit-text-fill-color: rgba(22, 50, 122, 0.96);
  -webkit-text-stroke: 2px var(--white);
  transition: var(--transition);
}
.count-card:hover h3 {
  -webkit-text-fill-color: var(--white);
  -webkit-text-stroke: 2px var(--white);
}

/*
Donate Area CSS
================================================================================*/
.donate-card .mb-4 {
  margin-bottom: 30px !important;
}
.donate-card .p-4 {
  padding: 45px 40px !important;
}
.donate-card .bx {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
}
.donate-card .donate-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 298px;
  border-radius: 10px 0 0 10px;
}
.donate-card .donate-card-body {
  padding: 40px 40px 40px 30px;
}
.donate-card .donate-card-body .donate-list li {
  display: inline-block;
  border-radius: 5px;
  background-color: #f2f2f2;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 12px 19px;
}
.donate-card .donate-card-body .donate-list li.active {
  background-color: var(--info-color);
  color: var(--white);
}
.donate-card .donate-card-body .donate-list li input#custom-input {
  width: 100%;
  height: auto;
  border: none;
  margin-left: 10px !important;
}
.donate-card .donate-card-body .default-btn {
  margin-top: 40px;
}

.single-donate-card {
  padding: 55px 40px;
}
.single-donate-card p {
  margin-bottom: 35px;
}
.single-donate-card .default-btn {
  background-color: var(--white);
  color: var(--info-color);
}
.single-donate-card .default-btn:hover {
  color: var(--white);
}
.single-donate-card .default-btn:hover::before {
  background-color: var(--primary);
}

/*
Advice Area CSS
================================================================================*/
.advice-area {
  position: relative;
  overflow: hidden;
}
.advice-area .advice-content {
  display: flex;
  line-height: 75px;
  white-space: nowrap;
  justify-content: center;
  animation: marquee 15s linear infinite forwards;
}
.advice-area .advice-content:hover {
  animation-play-state: paused;
}
.advice-area .advice-content ul {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.advice-area .advice-content ul li {
  position: relative;
  display: inline-block;
  color: var(--white);
  font-size: 70px;
  font-weight: 900;
  font-family: var(--urbanistFontFamily);
  margin-right: 100px;
  -webkit-text-fill-color: #f2f2f2;
  -webkit-text-stroke: 1px #000000;
}
.advice-area .advice-content ul li img {
  position: absolute;
  top: 50%;
  right: -70px;
  transform: translateY(-50%);
}
.advice-area .advice-content ul li:last-child {
  margin-right: 0;
}
.advice-area.style-two .advice-content ul li {
  -webkit-text-fill-color: var(--white);
  -webkit-text-stroke: 1px var(--white);
}
.advice-area.style-three .advice-content ul li {
  -webkit-text-fill-color: var(--white);
  -webkit-text-stroke: 1px var(--dark);
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-66.6%);
  }
}
/*
Fight For Nation Area CSS
================================================================================*/
.nation-area {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.nation-area::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(22, 50, 122, 0.96);
}
.nation-area::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: -1;
  background-color: #f2f2f2;
}
.nation-area .section-heading {
  padding-top: 120px;
}
.nation-area .section-heading .sub-title {
  color: var(--info-color);
}
.nation-area .section-heading .mb-1 {
  margin-bottom: 35px !important;
}

.faq-content .accordion-item {
  border: none;
  margin-bottom: 20px;
  border-radius: 5px;
  background-color: var(--white);
}
.faq-content .accordion-item .accordion-button {
  border: none;
  box-shadow: none;
  border-radius: 5px;
  background-color: var(--white);
  font-size: 18px;
  font-weight: 700;
  color: var(--dark);
  padding: 22px 30px;
  position: relative;
}
.faq-content .accordion-item .accordion-button::before {
  content: "\ea69";
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  font-size: 20px;
  color: var(--primary);
  font-family: tabler-icons !important;
}
.faq-content .accordion-item .accordion-button::after {
  display: none;
}
.faq-content .accordion-item .accordion-button:not(.collapsed)::before {
  content: "\ea68";
}
.faq-content .accordion-item .accordion-body {
  padding: 0 50px 30px 30px;
}
.faq-content .accordion-item .accordion-body p {
  color: var(--paragraph);
}
.faq-content .accordion-item:last-child {
  margin-bottom: 0;
}

.nation-image .popup-btn {
  top: 50%;
  left: 0;
  right: 0;
  position: absolute;
  transform: translateY(-50%);
  width: 140px;
  height: 140px;
  margin: auto;
}
.nation-image .play {
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 100%;
  background-color: var(--white);
  text-align: center;
  color: var(--info-color);
  display: inline-block;
  font-size: 34px;
  transition: var(--transition);
  position: relative;
  z-index: 1;
}
.nation-image .play::after {
  position: absolute;
  content: "";
  top: 0;
  left: -20px;
  right: 0;
  bottom: 0;
  width: 140px;
  height: 140px;
  margin: auto;
  z-index: -1;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.5058823529);
}
.nation-image .play:hover {
  background-color: var(--info-color);
  color: var(--white);
}
.nation-image .about-card {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.single-donate-image .play {
  top: 50%;
  left: 0;
  right: 0;
  color: var(--info-color);
  margin: auto;
  position: absolute;
  transform: translateY(-50%);
  text-align: center;
  font-size: 30px;
  width: 100px;
  height: 100px;
  line-height: 96px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  transition: var(--transition);
  border: 4px solid var(--white);
}
.single-donate-image .play:hover {
  background-color: var(--info-color);
  color: var(--white);
}

/*
Fight For Nation Area CSS h-2
================================================================================*/
.fight-area .mb-4 {
  margin-bottom: 40px !important;
}
.fight-area .faq-content .accordion-item {
  border: none;
  margin-bottom: 20px;
  border-radius: 5px;
  background-color: var(--white);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
}
.fight-area .faq-content .accordion-item .accordion-button::before {
  color: var(--info-color);
}
.fight-area .nation-image .a-image-6 {
  margin-top: -100px;
  position: relative;
  top: 100px;
}
.fight-area .nation-image .a-image-7 {
  position: relative;
  margin-top: -100px;
}
.fight-area .nation-image .n-shape-1 {
  top: 55px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  pointer-events: none;
  z-index: -1;
  animation: astronaut 9s linear infinite;
}

/*
Team Area CSS
================================================================================*/
.team-card {
  padding: 0 5px 30px;
}
.team-card .team-card-body {
  padding: 30px 20px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
}
.team-card .content {
  transition: var(--transition);
}
.team-card .social-content {
  position: absolute;
  left: 5px;
  right: 5px;
  bottom: 0;
  margin: auto;
  padding: 30px 20px;
  transition: var(--transition);
  text-align: center;
  visibility: hidden;
  opacity: 0;
}
.team-card:hover .content, .team-card.active .content {
  opacity: 0;
}
.team-card:hover .social-content, .team-card.active .social-content {
  visibility: visible;
  opacity: 1;
  bottom: 30px;
}

.team-items .team-pagination {
  position: relative;
  bottom: 0;
  margin-top: 10px;
  text-align: center;
}
.team-items .team-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  position: relative;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 5px);
}
.team-items .team-pagination .swiper-pagination-bullet::before {
  position: absolute;
  content: "";
  top: 0;
  left: -2px;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  border: 1px solid var(--info-color);
  opacity: 0;
  transition: var(--transition);
}
.team-items .team-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--info-color);
}
.team-items .team-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  opacity: 1;
}

.social li {
  display: inline-block;
  margin-right: 5px;
}
.social li a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 38px;
  border-radius: 100%;
  background-color: var(--gray-color);
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-align: center;
  color: var(--dark);
  font-size: 16px;
}
.social li a:hover {
  color: var(--white);
  background-color: var(--primary);
  border: 1px solid var(--primary);
}
.social li:last-child {
  margin-right: 0;
}

/*
Candidates Area CSS h-2
================================================================================*/
.candidates-area::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(22, 50, 122, 0.96);
}
.candidates-area .team-card .social {
  top: 50px;
  right: 0;
  position: absolute;
  visibility: hidden;
  transition: var(--transition);
  opacity: 0;
}
.candidates-area .team-card .social li {
  display: block;
  margin-right: 0;
  margin-bottom: 10px;
}
.candidates-area .team-card .social li:last-child {
  margin-bottom: 0;
}
.candidates-area .team-card:hover .content, .candidates-area .team-card.active .content {
  opacity: 1;
}
.candidates-area .team-card:hover .social, .candidates-area .team-card.active .social {
  visibility: visible;
  opacity: 1;
  right: 30px;
}
.candidates-area.team-page::before {
  display: none;
}

.candidates-items .candidates-btn .swiper-button-next, .candidates-items .candidates-btn .swiper-button-prev {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 100%;
  text-align: center;
  background-color: var(--white);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
  transition: var(--transition);
  color: var(--dark);
}
.candidates-items .candidates-btn .swiper-button-next::after, .candidates-items .candidates-btn .swiper-button-prev::after {
  font-size: 18px;
  font-weight: 700;
}
.candidates-items .candidates-btn .swiper-button-next:hover, .candidates-items .candidates-btn .swiper-button-prev:hover {
  background-color: var(--primary);
  color: var(--white);
}
.candidates-items .candidates-btn .swiper-button-next {
  left: auto;
  right: -96px;
}
.candidates-items .candidates-btn .swiper-button-prev {
  left: -96px;
  right: auto;
}

/*
Candidates Area CSS h-3
================================================================================*/
.team-area.volunteer .team-card .social-content {
  left: 0;
  position: relative;
  visibility: visible;
  opacity: 1;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
}
.team-area.volunteer .team-card:hover .social-content, .team-area.volunteer .team-card.active .social-content {
  bottom: 0;
}

/*
Testimonials Area CSS
================================================================================*/
.testimonials-area .section-title {
  margin-bottom: 100px;
}

.testimonials-card {
  padding: 0 50px 35px;
}
.testimonials-card .u-image-1 {
  width: 100px;
  height: 100px;
  border: 2px solid var(--primary);
  margin-top: -50px;
  margin-bottom: 30px;
}
.testimonials-card .star li i {
  color: var(--star-color);
  font-size: 20px;
  line-height: 1;
  letter-spacing: 5px;
}
.testimonials-card p {
  margin-bottom: 20px;
}
.testimonials-card .quotes {
  font-size: 75px;
  line-height: 0;
  color: rgba(0, 0, 0, 0.12);
}

/*
Reviews Area CSS h-2
================================================================================*/
.reviews-area {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.reviews-area::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(22, 50, 122, 0.96);
}
.reviews-area::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 90px;
  z-index: -1;
  background-color: var(--gray-color);
}
.reviews-area .top-bar {
  margin-bottom: 100px;
}
.reviews-area .top-bar .sub-title {
  color: var(--info-color);
}
.reviews-area .testimonials-card {
  padding: 0 35px 35px;
}
.reviews-area .testimonials-card .u-image-1 {
  border: 2px solid var(--white);
}
.reviews-area .testimonials-card .quotes {
  font-size: 70px;
}
.reviews-area.about-reviews::after {
  display: none;
}
.reviews-area.about-reviews .section-title {
  margin-bottom: 100px;
}
.reviews-area.about-reviews .testimonials-card {
  padding: 0 50px 35px;
}

/*
Client Say Area CSS h-3
================================================================================*/
.client-area .testimonials-card {
  padding: 40px 35px 40px;
}
.client-area .testimonials-card .u-image-1 {
  width: 90px;
  height: 90px;
  border: none;
}

.client-items .client-pagination {
  position: relative;
  margin-top: 50px;
  text-align: center;
  bottom: 0;
}
.client-items .client-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  position: relative;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  opacity: 1;
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 5px);
}
.client-items .client-pagination .swiper-pagination-bullet::before {
  position: absolute;
  content: "";
  top: 0;
  left: -3px;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: 1px solid var(--info-color);
  opacity: 0;
  transition: var(--transition);
}
.client-items .client-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--info-color);
}
.client-items .client-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  opacity: 1;
}

/*
Biography Area CSS
================================================================================*/
.biography-area {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.biography-area::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(22, 50, 122, 0.96);
}

.biography-inner.bx {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
}
.biography-inner .biography-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 245px;
  border-radius: 10px 0 0 10px;
}
.biography-inner .biography-image .number {
  width: 124px;
  height: 124px;
  border-radius: 100%;
  background-color: var(--primary);
  position: absolute;
  top: 50%;
  right: -60px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.biography-inner .biography-card-body {
  padding: 40px 40px 40px 75px;
}

.biography-items .swiper-pagination {
  position: relative;
  margin-top: 50px;
  text-align: center;
  bottom: 0;
}
.biography-items .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  position: relative;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.36);
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 5px);
}
.biography-items .swiper-pagination .swiper-pagination-bullet::before {
  position: absolute;
  content: "";
  top: 0;
  left: -2px;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  border: 1px solid var(--info-color);
  opacity: 0;
  transition: var(--transition);
}
.biography-items .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--info-color);
}
.biography-items .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  opacity: 1;
}

/*
Biography Area CSS h-2
================================================================================*/
.sec-biography-area .biography-image .number {
  background-color: var(--info-color);
  -webkit-clip-path: polygon(35% 0%, 65% 0%, 100% 35%, 100% 65%, 65% 100%, 35% 100%, 0% 65%, 0% 35%);
          clip-path: polygon(35% 0%, 65% 0%, 100% 35%, 100% 65%, 65% 100%, 35% 100%, 0% 65%, 0% 35%);
}
.sec-biography-area .biography-image .number.bc {
  background-color: var(--navy-color);
  -webkit-clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
          clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
}
.sec-biography-area.style-three::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 120px;
  background-color: var(--primary);
  z-index: -1;
}

/*
Partner Area CSS
================================================================================*/
.partner-area .partner-items .swiper-wrapper {
  text-align: center;
  align-items: center;
  justify-content: space-between;
}

/*
Blog Area CSS
================================================================================*/
.blog-card .blog-image img {
  transition: var(--transition);
  width: 100%;
}
.blog-card .blog-image .new {
  right: 30px;
  bottom: 30px;
  position: absolute;
}
.blog-card .blog-content {
  padding: 35px 35px 40px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
}
.blog-card .blog-content .meta li {
  position: relative;
  padding-left: 28px;
}
.blog-card .blog-content .meta li i {
  top: 2px;
  left: 0;
  color: var(--primary);
  position: absolute;
  font-size: 20px;
}
.blog-card .blog-content .meta li a {
  color: var(--paragraph-color);
  font-size: 14px;
}
.blog-card .blog-content .read-more:hover {
  color: var(--info-color);
}
.blog-card:hover .blog-image img {
  transform: scale(1.1);
}
.blog-card:hover .blog-image .new {
  background-color: var(--primary);
}
.blog-card:hover .read-more {
  color: var(--primary);
}

.new {
  font-size: 24px;
  font-weight: 900;
  font-family: var(--urbanistFontFamily);
  line-height: 1;
  color: var(--white);
  transition: var(--transition);
  padding: 10px 15px;
  border-radius: 5px;
}
.new span {
  font-size: 15px;
  font-weight: 600;
  display: block;
}

/*
Subscribe Area CSS
================================================================================*/
.subscribe-inner {
  padding: 60px 60px;
}
.subscribe-inner::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  z-index: -1;
  background-color: #1e193b;
}

.subscribe-form .form-control {
  color: var(--dark);
  height: 66px;
  background-color: var(--white);
  border-radius: 5px;
  padding: 15px 20px;
}
.subscribe-form .form-control:focus {
  border-color: var(--info-color);
}
.subscribe-form .default-btn {
  top: 0;
  right: 0;
  position: absolute;
  font-size: 30px;
  width: 65px;
  height: 65px;
  padding: 8px 12px 8px;
  border-radius: 0 5px 5px 0;
}
.subscribe-form .default-btn::before {
  border-radius: 0 4px 4px 0;
  background-color: var(--star-color);
}

/*
Footer Area CSS
================================================================================*/
.footer-area .ps-1 {
  padding-left: 70px !important;
}
.footer-area .ps-2 {
  padding-left: 100px !important;
}
.footer-area .ps-3 {
  padding-left: 130px !important;
}
.footer-area .ps-5 {
  padding-left: 80px !important;
}
.footer-area.s-three .ps-2 {
  padding-left: 70px !important;
}
.footer-area.s-three .ps-5 {
  padding-left: 10px !important;
}

.footer-weight {
  padding-bottom: 120px;
}
.footer-weight.one {
  position: relative;
  margin-right: -10px;
}
.footer-weight h3 {
  padding-bottom: 15px;
  margin-bottom: 42px;
  position: relative;
}
.footer-weight h3::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 90px;
  height: 1px;
  background-color: var(--info-color);
}
.footer-weight h3::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 25px;
  height: 1px;
  background-color: var(--white);
}
.footer-weight .social li {
  vertical-align: middle;
}
.footer-weight .social li a {
  background-color: var(--white);
}
.footer-weight .social li a:hover {
  background-color: var(--primary);
}
.footer-weight .social li:last-child {
  margin-right: 0;
}
.footer-weight .causes li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 1px;
  margin-bottom: 15px;
}
.footer-weight .causes li i {
  top: 2px;
  left: 0;
  color: var(--white);
  position: absolute;
}
.footer-weight .causes li a {
  color: var(--white);
}
.footer-weight .causes li a:hover {
  color: var(--primary);
}
.footer-weight .causes li:last-child {
  margin-bottom: 0;
}
.footer-weight .location li {
  margin-bottom: 18px;
}
.footer-weight .location li a {
  color: var(--white);
}
.footer-weight .location li a:hover {
  color: var(--primary);
}
.footer-weight .location li:last-child {
  margin-bottom: 0;
}
.footer-weight .instagram li {
  position: relative;
  display: inline-flex;
  gap: 10px;
  margin-right: 5px;
}
.footer-weight .instagram li::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(20, 179, 228, 0.8);
  transition: var(--transition);
}
.footer-weight .instagram li .instagram {
  top: 50%;
  left: 0;
  right: 0;
  opacity: 0;
  position: absolute;
  transform: translateY(-50%);
  text-align: center;
  line-height: 1;
  font-size: 20px;
  color: var(--white);
}
.footer-weight .instagram li .instagram:hover {
  color: var(--primary);
}
.footer-weight .instagram li:hover::before {
  opacity: 1;
  background-color: rgba(20, 179, 228, 0.9);
}
.footer-weight .instagram li:hover .instagram {
  opacity: 1;
}
.footer-weight .causes-form .form-control {
  background-color: var(--white);
  border-radius: 10px;
  color: var(--dark);
  height: 55px;
  padding: 12px 15px;
  font-size: 15px;
}
.footer-weight .causes-form .form-control:focus {
  border-color: var(--primary);
}
.footer-weight .causes-form .default-btn {
  top: 5px;
  right: 5px;
  padding: 10px 5px 10px;
  position: absolute;
  font-size: 24px;
  width: 45px;
  height: 45px;
  line-height: 20px;
  text-align: center;
  border-radius: 10px;
}

/*
Copyright Area CSS
================================================================================*/
.copyright-area {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 35px 0;
}
.copyright-area p {
  color: var(--white);
}
.copyright-area p a:hover {
  color: var(--white);
}
.copyright-area .service {
  text-align: end;
}
.copyright-area .service li {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 40px;
}
.copyright-area .service li::before {
  position: absolute;
  content: "";
  top: 50%;
  right: -22px;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.32);
  transform: translateY(-50%);
}
.copyright-area .service li a {
  color: var(--white);
}
.copyright-area .service li a:hover {
  color: var(--primary);
}
.copyright-area .service li:last-child {
  margin-right: 0;
}
.copyright-area .service li:last-child::before {
  display: none;
}

/*
Donate Page
================================================================================*/
.donate-page .donate-list li {
  display: inline-block;
  border-radius: 5px;
  background-color: #f2f2f2;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 12px 19px;
}
.donate-page .donate-list li.active {
  background-color: var(--info-color);
  color: var(--white);
}
.donate-page .donate-list li input#custom-input {
  width: auto;
  height: auto;
  border: none;
  padding: 2px 5px;
}
.donate-page .form-control {
  color: var(--dark);
  height: 50px;
  padding: 10px 20px;
  background-color: var(--gray-color);
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 25px;
}
.donate-page .form-control:focus {
  border-color: var(--info-color);
}
.donate-page .textarea {
  min-height: 270px;
}

/*
Gallery Page
================================================================================*/
.gallery-image::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0%;
  height: 0%;
  border-radius: 10px;
  background-color: rgba(231, 15, 73, 0.5);
  transition: var(--transition);
  visibility: hidden;
  opacity: 0;
}
.gallery-image .plus-image {
  top: 50%;
  left: 0;
  right: 0;
  color: var(--primary);
  margin: auto;
  position: absolute;
  transform: translateY(-50%);
  text-align: center;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 100%;
  background-color: var(--white);
  transition: var(--transition);
  font-size: 26px;
  visibility: hidden;
  opacity: 0;
}
.gallery-image .plus-image:hover {
  background-color: var(--info-color);
  color: var(--white);
}
.gallery-image:hover::before {
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: visible;
}
.gallery-image:hover .plus-image {
  opacity: 1;
  visibility: visible;
}

/*
Blog Details Page
================================================================================*/
.blog-details-content .mb-4 {
  margin-bottom: 30px !important;
}
.blog-details-content .blog-details-image .new {
  position: absolute;
  bottom: -28px;
  right: 50px;
}
.blog-details-content .blog-content {
  padding: 35px 0 30px;
}
.blog-details-content .blog-content .meta li {
  position: relative;
  padding-left: 28px;
}
.blog-details-content .blog-content .meta li i {
  top: 2px;
  left: 0;
  color: var(--primary);
  position: absolute;
  font-size: 20px;
}
.blog-details-content .blog-content .meta li a {
  color: var(--paragraph-color);
  font-size: 14px;
}
.blog-details-content .blog-content .read-more:hover {
  color: var(--info-color);
}

.quote-card {
  padding: 30px 35px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
}
.quote-card i {
  color: var(--info-color);
  line-height: 0;
  font-size: 70px;
}

.share-tag {
  padding: 12px 30px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
}
.share-tag .tags li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
}
.share-tag .tags li .tag {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  text-align: center;
  border: 1px solid var(--primary);
  color: var(--primary);
}
.share-tag .tags li a {
  color: var(--paragraph);
}
.share-tag .tags li a:hover {
  color: var(--primary);
}
.share-tag .tags li:last-child {
  margin-right: 0;
}
.share-tag .share {
  text-align: end;
}
.share-tag .share li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.share-tag .share li span {
  color: var(--paragraph);
}
.share-tag .share li a {
  display: inline-block;
  color: var(--dark);
  border: 1px solid var(--dark);
  border-radius: 100%;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 12px;
}
.share-tag .share li a:hover {
  color: var(--primary);
  border: 1px solid var(--primary);
}
.share-tag .share li:last-child {
  margin-right: 0;
}

.r-comment {
  padding: 40px 40px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
}
.r-comment img {
  width: 100px;
  height: 100px;
}
.r-comment h4 {
  margin-bottom: 15px;
}
.r-comment .share li {
  display: inline-block;
  color: var(--paragraph);
  margin-right: 5px;
}
.r-comment .share li a {
  display: inline-block;
  color: var(--dark);
  width: 30px;
  height: 30px;
  line-height: 32px;
  border-radius: 100%;
  border: 1px solid var(--dark);
  text-align: center;
  font-size: 12px;
}
.r-comment .share li a:hover {
  color: var(--primary);
  border: 1px solid var(--primary);
}
.r-comment .share li:last-child {
  margin-right: 0;
}
.r-comment.two {
  padding: 40px 35px 40px 35px;
  position: relative;
}
.r-comment.two img {
  width: 80px;
  height: 80px;
}
.r-comment.two h4 {
  margin-bottom: 10px;
}
.r-comment.two span {
  display: block;
  font-size: 14px;
  margin-bottom: 15px;
}
.r-comment.two .reply {
  top: 40px;
  right: 40px;
  position: absolute;
  color: var(--white);
  font-weight: 600;
}
.r-comment.two .reply:hover {
  color: var(--primary);
}

.comments {
  padding: 40px 40px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
}
.comments h3 {
  font-size: 25px;
  line-height: 1;
  margin-bottom: 15px;
}
.comments span {
  display: block;
  margin-bottom: 25px;
}
.comments .form-control {
  color: var(--paragraph);
  height: 50px;
  padding: 12px 20px;
  margin-bottom: 25px;
  background-color: var(--gray-color);
}
.comments .form-control::-moz-placeholder {
  color: var(--paragraph);
}
.comments .form-control::placeholder {
  color: var(--paragraph);
}
.comments .form-control:focus {
  border-color: var(--primary);
}
.comments .textarea {
  min-height: 200px;
}

/*== Sidebar CSS ==*/
.sidebar .mb-1 {
  margin-bottom: 35px !important;
}
.sidebar h3 {
  padding-bottom: 12px;
  margin-bottom: 25px;
  border-bottom: 1px solid var(--info-color);
  position: relative;
}
.sidebar .search-box {
  padding: 40px 30px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
}
.sidebar .search-box .form-control {
  color: var(--white);
  padding: 10px 15px;
  height: 50px;
  background-color: var(--gray-color);
}
.sidebar .search-box .form-control::-moz-placeholder {
  color: var(--paragraph);
}
.sidebar .search-box .form-control::placeholder {
  color: var(--paragraph);
}
.sidebar .search-box .form-control:focus {
  border-color: var(--primary);
}
.sidebar .search-box .read-more {
  top: 50%;
  right: 0;
  position: absolute;
  transform: translateY(-50%);
  font-size: 20px;
  background-color: var(--primary);
  color: var(--white);
  width: 50px;
  height: 50px;
  line-height: 56px;
  border-radius: 5px;
}
.sidebar .search-box .read-more:hover {
  color: var(--info-color);
}
.sidebar .recent-post {
  padding: 40px 30px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
}
.sidebar .recent-post ul li {
  margin-bottom: 20px;
}
.sidebar .recent-post ul li:last-child {
  margin-bottom: 0;
}
.sidebar .recent-post .u-image-8 {
  width: 83px;
  height: 70px;
}
.sidebar .recent-post span {
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}
.sidebar .recent-post h5 {
  font-size: var(--font-size);
  margin-bottom: 0;
}
.sidebar .recent-post h5 a {
  color: var(--dark);
}
.sidebar .recent-post h5 a:hover {
  color: var(--primary);
}
.sidebar .recent-post.opinion .u-image-8 {
  width: 100px;
  height: 113px;
}
.sidebar .recent-post.opinion h5 {
  margin-bottom: 10px;
}
.sidebar .services {
  padding: 40px 30px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
}
.sidebar .services ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.sidebar .services ul li::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: var(--primary);
  transform: translateY(-50%);
}
.sidebar .services ul li a {
  color: var(--paragraph);
}
.sidebar .services ul li a:hover {
  color: var(--primary);
}
.sidebar .services ul li:last-child {
  margin-bottom: 0;
}
.sidebar .tags {
  padding: 40px 30px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
}
.sidebar .tags ul li {
  display: inline-block;
}
.sidebar .tags ul li a {
  display: inline-block;
  background-color: var(--gray-color);
  border-radius: 5px;
  padding: 6px 15px;
  color: var(--paragraph);
  font-size: 15px;
  font-weight: 500;
  transition: var(--transition);
}
.sidebar .tags ul li a:hover {
  color: var(--white);
  background-color: var(--primary);
}
.sidebar .events {
  padding: 40px 30px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
}
.sidebar .events ul li {
  position: relative;
  color: var(--primary);
  margin-bottom: 10px;
}
.sidebar .events ul li span {
  top: 0;
  right: 0;
  color: var(--paragraph);
  position: absolute;
}
.sidebar .events ul li a {
  top: 0;
  right: 0;
  color: var(--paragraph);
  position: absolute;
}
.sidebar .events ul li:last-child {
  margin-bottom: 0;
}

/*
Contact Us Page
================================================================================*/
.contact-form {
  padding: 40px 50px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
}
.contact-form .form-control {
  color: var(--white);
  height: 50px;
  padding: 12px 20px;
  background-color: var(--gray-color);
  margin-bottom: 20px;
}
.contact-form .form-control::-moz-placeholder {
  color: var(--paragraph);
}
.contact-form .form-control::placeholder {
  color: var(--paragraph);
}
.contact-form .form-control:focus {
  border-color: var(--primary);
}
.contact-form .textarea {
  min-height: 280px;
}

.map-sidebar {
  padding: 50px 30px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
}
.map-sidebar .address {
  padding: 27px 30px;
  margin-bottom: 30px;
  background-color: var(--gray-color);
}
.map-sidebar .address i {
  display: inline-block;
  color: var(--white);
  width: 60px;
  height: 60px;
  line-height: 66px;
  border-radius: 100%;
  background-color: var(--info-color);
  transition: var(--transition);
  text-align: center;
  font-size: 20px;
}
.map-sidebar .address a {
  display: block;
  color: var(--paragraph);
}
.map-sidebar .address a:hover {
  color: var(--primary);
}
.map-sidebar .address:last-child {
  margin-bottom: 0;
}
.map-sidebar .address:hover i {
  background-color: var(--primary);
}

.contact-map .container-fluid {
  padding-left: calc(var(--bs-gutter-x) * 0);
  padding-right: calc(var(--bs-gutter-x) * 0);
}
.contact-map .map iframe {
  width: 100%;
  height: 500px;
  display: block;
}

/*
Candidate Details Page
================================================================================*/
.candidate-details-wrap .information li {
  margin-bottom: 10px;
}
.candidate-details-wrap .information li a {
  color: var(--paragraph);
  margin-left: 5px;
}
.candidate-details-wrap .information li a:hover {
  color: var(--primary);
}
.candidate-details-wrap .information li:last-child {
  margin-bottom: 0;
}

.skills {
  width: 100%;
}
.skills .skill-name {
  font-size: 18px;
  font-weight: 600;
  color: var(--dark);
  margin: 12px 0;
}
.skills .skill-bar {
  height: 9px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
.skills .skill-bar .skill-percentage {
  height: 9px;
  background-color: var(--primary);
  border-radius: 2px;
  position: relative;
  animation: fillBars 2.5s 1;
}
.skills .skill-bar .skill-percentage::before {
  content: attr(data-name);
  position: absolute;
  font-size: 18px;
  font-weight: 500;
  top: -38px;
  right: 0;
  transform: transition(50%);
}

@keyframes fillBars {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.skills-content .check {
  margin-bottom: 12px;
  gap: 15px;
}
.skills-content .check i {
  color: var(--primary);
  font-size: 20px;
  line-height: 0;
}
.skills-content .check:last-child {
  margin-bottom: 0;
}

/*
Event Details Page
================================================================================*/
.event-details-content .mt-1 {
  margin-top: 35px !important;
}
.event-details-content iframe {
  width: 100%;
  height: 500px;
  display: block;
  border-radius: 10px;
}

/*
Issue Details Page
================================================================================*/
.issue-details-content .mb-1 {
  margin-bottom: 35px !important;
}
.issue-details-content .play {
  color: var(--info-color);
  font-size: 26px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 100%;
  background-color: var(--white);
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  transition: var(--transition);
  margin: auto;
}
.issue-details-content .play::after {
  position: absolute;
  content: "";
  top: 0;
  left: -15px;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 130px;
  height: 130px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: -1;
}
.issue-details-content .play:hover {
  background-color: var(--info-color);
  color: var(--white);
}
.issue-details-content .check-mark li {
  margin-bottom: 12px;
  gap: 12px;
}
.issue-details-content .check-mark li i {
  color: var(--primary);
  font-size: 20px;
  line-height: 1;
  position: relative;
  top: 2px;
}
.issue-details-content .check-mark li:last-child {
  margin-bottom: 0;
}

/*
Register Page
================================================================================*/
.register-form {
  max-width: 850px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
  margin-left: auto;
  margin-right: auto;
}
.register-form .form-control {
  padding: 12px 20px;
  height: 56px;
  color: var(--white);
  background-color: var(--ellipse-color);
  box-shadow: 0px 0px 25px 12px rgba(14, 7, 60, 0.04) !important;
  margin-bottom: 20px;
}
.register-form .form-control::-moz-placeholder {
  color: var(--paragraph);
}
.register-form .form-control::placeholder {
  color: var(--paragraph);
}
.register-form .form-control:focus {
  border-color: var(--primary);
}
.register-form .form-check {
  margin-bottom: 20px;
}
.register-form .form-check .form-check-input {
  width: 18px;
  height: 18px;
  background-color: var(--ellipse-color);
  border: 1px solid var(--paragraph);
}
.register-form .form-check .form-check-input:focus {
  border-color: var(--info-color);
  background-color: var(--info-color);
}
.register-form .form-check .form-check-label a {
  color: var(--info-color);
}
.register-form .google-btn {
  color: var(--white);
  padding: 16px 30px 16px;
  background-color: var(--info-color);
}
.register-form .google-btn:hover {
  color: var(--star-color);
}

.c-p {
  color: var(--primary);
}

.c-i {
  color: var(--info-color);
}

/*
Terms & Condition Page
================================================================================*/
.terms-condition-content .mt-1 {
  margin-top: 35px !important;
}
.terms-condition-content .mb-1 {
  margin-bottom: 30px !important;
}

/*
404 Error Page CSS
================================================================================*/
.error-area {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 180px;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.error-area .container {
  max-width: 700px;
}
.error-area .error-content-wrap {
  z-index: 1;
  position: relative;
}
.error-area .error-content-wrap p {
  margin: 30px 0 30px;
  font-size: 24px;
  font-weight: 500;
}
.error-area .error-content-wrap .default-btn {
  font-size: 18px;
  padding: 14px 50px 15px;
}
.error-area .health-shape-1 {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
}

/*
Service Pagination CSS
============================================================*/
.service-pagination .pagination {
  justify-content: center;
}
.service-pagination .pagination .page-item {
  margin-right: 10px;
  border-radius: 0;
}
.service-pagination .pagination .page-item .page-link {
  font-weight: 500;
  border: none;
  color: var(--dark);
  width: 40px;
  height: 40px;
  font-weight: 700;
  line-height: 28px;
  border-radius: 100%;
  text-align: center;
  transition: var(--transition);
  background-color: var(--white);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
}
.service-pagination .pagination .page-item .page-link span {
  font-size: 22px;
  position: relative;
  right: 2px;
  top: 3px;
  color: var(--dark);
  transition: var(--transition);
}
.service-pagination .pagination .page-item .page-link.active {
  border-color: var(--primary);
  color: var(--white);
  background-color: var(--primary);
}
.service-pagination .pagination .page-item .page-link:hover {
  color: var(--white);
  background-color: var(--primary);
}
.service-pagination .pagination .page-item .page-link:hover span {
  color: var(--white);
}
.service-pagination .pagination .page-item:last-child {
  margin-right: 0;
}

/*
Go Top Button CSS
============================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  top: 50%;
  right: 25px;
  background-color: var(--primary);
  color: var(--white);
  width: 40px;
  height: 40px;
  opacity: 0;
  font-size: 25px;
  text-align: center;
  visibility: hidden;
  transition: var(--transition);
  line-height: 42px;
  z-index: 4;
}
.go-top.active {
  top: 98%;
  transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
}
.go-top::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  z-index: -1;
  background-color: var(--info-color);
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}
.go-top:hover {
  color: var(--white);
}
.go-top:hover::before {
  height: 100%;
  opacity: 1;
  visibility: visible;
}

/*
Preloader CSS
============================================================*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.preloader .loader {
  position: relative;
  width: 100px;
  height: 50px;
  display: flex;
  justify-content: space-between;
}
.preloader .loader span {
  width: 20px;
  height: 20px;
  background-color: var(--primary);
  border-radius: 100%;
  animation: bounce 1.2s infinite ease-in-out;
}
.preloader .loader span:nth-child(2) {
  animation-delay: -0.6s;
}

@keyframes bounce {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
/* keyframes */
@keyframes pop {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes rotate-vertical {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes astronaut {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes up {
  0%, 100% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(20px);
  }
}
@keyframes treeAnimate {
  0% {
    transform: rotateX(-20deg) rotateY(360deg);
  }
  100% {
    transform: rotateX(-20deg) rotateY(0deg);
  }
}
@keyframes lf {
  0%, 100% {
    transform: translateX(-30px);
  }
  50% {
    transform: translateX(20px);
  }
}/*# sourceMappingURL=style.css.map */