/*
Template Name: HTML Education Template
Author: yaminncco

Colors:
	Body 		: #798696
	Headers 	: #374050
	Primary 	: #FF6700
	Grey 		: #EBEBEB

Fonts: Lato & Montserrat

Table OF Contents
------------------------------------
1 > General
2 > Logo
3 > Navigation
4 > Hero Area
5 > About & Why Us (Feature)
6 > Courses
7 > Footer
8 > Contact Page
9 > Blog Page
10 > Blog Page Sidebar
11 > Single Post Page
12 > Responsive
13 > Preloader
------------------------------------*/

/*------------------------------------*\
	General
\*------------------------------------*/
/* --- typography --- */
@font-face {
    font-family: 'Pacifico';
    src: url('../fonts/Pacifico/Pacifico-Regular.ttf') format('truetype'); /* Adjust path and format as necessary */
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/Open_Sans/static/OpenSans-Regular.ttf') format('truetype');
	font-weight: 400;
}

@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/Open_Sans/static/OpenSans-Bold.ttf') format('truetype');
	font-weight: 700;
}

@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/Open_Sans/static/OpenSans-SemiBold.ttf') format('truetype');
	font-weight: 600;
}


body {
	
    /*font-family: 'Montserrat', sans-serif;*/
	font-size: 15px;
    font-weight: 400;
    /* color: #798696; */
	color: rgb(0, 0, 0);
	overflow-x:hidden;
}

h1,h2,h3,h4,h5,h6 {
	margin-top: 12px;
	margin-bottom: 15px;
	font-weight: 600;
	color: #374050;
}

h1 {
	font-size:38px;
}

h2 {
	font-size:30px;
}

h3 {
	font-size:24px;
}

h4 {
	font-size:18px;
}

a {
	font-family: 'Lato', sans-serif;
	color: #374050;
	font-weight: 700;
}

a:hover,
a:focus{
    text-decoration: none;
    outline: none;
	color: #374050;
	opacity: 0.9;
}

ul,ol{
    margin: 0;
    padding: 0;
    list-style: none
}

.white-text {
	color: #FFF;
}

blockquote {
	position: relative;
	margin: 20px 0px;
	padding: 20px 20px 20px 60px;
	border-left: none;
	color: #374050;
}

blockquote:before{
	content:"\f10d";
	font-family:fontAwesome;
	position:absolute;
	left:0;
	top:0;
	color: #FF6700;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	border-radius:50%;
	border:1px solid #EBEBEB;
}


/* --- Section --- */
.section {
	position:relative;
	padding-top:50px;
	padding-bottom:80px;
}

.section-hr {
	margin-top:80px;
	margin-bottom:80px;
	border-color: #EBEBEB;
}

.section-header {
	margin-bottom:10px;
}

/* --- Background Image --- */
.bg-image {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background-position:center;
	background-size:cover;
}

.bg-image.bg-parallax {
	background-attachment:fixed;
}

.bg-image.overlay:after {
	content:"";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#374050), to(#798696));
	background-image: linear-gradient(to bottom, #374050 0%, #798696 100%);
	opacity: 0.7;
}

/* --- Buttons --- */
.main-button {
	position:relative;
	display:inline-block;
	padding:10px 30px;
	background-color: #FF6700;
	border: 2px solid transparent;
	border-radius: 40px;
	color: #FFF;
	-webkit-transition:0.2s all;
	transition:0.2s all;
}

.main-button:hover , .main-button:focus {
	background-color:#fff;
	border: 2px solid #FF6700;
	color:#FF6700;
}

.main-button.icon-button:hover , .main-button.icon-button:focus {
	padding-right: 45px;
}

.main-button.icon-button:after {
	content:"\f178";
	font-family:FontAwesome;
	position:absolute;
	width: 30px;
	right: 15px;
	text-align:center;
	opacity:0;
	-webkit-transition:0.2s all;
	transition:0.2s all;
}

.main-button.icon-button:hover:after , .main-button.icon-button:focus:after {
	opacity:1;
}

/* --  Input  -- */
input[type="text"], input[type="email"], input[type="password"], input[type="number"], input[type="date"], input[type="url"], input[type="tel"], textarea {
    height: 40px;
    width: 100%;
    border: 1px solid #EBEBEB;
	border-radius:4px;
	background: transparent;
    padding-left: 15px;
	padding-right: 15px;
	-webkit-transition:0.2s border-color;
	transition:0.2s border-color;
}

textarea {
    padding: 10px 15px;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="date"]:focus, input[type="url"]:focus, input[type="tel"]:focus, textarea:focus {
	border-color:#FF6700;
}

/*------------------------------------*\
	Navigation
\*------------------------------------*/

#department{
	display: inline-block; 
	color: white;
	padding-left: 10px;
	font-weight: bold;
	height: 100px;
}


