@font-face {
  font-family: 'Degular';
  src: url("../fonts/Degular-Medium.otf");
}
@import url('https://fonts.googleapis.com/css2?family=Signika:wght@300&display=swap');

.root{
	--bg:#4b029e;
	--bg2:#f55e00;
	--heading:#150054;
	--text:#b5b5b5;
	--heading2:#13004d;
}
*{
	margin: 0;
	padding: 0;
}
body{
	font-family: 'Degular', sans-serif;
	background-color: #f5f5f5;
}
.max-width{
	max-width: 1200px;
	margin: 0 auto;
}
.banner{
	width: 100%;
	min-height: 680px;
/*	background: linear-gradient(rgb(246 166 36), rgb(242 94 2 / 5%)), url(../img/brightbaner.png) repeat fixed 100%;*/
/*	background: url(../img/brightbaner.png) repeat fixed 100%;*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transform-style: inherit;
	padding-top:10px; 
	z-index: -1;
}
.text-body{
	margin-top: 100px;
}

.booking{
	margin-top: 100px;
	z-index: 15 !important;
	background-color: rgba(255, 255, 255, 0.34);
	border-radius: 10px;
}
.booking hr{
	background-color: #440000;
    height: 3px;
    width: 100px;
    margin: 0  auto;;
}
.header{
	background-color: #1c0042;
}
h1{
	font-size: 57px;
    text-transform: uppercase;
    font-weight: bold;
    color: #4b4b4b;
}
h6{
	color:#0097db;
}
.button{
	background-color: #0097db;
	color: white;
}
.button:hover{
	background-color: #0097db;
	color: white;
}
.icon-img img{
	width: 30px;
}
.service-image img{
	width: 60px;
}
.service-text p{
	justify-content: justify;
}
.service-inner{
	position: relative;
	
}
.header-btn{
	background: none;
	float: right;
	border: none;
}	
.offcanvas-header {
    display: flex;
    align-items: right ;
    justify-content:end;
    padding: 1rem 1rem;
}
.bg-black{
	background-color: #4b4b4b;
}
.about-img{
	background-color: #fff;
    width: 70px;
    height: 70px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 2px solid #ffffff;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

h4{
	color: #0097db;
}
h2{
	color: #4b4b4b;
}
.search{
	background-image: url(../img/bg-scaled.jpg) ;
	background-size: cover;
}
.courses{
	background-image: url(../img/pattern-bg-2.png);
	background-size: cover;
}
.course{
	background-color: white;

}
.service{
	background-image: url(../img/pattern-bg-2.png);
	background-size: cover;

}
.service-inner{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2) ;
	background-color: white;
	-webkit-transition: .3s ease;
  	transition: .3s ease;
  	height: 350px;
}

.line{
	width: 100px;
	height: 4px;
	background-color: red;
	margin: 0 auto;
}
.review{
	
	background-image: url(../img/bg-scaled.jpg);
	background-size: cover;
}
.colleges{
	-webkit-transition: .7s ease;
  	transition: .7s ease;
}
.colleges:hover{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 30px 0 rgba(0, 0, 0, 0.19);
	-webkit-transition: .7s ease;
  	transition: .7s ease;
}
.footer{
	background-image: url(../img/pattern-bg-2.png);
	background-color: #0097db;
}
.info a{
	color: white;
	text-decoration: none;
}

.about-img img{
	width: 40px;
}
.about-inner3{
	background-color: #0097db;
}
.about{
	margin-top: -80px;
	z-index: 3;
	background-color: #0097db;
}
.header-img img{
	width: 120px;
}
.navbar-nav{
	text-align: center;
}
.navbar-toggler: focus{
	box-shadow: none;
}
.course{
	height: 200px;
	position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    transition: all 0.5s;
    background-size: cover;
    background-position: center;
    background-color:#f9b238;
    background-blend-mode: multiply;
    border-radius: 20px 0px 20px 0px;
    transition: all 0.5s;
}
.course-inner{
	background: rgba(0, 0, 0, 0.50) url(../img/engineering.jpg);
	 background-size: cover;
}
.course-inner2{
	background: rgba(0, 0, 0, 0.50)  url(../img/medical.webp);
	background-size: cover;
}
.course-inner3{
	background: rgba(0, 0, 0, 0.50)  url(../img/architecture_600x600.jpg);
	background-size: cover;
}
.course-inner4{
	background: rgba(0, 0, 0, 0.50)  url(../img/design.jpg);
	background-size: cover;
}
.course-inner5{
	background: rgba(0, 0, 0, 0.50)  url(../img/Pharmacy.jpg);
	background-size: cover;
}
.course-inner6{
	background: rgba(0, 0, 0, 0.50)  url(../img/accounting.jpg);
	background-size: cover;
}
.course-inner7{
	background: rgba(0, 0, 0, 0.50)  url(../img/computer.jpg);
	background-size: cover;
}
.course-inner8{
	background: rgba(0, 0, 0, 0.50)  url(../img/img_promo3.jpg);
	background-size: cover;
}

.course:hover, .course2:hover, .course3:hover , .course4:hover, .course5:hover, .course6:hover, .course7:hover, .course8:hover{
	transform: scale(0.99);
    transition: 0.5s;
    background-color: rgba(0, 0, 0, 0.50);
    box-shadow: 0.5px 0.5px 10px rgb(0 0 0 / 50%);
}
.course h3{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-transform: uppercase;
    color: white;
    font-size: 24px;
    text-align: center;
    transition: all 0.2s;
}
.course:hover h3{
	color: white ;
    transition: all 0.2s;
}
.price1{
	border-right: 1px solid #b5b5b5;
}
.price1 h6 , .price2 h6{
	font-size: 14px;
}
.price1 p , .price2 p{
	font-size: 15px;
}
.admission-text p{
	font-size: 8px;
}
.bttnn{
	display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #ddd;
   
    width: 100%;
}
.apply-btn{
	background-color: #0097db;
	flex: 0 0 50%;
	text-decoration: none;
}
.down-btn{
	background-color: white;
	flex: 0 0 50%;
	text-decoration: none;
	color: #4c4c4c;
}
.mobile-grid{
	position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #0097db;
    z-index: 100;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    color: white;
}
.mobile-grid-inner{
	text-align: center;
    height: 100%;
    border: 0.2px solid white;
     align-items: center;
     justify-content:center;
}
.mobile-grid-inner2{
	text-align: center;
    height: 100%;
    border-top: 0.2px solid white;
     align-items: center;
     justify-content:center;
}
.mobile-gride-2{
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
.mobile-grid p{
	line-height: 50px;
}
.icon2{
	margin-top: -10%;
}
.banner2{
	background: linear-gradient(rgb(0 151 219), rgb(242 94 2 / 35%)), url(../img/banner-7.jpg);
	background-size: cover;
	margin-top: 66px;
	padding: 100px 0;
	text-align: center;
}
.ourcourse{
	background-image: url(../img/pattern-bg-2.png);
	background-size: cover;
}
.ourcourse-inner{
	background-color: white;
	border-style: dotted;
	border:1px soldid;
	border-color: #d6d6d6;
}
.ourcourse-inner:hover{
	background-color: #d8bef175 ;
}
.course-text h4{
	color: black;
}
.course-text p{
	color: black;
}
.course-text a{
	text-decoration: none;
}
.course-header{
	border-radius: 15px 0 15px 0px;
	background-color: #4c4c4c;
}
.med-text2{
	background-image: url(../img/pattern-bg-2.png);
	background-size: cover;
	background-color: #f2a93c4f;
}
.med-text2 span{
	color: #4c4c4c;
	font-weight: bold;
	font-size: 32px;
}
a{
	text-decoration: none;
}
.contactinfo{
	background-color: #0097db;
	color: white;
}
.controls{
	background-color: #f0e6fa;
	height: 44px;
}
.controlss{
	background-color: #f0e6fa;
	height: 100px;
}
.control{
	background-color: #f0e6fa;
}
.control:focus{
	background-color: #f0e6fa;
	box-shadow: none;
}
.about2{
	background-color: #d3b0f5;
}
.about2-inner{
	background-color: white;
}
.navbar-toggler{
	float: right;
}

.tab-vertical .nav.nav-tabs {
    float: left;
    display: block;
    margin-right: 0px;
    border-bottom: 0;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	background-color: #0097db;
	    color: #fff;
}
.nav-link:hover {
    color:black;
}
.nav-link{
	color: black;
}
.navbar-light .navbar-nav .nav-link {
    color:  #4d4d4d;
    font-size: 17px;
    font-weight: bold;
}
.header-btn i{
	font-size: 20px;
}
.form-control:focus{
	box-shadow: none;
}
.new-section{
	background-color: #0097db;;
}
.info{
	margin-top: 28px;
}
.service-text p{
		text-align: justify;
	}
.btn-button{
	border-radius: 20px;
	background-color: #4e4e4e;
	color: white;
}
.btn-button:hover{
	color: white;
}
.colleges-img img{
	width: 100%;
	height: 170px;
}
.modal-header{
	background-color: #0097db;
	color: white;
}
.paramedical h1{
	color: #0097db;
	font-size: 35px;
}
.table{
	border: 1px solid;
}
.paramedical-texxt li{
	font-size: 20px;
}

.paramedical-texxt a{
	font-size: 15px;
	color: black;
	text-decoration: none;
}
.ded-img img{
	width: 20px;
}
.paramedical-img img{
	width: 10px;
}
.ded-text-inner h1 , .med-text-inner h1,
.nursing-text-body h1, .medical-text-body h1{
	color: #f4a722;
	font-size: 35px;
}
.img img{
	width: 30px;
	text-align: center;
}
.about-text h4{
	font-size: 27px;
}
.text-heading span, .about-text span{
	font-size: 35px;
    color: #f4a722;
    font-weight: bold;
}
.banner2 h1{
	font-size: 28px;
}
.ded-text-inner-2 img{
	width: 10px;
}
.tab-content span{
	font-size: 31px;
	color: #f4a722;
}
.med-text-inner li{
	margin: 5px 0;
}





@media(max-width:746px){
	h1{
		font-size: 37px;
	}
	.service-inner{
		height: auto;
	}
}







@media only screen and (max-width: 412px){
	.service-text p{
		text-align: justify;
	}
	.banner{
		min-height: 840px;

	}
	.text-body{
		margin-top: 65px;
	}
	.booking{
		margin-top: 40px;
	}
	h1{
	font-size: 40px;
	}
	.careerr{
		font-size: 21px;
		text-align: center;
	}
	.service-text h4{
		text-align: center;
	}
	.mobile-gride-2{
		height: 49px;
	}
	.social-iconds{
		margin-left: -10%;
	}
	.profile{
		font-size: 17px;
		text-align: center;
	}
	.service-inner{
		height: 390px !important;
	}
	.inner{
		height: 350px !important;
	}

}
