/*------------------------------------*\
    MAIN
\*------------------------------------*/


/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/


/* 
@font-face {
	font-family: 'Font-Name';
	src: url('fonts/font-name.eot');
	src: url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
	font-weight: normal;
	font-style: normal;
} */


@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700&display=swap');

/* font-family: 'Raleway', sans-serif; */


/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/


/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	/* border: none !important; */
	-webkit-text-fill-color: #515151;
	-webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
	transition: background-color 5000s ease-in-out 0s;
}

/* html element 62.5% font-size for REM use */
html {
	font-size: 18px;
}

body {
	font-family: 'Raleway', sans-serif;
	color: #515151;
	font-size: 18px;
	font-weight: 400;
	padding-top: 96px;
	overflow: hidden;
	overflow-y: auto;
}

/* clear */
.clear:before,
.clear:after {
	content: ' ';
	display: table;
}

.clear:after {
	clear: both;
}

.clear {
	*zoom: 1;
}

img {
	max-width: 100%;
	vertical-align: top;
}

a {
	color: #B21F37;
	text-decoration: none;
	-webkit-transition: .15s ease-out;
	-moz-transition: .15s ease-out;
	-o-transition: .15s ease-out;
	transition: .15s ease-out;
}

a:hover {
	color: #515151;
	text-decoration: none;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

input:focus {
	outline: 0;
	/* border:1px solid #04A4CC; */
}


.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 17px;
	color: #B21F37;
	font-weight: 700;
	line-height: inherit;
}

h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
	color: #B21F37;
}

h2 {
	font-size: 44px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 26px;
}

p {
	line-height: 24px;
}


button,
input[type=button] {
	-webkit-transition: .15s ease-out;
	-moz-transition: .15s ease-out;
	-o-transition: .15s ease-out;
	transition: .15s ease-out;
}

.nf-form-content textarea:focus {
	color: #fff;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.btn {
	border: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 15px 35px;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	box-shadow: none;
	letter-spacing: 1px;
}

.btn:hover,
.btn:active,
.btn:focus {
	box-shadow: none !important;
}

.btn-primary {
	background-color: #B21F37;
	border: 2px solid #B21F37;
	border-color: #B21F37;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled):active {
	background-color: transparent;
	border-color: #B21F37;
	color: #B21F37;
}

.btn-secondary {
	background-color: #fff;
	color: #B21F37;
	border: 2px solid #fff;
	border-color: #FFF;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:not(:disabled):not(.disabled):active {
	background-color: transparent;
	color: #fff;
	border-color: #FFF;
}

.form-control {
	font-size: 14px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	height: auto;
}

input.form-control,
input.form-control:focus {
	border-color: #ced4da;
	box-shadow: none;
	-webkit-box-shadow: none;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/



#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	/* change if the mask should have another color then white */
	z-index: 9999999;
	/* makes sure it stays on top */
}

#status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	/* centers the loading animation horizontally one the screen */
	top: 50%;
	/* centers the loading animation vertically one the screen */
	background-image: url(img/preloader.svg);
	/* path to your loading animation */
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
	/* is width and height divided by two */
	background-size: 70px 70px;
}



/* wrapper */
.wrapper {
	width: 100%;
}

.container {
	max-width: 1440px;
	/* width: 95%; */
	margin: 0 auto;
	position: relative;
	padding: 0px;
}

.inner-content p {
	line-height: 26px;
	font-size: 18px;
}

