h2{
	padding: 15px 0px;
}
.points-wrapper{
	margin-left: 25px;
}
.register-now {
    width: 100%;
    display: block;
    padding: 15px 0px;
    background: darkslateblue;
    font-size: 20px;
    text-align: center;
    border-radius: 5px;
    transition: 0.3s;
    color: #fff;
}
/*BANNER SECTION*/
.banner-section{
	height: 250px;
	color: #fff;
	background: url('../images/banners/banner-b.jpg');
	background-size: cover;
	background-position: center;
	border-bottom: 5px solid brown;
}
.banner-sub-section{
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.3);
}
.banner-sub-section h1{
	font-size: 40px;
	margin-bottom: 0;
	padding-bottom: 0;
	padding: 15px 15px;
	text-align: center;
}
.banner-sub-section a{
	color: #fff;
}
.banner-sub-section p{
	font-size: 25px;
    color: #fff;
    padding: 15px 15px;
    text-align: center;
}
/*.banner-sub-section svg{
	height: 20px;
	width: 20px;
	margin: 0px 10px;
}*/
.banner-sub-section i{
	margin: 0px 10px;
	color: silver;
}
/*BANNER SECTION END*/
.course-detail-section{
	padding: 5px;
}
/*CONTENT STYLING*/
.content{
	height: fit-content;
	position: relative;
}
.content-section-a{
	background: url('bg.jpg');
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	height: calc(100% - 135px);
}


.style14{
	color: crimson;
	font-size: 30px;
	display: block;
	margin: 10px 0px;
	text-align: left;
}
.style19{
	font-size: 20px;
	color: midnightblue;
	padding: 10px 10px;	
	background:  #d9d9d9;
	display: block;
	text-align: left;
	margin: 10px 0px;
	font-weight: 500;
	text-transform: uppercase;
	border: 1px solid lavender;
}
.style15{
	display: block;
	font-size: 25px;
	margin: 10px 0px;
	font-weight: bold;
	text-align: left;
	font-weight: 500;
}
.style6{
	display: block;
	color: crimson;
	font-size: 30px;
	margin: 10px 0px;
	text-align: left;
}
.style2,
.style12{
	display: block;
	font-size: 20px;
	color: midnightblue;
	padding: 10px 10px;	
	margin: 10px 0px;
	text-align: left;
	font-weight: 500;
	text-transform: capitalize;
	background:  #d9d9d9;
	border: 1px solid lavender;
}
.course-detail-desc{
	padding: 20px 0px;
}
.course-highlights-desc{
	padding: 20px 0px;
}
.course-detail-section{
	padding: 0px 50px;
	color: #444;
}
.course-detail-child-section{
	padding: 20px;
	display: inline-block;
	vertical-align: top;
	border: none;
}
.course-detail-child-section svg{
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 0;
}
/*.course-detail-child-section p{
	text-align: justify;
}*/
.course-detail-child-section-a{
	width: calc(70% - 40px);
}
.course-detail-child-section-b{
	width: calc(27% - 40px);
}
.course-detail-child-section h1{
	color: #444;
}
.course-detail-child-section a{
	display: block;
	color: steelblue;
	font-weight: normal;
	text-decoration: underline;
}







/*COURSES GRID SECTION*/
.courses-cat-sub-section{
	display: inline-block;
	vertical-align: top;
	width: calc(33% - 40px);
	padding: 20px;
}
.courses-cat-inner{
	height: 330px;
	padding: 10px;
	margin-top: 20px;
	border-radius: 5px;
	box-shadow: 3px 2px 5px 2px #999;
}
.courses-cat-sub-section h3{
	color: #222;
	font-size: 20px;
	padding: 15px 5px;
	height: 30px;
	white-space: nowrap;
	display: flex;
	overflow: hidden;
}
.courses-cat-sub-section h2{
	color: midnightblue;
	font-weight: 500;
	font-size: 22px;
}
.courses-cat-sub-section p{
	color: #555;
	padding: 10px;
	height: 180px;
}
.courses-cat-sub-section hr{
	width: 96%;
}
.read-more-c{
	margin-left: 10px;
	border-radius: 5px;
	vertical-align: bottom;
	background: crimson;
}







