.logo-size {
	width: 180px !important;	
}

.bdrd-10 {
	border-radius: 10px !important;
}

.bg-grey {
	background-color: #F2F4F7;
}

.title-page {
	color: #933036 !important;
	font-size: 32px;
	font-family: 'Roboto Slab', serif;
	line-height: 32px;
	font-weight: 600;
	text-transform: uppercase;
}

p.content {
	font-size: 18px;
	line-height: 32px;
	margin-bottom: 20px;
	text-align: justify;
	font-family: 'Raleway', sans-serif !important;
}

li.content {
	font-size: 18px;
	line-height: 32px;
	margin-bottom: 20px;
	text-align: justify;
	font-family: 'Raleway', sans-serif !important;
}

.grid-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 4px;
}

.grid-row .column {
	-ms-flex: 25%;
	flex: 25%;
	max-width: 25%;
	padding: 0 4px;
}

.grid-row .column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
    border-radius: 10px;
}

@media only screen and (min-width: 900px) and (max-width: 4000px){
	.no-wrap {
    		flex-wrap: inherit;
	}
}

.same-height-changes {
	height: 520px !important;
}

.youtube-player {
	position: relative;
	height: 300px;
	overflow: hidden;
	max-width: 100%;
	background: #000;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 13px 0px rgb(177 177 177);
	-moz-box-shadow: 0px 0px 13px 0px rgba(177,177,177,1);
	box-shadow: 0px 0px 13px 0px rgb(177 177 177);
}

.image img {
	width: 90%;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 13px 0px rgb(177 177 177);
	-moz-box-shadow: 0px 0px 13px 0px rgba(177,177,177,1);
	box-shadow: 0px 0px 13px 0px rgb(177 177 177);
}

.download-profile {
	margin-top: 22px;
	background: #993233;
	width: 60%;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 80px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 13px 0px rgb(177 177 177);
	-moz-box-shadow: 0px 0px 13px 0px rgba(177,177,177,1);
	box-shadow: 0px 0px 13px 0px rgb(177 177 177);
}

.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}
.download-profile .btn {
	background: none !important;
}
.download-profile a {
	font-family: 'Roboto Slab', serif;
	line-height: 32px;
	font-weight: 600;
	text-transform: uppercase;
}
.btn {
	background: #3b1f1e !important;
	border: #3b1f1e !important;
	color: #fff !important;
	border-radius: 0px !important;
	text-transform: uppercase;
	font-weight: 500;
}

.bl-none {
	border-left:none;
}

@media only screen and (min-width: 950px) and (max-width: 4000px) {
	.quote-card:before {
		font-family: Georgia, serif;
		content: "“";
		font-size: 14em;
		line-height: 100px;
		color: #fff;
		font-weight: normal;
		position: absolute;
	}
	
	.quote-card:after {
		font-family: Georgia, serif;
		content: "”";
		line-height: 0;
		left: 0;
		font-size: 14em;
		color: #fff;
		font-weight: normal;
		position: revert;
		/* top: 13%; */
		display: block;
		text-align: right;
	}
}

@media only screen and (min-width:800px) and (max-width:950px){
	.quote-card:before {
		font-family: Georgia, serif;
		content: "“";
		font-size: 14em;
		line-height: 100px;
		color: #fff;
		font-weight: normal;
		position: absolute;
	}

	.quote-card:after {
		font-family: Georgia, serif;
		content: "”";
		line-height: 100px;
		right: 100px;
		font-size: 14em;
		color: #fff;
		font-weight: normal;
		position: absolute;
		TOP:98%;
	}
}

.quatation {
	background: #4A8518;
	padding: 50px;
	border-radius: 10px;
}

.quatation p {
	font-size: 28px;
	color: #fff !important;
	margin-left: 80px;
	margin-right: 80px;
	font-family: 'Roboto Slab', serif !important;
	font-weight: 500;
}

.introductory-content {
	padding: 20px;
	text-align: inherit;
	padding-top: 0px !important;
}

.introductory-content h5 {
	color: #ef5525;
	font-size: 24px;
	line-height: 32px;
	font-weight: 500;
}

.introductory-content p {
	margin-top: 20px;
	text-align: justify;
	font-size: 18px;
	line-height: 24px;
}

.bg-red {
	background: #843530 !important;
}

.center-img {
	display: flex;
	justify-content: center;
	align-items: center;
}

.text-body-text {
    padding: 10px 0px;
}