@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

a, abbr, acronym, address, applet, b, big, blockquote, body, caption, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, var {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Nunito', sans-serif;
  overflow-x: hidden !important;
  font-weight: normal;
  line-height: 1;
}

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

.cf:after, .cf:before {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

:focus {
  outline: none;
}

.main-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 2rem;
}

/* Top Header */
.top-header {
  background-color: #231f20;
  padding: 1rem 2rem;
  position: absolute;
  z-index: 9;
  left: 0rem;
  right: 0rem;
  top: 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-header .top-header-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.top-header .top-header-contact li {
  padding-right: 1.5rem;
  border-right: 1px solid #fff;
}

.top-header .top-header-contact li a {
  text-decoration: none;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-header .top-header-contact li a i {
  margin-right: 0.5rem;
  font-size: 2rem;
}

.top-header .top-header-contact li:first-child {
  border-right: none;
}

.top-header .top-header-social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-header .top-header-social li a {
  text-decoration: none;
  color: #fff;
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.5rem;
}

/* Top Header */
/* Header */
header {
  background-color: #231f20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  position: absolute;
  z-index: 9;
  left: 0rem;
  right: 0rem;
  top: 4rem;
}

header button {
  font-size: 3rem;
  line-height: 0;
  color: #000;
  background: none;
  border: none;
  margin-left: 1rem;
  padding: 2.5rem 0;
  display: none;
}

header .logo {
  position: absolute;
  height: 116px;
  background: #fff;
  left: 0;
  top: -40px;
  width: 275px;
  padding: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 3rem 1.2rem;
  display: block;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

header ul li a:hover, header ul li a.active {
  color: #e72128;
}

header .make-a-donate {
  width: 20rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #049f4a;
  height: 7.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-decoration: none;
}

header .make-a-donate i {
  color: #ffffff;
  font-size: 4.2rem;
  margin-right: 0.8rem;
}

header .make-a-donate span {
  font-size: 1.4rem;
  display: block;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

header .make-a-donate span font {
  font-weight: 600;
  font-size: 1.8rem;
  margin-top: 4px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.07);
}

.sticky .logo {
  top: 0;
  height: 76px;
  width: 215px;
}

/* Header */
/* Hero Container */
.hero-container {
  width: 100%;
  position: relative;
}

.hero-container .slick-slide {
  margin: 0 !important;
}

.hero-container .hero-container-div {
  width: 100%;
  height: 65rem;
  position: relative;
}

.hero-container .hero-container-div img {
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-container .hero-container-div .hero-container-box {
  position: absolute;
  left: 7rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 62rem;
}

.hero-container .hero-container-div .hero-container-box h2 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 5rem;
  line-height: 6rem;
  color: #fff;
  margin-bottom: 1.5rem;
}

.hero-container .hero-container-div .hero-container-box p {
  font-size: 2.4rem;
  line-height: 3.6rem;
  color: #fff;
  font-weight: 300;
  margin-bottom: 2rem;
}

.hero-container .hero-container-div .hero-container-box a {
  width: 20rem;
  height: 50px;
  background: #e72128;
  border-radius: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  font-size: 1.8rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  color: #fff;
  text-decoration: none;
}

.hero-container .hero-container-div .hero-container-box a:hover {
  background-color: #231f20;
  color: #fff;
}

.hero-container .hero-container-div:before {
  content: '';
  background-color: rgba(35, 31, 32, 0.4);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.hero-container .slick-next, .hero-container .slick-prev {
  width: 4rem;
  height: 4rem;
  z-index: 1;
}

.hero-container .slick-next:before, .hero-container .slick-prev:before {
  font-size: 4rem;
  color: #fff;
}

.hero-container .slick-prev:before {
  content: '\f31b';
}

.hero-container .slick-next:before {
  content: '\f31c';
}

.hero-container .slick-next {
  right: 1.5rem;
}

.hero-container .slick-prev {
  left: 1.5rem;
}

/* Hero Container */
/* Four Container */
.four-box-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 3rem;
  margin-top: -10rem;
}

.four-box-grid .four-box-box {
  position: relative;
  padding: 3rem;
  border-radius: 3rem;
  background-position: center center;
  background-size: cover;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.20);
          box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.20);
  color: #fff;
  overflow: hidden;
}

.four-box-grid .four-box-box h4 {
    font-size: 1.8rem;
    margin-top: -3px;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    font-weight: 400;
    text-decoration: underline;
    position: relative;
}
.four-box-grid .four-box-box h4 i{
      font-size: 2.1rem;
    margin-right: 1px;
    margin-left: 4px;
    position: relative;
}

.four-box-grid .four-box-box > i {
  font-size: 7.2rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}

.four-box-grid .four-box-box h3 {
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-family: 'Playfair Display', serif;
  margin: 0.8rem 0 1.2rem 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}

.four-box-grid .four-box-box p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 300;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}

.four-box-grid .four-box-box:hover {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}

.four-box-grid .four-box-box:nth-of-type(1) {
  background-color: #e72128;
}

.four-box-grid .four-box-box:nth-of-type(2) {
  background-color: #231f20;
}

.four-box-grid .four-box-box:nth-of-type(3) {
  background-color: #049f4a;
}

.four-box-grid .four-box-box:nth-of-type(4) {
  background-color: #804FA0;
}

/* Four Container */
/* Total Fund */
.total-fund-section {
  background: #F8FAFF url(../images/hand-bg.png) repeat-x bottom left;
  padding: 8rem 0;
  margin-top: 8rem;
}

.total-fund-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60% 35%;
      grid-template-columns: 60% 35%;
  grid-gap: 5%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.total-fund-grid .total-fund-grid-Left img {
  display: block;
  margin: auto;
}

.total-fund-grid .total-fund-grid-Right-box {
  padding: 0 3rem 4rem 3rem;
  background-color: #FAFAFA;
  border-radius: 1rem;
}

.total-fund-grid .total-fund-grid-Right-box .total-fund-grid-Right-box-heading {
  background-color: #231f20;
  padding: 3rem 2.2rem;
  margin: 0 -3rem 3rem -3rem;
  border-radius: 1rem 1rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
}

.total-fund-grid .total-fund-grid-Right-box .total-fund-grid-Right-box-heading h4 {
  font-size: 2.3rem;
  font-weight: 600;
  color: #fff;
  line-height: 3.4rem;
}

.total-fund-grid .total-fund-grid-Right-box .total-fund-grid-Right-box-heading h5 {
  font-size: 3rem;
  font-weight: 600;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          
}

.total-fund-grid .total-fund-grid-Right-box .total-fund-grid-Right-box-heading h5 i {
  font-size: 4rem;
  margin-right: -1px;
}

.total-fund-grid .total-fund-grid-Right-box .total-fund-grid-Right-box-heading h6{    font-size: 1.4rem;
  color: #949494;
  padding-top: 0.5rem;}

.total-fund-grid .total-fund-grid-Right-box form h6 {
  font-size: 2.4rem;
  font-weight: 700;
  font-family: 'Playfair Display', serif;
  margin-bottom: 2rem;
}

.total-fund-grid .total-fund-grid-Right-box form .total-fund-form-box {
  width: 100%;
  position: relative;
  margin-bottom: 2rem;
}

.total-fund-grid .total-fund-grid-Right-box form .total-fund-form-box .form_validation_error, .contact-2-section .contact-2-section-Right .contact-form-div .form_validation_error{position: absolute; left: 0; bottom: -12px;}

.total-fund-grid .total-fund-grid-Right-box form .total-fund-form-box input[type="text"], .total-fund-grid .total-fund-grid-Right-box form .total-fund-form-box input[type="email"] {
  background-color: #F0F0F0;
  border: 1px solid #E2E2E2;
  font-weight: 600;
  width: 100%;
  height: 5rem;
  border-radius: 5px;
  padding: 0 2rem;
  font-family: 'Nunito', sans-serif;
  color: #000;
}

.total-fund-grid .total-fund-grid-Right-box form .total-fund-form-box input[type="text"]::-webkit-input-placeholder {
  color: #8c8c8c;
}

.total-fund-grid .total-fund-grid-Right-box form .total-fund-form-box input[type="text"]:-ms-input-placeholder {
  color: #8c8c8c;
}

.total-fund-grid .total-fund-grid-Right-box form .total-fund-form-box input[type="text"]::-ms-input-placeholder {
  color: #8c8c8c;
}

.total-fund-grid .total-fund-grid-Right-box form .total-fund-form-box input[type="text"]::placeholder {
  color: #8c8c8c;
}

.total-fund-grid .total-fund-grid-Right-box form .total-fund-form-box .nice-select {
  width: 100%;
  height: 5rem;
  background-color: #F0F0F0;
  border: 1px solid #E2E2E2;
  line-height: 5rem;
}

.total-fund-grid .total-fund-grid-Right-box form .total-fund-form-box .list {
  width: 100%;
}

.total-fund-grid .total-fund-grid-Right-box form .total-fund-form-box h5 {
    font-size: 1.6rem;
    color: #717171;
    display: flex;
    margin-bottom: 1rem;
    align-items: center;
}

.total-fund-grid .total-fund-grid-Right-box form .total-fund-form-box h5 em{
  display: flex;
  align-items: center;
  margin-left: 3px;
  font-size: 2.7rem;
  font-style: initial;
  color: #e72128;
}

.total-fund-grid .total-fund-grid-Right-box form .total-fund-form-box font {
      font-size: 1.5rem;
    font-weight: 600;
    color: #555;
    display: block;
    margin-bottom: 1rem;
}


.total-fund-grid .total-fund-grid-Right-box form .total-fund-form-box label {
  position: relative;
  cursor: pointer;
  color: #666;
  font-size: 1.4rem;
  display: block;
  padding: 0;
  font-weight: 600;
  margin-right: 1rem;
}

.total-fund-grid .total-fund-grid-Right-box form .total-fund-form-box label input[type="radio"] {
  position: absolute;
  right: 9000px;
}

