
/*-- banner wp backery start --*/
.home-banner-sec {
	margin-top: 106px;
}

.home-banner-sec .row_col_wrap_12 {
	display: flex;
	flex-wrap: nowrap !important;
}

.home-banner-sec .vc_col-sm-3:hover {
	width: 32.5%;
}

.home-banner-sec .vc_col-sm-3 {
	transition: all .3s ease-in-out;
}

.home-banner-col .nectar-fancy-box {
	padding: 50px 30px 150px !important;
	margin: 0;
	min-height: inherit !important;
	height: 100%;
	z-index: 99;
}

.home-banner-col > .vc_column-inner {
	height: 85vh;
	min-height: 700px;
	display: flex !important;
	flex-direction: column-reverse !important;
	transition: .5s;
	flex-grow: inherit !important;
}

.home-banner-col .wpb_wrapper {
	flex-basis: 50%;
	transition: .5s;
	min-height: auto !important;
	display: block;
	height: 50%;
}

.home-banner-col .nectar-button.large {
	position: absolute;
	bottom: 30px;
	top: auto;
	left: 30px;
	z-index: 1;
	z-index: 99;
	transition: all .3s ease-in-out;
	font-size: 16px;
}

.home-banner-col:hover .nectar-button.large, .home-banner-col:focus .nectar-button.large {
	bottom: 10px;
}

.home-banner-col .nectar-button.large b {
	font-weight: 700;
}

.home-banner-col .inner {
	max-width: 320px;
	align-self: auto !important;
}

.home-banner-col .nectar-fancy-box[data-style=hover_desc]>.inner>.heading-wrap {
	transform: none !important;
	max-height: 120px;
}

.home-banner-col .nectar-fancy-box[data-style=hover_desc] .hover-content {
	max-height: 10px;
	position: relative !important;
	font-size: 20px;
}

.home-banner-col:hover .nectar-fancy-box .hover-content, .home-banner-col:focus .nectar-fancy-box .hover-content {
	max-height: 100px !important;
}

.home-banner-col:hover .column-bg-overlay, .home-banner-col:focus .column-bg-overlay {
	opacity: 0 !important;
}

.home-banner-col:hover .nectar-fancy-box[data-style=hover_desc] .hover-content, .home-banner-col:focus .nectar-fancy-box[data-style=hover_desc] .hover-content {
	opacity: 1;
	transform: translateY(0);
	transition: opacity .65s cubic-bezier(.05, .2, .1, 1) .15s, transform .65s cubic-bezier(.05, .2, .1, 1) .15s;
}

.home-banner-col:hover .nectar-fancy-box[data-style=hover_desc][data-bg-animation=long_zoom] .box-bg, .home-banner-col:focus .nectar-fancy-box[data-style=hover_desc][data-bg-animation=long_zoom] .box-bg {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transition: transform 9s cubic-bezier(.1, .2, .7, 1);
}

.home-banner-col:hover .nectar-fancy-box[data-style=hover_desc] .box-bg:before, .home-banner-col:focus .nectar-fancy-box[data-style=hover_desc] .box-bg:before {
	opacity: 0;
}

.home-banner-gradient-row {
	position: absolute !important;
	bottom: 0;
	left: 0;
	right: 0;
	height: 50%;
}

.home-banner-gradient-row .row_col_wrap_12_inner.col {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	top: 0;
}

.home-banner-gradient-row .vc_column-inner {
	height: 100%;
}

/*-- banner wp backery end --*/

/*-- custom banner start --*/
.banners-wrapper {
	display: flex;
	flex-wrap: nowrap;
}

.banner-img {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	flex-basis: 25%;
	height: 85vh;
	min-height: 700px;
	display: flex;
	flex-direction: column-reverse;
	transition: .5s;
}

.banner-content {
	z-index: 10;
	flex-basis: 50%;
	transition: .5s;
	padding: 50px 30px 0;
}

.banner-background-color {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 50%;
}

.banner-overlay {
	transition: .5s;
	background-color: black;
	opacity: .4;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}

.banner-text-wrapper {
	max-width: 320px;
	width: 100%;
}

.banners-home {
	margin-top: 106px;
}

