/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");
.container {
	background-color: transparent!important;
	width: 100%;
	padding-right: 15px!important;
	padding-left: 15px!important;
	margin-right: auto!important;
	margin-left: auto!important;
}
/* -------- Hero Banner Block -------*/
.indy-bann-contain {
	min-height: 630px;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
}
.indy-bann-contain:before {
	content: "";
	position: absolute;
	background-color: rgba(0,0,0,.5);
	border-radius: 5px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}


@media only screen and (max-width: 1000px) {
	.indy-bann-contain {
		min-height: 350px;

	}
}

.indy-hero-banner-content {
	padding-top: 15%;
	padding-left: 15px;
	padding-right: 15px;

}

@media only screen and (max-width: 1000px) {
	.indy-hero-banner-content {
		padding-top: 0;
		padding-left: 30px;
		padding-right: 30px;
	}
}

.indy-hero-banner-content h1 {
	font-weight: bold;
	font-size: 75px;
	line-height: 103.85%;
	text-transform: uppercase;
	color: #FFFFFF;
	text-shadow: 0 4px 14px rgba(0, 0, 0, 0.65);
	padding-bottom: 20px;
}

@media only screen and (max-width: 1000px) {
	.indy-hero-banner-content h1 {
		font-size: 45px;
	}
}

@media only screen and (max-width: 767px) {
	.indy-hero-banner-content h1 {
		font-size: 35px;
	}
}

.indy-hero-banner-content p {
	font-style: normal;
	font-weight: normal;
	font-size: 35px;
	line-height: 48px;
	color: #FFFFFF;
	text-shadow: 0 4px 14px rgba(0, 0, 0, 0.65);
	padding-bottom: 40px;
}

@media only screen and (max-width: 1000px) {
	.indy-hero-banner-content p {
		font-size: 28px;
	}
}

@media only screen and (max-width: 767px) {
	.indy-hero-banner-content p {
		font-size: 22px;
		line-height: 30px;
	}
}

.blue-butt {
	color: #ffffff;
	font-weight: 600;
	font-size: 16px;
	line-height: 17px;
	padding: 10px 20px;
	border: solid 1px transparent;
	transition: all 0.3s ease-in-out;
	text-align: center;
	margin-bottom: 10px;
	background: #3463C7;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
}

.blue-butt:hover {
	text-decoration: none;
	background: transparent;
	border: solid 1px #3463C7;
	color: #ffffff;

}

/* -------- Off-set Image Block -------*/
.indy-off-set-image {
	position: relative;
	padding: 60px 0;
	background: #F4F4F4;
}

@media only screen and (max-width: 1000px) {
	.indy-off-set-image {
		padding: 60px 15px 60px;

	}
}

.indy-off-set-image .container {
	position: relative;
}

.indy-off-set-image .container:before {
	content: '';
	z-index: 1;
	position: absolute;
	width: 31%;
	height: 300px;
	top: -30px;
	right: 45px;
	background-color: #3463C7;
	display: block;
}

@media only screen and (max-width: 1199px) {
	.indy-off-set-image .container:before {
		bottom: 140px;
	}
}
@media only screen and (max-width: 991px) {
	.indy-off-set-image .container:before {
		display: none;
	}
}

.indy-off-set-image .row {
	z-index: 10;
	position: relative;
}


.indy-off-set-image .set-content {
	position: relative;
	z-index: 2;
	padding-right: 80px;
	padding-bottom: 60px;
	line-height: 34px;
}
@media only screen and (max-width: 991px) {
	.indy-off-set-image .set-content {
		padding-right: 0;
	}
}


.indy-off-set-image .set-content h2 {
	font-weight: bold;
	font-size: 45px;
	line-height: 47px;
	text-transform: uppercase;
	color: #383838;
	padding-bottom: 30px;
}
@media only screen and (max-width: 991px) {
	.indy-off-set-image .set-content h2 {
		font-size: 30px;
	}
}
.indy-off-set-image .set-content ul {
	padding-top: 20px;
	margin-left: 10px;
}
.indy-off-set-image figure {
	position: relative;
	z-index: 2;

}

.indy-off-set-image figure img {
	box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.15);
	width: 100%;
}
@media only screen and (max-width: 991px) {
	.indy-off-set-image figure img {
		width: 100%;
	}
}

/* -------- Optional Off-set Image Block -------*/
.optional-off-set-image {
	position: relative;
	padding: 60px 0 30px;
	background: #ffffff;
}

@media only screen and (max-width: 1000px) {
	.optional-off-set-image {
		padding: 60px 15px 60px;

	}
}

.optional-off-set-image .container {
	position: relative;
}

.optional-off-set-image .container:before {
	content: '';
	z-index: 1;
	position: absolute;
	width: 31%;
	height: 300px;
	top: -30px;
	left: -20px;
	background-color: #3463C7;
	display: block;
}

@media only screen and (max-width: 1199px) {
	.optional-off-set-image .container:before {
		bottom: 140px;
	}
}
@media only screen and (max-width: 991px) {
	.optional-off-set-image .container:before {
		display: none;
	}
}

.optional-off-set-image .row {
	z-index: 10;
	position: relative;
}


