*{
	padding: 0px;
	margin: 0px;
/*	font-family: "Poppins", sans-serif!important;*/
}
body{
	font-family: "Poppins", sans-serif!important;
}
h1, h2, h3, h4, h5, h6{
	font-family: "Poppins", sans-serif!important;
}

p{
	font-family: "Poppins", sans-serif!important;
}

li{
	font-family: "Poppins", sans-serif!important;
	font-size: 15px;
}

a{
	font-family: "Poppins", sans-serif!important;
}

b{
	font-family: "Poppins", sans-serif!important;
}

table{
	font-family: "Poppins", sans-serif!important;
}

th{
	font-family: "Poppins", sans-serif!important;
}

td{
	font-family: "Poppins", sans-serif!important;
}



.main-menu>ul>li{
	margin: 0px 10px;
}

.main-menu a{
	font-size: 15px;
	font-weight: 600;
}

.main-menu ul li:has(.sub-menu)>a:after, .main-menu ul li:has(.mega-menu)>a:after, .main-menu ul li.menu-item-has-children>a:after{
	font-size: 11px;
}
.main-menu ul.sub-menu a, .main-menu ul.mega-menu a{
	font-size: 14px;
	font-weight: 600;
}

.th-hero-bg{
	height: 750px;
    position: relative;
	background-repeat: no-repeat;
	background-size: cover;
}

.hero-3 .th-hero-bg:before{
	display: none;
}

.counter-area1{
	padding: 25px 0px;
	background: #f7941d!important
}

.counter-card .box-number{
	font-size: 40px;
}

.counter-card .box-text{
	font-size: 20px;
}

.facility-box {
	border: 1px solid #aa182c;
	padding: 15px;
	text-align: center;
	border-radius: 5px;
	margin-bottom: 10px;
	transition: 0.8s;
	background: #fff;
}

.counter-wrap1 .divider{
	background: #fff!important;
}

.testi-card{
	background: #f7fbf3;
	border-radius: 10px;
	border: 1px solid #b4bfaa;
}

.footer-layout3 .footer-widget .about-text{
	color: #fff;
}
.footer-layout3 .footer-widget.widget_nav_menu a{
	color: #fff;
}

.footer-layout3 .copyright-wrap .copyright-text{
	color: #fff;
}
.footer-info a{
	color: #fff;
}

.footer-info a:hover {
    color: #f7941d!important;
}

.footer-info a:hover .footer-info-icon{
	color: #f7941d!important;
	border-color: #f7941d!important;
}

.footer-layout3 .footer-widget.widget_nav_menu a:hover{
	color: #f7941d!important;
}