.banner-title {
	font-size: 30px;
	line-height: 1.25;
	font-weight: 900;
	min-height: 120px;
	transition: .7s;
	color: #fff;
	text-transform: uppercase;
}

.banner-subtitle {
	font-weight: 500;
	font-size: 20px;
	color: #fff;
	margin: 15px 0 30px;
	max-height: 10px;
	opacity: 0;
	transition: .7s;
}

.button-grey {
	display: inline-block;
	background: #f0f6f6;
	border-radius: 30px;
	padding: 12px 30px;
	color: #044389;
	font-weight: 700;
	z-index: 1;
	position: relative;
}

.banner-img.hovered {
	flex-basis: 32.5%;
}

.banner-img.hovered .banner-subtitle {
	opacity: 1;
	max-height: 100px;
}

.banner-img.hovered .banner-title {
	min-height: 100px;
}

.banner-img.hovered .banner-overlay {
	opacity: 0;
}

.banner-subtitle p {
	padding: 0;
}

/*-- custom banner end --*/
.logo-slider-sec .owl-nav.disabled {
	display: block !important;
	margin: 0 !important;
}

.logo-slider-sec .owl-theme[data-desktop-cols] .owl-nav [class*=owl-] {
	color: #044389;
	border: 0;
	border-radius: 0;
	background: transparent;
	margin: 0;
	font-size: 25px;
	opacity: .7;
	font-weight: 700;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.logo-slider-sec .owl-theme[data-desktop-cols] .owl-nav [class*=owl-]:hover, .logo-slider-sec .owl-theme[data-desktop-cols] .owl-nav [class*=owl-]:focus {
	opacity: 1;
	background: transparent;
	color: #044389;
}

.logo-slider-sec .owl-theme[data-desktop-cols] .owl-nav [class*=owl-] span {
	display: none;
}

.logo-slider-sec .owl-prev, .logo-slider-sec .owl-next {
	font-family: icomoon !important;
	font-weight: 400;
}

.logo-slider-sec .owl-prev {
	left: 0;
}

.logo-slider-sec .owl-next {
	right: 0;
}

.logo-slider-sec .owl-prev:before {
	content: "";
}

.logo-slider-sec .owl-next:before {
	content: "";
}

.logo-slider-sec .owl-item img {
	margin: 0 !important;
}

.logo-slider-sec .owl-carousel[data-desktop-cols] .owl-stage {
	padding: 0;
	margin: 25px 0;
}

.logo-slider-sec .owl-item .wpb_wrapper {
	border-radius: 7px;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, .08);
	margin: 25px auto;
	padding: 15px;
	transition: .3s;
	width: 90%;
	min-height: 116px;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
}

.logo-slider-sec .owl-carousel {
	padding: 0 25px;
}

.logo-slider-sec .owl-item .wpb_wrapper:hover {
	box-shadow: 2px 2px 20px rgba(0, 0, 0, .08);
	transform: scale(1.07);
	transition: .3s;
}

.logo-slider-sec .owl-dots {
	display: none !important;
}

.logo-slider-sec .wpb_wrapper h2.vc_custom_heading {
	font-size: 24px !important;
}

html body.page-template-cancer-tool-page[data-header-resize="1"]:not(.page-template-default) .container-wrap {
	padding-top: 0 !important;
}

/*-- resposnive --*/
@media (max-width: 1900px) {
	.banner-subtitle {
		font-size: 18px;
	}
}

@media (max-width: 1280px) {
	.banner-title {
		font-size: 25px;
	}
	
	.banner-subtitle {
		font-size: 18px;
	}
	
	.banner-content {
		padding: 40px 20px 0;
	}
	
	.banner-img {
		min-height: 650px;
		height: 65vh;
	}
}

@media (max-width: 1200px) {
	.banners-home {
		margin-top: 147px;
	}
	
	.banner-content {
		padding: 40px 15px 0;
	}
	
	.logo-slider-sec .owl-carousel[data-desktop-cols] .owl-stage {
		margin-bottom: 0;
	}
	
	.logo-slider-sec .owl-item .wpb_wrapper {
		margin: 0 auto;
	}
}

@media (max-width: 980px) {
	.banner-title {
		font-size: 21px;
	}
	
	.banner-subtitle {
		font-size: 15px;
	}
}