.total-fund-grid .total-fund-grid-Right-box form .total-fund-form-box label span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #3a3a3a;
}

.total-fund-grid .total-fund-grid-Right-box form .total-fund-form-box label input[type="radio"]:checked + .label-text:before {
  content: "\fb72";
  color: #e72128;
}

.total-fund-grid .total-fund-grid-Right-box form .total-fund-form-box label input[type="radio"] + .label-text:before {
  content: "\f343";
  font-family: "Phosphor";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  width: 1em;
  display: inline-block;
  margin-right: 5px;
  font-size: 1.8rem;
}

.total-fund-grid .total-fund-grid-Right-box form .total-fund-form-box .form-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-bottom: 1rem;
}

.total-fund-grid .total-fund-grid-Right-box form .total-fund-form-box-submit input {
  background-color: #e72128;
  border: none;
  font-weight: 600;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  width: 100%;
  height: 5rem;
  border-radius: 5rem;
  font-size: 1.8rem;
  font-weight: 700;
  cursor: pointer;
  font-family: 'Playfair Display', serif;
  color: #fff;
}

.total-fund-grid .total-fund-grid-Right-box form .total-fund-form-box-submit input:hover {
  background-color: #231f20;
}

/* Total Fund */
/* Project Page CSS */
.inner-hero-container {
  position: relative;
  height: 45rem;
  margin-top: 11rem;
}

.inner-hero-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
     object-position: top;
}

.inner-hero-container .inner-hero-container-box {
  position: absolute;
  left: 7em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 50rem;
}

.inner-hero-container .inner-hero-container-box ul {
  margin: 0 0 0.5rem 0;
  padding: 0;
  list-style: none;
  color: #fff;
  font-size: 1.4rem;
}

.inner-hero-container .inner-hero-container-box ul li {
  display: inline-block;
}

.inner-hero-container .inner-hero-container-box ul li a {
  text-decoration: none;
  color: #fff;
}

.inner-hero-container .inner-hero-container-box ul li:after {
  content: '/';
  margin: 0 0.5rem;
}

.inner-hero-container .inner-hero-container-box ul li:last-child:after {
  display: none;
}

.inner-hero-container .inner-hero-container-box h1 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 6rem;
  line-height: 7.2rem;
  color: #fff;
  margin-bottom: 1rem;
}

.inner-hero-container .inner-hero-container-box p {
  font-size: 2.7rem;
  line-height: 4rem;
  color: #fff;
  font-weight: 300;
  margin-bottom: 2.5rem;
}

.inner-hero-container:before {
  content: '';
  background-color: rgba(35, 31, 32, 0.4);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.more-recent-project-page {
  padding: 8rem 0;
}

.more-recent-project-page .more-recent-project-page-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 3rem;
}

.more-recent-project-page .more-recent-project-page-grid .more-recent-project-page-box {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 29px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 4px 29px rgba(0, 0, 0, 0.06);
  border-radius: 1.5rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 45% 55%;
      grid-template-columns: 45% 55%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.more-recent-project-page .more-recent-project-page-grid .more-recent-project-page-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.5rem 0 0 1.5rem;
}

.more-recent-project-page .more-recent-project-page-grid .more-recent-project-page-box .more-recent-project-page-box-detail {
  padding: 2.5rem 2.5rem 6rem 2.5rem;
  position: relative;
}

.more-recent-project-page .more-recent-project-page-grid .more-recent-project-page-box .more-recent-project-page-box-detail span {
  border: 1px solid #049f4a;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  padding: 0.4rem 1rem;
  border-radius: 5px;
  color: #049f4a;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  display: table;
}

.more-recent-project-page .more-recent-project-page-grid .more-recent-project-page-box .more-recent-project-page-box-detail h4 {
  font-weight: 700;
  font-size: 2.1rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  line-height: 3rem;
  font-family: 'Playfair Display', serif;
  margin: 0.8rem 0 0.5rem 0;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.more-recent-project-page .more-recent-project-page-grid .more-recent-project-page-box .more-recent-project-page-box-detail p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 300;
  color: #636886;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.more-recent-project-page .more-recent-project-page-grid .more-recent-project-page-box .more-recent-project-page-box-detail .more-recent-project-page-box-detail-footer {
  position: absolute;
  left: 2.5rem;
  right: 2.5rem;
  bottom: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.more-recent-project-page .more-recent-project-page-grid .more-recent-project-page-box .more-recent-project-page-box-detail .more-recent-project-page-box-detail-footer font {
  font-size: 1.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #666;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  font-weight: 600;
}

.more-recent-project-page .more-recent-project-page-grid .more-recent-project-page-box .more-recent-project-page-box-detail .more-recent-project-page-box-detail-footer font i {
  font-size: 2rem;
  margin-top: -3px;
  margin-right: 0.4rem;
}

.more-recent-project-page .more-recent-project-page-grid .more-recent-project-page-box .more-recent-project-page-box-detail .more-recent-project-page-box-detail-footer a {
  background-color: #e72128;
  font-size: 1rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.6rem 1rem;
  border-radius: 10px;
  text-decoration: none;
  color: #fff;
  opacity: 0;
}

.more-recent-project-page .more-recent-project-page-grid .more-recent-project-page-box:hover .more-recent-project-page-box-detail a {
  opacity: 1;
}

.more-recent-project-page .more-recent-project-page-grid .more-recent-project-page-box:hover .more-recent-project-page-box-detail span {
  background-color: #049f4a;
  color: #fff;
}

.more-recent-project-page .more-recent-project-page-grid .more-recent-project-page-box:hover .more-recent-project-page-box-detail h4 {
  color: #049f4a;
}

.more-recent-project-page .more-recent-project-page-grid .more-recent-project-page-box:hover .more-recent-project-page-box-detail font {
  color: #049f4a;
}

.inner-total-fund-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60% 35%;
      grid-template-columns: 60% 35%;
  grid-gap: 5%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 8rem;
}

.inner-total-fund-grid .inner-total-fund-grid-Left {
  position: relative;
  width: 100%;
  height: 100%;
}

.inner-total-fund-grid .inner-total-fund-grid-Left img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  border-radius: 1rem;
}

.inner-total-fund-grid .inner-total-fund-grid-Left h4 {
  font-size: 4.8rem;
  line-height: 6rem;
  font-weight: 600;
  color: #fff;
  font-style: italic;
  position: absolute;
  left: 4rem;
  top: 4rem;
  padding-right: 6rem;
}

.inner-total-fund-grid .total-fund-grid-Right-box {
  padding: 0 3rem 4rem 3rem;
  background-color: #FAFAFA;
  border-radius: 1rem;
}

.inner-total-fund-grid .total-fund-grid-Right-box .total-fund-grid-Right-box-heading {
  background-color: #231f20;
  padding: 3rem 2.2rem;
  margin: 0 -3rem 3rem -3rem;
  border-radius: 1rem 1rem 0 0;
  flex-direction: column;
}

.inner-total-fund-grid .total-fund-grid-Right-box .total-fund-grid-Right-box-heading h4 {
  font-size: 2.3rem;
  font-weight: 600;
  color: #fff;
  line-height: 3.4rem;
}

.inner-total-fund-grid .total-fund-grid-Right-box .total-fund-grid-Right-box-heading h5 {
  font-size: 3rem;
  font-weight: 600;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inner-total-fund-grid .total-fund-grid-Right-box .total-fund-grid-Right-box-heading h5 i {
  font-size: 4rem;
  margin-right: -1px;
}

.inner-total-fund-grid .total-fund-grid-Right-box .total-fund-grid-Right-box-heading h6 {
  font-size: 1.4rem;
  color: #949494;
  padding-top: 0.5rem;
}

.inner-total-fund-grid .total-fund-grid-Right-box form h6 {
  font-size: 2.4rem;
  font-weight: 700;
  font-family: 'Playfair Display', serif;
  margin-bottom: 2rem;
}

.inner-total-fund-grid .total-fund-grid-Right-box form .total-fund-form-box {
  width: 100%;
  position: relative;
  margin-bottom: 2rem;
}

.inner-total-fund-grid .total-fund-grid-Right-box form .total-fund-form-box .form_validation_error{position: absolute; left: 0; bottom: -12px;}

.inner-total-fund-grid .total-fund-grid-Right-box form .total-fund-form-box input[type="text"] {
  background-color: #F0F0F0;
  border: 1px solid #E2E2E2;
  font-weight: 600;
  width: 100%;
  height: 5rem;
  border-radius: 5px;
  padding: 0 2rem;
  font-family: 'Nunito', sans-serif;
  color: #000;
}

.inner-total-fund-grid .total-fund-grid-Right-box form .total-fund-form-box input[type="text"]::-webkit-input-placeholder {
  color: #8c8c8c;
}

.inner-total-fund-grid .total-fund-grid-Right-box form .total-fund-form-box input[type="text"]:-ms-input-placeholder {
  color: #8c8c8c;
}

.inner-total-fund-grid .total-fund-grid-Right-box form .total-fund-form-box input[type="text"]::-ms-input-placeholder {
  color: #8c8c8c;
}

.inner-total-fund-grid .total-fund-grid-Right-box form .total-fund-form-box input[type="text"]::placeholder {
  color: #8c8c8c;
}

.inner-total-fund-grid .total-fund-grid-Right-box form .total-fund-form-box .nice-select {
  width: 100%;
  height: 5rem;
  background-color: #F0F0F0;
  border: 1px solid #E2E2E2;
  line-height: 5rem;
}

.inner-total-fund-grid .total-fund-grid-Right-box form .total-fund-form-box .list {
  width: 100%;
}

.inner-total-fund-grid .total-fund-grid-Right-box form .total-fund-form-box h5 {
    font-size: 1.6rem;
    color: #717171;
    display: flex;
    margin-bottom: 1rem;
    align-items: center;
}

.inner-total-fund-grid .total-fund-grid-Right-box form .total-fund-form-box h5 em{
  display: flex;
  align-items: center;
  margin-left: 3px;
  font-size: 2.7rem;
  font-style: initial;
  color: #e72128;
}

.inner-total-fund-grid .total-fund-grid-Right-box form .total-fund-form-box font {
      font-size: 1.5rem;
    font-weight: 600;
    color: #555;
    display: block;
    margin-bottom: 1rem;
}

.inner-total-fund-grid .total-fund-grid-Right-box form .total-fund-form-box label {
  position: relative;
  cursor: pointer;
  color: #666;
  font-size: 1.4rem;
  display: block;
  padding: 0;
  font-weight: 600;
  margin-right: 1rem;
}

.inner-total-fund-grid .total-fund-grid-Right-box form .total-fund-form-box label input[type="radio"] {
  position: absolute;
  right: 9000px;
}

.inner-total-fund-grid .total-fund-grid-Right-box form .total-fund-form-box label span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #3a3a3a;
}

