/*-------------------------------- 
# Top bar menu
----------------------------------*/
.header-top-area {
  background: #333333 none repeat scroll 0 0;
  padding: 5px 0;
}
.top-bar-left-content a,
.header-info a {
    color: #fff;
}
.header-info span {
  font-size: 14px;
  position: relative;
}
.header-info span a:hover{
    color: #fff;

}
.header-info span + span {
    margin-left: 8px;
    padding-left: 8px;
}
.header-info span + span::before {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    content: "";
    height: 20px;
    left: -2px;
    position: absolute;
    top: 0;
    width: 1px;
}

/*-------------------------------- 
# Top bar left side menu
----------------------------------*/
.header-social {
  align-items: center;
  display: flex;
  height: 100%;
}
.top-bar-left-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.top-bar-left-menu ul li {
    display: inline-block;
}
.top-bar-left-menu ul li a {
    padding: 5px 10px;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 14px;
    color: #fff;
}
.top-bar-left-content a:hover,
.header-info a:hover,
.header-social ul li a:hover,
.top-bar-left-menu ul li a:hover {
    color: #e03927;
}
.top-bar-left-content {
    color: #fff;
}
.top-bar-left-content p {
    margin-bottom: 0;
}
/*-------------------------------- 
# Header Top Social icons
----------------------------------*/

.header-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.header-social ul li {
    display: inline-block;
}
.header-social ul li a {
    color: #fff;
    font-size: 14px;
}
.header-social.text-white > a {
    color: #fff;
}
.menu-middle-area {
    border-top: 1px solid #ddd;
}
.header-social ul li + li {
    margin-left: 25px;
}
/*-------------------------------- 
# Header Search
----------------------------------*/

.header-search {
    margin: 29px 0;
}
.header-search form {
    display: block;
    position: relative;
}
.header-search form input {
    border: 1px solid #ddd;
    height: 40px;
    line-height: 24px;
    padding: 7px 40px 7px 15px;
    width: 250px;
}
.header-search form button {
    background-color: transparent;
    border: 0 none;
    color: #999;
    height: 40px;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 40px;
}
.header-search form button i {
    display: block;
    line-height: 38px;
}
.header-search form button:hover {
    color: #26c7cc;
}
/**
* Header Transparent Enable
*/

header.header-transparent {
    background: transparent none repeat scroll 0 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99999;
    box-shadow: 0 1px 3px rgba(50, 50, 50, 0);
}
.logged-in.admin-bar header.header-transparent {
    top: 32px;
}
.logged-in.admin-bar.home2 header {
  position: absolute;
  top: 76px;
}

.header-transparent .default-style-one nav > ul > li > a {
  color: #fff;
}
.header-transparent.is-sticky .default-style-one nav > ul > li > a {
  color: #404040;
}
.header-transparent + .page__title__wrapper {
  background: #292929 none repeat scroll 0 0;
  padding-top: 90px;
}



/**
* Header Sticky 
*/

header.is-sticky, .home2 header.is-sticky {
    position: fixed;
    left: 0;
    top: 0 !important;
    right: 0;
    background-color: rgba(255, 255, 255, 1) !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    z-index: 99999;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
}
body.logged-in.admin-bar .is-sticky {
    padding-top: 32px;
}
.is-sticky .default-menu nav > ul > li > a, .is-sticky .primary-nav-one-page nav > ul > li > a{
    padding:20px 15px;
}

