
body { 
    padding: 0; 
    margin: 0; 
    font-family: 'Raleway', sans-serif; 
    /*background: #f8fafb; */
    background: #f7f7f7;
}
.owl-dot:focus { box-shadow: none; outline: none; }
input:focus, button:focus {
    outline: none;
    box-shadow: none;
}
.btn:focus, .btn:active, .btn:visited { outline: none; box-shadow: none; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
}

header {
	width: 100%;
	height: 65px;
	background: #617009;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	box-shadow: 0px 2px 10px 0px rgba(2, 2, 2, 0.1);
	z-index: 5;
}
.headerGap {
	height: 65px;
	width: 100%;
	clear: both;
}


.blogSection {
	padding: 65px 0;
}
.blogBox {
	width: 100%;
	/*height: 300px;*/
	background: #fff;
	margin-bottom: 30px;
}

.blogImg {
	height: 250px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.blogImg img {
	width: 100%;
}

.blogImg:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: radial-gradient(#0000 60%, rgba(0, 0, 0, 0.9));
    transition: all .4s ease-in-out;
}
.blogImg:hover:after {
	background-image: radial-gradient(#0000 40%, rgb(0, 0, 0));
	transition: all .4s ease-in-out;
}

.blogContent {
	padding: 15px;
}

.blogContent h5 {
	color: #525252;
}
.blogContent p {
    color: #737373;
    font-size: 15px;
    margin-bottom: 0;
}

.blogAuther {
    font-size: 13px;
    margin: 7px 0 12px;
    display: inline-block;
    width: 100%;
}
.blogAuther span {
    display: inline-block;
    padding-right: 17px;
    margin-right: 15px;
    border-right: 1px solid #ccc;
}
.blogAuther span:last-child {
	border-right: none;
}
.blogAuther span i {
    margin-right: 4px;
    font-size: 12px;
}

.blogDate {
    position: absolute;
    left: 10px;
    top: 0px;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    z-index: 2;
}
.blogDate span {
    font-size: 25px;
    margin-right: 3px;
    font-weight: 500;
}



.blogSB {
	/*padding-left: 10px;*/
}
.blogSB .search {
	margin-bottom: 15px;
	position: relative;
}

.blogSB .search input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 3px 30px 3px 2px;
    height: 35px;
    font-size: 15px;
    color: #ccc;
    background: transparent;
}
.blogSB .search a {
    position: absolute;
    right: 0px;
    top: 4px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #ccc;
}


.blogSB .head {
    font-size: 20px;
    font-weight: 600;
    color: #4C4C4C;
    margin: 20px 0 12px;
}

.blogSB .SB_list {
	list-style: none;
	width: 100%;
	padding: 0;
	margin: 0;
}
.blogSB .SB_list li a {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    color: #a5a5a5;
    font-size: 15px;
    text-decoration: none;
    padding: 10px 0;
    transition: all .3s ease-in-out;
}
.blogSB .SB_list li a:hover {
	padding-left: 15px;
	transition: all .3s ease-in-out;
}

.SB_latestPost {
    padding: 12px 0;
    border-bottom: 1px solid #dedede;
}
.SB_latestPost h4 {
    margin-bottom: 5px;
    font-size: 14px;
}
.SB_latestPost h6 {
	font-size: 11px;
	margin-bottom: 8px;
	color: #b3b3b3;
}
.SB_latestPost p {
	font-size: 13px;
	margin: 0;
}


.LP_Img {
	display: inline-block;
	width: 20%;
	vertical-align: middle;
}
.LP_Img img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.LP_Content {
    display: inline-block;
    width: 77%;
    vertical-align: middle;
    padding-left: 5px;
}


.SB_tagBox {
	padding: 10px 0;
}
.tag {
	display: block;
	float: left;
	padding: 5px 12px;
	background: #617009;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	margin: 2px;
}
.tag:hover {
	color: #fff;
	text-decoration: none;
}



/*=== BLOG DETAIL ===*/
.blogDetailSection {
	padding-bottom: 15px;
}
.blogDetail {

}
.blogDetailImg {
	width: 100%;
	margin-bottom: 20px;
}
.blogDetailImg img {
	width: 100%;
}

.blogDetail h5 {
    color: #525252;
    margin-bottom: 15px;
}

.blogDetail p {
    color: #737373;
    font-size: 15px;
    margin-bottom: 8px;
}

.writer_quotes {
	padding: 25px 0;
}
.w_Img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin-right: 10px;
	display: inline-block;
    vertical-align: middle;
}
.w_Img img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	margin-right: 10px;	
}
.w_quotesText {
    width: calc(100% - 110px - 10px);
    display: inline-block;
    vertical-align: middle;
    font-size: 25px;
    color: #c1c1c1;
    font-style: italic;
    padding-left: 15px;
}

.w_quotesText i {
	font-size: 28px;
	position: relative;
}
.w_quotesText .fa-quote-left {
    margin-right: 5px;
    top: -5px;
}
.w_quotesText .fa-quote-right {
    margin-left: 8px;
    bottom: -10px;
}



