/* CSS Document */

body{
	font-size: 17px;
}

h4.theme-color{
	font-weight: 600;
}

p{
	color: #5a5a5a;
}

.card.circle{
	border-radius: 50%;
}

.header .navbar-collapse ul.navbar-nav > li:hover > a, .header .navbar-collapse ul.navbar-nav > li:focus > a, .header .navbar-collapse ul.navbar-nav > li.active > a{
	border-bottom: 5px solid #f28c64;
}

.swiper-single.swiper-container.swiper-container-horizontal{
	border-radius: 50%;
}

.header .nav-logo a img{
	width: 200px;
}

.nav.navbar-nav{
	background-color: white;
}

.no-over.dark-overlay:before{
	background: transparent;
}

.orange-light{
	background-color: #e8987a;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	z-index: 99999;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

.tp-caption.tp-resizeme.circle, .tp-caption.tp-resizeme img {
	border-radius: 50%;
	border: 2px solid white;
}

@media only screen and (max-width: 767px){
.parallax-bg .parallax-img {
		height: 100%;
		left: auto;
		right: 0%;
	}
.content-block-2 .background-holder.has-content .content{
	padding: 0;
}

}

@media only screen and (max-width: 992px){
	.header .navbar-collapse ul.navbar-nav > li > a{
		color: #585858;
	}
	.heading-1:after {
    	left: -10px;
	}
}