.optional-off-set-image .set-content {
	position: relative;
	z-index: 2;
	padding-right: 80px;
	padding-bottom: 60px;
	line-height: 34px;
}
@media only screen and (max-width: 991px) {
	.optional-off-set-image .set-content {
		padding-right: 0;
	}
}


.optional-off-set-image .set-content h2 {
	font-weight: bold;
	font-size: 45px;
	line-height: 103.85%;
	text-transform: uppercase;
	color: #383838;
	padding-bottom: 30px;
}
@media only screen and (max-width: 991px) {
	.optional-off-set-image .set-content h2 {
		font-size: 30px;
	}
}

.optional-off-set-image figure {
	position: relative;
	z-index: 2;

}

.optional-off-set-image figure img {
	box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.15);
	width: 100%;
}
@media only screen and (max-width: 991px) {
	.optional-off-set-image figure img {
		width: 100%;
	}
}
/* -------- Primary USP Block -------*/
.primary-usp {
	padding: 60px 0;
}
.primary-usp .img-wrap{
	padding-bottom: 20px;
}
.primary-usp .usp-wrap{
	text-align: center;
	padding: 25px 0;
	justify-content: flex-end;
}
.primary-usp .usp-wrap a {
	color: #3463C7;
	text-transform: uppercase;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	width: fit-content;
	text-decoration: none;
	cursor: pointer;
	position: relative;
}
.primary-usp .usp-wrap a:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: #3463C7;
	top: 100%;
	left: 0;
	pointer-events: none;
}
.primary-usp .usp-wrap a:after {
	position: absolute;
	width: 100%;
	height: 1px;
	background: #3463C7;
	top: 100%;
	left: 0;
	pointer-events: none;
}
.primary-usp .usp-wrap a::before,
.primary-usp .usp-wrap a::after {
	opacity: 0;
	transform-origin: 50% 0%;
	transform: translate3d(0, 3px, 0);
	transition-property: transform, opacity;
	transition-duration: 0.3s;
	transition-timing-function: cubic-bezier(0.2, 1, 0.8, 1);
}
.primary-usp .usp-wrap a:hover::before,
.primary-usp .usp-wrap a:hover::after {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition-timing-function: cubic-bezier(0.2, 0, 0.3, 1);
}
.primary-usp .usp-wrap a::after {
	content: '';
	top: calc(100% + 4px);
	width: 70%;
	left: 15%;
}

.primary-usp .usp-wrap a::before,
.primary-usp .usp-wrap a:hover::after {
	transition-delay: 0.1s;
}

.primary-usp .usp-wrap a:hover::before {
	transition-delay: 0s;
}
/* -------- Secondary USP Block -------*/
.secondary-usp {
	padding: 30px 0 60px;
}
.secondary-usp .usp-wrap {
	display: flex;
	flex-direction: column;
	padding: 25px 0;
	justify-content: flex-end;
}
.secondary-usp h2 {
	font-style: normal;
	font-weight: bold;
	font-size: 45px;
	line-height: 47px;
	text-transform: uppercase;
	color: #383838;
	padding-bottom: 20px;
}
@media only screen and (max-width: 991px) {
	.secondary-usp h2 {
		font-size: 30px;
	}
}
.secondary-usp .usp-wrap img {
	padding-bottom: 20px;
}
.secondary-usp .usp-wrap h3 {
	padding-bottom: 15px;
	font-style: normal;
	font-weight: bold;
	font-size: 25px;
	line-height: 26px;
	color: #383838;
}
.secondary-usp p {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 26px;
}

.secondary-usp .rowski {
	padding-right: 15px;
	padding-left: 15px;
}

/* -------- Pre Foot CTA Block -------*/
.indy-cta {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 60px 0;
}

@media only screen and (max-width: 768px) {
	.indy-cta {
		background-size: cover;
		background-position: 70%;
	}
}

.indy-cta:after {
	background: linear-gradient(90deg, #3463C7 51.43%, rgba(23, 35, 57, 0) 83.68%);
	mix-blend-mode: normal;
	content: '';
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1;
}

.indy-cta .copy-col {
	z-index: 2;
	color: #ffffff;
}

@media only screen and (max-width: 575px) {
	.indy-cta .copy-col {
		padding-right: 30px;
		padding-left: 30px;
	}
}

.indy-cta .copy-col h2 {
	font-style: normal;
	font-weight: bold;
	font-size: 45px;
	line-height: 47px;
	text-transform: uppercase;
	color: #ffffff;
	padding-bottom: 10px;
}
@media only screen and (max-width: 991px) {
	.indy-cta .copy-col h2 {
		font-size: 30px;
	}

}

.indy-cta .copy-col p {
	color: #ffffff;
	margin-bottom: 40px;
	width: 75%;
}
@media only screen and (max-width: 991px) {
	.indy-cta .copy-col p {
		width: 100%;
	}
}

.white-butt {
	color: #3463C7;
	font-weight: 600;
	font-size: 16px;
	line-height: 17px;
	padding: 10px 20px;
	border: solid 1px transparent;
	transition: all 0.3s ease-in-out;
	text-align: center;
	margin-bottom: 10px;
	background: #ffffff;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
}

.white-butt:hover {
	text-decoration: none;
	background: transparent;
	border: solid 1px #ffffff;
	color: #ffffff;

}