@media (max-width: 999px) {
	.banners-home {
		margin-top: 185px;
	}
}

@media only screen and (max-width: 768px) {
	.button-grey {
		font-size: 14px;
		padding: 10px 26px;
	}
}

@media (max-width: 767px) {
	.banners-home {
		margin-top: 200px;
	}
	
	.banner-img {
		flex-basis: calc(50% - 20px);
		margin: 10px;
		border-radius: 10px;
		min-height: 300px;
		height: 35vh;
		transition: .3s;
	}
	
	.banners-wrapper {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.banner-img.hovered {
		flex-basis: calc(50% - 20px);
	}
	
	.banner-img.hovered .banner-overlay {
		opacity: .4;
	}
	
	.banner-title {
		min-height: unset !important;
		font-size: 14px;
		transition: .3s;
	}
	
	.banner-subtitle {
		min-height: unset !important;
		display: none;
		font-size: 13px;
	}
	
	.banner-content .button-grey {
		opacity: 0;
		transition: .3s;
		display: none;
		position: absolute;
		bottom: 23px;
	}
	
	.button-banner-mobile {
		width: 35px;
		height: 35px;
		border: 1px solid white;
		border-radius: 50%;
		position: absolute;
		right: 10px;
		bottom: 10px;
	}
	
	.circle-wrapper {
		width: 100%;
		height: 100%;
		position: relative;
	}
	
	.circle-wrapper::before, .circle-wrapper::after {
		content: "";
		position: absolute;
		left: 23%;
		top: 1%;
		width: 18px;
		height: 2px;
		background: #fff;
		border-radius: 5px;
		box-shadow: 0 2px 5px rgba(255, 101, 47, .2);
		transition: all .3s ease-in-out;
	}
	
	.circle-wrapper::before {
		transform: translateY(15px) rotate(90deg);
	}
	
	.circle-wrapper::after {
		transform: translateY(15px);
	}
	
	.banner-content {
		max-width: unset;
		padding: 13% 10%;
	}
	
	.banner-overlay {
		border-radius: 10px;
	}
	
	.banner-background-color {
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}
	
	.banner-open .banner-title {
		font-size: 18px;
		transition: .5s !important;
	}
	
	.banner-open .banner-subtitle {
		opacity: 1 !important;
		display: block !important;
		transition: .3s !important;
	}
	
	.banner-open .banner-content .button-grey {
		opacity: 1 !important;
		display: inline !important;
		transition: .3s !important;
	}
	
	.banner-open .circle-wrapper::before {
		transform: translateX(-10px);
		background: transparent;
		box-shadow: none;
	}
	
	#banner-1.banner-open {
		z-index: 99;
		flex-basis: 65.2% !important;
		min-height: 60vh !important;
		transform: translate(22.5%, 70px) scale(1.3);
	}
	
	#banner-2.banner-open {
		z-index: 99;
		flex-basis: 65.2% !important;
		min-height: 60vh !important;
		transform: translate(-22.5%, 70px) scale(1.3);
	}
	
	#banner-3.banner-open {
		z-index: 99;
		flex-basis: 65.2% !important;
		min-height: 60vh !important;
		transform: translate(22.5%, -250px) scale(1.3);
	}
	
	#banner-4.banner-open {
		z-index: 99;
		flex-basis: 65.2% !important;
		min-height: 65vh !important;
		transform: translate(-22.5%, -250px) scale(1.3);
	}
	
	.banner-hide {
		flex-basis: 0 !important;
		opacity: 0 !important;
		pointer-events: none;
	}
	
	.banner-hide.banner-opacity-hide {
		flex-basis: calc(50% - 20px) !important;
	}
	
	.banner-subtitle p {
		padding: 0;
		line-height: 1.2;
	}
}

@media (max-width: 400px) {
	.banner-content {
		padding: 9% 6%;
	}
	
	.banner-subtitle {
		font-size: 11px;
	}
	
	.banner-open .banner-title {
		font-size: 15px;
		transition: .2s;
	}
	
	.banner-subtitle {
		font-size: 11px;
	}
}

@media (max-width: 350px) {
	.banner-open .banner-title {
		font-size: 13px;
	}
	
	.button-grey {
		font-size: 13px;
		padding: 8px 22px;
	}
}

.banner-1 {}
