@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*
	Title # Company Name
	Date #  20 December 2021
*/

* {
	padding: 0px;
	margin: 0px;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	padding: 0px;
	margin: 0px;
	background: #f4f6f8;
	border: 8px solid #f4f6f8;
	font-family: 'Rubik', sans-serif;
	font-weight: normal;
	line-height: 22px;
}

img {
	max-width: 100%;
	height: auto;
}


.body-full {
	width: 100%;
	float: left;
	position: relative;
	background: #fff;
}


.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
	/*width: 70%;*/
	margin: auto;
}

a {
	text-decoration: none;
	transition: .5s;
}

a:hover {
	text-decoration: none;
}


.table>thead>tr>th {
	border: none;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	border: none;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	line-height: 20px;
}


@media (max-width: 575px) {

	.container,
	.container-fluid,
	.container-sm,
	.container-md,
	.container-lg,
	.container-xl {
		padding-right: 30px;
		padding-left: 30px;
	}

}


/* ===================================== Start Logo ============================================== */


.logo {
	width: 100%;
	padding: 30px 0px;
	float: left;
	font-family: 'Playfair Display', serif;
	font-size: 38px;
	font-weight: 400;
	color: #b70038;
	line-height: 40px;
	text-align: center;
}

.logo a {
	color: #b70038;
}


@media (max-width: 767px) {

	.logo {
		padding: 30px 0px 20px;
		text-align: left;
	}

}


/* ===================================== End Logo ============================================== */



/* ============================== End Navigation ========================================== */

#navbar {
	width: 100%;
	float: left;
	z-index: 2;
	text-align: center;
	background: url("../img/nav-bg.png") center left repeat-x;
}

.navbar {
	padding: 0px 0px;
}

#navbar .navbar .navbar-nav {
	background: #FFF;
	margin: auto;
}

.navbar .navbar-toggle {
	display: none;
}

.navbar-nav li {
	font-size: 14px;
	font-weight: 400;
	color: #222;
	line-height: 22px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0px;
	margin: 5px 12px;
	position: relative;
}

.navbar-nav li a {
	color: #222;
	display: block;
}

.navbar-nav li a:hover {
	color: #b70038;
	text-decoration: none;
}

.navbar-nav li a.active {
	color: #b70038;
}

.navbar-nav li strong {
	font-weight: 500;
	color: #b70038;
}

.navbar ul.dropdown-menu {
	background: #FFF;
	padding: 5px 0px;
	margin: 0px;
	width: 100%;
	border: 1px solid rgba(0, 0, 0, 0.15);
}

.navbar-nav li ul li {
	font-size: 12px;
	color: #222;
	padding: 5px 10px;
	margin: 0px 0px;
}

.navbar-nav li ul li a {
	color: #222;
	padding: 0px 0px;
	display: block;
}
.navbar-nav li:hover>ul.dropdown-menu {
	display: block;
}
.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: 6px;
	margin-left: 11px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px 6px;
	border-radius: 0 6px 6px 6px;
}
.dropdown-submenu>a:after {
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	content: " ";
	display: block;
	float: right;
	height: 0;
	margin-right: 0px;
	margin-top: 5px;
	width: 0;
}
.search-icon {
	width: 100%;
	display: inline-block;
}

.search-icon .fa {
	color: #000;
	font-size: 15px;
	line-height: 18px;
	cursor: pointer;
}
.search-body {
	width: 320px;
	padding: 10px 10px;
	background: #f4f6f8;
	border: 1px solid #c1c1c1;
	box-shadow: 0px 0px 5px 0px #c1c1c1;
	border-radius: 5px;
	float: left;
	position: absolute;
	right: 0px;
	top: 35px;
	z-index: 9999;
	display: none;
}

.search-body .form-control {
	font-family: 'Rubik', sans-serif;
	width: 220px;
	float: left;
	padding: 5px 10px;
	font-weight: 400;
	font-size: 19px;
	line-height: 20px;
	border: 0;
	color: #222;
	border-radius: 0px;
}

.search-body .btn-primary {
	font-family: 'Rubik', sans-serif;
	width: 70px;
	float: right;
	padding: 9px 0px;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	border: 0;
	color: #b70038;
	background: #FFF;
	border-radius: 0px;
}



