@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Dosis:wght@400;500;600;700;800&display=swap');
body{
    font-family: 'Dosis', sans-serif;
    font-size: 16px;
    overflow-x: hidden;
    line-height: 1.8;
    margin:0;
	padding:0;
	outline:0;
}
/*common css start */
ul{
	margin:0;
	padding:0;
}
li{
	margin:0;
	padding:0;
	list-style: none;
	display: inline-block;
}
a,a:hover,a:focus{
	text-decoration: none !important;
	color:#222;
}
p{
	margin:0;
	padding:0;
}
.section-padding{
	padding: 40px 0px;
}
img{
	width: 100%;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Cabin', sans-serif;
}
/*==== common css End ====*/
.header-top-left .order-phone {
	background: #048704;
}
.header-top-left .order-whatsapp {
	background: #FF0000;
}
.header-top-left ul li {
	transform: skew(15deg);
	margin-right: 5px;
}
.header-top-left ul li a {
	color: #fff;
	padding: 5px 15px;
	display: inline-block;
	transform: skew(-15deg);
}
.header-top-left ul li a i {
	font-size: 20px;
}
.header-top-right {
	text-align: right;
}
.header-top-right ul li a {
	color: #ff0000;
	font-size: 17px;
	line-height: 36px;
}
.header-top-right ul li a i {
	margin-right: 8px;
	background: #ff0000;
	font-size: 18px;
	color: #fff;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
}
/*Topbar Css End*/

