/*Title:   Custom Css File
PLACE HERE YOUR OWN CSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
I WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

.logo-nav {
	position: relative;
	top: 7px;
	width: 208px;
}
.logo-nav img {
	width:100%;
}
.gg {
	background: #ff0000 none repeat scroll 0 0;
	height: 0;
	position: absolute;
	top: 0;
	width: 50px;
	z-index: 999;
}
.arrow {
	/* background-size: contain;
    bottom: -25px;
    height: 14px;
    left: 50%;
    margin-left: -20px;
    position: fixed;
    width: 25px; */
	
	  
    display: table;
	margin: 0 auto;
	width: 50px;
	text-align: center;
	font-size: 56px;
	color:#fff;
}
.bounce {
	animation: 5s ease 0s normal none infinite running bounce;
}
.bottom_arrow {
	height: 44px;
	position: absolute;
	width: 100%;
	z-index: 27;
	bottom: 60px;
}
.cover {
	background: rgba(0, 0, 0, .22);
	height: 100%;
	display: block;
	position: absolute;
	width: 100%;
	top: 0;
}
.about-box {
	position: relative;
	padding: 18px 29px;
}
.service-features a {
	color:#d9261c;
    position: relative;
    top: 1em;
}
.service-features:hover .img-container {
	background:#d9261c;
	border:1px solid #d9261c;
}
.service-features:hover .img-container i {
	color:#fff;
}
 .service-features:hover .img-container::after {
 color:#d9261c;
 text-shadow: 0 2px 0 #d9261c;
}
.service-features:hover {
	
}

.caption3 h2 {
    color: #ffffff;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    text-transform: uppercase;
}

/*Read More*/


.morecontent span {
    display: none;
}

.morelink {
    display: block;
}
/*Read More*/

/*Custom Bootstrap*/


.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}


/*Custom Bootstrap*/