@media (max-width: 767px) {

	#navbar {
		width: 100%;
		background: #FFF;
	}

	#navbar .collapse:not(.show) {
		display: none !important;
	}

	.navbar-nav {
		width: 100%;
		float: left;
	}

	.navbar {
		width: 100%;
		padding: 0px 0px;
	}

	#navbar .navbar .navbar-nav {
		padding: 10px 0px;
		border: 1px solid rgba(0, 0, 0, 0.15);
		box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.2);
	}

	.navbar-nav li {
		width: 100%;
		padding: 5px 10px;
		margin: 0px 0px;
	}

	.navbar-nav li a {
		padding: 0px 0px;
		margin: 0px 0px;
	}

	.navbar-expand-sm .navbar-nav .dropdown-menu {
		width: 100%;
		position: relative;
		float: left;
		top: 0px;
		left: 0px;
	}

	.navbar ul.dropdown-menu.sub-sub-menu {
		left: 0px;
		position: relative;
	}

	.navbar-nav li ul li {
		text-align: center;
	}

	.navbar .navbar-toggle {
		padding: 8px 9px;
		background: #000;
		border: 1px solid #00518c;
		display: inline-block;
		position: absolute;
		top: -64px;
		right: 0px;
		z-index: 2222;
		width: 40px;
		height: 35px;
	}

	.navbar-toggle.collapsed .icon-bar {
		margin-left: 0px;
	}

	.navbar-toggle .icon-bar {
		margin-left: 2px;
	}

	.icon-bar {
		width: 20px;
		height: 3px;
		background-color: #FFF;
		display: block;
		transition: all 0.2s;
		margin-top: 2px;
		margin-left: 0px;
	}

	.icon-bar {
		background-color: #FFF;
	}

	.navbar-toggle .top-bar {
		transform: rotate(45deg);
		transform-origin: 16% 16%;
	}

	.navbar-toggle .middle-bar {
		opacity: 0;
	}

	.navbar-toggle .bottom-bar {
		transform: rotate(-45deg);
		transform-origin: 10% 90%;
	}

	.navbar-toggle.collapsed .top-bar {
		transform: rotate(0);
	}

	.navbar-toggle.collapsed .middle-bar {
		opacity: 1;
		margin: 3px 0px;
	}

	.navbar-toggle.collapsed .bottom-bar {
		transform: rotate(0);
	}

}

/* ============================== End Navigation ========================================== */
/* ================================== Start Block Body ================================== */

.block-body {
	width: 100%;
	padding: 50px 0px 30px;
	float: left;
	position: relative;
}

.block-body .col-12 {
	padding: 0px 0px;
	display: inline-block;
}

.left {
	width: 68%;
	float: left;
	position: relative;
}

.right {
	width: 28%;
	float: right;
	position: relative;
}


.imagebox-details {
	width: 100%;
	float: left;
	position: relative;
}

.imagebox-details:hover {
	display: inline-block;
}

.imagebox-details:hover .imagebox-details .social {
	display: inline-block;
}
.imagebox-details:hover .imagebox-details h2 {
	text-decoration: underline;
}
.imagebox {
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 20px;
	transition: transform .2s;
	overflow: hidden;
}

.imagebox img {
	width: 100%;
	height: 505px;
	transition: transform .2s;
}
.imagebox img:hover {
	transform: scale(1.2);
}
.imagebox2 {
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 20px;
	transition: transform .2s;
	overflow: hidden;
}
.imagebox2 img {
	width: 100%;
	height: 250px;
	transition: transform .2s;
}
.imagebox2 img:hover {
	transform: scale(1.2);
}
.imagebox3 {
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 20px;
	transition: transform .2s;
	overflow: hidden;
}
.imagebox3 img {
	width: 100%;
	height: 505px;
	transition: transform .2s;
}

.imagebox3 img:hover {
	transform: scale(1.2);
}

.imagebox-icon {
	width: auto;
	padding: 2px 2px;
	position: absolute;
	background-color: rgba(0, 0, 0, .05);
	left: 15px;
	bottom: 15px;
	z-index: 1;
}

.imagebox-icon .fa {
	font-size: 14px;
	color: #FFF;
	line-height: 20px;
	margin: 0px 3px;
}


.imagebox-details {
	width: 100%;
	float: left;
	position: relative;
}

.imagebox-details h2 {
	font-size: 19px;
	font-weight: 500;
	color: #222;
	line-height: 25px;
	margin-bottom: 10px;
}

.imagebox-details h2 a {
	color: #222;
}

.imagebox-details h2 a:hover {
	color: #222;
	text-decoration: underline;
	/*border-bottom: 1px solid #b70038;*/
}

.imagebox-details h3 {
	font-size: 12px;
	font-weight: 400;
	color: #5d738d;
	line-height: 12px;
	margin-bottom: 15px;
	text-transform: uppercase;
	padding-left: 8px;
	border-left: 2px solid #b70038;
	letter-spacing: 1px;
	margin-right: 4px;
}

