/*
Colors:
Blue = #123a54 rgba(18, 54, 184)
Lighter Blue Section Background = #f0f3f8
Bright Blue = #009CF8   rgba(0, 156, 248,

Alt:
Gold: #E59D23
Orange: #FF5C00  #FF991C  #FF6700

OLD GREENS:
rgba(0, 0, 0, 0.9);
#23a884 changed to #009CF8
hover: #1f9373 changed to 

Bright GREEN: #009a00

Muted Green = #6a7f8d

METER COLOR:
Global change in script.js from fill: "#23a884" to fill: "#009CF8"

Font: Global change in style.css from Dosis to Barlow

*/

/*--------------------------------------------------------------
donation-section
--------------------------------------------------------------*/
.donation-section {
  /*** about compay  ***/
  /*** some-info ***/
}

.donation-section .donation-section > span {
  font-size: 18px;
  font-size: 1.125rem;
  color: #6a7f8d;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .donation-section .donation-section > span {
    font-size: 16px;
    font-size: 1rem;
  }
}

.donation-section .donation-section h2 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.3em;
  margin: 0.33em 0 0.69em;
}

@media (max-width: 991px) {
  .donation-section .donation-section h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (max-width: 767px) {
  .donation-section .donation-section h2 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.donation-section .donation-section p {
  margin-bottom: 50px;
}

.donation-section .left-col {
  padding-left: 15px;
}

@media (max-width: 991px) {
  .donation-section .left-col {
    display: none;
  }
}

.donation-section .some-info {
  position: relative;
}

.donation-section .some-info .circle {
  background-color: #e6f2ef;
  width: 400px;
  height: 400px;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.donation-section .some-info .circle:before {
  content: "";
  background-color: rgba(35, 168, 132, 0.5);
  width: 180px;
  height: 180px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.donation-section .some-info .circle:after {
  content: "";
  background-color: #009CF8;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.donation-section .some-info .info-box:nth-child(2) {
  left: -30px;
  top: -30px;
}

.donation-section .some-info .info-box:nth-child(2):before {
  border-bottom: 15px solid transparent;
  border-right: 15px solid #fff;
  bottom: -15px;
}

.donation-section .some-info .info-box:nth-child(3) {
  top: 120px;
  left: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.donation-section .some-info .info-box:nth-child(3):before {
  border-bottom: 15px solid transparent;
  border-left: 15px solid #fff;
  bottom: -15px;
  right: auto;
  left: 0;
}

.donation-section .some-info .info-box:last-child {
  left: 0%;
  top: 60%;
}

.donation-section .some-info .info-box:last-child:before {
  border-left: 15px solid transparent;
  border-bottom: 15px solid #fff;
  bottom: -15px;
  right: 0;
  left: auto;
  top: -15px;
  bottom: auto;
}

.donation-section .some-info .info-box {
  background-color: #fff;
  padding: 15px 25px 15px 80px;
  text-align: center;
  -webkit-box-shadow: 0 0 12px 0 #e6e6e6;
  -moz-box-shadow: 0 0 12px 0 #e6e6e6;
  -o-box-shadow: 0 0 12px 0 #e6e6e6;
  -ms-box-shadow: 0 0 12px 0 #e6e6e6;
  box-shadow: 0 0 12px 0 #e6e6e6;
  position: absolute;
}

.donation-section .some-info .info-box:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

.donation-section .some-info .info-box .icon {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.donation-section .some-info .info-box .fi:before {
  font-size: 35px;
  font-size: 2.1875rem;
  color: #009CF8;
}

.donation-section .some-info .info-box h4 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  color: #123a54;
  margin: 0;
  text-transform: uppercase;
}

.donation-section .some-info .info-box .details span {
  font-size: 16px;
  font-size: 1rem;
  color: #6a7f8d;
}