.transparent-nav {
	
	/*position:fixed;*/
	background-color: rgba(159, 154, 154, 0.4)!important;
	opacity: 0.9!important;
	box-shadow: var(--bs-box-shadow)!important;
	/*--*/
	/*height: 100px;*/ 
}

.scrolled-nav {
	background-color: #fff;
	box-shadow: 0px 4px 10px #742105;
	box-shadow: rgba(116, 33, 5, 0.4) 0px 10px 10px -10px!important;
}


/*------------------------------------*\
	Hero Area
\*------------------------------------*/

.c-item{
    height: calc(85vh);
    width: 100vw;
}

.c-img{
    height: calc(85vh);
    width: 100%;
    object-fit: fill;
}

.image-shade{
	background: linear-gradient(to right, #706a67f3, #a09994e6);
    border-top: 2px solid #ffffffa0; /* Border */
}

.hero-area {
	position:relative;
	padding-top: 80px;
	padding-bottom: 80px;
}

#home.hero-area {
	height:calc(100vh - 80px);
	padding-top: 0px;
	padding-bottom: 0px;
}

.home-wrapper {
	left:0;
	right:0;
}

/* -- Breadcrumb -- */
.hero-area-tree li {
	display:inline-block;
	font-family: 'Lato', sans-serif;
	font-weight:600;
	font-size:14px;
	color:rgba(255, 255, 255, 0.8);
}

.hero-area-tree li > a {
	color:rgba(255, 255, 255, 0.8);
}

.hero-area-tree li + li:before {
	content: "/";
	display: inline-block;
	margin: 0px 5px;
	color: rgba(235, 235, 235, 0.25);
}

/*------------------------------------*\
	About & Why Us (Feature)
\*------------------------------------*/
/* -- Feature -- */

.pull-right{
	position: absolute;
	bottom: 0;
	left: 0;
}

.swap-border-shadow{
	position: relative;
	height: calc(100vh-20px);
	overflow: hidden;
	/*box-shadow: 0px 4px 10px #000;*/
}

.feature {
	position:relative;
	/*Custom CSS for shadow*/
	box-shadow: rgba(116, 33, 5, 0.1) 0px 10px 10px -10px;
	/*End Custom CSS*/
}

.feature + .feature  {
	margin-top:40px;
}

/*.feature .feature-icon {
	position:absolute;
	left:0;
	top:0;
	width:80px;
	height:80px;
	line-height:80px;
	text-align:center;
	border-radius: 50%;
	font-size:30px;
	border:1px solid #EBEBEB;
	color:#FF6700;
}*/
/*Custom CSS*/
/*Custom Scrollbar of p tag
/*       ScrollBar 1        */
/**/

.header-content{
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.3);
}
#paragragh-button{
	/*border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom-right-radius: 10px;*/
	padding-left: 15px;
    box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.3);
	margin-top: -20px;
}

.read-more{
	margin-bottom: 10px;
	margin-right: 20px;
	margin-top: -10px;
}

.right-align {
	display: flex;
	justify-content: flex-end;
	
}

#about-description{
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 5px;
}

#about-description::-webkit-scrollbar{
	width: 5px;
}
#about-description::-webkit-scrollbar-thumb{
	border-radius: 8px;
	background: linear-gradient( #bf7821, #eb9c82);
}
#about-description::-webkit-scrollbar-thumb:hover{
	border-radius: 8px;
	background: linear-gradient(#bf7821, #742105);
}


#about-2{
	padding-left: 5%;
	padding-right: 5%;
	margin-top: 40px;
}

.about-title{
	padding-left: 20px;
	padding-right: 50px;
	padding-bottom: 10px;
	text-align: center;
	margin-bottom: -10px;
	
}


/*Box shadow of About*/


