/*Containers*/
.container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 80px;
}

body {
  font-family: 'Kanit', sans-serif;
  font-weight: 400;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #0000ff;
  transition: all 0.3s ease-in-out;
}


.overlay-loader {
    position: fixed;
    background: rgba(0, 0, 0, .8);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    max-width: 100%;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: 50%;
}

.pac-card {
  background-color: #fff;
  border: 0;
  border-radius: 2px;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
  margin: 10px;
  padding: 0 0.5em;
  font: 400 18px Roboto, Arial, sans-serif;
  overflow: hidden;
  font-family: Roboto;
}

#pac-container {
  padding-bottom: 12px;
  margin-right: 12px;
}

.pac-controls {
  display: inline-block;
  padding: 5px 11px;
}

.pac-controls label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
}

.btn {
  border: 3px solid #70a1e1;
  color: #70a1e1;
  background: #000000;
  width: 230px;
  min-height: 60px;
  margin: 0 60px;
  font-size: 25px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
}

.btn:hover {
  background: #70a1e1;
  color: white;
}

.flex-column-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/*header*/

header {
  display: none !important;
  background: #181818;
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo img {
  position: relative;
  color: white;
  font-family: 'Pacifico', cursive;
  font-size: 30px;
  height: 70px;
  display: block;
}


/*
.logo:before {
  content: '';
  width: 28px;
  height: 64px;
  background: #70a1e1;
  position: absolute;
  left: 0;
  top: 0;
}
*/
/*

.logo span {
  position: relative;
  padding-left: 17px;
  display: block;
}
*/

/*slider*/
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

/*Menu*/
#menu-icon {
  display: block;
  color: white;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
  opacity: 1;
  font-size: 30px;
}

.menu {
  display: flex;
  list-style: none;
}

.menu li a {
  color: #fff;
  font-size: 18px;
  font-family: 'Kanit', sans-serif;
  text-decoration: none;
  padding: 15px;
}

.menu li a.active,
.menu li a:hover {
  background: #70a1e1;
  color: #303030;
}

/*hero*/

.hero {
  background: #EAEAEA;
  color: #ffffff;
  padding-bottom: 290px;
}

.hero.hero-inner-pages {
    padding-bottom: 200px;
}
.hero.checkout-hero {
    padding-bottom: 50px;
}

.hero .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}


h1 {
  font-size: 60px;
  margin-bottom: 0;
}

h2 {
      padding-top: 50px;
    font-family: 'Oregano', cursive;
    font-size: 52px;
    color: #70a1e1;
    margin-bottom: 36px;
}

.button-wrapper {
  display: flex;
}

.img-reverse {
  transform: rotate(-180deg);
}

.goal-container {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: -220px;
  padding-bottom: 0px;
}

.goal{
    width: calc(100% - 300px);
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: 1px 1px 20px 6px #0000000f;
    margin-right: 20px;
}
.donations{
      box-shadow: 1px 1px 20px 6px #0000000f;
    width: 300px;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}
.goal-container .title{
    text-align: center;
    padding: 10px;
    background-color: #70a1e1;
    font-size: 22px;
}
.content-box{
    padding: 20px 5px;
    background: #fff;
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: space-around;
}
.goal-container .content-box:last-child{
  border-bottom: 0px solid #ccc;
}
.name{
    width: 50%;
    float: left;
}
.amount{
  text-align: right;
}
.amount p, .name p{
  padding-top: 5px;
  color: #b3b3b3;
}
.bar{
  text-align: center;
    width: 50%;
    float: left;
}
.bar h3{
  padding-top: 20px;
  font-size: 50px;
}
.bar p{
  padding-bottom: 10px;
  font-size: 16px;
  color: #b3b3b3;
}
.bar span{
  font-size: 16px;
  color: #b3b3b3;
}
.bar span b{
  font-size: 16px;
  color: #000;
}
.count{
    width: 50%;
    border-left: 1px solid #ccc;
    padding: 0px 20px;
}
.count h3{
      padding-top: 40px;
  text-align: center;
  font-size: 25px;
}
.progress{
  padding: 20px 0px;
}
progress {
  border-radius: 100px;
  overflow: hidden;
  margin-bottom: 10px;
  width: 80%;
  height: 10px;
  background: crimson;
}
progress::-webkit-progress-value {
  background: #70a1e1;
}

