* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Saira", sans-serif;
  /*text-transform: capitalize;*/
  text-decoration: none;
}

/*img{
      max-width: 100%;
      height: auto;
  }*/


body ul {
  margin: 0px;
  padding: 0px;
}

body ul li,
a {
  text-decoration: none;
  list-style: none;
}



.contact-us-bg {
  position: relative;
  /* background-image: url(../img/domain/contact-bg.png); */
  background-size: unset;
  background-repeat: no-repeat;
  z-index: 1;
  background-position: center;
  padding: 140px 0px 140px;
  background-color: var(--color-black-light);
}

@media (max-width: 480px) {
  .contact-us-bg {
    background-size: cover;
    background-position: unset;
    padding: 100px 0px 100px;
  }
}

.contact-us-bg .inner-content h1 {
  font-size: 65px;
  font-weight: 600;
  margin-bottom: 20px;
}

.contact-us-bg-list {
  font-size: 20px;
  color: var(--color-white);
}

.contact-us-bg-list a {
  font-size: 20px;
  color: var(--color-primary);
}

.contact-us-bg-img {
  width: 250px;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 150px;
}

.contact-us-bg-img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 130px 130px 0px 0px;
  background: rgba(29, 29, 29, 0.6);
}

@media (max-width: 991px) {
  .contact-us-bg-img {
    display: none;
  }
}

.contact-us-bg-img img {
  border-radius: 130px 130px 0px 0px;
}
.contact-support-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  justify-content: center;
  display: flex;
  border: 2px solid var(--color-primary);
  margin-right: 20px;
}

.contact-support-icon svg {
  fill: var(--color-primary);
  width: 21px;
  height: 21px;
  text-align: center;
  align-items: center;
}

.contact-support-info {
  font-size: 16px;
  font-weight: 500;
  color: #b5b5b5;
}
.contact-us {
  background-image: url(../img/domain/bgdark6.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  position: relative;
}

.contact-us::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(15, 15, 15, 0.77) 0%, #0f0f0f 100%);
  z-index: -1;
}
.border-seprate {
  display: inline-block;
  border-bottom: 2px solid;
  position: relative;
  bottom: 0;
  width: 58px;
  border-bottom-color: var(--color-primary);
  margin-bottom: 10px;
}
.card-style-three svg {
  fill: var(--color-primary);
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
}