/*==== Mobile Menu Css Start ====*/
.logo-area {
	width: 100%;
}
.logo-area a img {
	width: 100%;
}
.mobile-menu {
	display: none ;
}  			
.menu-area ul li a {
    margin-right: 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 90px;
    transition: all .5s ease;
    text-transform: capitalize;
    position: relative;
}
.menu-area ul li a:hover {
    color: #f31417;
}
.menu-area ul li a::after {
	content: "";
	position: absolute;
	height: 2px;
	width: 0;
	background: #f31417;
	bottom: -2px;
	left: 0;
	visibility: hidden;
	opacity: 0;
	transition: .5s all;
}
.menu-area ul li a:hover:after{
	width: 100%;
	visibility:visible;
	opacity: 1;
}
.menu{
	cursor: pointer;
}
.menu-area ul li {
	position: relative;
	display: inline-block;
	padding: 0px 7px;
}
.menu{
	cursor: pointer;
}
.custom-dropdown{
	position: relative;
	transition: all .5s ease;
}
.custom-dropdown a i {
    margin-left: 7px;
    color: #f31417;
}
.submenu {
	position: absolute;
	background: #fff;
	opacity: 1;
	width: 200px;
	top: 100%;
	z-index: 9;
	transform-origin: top;
	transform: rotateX(-90deg);
	transition: .5s all;
}
.custom-dropdown:hover .submenu {
	visibility: visible;
	transform: rotateX(0deg);
	color: #ddd;
}
.submenu li {
    display: block !important;
}
.submenu li a {
	margin: 0 !important;
	color: #000 !important;
	display: block !important;
	line-height: 40px !important;
	padding: 5px 10px !important;
	text-align: left !important;
	text-transform: capitalize !important;
	font-size: 16px !important;
}
.submenu li a:hover {
    color: #f31417 !important;
}
.login {
    padding: 3px 14px;
    margin-top: 30px;
    background: #f31417;
    text-align: center;
    border-radius: 10px;
    letter-spacing: 1px;
}
.login a {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
/*==== header area end ====*/


.slider-item{
	width: 100%;
	height: 450px;
}
.slider-item img{
	height:100%;
}
.cameraSlide  img{
	height:100% !important;
	width: 100% !important;
	margin-left: 0 !important;
	padding-right: 0 !important;
}
.camera_wrap {
    margin-bottom: 0px !important;
}
.camera_pag {
    position: absolute;
    bottom: 0;
    left: 50%;
}

/*==== Slider css End ====*/

/*About section css strat*/

.about-section {
    background: #fff;
    padding-top: 60px;
}
.about-section-title h2 {
    font-size: 35px;
    font-weight: 700;
    color: #158DD2;
    margin-bottom: 0px;
}
.about-section-text p {
    font-size: 16px;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 25px;
}
.about-section-btn ul li a.contact-btn {
    background: #fff;
    color: #222;
    transition: 0.35s all;
}
.about-section-btn ul li a,.about-section-btn ul li a:hover {
    border: 2px solid #007BFF;
    padding: 8px 24px;
    border-radius: 50px;
    background: #007BFF;
    font-weight: 600;
    color: #fff;
}

.about-counter {
    padding: 15px 10px;
    margin-bottom: 30px;
    text-align: center;
    box-shadow: 2px 2px 2px 0px #8d9699;
}
.cbg-1 {
    background: #34BEEA;
}
.cbg-2 {
    background: #0D3289;
}
.cbg-3 {
    background: #FFAE48;
}
.cbg-4 {
    background: #FF8065;
}
.about-counter h2, .about-counter p {
    color: #fff;
    font-weight: 600;
}

/*service css strat*/

.service-area {
    background: #E8F8F8;
}
.service-inner {
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0px 2px 5px 3px #ddd;
    margin-bottom: 15px;
    cursor: pointer;
}
.service-inner-img  {
    height: 200px;
}
.service-inner-img img {
    height: 100%;
}
.service-inner-text {
    padding: 10px 15px;
    background: #fff;
}
.service-item-text {
    margin-top: 15px;
    height: 140px;
}
.service-item-text h4 {
    font-size: 22px;
    font-weight: 700;
}
.service-item-text p {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #222020;
}
.service-item-btn {
    margin-top: 20px;
    margin-bottom: 15px;
}
.service-item-btn a {
    border: 1px solid #007bff;
    padding: 7px 21px;
    border-radius: 50px;
    background: #e8f8f8;
    color: #007bff;
    font-weight: 600;
    transition: all .35s ease;
}
.service-inner:hover .service-item-btn a {
    background: #007bff;
    color: #fff;
}
.service-item-btn a:hover {
    background: #007bff;
    color: #fff;
}

/*Notice css Start*/
.notice-area .section-padding {
	padding: 25px 0px !important;
}
.notice-title h2 {
    margin-bottom: 20px;
    color: #f31417;
    letter-spacing: 1px;
    font-weight: 700;
}
.notice-inner-left {
    margin-top: 16px;
}
.notice-inner-img {
    border: 2px solid #007bff;
    border-radius: 4px;
    padding: 4px;
    position: relative;
}
.notice-inner-img img {
    border-radius: 5px;
}
.notice-inner-img:after {
    content: "";
    position: absolute;
    height: 80px;
    width: 80px;
    top: -10px;
    left: -10px;
    border-left: 2px solid #007bff;
    border-top: 2px solid #007bff;
}
.notice-inner-img:before {
    content: "";
    position: absolute;
    height: 80px;
    width: 80px;
    bottom: -10px;
    right: -10px;
    border-right: 2px solid #007bff;
    border-bottom: 2px solid #007bff;
}

.notice-date {
    text-align: center;
    background: #007bff;
    border-radius: 4px;
    color: #fff;
}
.notice-text{
    color: #f31417;
    font-size: 17px;
    font-weight: 500;
}
.notice-text a:hover{
    color: #f31417;
}
.downloade p {
    margin-top: 12px;
    color: #f31417;
    font-size: 16px;
    font-weight: 600;
}
.downloade p i {
    font-size: 18px;
    font-weight: 700;
}

/*====== counter css start =======*/
.program-area.section-padding {
    padding: 25px 0px !important;
    background: #e8f8f8;
    margin-bottom: 10px;
}
.program-title h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #f31417;
    font-weight: 700;
    letter-spacing: 1px;
}
.program-item {
    border: 2px solid #41ABDF;
    padding: 10px 5px;
    border-radius: 5px;
    text-align: center;
    line-height: 30px;
    height: 150px;
    box-shadow: 5px 4px 9px 5px #fff;
    margin-bottom: 8px;
    background: #fff;
}
.program-item-text p {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 1px;
    padding-top: 44px;
}
.program-item-text p:hover {
    color: #f31417;
}
 /*======= Faq css strat ======*/