.feature .feature-icon {
	position:absolute;
	left:0;
	top:0;
	width:80px;
	height:80px;
	text-align:center;
	border-radius: 50%;
	font-size:1.5rem;
	vertical-align: middle;
	border:1px solid #EBEBEB;
	color: #000000;
	display: flex;
	align-items: center;
	/* box-shadow: 1px 2px 10px lightblue; */
	/* Rounded Icon shadow */
	box-shadow: 1px 2px 10px rgba(9, 2, 0, 0.2);
}

.feature-content p{
	margin-top: -5px;
}
.feature-content a:hover{
	color: rgb(57, 102, 153);
	text-decoration: underline;
}
/*End Custom CSS*/
.feature-content {
	padding-left:100px;
}

/* -- About Img -- */
.about-img {
	margin-top:40px;
}

.about-img > img {
	width:100%;
}

/* -- About Video -- */
.about-video {
	position: relative;
	display: block;
	border-radius: 4px;
	overflow: hidden;
}

.about-video > img {
	width:100%;
}

.about-video .play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50% , -50%);
	    -ms-transform: translate(-50% , -50%);
	        transform: translate(-50% , -50%);
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	background: #fff;
	border-radius: 50%;
	font-size: 24.027px;
	z-index:10;
	-webkit-animation : 2s play-animation infinite;
	        animation : 2s play-animation infinite;
	-webkit-transition:0.2s color;
	transition:0.2s color;
}

.about-video:hover .play-icon {
	color:#FF6700;
}
/*Custom CSS*/
#about-div p{
	font-size: 1.1em; 
	position: relative;
	height: 280px;
	width: calc(100% - 10px);
	padding-right: 20px;
	text-align: justify;
	overflow-y: scroll;
	margin-bottom: 15px;
}

@-webkit-keyframes play-animation {
	from {
		-webkit-box-shadow : 0px 0px 0px 0px #FFF;
		        box-shadow : 0px 0px 0px 0px #FFF;
	}
	to {
		-webkit-box-shadow : 0px 0px 0px 10px transparent;
		        box-shadow : 0px 0px 0px 10px transparent;
	}
}

@keyframes play-animation {
	from {
		-webkit-box-shadow : 0px 0px 0px 0px #FFF;
		        box-shadow : 0px 0px 0px 0px #FFF;
	}
	to {
		-webkit-box-shadow : 0px 0px 0px 10px transparent;
		        box-shadow : 0px 0px 0px 10px transparent;
	}
}

.about-video:after {
	content:"";
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	background-color:#FF6700;
	opacity:0.7;
}

/*------------------------------------*\
	Courses
\*------------------------------------*/
.course {
	margin-top:20px;
	margin-bottom:20px;
}

.course .course-img {
	position: relative;
	display:block;
	margin-bottom:20px;
	border-radius:4px;
	overflow:hidden;

	border: 5px solid #f0f0f0; /* Medium-thick border with a light color */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 8px 16px rgba(0, 0, 0, 0.1); /* Subtle layered shadow for depth */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transition */
    margin-bottom: 25px; /* Optional: space around the image */
}

.course .course-img:hover{
	transform: translateY(-10px) scale(1.05); /* Slight upward movement and scaling for 3D effect */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2), 0 16px 32px rgba(0, 0, 0, 0.2); /* More pronounced shadow on hover */
}

.course .course-img > img {
	width:100%;
	height: 250px;
	
}

.course-img:after {
	content:"";
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	opacity:0;
	-webkit-transition:0.2s opacity;
	transition:0.2s opacity;
}

.course .course-img:hover:after {
	opacity:0.7;
}

.course .course-img .course-link-icon {
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform: translate(-50% , calc(-50% - 15px));
	    -ms-transform: translate(-50% , calc(-50% - 15px));
	        transform: translate(-50% , calc(-50% - 15px));
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	border:2px solid #fff;
	color:#fff;
	border-radius:50%;
	opacity:0;
	z-index:10;
	-webkit-transition:0.2s all;
	transition:0.2s all;
}

.course .course-img:hover .course-link-icon {
	-webkit-transform: translate(-50% , -50%);
	    -ms-transform: translate(-50% , -50%);
	        transform: translate(-50% , -50%);
	opacity:1;
}

.course .course-title {
	display:block;
	height:42px;
	margin-top: 5px;
	line-height: 1.6;
}

.course .course-title:hover {
	color: #0056b3; /* Change this color as needed */
	text-decoration: underline; /* Underline on hover */
	transform: scale(1.01) translateY(-2px); /* Scaling and slight upward movement on hover */
}