.is-sticky .site-title a img{
    max-height: 70px;
}
.default-style-one,.primary-nav-one-page {
    display: flex;
}
.donate__now__btn {
  align-self: center;
  display: flex;
  height: 100%;
  margin-left: 21px;
}
.donate__now__btn a{
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
    font-weight: 500; 
    text-transform: uppercase;
    background: #2d3e50 none repeat scroll 0 0;
  color: #fff;
  padding: 8px 35px;
}
.donate__now__btn a:hover {
  background-color: #e03927;
  border-color: #e03927;
  color: #fff;
}
/**
* Default Menu Style
*/
.default-menu nav > ul,.primary-nav-one-page nav > ul {
    display: flex;
    margin: 0;
    list-style: none;
    padding: 0;
    flex-wrap: wrap;
}
.default-menu nav > ul > li,.primary-nav-one-page nav > ul > li {
    position: relative;
}
.default-menu nav > ul > li > a,.primary-nav-one-page nav > ul > li > a {
  display: flex;
  font-family: "Montserrat",sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  padding: 39px 15px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.header-menu-wrap .sub-menu {
    background-color: #ffffff;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
    margin-left: 0;
    left: 0;
    list-style: none;
    padding: 0;
    position: absolute;
    top: 100%;
    width: 253px;
    z-index: -999;
    visibility: hidden;
    opacity: 0;
    margin-top: 30px;
    transition: all 0.3s ease 0s;
}
.default-menu nav > ul > li:hover > .sub-menu,.header-menu-wrap .primary-nav-one-page nav > ul > li:hover > .sub-menu {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    z-index: 999;
}
.header-menu-wrap .sub-menu li {
    position: relative;
}
.header-menu-wrap  .sub-menu li a {
  border-bottom: 1px solid #eeeeee;
  color: #404040;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  padding: 10px 20px;
  transition: all 0.3s ease 0s;
}
.header-menu-wrap .sub-menu li .sub-menu {
  left: -100%;
  right: auto;
  top: 0;
}
.header-menu-wrap .sub-menu li .sub-menu li .sub-menu {
    left: auto;
    right: 100%;
}
.header-menu-wrap .sub-menu li .sub-menu li .sub-menu li .sub-menu {
    left: 100%;
    right: auto;
}
.header-menu-wrap .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu {
    left: auto;
    right: 100%;
}
.header-menu-wrap .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu {
    left: 100%;
    right: auto;
}
/* Last 2 Element drop-down position */

.last-elements .sub-menu {
    left: auto;
    right: 0;
}
.last-elements .sub-menu li .sub-menu {
    top: 0;
    left: auto;
    right: 100%;
}
.last-elements .sub-menu li .sub-menu li .sub-menu {
    right: auto;
    left: 100%;
}
.last-elements .sub-menu li .sub-menu li .sub-menu li .sub-menu {
    right: 100%;
    left: auto;
}
.last-elements .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu {
    right: auto;
    left: 100%;
}
.last-elements .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu {
    right: 100%;
    left: auto;
}
/**
* Hover Animation 
*/
.header-menu-wrap .sub-menu li:hover > .sub-menu {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    z-index: 999;
}
.header-menu-wrap .sub-menu li:hover > a{
    padding-left: 25px;
    color:#e03927;
}
/**
* Mobile Menu 
*/
.mean-bar {
    background-color: transparent;
    min-height: auto;
    padding: 0;
    z-index: 9;
}
/**
* Menu Open/Close Button
*/
a.meanmenu-reveal {
    height: auto;
    line-height: 1;
    padding: 0;
    top: -32.5px;
    width: auto;
    transform: translateY(-50%);
}
a.meanmenu-reveal:hover,
a.meanmenu-reveal:focus {
    color: #e03927;
    outline: medium none;
}
a.meanmenu-reveal i {
    display: block;
    font-size: 30px;
    line-height: 30px;
    width: 30px;
}
.primary-nav-wrap nav > ul > li.menu-item-has-children > a::after {
  content: "";
  font-family: "Fontawesome";
    padding-left: 3px;

}
.default-style-one nav > ul > li > a{
    color: #404040;
    font-weight: 600;
}
/**
* Mobile Menu Nav
*/
.mean-nav {
  background-color: #fff;
  margin: 0;
}
.mean-nav a.mean-expand {
    border: medium none !important;
    color: #464646 !important;
    font-size: 18px !important;
    height: 36px;
    line-height: 36px;
    padding: 0 !important;
    text-align: center;
    width: 30px !important;
}
.mean-nav a.mean-expand:hover {
    color: #e03927 !important;
}
.mean-nav a.mean-clicked {
    font-size: 22px !important;
}
.mean-nav > ul {
    float: left;
    padding: 15px 0;
}
.mean-nav > ul > li > a {
    border-color: #eee;
    color: #464646;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 24px;
    padding: 6px 30px 6px 0;
}
.mean-nav > ul > li > a:hover,
.mean-nav > ul > li.current_page_item > a,
.primary-nav-wrap nav ul > li:hover > a
 {
    color: #e03927;
}
/**
* Mobile Sub & Mega menu
*/

.mean-nav .sub-menu,
.mean-nav .mega-menu {
    box-shadow: none;
    float: left;
    opacity: 1;
    position: static;
    -webkit-transition: none 0s ease 0s;
    transition: none 0s ease 0s;
    visibility: visible;
    z-index: 1;
}
.mean-nav ul li li {
    margin: 0;
    padding: 0;
}
.mean-nav ul li li a {
    border-color: #eee;
    color: #464646;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
    opacity: 1;
    padding: 6px 30px 6px 15px;
    text-transform: uppercase;
    width: 100% !important;
    border-bottom: none;
}
.mean-nav .sub-menu li:hover > a {
    color: #464646;
}
.mean-nav .sub-menu li.current_page_item:hover > a {
    color: #e03927;
}
.mean-nav ul li li.current_page_item > a,
.mean-nav ul li li > a:hover,
.mean-nav .sub-menu li > a:hover {
    color: #e03927;
}
.mean-nav ul li li li a {
    padding: 6px 30px 6px 25px;
}
.mean-nav ul li li li li a {
    padding: 6px 30px 6px 35px;
}
.mean-nav ul li li li li li a {
    padding: 6px 30px 6px 45px;
}
.mean-nav ul li li li li li li a {
    padding: 6px 30px 6px 55px;
}

.mean-container .mean-nav > ul {
  height: 230px;
  overflow-y: auto;
  padding: 0 15px;
}
/**
* Text Logo Style 
*/

.site-title h3,
.site-title p {
    margin: 0;
}
.site-title a {
    color: #333;
    display: block;
    font-size: 20px;
    font-weight: 700;
}
/**
* Logo Position
*/

.header-menu-wrap {
    -ms-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
.header-menu-wrap .site-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  min-height: 62px;
  min-width: 150px;
}
.header-menu-wrap.logo-left {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
}
.header-menu-wrap.logo-center {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
}
.header-menu-wrap.logo-center > div:nth-child(2) {
    -ms-align-self: flex-start;
    align-self: flex-start;
}
.header-menu-wrap.logo-right {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.header-menu-wrap.logo-left-top {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
}
.header-menu-wrap.logo-center-top {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
}
.header-menu-wrap.logo-right-top {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: flex-end;
    align-items: flex-end;
}
.header-menu-wrap.logo-center,
.header-menu-wrap.logo-left-top,
.header-menu-wrap.logo-center-top,
.header-menu-wrap.logo-right-top {
    padding-top: 15px;
}
/**
* Search Option
*/

.page-title-search-box input {
    background: transparent;
    border-radius: 0;
    padding: 10px 20px;
}
.page-title-search-box input:focus {
    outline: none;
}
.page-title-search-box button {
    display: none;
}
.page__title__inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: wrap column;
}
.page__title__inner.breadcrumbs-title-left {
    justify-content: flex-start;
    align-items: flex-start;
}
.page__title__inner.breadcrumbs-title-center {
    justify-content: center;
    align-items: center;
}
.page__title__inner.breadcrumbs-title-right {
    justify-content: flex-end;
    align-items: flex-end;
}
/**
* Page Title and Breadcrumbs
*/

.page__title__wrapper {
  background: #292929 none repeat scroll 0 0;
}
.page__title__inner {
  padding: 70px 0;
}
h2.page-title {
  color: #fff;
  margin: 10px 0;
  padding-bottom: 10px;
}
.page__title__inner > h2 {
  color: #fff;
  margin: 0;
}
.page__title__inner > p {
    margin-bottom: 0.80em;
}
.page__title__inner .page-subtitle {
    margin-bottom: 0;
}
.breadcrumbs_wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -10px;
    margin-right: -10px;
}
.breadcrumbs_wrap ul li {
    display: inline-block;
}
.breadcrumbs_wrap ul li {
    padding: 0 10px;
}
.breadcrumbs_wrap ul li a, .breadcrumbs_wrap ul li {
  color: #fff;
  font-size: 12px;
}
.breadcrumbs_wrap ul li a{
    font-size: 16px;
}
.breadcrumbs_wrap ul li span{
    font-size: 16px;
    color: #e03927;
}
.breadcrumbs_wrap ul li a:hover{
    color: #e03927;
}
section.page__title__wrapper {
    position: relative;
}
section.page__title__wrapper:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    left: 0;
    top: 0;
}
section.page__title__wrapper.text-center {
    justify-content: center;
    align-items: center;
}
section.page__title__wrapper.full-height,
section.page__title__wrapper.full-height .container,
section.page__title__wrapper.full-height .container .row,
section.page__title__wrapper.full-height .container .row div[class*="col-"],
section.page__title__wrapper.full-height,
section.page__title__wrapper.full-height .container-fluid,
section.page__title__wrapper.full-height .container-fluid .row,
section.page__title__wrapper.full-height .container-fluid .row div[class*="col-"] {
    height: 100vh;
}
section.page__title__wrapper.full-height .container .row div[class*="col-"],
section.page__title__wrapper.full-height .container-fluid .row div[class*="col-"] {
    display: flex;
    align-items: center;
}
section.page__title__wrapper.half-height,
section.page__title__wrapper.half-height .container,
section.page__title__wrapper.half-height .container .row,
section.page__title__wrapper.half-height .container .row div[class*="col-"],
section.page__title__wrapper.half-height,
section.page__title__wrapper.half-height .container-fluid,
section.page__title__wrapper.half-height .container-fluid .row,
section.page__title__wrapper.half-height .container-fluid .row div[class*="col-"] {
    height: 50vh;
}
section.page__title__wrapper.half-height .container .row div[class*="col-"],
section.page__title__wrapper.half-height .container-fluid .row div[class*="col-"] {
    display: flex;
    align-items: center;
}
section.page__title__wrapper .page__title__inner {
    width: 100%;
}
.breadcrumbs_wrap ul,
.breadcrumbs_wrap ul li,
.breadcrumbs_wrap ul li a {
    transition: 0.3s !important;
}
/**
* Page Wrapper
*/
.page-sub-title p {
    margin-bottom: 10px;
}
/**
* Default Footer
*/
footer .default-footer {
  background: #444 none repeat scroll 0 0;
  color: #fff;
  padding: 20px 0;
  position: relative;
  text-align: center;
}
footer .default-footer:before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0, 0);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
/**
* Footer fixed enable effect
*/

