/*!
Theme Name: pledge4angdan
Theme URI: http://underscores.me/
Author: Siliconithub
Author URI: https://siliconithub.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pledge4angdan
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

pledge4angdan is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@charset "UTF-8";

@-webkit-keyframes fadeInFor {

  0%,
  50% {
    opacity: 0;
  }

  75% {
    opacity: 0.25;
  }

  80% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeInFor {

  0%,
  50% {
    opacity: 0;
  }

  75% {
    opacity: 0.25;
  }

  80% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInForUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInForUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInForDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInForDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol[class],
ul[class] li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}

.row>* {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

@media (max-width: 767px) {
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}

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

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

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

.text-justify {
  text-align: justify;
}

.justify-content-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.py-5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-1 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-3 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-4 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.px-5 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.pt-0 {
  padding-top: 0rem;
}

.pt-1 {
  padding-top: 1rem;
}

.pt-2 {
  padding-top: 2rem;
}

.pt-3 {
  padding-top: 3rem;
}

.pt-4 {
  padding-top: 4rem;
}

.pt-5 {
  padding-top: 5rem;
}

.pb-1 {
  padding-bottom: 1rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.pb-3 {
  padding-bottom: 3rem;
}

.pb-4 {
  padding-bottom: 4rem;
}

.pb-5 {
  padding-bottom: 5rem;
}

.my-5 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.my-4 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.my-3 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mx-1 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-2 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.mx-3 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.mx-4 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.mx-5 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.mt-0 {
  margin-top: 0rem;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mt-4 {
  margin-top: 4rem !important;
}

.mt-5 {
  margin-top: 5rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.mb-5 {
  margin-bottom: 5rem;
}

.container,
.container-lg {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1300px;
  }
}

.container_sm {
  max-width: 1024px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991px) {
  .container {
    max-width: 980px;
  }
}

@media (max-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (max-width: 1280px) {
  .container {
    max-width: 1220px;
  }

  .container_sm {
    max-width: 1080px;
  }
}

@media (min-width: 1366px) {
  .container {
    max-width: 1300px;
  }

  .container_sm {
    max-width: 1120px;
  }
}

@media (min-width: 1500px) {
  .container {
    max-width: 1420px;
  }

  .container_sm {
    max-width: 1200px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1560px;
  }

  .container_sm {
    max-width: 1260px;
  }
}

@media (min-width: 1800px) {
  .container {
    max-width: 1660px;
  }

  .container_sm {
    max-width: 1260px;
  }
}

@font-face {
  font-family: "Myriad-Roman";
  src: url("assets/fonts/Myriad-Roman.woff2") format("woff2"), url("assets/fonts/Myriad-Roman.woff") format("woff"), url("assets/fonts/Myriad-Roman.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Saira";
  src: url("assets/fonts/Saira-Regular.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: "Saira";
  src: url("assets/fonts/Saira-Medium.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
  font-weight: 500;
}

@font-face {
  font-family: "Saira";
  src: url("assets/fonts/Saira-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
  font-weight: 600;
}

@font-face {
  font-family: "Saira";
  src: url("assets/fonts/Saira-Bold.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
  font-weight: bold;
}

@font-face {
  font-family: "FiraSans";
  src: url("assets/fonts/FiraSans-Light.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
  font-weight: 300;
}

@font-face {
  font-family: "FiraSans";
  src: url("assets/fonts/FiraSans-Regular.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
  font-weight: normal;
}

@font-face {
  font-family: "FiraSans";
  src: url("assets/fonts/FiraSans-Medium.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
  font-weight: 500;
}

@font-face {
  font-family: "Revamped";
  src: url("assets/fonts/Revamped.otf") format("truetype");
  font-style: normal;
  font-display: swap;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*::-moz-selection {
  background: rgba(243, 62, 49, 0.5);
  color: white;
}

*::selection {
  background: rgba(243, 62, 49, 0.5);
  color: white;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: "Saira", sans-serif;
  font-weight: normal;
  font-size: 1rem;
  background-color: white;
  min-width: 360px;
  width: 100%;
  overflow-x: hidden;
}

body.oveHidden {
  overflow: hidden;
}

@media (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
}

:root {
  --header-height: 100px;
  --logo-size: calc(var(--header-height) * 2);
}

@media (max-width: 1560px) {
  :root {
    --header-height: 80px;
  }
}

@media (max-width: 1200px) {
  :root {
    --header-height: 70px;
  }
}

@media (max-width: 991px) {
  :root {
    --header-height: 60px;
  }
}

@media (max-width: 767px) {
  :root {
    --header-height: 55px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media (min-width: 1920px) {
  .container {
    max-width: 1920px;
  }
}

.container_ft {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1560px) {
  .container_ft {
    max-width: 1180px;
  }
}

.img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
}

.form_group {
  margin-bottom: 1rem;
}

.input {
  width: 100%;
  outline: none;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

@media (min-width: 1600px) {
  .col-xl-9 {
    width: 80%;
  }
}

.btn_primary,
.btn_secondary {
  background-color: #f33e31;
  color: white;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 1px;
  border-radius: 50px;
  text-decoration: none;
  padding: 0.75rem 1.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: solid 1px transparent;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-box-shadow: 0 4px 6px 1px rgba(243, 62, 49, 0.4);
  box-shadow: 0 4px 6px 1px rgba(243, 62, 49, 0.4);
  -webkit-transition: background-color 600ms, -webkit-box-shadow 600ms;
  transition: background-color 600ms, -webkit-box-shadow 600ms;
  transition: box-shadow 600ms, background-color 600ms;
  transition: box-shadow 600ms, background-color 600ms, -webkit-box-shadow 600ms;
  text-transform: uppercase;
  font-weight: 500;
}

@media (min-width: 1560px) {

  .btn_primary,
  .btn_secondary {
    font-size: 1.5rem;
    padding: 0.8rem 2rem;
  }
}

@media (max-width: 1200px) {

  .btn_primary,
  .btn_secondary {
    font-size: 1rem;
    padding: 0.55rem 1.5rem;
  }
}

@media (max-width: 767px) {

  .btn_primary,
  .btn_secondary {
    font-size: 0.875rem;
    padding: 0.55rem 1rem;
  }
}

.btn_primary:hover,
.btn_secondary:hover,
.btn_primary:focus,
.btn_secondary:focus {
  border: solid 1px #7f86a8;
  background-color: #2c3146;
  -webkit-box-shadow: 0 4px 8px 2px rgba(44, 49, 70, 0.6);
  box-shadow: 0 4px 8px 2px rgba(44, 49, 70, 0.6);
}

.btn_primary:active,
.btn_secondary:active {
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
}

.btn_secondary {
  background-color: #202435;
  color: white;
}

.btn_secondary:hover,
.btn_secondary:focus {
  background-color: #202435;
  -webkit-box-shadow: 0 0 12px 1px rgba(32, 36, 53, 0.8);
  box-shadow: 0 0 12px 1px rgba(32, 36, 53, 0.8);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pagination_wrap {
  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;
  gap: 0.75rem;
}

.pagination_wrap>.number_wrap {
  padding: 0 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
}

@media (max-width: 767px) {
  .pagination_wrap>.number_wrap {
    gap: 0.5rem;
  }
}

.pagination_wrap>.page-numbers {
  cursor: pointer;
  text-decoration: none;
  color: #202435;
  font-size: 1.25rem;
  font-weight: 600;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  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;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  -webkit-transition: color 400ms, border-color 400ms, background-color 400ms;
  transition: color 400ms, border-color 400ms, background-color 400ms;
}

@media (max-width: 1560px) {
  .pagination_wrap>.page-numbers {
    width: 48px;
    height: 48px;
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .pagination_wrap>.page-numbers {
    width: 38px;
    height: 38px;
    font-size: 1rem;
  }
}

.pagination_wrap>.page-numbers:hover,
.pagination_wrap>.page-numbers:focus,
.pagination_wrap>.page-numbers.current {
  color: #868686;
  border-color: #868686;
}

.pagination_wrap>.page-numbers.current {
  color: white;
  border-color: transparent;
  background-color: #f33e31;
}

.pagination_wrap>.page-numbers.dots {
  border: none;
  width: auto;
  font-size: 1.5rem;
  letter-spacing: 2px;
  padding: 0 0.25rem;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pagination_wrap>.page-numbers.dots:hover,
.pagination_wrap>.page-numbers.dots:focus {
  background-color: transparent;
}

.pagination_wrap .page_btn,
.pagination_wrap .prev,
.pagination_wrap .next {
  border-radius: 50px;
  height: 50px;
  width: 50px;
  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;
  border: none;
  background-color: none;
  background-color: white;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  padding: 0.85rem;
  margin: 0 0.5rem;
  -webkit-transition: background 400ms, -webkit-filter 400ms;
  transition: background 400ms, -webkit-filter 400ms;
  transition: filter 400ms, background 400ms;
  transition: filter 400ms, background 400ms, -webkit-filter 400ms;
}

@media (max-width: 1560px) {

  .pagination_wrap .page_btn,
  .pagination_wrap .prev,
  .pagination_wrap .next {
    width: 48px;
    height: 48px;
  }
}

@media (max-width: 767px) {

  .pagination_wrap .page_btn,
  .pagination_wrap .prev,
  .pagination_wrap .next {
    width: 38px;
    height: 38px;
  }
}

.pagination_wrap .page_btn img,
.pagination_wrap .prev img,
.pagination_wrap .next img {
  width: 15px;
  -webkit-filter: opacity(0.5);
  filter: opacity(0.5);
  pointer-events: none;
  -webkit-transition: background-image 400ms, -webkit-filter 400ms;
  transition: background-image 400ms, -webkit-filter 400ms;
  transition: filter 400ms, background-image 400ms;
  transition: filter 400ms, background-image 400ms, -webkit-filter 400ms;
}

@media (max-width: 1560px) {

  .pagination_wrap .page_btn img,
  .pagination_wrap .prev img,
  .pagination_wrap .next img {
    width: 12px;
  }
}

.pagination_wrap .page_btn:hover,
.pagination_wrap .page_btn:focus,
.pagination_wrap .prev:hover,
.pagination_wrap .prev:focus,
.pagination_wrap .next:hover,
.pagination_wrap .next:focus {
  background-color: #2c3146;
}

.pagination_wrap .page_btn:hover img,
.pagination_wrap .page_btn:focus img,
.pagination_wrap .prev:hover img,
.pagination_wrap .prev:focus img,
.pagination_wrap .next:hover img,
.pagination_wrap .next:focus img {
  -webkit-filter: invert(1);
  filter: invert(1);
}

@media (max-width: 991px) {
  section.py-4 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

@media (max-width: 767px) {
  section.py-4 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.btn {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  outline: none;
  border: 1px solid transparent;
  border-radius: 10px;
  background-color: #efefef;
  font-size: 1.125rem;
  padding: 0.5em 1.5em;
  margin-bottom: 0.25rem;
  margin-right: 0.25rem;
  -webkit-transition: background-color 400ms, color 400ms, border-color 400ms, -webkit-transform 400ms;
  transition: background-color 400ms, color 400ms, border-color 400ms, -webkit-transform 400ms;
  transition: background-color 400ms, color 400ms, border-color 400ms, transform 400ms;
  transition: background-color 400ms, color 400ms, border-color 400ms, transform 400ms, -webkit-transform 400ms;
}

@media (max-width: 1560px) {
  .btn {
    font-size: 1rem;
  }
}

.btn:last-child {
  margin-right: 0;
}

.btn:only-child {
  margin-bottom: 0;
  margin-right: 0;
}

.btn:active {
  outline: none;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}

.btn:hover,
.btn:focus {
  color: #333;
  background-color: #ddd;
}

.btn[disabled],
.btn.disabled {
  -webkit-filter: opacity(0.5);
  filter: opacity(0.5);
  cursor: not-allowed;
  pointer-events: none;
}

.btn.btn_primary,
.btn.btn_secondary {
  background-color: #f33e31;
  color: white;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.btn_primary:hover,
.btn.btn_secondary:hover,
.btn.btn_primary:focus,
.btn.btn_secondary:focus {
  background-color: #2c3146;
}

.btn_facebook,
.btn_downloadCert,
.btn_twitter {
  background-color: #2c3146;
  color: white;
  font-size: 1.325rem;
  font-weight: 500;
  border-radius: 50px;
  text-decoration: none;
  border: solid 1px #7f86a8;
  padding: 0.65em 1em;
  padding-right: 1.4rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  -webkit-transition: border-color 300ms;
  transition: border-color 300ms;
  text-transform: uppercase;
  -webkit-tap-highlight-color: transparent;
}

@media (max-width: 1560px) {

  .btn_facebook,
  .btn_downloadCert,
  .btn_twitter {
    font-size: 1.25rem;
  }
}

@media (max-width: 1200px) {

  .btn_facebook,
  .btn_downloadCert,
  .btn_twitter {
    font-size: 1rem;
  }
}

.btn_facebook span,
.btn_downloadCert span,
.btn_twitter span {
  position: relative;
  z-index: 2;
}

.btn_facebook::before,
.btn_downloadCert::before,
.btn_twitter::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0%;
  bottom: 0;
  background-color: #285ee7;
  width: 75px;
  z-index: 1;
  -webkit-transition: width 400ms;
  transition: width 400ms;
}

@media (max-width: 1560px) {

  .btn_facebook::before,
  .btn_downloadCert::before,
  .btn_twitter::before {
    width: 70px;
  }
}

@media (max-width: 1200px) {

  .btn_facebook::before,
  .btn_downloadCert::before,
  .btn_twitter::before {
    width: 65px;
  }
}

.btn_facebook::after,
.btn_downloadCert::after,
.btn_twitter::after {
  content: "";
  position: relative;
  z-index: 2;
  display: inline-block;
  background: url(assets/images/icons/facebook.png) no-repeat;
  background-size: contain;
  background-position: center;
  width: 32px;
  height: 36px;
  margin-left: 2rem;
}

@media (max-width: 1560px) {

  .btn_facebook::after,
  .btn_downloadCert::after,
  .btn_twitter::after {
    height: 26px;
    width: 30px;
    margin-left: 1.75rem;
  }
}

@media (max-width: 1200px) {

  .btn_facebook::after,
  .btn_downloadCert::after,
  .btn_twitter::after {
    height: 22px;
    width: 28px;
    margin-left: 1.25rem;
  }
}

.btn_facebook:hover,
.btn_downloadCert:hover,
.btn_twitter:hover,
.btn_facebook:focus,
.btn_downloadCert:focus,
.btn_twitter:focus {
  -webkit-transition: border-color 400ms 200ms;
  transition: border-color 400ms 200ms;
  border-color: #285ee7;
}

.btn_facebook:hover::before,
.btn_downloadCert:hover::before,
.btn_twitter:hover::before,
.btn_facebook:focus::before,
.btn_downloadCert:focus::before,
.btn_twitter:focus::before {
  width: 100%;
}

.btn_twitter::after {
  background-image: url(assets/images/icons/twitter.png);
}

.btn_twitter::before {
  background-color: #31bbfb;
}

.btn_twitter:hover,
.btn_twitter:focus {
  border-color: #31bbfb;
}

.btn_downloadCert {
  background-color: #f33e31;
  border-color: #f33e31;
  -webkit-box-shadow: 0 4px 6px 1px rgba(243, 62, 49, 0.4);
  box-shadow: 0 4px 6px 1px rgba(243, 62, 49, 0.4);
  -webkit-transition: background-color 400ms, -webkit-box-shadow 400ms !important;
  transition: background-color 400ms, -webkit-box-shadow 400ms !important;
  transition: box-shadow 400ms, background-color 400ms !important;
  transition: box-shadow 400ms, background-color 400ms, -webkit-box-shadow 400ms !important;
  padding-right: 1.75rem;
}

.btn_downloadCert::after {
  display: none;
}

.btn_downloadCert::before {
  content: "";
  position: relative;
  z-index: 2;
  display: inline-block;
  background: url(assets/images/icons/download-icon.png) no-repeat;
  background-size: contain;
  background-position: center;
  width: 32px;
  height: 36px;
  margin-right: 1.5rem;
}

@media (max-width: 1560px) {
  .btn_downloadCert::before {
    width: 30px;
    height: 28px;
    margin-right: 1.25rem;
  }
}

@media (max-width: 1200px) {
  .btn_downloadCert::before {
    width: 28px;
    height: 24px;
    margin-right: 1rem;
  }
}

.btn_downloadCert:hover,
.btn_downloadCert:focus {
  -webkit-transition: border-color 0ms 0ms;
  transition: border-color 0ms 0ms;
  border-color: #7f86a8;
  background-color: #2c3146;
  -webkit-box-shadow: 0 4px 8px 2px rgba(44, 49, 70, 0.6);
  box-shadow: 0 4px 8px 2px rgba(44, 49, 70, 0.6);
}

.btn_downloadCert:hover::before,
.btn_downloadCert:focus::before {
  width: 32px;
}

@media (max-width: 1560px) {

  .btn_downloadCert:hover::before,
  .btn_downloadCert:focus::before {
    width: 30px;
  }
}

@media (max-width: 1200px) {

  .btn_downloadCert:hover::before,
  .btn_downloadCert:focus::before {
    width: 28px;
  }
}

.btn_readMore {
  font-size: 1rem;
  font-weight: 600;
  color: #202435;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  line-height: 1;
  border-bottom: solid 2px #f33e31;
  -webkit-transition: border-color 400ms;
  transition: border-color 400ms;
}

.btn_readMore::after {
  content: url(assets/images/icons/slick-arrow-blk.png);
  display: inline-block;
  margin-left: 0.5em;
}

.btn_readMore:hover {
  border-color: #2c3146;
}

.btn_video {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  background-color: white;
  position: relative;
  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;
  -webkit-transition: background-color 400ms, -webkit-transform 400ms;
  transition: background-color 400ms, -webkit-transform 400ms;
  transition: transform 400ms, background-color 400ms;
  transition: transform 400ms, background-color 400ms, -webkit-transform 400ms;
  -webkit-animation: waveMove 3s infinite linear;
  animation: waveMove 3s infinite linear;
}

.btn_video::before {
  content: url(assets/images/icons/play-icon.png);
  height: 20px;
}

@-webkit-keyframes waveMove {
  0% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4);
  }

  50% {
    -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.5);
  }

  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4);
  }
}

@keyframes waveMove {
  0% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4);
  }

  50% {
    -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.5);
  }

  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4);
  }
}

@media (max-width: 1200px) {
  .btn_video {
    width: 40px;
    height: 40px;
  }

  @-webkit-keyframes waveMove {
    0% {
      -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.4);
      box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.4);
    }

    50% {
      -webkit-box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.5);
      box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.5);
    }

    100% {
      -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.4);
      box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.4);
    }
  }

  @keyframes waveMove {
    0% {
      -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.4);
      box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.4);
    }

    50% {
      -webkit-box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.5);
      box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.5);
    }

    100% {
      -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.4);
      box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.4);
    }
  }
}

.btn_video:hover {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  background-color: #eee;
}

.sc_title {
  margin-bottom: 3rem;
  overflow-wrap: break-word;
}

@media (max-width: 767px) {
  .sc_title {
    margin-bottom: 2rem;
  }
}

.sc_title h2,
.sc_title h3 {
  font-size: 2.5rem;
  color: #000;
  font-weight: bold;
  position: relative;
  padding-bottom: 0.35em;
  margin-bottom: 0em;
}

@media (max-width: 1560px) {

  .sc_title h2,
  .sc_title h3 {
    font-size: 2.25rem;
  }
}

@media (max-width: 1200px) {

  .sc_title h2,
  .sc_title h3 {
    font-size: 2rem;
  }
}

@media (max-width: 991px) {

  .sc_title h2,
  .sc_title h3 {
    font-size: 1.75rem;
  }
}

@media (max-width: 767px) {

  .sc_title h2,
  .sc_title h3 {
    font-size: 1.5rem;
  }
}

.sc_title>*::before,
.sc_title>*::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 3px;
  background-color: #f33e31;
}

.sc_title>*::after,
.sc_title>*::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 15px;
  height: 3px;
  -webkit-filter: blur(1px);
  filter: blur(1px);
  background-color: white;
  -webkit-animation: moveLine2 8s linear infinite;
  animation: moveLine2 8s linear infinite;
}

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

.sc_title.text-center>*::before,
.sc_title.text-center>*::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sc_title.text-center>*::after {
  -webkit-animation: moveLine3 8s linear infinite;
  animation: moveLine3 8s linear infinite;
}

@media (max-width: 767px) {
  .sc_title {
    text-align: center;
  }

  .sc_title>*::before,
  .sc_title>*::after {
    left: 50%;
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
  }

  .sc_title>*::after {
    -webkit-animation: moveLine3 8s linear infinite !important;
    animation: moveLine3 8s linear infinite !important;
  }
}

.sc_title.dropdown_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .sc_title.dropdown_col {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .sc_title.dropdown_col>*::before,
  .sc_title.dropdown_col>*::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .sc_title.dropdown_col>*::after {
    -webkit-animation: moveLine3 8s linear infinite;
    animation: moveLine3 8s linear infinite;
  }
}

.sc_title.dropdown_col .dropdown_wrap {
  width: 100%;
  max-width: 200px;
}

@media (max-width: 767px) {
  .sc_title.dropdown_col .dropdown_wrap {
    margin-top: 1.5rem;
    margin-bottom: 0;
  }
}

.sc_title.dropdown_col .dropdown_wrap .input {
  width: 100%;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}

@-webkit-keyframes moveLine2 {
  0% {
    left: 0%;
  }

  50% {
    left: 85px;
  }

  100% {
    left: 0;
  }
}

@keyframes moveLine2 {
  0% {
    left: 0%;
  }

  50% {
    left: 85px;
  }

  100% {
    left: 0;
  }
}

@-webkit-keyframes moveLine3 {
  0% {
    left: calc(50% - 50px + 7.5px);
  }

  50% {
    left: calc(50% + 50px - 7.5px);
  }

  100% {
    left: calc(50% - 50px + 7.5px);
  }
}

@keyframes moveLine3 {
  0% {
    left: calc(50% - 50px + 7.5px);
  }

  50% {
    left: calc(50% + 50px - 7.5px);
  }

  100% {
    left: calc(50% - 50px + 7.5px);
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-slider .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-slider .slick-list:focus {
  outline: none;
}

.slick-slider .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-slider .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-slider .slick-track:before,
.slick-slider .slick-track:after {
  display: table;
  content: "";
}

.slick-slider .slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.input_group {
  margin-bottom: 1.25rem;
}

@media (max-width: 767px) {
  .input_group {
    margin-bottom: 1rem;
  }
}

.input_group.mb-0 {
  margin-bottom: 0;
}

.input_group label {
  display: block;
  font-size: 1.125rem;
  font-weight: 400;
  color: #7b8099;
  margin-bottom: 0.25rem;
}

.input_group .input {
  width: 100%;
  border-radius: 5px;
  padding: 0.5rem 0.75rem;
  font-size: 1.125rem;
  font-weight: 500;
  outline: none;
  resize: none;
  border: solid 1px #e7e7e7;
  color: #2c3146;
  -webkit-transition: -webkit-box-shadow 300ms;
  transition: -webkit-box-shadow 300ms;
  transition: box-shadow 300ms;
  transition: box-shadow 300ms, -webkit-box-shadow 300ms;
}

@media (max-width: 767px) {
  .input_group .input {
    padding: 0.5rem 0.75rem;
  }
}

.input_group .input.appearance_none::-webkit-inner-spin-button,
.input_group .input.appearance_none::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.input_group .input:focus {
  -webkit-box-shadow: 0 0 0px 2px rgba(44, 49, 70, 0.75);
  box-shadow: 0 0 0px 2px rgba(44, 49, 70, 0.75);
}

.input_group .input_select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: white;
  background-image: url(assets/images/icons/chevron-down-solid.svg);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: calc(100% - 1rem);
  background-size: 12px;
  color: #2c3146;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-right: calc(1rem + 15px);
}

@media (max-width: 767px) {
  .input_group .input_select {
    background-position-x: calc(100% - 0.75rem);
    padding-right: calc(0.75rem + 15px);
  }
}

.input_group .checkbox_warp {
  font-size: 1rem;
  display: inline-block !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.input_group .checkbox_warp .checkbox {
  margin-top: 0;
  margin-bottom: 0;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: text-bottom;
  position: relative;
}

.input_group .checkbox_warp a {
  color: #f33e31;
  text-decoration: none;
  -webkit-transition: color 400ms;
  transition: color 400ms;
}

.input_group .checkbox_warp a:hover {
  color: #202435;
}

.input_group .radio_warp {
  display: inline-block !important;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  margin-right: 0.5rem;
}

.input_group .radio_warp:last-child {
  margin-right: 0;
}

.input_group .radio_warp .radio {
  margin-top: 0;
  margin-bottom: 0;
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: text-bottom;
  position: relative;
}

.input_group .radio_warp span {
  vertical-align: middle;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-height);
  background-color: white;
  -webkit-box-shadow: 0 2px 16px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 16px 0px rgba(0, 0, 0, 0.06);
  z-index: 999;
}

.header .header_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 2%;
}

@media (max-width: 991px) {
  .header .header_row {
    padding: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.header .header_row .logo_wrap {
  width: var(--logo-size);
  height: var(--header-height);
}

.header .header_row .logo_wrap a {
  display: grid;
  place-items: center;
  padding: 1rem;
  text-decoration: none;
  width: var(--logo-size);
  height: var(--logo-size);
  background-color: white;
  border-radius: var(--logo-size);
}

@media (max-width: 991px) {
  .header .header_row .logo_wrap a {
    --logo-size: 110px;
    padding: 0.75rem;
    position: relative;
    z-index: 2;
  }
}

@media (max-width: 767px) {
  .header .header_row .logo_wrap a {
    --logo-size: 80px;
    padding: 0.5rem;
  }
}

.header .header_row .logo_wrap a img {
  display: block;
}

.header .header_row nav {
  display: block;
  width: calc(100% - var(--logo-size));
  display: flex;
  align-items: center;
  justify-content: right;
}

.header .header_row nav .nav_list,
.header .header_row .nav_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}

.header .header_row nav .nav_list .nav_item {
  padding: 0rem 1.5rem;
}

@media (max-width: 1670px) {
  .header .header_row nav .nav_list .nav_item {
    padding: 0rem 1.25rem;
  }
}

@media (max-width: 1600px) {
  .header .header_row nav .nav_list .nav_item {
    padding: 0rem 1.125rem;
  }
}

@media (max-width: 1380px) {
  .header .header_row nav .nav_list .nav_item {
    padding: 0rem 0.85rem;
  }
}

@media (max-width: 1280px) {
  .header .header_row nav .nav_list .nav_item {
    padding: 0rem 0.75rem;
  }
}

@media (max-width: 1200px) {
  .header .header_row nav .nav_list .nav_item {
    padding: 0 0.5rem;
  }
}

.header .header_row nav .nav_list .nav_item .nav_link {
  padding: 0;
  font-size: 1.25rem;
  text-decoration: none;
  display: inline-block;
  color: #022222;
  font-weight: 500;
  -webkit-transition: color 400ms;
  transition: color 400ms;
}

@media (max-width: 1560px) {
  .header .header_row nav .nav_list .nav_item .nav_link {
    font-size: 1.125rem;
  }
}

@media (max-width: 1260px) {
  .header .header_row nav .nav_list .nav_item .nav_link {
    font-size: 1rem;
  }
}

@media (max-width: 1200px) {
  .header .header_row nav .nav_list .nav_item .nav_link {
    font-size: 0.95rem;
  }
}

@media (max-width: 991px) {
  .header .header_row nav .nav_list .nav_item .nav_link {
    font-size: 1.125rem;
  }
}

@media (max-width: 767px) {
  .header .header_row nav .nav_list .nav_item .nav_link {
    font-size: 1rem;
  }
}

.header .header_row nav .nav_list .nav_item .nav_link:hover {
  color: #f33e31;
}

.header .header_row nav .nav_list .nav_item.active .nav_link {
  color: #f33e31;
}

.header .header_row nav .nav_list .nav_item.social_icon,
.header .header_row .nav_list .nav_item.social_icon {
  padding: 0 0.35rem;
}

.header .header_row .nav_list .nav_item.social_icon .nav_link {
  background-color: #f33e31;
  width: calc(var(--header-height) / 2);
  height: calc(var(--header-height) / 2);
  border-radius: calc(var(--header-height) / 2);
  padding: 0.75rem;
  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;
  -webkit-transition: color 400ms, background-color 400ms, border 400ms;
  transition: color 400ms, background-color 400ms, border 400ms;
}

.header .header_row .nav_list .nav_item.social_icon .nav_link:hover {
  background-color: #2c3146;
}

@media (max-width: 1560px) {
  .header .header_row .nav_list .nav_item.social_icon .nav_link {
    padding: 0.65rem;
  }
}

@media (max-width: 1200px) {

  .header .header_row .nav_list .nav_item.social_icon .nav_link,
  .header .header_row .nav_list .nav_item.social_icon .nav_link {
    padding: 0.5rem;
  }
}

@media (max-width: 991px) {
  .header .header_row nav {
    display: none;
    position: fixed;
    top: var(--header-height);
    left: 0;
    width: 100%;
    max-height: calc(100vh - var(--header-height));
    overflow: auto;
    background-color: white;
    z-index: 1;
    -webkit-box-shadow: 0 6px 16px 2px rgba(0, 0, 0, 0.06);
    box-shadow: 0 6px 16px 2px rgba(0, 0, 0, 0.06);
  }

  .header .header_row nav .nav_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.5rem;
    padding-bottom: 1rem;
  }

  .header .header_row nav .nav_list .nav_item {
    padding: 0.25rem;
    width: 100%;
    text-align: center;
  }

  .header .header_row nav .nav_list .nav_item.social_icon {
    width: auto;
    /* border-top: solid #ddd 1px; */
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    margin-top: 0;
  }

  .header .header_row nav .nav_list .nav_item.social_icon .nav_link {
    width: 40px;
    height: 40px;
    margin-right: 0;
    margin-left: auto;
  }

  .header .header_row nav .nav_list .nav_item.social_icon:last-of-type .nav_link {
    margin-left: 0;
  }
}