.course .course-details {
	margin-top: -10px;
	padding-bottom: 2px;
	border-bottom: 1px solid #EBEBEB;
}

.course .course-details .course-price {
	float: right;
}

.course .course-details .course-price.course-free {
	color: green;
}

.course .course-details .course-price.course-premium {
	color: #FF6700;
}

#news-events .center-btn {
	text-align:center;
	margin-top:40px;
}

.pacifico-font{
	font-family: "Pacifico", cursive;
    font-weight: 400;
    font-style: normal;
}
/*------------------------------------*\
	Footer
\*------------------------------------*/

#bottom-footer {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #EBEBEB;
}

/* -- Footer Logo -- */
.footer-logo  .logo {
	margin-top: 20px;
	display: inline-block;
}

.footer-logo  .logo > img {
	max-height:30px;
}

/* -- Footer Nav -- */
.footer-nav {
	text-align: right;
	padding: 20px 0px;
}

.footer-nav li {
	display:inline-block;
	margin-left:15px
}

.footer-nav li a {
	display:block;
	text-transform:uppercase;
	-webkit-transition:0.2s color;
	transition:0.2s color;
}

.footer-nav li a:hover , .footer-nav li a:focus {
	color:#FF6700;
}

.footer-nav li a:after {
	content:"";
	display:block;
	height:2px;
	background-color:#FF6700;
	width:100%;
	-webkit-transform: translateY(5px);
	    -ms-transform: translateY(5px);
	        transform: translateY(5px);
	opacity:0;
	-webkit-transition:0.2s all;
	transition:0.2s all;
}

.footer-nav li a:hover:after , .footer-nav li a:focus:after {
	-webkit-transform: translateY(0px);
	    -ms-transform: translateY(0px);
	        transform: translateY(0px);
	opacity:1;
}

/* -- Footer copyright -- */
.footer-copyright {
	line-height:40px;
}

/* -- Footer Social -- */
.footer-social {
	text-align:right;
}

.footer-social li {
	display:inline-block;
	margin-left:10px;
}

.footer-social li a {
	display:block;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	border-radius:50%;
	color:#FFF;
	background-color:#EBEBEB;
	-webkit-transition:0.2s opacity;
	transition:0.2s opacity;
}

.footer-social li a.facebook {
	background-color:#3b5998;
}

.footer-social li a.twitter {
	background-color:#55acee;
}

.footer-social li a.google-plus {
	background-color:#dd4b39;
}

.footer-social li a.instagram {
	background-color:#e95950;
}

.footer-social li a.youtube {
	background-color:#ff0000;
}

.footer-social li a.linkedin {
	background-color:#007bb5;
}

/*------------------------------------*\
	Contact Page
\*------------------------------------*/
/* -- Contact Form -- */
.contact-form:after {
	content:"";
	display:block;
	clear:both;
}

.contact-form .input {
	margin-bottom:20px;
}

.contact-form textarea.input {
	height:200px;
}

/* -- Contact Information -- */
.contact-details li  {
	margin-bottom:20px;
}

.contact-details li i {
	color: #FF6700;
	margin-right: 15px;
	border: 1px solid #EBEBEB;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

/* -- Contact Map -- */
#contact-map {
	height:260px;
	border-radius:4px;
}

/*------------------------------------*\
	Blog Page
\*------------------------------------*/
/* -- Single Blog -- */
.single-blog {
	margin-bottom:40px;
}

.single-blog .blog-img > a {
	position:relative;
	display:block;
	border-radius:4px;
	overflow:hidden;
}

.single-blog .blog-img img {
	width:100%;
}

.single-blog .blog-img > a:after {
	content:"";
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background-color:#FF6700;
	opacity:0;
	-webkit-transition:0.2s opacity;
	transition:0.2s opacity;
}

.single-blog .blog-img > a:hover:after {
	opacity:0.7;
}

.single-blog .blog-meta {
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #EBEBEB;
}

.single-blog .blog-meta .blog-meta-author > a {
	color: #FF6700;
}

.single-blog .blog-meta .blog-meta-comments {
	margin-left:10px;
}

.single-blog .blog-meta .blog-meta-comments > a {
	color: #798696;
}

/* -- Pagination -- */
.post-pagination {
	margin-top:40px;
	text-align:center;
}

.post-pagination .pages {
	display:inline-block;
}

.post-pagination .pages li {
	display:inline-block;
}

.post-pagination .pages li + li {
	margin-left:10px;
}

