@import url('https://fonts.googleapis.com/css?family=Quicksand');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.bk-domain {
  /* background: rgb(74, 126, 174); */
  width: 100%;
  height: 440px;
  position: relative;
}
.bk-domain-image{
  background-image: url('../img/dark-cyan.jpg');
  background-repeat: repeat;
  background-position: 0 0;
  /* background-size: 20%; */
}
.dm-head {
  width: 100%;
  padding: 40px 0;
}

.dm-wrapper {
  width: 800px;
  margin: 0 auto;
}

.dm-head {
  text-align: center;
  width: 100%;
}

.dm-head h1 {
  margin-bottom: 10px;
  font-size: 2.45em;
  font-weight: lighter;
}

#head-rel {
  color: #4A7EAE;
}

.dm-head p {
  color: rgb(103, 107, 109);
  line-height: 30px;
}

.we-gc {
  width: 100%;
  padding: 80px 0;
  /* background: rgb(242, 242, 242); */
}

.we-gcw {
  width: 1100px;
  margin: 0 auto;
}

.we-gch {
  width: 700px;
  text-align: center;
  margin: 0 auto;
}

.we-gch h1 {
  font-size: 2.5em;
  font-weight: lighter;
  color: rgb(40, 43, 45);
  /* margin-bottom: 20px; */
}

.we-gch h1:nth-child(1) {
  margin-bottom: 5px;
}

.we-gch h1:nth-child(2) {
  margin-bottom: 20px;
}

.we-gch p {
  color: rgb(103, 107, 117);
}

.we-gc-i {
  width: 100%;
  padding-top: 80px;
  display: flex;
  flex-wrap: wrap;
}
.we-gc-width{
  width: 33%;
}

.we-gc-c {
  /* width: 33.33%; */
  float: left;
  padding-right: 14px;
  margin-bottom: 25px;
  text-align: center;
}

.we-gc-c img {
  width: 70px;
  height: 70px;
  margin-bottom: 7px;
}

.we-gc-c h3 {
  color: rgb(103, 107, 109);
  font-size: 16px;
  margin-bottom: 5px;
}

.we-gc-c p {
  line-height: 30px;
  color: rgb(103, 107, 109);
}

.af-qs {
  background: rgb(74, 126, 174);
  width: 100%;
  padding: 60px 0 100px 0;
}

.af-qs-head {
  width: 700px;
  margin: 0 auto;
  text-align: center;
}

.af-qs-head h1 {
  color: white;
  font-size: 2.35em;
  margin-bottom: 10px;
}

.af-qs-head p {
  color: white;
  font-size: 1.8em;
  margin-bottom: 40px;
}

.af-qs-head a {
  background: white;
  font-size: 16px;
  color: rgb(74, 126, 174);
  padding: 20px 55px;
  margin-bottom: 10px;
  border-radius: 50px;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s;
}

.af-qs-head a:hover {
  background: rgb(74, 126, 174);
  color: white;
  border: 1px solid white;
}

.dm-backg{
  background: #F7F7F7;
}
.dm-reg {
  padding: 50px 0;
  width: 100%;
}

.dm-reg-wrapper {
  width: 1100px;
  margin: 0 auto;
}

.dm-reg-head {
  width: 100%;
}

.dm-reg-head h1 {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 7px;
  font-weight: lighter;
}

.dm-reg-head p {
  color: rgb(108, 107, 109);
  line-height: 30px;
}

.reg-i-c {
  width: 100%;
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
}

#reg-i {
  color: rgb(103, 107, 109);
  font-size: 16px;
  margin-bottom: 5px;
}


@media screen and (max-width:1010px) {
  .bk-domain {
    height: 110px;
  }
}

@media screen and (max-width:900px) {
  .we-gc-c {
    width: 50%;
    padding: 0 10px;
  }
  .reg-i-c {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 25px;
    grid-column-gap: 14px
  }
  .we-gch {
    width: 100%;
  }
  .dm-wrapper {
    width: 700px;
  }
}

@media screen and (max-width:770px) {
  .dm-wrapper {
    width: 600px;
  }
  .af-qs-head {
    width: 600px;
  }
}

@media screen and (max-width:625px) {
  .dm-wrapper {
    width: 480px;
  }
  .af-qs-head {
    width: 480px;
  }

}

@media screen and (max-width:500px) {
  .dm-wrapper {
    width: 380px;
  }
  .af-qs-head {
    width: 380px;
  }
  .we-gc-c {
    width: 100%;
  }
  .reg-i-c {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width:400px) {
  .dm-wrapper {
    width: 320px;
  }
  .af-qs-head {
    width: 320px;
  }
}