F/* CSS crunched with Crunch - http://crunchapp.net/ */
@import "https://fonts.googleapis.com/css?family=Raleway:400,500,700|Source+Sans+Pro:300,400,500,400i,600,700";
@import "https://fonts.googleapis.com/css?family=Montserrat:400,700";
@import "https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i|PT+Serif:400,400i,700,700i";

@font-face {
  font-family: 'goboldregular';
  src: url('gobold_regular-webfont.woff2') format('woff2'),
    url('gobold_regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

/**
 * File: styles.css
 * Description : Contains all necessary styling for the Dynamism - Responsive Activism HTML5 Template
 * Author: CodeEcstasy
 * URL: http://www.codeecstasy.com
 * Project: Dynamism - Responsive Activism HTML5 Template
 **/
/*========================================================================*/
/*   TABLE OF CONTENT
/*========================================================================*/
/*
/*      01. GENERAL STYLING
/*      02. HEADER
/*      03. MAIN NAVIGATION MENU
/*      04. HOME PAGE
/*      05. BLOG LAYOUT
/*      06. BLOG SINGLE PAGE
/*      07. CAUSES PAGE
/*      08. ABOUT US PAGE
/*      09. GALLERY PAGE
/*      10. SERVICE PAGE
/*      11. DONATION PAGE 
/*      12. 404 PAGE
/*      13. FOOTER
/*      14. SIDEBAR & WIDGETS
/*      15. RESPONSIVE STYLING
/*
/*========================================================================*/
/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/* Remove margins for navigation lists */
/* nav ul,
nav li {
  margin: 0;
  list-style: none;
  list-style-image: none;
}
small {
  font-size: 85%;
}
strong,
th {
  font-weight: bold;
}
td {
  vertical-align: top;
}
textarea {
  overflow: auto;
} */
/* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */
/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css ; */
input[type="radio"] {
  vertical-align: text-bottom;
}

input[type="checkbox"] {
  vertical-align: bottom;
}

.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button,
input,
select,
textarea {
  margin: 0;
}

/***********************************************************************************************/
/* 01. GENERAL STYLING  */
/***********************************************************************************************/
body {
  font: 16px/28px "Source Sans Pro", sans-serif;
  color: #888888;
  font-style: normal;
  font-weight: 400;
  position: relative;
}

img {
  max-width: 100%;
}

a {
  color: #eb464a;
  text-decoration: none;
  line-height: 24px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

a:hover,
a:focus {
  color: #b71418;
  text-decoration: none;
}

blockquote {
  font: "Source Sans Pro", sans-serif;
  color: #626262;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #666666;
  line-height: 36px;
  margin: 0 0 16px 0;
}

h1 {
  font-size: 56px;
}

h2 {
  font-size: 48px;
}

h2+p {
  margin-top: 12px;
}

h3 {
  font-size: 36px;
}

h3+p {
  margin-top: 12px;
}

h4 {
  font-size: 24px;
}

h4+p {
  margin-top: 12px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

*+p {
  margin-top: 12px;
}

p {
  line-height: 24px;
  margin: 0 0 12px;
  padding: 0;
}

ul,
li {
  /* list-style-type: none; */
}

input[type="text"],
input[type="password"],
input[type="submit"],
input[type="button"],
textarea {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="submit"]:focus,
input[type="button"]:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

strong {
  font-weight: 600;
}

#preloader {
  background: none repeat scroll 0 0 #fff;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999;
}

#preloader span {
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  position: absolute;
  top: 50%;
}

#backTop {
  width: 16px;
  height: 16px;
  padding: 10px;
  border-radius: 0px;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 999999999;
  display: none;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

#backTop:hover {
  opacity: 1;
}

#backTop:after {
  position: absolute;
  content: "-";
  width: 16px;
  height: 16px;
  text-align: center;
  top: 0;
  left: 0;
  color: #fff;
}

#backTop.custom {
  background-color: #eb464a;
  background-image: url("../images/uparr-48-b.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border: 0px solid #f5a2a4;
  -webkit-transition: 0.2s 0.2s ease-out;
  -moz-transition: 0.2s 0.2s ease-out;
  -o-transition: 0.2s 0.2s ease-out;
  transition: 0.2s 0.2s ease-out;
}

#backTop.custom:hover {
  background-color: #ffffff;
  border: 0px solid #b71418;
}

.text-bold {
  font-weight: bold;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.alert,
.progress,
.pre {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

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

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

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

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

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

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

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

.padding-right-11 {
  padding-right: 11px;
}

.no-padding {
  padding: 0px;
}

.inline li {
  display: inline-block;
  margin-right: 24px;
}

.inline li:last-child {
  margin-right: 0;
}

.narrow-p {
  margin: 0 auto 1.5em;
  width: 30%;
}

.fr {
  float: right;
}

.fl {
  float: left;
}

.cb {
  clear: both;
}

.db {
  display: block;
}

.overflow-hidden {
  overflow: hidden;
}

span.border-light-dotted {
  border-bottom: 1px dotted #eb464a;
}

span.border-bold-dashed {
  border-bottom: 2px dashed #eb464a;
}

blockquote {
  padding: 12px 26px 26px 42px;
  margin: 0 0 20px;
  font-size: 14px;
  font-family: "Source Sans Pro", sans-serif;
  background: #ffffff;
  position: relative;
  border: 1px solid #ebebeb;
  border-left: 4px solid #6b6b6b;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}

blockquote:hover {
  border: 1px solid #c5c5c5;
  border-left: 4px solid #6b6b6b;
}

blockquote p {
  font-size: 14px;
  line-height: 24px;
}

blockquote:before {
  display: block;
  position: absolute;
  left: 12px;
  top: 14px;
  content: "\f10d";
  font-family: "FontAwesome";
  font-size: 15px;
  color: #d6d6d6;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

blockquote.testimonial {
  background: #ffffff;
  border-top: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 0;
}

cite {
  text-align: right;
  display: block;
}

cite:before {
  margin-right: 4px;
}

.bq-author {
  padding: 16px 0 0 110px;
  position: relative;
}

.bq-author:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 69px;
  width: 0;
  height: 0;
  border-left: 22px solid transparent;
  border-right: 0 solid transparent;
  border-top: 22px solid #dcdcdc;
  z-index: 2;
}

.bq-author:after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 70px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 0 solid transparent;
  border-top: 20px solid #fff;
  z-index: 3;
}

.bq-author h6 {
  margin-bottom: 6px;
}

.bq-author .bq-author-info {
  font-size: 12px;
}

ol li {
  padding: 0;
  margin: 0 0 10px 25px;
  list-style-type: decimal;
}

.section-container {
  margin: 24px 0 0 0;
}

.section-heading {
  position: relative;
  font-size: 24px;
  margin-bottom: 72px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #737373;
}

.section-heading:before {
  position: absolute;
  content: "";
  width: 120px;
  height: 24px;
  display: block;
  top: 64px;
  left: 50%;
  margin-left: -60px;
  background-image: url("../images/heading_seperator_alt.png");
  background-repeat: no-repeat;
  background-position: center center;
}

.section-heading span {
  font-style: 400;
  color: #666666;
}

.section-subheading {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  color: #7c7c7c;
  margin-bottom: 48px;
  padding: 0px 42px;
}

.political-section-heading {
  font-size: 36px !important;
  font-family: "PT Serif", serif !important;
  font-weight: 400 !important;
}

.political-section-subheading {
  font-family: "PT Sans", sans-serif !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  color: #a2a2a2 !important;
}

.section-header {
  margin: 0 0 62px 0;
  text-align: center;
}

.section-header .section-title {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
}

.section-header .section-desc {
  text-transform: capitalize;
  color: #bfbfbf;
}

.topic-bold-header {
  margin-bottom: 24px;
}

.topic-bold-header h2,
.topic-bold-header h3,
.topic-bold-header h4 {
  margin: 0;
  text-transform: uppercase;
  position: relative;
  float: left;
  display: inline-block;
  font-size: 24px;
  color: #666666;
}

.topic-bold-header h2 {
  font-size: 24px;
  color: #666666;
}

.topic-bold-header h3 {
  color: #666666;
}

.accordion .panel {
  margin-bottom: 3px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

.accordion .panel .panel-title a {
  display: block;
}

span.label {
  margin-right: 1px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  font-size: 100%;
}

#btn,
.btn {
  text-align: center;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}

#btn:hover,
.btn:hover {
  color: #000000;
}

.btn-dynamism {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  padding: 12px 42px;
}

.btn-dynamism:hover {
  background: #eb464a;
  color: #ffffff;
}

.btn-custom {
  text-align: center;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
  border: 1px solid #ebebeb;
  background: #eb464a;
  color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  padding: 12px 14px;
}

.btn-custom:hover {
  border-color: #c5c5c5;
  color: #eb464a;
  background: #ffffff;
}

.btn-custom-inverse {
  text-align: center;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
  border: 1px solid #ebebeb;
  color: #eb464a;
  background: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  padding: 12px 14px;
}

.btn-custom-inverse:hover {
  background: #eb464a;
  color: #ffffff;
}

a.btn-load-more {
  margin-top: 32px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: transparent;
  color: #eb464a;
  background: #ffffff;
  border: 1px solid #eb464a;
  padding: 12px 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}

a.btn-load-more:hover {
  color: #ffffff;
  background: #eb464a;
  border: 1px solid #eb464a;
}

.button {
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  color: white;
  font-weight: bold;
  height: 3em;
  line-height: 1em;
  padding: 1em;
}

.small-button {
  display: inline-block;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  color: #000000;
  font-weight: bold;
  height: 0;
  line-height: 0;
  padding: 1em 1em;
  margin: 6px 0;
  width: 100%;
}

.text-highlighter {
  color: #eb464a;
}

.text-highlighter-white {
  color: #ffffff;
}

#comment_btn {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  text-align: center;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
  border: 1px solid #ebebeb;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  background: transparent;
  color: #626262;
  padding: 6px 12px;
}

#comment_btn:hover {
  border: 1px solid #eb464a;
  color: #eb464a;
  background: transparent;
}

#contact-form .p-errors label {
  color: lightcoral;
}

