.section2{
	width: 100%;
	height: 100%;
}

.section2-header{position: relative;
	width: 180px;
	height: 45px;
	background-color: #132c4f;
	margin-top: 7%;
	transform: skew(20deg);
	margin-left: 7.5%;
}

.section2-header h1{position: absolute;
	width: 80%;
	font-size: 23px;
	color: white;
	transform: skew(-20deg);
	text-align: center;
	margin-top: 3%;
	margin-left: 10%;
}
.section2-header h1 span{
	color: #f5a934;
}
#section2-top-desc{
	width: 84%;
	margin-top: 2%;
	margin-left: 8%;
	font-size: 17px;
	color: #444444;
	line-height: 30px;
}



.section2-top{
	width: 85%;
	height: 100%;
	margin-top: 7%;
	margin-left: 7.5%;
	display: flex;
}

.section2-top-left{
	width: 30%;
	height: 100%;
}

.section2-top-left-card1{
	width: 100%;
	height: 70px;
	display: flex;
}

.section2-top-left-card2{
	width: 100%;
	height: 70px;
	margin-top: 15%;
	display: flex;

}

.section2-top-left-card3{
	width: 100%;
	height: 70px;
	margin-top: 15%;
	display: flex;
}

#section2-active{
	width: 100%;
	background-color: #f5a934;
}
.section2-top-left a{
	text-decoration: none;
}
.section2-top-left img{
	width: 15%;
	height: 70%;
	margin-top: 2%;
	transition: 0.4s ease;
	margin-left: 4%;
 
}

.section2-top-left h1{
	color: black;
	font-size: 20px;
	margin-top: 6%;
	margin-left: 6%;
	transition: 0.4s ease; 
}
#section2-active img{
	filter: brightness(0) invert(1) grayscale(1);
	margin-left: 4%;
}
#section2-active h1{
	color: white;
}

#section2-not-active{
	background-color: white;
	transition: 0.4s ease; 
}
#section2-not-active:hover{
	background-color: #f5a934;
}

#section2-not-active:hover img{
	filter: brightness(0) invert(1) grayscale(1);
}

.section2-top-mid{
	width: 40%;
	height: 100%;
	margin-left: 2%;
}
.section2-top-mid img{
	width: 100%;
	height: auto;
}
.section2-top-mid h1{
	margin-top: 3%;
	font-size: 14px;
	color: #132c4f;
}

.section2-top-mid hr{
	width: 60px;
	height: 0px;
	border: 2.5px solid #f5a934;
	margin-top: 1.5%;
}

.section2-top-mid p{
	margin-top: 2%;
	font-size: 15px;
	color: #444444;
	line-height: 28px;
	width: 90%;
}


.section2-top-right{
	position: relative;
	width: 26%;
	height: 100%;
	margin-left: 2%;
	text-align: center;
}

.section2-top-right-card1{
	width: 100%;
	height: 350px;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 70%);
}

.section2-top-right-card1 img{
	width: 100%;
	height: 100%;
}

.section2-top-right-card-white{
	position: absolute;
	width: 90%;
	height: 252px;
	clip-path: polygon(0 2%, 100% 30%, 100% 100%, 0 100%);
	background-color: white;
	margin-top: -55%;
	margin-left: 5%;
	
}

.section2-top-right-card-white span{
	display: flex;
	margin-top: 28.5%;
	margin-left: 1%;
}

.section2-top-right-card-white span hr{
	width: 5px;
	height: 21px;
	background-color: #f5a934;
	border: none;
	margin-top: 1%;
}

.section2-top-right-card-white span h1{
	font-size: 18px;
	margin-left: 1.5%;
	color: #132c4f;
}

.section2-top-right-card-white p{
	font-size: 15px;
	margin-top: 5%;
	text-align: left;
}