/*PLACEMENTS*/
.placement-details-section{
	padding: 0px 40px;
}
.placement-details-section p{
	color: #444;
}
.placement-details-section h1{
	color: orangered;
	padding: 20px 0px;
}
.placement-details-section img{
	border-radius: 50%;
	overflow: hidden;
}
.images-section{
	display: grid;
	grid-template-columns: 25% 25% 25% 25%;
}
.images-child-section{
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 5px;
	vertical-align: top;
}
.images-child-section h3{
	color: #fff;
	padding: 15px 25px;
	border-radius: 5px;
	background: steelblue;
}
.images-child-section img{
	margin: 20px;
}
.placement-box{
	background: #396a93;
	color: #fff;
	border-radius: 5px;
	padding: 40px 20px;
	font-family: sans-serif;
}
.style60{
	display: block;
	font-size: 25px;
	color: #222;
	padding: 20px 10px;
	font-weight: 500;
	border-bottom: 1px solid gray;
	margin-bottom: 20px;
	color: crimson;
}
.style23{
	font-size: 30px;
	color: #fff;
	font-weight: 500;
}
.points{
	display: block;
	padding: 5px 0px;
}
.company-list-section{
	display: inline-flex;
	flex-direction: column;
	width: calc(33% - 40px);
	padding: 15px;
	vertical-align: top;
}
.company-list-section p{
	margin: 1px;
	padding: 15px;
	background: rgba(0, 0, 0, 0.1);
}
/*.class-skills{

}*/
.class-skills-section{
	width: calc(49% - 50px);
	padding: 20px;
	margin: 5px;
	display: inline-flex;
	vertical-align: top;
	height: 250px;
}
.class-skills-section-a {
    background: rgba(0, 0, 0, 0.1);
    text-align: justify;
    border-radius: 10px;
    border: 3px solid darkslateblue;
}
.class-skills-section-b{
	align-items: center;
	justify-content: center;
}
.class-skills-section-b img{
	height: 280px;
	object-fit: cover;
	border-radius: 10px;
}
/*.class-skills-b{
	display: flex;
	justify-content: flex-end;
}*/
.course-box {
    margin: 5px;
    height: 400px;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 30px;
    background: rgba(0, 0, 0, 0.1);
}
.course-box h2{
	font-size: 20px;
	color: steelblue;
}
.course-box img{
	border-radius: 5px;
}
.course-box p{
	color: #555;
}
.placement-table {
    display: inline-flex;
    width: calc(49% - 50px);
    vertical-align: top;
    margin-top: 50px;
    border-radius: 10px;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.1);
    height: 300px;
    padding: 20px;
}
.placement-table h1{
	color: steelblue;
}
.placement-table ul li{
	margin: 5px 20px;
}