/* header */
.header {
	padding: 0px 0px 0px 30px;
	border-bottom: 1px solid #d6d6d6;
	position: fixed;
	top: 0px;
	top: 0px;
	width: 100%;
	background: #fff;
	z-index: 999;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header:before,
.header:after {
	display: none;
}

.navigation {
	background: #fff;
	overflow: hidden;
}

.navigation.active {
	overflow: visible;
}



.navigation .main-navigation {
	transform: translateX(100%);
	transition: all .5s ease;
}

.navigation.active .main-navigation {
	transform: translateX(0px);
}

.navbar-toggler {
	display: block;
	outline: none;
	cursor: pointer;
	padding: 10px 30px 25px 0px;
	margin: 0px 0px 0px 25px;
	background: #fff;
	position: relative;
	z-index: 9999;
	border-radius: 0px;
}

.navbar-toggler.mobile {
	display: none;
}


.navbar-toggler-icon {
	background: url(img/svg/menu.svg) no-repeat 0px 0px #fff;
	width: 32px;
	height: 32px;
	margin: 15px 0px 0px 0px;
}


.navbar-toggler.active .navbar-toggler-icon {
	background: url(img/svg/menu-close.svg) no-repeat 0px 0px #fff;
	background-size: 25px;

}


.navbar-toggler:focus,
.navbar-toggler:hover {
	outline: none;
}


.mobile-menu {
	display: none;
}

/* logo */
.header .logo {
	float: left;
	padding: 11px 0px;
}

.logo-img {
	max-width: 190px;
}

/* nav */

.header .nav {
	float: right;
}

.header .nav ul {
	margin: 0;
	padding: 0;
}

.header .nav ul li {
	list-style: none;
	display: inline-block;
	margin: 0px 0px 0px 30px;
	padding: 0;
	position: relative;
}

.header .nav ul li a::before {
	transition: all .5s ease;
	width: 0px;
	position: absolute;
	bottom: 0px;
	height: 4px;
	left: 0;
	background: #B21F37;
	content: '';
}

.header .nav ul li a:hover::before {
	width: 100%;
}

.header .nav ul li a {
	color: #515151;
	font-size: 14px;
	display: block;
	padding: 39px 10px 40px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
}

.header .nav ul li a:hover,
.header .nav ul li.current-menu-item a {
	color: #B21F37;
	text-decoration: none;
}

.header .nav ul li.current-menu-item .sub-menu li a {
	color: #515151;
}

.header .nav ul li.current-menu-item a::before {
	width: 100%;
}


/* .header .nav ul li.login a {
	background: url(img/svg/login.svg) no-repeat 0px 15px;
	padding: 18px 25px 18px 40px;
	margin-left: 0px;
	color: #B21F37;
}

.header .nav ul li.login a:hover {
	background: url(img/svg/login-hover.svg) no-repeat 0px 15px;
	color: #B21F37;
}

.header .nav ul li.login a:before {
	display: none;
} */

.header .nav ul li.login {
	margin: 0px 0px 0px 25px;
}

.header .nav ul li.login a {
	background: #B21F37;
	padding: 15px 30px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
	margin-left: 0px;
	font-weight: 700;
	font-size: 13px;
	border: 2px solid #B21F37;
}

.header .nav ul li.login a:before {
	display: none;
}

.header .nav ul li.login a:hover {
	background-color: transparent;
	border-color: #B21F37;
	color: #B21F37;
}




/* HEADER SUB MENU */




.header .nav ul li.menu-item-has-children a {
	background: url(img/svg/dropdown_arrow.svg) no-repeat 97% center;
	padding: 39px 25px 40px 10px;
}

.header .nav ul li.menu-item-has-children .sub-menu {
	display: none;
	position: absolute;
	width: 280px;
	background: #fff;
	left: 0px;
	top: 100px;
	border: 1px solid #f5f5f5;
	padding: 10px 0px;
}

.header .nav ul li.menu-item-has-children:hover .sub-menu {
	display: block;
}

.header .nav ul li.menu-item-has-children:hover .sub-menu li {
	display: block;
	width: 100%;
	margin: 0px;
}

.header .nav ul li.menu-item-has-children:hover .sub-menu li a {
	padding: 10px 30px;
	background: none;
}

.header .nav ul li.menu-item-has-children:hover .sub-menu li a:before {
	display: none;
}



.page-title {
	color: #B21F37;
	padding: 64px 0px 59px;
	margin-bottom: 0px;
	text-align: center;
}

.page-title.less {
	padding-bottom: 20px;
}


.page-title .meta {
	color: #515151;
}

.page-title .date,
.page-title .author,
.page-title .category_name {
	opacity: 0.7;
	font-size: 14px;
}

.page-title h1 {
	color: #B21F37;
	margin: 0px;
	font-size: 44px;
}

.page-title p {
	color: #515151;
	padding: 15px 10% 0px;
	line-height: 26px;
	margin: 0px;
}

.page-title a {
	color: #B21F37;
}

.page-title a.btn-primary {
	color: #fff;
	margin-top: 15px;
}

.page-title .btn-primary:hover,
.page-title .btn-primary:active,
.page-title .btn-primary:not(:disabled):not(.disabled):active {
	color: #B21F37;
}

body.single-venture_challange .page-title {
	display: none;
}


/*------------------------------------*\
	MAIN CONTENT
\*------------------------------------*/


/* ---------- HOMEPAGE ---------------- */

/* SLIDER */


.banner_slider .slide {
	width: 100%;
	height: calc(80vh - 110px);
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	/* display: flex !important;
	-webkit-align-content: center;
	align-content: center;
	align-items: center;
	-webkit-align-items: center; */
	/* padding: 230px 8% 0px; */
	padding: 8% 0 8%;
	display: flex !important;
  	flex-direction: column;
  	justify-content: center;
}

.banner_slider .slide .caption {
	/* margin-top: 60px; */
	color: #fff;
	max-width: 700px;
}

@media all and (min-width: 801px) {
	.banner_slider .slide .caption {
		position: absolute;
		top: 45.5%;
		left: 8%;
	}
}

.banner_slider .slide .caption h2 {
	color: #fff;
	font-weight: 600;
	font-size: 55px;
	line-height: 62px;
}

.banner_slider .slide .caption h2::after {
	content: "";
	height: 5px;
	width: 100px;
	background: #B21F37;
	display: block;
	margin: 15px 0px;
}

.banner_slider .slide .caption p {
	font-size: 21px;
	line-height: 30px;
	margin: 0;
}

/* .banner_slider .slick-slide:first-child .slide .caption p {
	max-width: 450px;
} */

.slide_arrow {
	width: 100%;
	position: relative;
	margin: -34px 0px 0px 0px;
	text-align: center;
}

.slide_arrow a {
	display: inline-block;
	width: 69px;
	height: 69px;
	text-align: center;
	vertical-align: middle;
	background: #fff;
	border-radius: 100%;
	line-height: 54px;
}

.slide_arrow img {
	width: 32px;
	height: 40px;
	display: inline;
}



.banner_slider .slide .custom-dots {
	padding: 0px;
	text-align: center;
	width: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
}

.banner_slider .slide .custom-dots ul.slick-dots {
	margin: 0px;
	padding: 0px;
}

.banner_slider .slide .custom-dots ul li {
	margin: 0px;
	padding: 0px;
	display: inline-block;
}

.banner_slider .slide .custom-dots ul li button {
	margin: 0 6px;
	width: 13px;
	padding: 0px;
	font-size: 0;
	height: 13px;
	border-radius: 50px;
	background: transparent;
	border: 1px solid #ffffff;
	cursor: pointer;
	text-indent: -9999999px;
}

.banner_slider .slide .custom-dots li.slick-active1 button,
.banner_slider .slide .custom-dots li.slick-active button {
	background: #fff;
}


.banner_slider .slide .custom-dots ul.slick-dots:nth-child(2) {
	display: none !important;
}



/* BANNER SECTION */
.home_banner h2 {
	position: relative;
	padding-bottom: 36px;
	margin-bottom: 29px;
	line-height: 53px;
}

.home_banner p {
	line-height: 30px;
}

.home_banner h2:after,
.home_banner h2:before {
	position: absolute;
	width: 38px;
	height: 4px;
	content: "";
	bottom: 0px;
	left: 4px;
}

.home_banner h2:before {
	background: #B21F37
}

.home_banner h2:after {
	background: #B21F37;
	left: 43px;
}

.home_banner.welcome_main {
	padding-top: 50px;
}

.home_banner.welcome_main .textwidget {
	padding-right: 88px;
}

.home_banner.welcome_main .widget_media_image {
	text-align: right;
	padding-top: 14px;
}

.home_banner.network_main {
	margin-top: 34px;
	padding-bottom: 60px;
}

.home_banner.network_main .textwidget {
	padding: 84px 0px 0px 133px;
}

.home_banner.network_main .widget_media_image {
	position: relative;
}

.home_banner.network_main .widget_media_image:after {
	position: absolute;
	right: -110px;
	top: -82px;
	content: "";
	background: url(img/wire.jpg) no-repeat 0px 0px;
	width: 196px;
	height: 415px;
}



/* WELCOME */


.welcome {
	background: #B21F37;
	color: #fff;
	padding-top: 35px;
}

.welcome .desc {
	text-align: center;
	padding: 0px 10%;
	margin-bottom: 39px;
}

.welcome .desc h2 {
	font-size: 32px;
	color: #fff;
	margin-bottom: 8px;
}

.welcome .desc span {
	color: #fff;
	font-weight: 700;
}

.welcome .desc p {
	margin-bottom: 11px;
	font-size: 20px;
}

.welcome .desc .icon {
	display: flex;
	justify-content: center;

}

.welcome .desc .icon span {
	border-radius: 100%;
	padding: 15px;
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: -39px;
	background: url(img/svg/home_icon.svg) no-repeat center center #B21F37;
	background-size: 45%;

}

.welcome .desc .icon img {
	max-width: 70%;
}


/* TEAM SECTION */

.team_main {
	padding: 0px 0px 43px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}


.team_main h2 {
	margin-bottom: 19px;
}

.team_main .team_row {
	text-align: center;
	display: flex;
	justify-content: center
}

.team_main .team_row .team_block {
	width: 20%;
	padding: 25px;
	cursor: pointer;
}

/**/

.team_main .team_row .team_block .thumb {
	/* border-bottom: 3px solid #B21F37; */
	/* max-height: 206px; */
	height: 200px;
	width: 200px;
	border-radius: 100%;
	overflow: hidden;
	background: #000;
	background-size: cover;
	background-position: 50% 0;
	-webkit-filter: grayscale(100%);
	/* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}


.team_main .team_row .team_block .thumb:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

/**/

.team_main .team_row .team_block .thumb img {
	border-radius: 100%;
	max-width: 80%;
	/* -webkit-box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.09);
	box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.09); */
	-webkit-filter: grayscale(100%);
	/* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	/* width: 200px;
	height: 200px; */
	display: none;
}

.team_main .team_row .team_block .thumb:hover img {
	-webkit-filter: grayscale(0%);
	/* Safari 6.0 - 9.0 */
	filter: grayscale(0%);
}

.team_main .team_row .team_block h3:before {
	content: '';
	height: 4px;
	width: 45px;
	background: #B21F37;
	margin: 22px auto 15px;
	display: block;
}

.team_main .team_row .team_block h3 {
	font-size: 22px;
	margin: 0px 0px 0px 0px;
}

.team_main .team_row .team_block p {
	font-size: 16px;
	margin: 0px;
}

.team_main .team_row .team_block .team_window_main,
.team_main .team_row .team_block .team_window_main.close {
	display: none;
}

.team_main .team_row .team_block.open .team_window_main {
	display: block;
	position: fixed;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	z-index: 999;
	padding: 200px 0px 0px 0px
}

.team_main .team_row .team_block .team_window_main .container {
	max-width: 700px;
}

.team_main .team_row .team_block .team_window_main .team_window {
	background: #fff;
	padding: 15px;
}


.team_main .team_row .team_block .team_window_main .team_window .thumb {
	margin: -130px auto 15px auto;
}

.team_main .team_row .team_block .team_window_main .team_window .thumb img {
	border-radius: 100%;
	max-width: 200px;
	border: 5px solid #fff;
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

.team_main .team_row .team_block .team_window_main .team_window .desc {
	margin: 15px 15px 25px;
	padding: 0px;
}

.team_main .team_row .team_block .team_window_main .team_window .desc p {
	font-size: 16px;
}


/* PORTFOLIO SECTION */

.portfolio_main {
	padding: 59px 0px 75px;
	text-align: center;
	background: #B21F37;
	margin-bottom: 0px;
}

.portfolio_main h2 {
	color: #fff;
	margin-bottom: 53px;
}

.portfolio_row {
	text-align: center;
	display: flex;
	justify-content: center;
	margin-bottom: 55px;
	flex-wrap: wrap;

}


.portfolio_row .portfolio_block {
	width: 19%;
	padding: 0px 0px 14px 0px;
	background: #fff;
	text-align: center;
	margin: 0px 7px 14px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden;
	cursor: pointer;
}

.portfolio_row .slick-slide {
	padding: 10px;
}





.portfolio_row .portfolio_block .thumb {
	/* border-bottom: 3px solid #B21F37; */
	/* max-height: 206px; */
	height: 200px;
	overflow: hidden;
	background: #000;
	background-size: cover;
	background-position: 50% 0;
	-webkit-filter: grayscale(100%);
	/* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}



.portfolio_row .portfolio_block .thumb img {
	max-width: 100%;
	width: 100%;
	display: block;
	opacity: 0.8;
	-webkit-filter: grayscale(100%);
  	filter: grayscale(100%);
	display: none;
}

.portfolio_row .portfolio_block:hover .thumb img {
	opacity: 1;
	-webkit-filter: grayscale(0%);
	/* Safari 6.0 - 9.0 */
	filter: grayscale(0%);
}

.portfolio_row .portfolio_block .thumb:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

@media screen and (min-width: 1100px) {
	.portfolio_row .portfolio_block .thumb img {
		min-height: 206px;
	}
}

.portfolio_row .portfolio_block .logo {
	width: 105px;
	height: 105px;
	background: #ffffff;
	border-radius: 100%;
	margin: -50px auto 8px;
	position: relative;
	vertical-align: middle;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 3px solid #B21F37;
	overflow: hidden;
}

.portfolio_row .portfolio_block .logo img {
	max-width: inherit;
	display: inline;
	max-width: 100%;
}

.portfolio_row .portfolio_block .text {
	padding: 0px 15px;
	opacity: 0.8;
}

.portfolio_row .portfolio_block:hover .text {
	opacity: 1;
}

.portfolio_row .portfolio_block h3 {
	font-size: 18px;
	margin: 0px 0px 0px 0px;
	text-transform: uppercase;
}

.portfolio_row .portfolio_block p {
	font-size: 13px;
	text-transform: uppercase;
	margin: 0px;
	letter-spacing: 1px;
}

.portfolio_row .portfolio_block .text .btn {
	background: transparent;
	color: #fff;
	border: 1px solid #fff;
	padding: 8px 15px;
	font-size: 11px;
}


.portfolio_row .portfolio_block .text .btn.btn-primary:hover,
.portfolio_row .portfolio_block .text .btn.btn-primary:active,
.portfolio_row .portfolio_block .text .btn.btn-primary:not(:disabled):not(.disabled):active {
	background-color: #fff;
	color: #B21F37;
	border: 1px solid #fff;
}

.portfolio_main .btn {}


.page-template-portfolio .portfolio_row {
	flex-wrap: wrap;
}

.page-template-portfolio h4 {
	text-align: center;
	margin-bottom: 20px;
}

.page-template-portfolio .portfolio_row .portfolio_block {
	background: #B21F37;
	padding: 0px 0px 0px 0px;
	width: 22%;
	margin: 0px 17px 34px;
}

.page-template-portfolio .portfolio_row .portfolio_block:hover {
	opacity: 1;
}

.page-template-portfolio .portfolio_row .portfolio_block h3 {
	margin-bottom: 10px;
	color: #fff;
}

.page-template-portfolio .portfolio_row .portfolio_block p {
	color: #fff;
}


.portfolio_row.single {
	flex-wrap: wrap;
	margin-bottom: 0px;
}

.portfolio_row.single .portfolio_block {
	background: #B21F37;
	padding: 0px 0px 0px 0px;
	width: 22%;
	margin: 0px 17px 0px;
}

.portfolio_row.single .portfolio_block:hover {
	opacity: 1;
}

.portfolio_row.single .portfolio_block h3 {
	margin-bottom: 10px;
	color: #fff;
}

.portfolio_row.single .portfolio_block p {
	color: #fff;
	padding: 0px;
}

.single-content.single-portfolio-content {
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	padding: 35px 0px;
}


.our-portfolio-gallery {
	display: flex;
	flex-wrap: wrap;
}

.gallery_image-portfolio {
	width: 22%;
	margin: 0px 14px 28px;
}



/* PORTFOLIO MODAL */

.portfolio_row .modal-lg {
	max-width: 960px;
}

.portfolio_row .modal-content {
	text-align: left;
}


.portfolio_row .modal-content h5.modal-title {
	font-size: 36px;
}

.portfolio_row .modal-content h5.modal-title span {
	font-size: 14px;
	font-weight: 700;
	color: #515151;
}

.portfolio_row .modal-content strong {
	color: #B21F37;
}

.portfolio_row .modal-content .venture_details {
	margin: 0px;
	padding: 10px 0px 30px;
}

.portfolio_row .venture_details .details ul li {
	width: 50%;
	word-break: break-word;
	padding-right: 20px;
}

.portfolio_row .members_row .modal-content .close {
	font-size: 2.5rem;
}





/* PORTFOLIO SECTION */

.networks_main {
	padding: 58px 0px 75px;
	text-align: center;
	background: #B21F37;
	margin-bottom: 0px;
}

.networks_main .icon {
	padding: 153px 0px;
	text-align: center;
	background: url(img/network_bg.jpg) no-repeat 0px 0px;
	background-size: cover;
	margin-bottom: 20px;
}


.networks_main .count_outer .count_heading {
	display: none;
}

.networks_main .count_outer .count_main {
	background: none;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #fff;
}

.networks_main .count_outer .count_main .count span,
.networks_main .count_outer .count_main .count p {
	color: #fff
}

.networks_main .count_outer p .btn.btn-primary {
	display: none;
}

.networks_main h2 {
	color: #fff;
	margin-bottom: 20px;
}


.networks_main p {
	padding: 0px 10%;
	margin: 0px 0px 45px 0px;
	color: #fff;
}

.networks_row {
	text-align: center;
	display: flex;
	justify-content: center;
	margin-bottom: 49px;

}

.networks_row .slick-slide {
	padding: 10px;
}

.networks_row .networks_block {
	width: 19%;
	padding: 0px;
	text-align: center;
	margin: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden;
	cursor: pointer;
}

.networks_row .networks_block .thumb {
	border-bottom: 3px solid #B21F37;
	position: relative;
}


.networks_row .networks_block .thumb span.arrow {
	position: absolute;
	bottom: -18px;
	left: 0px;
	width: 100%;
	text-align: center;
}

.networks_row .networks_block .thumb span.arrow::after {
	content: "";
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #B21F37;
	display: inline-block;
}

.networks_row .networks_block .thumb img {
	max-width: 100%;
	width: 100%;
	display: block;
	min-height: 191px;
}

.networks_row .networks_block .logo {
	width: 105px;
	height: 105px;
	background: #fff;
	border-radius: 100%;
	margin: -50px auto 15px;
	position: relative;
	vertical-align: middle;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 3px solid #B21F37;
}

.networks_row .networks_block .logo img {
	max-width: 80%;
	display: inline;
}

.networks_row .networks_block .text {
	padding: 20px 15px;
	background: #fff;
	min-height: 140px;
}

.networks_row .networks_block:hover .text {
	padding: 20px 15px;
	background: rgba(255, 255, 255, 0.9);
}


.networks_row .networks_block h3 {
	font-size: 18px;
	margin: 0px 0px 15px 0px;
	text-transform: uppercase;
}

.networks_row .text .btn {
	background: #fff;
	color: #B21F37;
	border: 1px solid #B21F37;
	padding: 8px 15px;
	font-size: 11px;
}


.networks_row .text .btn.btn-primary:hover,
.networks_row .text .btn.btn-primary:active,
.networks_row .text .btn.btn-primary:not(:disabled):not(.disabled):active {
	background-color: #B21F37;
	color: #fff;
	border: 1px solid #fff;
}

.networks_row .networks_block p {
	font-size: 14px;
	text-transform: uppercase;
	margin: 0px;
}

.networks_main .btn {
	margin-bottom: 10px;
}


.networks_main .btn_desc,
.already,
.already a {
	color: #FFF;
}

.already {
	margin-top: 20px;
}

.networks_main .description p {
	margin-bottom: 0px;
}

.networks_main .btn_desc {
	margin-bottom: 35px;
	font-size: 30px;
	font-weight: 600;
}


.networks_main .btn_desc span {
	font-size: 40px;
}

.page-template-networks .networks_row {
	justify-content: center;
	flex-wrap: wrap;
}

.page-template-networks .networks_row .networks_block {
	margin: 0px 4px 8px;
}


.page-template-networks .networks_row .networks_block .text {
	background: #B21F37;
}

.page-template-networks .networks_row .networks_block:hover .text {
	background: rgba(178, 31, 55, 0.9);
}


.page-template-networks .networks_row .networks_block h3 {
	margin-bottom: 10px;
	color: #fff;
}

.page-template-networks .networks_row .networks_block p {
	color: #fff;
}

.page-template-networks .networks_row .networks_block .thumb span.arrow::after {
	border-top: 10px solid #fff;
}

.page-template-networks .networks_row .networks_block .thumb {
	border-bottom: 3px solid #fff;
}



/* COUNT SECTION */


.activity_main {
	padding: 59px 0px 75px;
	text-align: center;
}

.activity_main .container {
	/* border-bottom: 1px solid #d6d6d6; */
	padding-bottom: 53px;
}



.activity_main .count_main {
	display: none;
}

.activity_main p {
	margin: 0px 0px 20px 0px;
}

.count_heading {
	padding-top: 0px;
	margin-bottom: 26px;
	text-align: center;
}

.count_heading h2 {
	margin-bottom: 20px;
}


.count_heading p {
	line-height: 26px;
	padding: 0px 10%;
}

.count_main {
	background: #fff;
	padding-top: 0px;
	padding-bottom: 38px;
	color: #B21F37;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.count_main .count {
	text-align: center;
	width: 25%;
}

.count_main .count .counter {
	font-size: 74px;
	font-weight: 700;
	display: inline-block;
	vertical-align: text-top;
	line-height: 90px;
}

.count_main .count span {
	display: inline-block;
	vertical-align: text-top;
	color: #B21F37;
	font-size: 50px;
	font-weight: 700;
}

.count_main .count p {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0px;
	color: #B21F37;
}

.count_main .count .icon {
	display: none;
	width: 100%;
	min-height: 58px;
}

.count_main .count.invest .icon {
	background: url(img/svg/investment.svg) no-repeat center 0px;
}

.count_main .count.lives .icon {
	background: url(img/svg/lives.svg) no-repeat center 3px;
}

.count_main .count.impact .icon {
	background: url(img/svg/impact.svg) no-repeat center 2px;
}

.count_main .count.deals .icon {
	background: url(img/svg/deals.svg) no-repeat center 2px;
}

.count_but {
	text-align: center;
	margin-bottom: 75px;
}



.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}


.network_blocks {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	/* padding: 50px 10% 0px; */
	padding: 0 10% 0px;
	/* border-top: 1px solid #d6d6d6; */
	/* margin-top: 67px; */
	/* margin-bottom: 70px; */
}

.block-bottom a {
	text-decoration: underline;
	font-weight: 500;
}

.network_blocks h2 {
	margin-bottom: 15px
}

.network_blocks .heading h3{
	font-size:38px;
	margin-top: 40px;
}

.network_blocks .heading p {
	line-height: 32px;
    font-size: 22px;
}


.network_blocks .blocks_main {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	border: 1px solid #d6d6d6;
	background-color: #fff;
	/* margin: 0 -4px; */
	overflow: hidden;
	margin-top: 35px;
}

.network_blocks .blocks_main .block {
	width: 33.3333333%;
	min-height: 320px;
	display: flex;
	padding: 23px 35px 20px;
	text-align: left;
}

.network_blocks .blocks_main .block.img {
	background-position: 50% 50%;
	background-size: cover;
}


.network_blocks .blocks_main .block h3 {
	font-size: 26px;
	margin: 10px 0 15px;
	line-height: 28px;
	font-weight: 600;
}

.network_blocks .blocks_main .block p {
	font-size: 16px;
	line-height: normal;
	margin: 0px 0 15px 0px;
}

.network_blocks .blocks_main .block p + a.more {
	margin-right: 20px;
}

.network_blocks .blocks_main .block a.more {
	color: #b31733;
	text-decoration: none;
	display: inline-block;
	margin: 10px 10px 10px 32px;
	position: relative;
	border-bottom: 1px transparent solid;
	font-weight: 500;
}

.network_blocks .blocks_main .block a.more:before {
	position: absolute;
	display: block;
	left: -32px;
	top: 50%;
	content: '';
	height: 22px;
	width: 22px;
	background-image: url(img/icon-arrow-right.svg);
	background-repeat: no-repeat;
	margin: -11px 0 0 0;
	background-size:cover;
}

.network_blocks .blocks_main .block.block-4 {
	background: #B21F37;
	color: #FFF;
	text-align: center;
	align-items: center;
	justify-content: center;
}

.network_blocks .blocks_main .block.block-4 h3 {
	color: #FFF;
}

.network_blocks .blocks_main .block.block-4 p {
	display: none;
}

.network_blocks .blocks_main .block.block-4 a.more {
	margin: 0px;
	width: 28px;
	height: 28px;
	text-indent: -9999999px;
}

.network_blocks .blocks_main .block.block-4 a.more:before {
	content: '';
	height: 28px;
	width: 28px;
	background-image: url(img/icon-arrow-down.svg);
	background-size: 28px 28px;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -7px;
	left: 0%;
	margin: 0 0 0 0px;
	text-indent: -999999px;
	top: auto;
}




.investment-information {
	text-align: center;
	padding: 10px 0 70px 0;
	/* border-bottom: 1px solid #d6d6d6; */
	margin-bottom: 50px;
	position: relative;
}

.investment-information:after {
	content: '';
	height: 1px;
	background: #d6d6d6;
	position: absolute;
	left: -1000px;
	right: -1000px;
	bottom: 0;
}

/* .investment-information h2 {
	font-size: 32px;
} */

.investment-information h3 {
	font-size: 14px;
	color: #666;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	margin: -10px 0 30px 0;
}

.investment-information h2:before {
	content: '';
	height: 38px;
	display: block;
	width: 38px;
	background-image: url(img/svg/icon-investment-information.svg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin: 0px auto 20px auto
}

.investment-information h3 strong {
	color: #b31733
}

.investment-information .investment-information-block {
	display: inline-block;
	vertical-align: text-top;
	text-align: left;
	padding: 0 0 0px 0
}

.investment-information .investment-information-block .investment-information-block-single {
	display: none;
	width: 150px !important
}

.investment-information .investment-information-block .investment-information-block-single:first-child {
	display: block
}

.investment-information .investment-information-block span {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	color: #666
}

.investment-information .investment-information-block h4 {
	margin: 0;
	color: #b31733;
	font-weight: 500;
	text-transform: uppercase
}

.investment-information .investment-information-block ul {
	padding: 0;
	margin: 0;
	list-style: none
}

.investment-information .investment-information-block ul li {
	margin: 3px 0 0 0
}

.investment-information .investment-information-block.total {
	font-size: 50px;
	color: #b31733;
	padding: 0 20px 0 0;
}

.investment-information .investment-information-block.retail {
	font-size: 50px;
	color: #666;
	border-left: 1px #d8d8d8 solid;
	border-right: 1px #d8d8d8 solid;
	padding: 0 40px 0 40px;
	margin: 0 20px;
	min-height: 90px;
	text-align: center
}

.investment-information .investment-information-block.facts {
	padding: 0 0 0 24px;
    border-left: 1px #d8d8d8 solid;
	font-size: 16px
}

.investment-information .investment-information-block.facts h4 {
	font-size: 18px;
	font-weight: 700;
}

@media all and (max-width: 700px) {
	.investment-information .investment-information-block .investment-information-block-single {
		width: 100% !important;
		text-align: center
	}
}

@media all and (max-width: 700px) {
	.investment-information .investment-information-block {
		width: 100%;
		text-align: center;
		padding: 0;
	}

	.investment-information .investment-information-block.facts {
		border: none;
		padding: 20px 0 0 0;
		margin: 20px 0 0 0;
		border-top: 1px #d8d8d8 solid;
	}
}

@media all and (max-width: 700px) {
	.investment-information .investment-information-block.retail {
		border: none;
		border-top: 1px #d8d8d8 solid;
		border-bottom: 1px #d8d8d8 solid;
		margin: 20px 0;
		padding: 20px 0
	}
}


/* 
.network_blocks {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 62px 0px 80px 0px;
	border-top: 1px solid #d6d6d6;
	margin-top: 70px;
	border-bottom: 1px solid #d6d6d6;
}

.network_blocks h2 {
	margin-bottom: 30px
}


.network_blocks .blocks_main {	
	width: 100%;
	flex-wrap: wrap;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	overflow: hidden;
	display: grid;
	grid-template-columns: 33% 35% 33%;
	grid-gap: 0px;
}

.network_blocks .blocks_main .block {
	width: 100%;
	min-height: 480px;
	display: flex;
	padding: 50px 35px 20px;
	text-align: left;
	background: #f7f7f7;
}

.network_blocks .blocks_main .block.img {
	background-position: 50% 50%;
	background-size: cover;
}


.network_blocks .blocks_main .block h3 {
	font-size: 26px;
	margin: 10px 0 10px;
	line-height: 26px;
	font-weight: 400;
}

.network_blocks .blocks_main .block p {
	font-size: 18px;
	line-height: 26px;
	margin: 0px 0 10px 0px;
}

.network_blocks .blocks_main .block a.more {
	color: #b31733;
	text-decoration: none;
	display: inline-block;
	margin: 10px 0 10px 44px;
	position: relative;
	border-bottom: 1px transparent solid;
}

.network_blocks .blocks_main .block a.more:before {
	position: absolute;
	display: block;
	left: -44px;
	top: 50%;
	content: '';
	height: 34px;
	width: 34px;
	background-image: url(img/icon-arrow-right.svg);
	background-repeat: no-repeat;
	margin: -17px 0 0 0;
}

.network_blocks .blocks_main .block.block-4 {
	background: #B21F37;
	color: #FFF;
	text-align: center;
	align-items: center;
	justify-content: center;
}

.network_blocks .blocks_main .block.block-4 h3 {
	color: #FFF;
	padding: 0px 90px;
}

.network_blocks .blocks_main .block.block-4 p {
	display: none;
}

.network_blocks .blocks_main .block.block-4 a.more {
	margin: 0px;
	width: 38px;
	height: 38px;
}

.network_blocks .blocks_main .block.block-4 a.more:before {
	content: '';
	height: 38px;
	width: 38px;
	background-image: url(img/icon-arrow-down.svg);
	background-size: 38px 38px;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -7px;
	left: 0%;
	margin: 0 0 0 0px;
	text-indent: -999999px;
	top: auto;
} */


/* .home-artha-venture-challenge .inner {
	display: flex;
	justify-content: space-between;
	margin-bottom: 75px;
	background: #f7f7f7;
	align-items: center;
} */

/* .home-artha-venture-challenge .inner .content {
	max-width: 40%;
	padding: 35px;
}

.home-artha-venture-challenge .inner .content img {
	margin-bottom: 20px;
	max-height: 140px;
}

.home-artha-venture-challenge .inner .content p {
	line-height: 26px;
	font-size: 18px;
	margin-bottom: 20px;
} */

.home-artha-venture-challenge .content img {
	margin-bottom: 30px;
	max-height: 140px;
}

body .home-artha-venture-challenge.impact_blocks .news .newsblock .content p {
	line-height: 26px;
	font-size: 18px;
	margin-bottom: 30px;
}

body .home-artha-venture-challenge.impact_blocks {
	padding: 0 !important;
}

body .home-artha-venture-challenge.impact_blocks .news {
	margin: 0;
}

body .home-artha-venture-challenge.impact_blocks .news .newsblock {
	margin: 0 !important;
}

/* TIMELINE SECTION */

.timeline {
	padding: 59px 0px 75px;
	text-align: center;
	background: url(img/timeline_bg.jpg) repeat-x center bottom #f7f7f7;
	margin-bottom: 0px;
}


.timeline h2 {
	margin-bottom: 20px;
}

.timeline p {
	padding: 0px 10%;
	margin: 0px;
}

.timeline-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	margin-top: 53px;
	margin-bottom: 57px;
}

.tax-venture_years .timeline-row {
	margin-bottom: 70px;
	width: 100%;
	padding: 0px 44px;
}

.tax-venture_years .timeline-row::before {
	width: 90%;
}


.archive .timeline-row {
	margin-top: 0px;
}

.timeline-row::before {
	content: "";
	height: 2px;
	width: 100%;
	position: absolute;
	background: #ff7c00;
	top: 49%;
}

.timeline-row .timeline-block {
	background: #B21F37;
	color: #fff;
	border-radius: 100%;
	width: 100px;
	height: 100px;
	position: relative;
	font-size: 22px;
	border: 5px solid #f5f5f5;
	-webkit-transition: all .35s ease-in;
	-moz-transition: all .35s ease-in;
	-o-transition: all .35s ease-in;
	transition: all .35s ease-in;
	box-shadow: 0px 0px 0px 2px #ff7c00;
	-moz-box-shadow: 0px 0px 0px 2px #ff7c00;
	-webkit-box-shadow: 0px 0px 0px 2px #ff7c00;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
	display: table;
	text-align: center;
	overflow: hidden;
}

.timeline-row .timeline-block a {
	color: #fff;
}

.timeline-row .timeline-block .inner {
	display: table-cell;
	vertical-align: middle;
	line-height: 24px;
}

.timeline-row .timeline-block:hover {
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-moz-transform: scale(1.5);
	transform: scale(1.5);
}

.timeline-row .timeline-block p {
	opacity: 0;
	transition: visibility 0s .35s, opacity .35s linear;
	-webkit-transition: visibility 0s .35s, opacity .35s linear;
	-moz-transition: visibility 0s .35s, opacity .35s linear;
	-o-transition: visibility 0s .35s, opacity .35s linear;
	width: 100%;
	font-size: 12px;
	margin: 0px;
}

.timeline-row .timeline-block:hover p {
	display: block;
	opacity: 1;
	transition: opacity .35s linear;
	-webkit-transition: opacity .35s linear;
	-moz-transition: opacity .35s linear;
	-o-transition: opacity .35s linear;
}

.timeline-row .timeline-block span {
	transform: translateY(10px);
	display: inline-block;
	-webkit-transition: all .35s ease-in;
	-moz-transition: all .35s ease-in;
	-o-transition: all .35s ease-in;
	transition: all .35s ease-in;
}

.timeline-row .timeline-block:hover span {
	transform: translateY(3px);
}

body.single-venture_challange {
	background: #f7f7f7;
}

.venture_banner {
	border-bottom: 4px solid #B21F37;
	min-height: 400px;
}

.venture_banner img {
	width: 100%;
	object-fit: cover;
	min-height: 400px;
}

.venture_details {
	background: #fff;
	padding: 30px 0px;
	margin-bottom: 43px;
}

.venture_details .container {
	max-width: 960px;
	padding-right: 0;
}

.venture_details .thumbnail {
	width: 20%;
	display: inline-block;
	vertical-align: top;
}

.venture_details .thumbnail .img {
	width: 160px;
	height: 160px;
	display: flex;
	align-content: center;
	border-radius: 100%;
	border: 4px solid #B21F37;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.venture_details .thumbnail .img img {
	max-width: 80%;
}

.venture_details .details {
	width: 79%;
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	min-height: 148px;
}

.venture_details .details ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.venture_details .details ul li {
	display: inline-block;
	width: 45%;
	list-style: none;
	margin: 0px 0px 11px 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: 700;
	color: #B21F37;
	text-transform: uppercase;
}

.venture_details .details ul li p {
	margin: 0px;
	font-size: 14px;
	color: #515151;
	text-transform: none;
	font-weight: 400;
}

.venture_details .details ul li a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


.venture_content .singla-page.with-thumbnail .single-content p {
	font-size: 16px;
	line-height: 26px;
}

.venture_content h2 {
	line-height: 32px;
	margin-bottom: 40px;
}

.venture_content h2 span {
	font-size: 14px;
	font-weight: 700;
	color: #515151;
}



.venture_content .singla-page.with-thumbnail .single-content strong {
	color: #B21F37;
}

.btn.btn-primary.back_link {
	font-size: 12px;
	font-weight: 700;
	padding: 10px 25px;
	margin-top: 20px;
}


.back-btn {
	display: block;
	width: 100%;
}

/* BLOCK ACTIVE STAGE */


body.tax-venture_years.term-82 .timeline-row .timeline-block.block-0 {
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-moz-transform: scale(1.5);
	transform: scale(1.5);
	margin: 0px 0px 0px 26px;
}


body.tax-venture_years.term-82 .timeline-row .timeline-block.block-0 p {
	display: block;
	opacity: 1;
	transition: opacity .35s linear;
	-webkit-transition: opacity .35s linear;
	-moz-transition: opacity .35s linear;
	-o-transition: opacity .35s linear;
}

body.tax-venture_years.term-82 .timeline-row .timeline-block.block-0 span {
	transform: translateY(3px);
}


/* ------- */

body.tax-venture_years.term-24 .timeline-row .timeline-block.block-1 {
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-moz-transform: scale(1.5);
	transform: scale(1.5);
}


body.tax-venture_years.term-24 .timeline-row .timeline-block.block-1 p {
	display: block;
	opacity: 1;
	transition: opacity .35s linear;
	-webkit-transition: opacity .35s linear;
	-moz-transition: opacity .35s linear;
	-o-transition: opacity .35s linear;
}

body.tax-venture_years.term-24 .timeline-row .timeline-block.block-1 span {
	transform: translateY(3px);
}



/* ------- */

body.tax-venture_years.term-25 .timeline-row .timeline-block.block-2 {
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-moz-transform: scale(1.5);
	transform: scale(1.5);
}


body.tax-venture_years.term-25 .timeline-row .timeline-block.block-2 p {
	display: block;
	opacity: 1;
	transition: opacity .35s linear;
	-webkit-transition: opacity .35s linear;
	-moz-transition: opacity .35s linear;
	-o-transition: opacity .35s linear;
}

body.tax-venture_years.term-25 .timeline-row .timeline-block.block-2 span {
	transform: translateY(3px);
}


/* ------- */

body.tax-venture_years.term-26 .timeline-row .timeline-block.block-3 {
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-moz-transform: scale(1.5);
	transform: scale(1.5);
}


body.tax-venture_years.term-26 .timeline-row .timeline-block.block-3 p {
	display: block;
	opacity: 1;
	transition: opacity .35s linear;
	-webkit-transition: opacity .35s linear;
	-moz-transition: opacity .35s linear;
	-o-transition: opacity .35s linear;
}

body.tax-venture_years.term-26 .timeline-row .timeline-block.block-3 span {
	transform: translateY(3px);
}





/* ------- */

body.tax-venture_years.term-27 .timeline-row .timeline-block.block-4 {
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-moz-transform: scale(1.5);
	transform: scale(1.5);
	background: #B21F37;
	margin: 0px 26px 0px 0px;
}


body.tax-venture_years.term-27 .timeline-row .timeline-block.block-4 p {
	display: block;
	opacity: 1;
	transition: opacity .35s linear;
	-webkit-transition: opacity .35s linear;
	-moz-transition: opacity .35s linear;
	-o-transition: opacity .35s linear;
}

body.tax-venture_years.term-27 .timeline-row .timeline-block.block-4 span {
	transform: translateY(3px);
}





body.tax-venture_years {
	background: #f7f7f7
}

.members_row {
	text-align: center;
	display: flex;
	margin-bottom: 55px;
	flex-wrap: wrap;
	justify-content: center;
}


.members_row .members_list {
	width: 18%;
	padding: 0px 0px 24px 0px;
	background: #fff;
	text-align: center;
	margin: 0px 8px 16px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden;
	cursor: pointer;
	border: 1px solid #d6d6d6;
}

.members_row .members_list:hover {
	background: rgba(255, 255, 255, 0.9)
}

.members_row .members_list .thumb {
	margin-bottom: 2px;
	text-align: center;
	min-height: 110px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.members_row .members_list .thumb img {
	max-width: 100%;
}

.members_row .members_list .content {
	padding: 0px 15px;
}

.members_row .members_list .content .heading {
	margin-bottom: 10px;
	min-height: 100px;
}

.members_row .members_list .content .heading span.name {
	font-size: 14px;
}

.members_row .members_list h3 {
	font-size: 18px;
	margin: -7px 0px 0px 0px;
	text-transform: uppercase;
	line-height: 24px;
}

.members_row .members_list .content p {
	margin: 0px 0px 15px 0px;
	line-height: 22px;
}

.members_row .members_list .content .btn {
	background: transparent;
	color: #fff;
	border: 1px solid #fff;
	padding: 8px 15px;
	font-size: 11px;
}


.members_row .members_list .content .btn.btn-primary:hover,
.members_row .members_list .content .btn.btn-primary:active,
.members_row .members_list .content .btn.btn-primary:not(:disabled):not(.disabled):active {
	background-color: #fff;
	color: #B21F37;
	border: 1px solid #fff;
}


.members_row .members_list .content .btn {
	background: #fff;
	color: #B21F37;
	border: 1px solid #B21F37;
	padding: 8px 15px 7px;
	font-size: 11px;
	line-height: 9px;
}


.members_row .members_list .content .btn.btn-primary:hover,
.members_row .members_list .content .btn.btn-primary:active,
.members_row .members_list .content .btn.btn-primary:not(:disabled):not(.disabled):active {
	background-color: #B21F37;
	color: #fff;
	border: 1px solid #fff;
}


.members_row .btn {}

/* MEMBER MODAL */

.members_row .modal-lg {
	max-width: 960px;
}

.members_row .modal-content {
	text-align: left;
}


.members_row .modal-content h5.modal-title {
	font-size: 36px;
}

.members_row .modal-content h5.modal-title span {
	font-size: 14px;
	font-weight: 700;
	color: #515151;
}

.members_row .modal-content strong {
	color: #B21F37;
}

.members_row .modal-content .venture_details {
	margin: 0px;
	padding: 10px 0px 30px;
}

.venture_details .details ul li {
	width: 50%;
	word-break: break-word;
}

.members_row .modal-content .close {
	font-size: 2.5rem;
}





/* INVESTMENT SECTION */

.invest_impact_row {
	text-align: center;
}

.invest_impact_row.heading {
	padding-top: 0px;
	margin-bottom: 50px;
}

.invest_impact_row.heading h2 {
	margin-bottom: 52px;
}

.invest_impact_row.heading p {
	line-height: 26px;
}

.invest_impact_row.bottom {
	padding-bottom: 17px;
	padding-top: 10px;
}

.invest_impact_row.heading .widget_text {
	padding: 0px 10%;
}

.invest_impact_row .widget_text {}

.invest_impact_row .block.widget_text {
	padding: 0px 8%;
	margin-bottom: 28px;
}

.invest_impact_row .block.widget_text p {
	font-size: 16px;
	line-height: 24px;
	padding: 0px 15%;
}

.invest_impact_row .block.widget_text h2 {
	/* margin-bottom: 25px; */
}

.invest_impact_row .block.widget_text h3 a {
	color: #B21F37;
}

.invest_impact_row .block.widget_text h3 a:hover {
	text-decoration: none;
}


.invest_impact_row .block.widget_text .icon {
	display: block;
	width: 100%;
	min-height: 55px;
	margin-bottom: 20px;
}

.invest_impact_row .block.widget_text.investor .icon {
	background: url(img/svg/invest_investors.svg) no-repeat center 0px;
}

.invest_impact_row .block.widget_text.entrepreneur .icon {
	background: url(img/svg/invest_entrepreneurs.svg) no-repeat center 0px;
}

.invest_impact_row .block.widget_text.service .icon {
	background: url(img/svg/invest_service.svg) no-repeat center 0px;
}

.invest_impact_row .block.widget_text.support .icon {
	background: url(img/svg/invest_support.svg) no-repeat center 0px;
}


/* IMPACT SECTION */
.impact_row {
	background: #fff;
	padding-top: 59px;
	color: #B21F37;
	text-align: center;
	position: relative;

}

.impact_row .container {
	/* padding-bottom: 75px; */
	margin-bottom: 65px;
	/* border-bottom: 1px solid #d6d6d6; */
}

.impact_row .heading_icon {
	width: 100%;
	background: url(img/svg/bf_icon.svg) no-repeat center 0px;
	background-size: 81px 76px;
	min-height: 76px;
	margin-bottom: 14px;
}

.impact_row h2 {
	color: #B21F37;
	/* line-height: 26px; */
	margin-bottom: 20px;
}

.impact_row p {
	/* line-height: 24px; */
	margin-bottom: 30px;
	color: #515151;
}

.impact_row .btn {
	padding: 15px 55px;
	margin-top: 10px;
}

.impact_row p {
	padding: 0px 10%;
}


.impact_row .members_row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: left;
	margin-bottom: 40px;
	margin-top: 50px;
}

.impact_row .members_row .members {
	width: 18%;
	padding: 15px;
	color: #515151;
}

.impact_row .members_row .members .thumbnail {
	margin-bottom: 15px;
	height: 213px;
	background-size: 100% 100%;
}

.impact_row .members_row .members h3 {
	color: #B21F37;
	margin-bottom: 0px;
	line-height: 24px;
}

.impact_row .members_row .members span {
	font-size: 24px;
	font-weight: 600;
	color: #B21F37;
}


/* LOGO SECTION */

.brands {
	padding: 24px 0px 23px;
	overflow: hidden;
	border-top: 1px solid #d6d6d6;
}

.brands h4 {
	text-align: center;
}

.brands .slick-slide {
	text-align: center;
}

.brands .slick-slide img {
	display: inline-block;
	max-height: 82px;
	max-width: 80%;
}




/* NEWS SECTION */

.latest_news {
	padding-bottom: 70px;
	padding-top: 20px;
}

.inner-content .latest_news {
	padding-bottom: 0px;
	padding-top: 0px;
}

.latest_news .heading {
	text-align: center;
	padding: 0 10%;
	margin-bottom: 45px;
}

.latest_news .news {
	display: flex;
	justify-content: space-between;
}

.latest_news .news .newsblock {
	padding: 0px;
	width: 31%;
}

.latest_news .news .newsblock figure.thumb {
	margin-bottom: 21px;
	text-align: center;
}

.latest_news .news .newsblock figure.thumb img {
	max-height: 286px;
	min-height: 286px;
}

.latest_news .news .newsblock h3 {
	font-size: 28px;
	margin: 0px 0px 16px 0px;
	line-height: 36px;
}

.latest_news .news .newsblock h3 a {
	color: #B21F37
}

.latest_news .news .newsblock .content p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 14px;
}

.latest_news .news .newsblock .date {
	border-top: 1px solid #d6d6d6;
	padding-top: 12px;
	margin-top: 0px;
	display: flex;
	justify-content: space-between;
	font-size: 16px;
}


.latest_news .news .newsblock .date a.more {
	background: none;
	padding: 0px;
	font-size: 16px;
}






/* IMPACT BLOCKS SECTION */

.impact_blocks {
	padding: 30px 0% 0px;
}


.impact_blocks .heading {
	text-align: center;
	padding: 0 10%;
	margin-bottom: 45px;
}

.impact_blocks h2 {
	font-weight: 700;
	margin: 0px 0px 35px 0px;

}

.impact_blocks .news {
	display: flex;
	justify-content: space-between;
	margin-bottom: 35px;
}

.impact_blocks .news .slick-arrow {
	border: none;
	position: absolute;
	left: 0px;
	top: 42%;
	z-index: 99;
	padding: 0px;
	text-indent: -9999999px;
	width: 50px;
	height: 70px;
}

.impact_blocks .news .slick-arrow.slick-disabled {
	display: none !important;
}



.impact_blocks .news .slick-prev.slick-arrow {
	background: url(img/slide-arrow-prev.png) no-repeat 12px 18px rgba(255, 255, 255, 0.7);
}

.impact_blocks .news .slick-prev.slick-arrow:hover {
	background: url(img/slide-arrow-prev.png) no-repeat -36px 18px #b21f37;
}

.impact_blocks .news .slick-next.slick-arrow {
	left: auto;
	right: 0px;
	background: url(img/slide-arrow-next.png) no-repeat 19px 18px rgba(255, 255, 255, 0.7);
}

.impact_blocks .news .slick-next.slick-arrow:hover {
	left: auto;
	right: 0px;
	background: url(img/slide-arrow-next.png) no-repeat -32px 18px #b21f37;
}

.impact_blocks .news .newsblock {
	padding: 0px;
	width: 100%;
	text-align: left;
	display: flex;
	align-items: center;
	background: #f7f7f7;
}

.impact_blocks .news .newsblock figure.thumb {
	margin-bottom: 0px;
	width: 50%;
}

.impact_blocks .news .newsblock figure.thumb img {
	width: 100%;
	height: 100%;
}

.impact_blocks .news .newsblock .content {
	width: 50%;
	padding: 35px 80px 35px 140px;
}


/* .impact_blocks .news .newsblock.slide-0 {
	background: #e89600;
}

.impact_blocks .news .newsblock.slide-1 {
	background: #00b8d7;
}

.impact_blocks .news .newsblock.slide-2 {
	background: #609847;
} */


.impact_blocks .news .newsblock h3 {
	font-size: 22px;
	margin: 0px 0px 15px 0px;
	line-height: 28px;
	font-weight: 700;
}

.impact_blocks .news .newsblock h5 {
	font-size: 36px;
	margin: 0px 0px 15px 0px;
	font-weight: 700;
}

.impact_blocks .news .newsblock h5 span {
	font-size: 14px;
	color: #333;
	background: #fff;
	padding: 5px 10px;
	border-radius: 5px;
	margin-left: 10px;
	position: relative;
	top: -5px;
}


.impact_blocks .news .newsblock .content p {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 0px;
}





/* POST SECTION */



.posts .post {
	display: flex;
	padding-bottom: 50px;
	flex-wrap: wrap;
	justify-content: center;
}

.posts .post.less {
	display: inline-block;
	width: 100%;
}

.posts .post .postblock {
	padding: 18px;
	width: 33%;
	/* margin-bottom: 50px; */
}

.posts .post .postblock .content {
	min-height: 200px;
}

.posts .post.less .postblock {
	/* margin-left: 30px; */
}

.posts .post .postblock figure.thumb {
	margin-bottom: 21px;
	text-align: center;
}

.posts .post .postblock figure.thumb img {
	max-height: 286px;
	min-height: 286px;
	margin-bottom: 5px;
}


.posts .post .postblock .heading {
	margin-bottom: 5px;
}

.posts .post .postblock h3 {
	font-size: 28px;
	margin: 0px 0px 3px 0px;
	line-height: normal;
}

.posts .post .postblock .category_name {
	font-size: 14px;
	display: inline-block;
	width: 100%;
}

.posts .post .postblock h3 a {
	color: #B21F37
}

.posts .post .postblock .content p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 14px;
}

