/*Typography*/
@import url('https://fonts.googleapis.com/css?family=Arvo|Rakkas');

h1, h2, h3, h4, h5, h6{
	font-family: 'Rakkas', cursive;
}

body{
	font-family: 'Arvo', serif;
}

.navbar-nav  {
    margin-top: 20px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7;
    border-radius: 5px;
}

#about-head{
	background-image: url('../images/about.jpg'); 
}

#profile-head{
	background-image: url('../images/profile.jpg'); 
}

#service-head{
	background-image: url('../images/services.jpg'); 
}

#contact-head{
	background-image: url('../images/contact.jpg'); 
}

.mb-5  {
	margin-bottom:5px !important;
}

.mb-10  {
	margin-bottom:15px !important;
}

.page-head{
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-head h1{
	padding-top: 120px;
	padding-bottom: 90px;
}

.row_padding {
    padding: 10px 0;
}

.col-padding{
	padding-bottom: 15px !important;
}

.pt-20{
	padding-top: 20px !important;
}

.pb-20{
	padding-bottom: 20px !important;
}

.text-white{
	color: #fff;
}

/*index page*/
.bg {
	background-image: linear-gradient(80deg, 
									rgba(255,255,255,0.8),
									rgba(255,255,255,0.8) 10%,
									transparent),url('../images/bg.jpg');
	width: 100%;
	height: 100vh;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

.home-intro{
	width: 100%;
	height: 100vh;
	position: relative;
}

.wrap{
	min-height:100px;
	width: 100%;
	position: absolute;
	bottom: 40%;
	text-align: center;
}

.wrap h1{
	padding-bottom: 20px !important;
}

.wrap p{
	padding-bottom: 20px !important;
}

.btn-custom {
	color: #fff;
	background-color: #800000;
}

.btn-custom:hover{
	 background-color: #fff;
	 color: #800000;
	 border-color: #800000;
}
/*END of Index*/

/*About Section*/

.about_more i {
    background: #800000;
    border: 2px solid #800000;
    border-radius: 100px;
    font-size: 40px;
	color: #fff;
    height: 80px;
    line-height: 80px;
    margin-bottom: 15px;
    text-align: center;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    width: 80px;
}

.thumbn-height{
	min-height: 288px;
}

.thumbn {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.parallax {
	/* The image used */
    background-image: url('../images/bg0.png');
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.about_more:hover i {
    color: #800000;
	background: none;
	border: 2px solid #800000;
}

.about_more:hover h4 { color: #800000 }

ul.rp-ul {
	list-style: none; 
	padding-left: 5px;
}

li.rp-li {
	position: relative;
	padding-left: 20px;
}

li.rp-li:before{
	position: absolute;
	top: 0;
	left: 0;
	font-family: FontAwesome;
	content: "\f0e3";
}

a:hover,a:focus{
    text-decoration: none;
    outline: none;
}
.tab .nav-tabs{
    border-bottom: 0 none;
    background: transparent;
}
.tab .nav-tabs li a{
    font-size: 16px;
    color: #333;
    background: transparent;
    border: none;
    padding: 12px 22px;
    border-radius: 30px;
    position: relative;
}
.tab .nav-tabs li.active a{
    border: 0 none;
    background: #800000;
    color: #fff;
}
.tab .nav-tabs li.active a:after{
    content: "";
    position: absolute;
    left: 45%;
    bottom: -14px;
    border: 7px solid transparent;
    border-top: 7px solid #800000;
}
.tab .tab-content{
    padding: 12px;
    font-size: 14px;
    color: #5a5c5d;
    line-height: 24px;
    margin-top: 5px;
    background: #fff;
    border-bottom: 3px solid #800000;
}
@media only screen and (max-width: 480px) {
    .tab .nav-tabs li{
        width: 100%;
        margin-bottom: 10px;
    }
    .tab .nav-tabs li a{
        border: 1px solid #d3d3d3;
    }
    .tab .nav-tabs li.active a:after{
        border:none;
    }
}

/*End of About*/

@media (max-width: 767px){
	.wrap{
		bottom: 20%;	
	}

	.page-head h1{
		padding-top: 90px;
		padding-bottom: 10px;
	}
	
	.navbar-header img {
		width: 165px;
	}

}
/*Services*/
.serviceBox{
    padding-left: 30px;
    position: relative;
	margin-bottom: 20px;
}
.serviceBox:before{
    content: "";
    width: 60px;
    height: 60px;
    background: #e27373; /*#de7f49;*/
    position: absolute;
    top: 20px;
    left: 5px;
    z-index: 1;
}
.serviceBox .service-icon{
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #800000;
    font-size: 30px;
    color: #fff;
    position: absolute;
    top: 15px;
    left: 0;
    z-index: 1;
}
.serviceBox .service-content{
    padding: 30px;
    border-width: 1px;
    border-style: solid;
    border-color: #d5d5d5 #d5d5d5 #3f4147;
    position: relative;
    transition: all 0.4s ease-in-out 0s;
}
.serviceBox:hover .service-content{
    background: rgba(128, 0, 0, 0.5);
    border-color: #3f4147;
}
.serviceBox .title{
    font-size: 18px;
    font-weight: 600;
    color: #333;
    padding-left: 30px;
    margin-bottom: 35px;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out 0s;
}
.serviceBox:hover .title,
.serviceBox:hover .description{
    color: #fff;
}
.serviceBox .description{
    font-size: 14px;
    color: #858585;
    margin: 0;
}


/*End of Service*/

/*footer*/
footer {
	background: rgba(128, 0, 0, 0.7);
	margin-top:35px;
}

footer h3 {
    color: #393939;
    background: #f5f5f5;
    padding: 9px;
    margin: 0;
    font-weight: 800;
    font-size: 16px;
}

footer p {
    color: #f5f5f5;
    line-height: 18px;
    font-size: 12px;
    padding-left: 5px;
	text-align: justify;
}

footer .fa {
    margin-right: 10px;
}

.social {
    padding: 25px 0;
}

.social i {
    font-size: 20px;
    padding: 10px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

footer a {
    text-decoration: none !important;
}

.row_padding {
    padding: 10px 0;
}

.mt20 {
    margin-top: 10px;
}
/*End of footer*/

/*Contact*/
#address i.fa {
    color: #800000;
    font-size: 40px;
	padding: 9px 0;
}