.inner-total-fund-grid .total-fund-grid-Right-box form .total-fund-form-box label input[type="radio"]:checked + .label-text:before {
  content: "\fb72";
  color: #e72128;
}

.inner-total-fund-grid .total-fund-grid-Right-box form .total-fund-form-box label input[type="radio"] + .label-text:before {
  content: "\f343";
  font-family: "Phosphor";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  width: 1em;
  display: inline-block;
  margin-right: 5px;
  font-size: 1.8rem;
}

.inner-total-fund-grid .total-fund-grid-Right-box form .total-fund-form-box .form-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-bottom: 1rem;
}

.inner-total-fund-grid .total-fund-grid-Right-box form .total-fund-form-box-submit input {
  background-color: #e72128;
  border: none;
  font-weight: 600;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  width: 100%;
  height: 5rem;
  border-radius: 5rem;
  font-size: 1.8rem;
  font-weight: 700;
  cursor: pointer;
  font-family: 'Playfair Display', serif;
  color: #fff;
}

.inner-total-fund-grid .total-fund-grid-Right-box form .total-fund-form-box-submit input:hover {
  background-color: #231f20;
}

/* Project Page CSS */
/* Gallery Page CSS */
.gallery-section {
  padding: 8rem 0;
  display: -ms-grid;
  display: grid;
  grid-gap: 10px;
  -ms-grid-columns: (minmax(200px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-rows: 160px;
  grid-auto-flow: dense;
}

.gallery-section a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.gallery-section a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.gallery-section a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.gallery-section a:hover img {
  -webkit-filter: sepia();
          filter: sepia();
}

.gallery-section a:nth-of-type(2), .gallery-section a:nth-of-type(8), .gallery-section a:nth-of-type(14), .gallery-section a:nth-of-type(20), .gallery-section a:nth-of-type(26), .gallery-section a:nth-of-type(32), .gallery-section a:nth-of-type(38), .gallery-section a:nth-of-type(44), .gallery-section a:nth-of-type(50) {
  grid-row: span 2;
}

.gallery-section a:nth-of-type(3), .gallery-section a:nth-of-type(9), .gallery-section a:nth-of-type(15), .gallery-section a:nth-of-type(21), .gallery-section a:nth-of-type(27), .gallery-section a:nth-of-type(33), .gallery-section a:nth-of-type(39), .gallery-section a:nth-of-type(45), .gallery-section a:nth-of-type(51) {
  grid-column: span 2;
}

.gallery-section a:nth-of-type(6), .gallery-section a:nth-of-type(12), .gallery-section a:nth-of-type(18), .gallery-section a:nth-of-type(24), .gallery-section a:nth-of-type(30), .gallery-section a:nth-of-type(36), .gallery-section a:nth-of-type(42), .gallery-section a:nth-of-type(48), .gallery-section a:nth-of-type(54) {
  grid-column: span 2;
  grid-row: span 2;
}

/* Gallery Page CSS */
/* Contact Page CSS */
.contact-1-section {
  padding: 8rem 30rem 4rem 0;
  position: relative;
}

.contact-1-section h2 {
  font-weight: 600;
  font-size: 1.8rem;
  color: #000;
  position: relative;
  margin-bottom: 0.7rem;
}

.contact-1-section h2:before {
  content: "";
  background-color: #000;
  width: 4rem;
  height: 2px;
  left: -5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}

.contact-1-section h3 {
  font-size: 3.8rem;
  line-height: 5rem;
  color: #e72128;
  font-weight: 700;
  font-family: 'Playfair Display', serif;
  margin-bottom: 1rem;
}

.contact-1-section p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 400;
  color: #636886;
  margin-bottom: 2.5rem;
}

.contact-1-section i {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 24rem;
  color: #DDDDDD;
}

.contact-2-section {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30% 65%;
      grid-template-columns: 30% 65%;
  grid-gap: 5%;
  align-items: center;
}

.contact-2-section .contact-2-section-Left ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-2-section .contact-2-section-Left ul li {
  position: relative;
  padding: 2rem 4rem 2rem 5rem;
  border-radius: 1rem;
  min-height: 16rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.contact-2-section .contact-2-section-Left ul li i {
  position: absolute;
  left: 1.5rem;
  top: 2.4rem;
  font-size: 2.7rem;
  color: #fff;
}

.contact-2-section .contact-2-section-Left ul li h4 {
  font-size: 2.1rem;
  line-height: 3rem;
  color: #fff;
  font-weight: 700;
  font-family: 'Playfair Display', serif;
  margin-bottom: 0.5rem;
}

.contact-2-section .contact-2-section-Left ul li a {
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: #fff;
  text-decoration: none;
  display: block;
  margin-bottom: 0.2rem;
  font-weight: 300;
}

.contact-2-section .contact-2-section-Left ul li:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.contact-2-section .contact-2-section-Left ul li:nth-of-type(1) {
  background-color: #231f20;
}

.contact-2-section .contact-2-section-Left ul li:nth-of-type(2) {
  background-color: #049f4a;
  margin: 3rem 0;
}

.contact-2-section .contact-2-section-Left ul li:nth-of-type(3) {
  background-color: #e72128;
}

.contact-2-section .contact-2-section-Right {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 3rem;
  background: #fff;
  -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  padding: 5rem 4rem;
}

.contact-2-section .contact-2-section-Right .contact-form-div {
  position: relative;
}

.contact-2-section .contact-2-section-Right .contact-form-div input {
  width: 100%;
  height: 5.5rem;
  background-color: #F8F8F8;
  border-radius: 5px;
  font-size: 1.5rem;
  font-weight: 400;
  padding-left: 5rem;
  border: none;
  font-family: 'Nunito', sans-serif;
}

.contact-2-section .contact-2-section-Right .contact-form-div i {
  position: absolute;
  left: 1rem;
  font-size: 2.8rem;
  top: 1.4rem;
}

.contact-2-section .contact-2-section-Right .contact-form-div textarea {
  width: 100%;
  height: 18rem;
  background-color: #F8F8F8;
  border-radius: 5px;
  font-size: 1.5rem;
  font-weight: 400;
  padding-left: 5rem;
  padding-top: 1.7rem;
  border: none;
  font-family: 'Nunito', sans-serif;
}

.contact-2-section .contact-2-section-Right .contact-form-div input[type="submit"] {
  background: #e72128;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  border-radius: 5rem;
  width: 22rem;
  cursor: pointer;
  padding: 0;
  font-weight: 700;
  font-size: 1.8;
  color: #fff;
  font-family: 'Playfair Display', serif;
}

.contact-2-section .contact-2-section-Right .contact-form-div input[type="submit"]:hover {
  background-color: #231f20;
}

.contact-2-section .contact-2-section-Right .contact-form-div:nth-of-type(5) {
  -ms-grid-column: 1;
      grid-column-start: 1;
  grid-column-end: 3;
}

.contact-map {
  padding: 8rem 0 0 0;
}

.contact-map iframe {
  width: 100%;
  height: 42rem;
  border: none;
}

/* Contact Page CSS */
/* About Page CSS */
.about-page-grid {
  padding: 8rem 0;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 5rem;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-page-grid .about-page-box-1 h2 {
  font-weight: 600;
  font-size: 1.8rem;
  color: #000;
  position: relative;
  margin-bottom: 0.7rem;
}

.about-page-grid .about-page-box-1 h2:before {
  content: "";
  background-color: #000;
  width: 4rem;
  height: 2px;
  left: -5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}

.about-page-grid .about-page-box-1 h3 {
  font-size: 4.8rem;
  line-height: 6.4rem;
  color: #e72128;
  font-weight: 700;
  font-family: 'Playfair Display', serif;
  margin-bottom: 1rem;
}

.about-page-grid .about-page-box-2 p {
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: 400;
  color: #636886;
}

.about-page-grid .about-page-box-3 {
  height: 100%;
}

.about-page-grid .about-page-box-3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-page-grid .about-page-box-4 h3 {
  font-size: 3.8rem;
  line-height: 5rem;
  color: #231f20;
  font-weight: 700;
  font-family: 'Playfair Display', serif;
  margin-bottom: 1rem;
}

.about-page-grid .about-page-box-4 p {
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: 400;
  color: #636886;
  margin-bottom: 2.5rem;
}

.about-page-grid .about-page-box-4 .about-page-box-4-box {
  width: 50%;
  float: left;
  padding-left: 8rem;
  position: relative;
}

.about-page-grid .about-page-box-4 .about-page-box-4-box i {
  color: #e72128;
  font-size: 7rem;
  position: absolute;
  left: 0;
  top: 0;
}

.about-page-grid .about-page-box-4 .about-page-box-4-box h5 {
  font-size: 3rem;
  line-height: 3rem;
  color: #231f20;
  font-family: 'Playfair Display', serif;
  margin-bottom: 0.8rem;
}

.about-page-grid .about-page-box-4 .about-page-box-4-box p {
  font-size: 1.8rem;
  line-height: 3rem;
  color: #000;
  font-weight: 600;
}

.about-section-2 {
  padding-bottom: 8rem;
}

.about-section-2 h2 {
  font-weight: 600;
  font-size: 1.8rem;
  color: #000;
  position: relative;
  display: table;
  margin: 0 auto 1rem;
}

.about-section-2 h2:before {
  content: "";
  background-color: #000;
  width: 4rem;
  height: 2px;
  left: -5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}

.about-section-2 h2:after {
  content: "";
  background-color: #000;
  width: 4rem;
  height: 2px;
  right: -5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}

.about-section-2 h3 {
  font-family: 'Playfair Display', serif;
  color: #e72128;
  font-size: 3.8rem;
  font-weight: 700;
  text-align: center;
  max-width: 55rem;
  margin: 0 auto 5.5rem;
  line-height: 4.5rem;
}

.about-section-2 .about-section-2-grid {
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  display: -ms-grid;
  display: grid;
  grid-gap: 5rem;
}

.about-section-2 .about-section-2-grid .about-section-2-grid-box {
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.about-section-2 .about-section-2-grid .about-section-2-grid-box > i {
  font-size: 7rem;
}

.about-section-2 .about-section-2-grid .about-section-2-grid-box h4 {
  font-size: 2.7rem;
  line-height: 3.6rem;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  margin: 1rem 0;
}

.about-section-2 .about-section-2-grid .about-section-2-grid-box h5 {
  font-size: 1.8rem;
    display: flex;
    align-items: center;
    margin: 0 auto 0.5rem;
    font-weight: 400;
    justify-content: center;
    text-decoration: underline;
}

.about-section-2 .about-section-2-grid .about-section-2-grid-box h5 > i{
  color: #333 !important;
      font-size: 2.1rem;
    margin-right: 1px;
    margin-left: 4px;
}

.about-section-2 .about-section-2-grid .about-section-2-grid-box p {
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: 400;
  color: #636886;
}

.about-section-2 .about-section-2-grid .about-section-2-grid-box:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.about-section-2 .about-section-2-grid .about-section-2-grid-box:nth-of-type(1) i, .about-section-2 .about-section-2-grid .about-section-2-grid-box:nth-of-type(1) h4 {
  color: #231f20;
}

.about-section-2 .about-section-2-grid .about-section-2-grid-box:nth-of-type(2) i, .about-section-2 .about-section-2-grid .about-section-2-grid-box:nth-of-type(2) h4 {
  color: #049f4a;
}

.about-section-2 .about-section-2-grid .about-section-2-grid-box:nth-of-type(3) i, .about-section-2 .about-section-2-grid .about-section-2-grid-box:nth-of-type(3) h4 {
  color: #e72128;
}

.about-team-section {
  background: #F8FAFF url(../images/hand-bg.png) repeat-x bottom left;
  padding: 8rem 0;
  margin-bottom: 8rem;
  display: none;
}

.about-team-section h2 {
  font-weight: 600;
  font-size: 1.8rem;
  color: #000;
  position: relative;
  display: table;
  margin: 0 auto 1rem;
}

.about-team-section h2:before {
  content: "";
  background-color: #000;
  width: 4rem;
  height: 2px;
  left: -5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}

.about-team-section h2:after {
  content: "";
  background-color: #000;
  width: 4rem;
  height: 2px;
  right: -5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}

.about-team-section h3 {
  font-family: 'Playfair Display', serif;
  color: #e72128;
  font-size: 3.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5.4rem;
}

.about-team-section .team-member-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-gap: 3rem;
}

.about-team-section .team-member-grid .team-member-box {
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.09);
  border-radius: 1rem;
  padding: 4rem 2rem;
  text-align: center;
}

.about-team-section .team-member-grid .team-member-box img {
  border-radius: 50%;
  border: 10px solid rgba(252, 177, 26, 0.21);
  width: 17rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.about-team-section .team-member-grid .team-member-box h4 {
  font-family: 'Playfair Display', serif;
  font-size: 1.9rem;
  line-height: 2.5rem;
  color: #fcb11a;
  font-weight: 700;
  margin: 1rem 0 1rem 0;
}

.about-team-section .team-member-grid .team-member-box p {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.9rem;
  color: #000;
  text-transform: uppercase;
}

.about-team-section .team-member-grid .team-member-box:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* About Page CSS */
/* Donation Page CSS */
.inner-donation-fund-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60% 35%;
      grid-template-columns: 60% 35%;
  grid-gap: 5%;
  padding: 8rem 0;
}

.inner-donation-fund-grid .inner-donation-fund-grid-Left {
  position: relative;
  width: 100%;
  height: 100%;
}

.inner-donation-fund-grid .inner-donation-fund-grid-Left h2 {
  font-weight: 600;
  font-size: 1.8rem;
  color: #000;
  position: relative;
  margin-bottom: 0.7rem;
}

.inner-donation-fund-grid .inner-donation-fund-grid-Left h2:before {
  content: "";
  background-color: #000;
  width: 4rem;
  height: 2px;
  left: -5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}

.inner-donation-fund-grid .inner-donation-fund-grid-Left h3 {
  font-size: 3.8rem;
  line-height: 5rem;
  color: #e72128;
  font-weight: 700;
  font-family: 'Playfair Display', serif;
  margin-bottom: 1rem;
}

.inner-donation-fund-grid .inner-donation-fund-grid-Left p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 400;
  color: #636886;
  margin-bottom: 2.5rem;
}

.inner-donation-fund-grid .inner-donation-fund-grid-Left h4{
      font-size: 2.2rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.inner-donation-fund-grid .inner-donation-fund-grid-Left img {
  width: 100%;
  height: 36rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 2.5rem;
}

.inner-donation-fund-grid .inner-donation-fund-grid-Left ul {
  margin: 0;
  padding: 0 0 0 1.5rem;
}

.inner-donation-fund-grid .inner-donation-fund-grid-Left ul li {
  font-size: 1.6rem;
  line-height: 2.7rem;
  font-weight: 400;
  color: #636886;
  margin-bottom: 1rem;
}

.inner-donation-fund-grid .donation-fund-grid-Right-box {
  padding: 0 3rem 4rem 3rem;
  background-color: #FAFAFA;
  border-radius: 1rem;
  position: -webkit-sticky;
  position: sticky;
  top: 8rem;
}

.inner-donation-fund-grid .donation-fund-grid-Right-box .donation-fund-grid-Right-box-heading {
  background-color: #231f20;
  padding: 3rem 2.2rem;
  margin: 0 -3rem 3rem -3rem;
  border-radius: 1rem 1rem 0 0;
}

.inner-donation-fund-grid .donation-fund-grid-Right-box .donation-fund-grid-Right-box-heading h4 {
  font-size: 2.3rem;
  font-weight: 600;
  color: #fff;
  line-height: 3.4rem;
}

.inner-donation-fund-grid .donation-fund-grid-Right-box .donation-fund-grid-Right-box-heading h5 {
  font-size: 3rem;
  font-weight: 600;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inner-donation-fund-grid .donation-fund-grid-Right-box .donation-fund-grid-Right-box-heading h5 i {
  font-size: 4rem;
  margin-right: -1px;
}

.inner-donation-fund-grid .donation-fund-grid-Right-box .donation-fund-grid-Right-box-heading h6 {
  font-size: 1.4rem;
  color: #949494;
  padding-top: 0.5rem;
}

.inner-donation-fund-grid .donation-fund-grid-Right-box form h6 {
  font-size: 2.4rem;
  font-weight: 700;
  font-family: 'Playfair Display', serif;
  margin-bottom: 2rem;
}

.inner-donation-fund-grid .donation-fund-grid-Right-box form .donation-fund-form-box {
  width: 100%;
  position: relative;
  margin-bottom: 2rem;
}
.inner-donation-fund-grid .donation-fund-grid-Right-box form .donation-fund-form-box .form_validation_error{position: absolute; left: 0; bottom: -12px;}

.inner-donation-fund-grid .donation-fund-grid-Right-box form .donation-fund-form-box input {
  background-color: #F0F0F0;
  border: 1px solid #E2E2E2;
  font-weight: 600;
  width: 100%;
  height: 5rem;
  border-radius: 5px;
  padding: 0 2rem;
  font-family: 'Nunito', sans-serif;
  color: #000;
}

.inner-donation-fund-grid .donation-fund-grid-Right-box form .donation-fund-form-box input::-webkit-input-placeholder {
  color: #8c8c8c;
}

.inner-donation-fund-grid .donation-fund-grid-Right-box form .donation-fund-form-box input:-ms-input-placeholder {
  color: #8c8c8c;
}

.inner-donation-fund-grid .donation-fund-grid-Right-box form .donation-fund-form-box input::-ms-input-placeholder {
  color: #8c8c8c;
}

.inner-donation-fund-grid .donation-fund-grid-Right-box form .donation-fund-form-box input::placeholder {
  color: #8c8c8c;
}

.inner-donation-fund-grid .donation-fund-grid-Right-box form .donation-fund-form-box .nice-select {
  width: 100%;
  height: 5rem;
  background-color: #F0F0F0;
  border: 1px solid #E2E2E2;
  line-height: 5rem;
}

.inner-donation-fund-grid .donation-fund-grid-Right-box form .donation-fund-form-box h5 {
    font-size: 1.6rem;
    color: #717171;
    display: flex;
    margin-bottom: 1rem;
    align-items: center;
}

.inner-donation-fund-grid .donation-fund-grid-Right-box form .donation-fund-form-box h5 em{
  display: flex;
  align-items: center;
  margin-left: 3px;
  font-size: 2.7rem;
  font-style: initial;
  color: #e72128;
}

.inner-donation-fund-grid .donation-fund-grid-Right-box form .donation-fund-form-box font {
      font-size: 1.5rem;
    font-weight: 600;
    color: #555;
    display: block;
    margin-bottom: 1rem;
}

.inner-donation-fund-grid .donation-fund-grid-Right-box form .donation-fund-form-box .form-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 1rem;
}


.inner-donation-fund-grid .donation-fund-grid-Right-box form .donation-fund-form-box label {
  position: relative;
  cursor: pointer;
  color: #666;
  font-size: 1.4rem;
  display: block;
  padding: 0;
  font-weight: 600;
  margin-right: 1rem;
}

.inner-donation-fund-grid .donation-fund-grid-Right-box form .donation-fund-form-box label input[type="radio"] {
  position: absolute;
  right: 9000px;
}

.inner-donation-fund-grid .donation-fund-grid-Right-box form .donation-fund-form-box label span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #3a3a3a;
}

.inner-donation-fund-grid .donation-fund-grid-Right-box form .donation-fund-form-box label input[type="radio"]:checked + .label-text:before {
  content: "\fb72";
  color: #e72128;
}

.inner-donation-fund-grid .donation-fund-grid-Right-box form .donation-fund-form-box label input[type="radio"] + .label-text:before {
  content: "\f343";
  font-family: "Phosphor";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  width: 1em;
  display: inline-block;
  margin-right: 5px;
  font-size: 1.8rem;
}




.inner-donation-fund-grid .donation-fund-grid-Right-box form .donation-fund-form-box .list {
  width: 100%;
}

.inner-donation-fund-grid .donation-fund-grid-Right-box form .donation-fund-form-box-submit input {
  background-color: #e72128;
  border: none;
  font-weight: 600;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  width: 100%;
  height: 5rem;
  border-radius: 5rem;
  font-size: 1.8rem;
  font-weight: 700;
  cursor: pointer;
  font-family: 'Playfair Display', serif;
  color: #fff;
}

.inner-donation-fund-grid .donation-fund-grid-Right-box form .donation-fund-form-box-submit input:hover {
  background-color: #231f20;
}

/* Donation Page CSS */
/* Make a Donation */
.make-donation-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60% 35%;
      grid-template-columns: 60% 35%;
  grid-gap: 5%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8rem 0;
}