.post-pagination .pages li {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	background-color: #EBEBEB;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
}

.post-pagination .pages li a {
	display:block;
	-webkit-transition: 0.2s color;
	transition: 0.2s color;
}

.post-pagination .pages li:hover  , .post-pagination .pages li.active {
	background-color: #FF6700;
	color:#FFF;
}

.post-pagination .pages li:hover a {
	color:#FFF;
} 

.pagination-back , .pagination-next {
	display: block;
	text-align: center;
	border-radius: 40px;
	background-color: #EBEBEB;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
	height:40px;
	padding:0px 30px;
	line-height:40px;
}

.pagination-next:hover  , .pagination-back:hover  {
	color:#FFF;
	background-color:#FF6700;
}

.pagination-next:after {
	content:"\f178";
	font-family:FontAwesome;
	margin-left:15px;
}

.pagination-back:before {
	content:"\f177";
	font-family:FontAwesome;
	margin-right:15px;
}

/*------------------------------------*\
	Blog Page Sidebar
\*------------------------------------*/
.widget + .widget {
	margin-top:40px;
}

/*-- Search --*/
.widget.search-widget {
	position:relative
}

.widget.search-widget .input {
	padding-right:60px;
}

.widget.search-widget button {
	position:absolute;
	right:0;
	top:0;
	height:40px;
	width:40px;
	background-color:transparent;
	border:none;
}

.widget.search-widget .input:focus + button {
	color:#FF6700;
}

/*-- Category --*/
.category-widget .category {
	display:block;
	text-transform:uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
}

.category-widget .category + .category {
	border-top: 1px solid #EBEBEB;
}

.category-widget .category:before {
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #FF6700;
	margin-right:10px;
}

.category-widget .category span {
	font-size:14px;
	margin-left:10px;
	color:#798696;
}

/*-- Sidebar Posts --*/
.single-post:after {
	content:"";
	display:block;
	clear:both;
}

.single-post + .single-post {
	margin-top:20px;
}

.single-post .single-post-img {
	position:relative;
	width: 80px;
	display: block;
	float: left;
	margin-right: 10px;
	margin-top: 3px;
	border-radius: 4px;
	overflow: hidden;
}

.single-post .single-post-img img {
	width:100%;
}

.single-post-img:after {
	content:"";
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background-color:#FF6700;
	opacity:0;
	-webkit-transition:0.2s opacity;
	transition:0.2s opacity;
}

.single-post-img:hover:after {
	opacity:0.7;
}

/*-- Tags --*/
.tags-widget .tag {
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	margin-right: 0px;
	margin-top: 5px;
	padding: 5px 15px;
	border-radius: 40px;
	border: 1px solid #EBEBEB;
	color: #798696;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
}

.tags-widget .tag:hover {
	background-color:#FF6700;
	border-color:#FF6700;
	color:#FFF;
}

/*------------------------------------*\
	Single Post Page
\*------------------------------------*/
/* --- Blog Post Meta --- */
.blog-post-meta {
	margin-top:40px;
}

.blog-post-meta li {
	display:inline-block;
}

.blog-post-meta li + li {
	margin-left:15px;
}

.blog-post-meta li , .blog-post-meta li > a {
	color: rgba(255, 255, 255, 0.8);
}

.blog-post-meta .blog-meta-author > a {
	color: #FF6700;
}

/* --- Blog Share --- */
.blog-share {
	border-top: 1px solid #EBEBEB;
	padding-top: 10px;
	margin-top: 40px;
}

.blog-share > h4 {
	display:inline-block;
	margin:0;
}

.blog-share a  {
	display:inline-block;
	margin-left:10px;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#FFF;
	background-color:#EBEBEB;
	border-radius:50%;
	-webkit-transition:0.2s opacity;
	transition:0.2s opacity;
}

.blog-share a.facebook {
	background-color:#3b5998;
}

.blog-share a.twitter {
	background-color:#55acee;
}

.blog-share a.google-plus {
	background-color:#dd4b39;
}

/* --- Blog Comments --- */
.blog-comments {
	margin-top:40px;
}

.blog-comments .media {
	margin-top:20px;
	margin-bottom:20px;
}

.blog-comments .media .media {
	margin-left:20px;
}

.blog-comments .media .media:nth-last-child(1) {
	margin-bottom:0px;
}

.blog-comments .media .media-body {
	padding:20px;
	background-color:#EBEBEB;
	border-radius:0px 4px 4px;
}

