.custom-box-shadow-1 {
		box-shadow: 0px 0px 31px -5px rgba(0, 0, 0, 0.14) !important;
}

.custom-box-shadow-2 {
		box-shadow: 0px 8px 31px -5px rgba(0, 0, 0, 0.07) !important;
}

.custom-container-position-1 {
		position: relative;
		transform: translate3d(-50%, 0, 0);
		left: 50%;
}

.custom-container-style-1 {
		min-width: 85vw;
}

@media (min-width: 576px) {
		.custom-container-style-1 {
				min-width: 540px;
		}
}

@media (min-width: 768px) {
		.custom-container-style-1 {
				min-width: 720px;
		}
}

@media (min-width: 992px) {
		.custom-container-style-1 {
				min-width: 960px;
		}
}

@media (min-width: 1200px) {
		.custom-container-style-1 {
				min-width: 1140px;
		}
}

@media (min-width: 1440px) {
		.custom-container-style-1 {
				min-width: 1440px;
		}
}

.custom-font-secondary {
		font-family: 'Open Sans', sans-serif !important;
}

.custom-font-size-1 {
		font-size: 112px;
		font-size: 7rem;
		line-height: 0.4;
}

.fluid-col-lg-5 .fluid-col {
		left: 50%;
		width: 100vw;
		transform: translate3d(-50%, 0, 0);
}

@media (min-width: 992px) {
		.fluid-col-lg-5 {
				min-height: 0;
		}
		.fluid-col-lg-5 .fluid-col {
				width: calc(44.2vw - 15px);
				left: 15px;
				transform: none;
		}
}

@media (max-width: 991px) {
		.fluid-col-lg-5 {
				min-height: 400px !important;
		}
}

.custom-read-more-link svg {
		transition: ease transform 300ms;
}

.custom-read-more-link:hover svg {
		transform: translate3d(7px, 0, 0);
}

.custom-shape-1 {
		position: absolute;
		top: 25px;
		left: -30px;
		bottom: 25px;
		right: 30px;
		z-index: 0;
}

.custom-stroke-width-1 svg path {
		stroke-width: 1.5 !important;
}

/*
* Header

@media (min-width: 992px) {
		#header .header-top {
				border-bottom-width: 1px;
		}
		#header .header-nav-main nav > ul > li > a {
				font-size: 14px;
				font-weight: 600;
				padding: 0 1.2rem !important;
		}
}
*/
/*
* Cards
*/
.custom-card-style-1 .custom-read-more svg,
.custom-card-style-2 .custom-read-more svg {
		transition: ease transform 300ms;
}

.custom-card-style-1:hover .custom-read-more svg,
.custom-card-style-2:hover .custom-read-more svg {
		transform: translate3d(7px, 0, 0);
}

.custom-card-style-1 {
		transition: ease transform 300ms;
}

.custom-card-style-1 .card-title {
		transition: ease color 300ms;
}

.custom-card-style-1:hover {
		transform: scale(1.03);
}

.custom-card-style-2 .card-img-top {
		padding-left: 35px;
}

.custom-card-style-2 .card-body {
		position: relative;
		background: var(--light);
		margin-top: -70px;
		max-width: 83%;
}

/*
* Owl Carousel
*/
.custom-dots-style-1 .owl-dots {
		margin-top: 0 !important;
}

.custom-dots-style-1 .owl-dots .owl-dot span {
		background: transparent;
		border: 1px solid var(--grey-500);
		width: 12px;
		height: 12px;
}

.custom-dots-style-1 .owl-dots .owl-dot:hover span, .custom-dots-style-1 .owl-dots .owl-dot.active span {
		background: var(--grey-500);
}

.custom-dots-style-1.dots-dark .owl-dots .owl-dot span {
		border-color: var(--dark);
}

.custom-dots-style-1.dots-dark .owl-dots .owl-dot:hover span, .custom-dots-style-1.dots-dark .owl-dots .owl-dot.active span {
		background: var(--dark) !important;
}

.custom-dots-style-1.dots-light .owl-dots .owl-dot span {
		border-color: var(--light);
		background: transparent;
}

