*{
    margin: 0;
    padding: 0;
}

body{
    background-color: #f3f4f6;
    font-family: 'Inter', sans-serif;
}

.gz{
    position: fixed;
    top: 0px;
    z-index: 99999;
    width: 100%;
  }

#carouselExampleFade{
    width: 70%;
    margin: auto;
    position: relative;
    top: 60px;
}

.typed h3{
    text-align: center;
    margin-top: 110px;
    font-weight: 500;
}

.logo{
    color: black;
    font-weight: 500;
}

/* card */

.card{
    position: relative;
    top: 260px;
}

.text{
    position: relative;
    top: 200px;
    text-align: center;
    text-transform: uppercase;
}

.text .title h3{
    font-weight: 700;
}

.card img{
    height: 180px;
    width: 130px;
    position: relative;
    left: 60px;
    top: 5px;
}

.card-title{
    margin-left: 10px;
}
.cover{
    background-color: #e5e5e5;
}
.card .list-group-item{
    text-align: center;
}
.spinner{
    position: relative;
    bottom: 2px;
}
.bton{
    position: relative;
    left: 25%;
}

/* Footer */

 
  .footer-section {
  background: #f1f5f9;
  position: relative;
  top: 340px;
  }
 
  .cta-text span {
  color: #27272a;
  font-size: 15px;
  }
   
  .copyright-area{
  background: #202020;
  padding: 25px 0;
  }
   
  .copyright-area p {
  margin: 0;
  font-size: 14px;
  color: #878787;
  text-align: center;
  position: relative;
  left: 260px;
  }
  .copyright-area p a{
  color: #ff5e14;
  }
  
  
  /* Button Scroll Top */

  #button {
    display: inline-block;
    background-color: #FF9800;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  #button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
  }
  #button:hover {
    cursor: pointer;
    background-color: #333;
  }
  #button:active {
    background-color: #555;
  }
  #button.show {
    opacity: 1;
    visibility: visible;
  }


/* smartphone resolution */

@media (max-width: 576px) {
  
  
  .card{
      position: relative;
      bottom: 25x;
      left: 28px;
      margin: 30px 0px;
  }
  .single-cta{
    padding: 30px 0 ;
  }
  
  .copyright-area .text-lg-left p{
    position: relative;
    left: 0px;
  }

  }