.banner{
  padding-bottom: 25px;
background-size: cover;
  background-image: url(../imges/7309145.webp);
background-repeat: no-repeat;
  background-position: center;  

  
}


.nav-link{
  color:#264a80;
}

.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:#e8871e  ;
}
.theme-btn-one:hover{
background: #264a80;
  border: 1px solid #e8871e;
  
}


.text-justify{
  text-align: justify;
}


.text {
  font-size: 60px;
  font-weight: 600;
  position: relative;
  color: transparent;
  -webkit-text-stroke: 2px #264a80;
}

.text:before {
  content: attr(data-title);
  position: absolute;
  color: #264a80;
  animation: waves 3s ease-in-out infinite;
}

@keyframes waves {
  0%, 100% {
    clip-path: polygon(0% 45%, 15% 44%, 32% 50%, 54% 60%, 70% 61%, 84% 59%, 100% 52%, 100% 100%, 0% 100%);
  }
  50% {
    clip-path: polygon(0% 60%, 16% 65%, 34% 66%, 51% 62%, 67% 50%, 84% 45%, 100% 46%, 100% 100%, 0% 100%);
  }
}

/* Clip-path generated by https://bennettfeely.com/clippy/ */


.service .transition { transition: .3s cubic-bezier(.3, 0, 0, 1.3) }
.service .card {
    background-color: #fff;
    bottom: 0;
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.3);
    height: 300px;

    margin: auto;
    overflow: hidden;
 
    width: 300px;
}
.service .card:hover {
    height: 450px;
    width: 300px;
}
.service .card:hover .cta-container {
    display: inline;
    margin-top: 380px;
}
.service .card:hover .card_circle {
    background-size: cover;
    border-radius: 0;
    margin-top: -130px;
}
.service .card:hover h2 {
    background: #264a80;
    color: #fff;
    margin-top: 100px;
    padding: 5px;
}
.service .card:hover h2 small { color: #fff }
.service .card:hover p { margin-top: 300px }
.service .card_circle {

    background-color: #264a80;
    background-size: cover;
    border-radius: 50%;
    height: 400px;
    margin-left: -75px;
    margin-top: -270px;
    position: absolute;
    width: 450px;
}
.service h2 {
    color: #264a80;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: 200;
    margin-top: 150px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 9999;
}
.service p {
    color: rgba(0,0,0,.6);
    font-family: 'Raleway', sans-serif;
    font-size: 100%;
    font-weight: normal;
    margin-top: 200px;
    position: absolute;
    text-align: center;
    z-index: 9999;
}
.service .cta-container {
    display: none;
    margin-top: 320px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 9999;
}
.service .cta {
    -moz-border-radius: 2px;
    -moz-transition: 0.2s ease-out;
    -ms-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    -webkit-border-radius: 2px;
    -webkit-transition: 0.2s ease-out;
    background-clip: padding-box;
    border: 2px solid #264a80;
    border-radius: 2px;
    color: #264a80;
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    font-weight: 400;
    height: 36px;
    letter-spacing: 0.5px;
    line-height: 36px;
    margin-bottom: 15px;
    padding: 0 2rem;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.2s ease-out;
}
.service .cta:hover {
    background-color: #264a80;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color: #fff;
    -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}




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




 .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:#f89e28;
    background-color:#ffffff;
}

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

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



  .marquee {
    width:100%;
    margin: 10px auto;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    animation: marquee 40s linear infinite;
    color:#fff;
    padding-left: 70%;
    }
    
    .marquee:hover {animation-play-state: paused}
    
    /* Make it move */
    
    @keyframes marquee {0%   { text-indent: 27.5em }100% { text-indent: -240em }}
    
     /* marquee */

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