.posts .post .postblock .date {
	border-top: 1px solid #d6d6d6;
	padding-top: 7px;
	margin-top: 0px;
	display: flex;
	justify-content: space-between;
	font-size: 14px;
}


.posts .post .postblock .date a.more {
	background: none;
	padding: 0px;
	font-size: 14px;
}

.pagination {
	width: 100%;
}

.yith-infs-loader {
	width: 100%;
	text-align: center;
}




/* SUBSCRIBE */

.subscribe_row {
	background: #f7f7f7;
	padding: 66px 0px 70px;
}

.subscribe_row .nf-field-element {
	padding: 0px;
}

.subscribe_row .nf-form-content {
	max-width: 100%;
	padding: 0px;
}

.subscribe_row .nf-error.field-wrap .nf-field-element:after {
	display: none;
}

.subscribe_row .nf-error-msg {
	font-size: 14px;
	padding: 7px 0px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: auto;
	display: inline-block;
}

.subscribe_row .nf-response-msg {}

.subscribe_row .nf-response-msg p {
	margin: 0px;
	font-size: 14px;
	color: green;
	padding: 7px 0px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline-block;
}

.subscribe_row .nf-pass.field-wrap .nf-field-element:after {
	top: 2px;
	color: green;
	right: 0px;
	font-size: 24px;
}

