/* Variables
======================*/
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;900&display=swap");

/* Setting
=============================*/
*,
:focus {
  outline: 0 !important;
}

::-moz-selection {
  background-color: #216ab3 !important;
  color: #fff !important;
}

::selection {
  background-color: #216ab3 !important;
  color: #fff !important;
}

body {
  font-family: "Lato", sans-serif;
  overflow-x: hidden;
  width: 100%;
  background-color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
}

/* Lists  
======================*/
ul {
  display: block;
  position: relative;
  margin: auto;
  padding: 0;
  list-style: none;
}

ul li {
  position: relative;
  display: block;
}

/* Links 
======================*/
a,
a:hover,
a:focus {
  cursor: pointer;
  text-decoration: none;
}

/*Images
======================*/
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

section {
  padding: 50px 0;
  position: relative;
  display: flex;
  justify-self: center;
  align-items: center;
  text-align: center;
  position: relative;
}
.head_title {
  font-weight: 900;
  font-size: 42px;
  line-height: 45px;
  margin: 0 auto 35px;
  text-transform: uppercase;
  color: #15284c;
  letter-spacing: 1px;
}

/* Welcome
======================*/
.welcome {
  min-height: 100vh;
}
.shaps {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.shaps img {
  position: absolute;
  margin: 0;
  max-width: none;
}
.welcome .shaps img:nth-child(1) {
  top: 0;
  left: 0;
  width: 100%;
  max-width: 120px;
}
.welcome .shaps img:nth-child(2) {
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 480px;
}

.welcome .shaps img:nth-child(3) {
  top: 0;
  right: 0;
  width: 100%;
  max-width: 240px;
}

.welcome .shaps img:nth-child(4) {
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 120px;
}
.welcome .shaps img {
  margin: 0;
  max-width: none;
}
.welcome .logo {
  max-width: 240px;
  margin-bottom: 35px;
}

/* Who We are
======================*/
.who_we {
  padding: 70px 0;
  background: linear-gradient(
    90deg,
    rgba(6, 116, 63, 1) 18%,
    rgba(21, 43, 76, 1) 100%
  );
}
.who_we .shaps img:nth-child(1) {
  top: 0;
  left: 0;
  width: 100%;
  max-width: 480px;
}
.who_we .shaps img:nth-child(2) {
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 320px;
}
.who_we .head_title {
  color: #fff;
}
.who_we p {
  color: #fff;
  font-size: 18px;
  max-width: 940px;
  margin: 35px auto 0;
  letter-spacing: 1px;
  font-weight: 300;
  line-height: 28px;
}

/*Partners
======================*/
.partners .head_title {
  font-size: 32px;
  letter-spacing: 2px;
}
.partners .head_title.cus {
  margin: 35px auto 15px;
}
.partners img {
  max-width: 170px;
  margin: 15px auto;
  width: 100%;
}
.partners ul {
  max-width: 420px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.partners ul li {
  display: inline-block;
}
.partners ul li img {
  padding: 0 15px;
}

/* Footer
======================*/
footer {
  border-top: 2px solid #00943a;
  padding: 50px 0;
  background: linear-gradient(
    180deg,
    rgba(233, 246, 238, 1) 18%,
    rgba(255, 255, 255, 1) 100%
  );
}
footer .row {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer img {
  max-width: 180px;
}
footer .contact_info {
  padding: 0 0 0 35px;
  border-left: 1px solid #00943a;
}
footer h3 {
  font-weight: 900;
  font-size: 30px;
  line-height: 35px;
  margin: 0 auto 15px auto;
  text-transform: uppercase;
  color: #00943a;
  letter-spacing: 1px;
}
footer ul li {
  color: #15284c;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 17px;
}
footer ul li span {
  font-weight: 900;
  font-size: 15px;
  line-height: 35px;
  margin: 0;
  text-transform: uppercase;
  color: #00943a;
  letter-spacing: 1px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
footer ul li a {
  color: #15284c;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 17px;
  vertical-align: middle;
  display: inline-block;
}

/* Media Query
======================*/
@media all and (min-width: 1441px) {
  .welcome .logo {
    max-width: none;
  }
  .welcome .head_title {
    font-size: 65px;
    margin: 65px auto 0;
  }
}
@media all and (max-width: 991.98px) {
  .welcome .shaps img:nth-child(1) {
    max-width: 90px;
  }
  .welcome .shaps img:nth-child(2),
  .who_we .shaps img:nth-child(1) {
    max-width: 360px;
  }

  .welcome .shaps img:nth-child(3) {
    max-width: 180px;
  }

  .welcome .shaps img:nth-child(4) {
    max-width: 90px;
  }
  .who_we .shaps img:nth-child(2) {
    max-width: 240px;
  }
  .who_we p {
    max-width: 100%;
    font-size: 16px;
    line-height: 22px;
    margin: 15px auto;
  }
  .who_we .head_title,
  section .head_title {
    font-size: 38px;
    line-height: 35px;
    margin: 0 auto 25px;
  }
  .partners .head_title {
    font-size: 26px;
  }
  footer h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  footer ul li,
  footer ul li a {
    font-size: 16px;
  }
}
@media all and (max-width: 767px) {
  .welcome .logo {
    max-width: 190px;
    margin: auto;
  }
  .welcome .head_title {
    font-size: 25px;
    margin: 25px auto 0;
  }
  footer img {
    margin-bottom: 25px;
  }
  footer .contact_info {
    padding: 15px 0 0;
    border-left: 0;
    border-top: 1px solid #00943a;
  }
}
@media all and (max-width: 576.98px) {
  section,
  footer,
  .who_we {
    padding: 25px 0;
  }
  .welcome .shaps img:nth-child(1) {
    max-width: 60px;
  }
  .welcome .shaps img:nth-child(2),
  .who_we .shaps img:nth-child(1) {
    max-width: 240px;
  }

  .welcome .shaps img:nth-child(3) {
    max-width: 120px;
  }

  .welcome .shaps img:nth-child(4) {
    max-width: 60px;
  }
  .who_we .shaps img:nth-child(2) {
    max-width: 160px;
  }
  .who_we p {
    font-size: 13px;
    line-height: 20px;
    margin: 10px auto;
    letter-spacing: 0.5px;
    text-align: justify;
  }
  .who_we .head_title,
  section .head_title {
    font-size: 24px;
    line-height: 25px;
    margin: 0 auto 15px;
  }
  .partners .head_title {
    font-size: 20px;
  }
  footer h3 {
    font-size: 18px;
    line-height: 20px;
    margin: 10px 0;
  }
  footer ul li,
  footer ul li a {
    font-size: 14px;
  }
}
