.btn-primary {
  border-radius: 10px;
}

.backimage {
  height: 435px;
  width: 435px;
  background: #D9D9D9;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img {
  height: 400px;
  width: 400px;
  border-radius: 50% !important
}

.section-title::before {
  display: none;
}

.h1set {
  font-size: 36px;
}

.row {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.bg-header1 {
  background-image: url('../img/useourservice.png') !important;
  background-size: cover;
  height: 594px !important;
  width: 100%;
}

.grad {
  margin-right: 0px;
  margin-left: 0px;
  /* background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(104, 126, 233, 0.42) 47.93%, rgba(104, 126, 233, 0.1) 100%);     */
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.75) 33.32%, rgba(37, 37, 37, 0.620504) 59.12%, rgba(217, 217, 217, 0) 103.19%);
  /* background: rgba(0, 0, 0, 0.6); */
  height: 100%;
}

.namecard {
  width: 215px;
  height: 45px;
  position: absolute;
  margin-top: -26px;
  border-radius: 10px;
  margin-right: 20px;
}

.h5set {
  font-weight: 700 !important;
  font-size: 20px;
  line-height: 38px;
  text-align: center;
  color: #EE1B24;
}

.paraset {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}

.infppara {
  width: 318px;
  /* z-index: 111111111; */
  border-top: none;
  border-radius: 0px 0px 20px 20px;
}

.certification {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.bg-header {
  background:
    linear-gradient(to bottom, rgb(0 0 0 / 61%) 0%, rgb(0 0 0 / 72%) 59%, rgba(0, 0, 0, 0.65) 100%),
    url('../img/bgimage.png') no-repeat;
  width: 100%;
  background-size: cover;
  height: 70vh;
}

.display-4 {
  font-size: 36px;
  font-weight: bolder !important;
}

.display-44 {
  font-size: 36px;
  font-weight: bolder !important;
}

.button {
  border-radius: 10px;
  color: white;
  height: 50px;
}

.mr-jason {
  text-align: center;
}

.phone {
  justify-content: center;
}

.mail {
  justify-content: center;
  margin-top: 10px;
}

@media (max-width: 990px) {
  .setimage {
    display: none;
  }
}

@media (min-width: 1200px) {
  .display-4 {
    font-size: 39px;
  }
}

@media(max-width:575px) {
  .bg-header {
    height: 14vh;
  }

  .section-title {
    text-align: center !important;
    margin-top: -125px;
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .mb-4 {
    text-align: center;
    margin-right: 10px;
    text-align: justify;
  }

  .h1set {
    padding-top: 33px;
    font-size: 25px;
  }

  .paragraph {
    margin-top: 143px;
    text-align: center;
  }

  .g-5 {
    margin-top: -85px;
    padding-left: 10px;
  }

  .bg-header1 {
    height: 26vh !important;
    padding-top: 0px !important;
  }

  .display-4 {
    font-size: 22px;
    margin-top: -80px;
  }

  .display-444 {
    font-size: 22px;
  }

  .display-44 {
    font-size: 20px;
    margin-top: -100px;
  }

  .button {
    width: 95%;
    margin-top: 15px;
    color: white;
    border-radius: 10px;
    margin-left: 8px;
  }

  /* footer start  */

  .section-title-11 {
    margin-top: -55px;
    text-align: center !important;
  }

  .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  /* footer end  */
}


.displaylogomobile {
  display: none;
}

.displaylogodesktop {
  margin-left: 27px;
  margin-top: 14px
}

.modaltit {
  font-size: 24px;
  font-weight: 700 !important;
  margin-left: 100px;
}

.welcome {
  font-family: 'Nunito', sans-serif;
  position: relative;
  margin-left: 25px;
  padding: 35px 0;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  outline: none;
  transition: .5s;
}

@media (max-width: 990px) {
  .displaylogomobile {
    display: block;
  }

  .displaylogodesktop {
    display: none;
  }

}

@media(max-width:575px) {
  .modaltit {
    margin-left: 28px;
  }
}

.container-fluid-1 {
  background-color: black;
}

.info {
  margin-left: -48px;
}

.number {
  margin-left: -70px;
}

.rights {
  height: 75px;
}

@media(max-width:575px) {

  .link-animated {
    padding-left: 70px;
  }

  .rights p {
    font-size: 15px;
  }
}