.imagebox-details h3 a {
	color: #5d738d;
}

.imagebox-details h3 a:hover {
	color: #222;
}

.imagebox-details p {
	font-size: 12px;
	font-weight: 400;
	color: #5d738d;
	line-height: 25px;
	margin-bottom: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.imagebox-details p a {
	color: #5d738d;
}

.imagebox-details p a:hover {
	color: #222;
}

.imagebox-details p a:before {
	content: "/";
	display: inline-block;
	padding-left: 4px;
	margin-right: 8px;
}

.imagebox-details .social {
	width: auto;
	position: absolute;
	right: 0px;
	top: -3px;
	z-index: 1;
	display: none;
	transition: .5s;
}

.imagebox-details .social .fa {
	font-size: 14px;
	color: #000;
	line-height: 20px;
	margin: 0px 0px 0px 10px;
}

.imagebox-details .social .fa.fa-twitter {
	color: #1da1f2;
}

.imagebox-details .social .fa.fa-facebook {
	color: #3b5998;
}

.imagebox-details .social .fa.fa-linkedin {
	color: #0077b5;
}

.imagebox-details .social .fa.fa-pinterest {
	color: #bd081c;
}

.post-card {
	width: 100%;
	position: relative;
	float: left;
}

.post-card ul {
	padding: 0px;
	margin: 0px;
}

.post-card ul li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: inline-block;
	width: 31%;
	float: left;
	margin-left: 3.5%;
	margin-bottom: 20px;
}

.post-card ul li:nth-child(3n+1) {
	margin-left: 0px;
}
.post-card .btn-primary {
	min-width: 360px;
	padding: 15px 20px;
	background: #FFF;
	border: 1px solid #000;
	border-radius: 0px;
	/*box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.2);*/
	font-family: 'Rubik', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	line-height: 26px;
	letter-spacing: 1px;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	margin: 20px 0px;
}

.post-card .btn-primary:hover {
	background: #b70038;
	border: 1px solid #b70038;
	color: #FFF;
}

@media (max-width: 1199px) {

	.imagebox img {
		width: 100%;
		height: 405px;
	}

	.imagebox2 img {
		width: 100%;
		height: 200px;
	}

	.imagebox3 img {
		width: 100%;
		height: 405px;
	}

}



@media (max-width: 1023px) {

	.imagebox img {
		width: 100%;
		height: 305px;
	}

	.imagebox2 img {
		width: 100%;
		height: 150px;
	}

	.imagebox3 img {
		width: 100%;
		height: 305px;
	}


	.imagebox-details h2 {
		font-size: 15px;
		line-height: 22px;
	}

}



@media (max-width: 767px) {

	.block-body {
		padding: 30px 0px;
	}

	.left {
		width: 100%;
	}

	.right {
		width: 100%;
	}


	.imagebox img {
		width: 100%;
		height: auto;
	}

	.imagebox2 img {
		width: 100%;
		height: auto;
	}

	.imagebox3 img {
		width: 100%;
		height: auto;
	}


	.post-card ul li {
		width: 100%;
		margin-left: 0;
	}

	.post-card .btn-primary {
		min-width: 70%;
		padding: 15px 10px;
	}

}

/* ================================== End Block Body ================================== */




/* ================================== Start Footer ================================== */

.footer-full {
	width: 100%;
	float: left;
	position: relative;
	background: #f4f6f8;
	border-top: 2px solid #FFF;
}

.bottom {
	width: 100%;
	padding: 60px 0px 20px;
	float: left;
	position: relative;
}

.bottom h2 {
	font-size: 16px;
	font-weight: 500;
	color: #222;
	line-height: 25px;
	margin-bottom: 15px;
}

.bottom ul {
	padding: 0px;
	margin: 0px;
}

.bottom ul li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	font-size: 14px;
	font-weight: 400;
	color: #222;
	line-height: 20px;
	margin-bottom: 10px;
}

.bottom ul li a {
	color: #222;
}

.bottom ul li a:hover {
	color: #b70038;
}


.bottom-left {
	width: 30%;
	float: left;
	position: relative;
}

.bottom-mid {
	width: 30%;
	float: left;
	position: relative;
}

.bottom-right {
	width: 35%;
	float: right;
	position: relative;
}

.bottom-right form {
	width: 100%;
	padding: 7% 7%;
	background: #FFF;
	border: 1px solid #ecf0f1;
}

.bottom-right form .form-group {
	margin: 0px;
}

