@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800,900&display=swap');

/* import Files  */
@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(nice-select.css);

* {
  box-sizing: border-box !important;
}

.container {
  max-width: 1170px;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  height: 100vh;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  line-height: 1.80857;
  font-weight: normal;
  overflow-x: hidden;
  background-color: #f7f7f9;
}

header {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  border-bottom: 1px solid #eaeaea;
  border-bottom-left-radius: 10%;
  color: #000;
  background: #fff;
  padding: 5%;
}

.heading {
  line-height: 90px;
  color: #0a71c3;
  font-weight: 600;
  font-size: 250%;
  width: 100%;
  margin-top: -80px;
}

.paragraph {
  height: 70%;
  font-family: lato, sans-serif;
}

.col-md-4 {
  height: fit-content;
}

.story {
  color: #171e2d;
  font-weight: 400;
  font-size: 130%;
  line-height: 135%;
  text-align: center;
}

.content {
  margin-top: 10%;
  text-align: center;
}

h2,
h3 {
  letter-spacing: 0;
  font-weight: normal;
  position: relative;
  padding: 0;
  line-height: normal;
  color: #111;
  margin: 0;
}

h1 {
  color: #101010;
  font-weight: 700;
  font-size: 80px;
  line-height: 90px;
}

h2 {
  font-size: 22px;
}

.sub {
  font-family: Poppins, sans-serif;
  font-size: 300%;
  font-weight: 700;
  letter-spacing: 0.37px;
  color: #0a71c3;
}

h3 {
  font-size: 18px;
}

p {
  margin: 0;
  font-weight: normal;
  font-size: 17px;
  line-height: 28px;
  color: #2d2d2d;
}

img {
  max-width: 100%;
  height: auto;
}

.titlepage {
  padding-bottom: 40px;
}

.titlepage h2 {
  font-size: 45px;
  color: #2d2d2d;
  line-height: 50px;
  font-weight: bold;
  padding: 0;
  display: inline-block;
}

.titlepage p {
  padding-top: 0;
}

.text_align_center {
  text-align: center;
}

.d_flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@-webkit-keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;
  }
}

/** join section **/
.join {
  background: #fff;
  padding-top: 90px;
  padding-bottom: 60px;
}

.latest {
  background: #fff;
  padding: 10px;
  box-shadow: 0 0 69px rgba(13, 3, 3, 0.06);
  margin-bottom: 55px;
  height: 500px;
  overflow-y: auto;
}

.latest::-webkit-scrollbar {
  width: 0.2em; /* set the width of the scrollbar */
}

.latest::-webkit-scrollbar-thumb {
  background-color: #888; /* set the color of the scrollbar thumb */
  border-radius: 0.2em; /* round the corners of the thumb */
}

.latest::-webkit-scrollbar-thumb:hover {
  background-color: #555; /* set the color of the scrollbar thumb on hover */
}

.latest figure {
  margin: 0;
}

.latest span {
  display: block;
  background: #121212;
  width: 98px;
  height: 43px;
  margin: 0 auto;
  text-align: center;
  z-index: 999999;
  line-height: 43px;
  color: #fff;
  margin-top: -43px;
  position: relative;
}

.yellow {
  background: #0a71c3 !important;
}

.nostrud {
  padding: 20px 20px 0 20px;
}

.nostrud h3 {
  color: #333;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
}

.nostrud p {
  padding: 10px 0 40px 0;
  color: #272727;
}

.nostrud .read_more {
  margin: 0 auto;
  display: block;
  margin-bottom: -35px;
}

/** end join section **/

/** about section **/
.about {
  background: #0a71c3;
  padding-top: 90px;
  padding-bottom: 90px;
  margin-top: 80px;
  margin-left: 55px;
  margin-right: 55px;
}

#about-head {
  color: #fff;
}

.card-text {
  color: #fff;
}

.container_width {
  padding: 0 15px;
  margin: 0 auto;
  display: block;
  clear: both;
  width: 100%;
  max-width: 1380px;
}

.about_img figure {
  margin: 0;
  position: relative;
}

.about_img figure::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 60%;
  height: 100%;
  left: -30px;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.about_img figure img {
  position: relative;
  z-index: 9999;
  padding: 30px 0;
}

.about .titlepage {
  padding-bottom: 0;
  max-width: 550px;
  width: 100%;
  float: left;
}

.about .titlepage p {
  padding-top: 20px;
}

.about .read_more {
  margin-top: 35px;
}

.about .read_more:hover {
  box-shadow: 0 0 16px 3px #635d5d38;
}

/* .logo-div {
  display: flex;
  justify-content: space-between;
  border: 1px solid #c4c3c3;
  border-radius: 5px;
  margin-bottom: 0;
  wi
} */

.logo {
  width: 300px;
  border: 1px solid #7d7c7c;
  border-radius: 5px;
}

/** contact  **/
#contact-heading {
  color: #fff;
}

.contact {
  background: #0a71c3;
  padding-top: 90px;
  padding-bottom: 90px;
}

.contact .titlepage p {
  color: #fff;
  padding-top: 10px;
}

.main_form .form_control {
  padding: 0 25px;
  margin-bottom: 20px;
  width: 100%;
  height: 55px;
  background: #fff;
  color: #000;
  font-size: 15px;
  font-weight: normal;
  border: inherit;
  border-radius: 40px;
}

.main_form .textarea {
  margin-bottom: 40px;
  width: 100%;
  background: #fff;
  color: #000;
  font-size: 15px;
  font-weight: normal;
  padding: 30px 25px 15px 25px;
  border: inherit;
  height: 89px;
  border-radius: 40px;
}

.main_form .send_btn {
  font-size: 16px;
  transition: ease-in all 0.5s;
  background-color: #363636;
  text-transform: uppercase;
  color: #fff;
  max-width: 204px;
  width: 100%;
  display: block;
  font-weight: bold;
  height: 61px;
  line-height: 61px;
  margin: 0 auto;
  border-radius: 40px;
}

.main_form .send_btn:hover {
  background-color: #0a71c3;
  transition: ease-in all 0.5s;
  box-shadow: 0 0 16px 3px #635d5d38;
  color: #fff;
}

#request *::placeholder {
  color: #d0d0cf;
  opacity: 1;
}

.datepicker-days {
  padding: 20px;
}

/** end contact  **/

/* social-media links */
ul.social_icon li {
  display: inline-block;
  margin: 0 2px;
}

ul.social_icon li a i {
  font-size: 17px;
  color: #fff;
  transition: ease-in all 0.5s;
  background: #2d2d2d;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50px;
  text-align: center;
}

ul.social_icon li a i:hover {
  color: #fff;
  transition: ease-in all 0.5s;
  background: #0a71c3;
}

/* footer */
footer {
  margin: 4%;
}

.involved-img {
  width: 335.205px;
  height: 223.682px;
}

@media screen and (max-width: 768px) {
  .involved-img {
    width: 100%;
    height: auto;
  }

  /* .latest {
    overflow-y: unset;
  } */

  .logo {
    margin-top: 0;
  }
}