.menuIcon {
  --menu-size: 60px;
  height: var(--menu-size);
  width: var(--menu-size);
  display: none;
}

@media (max-width: 991px) {
  .menuIcon {
    display: block;
    order: 3;
  }
}

@media (max-width: 767px) {
  .menuIcon {
    --menu-size: 55px;
  }
}

.menuIcon svg {
  position: absolute;
  width: var(--menu-size);
  height: var(--menu-size);
}

/* .menuIcon .burger {
  -webkit-filter: url(#gooeyness);
  filter: url(#gooeyness);
} */

.menuIcon .x {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 400ms;
  transition: -webkit-transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms;
}

.menuIcon .line {
  fill: none;
  stroke: #2c3146;
  stroke-width: 6px;
  stroke-linecap: round;
  stroke-linejoin: round;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition: stroke-dasharray 400ms 200ms, stroke-dashoffset 400ms 200ms, -webkit-transform 400ms 200ms;
  transition: stroke-dasharray 400ms 200ms, stroke-dashoffset 400ms 200ms, -webkit-transform 400ms 200ms;
  transition: stroke-dasharray 400ms 200ms, stroke-dashoffset 400ms 200ms, transform 400ms 200ms;
  transition: stroke-dasharray 400ms 200ms, stroke-dashoffset 400ms 200ms, transform 400ms 200ms, -webkit-transform 400ms 200ms;
}

.menuIcon .x .line {
  stroke-width: 5.5px;
}

.menuIcon.menuIcon .line2 {
  stroke-dasharray: 40 200;
  stroke-dashoffset: 0px;
}

.menuIcon.menuIcon .line3 {
  stroke-dasharray: 40 179;
  stroke-dashoffset: 0px;
}

.menuIcon.active .line {
  -webkit-transition: stroke-dasharray 400ms, stroke-dashoffset 400ms, -webkit-transform 400ms;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms, -webkit-transform 400ms;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms, transform 400ms;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms, transform 400ms, -webkit-transform 400ms;
}

.menuIcon.active.menuIcon .line1 {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 400ms 100ms;
  transition: -webkit-transform 400ms 100ms;
  transition: transform 400ms 100ms;
  transition: transform 400ms 100ms, -webkit-transform 400ms 100ms;
}

.menuIcon.active.menuIcon .line2 {
  stroke-dasharray: 5px 200;
  stroke-dashoffset: -164px;
}

.menuIcon.active.menuIcon .line3 {
  stroke-dasharray: 5px 179;
  stroke-dashoffset: -142px;
}

.menuIcon.active .x {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 400ms 300ms;
  transition: -webkit-transform 400ms 300ms;
  transition: transform 400ms 300ms;
  transition: transform 400ms 300ms, -webkit-transform 400ms 300ms;
}

.banner {
  position: relative;
  margin-top: var(--header-height);
}

.banner .slick .item img {
  width: 100%;
}

.banner .slick .slick-slide {
  height: auto;
}

.banner .slick .slick-arrow {
  font-size: 0;
  border: none;
  background-color: transparent;
  display: block;
  width: 34px;
  height: 34px;
  background-image: url(assets/images/icons/slick-arrow.png);
  background-size: 34px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 2%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  -webkit-filter: invert(1) brightness(0);
  filter: invert(1) brightness(0);
  -webkit-transition: -webkit-filter 400ms;
  transition: -webkit-filter 400ms;
  transition: filter 400ms;
  transition: filter 400ms, -webkit-filter 400ms;
  cursor: pointer;
}

@media (max-width: 1560px) {
  .banner .slick .slick-arrow {
    background-size: 30px;
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 991px) {
  .banner .slick .slick-arrow {
    background-size: 26px;
  }
}

@media (max-width: 767px) {
  .banner .slick .slick-arrow {
    background-size: 22px;
  }
}

.banner .slick .slick-arrow:hover {
  -webkit-filter: none;
  filter: none;
}

.banner .slick .slick-arrow.slick-prev {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  right: unset;
  left: 2%;
}

.banner.page_banner {
  background-image: url(assets/images/page-banner-img.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 2%;
}

@media (max-width: 991px) {
  .banner.page_banner {
    padding: 0;
  }
}

.banner.page_banner .page_info_content {
  margin-right: 0;
  margin-left: auto;
  display: block;
  overflow-wrap: break-word;
  width: auto;
  text-align: right;
  padding: 4.5rem 0;
}

@media (max-width: 1200px) {
  .banner.page_banner .page_info_content {
    padding: 3.5rem 0;
  }
}

@media (max-width: 991px) {
  .banner.page_banner .page_info_content {
    padding: 2.5rem 0;
  }
}

@media (max-width: 767px) {
  .banner.page_banner .page_info_content {
    padding: 2rem 0;
  }
}

.banner.page_banner .page_info_content h2,
.banner.page_banner .page_info_content h3 {
  font-size: 4.375rem;
  color: #202435;
  font-weight: bolder;
  margin: 0;
}

@media (max-width: 1560px) {

  .banner.page_banner .page_info_content h2,
  .banner.page_banner .page_info_content h3 {
    font-size: 3.5rem;
  }
}

@media (max-width: 1200px) {

  .banner.page_banner .page_info_content h2,
  .banner.page_banner .page_info_content h3 {
    font-size: 3rem;
  }
}

@media (max-width: 991px) {

  .banner.page_banner .page_info_content h2,
  .banner.page_banner .page_info_content h3 {
    font-size: 2.5rem;
  }
}

@media (max-width: 767px) {

  .banner.page_banner .page_info_content h2,
  .banner.page_banner .page_info_content h3 {
    font-size: 2rem;
  }
}

@media (max-width: 380px) {

  .banner.page_banner .page_info_content h2,
  .banner.page_banner .page_info_content h3 {
    font-size: 1.75rem;
  }
}

.banner.page_banner .page_info_content .banner_breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}

.banner.page_banner .page_info_content .banner_breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  white-space: nowrap;
}

.banner.page_banner .page_info_content .banner_breadcrumbs li {
  color: #2c3146;
  font-weight: 600;
  font-size: 1.5rem;
}

@media (max-width: 1560px) {
  .banner.page_banner .page_info_content .banner_breadcrumbs li {
    font-size: 1.25rem;
  }
}

@media (max-width: 1200px) {
  .banner.page_banner .page_info_content .banner_breadcrumbs li {
    font-size: 1rem;
  }
}

@media (max-width: 380px) {
  .banner.page_banner .page_info_content .banner_breadcrumbs li {
    font-size: 0.875rem;
  }
}

.banner.page_banner .page_info_content .banner_breadcrumbs li a {
  color: #f33e31;
  display: block;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms;
}

.banner.page_banner .page_info_content .banner_breadcrumbs li a:hover,
.banner.page_banner .page_info_content .banner_breadcrumbs li a:focus {
  opacity: 0.75;
}

footer {
  background-color: #000;
  font-family: "FiraSans", Saira;
}

footer .visitors_wrap {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  justify-content: center;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  --li-height: 100px;
  --ft-width: 360px;
  --lt-width: 420px;
  top: calc(var(--li-height) / -2);
  margin-top: calc(var(--li-height) / 2);
  margin-bottom: calc(var(--li-height) / -2);
}

footer .visitors_wrap li {
  list-style: none;
}

@media (max-width: 1560px) {
  footer .visitors_wrap {
    --li-height: 80px;
    --ft-width: 340px;
    --lt-width: 420px;
  }
}

@media (max-width: 1200px) {
  footer .visitors_wrap {
    --li-height: 60px;
    --ft-width: 260px;
    --lt-width: 300px;
  }
}

@media (max-width: 991px) {
  footer .visitors_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    --li-height: 50px;
    top: calc(var(--li-height) / -1);
    margin-top: calc(var(--li-height));
    margin-bottom: calc(var(--li-height) / -1);
  }
}

@media (max-width: 767px) {
  footer .visitors_wrap {
    --li-height: 40px;
  }
}

footer .visitors_wrap li {
  width: 33.3333333333%;
  height: var(--li-height);
  padding: 1rem;
  background-color: #2c3146;
  font-size: 1.5rem;
  color: white;
  text-align: center;
  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;
}

@media (max-width: 1560px) {
  footer .visitors_wrap li {
    font-size: 1.25rem;
  }
}

@media (max-width: 1200px) {
  footer .visitors_wrap li {
    font-size: 1.125rem;
  }
}

@media (max-width: 767px) {
  footer .visitors_wrap li {
    height: auto;
  }
}

footer .visitors_wrap li:first-child {
  border-top-left-radius: calc(var(--li-height) / 2.15);
  border-bottom-left-radius: calc(var(--li-height) / 2.15);
  background-color: #f33e31;
  font-size: 1.875rem;
  width: var(--ft-width);
}

@media (max-width: 1560px) {
  footer .visitors_wrap li:first-child {
    font-size: 1.5rem;
  }
}

@media (max-width: 1200px) {
  footer .visitors_wrap li:first-child {
    font-size: 1.25rem;
  }
}

@media (max-width: 991px) {
  footer .visitors_wrap li:first-child {
    font-size: 1.25rem;
    width: 100%;
    border-radius: 0;
    border-top-left-radius: calc(var(--li-height) / 2.15);
    border-top-right-radius: calc(var(--li-height) / 2.15);
  }
}

footer .visitors_wrap li:nth-child(2) {
  width: var(--lt-width);
  border-right: solid 1px #404766;
}

@media (max-width: 991px) {
  footer .visitors_wrap li:nth-child(2) {
    width: 50%;
    border-radius: 0;
    border-bottom-left-radius: calc(var(--li-height) / 2.15);
  }
}

@media (max-width: 767px) {
  footer .visitors_wrap li:nth-child(2) {
    width: 100%;
    border-radius: 0;
  }
}

footer .visitors_wrap li:last-child {
  width: calc(100% - var(--ft-width) - var(--lt-width));
  border-top-right-radius: calc(var(--li-height) / 2.15);
  border-bottom-right-radius: calc(var(--li-height) / 2.15);
}

@media (max-width: 991px) {
  footer .visitors_wrap li:last-child {
    width: 50%;
    border-radius: 0;
    border-bottom-right-radius: calc(var(--li-height) / 2.15);
  }
}

@media (max-width: 767px) {
  footer .visitors_wrap li:last-child {
    width: 100%;
    border-radius: 0;
    border-bottom-left-radius: calc(var(--li-height) / 2.15);
    border-bottom-right-radius: calc(var(--li-height) / 2.15);
  }
}

footer .ft_row__wrap {
  margin: 0;
}

@media (max-width: 991px) {
  footer .ft_row__wrap {
    margin: 2rem 0;
  }
}

footer .ft_row__wrap .col_custom {
  color: white;
  margin: 3rem 0;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  border-right: solid 1px rgba(255, 255, 255, 0.04);
}

@media (max-width: 991px) {
  footer .ft_row__wrap .col_custom {
    margin: 1rem 0;
  }
}

footer .ft_row__wrap .col_custom .col_custom__wrap {
  height: 100%;
  display: inline-block;
  width: auto;
  text-align: left;
}

@media (max-width: 991px) {
  footer .ft_row__wrap .col_custom .col_custom__wrap {
    width: 100%;
  }
}

footer .ft_row__wrap .col_custom:last-child {
  border-right: none;
  /* text-align: right; */
}

footer .ft_row__wrap .col_custom.col_address {
  width: 300px;
}

@media (max-width: 1200px) {
  footer .ft_row__wrap .col_custom.col_address {
    width: 220px;
  }
}

@media (max-width: 991px) {
  footer .ft_row__wrap .col_custom.col_address {
    width: 50%;
  }
}

@media (max-width: 767px) {
  footer .ft_row__wrap .col_custom.col_address {
    width: 100%;
  }
}

footer .ft_row__wrap .col_custom.col_links {
  /* width: calc(50% - 300px); */
}

@media (max-width: 1200px) {
  footer .ft_row__wrap .col_custom.col_links {
    width: calc(50% - 220px);
  }
}

@media (max-width: 991px) {
  footer .ft_row__wrap .col_custom.col_links {
    width: 50%;
  }
}

@media (max-width: 767px) {
  footer .ft_row__wrap .col_custom.col_links {
    width: 100%;
  }
}

footer .ft_row__wrap .col_custom.col_QR .qr_img {
  max-width: 120px;
}

@media (max-width: 1200px) {
  footer .ft_row__wrap .col_custom.col_QR .qr_img {
    max-width: 100px;
  }
}

footer .ft_row__wrap .col_custom.col_contact .ft_content {
  font-size: 0.875rem;
}

@-webkit-keyframes moveLine {
  0% {
    left: 0%;
  }

  50% {
    left: calc(100% - 10px);
  }

  100% {
    left: 0;
  }
}

@keyframes moveLine {
  0% {
    left: 0%;
  }

  50% {
    left: calc(100% - 10px);
  }

  100% {
    left: 0;
  }
}

footer .ft_row__wrap .col_custom .ft_title>* {
  display: inline-block;
  font-size: 1.375rem;
  color: white;
  font-weight: 300;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  position: relative;
  --line-width: 100px;
}

@media (max-width: 1560px) {
  footer .ft_row__wrap .col_custom .ft_title>* {
    font-size: 1.25rem;
  }
}

footer .ft_row__wrap .col_custom .ft_title>*::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #f33e31;
}

footer .ft_row__wrap .col_custom .ft_title>*::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 10px;
  height: 2px;
  -webkit-filter: blur(1px);
  filter: blur(1px);
  background-color: white;
  -webkit-animation: moveLine 14s linear infinite;
  animation: moveLine 14s linear infinite;
}

footer .ft_row__wrap .col_custom a {
  font-weight: 300;
  color: white;
  text-decoration: none;
  -webkit-transition: color 400ms;
  transition: color 400ms;
}

@media (max-width: 1560px) {
  footer .ft_row__wrap .col_custom a {
    font-size: 0.875rem;
  }
}

footer .ft_row__wrap .col_custom a:hover {
  color: #f33e31;
}

footer .ft_row__wrap .col_custom .nav_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-auto-flow: column;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

footer .ft_row__wrap .col_custom .nav_list li {
  list-style: none;
}

footer .ft_row__wrap .col_custom .nav_list .nav_item .nav_link {
  font-size: 1rem;
  margin-bottom: 0.5em;
  display: inline-block;
}

@media (max-width: 1560px) {
  footer .ft_row__wrap .col_custom .nav_list .nav_item .nav_link {
    font-size: 0.875rem;
  }
}

footer .ft_row__wrap .col_custom .nav_list .nav_item.active .nav_link {
  color: #f33e31;
}

footer .footer_bt {
  background-color: #202435;
  color: white;
  padding: 0.75rem 0;
}

@media (max-width: 991px) {
  footer .footer_bt {
    padding: 0.5rem 0;
  }
}

footer .footer_bt .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.875rem;
}

@media (max-width: 767px) {
  footer .footer_bt .row {
    text-align: center;
  }
}

