.sec-contact {
  padding: 20px 0 0 0;
}
.contect-wel .content {
  border: 2px solid #f68237;
  padding: 20px;
  border-radius: 13px;
}
.contect-wel .row1 {
  padding: 0 20px;
}
.contect-wel .content ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 2;
  border-bottom: 1px solid #444;
  font-size: 14px;
  padding: 0 0 0 20px;
  transition: 0.5s;
  cursor: pointer;
  position: relative;
}
.contect-wel .content ul li:after {
  content: "";
  position: absolute;
  width: 3%;
  height: 7px;
  background: url(../../images/duke-img/about/li-line.png) no-repeat;
  top: 10px;
  left: 0;
}
.contect-wel .content ul li:hover {
  color: #f68237;
}
.contect-wel .first-row p {
  line-height: 19px;
  font-size: 14px;
  margin: 0;
  color: #282828;
}
.contect-wel .first-row h4 {
  font-size: 40px;
  font-weight: 800;
}
.contect-wel .first-row h5 {
  margin: 0;
  font-size: 30px;
  font-weight: 600;
}
.contect-wel .first-row {
  padding: 30px;
  background: #f68237;
}
.sec-contact p {
  font-size: 21px;
  padding-top: 30px;
}
.sec-contact h4 {
  font-size: 45px;
  font-weight: 800;
  color: #282828;
}
.sec-contact h5 {
  margin: 0;
  font-size: 40px;
  font-weight: 600;
  color: #f68237;
}
.sec-contact .col-md-4 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-contact .col-md-4 p {
  font-size: 15px;
  padding-top: 30px;
  line-height: 22px;
}
.sec-contact img {
  width: 47px;
  margin-right: 10px;
}
.sec-contact .container {
  border-bottom: 1px solid #cfcfcf;
}
.form-contact form {
  padding: 30px 0;
}
.form-contact .col-md-6 {
  padding-bottom: 13px;
  text-align: end;
}
.form-contact input {
  border-radius: 2px;
  border: 1px solid #cfcfcf;
  padding: 5px;
}
.form-contact .btmcol {
  border-bottom: 1px solid #cfcfcf;
}
.form-contact .headimg img {
  position: relative;
}
.form-contact button {
  padding: 5px 30px;
  border: none;
  color: #fff;
  background: #f68237;
  font-size: 18px;
  transition: 0.5s;
}
.form-contact button:hover {
  background: #ff6d0b;
}
.form-contact textarea {
  border: 1px solid #cfcfcf;
  width: 100%;
}
.form-contact input::placeholder,
.form-contact textarea {
  color: #cfcfcf;
  opacity: 1;
  font-size: 14px;
  resize: none;
}
.roww h5 {
  color: #282828;
  font-size: 45px;
}
.roww h4 {
  color: #f68237;
}
@media (max-width: 320px) {
  .roww h4 {
    color: #f68237;
    margin-bottom: 8px;
  }
  .roww {
    top: 12%;
  }
}
@media (max-width: 768px) {
  .form-contact .col-md-6 {
    padding-bottom: 13px;
    text-align: center;
  }
  .roww p {
    font-size: 20px;
    line-height: 23px;
    font-weight: 600;
    padding-right: 30px;
  }
  .roww h4 {
    color: #f68237;
    margin-bottom: 20px;
  }
}
@media (width: 1024px) {
  .sec-contact {
    padding-top: 150px;
  }
}
@media (width: 1280px) {
  .sec-contact {
    padding-top: 20px 0 0 0;
  }
}
@media (max-width: 911px) {
  .contect-wel .content {
    border: 2px solid #f68237;
    padding: 20px;
    border-radius: 0;
  }
  .contect-wel .row1 {
    padding: 0;
  }
  .contect-wel .content ul li {
    color: #282828;
  }
  .welcome-sec {
    position: unset;
  }
  .roww h5 {
    color: #282828;
    font-size: 27px;
  }
  .roww {
    padding: 0;
    margin: 0;
    top: 15%;
  }
  .sec-contact .col-md-4 {
    justify-content: left;
  }
  .roww p {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    padding-right: 30px;
  }
  .roww h4 {
    color: #f68237;
    margin-bottom: 9px;
  }
}
.sec-contact {
  padding: 40px 0 0 0;
}
.contect-wel .content ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 28px;
  border-bottom: 1px solid #444;
  font-size: 11px;
  padding: 0 0 0 20px;
  transition: 0.5s;
  cursor: pointer;
  position: relative;
}


@media (max-width:1152px) {
    .contect-wel .content {
        border: 2px solid #f68237;
        padding: 10px;
        border-radius: 13px;
    }
    .contect-wel .first-row h4 {
        font-size: 30px;
        font-weight: 800;
    }
    .contect-wel .first-row h5 {
        margin: 0 0 5px;
        font-size: 20px;
        font-weight: 600;
    }
    .contect-wel .first-row p {
        line-height: 1.2;
        font-size: 14px;
        margin: 0;
        color: #282828;
    }
    .sec-contact {
        padding: 60px 0 0 0;
    }
    .sec-contact p {
        font-size: 20px;
        padding-top: 10px;
    }
    .sec-contact h4 {
        font-size: 35px;
        font-weight: 800;
        color: #282828;
    }
    .sec-contact h5 {
        margin: 0;
        font-size: 30px;
        font-weight: 600;
        color: #f68237;
    }
}