#contact-form .p-errors input[type="text"],
#contact-form .p-errors input[type="email"],
#contact-form .p-errors textarea {
  border-color: lightcoral;
}

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

.wp-caption .wp-caption-text {
  margin-bottom: 0px;
  font-size: 12px;
  font-style: italic;
  line-height: 34px;
}

.sticky {
  margin-bottom: 21px;
  background: #ffffff;
}

/*------------------------------ Gallery Caption  ---------------------------------*/
/*------------------------------ By Post Author ---------------------------------*/
/***********************************************************************************************/
/* 02. HEADER */
/***********************************************************************************************/
.main-header {
  height: auto;
  left: 0;
  position: absolute;
  /*position: relative;*/
  top: 0;
  width: 100%;
  z-index: 1000;
}

.main-header .sticky-wrapper {
  background: rgba(0, 0, 0, 0.15);
}

.main-header .top-bar {
  background: rgba(0, 0, 0, 0.6);
  line-height: 38px;
  color: #ffffff;
  font-size: 14px;
}

.main-header .top-bar i {
  color: #eb464a;
  margin-right: 5px;
  display: inline-block;
}

.main-header .top-bar a {
  color: #ffffff;
}

.main-header .top-phone-no {
  display: inline-block;
  margin-right: 12px;
}

.main-header .top-email-info {
  display: inline-block;
}

.main-header .top-donate-btn {
  background: #e71820;
  color: #ffffff !important;
  padding: 10px 16px;
  margin-top: 7px;
  font-size: 15px;
  border: 0px solid #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 5px;
}

.main-header .top-donate-btn i.fa {
  color: #ffffff;
}

.main-header .top-donate-btn:hover {
  color: #eb464a;
  background: #e6e6e6;
}

.main-header .top-location-info {
  margin-right: 12px;
}

.political-header {
  position: relative;
}

.political-header .top-bar {
  background: #2c2c2c;
  border-top: 2px solid #e7181e;
}

.political-header .sticky-wrapper {
  background: #464646;
}

.political-header .header_social_icons {
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 6px;
}

.political-header .header_social_icons a {
  display: inline-block;
  font-size: 14px;
  margin-right: 3px;
}

.political-header .header_social_icons a i {
  display: block;
  color: #f2f2f2;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  height: 26px;
  width: 26px;
  line-height: 26px;
  text-align: center;
  background: transparent;
  border: 1px solid #444;
}

.political-header .header_social_icons a:hover i {
  color: #eb464a;
  background: #f2f2f2;
}

.political-header .header-search-form {
  display: inline-block;
}

.political-header .header-search-form input[type="text"] {
  background: transparent;
  border: 1px solid #444;
  color: #fff;
  height: 26px;
  width: 180px;
  font-size: 14px;
  text-indent: 5px;
  position: relative;
}

.political-header .header-search-form input[type="text"]:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
  height: 16px;
  font-family: FontAwesome;
  content: "\f1d9";
  display: block;
}

.political-header .header-search-form input[type="text"]:focus #search_icon {
  color: #f2f2f2;
}

.political-header .header-search-form #search_icon {
  position: relative;
  z-index: 1;
  left: -25px;
  top: 1px;
  color: #d9d9d9;
  cursor: pointer;
  width: 0;
}

.transparent-header {
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.transparent-header .sticky-wrapper {
  background: transparent !important;
}

.logo {
  margin-top: 32px;
  margin-bottom: 0;
}

.header-container {
  border-bottom: 0px solid #eeeeee;
  padding-bottom: 0px;
  box-shadow: 0px 0px 2px -4px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.2s 0.2s ease-out;
  -moz-transition: 0.2s 0.2s ease-out;
  -o-transition: 0.2s 0.2s ease-out;
  transition: 0.2s 0.2s ease-out;
}

/***********************************************************************************************/
/* 09. GALLERY PAGE */
/***********************************************************************************************/
.section-gallery-block-parallax {
  background-attachment: scroll;
  background-color: transparent;
  background-image: url("../images/bg-geometry.png");
  background-repeat: repeat;
  background-size: initial;
}

.gallery-container {
  padding: 12px;
  margin: 0;
}

.no-padding-gallery .gallery-container {
  padding: 0px;
  margin: 0;
}

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

.gallery-light-box {
  display: block;
  overflow: hidden;
  position: relative;
}

z .gallery-light-box .gallery-img {
  display: block;
  position: relative;
  max-width: 100%;
}

.gallery-light-box .gallery-img:after {
  font-family: FontAwesome;
  /* content: "hahaha"; */
  position: absolute;
  left: 50%;
  margin-left: -21px;
  top: -64px;
  background: #eb464a;
  color: #ffffff;
  text-align: center;
  width: 42px;
  height: 42px;
  line-height: 42px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.gallery-light-box .gallery-img img {
  display: block;
  opacity: 1;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

.gallery-light-box .gallery-img figcaption {
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 100%;
  text-align: center;
  background: #eb464a;
  color: #ffffff;
  padding: 12px 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.gallery-light-box .gallery-img figcaption p {
  padding: 0;
  margin: 0;
}

.gallery-light-box:hover .gallery-img:after {
  opacity: 1;
  top: 50%;
  margin-top: -42px;
}

.gallery-light-box:hover .gallery-img img {
  -webkit-transform: scale(1.75);
  -moz-transform: scale(1.75);
  transform: scale(1.75);
  opacity: 0.4;
}

.gallery-light-box:hover .gallery-img figcaption {
  bottom: 0px;
  left: 0;
}

/***********************************************************************************************/
/* 04. HOME PAGE */
/***********************************************************************************************/
.section-content-block {
  padding: 100px 0 100px 0;
  background: #ffffff;
}

.section-pure-white-bg {
  background: #ffffff !important;
}

.section-secondary-bg {
  background: #f9fafb !important;
}

#slider_1 .item img {
  display: block;
  width: 100%;
  height: auto;
  size: 100%;
}

#slider_1 .slider-content {
  position: absolute;
  top: 53%;
  transform: translateY(-50%);
  width: 100%;
}

#slider_1 .slider-content h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  line-height: 60px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #ffffff;
}

#slider_1 .slider-content h2 span {
  background: rgba(235, 70, 74, 0.8);
  padding: 0 3px;
}

#slider_1 .slider-content h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.02em;
  margin-top: 20px;
  color: #ffffff;
}

#slider_1 .slider-content a.btn-slider {
  margin-top: 18px;
  background: #eb464a;
  border: 2px solid #eb464a;
  color: #ffffff;
  height: 46px;
  line-height: 30px;
  padding-left: 28px;
  padding-right: 28px;
  letter-spacing: 0.03em;
  font-weight: 600;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

#slider_1 .slider-content a.btn-slider:hover {
  border: 2px solid #eb464a;
  background: rgba(235, 70, 74, 0.7);
  color: #ffffff;
}

#slider_1 .slider-content a.btn-slider-2 {
  margin-top: 18px;
  margin-left: 18px;
  background: #ffffff;
  border: 2px solid #ffffff;
  color: #eb464a;
  height: 46px;
  line-height: 30px;
  padding-left: 28px;
  padding-right: 28px;
  letter-spacing: 0.03em;
  font-weight: 600;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

#slider_1 .slider-content a.btn-slider-2:hover {
  border: 2px solid #ffffff;
  background: rgba(255, 255, 255, 0.7);
  color: #eb464a;
}

#slider_1 .owl-controls .owl-nav div {
  color: #fff;
  font-size: 90px;
  line-height: 140px;
  margin-top: -80px;
  opacity: 0.1;
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#slider_1 .owl-controls .owl-nav div:hover {
  opacity: 0.7;
}

#slider_1 .owl-controls .owl-nav div.owl-prev {
  left: 30px;
}

#slider_1 .owl-controls .owl-nav div.owl-next {
  right: 30px;
}

#slider_2 .item img {
  display: block;
  width: 100%;
  height: auto;
}

#slider_2 .slider-content {
  position: absolute;
  top: 70%;
  transform: translateY(-70%);
  width: 100%;
}

#slider_2 .slider-content h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  line-height: 62px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #ffffff;
}

#slider_2 .slider-content h2 span {
  background: rgba(235, 70, 74, 0.8);
  padding: 0 3px;
}

#slider_2 .slider-content h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 0.02em;
  margin-top: 20px;
  color: #ffffff;
}

