* {
  margin: 0px;
  padding: 0px;
}

.main {
  width: 100%;
}

.address,
.owner,
.contact,
.social-links,
.logo {
  width: 20%;
}
ul li {
  list-style: none;
}

.second-header ul li:hover {
  background-color: #cc6119;
  color: white;
  transition: all;
  transition-duration: 0.5s;
}

.second-header ul li:hover a {
  color: white;
  transition: all;
  transition-duration: 0.5s;
}

.second-header {
  background-color: #eef0f3;
}

.second-header ul li {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.second-header ul {
  margin-left: 100px;
}

.second-header ul a {
  text-decoration: none;
  color: black;
}

.long {
  background-color: #cc6119;
  width: 50px;
  height: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.short {
  background-color: #cc6119;
  width: 30px;
  height: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-left: 3px;
}
.hr {
  margin: auto;
  width: 10%;
}

.main-service {
  background-image: url(img/background.png);
  padding-bottom: 200px;
  padding-top: 50px;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  position: relative;
}
.service-section {
  width: 80%;
  margin-left: 10%;
  position: absolute;
}

.service-section span {
  color: red;
}

.box {
  width: 30%;
  background-color: #232628;
  color: white;
  margin-left: 20px;
  margin-top: 20px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

.box:hover {
  background-color: black;
  transition: all;
  transition-duration: 0.5s;
}

.img-sec {
  width: 20%;
  margin-left: 10%;
  margin-top: 6%;
}

.text-sec {
  width: 80%;
  padding: 20px 0px 0px 0px;
  align-items: center;
}

.text-sec p,
h4 {
  margin-left: 10%;
}
.text-sec p {
  font-size: 14px;
}

.map-location{
  margin:50px 0px 50px 50px;
width:90%;
height:500px;
}

.forms {
  margin: 50px auto;
  width: 40%;
  margin-bottom: 100px;
  margin-top: 100px;
  border-radius: 10px;
}

.forms h1 {
  font-size: 50px;
  font-weight: 600;
  padding: 50px 0px 0px 20px;
  text-align: center;
}

.footer {
  background-color: #232628;
  color: white;
  padding-top: 30px;
}

.footer-top {
  width: 80%;
  margin: auto;
}

.footer-text {
  width: 40%;
}

.footer-links {
  width: 30%;
}

.footer-contact {
  width: 30%;
}

.footer-end {
  width: 80%;
  margin: auto;
}

.copyright,
.footer-links {
  width: 50%;
}

.f-links {
  margin-left: 60%;
}