.bottom-right form .form-group .form-control {
	font-family: 'Rubik', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	color: #222;
	padding: 5px 0px;
	height: 46px;
	width: 65%;
	display: inline-block;
	border: 0px;
	background-color: #fff;
	border-bottom: 1px solid #ecf0f1;
	border-radius: 0px;
	margin-bottom: 0px;
}

.bottom-right form .form-group .form-control:focus {
	border-bottom: 1px solid #b70038;
}

.bottom-right form .form-group .form-control::-webkit-input-placeholder {
	color: #888888;
	opacity: 1;
}

.bottom-right form .form-group .form-control:-moz-placeholder {
	/* Firefox 18- */
	color: #888888;
	opacity: 1;
}

.bottom-right form .form-group .form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: #888888;
	opacity: 1;
}

.bottom-right form .form-group .form-control:-ms-input-placeholder {
	color: #888888;
	opacity: 1;
}

.bottom-right form .form-group .btn-primary {
	width: 35%;
	padding: 10px 5px;
	background: #b70038;
	border: 1px solid #b70038;
	border-radius: 0px;
	/*box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.2);*/
	font-family: 'Rubik', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #FFF;
	line-height: 26px;
	letter-spacing: 1px;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	margin: 0px 0px;
}




.footer-full footer {
	width: 100%;
	padding: 30px 0px;
	float: left;
	position: relative;
	border-top: 1px solid #ecf0f1;
}

.footer-full footer .fa {
	font-size: 14px;
	color: #5d738d;
	line-height: 20px;
	margin: 0px 0px 0px 10px;
	float: right;
}

.footer-full footer p {
	font-size: 12px;
	font-weight: 400;
	color: #5d738d;
	line-height: 20px;
	margin-bottom: 0px;
	float: left;
}

.footer-full footer p a {
	color: #5d738d;
}


@media (max-width: 1023px) {

	.bottom-left {
		width: 25%;
		float: left;
		position: relative;
	}

	.bottom-mid {
		width: 25%;
	}

	.bottom-right {
		width: 45%;
	}

}


@media (max-width: 767px) {

	.bottom {
		padding: 30px 0px;
	}

	.bottom-left {
		width: 100%;
	}

	.bottom-mid {
		width: 100%;
		margin-top: 20px
	}

	.bottom-right {
		width: 100%;
		margin-top: 20px;
	}

}


/* ================================== End Footer ================================== */



/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Start Title <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

.title {
	width: 100%;
	padding: 25px 25px 0px;
	background: #f4f6f8;
	border: 1px solid #ecf0f1;
	float: left;
	position: relative;
	margin-bottom: 30px;
}

.title h1 {
	font-size: 19px;
	font-weight: 400;
	color: #222;
	line-height: 25px;
	margin-bottom: 25px;
}

.title h1 a {
	color: #222;
}

