/* --------------------------- Two Column Section Block -------------------------- */

.two-col-section
{
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 var(--gap_spacing_default) var(--gap_spacing_default) var(--gap_spacing_default);
	overflow: hidden;
}

.two-col-section-animation
{
	padding: var(--padding_content_area) 0;
}

.two-col-section .content-area
{
	padding: 0 !important;
}

.two-col-section-titles
{
	display: flex;
	flex-flow: column;
}

.two-col-section-titles h2
{
	order: 2;
}

.two-col-section-titles h3
{
	order: 1;
	text-transform: uppercase;
	font-weight: 700;
	font-size: var(--heading_tag_size_small_alt);
	line-height: var(--heading_tag_line_height_small_alt);
	margin-bottom: 0;
}

.two-col-section-parallax-image
{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	width: 100%;
	height: 100%;
}

.two-col-section-responsive-image, .two-col-section-responsive-parallax-image
{
	display: none;
	margin: -20px -20px var(--gap_spacing_default) -20px;
}

.two-col-section-responsive-image
{
	position: relative;
}

.two-col-section-responsive-parallax-image
{
	position: absolute;
}

.two-col-section-btns .btn
{
	display: inline-block;
}

#two-col-section-block_5fa4196350015.two-col-section::before, #two-col-section-block_5fa4196350015.two-col-section::after,
#two-col-section-block_5fa4196350015.two-col-section .two-col-section-responsive-image::before, 
#two-col-section-block_5fa4196350015.two-col-section .two-col-section-responsive-image::after
{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(/wp-content/uploads/2020/11/papers-flying.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
    animation-name: flyingPapers;
    -webkit-animation-name: flyingPapers;
    animation-duration: 5s;
    -webkit-animation-duration: 5s;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

#two-col-section-block_5fa4196350015.two-col-section .two-col-section-responsive-image::before, 
#two-col-section-block_5fa4196350015.two-col-section .two-col-section-responsive-image::after
{
	top: -20px;
}

#two-col-section-block_5fa4196350015.two-col-section::after, #two-col-section-block_5fa4196350015.two-col-section .two-col-section-responsive-image::after
{
	left: -100%;
}

#two-col-section-block_5fa4196350015.two-col-section .content-area, #two-col-section-block_5fa4196350015.two-col-section .two-col-section-responsive-image
{
	position: relative;
}

#two-col-section-block_5fa4196350015.two-col-section .two-col-section-parallax-image,
#two-col-section-block_5fa4196350015.two-col-section .content-area,
#two-col-section-block_5fa4196350015.two-col-section .two-col-section-responsive-image,
#two-col-section-block_5fa4196350015.two-col-section .two-col-section-responsive-image img
{
	z-index: 2;
}

#two-col-section-block_5fa4196350015.two-col-section .two-col-section-responsive-image img
{
	bottom: 10px;
}

#two-col-section-block_5fa4278e20cfb .content-area
{
	padding-top: 42px !important;
	padding-bottom: 42px !important;
}

@keyframes flyingPapers {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(100%);
    }
}

@-webkit-keyframes flyingPapers {
    0% {
        -webkit-transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(100%);
    }
}

@media (min-width: 1401px) {

	.two-col-section .container
	{
		max-width: 1600px;
	}

	#two-col-section-block_5fce7c83d3e0f .two-col-section-animation, #two-col-section-block_5fc0151571576 .two-col-section-animation, #two-col-section-block_5fc0165871577 .two-col-section-animation
	{
		padding: 250px 0;
	}

}

@media (max-width: 1600px) {

	.two-col-section .content-area
	{
		max-width: 40% !important;
	}

	.two-col-section-titles br
	{
		display: none;
	}

}

@media (max-width: 1400px) {

	.two-col-section-animation
	{
		padding: var(--gap_spacing_large) 0 var(--gap_spacing_extra_large) 0;
	}

}

@media (max-width: 1200px) {

	.two-col-section-animation
	{
		padding: var(--gap_spacing_default) 0 var(--gap_spacing_extra_large) 0;
	}

	.two-col-section .content-area
	{
		padding-top: var(--gap_spacing_large) !important;
	}

}

@media (max-width: 1000px) {

	.two-col-section, .two-col-section-parallax-image
	{
		background-image: none !important;
		background-color: #f1f1f1;
		margin-left: 0;
		margin-right: 0;
	}

	.two-col-section-titles h2
	{
		color: var(--theme_color_tertiary) !important;
	}

	.two-col-section-titles h3
	{
		color: var(--theme_color_primary) !important;
	}

	.two-col-section .container
	{
		color: var(--theme_text_color) !important;
	}

	.two-col-section .content-area, .two-col-section .container, .two-col-section-content-max-width,
	.two-col-section-titles h2, .two-col-section-titles h3
	{
		max-width: 100% !important;
	}

	.two-col-section-responsive-image, .two-col-section-responsive-parallax-image
	{
		display: block;
	}

	.two-col-section-responsive-parallax-image
	{
		margin: 0 !important;
	}

	#two-col-section-block_5fa4129f7909e .two-col-section-responsive-parallax-image,
	#two-col-section-block_5fb3e0ea0e5ea .two-col-section-responsive-parallax-image,
	#two-col-section-block_5fc0179c71578 .two-col-section-responsive-parallax-image,
	#two-col-section-block_5fc64fb76d328 .two-col-section-responsive-parallax-image,
	#two-col-section-block_5fc68251ab525 .two-col-section-responsive-parallax-image
	{
		left: -70%;
		width: 175%;
		height: auto;
		max-width: 175%;
		top: -38%;
	}

	#two-col-section-block_5fa4196350015.two-col-section::before, #two-col-section-block_5fa4196350015.two-col-section::after
	{
		display: none;
	}

	#two-col-section-block_5fa4278e20cfb .content-area
	{
		padding-top: var(--gap_spacing_large) !important;
		padding-bottom: 0 !important;
	}

}

@media (max-width: 768px) {

    .two-col-section-titles h3
    {
        font-size: var(--font_size_main);
        line-height: var(--line_height_main);
    }

}