.faq-area {
    padding: 30px 0;
}
.faq-title h2 {
    position: relative;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #403d3d;
}
.faq-title h2:after {
    content: "";
    position: absolute;
    width: 60px;
    height: 3px;
    background: #f31417;
    top: 20px;
    left: 70px;
}
.faq-inner .card-header:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: left;
    background: #f31417;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
}
.faq-inner .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
}
.card-title {
    margin-left: 15px !important;
    font-size: 18px;
    font-weight: 500;
}


/*========= Faq css End ==========*/
/*===============footer css start=============*/
#footer{
    background: #222;
}
.footer-top {
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
    background: #201f1f;
}
#footer {
    position: relative;
}

.newsletter-area {
    background: #404040;
    padding: 40px 0;
    position: relative;
}
.newsletter-area:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.7);
    top: 0;
    left: 0;
}
.newsletter-info {
    text-align: center;
    z-index: 9;
    position: relative;
}
.newsletter-info h2 {
    text-transform: capitalize;
    font-weight: 500;
    color: #d9c9c9;
    padding: 10px;
    font-size: 40px;
    letter-spacing: 1px;
}
.newsletter-info h5 {
    color: #c9c3c3;
    font-size: 22px;
    font-weight: 500;
    padding: 10px;
    margin-bottom: 35px;
}
.newsletter-info a {
    text-transform: uppercase;
    padding: 8px 42px;
    color: #222;
    font-size: 15px;
    border-radius: 5px;
    display: inline-block;
    font-weight: 600;
    background: #ddd;
    border: 2px solid #157129;
    transition: 0.5s all;
    letter-spacing: 1px;
}
.newsletter-info a:hover{
    background: #157129;
    border:2px solid #157129; 
    color: #fff;
}

.footer-widget {
    margin: 15px 0;
}

.footer-widget h4 {
    color: #fff;
    margin-bottom: 35px;
    letter-spacing: 1px;
    text-transform: capitalize;
    position: relative;
}

.footer-widget {
    margin: 15px 0;
}

.footer-widget h4::before {
    position: absolute;
    content: "";
    width: 48px;
    height: 4px;
    top: 26px;
    left: 0;
    background: linear-gradient(45deg, #0E90D5, #3032A2) !important;
}

.footer-widget a {
    display: block;
    margin: 5px 0;
}

.footer-logo {
    position: relative;
    z-index: 1;
}
.footer-logo{
    overflow: hidden;
}


.footer-logo img {
	color: #A9975F;
	width: 55%;
}
.footer-widget li {
    width: 100%;
}
.quick-contact h5 {
    color: #fff;
    letter-spacing: 1px;
    font-weight: 600;
}
.latest-post li {
    border-bottom: 1px dotted #444;
}

.footer-widget li:last-child {
    border-color: transparent;
}
.footer-widget ul li a {
    padding-bottom: 5px;
    transition: all .5s ease;
    font-size: 14px;
    color: #ddd8d8;
    text-transform: uppercase;
}
.footer-widget ul li a:hover {
    margin-left: 2px;
    color: #f31417 !important;
}

.footer-widget ul li:last-child a {
    border-color: transparent;
}

.footer-widget ul.useful-link li a:hover {
    color: #fff;
}

.footer-bottom {
    padding: 10px 0;
    background: #141618;
}
.footer-about {
    color: #fff;
}
.copyright p {
    margin-bottom: 0;
    color: #d1c2c2;
    z-index: 999;
    position: relative;
    text-align: center;
    font-size: 13px;
}

.copyright a {
    color: #22B24C;
    text-decoration: underline;
}

#footer-section {
    background: #192436;
    padding: 20px 0;
}

.footer-cont p {
    color: #fff;
    padding-top: 10px;
    color: #A9975F;
}

.footer-cont p span {
    font-size: 16px;
    color: #fff;
    letter-spacing: 2px;
    text-decoration: underline;
}

.footer-icon li a {
    border: none;
}

