@import url('https://fonts.googleapis.com/css?family=DM+Serif+Display&display=swap');
@import url('https://fonts.googleapis.com/css?family=Just+Another+Hand&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300&display=swap');
*{
	outline: none!important;
}
button:focus{
	box-shadow: none!important;
}
a{
	color: #202C45;
}

a:hover{
	text-decoration: none!important;
}

.tooltip-inner{
	background-color: #DB261D!important;
}
.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before{
	border-left-color: #db261d!important;
}

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before{
	    border-right-color: #db261d!important;
}

/*for scroll bar*/
.smallscrollbar::-webkit-scrollbar{
	width: 5px;
	display: none;
}
.smallscrollbar::-webkit-scrollbar-thumb{
	background-color: #202C45ba;

}
.smallscrollbar:hover::-webkit-scrollbar{
	width: 5px;
	display: block;
}
.navbar{
	padding: 0rem 1rem;
	font-weight: bold; 
	z-index: 999;
	background-color: #DB261D;
}
.activenav{
	background-color: #202C45!important;
}
.active_dropdown{
	background-color: #DB261D;
}
.navActive{
	box-shadow: 0px 0px 10px #282923;
}
.about_admission{
	overflow: hidden;
}

.navbar-toggler{
	border:none;
}
.nav-link{
	color: #fff;
	font-weight: 490;
	padding: 1rem 12px!important;
	transition: .3s!important;
}
.nav-link:hover{
	background-color: #202C45!important;
	color: #fff!important;
}
.box-shadow-sm{
	box-shadow: 0px 1px 20px #D1CBC7!important;

}
.nav-link-top{
	color: #000;
}
.nav-link-top-logo:hover{
	box-shadow: none!important;
	color: #000!important;
	background-color: transparent!important;
}
.nav-link-top:hover{
	color: #DB261D!important;
}
.nav-link-top:hover .fas-top{
	box-shadow: 0px 0px 8px #DB261D!important;
}
.fa-text{
	font-family: 'Open Sans Condensed', sans-serif;	
	transition: .3s;
}
.nav-link-top:hover .fas-top, .nav-link-top:hover .fa-text{
	color: #DB261D;	
}
.fas-top{
	border-radius: 50px;
	height: 50px;
	width: 50px;
	padding: 17px;
	transition: .3s;
}
.fa-phone{
	transform: rotate(90deg);
}
.nav-link-top:hover{
	box-shadow: none!important;
	color: #000!important;
	background-color: transparent!important;
}
.dropdown-item a{
	color: #fff!important;
}
.dropdown-item:hover{
	background-color: #DB261D;
	color: #fff;
	/*box-shadow: 0px 1px 20px #D1CBC7!important;*/
}
.dropdown-menu{
	top:97%!important;
	background-color: #202C45;
	z-index: 9999; 
}
.logo{
	height: 50px;
	width: 50px;
}
.logo2{
	height: 50px;
	width: 50px;
	display: none;
}
.carousel-caption{
	position: absolute;
}
.courses-slider{
	padding: 5px;
	border: 2px dotted transparent;
}
.courses-slider:hover{
	border: 2px dotted #B2B3B0;
}
.theme-color{
	color: #DB261D;
}
.theme-color:hover{
	color: #DB261D;
	text-decoration: none;
}
.theme-color-hover{
	transition: .3s;
}
.theme-color-hover:hover{
	color: #DB261D!important;
	text-decoration: none;
}
.heading{
	font-family: 'DM Serif Display', serif;
}
.heading::before {
    position: absolute;
    left: 50%;
    content: "";
    width: 100px;
    height: 2px;
    background: #666;
    bottom: -1px;
    margin-left: -50px;
}
.heading::after {
    position: absolute;
    left: 50%;
    content: "";
    width: 100px;
    height: 2px;
    background: #666;
    bottom: -6px;
    margin-left: -63px;
}