.subscribe_row .nf-error-field-errors {
	display: none;
}

.subscribe_row .nf-form-fields-required,
.subscribe_row .nf-field-label {
	display: none;
}


.subscribe_row .nf-field-container {
	margin: 0px;
	display: inline-block;
	vertical-align: text-top;
}

.subscribe_row .nf-field-container.email-container {
	width: 85%;
}

.subscribe_row .nf-field-container.submit-container {
	float: right;
	width: auto;
}

.subscribe_row h3 {
	font-size: 26px;
	font-weight: 700;
	margin: 0px 0px 10px 0px;
}

.subscribe_row .nf-response-msg {
	text-align: left;
}


.subscribe_row .nf-form-content .nf-field-container.email-container .ninja-forms-field:-webkit-autofill,
.subscribe_row .nf-form-content .nf-field-container.email-container .ninja-forms-field:-webkit-autofill:hover,
.subscribe_row .nf-form-content .nf-field-container.email-container .ninja-forms-field:-webkit-autofill:focus {
	/* border: none !important; */
	-webkit-text-fill-color: #515151;
	-webkit-box-shadow: 0 0 0px 1000px #f7f7f7 inset !important;
	transition: background-color 5000s ease-in-out 0s;
}


.subscribe_row .nf-form-content .nf-field-container.email-container .ninja-forms-field {
	background: none;
	border: none;
	border-bottom: 1px solid #B21F37;
	height: auto;
	padding: 7px 0px;
	color: #515151;
}