.make-donation-grid .make-donation-left {
  padding: 4rem 8rem 4rem 4rem;
  background: url(../images/page-background-img.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.make-donation-grid .make-donation-left:before{
	content: '';
	background-color: rgba(25,181,181,0.55);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
}

.make-donation-grid .make-donation-left h4 {
  font-size: 4.8rem;
  line-height: 6rem;
  font-style: italic;
  color: #fff;
  font-weight: 600;
  margin-bottom: 4rem;
  position: relative;
}

.make-donation-grid .make-donation-left h5{
      font-size: 1.4rem;
    font-style: italic;
    color: #efff00;
    font-weight: 600;
    margin-top: -20px;
    margin-bottom: 30px;
    text-align: right;
    letter-spacing: 0.4px;
    position: relative;
}

.make-donation-grid .make-donation-left a {
  width: 24rem;
  height: 54px;
  background: #e72128;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.8rem;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  border-radius: 5rem;
  position: relative;
}

.make-donation-grid .make-donation-left a:hover {
  background-color: #231f20;
  color: #fff;
  position: relative;
}

.make-donation-grid img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Make a Donation */
/* Home About */
.home-about-section-1-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 6rem;
}

.home-about-section-1-grid .home-about-section-1-Right h2 {
  font-weight: 600;
  font-size: 1.8rem;
  color: #000;
  position: relative;
  margin-bottom: 1rem;
}

.home-about-section-1-grid .home-about-section-1-Right h2:before {
  content: "";
  background-color: #000;
  width: 4rem;
  height: 2px;
  left: -5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}

.home-about-section-1-grid .home-about-section-1-Right h3 {
  font-size: 3.6rem;
  line-height: 5rem;
  color: #e72128;
  font-weight: 700;
  font-family: 'Playfair Display', serif;
  margin-bottom: 2rem;
}

.home-about-section-1-grid .home-about-section-1-Right h6 {
  font-family: 'Macondo', cursive;
  font-size: 2.6rem;
  margin-top: -0.5rem;
  margin-bottom: 3rem;
  color: #049f4a;
}

.home-about-section-1-grid .home-about-section-1-Right p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 300;
  color: #636886;
  margin-bottom: 2.5rem;
}

