
h2 {
	font-size: 45px;
}
body{
	font-family: 'D-DIN';
	overflow-x: hidden;
}
.header {
	position: fixed;
	z-index: 9;
	width: 100%;
	background: transparent linear-gradient(180deg, #000, rgba(0, 0, 0, 0.80) 65%, rgba(0, 0, 0, 0.3) 90%, transparent) repeat scroll 0 0;
}
.nav-bar {
	width: calc(100% - 180px);
}
.top-nav {
	padding: 10px 0;
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
}
.top-nav a {
	color: #fff;
	font-size: 14px;
	padding: 0 25px;
}
.top-nav a + a{border-left: 1px solid #fff;}
.top-nav a.btn {
	border: 1px solid #fff;
	font-size: 13px;
	width: 160px;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-left: 10px;
}
.bottom-nav ul {
	display: flex;
	justify-content: space-between;
}

.bottom-nav li a {
	color: #fff;
	font-size: 16px;
	padding: 0px 23px;
}
.bottom-nav li:first-child a {
	padding-left: 0;
}
.bottom-nav li:last-child a {
	padding-right: 0;
}
.bottom-nav li + li a{border-left: 1px solid #fff;}
img{max-width: 100%;display: block;}
.left-line::before {
	background: #000;
	height: 1px;
	width: 100%;
	right: 100%;
	position: absolute;
	top: 0;
	content: "";
	margin-top: 25px;
	margin-right: 15px;
}
.child-image::before {
	content: "";
	height: 1px;
	background: #000;
	width: 100%;
	position: absolute;
	left: 100%;
	top: 50%;
	margin-left: 20px;
}

.banner-bg {
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
	color: #fff;
	background-color: #000;
}
.dots {
	position: absolute;
	right: 0;
	bottom: 0;
}
.banner-text h1 {
	font-size: 70px;
}
.banner-icon {
	width: 103px;
}
.banner::before {
	background: transparent linear-gradient(0deg, #00000000 0%, #000000B8 71%, #000000 100%) 0% 0% no-repeat padding-box;
	content: "";
	height: 100%;
	position: absolute;
	
	z-index: 1;
	width: 100%;
}
.banner-text {
	width: calc(100% - 103px);
	padding-left: 60px;
	z-index: 1;
}
.banner-text p {
	font-size: 22px;
	max-width: 820px;
	margin-top: 20px;
}
.banner-bottom {
	padding: 50px 0;
	position: relative;
}
.banner-bottom h2{font-size: 44px;}
.banner-bottom h2 span{display: block;}
.banner-bottom h4 {
	font-size: 35px;
	margin: 50px 0;
}
.banner-bottom p {
	text-align: center;
	font-size: 24px;
	line-height: 33px;
}
.banner-bottom h3 {
	color: #4D45A5;
	margin: 15px 0 10px;
	padding-bottom: 15px;
	border-bottom: 7px solid #4D45A5;
	display: inline-block;
	width: auto;
}
.banner-bottom h3::before {
	height: 1px;
	width: 100%;
	right: 100%;
	content: "";
	position: absolute;
	background: #000;
	bottom: -1px;
}
.introduction-image::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	border: 1px solid #000;
	top: -30px;
	left: -40%;
}
.banner-bottom::before {
	content: "";
	background: transparent linear-gradient(0deg, #00000000 0%, #000000B8 71%, #000000 100%) 0% 0% no-repeat padding-box;
	height: 118px;
	width: 100%;
	position: absolute;
	top: 0;
	opacity: 0.2;
}
.child-image {
	width: 45%;
}
.image-paceholder {
	transform: skewX(-15deg);
	
}
.image-paceholder img {
	display: block;
	
}
.image-paceholder::after {
	content: "";
	border: 1px solid #000;
	position: absolute;
	height: calc(100% + 40px);
	width: 100%;
	top: -20px;
	left: 20px;
	z-index: -1;
}
.child-left-text {
	width: 55%;
}
.sub-section-wrapper.top-wraper {
	max-width: 100%;
	padding-right: calc((100% - 1170px)/2);
	margin-bottom: 50px;
}
.introduction {
	padding: 75px 0;
}
.introduction::before {
	content: "";
	background: transparent linear-gradient(0deg, #00000000 0%, #000000B8 71%, #000000 100%) 0% 0% no-repeat padding-box;
	opacity: 0.08;
	height: 80%;
	width: 100%;
	position: absolute;
	top: 0;
}
.introduction-image {
	width: 88%;
	transform: skewX(-15deg);
	padding-bottom: 20px;
	border-bottom: 7px solid #000;
	margin-right: 12%;
}
.introduction-top-text {
	max-width: 585px;
	text-align: left;
}
.introduction-image img {
	transform: skewX(15deg);
	margin-left: -4px;
}
.introduction p {
	font-size: 20px;
	line-height: 1.3;
	margin-bottom: 1.3em;
}
.introduction-top-text h3 {
	font-size: 30px;
	text-align: right;
	margin-bottom: 50px;
}
.introduction-image img{width: 100%;}
.black-icon {
	margin-bottom: 50px;
}
.benefits {
	background: #000;
	color: #fff;
	padding: 60px 0;
}
.center-heading span {
	background: #000;
	padding: 0 50px;
}
.left-line-heading::before {
	background: #fff;
	right: 100%;
	margin-right: 10px;
	position: absolute;
	content: "";
	top: 50%;
	content: "";
	width: 100vw;
	height: 1px;
}

.bottom-position::before {
	top: inherit;
	bottom: -2px;
	right: -30px;
	margin-right: 0;
}
.center-heading::before {
	content: "";
	height: 1px;
	background: #fff;
	width: 100%;
	position: absolute;
	width: 200vw;
	left: -50vw;
	top: 50%;
	margin-top: -0.5px;
}
.black-color::before{background: #000;}
.benefit-list {
	padding: 50px 0;
}
.center-heading.black-color span {
	background: #fff;
	padding: 0;
}
.center-heading.black-color:after{background: fff;content: "";}
.benefit-list li {
	padding: 30px 0;
	padding-left: 80px;
	max-width: 580px;
	background-image: url(images/benifit-icon.png);
	background-repeat: no-repeat;
	background-position: center left;
}

.benefit-bottom-image img{
	
	width: 100%;
}
.student-project {
	padding: 50px 0 0;
}
.quatation {
	margin-bottom: 40px;
}
.benefit-bottom-image {
	transform: skewX(-10deg);
	margin-left: -60px;
	max-width: calc(100% - 40px);
	overflow:hidden;
	z-index: 1; 
}
.quatation::after {
	content: "";
	background: #ccc;
	height: 1px;
	width: 100vw;
	position: absolute;
	right: 0;
	bottom: -40px;
	
}
.quatation h3 {
	max-width: 580px;
	font-size: 25px;
	padding: 20px 0 33px;
	padding-left: 80px;
}
.quatation::before {
	background: #4D45A5;
	content: "";
	height: 100%;
	position: absolute;
	width: calc(100% + 60px);
	transform: skewX(-10deg);
	right: 0;
	margin-right: -10px;
}
.course-offer {
	margin-top: 80px;
}
.course-offer .heading {
	margin-bottom: 50px;
}
.course-offer li {
	font-size: 24px;
	margin: 0 0 20px;
	padding-left: 25px;
}
.course-offer li::before {
	content: "";
	
	position: absolute;
	border: 4px solid #fff;
	border-width: 0px 4px 4px 0px;
	width: 10px;
	height: 10px;
	transform: rotate(-45deg);
	left: 0;
	top: 5px;
}
.learinging-outcome ul {
	margin-top: 50px;
}
.heading-bottom-text{margin-top: 60px;margin-bottom: 100px;}
.learinging-outcome ul li {
	font-size: 20px;
	margin: 0 0 20px;
}
.course-imformation-image {margin-bottom: 90px;}
.course-imformation-image + h4 {
	font-size: 25px;
	color: #fff;
}
.duration {
	border: 1px solid #fff;
	width: auto;
	display: inline-block;
	padding: 20px 10px;
	color: #fff;
	max-width: 330px;
	margin-bottom: 50px;
	margin-top: 150px;
}
.course-information .dot-image {
	
	margin-top: 80px;
	margin-bottom: 100px;
}

.duration p {
	font-size: 20px;
}
.duration {
	border: 1px solid #fff;
	width: auto;
	display: inline-block;
	padding: 20px 10px;
	color: #fff;
}
.duration p span {
	font-weight: bold;
}
.bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  margin-top: 50px;
}
.bar-content {
	width: 100%;
	margin-bottom: 50px;
	padding: 0;
	position: relative;
	padding-right: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.bar-content > div::before {
	width: 9px;
	height: 9px;
	display: block;
	margin: 0px 0px 20px 40px;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
    z-index: 1;

}
.bar-content > div::after {
	position: absolute;
	width: 20px;
	height: 20px;
	background: #000;
	top: 14px;
	left: 53.5px;
	transform: translateY(-50%);
	border: 1px solid #fff;
	border-radius: 50%;
}
.dot-black {
	height: 77px;
	background: url(images/dots-black.png);
	width: 70%;
	background-repeat: repeat-x;
}
.bar-content > div::before, .bar-content > div::after {
	content: "";
	transition: background 0.47s linear;
}
.bar-content:before {
    content: "";
    background: #fff;
    height: 1px;
    width: 80%;
    top: 14px;
    position: absolute;
    left: 64px;
}
.bar-content > div {
	
	position: relative;
	text-align: left;
	width: 20%;
	padding: 10px 20px;
	
	
}
.bar-list h5 {
	font-size: 20px;
	font-weight: normal;
	margin: 40px 0 20px;
}
.bar-list h5 span{display: block;font-size: 24px;font-weight: bold;}
.course-outline {
	background: #000;
	color: #fff;
}
.course-information {
	padding: 70px 0;
}
.course-information::before{
	content: "";
	background: #000;
	height: 40%;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.gallery-row {
	margin-top: 50px;
}
.gallery-play-btn {
	background: transparent;
	width: 100px;
	height: 100px;
	border: 4px solid #fff;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	box-shadow: 0 0 4px rgba(0,0,0,0.5);
	transform: translate(-50%,-50%);
}
.gallery-play-btn .arrow {
	border-left: 30px solid #fff;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	
}
.accolades{margin-top: 50px;margin-bottom: 50px;}
.faculity-row {
	margin: 100px 0;
}
.accolades-row {
	margin-top: 40px;
}
.accolades-row h3 {
	margin: 15px 0;
	font-size: 50px;
}
.accolades-row h3 .small-text {
	font-size: 22px;
	line-height: 1;
	max-width: 100px;
}
.accolades-row .icon {
	margin-left: 40px;
}
.accolades-row p {
	max-width: 220px;
}
.why-mages {
	padding: 50px 0 0;
}
.why-text {
	max-width: 700px;
	margin: 50px auto;
}
.faculity-image {
	width: 267px;
	border: 1px solid #707070;
	padding: 15px;
}
.faculity-text {
	width: calc(100% - 267px);
	padding-left: 60px;
}
.faculity-text h4 {
	margin: 20px 0;
}
.video-thumbnail {
	padding: 18px;
	border: 1px solid #000;
	background:#fff;
}
.video-thumbnail::before {
	content: "";
	background: #000;
	position: absolute;
	height: 1px;
	width: 200vw;
	right: -100%;
	top: 50%;
	z-index:-1;
}
.thumbnail-image {
	background: #000;
}
.thumbnail-image img{width: 100%;}
.video-wrapper {
	max-width: 800px;
	margin: auto;
	margin-top: 100px;
	margin-bottom: 100px;
}
.play-btn {
	position: absolute;
	width: 71px;
	height: 71px;
	background: rgba(255,255,255,0.7);
	top: 50%;
	left: 50%;
	border-radius: 50%;
	transform: translate(-50%,-50%);
	cursor: pointer;
}
.play-icon {
	border-left: 15px solid #000;
	
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.testimonail-text {
	padding: 40px 60px 0;
}
.heading-normal h2{font-weight: normal;}
.heading-normal h2 span{font-weight: bold;}
.arrowed {
	margin-bottom: 13px;
	margin-left: 5px;
}
.arrow-black .arrow-2,.arrow-black .arrow-2:after{border-color: #000;}
.arrow-2 {
	height: 10px; width: 10px;
	border: 4px solid #fff;
	border-width: 4px 4px 0 0;
	transform: rotate(45deg);
}
.arrow-2:after {
	content: '';
	display: block;
	height: 6px; width: 6px;
	border: 4px solid #fff;
	border-width: 4px 4px 0 0;
	
	/* Parent's rotation also
	   rotates transform axis */
	/* Add width of border to Y */
	transform: translate(8px, -11px)
	
	/* rotate handled by parent */
}
.faq {
	padding: 60px 0;
	background: #000;
	color: #fff;
}
.question-answer-list {
	margin-top: 40px;
}
.question-answer-list h4 {
	font-weight: normal;
	font-size: 25px;
	letter-spacing: 0;
	cursor: pointer;
	padding: 15px 45px;
	position: relative;
	border-bottom: 1px solid #707070;
	letter-spacing: 0;
	font-weight: 600;
	margin-bottom: 15px;
}
.answer li {
	font-size: 16px;
	margin: 10px 0;
	padding-left: 15px;
}
.answer ul li::before {
	content: "• ";
	position: absolute;
	left: 0;
}
.answer {
	margin-top: 20px;
	padding-bottom: 20px;
	display: none;
	padding-left: 45px;
	padding-right: 45px;
}
.question-answer-list h4::after {
	content: "+";
	position: absolute;
	right: 20px;
	color: #fff;
	font-size: 24px;
}
.question-answer-list h4.active::after {
	content: "_";
	top: 5px;
}
.table {
	display: flex;
	width: 100%;
	border: 1px solid #fff;
	margin: 15px 0 0;
}
.table-col {
	padding: 10px;
}
.apply-now {
	padding: 30px 0;
	background: #4D45A5;
}
.apply-now::before {
	background: transparent linear-gradient(269deg, #000000 0%, #000000FC 43%, #00000000 100%) 0% 0% no-repeat padding-box;
	position: absolute;
	height: 100%;
	top: 0;
	width: 25%;
	right: 0;
	content: "";
}
.apply-now::after {
	background: transparent linear-gradient(91deg, #000000 0%, #000000FC 43%, #00000000 100%) 0% 0% no-repeat padding-box;;
	position: absolute;
	height: 100%;
	top: 0;
	width: 25%;
	left: 0;
	content: "";
}
.btn-tringle {
	background-color: #fff;
	color: #000;
	font-size: 23px;
	text-transform: uppercase;
	padding: 14px 30px;
	border: none;
	font-weight: 500;
	transform: skewX(-30deg);
	width: 300px;
	text-align: center;
	max-width: 100%;
}
.btn-tringle span {
	transform: skewX(30deg);
	display: block;
}
.footer {
    padding: 20px 0 50px;
    background: #fff;
}
.footer-logo{
    margin: 0 0 30px;
}
.footer-address p{font-size: 16px;line-height: 20px;color: #000;}
.edu-logo{margin: 0 0 20px;}
.footer .row-item-3 + .row-item-3::before {
	content: "";
	border-left: 2px solid #000;
	height: 100%;
	position: absolute;
	top: 0;
}
.footer .row-item-3{position: static;padding: 15px 0;}

@media(max-width:767px){
	.sub-section-wrapper{padding:0 20px}
	.bottom-nav{display:none;}
	.top-nav a {
	display: none;
}
.top-nav{border:none}
.top-nav a.btn{display:block}
.banner-text{width:100%;padding:0px}
.banner-icon {
	width: 100%;
	text-align: center;
}
.banner-icon img{display:inline-block}
.banner-text p{font-size:16px}
.banner-text .banner-text{padding:0px;padding-top:20px}
.banner-text h1{font-size:36px}
.dots{display:none;}
.child-left-text{width:100%}
.apply-now::before,.apply-now::after{display:none;}
.btn-tringle{font-size:16px;padding:10px 20px;width:200px}
.question-answer-list h4{font-size:16px;padding:10px 0;margin-bottom:10px;}
.testimonail-text{padding:20px 0}
.video-wrapper{margin-top:40px;margin-bottom:40px;}
.faculity-text {
	width: 100%;
	padding-left: 0;
	padding-top:20px
}
}