/* your styles go here */


.title-outlined-white {
  background: fff;
  border: 1px solid #fff !important;
  color: #467fbf  !important;;
  border-radius: 0 !important;
  text-decoration: none;
   background: #fff;
}
.justify {
	text-align: justify!important;
}
p.ex1 {
    margin-left: 50px;
}

.owl-carousel .nav-btn{
  height: 47px;
  position: absolute;
  width: 26px;
  cursor: pointer;
  top: 100px !important;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled{
pointer-events: none;
opacity: 0.2;
}

.owl-carousel .prev-slide{
  background: url(nav-icon.png) no-repeat scroll 0 0;
  left: -33px;
}
.owl-carousel .next-slide{
  background: url(nav-icon.png) no-repeat scroll -24px 0px;
  right: -33px;
}
.owl-carousel .prev-slide:hover{
 background-position: 0px -53px;
}
.owl-carousel .next-slide:hover{
background-position: -24px -53px;
}   
.main-footer .container .row .col-lg-4{
  margin-top: -32px;
}