.title h1 a:hover {
	color: #222;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> End Title <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */



/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Start About <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

.about-content {
	width: 100%;
	float: left;
	position: relative;
}

.about-content h1 {
	font-family: 'Playfair Display', serif;
	font-size: 32px;
	font-weight: 500;
	color: #222;
	line-height: 35px;
	margin-bottom: 20px;
}

.about-content h1 a {
	color: #222;
}

.about-content h1 a:hover {
	color: #222;
	border-bottom: 1px solid #b70038;
}

.about-content h3 {
	font-size: 12px;
	font-weight: 400;
	color: #5d738d;
	line-height: 12px;
	margin-bottom: 20px;
}

.about-content h3 a {
	color: #5d738d;
}

.about-content h3 a:hover {
	color: #222;
}

.about-content p {
	font-size: 16px;
	font-weight: 400;
	color: #222;
	line-height: 30px;
	margin-bottom: 25px;
	letter-spacing: 1px;
}

.about-content p a {
	color: #222;
}

.about-content p a:hover {
	color: #222;
}

.about-content p i {
	font-style: italic;
	font-size: 40px;
	color: #b70038;
	vertical-align: baseline;
}

.about-content p strong {
	font-weight: 700;
}

.about-content figcaption {
	font-size: 14px;
	font-weight: 400;
	color: #5d738d;
	line-height: 30px;
	margin-bottom: 25px;
	letter-spacing: 1px;
	text-align: center;
}

.about-content figcaption a {
	color: #222;
}

.about-content figcaption a:hover {
	color: #b70038;
	border-bottom: 1px solid #b70038;
}

.about-content blockquote {
	font-family: 'Playfair Display', serif;
	font-size: 20px;
	font-weight: 400;
	color: #5d738d;
	line-height: 30px;
	font-style: italic;
	text-transform: uppercase;
	padding-left: 15px;
	border-left: 4px solid #b70038;
	letter-spacing: 1px;
	margin-bottom: 25px;
}

.about-content ul {
	padding: 0px;
	margin: 0px 0px 20px 20px;
}

.about-content li {
	padding: 0px;
	margin: 0px;
	list-style: disc;
	font-size: 16px;
	font-weight: 400;
	color: #222;
	line-height: 25px;
	margin-bottom: 10px;
	letter-spacing: 1px;
}

.about-content li a {
	color: #222;
}

.about-content li a:hover {
	color: #222;
}


.about-img {
	width: 100%;
	margin-bottom: 20px;
}

.about-img img {
	width: 100%;
	height: auto;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> End About <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */



/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Start Authors <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

.authors-list {
	width: 100%;
	float: left;
	position: relative;
}

.authors-list ul {
	padding: 0px;
	margin: 0px;
}

.authors-list ul li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: inline-block;
	width: 49%;
	float: left;
	margin-left: 2%;
	padding: 25px 25px;
	background: #f4f6f8;
	border: 1px solid #ecf0f1;
	margin-bottom: 30px;
}

.authors-list ul li:nth-child(2n+1) {
	margin-left: 0px;
}

.authors-image {
	width: 18%;
	float: left;
	position: relative;
}

.authors-image img {
	width: 100%;
	height: auto;
	border: 4px solid #FFF;
	border-radius: 50%;
}

.authors-image-details {
	width: 78%;
	float: right;
	position: relative;
}

.authors-image-details h2 {
	font-size: 19px;
	font-weight: 400;
	color: #222;
	line-height: 25px;
	margin-bottom: 5px;
}

.authors-image-details h2 a {
	color: #222;
}

.authors-image-details h2 a:hover {
	color: #b70038;
	;
}

.authors-image-details p {
	font-size: 14px;
	font-weight: 400;
	color: #222;
	line-height: 22px;
	margin-bottom: 10px;
}

.authors-image-details p a {
	color: #222;
}

.authors-image-details p a:hover {
	color: #b70038;
}

.authors-image-details .fa {
	font-size: 16px;
	color: #5d738d;
	line-height: 20px;
	margin: 0px 8px 0px 0px;
}

.authors-image-details .fa:hover {
	color: #b70038;
}

.authors-image-details span {
	font-size: 12px;
	color: #5d738d;
	line-height: 20px;
	margin-right: 15px;
	text-transform: uppercase;
}


@media (max-width: 1023px) {

	.authors-image-details .fa {
		margin: 0px 5px 0px 0px;
	}

	.authors-image-details span {
		margin-right: 10px;
	}

}


@media (max-width: 767px) {

	.authors-list ul li {
		width: 100%;
		margin-left: 0px;
		padding: 15px 15px;
		margin-bottom: 20px;
		text-align: center;
	}

	.authors-image {
		width: 88px;
		float: none;
		display: inline-block;
		margin-bottom: 15px;
	}

	.authors-image-details {
		width: 100%;
	}

	.authors-image-details .fa {
		margin: 0px 5px;
	}

	.authors-image-details span {
		margin: 0px 5px;
	}

}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> End Authors <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */



/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Start Sub Page <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

.sub-body {
	width: 100%;
	display: flex;
	background: #f4f6f8;
	border: 1px solid #ecf0f1;
	align-items: flex-end;
}

.sub-image {
	width: 66%;
	position: relative;
	float: left;
}

.sub-image img {
	width: 100%;
	height: auto;
}

.sub-title {
	width: 34%;
	padding: 20px 25px;
	position: relative;
	float: right;
	background: #f4f6f8;
	border-left: 1px solid #FFF;
	height: 100%;
	justify-content: flex-end;
}

.sub-title h1 {
	font-family: 'Playfair Display', serif;
	font-size: 32px;
	font-weight: 500;
	color: #222;
	line-height: 40px;
	margin-bottom: 10px;
}

.sub-title p {
	font-size: 12px;
	font-weight: normal;
	color: #5d738d;
	line-height: 25px;
	margin-bottom: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
}


.subpage-left {
	width: 60%;
	padding: 25px 0px 0px;
	float: left;
	position: relative;
}

.subpage-left p {
	font-size: 16px;
	font-weight: 400;
	color: #222;
	line-height: 30px;
	margin-bottom: 25px;
	letter-spacing: 1px;
}

.subpage-left p a {
	color: #222;
}

.subpage-left p a:hover {
	color: #222;
}

.subpage-left p i {
	font-style: italic;
	font-size: 40px;
	color: #b70038;
	vertical-align: baseline;
}

.subpage-left .btn-primary {
	width: auto;
	padding: 15px 35px;
	background: #b70038;
	border: 1px solid #b70038;
	border-radius: 0px;
	font-family: 'Rubik', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #FFF;
	line-height: 26px;
	letter-spacing: 1px;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	margin: 0px 0px 20px;
}

.subpage-left figcaption {
	width: 100%;
	padding: 30px 20px;
	background: #f4f6f8;
	text-align: center;
}

.subpage-left figcaption h2 {
	font-size: 24px;
	font-weight: 400;
	color: #222;
	line-height: 30px;
	margin-bottom: 25px;
	letter-spacing: 1px;
}

.subpage-left figcaption h2 a {
	color: #222;
}

.subpage-left figcaption p {
	font-size: 14px;
	font-weight: 400;
	color: #222;
	line-height: 22px;
	margin-bottom: 20px;
	letter-spacing: 1px;
}

.subpage-left figcaption p a {
	color: #b70038;
}

.subpage-left figcaption p a:hover {
	color: #b70038;
	border-bottom: 1px solid #b70038;
}


.subpage-right {
	width: 34%;
	border: 1px solid #ecf0f1;
	border-bottom: 0px;
	border-top: 0px;
	float: right;
	position: relative;
}

.author-name {
	width: 100%;
	padding: 25px 25px 15px;
	border-bottom: 1px solid #ecf0f1;
	float: left;
	position: relative;
	text-align: center;
}

.author-name img {
	width: 88px;
	height: 88px;
	border-radius: 50%;
	box-shadow: 0 0 0 4px #f4f6f8;
	margin-bottom: 20px;
}

.author-name h2 {
	font-size: 19px;
	font-weight: 400;
	color: #222;
	line-height: 25px;
	margin-bottom: 5px;
}

.author-name h2 a {
	color: #222;
}

.authors-image-details p {
	font-size: 14px;
	font-weight: 400;
	color: #222;
	line-height: 22px;
	margin-bottom: 10px;
}

.authors-image-details p a {
	color: #222;
}


.recent-post {
	width: 100%;
	padding: 25px 25px;
	border-bottom: 1px solid #ecf0f1;
	float: left;
	position: relative;
}

.recent-post h2 {
	font-size: 14px;
	font-weight: normal;
	color: #222;
	line-height: 12px;
	margin-bottom: 15px;
	text-transform: uppercase;
	padding-left: 8px;
	border-left: 2px solid #b70038;
	letter-spacing: 1px;
}

.recent-post h2 a {
	color: #222;
}

.recent-post ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	counter-reset: item;
}