/*EMBISYSLABS CAREER*/
.career-section{
	background: url('../../bg-career.jpg');
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
	height: calc(90% - 135px);
	font-family: sans-serif;
	opacity: 0.9;
	display: flex;
}
.career-sub-section{
	height: 70%;
	width: 70%;
	background: #365264;
	opacity: 0.9;
	display: flex;
	flex-direction: column;
	margin: 0px auto;
	margin-top: 40px;
}
.career-sub-section h1{
	padding: 10px;
	padding-top: 0;
	padding-left: 0;
	margin: 0;
	width: 96%;
	margin-left: 10px;
	margin-top: 20px;
	font-size: 40px;
	color: deepskyblue;
	text-align: center;
	border-bottom: 1px solid gray;
	font-family: sans-serif;
}
.career-sub-section p{
	color: #fff;
	width: 97%;
	padding: 10px;
	font-size: 17px;
	text-align: justify;
	font-family: sans-serif;
}
.career-sub-section a{
	padding: 15px;
	width: 100px;
	background: crimson;
	margin-left: 10px;
}
.career-section-banner{
	padding: 20px;
	color: #fff;
	background: steelblue;
}
.career-section-banner h1{
	padding: 20px 0px;
	text-align: center;
	font-weight: normal;
	margin: 0px auto;
}
.career-section-banner h2{
    text-align: center;
}
.career-section-banner p{
	font-size: 20px;
	margin: 0px auto;
	font-size: 17px;
	padding: 0px;
	text-align: center;
}
.career-sub-section-contents{
	width: calc(48% - 40px);
	padding: 20px;
	display: inline-flex;
	vertical-align: top;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
.career-sub-section-contents img{
	width: 100%;
}
.career-sub-section-img{
	border-radius: 10px;
}
.career-sub-section-contents h1{
	color: steelblue;
	font-size: 25px;
	padding: 15px 0px;
}
.career-sub-section-contents p{
	font-size: 15px;
	color: #555;
	padding: 15px 0px;
}
hr{
	width: 100%;
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.about-company-section{
	background: snow;
}
.about-company-sub-section{
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	vertical-align: top;
	padding: 20px;
	margin: 5px;
	width: calc(99% - 50px);
}
.about-company-sub-section img{
	padding-top: 10px;
	overflow: hidden;
}
.about-company-sub-section p{
	color: #555;
	text-align: justify;
}




.content-section-all-courses{
	padding: 40px 20px;
	background: rgba(0, 0, 0, 0.1);
}
.content-sub-section-all-courses{
	width: calc(33% - 30px);
	display: inline-block;
	vertical-align: top;
	margin: 10px;
	/*box-shadow: 5px 5px 5px #777;*/
	border-radius: 2px;
	overflow: hidden;
	position: relative;
	font-family: sans-serif;
	border-radius: 10px;
}
.content-sub-section-all-courses span{
	display: flex;
	padding: 10px;
}
.course-details-title{
	top: calc(100%);
	color: #fff;
	height: auto;
	width: calc(100% - 10px);
	padding: 5px;
	transform: translateY(-100%);
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
}
.course-details-duration{
	top: 10%;
	color: #fff;
	width: 185px;
	background: steelblue;
	left: calc(100% - 185px);
	text-align: right;
	/*transform: translateX(-100%);*/
	position: absolute;
}
.course-details-description{
	top: 50%;
	left: -110%;
	width: calc(98% - 20px);
	height: calc(96% - 20px);
	transform: translateY(-50%);
	position: absolute;
	overflow: hidden;
	z-index: 2;
	color: #fff;
	padding: 10px;
	font-size: 15px;
	transition: 0.5s;
	background: steelblue;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	border-radius: 10px;
	text-align: left;
}
.course-details-description hr{
	border: none;
	width: 100%;
	height: 0;
	border-top: 1px solid #555;
}
.read-more-2{
	display: block;
	padding: 10px 15px;
	margin-top: 10px;
	text-decoration: none;
	background: crimson;
	color: #fff;
}
.content-sub-section-all-courses img{
	height: 250px;
	width: 100%;
	opacity: 0.9;
	margin-bottom: -7px;
}
.content-sub-section-all-courses:hover .course-details-description{
	left: 1%;
}








/************************************CONTACT US PAGE **********************************/
.contact-us-child-section {
    width: calc(49% - 40px);
    padding: 20px;
    display: inline-flex;
    flex-direction: column;
}
.iframe-section{
	background: rgba(0, 0, 0, 0.1);
	padding: 20px;
}
.iframe-sub-section{
	width: calc(49% - 60px);
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	vertical-align: top;
	padding: 20px;
}
.iframe-sub-section h1{
	color: #333;
}
.iframe-sub-section a{
	border-radius: 50%;
	display: inline-block;
	box-shadow: 2px 2px 2px #999;
	margin: 0px 10px;
}
.iframe-sub-section a img{
	margin-bottom: -4px;
	margin-right: -2px;
}
.note{
	padding: 10px;
	border: 1px solid gray;
	color: #777;
	margin-top: 20px;
}
#payment-link-section{
	border: 1px solid gray;
	margin: 20px;
	background: #fff;
}
textarea{
	padding: 7px;
}
.contact-us-child-section input, textarea{
	width: 90%;
}
.contact-us-child-section button{
	width: 80px;
	padding: 7px;
	font-size: 17px;
}
.contact-us-child-section input {
    padding: 5px;
    font-size: 17px;
    margin-top: 5px;
}
.contact-us-child-section textarea {
    margin-top: 5px;
    border-radius: 5px;
    resize: none;
    border: 1px solid gray;
}
.contact-us-child-section p{
	color: #555;
}
.contact-us-child-section h3{
	color: crimson;
}





/*COURSE WITH PLACEMENT GRID*/
.course-with-placement-section{
	display: grid;
	padding: 20px 0px;
	grid-template-columns: 25% 25% 25% 25%;
}
.course-with-placement-sub-section{
	padding: 10px;
	margin: 10px;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.05);
}
.course-with-placement-sub-section img{
	border-radius: 5px;
}
.course-with-placement-sub-section h4{
	padding: 10px 0px;
}
.course-with-placement-sub-section .desc{
	padding: 5px 0px;
	color: steelblue;
}
.course-detail-desc{
	color: #666;
}
.course-highlights-desc{
	color: #666;
}
.course-with-placement-sub-section p{
	color: #555;
	font-size: 15px;
}
.course-with-placement-sub-section p label{
	font-weight: 500;
	width: 140px;
	display: inline-block;
}