.footer-layout3 .widget-area .row [class*="col-"]:not(:last-child) .widget::after{
	    background: linear-gradient(45deg, transparent, #979797, transparent)!important;
}

.facility-box:hover{
	background: #aa182c;
	transition: 0.8s;
}

.facility-box img{
	min-height: 250px;
	object-fit: cover;
}

.facility-box .facility-details{
	padding-top: 15px;
}
.facility-box .facility-details h3{
	color: #aa182c;
	font-size: 16px;
}


.facility-box:hover h3{
	color: #fff;
}

.facility-box .facility-details p{
	font-size: 12px;
	color: #000;
}

.facility-box:hover p{
	color: #fff;
}

.facility-box .facility-details a{
	color: #aa182c;
	font-size: 13px;
}

.facility-box:hover a{
	color: #fff;
}

.facility-box .facility-details a:hover{
	color: #fff;
}


.zoom-efect{
	overflow: hidden;
}

.zoom-img {
  transition: 0.3s;
}

.zoom-img:hover {
  transform: scale(1.1);
}

.course-card .card-content .box-title{
	margin-bottom: 15px;
}

.course-card .card-content p{
	font-size: 15px;
}

.gallery .col-lg-3{
	padding-left: 3px;
	padding-right: 3px;
}

.gallery .campus-card{
	margin-bottom: 6px;
}

.gallery .campus-card img{
	min-height: 350px;
	max-height: 350px;
	object-fit: cover;

}

.instr-card .box-content{
	position: relative;
	bottom: auto;
	padding: 16px 10px 16px 10px;
	background: #aa182c;
	margin: 0px;
	max-width: 100%;
	color: #fff!important;
}

.instr-card .box-content a{
	color: #fff!important;
}

.instr-card .instr-desig{
	color: #fff!important;
	margin-bottom: 0px!important;
}

.th-btn.th-icon:after{
	display: none;
}

.mentorship-card .card-content {
    position: relative;
    background-color: #aa182c;
    width: calc(100% - 0px);
    margin: 0px auto 0 auto;
    padding: 25px 20px;
    text-align: center;
    z-index: 2;
}


.mentorship-card .box-title{
	margin-bottom: 0px;
}

.mentorship-card .box-title a {
    color: #fff;
}

.mentorship-card .box-title a:hover{
	color: #fff;
}

.blog-card2 .blog-content{
	margin-top: 0px;
}

.blog-card .blog-content{
	background: #fff;
	padding: 25px!important;
	text-align: left;
}

.blog-card img{
	min-height: 350px;
	max-height: 350px;
	object-fit: cover;
}

.blog-card .blog-content h3{
	margin-top: 0px;
	font-size: 20px;
	margin-bottom: 15px;
}
.blog-card .blog-content a{
	color: #f7941d;
}

.blog-card .blog-content p{
	color: #000;
	font-size: 13px;
}

.blog-card .blog-content .blof-read a{
	background: #f7941d;
	padding: 8px 20px;
	border-radius: 5px;
	font-size: 14px;
	color: #fff;
}

.footer-layout3 .widget-area {
    padding-top: 70px;
    padding-bottom: 20px;
}

/*.main-menu .sub-menu li:first-child {*/
/*           margin: 0 8px!important;*/
/*}*/

.breadcumb-wrapper .breadcumb-content{
	    --space: 70px;
}

.vissuion .facility-box .image img{
	width: 150px;
	height:150px;
	object-fit: cover;
	border-radius: 50%;
}

.massege-box{
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
	background: #fff;
	padding: 15px;
	border: 1px solid #aa182c;
}

.massege-box p{
	font-size: 14px;
	text-align: justify;
	line-height: 27px;
	margin-bottom: 10px!important;
}

.massege-box b{
	    font-size: 14px;
    line-height: 22px;
    display: block;
}

.header-links a:hover{
	color: #fff;
}

.th-social a{
	width: 30px;
	height: 30px;
	font-size: 15px;
}

.footer-layout3 .footer-widget .about-text{
	font-size: 15px;
}

.footer-layout3 .footer-widget.widget_nav_menu a{
	font-size: 15px;
}

.footer-info a{
	font-size: 15px;
	display: flex;

}

.course-page .course-card{
   margin-bottom: 20px;
}

.show-mobile{
	display: none;
}

.instr-card{
	margin-bottom: 15px;
}

.breadcumb-wrapper{
	background-color: #081933;
}

.breadcumb-title{
	color: #fff;
}

.breadcumb-menu li, .breadcumb-menu a, .breadcumb-menu span{
	color: #fff;
}

.breadcumb-menu li:after{
	color: #fff;
}



.admission-process{
	padding: 50px 0px;
}

.process-cards{
background:white;
padding:30px;
border-radius:10px;
text-align:center;
box-shadow:0 5px 20px rgba(0,0,0,0.08);
transition:0.3s;
margin-bottom: 20px;
}

.process-cards:hover{
transform:translateY(-8px);
}

.process-icon{
font-size:40px;
color:#aa182c;
margin-bottom:15px;
}

.step-number{
background:#081933;
color:white;
font-size: 15px;
width:30px;
height:30px;
line-height:30px;
border-radius:50%;
margin:auto;
margin-bottom:10px;
font-weight:bold;
}

.process-cards h3{
margin:10px 0;
font-size:20px;
color: #aa182c;
}

.process-cards p{
font-size:14px;
color:#666;
}

.header-logo img{
	max-width: 200px;
}

.mentorship-card .box-title{
	font-size: 22px!important;
	line-height: 22px!important;
}


.title-area .sec-title{
	font-weight: 600;
}

.li-points li{
	    font-size: 14px;
    margin-bottom: 0px;
    position: relative;
    list-style: none;
    line-height: 24px;
}

.li-points li:after{
	background: #aa182c;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: -20px;
    top: 8px;
    content: "";
}

.massege-box{
	margin-bottom: 20px;
}


.blog-card2{
	margin-bottom: 15px;
	min-height: 580px;
}

.breadcumb-wrapper .breadcumb-content{
	text-align: left;
}


.contact-feature{
	min-height: 200px;
	padding: 20px 20px;
}

.header-layout2 .main-menu .sub-menu  li{
	margin: 0px 0px!important;
}

.vissuion li{
	color: #fff;
	font-size: 14px;
}


.about-content p{
	text-align: justify;
	font-size: 14px;
}

.pagination .page-numbers{
	display: flex;
	align-items: center;
	padding: 0px;
	margin-top: 20px;
}

.pagination .page-numbers li{
	list-style: none;
}

.pagination .page-numbers li a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #ccc;
    background: #f5f5f5;
    color: #000;
    display: block;
    text-align: center;
    line-height: 50px;
    margin-right: 10px;
}