.subscribe_row .nf-form-content .nf-field-container .submit-wrap .ninja-forms-field {
	border: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 15px 35px;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	box-shadow: none;
	background-color: #B21F37;
	color: #fff;
	margin-top: -10px;
	letter-spacing: 1px;
	width: auto;
	border: 2px solid #B21F37;
}

.subscribe_row .nf-form-content .nf-field-container .submit-wrap .ninja-forms-field:hover {
	background-color: transparent;
	border-color: #B21F37;
	color: #B21F37;
}



.tblRow table td {
	padding: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-bottom: 1px solid #333;
}

.tblRow table {
	border-collapse: collapse;
	border: 1px solid #333;
	border-bottom: none;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.tblRow table td.col2 {
	width: 70%;
}

.tblRow table td.col1 {
	width: 30%;
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
	border-right: 1px solid #333;
}

/* CONTACT FORM */



/* SUBSCRIBE */

.nf-field-element {
	padding: 0px;
}

.nf-form-content {
	max-width: 100%;
	padding: 0px;
}

.nf-error.field-wrap .nf-field-element:after {
	display: none;
}

.nf-error-msg {
	font-size: 14px;
	padding: 7px 0px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: auto;
	display: inline-block;
}

.nf-response-msg {}

.nf-response-msg p {
	margin: 0px;
	font-size: 14px;
	color: green;
	padding: 7px 0px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline-block;
}

.nf-pass.field-wrap .nf-field-element:after {
	top: -14px;

	right: 0px;
	font-size: 24px;
}

.nf-error-field-errors {
	display: none;
}

.nf-form-fields-required,
.nf-field-label {
	display: none;
}


.nf-field-container {
	margin: 0px;
	display: inline-block;
	vertical-align: text-top;
	width: 46%;
	margin: 0px 17px;
}


.nf-form-content .nf-field-container .ninja-forms-field {
	background: none;
	border: none;
	border-bottom: 1px solid #B21F37;
	height: auto;
	padding: 7px 0px;
	color: #B21F37;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.nf-form-content .nf-field-container .ninja-forms-field:focus {
	border-bottom: 1px solid #B21F37;
}


.nf-field-container.submit-container,
.nf-field-container.textarea-container,
.nf-field-container.email-container {
	width: 96%;
}

.nf-field-container.submit-container {
	text-align: center;
}

.nf-form-content .nf-field-container .submit-wrap .ninja-forms-field {
	border: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 15px 35px;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	box-shadow: none;
	background-color: #B21F37;
	color: #fff;
	margin-top: -10px;
	letter-spacing: 1px;
}

.nf-form-content .nf-field-container .submit-wrap .ninja-forms-field:hover {
	background-color: #B21F37;
}


.inner-content .nf-form-content .list-select-wrap .nf-field-element>div,
.inner-content .nf-form-content .listcountry-container .nf-field-element>div {
	border: none;
	height: auto;
	padding: 0;
	background: none;

}

.inner-content .nf-form-content .list-select-wrap .nf-field-element>div:after,
.inner-content .nf-form-content .listcountry-container .nf-field-element>div:after {
	display: none;
}

.inner-content .nf-form-content .list-select-wrap .nf-field-element select.ninja-forms-field,
.inner-content .nf-form-content .listcountry-container .nf-field-element select.ninja-forms-field {
	height: auto;
	padding: 7px 0px 2px;
	background: url(img/svg/dropdown_arrow.svg) no-repeat 98% center #fff;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.inner-content .nf-form-content .listcountry-container .nf-field-element select.ninja-forms-field,
.inner-content .nf-form-content .listselect-container .nf-field-element select.ninja-forms-field {
	padding: 7px 0px 5px;
}

.nf-field-container.textarea-container .ninja-forms-field {
	min-height: 120px;
}

.nf-form-content .nf-field-container .list-wrap {}


.nf-field-container .nf-pass.field-wrap .nf-field-element:after {
	line-height: 26px;
}

.nf-response-msg {
	text-align: center;
}

/*------------------------------------*\
    sidebar
\*------------------------------------*/



.sidebar {}



/*------------------------------------*\
    footer
\*------------------------------------*/

.footer {
	border-top: 1px solid #d6d6d6;
	padding: 0px 30px;
	background: #fff;
}

.footer .container {
	padding: 37px 0px;
	display: flex;
	justify-content: space-between;
}

.footer .ftr_left {
	display: flex;
}

.footer .ftr-logo {
	margin-right: 26px;
}

.footer .ftr_nav {}

.footer .ftr_nav ul {
	margin: 0;
	padding: 0;
}

.footer .ftr_nav ul li {
	list-style: none;
	display: inline-block;
	margin: 0;
	padding: 0;
}

.footer .ftr_nav ul li a {
	color: #B21F37;
	font-size: 14px;
	display: block;
	padding: 10px 12px;
	font-weight: 500;
	letter-spacing: .5px;
}

.footer .ftr_nav ul li:first-child a {
	padding: 10px 12px 10px 0px;
}

.footer .ftr_nav ul li a:hover,
.footer .ftr_nav ul li.current-menu-item a {
	color: #B21F37;
}


.footer .copyright {
	padding: 10px 0px 0px 18px;
	font-size: 14px;
}

.footer .social {
	margin: 0px 0px 0px 0px;
	word-spacing: 10px;
	min-width: 148px;
}

.footer .social img {
	max-width: 39px;
}



/*------------------------------------*\
    PAGES
\*------------------------------------*/



.search_main {
	margin-bottom: 45px;
}

.search_main ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0px;
	padding: 0px;
}

.search_main ul li {
	list-style: none;
	width: 90%;
	margin-right: 20px;
	padding: 0px;
}

.search_main ul li:nth-child(2),
.search_main ul li:nth-child(3) {
	display: none;
}

.search_main ul li:last-child {
	width: auto;
	margin-right: 0px;
}


.search_main ul li.field {}


.search_main .filter-validate {
	font-size: 14px;
	padding: 15px 0px 0px;
	color: #B21F37;
}


.search_main .form-control {
	width: 100%;
	font-size: 16px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	padding: 13px;
	border: none;
	border-bottom: 1px solid #B21F37;
	color: #B21F37;
}


.search_main .form-control:focus {
	border-bottom: 1px solid #B21F37;
}

.search_main input[type=text] {
	width: 100%;
	font-size: 16px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	padding: 13px;
	border: none;
	border-bottom: 1px solid #B21F37;
	color: #B21F37;
}

.search_main input[type=text]:focus {
	border-bottom: 1px solid #B21F37;
}

.search_main input[type=submit] {
	border: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 15px 35px;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	box-shadow: none;
	letter-spacing: 1px;
	background-color: #B21F37;
	color: #FFF;
}

.search_main input[type=submit]:hover {
	background-color: #B21F37;
}


.search_main .select-style {
	width: 100%;
	overflow: hidden;

	display: block;
	border: none;
	border-bottom: 1px solid #B21F37;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	color: #B21F37;
}




.search_main select {
	padding: 13px;
	width: 100%;
	border: none;
	box-shadow: none;
	background: none;
	background-image: none;
	-webkit-appearance: none;
	font-size: 16px;
	cursor: pointer;
	background: url(img/svg/dropdown_arrow.svg) no-repeat 96% center #fff;
	border: none;
	border-bottom: 1px solid #B21F37;
}

.search_main select:focus {
	border-bottom: 1px solid #B21F37;
	outline: none;
}


.search_main .select-style {
	width: 100%;
	overflow: hidden;
	background: url(img/svg/dropdown_arrow.svg) no-repeat 96% center #fff;
	display: block;
	border: none;
	border-bottom: 1px solid #B21F37;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	color: #B21F37;
}

.search_main .select-style:focus {
	border-bottom: 1px solid #B21F37;
}


.search_main .select-style select {
	padding: 13px;
	width: 100%;
	border: none;
	box-shadow: none;
	background: none;
	background-image: none;
	-webkit-appearance: none;
	font-size: 16px;
	cursor: pointer;
}

.search_main .select-style select:focus {
	outline: none;
}

.single-page {
	max-width: 960px;
	margin: 0px auto 45px;
}

.singla-page.with-thumbnail {
	margin-bottom: 50px;
}

.singla-page.with-thumbnail .thumbnail {
	width: auto;
	max-width: 100%;
	margin: 0px 20px 40px 0px;
	text-align: left;
}

.singla-page.with-thumbnail .single-content {
	width: auto;
	max-width: 100%;
	margin-bottom: 25px;
}

.singla-page.with-thumbnail .single-content p {
	font-size: 16px;
}

.no-result {
	text-align: center;
	width: 100%;
	font-size: 20px;
	color: #B21F37;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/




/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background: #B21F37;
	color: #FFF;
	text-shadow: none;
}

::-webkit-selection {
	background: #B21F37;
	color: #FFF;
	text-shadow: none;
}

::-moz-selection {
	background: #B21F37;
	color: #FFF;
	text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #FFF;
	border: 1px solid #F0F0F0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.sticky {}

.bypostauthor {}




/* 404 ERROR PAGE */



#notfound {
	position: relative;
	height: 77vh;
}

#notfound .notfound {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.notfound {
	width: 100%;
	line-height: 1.4;
	text-align: center;
}

