.section_1{
    background-image: url(https://cdn1.npcdn.net/userfiles/21828/image/bg2-2.jpg);
    background-position: left;
}

.font1{
    font-size:20px;
    line-height:30px;
    text-transform:uppercase;
}

.font1 span{
    display:inline-block;

}

.font2{
    font-size:16px;
    line-height:28px;
}

.font3{
    font-size:25px;
    font-weight:600;
    line-height:30px;
    text-transform:uppercase;
}



.imgx1{
    width:350px;
    margin:0 auto;
    }

.blue-btn{
    background-color:#0280e8;
    transition:Ease-in-out 0.3s;
    border-radius:25px;
    padding:10px 50px;
    border:0px !important;
}


.blue-btn:hover{
    background-color:#09b3ed;
    color: #fff ;
}


.show-content {
    width: 85%;
    margin: 0 auto;
}

.show-content .content-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: left !important;
    padding:50px 0 0 20px;
    transform: scale(1) !important;
    opacity: 1 !important;
    transition: all .3s ease-in-out 
    z-index: 1;
    background-color: rgba(0,0,0,0.4) !important;


}

.show-content:hover .content-holder {

    opacity: 0 !important;

}

.img-holder img{
   transition: all .3s ease-in-out !important;
}

.show-content:hover .img-holder img{
   transform:scale(1.1);
}

/* search bar */

#formc {

  display:inline-block;
  border-radius: 25px;
  padding: 2px 10px;
  margin:0 auto;
  background:rgb(9,169,277,0.2);
}

#formc > .textbox {

    outline:none;
    height: 35px;
    width: 300px;
    line-height: 18px;
    padding: 0px;
    background-color: rgba(255, 255, 255, 0);
    color: #000 !important;
    -webkit-text-fill-color: #000;
    border: 0;
    float: left;
    -webkit-border-radius: 0px 0 0 0px;
    border-radius: 0px 0 0 0px;

}
#formc > .textbox:focus {
    outline: 0;
    background-color: rgb(0,0,0,0,0);
    color: #000 !important;
}

#formc > .buttonx1 {
  outline: 0;
  background: none;
  background-color:rgb(0,0,0,0,0);
  float: left;
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 18px;
  border: 0;
  color: #000;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  text-rendering: auto;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color .4s ease;
  transition: background-color .4s ease;
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 25px 25px 0;
  padding:0px;
}

#formc > .buttonx1:hover {
  background-color: rgb(0,0,0,0);
  color:#ccc;
}

.form {
    border: 1px solid #eb008b !important;
    padding: 0px !important;
    height: 30px;
}


.intro {
    padding: 0 !important;
    overflow-x: auto;
}

.banner-item {

    height: 180px !important;

}