.recent-post ul li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	width: 100%;
	float: left;
	padding: 15px 0px 15px 25px;
	border-top: 1px solid #ecf0f1;
	position: relative;
}

.recent-post ul li:first-child {
	border-top: 0px;
}

.recent-post>ul li:before {
	content: counters(item, ".") ".";
	counter-increment: item;
	display: block;
	position: absolute;
	width: auto;
	height: auto;
	font-family: 'Playfair Display', serif;
	font-size: 19px;
	font-weight: 400;
	line-height: 20px;
	font-style: italic;
	top: 12px;
	left: 0px;
	color: #b70038;
	z-index: 1;
}

.recent-post .left {
	width: 60%;
	float: left;
}

.recent-post h3 {
	font-size: 14px;
	font-weight: 500;
	color: #222;
	line-height: 22px;
	margin-bottom: 0px;
}

.recent-post h3 a {
	color: #222;
}

.recent-post h3 a:hover {
	color: #b70038;
}

.recent-post time {
	font-size: 12px;
	font-weight: 400;
	color: #5d738d;
	line-height: 22px;
	margin-bottom: 0px;
}

.recent-post time a {
	color: #5d738d;
}


.recent-post .right {
	width: 64px;
	float: right;
}

.recent-post .right img {
	width: 100%;
	height: 48px;
}



.tags {
	width: 100%;
	padding: 25px 25px;
	border-bottom: 1px solid #ecf0f1;
	float: left;
	position: relative;
}

.tags h2 {
	font-size: 14px;
	font-weight: normal;
	color: #222;
	line-height: 12px;
	margin-bottom: 15px;
	text-transform: uppercase;
	padding-left: 8px;
	border-left: 2px solid #b70038;
	letter-spacing: 1px;
}

.tags h2 a {
	color: #222;
}

.tags ul {
	padding: 0px;
	margin: 0px;
	margin-top: 25px;
}

.tags ul li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	width: auto;
	float: left;
	padding: 8px 20px;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	color: #5d738d;
	background: #f4f6f8;
	margin: 0px 8px 8px 0px;
}

