
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap');
html {
  scroll-behavior: smooth;
}
.lg-header img {max-width:100%;}
body {
	font-family:'Roboto', sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	letter-spacing: 0.3px;
	overflow-x: hidden;
}
section.lg-header {
    background: #43264e;
    padding: 10px 0;
}
.main-logo img {
    max-width: 70px;
}
/*.box-form-submit { overflow:scroll;}*/
.main-logo {
    position: fixed;
    bottom: 50px;
    left: 20px;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    z-index:99;
    box-shadow:rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 20px;
}
ul li, p{
	font-family: 'Roboto', sans-serif;
    font-size: 14px;
	line-height:20px;
}

h1 {
		font-family: 'Roboto', sans-serif;
	font-size: 35px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 16px;
}

a {
	color: #004;
    text-decoration: none;
}

a:hover,
a:focus{
	color: #004;
    text-decoration: none;
    outline: none
}

ul,ol{
    margin: 0;
    padding: 0;
    list-style: none
}
/* navbar css start here */
section.header-name-tag h4 {
    margin: 0;
    padding: 0;
    color:#fff;
    font-size:22px;
}
.dropdown-item {
    font-size: 13px;
    color: #333;
}
.abt-heade img {
    max-width: 100px;
}
.abt-heade {
    background: #fff;
    padding: 10px 0;
    border-bottom: 2px solid #43264e;
}
.abt-heade h3 { color:#43264e; margin:0;}
section.header-name-tag {
    background: #43264e;
    padding: 15px 0;
}
a.navbar-brand img {
    max-width: 150px;
}
/* section.navbar-bt {
    position: absolute;
    top: 0;
    z-index: 99;
    width: 100%;
} */
.navbar-expand-lg .navbar-nav .nav-link {
    color: #000;
    font-size: 14px;
	font-weight: 400;
	cursor: pointer;
}
.navbar-bt .primary-btn {
	padding-left: 25px !important;
	padding-right: 25px !important;
	font-size: 14px;
	font-weight: 400;
	margin-top: -4px;
	margin-left: 10px;

}
.primary-btn:visited, .primary-btn:focus, .primary-btn:active, .primary-btn:hover {
    background: linear-gradient(90deg,#ea2331,#43264e 50%) !important;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    transition: ease all .2s;
    outline: none;
    border: none;
}
/* navbar css end here */

/* Home page banner slider start here*/
.p0 { padding: 0;}
.slider-banner-container {
    position: relative;
}.content-box-banner h3 {
    color: #fff;
	font-size: 40px;
	width: 60%;
}
.slick-dots li.slick-active button:before { opacity: 1; color:#fff;}
.slick-dots li button:before {opacity: .5; color:#fff;}
.home-slider img { width: 100%; }
.home-slider .slick-dotted.slick-slider { margin-bottom: 0;}
.home-slider .slick-dots { bottom:0;}
.content-box-banner {
    position: absolute;
    width: 80%;
    height: 100%;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    vertical-align: middle;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.primary-btn {
    padding: 10px 25px ;
    background: linear-gradient(90deg,#ea2331,#43264e 50%);
    width: max-content;
    border-radius: 50px;
    color: #fff !important;
    font-weight: 700;
    font-size: 16px;
    line-height: unset;
    outline: none;
    border: none;
    cursor: pointer;
}

/* Home page banner slider ends here */

/* Latest news section start here */
section.latest-news-section {
    padding: 40px 0;
}
.heading-section h3 { color: #e42332;
    font-size: 26px;
	font-weight: bold;
 }
 .latest-news h4 {
    font-weight: 400;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    width: 80%;
    margin: 0 auto;
}

 /* About us css strats here */
 
section.about-us-section {
	padding:40px 0 60px ;
	background: #fcfcfc;
}
.about-box h3 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #e42332;
}
.about-box p {
    text-align: center;
    font-weight: 300;
    color: #000;
    line-height: 22px;
    font-size: 14px;
    margin-bottom: 30px;
}
 ul.project-box {
	display: flex;
	justify-content: space-between;
	text-align: center;
}
.abt-icon-box {
    padding: 50px 25px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	border-radius: 10px;
	
}
.abt-icon-box:hover{
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
ul.project-box li:first-child .abt-icon-box {
	background: linear-gradient(90deg,#ffa500,#32a246 50%);

}
ul.project-box li:nth-child(2) .abt-icon-box {
	background: linear-gradient(278deg,#efbb00 0,#402c3b 92%);

}
ul.project-box li:last-child .abt-icon-box {
	background: linear-gradient(90deg,#ea2331,#43264e 50%);

}
.abt-icon-box i {
	font-size: 20px;
	margin-bottom: 20px;
	color: #fff;
}
.abt-icon-box p {
    font-size: 20px;
    margin: 0;
	font-weight: 500;
	font-size: 22px;
	color: #fff;
}
ul.project-box li { flex: 0 0 32%;}
/* about section css starts here */
section.counter-up-section {
    background: url('../img/banners/backgroud-banner.jpg');
    padding: 100px 0;
	text-align: center;
	position: relative;
	background-position: center center;
	background-attachment: fixed;
}section.counter-up-section:before {
    content: close-quote;
    position: absolute;
    background: #00000075;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
}
section.counter-up-section h1 { font-size: 50px; color:#fff;font-weight: 500;margin: 0;}


section.counter-up-section i {
    font-size: 50px;
    color: #fff;
    background: linear-gradient(278deg,#ff4217 0,#ff8a00 92%);
    padding: 20px;
    border-radius: 50px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    vertical-align: middle;
    margin: 0 auto 20px;
}
section.counter-up-section h3 { font-size: 26px; color:#fff;font-weight: normal;margin: 0;}

/* about section css ends here */
/* course section css start here */
.popular-courses-section { padding:40px 0 0;}
.course-banner img {
    width: 100%;
}
.course-box-section { 
	margin: 10px;
	box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 60px;
	cursor: pointer;
}.course-box-section:hover{
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.profile-box-section {
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    border-radius: 10px;
    width: 80%;
    margin: 40px auto;
    padding: 50px;
    background: #fcfcfc;
}

.profile-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.profile-pic {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
}
.profile-box-section p {
    font-weight: 500;
    font-size: 18px;
    margin: 0;
    padding: 10px 0;
}

.course-desc h2 {
    font-size: 18px;
    color: #e42332;
    font-weight: 500;
    margin: 0;
    padding: 0 0 10px;
}.slick-next::before, .slick-prev::before {
	color: blue;
  }
  .slick-prev:before {
    content: "\f104";
    color: #e42332;
    font-size: 18px;
    font-family: 'FontAwesome';
  }

  .slick-next:before {
    content: "\f105";
    color: #e42332;
    font-size: 18px;
    font-family: 'FontAwesome';
  }button.slick-prev.slick-arrow {
	width: 30px;
	height: 30px;
    background: #fff;
	border-radius: 50px;
	box-shadow:2px 2px 4px 0 rgb(0 0 0/.2);-webkit-box-shadow:2px 2px 4px 0 rgb(0 0 0/.2);-moz-box-shadow:2px 2px 4px 0 rgb(0 0 0/.2);-o-box-shadow:2px 2px 4px 0 rgb(0 0 0/.2);
    z-index: 9;
}
button.slick-next.slick-arrow {
	width: 30px;
	height: 30px;
    background: #fff;
	border-radius: 50px;
	box-shadow:2px 2px 4px 0 rgb(0 0 0/.2);-webkit-box-shadow:2px 2px 4px 0 rgb(0 0 0/.2);-moz-box-shadow:2px 2px 4px 0 rgb(0 0 0/.2);-o-box-shadow:2px 2px 4px 0 rgb(0 0 0/.2);
}

.course-desc p {
	margin: 0;
	font-size: 14px;
	color:#000;
	font-weight:300;
}
	.course-desc {
		padding: 20px 10px;
		min-height: 195px;
	}
/* course section css ends here */
/* enquire section css strats here */
.enquire-section { padding:40px 0 60px;background: #fcfcfc;}
section.enquire-section h3 {
    margin-bottom: 30px;
}
.payement-box {
    background: linear-gradient(90deg,#ea2331,#43264e 50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    vertical-align: middle;
    height: 200px;
    border-radius: 50%;
    width: 200px;
    margin: 20px auto 50px;
}.payment-icon i { font-size: 50px; }
.payement-box h3, .payment-icon i { color: #fff; }
/* enquire section css end here */
/* footer section css starts here */
section.footer-section {
    background: #43264e;
    padding: 50px 0 10px;
    border-top: 2px solid #e42332;
}section.footer-section h3 {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}
ul.social-links li i {
    color: #fff;
    font-size: 20px;

}
ul.social-links li {
    display: inline-block;
    margin-right: 10px;
}
section.footer-section p { color: #fff;}
a.arrow-btn {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.footer-links li { padding: 5px 0;}
.footer-links li a {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}
.copyright p { font-size: 12px;font-weight: 300; }
/* footer section css end here */

/*ABOUT US PAGE CSS STARTS HERE */
.about-banner {
    background: url('../img/tab-banners/about-banner.jpg') no-repeat; 
}
.banner-sectoion {
   
    background-position: center center;
    position: relative;
    background-size: cover;
}
/*.about-banner-sectoion:before {
   content: close-quote;
    position: absolute;
    background: #00000075;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}*/
.banner-tag {
    padding: 120px 0;
    z-index: 9;
}.banner-tag h2 {
    font-size: 42px;
    font-weight: bold;
    margin: 0;
    color: #fff;
    text-shadow: 1px 1px 1px #333;
}
section.about-addition.text-center {
    background: #fcfcfc;
    padding: 50px 0;
}
.content-box h3 { font-size: 32px;color:#ea2331 ; }
section.about-us-ui {
    padding: 40px 0;
}
.application-box-icon { margin-bottom: 25px; }
.application-box-icon i, .icon-box i {
    color: #43264e;
    font-size: 40px;
}
.payment-box h3, .about-portfolio h2 {
    font-size: 22px;
    margin: 0 0 10px;
    color: #ea2331;
}
.about-portfolio p {
    font-size: 16px;
    margin: 0 0 5px;
    color: #000;
}
.content-box p {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    color: #000;
}


/* ABOUT US PAGE CSS ENDS HERE */

/* CAREER PAGE CSS STARTS HERE */
.career-banner {
    background: url('../img/tab-banners/career-banner.jpg') no-repeat; 
}


/* CAREER PAGE CSS ENDS HERE */

/* ENQUIRE NOW CSS STARTS HERE */

.box-form-submit { 
    padding: 50px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    border-radius: 10px;
    background: #fcfcfc;
     }
    .contact-info h3, .address-box h2 {
    color: #e42332;
    font-size:18px;
    margin: 0 0 5px;
}
.contact-info h3 span i, .address-box h2 span i {
    color: #43264e;
    margin-right: 10px;
}
    .address-box p {
    color: #000;
    font-size: 14px;
    font-weight: 400;
}
textarea {
  resize: none; /* Disables resizability */
}  
/* ENQUIRE NOW CSS ENDS HERE */

/*Career all page css starts here */
section.Specialization-box { padding: 50px 0; }


.subject-table table tr td {
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 500;
}
  .subject-table table {
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    padding: 50px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    border-radius: 10px;
    background: rgb(252, 252, 252);
    overflow: hidden;
    border-color: #ccc;
}
.subject-table tr:nth-child(even) {background-color: #fff;}
.subject-table tr td { width: 50%; }
.subject-table p {  color: #43264e;
   font-size: 20px;font-weight: 600; margin: 0 0 15px; }
   .engineering-section {
    padding: 50px 0;
}.course-main-page ul li {
    display: inline-flex;
    margin-bottom: 25px;
    margin-right: 25px;
}
.course-main-page ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/*Career all pages css ends here */
/* media css starts here */
@media(max-width:1200.9px){
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 12px;
    }
}

@media(max-width:1199.9px){
a.navbar-brand img { max-width: 100px;}
.abt-icon-box p {
    font-size: 16px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: .25rem;
    padding-right: .25rem;
}
}
@media(max-width:991.9px){
    section.enquire-section a.primary-btn {
        font-size: 12px ;
    }
    section.counter-up-section h3 { font-size: 20px;}
    section.counter-up-section h1 { font-size: 32px;}
}

@media(max-width:767.9px){
    .latest-news h4 { font-size: 14px; }
    .content-box-banner h3 { width: 100%;font-size: 28px; }
    ul.project-box {
        flex-wrap: wrap;
    }
    button.slick-next.slick-arrow {
    right: 0;
}
   button.slick-prev.slick-arrow {
    left: 0;
}
section.enquire-section a.primary-btn {
    display: flex;
    justify-content: center;
    margin: 15px 0;
    width: 100%;
}
section.counter-up-section h1 {
    margin-bottom: 20px;
}
    ul.project-box li{ flex: 0 0 100%; margin-bottom: 20px;}
}
/* media css ends here */
.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
}

a#back-to-top { background: linear-gradient(90deg,#ea2331,#43264e 50%);
    color: #fff;
}
@media(max-width:479.9px) {
    .content-box-banner h3 { font-size: 20px; margin: 0 0 10px;}
    .primary-btn {
    font-size: 12px;
    padding: 5px 15px;
}
}