#slider_2 .slider-content a.btn-slider {
  margin-top: 18px;
  background: #eb464a;
  border: 2px solid #eb464a;
  color: #ffffff;
  height: 46px;
  line-height: 30px;
  padding-left: 28px;
  padding-right: 28px;
  letter-spacing: 0.03em;
  font-weight: 600;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

#slider_2 .slider-content a.btn-slider:hover {
  border: 2px solid #eb464a;
  background: rgba(235, 70, 74, 0.7);
  color: #ffffff;
}

#slider_2 .slider-content a.btn-slider-2 {
  margin-top: 18px;
  margin-left: 18px;
  background: #ffffff;
  border: 2px solid #ffffff;
  color: #eb464a;
  height: 46px;
  line-height: 30px;
  padding-left: 28px;
  padding-right: 28px;
  letter-spacing: 0.03em;
  font-weight: 600;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

#slider_2 .slider-content a.btn-slider-2:hover {
  border: 2px solid #ffffff;
  background: rgba(255, 255, 255, 0.7);
  color: #eb464a;
}

#slider_2 .owl-controls .owl-nav div {
  color: #fff;
  font-size: 90px;
  line-height: 140px;
  margin-top: -80px;
  opacity: 0.1;
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#slider_2 .owl-controls .owl-nav div:hover {
  opacity: 0.7;
}

#slider_2 .owl-controls .owl-nav div.owl-prev {
  left: 30px;
}

#slider_2 .owl-controls .owl-nav div.owl-next {
  right: 30px;
}

#slider_3 .item img {
  display: block;
  width: 100%;
  height: auto;
}

#slider_3 .slider-content {
  position: absolute;
  top: 70%;
  transform: translateY(-70%);
  width: 100%;
}

#slider_3 .slider-content h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  line-height: 62px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #ffffff;
}

#slider_3 .slider-content h2 span {
  background: rgba(235, 70, 74, 0.8);
  padding: 0 3px;
}

#slider_3 .slider-content h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 0.02em;
  margin-top: 20px;
  color: #ffffff;
}

#slider_3 .slider-content a.btn-slider {
  margin-top: 18px;
  background: #eb464a;
  border: 2px solid #eb464a;
  color: #ffffff;
  height: 46px;
  line-height: 30px;
  padding-left: 28px;
  padding-right: 28px;
  letter-spacing: 0.03em;
  font-weight: 600;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

#slider_3 .slider-content a.btn-slider:hover {
  border: 2px solid #eb464a;
  background: rgba(235, 70, 74, 0.7);
  color: #ffffff;
}

#slider_3 .slider-content a.btn-slider-2 {
  margin-top: 18px;
  margin-left: 18px;
  background: #ffffff;
  border: 2px solid #ffffff;
  color: #eb464a;
  height: 46px;
  line-height: 30px;
  padding-left: 28px;
  padding-right: 28px;
  letter-spacing: 0.03em;
  font-weight: 600;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

#slider_3 .slider-content a.btn-slider-2:hover {
  border: 2px solid #ffffff;
  background: rgba(255, 255, 255, 0.7);
  color: #eb464a;
}

#slider_3 .owl-controls .owl-nav div {
  color: #fff;
  font-size: 90px;
  line-height: 140px;
  margin-top: -80px;
  opacity: 0.1;
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#slider_3 .owl-controls .owl-nav div:hover {
  opacity: 0.7;
}

#slider_3 .owl-controls .owl-nav div.owl-prev {
  left: 30px;
}

#slider_3 .owl-controls .owl-nav div.owl-next {
  right: 30px;
}

#political_activism_slider .item img {
  display: block;
  width: 100%;
  height: auto;
}

#political_activism_slider .item_1 .slider-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

#political_activism_slider .item_1 .slider-content h2 {
  font-family: "PT Serif", serif;
  font-size: 60px;
  line-height: 72px;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #e7181e;
}

#political_activism_slider .item_1 .slider-content h2 span {
  background: rgba(235, 70, 74, 0.8);
  padding: 0 3px;
}

#political_activism_slider .item_1 .slider-content h3 {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 0.01em;
  margin-top: 20px;
  color: #676767;
  text-transform: capitalize;
}

#political_activism_slider .item_1 .slider-content a.btn-slider {
  margin-top: 18px;
  font-size: 20px;
  line-height: 42px;
  padding-left: 42px;
  padding-right: 42px;
  font-weight: 600;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 2px solid #e7181e;
  background: #e7181e;
  color: #ffffff;
}

#political_activism_slider .item_1 .slider-content a.btn-slider:hover {
  border: 2px solid #eb464a;
  background: rgba(235, 70, 74, 0.8);
  color: #ffffff;
}

#political_activism_slider .item_2 .slider-content {
  position: absolute;
  top: 60%;
  transform: translateY(-60%);
  width: 100%;
}

#political_activism_slider .item_2 .slider-content h2 {
  font-family: "PT Serif", serif;
  font-size: 52px;
  line-height: 100px;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #e7181e;
}

#political_activism_slider .item_2 .slider-content h2 span {
  background: rgba(255, 255, 255, 0.9);
  padding: 5px 24px;
}

#political_activism_slider .item_2 .slider-content h3 {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 0.02em;
  margin-top: 20px;
  color: #676767;
  text-transform: capitalize;
}

#political_activism_slider .item_2 .slider-content h3 span {
  background: rgba(255, 255, 255, 0.9);
  padding: 5px 12px;
}

#political_activism_slider .item_2 .slider-content a.btn-slider {
  margin-top: 18px;
  background: #eb464a;
  border: 2px solid #eb464a;
  color: #ffffff;
  font-size: 20px;
  line-height: 42px;
  padding-left: 42px;
  padding-right: 42px;
  font-weight: 600;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

#political_activism_slider .item_2 .slider-content a.btn-slider:hover {
  border: 2px solid #eb464a;
  background: rgba(235, 70, 74, 0.7);
  color: #ffffff;
}

#political_activism_slider .item_2 .slider-content a.btn-slider-2 {
  margin-top: 18px;
  margin-left: 18px;
  background: #ffffff;
  border: 2px solid #ffffff;
  color: #eb464a;
  font-size: 20px;
  line-height: 42px;
  padding-left: 42px;
  padding-right: 42px;
  font-weight: 600;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

#political_activism_slider .item_2 .slider-content a.btn-slider-2:hover {
  border: 2px solid #ffffff;
  background: rgba(255, 255, 255, 0.7);
  color: #eb464a;
}

#political_activism_slider .owl-controls .owl-nav div {
  color: #e7181e;
  font-size: 90px;
  line-height: 140px;
  margin-top: -80px;
  opacity: 0.3;
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#political_activism_slider .owl-controls .owl-nav div:hover {
  opacity: 0.7;
}

#political_activism_slider .owl-controls .owl-nav div.owl-prev {
  left: 30px;
}

#political_activism_slider .owl-controls .owl-nav div.owl-next {
  right: 30px;
}

.political-about-us-section-1 .about-heighlight {
  position: relative;
  margin: 24px 0 48px 0;
}

.political-about-us-section-1 .about-heighlight .heighlight-count {
  position: absolute;
  top: 0;
  left: 0;
  color: #1a1a1a;
  font-size: 100px;
  font-weight: bold;
  opacity: 0.04;
}

.political-about-us-section-1 .about-heighlight .heighlight-text {
  display: inline-block;
  margin-top: 5px;
  margin-left: 5px;
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-size: 28px;
  letter-spacing: 0em;
}

.political-about-us-section-1 .political-about-block {
  padding-top: 48px;
}

.political-about-us-section-1 p {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  color: #626262;
  margin: 24px 0 0 0;
  line-height: 32px;
  letter-spacing: 0.005em;
}

.political-countdown-section {
  padding: 120px 0 100px;
  background: transparent;
  background-image: url("../images/votes-image.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  display: block;
  clear: both;
  position: relative;
  overflow: hidden;
}

.political-countdown-section:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.9;
  top: 0;
  left: 0;
  content: "";
}

.political-countdown-section #political_election_countdown {
  font-size: 32px;
  clear: both;
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
}

.political-countdown-section #political_election_countdown .countdown_container {
  text-align: center;
  display: block;
  float: left;
  width: 25%;
}

.political-countdown-section #political_election_countdown .countdown_container span.count_number {
  display: block;
  font-size: 90px;
  line-height: 100px;
  font-weight: 600;
  font-family: "PT Serif", serif;
  color: #e7181e;
}

.political-countdown-section #political_election_countdown .countdown_container span.count_text {
  display: block;
  font-size: 32px;
  line-height: 42px;
  font-weight: 400;
  font-family: "PT Sans", sans-serif;
  color: #1a1a1a;
  text-transform: uppercase;
}

.political-countdown-section h2 {
  color: #e7181e;
  margin-top: 48px;
  font-family: "PT Serif", serif;
  font-weight: 400;
  letter-spacing: 0.03em;
}

.section-political-campaign {
  font-family: "PT Serif", serif;
  background: transparent;
  background-image: url("../images/political_campaign_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  display: block;
  clear: both;
  position: relative;
  overflow: hidden;
}

.section-political-campaign:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fcfcfc;
  opacity: 0.97;
  top: 0;
  left: 0;
  content: "";
}

.section-political-campaign .campaign-date {
  color: #eb464a;
  position: relative;
  display: block;
  margin: 12px 0;
}