.blog-comments .media .media-left:before {
	content:"";
	position:absolute;
	right:0;
	top:0;
	border-style: solid;
	border-width: 0px 15px 15px;
	border-color: transparent #EBEBEB transparent transparent;
}

.blog-comments .media-left {
	position:relative;
	padding-right:20px;
}

.blog-comments .media-left img {
	width:80px;
	height:80px;
	background-color:#EBEBEB;
	border-radius:50%;
}

.blog-comments .media .date-reply {
	font-size:12px;
	text-transform:uppercase;
	color:#374050;
}
.blog-comments .media .date-reply .reply {
	margin-left:15px;
}

/* --- Blog Reply Form --- */
.blog-reply-form {
	margin-top:40px;
}

.blog-reply-form .input {
	margin-bottom:20px;
}

.blog-reply-form .input.name-input , .blog-reply-form .input.email-input {
	width: calc(50% - 10px);
	float:left;
}

.blog-reply-form .input.email-input {
	margin-left: 20px;
}

.blog-reply-form textarea {
	height:90px;
}

/*------------------------------------*\
	Responsive
\*------------------------------------*/
@media only screen and (max-width: 991px) {
	.section-header h2 {
		font-size:24px;
	}

	/*-- Why us --*/
	#why-us .feature {
		margin-top:40px;
	}
	
	.about-video {
		margin-top:40px;
	}
	
	/*-- Call to action --*/
	#cta {
		text-align:center;
	}
	
	/*-- Footer --*/
	.footer-logo {
		text-align:center;
	}
	
	.footer-nav {
		text-align:center;
	}
	.footer-nav li {
		margin-top: 10px;
	}
	
	.footer-social {
		text-align:center;
	}
	.footer-social li {
		margin-top: 10px;
	}
	
	.footer-copyright {
		text-align:center;
		line-height:inherit;
		margin-top:20px;
	}
	
	/*-- Contact page --*/
	.contact-form  {
		margin-bottom:40px;
	}

	.contact-form button {
		float:none !important;
	}
	
	/*-- Blog page --*/
	#main {
		margin-bottom:80px;
	}
}

@media only screen and (max-width: 768px) {
	/*-- Hero area --*/
	.hero-area h1 {
		font-size:30px;
	}

	/* -- Breadcrumb -- */
	.hero-area-tree li {
		font-size:12px;
	}

	/*-- Pagination --*/
	.post-pagination .pages {
		display:none;
	}
}

@media only screen and (max-width: 480px) {
	/*-- Courses --*/
	#courses-wrapper [class*='col-xs'] {
		width:100%;
	}
	
	/*-- Blog Comments --*/
	.blog-comments .media .media {
		margin-left:0px;
	}
	
	/*-- Blog Reply Form --*/
	.blog-reply-form .input.name-input , .blog-reply-form .input.email-input {
		width: 100%;
		float:none;
	}
	
	.blog-reply-form .input.email-input {
		margin-left: 0px;
	}
}

/*------------------------------------*\
	Preloader
\*------------------------------------*/ 
#preloader {
	position:fixed;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background-color:#FFF;
	z-index:9999;
}

#preloader .preloader {
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform: translate(-50% , -50%);
	    -ms-transform: translate(-50% , -50%);
	        transform: translate(-50% , -50%);
}

#preloader .preloader:after {
	content:"";
	display:block;
	width:40px;
	height:40px;
	border: 1px solid #EBEBEB;
    border-top: 1px solid #FF6700;
    border-radius: 50%;
	-webkit-animation: 1s preloader linear infinite;
	        animation: 1s preloader linear infinite;
}

@-webkit-keyframes preloader {
	from { -webkit-transform: rotate(0deg); transform: rotate(0deg);}
	to { -webkit-transform: rotate(360deg); transform: rotate(360deg);}
}

@keyframes preloader {
	from { -webkit-transform: rotate(0deg); transform: rotate(0deg);}
	to { -webkit-transform: rotate(360deg); transform: rotate(360deg);}
}




/*Top bar department name*/
.dept-name{
	text-align: center;
	background-color: #712207;
}
.dept-name h2{
	color: whitesmoke;
}


.special-designation {
    color: #E41937; /* Initial color */
	padding-bottom: 6px;
}

































.notice-title {
	font-size: 1.25rem;
	font-weight: bold;
	margin-bottom: 10px;
	color: #374050;
}