/*owl carousel*/
.item1{
	height: 600px;
	width: 100%;
	background-size: cover;
}
.item2{
	height: 200px!important;
}
.slider-contant{
	width: 100%;
	height: 600px;
	background-color: #000000bd;
}
.slider-contant-heading{
	font-size: 52px!important;
}
.btn-primary{
	background-color: #202C45!important;
	border-color: #202C45!important;
}
.theme-bg-color{
	background-color: #DB261D!important;
	color: #fff!important;
}
.slider-img{
	width: 100%;
	height: 600px;
}
.carousel-caption{

}
.section1{
	height: 200px!important;
	width: 100%;
	overflow: hidden;
}
.section1-img{
	transition: .5s;
	width: 100%;
	height: 200px;
}
.section1-img:hover{ 
	transform: scale(1.2)!important;
}
.section2{
	width: 100%;
	height: auto;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
.section2_overlay{
	width: 100%;
	height: auto;
	background-color:#000000a8; 
}
.section3{
	height: auto;
	background-size: cover;
	background-repeat: no-repeat;
}
.section3-bgcolor{
	background-color: #DB261De3;
}
.button{
	background-color: #fff!important;
	color:#000!important;
}


.enroll .enroll-form {
	margin-top: 30px;
	text-align: left;
	background: #fff;
	border-radius: 5px;
}
.enroll .form-title {
	background-color: #DB261D;
	padding: 20px 35px;
	border-radius: 5px 5px 0px 0px;
}
.enroll .form-title h2 {
	padding: 0;
	font-size: 25px;
	margin-bottom: 5px;
	font-weight: 700;
	color: #fff;
}
.enroll .form-title p {
	color: #fff;
}
.enroll .form {
	padding: 35px;
}
.enroll .form-group {
	margin-bottom: 30px;
}
.enroll .form-group:last-child{
	margin-bottom:0px;
}
.enroll .form-group label {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 5px;
}
.enroll .form-group input {
	width: 100%;
	height: 40px;
	color: #999999;
	box-shadow: none;
	text-shadow: none;
	border: none;
	transition: .5s;
	border-bottom: 1px solid #e2e2e2;
	font-weight: 500;
	border-radius: 0px;
	padding: 0;
}
.enroll .form-group input:hover,
.enroll .form-group textarea:hover{
	padding-left:15px;
}
.enroll .form-group textarea {
	height: 120px;
	width: 100%;
	color: #999999;
	transition: .5s;
	left: 0!important;
	box-shadow: none;
	text-shadow: none;
	border: none;
	resize: none;
	border-bottom: 1px solid #e2e2e2;
	font-weight: 400;
	margin-bottom: 0px;
	padding: 0;
	border-radius: 0px;
}
.enroll .form-group .btn {
	width: 100%;
	background: #DB261D;
	color: #fff;
	text-align: center;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding: 18px 0;
	border-radius: 3px;
	border: none;
}
.enroll .form-group .btn:hover{
	box-shadow: 0px 1px 20px #D1CBC7!important;
}
.enroll .section-title {
	text-align: left;
	padding: 0;
}
.enroll .section-title h2 {
	color: #fff;
	margin-bottom: 30px;
	padding: 0;
	font-size: 32px;
}
.enroll .section-title h2:before,
.enroll .section-title h2:after{
	display:none;
}
.enroll .section-title p {
	color: #fff;
	padding: 0;
}
.enroll .enroll-right{
	margin-top:30px;
}
.enroll .single-skill{
	text-align:center;
	margin-top:30px;
}
.enroll .single-skill .circle {
	position: relative;
}
.enroll .single-skill .circle strong {
	position: absolute;
	font-size: 25px;
	font-weight: 700;
	color: #fff;
	left: 50%;
	top: 50%;
	margin: -21px 0 0 -21px;
}
.enroll .single-skill h4 {
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	margin-top: 10px;
	font-weight: 400;
}
.enroll .single-skill h4 span {
	display: block;
}

/*footer section*/
.topToBottom{
	height: 50px;
	width: 50px;
	background-color: #DB261D;
	color: #fff;
	z-index: 99999;
	display: none;
	font-size: 20px;
	right: 20px;
	bottom: 20px;
	position: fixed!important;
}
.back2TopImg{
	height: 50px;
	width: 50px;

}
.topToBottom:hover{
	color: #fff;
}
.footer{
	background-color: #202C45;
	color: #fff;
}
.footer-list a{
	color: #fff;	
	font-size: 12px;
	padding-top: 3px;
	transition: .5s;
}
.footer-list a:hover{
	text-decoration: none;
	color: #F6F6F6;
	padding-left: 5px;
}
.footer-media-link >div{
	transition: .3s;
}
.footer-media-link:hover > div{
	box-shadow: 0px 0px 8px #66B13D!important;	
}
.fab{
	padding: 20px;
}
.rightReserved-text{
	font-size: 12px;
}


/*Admission*/
.admission_main_bg{
	width: 100%;

	background-image: linear-gradient(#282923ba, #282923ba),url('../images/welcome-bg.jpg');
	background-size: cover;
	min-height: 200px;
	height: auto;
}
.admission_notice{
	width: 100%;
	height: 300px; 
	background-color: #DB261D;
}
.box-shadow{
	 box-shadow: 0px 0px 10px #6D6E6A!important;
}
.admission-text{
	background-color: #282923ba;
}
marquee > p {
	font-size: 12px;
}
.notice-image{
	transition: .5s;

}
.about_admission:hover .notice-image{
transform: scale(1.2);
}
/*.about_admission_contant{
	height: 300px;
	opacity: .7;
	width: 90%;
	padding: 20px;

	margin-left: auto;
	margin-right: auto;
	background-color: #DB261D; 
	margin-top: -300px;
}*/


/*slider*/

.owl-prev, .owl-next{
	background-color: #DB261D!important;
	width: 50px!important;
	transition: .5s;
	border-radius: 0!important;
	height: 50px!important;
}
.owl-prev:hover, .owl-next:hover{
	background-color: #202C45!important;
}
.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: end!important;
}
.testimonial_section{
	padding: 5px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    margin: 3px 5px!important;
    background: #6D6E6A!important;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #DB261D!important;
}
.academic_img{
	width: 100%;
	height: 500px;
}
.tesimonial-speek{
	font-family: 'Just Another Hand', cursive;
}
.btn-contact{
	background-color: #DB261D!important;
	color: #fff;
	transition: .5s;
}
.contact_container{
	width: 100%;
	min-height: 250px;
	background-color: #202C45;
}
.map_container{
	padding: 10px;
	box-shadow: 0px 0px 20px #C7CBD1;
	border-radius: 10px;
}
.btn-contact:hover{
	background-color: #202C45!important;
}
/*Facilitator_section*/

.Facilitator_section{
	box-shadow: 0px 0px 20px #afafafba;
	padding: 10px;
	min-height: 450px;
	margin-bottom: 40px;
}
.facilitator_info_section{
	min-height: 200px;
	font-family: 'Open Sans Condensed', sans-serif;
}
.Facilitator_section:hover{
	background-color: #202C45;
}
.Facilitator_section:hover .facilitator_info_section{
	color: #fff;
}

/*courses details*/

.course_details_head_section{
	min-height: 180px;
	width: 100%;

}