.tags ul li a {
	color: #5d738d;
}


.advertise {
	width: 100%;
	padding: 25px 25px;
	border-bottom: 1px solid #ecf0f1;
	float: left;
	position: relative;
}

.advertise img {
	width: 100%;
	height: auto;
}

.advertise h2 {
	font-size: 14px;
	font-weight: normal;
	color: #222;
	line-height: 12px;
	margin-bottom: 15px;
	text-transform: uppercase;
	padding-left: 8px;
	border-left: 2px solid #b70038;
	letter-spacing: 1px;
}

.advertise h2 a {
	color: #222;
}




.sub-post-card {
	width: 100%;
	padding: 50px 0px;
	position: relative;
	float: left;
}

.sub-post-card h4 {
	font-family: 'Playfair Display', serif;
	font-size: 24px;
	font-weight: 400;
	color: #222;
	line-height: 30px;
	margin-bottom: 25px;
	letter-spacing: 1px;
	text-align: center;
}

.sub-post-card h4 a {
	color: #222;
}

.sub-post-card ul {
	padding: 0px;
	margin: 0px;
}

.sub-post-card ul li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: inline-block;
	width: 31%;
	float: left;
	background: #FFF;
	border: 1px solid #ecf0f1;
	padding: 15px 15px;
	margin-left: 3.5%;
	margin-bottom: 20px;
}

.sub-post-card ul li:nth-child(3n+1) {
	margin-left: 0px;
}




@media (max-width: 767px) {

	.sub-body {
		width: 100%;
		display: block;
	}

	.sub-image {
		width: 100%;
	}

	.sub-title {
		width: 100%;
		padding: 20px 20px;
		border-left: 0px;
	}


	.subpage-left {
		width: 100%;
	}

	.subpage-right {
		width: 100%;
	}


	.sub-post-card ul li {
		width: 100%;
		margin-left: 0px;
	}


}


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> End Sub Page <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */




/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Start Tags <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

.tags-body {
	width: 100%;
	float: left;
	position: relative;
}

.tags-body ul {
	padding: 0px;
	margin: 0px;
}

.tags-body ul li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: inline-block;
	width: 31%;
	float: left;
	position: relative;
	margin-left: 3.5%;
	margin-bottom: 20px;
	transition: opacity .5s ease;
	cursor: pointer;
}

.tags-body ul li:nth-child(3n+1) {
	margin-left: 0px;
}

.tags-body ul li img {
	width: auto;
	height: 250px;
}

.tags-body ul li:hover:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, #000 0, transparent 100%);
	top: 0px;
	left: 0px;
	z-index: 1;
}

.tags-body ul li h2 {
	font-size: 19px;
	font-weight: 500;
	color: #FFF;
	line-height: 22px;
	margin-bottom: 0px;
	letter-spacing: 1px;
	position: absolute;
	left: 5%;
	bottom: 8%;
	z-index: 99;
}

.tags-body ul li h2 a {
	color: #FFF;
}

.tags-body ul li h2 span {
	font-size: 12px;
}



@media (max-width: 1199px) {

	.tags-body ul li img {
		width: auto;
		height: 200px;
	}

}


@media (max-width: 1023px) {

	.tags-body ul li img {
		width: auto;
		height: 150px;
	}

}


@media (max-width: 767px) {

	.tags-body ul li {
		width: 100%;
		margin-left: 0px;
	}

	.tags-body ul li img {
		width: auto;
		height: auto;
	}


}


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> End Tags <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */



/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Start Contact <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

.contact {
	width: 100%;
	float: left;
	position: relative;
}

.contact h1 {
	font-family: 'Playfair Display', serif;
	font-size: 32px;
	font-weight: 500;
	color: #222;
	line-height: 35px;
	margin-bottom: 20px;
}

.contact h1 a {
	color: #222;
}

.contact h1 a:hover {
	color: #222;
	border-bottom: 1px solid #b70038;
}

.contact h3 {
	font-size: 12px;
	font-weight: 400;
	color: #5d738d;
	line-height: 12px;
	margin-bottom: 20px;
}

.contact h3 a {
	color: #5d738d;
}

.contact h3 a:hover {
	color: #222;
}

.contact p {
	font-size: 16px;
	font-weight: 400;
	color: #222;
	line-height: 30px;
	margin-bottom: 25px;
	letter-spacing: 1px;
}

.contact p a {
	color: #222;
}

.contact p a:hover {
	color: #222;
}

.contact form {
	width: 75%;
	margin: auto;
}