.section-political-campaign .campaign-date span.mega-date {
  color: #e7181e;
  position: absolute;
  font-size: 80px;
  font-weight: 600;
  opacity: 0.7;
}

.section-political-campaign .campaign-date span.mega-month {
  color: #676767;
  position: relative;
  font-size: 32px;
  font-weight: 400;
  left: 100px;
  top: -10px;
  text-transform: uppercase;
  display: block;
  letter-spacing: 0.03em;
}

.section-political-campaign .campaign-date span.mega-time {
  color: #676767;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  left: 100px;
  top: 0px;
  text-transform: uppercase;
  display: block;
}

.section-political-campaign .campaign-time {
  font-style: normal;
  color: #7c7c7c;
  margin-top: 32px;
}

.section-political-campaign .timeline {
  list-style: none;
  padding: 0px;
  position: relative;
}

.section-political-campaign .timeline span {
  font-size: 18px;
}

.section-political-campaign .timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 1px;
  background-color: #dedede;
  left: 50%;
  margin-left: -0.5px;
}

.section-political-campaign .timeline>li {
  margin-bottom: 20px;
  position: relative;
}

.section-political-campaign .timeline>li:before,
.section-political-campaign .timeline>li:after {
  content: " ";
  display: table;
}

.section-political-campaign .timeline>li:after {
  clear: both;
}

.section-political-campaign .timeline>li:before,
.section-political-campaign .timeline>li:after {
  content: " ";
  display: table;
}

.section-political-campaign .timeline>li:after {
  clear: both;
}

.section-political-campaign .timeline>li>.timeline-panel {
  width: 50%;
  float: left;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  padding: 32px 20px 10px;
  position: relative;
  background: #ffffff;
}

.section-political-campaign .timeline>li.timeline-inverted+li:not(.timeline-inverted),
.section-political-campaign .timeline>li:not(.timeline-inverted)+li.timeline-inverted {
  margin-top: -60px;
}

.section-political-campaign .timeline>li:not(.timeline-inverted) {
  padding-right: 90px;
}

.section-political-campaign .timeline>li.timeline-inverted {
  padding-left: 90px;
}

.section-political-campaign .timeline>li>.timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ebebeb;
  border-right: 0 solid #ebebeb;
  border-bottom: 15px solid transparent;
  content: " ";
}

.section-political-campaign .timeline>li>.timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}

.section-political-campaign .timeline>li>.timeline-badge {
  width: 24px;
  height: 24px;
  line-height: 22px;
  font-size: 16px;
  text-align: center;
  position: absolute;
  top: 32px;
  left: 50%;
  margin-left: -12px;
  background-color: #ffffff;
  border: 1px solid #dedede;
  color: #eb464a;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.section-political-campaign .timeline>li.timeline-inverted>.timeline-panel {
  float: right;
}

.section-political-campaign .timeline>li.timeline-inverted>.timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.section-political-campaign .timeline>li.timeline-inverted>.timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.section-political-campaign .timeline-badge.primary {
  background-color: #2e6da4 !important;
}

.section-political-campaign .timeline-badge.success {
  background-color: #3f903f !important;
}

.section-political-campaign .timeline-badge.warning {
  background-color: #f0ad4e !important;
}

.section-political-campaign .timeline-badge.danger {
  background-color: #d9534f !important;
}

.section-political-campaign .timeline-badge.info {
  background-color: #5bc0de !important;
}

.section-political-campaign .timeline-title {
  margin-top: 24px;
  color: inherit;
  font-size: 20px;
  font-family: "PT Serif", serif;
  color: #626262;
  font-weight: 400;
  text-align: right;
}

.section-political-campaign .timeline-body>p,
.section-political-campaign .timeline-body>ul {
  margin-bottom: 0;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0.005em;
  line-height: 32px;
}

.section-political-campaign .timeline-body>p+p {
  margin-top: 5px;
}

.section-political-counter {
  background-image: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding: 60px 0;
}

.section-political-counter:before {
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  content: "";
  width: 100%;
  height: 2000px;
}

.section-political-counter .counter-container {
  padding: 64px 0 52px;
  margin: 0;
}

.section-political-counter .counter-container:nth-child(2n + 1) {
  background: rgba(255, 255, 255, 0.8);
}

.section-political-counter .counter-block-1 .icon {
  font-size: 42px;
  display: block;
  margin-bottom: 32px;
  color: #6f6f6f;
}

.section-political-counter .counter-block-1 .counter {
  margin-top: 12px;
  font-size: 48px;
  color: #eb464a;
  font-weight: 400;
  font-family: "PT Serif", serif;
  letter-spacing: 0.05em;
}

.section-political-counter .counter-block-1 h4 {
  margin-top: 12px;
  font-family: "PT Sans", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #676767;
}

.section-political-team .team-layout-1 h3,
.section-political-team .team-leader h3 {
  font-family: "PT Serif", serif !important;
}

.section-political-team .team-layout-1 .team-lead-bio,
.section-political-team .team-leader .team-lead-bio,
.section-political-team .team-layout-1 p,
.section-political-team .team-leader p {
  font-family: "PT Sans", sans-serif !important;
}

.political-testimonial-container .testimony-layout-1 p {
  font-family: "PT Serif", serif !important;
  color: #9a9a9a !important;
}

.section-newsletter {
  padding: 90px 0;
  background: #e7181e;
}

.section-newsletter h2 {
  font-family: "PT Serif", serif;
  font-size: 36px;
  line-height: 42px;
  color: #ffffff;
  margin: 0;
  position: relative;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.03em;
}

.section-newsletter h2:before {
  position: absolute;
  font-family: FontAwesome;
  content: "\f1d9";
  left: 12px;
  top: 48px;
  display: inline-block;
  color: #ffffff;
  opacity: 0.1;
  font-size: 190px;
  width: 32px;
  height: 32px;
}

.section-newsletter p {
  font-family: "PT Sans", sans-serif !important;
  font-weight: 400 !important;
  color: #ffffff;
  letter-spacing: 0.03em;
}

.section-newsletter .newsletter-subscription {
  margin-top: 24px;
}

.section-newsletter .newsletter-subscription input[type="email"] {
  border: 0px solid #fff;
  background: #ffffff;
  height: 48px;
  color: #626262;
}

.section-newsletter .newsletter-subscription input[type="email"]:focus {
  box-shadow: none;
}

.section-newsletter .newsletter-subscription input[type="submit"] {
  border: 0px solid #fff;
  background: #cccccc;
  color: #1a1a1a;
  height: 48px;
  padding: 0 36px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
}

.political-donation-featured-image-block {
  background: transparent;
  background-image: url("../images/political_donation.jpg") !important;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  height: 600px;
}

.political-donation-info-block p,
.political-donation-info-block h2 {
  font-family: "PT Serif", serif !important;
}

.political-donation-info-block p {
  color: #808080 !important;
}

.section-political-news-block h5 a {
  font-size: 24px !important;
  font-family: "PT Serif", serif !important;
}

.section-political-news-block p {
  font-family: "PT Sans", sans-serif !important;
  line-height: 32px !important;
  font-weight: 400 !important;
  letter-spacing: 0.005em;
}

.political-cta h2 {
  font-family: "PT Serif", serif !important;
  font-size: 32px !important;
}

.political-cta p {
  font-family: "PT Sans", sans-serif !important;
}

.about-us-section-1 h2 {
  font-size: 42px;
  line-height: 48px;
  margin-bottom: 32px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.about-us-section-1 .video-intro {
  margin-top: 24px;
}

.about-us-section-1 .video-intro .video_playback {
  display: block;
  padding: 0 0px 0 0;
  margin: 12px 0px 0 0;
}

.about-us-section-1 .video-intro .video_playback i {
  border: 5px solid #eb464a;
  border-radius: 100%;
  font-size: 90px;
  padding: 20px;
}

.about-us-section-1 .about_issue_header {
  position: relative;
  font-weight: 500;
  font-size: 32px;
}

.about-us-section-1 .about_issue_header i.fa {
  color: #eb464a;
  font-size: 60px;
  top: 0;
  left: 0;
  display: block;
  margin-bottom: 12px;
}

.about-us-section-1 .about_slogan_text {
  font-size: 21px;
  color: #626262;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  margin-top: 24px;
}

.about-us-section-1 .activity_box span.fa {
  display: none;
}

.about-us-section-1 .activity_box h4 {
  position: relative;
  font-family: "Montserrat", sans-serif;
  color: #6f6f6f;
  margin-bottom: 0px;
  font-weight: 500;
}

.about-us-section-1 .activity_box h4:after {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: absolute;
  content: "";
  bottom: -8px;
  left: 0;
  display: block;
  width: 32px;
  height: 2px;
  background: #fad0d1;
}

.about-us-section-1 .activity_box h4.activity-title-right:after {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: absolute;
  content: "";
  bottom: -8px;
  left: initial;
  right: 0;
  display: block;
  width: 32px;
  height: 2px;
  background: #fad0d1;
}

.about-us-section-1 .activity_box p {
  color: #8d8d8d;
  margin-bottom: 24px;
}

.about-us-section-1 .activity_box:hover h4:after {
  background: #eb464a;
  width: 60px;
  height: 2px;
}

.about-us-section-1 .video_icon_block,
.about-us-section-1 .about_quote_1_block,
.about-us-section-1 .about_quote_2_block,
.about-us-section-1 .about_info_block {
  padding: 12px 24px 24px;
}

.about-us-section-1 .video_icon_block i {
  color: #eb464a;
  font-size: 120px;
}

.about-us-section-1 .about_quote_2_block p {
  font-weight: 600;
  font-style: italic;
  color: #626262;
}

.about-us-section-1 .about_info_block i {
  display: block;
  color: #eb464a;
  font-size: 32px;
  line-height: 32px;
}

.about-us-section-1 .about_info_block span.counter {
  display: block;
  font-size: 72px;
  line-height: 72px;
}

.about-us-section-1 .about_info_block span.campaign {
  display: block;
  color: #eb464a;
  font-size: 24px;
  line-height: 32px;
}

.activity-section-1 {
  background: #f6f7f9;
}

.activity-section-1 .activity-featured-image-block {
  background: transparent;
  background-image: url("../images/activity_bg_1.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 590px;
}

.activity-section-1 .activity-info-block {
  padding: 90px 0 90px 90px;
}

.activity-section-1 .activity-info-block h2 {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 42px;
  line-height: 42px;
  letter-spacing: 0.05em;
  font-style: italic;
  font-weight: 300;
  color: #666666;
  color: #737373;
}

.activity-section-1 .activity-info-block h2 span {
  font-weight: 300;
  font-style: normal;
  color: #666666;
}

.activity-section-1 .activity-info-block h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 24px;
}

.activity-section-1 .activity-info-block p {
  max-width: 512px;
}

.activity-section-1 .activity-info-block a.btn-activity {
  margin-top: 32px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: transparent;
  background: #eb464a;
  padding: 12px 24px;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.section-heading-wrapper {
  margin-bottom: 48px;
}

.home-page-section-heading span {
  font-size: 16px;
  font-weight: normal;
  font-style: italic;
  color: #676767;
}

.home-page-section-sub-heading {
  font-size: 26px;
  line-height: 32px;
  font-style: italic;
  color: #808080;
}

.btn-heading {
  background: transparent;
  border: 2px solid #eb464a;
  color: #eb464a;
}

.cause-wrapper {
  background: #fafafa;
}

.cause-wrapper .cause-img {
  display: block;
  position: relative;
  overflow: hidden;
}

.cause-wrapper .cause-img img {
  margin-bottom: 0px !important;
  width: 100%;
  display: block;
}

.cause-wrapper .cause-img:before {
  position: absolute;
  content: "";
  width: 0%;
  height: 700px;
  background: rgba(0, 0, 0, 0);
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}

.cause-wrapper .cause-button {
  border-radius: 0 !important;
  bottom: 15px;
  position: absolute;
  right: 0px;
  transition: all 0.4s ease 0s;
  border: 0px;
  background: #eb464a;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  font-size: 15px;
}

.cause-wrapper .cause-button:hover {
  background: #ffffff;
  border: 0px;
}

.cause-wrapper .cause-content {
  padding: 0px 16px 24px 16px;
  margin-bottom: 1.5em;
}

.swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.cause-wrapper .cause-content .cause-text h5 a {
  font-family: "Montserrat", sans-serif;
  margin-top: 18px !important;
  color: #444444;
  font-size: 18px;
  line-height: 32px;
  display: block;
  text-transform: capitalize;
  font-weight: 400;
}

.cause-wrapper .cause-content .cause-text p {
  font-size: 16px;
  font-weight: normal;
}

.cause-wrapper .cause-content .progress {
  border-radius: 0;
  box-shadow: none;
  background: #fff;
  margin-top: 24px;
  margin-bottom: 48px;
  margin-left: -1px;
  margin-right: -1px;
  height: 10px;
  position: relative;
  overflow: visible !important;
  border: 1px solid #ccc;
  padding: 1px;
}

.cause-wrapper .cause-content .progress-bcm {
  border-radius: 0;
  background: #eb464a;
  height: 6px;
  position: relative;
}

.cause-wrapper .cause-content span.fund-raised {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #eb464a;
  font-size: 12px;
  height: 28px;
  line-height: 28px;
  position: absolute;
  text-align: center;
  top: 18px;
  width: 38px;
  left: 0px;
  text-indent: 8px;
  /* shared with before and after */
  /* top-stacked, smaller arrow */
}

.cause-wrapper .cause-content span.fund-raised:before,
.cause-wrapper .cause-content span.fund-raised:after {
  content: " ";
  height: 0;
  position: relative;
  width: 0;
  border: 7px solid transparent;
  /* arrow size */
}

.cause-wrapper .cause-content span.fund-raised:before {
  border-bottom-color: #eb464a;
  left: 0;
  position: absolute;
  top: -15px;
  z-index: 0;
}

.cause-wrapper .cause-content .fund-item-text {
  /*text-transform: uppercase;*/
  margin: 12px 0px;
  font-size: 15px;
  text-transform: uppercase;
  clear: both;
  font-weight: 400;
}

.cause-wrapper .cause-content .fund-raised-text {
  color: #eb464a;
  text-align: left;
}

.cause-wrapper .cause-content .fund-goal-text {
  color: #626262;
  float: right;
}

.cause-wrapper:hover .cause-img:before {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.cause-wrapper:hover .cause-button {
  background: #e5191e;
  color: #ffffff;
}

.donation-section-1 {
  background: #eb464a;
  padding: 0px !important;
}

.donation-section-1 .donation-block {
  background: transparent;
  background-image: url("../images/donation.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.donation-section-1 .donation-info {
  padding: 48px 32px;
  background: #fff;
}

.donation-section-1 .donation-info p {
  font-weight: 300;
}

.donation-section-1 .donation-info h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.donation-section-1 .donation-info p.donation-target {
  font-size: 18px;
  font-weight: 400;
}

.donation-section-1 .donation-info p.donation-target span {
  color: #eb464a;
  font-weight: 600;
  font-size: 25px;
  position: relative;
  top: 1px;
  letter-spacing: 1px;
}

.donation-section-1 .donation-info p.donation-target span.counter {
  width: 72px;
  display: inline-block;
}

.donation-section-1 .donation-info .donation-bar {
  background: transparent;
  margin: 24px 0;
  border: 2px solid #f07477;
  height: 30px;
}

.donation-section-1 .donation-info .donation-bar .progress-bar {
  box-shadow: none;
  line-height: 24px;
}

.donation-section-1 .donation-info .donation-bar .progress-bar span {
  text-align: left;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}

.donation-section-1 .donation-info .btn-donate {
  border: 2px solid #eb464a;
}

.donation-section-1 .donation-info .btn-donate:hover {
  background: #eb464a;
  color: #ffffff;
}

.donation-section-1 .donation-testimonial {
  color: #fff;
  padding: 24px;
}

.donation-section-1 .donation-testimonial i.fa {
  color: #ea7e80;
  font-size: 72px;
  display: none;
}

.donation-section-1 .donation-testimonial h3 {
  margin: 0 0 24px 0;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  display: none;
}

.donation-section-1 .donation-testimonial .testimonial {
  margin-top: 12px;
  font-size: 18px;
  line-height: 32px;
  font-family: "Montserrat", sans-serif;
}

.donation-section-1 .donation-testimonial .testimonial-by {
  margin: 36px 0 0 0;
  text-align: left;
  font-size: 15px;
}

.donation-section-1 .donation-testimonial .owl-controls {
  margin-top: 24px;
}

.donation-section-1 .donation-testimonial .owl-controls .owl-nav {
  text-align: center;
}

.donation-section-1 .donation-testimonial .owl-controls .owl-prev,
.donation-section-1 .donation-testimonial .owl-controls .owl-next {
  display: inline;
  margin: 0 4px;
}

.donation-section-1 .donation-testimonial .owl-controls i.testimo-nav-icon {
  display: inline-block;
  background: transparent;
  border: 1px solid #ffffff;
  width: 16px;
  height: 16px;
  position: relative;
}

.donation-section-1 .donation-testimonial .owl-controls i.testimo-nav-icon:after {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  background: #f2f2f2;
  content: "";
}

.counter-section-1 {
  padding: 0px;
}

.counter-layout-1 {
  border: 1px solid #ebebeb;
  background: #f9fafb;
  border-top: 0px;
  padding: 20px;
}

.counter-layout-1 i {
  float: left;
  font-size: 72px;
  display: none;
  margin: 12px 12px 0 0;
  color: #e6e6e6;
}

.counter-layout-1 span.counter {
  display: block;
  font-size: 46px;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  line-height: 46px;
  margin: 5px 0;
  position: relative;
  text-align: center;
  left: -11px;
}

.counter-layout-1 span.counter:after {
  position: absolute;
  content: "+";
  font-size: 48px;
  display: inline-block;
  margin-left: 5px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #9a9a9a;
}

.counter-layout-1 span.counter_text {
  color: #eb464a;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 32px;
  text-transform: uppercase;
  text-align: center;
}

.counter-layout-1:first-child {
  border-right: 0px;
}

.counter-layout-1:nth-child(2) {
  border-right: 0px;
}

.counter-layout-1:nth-child(3) {
  border-right: 0px;
}

.event_wrapper {
  border: 1px solid #ebebeb;
}

.event_wrapper .event-img {
  position: relative;
  display: block;
  clear: both;
  overflow: hidden;
}

.event_wrapper .event-img img {
  display: block;
  clear: both;
  text-align: center;
  opacity: 0.8;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}

.event_wrapper .event-img .event-info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #eb464a;
  margin: 0;
  color: #ffffff;
  clear: both;
}

.event_wrapper .event-img .event-info .event-date {
  padding: 6px;
  width: 50%;
  text-align: center;
  display: inline-block;
  position: relative;
}

.event_wrapper .event-img .event-info .event-date i.fa {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: #eb464a;
  color: #ffffff;
  top: -10px;
  left: 50%;
  margin-left: -16px;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.event_wrapper .event-img .event-info .event-location {
  background: #e5191e;
  padding: 6px;
  float: right;
  width: 50%;
  text-align: center;
  display: inline-block;
  position: relative;
}

.event_wrapper .event-img .event-info .event-location i.fa {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: #e5191e;
  color: #ffffff;
  top: -10px;
  left: 50%;
  margin-left: -16px;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.event_wrapper .event-text {
  padding: 6px 16px 24px 16px;
}

.event_wrapper .event-text .speaker-info {
  font-weight: 600;
}

.event_wrapper .event-text .speaker-info span.speaker-name {
  font-weight: 400;
  font-style: italic;
}

.event_wrapper .event-text h5 a {
  font-family: "Montserrat", sans-serif;
  margin-top: 18px !important;
  color: #444444;
  font-size: 18px;
  display: block;
  text-transform: capitalize;
  font-weight: 400;
  line-height: 32px;
}

.event_wrapper ul li {
  line-height: 32px;
  font-weight: 300;
  position: relative;
  padding-left: 16px;
  color: #3c3c3c;
}

.event_wrapper ul li:before {
  position: absolute;
  font-family: FontAwesome;
  content: "\f105";
  color: #eb464a;
  display: inline-block;
  width: 16px;
  height: 16px;
  font-size: 16px;
  left: 0;
  top: 0;
  margin-right: 0px;
}

.event_wrapper:hover .event-img {
  position: relative;
  display: block;
  clear: both;
}

.event_wrapper:hover .event-img img {
  display: block;
  clear: both;
  text-align: center;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0.7;
}

.event_wrapper:hover .event-img .event-info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #eb464a;
  margin: 0;
  color: #ffffff;
  clear: both;
}

.event_wrapper:hover .event-img .event-info .event-date {
  padding: 6px;
  width: 50%;
  text-align: center;
  display: inline-block;
  position: relative;
}

.event_wrapper:hover .event-img .event-info .event-date i.fa {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: #eb464a;
  color: #ffffff;
  top: -32px;
  left: 50%;
  margin-left: -16px;
  opacity: 1;
}

.event_wrapper:hover .event-img .event-info .event-location {
  background: #e5191e;
  padding: 6px;
  float: right;
  width: 50%;
  text-align: center;
  display: inline-block;
  position: relative;
}

.event_wrapper:hover .event-img .event-info .event-location i.fa {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: #e5191e;
  color: #ffffff;
  top: -32px;
  left: 50%;
  margin-left: -16px;
  opacity: 1;
}

div.custom-event-list-wrapper {
  margin: 0 3px 48px 0;
  padding: 0px;
  position: relative;
}

div.custom-event-list-wrapper h4 {
  font-family: "Montserrat", sans-serif;
  margin-top: 0px !important;
}

div.custom-event-list-wrapper h4 a {
  font-weight: 400;
}

div.custom-event-list-wrapper img {
  display: inline-block;
  float: left;
  max-width: 100%;
  padding-left: 0px;
  width: 150px;
  opacity: 0.9;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

div.custom-event-list-wrapper img:hover {
  opacity: 1;
}

div.custom-event-list-wrapper .media-body {
  padding-left: 12px !important;
}

div.custom-event-list-wrapper .time,
div.custom-event-list-wrapper .venue {
  font-size: 14px;
  color: #818181;
}

div.custom-event-list-wrapper i.fa {
  font-size: 24px;
  display: inline-block;
  color: #ffffff;
  background: #eb464a;
}

div.custom-event-list-wrapper .time {
  background: rgba(235, 70, 74, 0.9) none repeat scroll 0 0;
  bottom: 22px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  left: 0px;
  padding: 2px;
  position: absolute;
  text-align: center;
  width: 114px;
}

div.custom-event-list-wrapper.theme_2 {
  border-bottom: 1px solid #eaeaea;
}

div.custom-event-list-wrapper .media-body.theme_2 {
  padding-left: 0px !important;
}

div.custom-event-list-wrapper.theme_2 .time {
  background: #f9fafb;
  bottom: -14px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  left: 0;
  padding: 2px;
  position: absolute;
  text-align: center;
  width: 114px;
  border: 1px solid #eaeaea;
  color: #eb464a;
}

div.custom-event-list-wrapper .venue {
  display: inline-block;
  margin-left: 5px;
  /*font-weight: bold;*/
  font-size: 14px;
}

.cta-section-1 {
  padding: 32px 0;
  background: transparent;
  background-image: url("../images/peoples.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: block;
  clear: both;
  position: relative;
  overflow: hidden;
}

.cta-section-1:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #eb464a;
  opacity: 0.9;
  top: 0;
  left: 0;
  content: "";
}

.cta-section-1 h2 {
  font-size: 26px;
  line-height: 42px;
  color: #ffffff;
  margin: 0;
}

.cta-section-2 {
  padding: 100px 0;
  background: transparent;
  background-image: url("../images/volunteer_group.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  display: block;
  clear: both;
  position: relative;
  overflow: hidden;
}

.cta-section-2:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.8;
  top: 0;
  left: 0;
  content: "";
}

.cta-section-2 h2 {
  font-size: 24px;
  line-height: 48px;
  color: #ffffff;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.btn-dynamism-cta {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #ffffff;
  padding: 12px 42px;
}

.cta-section-3 {
  padding: 64px 0;
  background: transparent;
  background-image: url("../images/pattern_1.png");
  background-repeat: repeat;
  background-position: center center;
  background-size: initial;
  background-attachment: fixed;
  display: block;
  clear: both;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.cta-section-3:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #eb464a;
  opacity: 0.95;
  top: 0;
  left: 0;
  content: "";
}

.cta-section-3 h2 {
  font-size: 26px;
  line-height: 42px;
  color: #ffffff;
  font-weight: 300;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.01em;
}

.cta-section-3 p {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.004em;
  color: #f2f2f2;
}

.cta-section-3 a {
  display: block;
  margin: 24px auto 0 auto;
  width: 180px;
  color: #eb464a;
  background: #ffffff;
  line-height: 32px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.02em;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.video-icon {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 3px solid #ed5d61;
  color: #ed5d61;
  display: block;
  margin: 0 auto 48px auto;
  padding: 25px;
  text-align: center;
  text-indent: 5px;
  width: 120px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.video-icon:hover {
  border: 3px solid #ebebeb;
  color: #ffffff;
}

.video-intro {
  margin-top: 24px;
}

.video-intro .video_playback {
  display: block;
  padding: 0 0px 0 0;
  margin: 12px 0px 0 0;
}

.video-intro .video_playback i {
  border: 5px solid #eb464a;
  border-radius: 100%;
  font-size: 90px;
  padding: 20px;
}

.about-us-section-2 h2 {
  font-size: 42px;
  line-height: 48px;
  margin-bottom: 32px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.about-us-section-2 .about_issue_header {
  position: relative;
  font-weight: 500;
  font-size: 32px;
}

.about-us-section-2 .about_issue_header i.fa {
  color: #eb464a;
  font-size: 60px;
  top: 0;
  left: 0;
  display: block;
  margin-bottom: 12px;
}

.about-us-section-2 .about_slogan_text {
  font-size: 21px;
  color: #626262;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  margin-top: 24px;
}

.about-us-section-2 .activity_box {
  padding: 0;
}

.about-us-section-2 .activity_box span.fa {
  display: none;
}

.about-us-section-2 .activity_box h4 {
  position: relative;
  font-family: "Montserrat", sans-serif;
  color: #6f6f6f;
  margin-bottom: 0px;
  font-weight: 500;
}

.about-us-section-2 .activity_box h4:after {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: absolute;
  content: "";
  bottom: -8px;
  left: 0;
  display: block;
  width: 24px;
  height: 2px;
  background: #ebebeb;
}

.about-us-section-2 .activity_box p {
  color: #8d8d8d;
  margin-bottom: 24px;
}

.about-us-section-2 .activity_box:hover h4:after {
  background: #eb464a;
  width: 60px;
}

.about-us-section-2 .video_icon_block,
.about-us-section-2 .about_quote_1_block,
.about-us-section-2 .about_quote_2_block,
.about-us-section-2 .about_info_block {
  padding: 12px 24px 24px;
}

.about-us-section-2 .video_icon_block i {
  color: #eb464a;
  font-size: 120px;
}

.about-us-section-2 .about_quote_2_block p {
  font-weight: 600;
  font-style: italic;
  color: #626262;
}

.about-us-section-2 .about_info_block i {
  display: block;
  color: #eb464a;
  font-size: 32px;
  line-height: 32px;
}

.about-us-section-2 .about_info_block span.counter {
  display: block;
  font-size: 72px;
  line-height: 72px;
}

.about-us-section-2 .about_info_block span.campaign {
  display: block;
  color: #eb464a;
  font-size: 24px;
  line-height: 32px;
}

.activity-section-2 {
  background: #f9fafb;
}

.activity-section-2 .dynamism-image-carousal img {
  width: 600px;
  height: 280px;
  max-width: 100%;
}

.activity-section-2 .dynamism-image-carousal .owl-controls {
  position: relative;
}

.activity-section-2 .dynamism-image-carousal .owl-controls .owl-dots {
  margin: 24px 0 0 0;
  text-align: center;
}

.activity-section-2 .dynamism-image-carousal .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  padding: 2px;
  width: 14px;
  height: 14px;
  background: transparent;
  border: 1px solid #eb464a;
  margin: 0 4px;
}

.activity-section-2 .dynamism-image-carousal .owl-controls .owl-dots .owl-dot span {
  display: block;
}

.activity-section-2 .dynamism-image-carousal .owl-controls .owl-dots .active span {
  padding: 2px;
  width: 8px;
  height: 8px;
  background: #f07477;
}

.activity-section-2 .activity-info-block h2 {
  font-size: 36px;
  line-height: 24px;
}

.activity-section-2 .activity-info-block h3 {
  color: #eb464a;
  font-size: 24px;
  line-height: 26px;
}

.activity-section-2 .activity-info-block a.btn-activity {
  margin-top: 32px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: transparent;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.donation-section-2 {
  background: #f9fafb;
}

.donation-section-2 .donation-featured-image-block {
  background: transparent;
  background-image: url("../images/donation.jpg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  height: 600px;
}

.donation-section-2 .donation-info-block {
  padding: 52px 0 52px 52px;
}

.donation-section-2 .donation-info-block h2 {
  position: relative;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 42px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #737373;
}

.donation-section-2 .donation-info-block h2 span {
  font-weight: 400;
  font-style: normal;
  color: #666666;
}

.donation-section-2 .donation-info-block h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 24px;
  letter-spacing: 0.02em;
  color: #808080;
}

.donation-section-2 .donation-info-block h3 span {
  color: #eb464a;
  font-weight: 600;
}

.donation-section-2 .donation-info-block .donation-bar {
  max-width: 512px;
  height: 12px !important;
  box-shadow: none;
  border: 1px solid #dedede;
  background: #ffffff;
  padding: 3px;
}

.donation-section-2 .donation-info-block .progress-bar {
  background: #eb464a;
}

.donation-section-2 .donation-info-block p {
  position: relative;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 32px;
  max-width: 512px;
  margin: 42px 0;
  color: #555555;
}

.donation-section-2 .donation-info-block p span {
  display: block;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  margin-top: 12px;
  letter-spacing: 0em;
  text-transform: uppercase;
}

.donation-section-2 .donation-info-block p:after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f10e";
  right: 0;
  top: 0;
  font-size: 120px;
  color: #f2f2f2;
  opacity: 0.2;
  font-style: normal;
}

.donation-section-2 .donation-info-block .fund-item-text {
  max-width: 512px;
  font-size: 18px;
  clear: both;
  text-transform: uppercase;
  font-weight: 600;
}

.donation-section-2 .donation-info-block .fund-item-text .fund-raised-text {
  color: #eb464a;
}

.donation-section-2 .donation-info-block .fund-item-text .fund-goal-text {
  float: right;
}

.donation-section-2 .donation-info-block a.btn-donation {
  margin-top: 32px;
  background: #eb464a;
  border: 2px solid #eb464a;
  color: #ffffff;
  height: 46px;
  line-height: 30px;
  padding-left: 28px;
  padding-right: 28px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.02em;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.donation-section-2 .donation-info-block a.btn-donation:hover {
  border: 2px solid #eb464a;
  background: rgba(235, 70, 74, 0.7);
  color: #ffffff;
}

.counter-layout-2 {
  border-top: 0px;
  padding: 24px;
}

.counter-layout-2 i {
  float: left;
  font-size: 72px;
  display: inline-block;
  margin: 12px 12px 0 0;
  color: #e6e6e6;
}

.counter-layout-2 span.counter {
  font-size: 48px;
  display: block;
  margin: 16px 0;
  font-weight: 600;
  position: relative;
}

.counter-layout-2 span.counter:after {
  position: absolute;
  content: "+";
  font-size: 48px;
  display: inline-block;
}

.counter-layout-2 span.counter_text {
  font-size: 18px;
  display: block;
  text-indent: 2px;
  color: #eb464a;
}

.cause-bg-parallax {
  background-attachment: scroll;
  background-color: transparent;
  background-image: url("../images/bg-geometry.png");
  background-repeat: repeat;
  background-size: initial;
}

.testimonial-block {
  background: #eb464a;
  padding: 42px;
}

.testimonial-block h4 {
  font-size: 30px;
  line-height: 36px;
  color: #ffffff;
}

.testimonial-block p {
  color: #ffffff;
}

.section-news-block .news-wrapper {
  background: #ffffff;
  border: 1px solid #ebebeb;
}

.section-news-block .news-wrapper .news-img {
  display: block;
  position: relative;
  overflow: hidden;
}

.section-news-block .news-wrapper .news-img img {
  margin-bottom: 0px !important;
  width: 100%;
  display: block;
}

.section-news-block .news-wrapper .news-img .date-meta {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: inline-block;
  width: 60px;
  background: #eb464a;
  font-size: 30px;
  width: 110px;
  text-align: center;
  margin-left: -55px;
  color: #ffffff;
  padding: 6px 0;
  font-weight: 600;
}

.section-news-block .news-wrapper .news-img .date-meta span {
  font-size: 16px;
  display: block;
}

.section-news-block .news-wrapper .news-meta {
  list-style: none;
  overflow: hidden;
  margin: 6px 0;
}

.section-news-block .news-wrapper .news-meta li {
  display: block;
}

.section-news-block .news-wrapper .news-button {
  border-radius: 0 !important;
  border: 0px;
  transition: all 0.4s ease 0s;
  background: #eb464a;
  font-size: 14px;
  color: #ffffff;
}

.section-news-block .news-wrapper .news-button:hover {
  background: #ffffff;
  border: 0px;
  color: #eb464a;
}

.section-news-block .news-wrapper .news-content {
  padding: 0px 12px 24px 12px;
}

.section-news-block .news-wrapper .news-content .news-text h5 a {
  font-family: "Montserrat", sans-serif;
  margin-top: 18px !important;
  color: #444444;
  font-size: 18px;
  line-height: 32px;
  display: block;
  text-transform: capitalize;
  font-weight: 400;
}

.section-news-block .news-wrapper .news-content .news-text p {
  font-size: 16px;
  font-weight: normal;
}

.section-news-block .news-wrapper:hover .news-img:before {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.section-news-block .news-wrapper:hover .news-button {
  background: #eb464a;
  color: #ffffff;
}

.section-news-block .news-wrapper:hover .news-button .fa {
  color: #ffffff;
}

.btn-social-icon {
  height: 42px;
  width: 42px;
  border: 0;
  border-radius: 0px !important;
  margin: 3px 3px;
}

.btn-social-icon .fa {
  line-height: 42px;
  color: #ffffff;
}

.btn-goggle-plus {
  background-color: #26b84b;
}

.btn-goggle-plus:hover {
  background-color: #20993e;
}

.btn-envelope-o {
  background-color: #d74b3e;
}

.btn-envelope-o:hover {
  background-color: #ad3d32;
}

.section-contact-block {
  position: relative;
  overflow: hidden;
}

.section-contact-block .content-block {
  padding: 0 48px 0 0;
}

.section-contact-block .contact-title {
  font-size: 24px;
  border-bottom: 3px solid #eeeeee;
  color: #5c5c5c;
  padding-bottom: 15px;
  position: relative;
}

.section-contact-block .contact-title:after {
  bottom: -3px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 32px;
  background: #eb464a;
}

.section-contact-block .contact-info li {
  margin-bottom: 24px;
}

.section-contact-block .contact-info .icon-container {
  display: inline-block;
  background: #eb464a;
  color: #ffffff;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  margin-right: 16px;
}

.section-contact-block .contact-info .icon-container i {
  font-size: 14px;
}

.section-contact-block .contact-info address {
  display: inline-block;
}

.section-contact-block .contact-info a {
  color: #626262;
}

.section-contact-block .contact-info a:hover {
  color: #eb464a;
}

.section-contact-block .contact-form-block {
  padding: 0 0 0 0px;
}

.section-contact-block #contact-form input[type="text"],
.section-contact-block #contact-form input[type="email"],
.section-contact-block #contact-form input[type="url"],
.section-contact-block #contact-form input[type="password"] {
  border: 0px;
  border-bottom: 1px solid #eeeeee;
  line-height: 42px;
  height: 42px;
  margin-bottom: 24px;
  padding-left: 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}

.section-contact-block #contact-form input[type="text"]:focus,
.section-contact-block #contact-form input[type="email"]:focus,
.section-contact-block #contact-form input[type="url"]:focus,
.section-contact-block #contact-form input[type="password"]:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  border: 0px;
  border-bottom: 1px solid #a1a1a1;
}

.section-contact-block #contact-form textarea {
  border: 0px;
  border-bottom: 1px solid #eeeeee;
  padding-left: 2px;
  margin-bottom: 24px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}

.section-contact-block #contact-form textarea:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  border: 0px;
  border-bottom: 1px solid #a1a1a1;
}

.section-transparent-bg {
  background: transparent !important;
}

/***********************************************************************************************/
/* MAIN CONTENT */
/***********************************************************************************************/
.main-content {
  margin: 48px 0;
}

/*
===========================================
				TEAM SECTION
===========================================
*/
.kode-team-section {
  background-image: url(images/team-bg.png);
}

.kode-team-member {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.kode-team-member:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.kode-team-member img {
  width: 100%;
}

.kode-team-member a {
  display: block;
}

.kode-team-member a:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  /* outline: 1px solid #333; */
  outline-offset: -10px;
  border: solid 10px transparent;
}

.kode-team-member:hover a:before {
  /* border: solid 10px #fff; */
}

.kode-team-member .kode-text {
  background-color: #fff;
  /* padding: 20px; */
  text-align: center;
  position: absolute;
  left: 0px !important;
  bottom: -100%;
  right: 0px !important;
  border-top: 1px solid #f00;
}

.kode-team-member:hover .kode-text {
  bottom: 0px;
}

.kode-team-member .kode-text h3 {
  font-size: 18px;
  text-transform: uppercase;
  margin: 0px;
}

.kode-team-member .kode-text p {
  font-size: 14px;
  font-weight: 600;
  color: #242424;
  text-transform: uppercase;
  margin: 0px;
}

.kode-social-icons {
  float: left;
  width: 100%;
  position: absolute;
  top: -60px;
  left: 0px;
}

.kode-social-icons ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
  text-align: center;
}

.kode-social-icons ul li {
  display: inline-block;
  margin: 0px 2px;
}

.kode-social-icons ul li a {
  font-size: 18px;
  color: #fff;
  height: 34px;
  width: 34px;
  display: block;
  padding: 4px 0px;
  border-radius: 2px;
}

.kode-social-icons ul li a:hover {
  background-color: #000;
}

.kode-social-icons ul li a:before {
  display: none;
}

.heading-4 p {
  font-size: 14px;
  color: #949494;
  margin: 0px 0px 10px 0px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  text-transform: capitalize;
  line-height: 14px;
}

.heading.heading-4 {
  margin-top: -2px;
}

.content section.overlay .container {
  position: relative;
}

.kode-team-section {
  background-image: url("../img/profile_bg.jpg");
  background-size: 100%;
}

/* .nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: white;
} */
.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 0;
  margin: 0;
}

.dropdown-menu li {
  display: block;
  margin: 0;
  padding: 0;
}

.dropdown-menu li a {
  display: block;
  padding: 10px;
  color: #333;
  text-decoration: none;
}

.dropdown-menu li a:hover {
  background-color: #f5f5f5;
}

.search-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}

.search-icon i {
  font-size: 1.2em;
}

.white_btn {
  background: #fff;
  color: #eb464a !important;
  padding: 10px 16px;
  margin-top: 7px;
  font-size: 15px;
  border: 0px solid #fff;
  letter-spacing: 1px;
  /* text-transform: uppercase; */
  font-weight: 600;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 5px;
}

.white_btn:hover {
  color: #fff !important;
}

.swiper {
  /* max-width: 1000px; */
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 768px) {
  .swiper-slide {
    width: 33.33%;
  }
}

.swiper {
  margin-left: auto;
  margin-right: auto;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 17%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.btn:first-child:hover,
:not(.btn-check)+.btn:hover {
  color: black !important;
  background-color: #e7182091;
  border-color: var(--bs-btn-hover-border-color);
}

.gallery-container a {
  background-color: black;
}

/*  navigation bar============================================================================= */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,700;1,400;1,800&display=swap");

/* 
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
} */
.head-area {
  background-color: #fff;
  width: 100%;
  /* padding: 12px 30px; */
  z-index: 111;
  border-bottom: #909090ad;
}

.header-container {
  width: 100%;
  margin: auto;
  display: table;
}

.logo {
  float: left;
  padding: 0px 26px;
}

.logo h1 {
  color: red;
  font-size: 25px;
  font-weight: 600;
  padding: 15px;
}

.logo span {
  color: #ff4a44;
}

.menu {
  /* float: right; */
  padding-left: 50px;
}

.mobile-nav {
  display: none;
}

.menu1 li {
  display: inline-block;
  margin: 22px 5px;
}

.menu1 li a {
  color: #060606;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 15px 10px;
  transition: 0.5s;
}

.menu1 a:hover,
.menu1 .active {
  color: #ff4a44;
}

.menu1 li a:after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  background: #ff4a44;
  bottom: 0px;
  left: 0;
  transition: all 0.5s;
}

.menu1 lia a:hover:after {
  width: 100%;
}

.menu1 li .active:after {
  width: 100%;
}

.mobile-nav {
  float: right;
  margin: 10px;
  padding: 16px 25px;
  font-size: 24px;
  color: #fff;
  outline: none;
  cursor: pointer;
}

@media only screen and (max-width: 978px) {
  .menu {
    float: none;
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    top: 85px;
    padding: 30px 0 150px 0;
    border-top: 1px solid #4a4848;
    clip-path: circle(0% at 100% 0%);
    transition: all 0.8s;
  }

  .menu1 li {
    display: block;
    text-align: center;
    margin: 25px 5px;
  }

  .mobile-nav {
    display: block;
  }

  .mobile-menu {
    clip-path: circle(112% at 100% 0%);
  }

  .menu1 li a:after {
    display: none;
  }
}

.btn {
  display: inline-block;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  color: #ffffff;
  background-color: #e71820;
  border: none;
  cursor: pointer;
}

.btn:hover {
  background-color: #3e8e41;
}

.btn:active {
  background-color: #3e8e41;
  box-shadow: none;
  transform: translateY(2px);
}

.menu_btn {
  display: inline-block;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  color: #ffffff;
  background-color: #e71820;
  border: none;
  cursor: pointer;
  margin: 9px 0px;
}

.menu_btn:hover {
  background-color: #ff000094;
}

.menu_btn:active {
  background-color: #ff000094;
  box-shadow: none;
  transform: translateY(2px);
}

.head-area {
  position: relative;
  z-index: 2;
}

.fa-bars:before,
.fa-navicon:before {
  content: "\f0c9";
  color: #000 !important;
}

.hide {
  display: none;
}

@media only screen and (max-width: 767px) {
  .slider-content h3 {
    display: none;
  }

  .slider-content a {
    display: none;
  }

  #slider_1 .slider-content h2 {
    font-size: 25px;
    text-align: center;
  }

  .choose-us-block .content-box {
    position: absolute;
    bottom: 45px;
    color: white;
    left: 93px !important;

    background-color: #e71820;
    padding: 9px 37px;
  }

  .hide_mobile {
    display: none;
  }

  .hide {
    display: block !important;
  }
}

/* ksw */
.swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  /* prevent horizontal overflow */
}

.swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.swiper-slideq {
  flex: 0 0 calc(100% / 3 - 20px);
  margin-right: 20px;
  text-align: center;
  font-size: 18px;
  background: #fff;
}

@media (max-width: 767px) {
  .swiper-slide {
    flex: 0 0 100%;
    margin-right: 0;
  }
}

.right {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10;
  display: block;
  /* padding: 0.25rem 0.5rem; */
  /* font-size: 0.65em; */
  /* color: #0d6efd; */
  /* background-color: #fff; */
  /* border: 1px solid; */
  /* border-radius: 0.25rem; */
}

/*--------------- Bootstrp 5.0 ----------------------*/
.ImgSection img {
  margin: 0px !important;
  padding: 0px !important;
}

.navbar-nav {
  flex-direction: initial !important;
}

.navbar-nav li {
  padding-right: 20px !important;
}


.survey-category {
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  overflow: unset;
  /* padding: 10px; */
}

.survey-category-title {
  font-size: 17px;
  font-weight: 500;
}

.survey-question-title {
  font-size: 14px;
}

.survey-question-label {
  font-size: 14px;
  margin: 0 4px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}

.question_no {
  position: absolute;
  top: 0;
  left: 0;
  color: #ec5600;
}

.survey-answer-title {
  font-size: 12px;
  color: #ec5600;
}

.survey-category-data {
  border-bottom: 1px solid #e3e3e3;
  padding: 10px;
  color: #ec5600;
  top: 94px !important;
  background: #fff;
}

.survey-category-data:last-child {
  border-bottom: 0px solid #e3e3e3;
}

.survey-question-data {
  padding: 10px;
}

.survey-question-data:not(:last-child) {
  border-bottom: 1px solid #e3e3e3;
}

.survey-question-data:hover {
  background-color: #ededed;
  transition: 0.2s all;
}

.survey-question-data:nth-child(even) {
  background: #f5e8cf
}

.survey-question-data:nth-child(odd) {
  background: #fff
}

.bg-img2 {
  /* background: url('../img/section_youtube.jpg') no-repeat; */
  /* background-size: cover !important;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.66)), url('../img/section_youtube.jpg') no-repeat;
  */
  /* margin-top: -10px; */
}

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

#section02
{
  /* height:100vh; */
}