.home-about-section-1-grid .home-about-section-1-Right h4 {
  text-align: right;
  margin-top: -1rem;
  margin-bottom: 2rem;
  font-size: 1.4rem;
  letter-spacing: 0.3px;
}

.home-about-section-1-grid .home-about-section-1-Right .home-about-section-1-Right-box {
  position: relative;
  padding-left: 9rem;
}

.home-about-section-1-grid .home-about-section-1-Right .home-about-section-1-Right-box i {
  color: #e72128;
  font-size: 6rem;
  position: absolute;
  left: 0;
  top: -4px;
}

.home-about-section-1-grid .home-about-section-1-Right .home-about-section-1-Right-box h5 {
  font-weight: 700;
  font-size: 2.2rem;
  color: #231f20;
  position: relative;
  margin-bottom: 0.9rem;
  font-family: 'Playfair Display', serif;
}

.home-about-section-1-grid .home-about-section-1-Right a {
  width: 220px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  height: 50px;
  background: #e72128;
  border-radius: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.8rem;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  margin-top: 3rem;
}

.home-about-section-1-grid .home-about-section-1-Right a:hover {
  background-color: #231f20;
}

.home-about-section-2-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 3rem;
  padding-bottom: 8rem;
}

.home-about-section-2-grid .home-about-section-2-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 5rem;
}

.home-about-section-2-grid .home-about-section-2-box h3 {
  font-size: 4.8rem;
  line-height: 3rem;
  color: #e72128;
  font-weight: 700;
  font-family: 'Playfair Display', serif;
  margin-right: 2rem;
  position: relative;
}

.home-about-section-2-grid .home-about-section-2-box h4 {
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.6rem;
  color: #000;
}

.home-about-section-2-grid .home-about-section-2-box:before {
  content: '';
  position: absolute;
  width: 90px;
  height: 90px;
  left: 6rem;
  top: -2rem;
  background: #F8FAFF;
  border-radius: 8px;
}

/* Home About */
/* More Recent Project */
.more-recent-home {
  background: #F8FAFF url(../images/hand-bg.png) repeat-x bottom left;
  padding: 8rem 0;
}

.more-recent-home h2 {
  font-weight: 600;
  font-size: 1.8rem;
  color: #000;
  position: relative;
  display: table;
  margin: 0 auto 1rem;
}

.more-recent-home h2:before {
  content: "";
  background-color: #000;
  width: 4rem;
  height: 2px;
  left: -5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}

.more-recent-home h2:after {
  content: "";
  background-color: #000;
  width: 4rem;
  height: 2px;
  right: -5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}

.more-recent-home h3 {
  font-family: 'Playfair Display', serif;
  color: #e72128;
  font-size: 3.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5.4rem;
}

.more-recent-home .more-recent-home-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 3rem;
}

.more-recent-home .more-recent-home-grid .more-recent-home-box {
  background-color: #fff;
  border-radius: 1.5rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 45% 55%;
      grid-template-columns: 45% 55%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.more-recent-home .more-recent-home-grid .more-recent-home-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.5rem 0 0 1.5rem;
}

.more-recent-home .more-recent-home-grid .more-recent-home-box .more-recent-home-box-detail {
  padding: 2.5rem 2.5rem 6rem 2.5rem;
  position: relative;
}

.more-recent-home .more-recent-home-grid .more-recent-home-box .more-recent-home-box-detail span {
  border: 1px solid #049f4a;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  padding: 0.4rem 1rem;
  border-radius: 5px;
  color: #049f4a;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  display: table;
}

.more-recent-home .more-recent-home-grid .more-recent-home-box .more-recent-home-box-detail h4 {
  font-weight: 700;
  font-size: 2.1rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 3rem;
  font-family: 'Playfair Display', serif;
  margin: 0.8rem 0 0.5rem 0;
}

.more-recent-home .more-recent-home-grid .more-recent-home-box .more-recent-home-box-detail p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 300;
  color: #636886;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.more-recent-home .more-recent-home-grid .more-recent-home-box .more-recent-home-box-detail .more-recent-home-box-detail-footer {
  position: absolute;
  left: 2.5rem;
  right: 2.5rem;
  bottom: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.more-recent-home .more-recent-home-grid .more-recent-home-box .more-recent-home-box-detail .more-recent-home-box-detail-footer font {
  font-size: 1.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #666;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  font-weight: 600;
}

.more-recent-home .more-recent-home-grid .more-recent-home-box .more-recent-home-box-detail .more-recent-home-box-detail-footer font i {
  font-size: 2rem;
  margin-top: -3px;
  margin-right: 0.4rem;
}

.more-recent-home .more-recent-home-grid .more-recent-home-box .more-recent-home-box-detail .more-recent-home-box-detail-footer a {
  background-color: #e72128;
  font-size: 1rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.6rem 1rem;
  border-radius: 10px;
  text-decoration: none;
  color: #fff;
  opacity: 0;
  -webkit-transition: 0.25;
  transition: 0.25;
}

.more-recent-home .more-recent-home-grid .more-recent-home-box:hover .more-recent-home-box-detail a {
  opacity: 1;
}

.more-recent-home .more-recent-home-grid .more-recent-home-box:hover .more-recent-home-box-detail span {
  background-color: #049f4a;
  color: #fff;
}

.more-recent-home .more-recent-home-grid .more-recent-home-box:hover .more-recent-home-box-detail h4 {
  color: #049f4a;
}

.more-recent-home .more-recent-home-grid .more-recent-home-box:hover .more-recent-home-box-detail font {
  color: #049f4a;
}

.more-recent-home .veiw-btn {
  width: 22.5rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  height: 50px;
  background: #e72128;
  margin: 6rem auto 0;
  border-radius: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  font-size: 1.8rem;
  color: #fff;
  text-decoration: none;
}

.more-recent-home .veiw-btn:hover {
  background-color: #231f20;
}

