/*<style>*/
/********************************* Font Montserrat ***********************************************/
@import url('https://fonts.googleapis.com/css2?family=Antonio:wght@400;500;600;700&family=Chewy&family=Montserrat:wght@400;500;600;700&family=Poppins:wght@400;500;600;700;800&display=swap');
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	font-family: 'Poppins', sans-serif;
}
body::before{
	display: block;
	content: "";
	height: 122px;
}


/* **************************** Navbar Css Start **************************************** */
.navbar{
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.35) 100%) !important;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05) !important;
	backdrop-filter: blur(24px) !important;
}
.navbar .nav-item{
	padding-right: 41px;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.2px;
	color: rgba(0,0,0,.9);


}
.navbar-toggler-icon {
	background: url("../assets/logo/navbar-toggler-icon.png") !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: 100% !important;

}
.navbar-toggler{
	border: none;
}
.navbar-toggler:focus{
	box-shadow: none;

}

/* ******************************** Navbar Css End ******************************************** */

/*----------------------------------- Sections ----------------------------------------------------*/
.sections{
	margin: 50px 0px;
	background: linear-gradient(
		45deg
		, hsla(216, 29%, 97%, 1) 0%, hsla(218, 32%, 80%, 0.7) 100%);
}
.sections .row{
	padding: 50px 0px;
}
.sections h1{
	font-family: 'Chewy', cursive;
	font-size: 45px;
	letter-spacing: 0.4rem;
	color: #020c3a;
}
.sections hr{
	width: 35%;
	height: 3px;
	color: #020c3a;
	margin-top: 0;
}
.sections h3{
	font-family: 'Montserrat', sans-serif;
	font-size: 32px;
	line-height: 4rem;
}
.sections img{
	border-radius: 20px;
}
.sections i{
	color: #df3f37;
}
.sections p{
	font-size: 20px;
	letter-spacing: 0.2px;
	color: #374754;
}
.section-images1{
	border-radius: 20px;
	box-shadow: black;
	box-shadow: 10px 10px 5px #ba926b;
	padding: 0;
}
.section-images2{
	border-radius: 20px;
	box-shadow: black;
	box-shadow: -10px 10px 5px #ba926b;
	padding: 0;
}
.section1-text, .section2-text, .section3-text, .section4-text{
	padding: 0px 50px;
}

/*section1*/
.car .fas{
	font-size: 25px;
	transition: transform 2s;
}
.car:hover .fas{
	transform: translateX(190px);
}

.section3{
	
}



/*Semester Section*/
.semester-main{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 40px 0px;
	background: #f4f6f9;
}
.semester-main .card{
	background: #f4f6f9;
	position: relative;
	min-width: 415px;
	height: 485px;
	box-shadow: inset 5px 5px 5px rgba(0,0,0,0.05),
	inset -5px -5px 5px rgba(255,255,255,0.5),
	5px 5px 5px rgba(0,0,0,0.05),
	-5px -5px 5px rgba(255,255,255,0.5);
	border-radius: 15px;
	margin: 30px;
}
.semester-main .card .box{
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: transform 0.5s;
}
.semester-main .card:hover .box{
	transform: translateY(-50px);
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
	background: linear-gradient(45deg, #b95ce4, #4f29cd);
}
.semester-main .card .box .content{
	padding: 20px;
	text-align: center;
}
.semester-main .card .box .content h2{
	position: absolute;
	top: -19px;
	right: 30px;
	font-size: 8em;
	color: rgba(0, 0, 0, 0.2);
	transition: 0.5s;
	pointer-events: none;
}
.semester-main .card:hover .box .content h2{
	color: rgba(0, 0, 0, 0.05);
}
.semester-main .card .box .content h3{
	font-size: 2.1em;
	color: #777;
	z-index: 1;
	transition: 0.5s;
	padding-top: 70px;
}
.semester-main .card:hover .box .content h3,
.semester-main .card:hover .box .content p{
	color: #fff;
}
.semester-main .card .box .content p{
	font-size: 1em;
	font-weight: 300;
	color: #777;
	z-index: 1;
	transition: 0.5s;
}
.semester-main .card .box .content a{
	position: relative;
	display: inline-block;
	padding: 8px 20px;
	margin-top: 15px;
	border-radius: 20px;
	color: #fff;
	background: #0d6efd;
	text-decoration: none;
	font-weight: 400;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.semester-main .card:hover .box .content a{
	background: #ff568f;
}
/************ footer *************/
.footer-ul{
	margin: 0px;
	padding: 0px;
}
.footer-section {
	background: #060c22;
	position: relative;
}
.footer-cta {
	border-bottom: 1px solid #373636;
}
.single-cta{
	margin: 15px 0;
}
.single-cta i {
	color: #de413a;
	font-size: 30px;
	float: left;
	margin-top: 8px;
}
.cta-text {
	padding-left: 15px;
	display: inline-block;
}
.cta-text h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 2px;
}
.cta-text span {
	color: #757575;
	font-size: 15px;
}
.footer-content {
	position: relative;
	z-index: 2;
}
.footer-pattern img {
	position: absolute;
	top: 0;
	left: 0;
	height: 330px;
	background-size: cover;
	background-position: 100% 100%;
}	
.footer-logo{
	padding-bottom: 30px;
}
.footer-logo img {
	max-width: 227px;
}
.footer-text p {
	margin-bottom: 14px;
	font-size: 14px;
	color: #7e7e7e;
	line-height: 28px;
}
.footer-social-icon span {
	color: #fff;
	display: block;
	font-size: 20px;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 20px;
}
.footer-social-icon a {
	color: #fff;
	font-size: 16px;
	margin-right: 15px;
}
.footer-social-icon i {
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 38px;
	border-radius: 50%;
}
.facebook-bg{
	background: #3B5998;
}
.twitter-bg{
	background: #55ACEE;
}
.google-bg{
	background: #DD4B39;
}
.footer-widget-heading h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 40px;
	position: relative;
}
.footer-widget-heading h3::before {
	content: "";
	position: absolute;
	bottom: -15px;
	height: 2px;
	width: 50px;
	background: #de413a;
}
.footer-widget ul li {
	display: inline-block;
	float: left;
	width: 50%;
	margin-bottom: 12px;
}
.footer-widget ul li a:hover{
	color: #de413a;
}
.footer-widget ul li a {
	color: #878787;
	text-transform: capitalize;
	text-decoration: none;
}
.subscribe-form {
	position: relative;
	overflow: hidden;
}
.subscribe-form input {
	width: 100%;
	padding: 14px 28px;
	background: #2E2E2E;
	border: 1px solid #2E2E2E;
	color: #fff;
}
.subscribe-form button {
	position: absolute;
	right: 0;
	background: #de413a;
	padding: 13px 20px;
	border: 1px solid #de413a;
	top: 0;
}
.subscribe-form button i {
	color: #fff;
	font-size: 22px;
	transform: rotate(-6deg);
}
.copyright-area{
	background: #02071a;
	padding: 25px 0;
}
.copyright-text p {
	margin: 0;
	font-size: 14px;
	color: #878787;
}
.copyright-text p a{
	color: #de413a;
}
.footer-menu li {
	display: inline-block;
	margin-left: 20px;
}
.footer-menu li:hover a{
	color: #ff5e14;
}
.footer-menu li a {
	font-size: 14px;
	color: #878787;
}