/* Ali Evdi - Style Css - 27.11.2018*/
* {
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Harmattan', sans-serif;
  font-weight: 400;
  color: #58595b;
  font-size: 16px;
  letter-spacing: 1px;
}
p {
  margin-bottom: 0.5em;
}
.none {
  display: none;
}
.bg {
  background-image:  url('../img/slider-bg.jpg');
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 760px;
  position: absolute;
  z-index: -1;
}

.header {
  overflow: hidden;
  padding-top:30px;
}
.header .float-left {
  float: left;
}
.header .float-right {
  float: right;
}
.header .text-center {
  text-align: center;
}
.header .top-button {
  background: #cfaa42;
  width: 230px;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  display: block;
  letter-spacing: 2px;
  margin-top: 72px;
  font-family: 'Harmattan', sans-serif;
}
.header .top-button:hover {
  background: #77787b;
  text-decoration: none;
}

.slogan-one {
  margin: 110px 0 50px 0;

}
.slogan-one p {
  letter-spacing: 1.5px;
  font-size: 22px;
  font-family: 'Harmattan', sans-serif;
  font-weight: normal;
  color: #000;
}
.slogan-two {
  padding-left: 40px;
  margin-bottom: 100px;
  text-align: right;
}
.slogan-two p {
  letter-spacing: 2px;
  font-size: 28px;
  font-weight: 600;
  color: #000;
  font-family: 'Tajawal', sans-serif;
}
.spec-box {
  background: #fff;
  position: relative;
  padding: 50px 20px 0 20px;
  overflow: hidden;
  width: 100%;
  height: 535px;
  z-index: -1;
  left: 20px;
}
.spec-box-border {
  border: 4px solid #cfab41;
  width: 98%;
  position: absolute;
  top: 18px;
  left: 15px;
  z-index: 99;
  padding: 20px 30px 20px 35px;
}
.spec-box-border p {
  background: url(../img/tick.png) no-repeat right top;
  padding-right: 30px;
  font-family: 'Harmattan', sans-serif;
}
.spec-box-two {
  background: #77787b;
  position: relative;
  padding: 50px 20px 0 20px;
  overflow: hidden;
  width: 100%;
  height: 470px;
  z-index: -1;
  top: -35px;
}
.spec-box-border-two {
  border: 4px solid #cfab41;
  width: 93%;
  position: absolute;
  top: -50px;
  right: 0px;
  z-index: 99;
  padding: 50px 60px 0 20px;
  height: 475px;
  color: #fff;
}
.spec-box-border-two h1 {
  color: #000;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-family: 'Tajawal', sans-serif;
}
.spec-box-border-two label {
  font-weight: 400;
  margin: 0;
  padding: 0;
  font-family: 'Harmattan', sans-serif;
}
.spec-box-border-two .form-group {
  margin-bottom: 1.5em;
}
.spec-box-border-two input, .spec-box-border-two input:focus {
  border-radius: 0;
  background: transparent;
  border: none;
  outline: none!important;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.spec-box-border-two .submitBtn {
  color: #fff;
  font-weight: 300;
  background: #cfab41;
  width: 60%;
  margin: 40px auto 0;
  text-align: center;
  padding: 15px 0;
  letter-spacing: 2px;
  cursor: pointer;
  font-family: 'Harmattan', sans-serif;
}
.spec-box-border-two .submitBtn:hover {
  background: #000;
}
.text-content {
  margin-top: 100px;
  margin-left: -16px;
}
.text-content h1 {
  color: #000;
  font-weight: 600;
  font-size: 26px;
  letter-spacing: 2px;
  padding: 0;
  margin: 0 0 50px 0;
  font-family: 'Tajawal', sans-serif;
}
.text-content p {
  color: #000;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 0;
  margin: 0 0 20px 0;
  font-family: 'Harmattan', sans-serif;
}
.text-content p:last-child {
  margin-bottom: 50px;
  margin-bottom: 50px;
  font-style: italic;
}

.image-list {
  margin-top: 50px;
  margin-bottom: 50px;
}
.image-list div {
  padding: 0;
}
.border-left-one {
  border: 3px solid #7e6589;
}
.border-right-two {
  border: 3px solid #3f7038;
}
.border-left-three {
  border: 3px solid #b0577e;
}
.border-right-four {
  border: 3px solid #1fb3e8;
}

.footer {
  background: #cfaa42;
  color: #fff;
  width: 100%;
  min-height: 600px;
  padding: 100px 0 170px 0;
}
.footer h1 {
  letter-spacing: 2px;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 50px;
  font-family: 'Tajawal', sans-serif;
}


.modal-header {
  border-bottom: none;
  padding: 1rem 1rem 0 1rem;

}
.modal-content {
  padding: 15px;
  background: rgba(255,255,255,0.9)!important;
}
.modal-border {
  border: 1px solid #cfab41;
}
.close {
  color: #cfab41;
  font-weight: normal;
  font-size: 2rem;
}
.modal-body {
  text-align: center;
  padding: 4rem 2rem;
}


@media (max-width: 767px) {
  .block {
    display: block;
  }
  .mobil-none {
    display: none;
  }
  .header .top-button {
    width: 150px;
  }
  .slogan-one {
    margin: 70px 0 30px 0;
  }
  .slogan-one p {
    font-size: 20px;
  }
  .slogan-two {
    padding: 0;
    text-align: center;
  }
  .spec-box-border{
    width: 93%;
    left: 15px;
    top: 0;
    padding: 15px;
  }
  .spec-box-border-two {
    width: 93%;
    right: 15px;
    top: 0;
    padding: 15px;
  }
  .spec-box-two {
    top: 0;
    margin-bottom: 20px;
  }
  .spec-box {
    height: 630px;
  }
  .image-list div {
    padding: 10px;
  }
  .image-list .padding {

  }
  .image-list {
    margin-top: 0;
  }
  .w-100 {
    margin: 0 0 20px 0;
    padding: 0 0 20px 0!important;
    border-bottom: 1px solid #ccc;
  }
  .border-left-one {
    border: 3px solid #7e6589;
  }
  .border-right-two {
    border: 3px solid #3f7038;
  }
  .border-left-three {
    border: 3px solid #b0577e;
  }
  .border-right-four {
    border: 3px solid #1fb3e8;
  }

  .text-content {
    margin-left: auto;
  }

}

@media (min-width: 768px) and (max-width: 991.98px) {

  .block {
    display: block;
  }
  .mobil-none {
    display: none;
  }
  .header .top-button {
    width: 150px;
  }
  .slogan-one {
    margin: 70px 0 30px 0;
  }
  .slogan-one p {
    font-size: 20px;
  }
  .slogan-two {
    padding: 0;
    text-align: center;
  }
  .spec-box-border{
    width: 96%;
    left: 15px;
    top: 0;
    padding: 15px;
  }
  .spec-box-border-two {
    width: 96%;
    left: 15px;
    top: 0;
    padding: 15px;
  }
  .spec-box-two {
    top: 0;
    margin-bottom: 20px;
  }
  .spec-box {
    height: 550px;
  }

}

@media (min-width: 992px) and (max-width: 1199.98px) {

}
