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

.main {
  width: 100%;
}

.header {
  height: 94px;
  width: 80%;
  margin: auto;
  color: white;
}

.main-header {
  width: 100%;
  background-color: #232628;
}

.main-header span {
  color: #cc6119;
}
.address{
  width: 20%;
}

.address p{
  text-align: center;
}

.owner{
  width: 20%;
}

.contact{
  width:20%;
}
/* .address,
.owner,
.contact,
.social-links,
.logo {
  width: 20%;
} */

.logo{
  width: 10%;
  height: 100vh;
}
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;
  position: relative;
  z-index: 9999;
  opacity: 0.8;
}

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

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

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

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 3s;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

.banner {
  width: 100%;
  min-height: 300px;
 
  position: absolute;
}

.mySlides {
  min-height: 300px;
}

.call-section {
  background-color: #cc6119;
  width: 25%;
  height: 375px;
  border-radius: 80%;
  position: relative;
  z-index: 9999;
  margin-top: 10%;
  margin-left: 70%;
  margin-bottom: 10%;
  opacity: 0.8;
}

.call-section h1 {
  font-size: 50px;
  text-align: center;
}

.wellcome-section {
  width: 80%;
  margin: auto;
  padding-bottom: 100px;
  display: flex;
}

.wellcome-section .text-section span {
  color: red;
}

.text-section {
  width: 70%;
  text-justify: inter-word;
}

.img-section {
  width: 30%;
}

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

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

.service-section {
  width: 80%;
  margin-left: 10%;
  position: absolute;
  padding-bottom: 200px;
  
}

.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;
}
.gallery {
  width: 80%;
  margin: auto;
}

.gallery span {
  color: red;
}

.main-service {
  background-image: url(img/background.png);
  padding-bottom: 200px;
  padding-top: 50px;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  position: relative;
}

.gallery-img img {
  width: 23%;
  margin-right: 20px;
}

.gallery {
  padding-top: 50px;
  padding-bottom: 50px;
}

.gallery h2 {
  padding-bottom: 50px;
}

.team-section {
  background-image: url(img/background.PNG);
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  position: relative;
}

.team-member {
  width: 80%;
  margin-left: 10%;
  padding-top: 50px;
  padding-bottom: 50px;
  position: absolute;
}

.team-member span {
  color: red;
}

.card {
  margin-left: 20px;
}

.card h3 {
  text-align: center;
}

.card-body {
  margin-top: 20px;
}

.Query-section {
  background-color: black;
  padding: 30px 0px 30px 0px;
  margin: 50px 0px 50px 10%;
  width: 80%;
}

.q-image {
  width: 20%;
}

.q-contact {
  width: 10%;
  margin-left: 50px;
}

.q-text {
  width: 50%;
}

.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%;
}