.contact form .form-group {
	margin: 0px;
}

.contact .form-group .form-control {
	font-family: 'Rubik', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	color: #222;
	padding: 5px 15px;
	height: 46px;
	width: 100%;
	display: inline-block;
	border: 0px;
	background-color: #fff;
	border: 1px solid #ecf0f1;
	border-radius: 0px;
	margin-bottom: 20px;
}

.contact .form-group .form-control:focus {
	border: 1px solid #222;
}

.contact .form-group .form-control::-webkit-input-placeholder {
	color: #888888;
	opacity: 1;
}

.contact .form-group .form-control:-moz-placeholder {
	/* Firefox 18- */
	color: #888888;
	opacity: 1;
}

.contact .form-group .form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: #888888;
	opacity: 1;
}

.contact .form-group .form-control:-ms-input-placeholder {
	color: #888888;
	opacity: 1;
}


.contact .form-group textarea.form-control {
	padding: 5px 15px;
	height: 70px;
}

.contact .form-group .btn-primary {
	width: auto;
	padding: 10px 30px;
	background: #b70038;
	border: 1px solid #b70038;
	border-radius: 0px;
	/*box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.2);*/
	font-family: 'Rubik', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #FFF;
	line-height: 26px;
	letter-spacing: 1px;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	margin: 0px 0px;
}

@media (max-width: 767px) {

	.contact form {
		width: 100%;
	}

}


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> End Contact <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */




/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Start Login <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

.login {
	width: 70%;
	margin: auto;
	position: relative;
}

.login h1 {
	font-family: 'Playfair Display', serif;
	font-size: 32px;
	font-weight: 500;
	color: #222;
	line-height: 35px;
	margin-bottom: 20px;
}

.login h1 a {
	color: #222;
}

.login h1 a:hover {
	color: #222;
	border-bottom: 1px solid #b70038;
}

.login p {
	font-size: 14px;
	font-weight: 400;
	color: #222;
	line-height: 22px;
	margin-bottom: 20px;
	letter-spacing: 1px;
}

.login p a {
	color: #b70038;
}

.login p a:hover {
	color: #222;
}

.login-body {
	width: 100%;
	padding: 20px 20px 0px;
	background: #f4f6f8;
	border: 1px solid #ecf0f1;
	float: left;
	position: relative;
	margin-bottom: 30px;
}

.login-body h2 {
	font-size: 19px;
	font-weight: 400;
	color: #222;
	line-height: 22px;
	margin-bottom: 20px;
}

.login-body h2 a {
	color: #222;
}

.login-body h2 a:hover {
	color: #222;
}

.login-body p {
	font-size: 14px;
	font-weight: 400;
	color: #222;
	line-height: 22px;
	margin-bottom: 20px;
	letter-spacing: 1px;
}

.login-body p a {
	color: #b70038;
}

.login-body p a:hover {
	color: #222;
}

.login form {
	width: 100%;
	float: left;
	position: relative;
	background: #FFF;
	border: 1px solid #ecf0f1;
	padding: 25px 25px;
	margin-bottom: 25px;
}

.login form .form-group {
	margin: 0px;
}

.login form .form-group .form-control {
	font-family: 'Rubik', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	color: #222;
	padding: 5px 0px;
	height: 46px;
	width: 65%;
	display: inline-block;
	border: 0px;
	background-color: #fff;
	border-bottom: 1px solid #ecf0f1;
	border-radius: 0px;
	margin-bottom: 0px;
}

.login form .form-group .form-control:focus {
	border-bottom: 1px solid #b70038;
}

.login form .form-group .form-control::-webkit-input-placeholder {
	color: #888888;
	opacity: 1;
}

.login form .form-group .form-control:-moz-placeholder {
	/* Firefox 18- */
	color: #888888;
	opacity: 1;
}

.login form .form-group .form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: #888888;
	opacity: 1;
}

.login form .form-group .form-control:-ms-input-placeholder {
	color: #888888;
	opacity: 1;
}

.login form .form-group .btn-primary {
	width: 35%;
	padding: 10px 5px;
	background: #b70038;
	border: 1px solid #b70038;
	border-radius: 0px;
	/*box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.2);*/
	font-family: 'Rubik', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #FFF;
	line-height: 26px;
	letter-spacing: 1px;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	margin: 0px 0px;
}

@media (max-width: 767px) {

	.login {
		width: 100%;
	}

	.login form .form-group .form-control {
		width: 100%;
		margin-bottom: 20px;
	}

	.login form .form-group .btn-primary {
		width: 100%;
		padding: 10px 10px;
	}

}


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> End Login <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */