/* Theme Blocks */

/* -------------------------------
   Common Styles
------------------------------- */

.blocks-bg-1-grey {
	background-color: #f1f1f1; 
}
.separator {
	z-index: 2;
	position: absolute;
	width: 100%;
	height: 200px; 
}
.separator svg, .separator img {
	width: 100%;
	height: 100%; 
}
.separator.bottom {
	bottom: 0; 
}
.section-tb-2,
.section-tb-2 > * {
    position: relative;
}
.section-tb-2 > * {
    z-index: 1;
}
.section-tb-2 {
	padding: 0px;
	padding-bottom: 0px;
	position: relative;
	background: rgb(103 103 103);
	background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.section-tb-2:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s ease-in-out;
    z-index: 0;
}
.section-tb-2 h1 {
    color:#fbfbfb;
}
.section-tb-2 p {
    color:#fbfbfb;
}
.section-tb-2-divider {
    background-image: url('data:image/svg+xml;utf8,<svg width="100%" height="100px" viewBox="0 0 1280 140" preserveAspectRatio="none" xmlns="http://www.w3.org/2000/svg"><g fill="%23fafafa"><path d="M1280 0l-262.1 116.26a73.29 73.29 0 0 1-39.09 6L0 0v140h1280z"/></g></svg>');
    background-repeat: no-repeat;
    background-size: 100% 100px;
    height: 100px;
    width: 100%;
}
.section-tb-2-divider {
    transform: rotateY(180deg);
}
.tb-2-main {
    padding-bottom: 3.2rem!important;
    padding-top: 3.5rem!important;
}
	
/* -------------------------------
   Block: Hero 1
------------------------------- */
.hero-1 {
	padding: 0px 2rem 0;
	text-align: center;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-image: url(/assets/plugins/page-editor/img/blocks/hero-1-bg.svg);
	background-size: 100%;
	background: #fff;
	position: relative;
	height: 80vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 56rem;
	position: relative;
	padding: 10rem 2rem 10rem;
	padding-top: 10px;
}
.hero-1::before {
	width: 100%;
	height: 100%;
	content: " ";
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	pointer-events: none;
}
.hero-1 h1, .hero-1 .h1 {
	line-height: 5rem;
	font-size: 4.2rem;
	color: #272c51;
	font-weight: 600;
	z-index: 2;
}
.hero-1 h2, .hero-1 .h2 {
	line-height: 35px;
	font-size: 1.2rem;
	margin: 1.4rem auto 0rem;
	z-index: 2;
	position: relative;
	letter-spacing: 0.03em;
	max-width: 800px;
	color: #555; 
}
.hero-1 .heading {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: var(--width-xl);
	width: 100%;
	z-index: 3;
	padding-bottom: 0rem; 
}
.hero-1 .btns {
	margin-top: 4rem; 
}

.hero-1 .dropdown {
	display: inline-block; 
}
.hero-1 .dropdown .dropdown-menu {
	min-width: 240px;
	z-index: 3; 
}
.hero-1 img {
	margin-top: 2rem;
	max-width: 100%;
	opacity: 0;
	transition: opacity 3s;
	border-radius: 10px 10px 0px 0px;
	border: 1px solid #ddd;
	background: #f0f4f9;
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(87, 87, 87, 0.1), 0 10px 15px 0 rgba(5, 4, 10, 0.06);
	border-radius: 4px;
	width: 100%;
	overflow: hidden;
	padding-top: 2rem;
	position: relative; 
}
.hero-1 .show img {
	opacity: 1; 
}

@media (max-width: 1601px) {

}
@media (max-width: 1281px) {
	.hero-1 h1, .hero-1 .h1 {
		font-size: 3rem; 
		line-height: 3.5rem;
	} 
	.hero-1 h2, .hero-1 .h2 {
		margin-top: 10px;
	}
	.hero-1 .btns {
		margin-top: 2rem;
	}
	.hero-1 {
		min-height: 40rem;
	}
}
@media (max-width: 961px) {
	.hero-1 h1, .hero-1 .h1 {
		font-size: 2.5rem;
		line-height: 2.5rem; 
	} 
}
@media screen and (max-width: 767px) {
	.hero-1 .btn {
		min-width: 300px;
		width: 100%; 
	} 
}
@media (max-width: 661px) {
}
@media (max-width: 481px) {
	.hero-1 h1, .hero-1 .h1 {
		font-size: 2em;
		line-height: 2rem; 
	} 
	.hero-1 {
		height: 80vh;
	}
	.hero-1 h2, .hero-1 .h2 {
		line-height: 25px;
	}
	.hero-1 .heading {
		padding-top: 50px;
	}
}

/* -------------------------------
   Block: Hero 2
------------------------------- */

.hero-2 {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	padding-top: 8rem;
	padding-bottom: 10rem;
}
.hero-2-bottom {
	overflow:hidden;
	position:relative;
	background: #4877fb;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	padding-top: 8rem;
	padding-bottom: 8rem;
}
.hero-2-bottom::before{
	content:'';
	position: absolute;
	z-index: 3;
	bottom: -0.1vw;
	left: -0.1vw;
	right: -0.1vw;
	top: -0.1vw; 
	pointer-events: none;
	background-repeat: no-repeat; 
	background-size: 121% 87px;
	background-position: 50% 100%;  
	background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M35.28 1.67c-3.07-.55-9.27.41-16.15 0-6.87-.4-13.74-.58-19.13.1v.4h35.28z" fill="%23fafafa"/><path d="M35.28 1.16c-3.17-.8-7.3.4-10.04.56-2.76.17-9.25-1.47-12.68-1.3-3.42.16-4.64.84-7.04.86C3.12 1.31 0 .4 0 .4v1.77h35.28z" opacity=".5" fill="%23fafafa"/><path d="M35.28.31c-2.57.84-7.68.3-11.8.43-4.1.12-6.85.61-9.57.28C11.18.69 8.3-.16 5.3.02 2.3.22.57.85 0 .87v1.2h35.28z" opacity=".5" fill="%23fafafa"/></svg>'); 
}
 
.hero-2 > .container {
	position: relative;
	z-index: 2; 
}
.hero-2 .separator.bottom {
    bottom: auto;
}
.hero-2 .rowsection {
    align-items: center;
	justify-content: space-between;
	margin-bottom: 75px;
}
.hero-2 .heading {
	font-size: 50px;
	font-weight: 700; 
	color: #fff;
}
.hero-2 .subheading {
	font-size: 32px; 
}
.hero-2 .svg-wrapper {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	z-index: 2; 
}
.hero-2.overlay {
	position: relative;
}
.hero-2.overlay:before {
	z-index: 1;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	content: "";
	background: #4877fb; 
}
.hero-2 .video-wrap {
	display: inline-block;
	position: relative;
	top: 0;
	-webkit-transition: .2s all ease;
	-o-transition: .2s all ease;
	transition: .2s all ease; 
}
.hero-2 .video-wrap .play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%); 
}
.hero-2 .video-wrap img {
	border-radius: 7px;
	-webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2); 
}
.hero-2 .video-wrap:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05); 
}
.hero-2 .section-col {
	margin-left: 3rem;
	margin-bottom: 3rem;
}
.hero-2 .section-col .btn {
	margin-left: 0px;
}
.hero-2 .text-content {
	margin-bottom: 1.5rem;
	margin-top: 1.5rem;
	color: #fff;
	opacity: 0.8;
	font-size:18px;
}
.section-hero-2-after {
	z-index: 3;
    position: relative;
    margin-top: -50px;
}

@media (max-width: 1200px) { 
	.hero-2 .heading {
		font-size: 40px;
	}
}
@media (max-width: 992px) { 
	.hero-2 .section-col {
		margin-left: 0rem;
		margin-bottom: 20px;
	}
	.hero-2 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.hero-2 .separator {
		height: 100px;
	}
	.hero-2 .video-wrap {
		width: 100%;
	}
	.hero-2 .heading {
		font-size: 32px;
	}
	.hero-2 .text-content {
		margin-top: 1rem;
		opacity: 1;
	}
}
@media (max-width: 575.98px) {
	.hero-2 .rowsection {
		margin-bottom: 45px;
	}
	.hero-2-bottom::before{
		background-size: 121% 57px;
		background-position: 50% 100%;  
		background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M35.28 1.67c-3.07-.55-9.27.41-16.15 0-6.87-.4-13.74-.58-19.13.1v.4h35.28z" fill="%23fafafa"/><path d="M35.28 1.16c-3.17-.8-7.3.4-10.04.56-2.76.17-9.25-1.47-12.68-1.3-3.42.16-4.64.84-7.04.86C3.12 1.31 0 .4 0 .4v1.77h35.28z" opacity=".0" fill="%23fafafa"/><path d="M35.28.31c-2.57.84-7.68.3-11.8.43-4.1.12-6.85.61-9.57.28C11.18.69 8.3-.16 5.3.02 2.3.22.57.85 0 .87v1.2h35.28z" opacity=".1" fill="%23fafafa"/></svg>'); 
	}
	.hero-2 .text-content {
		font-size:16px;
	}
	.hero-2 .heading {
		font-size: 25px;
	}
}
@media (max-width: 480px) {
	.hero-2 {
		padding-top: 3rem;
	}
	.hero-2 .heading {
		font-size: 30px;
	}
}



/* -------------------------------
   Block: Hero 3
------------------------------- */

.hero-3 {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	background-image: url("/assets/plugins/page-editor/img/blocks/hero-3-bg.jpg");
	min-height: 960px;
	/*
	> .container > .row {
		height:100vh;
		min-height:800px;
	}*/ 
}
.hero-3 .separator.bottom {
    height: 100px;
}
.hero-3 .btn {
	padding: 1rem 3rem;
}
.hero-3 > .container, .hero-3 > .container-fluid, .hero-3 > .container-sm, .hero-3 > .container-md, .hero-3 > .container-lg, .hero-3 > .container-xl, .hero-3 > .container-xxl {
	position: relative;
	z-index: 2; 
}
.hero-3 > .container > div, .hero-3 > .container-fluid > div, .hero-3 > .container-sm > div, .hero-3 > .container-md > div, .hero-3 > .container-lg > div, .hero-3 > .container-xl > div, .hero-3 > .container-xxl > div {
	position: relative;
	height: 100%;
	min-height: 860px;
	display: flex;
	justify-content: center;
	align-items: center; 
}
.hero-3 h1.heading, .hero-3 .heading.h1 {
	font-size: 60px;
	font-weight: 700; 
}
.hero-3 h2.subheading, .hero-3 .subheading.h2 {
	font-size: 32px; 
}
.hero-3 .svg-wrapper {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	z-index: 2; 
}
.hero-3 .buttons {
	margin-top: 5rem; 
}
.hero-3.overlay {
	position: relative; 
}
.hero-3.overlay:before {
	z-index: 1;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	content: "";
	background: rgba(0, 0, 0, 0.6); 
}
.hero-3-btn {
	margin-right: 1.5rem;
}
    

@media (max-width: 1600px) {
	.hero-3 h1.heading, .hero-3 .heading.h1 {
		font-size: 40px;
		font-weight: 700;
	}
	.hero-3 > .container > div, .hero-3 > .container-fluid > div, .hero-3 > .container-sm > div, .hero-3 > .container-md > div, .hero-3 > .container-lg > div, .hero-3 > .container-xl > div, .hero-3 > .container-xxl > div {
		min-height: 760px;
	}
}
@media (max-width: 1200px) {
	.hero-3 > .container > div, .hero-3 > .container-fluid > div, .hero-3 > .container-sm > div, .hero-3 > .container-md > div, .hero-3 > .container-lg > div, .hero-3 > .container-xl > div, .hero-3 > .container-xxl > div {
		min-height: 660px;
	}
}
@media (max-width: 480px) {
	.hero-3-btn {
		margin-right: 8px;
	}
	.hero-3 h1.heading, .hero-3 .heading.h1 {
		font-size: 30px;
	}
	.hero-3 > .container > div, .hero-3 > .container-fluid > div, .hero-3 > .container-sm > div, .hero-3 > .container-md > div, .hero-3 > .container-lg > div, .hero-3 > .container-xl > div, .hero-3 > .container-xxl > div {
		min-height: 560px;
	}
	.hero-3 {
		min-height: 660px;
	}
	.hero-3 .buttons {
		margin-top: 3rem;
	}
	.hero-3 .separator.bottom {
		height: 30px;
	}
}

/* -------------------------------
   Block: Hero 4
------------------------------- */

.hero-4 {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	background-image: url("/assets/plugins/page-editor/img/blocks/hero-3-bg.jpg");
	height: 95vh;
	min-height: 800px; 
}
.hero-4 > .container > .row {
	height: 90vh;
	min-height: 800px; 
}
.hero-4 > .container {
	position: relative;
	z-index: 2; 
}
.hero-4 .heading {
	font-size: 50px;
	font-weight: 700;
}
.hero-4 .subheading {
	font-family: var(--bs-font-body);
	font-size: 2rem;
}
.hero-4 .svg-wrapper {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	z-index: 2;
}
.hero-4 .buttons {
	margin-top: 5rem;
	font-family: var(--bs-font-body);
}
.hero-4.overlay {
	position: relative; 
}
.hero-4.overlay:before {
	z-index: 1;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	content: "";
	background: rgba(0, 0, 0, 0.4); 
}

@media (max-width: 1600px) {
.hero-4 > .container > .row {
	height: 80vh;
	min-height: 500px; 
}
.hero-4 {
	height: 90vh;
	min-height: 500px; 
}
}
@media (max-width: 1200px) {
.hero-4 .heading {
    font-size: 40px;
}
}
@media (max-width: 480px) {
.hero-4 {
	height: 92vh;
}
.hero-4 .heading {
    font-size: 30px;
}
}

/* -------------------------------
   Block: Hero 5
------------------------------- */

.hero-5 {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	background-image: url("/assets/plugins/page-editor/img/blocks/hero-3-bg.jpg");
	height: 95vh;
	min-height: 800px; 
}
.hero-5::before {
	z-index: 1;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	content: "";
	background: rgba(0, 0, 0, 0.4); 
}
.hero-5 > .container {
	position: relative;
	z-index: 2; 
}
.hero-5 .btn {
	margin-left:0px;
}

@media (max-width: 1600px) {
.hero-5 {
	height: 90vh;
	min-height: 500px; 
}
.hero-5 h1 {
    font-size: 50px;
}
}
@media (max-width: 1200px) {
.hero-5 h1 {
    font-size: 40px;
}
}
@media (max-width: 480px) {
.hero-5 {
	height: 92vh;
}
.hero-5 h1 {
    font-size: 30px;
	margin-top: 0px !important;
}
}
	
/* -------------------------------
   Block: Hero 6
------------------------------- */