.counter-box{
  padding: 20px 0px;
  text-align: center;
  display: flex;
justify-content: space-around;
}
.counter-box p{
  font-size: 14px;
  color: #b3b3b3;
}
.counter-box p b{
  font-size: 40px;
  color: #000;
}

.play-icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 117px;
  height: 117px;
}

.features-banner {
  background: #f5f5f5;
  color: #ffffff;
  padding: 100px 0;
}

.features-banner .btn {
  margin-top: 80px;
}

.banner-title {
  font-size: 42px;
  color: #303030;
  font-weight: 600;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
}

.sub-title {
  font-family: 'Pacifico', cursive;
  position: absolute;
  color: #70a1e1;
  font-size: 70px;
  opacity: 0.3;
}

.title {
  position: relative;
/*  margin-top: 55px;*/
  font-family: 'Kanit', sans-serif;
  font-weight: 600;
}

.features {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}

.features-item {
  width: 395px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  flex-basis: 395px;
  margin-bottom: 38px;
  background: #303030;
}

.features-item:hover {
  box-shadow: 0 0 8px #303030;
}

.features-item p {
  font-size: 22px;
  font-weight: 100;
  font-family: 'Kanit', sans-serif;
  background: #303030;
  color: #ffffff;
  padding: 30px 25px;
  line-height: 1.5;
  padding-right: 20%;
}

.features-heading {
  font-size: 28px;
  font-weight: 600;
  background: #70a1e1;
  color: #303030;
  padding: 15px 25px;
}

span.timeline-date {
    font-size: 18px;
}
.completed {
  position: absolute;
  right: -22px;
  bottom: -25px;
}

.about-banner {
  background: white;
  padding: 0px 0;
  color: #303030;
}

.about-title {
  font-size: 24px;
  margin-bottom: 30px;
}

.about-banner .container {
  max-width: 1200px;
  padding: 80px;
  text-align: center;
  opacity: 0.8;
}

.about-banner p {
  margin-bottom: 30px;
  line-height: 1.5;
  opacity: 0.8;
}

.no-margin {
  margin: 0 !important;
}

.about-banner a {
  text-decoration: underline;
}

footer {
  display: flex;
  align-items: center;
  position: relative;
}

.full-img {
  width: 100%;
}

.footer-img-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 55px;
  margin: auto;
  text-align: center;
}