.pagination .page-numbers li .current {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #aa182c;
    background: #aa182c;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 50px;
    margin-right: 10px;
}

.pagination .page-numbers li a:hover{
	background: #aa182c;
	color: #fff;
	border-color: #aa182c;
}

.blog-thumb-img{
	margin-bottom: 25px;
}

.blog-details h3{
	font-size: 24px;
}

.faculty-box {
    
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}



.faculty-box .left-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* RIGHT CONTENT */
.faculty-box .right-content {
    flex: 1;
    padding: 40px;
}

.faculty-box .right-content h2 {
    font-size: 36px;
    margin-bottom: 10px;
    color: #3a2b2b;
}

.faculty-box .divider {
    width: 80px;
    height: 3px;
    background: #c89b3c;
    margin: 10px 0 25px;
}

.faculty-box .right-content p {
    color: #555;
    line-height: 1.6;
}

/* LIST STYLE */
.faculty-box .feature {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.faculty-box .icon {
    width: 45px;
    height: 45px;
    background: #a52a2a;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-size: 18px;
}

.faculty-box .feature-text {
    font-weight: 600;
    color: #333;
}

.faculty-box .sub-list {
    margin-left: 60px;
    margin-top: 10px;
}

.faculty-box .sub-list li {
    margin-bottom: 6px;
}

/* BOTTOM BOX */
.faculty-box .bottom-box {
    margin-top: 30px;
    padding: 20px;
    border-radius: 12px;
    background: #f3eee6;
    display: flex;
    align-items: center;
}

.faculty-box .bottom-box i {
    font-size: 22px;
    margin-right: 10px;
    color: #c89b3c;
}

.faculty-box .highlight {
    color: #a52a2a;
    font-weight: bold;
}

.nav-tabs{
	border: none;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #aa182c;
    border-color: #aa182c;
}


.nav-tabs .nav-link{
	    margin: 0px 2px;
    background: #081933;
    color: #fff;
}

.course-card .course-img-thumb img {
    -webkit-transition: 0.4s ease-in;
    transition: 0.4s ease-in;
    max-height: 300px;
    object-fit: cover;
    min-height: 300px;
}

.breadcumb-wrapper .breadcumb-content{
	max-width: 100%!important;
}


@media(max-width: 1380px) {
        .header-layout3 .main-menu {
        margin-left: 0px!important;
    }

        .header-layout2 .main-menu ul li {
        margin: 0 5px!important;
    }
.breadcumb-wrapper .breadcumb-content{
	max-width: 100%!important;
}
    .main-menu a {
    font-size: 14px!important;
    font-weight: 600;
}
}

/* RESPONSIVE */
@media(max-width: 768px) {
    .faculty-box {
        flex-direction: column;
    }

    .faculty-box .right-content {
        padding: 25px;
    }
}

@media only screen and (max-width: 992px) {
   
   .show-mobile{
	display: block;
}

    .header-layout2 .menu-area {
        padding: 7px 0;
    }
    .instr-card .box-content::before, .instr-card .box-content::after{
    	display: none;
    }

.contact-feature{
	min-height: auto;
}



}

@media(max-width: 700px) {
   .nav-tabs .nav-link {
    margin: 5px 0px;
    background: #081933;
    color: #fff;
    width: 100%;
}
.nav-tabs{
	display: block;
}
	
	.gallery .campus-card img{
		min-height: 200px;
		max-height: 200px;
	}
	
	.th-hero-bg{
		height: 200px;
		background-size: cover;
	}

}