/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 01 2023 | 02:26:26 */
/* .single-ofl_module .subheader.dark a  {
	color: #213364
} */

.single-ofl_module .subheader {
	background-color: #3f1d6d !important;
}

.single-ofl_module .hero {
	position: relative;
	padding-bottom: 10vh;
	
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.single-ofl_module .hero:after {
	content: '';
	
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	
	width: 100%;
	height: 100%;
	
	background-color: rgba(0,0,0,.3);
}

.single-ofl_module .hero .row {
	position: relative;
	z-index: 1;
}

.single-ofl_module .hero h1 {
	color: #fff;
	text-align: center;
}

.custom__container {
	padding: 0 53px;
	margin: 0 auto;
	max-width: 1440px;
}

.section__ofl {
	padding: 5vh 0;
}

.section__ofl .h3 {
	border-top: 1px solid #3f1d6d;
}

.ofl__list {
	width: 100%;
}

.ofl__items {
	padding: 14px 0 10px;
	
	border-top: 1px solid #3f1d6d;
}

.ofl__items:not(:last-child) {
	margin-bottom: 10px;
}

.ofl__items:last-child {
	border-bottom: 1px solid #3f1d6d;
}

/* Single OFL Page */
.section__single-ofl {
	padding: 5vh 0;
}

.section__single-ofl  ul {
	margin-left: 1.25rem;
}

.section__single-ofl button.accordion {
    background-color: #3f1d6d;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.section__single-ofl button.accordion:not(:first-child) {
	border-top: 1px solid #c46ce6;
}

.section__single-ofl button.accordion.active, button.accordion:hover {
    background-color: #3f1d6d;
}

.section__single-ofl button.accordion:after {
    content: '\002B';
    color: #fff;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.section__single-ofl button.accordion.active:after {
    content: "\2212";
}

.section__single-ofl div.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.section__single-ofl div.panel .panel__inner {
	padding-top: 20px;
}

.ofl__modules__lists {
	margin-top: 5vh;
	margin-bottom: 5vh;
}

.ofl__modules__lists .btn_dl {
	margin-top: 1.55rem;
}

.ofl__modules__lists input {
	margin-right: 10px;
}

.ofl_module_completed {
	padding: 15px 20px;
	
	border: 1px solid #3f1d6d;
	border-radius: 3px
}

/* WP Bakery Accordion Style */
.single-ofl_module .vc_tta-panel-title {
    background-color: #3f1d6d;
}

.single-ofl_module .thb-accordion .vc_tta-panel-heading h4 a {
    padding-left: 20px;
    color: #fff;
}

.single-ofl_module .thb-accordion .vc_tta-panel.active .vc_tta-panel-heading h4 a:after,
.single-ofl_module .thb-accordion .vc_tta-panel.active .vc_tta-panel-heading h4 a:before {
    background-color: #fff;
}

.single-ofl_module .thb-accordion .vc_tta-panel-heading h4 a:after,
.single-ofl_module .thb-accordion .vc_tta-panel-heading h4 a:before {
        background: rgba(255,255,255,0.6);
}

.single-ofl_module .vc_tta-panel-body .wpb_text_column {
    padding-top: 35px;
}

/* section__ofl-use */
.section__ofl-use #thb-fancy-box-63feb1d73135a,
.section__ofl-use #thb-fancy-box-63feb1d73135a.fancy-style5 .thb-fancy-image-container,
.section__ofl-use #thb-fancy-box-63feb1d73135a .atvImg-container,
.section__ofl-use #thb-fancy-box-63feb1d73135a .atvImg-layers {
	min-height: 500px;
}
.section__ofl-use #thb-fancy-box-63feb1d73135a.fancy-style6 .thb-fancy-image-container {
	background:#3f1d6d;background:linear-gradient( -135deg,#3f1d6d,#3f1d6d );					
}

.section__ofl-use #thb-fancy-box-63feb6c3617f6,
.section__ofl-use #thb-fancy-box-63feb6c3617f6.fancy-style5 .thb-fancy-image-container,
.section__ofl-use #thb-fancy-box-63feb6c3617f6 .atvImg-container,
.section__ofl-use #thb-fancy-box-63feb6c3617f6 .atvImg-layers {
	min-height: 500px;
}

.section__ofl-use #thb-fancy-box-63feb6c3617f6.fancy-style6 .thb-fancy-image-container {
	background:#d374f7;background:linear-gradient( -135deg,#d374f7,#d374f7 );					
}

@media (min-width: 768px) {
	.ofl__items div:nth-child(2) {
		text-align: center;
	}
}

@media (max-width: 767px) {
	.ofl__items div:first-child {
		margin-bottom: 10px;
	}
}