/* font-family: 'Barlow', sans-serif;
font-family: 'Barlow Semi Condensed', sans-serif; */
:root{
      --bs-body-color: #000;
}

a {
  text-decoration: none;
}
p, h1, h2{
  margin: 0;
}
b, strong {
    font-weight: 700;
}

body {
  font-family: "Barlow", sans-serif;

}

a:hover{
  text-decoration: underline;
}

.btn:hover{
  opacity: 0.9;
  text-decoration: none;
}

.container {
  max-width: 1380px;
}
.wrapper{
  padding-left: 8px;
  padding-right: 8px;
}
.form-control:focus {
  outline: 3px solid #198754;
  outline-offset: 2px;
}

/* header start */

.header-text{
  padding-top: 20px;
}
.header-text p,
.header-text a {
  font-size: 12px;
}

.header-text .top-text{
  padding-bottom: 23px;
}

.header-text a {
  color: #699b4c;
}
.header-text h1 {
  font-size: 35px;
  padding-top: 30px;
}
.header-text .logo {
  width: 100%;
  text-align: center;
}
.header-text .logo img{
  width: 177px;
}
@media (min-width:768px) and (max-width:992px){
  .header-text p,
  .header-text a{
    margin-right: 0;
  }
  
}
@media (min-width:768px) {
  .header-text p,
  .header-text a {
    font-size: 14px;
  }
  .header-text h1 {
    font-size: 60px;
    padding-top: 0;
  }
  .header-text .logo {  
    width: 279px;
    margin-left: auto;
  }
  .header-text .logo img{
    width: 279px;
  }
}

@media (max-width:767px) {
  .header-text p, .header-text a{
      flex: 0 0 50%;
      line-height: 1.3;
  }
  .header-text p{
    padding-right: 15px;
  }
}

/* User form start */
.user-form {
  height: auto;
  background-color: #699b4c;
  padding: 25px;
  margin-bottom: 23px;
  margin-top: 45px;
}

.user-form p {
  font-size: 18px;
  line-height: 1.3;
}

.user-form form {
  padding-top: 34px;
}

.form-control, .form-select {
  border-color: #646f7a;
  padding: 15px;
  font-weight: 500;
  font-size: 14px;
  color: var(--bs-body-color);
}

.user-form form ::placeholder {
  color: #646f7a;
}

.user-form form .btn-submit {
  background-color: #1171a4;
  border-color: #ffffff;
  font-size: 18px;
  padding: 15px 0;
  width: 100%;
}

.user-form form .note-para p {
  font-size: 12px;
  text-align: center;
}


@media (min-width:768px){
  .user-form {
    margin-top: 75px;
    padding: 60px 30px;
  }
  
  .user-form p {
    font-size: 24px;
  }
    
  .form-control{
    border-color: #646f7a;
  }
  
  .user-form form ::placeholder,
  .user-form form select {
    color: #646f7a;
    font-weight: 500;
    font-size: 14px;
  }
  
  .user-form form .btn-submit {
    font-size: 18px;
  }
  .user-form form .note-para p {
    font-size: 12px;
    text-align: left;
  }
}


/* User form end */

/* Cards section start */
.cards {
  margin-bottom: 50px;
}

.cards .card {
  height: 171px;
  padding: 20px 10px;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  color: #ffffff;
  font-size: 20px;
}

.access-to-evlp{
  background: url(../images/access-to-evlp-m.jpg) no-repeat center center;
  background-size: cover;
}
.procurement{
  background: url(../images/procurement-m.jpg) no-repeat center center;
  background-size: cover;
}
.medical-consultation{
  background: url(../images/medical-consultation-m.jpg) no-repeat center center;
  background-size: cover;
}
.donor-review{
  background: url(../images/donor-review-m.jpg) no-repeat center center;
  background-size: cover;
}
.logistical-support{
  background: url(../images/logistical-support-m.jpg) no-repeat center center;
  background-size: cover;
}
.robust-data{
  background: url(../images/robust-data-m.jpg) no-repeat center center;
  background-size: cover;
}


@media (min-width: 576px) {
  .cards .card {
    height: 350px;
    padding: 45px 25px 0 25px;

  }
  .access-to-evlp{
    background: url(../images/access-to-evlp.jpg) no-repeat center center;
    background-size: cover;
  }
  .procurement{
    background: url(../images/procurement.jpg) no-repeat center center;
    background-size: cover;
  }
  .medical-consultation{
    background: url(../images/medical-consultation.jpg) no-repeat center center;
    background-size: cover;
  }
  .donor-review{
    background: url(../images/donor-review.jpg) no-repeat center center;
    background-size: cover;
  }
  .logistical-support{
    background: url(../images/logistical-support.jpg) no-repeat center center;
    background-size: cover;
  }
  .robust-data{
    background: url(../images/robust-data.jpg) no-repeat center center;
    background-size: cover;
  }

}






/* Cards section end */

/* Our service / Our model start */
.top-arrow h2,
.bottom-arrow h2 {
  font-weight: 800;
  letter-spacing: 5px;
  position: relative;
  line-height: 52px;
  font-size: 34px;
  margin-bottom: 0;
}
.our-service-model p {
  padding: 53px 40px 40px 33px;
}

@media (min-width: 768px) {
  .top-arrow h2,
  .bottom-arrow h2 {
    line-height: 70px;
  }

}
@media (min-width:992px) {
  .our-service-model p {
    width: 863px;
    margin: 0 auto;
  }
}


.top-arrow h2::before {
  content: "";
  background-image: url("../images/poligon-shape.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 20px;
}

.bottom-arrow h2::after {
  content: "";
  background-image: url("../images/poligon-shape.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 20px;
  transform: rotate(180deg);
}

.our-service-model img {
  margin: 20px 0;
}

.our-service-model p {
  font-size: 20px;
}

/* Our service / Our model end */

/* We belive section start */
.we-belive-bg {
  background-image: url("../images/lady-bg-mobile.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  text-align: center;
  color: #ffffff;
  border-radius: 6px;
}

.we-belive-bg h2 {
  font-weight: 800;
  letter-spacing: 5px;
}

.we-belive-bg .first-row {
  height: 307px;
  border-bottom: 12px solid #ffffff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
}

.we-belive-bg .first-row h2 {
  font-size: 40px;
}

.we-belive-bg .first-row p {
  font-size: 20px;
  line-height: 1.3;
}

.we-belive-bg .second-row .service-result {
  height: 233px;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  padding: 30px 46px;
  border-bottom: 12px solid #ffffff;
}

.we-belive-bg .second-row .thirty-percent {
  padding: 40px;
  height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .we-belive-bg {
    background-image: url("../images/lady-bg.jpg");
  }

  .we-belive-bg .first-row {
    height: 410px;
    border-bottom: 12px solid #ffffff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    color: #000;
  }

  .we-belive-bg .first-row h2 {
    font-size: 40px;
    margin-left: 30px;
  }

  .we-belive-bg .first-row p {
    font-size: 20px;
      margin-left: 30px;
  }

  .we-belive-bg .second-row .service-result {
    border-right: 12px solid #ffffff;
    border-bottom: none;
    color: #000;
    height: 324px;
    display: flex;
    align-items: center;
    text-align: left;
    font-weight: 700;
    font-size: 24px;
    padding: 30px;
  }

  .we-belive-bg .second-row .service-result .service-result-text {
    width: 364px;
  }

  .we-belive-bg .second-row .thirty-percent {
    padding: 40px;
    height: 324px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}


/* We belive section end */



/* CTA section start */
.cta{
  padding-top: 53px;
  padding-bottom: 53px;
  text-align: center;
}
.cta p{
  font-size: 20px;
  line-height: 28px;
}
.cta .btn-visit {
  background-color: #699b4c;
  border-color: #ffffff;
  font-size: 16px;
  margin-top: 37px;
  padding: 15px;
  width: 100%;
}


@media (min-width: 768px){
  .cta p{
    font-size: 24px;
  }
  .cta .btn-visit{
    margin-top: 40px;
    width: 308px;
  }
}
@media (min-width: 992px){
  .cta {
    width: 860px;
    margin: 0 auto;
    padding-top: 102px;
    padding-bottom: 68px;
  }
}
/* CTA section end */




/* footer section start */
footer  .container{
  padding: 0;
} 
footer .copyright-footer {
  background-color: #1171A4;
  font-size: 14px;
  margin-bottom: 0;
  padding: 40px;
}

footer .copyright-footer {
  text-align: center;
  margin-bottom: 0;
}

footer .copyright-footer a {
  padding-bottom: 35px;
  display: inline-block;
}

@media (min-width: 768px) {
  footer .container{
    padding-left: 15px;
    padding-right: 15px;
  } 

  footer .copyright-footer {
    background-color: #1171A4;
    font-size: 14px;
    margin-bottom: 30px;
  }
  footer .copyright-footer a {
    padding-bottom: 0;
  }
  footer .copyright-footer {
    text-align: left;
  }
}

@media (min-width:768px) and (max-width:1024px){
  footer .copyright-footer {
    padding: 20px;
  }
}

@media (max-width: 767px){
  footer .copyright-footer {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
}

/* footer section end */