/*Primary Fonts*/
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/montserrat-regular.ttf); }
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: normal;
  src: url(../fonts/montserrat-italic.ttf); }
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: bold;
  src: url(../fonts/montserrat-bold.ttf); }
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: bold;
  src: url(../fonts/montserrat700italic.ttf); }
/*End of Fonts*/
body {
  font-family: 'Montserrat';
  background:#f3f4f8;
   }
  .zero-padding{ padding:0px; }

.highlight {
  color: #ee2e24; }

.btn-theme {
  background: #ee2e24;
  color: #ffffff;
  text-transform: uppercase; }

.btn-theme:hover {
  color: #ffffff;
  opacity: 0.9; }

textarea {
  resize: none; }

.large-txt p {
  font-size: 12px; }
  .large-txt p span {
    float: left;
    font-size: 49px;
    font-weight: bold;
    line-height: 82%;
    margin-right: 8px; }
.first-content h1{
	font-size:34px;
	color:#ee2e24!important;
}

.first-content p {
  font-size: 14px; }

header .icons-group .icon-circle {
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 100%; }

header .row {
  background: #ffffff;
  padding: 10px;
  position: fixed;
  z-index: 99;
  width: 100%;
  border-bottom: 2px solid #dddddd; }
  header .logo-img img{ padding-top: 10px; }
header .icons-group {
  text-align: right;
  margin-top: 10px; }
  header .icons-group ul {
    padding: 0px;
    margin: 0px;
    list-style: none; }
  header .icons-group li {
    border-right: 1px solid #555555;
    font-size: 13px;
    line-height: 6px;
    padding: 0px 6px 0px 7px;
    display: inline;
    color: #555555;
}
  header .icons-group li:last-child {
    border-right: 0px;
    padding-right: 0px; }
  header .icons-group a {
    color: #555555; }
  header .icons-group .icon-circle {
    background: #ee2e24;
    color: #ffffff;
    margin: 4px; }

.banner-wrapper {
  position: relative;
  margin-top: 70px; }
  .banner-wrapper .image-section .mobile-banner {
    display: none; }
  .banner-wrapper .caption {
    position: absolute;
    top: 50%;
    text-align: right;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1108px; }
  .banner-wrapper .caption a {
    color: #000000; }
  .banner-wrapper .caption .twitter {
    margin-bottom: 0px;
    padding-bottom: 0px; }
  .banner-wrapper .caption h1 {
    font-size: 50px;
    color: #2e2e2e;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-weight: bold;
    margin-top: 2px; }
  .banner-wrapper .caption p {
    color: #555555;
    font-size: 20px; }

.body-section {
  margin-top: 30px; }
  .body-section .form-section .form-body h3{
  font-size:16px;
  font-weight: bold;
  margin-bottom: 4px;}
  .body-section .form-section .form-heading h2{
  font-size:24px;
  margin:0;
  }
.body-section .form-section .form-heading {
  background: #ee2e24;
  padding: 10px 15px;
  color: #ffffff;
  font-size: 18px; }
.body-section .form-section .form-body {
  padding: 8px 0px;
  border: 1px solid #ddd;
  background: #fff; }
.body-section .form-section .form-body .mandat {
  color: #ee2e24 !important;
  margin-top: 10px;
  font-weight: bold; }
.body-section .form-section .form-body .row {
  margin: 5px 7px;
  padding-bottom: 10px;
  /*border-bottom: 1px solid #dddddd;*/ }
.body-section .form-section .form-body .row:last-child {
  border-bottom: 0px;
  padding-bottom: 0px; }
.body-section .form-section .form-body .row .middle-col {
  padding: 0px; }
.body-section .form-section .form-body .row .form-control {
  font-size: 12px; 
  border-radius:0px;
}
.body-section .form-section .form-body label {
  font-size: 12px; }
.body-section .form-section .form-body label span {
  color: #ee2e24;
  font-size: 16px; }
.body-section .form-section .form-body h5 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 4px; }
.body-section .form-section .form-body p {
  font-size: 10px;
  font-style: italic;
  margin: 0px; }
.body-section .form-section .form-body .btn-mar {
  margin-top: 15px; }
.body-section .form-section .form-body .circle {
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 100%;
  background: #ffff00;
  color: #282828;
  float: left;
  margin-right: 10px; }
.body-section .form-section .form-body .text-bot {
  font-size: 10px; }

.content-body {
  margin-top: 20px; }
  .content-body h2 {
    margin-top: 0px;
    color: #333;
    margin-bottom: 27px; }
  .content-body .info-gr {
    display: flex; }
    .content-body .info-gr .img-sec {
      padding-right: 0px;
      padding-left: 0px; }
    .content-body .info-gr .block {
      padding: 20px;
      color: #ffffff; }
      .content-body .info-gr .block h4 {
        font-size: 30px;
        font-weight: bold; }
      .content-body .info-gr .block p {
        font-size: 20px; }
      .content-body .info-gr .block .co-tex {
        position: absolute;
        top: 50%;
        transform: translateY(-50%); }
      .content-body .info-gr .block li {
        font-size: 17px; }
    .content-body .info-gr .bg1 {
      background: #49aff2;
      background-size: auto;
      position: relative; }
      .content-body .info-gr .bg1:before {
        content: "";
        border-right: 20px solid #49aff2;
        border-left: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-top: 20px solid transparent;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -40px; }
    .content-body .info-gr .bg2 {
      background: #ff63b4;
      position: relative; }
      .content-body .info-gr .bg2:before {
        content: "";
        border-right: 20px solid transparent;
        border-left: 20px solid #ff63b4;
        border-bottom: 20px solid transparent;
        border-top: 20px solid transparent;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -40px;
        z-index: 9; }
    .content-body .info-gr .bg3 {
      background: #dea30d;
      position: relative; }
      .content-body .info-gr .bg3:before {
        content: "";
        border-right: 20px solid #dea30d;
        border-left: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-top: 20px solid transparent;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -40px; }
    .content-body .info-gr .bg4 {
      background: #3ead55;
      position: relative; }
      .content-body .info-gr .bg4:before {
        content: "";
        border-right: 20px solid transparent;
        border-left: 20px solid #3ead55;
        border-bottom: 20px solid transparent;
        border-top: 20px solid transparent;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -40px;
        z-index: 9; }
  .content-body .tpal {
    margin-top: 6px; }

.no-mar {
  margin-top: 0px !important; }
  .no-mar h3 {
    font-weight: bold;
    font-size: 20px; }

.impact {
 /*  margin-top: 30px; */
  background: #f2f2f2;
  padding: 20px; }
  .impact .block-wrapper {
    margin-top: 20px; }
    .impact .block-wrapper img {
      margin-bottom: 10px; }
  .impact h1 {
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 30px; }
  .impact .block {
    border: 1px solid #333;
    padding: 10px; }

.fa-check {
  color: #ee2e24; }

.list-section ul {
  padding: 0px;
  margin: 0px;
  list-style: none; }

/* .moneyspent */
.moneyspent {
  padding: 32px 0 20px 0;
  background: #dddddd; }

.moneyspent h3 {
  display: inline-block;
  margin-top: 20%;
  font-size: 40px;
  font-weight: bold; }

.list-pad {
  padding: 130px 0 0; }

.list-pad li {
  padding-left: 130px;
  background-image: none;
  list-style: none;
  position: relative;
  padding-bottom: 50px; }

.list-pad li:nth-child(n+1):before {
  content: "80%";
  color: #EF1B27; }

.list-pad li:nth-child(n+2):before {
  content: "13%";
  color: #00ABF0; }

.list-pad li:nth-child(n+3):before {
  content: "7%";
  color: #818286; }

.list-pad li:nth-child(n+1):before, .list-pad li:nth-child(n+2):before, .list-pad li:nth-child(n+3):before {
  position: absolute;
  top: -12px;
  left: 0;
  font-size: 50px; }

.footer {
  background: #333;
  color: #ffffff;
  padding: 15px; }

.suuport-child {
  margin-top: 30px;
  background: url(../images/what_is_issue.jpg) no-repeat center;
  background-size: cover;
  padding: 30px 0px; }
  .suuport-child h2 {
    color: #ffffff;
    font-weight: bold;
    text-align: center; }
  .suuport-child p {
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    margin-top: 20px; }

.footer-wrapper {
  background: #555555;
  padding: 10px;
  color: #ffffff; }

.footer-wrapper ul {
  padding: 0px;
  margin: 0px;
  list-style: none; }

.footer-wrapper li {
  display: inline-block;
  border-right: 1px solid #ffffff;
  padding-left: 6px;
  padding-right: 9px;
  line-height: 12px;
  font-size: 12px; }

.footer-wrapper li:first-child {
  padding-left: 0px; }

.footer-wrapper li:last-child {
  border-right: 0px; }

.footer-wrapper a {
  color: #ffffff; }

.footer-wrapper .social-icons {
  margin-top: 25px; }

.footer-wrapper .social-icons a i {
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: #ffffff;
  color: #ee2e24;
  text-align: center;
  border-radius: 100%;
  font-size: 18px; }

.footer-wrapper .social-icons a:hover {
  text-decoration: none; }
.mobile-dis{
    display: none;
}
.next-btn{
    margin-top: 15px !important;
}
@media screen and (max-width: 768px) {
    .dis-non {display:none; } 
    .desktop-dis{
        display: none;
    }
    .mobile-dis{
        display: block;
        margin-top: 20px;
    }
  .co-tex {
    position: static !important;
    top: 50% !important;
    transform: translateY(0%) !important; }
    header .icons-group li {
        border-right: 0px;
        width: 100%;
        display: block;
        text-align: left;
        padding-left: 0px;
    }

  header .row {
    position: static;
    background: #ffffff;
    padding: 10px;
    border-bottom: 0px; }
  header .icons-group {
    text-align: left;
    margin-top: 10px; }
  header .icons-group ul {
    padding: 0px;
    margin: 0px;
    list-style: none; }
  header .icons-group li {
    border-right: 0px; }

  .banner-wrapper {
    margin-top: 0px; }
.body-section .form-section {
    margin-top: 10px; }
  .body-section .form-section .form-heading {
    background: #ee2e24;
    padding: 10px 15px;
    color: #ffffff;
    font-size: 18px; }

  .body-section .form-section .form-body {
    padding: 8px 0px;
    background: #ffffff; }
  .body-section .form-section .form-body .row {
    margin: 5px 7px;
    padding-bottom: 10px;
     }
  .body-section .form-section .form-body .row:last-child {
    border-bottom: 0px;
    padding-bottom: 0px; }
  .body-section .form-section .form-body .row .middle-col {
    padding: 15px 15px 0px 15px;  }
  .body-section .form-section .form-body .row .form-control {
    font-size: 12px; }
  .body-section .form-section .form-body label {
    font-size: 12px; }
  .body-section .form-section .form-body h5 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 4px; }
  .body-section .form-section .form-body p {
    font-size: 10px;
    font-style: italic;
    margin: 0px; }
  .body-section .form-section .form-body .btn-mar {
    margin-top: 15px; }
  .body-section .form-section .form-body .circle {
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 100%;
    background: #ffff00;
    color: #282828;
    float: left;
    margin-right: 10px; }
  .body-section .form-section .form-body .text-bot {
    font-size: 10px; }
  .body-section .right-pad-0 {
    padding-right: 15px; }
  .banner-wrapper .image-section .desktop-banner {
    display: none; }
  .banner-wrapper .image-section .mobile-banner {
    display: block; }
  .banner-wrapper .caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 83%; }
  .banner-wrapper .caption h1 {
    font-size: 20px;
    color: #ffffff; }
  .banner-wrapper .caption p {
    font-size: 14px;
    color: #ffffff; }

  .body-section .content-body h2 {
    margin-top: 0px;
    color: #ee2e24; }
  .body-section .content-body .info-gr {
    display: block; }
    .body-section .content-body .info-gr .block {
      padding: 10px;
      width: 100%;
      color: #ffffff; }
    
  .body-section .content-body .tpal {
    margin-top: 6px; }

  .moneyspent h3 {
    font-size: 25px;
    margin-top: 0px;
    font-weight: bold; }
  .moneyspent .list-pad {
    padding: 10px 0px 0px; }
    .moneyspent .list-pad li {
      padding-bottom: 20px; }

  .content-body h2 {
    margin-top: 0px;
    color: #ee2e24; }
  .content-body .info-gr {
    display: block;
    margin-bottom: 13px; }
    .content-body .info-gr .img-sec {
      padding-right: 0px;
      padding-left: 0px; }
    .content-body .info-gr .block {
      padding: 20px;
      color: #ffffff; }
      .content-body .info-gr .block h4 {
        font-size: 24px;
        font-weight: bold; }
      .content-body .info-gr .block p {
        font-size: 14px; }
    .content-body .info-gr .bg1 {
      
      background-size: auto;
      position: relative; }
      .content-body .info-gr .bg1:before {
        content: "";
        border-right: 20px solid transparent;
        border-left: 20px solid transparent;
        border-bottom: 20px solid #49aff2;
        border-top: 20px solid transparent;
        position: absolute;
        top: -20%;
        left: 50%;
        transform: translateX(-50%);
        transform: translateY(none); }
    .content-body .info-gr .bg2 {
      
      position: relative; }
      .content-body .info-gr .bg2:before {
        content: "";
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-top: 20px solid #ff63b4;
        position: absolute;
        bottom: -40px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        z-index: 9;
        top: auto; }
    .content-body .info-gr .bg3 {
      
      background-size: auto;
      position: relative; }
      .content-body .info-gr .bg3:before {
        content: "";
        border-right: 20px solid transparent;
        border-left: 20px solid transparent;
        border-bottom: 20px solid #dea30d;
        border-top: 20px solid transparent;
        position: absolute;
        top: -19%;
        left: 50%;
        transform: translateX(-50%);
        transform: translateY(none); }
    .content-body .info-gr .bg4 {
      
      position: relative; }
      .content-body .info-gr .bg4:before {
        content: "";
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-top: 20px solid #3ead55;
        position: absolute;
        bottom: -40px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        z-index: 9;
        top: auto; }
  .content-body .tpal {
    margin-top: 6px; } }

/*# sourceMappingURL=main.css.map */
.readmore-btn {
  display:none;
  background:#ee2e24;
  color:#fff;
  cursor:pointer;
  border-radius:20px;
  border:solid 1px #ee2e24;
  padding:4px 8px; 
}
@media(max-width:767px){
  .body-section {
    margin-top:0;
  }
  .img-gallery .testimonial_section{
    height:350px!important;
  }
  .readmore-btn {display:inline-block;}
	.mobile-dis h1{
		font-size:30px;
		color:#ee2e24;
	}
	.mobile-dis h2{
		color:#333;
  }
  .form-heading h2 {
    color:#fff;
    margin-bottom:0;
  }
  .content-body {margin-top:0;}
  .zero-padding { padding:0px;  }
  .footer-wrapper{ margin-top:20px; }
}
/*--==upd-10-july==--*/
.padding-right-zero{
     padding-right:0px;
}
.card-block {
    background: #fff;
    -webkit-box-shadow: 0 72px 164px 0 rgba(45,54,95,.05);
    -moz-box-shadow: 0 72px 164px 0 rgba(45,54,95,.05);
    -ms-box-shadow: 0 72px 164px 0 rgba(45,54,95,.05);
    -o-box-shadow: 0 72px 164px 0 rgba(45,54,95,.05);
    box-shadow: 0 72px 164px 0 rgba(45,54,95,.05);
}
.btn-theme1 {
    background: #ee2e24;
    font-size: 12px;
    padding: 6px 5px;
    color: #ffffff;
    text-transform: uppercase;
}
.img-gallery .testimonial_section {
    height: 300px;
}
.testimonial_section {
    border: 1px solid #ccc;
    padding: 10px;
    height: 480px;
}
.owl-theme .owl-nav [class*=owl-] {
    background: #ea1c25 !important;
}
.gallery-imgs .thumbnl .iconnth {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}
.iconn {
    height: 40px;
    width: 40px;
    line-height: 40px !important;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background: rgba(237,27,36, 0.9);
    border-radius: 100%;
}
.first-content .nav-tabs{border-bottom:none;}
.first-content .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
  border:none;
  color:#e61914;
}
.first-content .nav-tabs>li a{
  color:#000;
}
.mt-20{
  margin-top:20px;
}
.brd-top{
  border-top:solid 1px #ccc;
  padding-top:5px;
  margin-top:5px;
}
.img-gallery .testimonial_section {
    height: 208px!important;
}
.testm-slide img {
    height: auto;
}
.testm-slide p {
    margin-top:8px;
}