.blogDetail_foot {
	padding: 50px 0 25px;
	border-bottom: 1px solid #ccc;
}
.shareBox {
    display: inline-block;
    border: 1px solid #617009;
    border-radius: 4px;
    overflow: hidden;
}
.shareBox a {
    width: 40px;
    height: 30px;
    line-height: 33px;
    display: block;
    border-right: 1px solid #617009;
    float: left;
    text-align: center;
    color: #617009;
    transition: all .4s ease-in-out;
}
.shareBox a:last-child {
	border-right: none;
}
.shareBox a:hover {
	background: #617009;
	color: #fff;
	transition: all .4s ease-in-out;
}

.blogDetail_foot .blogAuther {
	text-align: right;
}
.blogDetail_foot .blogAuther span:last-child {
	padding-right: 0;
	margin-right: 0;
}


.recentBlog {
	padding: 50px 0 25px;
}





.commentSection {
	padding: 50px 0;
	background: #eaeaea;
}
.commentSection h1 {
    font-size: 25px;
    margin-bottom: 25px;
}

.commentMainBox {
    padding-right: 25px;
}
.commentBox {
	margin-bottom: 35px;
}
.commentBox:last-child {
	margin-bottom: 0;
}
.commentUser {
	display: inline-block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin-right: 10px;
	vertical-align: top;
}
.commentUser img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.commentDetail {
	width: calc(100% - 60px - 15px);
	display: inline-block;
	vertical-align: top;
}

.commentDetail h5 {
	color: #737373;
	font-size: 17px;
	font-weight: 600;
}
.commentDetail h5 small {
	float: right;
	font-size: 13px;
}

.commentDetail p {
    font-size: 15px;
    color: #a5a5a5;
    margin: 7px 0 0;
}









.contactForm {
    padding-right: 40px;
}
.contactForm .form-group { padding: 0 15px; margin-bottom: 50px; transition: all 150ms linear; }

.contactForm .form-group label {
    padding-right: 15px;
    font-size: 15px;
    color: #8d8d8d;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 400;
    transition: all 150ms linear;
}

.contactForm .form-control {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #ccc;
    font-size: 13px;
    padding: 2px 5px;
    height: 26px;
    resize: none;
    background: transparent;
}

.contactForm .form-control:focus {
    box-shadow: none;
    outline: none;
    border-bottom: 1px solid #617009;
    color: #617009;
}

.inputFocusOn label {
    color: #617009 !important;
    position: relative;
    bottom: -10px;
    font-size: 13px !important;
    transition: all 150ms linear;
}

.contactBtnBox { text-align: right; }

.contactBtnBox .contactBtn {
    display: inline-block;
    color: #fff;
    background: #617009;
    min-width: 150px;
    text-transform: uppercase;
    padding: 10px 15px 7px;
}





/*== FOOOTER DESIGN ==*/
footer {
    padding: 50px 0 0;
    background: #b71c1c;
    position: relative;
}

    
.backToTop {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    background: #b71c1c;
    color: #fff;
    text-align: center;
    font-size: 20px;
    border: 2px solid #fff;
    border-radius: 50%;
    transition: all .4s ease-in-out;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    top: -18px;
}
.backToTop:hover {
    background: #212121;
    transition: all .4s ease-in-out;
    color: #fff;
}



.footContent {
    text-align: center;
    color: #fff;
}
.footTitle {
    font-family: 'Great Vibes', cursive;
    font-size: 50px;
}

.footContent p {
    font-size: 15px;
    margin: 0;
}


.foot_inTouch {
    text-align: center;
    color: #fff;
}
.foot_inTouch h4 {
    font-size: 34px;
    margin-bottom: 35px;
    font-weight: 700;
}
.foot_subscribe {
    border: 2px solid #fff;
    display: inline-block;
    margin-bottom: 35px;
}
.foot_subscribe input {
    height: 33px;
    width: 175px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    background: transparent;
    border: none;
    padding: 2px 5px;
    text-transform: uppercase;
}
.foot_subscribe input::-webkit-input-placeholder { color: #fff; }
.foot_subscribe input::-moz-placeholder { color: #fff; }
.foot_subscribe input:-ms-input-placeholder { color: #fff; }
.foot_subscribe input:-moz-placeholder { color: #fff; }
.foot_subscribe button {
    height: 33px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    background: transparent;
    border: none;
    padding: 2px 10px;
    border-left: 2px solid #fff;
    text-transform: uppercase;
}


.footSocial {

}
.footSocial a {
    display: inline-block;
    margin: 0 3px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    font-size: 15px;
    border: 2px solid #fff;
    border-radius: 50%;
    transition: all .4s ease-in-out;
}
.footSocial a:hover {
    background: #212121;
    transition: all .4s ease-in-out;
}

.footContact {
    text-align: center;
    color: #fff;
}
.footContact p {
    font-size: 18px;
    margin-bottom: 14px;
    font-weight: 500;
}
.footContact p:last-child {
    margin-bottom: 0;
}



.bottomFoot {
    background: #212121;
    padding: 12px 0 10px;
    margin-top: 50px;
}
.copyR_text {
    color: #fff;
    font-size: 14px;
}

.footLink {
    text-align: right;
    color: #fff;
}
.footLink a {
    color: #fff;
    font-size: 14px;
    margin-left: 25px;
    transition: all .4s ease-in-out;
}
.footLink a:hover {
    color: #b71c1c;
    text-decoration: none;
    transition: all .4s ease-in-out;
}