.section-hero-6 {
    position: relative;
    padding: 5rem 0;
	min-height: 100vh;
    display: flex;
    align-items: center;
	margin-top:-70.5px;
}
.section-hero-6-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	background-color: rgba(45, 53, 60, 0.5);
}
.section-hero-6-content {
    flex: 1;
}
.section-hero-6-title {
    color: #fff;
    font-weight: 600;
    line-height: 1.2;
    font-size: 2.625rem;
    margin-bottom: 2rem;
}
.section-hero-6-p {
    font-size: 18px;
	opacity:0.9;
}
.section-hero-6-p-2 {
	opacity:0.9;
}
.section-hero-6-btn {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    transition: color 0.2s linear;
}
.section-hero-6-btn i {
    border: 2px solid rgba(255, 255, 255, 0.5);
    width: 40px;
    height: 40px;
    margin-right: 1rem;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-hero-6-btn:hover {
    color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 992px) { 
	.section-hero-6 {
		margin-top:-57px;
	}
}
@media (max-width: 480px) { 
	.section-hero-6-title {
		font-size: 25px;
	}
	.section-hero-6-p {
		font-size: 16px;
	}
}
	
/* -------------------------------
   Block: Features 1
------------------------------- */

.features-1 {
	color: #222;
	font-weight: 300; 
}
.features-1 img {
	border-radius:6px;
	height:400px;
	object-fit:cover;
	object-position:center;
}
.features-1 .badge {
	font-weight: 500;
	line-height: 14px; 
}
.features-1 .badge-info {
	background: #188ef4; 
}
.features-1 .features-1-box-1 {
	padding-right:40px;
}
.features-1 .features-1-box-2 {
	padding-left:50px;
}
.features-1 .linking {
	color: #3e4555; 
}
.features-1 .linking:hover {
	color: #316ce8; 
}
.features-1 h1, .features-1 .h1, .features-1 h2, .features-1 .h2, .features-1 h3, .features-1 .h3, .features-1 h4, .features-1 .h4, .features-1 h5, .features-1 .h5, .features-1 h6, .features-1 .h6 {
	color: #3e4555; 
}
.features-1 .features-1-row {
	margin-top:30px;
	margin-bottom:30px;
}

@media (max-width: 1400px) { 
	.features-1 .features-1-box-1 {
		padding-right:0px;
	}
	.features-1 .features-1-box-2 {
		padding-left:0px;
	}
}
@media (max-width: 768px) { 
	.features-1 .features-1-box-1 {
		margin-bottom:25px;
	}
	.features-1 .features-1-box-2 {
		margin-bottom:25px;
	}
	.features-1 {
		font-weight: 400;
	}
	.features-1 .features-1-row {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.features-1 .features-1-row-2 {
		margin-bottom: 30px;
	}
	.features-1 img {
		height:auto;
	}
}

/* -------------------------------
   Block: Features 2
------------------------------- */

.features-2 {
	color: #ffffff;
	font-weight: 300; 
	padding-top: 30px;
    padding-bottom: 30px;
}
.features-2 img {
	height:600px;
	object-fit:cover;
	object-position:center;
}
.features-2 .text-box {
	max-width: 500px;
	margin-left: 80px;
	padding-top: 70px;
}
.features-2 .features-2-bg {
	background: #188ef4;
	width: 100%;
}
.features-2 .btn-md {
	padding: 15px 45px;
	font-size: 16px; 
}
.features-2 h1, .features-2 .h1, .features-2 h2, .features-2 .h2, .features-2 h3, .features-2 .h3, .features-2 h4, .features-2 .h4, .features-2 h5, .features-2 .h5, .features-2 h6, .features-2 .h6 {
	color: #fff; 
}
.features-2 .flexfill {
    align-self: stretch;
    display: flex;
}

@media (max-width: 1200px) { 
	.features-2 .text-box {
		margin-left: 40px;
		margin-right: 15px;
	}
}
@media (max-width: 992px) { 
	.features-2 img {
		height:auto;
	}
	.features-2 {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.features-2 .text-box {
		margin-left: 35px;
		padding-bottom: 40px;
		padding-top: 30px;
		max-width: 100%;
	}
}
@media (max-width: 480px) { 
	.features-2 .text-box {
		margin-left: 15px;
	}
}


/* -------------------------------
   Block: Features 3
------------------------------- */

.features-3 {
	font-weight: 300;
	padding-top: 50px;
    padding-bottom: 50px;
	margin-top:20px;
	margin-bottom:20px;
}
.features-3 img {
	border-radius:6px;
	height:500px;
	object-fit:cover;
	object-position:center;
}
.features-3 h6, .features-3 .h6 {
	line-height: 22px;
	font-size: 18px; 
}
.features-3 .font-weight-medium {
	font-weight: 500; 
}
.features-3 a {
	text-decoration: none; 
}
.features-3 .box {
	padding: 1.5rem;
}
.features-3 .icon-round {
	width: 80px;
	line-height: 80px;
	font-size: 2rem; 
}
.features-3 .btn-success-gradient {
	background: #2cdd9b;
	background: -webkit-linear-gradient(legacy-direction(to right), #2cdd9b 0%, #1dc8cc 100%);
	background: -webkit-gradient(linear, left top, right top, from(#2cdd9b), to(#1dc8cc));
	background: -webkit-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%);
	background: -o-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%);
	background: linear-gradient(to right, #2cdd9b 0%, #1dc8cc 100%); 
}
.features-3 .btn-success-gradient:hover {
	background: #1dc8cc;
	background: -webkit-linear-gradient(legacy-direction(to right), #1dc8cc 0%, #2cdd9b 100%);
	background: -webkit-gradient(linear, left top, right top, from(#1dc8cc), to(#2cdd9b));
	background: -webkit-linear-gradient(left, #1dc8cc 0%, #2cdd9b 100%);
	background: -o-linear-gradient(left, #1dc8cc 0%, #2cdd9b 100%);
	background: linear-gradient(to right, #1dc8cc 0%, #2cdd9b 100%); 
}
.features-3 .btn {
	padding: 15px 45px;
}
.features-3 h1, .features-3 .h1, .features-3 h2, .features-3 .h2, .features-3 h3, .features-3 .h3, .features-3 h4, .features-3 .h4, .features-3 h5, .features-3 .h5, .features-3 h6, .features-3 .h6 {
	color: #3e4555; 
}

@media (max-width: 1200px) { 
	.features-3 .box {
		padding-bottom: 0px;
	}
}
@media (max-width: 992px) { 
	.features-3 img {
		height:auto;
	}
}
@media (max-width: 480px) { 
	.features-3 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

/* -------------------------------
   Block: Features 4
------------------------------- */

.features-4 {
	padding-top: 50px;
    padding-bottom: 50px;
	margin-top:20px;
	margin-bottom:20px;
}
.features-4 .features-col {
	margin: auto;
}
.features-4 .features-col-1 {
    padding-top: 0;
}
.features-4 h3 {
	margin-bottom:30px;
}

@media (max-width: 1200px) { 
	.features-4 .features-col-1 {
		padding-top: 3rem;
	}
}
@media (max-width: 480px) { 
	.features-4 .features-col-1 {
		padding-top: 30px;
	}
}

/* -------------------------------
   Block: Features 5
------------------------------- */

.features-5 {
	padding-top: 50px;
    padding-bottom: 50px;
	margin-top:20px;
	margin-bottom:20px;
}
.features-5 img {
	border-radius:6px;
	height:500px;
	object-fit:cover;
	object-position:center;
}
.features-5 .frow-1 {
	padding-top: 2rem;
}
.features-5 .frow-2 {
	padding-top: 1rem;
}

@media (max-width: 992px) { 
	.features-5 img {
		height:auto;
	}
	.features-5 .frow-1 {
		padding-top: 1.5rem;
	}
}
@media (max-width: 480px) { 
	.features-5 {
		padding-bottom: 30px;
	}
}

/* -------------------------------
   Block: Features 6
------------------------------- */

.features-6 {
	padding-top: 50px;
    padding-bottom: 60px;
	margin-top:20px;
	margin-bottom:20px;
}
.features-6 img {
	border-radius:6px;
	height:250px;
	object-fit:cover;
	object-position:center;
	margin-bottom:15px;
}
.features-6 .features-col {
	margin: auto;
}
.features-6 .features-col-1 {
    padding-top: 0;
}
.features-6 h3 {
	margin-bottom:30px;
}

@media (max-width: 1600px) { 
	.features-6 img {
		height:220px;
	}
	.features-6 .features-col-1 {
		margin-top: 0px;
		padding-top:0px;
	}
}
@media (max-width: 1200px) { 
	.features-6 .features-col {
		margin-top: 0px;
		padding-top:0px;
	}
}
@media (max-width: 992px) { 
	.features-6 img {
		height:auto;
	}
}
@media (max-width: 480px) { 
	.features-6 .features-col-1 {
		padding-top: 30px;
	}
	.features-6 {
		padding-bottom: 30px;
	}
	.features-6 h3 {
		margin-bottom: 10px;
	}
}

/* -------------------------------
   Block: Features 7
------------------------------- */

.features-7 {
	padding-top: 50px;
    padding-bottom: 60px;
	margin-top:20px;
	margin-bottom:20px;
}
.features-7 img {
	border-radius:6px;
	height:250px;
	object-fit:cover;
	object-position:center;
	margin-bottom:15px;
}
.features-7 .features-col {
	margin: auto;
	margin-top: 0px;
	padding-top:0px;
}
.features-7 h3 {
	margin-bottom:30px;
}

@media (max-width: 1600px) { 
	.features-7 img {
		height:200px;
	}
	.features-7 .features-col {
		margin-top: 0px;
		padding-top:0px;
	}
}
@media (max-width: 1200px) { 
	.features-7 .features-col {
		margin-top: 0px;
		padding-top:0px;
		margin-bottom:30px;
	}
	.features-7 {
		margin-bottom: 0px;
		padding-bottom: 40px;
	}
}
@media (max-width: 992px) { 
	.features-7 img {
		height:auto;
	}
	.features-7 {
		padding-bottom: 30px;
	}
}
@media (max-width: 480px) { 
	.features-7 .features-col {
		padding-top: 30px;
	}
	.features-7 {
		padding-bottom: 30px;
	}
	.features-7 h3 {
		margin-bottom: 10px;
	}
}

/* -------------------------------
   Block: Features 8
------------------------------- */

.features-8 {
	padding-top: 50px;
    padding-bottom: 20px;
	margin-top:20px;
	margin-bottom:20px;
}
.features-8 img {
	border-radius: 6px;
    width: 40px;
    float: right;
    object-fit: cover;
    object-position: center;
    margin-bottom: 15px;
}
.features-8 .features-col {
	margin: auto;
	margin-top: 0px;
	padding-top:0px;
	margin-bottom:60px;
}
.features-8 h3 {
	margin-bottom:60px;
}
.features-8 .features-col-3 p {
	color: #8a8f95;
}

@media (max-width: 1600px) { 
}
@media (max-width: 1200px) { 
	.features-8 {
		margin-bottom: 0px;
		padding-bottom: 40px;
	}
}
@media (max-width: 992px) { 
	.features-8 img {
		height:auto;
	}
	.features-8 {
		padding-bottom: 30px;
	}
	.features-8 .features-col {
		margin-bottom:50px;
	}
}
@media (max-width: 480px) { 
	.features-8 .features-col {
		padding-top: 30px;
		margin-bottom:20px;
	}
	.features-8 {
		padding-bottom: 30px;
		margin-bottom: 10px;
	}
	.features-8 h3 {
		margin-bottom: 10px;
	}
	.features-8 .features-col-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.features-8 .features-col-3 {
		flex: 0 0 auto;
		width: 80%;
	}
}

/* -------------------------------
   Block: Features 8
------------------------------- */

.features-9 {
	padding-top: 50px;
    padding-bottom: 20px;
	margin-top:20px;
	margin-bottom:20px;
}
.features-9 img {
	border-radius: 6px;
    width: 35px;
    float: right;
    object-fit: cover;
    object-position: center;
    margin-bottom: 15px;
}
.features-9 .features-col {
	margin: auto;
	margin-top: 0px;
	padding-top:0px;
	margin-bottom:60px;
}
.features-9 h3 {
	margin-bottom:60px;
}
.features-9 .features-col-3 p {
	color: #8a8f95;
}

@media (max-width: 1600px) { 
}
@media (max-width: 1200px) { 
	.features-9 {
		margin-bottom: 0px;
		padding-bottom: 40px;
	}
}
@media (max-width: 992px) { 
	.features-9 img {
		height:auto;
	}
	.features-9 {
		padding-bottom: 30px;
	}
	.features-9 .features-col {
		margin-bottom:50px;
	}
}
@media (max-width: 768px) { 
	.features-9 .features-col-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.features-9 .features-col-3 {
		flex: 0 0 auto;
		width: 80%;
	}
}
@media (max-width: 480px) { 
	.features-9 .features-col {
		padding-top: 30px;
		margin-bottom:20px;
	}
	.features-9 {
		padding-bottom: 30px;
		margin-bottom: 10px;
	}
	.features-9 h3 {
		margin-bottom: 10px;
	}
}

/* -------------------------------
   Block: Features 10
------------------------------- */

.features-10 {
	padding-top: 50px;
    padding-bottom: 50px;
	margin-top:20px;
	margin-bottom:20px;
}
.features-10-img-1 img {
	border-radius:6px;
	height:500px;
	object-fit:cover;
	object-position:center;
}
.features-10-img-2 img {
	border-radius:4px;
	height:100px;
	object-fit:cover;
	object-position:center;
}
.features-10-img-2 {
	padding-top: 0;
}
.features-3 h6, .features-3 .h6 {
	line-height: 22px;
	font-size: 18px; 
}
.features-10 a {
	text-decoration: none; 
}
.features-10 .box {
	padding-bottom: 2rem;
	padding-top: 2.5rem;
}
.features-10 .box-2 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.features-10 .box-3 {
	padding-top: 2rem;
}
.features-10 h1, .features-10 .h1, .features-10 h2, .features-10 .h2, .features-10 h3, .features-10 .h3, .features-10 h4, .features-10 .h4, .features-10 h5, .features-10 .h5, .features-10 h6, .features-10 .h6 {
	color: #3e4555; 
}

@media (max-width: 1400px) { 
	.features-10-img-2 img {
		height:85px;
	}
}
@media (max-width: 1200px) { 
	.features-10 .box {
		padding-bottom: 30px;
		padding-top: 3rem;
	}
	.features-10 .box-2 {
		padding-bottom: 30px;
		padding-top: 0px;
	}
	.features-10 .box-3 {
		padding-bottom: 0px;
		padding-top: 0px;
	}
	.features-10-img-1 img {
		height:400px;
	}
	.features-10-img-2 img {
		height:65px;
	}
}
@media (max-width: 992px) { 
	.features-10-img-1 img {
		height:auto;
	}
}
@media (max-width: 480px) { 
	.features-10 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.features-10-img-2 img {
		height:60px;
	}
}

/* -------------------------------
   Block: Features 11
------------------------------- */

.features-11 {
	padding-top: 10px;
	padding-bottom: 0px;
}
.features-11-col {
	align-self: stretch;
	display: flex;
	margin-bottom: 35px;
}
.features-11-col-w {
	width:100%;
}
.features-11-main-icon {
	height:50px;
	width:50px;
}
.features-11-icon {
	font-size: 28px;
}
@media (max-width: 480px) { 
	.features-11-col {
		margin-bottom: 30px;
	}
}

/* -------------------------------
   Block: Features 16
------------------------------- */

.features-16 {
	padding-top: 20px;
	padding-bottom:30px;
}
.features-16 .col-img img {
	border-radius:6px;
}
.features-16 .col-md-6 {
	padding: 0rem 2rem;
	text-align: center; 
}
.features-16 .col-md-6 > div {
	margin: auto;
	display: inline-block;
	text-align: left; 
}
.features-16 .col-img {
	text-align: center;
	padding: 0rem 0rem; 
}
.features-16 .col-img .frame {
	width: 100%; 
}
.features-16 .col-img video {
	width: 100%; 
}
.features-16 img {
	margin: 0 auto;
	display: block; 
}
.features-16 h4, .features-16 .h4 {
	margin-bottom: 1.4rem;
}
.features-16 a {
	text-decoration: none; 
}
.features-16 p {
	font-size: 18px;
	margin-right:15px;
}
.features-16-row {
	align-items: center;
	width:100%;
}

@media (max-width: 767px) { 
	.features-16 {
		padding-left: 0px;
		padding-right: 0px;
	}
	.features-16-row {
		width:auto;
	}
	.features-16 .col-img {
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media (max-width: 480px) { 
	.features-16 {
		padding-top: 10px;
	}
}

/* -------------------------------
   Block: Features 17
------------------------------- */

.features-17 {
	padding-top: 20px;
	padding-bottom:45px;
}
.features-17 .reorder-img {
	margin-top: 1.5rem;
}
.features-17 .image {
	border-radius:6px;
}

@media (max-width: 767px) {
	.features-17 .reorder-img {
		margin-top: 0px;
	}
}

/* -------------------------------
   Block: Features 18
------------------------------- */

.features-18 {
	padding-top:30px;
	padding-bottom:50px;
}
.features-18-row {
	position: relative;
    padding-top:50px;
	padding-bottom:50px;
}

.info-2-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: calc(3.33333% - 1.25px);
}
.info-2-main-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: calc(3.33333% - 1.25px);
}
.info-2-content span {
	margin-bottom: 10px;
    display: block;
}

@media (max-width: 575.98px) { 
	.info-2-main {
		display: block;
		flex-direction: inherit;
		padding-left: 15px;
		transform: none !important;
		padding-top: 25px;
	}
	.info-2-main-2 {
		display: block;
		flex-direction: inherit;
		padding-left: 15px;
		transform: none !important;
		padding-top: 25px;
	}
	.info-2-section .jarallax-img-contain {
		min-height: 35vh;
	}
	.features-18-row {
		padding: 20px 0;
	}
	.info-2-content {
		margin-bottom:30px;
	}
	.features-18 {
		padding-top:20px;
		padding-bottom:5px;
	}
}

	
/* -------------------------------
   Block: Card Posts 1
------------------------------- */
.posts-1 {
	padding-top:5px;
}
.posts-1 .col {
	margin-bottom: 20px;
}
@media (max-width: 992px) { 
	.posts-1 .col {
		margin-bottom: 30px;
	}
}
@media (max-width: 480px) { 
	.posts-1 .col {
		margin-bottom: 20px;
	}
}

/* -------------------------------
   Block: Card Posts 2
------------------------------- */
.posts-2 {
	padding-top:5px;
}
.posts-2 .col {
	margin-bottom: 20px;
}
@media (max-width: 992px) { 
	.posts-2 .col {
		margin-bottom: 30px;
	}
}
@media (max-width: 480px) { 
	.posts-2 .col {
		margin-bottom: 20px;
	}
}

/* -------------------------------
   Block: Card Posts 3
------------------------------- */
.posts-3 {
	padding-top:5px;
}
.posts-3 .col {
	margin-bottom: 20px;
}
.post-3-txt {
	color:#fff;
}
@media (max-width: 992px) { 
	.posts-3 .col {
		margin-bottom: 30px;
	}
}
@media (max-width: 480px) { 
	.posts-3 .col {
		margin-bottom: 20px;
	}
}

/* -------------------------------
    Block: Card Posts 4
------------------------------- */

.posts-4 {
	padding: 80px 0;
}
.posts-4-a {
    position: relative;
    margin-bottom: 3rem;
}
.posts-4-media {
    margin-bottom: 1.2rem;
}
.posts-4-media img {
    max-width: 100%;
	height:370px;
	object-fit: cover;
}
.posts-4-media-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 60%;
    background-color: var(--bs-light);
}
.posts-4-media-img.posts-4-media-img-lg {
    padding-top: 70%;
}
.posts-4-media-img.posts-4-media-img-xl {
    padding-top: 85%;
}
.posts-4-media-img.posts-4-media-img-full {
    padding-top: 100%;
}
.posts-4-label {
    margin-bottom: 1rem;
    display: flex;
	margin-left: -2px;
}
.posts-4-label span {
    background-color: #f2f3f4;
    color: #555;
    padding: 4px 8px;
    font-size: 0.8125rem;
    font-weight: 600;
    border-radius: 0.8rem;
}
.posts-4-label span span {
    margin-left: 0.5rem;
}
.posts-4-title {
    font-size: 18px;
    margin-bottom: 1rem;
    color: #555;
    line-height: 1.2;
    font-weight: 600;
}
.posts-4-title-2 {
    font-size: 25px;
    margin-bottom: 1rem;
    color: #555;
    line-height: 1.2;
    font-weight: 600;
}
.posts-4-date {
    color: rgba(32, 37, 42, 0.5);
    font-weight: 600;
    font-size: 0.8125rem;
}
.posts-4-content {
    background: #fff;
}
.posts-4-main {
	margin-bottom: 3rem;
}
.posts-4-desc {
    font-size: 1.09375rem;
    margin-bottom: 2rem;
}

@media (max-width: 992px) { 
	.posts-4-media img {
		height:auto;
	}
}
@media (max-width: 575.98px) {
    .posts-4-a {
		margin-bottom: 1rem;
		display: block !important;
		height: auto !important;
	}
	.posts-4-main {
		margin-bottom: 1.5rem;
	}
}
@media (max-width: 480px) { 
	.posts-4-title {
		font-size: 16px;
	}
	.posts-4-title-2 {
		font-size: 20px;
	}
	.posts-4-desc {
		font-size: 16px;
	}
}

/* -------------------------------
   Block: Contact Form 2
------------------------------- */
.contact-form-2  {
	padding-right: 3rem;
    padding-left: 3rem;
	margin-top: 15px;
    margin-bottom: 3rem;
}

.contact-form-2 .bg-image img {
	height:100%;
	object-fit: cover;
}

@media (max-width: 480px) { 
	.contact-form-2  {
		padding-right: 15px;
		padding-left: 15px;
		margin-top: 15px;
		margin-bottom: 40px;
	}
}

/* -------------------------------
   Block: Contact Form 3
------------------------------- */

.contact-form-3 {
	color: #555;
	font-weight: 300; 
	padding-top: 20px;
    padding-bottom: 15px;
}
.contact-form-3 .bg-image img {
	height:100%;
	object-fit: cover;
	border-radius:6px;
}
.contact-form-3 h1, .contact-form-3 .h1 {
    color: #3e4555; 
}
.contact-form-3 h2, .contact-form-3 .h2 {
    color: #3e4555; 
}
.contact-form-3 h3, .contact-form-3 .h3 {
    color: #3e4555; 
}
.contact-form-3 h4, .contact-form-3 .h4 {
    color: #3e4555; 
}
.contact-form-3 h5, .contact-form-3 .h5 {
    color: #3e4555; 
}
.contact-form-3 h6, .contact-form-3 .h6 {
    color: #3e4555; 
}
.contact-form-3 .card-shadow {
    -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
    box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1); 
}

@media (max-width: 992px) { 
	.contact-form-3 .bg-image img {
		margin-bottom:20px;
	}
}
@media (max-width: 480px) { 
	.contact-form-3  {
		padding-right: 15px;
		padding-left: 15px;
		margin-top: 15px;
		margin-bottom: 40px;
	}
}

/* -------------------------------
   Block: Contact Form 4
------------------------------- */

.contact-form-4 {
	padding-bottom: 3rem; 
}

/* -------------------------------
   Block: Contact Form 5
------------------------------- */

.contact-form-5 {
	margin-top: 20px;
	margin-bottom: 30px;
}

/* -------------------------------
   Block: Contact Form 6
------------------------------- */

.contact-form-6 {
	margin-top: 20px;
	margin-bottom: 30px;
}

/* -------------------------------
   Block: Contact Form 7
------------------------------- */

.contact-form-7 .lead {
	color:#fff;
}
.contact-form-7 .contactform-banner-1 i {
	margin-bottom:10px;
	margin-top:10px;
}

/* -------------------------------
   Block: Contact Form 9
------------------------------- */

.contact-form-9 {
	margin-top: 20px;
	margin-bottom: 0px;
}
.contact-form-9 .section-row {
	margin-bottom: 50px;
}

/* -------------------------------
   Block: Contact Form 10
------------------------------- */

.contact-form-10 {
	margin-top: 30px;
	margin-bottom: 50px;
}

@media (max-width: 480px) { 
	.contact-form-10 {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}


/* -------------------------------
   Block: Page Contact 11
------------------------------- */

.contact-1-bg {
    text-align:center;
	background-color: #7e7e7e;
}
.contact-1-box-shadows {
    background: #ffffff;
    box-shadow: 0 0 15px rgb(0 0 0 / 8%);
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
.contact-1-card img {
    height:270px;
	object-fit:cover;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.bg-light .contact-1-infobox {
	background: #fafafa;
	box-shadow: 0 0 15px rgb(0 0 0 / 8%);
}
.contact-1-infobox h6 {
    color: #696969;
}
.contact-1-main-form {
	background-color: #fafafa;
	padding:20px;
	padding-top:30px;
	padding-bottom:30px;
	box-shadow: 0 0 15px rgb(0 0 0 / 8%);
}
.contact-icons-1 {
    border-top: 1px solid #d9d9d9;
    padding-top: 23px;
}
.contact-1-map {
    height: 400px;
    width: 100%;
    border: 0;
    vertical-align: top;
}
.contact-map-pad-1 {
    width: 50%;
    background: lightblue;
    display: inline-block;
    float:left;
}
.contact-map-pad-2 {
    width: 50%;
    background: orange;
    display: inline-block;
    float:left;
}
@media (max-width: 992px) {
	.bg-light .contact-1-infobox {
		margin-top:0px;
		margin-bottom:0px !important;
		padding: 20px !important;
	}
	.contact-1-card {
		margin-bottom:30px;
	}
	.contact-1-main {
		margin-top:15px;
	}
}
@media (max-width: 767px) {
	.bg-light .contact-1-infobox {
		margin-top:30px;
	}
	.contact-map-pad-1 {
		width: 100%;
		float:none;
		margin-bottom: 15px;
	}
	.contact-map-pad-2 {
		width: 100%;
		float:none;
	}
	.contact-1-map {
		height: auto;
	}
}
@media (max-width: 480px) {
	.contact-1-address {
		margin-bottom: 2rem!important;
	}
	.btn.contact-1-btn {
		width:100%;
	}
}

/* -------------------------------
   Block: Page Contact 1
------------------------------- */

.contact-1-main {
    padding: 80px 0;
}
.contact-1-address {
    background: #f5f5f6;
}
.contact-1-address h6 {
    margin-bottom:10px;
}
.contact-1-form-group {
	margin-bottom: 1.5rem;
}
.contact-1-form-group label {
	color: #7e7e7e;
    font-weight: 600;
}
.contact-1-form-control {
	padding: 10px 20px;
    background: #f5f5f6;
}
.bg-light .contact-1-address {
	background: #f5f5f6;
}
@media (max-width: 767px) {
	.contact-1-main {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
@media (max-width: 480px) {
	.bg-light .contact-1-address {
		background: transparent;
		padding: 0px !important;
	}
}

/* -------------------------------
   Block: Page Contact 12
------------------------------- */

.contact-form-12 {
	padding-top:5px;
	padding-bottom:40px;
}
.contact-12-main {
    margin-top: 20px;
}
.contact-12-address {
    background: #ffffff;
	margin-bottom: 0;
	padding: 1.5rem;
}
.contact-12-address h6 {
    margin-bottom:10px;
}

@media (max-width: 767px) {
	.contact-12-main {
		margin-top: 0px;
	}
}
@media (max-width: 480px) {
	.bg-light .contact-1-address {
		background: transparent;
		padding: 0px !important;
	}
}

/* -------------------------------
   Block: Pricing Table 3
------------------------------- */

.pricing-table-3 {
	border-radius: 4px;
	padding: 3rem;
	margin-top:20px;
	margin-bottom:30px;
	overflow: hidden;
	-webkit-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.05);
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease; 
}
.pricing-table-3 .heading-2 {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600; 
}
.pricing-table-3 .price {
	margin: 0;
	padding: 0;
	display: block; 
}
.pricing-table-3 .price sup {
	font-size: 24px;
	top: -1em;
	color: #b3b3b3; 
}
.pricing-table-3 .price .number {
	font-size: 60px;
	font-weight: 600;
	color: #000000; 
}
.pricing-table-3 .excerpt {
	margin-bottom: 0px;
	color: #00bd56;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase; 
}
.pricing-table-3 .label2 {
	text-transform: uppercase; 
}
.pricing-table-3 .pricing-text {
	padding: 0;
	margin: 0; 
}
.pricing-table-3 .pricing-text li {
	padding: 0;
	margin: 0;
	list-style: none;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #000000; 
}
.pricing-table-3 .pricing-text li:nth-child(odd) {
	background: rgba(0, 0, 0, 0.05); 
}
.pricing-table-3 .pricing-text li span.fa {
	color: #207dff; 
}
.pricing-table-3 .btn {
	width: 60%;
	text-transform: uppercase;
}
.pricing-table-3 .btn:hover {
	background: #00bd56 !important;
	color: #fff; 
}
.pricing-table-3 .btn:focus {
	background: #00bd56 !important;
	color: #fff; 
}
.pricing-table-3-info {
	text-align: center;
	padding: 1.5rem;
}
.pricing-table-3 .price-col img {
	border-radius:6px;
}

@media (max-width: 991.98px) {
	.pricing-table-3 {
		margin-top: 30px; 
	} 
	.pricing-table-3 .btn {
		width: 100%;
	}
}
@media (max-width: 480px) {
	.pricing-table-3 {
		padding-left:15px;
		padding-right:15px;
		padding-bottom:0px;
	} 
	.pricing-table-3-info {
		padding-left:0px;
		padding-right:0px;
	}
	.pricing-table-3 .price-col {
		margin-bottom:20px;
	}
}


/* -------------------------------
   Block: Showcase 2
------------------------------- */

.showcase-2 {
	padding: 2rem 0; 
	margin-top:20px;
	margin-bottom:35px;
}
.showcase-2 .font-container {
	margin-bottom: 0; 
}
.showcase-2 .font-container .font-icon {
	color: var(--bs-primary);
	font-size: 4rem; 
}
.showcase-2:nth-child(even) {
	background: rgba(0, 0, 0, 0.025); 
}
.showcase-2 .col-img {
	text-align: center; 
}
.showcase-2 img {
	max-height: 300px; 
}
.showcase-2 h5, .showcase-2 .h5 {
	margin-top: 5px;
	margin-bottom: 0rem;
	color: var(--bs-blue);
	text-align: center;
	line-height: 2.1rem; 
}
.showcase-2 h5 a, .showcase-2 .h5 a {
	color: var(--bs-dark);
	text-decoration: none; 
}
.showcase-2 a {
	text-decoration: none; 
}
.showcase-2 p {
	font-size: 1rem;
	color: #999;
	line-height: 2.1rem;
	padding: 1rem 2rem 0; 
}

/* -------------------------------
   Block: Showcase 3
------------------------------- */

.showcase-3 {
    margin-top:20px;
	margin-bottom:65px;
}
.showcase-3 .feature {
	display: flex;
	flex-direction: column;
	height: 100%;
	-webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
	padding: 2rem 1rem;
	border-radius: 7px;
	margin: 0.5rem;
	margin-bottom: 1rem; 
}
.showcase-3 .feature .text {
	padding: 1rem 1rem 1rem 0; 
}
.showcase-3 .font-container {
	margin-bottom: 1.5rem; 
}
.showcase-3 .font-container .font-icon {
	background-color: var(--bs-primary);
	color: var(--bs-light);
	font-size: 4rem;
	padding: 1.4rem;
	border-radius: 70px; 
}
.showcase-3 .col-img {
	text-align: center; 
}
.showcase-3 img {
	max-height: 300px; 
}
.showcase-3 h5, .showcase-3 .h5 {
	margin-bottom: 0rem;
	color: var(--bs-dark);
	text-align: center;
	line-height: 1.8rem;
	padding: 0 0.5rem; 
}
.showcase-3 h5 a, .showcase-3 .h5 a {
	color: var(--bs-dark);
	text-decoration: none; 
}
.showcase-3 a {
	text-decoration: none; 
}
.showcase-3 p {
	font-size: 1rem;
	color: #888;
	line-height: 1.9rem;
	padding: 0.5rem 1rem 0;
	margin: 0; 
}
@media (max-width: 992px) {
	.showcase-3 .feature-col {
		margin-bottom:30px;
	}
	.showcase-3 {
		margin-bottom:45px;
	}
}


/* -------------------------------
   Block: Showcase 4
------------------------------- */

.showcase-4 {
	padding: 2rem 0;
	margin-top:25px;
	margin-bottom:35px;	
}
.showcase-4 .feature {
	background-color: var(--bs-light);
	padding: 2rem 0;
	border-radius: 7px;
	margin: 0.2rem; 
}
.showcase-4 .font-container {
	margin-bottom: 2.1rem; 
}
.showcase-4 .font-container .font-icon {
	background-color: var(--bs-white);
	color: var(--bs-primary);
	font-size: 4rem;
	padding: 1rem;
	border-radius: 60px; 
}
.showcase-4:nth-child(even) {
	background: rgba(0, 0, 0, 0.025); 
}
.showcase-4 .col-img {
	text-align: center; 
}
.showcase-4 img {
	max-height: 300px; 
}
.showcase-4 h5, .showcase-4 .h5 {
	margin-bottom: 0rem;
	color: var(--bs-dark);
	text-align: center;
	line-height: 1.8rem;
}
.showcase-4 h5 a, .showcase-4 .h5 a {
	font-weight: 600;
	color: var(--bs-dark);
	text-decoration: none; 
}
.showcase-4 a {
	text-decoration: none;
	color: var(--bs-dark); 
}
.showcase-4 a.more {
	font-size: 0.8rem;
	text-align: center; 
}
.showcase-4 a.more:hover {
	color: var(--bs-primary); 
}
.showcase-4 p {
	font-size: 1rem;
	color: var(--bs-gray);
	line-height: 1.8rem;
	text-align: center;
	padding: 1.5rem; 
}

@media (max-width: 480px) {
	.showcase-4 {
		margin-top:20px;
	}
}

/* -------------------------------
   Block: Showcase 5
------------------------------- */

.showcase-5 {
	margin-top:20px;
	margin-bottom:35px;
}
.showcase-5 .feature {
	-webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
	padding: 1rem 0 0;
	border-radius: 7px; 
}
.showcase-5 .font-container {
	margin-bottom: 0rem; 
}
.showcase-5 .font-container .font-icon {
	color: var(--bs-primary);
	font-size: 4rem;
	padding: 1.4rem;
	border-radius: 60px; 
}
.showcase-5 .col-img {
	text-align: center; 
}
.showcase-5 img {
	max-height: 300px; 
}
.showcase-5 h5, .showcase-5 .h5 {
	margin-bottom: 0rem;
	color: var(--bs-dark);
	text-align: center;
	line-height: 1.8rem; 
}
.showcase-5 h5 a, .showcase-5 .h5 a {
	color: var(--bs-dark);
	text-decoration: none; 
}
.showcase-5 a {
	text-decoration: none;
	color: var(--bs-gray); 
}
.showcase-5 a.more {
	margin-right: 2rem;
	text-align: right;
	font-size: 0.9rem;
}
.showcase-5 a.more:hover {
	color: var(--bs-primary); 
}
.showcase-5 p {
	font-size: 0.9rem;
	color: var(--bs-gray);
	line-height: 1.4rem;
	padding: 2rem;
	text-align: center; 
}

@media (max-width: 480px) {
	.showcase-5 {
		margin-bottom:25px;
	}
}

/* -------------------------------
   Block: Showcase 6
------------------------------- */

.showcase-6 {
	margin-top:20px;
	margin-bottom:45px;
}
.showcase-6 .feature {
	-webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
	padding: 1rem 0;
	border-radius: 7px;
	display: flex; 
}
.showcase-6 .feature .text {
	padding: 1rem 1rem 1rem 0; 
}
.showcase-6 .font-container {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 80px;
	flex: 0 0 80px; 
}
.showcase-6 .font-container .font-icon {
	color: var(--bs-primary);
	font-size: 5rem;
	padding: 1.4rem;
	border-radius: 60px; 
}
.showcase-6 h5, .showcase-6 .h5 {
	margin-bottom: 1rem;
	color: var(--bs-dark);
	line-height: 1.8rem; 
}
.showcase-6 h5 a, .showcase-6 .h5 a {
	color: var(--bs-dark);
	text-decoration: none; 
}
.showcase-6 a {
	text-decoration: none;
	color: var(--bs-gray); 
}
.showcase-6 a.more {
	font-size: 0.9rem; 
}
.showcase-6 a.more i {
	color: var(--bs-primary); 
}
.showcase-6 a.more:hover {
	color: var(--bs-primary); 
}
.showcase-6 p {
	font-size: 0.9rem;
	color: var(--bs-gray);
	line-height: 1.7rem;
	margin-bottom: 1rem; 
}

@media (max-width: 480px) {
	.showcase-6 {
		margin-bottom:45px;
	}
}

/* -------------------------------
   Block: Showcase 7
------------------------------- */

.showcase-7 {
	margin-top:20px;
	margin-bottom:45px;
}
.showcase-7 .feature {
	-webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
	border-radius: 7px;
	display: flex; 
}
.showcase-7 .feature .text {
	padding: 1rem; 
}
.showcase-7 .font-container {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 80px;
	flex: 0 0 80px;
	display: flex;
	background: var(--bs-light); 
}
.showcase-7 .font-container .font-icon {
	color: var(--bs-primary);
	margin: auto;
	font-size: 5rem;
	padding: 1.4rem;
	border-radius: 60px; 
}
.showcase-7 h5, .showcase-7 .h5 {
	margin-bottom: 1rem;
	color: var(--bs-dark);
	line-height: 1.4rem; 
}
.showcase-7 h5 a, .showcase-7 .h5 a {
	line-height: 2.1rem;
	color: var(--bs-dark);
	text-decoration: none; 
}
.showcase-7 a {
	text-decoration: none;
	color: var(--bs-gray);
}
.showcase-7 a.more {
	font-size: 0.9rem; 
}
.showcase-7 a.more i {
	color: var(--bs-primary); 
}
.showcase-7 a.more:hover {
	color: var(--bs-primary); 
}
.showcase-7 p {
	font-size: 0.9rem;
	color: var(--bs-gray);
	line-height: 1.7rem;
	margin-bottom: 1rem; 
}

@media (max-width: 992px) {
	.showcase-7 .feature-col {
		margin-bottom:30px;
	}
	.showcase-7 {
		margin-bottom:25px;
	}
}

/* -------------------------------
   Block: Showcase 8
------------------------------- */

.showcase-8 {
	margin-top:10px;
	margin-bottom:40px; 
}
.showcase-8 .feature {
	-webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
	border-radius: 7px;
	display: flex; 
}
.showcase-8 .feature .text {
	padding: 2rem; 
}
.showcase-8 .font-container {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 210px;
	flex: 0 0 210px;
	display: flex;
	background: var(--bs-light); 
}
.showcase-8 .font-container .font-icon {
	color: var(--bs-primary);
	margin: auto;
	font-size: 7rem;
	padding: 1.4rem;
	border-radius: 60px; 
}
.showcase-8 h5, .showcase-8 .h5 {
	color: var(--bs-dark);
	line-height: 1.4rem; 
}
.showcase-8 h5 a, .showcase-8 .h5 a {
	line-height: 3.5rem;
	color: var(--bs-dark);
	text-decoration: none; 
}
.showcase-8 a {
	text-decoration: none;
	color: var(--bs-gray); 
}
.showcase-8 a.more {
	font-size: 0.9rem;
	color: var(--bs-primary); 
}
.showcase-8 a.more i {
	color: var(--bs-primary); 
}
.showcase-8 a.more:hover {
	color: var(--bs-primary); 
}
.showcase-8 p {
	font-size: 1rem;
	color: var(--bs-gray);
	line-height: 1.4rem;
	margin-bottom: 1rem; 
}

@media (max-width: 480px) {
	.showcase-8 .feature {
		display: block;
	}
}

/* -------------------------------
   Block: Showcase 9
------------------------------- */

.showcase-9 .iconsizepad-1 {
	padding-top:75px;
	padding-bottom:75px;
}
.showcase-9 h5, .showcase-9 .h9 {
	font-size: 50px;
	margin-bottom: 2rem;
}

@media (max-width: 767px) {
	.showcase-9 h5, .showcase-9 .h9 {
		font-size: 20px;
	}
	.showcase-8 h5 a, .showcase-8 .h5 a {
		line-height: 1.5rem;
	}
}
@media (max-width: 480px) {
	.showcase-9 {
		margin-bottom:50px; 
	}
}


/* -------------------------------
   Block: Team 1
------------------------------- */

.team-1 {
	padding-top:30px;
	padding-bottom:30px;
}
.team-1 img {
	padding: 1.5rem;
	border-radius:50%;
	object-fit:cover;
}
.team-1-box {
	margin-bottom: 1.5rem;
}
.team-1-heading {
	margin-bottom: 1.5rem;
}
.team-1-text {
	padding-top: 0.5rem;
}
.social-link {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #666;
	border-radius: 50%;
	transition: all 0.3s;
	font-size: 24px; 
	padding:4px;
}
.social-link:hover, .social-link:focus {
	background: #ddd;
	text-decoration: none;
	color: #555; 
}

@media (max-width: 992px) {
	.team-1 img {
		height:250px;
		width:250px;
		padding: 10px;
		margin-left:auto;
		margin-right:auto;
		display:block;
		border-radius:50%;
	}
	.team-1-heading {
		margin-bottom: 10px;
	}
	.team-1-box {
		margin-bottom: 40px;
	}
}
@media (max-width: 480px) {
	.team-1 {
		padding-bottom:15px;
	}
}

/* -------------------------------
   Block: Team 2
------------------------------- */

.team-2 {
	padding-top:30px;
	padding-bottom:30px;
}
.team-2-box {
	margin-bottom: 1.5rem;
}
.team-2-heading {
	margin-bottom: 1.5rem;
}
.team-2-text {
	padding: 0;
}
.team-2 .container {
  text-align: center;
  border-radius: 20px; 
}
.team-2 .icon {
  position: relative;
  bottom: 11px; 
}
.team-2 .profile {
  margin: 1rem 0; 
}
.team-2 .profile img {
    padding: 1rem 3rem;
    max-width: 100%;
    border-radius: 50%; 
}
.team-2 .card {
  border-radius: 15px;
  margin-left: 30px;
  margin-right: 30px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); 
}
.team-2 .card-body {
	position: relative;
	margin-bottom: 35px;
}
.team-2 .btn {
  margin-top: 36px;
  margin-bottom: 45px;
  background-color: #AB47BC;
  border: none;
  color: #fff; 
}
.team-2 .btn:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  color: #fff; 
}
.team-2 .header {
  padding-top: 40px; 
}
.team-2 .socialbox {
	border-radius:4px;
	border: 0px;
}

@media (max-width: 992px) {
	.team-2-heading {
		margin-bottom: 10px;
	}
	.team-2-box {
		margin-bottom: 40px;
	}
	.team-2 .profile img {
		height:250px;
		width:250px;
		padding: 10px;
		margin-left:auto;
		margin-right:auto;
		display:block;
		border-radius:50%;
	}
}
@media (max-width: 767px) {
	.team-2 {
		padding-bottom:15px;
		padding-left:15px;
		padding-right:15px;
	}
}
@media (max-width: 480px) {
	.team-2 {
		padding-bottom:15px;
	}
}

/* -------------------------------
   Block: Team 3
------------------------------- */

.team-3 {
	padding-top:30px;
	padding-bottom:30px;
}
.team-3 img {
	padding: 1.5rem;
	border-radius:15%;
	object-fit:cover;
}
.team-3-box {
	margin-bottom: 1.5rem;
}
.team-3-heading {
	margin-bottom: 1.5rem;
}
.team-3-text {
	padding-top: 30px;
}
.team-3-social {
	padding-right: 1.5rem;
    padding-left: 1.5rem;
	margin-bottom: 0;
	margin-top: 0;
}
.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  border-radius: 50%;
  transition: all 0.3s;
  font-size: 24px; 
}
.social-link:hover, .social-link:focus {
  background: #ddd;
  text-decoration: none;
  color: #555; 
}

@media (max-width: 992px) {
	.team-3 img {
		height:250px;
		width:250px;
		padding: 10px;
		margin-left:auto;
		margin-right:auto;
		display:block;
		border-radius:15%;
	}
	.team-3-heading {
		margin-bottom: 10px;
	}
	.team-3-box {
		margin-bottom: 30px;
	}
	.team-3-text {
		padding-top: 20px;
		text-align: center;
	}
	.team-3 {
		padding-bottom: 10px;
	}
}
@media (max-width: 480px) {
	.team-3 {
		padding-bottom:0px;
	}
}

/* -------------------------------
   Block: Team 4
------------------------------- */

.team-4 {
	padding-top:30px;
	padding-bottom:30px;
}
.team-4 img {
	padding: 1.5rem;
	border-radius:10%;
	object-fit:cover;
}
.team-4-box {
	margin-bottom: 1.5rem;
}
.team-4-heading {
	margin-bottom: 1rem;
}
.team-4-text {
	padding-top: 5px;
}
.team-4-social {
	margin-bottom: 0;
	margin-top: 1rem;
}

@media (max-width: 992px) {
	.team-4 img {
		height:250px;
		width:250px;
		padding: 10px;
		margin-left:auto;
		margin-right:auto;
		display:block;
		border-radius:15%;
	}
	.team-4-heading {
		margin-bottom: 10px;
	}
	.team-4-box {
		margin-bottom: 10px;
	}
	.team-4-text {
		padding-top: 0px;
		text-align: center;
	}
	.team-4 {
		padding-bottom: 10px;
	}
}
@media (max-width: 480px) {
	.team-4 {
		padding-bottom:15px;
	}
}

/* -------------------------------
   Block: Team 5
------------------------------- */

.team-5 {
	padding-top:30px;
	padding-bottom:30px;
}
.team-5 img {
	padding: 0px;
	border-radius:0%;
	object-fit:cover;
}
.team-5-box {
	padding: 0;
	margin-bottom: 1.5rem;
	border: 1px;
}
.team-5-heading {
	margin-bottom: 1rem;
}
.team-5-text {
	padding: 1.5rem;
}
.team-5-social {
	margin-bottom: 0;
	margin-top: 1rem;
}

@media (max-width: 992px) {
	.team-5-heading {
		margin-bottom: 10px;
	}
	.team-5-box {
		margin-bottom: 25px;
	}
	.team-5-text {
		padding-top: 30px;
	}
	.team-5 {
		padding-bottom: 15px;
	}
}
@media (max-width: 480px) {
	.team-5 {
		padding-bottom:20px;
	}
}

/* -------------------------------
   Block: Team 6
------------------------------- */

.team-6 {
	padding-top:10px;
	padding-bottom:10px;
}
.team-6-box {
	margin-bottom: 1.5rem;
}
.team-6-text {
	background: #fff;
	border-radius:6px;
	padding-top:30px;
	padding-bottom:30px;
} 
.team-6-social {
	margin-bottom: 0;
	margin-top: 1rem;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.375rem;
  max-width: 100%;
  height: auto; 
}
.img-thumbnail-sm {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.375rem;
  width: 100px;
  height:100px;
  object-fit:cover;
}

@media (max-width: 992px) {
	.team-6 {
		padding-bottom: 15px;
	}
}
@media (max-width: 480px) {
	.team-6 {
		padding-bottom:10px;
	}
}

/* -------------------------------
   Block: Team 7
------------------------------- */

.team-7 {
	padding-top:40px;
	padding-bottom:50px;
}
.founder-1-main {
    position: relative;
    padding: 60px 0;
}
.founder-1-main:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 80%;
    height: 100%;
    background: #ffffff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
    content: "";
}
.founder-1-shadow {
    background: #ffffff;
    box-shadow: 0 0 30px rgb(0 0 0 / 8%);
	position:relative;
}
.founder-1-box {
	position:relative;
	padding-right: 3rem;
	padding-left: 2.3rem;
}
.founder-1-name {
    border-bottom: 1px solid #ededed;
}
.founder-1-name h2 {
    margin-bottom:10px;
}
.founder-1-details {
    border-bottom: 1px solid #ededed;
}
.founder-1-info {
    list-style: none;
    margin: 0;
    padding: 0;
}
.founder-1-info li {
    font-size: 16px;
    display: flex;
    margin-bottom: 10px;
    font-weight: 500;
}
.founder-1-info li a {
    font-weight: 500;
}
.founder-1-info li:last-child {
    margin-bottom: 0;
}
.founder-1-info li span {
    font-weight: 600;
    min-width: 140px;
    color: #898989;
}
.founder-1-desc {
    margin-top:35px;
}
.founder-1-desc h6 {
    margin-bottom:10px;
	margin-top: 30px;
}
.founder-1-list {
    margin-bottom:0px;
}
.founder-1-list li {
	line-height: 23px;
	position: relative;
	padding-left: 25px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	margin-bottom: 0.5rem;
}
.founder-1-list li:before {
    content: '';
    position: absolute;
    left: 4px;
    top: 8px;
    width: 8px;
    height: 8px;
    background: #737373;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    z-index: 2;
}
.founder-1-list li:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 4px;
    width: 16px;
    height: 16px;
    background: #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    z-index: 1;
    border: 1px solid #737373;
}
.founder-1-list li:last-child {
    margin-bottom: 0;
}

@media (max-width: 992px) {
	.founder-1-box {
		padding-right: 5px;
		padding-left: 5px;
	}
}
@media (max-width: 767px) {
	.team-7 {
		padding-top:15px;
		padding-bottom:40px;
	}
	.founder-1-main {
		padding: 0;
	}
	.founder-1-main:before {
		position: relative;
		width: 100%;
	}
	.founder-1-main img {
		border-radius:4px;
	}
	.founder-1-shadow {
		margin-bottom: 30px;
	}
	.founder-1-box {
		padding-top: 20px;
	}
	.founder-1-details {
		margin-bottom:0px !important;
	}
}
@media (max-width: 480px) {
	.team-7 {
		padding-top:5px;
		padding-bottom:40px;
	}
}

	
/* -------------------------------
   Block: Testimonials 1
------------------------------- */

.testimonials-1 {
	padding-top:15px;
	padding-bottom:30px;
}
.testimonials-1 .treview {
	color: #8a8f95;
}
.testimonials-1-heading {
	margin-bottom: 1rem;
}
.testimonials-1-box {
	margin-bottom: 2rem;
}
.testimonials-1-text {
	border-radius:4px;
	background: #ffffff;
	padding-top: 3rem;
    padding-bottom: 3rem;
	padding-right: 1.5rem;
    padding-left: 1.5rem;
}

@media (max-width: 992px) {
	.testimonials-1-heading {
		margin-bottom: 10px;
	}
}
@media (max-width: 767px) {
	.testimonials-1 {
		padding-bottom:10px;
	}
}
@media (max-width: 480px) {
	.testimonials-1 {
		padding-bottom:15px;
	}
}

/* -------------------------------
   Block: Testimonials 2
------------------------------- */

.testimonials-2 {
	padding-top:15px;
	padding-bottom:15px;
}
.testimonials-2-heading {
	margin-bottom: 2rem;
}
.testimonials-2-box {
	margin-bottom: 20px;
}
.testimonials-2-box img {
	border-radius:50%;
	padding: 1.5rem;
}

@media (max-width: 992px) {
	.testimonials-2-heading {
		margin-bottom: 10px;
	}
	.testimonials-2-box img {
		height:250px;
		width:250px;
		padding: 10px;
		margin-left:auto;
		margin-right:auto;
		display:block;
		border-radius:50%;
	}
	.testimonials-2-box {
		margin-bottom: 30px;
	}
	.testimonials-2 {
		padding-bottom:5px;
	}
}
@media (max-width: 767px) {
	.testimonials-2 {
		padding-bottom:10px;
	}
}
@media (max-width: 480px) {
	.testimonials-2 {
		padding-bottom:0px;
	}
}


/* -------------------------------
   Block: Testimonials 3
------------------------------- */

.testimonials-3 {
	padding-top:15px;
	padding-bottom:20px;
}
.testimonials-3-heading {
	margin-bottom: 1rem;
}
.testimonials-3-box {
	margin-bottom: 2rem;
}
.testimonials-3-text {
	border-radius:4px;
	background: #ffffff;
	padding-top: 3rem;
    padding-bottom: 3rem;
	padding-right: 1.5rem;
    padding-left: 1.5rem;
}
.testimonials-3 .container {
  text-align: center;
  border-radius: 20px; 
}
.testimonials-3 .profile img {
    padding: 1rem 3rem;
    max-width: 100%;
    border-radius: 50%; 
	object-fit:cover;
}
.testimonials-3 .card {
  border-radius: 15px;
  margin-left: 30px;
  margin-right: 30px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); 
}

@media (max-width: 1200px) {
	.testimonials-3-text {
		padding-top: 20px;
		padding-bottom: 20px;
		padding-right: 10px;
		padding-left: 10px;
	}
}
@media (max-width: 992px) {
	.testimonials-3-heading {
		margin-bottom: 10px;
	}
}
@media (max-width: 767px) {
	.testimonials-3 {
		padding-bottom:20px;
	}
	.testimonials-3 .profile img {
		height:250px;
		width:250px;
		padding: 10px;
		margin-left:auto;
		margin-right:auto;
		display:block;
		border-radius:50%; 
	}
	.testimonials-3 {
		padding-left:15px;
		padding-right:15px;
	}
	.testimonials-3-text {
		padding-right: 70px;
		padding-left: 70px;
	}
}
@media (max-width: 480px) {
	.testimonials-3 {
		padding-bottom:15px;
	}
	.testimonials-3-text {
		padding-right: 20px;
		padding-left: 20px;
	}
}

/* -------------------------------
   Block: Testimonials 4
------------------------------- */

.testimonials-4 {
	padding: 80px 0;
	padding-top: 60px;
	margin-top:20px;
	margin-bottom:30px;
	background: #a2a2a2;
}
.banner-2-title {
    margin-bottom: 50px;
}
.banner-2-title span {
	margin-bottom: 10px;
    display: block;
}
.banner-2-row {
	z-index: 1;
    position: relative;
}
.banner-2-testimonial {
    padding: 23px;
    background: #ffffff;
}
.banner-2-testimonial-content p {
	line-height: 25px;
}
.banner-2-rating ul li {
    display: inline-block;
}
.banner-2-testimonial-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.banner-2-testimonial-info-img {
    width: 60px;
    height: 60px;
    margin-right: 10px;
}
.banner-2-testimonial-info-avatar {
    width: 50px;
    height: 50px;
    display: inline-block;
	object-fit:cover;
}
.banner-2-testimonial-info-author h6 {
    margin-bottom:10px;
}
@media (max-width: 992px) {
	.banner-2-testimonial {
		margin-top: 1.5rem;
	}
	.banner-2-title {
		margin-bottom: 30px;
	}
}
@media (max-width: 480px) {
	.testimonials-4 {
		padding-bottom: 50px;
	}
}


/* -------------------------------
   Block: Testimonials 5
------------------------------- */

.testimonials-5 {
	padding-top: 10px;
	padding-bottom: 15px;
}
.testimonials-5-row {
	z-index: 1;
    position: relative;
}
.testimonials-5-testimonial {
    padding: 23px;
    background: #ffffff;
}
.testimonials-5-testimonial-content p {
	line-height: 25px;
}
.testimonials-5-rating ul li {
    display: inline-block;
}
.testimonials-5-testimonial-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.testimonials-5-testimonial-info-img {
    width: 60px;
    height: 60px;
    margin-right: 10px;
}
.testimonials-5-testimonial-info-avatar {
    width: 50px;
    height: 50px;
    display: inline-block;
	object-fit:cover;
}
.testimonials-5-testimonial-info-author h6 {
    margin-bottom:10px;
}
@media (max-width: 992px) {
	.testimonials-5-testimonial {
		margin-top: 1.5rem;
	}
}
@media (max-width: 480px) {
	.testimonials-5 {
		padding-top: 20px;
		padding-bottom: 0px;
	}
}

/* -------------------------------
   Block: Testimonials 6
------------------------------- */

.testimonials-6 {
	padding-top: 10px;
	padding-bottom: 30px;
}
.banner-3-main {
	overflow: hidden;
}
.banner-3-testimonial-box {
	overflow: hidden;
	position: relative;
	padding-top: 3rem;
    padding-bottom: 3rem;
	padding-right: 1.5rem;
    padding-left: 1.5rem;
}
.banner-3-testimonial-comment {
	position: relative;
}
.banner-3-testimonial-comment h4 {
	font-weight:600;
	font-size:25px;
	color:#494949;
}
.banner-3-testimonial-comment h5 {
	color:#494949;
}
.banner-3-testimonial-img {
	border-radius:1rem;
}
@media (max-width: 1400px) { 
	.banner-3-testimonial-comment h4 {
		font-size: 22px;
	}
	.banner-3-testimonial-box {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}
}
@media (max-width: 1200px) { 
	.banner-3-testimonial-comment h4 {
		font-size: 18px;
	}
	.banner-3-testimonial-box {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
}
@media (max-width: 992px) { 
	.banner-3-testimonial-box {
		padding-top: 1.5rem;
		padding-bottom: 0.4rem;
		padding-right: 1rem;
		padding-left: 1rem;
	}
}
@media (max-width: 767px) { 
	.banner-3-testimonial-comment h4 {
		font-size: 17px;
	}
	.banner-3-testimonial-comment h5 {
		font-size: 16px;
	}
	.banner-3-testimonial-comment span {
		font-size: 15px;
	}
}
@media (max-width: 480px) { 
	.banner-3-testimonial-img {
		border-radius: 6px;
	}
}

/* -------------------------------
   Block: Footer 1
------------------------------- */

.footer-1 {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 0rem;
  color: #555;
  z-index: 3;
  margin-top: 3rem; 
}
.footer-1:before {
    content: '';
    display: block;
    position: absolute;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.025) 20%, rgba(255, 255, 255, 0) 80%);
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    width: 100%;
    height: 10px;
    left: 0;
    top: 0; 
}
.footer-1 h6, .footer-1 .h6 {
    margin: 1rem 0rem;
    font-weight: 500;
	color: #777;
}
.footer-1 nav a {
    display: block;
    font-size: 90%;
    color: #777;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 0.35rem; 
}
.footer-1 nav a:hover {
    color: #555;
}
.footer-1 img {
    margin: 2rem auto;
    display: block; 
	width: auto;
    margin-left: 0px;
}
.footer-1 .footer-copyright {
    margin-top: 2rem;
    padding: 0.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 85%; 
}
.footer-1 .footer-copyright a {
	text-decoration: none; 
}
.footer-1 .footer-copyright a:hover {
	text-decoration: underline; 
}

/* -------------------------------
   Block: Footer 2
------------------------------- */

.footer-2 {
	margin: 0;
	background:#fff;
}
.footer-2 .flogo {
	width: auto;
}
.footer-2 h6, .footer-2 .h6 {
	color: #777;
}
.footer-2 nav a {
    display: block;
    font-size: 90%;
    color: #777;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 0.35rem; 
}
.footer-2 nav a:hover {
    color: #555;
}

/* -------------------------------
   Block: Footer 3
------------------------------- */

.footer-3 {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 0px;
  background:#313131;
  color: #fff;
  z-index: 3;
}
.footer-3:before {
    content: '';
    display: block;
    position: absolute;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.025) 20%, rgba(255, 255, 255, 0) 80%);
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    width: 100%;
    height: 10px;
    left: 0;
    top: 0; 
}
.footer-3 h6, .footer-3 .h6 {
    margin: 1rem 0rem;
    font-weight: 500;
	color: #fff;
}
.footer-3 nav a {
    display: block;
    font-size: 90%;
    color: #e3e3e3;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 0.35rem; 
}
.footer-3 nav a:hover {
    color: #fff;
}
.footer-3 img {
    margin: 2rem auto;
    display: block; 
	width: auto;
    margin-left: 0px;
}
.footer-3 .footer-copyright {
    margin-top: 2rem;
    padding: 0.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 85%; 
	background:#1f1f1f;
}
.footer-3 .footer-copyright a {
	text-decoration: none; 
}
.footer-3 .footer-copyright a:hover {
	text-decoration: underline; 
}

/* -------------------------------
   Block: Footer 4
------------------------------- */

.footer-4 {
    background: var(--app-footer-theme);
    padding: 4rem 0;
	padding-bottom: 2rem;
	border-top: 1px solid #e9e9e9;
}
.footer-4 .footer-logo {
    margin-bottom: 1rem;
    display: flex;
}
.footer-4 .footer-logo img {
    max-width: 100%;
    max-height: 100%;
}
.footer-4 .footer-logo .footer-logo-text {
    display: block;
    position: relative;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--app-component-color);
}
.footer-4 .footer-logo .footer-logo-text .small,
.footer-4 .footer-logo .footer-logo-text small {
    position: absolute;
    font-size: 0.4375rem;
    top: -10px;
    margin-left: -20px;
    color: rgba(var(--app-component-color-rgb), 0.5);
}
.footer-4 .footer-desc {
    margin-bottom: 1rem;
}
.footer-4 .footer-title {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.footer-4 .footer-link-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.footer-4 .footer-link-list li + li {
    padding-top: 0.25rem;
}
.footer-4 .footer-link-list a {
    color: rgba(var(--app-component-color-rgb), 0.5);
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.8;
}
.footer-4 .footer-link-list a:hover {
    color: var(--app-component-color);
}
.footer-4 .footer-media-list {
    display: flex;
    align-items: center;
}
.footer-4 .footer-media-list a {
    color: rgba(var(--app-component-color-rgb), 0.5);
    text-decoration: none;
    font-size: 1.09375rem;
}
.footer-4 .footer-media-list a:hover {
    color: var(--app-component-color);
}
.footer-4 .footer-media-list a + a {
    margin-left: 0.25rem;
}
.footer-4 .footer-copyright {
    margin-top: 2rem;
    border-top: 1px solid var(--app-component-border-color);
    padding-top: 1rem;
}
.footer-4 .footer-copyright .footer-copyright-text {
    font-weight: 600;
    color: rgba(var(--app-component-color-rgb), 0.5);
}
.footer-4 .footer-copyright .footer-copyright-link {
    color: rgba(var(--app-component-color-rgb), 0.5);
    text-decoration: none;
    font-weight: 600;
}
.footer-4 .footer-copyright .footer-copyright-link:hover {
    color: var(--app-component-color);
}
.footer-4 .footer-legal {
    text-align: right;
    margin-bottom: 0px;
}
.footer-4 .footer-legal {
    list-style-type: none;
    padding: 0;
    line-height: 1.8;
	text-align: right;
}
.footer-4 .footer-legal li {
	display: inline-block;
}
.footer-4 .footer-legal li:before {
    content: '/';
    padding: 0 5px;
    color: #c3c3c3;
}
.footer-4 .footer-legal li:first-child:before {
	content:'';
}
.footer-4 .footer-legal li:last-child:after {
	content:'';
}
.footer-4 .footer-powered {
	text-align: left;
}
.footer-4  a {
    color: #8e8e8e;
	text-decoration: none;
}
.footer-4 a:hover {
    color: #0069da;
}
.footer-4 .sub-footer {
    background: #313131;
    color: #ffffff;
    box-shadow: inset 0 2px 2px 0 rgba(0,0,0,.14),inset 0 3px 1px -2px rgba(0,0,0,.2),inset 0 1px 5px 0 rgba(0,0,0,.12);
}
.footer-4 .sub-footer a {
    color: #fff;
}
.footer-4 .footer-4 .sub-footer a:hover {
    color: #eaeaea;
}

/* -------------------------------
   Block: Footer 5
------------------------------- */

.footer-5 {
    background: #f3f3f3;
	color: #5b5b5b;
    padding: 3rem 0;
    padding-bottom: 2.5rem;
}
.footer-5 a {
    color: #5b5b5b;
}

/* -------------------------------
   Block: Footer 6
------------------------------- */

.footer-6 {
    background: var(--app-footer-theme);
    padding: 4rem 0;
	padding-bottom: 1rem;
	border-top: 1px solid #e9e9e9;
}
.footer-6 .footer-logo {
    margin-bottom: 1rem;
    display: flex;
}
.footer-6 .footer-logo img {
	width: auto;
	padding-right: 100px;
}
.footer-6 .footer-title {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 15px;
	color: #444;
}
.footer-6 .footer-link-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.footer-6 .footer-link-list li + li {
    padding-top: 0.25rem;
}
.footer-6 .footer-link-list a {
    color: #888888;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.8;
}
.footer-6 .footer-link-list a:hover {
    color: #505050;
}	

.footer-6 .footer-media-list {
    display: block;
	position:relative;
	margin-top:12px;
}
.f-icon {
	display: inline-block;
    font-size: 18px;
    line-height: 1;
    border-radius: 4px;
	background: #8d8d8d;
	color:#ffffff;
	padding:10px;
	margin:0 5px 10px 0;
	min-width:39px;
	text-align: center;
	transition:background 0.35s ease-in-out, color 0.25s ease;
	-webkit-transition:background 0.35s ease-in-out, color 0.25s ease;
}
.f-icon.icon-facebook:hover		{ color:#fff; background-color: #3b5998; }
.f-icon.icon-twitter:hover	 	{ color:#fff; background-color: #55acee; }
.f-icon.icon-linkedin:hover		{ color:#fff; background-color: #0976b4; }
.f-icon.icon-youtube:hover	 	{ color:#fff; background-color: #e52d27; }
.f-icon.icon-instagram:hover	{ color:#fff; background-color: #e52765; }

.footer-6 .footer-copyright {
    margin-top: 2rem;
    border-top: 1px solid var(--app-component-border-color);
    padding-top: 1rem;
	font-size:14px;
}
.footer-6 .footer-copyright .footer-copyright-text {
	font-weight: 400;
    color: #888888;
}
.footer-6 .footer-copyright a {
    color: #888888;
    text-decoration: none;
    font-weight: 400;
}
.footer-6 .footer-copyright a:hover {
    color: #555;
}
.footer-6 .footer-legal a {
    color: #888888;
    text-decoration: none;
    font-weight: 400;
}
.footer-6 .footer-legal a:hover {
    color: #555;
}
.footer-6 .footer-legal {
    text-align: right;
    margin-bottom: 0px;
}
.footer-6 .footer-legal {
    list-style-type: none;
    padding: 0;
    line-height: 1.8;
	text-align: right;
}
.footer-6 .footer-legal li {
	display: inline-block;
}
.footer-6 .footer-legal li:before {
    content: '/';
    padding: 0 5px;
    color: #c3c3c3;
}
.footer-6 .footer-legal li:first-child:before {
	content:'';
}
.footer-6 .footer-legal li:last-child:after {
	content:'';
}
@media (max-width: 992px) { 
	.footer-6 {
		text-align: center;
	}
	.footer-6 .footer-logo {
		display: block;
		text-align: center;
	}
	.footer-6 .footer-title {
		margin-bottom: 10px;
	}
	.footer-6 .footer-legal {
		text-align: center;
	}
}


/* -------------------------------
   Block: Info 1
------------------------------- */

.info-1 {
    position: relative;
    margin-bottom: 3rem;
}
.info-1-media {
    margin-bottom: 1.2rem;
}
.info-1-media img {
    max-width: 100%;
}
.info-1-media-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 60%;
    background-color: var(--bs-light);
}
.info-1-media-img.info-1-media-img-lg {
    padding-top: 70%;
}
.info-1-media-img.info-1-media-img-xl {
    padding-top: 85%;
}
.info-1-media-img.info-1-media-img-full {
    padding-top: 100%;
}
.info-1-label {
    margin-bottom: 1rem;
    display: flex;
	margin-left: -2px;
}
.info-1-label span {
    background-color: #f2f3f4;
    color: #555;
    padding: 4px 8px;
    font-size: 0.8125rem;
    font-weight: 600;
    border-radius: 0.8rem;
}
.info-1-label span span {
    margin-left: 0.5rem;
}
.info-1-title {
    font-size: 18px;
    margin-bottom: 1rem;
    color: #555;
    line-height: 1.2;
    font-weight: 600;
}
.info-1-title-2 {
    font-size: 25px;
    margin-bottom: 1rem;
    color: #555;
    line-height: 1.2;
    font-weight: 600;
}
.info-1-date {
    color: rgba(32, 37, 42, 0.5);
    font-weight: 600;
    font-size: 0.8125rem;
}
.info-1-content {
    background: #fff;
}
.info-1-main {
	margin-bottom: 3rem;
}
.info-1-desc {
    font-size: 1.09375rem;
    margin-bottom: 2rem;
}
@media (max-width: 575.98px) {
    .info-1 {
		margin-bottom: 1rem;
		display: block !important;
		height: auto !important;
	}
	.info-1-main {
		margin-bottom: 1.5rem;
	}
}
@media (max-width: 480px) { 
	.info-1-title {
		font-size: 16px;
	}
	.info-1-title-2 {
		font-size: 20px;
	}
	.info-1-desc {
		font-size: 16px;
	}
}


/* -------------------------------
   Block: Carousel Slider 1
------------------------------- */

.carousel-1 {
    padding-top:20px;
	padding-bottom:20px;
	margin-bottom: 30px;
	overflow: hidden;
	border-bottom: 2px solid #ced4da;
}
.logos-1-main-section {
    position:relative;
}
.logos-1-img img {
    width:200px !important;
	padding-left:15px;
	padding-right:15px;
	border-radius:4px;
}
@media (max-width: 767px) {
	.logos-1-img img {
		width:auto !important;
		padding-left:5px;
		padding-right:5px;
	}
	.carousel-1 {
		padding-top: 20px;
		padding-bottom: 25px;
	}
}

/* -------------------------------
   Block: Carousel Slider 2
------------------------------- */

.carousel-2 {
}

/* -------------------------------
   Block: Page Top Banner 1
------------------------------- */

.section-tb-1,
.section-tb-1 > * {
    position: relative;
}
.section-tb-1 > * {
    z-index: 1;
}
.section-tb-1 {
	padding: 5rem 0;
	padding-bottom: 6rem;
	position: relative;
	background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.section-tb-1:after {
    background-color: #131f43;
	background-color: #262626;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.55;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s ease-in-out;
    z-index: 0;
}
.section-tb-1 h1 {
    color:#fbfbfb;
}
.section-tb-1 p {
    color:#fbfbfb;
}
.section-tb-1-divider {
    background-image: url('data:image/svg+xml;utf8,<svg width="100%" height="100px" viewBox="0 0 1280 140" preserveAspectRatio="none" xmlns="http://www.w3.org/2000/svg"><g fill="%23fafafa"><path d="M1280 0l-262.1 116.26a73.29 73.29 0 0 1-39.09 6L0 0v140h1280z"/></g></svg>');
    background-repeat: no-repeat;
    background-size: 100% 100px;
    height: 100px;
    width: 100%;
}
.section-tb-1-divider {
    transform: rotateY(180deg);
}
.tb-1-main {
    padding-bottom: 4.5rem!important;
    padding-top: 4.5rem!important;
}
.tb-1-area {
    display:block;
	font-size:16px;
	padding-left:2px;
	margin-bottom:5px;
	color: #fbfbfb;
}
@media (max-width: 1200px) { 
	.section-tb-1 {
		padding: 3rem 0;
		padding-bottom: 5rem;
	}
	.section-tb-1-divider {
		background-size: 100% 50px;
		height: 50px;
	}
}
@media (max-width: 992px) { 
	.section-tb-1 {
		padding: 2rem 0;
		padding-bottom: 3rem;
	}
	.section-tb-1-divider {
		background-size: 100% 30px;
		height: 30px;
	}
	.section-tb-1 {
		padding: 0rem 0;
		padding-bottom: 0rem;
		box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
	}
	.section-tb-1-divider {
		background-size: 100% 0px;
		height: 0px;
	}
}
@media (max-width: 480px) { 
	.section-tb-1 h1 {
		font-size: 24px;
	}
}


/* -------------------------------
   Block: Welcome 1
------------------------------- */

.welcome-1-main {
    margin-bottom: 4rem;
}

/* -------------------------------
   Block: Action Bar 2
------------------------------- */

.action-bar-2 {
    margin-top: 30px;
	margin-bottom: 50px;
}
@media (max-width: 767px) { 
	.action-bar-2 .banner-1-media img {
		margin-top: 10px;
	}
}
@media (max-width: 480px) { 
	.action-bar-2 {
		margin-top: 20px;
		margin-bottom: 40px;
		padding-bottom: 30px;
	}
}

/* -------------------------------
   Block: Action Bar 3
------------------------------- */

.action-bar-3 {
    margin-top: 30px;
	margin-bottom: 50px;
}
@media (max-width: 480px) { 
	.action-bar-3 {
		margin-top: 20px;
		margin-bottom: 40px;
		padding-bottom: 50px;
	}
}


/* -------------------------------
   Block: Tabs Info 1
------------------------------- */

.info-tabs-1 {
	margin-top:20px;
    margin-bottom:20px;
	padding:0px;
}
.tabsinfo-1-main {
    margin-bottom: 2rem;
}
.tabsinfo-1-ul {
    float: left;
    width: 35%;
	margin: 0px;
    padding: 0px;
	padding-right: 30px;
}
.tabsinfo-1-ul li {
    display: block;
    padding: 34px 40px !important;
    margin: 0 0 12px;
    cursor: pointer;
    float: none;
    position: relative;
    z-index: 1;
    border: none;
    background-color: #fff;
    box-shadow: 0px 1px 4px 0 rgb(0 0 0 / 12%);
    border-radius: 5px;
    font-size: 15px;
    font-weight: 400;
    list-style: none;
    min-width: 100%;
}
.tabsinfo-1-ul li span {
    font-size: 20px;
    font-weight: 600;
	margin-bottom: 5px;
}
.tabsinfo-1-ul li:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -24px;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 0;
    height: 0;
    border-width: 12px;
    border-color: transparent transparent transparent #a6a6a6;
    border-style: solid;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    opacity: 0;
}
.tabsinfo-1-ul li.active:after {
    opacity: 1;
}
.tabsinfo-1-ul li:last-child {
    margin-bottom: 0;
}
.tabsinfo-1-ul .nav-tab.active,
.tabsinfo-1-ul .show > .nav-tab {
    color: #ffffff;
    background-color: #a6a6a6;
}
.tabsinfo-1-content {
    padding: 0px;
    background-color: #fff;
    border: none;
    float: left;
    width: 65%;
    min-height: 98.5%;
    clear: none;
}
.tabsinfo-1-content p:last-child {
	margin-bottom: 0;
}
.tabsinfo-1-arrow {
    border-color: transparent #ffffff #ffffff transparent;
    border-style: solid;
    border-width: 0 1px 1px 0;
    float: right;
    display: block;
    height: 8px;
    transform: rotate(45deg);
    width: 8px;
    margin-top: 4px;
}
.tabsinfo-1-content .collapsed .tabsinfo-1-arrow {
	border-color: #222 transparent transparent #222;
	border-style: solid;
	border-width: 1px 0 0 1px;
	float: right;
	display: block;
	height: 8px;
	transform: rotate(45deg);
	width: 8px;
	margin-top: 7px;
}
.accordion-header {
	display:none;
}
.tabsinfo-1-accordion {
    background: #fff !important;
    cursor: pointer;
    border: 1px solid #e4e4e4;
    border-top: 0px solid #e4e4e4;
    margin: 0px;
    padding: 24px 20px;
    text-align: -webkit-left;
    width: 100%;
}
.tabsinfo-1-tab-active {
    border-bottom: 0px solid #e4e4e4 !important;
    background: #a6a6a6 !important;
    color: #fff;
}
.tabsinfo-1-tab-title:last-child {
    border-bottom: 12px solid #e4e4e4 !important;
    background: #00baee;
}
.tabsinfo-1-content-accheader {
    color: #ffffff;
    background-color: #a6a6a6 !important;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.tabsinfo-1-content-accheader h3 {
    color: #ffffff;
	font-weight: 600;
}
.tabsinfo-1-content .collapsed.tabsinfo-1-content-accheader {
	color: #222;
    background-color: #fff !important;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.tabsinfo-1-content .collapsed.tabsinfo-1-content-accheader h3 {
	color: #222;
	font-weight: 600;
}
@media (max-width: 767px) { 
	.tabsinfo-1-ul {
		float: none;
		width: 100%;
		padding-right: 0px;
	}
	.tabsinfo-1-arrow {
		display:block;
	}
	.tabsinfo-1-ul li.active:after {
		opacity: 0;
		display:none;
	}
	.tabsinfo-1-ul li:after {
		right: 0px;
	}
	.tabsinfo-1-ul {
		display:none;
	}
	.accordion-header {
		display:block;
	}
	.tabsinfo-1-content {
		width: 100%;
		min-height: auto;
		padding: 0px !important;
	}
	.tabsinfo-1-content-btop {
		border-top: 1px solid #e4e4e4 !important;
	}
	.tabsinfo-1-content-info {
		padding:15px;
		border: 1px solid #e4e4e4;
		border-top: 0px;
	}
	.welcome-1-main {
		margin-bottom: 2rem;
	}
	.tabsinfo-1-main {
		margin-bottom: 1.5em;
	}
}

/* -------------------------------
   Block: Page Banner 1
------------------------------- */

.banner-1-title {
	margin-bottom: 1.5em;
	text-align:center;
}
.banner-1-title .section-subtitle {
	margin-bottom: 5px;
}
.banner-1-desc {
	font-size: 1.09375rem;
    margin-bottom: 2rem;
}
.banner-1-desc-name {
    color: #285cb1;
}
.banner-1-desc-title {
	font-size: 16px;
}
.banner-1-media img{
	width:150px;
	height:150px;
	object-fit: cover;
}
@media (max-width: 1200px) { 
	.banner-1-media img {
		width: 120px;
		height: 120px;
	}
}
@media (max-width: 992px) { 
	.banner-1-media img {
		width: 100px;
		height: 100px;
	}
}
@media (max-width: 767px) { 
	.banner-1-media img {
		width: 80px;
		height: 80px;
	}
}
@media (max-width: 575.98px) { 
	.banner-1-media img {
		width: 100px;
		height: 100px;
	}
}

/* -------------------------------
   Block: Page Awards 1
------------------------------- */

.awards-1-bg {
	background: #f2f3f4;
}
.awards-1-main {
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) { 
	.awards-1-svg {
		display:none;
	}
	.awards-1-bg {
		background: #fafafa;
	}
}
@media (max-width: 575.98px) { 
	.awards-1-col-2 {
		margin-top: 0px!important;
	}
}

/* -------------------------------
   Block: Page Side Related
------------------------------- */

.siderelated-1-title {
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
	background-color: rgba(0,0,0,.3);
	z-index: 1;
}
.siderelated-1-title h5 {
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 0px;
    transition: all .3s ease-in-out;
}
.siderelated-1-main {
	overflow: hidden;
	border-radius: 0.25rem;
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.siderelated-1-img-overlay {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,.5);
    transition: all .3s ease-in-out;
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.siderelated-1-overlay-content {
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease-in-out;
}
.siderelated-1-overlay-content h6 {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 55px;
	font-size: 18px;
}
.siderelated-1-media-content {
    position: relative;
    width: 100%;
}
.siderelated-1-overlay-viewdetails {
    color: #fff;
	margin-bottom: 0;
	text-transform: uppercase;
    font-size: 14px;
}
.media-img {
    transition: transform .8s ease-in-out;
    width: 100%;
    transform: scale(1.2) rotate(0);
	height: 275px;
    object-fit: cover;
}

@media (min-width: 992px) {
	.siderelated-1-img-overlay {
		visibility: hidden;
		opacity: 0;
	}
	.siderelated-1-main:hover .siderelated-1-img-overlay {
		visibility: visible;
		opacity: 1;
	}
	.siderelated-1-overlay-content {
		top: 57%;
	}
	.siderelated-1-main:hover .siderelated-1-img-overlay .siderelated-1-overlay-content {
		top: 50%;
	}
	.siderelated-1-main:hover .siderelated-1-title h5 {
		color: #f99218;
		z-index:1;
	}
	.siderelated-1-title:hover {
		background-color: rgba(0,0,0,.0);
	}
	.siderelated-1-main .media-img {
		transform: scale(1.01) rotate(0);
	}
	.siderelated-1-main:hover .media-img {
		transform: scale(1.2) rotate(0);
	}
}
@media (max-width: 1400px) {
	.media-img {
		height: 235px;
	}
}
@media (max-width: 1200px) {
	.media-img {
		height: 215px;
	}
}
@media (max-width: 992px) {
	.siderelated-1-title {
		background-color: rgba(0,0,0,.0);
	}
	.siderelated-1-img-overlay {
		background-color: rgba(0,0,0,.3);
	}
	.siderelated-1-overlay-content h6 {
		display:none;
	}
	.siderelated-1-overlay-viewdetails {
		margin-top: 65px;
	}
}

/* -------------------------------
   Block: Side 2 Related
------------------------------- */

.siderelated-2-bg {
	background:#fafafa;
}
.siderelated-2-ul {
	margin-bottom:0px;
}
.siderelated-2-ul li{
	padding-top: 1rem;
    padding-bottom: 1rem;
	font-size:18px;
	background:#f3f3f3;
	margin-bottom:20px;
}
.siderelated-2-ul a {
	text-decoration: none;
}
.siderelated-2-a {
	color: #666;
}


/* -------------------------------
   Block: Page Featurea 1
------------------------------- */

.card-features-1 {
    border: unset;
    box-shadow: 0px 0px 4px 2px rgb(0 0 0 / 6%);
    border-radius: 5px;
    position: relative;
	margin-bottom: 20px;
	background: #fafafa;
}
.card-features-1-info {
    display: flex;
    align-items: flex-start;
}
.card-features-1 i {
	font-size: 15px;
	border: 2px solid #eaeaea;
	color: #f59c1a;
	padding: 12px;
	padding-top: 7px;
	padding-bottom: 10px;
	border-radius: 50%;
}
.card-features-1-body {
	margin-top:7px;
	padding-left: 1.2rem;
}
.card-features-1-body h6 {
	margin-bottom: 10px;
}
@media (max-width: 480px) {
	.card-features-1-body {
		padding-left: 1rem;
	}
}


/* -------------------------------
   Block: Social Media Icons 1
------------------------------- */

.social-icons-1 {
    margin-bottom: 0;
    list-style: none;
    padding: 0;
	padding-top: 15px;
}
.social-icons-1 li {
    display: inline-block;
    margin-right: 10px;
}
.social-icons-1 li a {
    text-align: center;
    height: 36px;
    width: 36px;
    line-height: 36px;
    font-size: 14px;
    border-radius: 50%;
    display: inline-block;
    background: #03228f;
    color: #ffffff;
}
.social-icons-1 li:last-child {
    margin-right: 0;
}
.social-icons-1 li a:hover {
    background-color: #fb9a27;
}


/* --------------------------------------
   Editor Block: Block Cards 1
-------------------------------------- */

.b-cards-1 {
    margin: 30px 0 30px 0;
}
.b-cards-1 .card:hover {
	background: #fff;
	box-shadow: 12px 15px 20px 0px rgba(46,61,73,0.15);
	border-radius: 4px;
	transition: all 0.3s ease;
}
.b-cards-1 .b-title {
	font-size: 18px;
    font-weight: 600;
}

/* --------------------------------------
   Editor Block: Avatar 1
-------------------------------------- */

.container.b-avatar-1 {
	height: 100%;
	align-content: center;
}
.b-avatar-1 .image_outer_container{
	margin-top: auto;
	margin-bottom: auto;
	border-radius: 50%;
	position: relative;
}
.b-avatar-1 .image_inner_container{
	border-radius: 50%;
	padding: 5px;
	background: #666666; 
	background: -webkit-linear-gradient(to bottom, #a9a9a9, #6a6a6a, #666666); 
	background: linear-gradient(to bottom, #a9a9a9, #6a6a6a, #666666);
}
.b-avatar-1 .image_inner_container img {
	height: 200px;
	width: 200px;
	border-radius: 50%;
	border: 5px solid white;
}

/* --------------------------------------
   Editor Block: Team Columns
-------------------------------------- */

.b-team-columns img {
	width: 100%;
    object-fit: cover;
}

/* --------------------------------------
   Editor Block: Pricing Table 1
-------------------------------------- */

.pricing-table-1 {
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.pricing-table-1:hover {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}
.pricing-table-1 .panel-heading {
	padding: 20px 10px;
	padding-bottom: 15px;
}
.pricing-table-1 .panel-heading .fa {
  margin-top: 10px;
  font-size: 58px;
}
.pricing-table-1 .list-group-item {
  color: #777777;
  border-bottom: 1px solid rgba(250, 250, 250, 0.5);
}
.pricing-table-1 .list-group-item:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.pricing-table-1 .list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.pricing-table-1 .panel-body {
  background-color: #f0f0f0;
  font-size: 30px;
  color: #777777;
  padding: 20px;
  margin: 0px;
}
.pricing-table-1 h3 {
  margin-top:10px;
}
.pricing-table-1 .btn {
	margin-left:0px;
	margin-right:0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

/* --------------------------------------
   Editor Block: Loading Circle 1
-------------------------------------- */

.b-loading-circle {
	width: 150px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;	
}
.b-loader {
    width: calc(100% - 0px);
	height: calc(100% - 0px);
	border: 8px solid #162534;
	border-top: 8px solid #09f;
	border-radius: 50%;
	animation: rotate 5s linear infinite;
}
@keyframes rotate {
100% {transform: rotate(360deg);}
} 

/* --------------------------------------
   Editor Block: Quote 1
-------------------------------------- */

.b-quote-1 { 
    overflow: hidden;
    padding:20px;
	padding-top:5px;
    border-radius: 17px;
    background-color: #717171;
    margin-top: 25px;
    color:white;
    width: 100%;
    box-shadow: 2px 2px 2px 2px #E0E0E0; 
}
.b-quote-1-mark{
    font-weight: bold;
    font-size: 80px;
    color:white;
    font-family: "Times New Roman", Georgia, Serif;
}
.b-quote-1-text{ 
    font-size: 18px;
    margin-top: -65px;
} 
.b-quote-1 hr {
    margin-top: -8px;
    margin-bottom: 5px;
    color: #e8e8e8;
}

/* --------------------------------------
   Editor Block: Action Button 1
-------------------------------------- */

.action-button-1 {
	background-image: linear-gradient(to top, #9a9898 0%, #848383 100%);
	padding-bottom: 50px;
	padding-top: 60px;
}
.action-button-1-text span {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 1px;
}
.action-button-1-text h3 {
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 5px;
}
.action-button-1-wrapper {
    overflow: hidden;
	margin-bottom: 15px;
	text-align:right;
}

/* --------------------------------------
   Module Blocks: Blog Posts 1
-------------------------------------- */

.b-blog-posts-1 {
	padding-top:10px;
	padding-bottom:10px;
}
.b-blog-posts-box {
	margin-bottom: 1.5rem;
}
.blog-category .blog-badge {
    background-color: rgba(144,144,144,0.1);
    border: 1px solid rgba(144,144,144,0.1);
    color: #707070;
}
.blog-category-all {
    height:285px;
	width:100%;
	object-fit:cover;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.blog-category-img {
    height:285px;
	width:100%;
	object-fit:cover;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.blog-category .blog-category-title {
    font-weight:600;
	font-size: 18px;
}
.blog-category .blog-category-title:hover {
    color: #1f5bd1 !important;
}
.blog-category a {
	text-decoration: none;
}
.blog-category-arrow {
	font-size:12px;
}
.blog-category-readmore {
    color: #424242;
}

/* --------------------------------------
   Module Blocks: Event Posts 1
-------------------------------------- */

.b-event-posts-1 {
    padding-top:10px;
	padding-bottom:10px;
}
.b-event-100 {
    width:100%;
}
.events-1-items {
    box-shadow: 0px 0px 6px 0px rgba(187, 187, 187, 0.48);
    margin-bottom: 30px;
    background: #fff;
	border-radius:4px;
}
.events-1-img-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
	border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.events-1-img-1 {
	background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-filter: blur(30px) brightness(1);
    filter: blur(30px) brightness(1);
    z-index: 1;
}
.events-1-img-2 {
    height:300px;
    object-fit: cover;
    z-index: 2;
    position: relative;
}
.events-1-items-date {
    text-align: center;
    position: absolute;
    right: 20px;
    top: 20px;
    color: #fff;
    padding: 11px 20px 12px 20px;
    text-transform: uppercase;
	z-index: 3;
}
.events-1-items-date-1 {
    font-size: 24px;
}
.events-1-items-date-2 {
    font-size: 14px;
}
.events-1-items-date-3 {
    font-size: 14px;
}
.events-1-items-info {
    padding-left: 60px;
    padding-right: 60px;
}
.events-1-items-info a {
    text-decoration: none;
}
.events-1-items-info h5 {
    font-weight: 500;
    font-size: 18px;
	margin-bottom: 0px;
}
.events-1-items-info-cat {
	margin-bottom: 15px;
    display: block;
}
.events-1-items-info-name {
    color: #333;
	text-decoration: none;
}
.events-1-marginrom {
    margin-left: 0px;
    margin-right: 0px;
}
.events-1-items-info-details {
	padding-left: 0px;
}
.events-1-items-info-details li {
    display: inline-block;
    margin-right: 20px;
	margin-bottom: 5px;
}
.events-1-items-info-details li i {
	color: #757575;
	width: 22px;
}
.events-1-items-info-details li:last-child {
    margin-right: 0;
}
.events-1-items-info-details-top {
	margin-bottom: 0px;
}
.events-1-items-info-time {
    margin-right: -4px;
}
.events-1-items-info-details-price {
    color: #008000;
}
.events-1-items-info-details-price i {
    color: #008000 !important;
}
.events-1-items-info-details-price-closed {
    color: #800000;
}
.events-1-items-info-details-price-closed i {
    color: #800000 !important;
}
.events-1-items-info-dates {
	float: left;
    margin-bottom: 7px;
    margin-right: 3px !important;
    margin-top: 4px;
	margin-left: 2px;
}
.events-1-items-facilitator {
    margin-top: 0px;
}
.events-1-items-info-readmore {
    color: #424242;
}
.events-1-items-info-desc {
    margin-bottom: 5px;
    max-height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.events-1-items-info-readmore:hover {
    color: #0069da;
}
.events-1-items-info-readmore:focus {
    color: #0069da;
}
.events-1-items-info-arrow {
    font-size: 12px;
}
.events-catbuttons {
    color: #444;
}
.events-catbuttons-2:hover {
    color: #fff;
	background:#5b5b5b;
}
.events-header-summary {
    margin-top:5px;
}

@media (max-width: 1400px) {
	.events-1-items-info {
		padding-left: 40px;
		padding-right: 40px;
	}
}
@media (max-width: 1200px) {
	.events-1-items-info {
		padding-left: 30px;
		padding-right: 30px;
	}
	.events-1-items-info-time {
		margin-right: 0px;
	}
}
@media (max-width: 992px) {
	.events-1-items-info {
		padding:15px;
	}
	.events-1-items-info-time {
		margin-right: -4px;
	}
	.events-1-items-info-details li:last-child {
		width: 100%;
	}
	.events-1-img-2 {
		height: auto;
	}
}
@media (max-width: 767px) {
	.events-1-items-img img {
		height: auto;
	}
}
@media (max-width: 575.98px) {
	.event-1-img-main {
		margin-bottom: 15px;
	}
	.event-1-img-inner {
		border-radius: 6px;
	}
	.events-1-items-info-time {
		margin-right: -1px;
	}
}
