a {
    color: #086081;
}

a:hover {
  color: #086081;
  text-decoration: none;
}

.new-input { border-radius:40px; padding:10px 10px;}
.fixed-top {background-color:#f9f9f9!important}
.fixed-top.scrolled {
  background-color: #fff !important;
  transition: background-color 200ms linear;
}
 




.btn-full {width:100%; background-color:#086081; color:#fff;}
.btn-full:hover {background-color:#813e08; color:#fff;}
 .fixed-top { z-index:999999999999999999;}




.w-full {
    width: 100%;
}
.flex{
  display: flex;  
}
.justify-center{
  justify-content: center;
}

.border-t {
    border-top: 1px solid #d0d0d0;
} 
.mt-2 {
    margin-top: 0.5rem;
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color:#fff;
}

.px-5 {
    padding-left: 20px!important;
    padding-right:20px!important;
}
.-mt-3 {
    margin-top: -0.75rem;
}
.bg-white { 
    background-color:#fff;
}


.text-gray-600{ 
  color:#333;
}

.icon img {width:100px; height:100px; }

.services .icon-box h4 a {
    color: #086081;
    transition: ease-in-out 0.3s;
}