.w3-theme-l5 {color:#000 !important; background-color:#f8edef !important}
.w3-theme-l4 {color:#000 !important; background-color:#e7c3ca !important}
.w3-theme-l3 {color:#fff !important; background-color:#cf8796 !important}
.w3-theme-l2 {color:#fff !important; background-color:#b74c61 !important}
.w3-theme-l1 {color:#fff !important; background-color:#7d3241 !important}
.w3-theme-d1 {color:#fff !important; background-color:#3b181f !important}
.w3-theme-d2 {color:#fff !important; background-color:#35151b !important}
.w3-theme-d3 {color:#fff !important; background-color:#2e1218 !important}
.w3-theme-d4 {color:#fff !important; background-color:#271014 !important}
.w3-theme-d5 {color:#fff !important; background-color:#210d11 !important}

.w3-gradient{
    background: linear-gradient(1deg, #b74c61 10%, #f8edef 41%) no-repeat 50% 50% / 100% 100% !important
}
.w3-gradient-i{
    background: linear-gradient(1deg, #f8edef 10%, #3b181f 41%) no-repeat 50% 50% / 100% 100% !important
}
.w3-hover-gradient:hover{
    background: linear-gradient(1deg, #b74c61 10%, #f8edef 41%) no-repeat 50% 50% / 100% 100% !important
}
.w3-hover-gradient-i:hover{
    background: linear-gradient(1deg, #f8edef 10%, #b74c61 41%) no-repeat 50% 50% / 100% 100% !important
}

.w3-theme-light {color:#000 !important; background-color:#f8edef !important}
.w3-theme-dark {color:#fff !important; background-color:#210d11 !important}
.w3-theme-action {color:#fff !important; background-color:#210d11 !important}

.w3-theme {color:#fff !important; background-color:#431b23 !important}
.w3-text-theme {color:#431b23 !important}
.w3-border-theme {border-color:#431b23 !important}

.w3-hover-theme:hover {color:#fff !important; background-color:#431b23 !important}
.w3-hover-text-theme:hover {color:#431b23 !important}
.w3-hover-border-theme:hover {border-color:#431b23 !important}


* {box-sizing: border-box;}

body { 
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

#navbar {
  overflow: hidden;
  background-color: #f1f1f1;
  padding: 10px;
  transition: 0.4s;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
  /* line-height: 120px; */
  height: 120px;
}

#navbar a {
  float: left;
  color: white;
  text-align: center;
  padding: 0 12px;
  text-decoration: none;
  font-size: 18px;
}

#navbar #logo {
    width: 100px;
    height: 100px;
    transition: 0.4s;
}

#navbar a:hover {
  /* color: black; */
  opacity: 0.5;
}

#navbar-right {
  float: right;
  line-height: 100px;
}
.container {
  position: relative;
  max-width: 80%;
  height: 600px;
  margin: 0 auto;
}
.container .cover{
  position: absolute;
  top: 0;
  min-width: 100%;
  height: 800px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  transition: .5s ease;
}

.container img {
  vertical-align: middle;
  height: 800px;
}

.service-section{
  width:80%;
  top:50%;
}

/* Slideshow container */
.slideshow-container {
  max-width: 80%;
  width: 100%;
  height: 690px;
  position: relative;
  margin: auto;
}

.mySlides/* , .mySlides img */{
  height: 720px;
  overflow: hidden;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  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;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* 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;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

@media screen and (max-width: 580px) {
  #navbar {
    padding: 20px 10px !important;
    height: 80px;
  }
  #navbar a {
    
  }
  #navbar-right {
    float: none;
  }
  #navbar #logo {
    width: 50px;
    height: 50px;
    transition: 0.4s;
  }
  .slideshow-container {
    max-width: 100%;
    width: 100%;
    height: 380px;
    position: relative;
    margin: auto;
  }
  .mySlides, .mySlides img{
    height: 380px;
  }
  .container {
    max-width: 100%;
  }
  .service-section{
    width:100%;
    top:50%;
  }
}
.link{
  text-decoration: none;
}


.header_adjust{
    padding-top: 97px;
}
.hometitle{
    padding-right: 30px;
    margin-right : 30px;
    position: relative;
}
.hometitle::after{
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 4px;
    border-radius: 2px;
    right: -4px;
    background: linear-gradient(rgb(174, 217, 120) 0%, rgb(99, 162, 58) 100%) 0% 0% no-repeat padding-box padding-box transparent;
}
.paragraph{
    text-align: justify;
}

@media only screen and (max-width: 700px) {
    .header_adjust{
        padding-top: 57px;
    }
    .hometitle{
        padding-left: 16px;
    }
    .hometitle::after {
        height: 4px;
        width: 80px;
        top: 100%;
        background: linear-gradient(270deg, rgb(174, 217, 120) 0%, rgb(99, 162, 58) 100%) 0% 0% no-repeat padding-box padding-box transparent;
        right: initial;
        left: 16px;
    }
}

input[type=text], input[type=email], textarea {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}

input[type=text]:focus, input[type=email]:focus, textarea:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit button */
.btn {
  background-color: #04AA6D;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}

.btn:hover {
  opacity: 1;
}
.img-loaded{
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0px;
  object-fit: cover;
  border-radius: 10px;
  animation: 1.5s cubic-bezier(0.23, 1, 0.32, 1) 0.1s 1 normal forwards running fadeInImg;
  position: relative;
  opacity: 0;
}

@keyframes fadeInImg {
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}