/* More Recent Project */
/* Banner */
.banner-section {
  background: url(../images/banner-img.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  padding: 9rem 0;
  position: relative;
}

.banner-section .banner-section-box {
  position: relative;
  max-width: 900px;
  padding-left: 6rem;
}

.banner-section .banner-section-box h2 {
  font-weight: 600;
  font-size: 2.1rem;
  color: #fff;
  position: relative;
  margin-bottom: 1rem;
}

.banner-section .banner-section-box h2:before {
  content: "";
  background-color: #fff;
  width: 4rem;
  height: 2px;
  left: -5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}

.banner-section .banner-section-box h3 {
  font-size: 4rem;
  line-height: 6rem;
  color: #fff;
  font-family: 'Playfair Display', serif;
  margin-bottom: 3.5rem;
}

.banner-section .banner-section-box a {
  width: 22.5rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  height: 50px;
  background: #e72128;
  border-radius: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  font-size: 1.8rem;
  color: #fff;
  text-decoration: none;
}

.banner-section .banner-section-box a:hover {
  background-color: #231f20;
}

.banner-section:before {
  content: '';
  background: rgba(128, 79, 160, 0.85);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}

/* Banner */
/* Image Gallery */
.image-gallery-home {
  padding: 8rem 0;
}

.image-gallery-home h2 {
  font-weight: 600;
  font-size: 1.8rem;
  color: #000;
  position: relative;
  display: table;
  margin: 0 auto 1rem;
}

.image-gallery-home h2:before {
  content: "";
  background-color: #000;
  width: 4rem;
  height: 2px;
  left: -5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}

.image-gallery-home h2:after {
  content: "";
  background-color: #000;
  width: 4rem;
  height: 2px;
  right: -5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}

.image-gallery-home h3 {
  font-family: 'Playfair Display', serif;
  color: #e72128;
  font-size: 3.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5.4rem;
}

.image-gallery-home .gallery-slider .gallery-slider-box {
  position: relative;
  height: 27.5rem;
}

.image-gallery-home .gallery-slider .gallery-slider-box img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-gallery-home .gallery-slider .gallery-slider-box .gallery-slider-box-detail {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-family: 'Playfair Display', serif;
  font-size: 2.7rem;
  padding: 2.5rem;
  opacity: 0;
  pointer-events: none;
  line-height: 3.6rem;
  color: #fff;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(242, 114, 51, 0.6);
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.image-gallery-home .gallery-slider .slick-next, .image-gallery-home .gallery-slider .slick-prev {
  width: 4.5rem;
  height: 4.5rem;
  z-index: 1;
}

.image-gallery-home .gallery-slider .slick-next:before, .image-gallery-home .gallery-slider .slick-prev:before {
  font-size: 4.5rem;
  color: #fff;
}

.image-gallery-home .gallery-slider .slick-prev:before {
  content: '\fb41';
}

.image-gallery-home .gallery-slider .slick-next:before {
  content: '\fb42';
}

.image-gallery-home .gallery-slider .slick-next {
  right: 1.5rem;
}

.image-gallery-home .gallery-slider .slick-prev {
  left: 1.5rem;
}

.image-gallery-home .gallery-slider-box:hover .gallery-slider-box-detail {
  opacity: 1;
}

.image-gallery-home .veiw-btn {
  width: 22.5rem;
  height: 50px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  background: #e72128;
  margin: 6rem auto 0;
  border-radius: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  font-size: 1.8rem;
  color: #fff;
  text-decoration: none;
}

.image-gallery-home .veiw-btn:hover {
  background-color: #231f20;
}

/* Image Gallery */
/* Testimonails */
.testimonials-section {
  background: url(../images/testimonial-bg.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  padding: 9rem 0;
  position: relative;
  display: none;
}
.testimonials-section:before{content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; width: 100%; height: 100%; background: rgba(30, 191, 103, 0.60);}

.testimonials-section .testimonials-container {
  max-width: 900px;
  margin: auto;
}

.testimonials-section .testimonials-container h2 {
  font-weight: 600;
  font-size: 1.8rem;
  color: #fff;
  position: relative;
  display: table;
  margin: 0 auto 1rem;
}

.testimonials-section .testimonials-container h2:before {
  content: "";
  background-color: #fff;
  width: 4rem;
  height: 2px;
  left: -5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}

.testimonials-section .testimonials-container h2:after {
  content: "";
  background-color: #fff;
  width: 4rem;
  height: 2px;
  right: -5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}

.testimonials-section .testimonials-container h3 {
  font-family: 'Playfair Display', serif;
  color: #ffffff;
  font-size: 3.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5.4rem;
  position: relative;
}

.testimonials-section .testimonials-container .testimonail-slider .testimonial-box {
  background-color: #fff;
  padding: 5rem;
  position: relative;
  border-radius: 1rem;
}

.testimonials-section .testimonials-container .testimonail-slider .testimonial-box p {
  font-size: 2rem;
  line-height: 3.8rem;
  color: #636886;
  text-align: center;
  font-style: italic;
}

.testimonials-section .testimonials-container .testimonail-slider .testimonial-box .user-div {
  display: table;
  margin: 3rem auto 0;
  text-align: center;
}

.testimonials-section .testimonials-container .testimonail-slider .testimonial-box .user-div i {
  font-size: 7rem;
  color: #000;
  margin-bottom: 1rem;
}

.testimonials-section .testimonials-container .testimonail-slider .testimonial-box .user-div h4 {
  font-size: 2.1rem;
  font-family: 'Playfair Display', serif;
  color: #e72128;
}

.testimonials-section .testimonials-container .testimonail-slider .testimonial-box .opacity-quote {
  font-size: 20rem;
  opacity: 0.03;
  position: absolute;
  left: 50%;
  top: 40%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}

.testimonials-section .testimonials-container .testimonail-slider .testimonial-box .bottom-quote {
  font-size: 9rem;
  opacity: 0.1;
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  pointer-events: none;
}

.testimonials-section .testimonials-container .testimonail-slider .slick-next, .testimonials-section .testimonials-container .testimonail-slider .slick-prev {
  width: 4.5rem;
  height: 4.5rem;
  z-index: 1;
}

.testimonials-section .testimonials-container .testimonail-slider .slick-next:before, .testimonials-section .testimonials-container .testimonail-slider .slick-prev:before {
  font-size: 4.5rem;
  color: #fff;
}

.testimonials-section .testimonials-container .testimonail-slider .slick-prev:before {
  content: '\fb41';
}

.testimonials-section .testimonials-container .testimonail-slider .slick-next:before {
  content: '\fb42';
}

.testimonials-section .testimonials-container .testimonail-slider .slick-next {
  right: -5rem;
}

.testimonials-section .testimonials-container .testimonail-slider .slick-prev {
  left: -5rem;
}

/* Testimonials */
/* Footer Banner */
.footer-banner {
  background-color: #fff;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 0px 0px 38px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 38px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0rem 0 -10rem 0;
}

.footer-banner img {
  width: 38rem;
  height: 18rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer-banner h4 {
  font-size: 3.2rem;
  line-height: 4.6rem;
  color: #000;
  font-family: 'Playfair Display', serif;
}

.footer-banner a {
  width: 22.5rem;
  height: 50px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  background: #e72128;
  border-radius: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  font-size: 1.8rem;
  color: #fff;
  text-decoration: none;
}

.footer-banner a:hover {
  background-color: #231f20;
}

.footer-banner:hover {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

/* Footer Banner */
/* Footer */
footer {
  background-color: #161616;
  padding: 17rem 0 8rem 0;
}

footer .footer-grid {
  -ms-grid-columns: 25% 15% 26% 25%;
      grid-template-columns: 25% 15% 26% 25%;
  grid-gap: 3%;
  display: -ms-grid;
  display: grid;
}

footer .footer-grid .footer-1 img {
  width: 21rem;
  -webkit-filter: brightness(90);
          filter: brightness(90);
  margin-bottom: 1.5rem;
}

footer .footer-grid .footer-1 p {
  font-size: 1.5rem;
  line-height: 2.3rem;
  color: #C8C8C8;
  margin-bottom: 2rem;
}
footer .footer-grid .footer-1 p ~ a {
      text-decoration: none;
    margin-top: -10px;
    display: block;
    margin-bottom: 20px;
    color: #05c95e;
    font-size: 1.2rem;
}
footer .footer-grid .footer-1 p ~ a:hover{text-decoration: underline;}

footer .footer-grid .footer-1 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .footer-grid .footer-1 ul li a {
  text-decoration: none;
  color: #C8C8C8;
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0.7rem;
}

footer .footer-grid .footer-2 h3 {
  font-size: 2rem;
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  margin-bottom: 2.2rem;
}

footer .footer-grid .footer-2 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer .footer-grid .footer-2 ul li {
  display: block;
  margin-bottom: 1.7rem;
}

footer .footer-grid .footer-2 ul li a {
  text-decoration: none;
  color: #C8C8C8;
  font-size: 1.5rem;
  font-weight: 400;
}

footer .footer-grid .footer-2 ul li a:hover {
  text-decoration: underline;
}

footer .footer-grid .footer-3 h3 {
  font-size: 2rem;
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  margin-bottom: 2.2rem;
}

footer .footer-grid .footer-3 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer .footer-grid .footer-3 ul li {
  display: block;
  margin-bottom: 1.5rem;
}

footer .footer-grid .footer-3 ul li a {
  position: relative;
  padding-left: 3.5rem;
  text-decoration: none;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  display: block;
  line-height: 2.4rem;
}

footer .footer-grid .footer-3 ul li a i {
  position: absolute;
  left: 0;
  font-size: 2.6rem;
  top: 0;
}

footer .footer-grid .footer-4 h3 {
  font-size: 2rem;
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  margin-bottom: 2.2rem;
}

footer .footer-grid .footer-4 .footer-gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
}

footer .footer-grid .footer-4 .footer-gallery a {
  height: 8rem;
  display: block;
}

footer .footer-grid .footer-4 .footer-gallery a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Footer */
/* Copyright */
.copyright {
  background-color: #292929;
  padding: 1rem 0;
}

.copyright .copyright-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.copyright .copyright-grid p {
  font-size: 1.4rem;
  line-height: 2.3rem;
  color: #fff;
  font-weight: 400;
}

.copyright .copyright-grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.copyright .copyright-grid ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.copyright .copyright-grid ul li a {
  font-size: 1.4rem;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.copyright .copyright-grid ul li a:hover {
  text-decoration: underline;
}

.copyright .copyright-grid ul li:first-child:after {
  content: '|';
  color: #fff;
  font-size: 1.5rem;
  margin-top: -2px !important;
  margin: 0 0.5rem;
  vertical-align: middle;
}

/* Copyright */
/* Modal Pop */
.modal-pop {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 2rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -99;
  opacity: 0;
  pointer-events: none;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-pop .modal-dialog {
  background-color: #fff;
  padding: 4rem 3rem;
  border-radius: 1rem;
  width: 90rem;
  margin: auto;
  position: relative;
}

.modal-pop .modal-dialog h2 {
  font-weight: 700;
  font-size: 2.7rem;
  line-height: 3rem;
  font-family: 'Playfair Display', serif;
  margin-bottom: 2.5rem;
  color: #F27233;
}

.modal-pop .modal-dialog span {
  width: 3.5rem;
  height: 3.5rem;
  background-color: #000;
  position: absolute;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
  border-radius: 50%;
  right: 2rem;
  top: 2rem;
  cursor: pointer;
}

.modal-pop .modal-dialog .pop-detail img {
  width: 40rem;
  height: 36rem;
  -o-object-fit: cover;
     object-fit: cover;
  float: left;
  margin-right: 3rem;
  margin-bottom: 1.5rem;
}

.modal-pop .modal-dialog .pop-detail p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 300;
  color: #636886;
  margin-bottom: 2rem;
}

.modal-pop .modal-dialog .pop-detail ul {
  margin: 0;
  padding: 0 0 0 1.5rem;
}

.modal-pop .modal-dialog .pop-detail ul li {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 300;
  color: #636886;
  margin-bottom: 1rem;
}

.popopen {
  z-index: 99;
  opacity: 1;
  pointer-events: initial;
}

.body-overflow {
  overflow-y: hidden;
}

/* Modal Pop */
.float {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: #FFF !important;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none !important;
}

#button_top {
  background-color: #818181;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  position: fixed;
  bottom: 140px;
  right: 20px;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 24px;
  display: none !important;
}

#button_top:hover {
  cursor: pointer;
  background-color: #717171;
}

#button_top:active {
  background-color: #717171;
}

#button_top.show {
  opacity: 1;
  visibility: visible;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.fixed_call {
  position: fixed;
  width: 50px;
  height: 50px;
  right: 20px;
  bottom: 80px;
  background-color: #e72128;
  color: #fff !important;
  border-radius: 50px;
  font-size: 27px;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none !important;
}

.thank-you-section{margin-top: 11rem; padding: 10rem 0; text-align: center;}
.thank-you-section i{font-size: 12rem; color: #049f4a; margin-bottom: 1rem;}
.thank-you-section h2{font-size: 3rem; font-family: 'Playfair Display', serif; color: #049f4a; margin-bottom: 1.5rem; line-height: 3.8rem;}
.thank-you-section h3{font-size: 2rem; line-height: 2.8rem; margin-bottom: 1.5rem;}
.thank-you-section h4{font-size: 2.7rem; font-family: 'Playfair Display', serif; line-height: 2.8rem; color: #e72128; padding: 1.5rem 2rem 1rem 2rem; border-bottom: 2px dashed; display: table; margin: auto;}

.contact-thanks-message{grid-column-start: 1; grid-column-end: 3; text-align: center;}
.contact-thanks-message i{font-size: 8rem; color: #049f4a; margin-bottom: 0.8rem;}
.contact-thanks-message h5{font-size: 3rem; color: #049f4a; font-family: 'Playfair Display', serif; margin-bottom: 1rem;}
.contact-thanks-message h6{font-size: 2.1rem; line-height: 2.8rem; padding: 0 10rem;}

.razorpay-container{position:relative;}
.powered-by-razorpay{display:none !important;}
.razorpay-subscription-button{max-width: initial !important; min-width: initial !important; padding: 0 !important;}
.subscription-button-widget{box-shadow: none !important; border: none !important; background: none !important; padding: 0 !important;}
.single-btn span, .single-btn a{display: block !important; min-width: initial !important;}
.razorpay-container h5{font-size: 2rem; font-family: 'Playfair Display', serif; color: #e75a21; margin-bottom: 2rem;}
.razorpay-container h6{font-size: 2rem; font-family: 'Playfair Display', serif; color: #e75a21; margin-bottom: 1.2rem; padding-top: 3rem;}

.pan-cin-container{box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06); background-color: #fff;}
.pan-cin-container ul{text-align: center; font-size: 0; margin: 0; padding: 0;}
.pan-cin-container ul li{display: inline-block; width: 33.33%; font-size: 1.5rem; padding: 1.5rem 1rem; vertical-align: middle; color: #666;}
.pan-cin-container ul li{border-right: 1px solid #eee;}
.pan-cin-container ul li:last-child{border-right: 1px solid #eee;}
.pan-cin-container ul li strong{font-weight: 700; color: #000; font-size: 1.6rem; font-weight: 500;}

.footer-1 h5{color: #a6a6a6; font-size: 1.2rem; font-weight: 400; padding-top: 2rem; line-height: 2rem; letter-spacing: 0.4px;}
.footer-1 h5 strong{color: #fff !important; font-size: 1.3rem;}

@media (max-width: 1450px) {
  html {
    font-size: 60%;
  }
  header .logo {
    height: 113px;
  }
  .sticky .logo {
    height: 72px;
  }
}

@media (max-width: 1300px) {
  html {
    font-size: 58%;
  }
  header .logo {
    height: 111px;
  }
}

@media (max-width: 1199px) {
  .make-donation-grid .make-donation-left {
    padding: 5rem;
  }
}

@media (max-width: 991px) {
  .top-header, header {
    left: 0;
    right: 0;
  }
  header .make-a-donate {
    width: 17rem;
  }
  header .logo {
    width: 20rem;
  }
  .home-about-section-2-grid .home-about-section-2-box {
    padding-left: 3.5rem;
  }
  .more-recent-home .more-recent-home-grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 2rem;
  }
  .more-recent-home .more-recent-home-grid .more-recent-home-box {
    -ms-grid-columns: 40% 60%;
        grid-template-columns: 40% 60%;
  }
  .more-recent-home .more-recent-home-grid .more-recent-home-box .more-recent-home-box-detail {
    padding: 2rem 2rem 6rem 2rem;
  }
  .more-recent-home .more-recent-home-grid .more-recent-home-box .more-recent-home-box-detail .more-recent-home-box-detail-footer a {
    position: absolute;
    left: -11rem;
    opacity: 1;
    margin-top: -3px;
  }
  .more-recent-project-page .more-recent-project-page-grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 2rem;
  }
  .more-recent-project-page .more-recent-project-page-grid .more-recent-project-page-box {
    -ms-grid-columns: 40% 60%;
        grid-template-columns: 40% 60%;
  }
  .more-recent-project-page .more-recent-project-page-grid .more-recent-project-page-box .more-recent-project-page-box-detail {
    padding: 2rem 2rem 6rem 2rem;
  }
  .more-recent-project-page .more-recent-project-page-grid .more-recent-project-page-box .more-recent-project-page-box-detail .more-recent-project-page-box-detail-footer a {
    position: absolute;
    left: -11rem;
    opacity: 1;
    margin-top: -3px;
  }
  .testimonials-section .testimonials-container .testimonail-slider .testimonial-box p {
    line-height: 3.2rem;
  }
  .testimonials-section .testimonials-container .testimonail-slider .slick-next {
    right: 0.5rem;
  }
  .testimonials-section .testimonials-container .testimonail-slider .slick-next:before, .testimonials-section .testimonials-container .testimonail-slider .slick-prev:before {
    color: #005bcd;
    font-size: 4rem;
  }
  .testimonials-section .testimonials-container .testimonail-slider .slick-prev {
    left: 0.5rem;
  }
  .footer-banner {
    padding: 2.5rem;
  }
  .footer-banner img {
    display: none !important;
  }
  .inner-hero-container .inner-hero-container-box ul {
    font-size: 1.2rem;
  }
  .inner-hero-container .inner-hero-container-box h1 {
    font-size: 4.8rem;
  }
  .inner-hero-container .inner-hero-container-box p {
    font-size: 2.1rem;
    line-height: 3rem;
    margin-bottom: 0;
  }
  .inner-total-fund-grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 3rem;
  }
  .inner-total-fund-grid .inner-total-fund-grid-Left img {
    height: 35rem;
  }
  .inner-total-fund-grid .inner-total-fund-grid-Left h4 {
    font-size: 3rem;
    line-height: 3.8rem;
    left: 2rem;
    top: 2rem;
    padding-right: 2rem;
  }
  .inner-total-fund-grid .total-fund-grid-Right-box {
    padding: 0 2rem 4rem 2rem;
  }
  .inner-total-fund-grid .total-fund-grid-Right-box .total-fund-grid-Right-box-heading {
    margin: 0 -2rem 3rem -2rem;
    padding: 3rem 2rem;
  }
  .contact-1-section {
    padding: 8rem 27rem 2rem 0;
  }
  .contact-2-section {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 3.5rem;
  }
  .contact-2-section .contact-2-section-Left ul li {
    min-height: auto;
  }
  .contact-2-section .contact-2-section-Left ul li:nth-of-type(2) {
    margin: 2rem 0;
  }
  .inner-donation-fund-grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 3rem;
  }
  .inner-donation-fund-grid .donation-fund-grid-Right-box-heading {
    margin: 0 -2rem 3rem -2rem !important;
    padding: 3rem 2rem !important;
  }
  .inner-donation-fund-grid .donation-fund-grid-Right-box {
    padding: 0 2rem 4rem 2rem;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 56%;
  }
  body {
    padding-top: 7rem;
  }
  .pan-cin-container ul li{width: 100%; border-bottom: 1px solid #eee; border-right: none;}
  .pan-cin-container ul li:last-child{border-right: none !important; border-bottom: none !important;}

  .contact-thanks-message h6{padding: 0;}
  .thank-you-section{margin-top: 0; padding: 8rem 2rem;}
  .thank-you-section h2 br{display: none;}
  .about-page-grid .about-page-box-4 .about-page-box-4-box h5{font-size: 2.6rem;}
  .make-donation-grid .make-donation-left h5{margin-top: 0;}
  .top-header {
    display: none;
  }
  header {
    top: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #fff;
  }
  header button {
    display: block;
  }
  header .logo {
    height: 100%;
    top: 0;
    left: 5rem;
    width: 20rem;
    padding: 0;
  }
  header .logo picture {
    width: 100%;
    height: 95%;
    text-align: center;
  }
  header ul {
    position: fixed;
    left: -30rem;
    top: 0;
    bottom: 0;
    height: 100%;
    overflow-y: auto;
    z-index: 99;
    background: #fff;
    width: 28rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  header ul li a {
    padding: 2rem 1.5em;
    color: #000;
  }
  header ul li a.active, header ul li a:hover {
    color: #e72128;
  }
  header ul.open {
    left: 0;
  }
  header .make-a-donate {
    width: 13rem;
    height: 5rem;
    margin-right: 1rem;
    border-radius: 0.3rem;
  }
  header .make-a-donate i {
    font-size: 2.4rem;
  }
  header .make-a-donate span {
    font-size: 1.2rem;
  }
  header .make-a-donate span font {
    font-size: 1.6rem;
    margin-top: 3px;
  }
  .sticky .logo {
    width: 20rem;
  }

  .hero-container .hero-container-div {
    height: 48rem;
  }
  .hero-container .hero-container-div .hero-container-box {
    left: 0;
    top: inherit;
    -webkit-transform: inherit;
            transform: inherit;
    right: 0;
    padding: 0 2rem;
    max-width: initial;
    bottom: 2rem;
    text-align: center;
  }
  .hero-container .hero-container-div .hero-container-box h2 {
    font-size: 3.6rem;
    line-height: 4.2rem;
  }
  .hero-container .hero-container-div .hero-container-box p {
    font-size: 2rem;
    line-height: 2.6rem;
    margin-bottom: 1.5rem;
  }
  .hero-container .hero-container-div .hero-container-box a {
    width: 18rem;
    height: 42px;
    margin: auto;
  }
  .hero-container .slick-prev {
    left: 0rem;
  }
  .hero-container .slick-next {
    right: 0rem;
  }
  .four-box-grid {
    margin-top: 8rem;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 1.5rem;
  }
  .four-box-grid .four-box-box {
    padding: 2rem;
  }
  .total-fund-grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 3rem;
  }
  .total-fund-grid .total-fund-grid-Right-box {
    padding: 0 2rem 4rem 2rem;
  }
  .total-fund-grid .total-fund-grid-Right-box .total-fund-grid-Right-box-heading {
    margin: 0 -2rem 3rem -2rem;
    padding: 3rem 2rem;
  }
  .make-donation-grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .make-donation-grid .make-donation-left {
    padding: 4rem;
    text-align: center;
  }
  .make-donation-grid .make-donation-left h4 {
    font-size: 4.2rem;
    line-height: 4.8rem;
    margin-bottom: 2.5rem;
  }
  .make-donation-grid .make-donation-left a {
    margin: auto;
    width: 23rem;
    height: 5rem;
  }
  .make-donation-grid img {
    display: none !important;
  }
  .home-about-section-1-grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    margin-top: -3rem;
  }
  .home-about-section-1-grid .home-about-section-1-Left img {
    width: 100%;
  }
  .home-about-section-1-grid .home-about-section-1-Right h2 {
    margin-left: 5rem;
  }
  .home-about-section-2-grid {
    padding-left: 0rem;
    grid-gap: 1rem;
  }
  .home-about-section-2-grid .home-about-section-2-box {
    padding-left: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .home-about-section-2-grid .home-about-section-2-box h3 {
    font-size: 3.6rem;
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
  .home-about-section-2-grid .home-about-section-2-box h4 {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .home-about-section-2-grid .home-about-section-2-box h4 br {
    display: none;
  }
  .home-about-section-2-grid .home-about-section-2-box::before {
    display: none;
  }
  .banner-section .banner-section-box {
    padding-left: 4rem;
  }
  .banner-section .banner-section-box h3 {
    font-size: 4rem;
    line-height: 5.4rem;
  }
  .image-gallery-home .gallery-slider .slick-prev {
    left: 0.5rem;
  }
  .image-gallery-home .gallery-slider .slick-next {
    right: 0.5rem;
  }
  .footer-banner {
    padding: 2.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
  }
  .footer-banner h4 {
    margin-bottom: 2rem;
  }
  .footer-banner h4 br {
    display: none;
  }
  footer {
    padding: 16rem 0 6rem 0;
  }
  footer .footer-grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 2.5rem;
  }
  footer .footer-grid .footer-2 ul li {
    display: inline-block;
    margin-right: 1rem;
  }
  .inner-hero-container {
    height: 35rem;
    margin-top: 0;
  }
  .inner-hero-container .inner-hero-container-box {
    top: 50%;
    left: 2rem;
    right: 2rem;
    max-width: initial;
    text-align: center;
  }
  .about-project-inner-hero-container img {
    -o-object-position: right;
       object-position: right;
  }
  .about-page-grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 2rem;
  }
  .about-page-grid .about-page-box-1 h3 {
    font-size: 4.2rem;
    line-height: 4.8rem;
    margin-bottom: 0;
    margin-top: 2rem;
  }
  .about-page-grid .about-page-box-4 .about-page-box-4-box {
    padding-left: 6rem;
  }
  .about-page-grid .about-page-box-4 .about-page-box-4-box i {
    font-size: 5rem;
  }
  .about-page-grid .about-page-box-4 .about-page-box-4-box p {
    margin-bottom: 0;
    font-size: 1.6rem;
  }
  .about-section-2 .about-section-2-grid {
    grid-gap: 2.5rem;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .about-team-section .team-member-grid {
    grid-gap: 2rem;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  .about-team-section .team-member-grid .team-member-box {
    padding: 3rem 1rem;
  }
  .modal-pop .modal-dialog {
    padding: 4rem 2rem;
  }
  .modal-pop .modal-dialog span {
    top: 0.5rem;
    right: 0.5rem;
  }
  .modal-pop .modal-dialog .pop-detail img {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .contact-2-section .contact-2-section-Right {
    padding: 4rem 2.5rem 2.5rem 2.5rem;
    grid-template-columns : 1fr;
    grid-gap: 1.5rem;
  }
  .contact-2-section .contact-2-section-Right .contact-form-div {
    margin-bottom: 2rem;
  }
  .contact-2-section .contact-2-section-Right .contact-form-div:nth-of-type(5), .contact-thanks-message{grid-column-start: initial; grid-column-end: initial;}
  .contact-1-section {
    padding: 8rem 0 2rem 0;
  }
  .contact-1-section i {
    display: none;
  }
  .float {
    width: 4rem;
    height: 4rem;
    font-size: 2.4rem;
    right: 1rem;
    bottom: 2rem;
  }
  .fixed_call {
    width: 4rem;
    height: 4rem;
    font-size: 2.4rem;
    right: 1rem;
    bottom: 7rem;
  }
  #button_top {
    width: 4rem;
    height: 4rem;
    font-size: 2rem;
    right: 1rem;
    bottom: 12rem;
  }
}

.slick-next, .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
  opacity: 1;
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: .25;
}

.slick-next:before, .slick-prev:before {
  font-family: Phosphor;
  font-size: 30px;
  line-height: 1;
  opacity: .75;
  color: #9c9c9c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -15px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '\f104';
}

[dir=rtl] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -15px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '\f105';
}

[dir=rtl] .slick-next:before {
  content: '←';
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}

.slick-dots li button:focus, .slick-dots li button:hover {
  outline: 0;
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: Phosphor;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000;
}

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

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

.slick-list:focus {
  outline: 0;
}

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
  margin: auto;
  -webkit-box-shadow: 1px 6px 5px 0 rgba(0, 0, 0, 0.22);
          box-shadow: 1px 6px 5px 0 rgba(0, 0, 0, 0.22);
}

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

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

.slick-initialized .slick-slide {
  display: block;
  margin: 0 5px;
}

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

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

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

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #ffffff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  height: 42px;
  line-height: 40px;
  outline: 0;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select.open, .nice-select:active, .nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #ccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: 0;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.nice-select .option.focus, .nice-select .option.selected.focus, .nice-select .option:hover {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: 700;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: .8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial,Baskerville,monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  display: none;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 0 15px;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
  display: none;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%, 100%, 50% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 100%, 50% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

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

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

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

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

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

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

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

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

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

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

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

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

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

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

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

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

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

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

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

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

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

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

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

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

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

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

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

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

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

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

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

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

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

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

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

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

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

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

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

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

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

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

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

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

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

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

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

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

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

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

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0);
    transform: perspective(400px) rotateX(0);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0);
    transform: perspective(400px) rotateX(0);
    opacity: 1;
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    opacity: 1;
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0);
    transform: perspective(400px) rotateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0);
    transform: perspective(400px) rotateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0) skewX(-15deg);
    transform: translateX(0) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0) skewX(0);
    transform: translateX(0) skewX(0);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0) skewX(-15deg);
    transform: translateX(0) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0) skewX(0);
    transform: translateX(0) skewX(0);
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0) skewX(0);
    transform: translateX(0) skewX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0) skewX(0);
    transform: translateX(0) skewX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

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

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

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

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

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

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

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

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

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

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

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

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

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

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

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

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

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

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

.form_validation_error {
  color:red;
}
/*# sourceMappingURL=style.css.map */