footer.fixed-footer-enable {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -10;
}
/**
* Not found / 404 page 
*/

.page-not-found-wrap {
    height: 700px;
    width: 100%;
    background: #f6f6f6;
}
.page-not-found-wrap .container,
.page-not-found-wrap .container .row,
.page-not-found-wrap .container .pnf-inner-wrap,
.page-not-found-wrap .container [class*="col-"] {
    height: 100%;
}
.page-not-found-wrap .container .pnf-inner-wrap {
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}
.pnf-inner img {
    max-height: 350px;
    margin-bottom: 30px;
}
.pnf-inner > h1 {
    color: #333;
    font-size: 150px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.pnf-inner > h2 {
    color: #333;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    text-transform: uppercase;
}
.pnf-inner > p {
    color: #333;
    font-size: 24px;
    line-height: 1.4;
    margin: 0;
}
.pnf-inner a.btn {
    background-color: #F05B64;
    border: 1px solid #F05B64;
    border-radius: 2px;
    color: #fff;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin-top: 50px;
    padding: 0 30px;
    text-transform: uppercase;
}
.pnf-inner a.btn:hover {
    background-color: #F05B64;
}
.align-center {
    align-items: center;
    display: flex;
}
/* Breadcrumb */

.breadcrumb-wrapper .breadcrumb {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin: 0;
    padding: 0;
}
.breadcrumb-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.breadcrumb-wrapper .breadcrumb li a {
    color: #fff;
    font-size: 16px;
}
.breadcrumb-wrapper .breadcrumb.black-text li a {
    color: #444
}
.breadcrumb-wrapper .breadcrumb.black-text li.active {
    color: #888
}
.breadcrumb-wrapper .breadcrumb li.active {
    color: #ccc;
}
/* Footer widgets */
.single-footer .footer-social {
  list-style: outside none none;
  margin: 30px 0 0;
  padding: 0;
}
.single-footer .footer-social li {
    display: inline-block;
}
.single-footer .footer-social li+li{
    margin-left: 20px;
}
.single-footer .footer-social li a {
    border-radius: 50%;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 20px;
}
.single-footer .footer-social li a:hover{
    color: #e03927;
}
.footer-brief {
  margin-top: 25px;
}
.footer-brief > p {
  color: #fff;
  font-weight: 300;
  margin-bottom: 18px;
  font-size: 15px;
}
.footer-wrapper .widget ul.instagram-pics {
  margin: 0 -5px;
  padding-left: 0;
  list-style: none;
}
.footer-wrapper .widget ul.instagram-pics li {
  float: left;
  margin-bottom: 0;
  padding:6px;
  width: 25%;
  position: relative;
}
.footer-wrapper .widget ul.instagram-pics li a::before {
  color: #fff;
  content: "\f0c1";
  font-family: "fontawesome";
  font-size: 24px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transition: all 0.3s ease-out 0s;
  z-index: 3;
}
.footer-wrapper .widget ul.instagram-pics li a{
    display: block;
    position: relative;
}
.footer-wrapper .widget ul.instagram-pics li a::after {
  background-color: #2d3e50;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease-out 0s;
  z-index: 1;
}
.footer-wrapper  .widget ul.instagram-pics li a:hover::after {
  opacity: 0.8;
}
.footer-wrapper .widget ul.instagram-pics li:hover a::before {
  opacity: 1;
}
.footer-wrapper h2,.footer-wrapper h4 {
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 40px;
  margin-top: 0;
  position: relative;
  font-family: ""Montserrat",sans-serif";
}
.footer-wrapper h2:before,.footer-wrapper h4:before {
  background: #fff none repeat scroll 0 0;
  bottom: -10px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 40px;
}
.footer-wrapper h2:after,.footer-wrapper h4:after{
  background: #fff none repeat scroll 0 0;
  bottom: -10px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 40px;
}
.footer-wrapper h2:before,.footer-wrapper h4:before {
  bottom: -15px;
  width: 70px;
}
.border_bottome1{
    position: relative;
}
.border_bottome1::after {
  border-bottom: 1px solid #959595;
  bottom: 0;
  content: "";
  left: 50%;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  transform: translate(-50%);
  width: 98%;
  z-index: 9;
}

/*Slider One*/
.single-slide {
  background-attachment: scroll;
  background-color: rgba(0, 0, 0, 0);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  position: relative;
  padding-top: 100px;
}
.single-slide::before {
  content: "";
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
  background: #000;
}
.slider-owl img,.active .slider-text-animation h4, .active .slider-text-animation h2,.active .slider-text-animation a,.active .slider-text-animation p{
  animation-duration: 1s;
  animation-fill-mode: both;
}
.slider-owl img{
  animation-name: fadeOutDown;
    animation-delay: 0s;

}
.slider-owl .active img {
  animation-delay: 0.5s;
  animation-name: slideInUp;
}
.active .slider-text-animation h4 {
  animation-delay: 1.8s;
  animation-name: fadeInUp;
}
.slider-text-animation h4 {
  margin-top: 0;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.active .slider-text-animation h2{
    animation-delay: 1.5s;
    animation-name: fadeInUp;

}
.slider-text-animation h2{
    margin-top: 0;
    color: #fff;
    font-size: 44px;
    font-weight: 600;
    margin-bottom: 17px;
    text-transform: uppercase;
}
.active .slider-text-animation p{
animation-delay: 2.3s;
animation-name: fadeInUp;

}
.slider-text-animation p{
color: #fff;
font-family: "Montserrat",sans-serif;
font-size: 18px;
font-weight: 300;
line-height: 28px;
margin-bottom: 43px;
max-width: 770px;

}
.active .slider-text-animation a {
  animation-delay: 2.8s;
  animation-name: fadeInUp;
}
.btn {
  background-color: #2d3e50;
  border-color: #2d3e50;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-family: "Montserrat",sans-serif;
  font-size: 13px;
  font-weight: 400;
  height: 36px;
  letter-spacing: 0.5px;
  line-height: 24px;
  overflow: hidden;
  padding: 0px 35px;
  position: relative;
  text-transform: uppercase;
  vertical-align: top;
  z-index: 1;
  line-height: 36px
}
.btn.btn-xlg {
  font-size: 16px;
  height: 48px;
  line-height: 45px;
}
.slider-text-animation a {
  background-color: transparent;
  border-color: #fff;
}
.slider-text-animation a i {
  font-size: 21px;
  line-height: 18px;
  margin-left: 8px;
  position: relative;
  top: 2px;
}
.slider-text-animation a:hover {
  background-color: #fff;
  color: #e03927;
}
.display_flex{
    display: flex;
    align-items: center;
}
.slider_img {
  padding-left: 100px;
  width: 41%;
}
.slider-text-animation {
  max-width: 790px;
  padding-bottom: 146px;
  padding-left: 55px;
  padding-right: 15px;
}
.slider-owl .owl-dots {
  bottom: 60px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: right;
  max-width: 1170px;
}
.slider-owl .owl-dot {
  color: #fff;
  display: inline-block;
  margin-right: 18px;
  position: relative;
}
.slider-owl .owl-dot.active {
  color: #e03927;
  font-size: 30px;
  font-weight: 600;
  line-height: 24px;
}
.slider-owl .owl-dot + .owl-dot::before {
  bottom: 5px;
  color: #fff;
  content: "/";
  font-size: 10px;
  left: -13px;
  position: absolute;
}
.slider-owl .owl-dot + .owl-dot.active::before {
  bottom: -6px;
}
.section-title {
  margin-bottom: 50px;
  padding-top: 110px;
  text-align: center;
}
.section-title h2 {
  color: #5e5e5e;
  font-size: 36px;
  font-weight: 600;
  margin: 0;
  padding-bottom: 4px;
  text-transform: uppercase;
}
.section-title p {
  margin: 10px auto auto;
  max-width: 650px;
}
/*About Section*/
.about-wrapper {
  align-items: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  display: flex;
  min-height: 346px;
  padding: 0px 85px;
}
.about-wrapper .about-content {
  padding-right: 30px;
  width: 63%;
}
.about-wrapper .about-content h2 {
  color: #656565;
  font-family: "Montserrat",sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 18px;
  margin-top: 0;
  padding-bottom: 20px;
  position: relative;
}
.about-wrapper .about-content h2::before,.about-wrapper .about-content h2::after,.event-details h5:before,.event-details h5:after {
  background-color: #656565;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 70px;
}
.about-wrapper .about-content h2::after,.event-details h5:after {
  bottom: 5px;
  width: 40px;
}
.about-wrapper .about-content p {
  color: #656565;
  font-family: "Poppins",sans-serif;
  font-weight: 300;
  margin-bottom: 25px;
}
.about-image {
  align-self: flex-end;
}
/*Service Section*/
.single-service {
  border: 1px solid #e0e0e0;
  padding: 66px 30px 50px;
  transition: all 0.5s ease 0s;
  text-align: center;
}
.single-service img {
  margin-bottom: 20px;
}
.single-service h4 {
  color: #656565;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 18px;
  font-family: "Montserrat",sans-serif;
  margin-top: 0;
}
.single-service p {
  color: #959595;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 30px;
  font-size: 14px;
}
.single-service.active {
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15);
  z-index: 3;
}
.single-service a i {
  display: block;
  font-size: 24px;
  line-height: 26px;
}
.service-wrapper.row {
  margin: 0;
}

/*------------------------
  10. Donate Style
--------------------------*/
form[id*="give-form"] .give-donation-amount #give-amount,
form[id*="give-form"] .give-donation-amount #give-amount-text,
form[id*="give-form"] .give-donation-amount .give-currency-symbol {
    background: transparent none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    float: none;
    margin-left: -3px;
}
#give-donation-level-button-wrap>li {
    display: inline-block;
    float: none;
}
.give-btn {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 40px;
    text-transform: uppercase;
}
article.doante-box-center {
    margin: auto;
}
.give-form-title {
    display: none;
}
.give-btn:hover,
.give-btn.give-default-level {
    background: #fff;
    color: #555;
    border: 1px solid #fff;
}
form[id*="give-form"] .give-donation-amount {
    margin: 0 0 40px;
}
.give-form-title {
    display: none;
}
.give-submit-button-wrap .give-submit,
[id^="give-user-login-submit"] .give-submit {
    border: 1px solid #ddd;
}
input[type="button"]:hover,
input[type="submit"]:hover,
button:hover {
    background: #e03927 none repeat scroll 0 0;
    border: 1px solid #e03927;
    color: #fff;
}
.give-form{
    text-align: center;
}
.give-form p{
    margin-bottom: 0;
}
.give-form ul+ p{
    display: block !important;
    margin-top: 20px;
}
.set-price.give-donation-amount {
  display: none;
}
.give-form p br{
    display: none;
}
#give_offline_payment_info p{
    text-align: left;
} 
.give-fl-label {
    display: none!important;
}
.give-fl-form[id*="give-form"] .give-fl-wrap {
  position: static;
}
.give-fl-form.give-fl-style-give[id*="give-form"] .give-fl-is-active input.give-fl-input, .give-fl-form.give-fl-style-give[id*="give-form"] .give-fl-is-active select.give-fl-select, .give-fl-form.give-fl-style-give[id*="give-form"] .give-fl-is-active textarea.give-fl-textarea {
  padding: 12px 12px 12px;
}
.give-form ol{
    text-align: left;
}

