* {
  margin: 0%;
  padding: 0%;
  box-sizing: border-box;
}

/* font family css */
::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #11a65e;
  }
  
  ::selection {
    color: #fff;
    background: #11a65e;
  }
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rubik", sans-serif !important;
  font-optical-sizing: auto !important;
  font-weight: 700 !important;
  font-style: normal !important;
}

/* p,
a,
button,
label,
.btn, ::placeholder, td, th {
    font-family: "Poppins", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
} */

p,
a,
button,
label,
.btn,
::placeholder,
td,
th {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.fm {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.hr {
  width: 40px;
  margin: auto;
  background-color: #11a65e;
  height: 5px;
  opacity: 1;
  border: none;
  border-radius: 20px;
}
.ls-1 {
  letter-spacing: 1px;
}
.ls-2 {
  letter-spacing: 2px;
}
/* colors class css */
.gray {
  color: #333332 !important;
}
.bg-gray {
  background-color: #333332 !important;
}
.green {
  color: #11a65e !important;
}
.bg-green {
  background-color: #11a65e !important;
}
/* Text Justify Class */
.text-justify {
  text-align: justify !important;
}
/*  Font Sizes Classes   */
.fs-11 {
  font-size: 11px !important;
}
.fs-12 {
  font-size: 12px !important;
}
.fs-13 {
  font-size: 13px !important;
}
.fs-14 {
  font-size: 14px !important;
}
.fs-15 {
  font-size: 15px !important;
}
.fs-16 {
  font-size: 16px !important;
}
.fs-17 {
  font-size: 17px !important;
}
.fs-18 {
  font-size: 18px !important;
}
.fs-19 {
  font-size: 19px !important;
}
/* buttons css */
.btn-register {
  font-size: 18px;
  padding: 12px 45px;
  background-color: #11a65e;
  color: #fff;
  border-radius: 0%;
}

.btn-register:hover {
  font-size: 18px;
  padding: 12px 45px;
  background-color: #333332;
  color: #fff;
  border-radius: 0%;
  transition: 0.3s ease;
  transform: scale(1.1);
}

.btn-login {
  font-size: 15px;
  /* padding: 12px 45px; */
  border: 1px solid #11a65e;
  background-color: #11a65e;
  color: #fff;
  border-radius: 0%;
}
.btn-login:hover {
  font-size: 15px;
  /* padding: 12px 45px; */
  /* background-color: #333332; */
  border: 1px solid #11a65e;
  color: #11a65e;
  border-radius: 0%;
  transition: 0.3s ease;
  transform: scale(1.1);
}

.btn-nav-regis {
  font-size: 15px;
  /* padding: 12px 45px; */
  border: 1px solid #333332;
  background-color: #333332;
  color: #fff;
  border-radius: 0%;
}
.btn-nav-regis:hover {
  font-size: 15px;
  /* padding: 12px 45px; */
  /* background-color: #333332; */
  border: 1px solid #333332;
  color: #333332;
  border-radius: 0%;
  transition: 0.3s ease;
  transform: scale(1.1);
}
.btn-c {
  font-size: 15px;
  /* padding: 12px 45px; */
  border: 1px solid #333332;
  background-color: #333332;
  color: #fff;
  /* border-radius: 0%; */
}
.btn-c:hover {
  font-size: 15px;
  /* padding: 12px 45px; */
  /* background-color: #333332; */
  border: 1px solid #333332;
  color: #333332;
  /* border-radius: 0%; */
  transition: 0.3s ease;
  transform: scale(1.1);
}

.btn-green {
  background-color: #11a65e !important;
  color: #fff !important;
}

.btn-gray {
  background-color: #333332 !important;
  color: #fff !important;
}

/* counter css */
.mycounter i {
  font-size: 3.3em !important;
  color: white;
  opacity: 0.9;
}

.mycounter h2 {
  font-size: 40px;
  color: #11a65e;
}

.mycounter p {
  font-size: 20px;
  color: #333332;
}

/* footer css */
a {
  text-decoration: none;
}
.foot a {
  color: #000;
  font-size: 15px;
}
.foot p:hover {
  color: #11a65e;
  transition: 0.3s ease;
  transform: translateX(5px);
}
.socials {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background-color: #11a65e;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.socials:hover {
  height: 35px;
  width: 35px;
  border-radius: 5px;
  background-color: #333332;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease;
}
.btn-reg {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.5px;
  background-color: #11a65e;
  padding: 8px 25px 8px 25px;
}
.btn-reg:hover {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.5px;
  background-color: #11a65e;
  padding: 8px 25px 8px 25px;
  transition: 0.4s ease;
  transform: translateX(5px);
}

.main-timeline:after {
  content: "";
  display: block;
  clear: both;
}
.main-timeline .timeline {
  width: 50%;
  padding: 0 80px 0 0;
  margin: 0 5px 0 0;
  float: left;
}
.main-timeline .timeline-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: block;
  position: relative;
}
.main-timeline .timeline-content:hover {
  text-decoration: none;
}
.main-timeline .timeline-icon {
  color: #11a65e;
  background-color: #fff;
  font-size: 40px;
  text-align: center;
  line-height: 110px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transform: translateY(-50%);
  position: absolute;
  right: -135px;
  top: 50%;
}
.main-timeline .timeline-icon:before {
  content: "";
  height: 60%;
  border-radius: 50% 50% 0 0/100% 100% 0 0;
  border: 2px solid #11a65e;
  border-bottom: none;
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
}
.main-timeline .title {
  color: #11a65e;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin: 0 0 7px;
}
.main-timeline .description {
  color: #333332;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 1px;
  margin: 0;
}
.main-timeline .timeline:nth-child(even) {
  padding: 0 0 0 80px;
  margin: 0 0 0 5px;
  float: right;
}
.main-timeline .timeline:nth-child(even) .timeline-icon {
  right: auto;
  left: -135px;
}
.main-timeline .timeline:nth-child(4n + 2) .timeline-icon,
.main-timeline .timeline:nth-child(4n + 2) .timeline-icon:before,
.main-timeline .timeline:nth-child(4n + 2) .title {
  color: #333332;
  border-color: #333332;
}
.main-timeline .timeline:nth-child(4n + 3) .timeline-icon,
.main-timeline .timeline:nth-child(4n + 3) .timeline-icon:before,
.main-timeline .timeline:nth-child(4n + 3) .title {
  color: #11a65e;
  border-color: #11a65e;
}

@media screen and (max-width: 767px) {
  .main-timeline .timeline,
  .main-timeline .timeline:nth-child(even) {
    width: 100%;
    padding: 0 0 0 140px;
    margin: 0 0 30px;
  }
  .main-timeline .timeline-icon,
  .main-timeline .timeline:nth-child(even) .timeline-icon {
    left: -130px;
    right: auto;
  }
}
@media screen and (max-width: 479px) {
  .main-timeline .timeline,
  .main-timeline .timeline:nth-child(even) {
    padding: 140px 0 0;
  }
  .main-timeline .timeline-content {
    text-align: center;
  }
  .main-timeline .timeline-icon,
  .main-timeline .timeline:nth-child(even) .timeline-icon {
    transform: translateY(0) translateX(-50%);
    top: -130px;
    left: 50%;
  }
}