.quick-contact li i {
    float: left;
    width: 15%;
    display: inline-block;
    font-size: 20px;
    text-align: center;
    color: #22b24c;
    padding: 5px 0;
    margin-right: 4%;
    margin-right: 10px;
}
.useful-link li a i {
    margin-right: 8px;
}
.quick-contact li {
    display: block;
    overflow: hidden;
}
.footer-widget p {
    color: #ddd8d8;
    font-size: 16px;
}
.footer-news-img {
    width: 25%;
    float: left;
    margin-right: 10px;
}
.footer-news-img img {
    height: 55px;
}
.footer-news-text {
    width: 70%;
    float: left;
}
.footer-news-text a {
    color: #a7a8b4;
    margin: 0;
    transition: all .5s ease;
    font-size: 16px;
}
.footer-news-text a:hover {
    color: #1d66be;
}
.footer-blog-item {
    overflow: hidden;
}

/*===============footer css end=============*/
/*====  copyright css start  ====*/
.copyright-area {
	background: #333;
	color: #fff;
	text-align: left;
	position: relative;
	padding: 20px 0;
}
.copyright p {
	font-size: 15px;
	font-weight: 600;
}
.copyright-area p a {
    color: #f31417;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
}
.social-icon {
	text-align: right;
}
.social-icon ul li a i {
	color: #fff;
	margin-right: 2px;
	font-size: 22px;
	height: 32px;
	width: 32px;
	background: #009AC7;
	line-height: 32px;
	border-radius: 5px;
	box-sizing: border-box;
	text-align: center;
}
.scrolltop {
    position: absolute;
    left: 50% !important;
    bottom: 50px;
    width: 45px !important;
    background: #403636!important;
    height: 45px !important;
    line-height: 45px !important;
    border-radius: 50% !important;
    text-align: center !important;
    color: #ffff !important;
    font-size: 22px !important;
    cursor: pointer;
    z-index: 9999;
    top: -25px;
}
.scroll i {
    color: #f31417;
}
/*contact css start*/
.bredcrumb-banner{
	background: url('../images/banner-contact.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 1;
	padding: 50px 50px;
}
.bredcrumb-banner::after {
	content: "";
	position: absolute;
	background: rgb(0,0,0,0.8);
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
	height: 100%;
	width: 100%;
}
.bredcrumb-text {
	color: #fff;
}
.bredcrumb-text {
    background: #eee;
    display: inline-block;
    padding: 20px 40px;
    border-radius: 5px;
    color: #f31417;
}
.bredcrumb-text h2 {
	font-weight: bold;
	font-size: 30px;
}
.bredcrumb-text p {
    font-weight: 600;
}
.bredcrumb-text p a {
    color: #222;
}
.bredcrumb-text p a:hover {
    color: #f31417;
}
/*contact css start*/
.contact-item {
	box-sizing: border-box;
	padding: 10px 10px;
	margin-bottom: 5px;
	box-shadow: -webkit-box-shadow: 2px 2px 13px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 2px 13px -1px rgba(0,0,0,0.75);
	box-shadow: 2px 2px 13px -1px rgba(191, 187, 187, 0.75);
	position:relative;
	overflow: hidden;
}
.contact-icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	height: 100%;
	content: "";
	background: #009AC7;
}
.contact-icon a {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	right: 0;
	color: #fff;
	font-size: 35px;
}
.contact-address {
	margin-left: 100px;
	padding: 10px 10px;
}
.contact-address h2 {
	color: #222;
	font-weight: 900;
	font-size: 20px;
	letter-spacing: 1px;
}

.contact-address p {
	color: #262626;
}
.contact-info {
	margin-bottom:25px;
}
.contact-form {
	padding: 5px 5px;
}
.form-group .form-control {
	box-shadow: none !important;	
}

/*Contact css End*/

/*Gallery Css Start*/

.gallery-area {
    background: #fff;
}
.sample-widget {
    position: relative;
    border-radius: 5px;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 3px;
}
.equipments-image {
    height: 250px;
    overflow: hidden;
    box-shadow: 2px 7px 7px 8px #d8d8db;
    border-radius: 5px;
}
.equipments-image img {
    height: 100%;
    width: 100%;
    transition: all .5s ease;
}
.sample-widget:hover .equipments-image a img {
    transform: scale(1.2);
}

