.banner{
  padding-bottom: 25px;
  width: 100%;
  background-image: url(../imges/cover.webp);
  background-size: cover;
  background-position: center;  
  position: relative;
}


.nav-link{
  color:#000;
}

.nav-link:hover{
  color:#e8871e;
}

.theme-btn-one {
  color: #fff !important;
  text-align: center;

  /* border-radius: 30px; */
  box-shadow: 0px 15px 20px 0px rgba(96, 144, 248, 0.2);
  background: linear-gradient( #ffa41bea, #f36b03e7) ;
}
.theme-btn-one:hover{
  background: transparent;
  border: 1px solid #fff;
}


.theme-btn-two {
  color: #fff ;
  text-align: center;

  /* border-radius: 30px; */
  box-shadow: 0px 15px 20px 0px rgba(96, 144, 248, 0.2);
  background: linear-gradient( #ffa41bea, #f36b03e7) ;
}
.theme-btn-two:hover{
  background: transparent;
  border: 1px solid #e8871e;
  color: #000;
}


section {
  padding-top: 4rem;
  width: 60%;
  margin: auto;
}

details[open] summary ~ * {
  animation: open 0.3s ease-in-out;
}

@keyframes open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
details summary::-webkit-details-marker {
  display: none;
}

details summary {
  width: 100%;
  padding: 1.5rem 0;
  border-top: 1px solid #fff;
  position: relative;
  cursor: pointer;
  font-size: 1.25rem;
  font-weight: 300;
  list-style: none;
}

details summary:after {
  content: "+";
  color: #fff;
  position: absolute;
  font-size: 1.75rem;
  line-height: 0;
  margin-top: 0.75rem;
  right: 0;
  font-weight: 200;
  transform-origin: center;
  transition: 200ms linear;
}
details[open] summary:after {
  transform: rotate(45deg);
  font-size: 2rem;
}
details summary {
  outline: 0;
}
details p {
  font-size: 0.95rem;
  margin: 0 0 1rem;
  padding-top: 1rem;
}



textarea{
  resize: none;
  margin-bottom: 20px; 
  }
  

  .userselect{
  user-select: none;
  }
  
  .spam { display:none;}



  .fot{
    background:#fff;
    margin-top: -8em;
    
   }
 

   /* 445×617.233 */

   @media (max-width: 617.233px){
    .card {
            
        margin-bottom:80px;
}
.fot{
 
  margin-top: 0em;
 
 }
 .head{
  display: none;
 }
}

.Locations a{
  width:30% ;
  margin:9px auto;
 }


 .serviceslist ul li a{
  font-size: 18px;
  text-decoration: none; 
  color: #fff;
 }
 .serviceslist ul li a:hover{
color: #60c5e4;
cursor: pointer;
 }


  /* marquee */

.marquee {
width:100%;
margin: 15px auto;
overflow: hidden;
white-space: nowrap;
box-sizing: border-box;
animation: marquee 35s linear infinite;
color:#fff;
/* padding-left: %; */
}

.marquee:hover {animation-play-state: paused}

/* Make it move */

@keyframes marquee {0%   { text-indent: 27.5em }100% { text-indent: -120em }}

/* marquee */


.social-links {
  display:inline-block;
  height:15px;
  width:15px;
  background-color:rgba(255,255,255,0.2);
  margin:0 8px 8px 0;
  padding: 8px;
  text-align:center;
  line-height:20px;
  border-radius:50%;
  color:#ffffff;
  transition:all 0.5s ease;
  }
  .social-links:hover{
    color:#e8871e;
    background-color:#ffffff;
  }
form.CUS input.subject { display: none; }
input.btn-submit {
  background-color: #ffa41bea;
  color: white;
  font-size: 1em;
   transition: 1s;
}
input.btn-submit:hover {
  background-color: transparent;
  color:#ffa41bea;
  transition: 1s;
}
