.section2{
	widows: 100%;
	height: 100%;
}
.section2-cont-cards{
	margin-top: 9%;
	display: inline-flex;
	width: 100%; 
}

.section2-top-left{
	width: 54%;
	height: 100%;
	margin-left: 13%;

}

.section2-top-left img{
	width: 100%;
	height: 450px;
}

.section2-top-left h1{
	color: #081467;
	margin-top: 3%;
}

.section2-top-left h2{
	color: #fc9206;
	font-size: 15px;
	font-weight: 500;
}

#section2-top-left-line{
	margin-top: 1.5%;
	width: 100px;
	border: 2.5px solid #2742ff;
}

.section2-top-left p{
	margin-top: 3%;
	font-size: 17px;
	line-height: 30px;
}

.section2-mid-left{
	width: 100%;
    margin-top: 5%;
    margin-left: 0%;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(100px,1fr));
	gap: 20px;
}
.section2-mid-left-card{
	width: 100%;
	height: 100%;
}



.section2-mid-left-card img{
	width: 40%;
	height: auto;
	margin-left: 30%;
}

.section2-mid-left-card h1{
	text-align: center;
	font-size: 17px;
	font-weight: 400;
	color: black;
}

.section2-end-left{
	width: 100%;
    margin-top: 10%;
    margin-left: 0%;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
	gap: 30px;
}
.section2-end-left-card{
	width: 100%;
	height: 100%;
}

.section2-end-left-card img{
	widows: 100%;
	height: auto;
}

.section2-end-left-card-box{
	position: absolute;
	width: 300px;
	height: 60px;
	margin-top: -6%;
	margin-left: 1.5%;
	background-color: white;
	border-left: 5px solid #081467;
}

.section2-end-left-card-box h1 {
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	color: black;
	margin-top: 4.5%;
}


.section2-top-right{
	width: 28%;
	height: 100%;
	margin-left: 1%;
	line-height: 40px;


}

.section2-top-right-cont{
	width: 98%;
	height: 450px;
	margin-left: 2%;
}

.section2-top-right-cards{
	position: relative;
	width: 100%;
	height: 16.67%;
	display: inline-flex;
	border-left: 5px solid #081467;
}


.image {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.1;
}


.text {
	position: absolute;
	font-size: 20px;
	color: white;
	margin-top: 6.2%;
	margin-left: 2.5%;
	font-weight: 600;
}

.overlay {
    position: absolute;
    opacity: 0;
    transition:all .5s ease;
    background-color: #504f4f;
}
.section2-top-right-cards:hover .overlay,.section2-top-right-cards:hover .overlayFade {
    opacity: 1;
}

.overlayLeft{
    height: 100%;
    width:0;
    top:0;
    left:0;
    background-color: #504f4f;
}
.overlayRight{
    height: 100%;
    width: 0;
    top:0;
    right:0;
    background-color: #12888e;
}
.section2-top-right-cards:hover .overlayLeft ,.section2-top-right-cards:hover .overlayRight {
    width: 100%;
}


.section2-top-right-cards h1{
	position: absolute;
	font-size: 20px;
	color: #081467;
	margin-top: 6.2%;
	margin-left: 2.5%;
}

.section2-top-right-cards .img-before{
	position: absolute;
	width: 23%;
	margin-top: 0.5%;
	margin-left: 75%;
	opacity: 0.8;
}

.section2-top-right-cards .img-after{
	position: absolute;
	width: 23%;
	margin-top: 0.5%;
	margin-left: 75%;
	filter: brightness(0) invert(1);
}

#section2-top-right-cards-active{
	background-color: #504f4f;
	margin-left: 1.5%;
}

#section2-top-right-cards-active h1{
	position: absolute;
	font-size: 20px;
	color: white;
	margin-top: 6.2%;
	margin-left: 2.5%;
	font-weight: 600;
}


.section2-mid-right-cont{
	margin-top: 39%;
	width: 100%;
	height: 782px;
	background-color: #fc9206; 
}

.section2-mid-right-cont img{
	width: 100%;
	height: auto;
}

.section2-mid-right-cont h1{
	text-align: center;
	margin-top: 10%;
	font-size: 31px;
	font-weight: 400;
	color: white;
}

.section2-mid-right-cont .fa-phone{
	color: white;
	font-size: 80px;
	text-align: center;
	margin-top: 10%;
	margin-left: 38%;
}

.section2-mid-right-cont #number{
	margin-top: 5%;
	text-align: center;
	color: white;
	text-decoration: none;
}

.section2-mid-right-cont-contact{
	widows: 100%;
	height: auto;
	display: flex;
  	flex-direction: column;
  	margin-top: 8%;
  	line-height: 30px;
  	  justify-content: center;
  align-items: center;

}

.section2-mid-right-cont-contact a{
	margin-top: 4%;
	text-align: center;
	color: white;
	text-decoration: none;
	font-size: 26px;
	font-weight: 400;
}

.section2-mid-right-cont-contact hr{
	margin-top: 5%;
	width: 300px;
	border: 1px solid white;

}