

.ui-autocomplete {
  width: 190px;
  max-height: 180px;
  padding: 0;
  margin: 0;
  overflow-y: auto;
  overflow-x: hidden;
  background: #2ec5aa;
  color: #fff;
  border-width: 4px 4px 4px 0;
  border-style: solid;
  border-color: #2ec5aa;
}
.ui-autocomplete ul {
  list-style: none;
}
.ui-autocomplete li {
  height: 36px;
  margin: 0;
  font: bold 14px/36px Arial, Helvetica, sans-serif;
  white-space: nowrap;
}
.ui-autocomplete li:hover {
  -moz-transition: background 0.3s ease-in;
  -o-transition: background 0.3s ease-in;
  -webkit-transition: background 0.3s ease-in;
  transition: background 0.3s ease-in;
  background: #3ed1b7;
}

.ui-autocomplete li a {
  display: block;
  padding: 0 12px;
  cursor: pointer;
}
  #bars {
  margin: 2em auto;
  max-width: 960px;
  overflow: hidden;
}

.bar {
  float: left;
  width: 20%;
  text-align: center;
}

.bar h3 {
  font-size: 1.4em;
  font-weight: normal;
  margin: 0;
  text-transform: uppercase;
}

.bar-circle {
  display: block;
  margin: 0.7em auto;
}
.creditscore-wraper{
  padding: 50px;
}
.input-material .placeholder-title{
  color: #fff;
}
.input-material .bar{
 background: none;
}
.headericon{
  width: 20px;
  margin-right: 10px;
}
.details h4{
  color: #38526d;
}
#demos .owl-carousel .item h4{
  text-align: center!important;
  float: initial;
}

.wrappernav h1 {
  color: #fff;
  font-size: 16px;
  font-family: "ubuntu";
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  background: linear-gradient(to right, #e72a3a 10%, #fff 50%, #38526d 60%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 1.5s linear infinite;
  display: inline-block;
}
.productitem:hover{
    background:rgb(255,0,0,0.5);
    transition: 2s;
}
  .productitem:hover > a > img{
  display: none;
  }
  .productitem:hover > a > h4{
  display: none;
  } 
  .productitem:hover > {
  color: #38526d;
  }
  .afterproduct{
  display: none;
  }
  .productitem:hover > a > .afterproduct{
  display: block;
  text-align: center;

  }
  .afterproduct h1{
  color: #fff;
  font-size: 25px;
  }
  .afterproduct p{
  color: #fff;
  }
  .afterproductbutton{
  width: 180px;
  background: #fff;
  border-radius:10px;
  padding: 10px;
  font-size: 16px;
  margin-left:25px;
  }


@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

  .calltoaction-area {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  padding: 102px 0
}

.calltoaction-area .xs-overlay {
  opacity: .9
}

.call-to-action {
  position: relative;
  z-index: 2
}

.call-to-action .content-title {
  color: #FFFFFF;
  margin-bottom: 35px
}

.call-to-action .btn-outline-secondary {
  line-height: 52px
}

.call-to-action.action-style2 .content-title {
  font-size: 2.25rem;
  font-family: "Roboto", sans-serif;
  margin-bottom: 40px
}

.call-to-action.action-style2 .btn {
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  padding: 0 33px
}

.call-to-action.action-style2 .btn.icon-left>i,
.call-to-action.action-style2 .btn.icon-right>i {
  line-height: 60px
}

.calltoaction-area-2 {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center
}

.calltoaction-area-2 .xs-overlay {
  background-color: #4243e7;
  opacity: .9
}

.calltoaction-area-2.version-gradient .xs-overlay {
  background: #3154fb;
  background: -webkit-gradient(linear, left top, right top, color-stop(18%, #3154fb), to(#8de4e8));
  background: -webkit-linear-gradient(left, #3154fb 18%, #8de4e8 100%);
  background: -o-linear-gradient(left, #3154fb 18%, #8de4e8 100%);
  background: linear-gradient(90deg, #3154fb 18%, #8de4e8 100%)
}

.call-to-action-wraper {
  position: relative;
  padding: 100px 0
}

.calltoaction-area-4.delighter {
  padding: 0 80px;
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease
}

.calltoaction-area-4.delighter.started {
  overflow: hidden;
  padding: 20px 0px
}

.calltoaction-area-4.delighter.started .calltoaction-info {
  margin: 0 auto 0 auto;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  background-color: #4843d2;
  max-width: 100%
}

.calltoaction-area-4 .calltoaction-info {
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
  background-color: #7447ff;
  max-width: 100%;
  padding: 100px 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-blend-mode: color-burn
}

.call-to-action.action-style3 .content-title {
  font-size: 3rem;
  font-family: "Roboto", sans-serif;
  margin-bottom: 37px
}

.call-to-action.action-style3 .btn {
  padding: 0 36px;
  height: 65px;
  line-height: 65px
}

.call-to-action.action-style3 .btn:hover {
  background-color: #7447ff
}

.call-to-action.action-style3 .btn[class*=icon-]>i {
  line-height: 58px
}

.afterproduct h1{
    color: #fff;
    font-size: 25px;
}
.afterproduct p{
    color: #fff;
}
.afterproductbutton{
    width: 180px;
    background: #fff;
     border-radius:10px;
   padding: 10px;
    font-size: 16px;
    margin-left:25px;
}
.agency_client_slider{
  display: none;
}
#projectFacts{
  display: none;
}
#firstpageform{
  display: none;
}

@media screen and (max-width: 350px) and (min-width: 320px) {
   .review-area{
    display: none;
   }

 
}
@media screen and (max-width: 375px) and (min-width: 360px) {
 .review-area{
  display: none;
 }

}
@media screen and (max-width: 414px) and (min-width: 376px) {
  .review-area{
    display: none;
  }
}
@media screen and (max-width: 769px) and (min-width: 600px) {
 .review-area{
  display: none;
 }
}
@media screen and (max-width: 1030px) and (min-width: 1000px) {
  .review-area{
    display: none;
  }
} 