.overlay {
    position: absolute;
    background: rgb(87 85 217 / 68%);
    height: 100%;
    width: 100%;
    line-height: 40px;
    text-align: center;
    top: 100%;
    left: 0;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}
.overlay-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 22px;
	color: #fff;
	height: 50px;
	width: 50px;
	line-height: 50px;
	background: blue;
	border-radius: 50%;
	transform: translate(-50%,-50%);
}
.sample-widget:hover .overlay{
	visibility: visible;
	opacity: 1;
	top:0;

}
/*Gallery css end*/

/*======== Event css Strt =========*/

.event-inner {
    box-shadow: 0px 2px 2px 2px #edebeb;
    margin-bottom: 45px;
    padding: 10px;
}
.event-inner-item-date {
    color: #f31417;
}
.event-inner-item-date h2 {
    font-weight: 800;
    font-size: 36px;
    margin-bottom: -5px;
}
.event-inner-item-date h4 {
    font-weight: 800;
    font-size: 40px;
    letter-spacing: 1px;
}
.event-inner-item-title a {
    font-size: 28px;
    font-weight: 600;
    transition: all .35s ease;
}
.event-inner-item-title a:hover {
    color: #f31417;
}
.event-inner-item-title p {
    font-size: 16px;
    font-weight: 500;
    color: #584d4d;
}
.event-inner-item-title p i {
    color: #f31417;
    font-size: 18px;
    font-weight: 900;
}
.event-inner-text p {
    margin-top: 8px;
    color: #141317;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
}
.event-inner-btn a {
    font-size: 17px;
    font-weight: 600;
    position: relative;
    color: #504f4f;
}
.event-inner-btn a::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 73px;
    background: #f31417;
    top: 21px;
    left: 0;
}
.event-inner-btn a:hover {
    color: #f31417;
}
/*===== Event css End ====*/

/*admission css start*/

.admission-title h2 {
    text-align: center;
    margin-bottom: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #f31417;
    position: relative;
}
.admission-title h2:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 154px;
    background: #f31417;
    top: 34px;
    left: 43%;
}
.admission-img {
    width: 100%;
    height: auto;
}
.admission-img a img {
    height: 100%;
}
.admission-text {
    margin-top: 25px;
    padding: 10px;
    box-shadow: 2px 3px 9px 2px #ddd;
}
.admission-text p 

.dropdown-menu.dropdown-custom {
     left: 125px !important; 
     transform: inherit;
     display: block;
    height: 290px;
    overflow: scroll;
    transform: inherit;
    will-change: inherit;
}
.navbar-expand .navbar-nav .dropdown-menu {
    top: 48px;
    min-width: 195px !important;
    /* right: 30px !important; */
}

/*Student Login Page Css*/
.login-content {
    background: #fff none repeat scroll 0 0;
    margin: 10px 20px;
    text-align: left;
    box-shadow: 0 0;
    border: 1px solid #ddd;
    padding: 30px;
    border-radius: 10px;
}
.login-title {
    color: #2a2a2a;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 13px;
    margin-top: 0;
    text-transform: uppercase;
    text-align: center;
}

.login-content p {
    margin-bottom: 14px;
    text-align: center;
    font-weight: 600;
}

.login-content form input, .login-content form select, .login-content form textarea {
    border: 2px solid #09052e;
    box-shadow: none;
    font-size: 13px;
    height: 40px;
    padding-left: 10px;
    width: 100%;
    margin-bottom: 8px;
}
.login_area::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(45deg, #09052e, #ddd) !important;
    content: "";
}
.login-content form input.login-sub {
    background: #09052e;
    border: 0 none;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 5px;
    padding: 0 40px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: inherit;
    cursor: pointer;
    width: 100%;
}
.login-content form input.login-sub:hover {
    background: #5966B4;
}
.login_area {
    height: 100vh;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}
.login_area::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: -1;
}
.forget_pass {
    margin-top: 15px;
    text-align: center;
}