.notfound .notfound-404 {
	position: relative;
	height: 200px;
	margin: 0px auto 0px;
	z-index: -1;
}

.notfound .notfound-404 h1 {
	font-size: 100px;
	font-weight: 300;
	margin: 0px;
	text-transform: uppercase;
}

.notfound .notfound-404 h2 {
	font-size: 28px;
	font-weight: 400;
	text-transform: uppercase;
	color: #B21F37;
	margin: auto;
	display: inline-block;
}

.notfound a {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	padding: 15px 30px;
	font-size: 13px;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
}

.notfound a:hover {}

@media only screen and (max-width: 800px) {
	.notfound .notfound-404 h1 {
		font-size: 90px;
	}
}

@media only screen and (max-width: 480px) {
	.notfound .notfound-404 {
		height: 148px;
		margin: 0px auto 10px;
	}

	.notfound .notfound-404 h1 {
		font-size: 75px;
	}

	.notfound .notfound-404 h2 {
		font-size: 16px;
	}

	.notfound a {}
}


/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " ("attr(href) ")";
	}

	abbr[title]:after {
		content: " ("attr(title) ")";
	}

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}

/**/

body .tooltip .tooltip-inner {
	font-size: 13px;
	line-height: initial;
	padding-bottom: 5px;
}

.portfolio-link {
	position: relative;
	padding: 0 0 0 32px;
}

.portfolio-link:before {
	position: absolute;
    display: block;
    left: 0;
    top: 50%;
    content: '';
    height: 22px;
    width: 22px;
    background-image: url(img/icon-arrow-right.svg);
    background-repeat: no-repeat;
    margin: -11px 0 0 0;
    background-size: cover;
}