* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
.container {
  margin: auto;
  max-width: 1200px;
  padding: 0 20px;
  justify-content: space-between;
}
.img {
  background-image: url(./image/61cf05e1721bda6f45e3937b_Mobile-Application-for-Asset-Management-Software.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 0 100px;
  background-attachment: fixed;
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
a {
  color: white;
  font-weight: 700;
  font-size: 15px;
  font-family: Sans-serif;
  text-decoration: none;
  margin-bottom: 70px;
}
.title1 {
  color: #ff8001;
  font-family: "Quicksand", sans-serif;
  letter-spacing: 2px;
  font-size: 40px;
}
.title2 {
  color: black;
  font-family: "Quicksand", sans-serif;
  font-size: 14px;
  font-weight: bold;
}
.introduce {
  color: #ffffffb3;
  font-family: "Quicksand", sans-serif;
  line-height: 1.5;
  font-size: 17px;
}
.jotform-icon {
  background-image: url("./image/Civic\ Sewa\ \(2\).png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-bottom: 70px;
}
.button {
  padding: 12px 17px;
  border-radius: 5px;
  border: 0;
  font-family: "Quicksand", sans-serif;
  font-weight: bold;
  background-color: white;
  font-size: 100%;
  letter-spacing: 0.5px;
  margin-top: 5px;
}
.title3 {
  font-family: "Quicksand", sans-serif;
  font-size: 40px;
  text-align: center;
  margin-top: 90px;
}
.icon1-img {
  background-repeat: no-repeat;
  background-size: cover;
  width: 120px;
  height: 120px;
  margin-top: -19vh;
}

.icon-description {
  display: block;
  text-align: center;
  font-family: "Quicksand", sans-serif;
  color: #000000b3;
  font-weight: 500;
  font-size: 15px;
}

.icon-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: -19vh;
}
.three-icon {
  flex: 1;
  padding: 30px;
}
.icon-title {
  font-family: "Quicksand", sans-serif;
}
.page2 {
  text-align: center;
}
.page3 {
  background-color: #fbfbfb;
}
.page3-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 0;
}
.page3-img {
  max-width: 540px;
  width: 100%;
}
.information {
  flex: 1;
  padding-left: 70px;
}
button.learn-more {
  background-color: #292b2c;
  color: white;
}
.info-title {
  font-family: "Quicksand", sans-serif;
  font-size: 30px;
  font-weight: bold;
}
.info-all {
  color: #000000b3;
  margin-bottom: 20px;
  line-height: 1.4;
  font-size: 17px;
}
.get-free {
  background-color: #292b2c;
  color: white;
}
.memberships {
  display: flex;
  flex-wrap: wrap;
}
.member {
  flex: auto;
  padding: 60px;
  text-align: center;
  font-family: "Quicksand", sans-serif;
  border-radius: 4px;
}
span {
  font-size: 40px;
}
.mem-title {
  font-size: 26px;
  font-weight: bold;
}
.orange {
  background-color: #ff8001;
  color: white;
}
.page4 {
  padding: 0px 0;
}
.under {
  background-color: #f5f5f5;
  padding: 10px;
  display: flex;
}
.under .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.copy {
  font-family: "Work Sans", sans-serif;
}
.facebook {
  background-image: url("https://i.ibb.co/x6n6DNV/facebook-logo-button.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
}
.sos-med {
  display: flex;
  justify-content: space-between;
  width: 100px;
}

.twitter {
  background-image: url("https://i.ibb.co/wzstzsd/twitter.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
}
.linkedin {
  background-image: url("https://i.ibb.co/9T8kqqb/linkedin-logo-button.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
}

@media (max-width: 840px) {
  .information {
    padding-left: 0;
    text-align: center;
  }
  .page3-box {
    justify-content: center;
  }
}

.ag-format-container {
  width: 1142px;
  margin: 0 auto;
}

.page4 {
  background-color: #000;
}
.ag-courses_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  padding: 0px 0;
}
.ag-courses_item {
  -ms-flex-preferred-size: calc(33.33333% - 30px);
  flex-basis: calc(33.33333% - 30px);

  margin: 0 15px 30px;

  overflow: hidden;

  border-radius: 28px;
}
.ag-courses-item_link {
  display: block;
  padding: 30px 20px;
  background-color: #121212;

  overflow: hidden;

  position: relative;
}
.ag-courses-item_link:hover,
.ag-courses-item_link:hover .ag-courses-item_date {
  text-decoration: none;
  color: #fff;
}
.ag-courses-item_link:hover .ag-courses-item_bg {
  -webkit-transform: scale(10);
  -ms-transform: scale(10);
  transform: scale(10);
}
.ag-courses-item_title {
  min-height: 87px;
  margin: 0 0 25px;

  overflow: hidden;

  font-weight: bold;
  font-size: 20px;
  color: #fff;

  z-index: 2;
  position: relative;
}
/* .ag-courses-item_date-box {
  font-size: 18px;
  color: #fff;

  z-index: 2;
  position: relative;
} */
.ag-courses-item_date {
  font-weight: bold;
  color: #f9b234;

  -webkit-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.ag-courses-item_bg {
  height: 128px;
  width: 128px;
  background-color: #f9b234;

  z-index: 1;
  position: absolute;
  top: -75px;
  right: -75px;

  border-radius: 50%;

  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ag-courses_item:nth-child(2n) .ag-courses-item_bg {
  background-color: #3ecd5e;
}
.ag-courses_item:nth-child(3n) .ag-courses-item_bg {
  background-color: #e44002;
}
.ag-courses_item:nth-child(4n) .ag-courses-item_bg {
  background-color: #952aff;
}
.ag-courses_item:nth-child(5n) .ag-courses-item_bg {
  background-color: #cd3e94;
}
.ag-courses_item:nth-child(6n) .ag-courses-item_bg {
  background-color: #4c49ea;
}

@media only screen and (max-width: 979px) {
  .ag-courses_item {
    -ms-flex-preferred-size: calc(50% - 30px);
    flex-basis: calc(50% - 30px);
  }
  .ag-courses-item_title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .ag-format-container {
    width: 96%;
  }
}
@media only screen and (max-width: 639px) {
  .ag-courses_item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .ag-courses-item_title {
    min-height: 72px;
    line-height: 1;

    font-size: 24px;
  }
  .ag-courses-item_link {
    padding: 22px 40px;
  }
  .ag-courses-item_date-box {
    font-size: 16px;
  }
}

.advantage {
  color: aqua;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
}

body {
  margin: 0;
  overflow-x: hidden;
}

.footer {
  background: beige;
  padding: 30px 0px;
  font-family: "Play", sans-serif;
  text-align: center;
}

.footer .row {
  width: 100%;
  margin: 1% 0%;
  padding: 0.6% 0%;
  color: gray;
  font-size: 0.8em;
}

.footer .row a {
  text-decoration: none;
  color: gray;
  transition: 0.5s;
}

.footer .row a:hover {
  color: #fff;
}

.footer .row ul {
  width: 100%;
}

.footer .row ul li {
  display: inline-block;
  margin: 0px 30px;
}

.footer .row a i {
  font-size: 2em;
  margin: 0% 1%;
}

@media (max-width: 720px) {
  .footer {
    text-align: left;
    padding: 5%;
  }
  .footer .row ul li {
    display: block;
    margin: 10px 0px;
    text-align: left;
  }
  .footer .row a i {
    margin: 0% 3%;
  }
}
