@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*==Font-setup==*/

*,
::after,
::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #000;
    background: #fff;
}

a,
a:hover {
  text-decoration: none;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
label {
  margin: 0;
}

/*==Basic-setup==*/

/* scroll-bar */
.scrolltotop {
  width: 37px;
  height: 37px;
  line-height: 37px;
  border-radius: 50%;
  background: #F66913;
  text-align: center;
  font-size: 22px;
  color: #ffffff;
  position: fixed;
  right: 25px;
  bottom: 15px;
  animation: lab_top_up 5s linear infinite;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 999;
  display: none;
}

.scrolltotop i {
  color: #ffff;
  font-size: 20px;
}


/*===this-is-code-start===*/
.container {
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 15px;
}

.wait-area {
  background: #ffffff;
  padding: 40px 0;
}

.wait-main {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  column-gap: 37px;
  align-items: center;
}

.wait-left h2 {
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-size: 32px;
  color: #262626;
  line-height: 130%;
}

.wait-left p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  margin-top: 16px;
}

.wait-left h3 {
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #262626;
  margin-top: 16px;
}

.wait-left h3 span {
  color: #113165;
}

.wait-left ul {
  display: flex;
  align-items: center;
  column-gap: 16px;
  margin-top: 8px;
  justify-content: center;
}

.wait-left li img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}

.wait-left li {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 12px;
}

.wait-left li span {
  font-weight: 700;
  color: #113165;
}

.wait-left a {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  background: #4D9040;
  display: inline-block;
  padding: 16px 24px;
  border-radius: 8px;
  background: #113165;
  display: block;
  margin-top: 16px;
  transition: 0.2s all ease;
  text-transform: uppercase;
}

.wait-left a:hover {
  opacity: 0.9;
}

.wait-right img {
  width: 100%;
}

.wait-btm {
  text-align: center;
  background: #FAFAFA;
  border: 1px solid #EAEAEA;
  padding: 16px;
  margin-top: 10px;
}

.wait-btm a {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #262626;
  text-decoration: underline;
  transition: 0.2s all ease;
}

.wait-btm a:hover {
  color: #D10A0A;
}

.wait-btm p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #D10A0A;
  margin-top: 4px;
}

.footer-area {
  background: #262626;
  padding: 20px 0;
}

.footer-main {
  text-align: center;
}

.footer-main img {
  max-width: 105px;
}

.footer-main p {
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  margin-top: 8px;
}

.timeline-area {
  background: linear-gradient(to right,#0B2349,#113165);
  padding: 33px 0;
}

.timeline-main {
  display: grid;
  grid-template-columns: repeat(3,1fr);
}

.timeline-main-line {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  margin-top: 24px;
  position: relative;
}

.timeline-line {
  width: 98%;
  height: 13px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  margin: auto;
}

.line-act {
  width: 50%;
  height: 100%;
  background: #4D9040;
}

.timeline-item h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  opacity: 0.7;
}

.timeline-item h4 br {
  display: none;
}

.timeline-item2 h4 {
  text-align: center;
  opacity: 1;
}

.timeline-item3 h4 {
  text-align: right;
}

.cricle {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #0B2349;
  width: 43px;
  height: 43px;
  background: #FAFAFA;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

.cricle1 {
  background: #4D9040;
  color: #fff;
}

.cricle2 {
  margin: auto;
}

.cricle3 {
  margin-left: auto;
}





/*FOR-MOBIL-START*/
@media screen and (max-width: 767px) {
  
.container {
  padding: 0 24px;
}

.wait-main {
  grid-template-columns: 100%;
  row-gap: 24px;
}

.wait-left h2 {
  font-size: 28px;
}

.wait-area {
  padding: 32px 0;
}

.wait-left h3 {
  font-size: 20px;
}

.wait-left a {
  font-size: 16px;
}

.timeline-item h4 {
  font-size: 12px;
}

.timeline-main-line {
  margin-top: 22px;
}

.cricle {
  font-size: 20px;
  width: 28px;
  height: 28px;
}

.timeline-line {
  height: 10px;
}

.timeline-area {
  padding: 32px 0;
}

.timeline-item h4 br {
  display: block;
}




/*=phone=*/
}