footer .footer_bt .social_icons {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .footer_bt .social_icons li {
  list-style: none;
}

@media (max-width: 767px) {
  footer .footer_bt .social_icons {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 1rem;
  }
}

footer .footer_bt .social_icons li {
  margin: 0 0.35rem;
}

footer .footer_bt .social_icons li a {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: white;
  padding: 0.35rem;
  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;
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
}

footer .footer_bt .social_icons li a img {
  -webkit-filter: invert(1);
  filter: invert(1);
  display: block;
  -webkit-transition: -webkit-filter 400ms;
  transition: -webkit-filter 400ms;
  transition: filter 400ms;
  transition: filter 400ms, -webkit-filter 400ms;
}

footer .footer_bt .social_icons li a:hover {
  background-color: #aaa;
}

.card_wrap.card_form .card_box {
  margin-left: 0em;
  margin-right: 0em;
}

.card_wrap.card_form .card_box .col_form {
  margin: auto;
}

@media (min-width: 1600px) {
  .card_wrap.card_form .card_box .col_form {
    width: 75%;
  }
}

.card_wrap.card_form .card_box .col_form .form_wrap {
  color: #f3f3f3;
}

.card_wrap.card_form .card_box .col_form .form_wrap:nth-child(1) {
  -webkit-animation-name: itemShow;
  animation-name: itemShow;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.card_wrap.card_form .card_box .col_form .form_wrap:nth-child(2) {
  -webkit-animation-name: itemShow;
  animation-name: itemShow;
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
}

.card_wrap.card_form .card_box .col_form .form_wrap:nth-child(3) {
  -webkit-animation-name: itemShow;
  animation-name: itemShow;
  -webkit-animation-duration: 700ms;
  animation-duration: 700ms;
}

.card_wrap.card_form .card_box .col_form .form_wrap:nth-child(4) {
  -webkit-animation-name: itemShow;
  animation-name: itemShow;
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.card_wrap.card_form .card_box .col_form .form_wrap:nth-child(5) {
  -webkit-animation-name: itemShow;
  animation-name: itemShow;
  -webkit-animation-duration: 900ms;
  animation-duration: 900ms;
}

.card_wrap.card_form .card_box .col_form .form_wrap:nth-child(6) {
  -webkit-animation-name: itemShow;
  animation-name: itemShow;
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
}

.card_wrap.card_form .card_box .col_form .form_wrap:nth-child(7) {
  -webkit-animation-name: itemShow;
  animation-name: itemShow;
  -webkit-animation-duration: 1100ms;
  animation-duration: 1100ms;
}

.card_wrap.card_form .card_box .col_form .form_wrap:nth-child(8) {
  -webkit-animation-name: itemShow;
  animation-name: itemShow;
  -webkit-animation-duration: 1200ms;
  animation-duration: 1200ms;
}

.card_wrap.card_form .card_box .col_form .form_wrap:nth-child(9) {
  -webkit-animation-name: itemShow;
  animation-name: itemShow;
  -webkit-animation-duration: 1300ms;
  animation-duration: 1300ms;
}

.card_wrap.card_form .card_box .col_form .form_wrap:nth-child(10) {
  -webkit-animation-name: itemShow;
  animation-name: itemShow;
  -webkit-animation-duration: 1400ms;
  animation-duration: 1400ms;
}

.card_wrap.card_form .card_box .col_form .form_wrap h2 {
  font-size: 2.5625rem;
  color: white;
  font-weight: 400;
  display: block;
  text-align: center;
  margin-bottom: 3rem;
}

@media (max-width: 1560px) {
  .card_wrap.card_form .card_box .col_form .form_wrap h2 {
    font-size: 2.25rem;
    margin-bottom: 2.5rem;
  }
}

@media (max-width: 1200px) {
  .card_wrap.card_form .card_box .col_form .form_wrap h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}

@media (max-width: 767px) {
  .card_wrap.card_form .card_box .col_form .form_wrap h2 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.card_wrap.card_form .card_box .col_form .form_wrap .form_row:nth-child(1) {
  -webkit-animation-name: itemShow;
  animation-name: itemShow;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.card_wrap.card_form .card_box .col_form .form_wrap .form_row:nth-child(2) {
  -webkit-animation-name: itemShow;
  animation-name: itemShow;
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
}

.card_wrap.card_form .card_box .col_form .form_wrap .form_row:nth-child(3) {
  -webkit-animation-name: itemShow;
  animation-name: itemShow;
  -webkit-animation-duration: 700ms;
  animation-duration: 700ms;
}

.card_wrap.card_form .card_box .col_form .form_wrap .form_row:nth-child(4) {
  -webkit-animation-name: itemShow;
  animation-name: itemShow;
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.card_wrap.card_form .card_box .col_form .form_wrap .form_row:nth-child(5) {
  -webkit-animation-name: itemShow;
  animation-name: itemShow;
  -webkit-animation-duration: 900ms;
  animation-duration: 900ms;
}

.card_wrap.card_form .card_box .col_form .form_wrap .form_row:nth-child(6) {
  -webkit-animation-name: itemShow;
  animation-name: itemShow;
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
}

.card_wrap.card_form .card_box .col_form .form_wrap .form_row:nth-child(7) {
  -webkit-animation-name: itemShow;
  animation-name: itemShow;
  -webkit-animation-duration: 1100ms;
  animation-duration: 1100ms;
}

.card_wrap.card_form .card_box .col_form .form_wrap .form_row:nth-child(8) {
  -webkit-animation-name: itemShow;
  animation-name: itemShow;
  -webkit-animation-duration: 1200ms;
  animation-duration: 1200ms;
}

.card_wrap.card_form .card_box .col_form .form_wrap .form_row .form_group.center {
  text-align: center;
}

.card_wrap.card_form .card_box .col_form .form_wrap .form_row .form_group.mb-1 {
  margin-bottom: 1rem !important;
}

@media (max-width: 767px) {
  .card_wrap.card_form .card_box .col_form .form_wrap .form_row .form_group.mb-1 {
    margin-bottom: 2rem !important;
  }
}

.card_wrap.card_form .card_box .col_form .form_wrap .form_row .form_group>label {
  font-size: 1.2rem;
  color: white;
  letter-spacing: 0.5px;
  font-weight: 400;
  margin-bottom: 0.75rem;
  display: block;
}

@media (max-width: 1023px) {
  .card_wrap.card_form .card_box .col_form .form_wrap .form_row .form_group>label {
    font-size: 1.1rem;
    margin-bottom: 0.6rem;
  }
}

.card_wrap.card_form .card_box .col_form .form_wrap .form_row .form_group>label>span {
  color: #f23e31;
}

.card_wrap.card_form .card_box .col_form .form_wrap .form_row .form_group .input {
  background-color: #252a3b;
  border: solid 1px #90919e;
  padding: 1rem;
  border-radius: 5px;
  font-size: 1.25rem;
  font-weight: 400;
  color: white;
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
}

@media (min-width: 1600px) {
  .card_wrap.card_form .card_box .col_form .form_wrap .form_row .form_group .input {
    padding: 1.15rem;
  }
}

@media (max-width: 767px) {
  .card_wrap.card_form .card_box .col_form .form_wrap .form_row .form_group .input {
    padding: 0.71rem 1rem;
  }
}

.card_wrap.card_form .card_box .col_form .form_wrap .form_row .form_group .input:focus {
  background-color: #3a3e52;
  border-color: #aaa;
}

.card_wrap.card_form .card_box .col_form .form_wrap .form_row .form_group .input::-webkit-input-placeholder {
  color: #737686;
  font-size: 1.125rem;
}

.card_wrap.card_form .card_box .col_form .form_wrap .form_row .form_group .input::-moz-placeholder {
  color: #737686;
  font-size: 1.125rem;
}

.card_wrap.card_form .card_box .col_form .form_wrap .form_row .form_group .input:-ms-input-placeholder {
  color: #737686;
  font-size: 1.125rem;
}

.card_wrap.card_form .card_box .col_form .form_wrap .form_row .form_group .input::-ms-input-placeholder {
  color: #737686;
  font-size: 1.125rem;
}

.card_wrap.card_form .card_box .col_form .form_wrap .form_row .form_group .input::placeholder {
  color: #737686;
  font-size: 1.125rem;
}

.card_wrap.card_form .card_box .col_form .form_wrap .form_row .form_group select.input {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: calc(100% - 0.9rem);
  background-position-y: center;
  background-size: 1.8rem;
}

.card_wrap.card_form .card_box .col_form .form_wrap .form_row .form_group.checkbox_group .wpcf7-form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2rem;
}

@media (max-width: 767px) {
  .card_wrap.card_form .card_box .col_form .form_wrap .form_row .form_group.checkbox_group .wpcf7-form-control {
    gap: 1rem;
  }
}

.card_wrap.card_form .card_box .col_form .form_wrap .form_row .form_group.checkbox_group .wpcf7-form-control>.wpcf7-list-item {
  width: calc(33.33% - 1.34rem);
  background-color: #252a3b;
  border: solid 1px #90919e;
  border-radius: 5px;
  color: #e1e1e1;
  font-size: 1.125rem;
  cursor: pointer;
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.card_wrap.card_form .card_box .col_form .form_wrap .form_row .form_group.checkbox_group .wpcf7-form-control>.wpcf7-list-item:focus {
  outline: none;
  background-color: #3a3e52;
  border-color: #aaa;
}

@media (min-width: 1600px) {
  .card_wrap.card_form .card_box .col_form .form_wrap .form_row .form_group.checkbox_group .wpcf7-form-control>.wpcf7-list-item {
    padding: 0.945 rem 1.15rem;
  }
}

@media (max-width: 767px) {
  .card_wrap.card_form .card_box .col_form .form_wrap .form_row .form_group.checkbox_group .wpcf7-form-control>.wpcf7-list-item {
    width: 100%;
    padding: 0.5rem 1.15rem;
  }
}

.card_wrap.card_form .card_box .col_form .form_wrap .form_row .form_group.checkbox_group .wpcf7-form-control>.wpcf7-list-item label {
  width: 100%;
  height: 100%;
  padding: 0.72rem 1.15rem;
  cursor: pointer;
}

.card_wrap.card_form .card_box .col_form .form_wrap .form_row .form_group.checkbox_group .wpcf7-form-control>.wpcf7-list-item label>.wpcf7-list-item-label {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  pointer-events: none;
  position: relative;
  z-index: 2;
}

.card_wrap.card_form .card_box .col_form .form_wrap .form_row .form_group.checkbox_group .wpcf7-form-control>.wpcf7-list-item label>.wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50px;
  background-color: #505361;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  position: relative;
  -webkit-transition: background-color 400ms, background-image 400ms;
  transition: background-color 400ms, background-image 400ms;
  z-index: 1;
}

.card_wrap.card_form .card_box .col_form .form_wrap .form_row .form_group.checkbox_group .wpcf7-form-control>.wpcf7-list-item label [type=radio] {
  display: none;
}

.card_wrap.card_form .card_box .col_form .form_wrap .form_row .form_group.checkbox_group .wpcf7-form-control>.wpcf7-list-item label [type=radio]:checked~.wpcf7-list-item-label::after {
  background-color: #f33e31;
  background-image: url(assets/images/icons/check-icon.png);
}

.card_wrap.card_form .card_box .col_form .form_wrap .form_row .form_group .checkbox_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2rem;
}

@media (max-width: 767px) {
  .card_wrap.card_form .card_box .col_form .form_wrap .form_row .form_group .checkbox_wrap {
    gap: 1rem;
  }
}

.card_wrap.card_form .card_box .col_form .form_wrap .form_row .form_group .checkbox_wrap>label {
  width: calc(33.33% - 1.34rem);
  background-color: #252a3b;
  border: solid 1px #90919e;
  padding: 0.72rem 1.15rem;
  border-radius: 5px;
  color: #e1e1e1;
  font-size: 1.125rem;
  cursor: pointer;
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.card_wrap.card_form .card_box .col_form .form_wrap .form_row .form_group .checkbox_wrap>label:focus {
  outline: none;
  background-color: #3a3e52;
  border-color: #aaa;
}

@media (min-width: 1600px) {
  .card_wrap.card_form .card_box .col_form .form_wrap .form_row .form_group .checkbox_wrap>label {
    padding: 0.945 rem 1.15rem;
  }
}

@media (max-width: 767px) {
  .card_wrap.card_form .card_box .col_form .form_wrap .form_row .form_group .checkbox_wrap>label {
    width: 100%;
    padding: 0.5rem 1.15rem;
  }
}

.card_wrap.card_form .card_box .col_form .form_wrap .form_row .form_group .checkbox_wrap>label .label::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 5px;
  background-color: #3a3e52;
  opacity: 0;
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
}

.card_wrap.card_form .card_box .col_form .form_wrap .form_row .form_group .checkbox_wrap>label .label>span {
  pointer-events: none;
  position: relative;
  z-index: 2;
}

.card_wrap.card_form .card_box .col_form .form_wrap .form_row .form_group .checkbox_wrap>label .icon {
  width: 32px;
  height: 32px;
  border-radius: 50px;
  background-color: #505361;
  position: relative;
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
  z-index: 2;
}

.card_wrap.card_form .card_box .col_form .form_wrap .form_row .form_group .checkbox_wrap>label .icon::before {
  content: "✔";
  content: "";
  background: url(assets/images/icons/check-icon.png) no-repeat;
  background-size: auto;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 20px;
  opacity: 0;
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms;
}

.card_wrap.card_form .card_box .col_form .form_wrap .form_row .form_group .checkbox_wrap>label [type=radio] {
  display: none;
}

.card_wrap.card_form .card_box .col_form .form_wrap .form_row .form_group .checkbox_wrap>label [type=radio]:checked~.label::before {
  opacity: 1;
}

.card_wrap.card_form .card_box .col_form .form_wrap .form_row .form_group .checkbox_wrap>label [type=radio]:checked~.icon {
  background-color: #f33e31;
}

.card_wrap.card_form .card_box .col_form .form_wrap .form_row .form_group .checkbox_wrap>label [type=radio]:checked~.icon::before {
  opacity: 1;
}

.card_wrap.card_form .card_box .col_form .form_wrap .form_row.col_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2rem;
}

@media (max-width: 767px) {
  .card_wrap.card_form .card_box .col_form .form_wrap .form_row.col_1 {
    gap: 0;
  }
}

.card_wrap.card_form .card_box .col_form .form_wrap .form_row.col_1 .form_group {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-bottom: 2rem;
}

@media (min-width: 1600px) {
  .card_wrap.card_form .card_box .col_form .form_wrap .form_row.col_1 .form_group {
    margin-bottom: 2.25rem;
  }
}

.card_wrap.card_form .card_box .col_form .form_wrap .form_row.col_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2rem;
}

@media (max-width: 767px) {
  .card_wrap.card_form .card_box .col_form .form_wrap .form_row.col_2 {
    gap: 0;
  }
}

.card_wrap.card_form .card_box .col_form .form_wrap .form_row.col_2 .form_group {
  width: calc(50% - 1rem);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-bottom: 2rem;
}

@media (min-width: 1600px) {
  .card_wrap.card_form .card_box .col_form .form_wrap .form_row.col_2 .form_group {
    margin-bottom: 2.25rem;
  }
}

@media (max-width: 767px) {
  .card_wrap.card_form .card_box .col_form .form_wrap .form_row.col_2 .form_group {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .card_wrap.card_form .card_box .col_form .form_wrap .form_row.col_2 .form_group {
    margin-bottom: 1.5rem;
  }
}

.card_wrap.card_form .card_box .col_form .form_wrap .form_info {
  margin-bottom: 3rem;
}

.card_wrap.card_form .card_box .col_form .form_wrap .form_info:nth-child(1) {
  -webkit-animation-name: itemShow;
  animation-name: itemShow;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.card_wrap.card_form .card_box .col_form .form_wrap .form_info:nth-child(2) {
  -webkit-animation-name: itemShow;
  animation-name: itemShow;
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
}

.card_wrap.card_form .card_box .col_form .form_wrap .form_info:nth-child(3) {
  -webkit-animation-name: itemShow;
  animation-name: itemShow;
  -webkit-animation-duration: 700ms;
  animation-duration: 700ms;
}

.card_wrap.card_form .card_box .col_form .form_wrap .form_info:nth-child(4) {
  -webkit-animation-name: itemShow;
  animation-name: itemShow;
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.card_wrap.card_form .card_box .col_form .form_wrap .form_info:nth-child(5) {
  -webkit-animation-name: itemShow;
  animation-name: itemShow;
  -webkit-animation-duration: 900ms;
  animation-duration: 900ms;
}

.card_wrap.card_form .card_box .col_form .form_wrap .form_info:nth-child(6) {
  -webkit-animation-name: itemShow;
  animation-name: itemShow;
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
}

.card_wrap.card_form .card_box .col_form .form_wrap .form_btn {
  display: block;
  text-align: center;
}

.card_wrap.card_form .card_box .col_form .form_wrap .form_btn:nth-child(1) {
  -webkit-animation-name: itemShow;
  animation-name: itemShow;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.card_wrap.card_form .card_box .col_form .form_wrap .form_btn:nth-child(2) {
  -webkit-animation-name: itemShow;
  animation-name: itemShow;
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
}

.card_wrap.card_form .card_box .col_form .form_wrap .form_btn:nth-child(3) {
  -webkit-animation-name: itemShow;
  animation-name: itemShow;
  -webkit-animation-duration: 700ms;
  animation-duration: 700ms;
}

.card_wrap.card_form .card_box .col_form .form_wrap .form_btn:nth-child(4) {
  -webkit-animation-name: itemShow;
  animation-name: itemShow;
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.card_wrap.card_form .card_box .col_form .form_wrap .form_btn:nth-child(5) {
  -webkit-animation-name: itemShow;
  animation-name: itemShow;
  -webkit-animation-duration: 900ms;
  animation-duration: 900ms;
}

.card_wrap.card_form .card_box .col_form .form_wrap .form_btn:nth-child(6) {
  -webkit-animation-name: itemShow;
  animation-name: itemShow;
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
}

.card_wrap.card_form .card_box .col_form .form_wrap .form_btn:nth-child(7) {
  -webkit-animation-name: itemShow;
  animation-name: itemShow;
  -webkit-animation-duration: 1100ms;
  animation-duration: 1100ms;
}

.card_wrap.card_certificate .card_box .col_custom {
  margin: auto;
  margin-bottom: 3rem;
}

@media (max-width: 1023px) {
  .card_wrap.card_certificate .card_box .col_custom {
    margin-bottom: 2rem;
  }
}

.card_wrap.card_certificate .card_box .col_custom .col_img img {
  display: block;
  margin: auto;
}

.card_wrap.card_certificate .card_box .btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.5rem;
  padding: 1rem 0rem;
}

.card_wrap.card_certificate .card_box .btn_wrap>*:nth-child(1) {
  -webkit-animation-name: itemShow;
  animation-name: itemShow;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.card_wrap.card_certificate .card_box .btn_wrap>*:nth-child(2) {
  -webkit-animation-name: itemShow;
  animation-name: itemShow;
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
}

.card_wrap.card_certificate .card_box .btn_wrap>*:nth-child(3) {
  -webkit-animation-name: itemShow;
  animation-name: itemShow;
  -webkit-animation-duration: 700ms;
  animation-duration: 700ms;
}

.card_wrap.card_certificate .card_box .btn_wrap>*:nth-child(4) {
  -webkit-animation-name: itemShow;
  animation-name: itemShow;
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.card_wrap.card_certificate .card_box .btn_wrap>*:nth-child(5) {
  -webkit-animation-name: itemShow;
  animation-name: itemShow;
  -webkit-animation-duration: 900ms;
  animation-duration: 900ms;
}

.card_wrap.card_login .col_form .form_row {
  margin: auto;
}

.card_wrap.card_login .col_form .form_row .form_group {
  margin-bottom: 0em !important;
  --height-input: 68px;
}

.card_wrap.card_login .col_form .form_row .form_group.login_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}

@media (max-width: 1023px) {
  .card_wrap.card_login .col_form .form_row .form_group.login_group {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0rem;
    width: 75% !important;
    margin: auto !important;
  }
}

@media (max-width: 767px) {
  .card_wrap.card_login .col_form .form_row .form_group.login_group {
    width: 100% !important;
  }
}

@media (max-width: 1023px) {
  .card_wrap.card_login .col_form .form_row .form_group {
    --height-input: 60px;
  }
}

@media (max-width: 767px) {
  .card_wrap.card_login .col_form .form_row .form_group {
    --height-input: 52px;
  }
}


.card_wrap.card_login .col_form .form_row .form_group .mobile_wrap {
  width: 46%;
}

@media (max-width: 1023px) {
  .card_wrap.card_login .col_form .form_row .form_group .mobile_wrap {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}

.card_wrap.card_login .col_form .form_row .form_group .mobile_wrap>label {
  display: block;
  font-size: 1.5rem !important;
  color: white !important;
  letter-spacing: 1px;
  font-weight: 400 !important;
  margin-bottom: 1rem !important;
}

@media (max-width: 1560px) {
  .card_wrap.card_login .col_form .form_row .form_group .mobile_wrap>label {
    font-size: 1.35rem !important;
  }
}

@media (max-width: 767px) {
  .card_wrap.card_login .col_form .form_row .form_group .mobile_wrap>label {
    font-size: 1.125rem !important;
    margin-bottom: 0.75rem !important;
  }
}

.card_wrap.card_login .col_form .form_row .form_group .mobile_wrap .mobile_no_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  gap: 1.5rem;
}

@media (max-width: 767px) {
  .card_wrap.card_login .col_form .form_row .form_group .mobile_wrap .mobile_no_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.card_wrap.card_login .col_form .form_row .form_group .mobile_wrap .mobile_no_wrap .input_wrap {
  position: relative;
  height: var(--height-input);
  width: 100%;
}

@media (max-width: 767px) {
  .card_wrap.card_login .col_form .form_row .form_group .mobile_wrap .mobile_no_wrap .input_wrap {
    width: 100%;
  }
}

.card_wrap.card_login .col_form .form_row .form_group .mobile_wrap .mobile_no_wrap .input_wrap .code {
  position: absolute;
  top: 1px;
  left: 1px;
  height: calc(100% - 3px);
  width: 90px;
  text-align: center;
  border-radius: 4px 0 0 4px;
  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;
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: 1px;
  color: #e1e1e1;
  white-space: nowrap;
  background-color: #3d4151;
  border-right: solid 1px #90919e;
}

@media (max-width: 767px) {
  .card_wrap.card_login .col_form .form_row .form_group .mobile_wrap .mobile_no_wrap .input_wrap .code {
    font-size: 1.15rem;
    width: 75px;
  }
}

.card_wrap.card_login .col_form .form_row .form_group .mobile_wrap .mobile_no_wrap .input_wrap .input {
  width: 100%;
  height: 100%;
  font-size: 1.375rem;
  color: #e1e1e1;
  font-weight: 600;
  letter-spacing: 1px;
  padding-left: calc(90px + 1.25rem);
}

@media (max-width: 767px) {
  .card_wrap.card_login .col_form .form_row .form_group .mobile_wrap .mobile_no_wrap .input_wrap .input {
    padding-left: calc(75px + 1rem);
    font-size: 1.15rem;
  }
}

.card_wrap.card_login .col_form .form_row .form_group .mobile_wrap .mobile_no_wrap .input_wrap .input:focus {
  background-color: transparent;
}

.card_wrap.card_login .col_form .form_row .form_group .mobile_wrap .mobile_no_wrap .input_wrap.current .input {
  padding-right: calc(40px + 1rem);
}

.card_wrap.card_login .col_form .form_row .form_group .mobile_wrap .mobile_no_wrap .input_wrap.current::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  background: url(assets/images/icons/check-green-icon.png) no-repeat center;
  background-size: 28px;
  background-position-x: left;
}

.card_wrap.card_login .col_form .form_row .form_group .captcha_wrap {
  width: 54%;
}

@media (max-width: 1023px) {
  .card_wrap.card_login .col_form .form_row .form_group .captcha_wrap {
    width: 100%;
  }
}

.card_wrap.card_login .col_form .form_row .form_group .captcha_wrap>label {
  display: block;
  font-size: 1.5rem !important;
  color: white !important;
  letter-spacing: 1px;
  font-weight: 400 !important;
  margin-bottom: 1rem !important;
}

@media (max-width: 1560px) {
  .card_wrap.card_login .col_form .form_row .form_group .captcha_wrap>label {
    font-size: 1.35rem !important;
  }
}

@media (max-width: 767px) {
  .card_wrap.card_login .col_form .form_row .form_group .captcha_wrap>label {
    font-size: 1.125rem !important;
    margin-bottom: 0.75rem !important;
  }
}

.card_wrap.card_login .col_form .form_row .form_group .captcha_wrap .captcha_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.card_wrap.card_login .col_form .form_row .form_group .captcha_wrap .captcha_row .captcha_img img {
  width: 300px;
  height: var(--height-input);
  border-radius: 5px;
  display: block;
}

@media (max-width: 767px) {
  .card_wrap.card_login .col_form .form_row .form_group .captcha_wrap .captcha_row .captcha_img img {
    width: 260px;
  }
}

@media (max-width: 1200px) {
  .card_login .card_box .col_form.col-lg-10 {
    width: 100%;
  }
}

.card_wrap.card_login .col_form .form_row .form_group .captcha_wrap .captcha_row .btn_reset {
  text-decoration: none;
  cursor: pointer;
  width: 42px;
  margin: 0 0.75rem;
  -webkit-transition: -webkit-filter 400ms;
  transition: -webkit-filter 400ms;
  transition: filter 400ms;
  transition: filter 400ms, -webkit-filter 400ms;
}

.card_wrap.card_login .col_form .form_row .form_group .captcha_wrap .captcha_row .btn_reset:hover {
  -webkit-filter: brightness(1.5);
  filter: brightness(1.5);
}

.card_wrap.card_login .col_form .form_row .form_group .captcha_wrap .captcha_row .btn_reset img {
  width: 100%;
  display: block;
}

.card_wrap.card_login .col_form .form_row .form_group .captcha_wrap .captcha_row .input {
  height: var(--height-input);
  width: 100%;
  font-size: 1.375rem;
  color: #e1e1e1;
  font-weight: 600;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  .card_wrap.card_login .col_form .form_row .form_group .captcha_wrap .captcha_row .input {
    font-size: 1.15rem;
  }
}

.card_wrap.card_login .col_form .form_row .form_group .captcha_wrap .captcha_row .input:focus {
  background-color: transparent;
}

.card_wrap.card_login .col_form .form_row .btn_wrap {
  width: 100%;
  padding: 0em;
  margin-top: 1.25rem;
}

@media (max-width: 1023px) {
  .card_wrap.card_login .col_form .form_row .btn_wrap {
    margin-top: 1rem;
  }
}

@media (max-width: 767px) {
  .card_wrap.card_login .col_form .form_row .btn_wrap {
    margin-top: 2.5rem;
  }
}

.card_wrap.card_login .col_form .form_row .btn_wrap .btn_primary,
.card_wrap.card_login .col_form .form_row .btn_wrap .btn_secondary {
  height: var(--height-input);
}

.card_wrap .captcha_group .captcha_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.card_wrap .captcha_group .captcha_row .captcha_img img {
  width: 300px;
  height: var(--height-input);
}

.card_wrap .captcha_group .captcha_row .captcha_img {
  max-width: 200px;
  max-height: 60px;
  border-radius: 6px;
}

@media (max-width: 991px) {
  .card_wrap .captcha_group .captcha_row .captcha_img {
    max-width: 140px;
  }
}

@media (max-width: 767px) {
  .card_wrap .captcha_group .captcha_row .captcha_img img {
    width: 120px;
  }
}

.card_wrap .captcha_group .captcha_row .btn_reset {
  text-decoration: none;
  cursor: pointer;
  width: 46px;
  margin: 0 0.75rem;
  -webkit-transition: -webkit-filter 400ms;
  transition: -webkit-filter 400ms;
  transition: filter 400ms;
  transition: filter 400ms, -webkit-filter 400ms;
}

.card_wrap .captcha_group .captcha_row .btn_reset:hover {
  -webkit-filter: brightness(1.5);
  filter: brightness(1.5);
}

.card_wrap .captcha_group .captcha_row .btn_reset img {
  width: 100%;
}

.card_wrap .captcha_group .captcha_row .input {
  height: var(--height-input);
  width: 100%;
  font-size: 1.375rem;
  color: #e1e1e1;
  font-weight: 600;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  .card_wrap .captcha_group .captcha_row .input {
    font-size: 1.15rem;
  }
}

.card_wrap .captcha_group .captcha_row .input:focus {
  background-color: transparent;
}

.card_readPledge .card_box .col_custom {
  margin: auto;
  margin-bottom: 3rem;
}

.card_readPledge .card_box .col_custom .col_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  --img-width: 38%;
}

.card_readPledge .card_box .col_custom .col_wrap:nth-child(1) {
  -webkit-animation-name: itemShow;
  animation-name: itemShow;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.card_readPledge .card_box .col_custom .col_wrap:nth-child(2) {
  -webkit-animation-name: itemShow;
  animation-name: itemShow;
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
}

@media (max-width: 1200px) {
  .card_readPledge .card_box .col_custom .col_wrap {
    --img-width: auto;
  }
}

.card_readPledge .card_box .col_custom .col_wrap .col_img {
  width: var(--img-width);
  text-align: center;
  padding-right: 4rem;
}

@media (max-width: 1200px) {
  .card_readPledge .card_box .col_custom .col_wrap .col_img {
    margin: auto;
    margin-top: 1rem;
    margin-bottom: 3rem;
    padding-right: 0em;
  }
}

@media (max-width: 1023px) {
  .card_readPledge .card_box .col_custom .col_wrap .col_img img {
    max-width: 80%;
  }
}

.card_readPledge .card_box .col_custom .col_wrap .col_content {
  width: calc(100% - var(--img-width));
  color: #a6a8ad;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.card_readPledge .card_box .col_custom .col_wrap .col_content:nth-child(1) {
  -webkit-animation-name: itemShow;
  animation-name: itemShow;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.card_readPledge .card_box .col_custom .col_wrap .col_content:nth-child(2) {
  -webkit-animation-name: itemShow;
  animation-name: itemShow;
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
}

.card_readPledge .card_box .col_custom .col_wrap .col_content:nth-child(3) {
  -webkit-animation-name: itemShow;
  animation-name: itemShow;
  -webkit-animation-duration: 700ms;
  animation-duration: 700ms;
}

.card_readPledge .card_box .col_custom .col_wrap .col_content:nth-child(4) {
  -webkit-animation-name: itemShow;
  animation-name: itemShow;
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.card_readPledge .card_box .col_custom .col_wrap .col_content:nth-child(5) {
  -webkit-animation-name: itemShow;
  animation-name: itemShow;
  -webkit-animation-duration: 900ms;
  animation-duration: 900ms;
}

.card_readPledge .card_box .col_custom .col_wrap .col_content:nth-child(6) {
  -webkit-animation-name: itemShow;
  animation-name: itemShow;
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
}

.card_readPledge .card_box .col_custom .col_wrap .col_content.ul_style_none ul li {
  padding-left: 0px;
}

.card_readPledge .card_box .col_custom .col_wrap .col_content.ul_style_none ul li::before {
  display: none;
}

.card_readPledge .card_box .col_custom .col_wrap .col_content ul {
  margin: 0em;
  margin-bottom: 3rem;
  padding: 0em;
  list-style: none;
}

@media (max-width: 1023px) {
  .card_readPledge .card_box .col_custom .col_wrap .col_content ul {
    margin-bottom: 3rem;
  }
}

.card_readPledge .card_box .col_custom .col_wrap .col_content ul li {
  margin-bottom: 2rem;
  padding-left: 26px;
  position: relative;
}

@media (max-width: 1023px) {
  .card_readPledge .card_box .col_custom .col_wrap .col_content ul li {
    margin-bottom: 1rem;
  }
}

.card_readPledge .card_box .col_custom .col_wrap .col_content ul li::marker {
  color: #f33e31;
  font-size: 1.8em;
}

.card_readPledge .card_box .col_custom .col_wrap .col_content ul li::before {
  content: "";
  width: 9px;
  height: 9px;
  background-color: #f33e31;
  border-radius: 50px;
  position: absolute;
  top: 6px;
  left: 0;
}

.card_readPledge .card_box .col_custom .col_wrap .col_content ul li>* {
  vertical-align: 3px;
  margin-bottom: 1rem;
  display: block;
  line-height: normal;
}

.card_readPledge .card_box .col_custom .col_wrap .col_content .note_wrap p strong {
  color: #f33e31;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 1px;
}

.card_readPledge .card_box .btn_wrap {
  padding: 0em;
}

.card_readPledge .card_box .btn_wrap:nth-child(1) {
  -webkit-animation-name: itemShow;
  animation-name: itemShow;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.card_readPledge .card_box .btn_wrap:nth-child(2) {
  -webkit-animation-name: itemShow;
  animation-name: itemShow;
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
}

.card_readPledge .card_box .btn_wrap:nth-child(3) {
  -webkit-animation-name: itemShow;
  animation-name: itemShow;
  -webkit-animation-duration: 700ms;
  animation-duration: 700ms;
}

.card_readPledge .card_box .btn_wrap:nth-child(4) {
  -webkit-animation-name: itemShow;
  animation-name: itemShow;
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.card_readPledge .card_box .btn_wrap:nth-child(5) {
  -webkit-animation-name: itemShow;
  animation-name: itemShow;
  -webkit-animation-duration: 900ms;
  animation-duration: 900ms;
}

.card_readPledge .card_box .btn_wrap:nth-child(6) {
  -webkit-animation-name: itemShow;
  animation-name: itemShow;
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
}

.mediaCove_section .media_list__wrap .col_custom {
  padding: 0.75rem;
}

.mediaCove_section .media_list__wrap .col_custom .col_wrap {
  -webkit-box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.08);
  padding: 1.25rem;
  -webkit-transition: -webkit-box-shadow 400ms;
  transition: -webkit-box-shadow 400ms;
  transition: box-shadow 400ms;
  transition: box-shadow 400ms, -webkit-box-shadow 400ms;
  height: 100%;
}

@media (max-width: 1560px) {
  .mediaCove_section .media_list__wrap .col_custom .col_wrap {
    padding: 1.125rem;
  }
}

.mediaCove_section .media_list__wrap .col_custom .col_wrap:hover {
  -webkit-box-shadow: 0 4px 22px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 22px 0 rgba(0, 0, 0, 0.15);
}

.mediaCove_section .media_list__wrap .col_custom .col_wrap:hover .img_wrap {
  -webkit-filter: brightness(0.9);
  filter: brightness(0.9);
}

.mediaCove_section .media_list__wrap .col_custom .col_wrap .img_wrap {
  width: 100%;
  position: relative;
  -webkit-transition: -webkit-filter 600ms;
  transition: -webkit-filter 600ms;
  transition: filter 600ms;
  transition: filter 600ms, -webkit-filter 600ms;
  height: calc(100% - 120px);
}

@media (max-width: 1560px) {
  .mediaCove_section .media_list__wrap .col_custom .col_wrap .img_wrap {
    height: calc(100% - 100px);
  }
}

.mediaCove_section .media_list__wrap .col_custom .col_wrap .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 600ms;
  transition: -webkit-transform 600ms;
  transition: transform 600ms;
  transition: transform 600ms, -webkit-transform 600ms;
}

.mediaCove_section .media_list__wrap .col_custom .col_wrap .img_wrap .media_logo {
  pointer-events: none;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 100px;
  height: 90px;
  border-radius: 8px;
  background-color: white;
  padding: 0.5rem;
}

@media (max-width: 767px) {
  .mediaCove_section .media_list__wrap .col_custom .col_wrap .img_wrap .media_logo {
    width: 80px;
    height: 70px;
    bottom: 0.75rem;
    right: 0.75rem;
  }
}

.mediaCove_section .media_list__wrap .col_custom .col_wrap .img_wrap .media_logo img {
  height: auto;
  -o-object-fit: unset;
  object-fit: unset;
}

.mediaCove_section .media_list__wrap .col_custom .col_wrap .content_wrap {
  margin-top: 1.25rem;
}

@media (max-width: 1560px) {
  .mediaCove_section .media_list__wrap .col_custom .col_wrap .content_wrap {
    margin-top: 1rem;
  }
}

.mediaCove_section .media_list__wrap .col_custom .col_wrap .content_wrap .date {
  color: #222222;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.5em;
}

.mediaCove_section .media_list__wrap .col_custom .col_wrap .content_wrap .date>* {
  position: relative;
}

.mediaCove_section .media_list__wrap .col_custom .col_wrap .content_wrap .date>*::before {
  content: url(assets/images/icons/calendar-icon.png);
  display: inline-block;
  vertical-align: -2px;
  margin-right: 0.5em;
}

.mediaCove_section .media_list__wrap .col_custom .col_wrap .content_wrap .title>* {
  font-size: 1.5rem;
  font-family: "FiraSans";
  font-weight: 500;
  color: #202435;
  text-decoration: none;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (max-width: 1560px) {
  .mediaCove_section .media_list__wrap .col_custom .col_wrap .content_wrap .title>* {
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .mediaCove_section .media_list__wrap .col_custom .col_wrap .content_wrap .title>* {
    font-size: 1.125rem;
  }
}

.event_section .event_list__wrap .col_custom {
  background-color: white;
  -webkit-box-shadow: 0 4px 22px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 22px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: 45% 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .event_section .event_list__wrap .col_custom {
    grid-template-columns: 1fr;
  }
}

.event_section .event_list__wrap .col_custom .img_wrap {
  height: 100%;
}

.event_section .event_list__wrap .col_custom .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.event_section .event_list__wrap .col_custom .content_wrap {
  padding: 2rem;
  overflow: hidden;
  overflow-wrap: break-word;
}

@media (max-width: 991px) {
  .event_section .event_list__wrap .col_custom .content_wrap {
    padding: 2rem 1.5rem;
  }
}

@media (max-width: 767px) {
  .event_section .event_list__wrap .col_custom .content_wrap {
    padding: 1.5rem;
  }
}

.event_section .event_list__wrap .col_custom .content_wrap .title>* {
  font-size: 1.875rem;
  font-weight: 600;
  /* line-height: 1.25; */
  color: #202435;
  text-decoration: none;
  margin-bottom: 0.5em;
}

@media (max-width: 1560px) {
  .event_section .event_list__wrap .col_custom .content_wrap .title>* {
    font-size: 1.5rem;
  }
}

@media (max-width: 1200px) {
  .event_section .event_list__wrap .col_custom .content_wrap .title>* {
    font-size: 1.25rem;
  }
}

.event_section .event_list__wrap .col_custom .content_wrap .date {
  color: #222222;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.75em;
}

.event_section .event_list__wrap .col_custom .content_wrap .date>* {
  position: relative;
}

.event_section .event_list__wrap .col_custom .content_wrap .date>*::before {
  content: url(assets/images/icons/calendar-icon.png);
  display: inline-block;
  vertical-align: -2px;
  margin-right: 0.5em;
}

.event_section .event_list__wrap .col_custom .content_wrap .sub {
  font-size: 1.125rem;
  color: #777777;
  margin-bottom: 0.75em;
}

@media (max-width: 1560px) {
  .event_section .event_list__wrap .col_custom .content_wrap .sub {
    font-size: 1rem;
    margin-bottom: 1em;
  }
}

.event_section .event_list__wrap .col_custom:nth-child(even) {
  grid-template-columns: 1fr 45%;
}

@media (max-width: 767px) {
  .event_section .event_list__wrap .col_custom:nth-child(even) {
    grid-template-columns: 1fr;
  }
}

.event_section .event_list__wrap .col_custom:nth-child(even) .img_wrap {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media (max-width: 767px) {
  .event_section .event_list__wrap .col_custom:nth-child(even) .img_wrap {
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
  }
}

.event_section.eventDetails_section .event_list__wrap .col_custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.event_section.eventDetails_section .event_list__wrap .col_custom .img_wrap {
  width: 100%;
  margin-bottom: 1rem;
}

.event_section.eventDetails_section .event_list__wrap .col_custom .content_wrap {
  width: 100%;
  padding: 0;
}

.event_section.eventDetails_section .event_list__wrap .col_custom .content_wrap .sub p {
  margin-bottom: 1em;
}

.event_section.eventDetails_section .event_list__wrap .galley_wrap .col_custom {
  padding: 0.75rem;
  margin: 0;
}

.event_section.eventDetails_section .event_list__wrap .galley_wrap .col_custom .col_wrap {
  -webkit-box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.08);
  padding: 1.25rem;
  -webkit-transition: -webkit-box-shadow 400ms;
  transition: -webkit-box-shadow 400ms;
  transition: box-shadow 400ms;
  transition: box-shadow 400ms, -webkit-box-shadow 400ms;
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
}

@media (max-width: 1560px) {
  .event_section.eventDetails_section .event_list__wrap .galley_wrap .col_custom .col_wrap {
    padding: 1.125rem;
  }
}

.event_section.eventDetails_section .event_list__wrap .galley_wrap .col_custom .col_wrap:hover {
  -webkit-box-shadow: 0 4px 22px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 22px 0 rgba(0, 0, 0, 0.15);
}

.event_section.eventDetails_section .event_list__wrap .galley_wrap .col_custom .col_wrap:hover .img_wrap {
  -webkit-filter: brightness(0.9);
  filter: brightness(0.9);
}

.event_section.eventDetails_section .event_list__wrap .galley_wrap .col_custom .col_wrap .img_wrap {
  width: 100%;
  -webkit-transition: -webkit-filter 600ms;
  transition: -webkit-filter 600ms;
  transition: filter 600ms;
  transition: filter 600ms, -webkit-filter 600ms;
  margin: 0;
}

.event_section.eventDetails_section .event_list__wrap .galley_wrap .col_custom .col_wrap .img_wrap img {
  width: 100%;
  display: block;
  -webkit-transition: -webkit-transform 600ms;
  transition: -webkit-transform 600ms;
  transition: transform 600ms;
  transition: transform 600ms, -webkit-transform 600ms;
}

.organDonor_section .organDonor_lis .col_custom {
  padding: 1rem;
}

@media (max-width: 1200px) {
  .organDonor_section .organDonor_lis .col_custom {
    width: 100%;
  }
}

.organDonor_section .organDonor_lis .col_custom .col_wrap {
  height: 100%;
  -webkit-box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.12);
  display: grid;
  grid-template-columns: 38% 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1560px) {
  .organDonor_section .organDonor_lis .col_custom .col_wrap {
    grid-template-columns: 35% 1fr;
  }
}

@media (max-width: 767px) {
  .organDonor_section .organDonor_lis .col_custom .col_wrap {
    grid-template-columns: 1fr;
  }
}

.organDonor_section .organDonor_lis .col_custom .col_wrap .img_wrap {
  height: 100%;
}

.organDonor_section .organDonor_lis .col_custom .col_wrap .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.organDonor_section .organDonor_lis .col_custom .col_wrap .content_wrap {
  padding: 1.5rem;
  overflow: hidden;
  overflow-wrap: break-word;
}

@media (max-width: 767px) {
  .organDonor_section .organDonor_lis .col_custom .col_wrap .content_wrap {
    padding: 1.25rem;
  }
}

.organDonor_section .organDonor_lis .col_custom .col_wrap .content_wrap .user_details {
  text-decoration: none;
}

.organDonor_section .organDonor_lis .col_custom .col_wrap .content_wrap .user_details p {
  /* line-height: 1.25; */
  font-size: 1.25rem;
  color: #202435;
  margin-bottom: 0.5em;
  font-weight: 500;

  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.organDonor_section.organDonorDetails_section .organDonor_lis .col_custom .col_wrap .content_wrap .user_details p {
  -webkit-line-clamp: unset;
}

@media (max-width: 1560px) {
  .organDonor_section .organDonor_lis .col_custom .col_wrap .content_wrap .user_details p {
    font-size: 1.125rem;
  }
}

@media (max-width: 767px) {
  .organDonor_section .organDonor_lis .col_custom .col_wrap .content_wrap .user_details p {
    font-size: 1rem;
  }
}

.organDonor_section .organDonor_lis .col_custom .col_wrap .content_wrap .user_details p strong {
  font-weight: 500;
  color: #999;
}

.organDonor_section .organDonor_lis .col_custom .col_wrap .content_wrap .btn_wrap {
  margin-top: 1.25rem;
}

.organDonor_section.organDonorDetails_section .organDonor_lis .col_custom {
  width: 100%;
}

.organDonor_section.organDonorDetails_section .organDonor_lis .col_custom .col_wrap {
  grid-template-columns: 20% 1fr;
}

@media (max-width: 991px) {
  .organDonor_section.organDonorDetails_section .organDonor_lis .col_custom .col_wrap {
    grid-template-columns: 30% 1fr;
  }
}

@media (max-width: 767px) {
  .organDonor_section.organDonorDetails_section .organDonor_lis .col_custom .col_wrap {
    grid-template-columns: 1fr;
  }
}

.organDonor_section.organDonorDetails_section .organDonor_lis .sub_content_wrap {
  margin-top: 1.5rem;
}

@media (max-width: 767px) {
  .organDonor_section.organDonorDetails_section .organDonor_lis .sub_content_wrap {
    margin-top: 1rem;
  }
}

.organDonor_section.organDonorDetails_section .organDonor_lis .sub_content_wrap .title>* {
  font-size: 1.875rem;
  font-weight: 500;
  margin-bottom: 0.5em;
}

@media (max-width: 1560px) {
  .organDonor_section.organDonorDetails_section .organDonor_lis .sub_content_wrap .title>* {
    font-size: 1.5rem;
  }
}

@media (max-width: 991px) {
  .organDonor_section.organDonorDetails_section .organDonor_lis .sub_content_wrap .title>* {
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .organDonor_section.organDonorDetails_section .organDonor_lis .sub_content_wrap .title>* {
    font-size: 1.125rem;
  }
}

.organDonor_section.organDonorDetails_section .organDonor_lis .sub_content_wrap .content p {
  font-size: 1.125rem;
  color: #777777;
  margin-bottom: 1.5rem;
}

@media (max-width: 1560px) {
  .organDonor_section.organDonorDetails_section .organDonor_lis .sub_content_wrap .content p {
    font-size: 1rem;
    margin-bottom: 1em;
  }
}

@media (max-width: 767px) {
  .organDonor_section.organDonorDetails_section .organDonor_lis .sub_content_wrap .content p {
    font-size: 0.875rem;
  }
}

.reviews_section .reviews_Wrap {
  display: grid;
  grid-template-columns: 350px 1fr;
}

@media (max-width: 1560px) {
  .reviews_section .reviews_Wrap {
    grid-template-columns: 300px 1fr;
  }
}

@media (max-width: 1200px) {
  .reviews_section .reviews_Wrap {
    grid-template-columns: 250px 1fr;
  }
}

@media (max-width: 991px) {
  .reviews_section .reviews_Wrap {
    grid-template-columns: 1fr;
  }
}

.reviews_section .reviews_Wrap .tabs_nav {
  list-style: none;
  padding: 1rem;
  margin: 0;
}

@media (max-width: 991px) {
  .reviews_section .reviews_Wrap .tabs_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.reviews_section .reviews_Wrap .tabs_nav li {
  list-style: none;
  margin-bottom: 1rem;
}

@media (max-width: 991px) {
  .reviews_section .reviews_Wrap .tabs_nav li {
    margin: 0.5rem;
  }
}

@media (max-width: 767px) {
  .reviews_section .reviews_Wrap .tabs_nav li {
    margin: 0.25rem;
  }
}

.reviews_section .reviews_Wrap .tabs_nav li a {
  text-decoration: none;
  color: #202435;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  display: block;
  background-color: white;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 0.65em 0.5em;
  -webkit-transition: color 400ms, background-color 400ms, -webkit-box-shadow 400ms;
  transition: color 400ms, background-color 400ms, -webkit-box-shadow 400ms;
  transition: color 400ms, background-color 400ms, box-shadow 400ms;
  transition: color 400ms, background-color 400ms, box-shadow 400ms, -webkit-box-shadow 400ms;
}

@media (max-width: 1560px) {
  .reviews_section .reviews_Wrap .tabs_nav li a {
    font-size: 1.25rem;
  }
}

@media (max-width: 1200px) {
  .reviews_section .reviews_Wrap .tabs_nav li a {
    font-size: 1.125rem;
  }
}

@media (max-width: 991px) {
  .reviews_section .reviews_Wrap .tabs_nav li a {
    font-size: 1rem;
    padding: 0.5em 1em;
  }
}

@media (max-width: 767px) {
  .reviews_section .reviews_Wrap .tabs_nav li a {
    font-size: 1rem;
    padding: 0.45em 0.75em;
  }
}

.reviews_section .reviews_Wrap .tabs_nav li a:hover {
  -webkit-box-shadow: 0 4px 12px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 12px 2px rgba(0, 0, 0, 0.15);
}

.reviews_section .reviews_Wrap .tabs_nav li.active a {
  background-color: #f33e31;
  color: white;
}

.reviews_section .reviews_Wrap .tabs_content__wrap {
  padding: 0 1rem;
}

.reviews_section .reviews_Wrap .tabs_content__wrap .tab_content {
  display: none;
}

.reviews_section .reviews_Wrap .tabs_content__wrap .tab_content.active {
  display: block;
}

.reviews_section .reviews_Wrap .tabs_content__wrap .tab_content .col_custom {
  padding: 1rem;
}

@media (max-width: 1560px) {
  .reviews_section .reviews_Wrap .tabs_content__wrap .tab_content .col_custom {
    padding: 0.75rem;
  }
}

.reviews_section .reviews_Wrap .tabs_content__wrap .tab_content .col_custom:nth-child(1) {
  -webkit-animation-name: fadeInFor;
  animation-name: fadeInFor;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.reviews_section .reviews_Wrap .tabs_content__wrap .tab_content .col_custom:nth-child(2) {
  -webkit-animation-name: fadeInFor;
  animation-name: fadeInFor;
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
}

.reviews_section .reviews_Wrap .tabs_content__wrap .tab_content .col_custom:nth-child(3) {
  -webkit-animation-name: fadeInFor;
  animation-name: fadeInFor;
  -webkit-animation-duration: 700ms;
  animation-duration: 700ms;
}

.reviews_section .reviews_Wrap .tabs_content__wrap .tab_content .col_custom:nth-child(4) {
  -webkit-animation-name: fadeInFor;
  animation-name: fadeInFor;
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.reviews_section .reviews_Wrap .tabs_content__wrap .tab_content .col_custom:nth-child(5) {
  -webkit-animation-name: fadeInFor;
  animation-name: fadeInFor;
  -webkit-animation-duration: 900ms;
  animation-duration: 900ms;
}

.reviews_section .reviews_Wrap .tabs_content__wrap .tab_content .col_custom:nth-child(6) {
  -webkit-animation-name: fadeInFor;
  animation-name: fadeInFor;
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
}

.reviews_section .reviews_Wrap .tabs_content__wrap .tab_content .col_custom:nth-child(7) {
  -webkit-animation-name: fadeInFor;
  animation-name: fadeInFor;
  -webkit-animation-duration: 1100ms;
  animation-duration: 1100ms;
}

.reviews_section .reviews_Wrap .tabs_content__wrap .tab_content .col_custom:nth-child(8) {
  -webkit-animation-name: fadeInFor;
  animation-name: fadeInFor;
  -webkit-animation-duration: 1200ms;
  animation-duration: 1200ms;
}

.reviews_section .reviews_Wrap .tabs_content__wrap .tab_content .col_custom:nth-child(9) {
  -webkit-animation-name: fadeInFor;
  animation-name: fadeInFor;
  -webkit-animation-duration: 1300ms;
  animation-duration: 1300ms;
}

.reviews_section .reviews_Wrap .tabs_content__wrap .tab_content .col_custom:nth-child(10) {
  -webkit-animation-name: fadeInFor;
  animation-name: fadeInFor;
  -webkit-animation-duration: 1400ms;
  animation-duration: 1400ms;
}

.reviews_section .reviews_Wrap .tabs_content__wrap .tab_content .col_custom .col_wrap {
  height: 100%;
  background-color: white;
  -webkit-box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.12);
}

.reviews_section .reviews_Wrap .tabs_content__wrap .tab_content .col_custom .col_wrap .img_wrap {
  position: relative;
  /* height: calc(100% - 145px); */
  height: 300px;
}

@media (max-width: 1560px) {
  .reviews_section .reviews_Wrap .tabs_content__wrap .tab_content .col_custom .col_wrap .img_wrap {
    /* height: calc(100% - 120px); */
    height: 280px;
  }
}
@media (max-width: 1300px) {
  .reviews_section .reviews_Wrap .tabs_content__wrap .tab_content .col_custom .col_wrap .img_wrap {
    height: 260px;
  }
}

@media (max-width: 1200px) {
  .reviews_section .reviews_Wrap .tabs_content__wrap .tab_content .col_custom .col_wrap .img_wrap {
    /* height: calc(100% - 145px); */
    height: 220px;
  }
}

@media (max-width: 767px) {
  .reviews_section .reviews_Wrap .tabs_content__wrap .tab_content .col_custom .col_wrap .img_wrap {
    height: auto;
    max-height: 300px;
    overflow: hidden;
  }

  .reviews_section .reviews_Wrap .tabs_content__wrap .tab_content .col_custom .col_wrap .img_wrap img {
    height: auto !important;
  }
}

.reviews_section .reviews_Wrap .tabs_content__wrap .tab_content .col_custom .col_wrap .img_wrap img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.reviews_section .reviews_Wrap .tabs_content__wrap .tab_content .col_custom .col_wrap .img_wrap .btn_video {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 2;
}

@media (max-width: 1200px) {
  .reviews_section .reviews_Wrap .tabs_content__wrap .tab_content .col_custom .col_wrap .img_wrap .btn_video {
    bottom: 1.25rem;
    right: 1.25rem;
  }
}

.reviews_section .reviews_Wrap .tabs_content__wrap .tab_content .col_custom .col_wrap .content_wrap {
  padding: 1.25rem;
}

@media (max-width: 1560px) {
  .reviews_section .reviews_Wrap .tabs_content__wrap .tab_content .col_custom .col_wrap .content_wrap {
    padding: 1rem;
  }
}

@media (max-width: 1200px) {
  .reviews_section .reviews_Wrap .tabs_content__wrap .tab_content .col_custom .col_wrap .content_wrap {
    text-align: center;
  }
}

.reviews_section .reviews_Wrap .tabs_content__wrap .tab_content .col_custom .col_wrap .content_wrap .title>* {
  text-decoration: none;
  color: #202435;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 0.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (max-width: 1560px) {
  .reviews_section .reviews_Wrap .tabs_content__wrap .tab_content .col_custom .col_wrap .content_wrap .title>* {
    font-size: 1.25rem;
  }
}

@media (max-width: 1200px) {
  .reviews_section .reviews_Wrap .tabs_content__wrap .tab_content .col_custom .col_wrap .content_wrap .title>* {
    font-size: 1.125rem;
  }
}

.reviews_section .reviews_Wrap .tabs_content__wrap .tab_content .col_custom .col_wrap .content_wrap .sub_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 1rem;
  color: #202435;
  font-weight: 500;
  /* white-space: nowrap; */
  overflow-wrap: break-word;
}

/* .reviews_section .reviews_Wrap .tabs_content__wrap .tab_content .col_custom .col_wrap .content_wrap .sub_text > p{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
} */

@media (max-width: 1560px) {
  .reviews_section .reviews_Wrap .tabs_content__wrap .tab_content .col_custom .col_wrap .content_wrap .sub_text {
    font-size: 0.875rem;
  }
}

@media (max-width: 1200px) {
  .reviews_section .reviews_Wrap .tabs_content__wrap .tab_content .col_custom .col_wrap .content_wrap .sub_text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .reviews_section .reviews_Wrap .tabs_content__wrap .tab_content .col_custom .col_wrap .content_wrap .sub_text .date {
    margin-top: 0.5rem;
  }
}

.reviews_section .reviews_Wrap .tabs_content__wrap .tab_content .col_custom .col_wrap .content_wrap .sub_text strong {
  color: #f33e31;
  font-weight: 500;
}

.reviews_section .reviews_Wrap .tabs_content__wrap .tab_content .col_custom .col_wrap .content_wrap .sub_text .date {
  font-size: 0.875rem;
  white-space: nowrap;
}

.reviews_section .reviews_Wrap .tabs_content__wrap .tab_content .col_custom .col_wrap .content_wrap .sub_text .date::before {
  content: url(assets/images/icons/calendar-icon.png);
  display: inline-block;
  vertical-align: -2.5px;
  -webkit-transform: scale(0.92);
  transform: scale(0.92);
}

.eBooks_section .eBooks_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

@media (max-width: 1560px) {
  .eBooks_section .eBooks_btns {
    margin-bottom: 1.5rem;
  }
}

.eBooks_section .eBooks_btns .tab {
  border: none;
  margin: 0.5rem;
  text-decoration: none;
  color: #202435;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
  display: block;
  background-color: white;
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 0.65em 1em;
  -webkit-transition: color 400ms, background-color 400ms, -webkit-box-shadow 400ms;
  transition: color 400ms, background-color 400ms, -webkit-box-shadow 400ms;
  transition: color 400ms, background-color 400ms, box-shadow 400ms;
  transition: color 400ms, background-color 400ms, box-shadow 400ms, -webkit-box-shadow 400ms;
}

@media (max-width: 1560px) {
  .eBooks_section .eBooks_btns .tab {
    font-size: 1.125rem;
  }
}

@media (max-width: 1200px) {
  .eBooks_section .eBooks_btns .tab {
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .eBooks_section .eBooks_btns .tab {
    padding: 0.5em 1em;
  }
}

@media (max-width: 767px) {
  .eBooks_section .eBooks_btns .tab {
    font-size: 1rem;
    padding: 0.45em 0.75em;
  }
}

.eBooks_section .eBooks_btns .tab:hover {
  -webkit-box-shadow: 0 4px 12px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 12px 2px rgba(0, 0, 0, 0.15);
}

.eBooks_section .eBooks_btns .tab.active {
  background-color: #f33e31;
  color: white;
}

@media (max-width: 767px) {
  .eBooks_section .eBooks_lis {
    margin: 0;
  }
}

.eBooks_section .eBooks_lis .col_custom {
  padding: 0.75rem;
}

.eBooks_section .eBooks_lis .col_custom.hide {
  display: none;
}

.eBooks_section .eBooks_lis .col_custom.show {
  display: block;
}

.eBooks_section .eBooks_lis .col_custom:nth-child(1) {
  -webkit-animation-name: fadeInFor;
  animation-name: fadeInFor;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.eBooks_section .eBooks_lis .col_custom:nth-child(2) {
  -webkit-animation-name: fadeInFor;
  animation-name: fadeInFor;
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
}

.eBooks_section .eBooks_lis .col_custom:nth-child(3) {
  -webkit-animation-name: fadeInFor;
  animation-name: fadeInFor;
  -webkit-animation-duration: 700ms;
  animation-duration: 700ms;
}

.eBooks_section .eBooks_lis .col_custom:nth-child(4) {
  -webkit-animation-name: fadeInFor;
  animation-name: fadeInFor;
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.eBooks_section .eBooks_lis .col_custom:nth-child(5) {
  -webkit-animation-name: fadeInFor;
  animation-name: fadeInFor;
  -webkit-animation-duration: 900ms;
  animation-duration: 900ms;
}

.eBooks_section .eBooks_lis .col_custom:nth-child(6) {
  -webkit-animation-name: fadeInFor;
  animation-name: fadeInFor;
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
}

.eBooks_section .eBooks_lis .col_custom:nth-child(7) {
  -webkit-animation-name: fadeInFor;
  animation-name: fadeInFor;
  -webkit-animation-duration: 1100ms;
  animation-duration: 1100ms;
}

.eBooks_section .eBooks_lis .col_custom:nth-child(8) {
  -webkit-animation-name: fadeInFor;
  animation-name: fadeInFor;
  -webkit-animation-duration: 1200ms;
  animation-duration: 1200ms;
}

.eBooks_section .eBooks_lis .col_custom:nth-child(9) {
  -webkit-animation-name: fadeInFor;
  animation-name: fadeInFor;
  -webkit-animation-duration: 1300ms;
  animation-duration: 1300ms;
}

.eBooks_section .eBooks_lis .col_custom:nth-child(10) {
  -webkit-animation-name: fadeInFor;
  animation-name: fadeInFor;
  -webkit-animation-duration: 1400ms;
  animation-duration: 1400ms;
}

.eBooks_section .eBooks_lis .col_custom .col_wrap {
  background-color: white;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  padding: 1.5rem;
  display: grid;
  grid-template-columns: 200px 1fr;
  -webkit-box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.15);
}

@media (max-width: 1560px) {
  .eBooks_section .eBooks_lis .col_custom .col_wrap {
    padding: 1.25rem;
    grid-template-columns: 180px 1fr;
  }
}

@media (max-width: 1200px) {
  .eBooks_section .eBooks_lis .col_custom .col_wrap {
    padding: 1rem;
    grid-template-columns: 150px 1fr;
  }
}

@media (max-width: 767px) {
  .eBooks_section .eBooks_lis .col_custom .col_wrap {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

.eBooks_section .eBooks_lis .col_custom .col_wrap .img_wrap {
  padding: 1rem;
  text-align: center;
}

.eBooks_section .eBooks_lis .col_custom .col_wrap .img_wrap img {
  -webkit-box-shadow: 4px 4px 18px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 4px 4px 18px 2px rgba(0, 0, 0, 0.15);
  max-width: 140px;
  max-height: 200px;
  display: block;
  margin: auto;
}

@media (max-width: 1560px) {
  .eBooks_section .eBooks_lis .col_custom .col_wrap .img_wrap img {
    max-width: 130px;
    max-height: 180px;
  }
}

@media (max-width: 1200px) {
  .eBooks_section .eBooks_lis .col_custom .col_wrap .img_wrap img {
    max-width: 100px;
    max-height: 160px;
  }
}

.eBooks_section .eBooks_lis .col_custom .col_wrap .content_wrap {
  padding: 1rem 0.5rem;
}

@media (max-width: 767px) {
  .eBooks_section .eBooks_lis .col_custom .col_wrap .content_wrap {
    padding-top: 0.5rem;
    padding-bottom: 1rem;
  }
}

.eBooks_section .eBooks_lis .col_custom .col_wrap .content_wrap .title>* {
  font-size: 1.625rem;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 0.5em;
}

@media (max-width: 1560px) {
  .eBooks_section .eBooks_lis .col_custom .col_wrap .content_wrap .title>* {
    font-size: 1.35rem;
  }
}

@media (max-width: 1200px) {
  .eBooks_section .eBooks_lis .col_custom .col_wrap .content_wrap .title>* {
    font-size: 1.2rem;
  }
}

.eBooks_section .eBooks_lis .col_custom .col_wrap .content_wrap .date p {
  font-size: 1rem;
  font-weight: 500;
  position: relative;
  margin-bottom: 1rem;
}

.eBooks_section .eBooks_lis .col_custom .col_wrap .content_wrap .date p::before {
  content: url(assets/images/icons/calendar-icon.png);
  vertical-align: -2px;
  margin-right: 0.5em;
}

.eBooks_section .eBooks_lis .col_custom:nth-child(2) .col_wrap,
.eBooks_section .eBooks_lis .col_custom:nth-child(3) .col_wrap,
.eBooks_section .eBooks_lis .col_custom:nth-child(6) .col_wrap,
.eBooks_section .eBooks_lis .col_custom:nth-child(7) .col_wrap,
.eBooks_section .eBooks_lis .col_custom:nth-child(10) .col_wrap,
.eBooks_section .eBooks_lis .col_custom:nth-child(11) .col_wrap,
.eBooks_section .eBooks_lis .col_custom:nth-child(14) .col_wrap,
.eBooks_section .eBooks_lis .col_custom:nth-child(15) .col_wrap,
.eBooks_section .eBooks_lis .col_custom:nth-child(18) .col_wrap,
.eBooks_section .eBooks_lis .col_custom:nth-child(19) .col_wrap {
  background-color: #fdf1ed;
}

@media (max-width: 991px) {
  .eBooks_section .eBooks_lis .col_custom .col_wrap {
    background-color: white !important;
  }

  .eBooks_section .eBooks_lis .col_custom:nth-child(even) .col_wrap {
    background-color: #fdf1ed !important;
  }
}

.er404_section {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-color: #1f2335;
  margin-bottom: -3.5rem;
  padding-top: 5rem;
  padding-bottom: 8rem;
  text-align: center;
  color: white;
  font-size: 1.35rem;
  font-weight: 500;
}

@media (max-width: 1560px) {
  .er404_section {
    font-size: 1.125rem;
  }
}

@media (max-width: 1200px) {
  .er404_section {
    font-size: 1rem;
    padding-top: 4rem;
    padding-bottom: 7rem;
  }
}

@media (max-width: 991px) {
  .er404_section {
    font-size: 0.875rem;
    padding-top: 3rem;
    padding-bottom: 6rem;
  }

  .er404_section p {
    max-width: 500px;
    margin: auto;
  }
}

@media (max-width: 767px) {
  .er404_section {
    font-size: 0.75rem;
    padding-top: 2.5rem;
    padding-bottom: 6rem;
  }

  .er404_section p {
    max-width: 400px;
    line-height: 1.4;
    margin: auto;
  }
}

@media (max-width: 539px) {
  .er404_section {
    font-size: 0.75rem;
    padding-top: 2rem;
    padding-bottom: 5.5rem;
  }

  .er404_section p {
    max-width: 300px;
    line-height: 1.4;
    margin: auto;
  }
}

.er404_section h3 {
  font-size: 4.75rem;
  font-family: "Revamped";
  font-weight: 500;
  letter-spacing: 5px;
}

@media (max-width: 1560px) {
  .er404_section h3 {
    font-size: 3.5rem;
  }
}

@media (max-width: 1200px) {
  .er404_section h3 {
    font-size: 2.5rem;
  }
}

@media (max-width: 991px) {
  .er404_section h3 {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .er404_section h3 {
    font-size: 1.5rem;
  }
}

@media (max-width: 539px) {
  .er404_section h3 {
    font-size: 1.25rem;
  }
}

.er404_section .img_wrap img {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 2rem auto;
  max-width: 900px;
  -webkit-animation: lightShow 4s infinite linear;
  animation: lightShow 4s infinite linear;
}

@media (max-width: 1560px) {
  .er404_section .img_wrap img {
    max-width: 700px;
  }
}

@media (max-width: 1200px) {
  .er404_section .img_wrap img {
    max-width: 550px;
  }
}

@media (max-width: 991px) {
  .er404_section .img_wrap img {
    max-width: 400px;
    margin: 1.5rem auto;
  }
}

@media (max-width: 767px) {
  .er404_section .img_wrap img {
    max-width: 300px;
    margin: 1rem auto;
  }
}

@media (max-width: 539px) {
  .er404_section .img_wrap img {
    max-width: 220px;
    margin: 1rem auto;
  }
}

@-webkit-keyframes lightShow {
  0% {
    -webkit-filter: drop-shadow(2px 4px 6px rgb(0, 0, 0));
    filter: drop-shadow(2px 4px 6px rgb(0, 0, 0));
  }

  50% {
    -webkit-filter: drop-shadow(0px 6px 8px rgba(255, 255, 255, 0.5));
    filter: drop-shadow(0px 6px 8px rgba(255, 255, 255, 0.5));
  }

  100% {
    -webkit-filter: drop-shadow(2px 4px 6px rgb(0, 0, 0));
    filter: drop-shadow(2px 4px 6px rgb(0, 0, 0));
  }
}

@keyframes lightShow {
  0% {
    -webkit-filter: drop-shadow(2px 4px 6px rgb(0, 0, 0));
    filter: drop-shadow(2px 4px 6px rgb(0, 0, 0));
  }

  50% {
    -webkit-filter: drop-shadow(0px 6px 8px rgba(255, 255, 255, 0.5));
    filter: drop-shadow(0px 6px 8px rgba(255, 255, 255, 0.5));
  }

  100% {
    -webkit-filter: drop-shadow(2px 4px 6px rgb(0, 0, 0));
    filter: drop-shadow(2px 4px 6px rgb(0, 0, 0));
  }
}

.card_wrap .card_box {
  background-color: #202435;
  background-image: url(assets/images/shape-01.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom right;
  border-radius: 12px;
  margin-left: 0;
  margin-right: 0;
  margin-top: -140px;
  margin-bottom: 1rem;
  position: relative;
  z-index: 9;
  padding: 2.5rem 1rem;
}

@media (max-width: 1560px) {
  .card_wrap .card_box {
    padding: 2.25rem 1rem;
    margin-top: -100px;
  }
}

@media (max-width: 991px) {
  .card_wrap .card_box {
    padding: 2rem 1rem;
    margin-top: -50px;
  }
}

@media (max-width: 767px) {
  .card_wrap .card_box {
    padding: 1.5rem 1rem;
    margin-top: -30px;
    background-size: contain;
  }
}

.card_wrap.bg_img_none .card_box {
  background-image: none;
}

@media (max-width: 1023px) {
  .card_wrap.homePage .card_box {
    padding-bottom: 1rem;
  }
}

@media (max-width: 767px) {
  .card_wrap.homePage .card_box {
    padding-bottom: 2.5rem;
    margin-left: 0em;
    margin-right: 0em;
  }
}

.card_wrap.homePage .col_text {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.card_wrap.homePage .col_text:nth-child(1) {
  -webkit-animation-name: itemShow;
  animation-name: itemShow;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.card_wrap.homePage .col_text:nth-child(2) {
  -webkit-animation-name: itemShow;
  animation-name: itemShow;
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
}

.card_wrap.homePage .col_text:nth-child(3) {
  -webkit-animation-name: itemShow;
  animation-name: itemShow;
  -webkit-animation-duration: 700ms;
  animation-duration: 700ms;
}

.card_wrap.homePage .col_text:nth-child(4) {
  -webkit-animation-name: itemShow;
  animation-name: itemShow;
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

@media (max-width: 1023px) {
  .card_wrap.homePage .col_text {
    margin-bottom: 2.5rem;
  }
}

.card_wrap.homePage .col_text p {
  font-weight: 300;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 1024px) and (max-width: 1600px) {
  .card_wrap.homePage .col_text p {
    font-size: 1.8rem;
  }
}

@media (max-width: 1023px) {
  .card_wrap.homePage .col_text p {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .card_wrap.homePage .col_text p {
    font-size: 1.25rem;
  }
}

.card_wrap.homePage .col_text h3 {
  font-size: 2.625rem;
  color: #f33e31;
  margin-bottom: 2rem;
  font-weight: 600;
}

@media (min-width: 1024px) and (max-width: 1600px) {
  .card_wrap.homePage .col_text h3 {
    font-size: 2.25rem;
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 1023px) {
  .card_wrap.homePage .col_text h3 {
    font-size: 2rem;
    margin-bottom: 1.25rem;
  }
}

@media (max-width: 767px) {
  .card_wrap.homePage .col_text h3 {
    font-size: 1.75rem;
  }
}

@media (min-width: 1366px) and (max-width: 1720px) {
  .card_wrap.homePage .col_text h3 {
    font-size: 2rem;
  }
}

.card_wrap.homePage .col_text h3 span {
  font-size: 2.3125rem;
  color: white;
  font-weight: 300;
}

@media (max-width: 767px) {
  .card_wrap.homePage .col_text h3 span {
    font-size: 1rem;
  }
}

.card_wrap.homePage .col_text h5 {
  font-size: 2.125rem;
  font-weight: 300;
}

@media (min-width: 1024px) and (max-width: 1600px) {
  .card_wrap.homePage .col_text h5 {
    font-size: 2rem;
  }
}

@media (max-width: 1023px) {
  .card_wrap.homePage .col_text h5 {
    font-size: 1.8rem;
  }
}

@media (max-width: 767px) {
  .card_wrap.homePage .col_text h5 {
    font-size: 1.5rem;
  }
}

@media (min-width: 1366px) and (max-width: 1720px) {
  .card_wrap.homePage .col_text h5 {
    font-size: 1.75rem;
  }
}

.card_wrap.homePage .col_countdown {
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.card_wrap .btn_wrap {
  text-align: center;
  padding: 1.75rem 0rem;
  position: relative;
}

.card_wrap .btn_wrap .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  margin: 0;
}

@media (max-width: 767px) {
  .card_wrap .btn_wrap {
    padding: 1.4rem 0rem;
  }
}

.card_wrap .btn_wrap .btn_takePledge {
  background-color: #f33e31;
  color: white;
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 50px;
  text-decoration: none;
  padding: 0.6rem 1.75rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: solid 1px transparent;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-box-shadow: 0 4px 6px 1px rgba(243, 62, 49, 0.4);
  box-shadow: 0 4px 6px 1px rgba(243, 62, 49, 0.4);
  -webkit-transition: background-color 600ms, border 400ms 200ms, -webkit-box-shadow 600ms;
  transition: background-color 600ms, border 400ms 200ms, -webkit-box-shadow 600ms;
  transition: box-shadow 600ms, background-color 600ms, border 400ms 200ms;
  transition: box-shadow 600ms, background-color 600ms, border 400ms 200ms, -webkit-box-shadow 600ms;
}

.card_wrap .btn_wrap .btn_takePledge:nth-child(1) {
  -webkit-animation-name: itemShow;
  animation-name: itemShow;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.card_wrap .btn_wrap .btn_takePledge:nth-child(2) {
  -webkit-animation-name: itemShow;
  animation-name: itemShow;
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
}

.card_wrap .btn_wrap .btn_takePledge::before {
  content: "";
  display: inline-block;
  background: url(assets/images/icons/hand-icon.png) no-repeat;
  background-size: contain;
  width: 35px;
  height: 45px;
  margin-right: 1.25rem;
}

@media (max-width: 1560px) {
  .card_wrap .btn_wrap .btn_takePledge::before {
    width: 35px;
    height: 40px;
    margin-right: 1rem;
  }
}

@media (max-width: 1200px) {
  .card_wrap .btn_wrap .btn_takePledge::before {
    width: 26px;
    height: 34px;
    margin-right: 0.75rem;
  }
}

.card_wrap .btn_wrap .btn_takePledge.disable {
  opacity: 0.7;
  pointer-events: none;
  cursor: not-allowed;
}

@media (max-width: 1560px) {
  .card_wrap .btn_wrap .btn_takePledge {
    font-size: 1.25rem;
    padding: 0.5rem 1.5rem;
  }
}

@media (max-width: 1200px) {
  .card_wrap .btn_wrap .btn_takePledge {
    font-size: 1rem;
    padding: 0.25rem 1rem;
  }
}

.card_wrap .btn_wrap .btn_takePledge:hover,
.card_wrap .btn_wrap .btn_takePledge:focus {
  border: solid 1px #7f86a8;
  background-color: #2c3146;
  -webkit-box-shadow: 0 4px 8px 2px rgba(44, 49, 70, 0.6);
  box-shadow: 0 4px 8px 2px rgba(44, 49, 70, 0.6);
}

.countdown-container {
  position: relative;
}

@media (max-width: 767px) {
  .clock.row {
    row-gap: 2.25rem;
  }
}

.clock-item {
  padding: 0 1rem;
}

.clock-item:nth-child(1) {
  -webkit-animation-name: itemShow;
  animation-name: itemShow;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.clock-item:nth-child(2) {
  -webkit-animation-name: itemShow;
  animation-name: itemShow;
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
}

.clock-item:nth-child(3) {
  -webkit-animation-name: itemShow;
  animation-name: itemShow;
  -webkit-animation-duration: 700ms;
  animation-duration: 700ms;
}

.clock-item:nth-child(4) {
  -webkit-animation-name: itemShow;
  animation-name: itemShow;
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.clock-item:nth-child(5) {
  -webkit-animation-name: itemShow;
  animation-name: itemShow;
  -webkit-animation-duration: 900ms;
  animation-duration: 900ms;
}

@media (max-width: 767px) {
  .clock-item {
    width: 25%;
    margin: 0px !important;
    padding: 0 0.5rem;
  }
}

.clock-item .inner {
  position: relative;
  width: 100%;
}

.clock-canvas {
  border-radius: 50%;
  height: 0px;
  padding-bottom: 100%;
  position: relative;
}

.clock-canvas::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  border-radius: 100%;
  border: solid 1px #757b9a;
}

.text {
  color: #fff;
  font-weight: bold;
}

.text .val {
  font-size: 4.68rem;
  margin-top: -60px;
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
}

@media (min-width: 1024px) and (max-width: 1600px) {
  .text .val {
    font-size: 3.25rem;
    margin-top: -45px;
  }
}

@media (max-width: 1023px) {
  .text .val {
    font-size: 3.25rem;
    margin-top: -45px;
  }
}

@media (max-width: 767px) {
  .text .val {
    font-size: 1.6rem;
    margin-top: -31px;
  }
}

.text .type-time {
  font-size: 20px;
  font-weight: 400;
  color: #a5acce;
  text-align: center;
  margin-top: 1.25rem;
}

@media (min-width: 1366px) and (max-width: 1720px) {
  .text .type-time {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .text .type-time {
    font-size: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .clock-item {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .clock-item {
    margin: 0px 30px 30px 30px;
  }
}

.modal {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(32, 36, 53, 0.7);
}

.modal.hide {
  display: none;
}

.modal .modal_body {
  padding: 2rem;
  border-radius: 8px;
  background-color: white;
  max-width: 700px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .modal .modal_body {
    padding: 1rem;
    width: 95%;
  }
}

.modal .modal_body .close {
  text-decoration: none;
  font-size: 1.5rem;
  color: #202435;
  width: 40px;
  height: 40px;
  display: block;
  border: solid 3px;
  border-radius: 50px;
  position: absolute;
  top: 1rem;
  right: 1rem;
  opacity: 0.8;
  -webkit-transition: opacity 400ms, color 400ms;
  transition: opacity 400ms, color 400ms;
}

.modal .modal_body .close:hover {
  color: #f33e31;
}

.modal .modal_body .close::before {
  content: "×";
  font-size: 2rem;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  line-height: normal;
  text-align: center;
  margin: auto;
  width: 100%;
  height: 100%;
}

.modal .modal_body .content_wrap {
  font-size: 1.8rem;
  line-height: 1.4;
  color: #202435;
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 2rem;
}

@media (max-width: 767px) {
  .modal .modal_body .content_wrap {
    font-size: 1.6rem;
  }
}

.check_wrap {
  text-align: center;
  color: #a6a8ad;
  font-size: 1.2rem;
}

.check_wrap:nth-child(1) {
  -webkit-animation-name: itemShow;
  animation-name: itemShow;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.check_wrap:nth-child(2) {
  -webkit-animation-name: itemShow;
  animation-name: itemShow;
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
}

.check_wrap:nth-child(3) {
  -webkit-animation-name: itemShow;
  animation-name: itemShow;
  -webkit-animation-duration: 700ms;
  animation-duration: 700ms;
}

.check_wrap:nth-child(4) {
  -webkit-animation-name: itemShow;
  animation-name: itemShow;
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.check_wrap .checkbox_input {
  cursor: pointer;
}

.check_wrap .checkbox_input [type=checkbox] {
  display: none;
}

.check_wrap .checkbox_input span {
  height: 20px;
  width: 20px;
  border: 1px solid #90919e;
  display: inline-block;
  position: relative;
  border-radius: 3px;
  margin-right: 5px;
}

.check_wrap .checkbox_input span::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: url(assets/images/icons/check-icon.png) no-repeat;
  background-size: 12px;
  background-position: center;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.check_wrap .checkbox_input input[type=checkbox]:focus,
.check_wrap .checkbox_input [type=checkbox]:checked+span:before {
  opacity: 1;
}

.check_wrap .checkbox_input [type=checkbox]:checked+span {
  background-color: #3a3e52;
}

.check_wrap .checkbox_input label {
  vertical-align: top;
}

.card_wrap.takePledge .card_box .col_text {
  color: white;
  text-align: center;
  border-right: solid 1px #373a4a;
}

@media (max-width: 991px) {
  .card_wrap.takePledge .card_box .col_text {
    border: none;
    margin-bottom: 2rem;
  }

  .card_wrap.takePledge .card_box .col_text:last-child {
    margin-bottom: 0;
  }
}

.card_wrap.takePledge .card_box .col_text:nth-child(1) {
  -webkit-animation-name: itemShow;
  animation-name: itemShow;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.card_wrap.takePledge .card_box .col_text:nth-child(2) {
  -webkit-animation-name: itemShow;
  animation-name: itemShow;
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
}

.card_wrap.takePledge .card_box .col_text:nth-child(3) {
  -webkit-animation-name: itemShow;
  animation-name: itemShow;
  -webkit-animation-duration: 700ms;
  animation-duration: 700ms;
}

@media (max-width: 1023px) {
  .card_wrap.takePledge .card_box .col_text {
    margin-bottom: 3.5rem;
    border: none;
  }
}

.card_wrap.takePledge .card_box .col_text:last-child {
  border-right: none;
}

@media (max-width: 1023px) {
  .card_wrap.takePledge .card_box .col_text:last-child {
    margin-bottom: 0em;
  }
}

.card_wrap.takePledge .card_box .col_text h3 {
  font-size: 1.65rem;
  font-weight: 400;
  margin-bottom: 2rem;
}

@media (max-width: 1560px) {
  .card_wrap.takePledge .card_box .col_text h3 {
    font-size: 1.35rem;
  }
}

@media (max-width: 1366px) {
  .card_wrap.takePledge .card_box .col_text h3 {
    font-size: 1.25rem;
  }
}

@media (max-width: 1200px) {
  .card_wrap.takePledge .card_box .col_text h3 {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
  }
}

.card_wrap.takePledge .card_box .col_text h3 strong {
  font-size: 2.2rem;
  color: #f33e31;
  font-weight: 600;
}

@media (max-width: 1560px) {
  .card_wrap.takePledge .card_box .col_text h3 strong {
    font-size: 1.75rem;
  }
}

@media (max-width: 1366px) {
  .card_wrap.takePledge .card_box .col_text h3 strong {
    font-size: 1.65rem;
  }
}

@media (max-width: 1200px) {
  .card_wrap.takePledge .card_box .col_text h3 strong {
    font-size: 1.35rem;
  }
}

.card_wrap.takePledge .card_box .col_text .btn_wrap {
  padding: 0em;
}

.card_wrap.takePledge .card_box .col_text .btn_wrap .btn_download {
  background-color: #2c3146;
  color: white;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 50px;
  text-decoration: none;
  border: solid 1px #7f86a8;
  padding: 0.95rem 1.75rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  -webkit-transition: border-color 300ms;
  transition: border-color 300ms;
}

.card_wrap.takePledge .card_box .col_text .btn_wrap .btn_download span {
  position: relative;
  z-index: 2;
}

.card_wrap.takePledge .card_box .col_text .btn_wrap .btn_download::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0%;
  bottom: 0;
  background-color: #f33e31;
  width: 80px;
  z-index: 1;
  -webkit-transition: width 400ms;
  transition: width 400ms;
}

@media (max-width: 1560px) {
  .card_wrap.takePledge .card_box .col_text .btn_wrap .btn_download::after {
    width: 65px;
  }
}

@media (max-width: 1200px) {
  .card_wrap.takePledge .card_box .col_text .btn_wrap .btn_download::after {
    width: 55px;
  }
}

@media (max-width: 767px) {
  section.mb-4 {
    margin-bottom: 3rem;
  }

  .card_wrap.card_form .card_box .col_form .form_wrap .form_row .form_group.checkbox_group .wpcf7-form-control>.wpcf7-list-item label {
    padding: 0;
  }
}


.card_wrap.takePledge .card_box .col_text .btn_wrap .btn_download::before {
  content: "";
  position: relative;
  z-index: 2;
  display: inline-block;
  background: url(assets/images/icons/download-icon.png) no-repeat;
  background-size: contain;
  width: 34px;
  height: 36px;
  margin-right: 1.75rem;
}

@media (max-width: 1560px) {
  .card_wrap.takePledge .card_box .col_text .btn_wrap .btn_download::before {
    width: 26px;
    height: 28px;
    margin-right: 1.5rem;
  }
}

@media (max-width: 1200px) {
  .card_wrap.takePledge .card_box .col_text .btn_wrap .btn_download::before {
    width: 24px;
    height: 26px;
    margin-right: 1.25rem;
  }
}

@media (max-width: 1560px) {
  .card_wrap.takePledge .card_box .col_text .btn_wrap .btn_download {
    font-size: 1.25rem;
    padding: 0.8rem 1.5rem;
  }
}

@media (max-width: 1200px) {
  .card_wrap.takePledge .card_box .col_text .btn_wrap .btn_download {
    font-size: 1rem;
    padding: 0.5rem 1.25rem;
  }
}

.card_wrap.takePledge .card_box .col_text .btn_wrap .btn_download:hover::after,
.card_wrap.takePledge .card_box .col_text .btn_wrap .btn_download:focus::after {
  width: 100%;
}


div[id^="wpcf7-f2180"] .wpcf7-form .fieldset-cf7mls .cf7mls-btns {
  text-align: center;
}

div[id^="wpcf7-f2180"] button.cf7mls_next {
  float: none !important;
}

div[id^="wpcf7-f2180"] .cf7mls_next.action-button {
  background-color: #f33e31;
  color: white;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 1px;
  border-radius: 50px;
  text-decoration: none;
  padding: 1rem 1.75rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: solid 1px transparent;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-box-shadow: 0 4px 6px 1px rgb(243 62 49 / 40%);
  box-shadow: 0 4px 6px 1px rgb(243 62 49 / 40%);
  -webkit-transition: background-color 600ms, -webkit-box-shadow 600ms;
  transition: background-color 600ms, -webkit-box-shadow 600ms;
  transition: box-shadow 600ms, background-color 600ms;
  transition: box-shadow 600ms, background-color 600ms, -webkit-box-shadow 600ms;
}

div[id^="wpcf7-f2180"] .wpcf7-form .fieldset-cf7mls .cf7mls-btns {
  text-align: center;
}


span.wpcf7-form-control-wrap.cf7mls-invalid>.wpcf7-not-valid-tip {
  display: none;
}

.qr_img{
  width: 100%;
}
.qr_img img{
  width: 100%;
}