.custom-dots-style-1.dots-light .owl-dots .owl-dot:hover span, .custom-dots-style-1.dots-light .owl-dots .owl-dot.active span {
		background: #FFF !important;
}

.custom-carousel-style-1 {
		position: relative;
		overflow: hidden;
}

.custom-carousel-style-1:before, .custom-carousel-style-1:after {
		content: '';
		position: absolute;
		top: 0;
		width: 0;
		height: 30%;
		box-shadow: -10px 0px 30px 50px white;
		z-index: 1;
}

.custom-carousel-style-1:before {
		left: 0;
}

.custom-carousel-style-1:after {
		right: 0;
}

.custom-carousel-style-1 .custom-carousel-style-1-icon-wrapper {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		position: relative;
		width: 120px;
		height: 120px;
		border: 3px solid var(--grey-500);
		border-radius: 100%;
}

.custom-carousel-style-1 .custom-carousel-style-1-icon-wrapper:before, .custom-carousel-style-1 .custom-carousel-style-1-icon-wrapper:after {
		content: '';
		position: absolute;
		top: 50%;
		width: 85%;
		border-bottom: 2px solid var(--grey-500);
		transform: translate3d(0, -50%, 0);
}

.custom-carousel-style-1 .custom-carousel-style-1-icon-wrapper:before {
		left: calc( 100% + 25px);
}

.custom-carousel-style-1 .custom-carousel-style-1-icon-wrapper:after {
		right: calc( 100% + 25px);
}

.custom-carousel-style-2 .owl-item:not(.active) {
		opacity: 0;
		transition: ease opacity 300ms;
}

.custom-carousel-style-2 .owl-item.active .custom-card-style-2 .card-body {
		box-shadow: 0px 8px 31px -5px rgba(0, 0, 0, 0.07);
}

.custom-carousel-style-2.owl-grab .owl-item:not(.active) {
		opacity: 1;
}

/*
* Accordion
*/
.custom-accordion-style-1 > .card {
		border: 0 !important;
}

.custom-accordion-style-1 > .card .card-header a {
		position: relative;
		font-family: 'Open Sans', sans-serif;
		padding: 23px 30px;
		background-color: var(--light);
		transition: ease background-color 300ms, ease color 300ms;
}

.custom-accordion-style-1 > .card .card-header a:after {
		content: '+';
		position: absolute;
		top: 50%;
		right: 25px;
		font-size: inherit;
		font-weight: inherit;
		transform: translate3d(0, -50%, 0) rotate(45deg);
		transform-origin: 50% 50%;
		transition: ease transform 300ms;
}

.custom-accordion-style-1 > .card .card-header a.collapsed:after {
		transform: translate3d(0, -50%, 0) rotate(0deg);
}

.custom-accordion-style-1 > .card .card-header + .collapse.show,
.custom-accordion-style-1 > .card .card-header + .collapsing {
		border-top: 0;
}

.custom-accordion-style-1 > .card + .card {
		margin-top: 17px;
}

.custom-accordion-style-1.custom-accordion-style-1-grey > .card .card-header a {
		background-color: #f4f4f4;
}
/*
* Custom See More Overlay
*/
.custom-seemore-overlay {
		position: relative;
		overflow: hidden;
}

.custom-seemore-overlay .custom-seemore-overlay-button {
		position: absolute;
		bottom: 0;
		left: 0;
		text-align: center;
		padding: 35px 0 5px;
		width: 100%;
		opacity: 1;
		transition: ease opacity 300ms;
		z-index: 1;
}

.custom-seemore-overlay .custom-seemore-overlay-button:before {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #020024;
		background: linear-gradient(180deg, rgba(2, 0, 36, 0) 0%, #ad9263 100%);
		transition: ease background 300ms;
		z-index: 1;
}

.custom-seemore-overlay.active .custom-seemore-overlay-button {
		opacity: 0;
}

/*
* Cards
*/
.custom-card-style-1:hover .card-title {
		color: var(--primary) !important;
}
/*
* Custom See More Overlay
*/
.custom-seemore-overlay .custom-seemore-overlay-button:before {
		background: var(--primary);
		background: linear-gradient(180deg, rgba(2, 0, 36, 0) 0%, var(--primary) 100%);
}