.give-form .form-row, .give-form .form-row .give-fl-wrap-input{
    width: 100%!important;
}
.give-fl-is-required:before{
    display: none!important;
}
.give-modal .mfp-content {
  padding: 0 20px 50px;
}

/*------------------------
Event style
--------------------------*/

.single-event > a {
  display: block;
}
.single-event img{
    width: 100%;
}
.single-event .event-meta {
  border-bottom: 1px solid #e6e6e6;
  float: left;
  margin-bottom: 40px;
  padding-bottom: 9px;
  padding-left: 120px;
  padding-top: 9px;
  position: relative;
  width: 100%;
}
.single-event .event-meta .date {
  background-color: #e03927;
  bottom: -1px;
  color: #fff;
  display: block;
  font-size: 26px;
  height: 100px;
  left: 0;
  line-height: 26px;
  padding: 4px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100px;
}
.single-event .event-meta .date span {
  display: block;
  font-size: 40px;
  font-weight: 700;
  line-height: 57px;
  margin-bottom: 0;
}
.single-event .event-meta p {
  color: #959595;
  display: block;
  float: left;
  line-height: 24px;
  margin-bottom: 0;
  margin-right: 20px;
}
.single-event .event-meta p i {
  color: #e03927;
  display: block;
  float: left;
  font-size: 16px;
  line-height: 24px;
  margin-right: 7px;
}
.single-event .event-desc h3 {
  font-family: "Montserrat",sans-serif;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 0;
}
.single-event .event-desc h3 a {
  color: #5e5e5e;
}
.single-event .event-desc h3 a:hover,.sin-event-small .event-desc a:hover {
  color: #e03927;
}
.single-event .event-desc p {
  color: #7c7c7c;
  font-weight: 300;
  margin-bottom: 20px;
}
.sin-event-small {
  margin-bottom: 35px;
  overflow: hidden;
}
.sin-event-small .event-image {
  margin-right: 15px;
  position: relative;
  width: 130px;
}
.sin-event-small .event-image img {
  width: 100%;
}
.sin-event-small .event-image .date {
  background-color: #e03927;
  bottom: 0;
  color: #fff;
  display: block;
  font-size: 14px;
  height: 50px;
  left: 0;
  line-height: 25px;
  padding: 8px 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 50px;
}
.sin-event-small .event-image .date span {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 14px;
}
.sin-event-small .event-desc {
  line-height: 25px;
  overflow: hidden;
}
.sin-event-small .event-desc a {
  color: #5e5e5e;
  display: block;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sin-event-small .event-desc p {
  color: #7c7c7c;
  font-weight: 300;
  margin-bottom: 0;
}
.politic_event ul {
  list-style: outside none none;
  padding-left: 0;
}
.sidebar .widget_search {
  margin-bottom: 40px;
}
.event_img {
  border: 1px solid #ddd;
  line-height: 0;
  position: relative;
}
.event_meta>ul {
  margin-left: 116px;
}
.event_meta li {
  float: left;
  margin-right: 30px;
}
.event_meta li i {
  color: #e03927;
  margin-right: 5px;
}
.event_date {
  background: #e03927 none repeat scroll 0 0;
  bottom: 0;
  color: #fff;
  font-size: 40px;
  left: 0;
  line-height: 40px;
  padding: 9px 25px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
}
.event_date>span.word2 {
  display: block;
  width: 100%;
  font-size: 26px;
}
.event_meta {
  overflow: hidden;
  padding: 10px;
}
.event_content {
  margin-top: 40px;
}
.event_content>h3 {
  font-size: 26px;
  margin-bottom: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.event_list .event_img {
  border: none;
  float: left;
  width: 35%;
}
.event_list .event_content {
  margin-top: 0;
  overflow: hidden;
  padding-left: 15px;
}
.event_list .event_date {
  line-height: 16px;
  font-size: 16px;
  padding: 5px 8px;
}
.event_list .event_date>span {
  font-size: 14px;
}
.event_list .event_content>h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.event_list .event_box+.event_box {
  margin-top: 20px;
}
.event_content>h3 a:hover {
  color: #e03927;
}
.politic_event .event h4 a {
  font-size: 18px;
}
.info_of_title>p {
  font-size: 14px;
}
.politic_event ul li a.image {
  width: 132px;
}
.sidebar .widget.politic_event ul li {
  border: medium none;
}
.sidebar .politic_event ul li:not(:first-child) {
  margin-top: 30px;
}
.event h4 {
  line-height: 16px;
  margin-bottom: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.event-details {
  background: #efefef none repeat scroll 0 0;
  margin-top: 40px;
  padding: 30px 30px 0;
}
.event-details h5 {
  color: #555;
  font-size: 18px;
  margin-top: 0;
  padding-bottom: 15px;
  position: relative;
  text-transform: uppercase;
}
.organizer>p {
  font-size: 14px;
  padding: 5px 0;
}
.organizer > h4 {
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 0;
}
.map_wrapper {
  margin-top: 40px;
}
#googleMap {
  height: 300px;
  width: 100%;
}
.map_wrapper {
  margin-left: -30px;
  margin-right: -30px;
  margin-top: 40px;
}
.event_sidebar .widget  {
  background-color: #fbfbfb;
  border: 1px solid #e8e8e8;
  float: left;
  margin-bottom: 50px;
  padding: 30px;
  width: 100%;
}
.event_sidebar .widget.politic_event {
  padding: 30px 30px 0;
}
.event_sidebar .widget:last-child{
    margin-bottom: 0;
}
.event_sidebar .widget h3 {
  color: #232323;
  font-size: 20px;
  font-weight: 500;
  margin-top: 0;
  position: relative;
}
.sidebar-social ul li {
  -moz-box-pack: center;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  height: 30px;
  justify-content: center;
  line-height: 30px;
  margin-right: 10px;
  width: 30px;
}
.sidebar-social ul li a{
    color: #fff;
}
.sidebar-social ul{
    list-style: none;
    padding-left: 0;
}

.sidebar-social ul li.facebook {
  background-color: #3b5997;
}
.sidebar-social ul li.twitter {
  background-color: #1da1f2;
}
.sidebar-social ul li.linked {
  background-color: #0077b5;
}
.sidebar-social ul li.pinterest {
  background-color: #bd081c;
}
.event_sidebar .widget_politic_newsletter_widget {
  background-color: #191919;
  padding: 30px;
}
.event_sidebar .widget_politic_newsletter_widget.widget h3{
    color: #fff;
}
.event_sidebar .widget_politic_newsletter_widget.widget p{
    color: #fff;
}

.event_sidebar .widget_politic_newsletter_widget.widget .mc4wp-form input[type="email"] {
  background-color: #404040;
  border: medium none;
  border-radius: 4px;
  color: #ffffff;
  display: block;
  font-family: "Poppins",sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 10px;
  padding: 8px 20px;
  width: 100%;
}
.event_sidebar .widget_politic_newsletter_widget.widget .mc4wp-form input[type="submit"] {
  background: #e03927 none repeat scroll 0 0;
  border-color: #e03927;
  color: #fff;
  line-height: 24px;
  margin-top: 10px;
  padding: 8px 24px;
}
.event_sidebar .widget_politic_newsletter_widget.widget .mc4wp-form input[type="email"]::placeholder{
    color: #fff;
    opacity: 1;
}

.event_sidebar .widget_politic_newsletter_widget.widget .mc4wp-form input[type="email"]::-webkit-input-placeholder{
    color: #fff;
}

.event_sidebar .widget_politic_newsletter_widget.widget .mc4wp-form input[type="email"]::-moz-placeholder{
    color: #fff;
}

.event_sidebar .widget_politic_newsletter_widget.widget .mc4wp-form input[type="email"]:-ms-input-placeholder{
    color: #fff;
}
/*Testimonial*/
.owl-carousel .owl-item .single-achivment img {
  display: inline-block;
  margin-bottom: 24px;
  vertical-align: top;
  width: inherit;
}
.single-achivment h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 0;
}
.single-achivment h6 {
  margin-bottom: 0;
  margin-top: 40px;
}
.single-achivment p {
  color: #fff;
  font-weight: 300;
  margin: auto auto 0;
  max-width: 750px;
}
.single-achivment {
  text-align: center;
}
.testimonial-area .owl-dots{
    text-align: center;
}
.testimonial-area .owl-dot > span{
    background: transparent;
}
.testimonial-area .owl-dot.active > span{
    background: #fff;
}
.style2 .single-achivment h4 {
  color: #2d3e50;
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 33px;
}
/*Portfolio*/
.portfolio_image,.gallery_image {
  display: block;
  position: relative;
  z-index: 2;
}
.portfolio_image::before,.gallery_image::before {
  background-color: #e03927;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.portfolio_content,.gallery_image a {
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 80%;
  transform: translateY(-50%);
  transition: all 0.5s ease-in-out;
  width: 100%;
  z-index: 9;
}
.gallery_image img{
    width: 100%;
}
.portfolio_content h4 {
  display: block;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  margin-top: 0;
}
.portfolio_content h4 a{
    color: #fff;
}
.portfolio_content > a {
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  height: 30px;
  letter-spacing: 0.5px;
  line-height: 26px;
  padding: 2px 21px;
  text-transform: uppercase;
  vertical-align: top;
}
.portfolio_content > a:hover {
  background-color: #fff;
  color: #e03927;
}
.grid-item:hover .portfolio_image::before,.grid-item:hover .gallery_image::before {
  opacity: 0.8;
}
.grid-item:hover .portfolio_content,.grid-item:hover .gallery_image a {
  opacity: 1;
  top: 50%;
}
.gallery_image a {
  background-color: #e03927;
  border-radius: 50%;
  color: #ffffff;
  height: 44px;
  line-height: 44px;
  margin: auto;
  right: 0;
  text-align: center;
  width: 44px;
  z-index: 9;
  top: 60%;
}
.gallery_image::before{
    background: #000;
}
.portfolio-filter,.gallery-filter{
    margin-bottom: 40px;
}
.portfolio-filter button {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #dddddd;
  border-radius: 0;
  color: #666666;
  font-family: ""Montserrat",sans-serif";
  font-size: 14px;
  margin: 0 5px;
  outline: medium none;
  padding: 8px 20px;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out 0s;
}
.portfolio-filter button:hover,.portfolio-filter button.is-checked {
  background: #e03927 none repeat scroll 0 0;
  border-color: #e03927;
  color: #ffffff;
}
.banner-info ul{
    padding-left: 0;
    list-style: none;
    font-family: ""Montserrat",sans-serif",sans-serif;
}
.banner-info ul li {
  color: #565656;
  font-size: 14px;
  margin-bottom: 10px;
}
.banner-info ul li span {
  color: #282828;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.banner-info h4 {
  color: #555;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 15px;
  text-transform: uppercase;
  margin-top: 0;
}
.portfolio-item-info > h3 {
  color: #5b5b5b;
  font-size: 23px;
  font-weight: 400;
  margin-bottom: 8px;
  margin-top: 15px;
}
.related-projects-title {
  font-size: 28px;
  font-weight: 400;
  margin-top: 40px;
}
.newsletter .section-title {
  margin-bottom: 30px;
  padding-top: 0;
}
.newsletter .mc4wp-form-fields input {
  border-radius: 0;
  display: inline-block;
  height: 45px;
  padding: 0 10px;
}
.newsletter .mc4wp-form-fields input[type="email"] {
  margin-right: -2px;
  width: 457px;
}
.newsletter .mc4wp-form-fields input[type="submit"],.subscribe-form .mc4wp-form-fields input[type="submit"] {
  background: #e03927 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  color: #fff;
  font-weight: 500;
  padding: 12px 30px;
  text-transform: uppercase;
}
.newsletter .mc4wp-form-fields input[type="submit"]:hover,.subscribe-form .mc4wp-form-fields input[type="submit"]:hover {
  background: #f00 none repeat scroll 0 0;
  border: 0 none;
  outline: none;
}
.newsletter .mc4wp-form-fields p{
    margin-bottom: 0;
}
/*Contact form*/
.politic-contact input {
  font-family: ""Montserrat",sans-serif";
  height: 45px;
  padding: 0 10px;
  width: 100%;
}
.politic-contact label {
  display: block;
  margin-bottom: 20px;
}
.politic-contact label br{
    display: none;
}
.contact-btn input.wpcf7-submit {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #ddd;
  border-radius: 0;
  display: inline-block;
  padding: 10px 26px;
  width: auto;
}
.contact-btn input:hover {
  background: #e03927 none repeat scroll 0 0;
  color: #fff;
  border: 1px solid #e03927;
}
/*home two*/
.home2 .header-top-area {
  background: transparent none repeat scroll 0 0;
  position: absolute;
  width: 100%;
  z-index: 999;
}
.home2 header {
  position: absolute;
  top: 44px;
  width: 100%;
  z-index: 999;
}
.home2 .single-slide {
  padding-top: 208px;
}
.style2.display_flex {
  flex-direction: row-reverse;
}
.style2 .slider_img {
  padding-left: 0;
  padding-right: 16%;
  width: 47%;
}
.style2 .slider-text-animation {
  overflow: hidden;
  padding-bottom: 56px;
  padding-left: 0;
  padding-right: 15px;
  width: 34%;
}
.style2 .slider-text-animation h4, .style2 .slider-text-animation h2 {
  font-family: "Poppins",sans-serif;
  font-size: 100px;
  font-weight: 800;
  line-height: 100px;
  margin: 0;
  padding-bottom: 13px;
  text-transform: capitalize;
}
.style2 .slider-text-animation p {
  font-size: 26px;
  font-weight: 600;
  line-height: 28px;
  margin-top: 16px;
  padding-bottom: 5px;
}
.active .style2 .slider-text-animation *,.active .style2 .slider-text-animation a {
  animation-name: slideInLeft;
  animation-duration:1s;
  animation-delay: 0s;
}
.active .style2 .slider-text-animation h2{
    animation-delay: 0.3s;
}
.active .style2 .slider-text-animation p{
    animation-delay: 0.5s;
}
.active .style2 .slider-text-animation a{
    animation-delay: 0.7s;
}
.home2 .owl-nav {
  margin-top: 70px;
}

.default-style-one .donate__now__btn a::before,
.home2 .slider-text-animation a:before, 
.contiribution-content a:before,
.style2 .read-more a:before {
  background-color: #191919;
  border-radius: 3px;
  content: "";
  display: block;
  height: 100%;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 0;
  z-index: -1;
}
.default-style-one .donate__now__btn a, .style2 .slider-text-animation a, .contiribution-content a,.style2 .read-more a {
  background-color: #e03927;
  border: medium none;
  border-radius: 3px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  z-index: 1;
  outline: none;
}
.default-style-one .donate__now__btn a:hover::before,.home2,
.style2 .slider-text-animation a:hover::before,
.contiribution-content a:hover::before,
.style2 .read-more a:hover::before {
  left: 0;
  width: 100%;
}
.contiribution-content a::before {
  background-color: #de1125;
  border-radius: 0;
}
.contiribution-content a {
     background-color: #191919;
}

/*feature */
.feature {
  text-align: center;
}
.feature .icon {
margin-bottom: 25px;
position: relative;
display: inline-block;
z-index: 9; }
.feature .icon i {
  line-height: 82px;
  display: block;
  font-size: 32px;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background-color: #e03927;
  color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
.feature .icon .shape {
  position: absolute;
  left: 3px;
  bottom: 3px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  width: 1px;
  height: 0;
  background-color: #2d3e50;
  display: block;
  z-index: -1;
  -webkit-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s; }
  .feature .icon .shape::before, .feature .icon .shape::after {
    height: 0;
    width: 1px;
    background-color: #2d3e50;
    content: "";
    bottom: -10px;
    position: absolute; }
  .feature .icon .shape::before {
    right: 7px;
    -webkit-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.2s; }
    .feature .icon .shape::after {
    left: 7px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
.feature .feature_content h4 {
  font-family: "Poppins",sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 17px;
  margin-top: 0;
}
.feature .feature_content p {
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
  margin: auto;
  max-width: 320px;
}
    .feature:hover .icon i {
    background-color: #2d3e50; }
    .feature:hover .icon .shape {
    left: 3px;
    bottom: 3px;
    height: 115px;
    -webkit-transition: all 0.3s ease 0.1s;
    -o-transition: all 0.3s ease 0.1s;
    transition: all 0.3s ease 0.1s; }
    .feature:hover .icon .shape::before, .feature:hover .icon .shape::after {
      height: 115px; }
    .feature:hover .icon .shape::before {
      height: 115px;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
    .feature:hover .icon .shape::after {
      height: 115px;
      -webkit-transition: all 0.3s ease 0.2s;
      -o-transition: all 0.3s ease 0.2s;
      transition: all 0.3s ease 0.2s; }
   /*----
    Campaign Item
-----------------------------------------*/
    .campaign {
      position: relative;
      overflow: hidden;
      margin-bottom: 30px;
     }
    .campaign::before {
    background: #000000;
    background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#1e73be));
    background: -webkit-linear-gradient(top, #000000 0%, #1e73be 100%);
    background: -o-linear-gradient(top, #000000 0%, #1e73be 100%);
    background: linear-gradient(to bottom, #000000 0%, #1e73be 100%);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.75;
    z-index: 2; }
    .campaign a img {
    width: 100%;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
    .campaign .content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 30px;
    z-index: 9; }
    .campaign .content h3 {
    font-size: 22px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin-bottom: 6px; }
    @media only screen and (max-width: 479px) {
    .campaign .content h3 {
    font-size: 20px;
    line-height: 26px; } }
    .campaign .content h3 a {
    color: #ffffff; }
    .campaign .content h3 a:hover {
    text-decoration: underline; }
    .campaign .content ul{
        padding-left: 0;
    }
    .campaign .content ul li {
    color: #ffffff;
    font-size: 14px;
    line-height: 26px;
    font-family: "Poppins", sans-serif;
    display: block; }
    .campaign .content ul li i {
    display: block;
    float: left;
    margin-right: 10px;
    font-size: 14px;
    line-height: 25px; }
    .campaign:hover a img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
    /*-- Contiribution Content --*/
.contiribution-content h4 {
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
  font-family: ""Montserrat",sans-serif", sans-serif;
  line-height: 32px;
  max-width: 540px;
  margin: auto;
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 34px; }
  @media only screen and (max-width: 767px) {
    .contiribution-content h4 {
      font-size: 16px;
      line-height: 28px; } }
  @media only screen and (max-width: 479px) {
    .contiribution-content h4 {
      font-size: 14px;
      line-height: 24px; } }
  .contiribution-content h4::before {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -40px;
    height: 2px;
    width: 80px;
    background-color: #ffffff;
    content: ""; }

.contiribution-content h1 {
  color: #ffffff;
  font-family: "Montserrat",sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}
  @media only screen and (max-width: 767px) {
    .contiribution-content h1 {
      font-size: 80px; } }
  @media only screen and (max-width: 479px) {
    .contiribution-content h1 {
      font-size: 50px; } }

.contiribution-content h5 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  margin: 0;
}
  @media only screen and (max-width: 479px) {
    .contiribution-content h5 {
      font-size: 14px; } }

.contiribution-content .btn {
  margin-top: 32px; }
  @media only screen and (max-width: 767px) {
    .contiribution-content .btn {
      padding: 17px 35px;
      font-size: 12px; } }
  @media only screen and (max-width: 479px) {
    .contiribution-content .btn {
      padding: 15px 30px;
      font-size: 11px; } }

.mission-map {
  height: 330px;
  overflow: visible;
  width: 100%;
}
.subscribe-form input[type="email"] {
  background-color: rgba(255, 255, 255, 0.1);
  border: medium none;
  border-radius: 4px;
  color: #ffffff;
  display: inline-flex;
  font-family: "Montserrat",sans-serif;
  font-size: 14px;
  font-weight: 600;
  height: 56px;
  letter-spacing: 0.2px;
  line-height: 26px;
  padding: 15px 30px;
  width: 520px;
}

.subscribe-form .mc4wp-form-fields input[type="submit"] {
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  height: 56px;
  letter-spacing: 0.5px;
  margin-left: 15px;
  padding: 15px 45px;
}
.subscribe-form input[type="email"]::placeholder{
    color: #fff;
    opacity: 1;
}

.subscribe-form input[type="email"]::-webkit-input-placeholder{
    color: #fff;
}

.subscribe-form input[type="email"]::-moz-placeholder{
    color: #fff;
}

.subscribe-form input[type="email"]:-ms-input-placeholder{
    color: #fff;
}

.subscribe-form .mc4wp-alert p{
    color: #fff;
}

/*-- Mission Content --*/
.mission-content{
    align-self: center;
}
.mission-content h5 {
  color: #e03927;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 5px;
  margin-top: 0;
  text-transform: uppercase;
}
.mission-content h2 {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  text-transform: capitalize;
  color: #191919;
  line-height: 36px;
  font-weight: 800;
  margin-bottom: 24px;
    margin-top: 0;
   }
@media only screen and (max-width: 479px) {
.mission-content h2 {
  font-size: 24px;
  line-height: 30px; } }
.mission-content h3 {
  color: #e03927;
  font-size: 26px;
  font-weight: 800;
  line-height: 32px;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: capitalize;
}
@media only screen and (max-width: 479px) {
.mission-content h3 {
  font-size: 18px;
  line-height: 24px; } }

.mission-content p {
  font-size: 18px;
  margin-bottom: 26px;
  line-height: 30px; }
/*-- Mission Map --*/
.mission-map {
  width: 100%;
  height: 330px;
  overflow: visible !important; }

.jqvmap-pin {
  z-index: 999; }

.vmap-pin {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -6px;
  margin-top: -6px;
  background-color: #ffffff;
  border: 3px solid #e03927;
  border-radius: 50%; }

/*-- Mission Map Content --*/
.vmap-pin-text {
  position: absolute;
  left: 50%;
  bottom: 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 5px 10px rgba(25, 25, 25, 0.3);
  box-shadow: 0 5px 10px rgba(25, 25, 25, 0.3);
  text-align: center;
  padding: 10px;
  width: 200px;
  display: none;
  opacity: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  .vmap-pin-text::before {
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #ffffff; }
  .vmap-pin-text.open {
    display: block;
    opacity: 1; }
.vmap-pin-text h4 {
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  margin-bottom: 5px;
  margin-top: 0;
  text-transform: uppercase;
}
.vmap-pin-text p {
    font-size: 12px;
    font-weight: 300;
    margin: 0;
    line-height: 18px; }

/*blog two*/
.style2 .blog-meta {
  border: medium none;
  margin-bottom: 6px;
  padding: 5px 0;
}
.blog-post.style2 {
  border: medium none;
}
.style2 .blog-content {
  padding: 21px 0 0 ;
}
.blog-post.style2:hover {
    box-shadow: none;
}
.footer_contact2 p {
  color: #eeeeee;
  margin-bottom: 6px;
  font-size: 14px;
  padding-right: 50px;
}
.footer_contact2 p strong{
    color: #fff;
}
.footer_style2 h2::before, .footer_style2 h4::before,.footer_style2 h2::after, .footer_style2 h4::after{
    display: none;
}
.footer_style2 h2, .footer_style2 h4 {
  color: #fff;
  font-family: ""Montserrat",sans-serif";
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 0;
  position: relative;
}
.footer_style2 h2 {
  margin-bottom: 26px;
  text-align: right;
}
.footer_style2 .footer-social li a {
  -moz-box-pack: center;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  color: #ffffff;
  display: inline-flex;
  height: 30px;
  justify-content: center;
  width: 30px;
}
.footer_style2 .footer-social li a i {
  font-size: 14px;
  line-height: 26px;
}
.footer_style2 .footer-social li:hover a{
    border-color: #e03927;
}
.footer_style2 .footer-social li + li {
  margin-left: 10px;
}
.footer_style2 .footer-social {
  margin: 20px 0 0;
}
.border_right{
    border-right: 1px solid #34425c;
}
.footer_style2 .footer-brief > p {
  font-size: 14px;
}
.footer_style2 .widget ul.instagram-pics {
  list-style: outside none none;
  margin: 0 -5px;
  padding-left: 80px;
}
/*-- About Page--*/
.candidate-content h5 {
  color: #e03927;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
  margin: 0;
}
.candidate-content h1 {
  color: #2d3e50;
  font-size: 50px;
  font-weight: 800;
  line-height: 55px;
  margin-bottom: 25px;
  margin-top: 5px;
}
  @media only screen and (max-width: 767px) {
    .candidate-content h1 {
      font-size: 36px;
      line-height: 44px; } }
  @media only screen and (max-width: 479px) {
    .candidate-content h1 {
      font-size: 30px;
      line-height: 36px; } }

.candidate-content p {
  font-size: 16px;
  margin-bottom: 26px;
  line-height: 30px; }
  @media only screen and (max-width: 479px) {
    .candidate-content p {
      font-size: 14px;
      line-height: 24px; } }

.candidate-content img {
  font-size: 16px;
  margin-bottom: 26px;
  line-height: 30px; }
/*----
    4.3 Timeline
-----------------------------------------*/
.timeline-wrap {
  position: relative;
  z-index: 1; }
  .timeline-wrap::before {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -3px;
    content: "";
    background-color: #505050;
    width: 6px;
    height: 100%;
    border-radius: 50px;
    z-index: -2; }
    @media only screen and (max-width: 767px) {
      .timeline-wrap::before {
        left: 0;
        margin-left: 0; } }
  .timeline-wrap .timeline-proces {
    border-radius: 50px;
    display: block;
    height: 0;
    position: absolute;
    top: 0;
    z-index: -1;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #e03927;
    width: 6px;
    left: 50%;
    margin-left: -3px;
    top: 0; }
    @media only screen and (max-width: 767px) {
      .timeline-wrap .timeline-proces {
        left: 0;
        margin-left: 0; } }

.timeline {
  padding: 30px 0 20px; }
  .timeline .date {
    text-align: right;
    padding-left: 15px;
    padding-right: 30px; }
    @media only screen and (max-width: 767px) {
      .timeline .date {
        text-align: left;
        padding-left: 45px;
        padding-right: 15px;
        margin-bottom: 10px; } }
    .timeline .date .dot {
      background-color: #3a3a3a;
      border: 6px solid #717171;
      border-radius: 50px;
      width: 20px;
      height: 20px;
      display: block;
      position: absolute;
      right: -10px;
      left: auto;
      top: 2px;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      @media only screen and (max-width: 767px) {
        .timeline .date .dot {
          right: auto;
          left: 7px; } }
    .timeline .date h4 {
      color: #ffffff;
      font-size: 18px;
      font-weight: 700;
      text-transform: capitalize;
      line-height: 24px;
      margin: 0; }
  .timeline .content {
    text-align: left;
    padding-right: 15px;
    padding-left: 30px; }
    @media only screen and (max-width: 767px) {
      .timeline .content {
        text-align: left;
        padding-left: 45px;
        padding-right: 15px; } }
.timeline .content h4 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 12px;
  margin-top: 0;
  text-transform: capitalize;
}
.timeline .content p {
  color: #efefef;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
  margin-bottom: 0;
}
  .timeline:nth-child(2n) .date {
    text-align: left;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-right: 15px;
    padding-left: 30px; }
    @media only screen and (max-width: 767px) {
      .timeline:nth-child(2n) .date {
        text-align: left;
        padding-left: 45px;
        padding-right: 15px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; } }
    .timeline:nth-child(2n) .date .dot {
      left: -10px;
      right: auto; }
      @media only screen and (max-width: 767px) {
        .timeline:nth-child(2n) .date .dot {
          right: auto;
          left: 7px; } }
  .timeline:nth-child(2n) .content {
    text-align: right;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-left: 15px;
    padding-right: 30px; }
    @media only screen and (max-width: 767px) {
      .timeline:nth-child(2n) .content {
        text-align: left;
        padding-left: 45px;
        padding-right: 15px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; } }
  .timeline.hover .date .dot {
    background-color: #ffffff;
    border-color: #e03927; }
/*----
 Promise
-----------------------------------------*/
.promise {
  position: relative; }
  .promise img {
    width: 100%; }
  .promise .content {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    padding: 30px;
    background-color: rgba(239, 51, 69, 0.85); }
    .promise .content h3 {
      display: block;
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      margin: 0;
      font-size: 20px;
      color: #ffffff; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .promise .content h3 {
          font-size: 18px; } }
      @media only screen and (max-width: 479px) {
        .promise .content h3 {
          font-size: 16px;
          line-height: 24px; } }    
        
.gallery-filter button {
  background-color: transparent;
  border: medium none;
  color: #191919;
  display: inline-flex;
  font-family: "Montserrat",sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  margin: 0 18px 10px;
  padding: 0;
  text-transform: capitalize;
  outline: none;
}
.gallery-filter button:hover, .gallery-filter button.is-checked {
  color: #e03927;
}
.gutters .grid-item{
    margin-bottom: 30px;
}
/*contact*/
.contact-info h4 {
  color: #404040;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 20px;
  position: relative;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 10px;
}
.contact-info p {
  color: #909090;
  font-size: 16px;
  line-height: 28px;
  margin: 0;
}
.contact-info{
    text-align: center;
}
.contact-info h4::before,.contact-info h4::after {
  background-color: #e03927;
  bottom: 4px;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -16px;
  position: absolute;
  width: 32px;
}
.contact-info h4::after {
    bottom: 8px;
    width: 65px;
    margin-left: -32px;
}
.contact-page input,.contact-page textarea {
  background-color: #f9f9f9;
  border: medium none;
  color: #666666;
  display: block;
  font-family: "Montserrat",sans-serif;
  font-size: 13px;
  height: 44px;
  line-height: 24px;
  padding: 10px 20px;
  width: 100%;
  margin-top: 30px;

}
.contact-page textarea{
    height: 230px;
    margin-bottom: 30px;
}
.contact-page input[type="submit"] {
  background-color: #191919;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin: auto;
  padding: 10px 40px;
  text-transform: uppercase;
  width: auto;
}
.contact-page input[type="submit"]:hover {
  background-color: #e03927;
  border:none;
}
div.wpcf7-response-output {
  margin: 2em 0 1em;
}