/*Checkout Page*/
.checkout-bg {
    background: #f5f5f5;
}
.main-box {
    margin: 50px 0;
}
.row {
    flex-wrap: wrap;
    position: relative;
    display: flex;
    width: 100%;
}
.col-left-check, .col-right-check {
    width: 50%;
    flex: 1;
}
.col-left-check {
    padding-right: 20px;
}
.col-right-check {
    padding-left: 20px;
    margin-top: 15px;
}
.col-left-check .cause-thumb {
    max-width: 100%;
}
.col-left-check h3 {
    color: #000;
    font-size: 36px;
    margin: 0 0 20px;
}
.col-left-check .description {
    color: #303030;
    font-size: 16px;
    margin: 0 0 20px;
}
.donate-form {
    padding: 20px 20px 10px;
    box-shadow: 1px 1px 20px 6px #0000000f;
}
fieldset.custom_prices {
    padding: 12px 20px 5px;
    margin: 20px 0 40px;
    border: 2px solid #70a1e1;
    border-radius: 5px;
}
fieldset.custom_prices legend {
    font-size: 18px;
    font-weight: 500;
    color: #303030;
    padding: 0 5px;
}
.radio-button-price {
    margin-bottom: 10px;
    float: left;
    margin-right: 15px;
}
.radio-button-price .radio-button__label-wrapper {
    border-radius: 50%;
    cursor: pointer;
    display: block;
    padding-left: 25px;
    position: relative;
}
.donate-form label {
    color: #303030;
    font-size: 16px;
    padding-left: 5px;
}
.radio-button-price .radio-button__label-title {
    margin: 0;
    line-height: 22px;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #303030;
}
.radio-button-price .radio-button__input {
    opacity: 0;
    position: absolute;
    z-index: -1;
}
.radio-button-price  .radio-button__custom-indicator {
    background-color: #70a1e1;
    border: none;
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
    border-radius: 50%;
}
.radio-button-price .radio-button__input:checked ~ .radio-button__custom-indicator::after {
    display: block;
}
.radio-button-price .radio-button__custom-indicator::after {
    background-color: #303030;
    border-radius: 50%;
    content: "";
    display: none;
    height: 12px;
    left: 4px;
    position: absolute;
    top: 4px;
    width: 12px;
}
.amount-box {
    background-color: #181818;
    padding: 15px 30px 25px;
}
.amount-box h3 {
    font-size: 28px;
    text-align: center;
    margin: 10px 0 30px;
    font-weight: 500;
    color: #70a1e1;
}
.currency-button {
    float: left;
    padding: 15px;
    text-align: center;
    color: #fff;
    width: 70px;
    position: relative;
    background-color: #363636;
}
.currency-code {
    margin: 0;
    font-size: 22px;
    font-weight: 500;
}
.currency-symbol {
    margin: 5px 0 0 0;
    font-size: 12px;
}
.donate-form select#donate_currency {
    position: absolute;
    height: 100%;
    width: 100%;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    outline: none;
    border: none;
    top: 0;
    left: 0;
    padding: 10px;
    font-size: 18px;
    opacity: 0;
}
.amount-section {
    float: right;
    color: #fff;
}
.payment-amount {
    font-size: 48px;
    margin: 10px 0;
    font-weight: 400;
}
input#donate_amount {
    margin: 0 !important;
    font-size: 48px;
    width: 220px;
    border: 1px solid transparent;
    padding-right: 5px;
    height: auto;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-align: right;
    outline: none;
    background-color: transparent;
}
.clearfixing, .clearfix {
    clear: both;
}
.text-danger {
    color: red;
    margin: 0;
}
.donation-info .method {
    margin: 30px 0 0;
}
.donate-form .form-group {
    position: relative;
}
.method .radio-block {
    margin-bottom: 10px;
}
.method .radio-block input {
    margin: 0;
    width: 18px;
    height: 18px;
    vertical-align: bottom;
}
.method .rec_btns {
    display: block;
    border: 1px dotted #999;
    padding: 10px;
    margin: 10px 0;
}
.btn-group .btn-outline-success {
    margin-right: 15px;
}
.btn-group .btn-outline-success input[type="radio"] {
    width: 18px;
    height: 18px;
    vertical-align: bottom;
}
.active, .demo:hover {
    opacity: 1;
}
.rec_options.mt-3 {
    margin-top: 10px;
}
p.d-inline {
    color: #303030;
    font-size: 16px;
    display: inline-block;
    padding-left: 10px;
}
select#recurring_cycle {
    width: auto;
    font-size: 16px;
    padding: 2px 5px;
    border: 1px solid #303030;
    color: #303030;
}
.theme-btn {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 21px;
    color: #303030;
    font-weight: 600;
    text-transform: capitalize;
    background-color: #70a1e1;
    border: 0;
    outline: none;
    padding: 15px 40px;
    margin: 20px 0;
    cursor: pointer;
}
.legal-text {
    margin: 20px 0 20px;
    background-color: #181818;
    padding: 10px 0;
    display: none;
    color: #fff;
}
.legal-text p {
    color: #fff;
    font-size: 16px;
    padding: 5px 25px;
}

/*Checkout*/

.personal-info h5{
    font-size: 24px;
}
.calculation-box{
  padding: 15px 0px;
}
.donation-selected, .donation-total, .showPaymentMethod{
  padding: 10px 0px;
}
.user-info-sec input {
    height: 45px;
    margin: 10px 0px 10px 0px;
    padding: 10px;
    width: 95%;
    border: 1px solid #666;
}
.showPaymentMethod h5{
  font-size: 24px;
}
.showPaymentMethod .btn {
    width: 230px;
    margin: 0 30px;
    font-size: 20px;
    cursor: pointer;
}
.user-info-sec .form-group {
    width: 47%;
    margin-left: 10px;
}
.user-info-sec .form-group.col-lg-12.col-md-12.col-sm-12 {
    width: 100%;
}
.user-info-sec{
  padding: 10px;
  background: #fff;
  margin-bottom: 30px;
}
.cc_section input{
  height: 45px;
  margin: 0px 0px 10px 0px;
  padding: 10px;
  width: 95%;
  border: 1px solid #666;
}
.cc_section iframe{
  height: 55px;
  border: 0px;
}
.cc_section iframe input#data{
  height: 18px !important;
  border: 1px solid rgb(118 118 118) !important;
  margin: 10px 0px !important;
}
.field-label{
  padding-bottom: 9px;
}
.cc_section button{
  border: 3px solid #70a1e1;
  color: #70a1e1;
  background: #000000;
  min-height: 60px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  width: 230px;
  margin: 20px 0px;
  font-size: 20px;
  cursor: pointer;
}
.transaction{
  font-size: 22px;
}
.table-transaction{
  padding: 20px 0px;
}
.table-transaction th, .table-transaction td{
    height: 35px;
    padding: 10px;
    background: #fff;
    border: 1px solid #f5f5f5;
}

