/*
 Theme Name:   Bhost Pro Child | Shared by VestaThemes.com
 Theme URI:    http://getmasum.net/bhost
 Description:  Bhost Pro Child Theme
 Author:       Masum Billah
 Author URI:   http://getmasum.net/
 Template:     bhostpro
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         
 Text Domain:  bhost-Child
*/

html, body, a,p, span,strong{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Montserrat', sans-serif;
	color: #444;
	font-weight: 500;
}
a {
	color: #404040;
	transition: all 0.5s ease 0s;
}


a:hover,
a:focus
 {
	color: #2bcdc1;
	text-decoration: none;
	outline: none;
	border: none;	
}

.owl-theme .owl-controls {
  margin-top: 0;
  position: absolute;
  right: 15px;
  text-align: center;
  top: -45px;
}
.owl-theme .owl-controls .owl-buttons div {
	background: #2bcdc1 none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	font-size: 15px !important;
	height: 40px;
	line-height: 40px;
	margin: 0;
	opacity: 0.5;
	padding: 0;
	text-align: center;
	width: 40px;
}  
.owl-buttons .owl-prev{
	margin-right: 10px!important;
}
.owl-buttons .owl-prev:before{
	font-family: 'FontAwesome';
	content: '\f053';
}
.owl-buttons .owl-next:before{
	font-family: 'FontAwesome';
	content: '\f054';
}