* {
	font-family: 'Poppins', sans-serif;
}

#maincontent {
	width: 100%;
	height: 90vh;
	background-image: url(images/02.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
}

.heropg {
	background: rgb(2, 0, 36);
	background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 0%, rgba(183, 195, 219, 1) 0%, rgba(78, 149, 219, 1) 49%);
}

.mainimg {

	background-color: #554534;
}

/* #maincontent:after {
	position: absolute;
	content: '';
	top: 0px;
	right: 0px;
	height: 100%;
	width: 60%;
	transform-origin: bottom left;
	transform: skew(-19deg, 0deg);
	background: #F2F9FB;
	opacity: 0.9;
	z-index: -1;
} */

.righttext {
	margin-top: 150px;
	padding-top: 15px;
}

.text {
	text-align: center;
	font-size: 52px;
	color: #1D4BF0;
	animation: 5s fadeIn;
	font-family: 'Poppins', sans-serif;
}

.text1 {
	text-align: center;
	font-size: 30px;
	color: #1D4BF0;
	animation: 5s fadeIn;
	font-family: 'Poppins', sans-serif;
}

.ptext {
	font-size: 16px;
}

.abtn {
	margin-top: 5px;
	text-decoration: none;
	background-color: #5323ef;
	padding: 15px;
	font-size: 16px;
	font-weight: bold;
	border-radius: 3px;
	color: white;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 0.5;
	}

	100% {
		opacity: 1;
	}
}

.navbar .navbar-nav .nav-item {
	margin-left: 5px;
	margin-right: 5px;
}

.box {
	width: 100%;
	height: 70vh;
	position: absolute;
	margin-top: 0;
	margin-left: 0;
	opacity: 0.7;
	z-index: 0;
}

.overlay {
	width: 70%;
	height: 80px;
	z-index: 1;
	left: 0;
	margin-left: 35px;
	margin-top: 0px;
	background: #32CD32;
	transform-origin: 0% 0%;
	transform: skewX(30deg) translateX(-40%);
	border-left: 10px solid white;
}

.whytrinity {
	margin-top: 10px;
	margin-right: 50px;
	text-align: right;
	color: white;
}

.ouracademy p {
	margin-left: 50px;
	margin-top: 50px;
	padding: 15px;
	text-align: left;
	color: white;
	font-weight: bold;
	font-size: 18px;
}

.academybtn {
	width: 250px;
	height: 60px;
	padding: 10px;
	background-color: #1d4bf0;
	text-decoration: none;
	color: white;
	font-weight: bold;
	margin-bottom: 15px;
}

.displaycenter {
	text-align: center;
	margin-top: 80px;
	margin-bottom: 10px;
}

.card {
	width: 350px;
	height: 500px;
	background-color: #e3e8e8;
	border-style: none;
	border-bottom: 3px solid #1d4bf0;
	margin-top: 25px;
	margin-bottom: 25px;
}

.card-title {
	margin-top: 10px;
}

.coursecontainer .col.card {
	margin: 0px;
	padding: 0px;
}

.card .btn {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 50%);
}

.btn {
	background-color: #1d4bf0;
	color: white;
	font-size: 18px;
	font-weight: bold;
}

.card:hover {
	background-color: white;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

#outer-left {
	-ms-transform: skew(-30deg, 0deg);
	/* IE 9 */
	-webkit-transform: skew(-30deg, 0deg);
	/* Chrome, Safari, Opera */
	transform: skew(-30deg, 0deg);
	background: #1d4bf0;
	width: 700px;
	height: auto;
	z-index: 20;
	border-bottom: 3px solid #1d4bf0;
	padding: 10px 30px 10px 75px;
	font-size: 20px;
	color: white;
	position: relative;
	left: -50px;
}

#outer-left:after {
	content: "";
	display: inline-block;
	position: absolute;
	width: 20px;
	height: 100%;
	background: #1d4bf0;
	float: right;
	right: 0px;
	top: 0px;
	z-index: 10;
}

#inner-left {
	-ms-transform: skew(30deg, 0deg);
	/* IE 9 */
	-webkit-transform: skew(30deg, 0deg);
	/* Chrome, Safari, Opera */
	transform: skew(30deg, 0deg);
	display: inline-block;
	text-align: center;
	font-size: 40px;
}

.footerbox1,
.footerbox2,
.footerbox3 {
	margin-top: 35px;
	color: white;
}

.footerbox1 h1 {
	margin-bottom: 20px;
}

.footerbox1 i {
	padding: 8px;
}

.footerbox2 a {
	font-size: 17px;
	text-decoration: none;
	color: white;
}

.footerimg img {
	padding: 3px;
}

.singlelineitem p {
	padding-bottom: 10px;
	margin-bottom: 25px;
}