.checkout-bg .col-left-check h3 {
    color: #70a1e1;
    font-size: 42px;
    margin: 0 0 20px;
    padding-top: 50px;
}
.table-transaction .table{
      border: 0px;
    box-shadow: 1px 1px 20px 6px #0000000a;
    width: 100%
}
.calculation-box .form-group.col-lg-9.col-md-9.col-sm-12 {
    width: 75%;
}

.contact-page{
  background: #fff;
  max-width: 400px;
  box-shadow: 1px 1px 20px 1px #00000017;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}
.contact-page h3{
  padding: 10px;
  background: #70a1e1;
  margin-bottom: 10px;
}
.contact-page form{
      padding: 20px 30px 10px 30px;
}
.contact-page p{
  display: none;
}
.contact-page input{
  width: 100%;
  height: 35px;
  border: 0px;
  background: #f0f0f0;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 14px;
}

.contact-page textarea{
  width: 100%;
  height: 100px;
  border: 0px;
  padding: 10px;
    background: #f0f0f0;
  font-size: 14px;
  margin-top: -10px;
}

.contact-page button{
    background: #70a1e1;
    border: 0px;
    padding: 10px 15px;
}

/*Responsive*/
@media (min-width: 1200px) {
.about-banner .container {
  max-width: 992px;
}

}
@media (min-width: 1024px) {

  .about-banner .container {
    max-width: 740px;
  }
  footer video {
        width: 70% !important;
    margin: 0px auto 250px;
  }
}

@media (min-width: 993px) {
  #menu-icon {
    display: none;
  }
}

@media (max-width: 1365px) {
  /*Features*/
  .features-item {
    width: 48%;
    flex-basis: 48%;
  }
}

@media (max-width: 992px) {
  .donations .title {
      margin-top: 0px;
  }
  .content-box {
      padding: 20px 10px;
  }
  .goal-container {
      display: block;
  }
  .goal, .donations {
      width: 100%;
  }
  .donations {
    margin-top: 20px;
  }
  .container {
    padding: 0 40px;
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 60px;
  }

  /*header*/
  .navbar {
    display: none;
  }

  .navbar.expand {
    display: block;
  }

  header {
    position: relative;
  }

  .menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #000000;
    flex-direction: column;
    min-height: 80vh;
    padding-bottom: 30px;
    align-items: center;
	z-index: 1;
  }

  .menu li {
    display: block;
    text-align: center;
    width: 100%;
  }

  .menu li a {
    padding: 30px;
    display: block;
  }

  /*hero*/
  .video-container {
    padding-bottom: 0;
  }

  .video-container img {
    max-width: 100%;
  }

  /*Features*/

  .completed {
    transform: scale(0.5);
    right: -45px;
    bottom: -45px;
  }

  /*Footer*/
  .footer-img-overlay {
        bottom: -70px;
    padding-bottom: 10px;
  }

  .footer-img-overlay img {
    width: 80px;
  }
  .col-left-check, .col-right-check {
      width: 100%;
      flex: auto;
  }
  .checkout-bg .col-left-check h3 {
      padding-top: 0px;
  }
  .col-right-check {
    padding-left: 0px;
  }
  .col-left-check {
    padding-right: 0px;
}
}

@media (max-width: 768px) {
  .features-banner {
      padding: 30px 0;
  }
  /*Features*/
  .features-item {
    width: 100%;
    flex-basis: 100%;
  }

  .button-wrapper img {
    width: 50px;
  }
  .calculation-box .form-group.col-lg-9.col-md-9.col-sm-12 {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .bar, .count{
    width: 100%;
  }
  .count{
    border-left: 0px solid #ccc;
  }
  .progress {
      margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 20px !important;
  }

  .button-wrapper img {
    display: none;
  }

  #menu-icon {
    font-size: 24px;
  }

  .hero {
    padding-bottom: 230px;
  }

  .features-banner .btn {
    margin-top: 30px;
  }

  .features-banner,
  .about-banner {
    padding: 50px 0;
  }
  .logo img {
    height: 40px;
  }
  h2 {
    font-size: 40px;
  }
  h1 {
    font-size: 24px;
  }
}