.view-all{
	width: 100%;
	border-color: transparent;
}



@media (min-width: 768px) {
    .inner-gap{
		padding-right: 50px!important;
		padding-left: 30px!important;
	}

	.right-align-notice{
		display: flex;
    	justify-content: flex-end;
	}

	.notice-title-margin{
		padding-top: 250px;
	}

	
}


@media (max-width: 768px) {
    .media-margin{
		margin-top: 30px;
	}

	
}

.event-section-padding{
	padding-left: 70px!important; 
	padding-right: 70px!important;
}





.watermark-div {
	position: relative;
	
	padding: 20px;
	text-align: center;
	background: #fff;
}

.watermark-div img.watermark {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0.08; /* Adjust the opacity to make it look like a watermark */
	width: 40%; /* Adjust the size as needed */
	pointer-events: none; /* Ensures the watermark doesn't interfere with text selection or interaction */
}





.center-div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 15vh;
	box-sizing: border-box; /* Include padding and border in the element's total width and height */
	background-color: #f4f7f9;
}

.center-div img {
	margin-right: 20px; /* Adjust spacing as needed */
	height: calc(13vh);
	width: auto;
	padding: 5px 0px;
}

.center-div p {
	margin: 0; /* Remove default margins */
	font-size: 3.5rem;
	font-weight: bolder;
	color: #1d3052;
	font-family: 'Lato', sans-serif !important;
}

footer {
    background-color: #002147; /* Dark blue background */
    color: #f8f9fa; /* Light text */
}

h5 {
    color: #ffc107; /* Bootstrap's warning color for the title */
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

footer{
	font-family: 'Open Sans', sans-serif!important;
	padding-bottom: 20px;
}

#typing-text {
    white-space: nowrap; /* Prevents text wrapping */
    overflow: hidden; /* Hides the text overflow */
}

.entry-title a{
	font-family: 'Open Sans', sans-serif!important;
}

.footer-text{
	font-family: 'Times New Roman', sans-serif!important;
	margin-left: 10px;
}


.footer-text a{
	font-family: 'Times New Roman', sans-serif!important;
}

@media (max-width: 1200px) {
    .footer-text {
        text-align: center!important; /* Center the text */
		margin-left: 0px;
    }
}

.header-nav-wrapper + div{
	height: 0px!important;
}

.variable-height{
	height: 100px!important;
}

@media (min-width: 368.1px) {
    .variable-height{
		height: 60px!important;
	}
	
}

@media (min-width: 484.1px) {
    .variable-height{
		height: 30px!important;
	}
	
}

@media (min-width: 900.1px) {
    .variable-height{
		height: 110px!important;
	}
	
}

.padding-class{
	padding: 0px;
	padding-bottom: 5px;
}

.image-border {
    border: 2px solid #f6f6f6; /* Adds a solid black border with a width of 5px */
    border-radius: 2px; /* Optional: Adds rounded corners to the border */
    padding: 5px; /* Optional: Adds padding inside the border */
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); /* Optional: Adds a shadow effect */
	width: 100%; 
	height: auto;
}

@media (min-width: 991px) {
    .variable-height{
		height: 40px!important;
	}

	.padding-class{
		padding-right: 40px;
	}
	
}

.title-design{
	font-size: 26px;
	font-weight: 400!important;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 5px;
}

.title-design-2{
	font-size: 26px;
	font-weight: 400!important;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.top-research{
	background-color: #fcfcfc; 
	padding: 15px;
	margin-bottom: 5px; 
	text-align: justify!important;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
	border-radius: 1%;
	color: #333333;
	font-weight: 300;
	transition: transform 0.3s ease; /* Smooth transition */
}

.top-research:hover{
	transform: translateY(-5px) scale(1.05); /* Moves up slightly and scales up */
}

.author-name{
	font-family: 'Open sans', sans-serif!important;
	font-weight: 400;
}

.inline-items{
	margin-top: 10px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}

.inline-items img{
	margin-right: 5px;
	height: 25px!important; 
	width: 25px!important;
	border-radius: 50%;
}

.type-icon{
	padding-left: 10px;
	padding-right: 5px;
}

@media (max-width: 991.98px) {
    .footer-bottom{
		text-align: center!important;
	}
}


body {
  box-shadow: none!important;
}

.menuzord-menu > li > a{
    padding: 8px 5px!important;
}



