
.homeslider_section{
	position: relative;
}

.home_slide.slick-slide {
    height: 100vh;
    background-color: #090093;
    background-repeat: no-repeat;
    background-size: cover;
}

.home_slide.slick-slide.slick-current.slick-active{
	display: flex;
	align-items: center;
	justify-content: center;
}

.home_slide.slick-slide .home_slide_text{
	visibility: hidden;
	animation-duration: 2.5s;
}

.home_slide.slick-slide.slick-current.slick-active .home_slide_text {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    max-width: 100%;
    visibility: visible;
}

.home_slide_column{
	width: 50%;
	animation-duration: 1.5s;
}

.home_slide_column.left {
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 90%;
    background-position: left bottom;
}

.home_slide_text h1{
	color: var(--Base-Colours-White, #FFF);
	font-family: "Work Sans";
	font-size: 72px;
	font-style: normal;
	font-weight: 700;
	line-height: 84px;
	letter-spacing: -1.44px;
	margin-bottom: 32px;
	max-width: 650px;
}

.home_slide_text p {
    color: var(--Base-Colours-White, #FFF);
	font-family: "Work Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 36px; 
	max-width: 650px;
	margin: 0;
}

.home_slide_buttons {
    display: flex;
    align-items: center;
    padding-top: 25px;
}

.home_slide_buttons a{
	display: flex;
	padding: 20px 40px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	background: #22404D;
	color: #fff;
	font-family: "Work Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 27px;
	text-decoration: none;
}

.home_slide_buttons a:hover{
	background: #fff;
	color: #22404D;
}



@-webkit-keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
@-moz-keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
@keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}

.breadcrumbs_container{
	animation-duration: 2.5s;
}

.single_partner_logo{
	position: absolute;
	bottom: 0;
	right: 15vw;
	animation-duration: 2.5s;
}

.partners_section{
	padding: 40px 0;
}

.partners_carousel .slick-slide {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 64px;
}


.partners_carousel .slick-slide img {
    filter: grayscale(100%);
}

.partners_carousel .slick-slide img {
  transition: filter 0.3s ease;
}

section .section_container{
	display: flex;
}

section h4{
	color: var(--german-uds-primary-blue-500, #000064);
	font-family: "Work Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	margin: 0;
}

section h2,
section p{
	max-width: 100%;
	margin: 32px 0;
}

section h2 {
   color: #0600EB;
   font-family: Cairo;
   font-size: 30px;
   font-weight: 700;
   line-height: 38px; 
}

section h3 {
    color: #090093;
    font-family: Cairo;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    margin: 0;
}

section p{
	color: var(--Secondary-Grey-800, #333);
	/* Text md/Sans Regular */
	font-family: "Work Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
}

section p.yellow{
	background: var(--Primary-Gold-300, #F7D890);
	padding: 32px;
	border-radius: 8px;
}

section p.blue{
	background: var(--Primary-Gold-300, #BFE8F7);
	padding: 32px;
	border-radius: 8px;
}

section p strong{
	color: var(--Secondary-Grey-800, #333);
	font-family: "Work Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; /* 133.333% */
}

section p span{
	color: #536B7E;
	font-family: "Work Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
}

section p a {
    color: #0600EB;
    font-family: "Work Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
}

main section ul{
	padding-left: 20px;
	margin: 0;
}

.new_details_container li{
	color: #393955;
	font-family: "Work Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 150% */
}

.new_details_container li strong{
	display: block;
	font-weight: 700;
}

.section_cta{
	max-width: fit-content;
	display: flex;
	padding: 16px 48px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	background: var(--S4R-Primary-Green-300, #75BC22);
	color: var(--S4R-Primary-Slate-500, #0A2134);
	font-family: "Work Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	text-decoration: none;
	margin-top: 25px;
	margin-bottom: 25px;
}

.section_cta:hover{
	background-color: #22404D;
	color: #fff;
}

.new_details_container {
    max-width: 900px;
    background-color: #fff;
    padding: 50px;
}

.new_details_container h1 {
    max-width: 100%;
    color: #0600EB;
    font-family: Cairo;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.72px;
    margin-bottom: 0;
}

.post_date{
	color: #333;
	font-family: "Work Sans";
	font-size: 16px;
	font-weight: 400;
	line-height: 24px; 
	margin-bottom: 16px;
}

.section_5{
	margin-top: 0;
}


/* Responsive Design */


@media only screen and (min-width: 1025px) {

	.home_slide.slick-slide {
	    height: calc(100vh - 190px);
	}

}


@media only screen and (max-width: 1440px) {

	.home_slide.slick-slide {
	    height: 75vh;
	}

	.home_slide_text h1 {
	    font-size: 50px;
	    line-height: 62px;
	}

	.new_details_container {
	    margin: 0px auto;
	}
	

}


@media only screen and (max-width: 1280px) {


	.home_slide_text .container{
		width: 100%;
		max-width: 90%;
		margin: 0 auto;
	}

	.home_slide_column {
	    padding: 0 5%;
	    padding-bottom: 0px;
	}


}


@media only screen and (max-width: 1200px) {


	.home_slide_text h1 {
	    font-size: 40px;
	    line-height: 52px;
	}

	section h5 {
	    font-size: 24px;
	    line-height: 32px;
	}

	.section_2 .column_left {
	    padding-right: 5vw;
	    max-width: calc(50% - 5vw);
	}

	.section_5 .column_left img {
	    max-width: 70%;
	}

}


@media only screen and (max-width: 1024px) {

	

	.home_slide_column{
		width: 100%;
	}

	.home_slide.slick-slide.slick-current.slick-active .home_slide_text {
	    flex-direction: column-reverse;
	}

	.home_slide_column.left {
	    background-size: cover;
	    background-position: center;
	    margin-top: 50px;
	}

	.home_slide_column.right{
		padding-left: 15vw;
	}

	.home_slide_text h1{
		color: var(--Base-Colours-White, #FFF);
		font-family: "Work Sans";
		font-size: 32px;
		font-style: normal;
		font-weight: 700;
		line-height: 40px;
		letter-spacing: -0.64px;
		margin-top: 120px;
	}

	.home_slide_buttons a {
	    width: 100%;
	    max-width: 320px;
	}

	.single_partner_logo {
	    right: -2px;
	    bottom: 64px;
	}

	section h2{
		max-width: 100%;
	    font-size: 24px;
	    line-height: 32px;
	}

	.new_details_container {
	    padding-bottom: 50px !important;
	}

	.new_details_container ul {
	    padding-left: 20px;
	}

	.section_4 .column_right .vector {
	    display: none;
	}

	section .section_container{
		width: 100%;
	}

	footer{
		padding-top: 30px;
		padding-bottom: 0;
	}

	.footer_top .section_container {
	    flex-direction: column;
	    padding-bottom: 0px;
	}

	footer form {
	    width: 100%;
	    max-width: calc(100% - 80px);
	    margin-top: 40px;
	}

	.footer_top{
		padding-top: 0;
		padding-bottom: 0;
	}

	#footer_menu_container{
		justify-content: flex-start;
	}




}


@media only screen and (max-width: 991px) {

	.section_cta{
		margin-bottom: 50px;
	}

	.home_slide.slick-slide {
	    height: 80vh;
	}

	.new_details_container {
	    max-width: 90% !important;
	    padding-top: 0 !important;
	}

	.footer_top .section_container {
	    padding-bottom: 0;
	}


}

@media only screen and (max-width: 768px) {


}


@media only screen and (max-width: 767px) {

	.breadcrumbs_container ul li:last-child{
		display: none;
	}

	.single_partner_logo {
	    left: 0;
	    right: 0px;
	    bottom: 64px;
	    max-width: 100%;
	}

	.new_details_container h1 {
	    font-size: 24px;
	    line-height: 32px;
	   	margin-bottom: 15px;
	}

	.section_cta {
	    width: 100%;
	    max-width: calc(100% - 80px);
	    text-align: center;
	    padding: 20px 40px;
	    margin-bottom: 50px;
	}

	.cta_column{
		width: 100%;
	}

	.home_slide.slick-slide {
	    height: 50vh;
	}

	.single-post .home_slide.slick-slide {
	    height: 200px;
	    background-size: cover;
	}

	.home_slide_text{
		padding-top: 100px;
	}

	.home_slide_text h1{
		max-width: 300px;
		margin-top: 60px;
	}

	.home_slide_text p{
		max-width: 300px;
		font-size: 18px;
		line-height: 32px; 
	}

	.home_slide_buttons {
	    flex-direction: column;
	    align-items: flex-start;
	}

	.home_slide_buttons a {
	    width: 100%;
	    max-width: 280px;
	    margin-bottom: 16px;
	    padding: 10px 20px;
	}

	section h2, section p {
	    max-width: 100%;
	    margin: 25px 0;
	}

	section p {
	    color: #536B7E;
	    font-family: "Work Sans";
	    font-size: 16px;
	    font-weight: 400;
	    line-height: 26px;
	}

	section h3 {
	    font-size: 22px;
	    line-height: 32px;
	}

	section p a {
	    font-size: 16px;
	}



}

