@charset "UTF-8";
/*
Theme Name: Edumint
Theme URI: http://solverwp.com/html/edumint
Author: Solverwp
Author URI: http://solverwp.com/html/edumint
Description: Edumint - LMS & Online Courses Html Template
Version: 1.0.3
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Global
    ## Global
    ## Mixins
    ## Theme
    ## Variables
    ## Common

# Sections
    ## Nav Bar
    ## Banner
    ## Brand Area
    ## Footer
    ## Widgets

# Elements
    ## accordion
    ## filter
    ## apartment
    ## blog
    ## city
    ## feature
    ## gallery
    ## intro
    ## main-search
    ## pricing
    ## service
    ## team
    ## user-list

--------------------------------------------------------------*/
/*-----------------
    # Typography
-----------------*/
@import url("https://fonts.googleapis.com/css?family=Rubik:300,400,400i,500,600,700i&display=swap");

:root {
	--main-color: #fdc800;
	--heading-color: #002147;
	--paragraph-color: #565872;
	--body-font: "Rubik", sans-serif;
	--body-font-size: 16px;
	--line-height30: 1.7;
}

.home-3 {
	--main-color: #1dc295;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-x: hidden;
	font-family: var(--body-font);
}

* {
	box-sizing: border-box;
	outline: none;
	-moz-osx-font-smoothing: grayscale;
	/* Firefox */
	-webkit-font-smoothing: antialiased;
	/* WebKit  */
}

body {
	margin: 0;
	color: var(--paragraph-color);
	overflow-x: hidden;
	font-family: var(--body-font);
	line-height: var(--line-height30);
	font-size: var(--body-font-size);
}

h1 {
	font-size: 62px;
	line-height: 1.2333333333;
}

h2 {
	font-size: 46px;
	line-height: 1.3380952381;
}

h3 {
	font-size: 30px;
	line-height: 1.3833333333;
}

h4 {
	font-size: 24px;
	line-height: 1.3380952381;
}

h5 {
	font-size: 20px;
	line-height: 1.3380952381;
}

h6 {
	font-size: 16px;
	line-height: 1.3830952381;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--heading-color);
	font-weight: 700;
}

p {
	color: var(--paragraph-color);
	-webkit-hyphens: auto;
	hyphens: auto;
	margin-bottom: 10px;
}

a {
	color: inherit;
	text-decoration: none;
	transition: 0.4s;
}

a,
a:hover,
a:focus,
a:active {
	text-decoration: none;
	outline: none;
	color: inherit;
}

a:hover {
	color: var(--main-color);
}

pre {
	word-break: break-word;
}

a i {
	padding: 0 2px;
}

img {
	max-width: 70%;
}

ol {
	counter-reset: counter;
	padding-left: 0;
}

ol li {
	list-style: none;
	margin-bottom: 1rem;
}

ol li:before {
	counter-increment: counter;
	content: counter(counter);
	font-weight: 500;
	margin-right: 10px;
}

button:hover,
button:active,
button:focus {
	outline: 0;
}

/*input and button type focus outline disable*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
select:focus {
	outline: none;
	box-shadow: none;
	border: 1px solid #ddd;
}

.no-gutter.row,
.no-gutter.container,
.no-gutter.container-fluid {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}

.no-gutter > [class^="col-"] {
	padding-left: 0;
	padding-right: 0;
}

.no-gutter[class^="col-"] {
	padding-left: 0;
	padding-right: 0;
}

.h-100vh {
	height: 100vh;
}

code {
	color: #faa603;
}

.check-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.check-list li {
	display: block;
	padding-left: 20px;
	position: relative;
	z-index: 0;
}

.check-list li:after {
	position: absolute;
	left: 0;
	top: 0;
	font-family: "fontawesome";
	content: "";
	color: var(--main-color);
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	clear: both;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.comment-navigation .nav-previous > a,
.posts-navigation .nav-previous > a,
.post-navigation .nav-previous > a,
.comment-navigation .nav-next > a,
.posts-navigation .nav-next > a,
.post-navigation .nav-next > a {
	transition: 0.3s ease-in;
}

.comment-navigation .nav-previous:hover > a,
.posts-navigation .nav-previous:hover > a,
.post-navigation .nav-previous:hover > a,
.comment-navigation .nav-next:hover > a,
.posts-navigation .nav-next:hover > a,
.post-navigation .nav-next:hover > a {
	color: var(--main-color);
}

.comment-list li {
	list-style: none;
}

.h-100vh {
	height: 100vh;
}

.position-relative {
	position: relative;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 15px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	float: left;
	clear: both;
	margin-right: 20px;
}

.alignright {
	float: right;
	clear: both;
	margin-left: 20px;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}

.alignfull {
	margin: 1.5em 0;
	max-width: 100%;
}

.alignwide {
	max-width: 1100px;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
	clear: both;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*----------------------------------------
    # Unit test
------------------------------------------*/
.wp-link-pages a {
	margin: 0 5px;
	transition: 0.3s ease-in;
}

.wp-link-pages {
	margin-bottom: 30px;
	margin-top: 25px;
}

.wp-link-pages span,
.wp-link-pages a {
	border: 1px solid #e2e2e2;
	padding: 5px 15px;
	display: inline-block;
}

.wp-link-pages .current,
.wp-link-pages a:hover {
	background-color: var(--main-color);
	color: #fff;
	border-color: var(--main-color);
}

.wp-link-pages span:first-child {
	margin-right: 5px;
}

dl,
ol,
ul {
	padding-left: 15px;
}

.post-password-form input {
	display: block;
	border: 1px solid #e2e2e2;
	height: 50px;
	border-radius: 3px;
	padding: 0 20px;
}

.post-password-form label {
	font-weight: 600;
	color: #333;
}

.post-password-form input[type="submit"] {
	width: 100px;
	height: 50px;
	background-color: var(--main-color);
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 1px;
	border: none;
	cursor: pointer;
	transition: 0.3s ease-in;
}

.post-password-form input[type="submit"]:hover {
	background-color: #121a2f;
}

.footer-widget .table td,
.footer-widget .table th {
	padding: 0.5rem !important;
}

/*---------------------------------------
    ## Button
---------------------------------------*/
.btn {
	height: 55px;
	line-height: 55px;
	padding: 0 36px;
	border-radius: 0;
	overflow: hidden;
	position: relative;
	border: 0;
	font-size: 15px;
	transition: all 0.5s ease;
	font-weight: 500;
	border-radius: 4px;
	z-index: 0;
}

.btn:focus,
.btn:active {
	outline: 0;
	box-shadow: none;
}

.btn:after {
	content: "";
	background: #eebd05;
	position: absolute;
	transition: all 0.3s ease-in;
	z-index: -1;
	height: 100%;
	left: -35%;
	top: 0;
	transform: skew(30deg);
	transition-duration: 0.6s;
	transform-origin: top left;
	width: 0;
}

.btn:hover:after {
	height: 100%;
	width: 135%;
}

.btn-radius {
	border-radius: 30px;
}

.btn-base {
	color: var(--heading-color);
	background: var(--main-color);
}

.btn-base:hover {
	color: var(--heading-color);
}

.btn-border-white {
	color: #fff;
	border: 2px solid rgba(255, 255, 255, 0.2);
	line-height: 52px;
}

.btn-border-white:hover,
.btn-border-white:focus {
	color: #fff;
	background: var(--main-color);
	border: 2px solid var(--main-color);
}

.btn-border-black {
	color: var(--heading-color);
	border: 2px solid rgba(0, 33, 71, 0.2);
	line-height: 52px;
}

.btn-border-black:hover,
.btn-border-black:focus {
	color: var(--heading-color);
	background: var(--main-color);
	border: 2px solid var(--main-color);
}

.btn-black {
	color: #fff;
	background: var(--heading-color);
}

.btn-black:hover {
	color: #fff;
}

.btn-counter {
	display: inline-flex;
	padding: 15px 30px;
	border-radius: 4px;
}

.btn-counter .left-val {
	margin-bottom: 0;
}

.btn-counter .right-val {
	line-height: 1.2;
	font-size: 15px;
	font-weight: 500;
	color: var(--heading-color);
	margin-left: 12px;
}

/*------------------------------------------------
    ## Section title
------------------------------------------------*/
.section-title {
	margin-bottom: 45px;
	position: relative;
}

.section-title .sub-title {
	font-weight: 500;
	position: relative;
	display: inline-block;
	margin-bottom: 0;
}

.section-title .sub-title.left-line:before {
	content: "";
	position: absolute;
	left: -50px;
	top: 9px;
	height: 1px;
	width: 40px;
	background: var(--heading-color);
}

.section-title .sub-title.right-line:after {
	content: "";
	position: absolute;
	right: -50px;
	top: 9px;
	height: 1px;
	width: 40px;
	background: var(--heading-color);
}

.section-title .sub-title.double-line:before {
	content: "";
	position: absolute;
	left: -50px;
	top: 10px;
	height: 1px;
	width: 40px;
	background: var(--heading-color);
}

.section-title .sub-title.double-line:after {
	content: "";
	position: absolute;
	right: -50px;
	top: 10px;
	height: 1px;
	width: 40px;
	background: var(--heading-color);
}

.section-title .sub-title.style-btn {
	height: 36px;
	line-height: 36px;
	background: rgba(29, 194, 149, 0.1);
	border-radius: 30px;
	padding: 0 25px;
	color: var(--main-color);
	margin-bottom: 6px;
}

.section-title .title {
	margin-bottom: 0;
	margin-top: 3px;
}

.section-title .content {
	margin-top: 17px;
	margin-bottom: 0;
}

.section-title .single-list-wrap {
	margin-top: 35px;
}

.section-title .btn {
	margin-top: 40px;
}

/*------------------------------------------------
    ## Back Top
------------------------------------------------*/
.back-to-top {
	position: fixed;
	right: 30px;
	bottom: 30px;
	width: 44px;
	height: 44px;
	color: #fff;
	background-color: var(--main-color);
	text-align: center;
	line-height: 44px;
	z-index: 99;
	font-size: 25px;
	cursor: pointer;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	display: none;
	animation: backto-top-bounce 4s infinite ease-in-out;
}

@keyframes backto-top-bounce {
	0% {
		transform: translateY(-5px);
	}

	50% {
		transform: translateY(10px);
	}

	100% {
		transform: translateY(-5px);
	}
}

/*-----------------------------------------
    ## Preloader Css
-------------------------------------------*/
.pre-wrap {
	position: fixed;
	content: "";
	transform: translate(-100%, -240%);
	font-size: 62px;
}

.preloader-inner {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999999999999;
	background-color: #030724;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.preloader-inner .cancel-preloader {
	position: absolute;
	bottom: 30px;
	right: 30px;
}

.preloader-inner .cancel-preloader a {
	background-color: #fff;
	font-weight: 600;
	text-transform: capitalize;
	color: var(--main-color);
	width: 200px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 30px;
	display: block;
	transition: all 0.4s ease;
}

.preloader-inner .cancel-preloader a:hover {
	background-color: var(--heading-color);
	color: #fff;
}

.spinner {
	margin: 120px auto;
	width: 60px;
	height: 60px;
	position: relative;
	text-align: center;
	animation: sk-rotate 2s infinite linear;
}

.dot1,
.dot2 {
	width: 60%;
	height: 60%;
	display: inline-block;
	position: absolute;
	top: 0;
	background-color: var(--main-color);
	border-radius: 100%;
	animation: sk-bounce 2s infinite ease-in-out;
}

.dot2 {
	top: auto;
	bottom: 0;
	animation-delay: -1s;
}

@keyframes sk-rotate {
	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
	}
}

@keyframes sk-bounce {
	0%,
	100% {
		transform: scale(0);
		-webkit-transform: scale(0);
	}

	50% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}

/*-----------------------------------------
    ## Breadcumb 
------------------------------------------*/
.video-play-btn {
	border-radius: 50%;
	background: #f7f7f7;
	width: 90px;
	height: 90px;
	display: inline-block;
	line-height: 100px;
	position: relative;
	z-index: 0;
	text-align: center;
	animation: ripple-white3 2.5s linear infinite;
}

.video-play-btn:after {
	z-index: -1;
	content: "";
	position: absolute;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	background: rgba(247, 247, 247, 0.4);
	top: -10px;
	left: -10px;
}

.video-play-btn i {
	color: #585858;
	margin-left: 6px;
	font-size: 28px;
}

.video-play-btn.video-play-border {
	background: transparent;
	border: 2px solid #fff;
	height: 60px;
	width: 60px;
	line-height: 60px;
}

.video-play-btn.video-play-border:hover {
	background: #fff;
}

.video-play-btn.video-play-border:hover i {
	color: var(--main-color);
}

.video-play-btn.video-play-border i {
	color: #fff;
	font-size: 20px;
	margin-left: 3px;
}

.video-play-btn.video-play-border:after {
	display: none;
}

/*-----------------------------------------
    ## Breadcumb 
------------------------------------------*/
.breadcrumb-area {
	padding: 282px 0 125px;
	background-size: cover;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
}

.breadcrumb-area .breadcrumb-inner {
	position: relative;
	z-index: 2;
}

.breadcrumb-area .page-title {
	font-size: 45px;
	font-weight: 700;
	margin-bottom: 15px;
	color: #fff;
}

.breadcrumb-area .page-list {
	margin: 0;
	padding: 0;
	color: #fff;
}

.breadcrumb-area .page-list li {
	font-size: 18px;
	font-weight: 200;
	list-style: none;
	display: inline-block;
	position: relative;
	padding-left: 8px;
}

.breadcrumb-area .page-list li:after {
	position: absolute;
	left: 0;
	top: 1px;
	content: "/";
	font-family: "fontawesome";
}

.breadcrumb-area .page-list li:first-child {
	padding-left: 0;
}

.breadcrumb-area .page-list li:first-child:after {
	display: none;
}

/********* social-media *********/
.social-media {
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 2;
}

.social-media li {
	display: inline-block;
	margin: 0 3px;
}

.social-media li a {
	height: 38px;
	width: 38px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	font-size: 14px;
	display: inline-block;
	border: 1px solid #cfcfcf;
}

.social-media li a:hover {
	background: var(--main-color);
	border: 1px solid var(--main-color);
	color: var(--heading-color);
}

.social-media li:first-child {
	margin-left: 0;
}

.social-media li:last-child {
	margin-right: 0;
}

/********* slider-control *********/
.slider-control-round .owl-nav button {
	height: 40px;
	width: 40px;
	line-height: 40px;
	margin: 0 8px;
	border-radius: 50%;
	border: 1px solid var(--main-color);
	transition: 0.4s;
	box-shadow: none;
	color: var(--main-color);
	background: transparent;
	padding: 0;
	cursor: pointer;
}

.slider-control-round .owl-nav button:hover {
	background: var(--main-color);
	color: #fff;
}

.slider-control-round .owl-nav .owl-prev {
	margin-left: 0;
}

.slider-control-round .owl-nav .owl-next {
	margin-left: 0;
}

.slider-control-square .owl-nav button {
	height: 45px;
	width: 60px;
	line-height: 46px;
	margin: 0 8px;
	border-radius: 0;
	border: 1px solid var(--main-color);
	transition: 0.4s;
	box-shadow: none;
	color: var(--main-color);
	background: transparent;
	font-size: 20px;
	padding: 0;
	cursor: pointer;
}

.slider-control-square .owl-nav button:hover {
	background: var(--main-color);
	color: #fff;
}

.slider-control-square .owl-nav .owl-prev {
	margin-left: 0;
}

.slider-control-square .owl-nav .owl-next {
	margin-left: 0;
}

/*--------------------------------------------------------------
# Globals
--------------------------------------------------------------*/
.b-radius-5 {
	border-radius: 5px;
}

.ratting-inner {
	color: #ffc107;
}

.bg-base {
	background: var(--main-color);
}

.bg-yellow {
	background: #fdc800;
}

.bg-green {
	background: #1dc295;
}

.bg-deep-green {
	background: #238e1c;
}

.bg-blue {
	background: #2878eb;
}

.bg-white {
	background: #fff;
}

.bg-red {
	background: #f14d5d;
}

.bg-gray {
	background: #f0f4f9;
}

.bg-black {
	background: var(--heading-color);
}

.bg-relative {
	position: relative;
}

.bg-cover {
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

.bg-overlay {
	position: relative;
	background-size: cover !important;
}

.bg-overlay:after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: rgba(27, 75, 129, 0.9);
}

.bg-overlay .container {
	position: relative;
	z-index: 2;
}

.bg-light-green {
	background: rgba(29, 194, 149, 0.1);
}

.pd-top-60 {
	padding-top: 60px;
}

.pd-top-80 {
	padding-top: 80px;
}

.pd-top-90 {
	padding-top: 90px;
}

.pd-top-100 {
	padding-top: 100px;
}

.pd-top-110 {
	padding-top: 110px;
}

.pd-top-120 {
	padding-top: 120px;
}

.pd-top-135 {
	padding-top: 135px;
}

.pd-top-140 {
	padding-top: 140px;
}

.pd-top-150 {
	padding-top: 150px;
}

.pd-top-280 {
	padding-top: 280px;
}

.mg-top-120 {
	margin-top: 120px;
}

.mg-top-160 {
	margin-top: 160px;
}

.mt-200 {
	margin-top: 200px;
}

.mt-mn-200 {
	margin-top: -200px;
}

.pd-bottom-70 {
	padding-bottom: 70px;
}

.pd-bottom-90 {
	padding-bottom: 90px;
}

.pd-bottom-100 {
	padding-bottom: 100px;
}

.pd-bottom-110 {
	padding-bottom: 110px;
}

.pd-bottom-120 {
	padding-bottom: 120px;
}

.pd-bottom-150 {
	padding-bottom: 150px;
}

.mg-top--170 {
	margin-top: -170px;
}

.mg-top--50 {
	margin-top: -50px;
}

/************ animate style ************/
.top_image_bounce {
	animation: top-image-bounce 3s infinite ease-in-out;
}

.left_image_bounce {
	animation: left-image-bounce 3s infinite ease-in-out;
}

.right_image_bounce {
	animation: right-image-bounce 3s infinite ease-in-out;
}

.spin_image {
	animation: spin 3s infinite ease-in-out;
}

@keyframes top-image-bounce {
	0% {
		transform: translateY(-8px);
	}

	50% {
		transform: translateY(12px);
	}

	100% {
		transform: translateY(-8px);
	}
}

@keyframes left-image-bounce {
	0% {
		transform: translateX(-5px);
	}

	50% {
		transform: translateX(10px);
	}

	100% {
		transform: translateX(-5px);
	}
}

@keyframes spin {
	100% {
		transform: rotate(360deg);
		transform-origin: 50%;
	}
}

@keyframes ripple-white3 {
	0% {
		box-shadow:
			0 0 0 0 rgba(255, 255, 255, 0.1),
			0 0 0 10px rgba(255, 255, 255, 0.1),
			0 0 0 20px rgba(255, 255, 255, 0.1);
	}

	100% {
		box-shadow:
			0 0 0 10px rgba(255, 255, 255, 0.1),
			0 0 0 20px rgba(255, 255, 255, 0.1),
			0 0 0 100px rgba(255, 255, 255, 0);
	}
}

/*---------------------------------------------------
    widget styles
----------------------------------------------------*/
.td-sidebar .widget {
	margin-bottom: 34px;
}

.td-sidebar .widget .widget-title {
	margin-bottom: 23px;
	font-size: 22px;
	position: relative;
}

.widget_search {
	padding: 0 !important;
}

.widget_search .search-form {
	position: relative;
	background: #fff;
	border-radius: 0px;
	overflow: hidden;
}

.widget_search .search-form .form-group {
	margin-bottom: 0;
}

.widget_search .search-form input {
	width: 100%;
	border: 0;
	height: 70px;
	background: transparent;
	padding: 0 82px 0 22px;
	border: 2px solid #eaeaea !important;
}

.widget_search .search-form input:focus {
	border: 0;
	outline: 0;
}

.widget_search .search-form button {
	position: absolute;
	right: 0;
	border: 0;
	background: var(--main-color);
	cursor: pointer;
	width: 75px;
	top: 0;
	height: 70px;
}

.widget_search .search-form button i {
	color: var(--heading-color);
}

.widget_search .search-form button:active,
.widget_search .search-form button:focus {
	box-shadow: none;
	outline: 0;
}

.widget-recent-post ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 10px;
	padding-bottom: 0;
}

.widget-recent-post ul li .media {
	margin-bottom: 15px;
	align-items: center;
	border: 1px solid #e3e3e3;
	border-radius: 5px;
	padding: 15px;
}

.widget-recent-post ul li .media .media-left {
	margin-right: 15px;
}

.widget-recent-post ul li .media .media-left img {
	border-radius: 5px;
}

.widget-recent-post ul li .media .media-body .title {
	margin-bottom: 10px;
	font-size: 15px;
}

.widget-recent-post ul li .media .media-body .post-info {
	font-weight: 400;
	font-size: 12px;
	color: var(--heading-color);
}

.widget-recent-post ul li .media .media-body .post-info i,
.widget-recent-post ul li .media .media-body .post-info svg {
	margin-right: 5px;
}

.widget-recent-post ul li .media .media-body .post-info a {
	color: var(--main-color);
	font-weight: 500;
}

.widget-recent-post ul li:last-child {
	border-bottom: 0 !important;
}

.widget_catagory ul {
	padding-left: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.widget_catagory ul li {
	list-style: none;
	transition: all 0.4s ease;
	margin-bottom: 15px;
	border: 1px solid #e3e3e3;
	border-radius: 5px;
	padding: 11px 12px 11px 0;
	position: relative;
}

.widget_catagory ul li a {
	position: relative;
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: var(--heading-color);
	padding-left: 20px;
}

.widget_catagory ul li a:hover {
	color: var(--heading-color);
}

.widget_catagory ul li a i {
	padding-right: 10px;
	font-size: 16px;
	color: var(--heading-color);
	position: absolute;
	right: 0;
	top: 6px;
}

.widget_catagory ul li:hover {
	border: 1px solid var(--main-color);
}

.widget_catagory ul li:last-child {
	margin-bottom: 0;
}

.widget_twitter ul {
	padding-left: 0;
}

.widget_twitter ul li {
	list-style: none;
	transition: all 0.4s ease;
	margin-bottom: 6px;
	display: flex;
	border-bottom: 1px solid #d2d0d0;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.widget_twitter ul li a {
	position: relative;
	padding-left: 25px;
}

.widget_twitter ul li a i {
	padding-right: 10px;
	position: absolute;
	left: 0;
	top: 7px;
}

.widget_twitter ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.widget_tags .tagcloud a {
	border: 1px solid #e3e3e3;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	border-radius: 4px;
	display: inline-block;
	margin: 0 10px 15px 0;
	font-family: "Lato", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #808080;
}

.widget_tags .tagcloud a:hover {
	background: var(--main-color);
	color: #ffffff;
	border-color: var(--main-color);
}

/*********** widget_checkbox_list ************/
.widget_checkbox_list .single-checkbox:last-child {
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0;
}

.single-checkbox {
	display: block;
	position: relative;
	padding-left: 25px;
	margin-bottom: 7px;
	padding-bottom: 7px;
	cursor: pointer;
	font-size: 16px;
	color: var(--heading-color);
	-webkit-user-select: none;
	user-select: none;
	border-bottom: 1px solid #e3e3e3;
}

.single-checkbox:hover input ~ .checkmark {
	background-color: #ccc;
}

.single-checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.single-checkbox input:checked ~ .checkmark {
	background-color: var(--main-color);
}

.single-checkbox input:checked ~ .checkmark:after {
	display: block;
}

.single-checkbox .checkmark {
	position: absolute;
	top: 6px;
	left: 0;
	height: 15px;
	width: 15px;
	background-color: #eee;
}

.single-checkbox .checkmark:after {
	content: "";
	position: absolute;
	display: none;
	left: 5px;
	top: 2px;
	width: 5px;
	height: 10px;
	border: solid var(--heading-color);
	border-width: 0 1px 1px 0;
	transform: rotate(45deg);
}

.widget-g-map iframe {
	height: 350px;
	width: 100%;
	border: 0;
	line-height: 1 !important;
}

.widget_event {
	border-radius: 5px;
	padding: 30px 25px;
	background: var(--heading-color);
}

.widget_event ul {
	padding: 0;
	margin: 0;
}

.widget_event li {
	color: #fff;
	margin-bottom: 9px;
	font-size: 16px;
	list-style: none;
}

.widget_event li:last-child {
	margin-bottom: 0;
}

.widget_event li i {
	color: var(--main-color);
	margin-right: 8px;
}

.widget_feature {
	border: 1px solid #cbd6e2;
}

.widget_feature .widget-title {
	padding: 18px 25px;
	border-bottom: 1px solid #f0f4f9;
	margin-bottom: 18px !important;
}

.widget_feature ul {
	padding: 0 25px 20px;
}

.widget_feature ul li {
	color: var(--heading-color);
	font-size: 16px;
	margin-bottom: 9px;
	list-style: none;
}

.widget_feature ul li span {
	font-weight: 500;
	margin-right: 5px;
}

.widget_feature ul li i {
	margin-right: 8px;
}

.widget_feature .price-wrap {
	background-color: #f0f4f9;
	padding: 34px 23px 40px;
}

.widget_feature .price-wrap h5 {
	font-size: 22px;
	margin-bottom: 28px;
}

.widget_feature .price-wrap h5 span {
	font-weight: 400;
	margin-left: 5px;
}

.widget_feature .price-wrap .btn {
	width: 100%;
}
/*----------------------------------------------
    # Nav bar - FIXED VERSION
----------------------------------------------*/
.navbar-top {
	padding: 13px 0 4px 0;
	background: var(--main-color);
}

.navbar-top ul {
	margin: 0;
	padding: 0;
	line-height: initial;
}

.navbar-top ul li {
	display: inline-block;
	list-style: none;
	margin-right: 20px;
	padding-bottom: 10px;
}

.navbar-top ul li:last-child {
	margin-right: 0;
}

.navbar-top ul li p,
.navbar-top ul li a {
	margin: 0;
	font-size: 14px;
	color: var(--heading-color);
	font-weight: 500;
}

.navbar-top ul li p i,
.navbar-top ul li a i {
	margin-right: 5px;
}

.navbar-top ul li a:hover {
	color: #1dc295;
}

.navbar-top .topbar-right a {
	margin: 0 7px;
}

.navbar-top .topbar-right li a i {
	margin-right: 0;
}

.navbar-area {
	position: absolute;
	width: 100%;
	z-index: 99;
}

.navbar-area .nav-container {
	background-color: transparent;
	padding: 0 15px;
	transition: all 0.4s;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.navbar-area .nav-container .logo {
	padding: 0 !important;
}

/* FIX 1: */
.navbar-area .nav-container .logo a img {
	height: auto;
	max-height: 140px;
	display: block;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav {
	display: flex;
	align-items: center;
	padding-left: 0 !important;
	margin-left: 40px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li {
	display: inline-block;
	font-weight: 500;
	line-height: normal; /* FIX 2: line-height हटाया ताकि padding काम करे */
	text-transform: capitalize;
	margin-right: 5px;
}

/* FIX 3: मेनू आइटम को लोगो के साथ सेंटर में अलाइन करने के लिए पैडिंग बढ़ाई */
.navbar-area .nav-container .navbar-collapse .navbar-nav li a {
	color: var(--heading-color);
	font-weight: 500;
	font-size: 16px;
	padding: 15px 10px; /* 0 10px से 15px 10px किया */
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li:hover a {
	color: var(--main-color);
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
	margin-left: 0;
}

.navbar-area
	.nav-container
	.navbar-collapse
	.navbar-nav
	li.menu-item-has-children {
	position: relative;
	z-index: 0;
	padding-right: 10px; /* 18px से कम किया */
}

/* FIX 4: + / - आइकन बनाने वाले स्यूडो-एलिमेंट्स हटाए गए */
.navbar-area
	.nav-container
	.navbar-collapse
	.navbar-nav
	li.menu-item-has-children:before,
.navbar-area
	.nav-container
	.navbar-collapse
	.navbar-nav
	li.menu-item-has-children:after {
	content: none;
}

/* :hover नियम को भी हटा दिया गया क्योंकि आइकन नहीं है */
.navbar-area
	.nav-container
	.navbar-collapse
	.navbar-nav
	li.menu-item-has-children:hover:before {
	opacity: 1;
}

.navbar-area
	.nav-container
	.navbar-collapse
	.navbar-nav
	li.menu-item-has-children:hover:after {
	background: transparent;
}

.navbar-area
	.nav-container
	.navbar-collapse
	.navbar-nav
	li.menu-item-has-children:hover
	> .sub-menu {
	visibility: visible;
	opacity: 1;
}

.navbar-area
	.nav-container
	.navbar-collapse
	.navbar-nav
	li.menu-item-has-children
	.sub-menu {
	position: absolute;
	text-align: left;
	min-width: 210px;
	margin: 0;
	padding: 0;
	list-style: none;
	left: 0;
	top: 100%;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
	background-color: #fff;
	z-index: 9;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s ease;
	border-radius: 0;
}

.navbar-area
	.nav-container
	.navbar-collapse
	.navbar-nav
	li.menu-item-has-children
	.sub-menu
	li {
	display: block;
	margin-left: 0;
	line-height: 22px;
	font-size: 15px;
	transition: all 0.4s ease;
	border-bottom: 1px solid #f5f5f5;
}

.navbar-area
	.nav-container
	.navbar-collapse
	.navbar-nav
	li.menu-item-has-children
	.sub-menu
	li
	a {
	display: block;
	padding: 10px 20px;
	white-space: nowrap;
	transition: all 0.3s;
	color: #050a30;
	font-size: 14px;
	font-weight: 500;
}

.navbar-area
	.nav-container
	.navbar-collapse
	.navbar-nav
	li.menu-item-has-children
	.sub-menu
	li:hover {
	background: #061539;
}

.navbar-area
	.nav-container
	.navbar-collapse
	.navbar-nav
	li.menu-item-has-children
	.sub-menu
	li:hover
	a {
	color: #fff;
}

.navbar-area
	.nav-container
	.navbar-collapse
	.navbar-nav
	li.menu-item-has-children
	.sub-menu
	li:last-child {
	border-bottom: 0;
}

.sticky-active {
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	box-shadow: 0 10px 20px 0 rgba(46, 56, 220, 0.05);
}

.navbar-area-1.sticky-active {
	background: #fff;
}

.navbar-nav {
	opacity: 0;
	margin-right: -30px;
	visibility: hidden;
	transition: all 0.3s ease 0s;
}

.menu-open {
	opacity: 1;
	margin-right: 0;
	visibility: visible;
}

/* Mobile Menu Toggle Button */
.responsive-mobile-menu button:focus {
	outline: none;
	border: none;
}

.toggle-btn {
	left: auto;
	right: -10px;
	position: absolute;
	top: 12px;
	width: 40px;
	height: 40px;
	transition-duration: 0.5s;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.toggle-btn .icon-left {
	transition-duration: 0.5s;
	position: absolute;
	height: 2px;
	width: 11px;
	top: 18px;
	background-color: var(--main-color);
	left: 7px;
}

.toggle-btn .icon-left:before {
	transition-duration: 0.5s;
	position: absolute;
	width: 11px;
	height: 2px;
	background-color: var(--main-color);
	content: "";
	top: -7px;
	left: 0;
}

.toggle-btn .icon-left:after {
	transition-duration: 0.5s;
	position: absolute;
	width: 11px;
	height: 2px;
	background-color: var(--main-color);
	content: "";
	top: 7px;
	left: 0;
}

.toggle-btn .icon-right {
	transition-duration: 0.5s;
	position: absolute;
	height: 2px;
	width: 11px;
	top: 18px;
	background-color: var(--main-color);
	left: 18px;
}

.toggle-btn .icon-right:before {
	transition-duration: 0.5s;
	position: absolute;
	width: 11px;
	height: 2px;
	background-color: var(--main-color);
	content: "";
	top: -7px;
	left: 0;
}

.toggle-btn .icon-right:after {
	transition-duration: 0.5s;
	position: absolute;
	width: 11px;
	height: 2px;
	background-color: var(--main-color);
	content: "";
	top: 7px;
	left: 0;
}

.toggle-btn.open .icon-left {
	transition-duration: 0.5s;
	background: transparent;
}

.toggle-btn.open .icon-left:before {
	transform: rotateZ(45deg) scaleX(1.4) translate(2px, 1px);
}

.toggle-btn.open .icon-left:after {
	transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -1px);
}

.toggle-btn.open .icon-right {
	transition-duration: 0.5s;
	background: transparent;
}

.toggle-btn.open .icon-right:before {
	transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 1px);
}

.toggle-btn.open .icon-right:after {
	transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -1px);
}

/**************** nav-right-part *************/
.nav-right-part .btn {
	height: 45px;
	line-height: 45px;
	padding: 0 25px;
}

.nav-right-part a {
	margin-left: 15px;
	color: var(--heading-color);
}

.nav-right-part .search-bar {
	border: 1px solid rgba(0, 33, 71, 0.2);
	display: inline-block;
	height: 45px;
	width: 45px;
	line-height: 43px;
	text-align: center;
}

.nav-right-part .search-bar:hover {
	background: var(--main-color);
	border: 1px solid var(--main-color);
}

.nav-right-part-desktop {
	margin-left: 15px;
}

.nav-right-part-mobile {
	display: none;
}

/* Responsive Styles - FIXED MOBILE DROPDOWNS */
@media only screen and (max-width: 991px) {
	.navbar-area .nav-container {
		padding: 0 15px;
		position: relative;
	}

	.navbar-area .nav-container .logo {
		order: 1;
		text-align: left;
		padding: 0 !important;
	}

	/* FIX 5: मोबाइल के लिए लोगो का साइज़ बढ़ाया गया */
	.navbar-area .nav-container .logo a img {
		max-height: 60px; /* 50px से 60px किया */
	}

	.responsive-mobile-menu {
		order: 3;
		position: relative;
	}

	.toggle-btn {
		position: static;
		margin-left: 10px;
	}

	.nav-right-part-mobile {
		display: block;
		order: 2;
		margin-left: auto;
		margin-right: 15px;
	}

	.nav-right-part-desktop {
		display: none;
	}

	.navbar-area .nav-container .navbar-collapse {
		margin-top: 13px;
		padding-right: 0;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background: #fff;
		z-index: 1000;
		display: none;
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	}

	.navbar-area .nav-container .navbar-collapse.show {
		display: block;
	}

	.navbar-area .nav-container .navbar-collapse .navbar-nav {
		display: block;
		margin-top: 0;
		margin-left: 0;
		padding: 0;
	}

	.navbar-area .nav-container .navbar-collapse .navbar-nav li {
		display: block;
		text-align: left;
		line-height: 20px;
		padding: 0;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		position: relative;
	}

	.navbar-area .nav-container .navbar-collapse .navbar-nav li a {
		display: block;
		padding: 12px 20px;
		font-size: 15px;
	}

	.navbar-area .nav-container .navbar-collapse .navbar-nav li:last-child {
		border-bottom: none;
	}

	.navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
		margin-left: 0;
	}

	/* FIXED: Mobile dropdown styles */
	.navbar-area
		.nav-container
		.navbar-collapse
		.navbar-nav
		li.menu-item-has-children {
		padding-right: 0;
	}

	.navbar-area
		.nav-container
		.navbar-collapse
		.navbar-nav
		li.menu-item-has-children:before,
	.navbar-area
		.nav-container
		.navbar-collapse
		.navbar-nav
		li.menu-item-has-children:after {
		display: none;
	}

	.navbar-area
		.nav-container
		.navbar-collapse
		.navbar-nav
		li.menu-item-has-children.mobile-open
		> a.dropdown-toggle:after {
		transform: rotate(180deg);
	}

	.navbar-area
		.nav-container
		.navbar-collapse
		.navbar-nav
		li.menu-item-has-children
		.sub-menu {
		position: static;
		display: none;
		width: 100%;
		box-shadow: none;
		background-color: #f8f9fa;
		padding: 0;
		visibility: visible;
		opacity: 1;
		border-top: 1px solid rgba(0, 0, 0, 0.1);
	}

	.navbar-area
		.nav-container
		.navbar-collapse
		.navbar-nav
		li.menu-item-has-children
		.sub-menu.active {
		display: block;
	}

	.navbar-area
		.nav-container
		.navbar-collapse
		.navbar-nav
		li.menu-item-has-children
		.sub-menu
		li {
		padding: 0;
		border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	}

	.navbar-area
		.nav-container
		.navbar-collapse
		.navbar-nav
		li.menu-item-has-children
		.sub-menu
		li
		a {
		padding: 10px 20px 10px 30px;
		font-size: 14px;
		color: #555;
	}

	.navbar-area
		.nav-container
		.navbar-collapse
		.navbar-nav
		li.menu-item-has-children
		.sub-menu
		li:last-child {
		border-bottom: none;
	}

	.navbar-area
		.nav-container
		.navbar-collapse
		.navbar-nav
		li.menu-item-has-children
		.sub-menu
		li:hover {
		background: rgba(0, 0, 0, 0.03);
	}

	.navbar-area
		.nav-container
		.navbar-collapse
		.navbar-nav
		li.menu-item-has-children
		.sub-menu
		li:hover
		a {
		color: var(--main-color);
		background: transparent;
	}

	.navbar-collapse {
		background: #fff;
		margin-top: 0px;
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.navbar-top ul li p {
		font-size: 12px;
	}
}

@media only screen and (max-width: 575px) {
	.navbar-area .nav-container {
		margin: 0px 0px;
	}
}
/*----------------------------------------
  ## Search Popup
----------------------------------------*/
.td-search-popup.active .search-form {
	visibility: visible;
	opacity: 1;
	width: 40%;
}

.td-search-popup .search-form {
	width: 35%;
	position: absolute;
	position: fixed;
	top: 50%;
	left: 50%;
	transition: all 0.4s ease;
	visibility: hidden;
	opacity: 0;
	transform: translate(-50%, -50%);
	z-index: 9999;
}

.td-search-popup .search-form .form-group .form-control {
	border: none;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	height: 54px;
	padding: 0 75px 0 25px;
	background: #f7f9fb;
}

.td-search-popup .search-form .form-group .form-control:hover,
.td-search-popup .search-form .form-group .form-control:focus,
.td-search-popup .search-form .form-group .form-control:active {
	outline: 0;
	box-shadow: none;
}

.td-search-popup .search-form .submit-btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	height: 54px;
	border: 0;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	color: #ffffff;
	transition: all 0.4s ease;
	padding: 0;
	text-align: center;
	cursor: pointer;
	background: var(--main-color);
}

.td-search-popup .search-form .submit-btn:hover,
.td-search-popup .search-form .submit-btn:focus,
.td-search-popup .search-form .submit-btn:active {
	outline: 0;
	box-shadow: none;
}

.body-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(0, 0, 0, 0.95);
	z-index: 999;
	content: "";
	left: 0;
	top: 0;
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s ease;
	cursor:
		url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==),
		progress;
}

.body-overlay.active {
	visibility: visible;
	opacity: 0.97;
}

.mfp-zoom-in {
	/* animate in */
	/* animate out */
}

.mfp-zoom-in .mfp-content {
	opacity: 0;
	transition: all 0.4s ease;
	transform: scale(0.7);
}

.mfp-zoom-in.mfp-bg {
	opacity: 0;
	transition: all 0.4s ease;
}

.mfp-zoom-in.mfp-ready .mfp-content {
	opacity: 1;
	transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.7;
}

.mfp-zoom-in.mfp-removing .mfp-content {
	transform: scale(0.7);
	opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

/************ single-inpur-inner ************/
.single-input-inner {
	margin-bottom: 20px;
}

.single-input-inner input {
	width: 100%;
	border: 2px solid rgba(8, 76, 148, 0.2) !important;
	height: 58px;
	border-radius: 4px;
	padding: 0 18px;
}

.single-input-inner input::placeholder {
	color: #bbbbbb;
}

.single-input-inner textarea {
	width: 100%;
	border: 2px solid rgba(8, 76, 148, 0.2) !important;
	height: 140px;
	border-radius: 5px;
	padding: 14px 18px;
}

.single-input-inner textarea::placeholder {
	color: #bbbbbb;
}

.single-input-inner.style-checkbox {
	color: var(--heading-color);
}

.single-input-inner.style-checkbox input {
	height: 24px;
	width: 24px;
	float: left;
	margin-top: 2px;
	margin-right: 8px;
}

.single-input-inner.style-border-bottom input {
	border: 0 !important;
	border-bottom: 1px solid rgba(8, 76, 148, 0.2) !important;
	border-radius: 0;
	background: transparent;
	padding: 0;
}

.single-input-inner.style-right-icon {
	position: relative;
}

.single-input-inner.style-right-icon img {
	position: absolute;
	right: 15px;
	top: 23px;
}

.single-checkbox-inner {
	margin-bottom: 20px;
}

/*----------------------------------------------
    ## Banner
----------------------------------------------*/
.banner-inner {
	position: relative;
	z-index: 2;
}

.banner-inner .banner-btn {
	height: 35px;
	background: rgba(255, 255, 255, 0.2);
	display: inline-block;
	border-radius: 35px;
	line-height: 35px;
	padding: 0 30px;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 20px;
}

.banner-inner .sub-title {
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
}

.banner-inner .sub-title:after {
	position: absolute;
	content: "";
	right: -60px;
	top: 9px;
	background: var(--heading-color);
	height: 1px;
	width: 30px;
}

.banner-inner .title {
	margin-bottom: 32px;
}

.banner-inner.style-white .sub-title {
	color: #fff;
}

.banner-inner.style-white .sub-title:after {
	background: #fff;
}

.banner-inner.style-white .title {
	color: #fff;
}

.banner-inner .b-animate-1 {
	animation: 1.5s 0.2s fadeInLeft both;
}

.banner-inner .b-animate-2 {
	animation: 1.5s 0.4s fadeInLeft both;
}

.banner-inner .b-animate-3 {
	animation: 1.5s 0.6s fadeInLeft both;
}

.b-animate-thumb {
	animation: 1.5s 0.4s fadeInRight both;
}

.banner-area {
	position: relative;
}

.banner-area-1 {
	padding: 205px 0;
}

.banner-area-2 {
	background-size: cover !important;
	padding: 270px 0 200px;
}

.banner-area-2:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 33, 71, 0.9);
}

.banner-area-3 {
	padding: 270px 0 200px;
}

/*----------------------------------------------
    ## All section style
----------------------------------------------*/
.intro-title {
	padding: 30px;
}

.intro-title h3 {
	color: #fff;
}

.intro-title p {
	color: #fff;
	margin-bottom: 20px;
}

.intro-title ul {
	padding: 0;
	margin: 0;
}

.intro-title ul li {
	list-style: none;
	color: #fff;
	margin-bottom: 5px;
}

.intro-title ul li i {
	margin-right: 5px;
}

.intro-title ul li:last-child {
	margin-bottom: 0;
}

.single-intro-inner {
	padding: 20px;
	border-radius: 7px;
	transition: 0.4s;
}

.single-intro-inner .thumb {
	margin-bottom: 2px;
}

.single-intro-inner .thumb img {
	width: auto !important;
	display: inline-block;
}

.single-intro-inner .details h5 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 6px;
}

.single-intro-inner .details p {
	margin-bottom: 0;
}

.single-intro-inner .details .read-more {
	height: 48px;
	width: 48px;
	line-height: 48px;
	color: #fff;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.15);
	display: inline-block;
	margin-top: 24px;
}

.single-intro-inner .details .read-more-text {
	margin-top: 10px;
	display: inline-block;
	font-weight: 500;
	color: var(--heading-color);
}

.single-intro-inner .details .read-more-text i {
	margin-left: 3px;
}

.single-intro-inner .details .read-more-text:hover {
	color: var(--main-color);
}

.single-intro-inner.style-white h5 {
	color: #fff;
}

.single-intro-inner.style-white p {
	color: #fff;
}

.single-intro-inner.style-icon-bg {
	padding: 40px 15px 30px 15px;
	border: 3px solid #f0f4f9;
	margin-bottom: 30px;
}

.single-intro-inner.style-icon-bg .thumb {
	height: 90px;
	width: 90px;
	line-height: 90px;
	text-align: center;
	display: inline-block;
	background: var(--main-color);
	border-radius: 5px;
	position: relative;
	margin-bottom: 22px;
}

.single-intro-inner.style-icon-bg .thumb .intro-count {
	height: 34px;
	width: 34px;
	border-radius: 50%;
	line-height: 34px;
	text-align: center;
	background: var(--heading-color);
	color: #fff;
	position: absolute;
	right: -17px;
	top: -17px;
}

.single-intro-inner.style-icon-bg .details h5 {
	margin-bottom: 12px;
}

.single-intro-inner.style-icon-bg:hover {
	border: 3px solid var(--main-color);
}

.single-intro-inner.style-thumb {
	margin-bottom: 50px;
}

.single-intro-inner.style-thumb .thumb {
	margin-bottom: 30px;
}

.intro-area-inner {
	border-radius: 8px;
	overflow: hidden;
}

.intro-area-inner ul {
	margin: 0;
	padding: 0;
}

.intro-area-inner ul li {
	list-style: none;
}

.intro-area-inner ul li .single-intro-inner {
	position: relative;
}

.intro-area-inner ul li .single-intro-inner:after {
	content: "";
	position: absolute;
	left: 0;
	top: -50%;
	height: 200%;
	width: 1px;
	background: rgba(255, 255, 255, 0.1);
}

.intro-area-inner-2 {
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.07);
	background: #fff;
	padding: 50px 0 0 0;
	border-radius: 8px;
}

.intro-area-inner-2 .intro-footer {
	padding: 30px 30px 10px 30px;
	border-radius: 0 0 7px 7px;
}

.intro-area--top {
	margin-top: -70px;
	position: relative;
	z-index: 2;
}

.intro-slider .owl-nav {
	display: none;
}

/************* single-list-box *************/
.single-list-wrap {
	margin: 0;
	padding: 0;
}

.single-list-wrap li {
	list-style: none;
}

.single-list-wrap li:last-child {
	margin-bottom: 0;
}

.single-list-inner {
	margin-bottom: 20px;
}

.single-list-inner.style-white p,
.single-list-inner.style-white h5 {
	color: #fff;
}

.single-list-inner .media .media-left {
	margin-right: 14px;
}

.single-list-inner .media .media-body p {
	margin-bottom: 0;
}

.single-list-inner.style-check i {
	margin-right: 9px;
	color: var(--main-color);
}

.single-list-inner.style-check p {
	display: inline-block;
}

.single-list-inner.style-check-box i {
	height: 28px;
	width: 28px;
	line-height: 28px;
	border-radius: 50%;
	background: var(--main-color);
	text-align: center;
	font-size: 15px;
	display: inline-block;
	margin-right: 9px;
	color: var(--heading-color);
}

.single-list-inner.style-check-box p {
	display: inline-block;
}

.single-list-inner.style-check-box-grid {
	margin-bottom: 26px;
}

.single-list-inner.style-check-box-grid .media .media-left {
	height: 60px;
	width: 60px;
	line-height: 60px;
	border-radius: 7px;
	background: var(--main-color);
	text-align: center;
	font-size: 20px;
	display: inline-block;
	color: var(--heading-color);
}

.single-list-inner.style-check-box-grid-2 {
	margin-bottom: 26px;
}

.single-list-inner.style-check-box-grid-2 .media .media-left {
	height: 80px;
	width: 80px;
	line-height: 80px;
	border-radius: 7px;
	background: var(--main-color);
	text-align: center;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--heading-color);
}

.single-list-inner.style-check-box-grid-2 .media .media-body p {
	font-size: 15px;
}

.single-list-inner.style-box .media .media-left {
	height: 70px;
	width: 70px;
	line-height: 70px;
	border-radius: 7px;
	background: var(--main-color);
	text-align: center;
	font-size: 20px;
	display: inline-block;
	color: var(--heading-color);
}

.single-list-inner.style-box .media .media-body h5 {
	margin-bottom: 0;
}

.single-list-inner.style-box .media .media-body p {
	color: var(--heading-color);
	font-size: 15px;
}

.single-list-inner.style-box-2 .media .media-left {
	height: 100px;
	width: 82px;
	line-height: 100px;
	border-radius: 7px;
	background: rgba(29, 194, 149, 0.1);
	text-align: center;
	font-size: 20px;
	display: inline-block;
	color: var(--heading-color);
}

.single-list-inner.style-box-2 .media .media-body h5 {
	margin-bottom: 0;
}

.single-list-inner.style-box-2 .media .media-body p {
	font-size: 15px;
}

.single-list-inner.style-box-bg {
	background: #fff;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.07);
	padding: 10px;
	border-radius: 7px;
}

.single-list-inner.style-box-bg .media .media-left {
	height: 70px;
	width: 70px;
	line-height: 70px;
	border-radius: 7px;
	background: var(--main-color);
	text-align: center;
	font-size: 20px;
	display: inline-block;
	color: var(--heading-color);
}

.single-list-inner.style-box-bg .media .media-body h5 {
	margin-bottom: 0;
}

.single-list-inner.style-box-bg .media .media-body p {
	color: var(--heading-color);
}

/************** about-thumb-wrap ***************/
.about-thumb-wrap {
	height: 100%;
	min-height: 350px;
	position: relative;
	background-size: cover !important;
	background-position: center center !important;
	border-radius: 7px;
}

.about-thumb-wrap.style-two {
	background-size: 100% 100% !important;
}

.about-thumb-wrap.after-shape {
	margin-right: 30px;
}

.about-thumb-wrap.after-shape:after {
	content: "";
	position: absolute;
	right: -30px;
	width: 154px;
	height: 80%;
	top: 50%;
	border-radius: 10px;
	background: var(--main-color);
	z-index: -1;
	transform: translateY(-50%);
}

.about-thumb-wrap.left-icon {
	margin-left: 20px;
	height: 86%;
	background-size: cover !important;
}

.about-thumb-wrap.left-icon .about-icon {
	position: absolute;
	left: -20px;
	top: -20px;
}

.about-thumb-wrap.left-icon .about-icon img {
	border-radius: 7px;
}

.about-thumb-wrap.left-icon .bottom-content {
	color: var(--heading-color);
	padding: 30px;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.07);
	background: #fff;
	position: absolute;
	bottom: -14%;
	margin: 0 40px;
	border-radius: 7px;
	content: "";
}

.about-thumb-wrap.left-icon .bottom-content:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 5%;
	height: 4px;
	width: 90%;
	background: var(--main-color);
}

.about-inner-wrap {
	padding: 20px 0;
}

/************** single-testimonial-inner **************/
.single-testimonial-inner {
	padding: 50px;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.07);
	margin: 9px;
}

.single-testimonial-inner .testimonial-quote {
	font-size: 50px;
	position: absolute;
	top: 25px;
	left: 50px;
	z-index: -1;
	color: rgba(255, 255, 255, 0.15);
}

.single-testimonial-inner p {
	color: var(--heading-color);
}

.single-testimonial-inner .testimonial-author .media-left {
	margin-right: 15px;
	height: 70px;
	width: 70px;
	position: relative;
}

.single-testimonial-inner .testimonial-author .media-left img {
	border-radius: 50%;
}

.single-testimonial-inner .testimonial-author .media-left i {
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	background: #2878eb;
	font-size: 14px;
	color: #fff;
	position: absolute;
	right: -2px;
	bottom: -2px;
}

.single-testimonial-inner .testimonial-author .media-body h6 {
	margin-bottom: 10px;
}

.single-testimonial-inner .testimonial-author .media-body p {
	margin-bottom: 0;
	font-size: 15px;
	line-height: 1;
}

.single-testimonial-inner.style-white {
	box-shadow: none;
}

.single-testimonial-inner.style-white p {
	color: #fff;
}

.single-testimonial-inner.style-white .testimonial-author .media-left i {
	display: none;
}

.single-testimonial-inner.style-white .testimonial-author .media-body h6 {
	color: #fff;
}

.single-testimonial-inner.style-white .testimonial-author .media-body p {
	color: #fff;
}

.testimonial-area-inner {
	border-radius: 7px;
	position: relative;
	margin-top: 40px;
}

.testimonial-area-inner .testimonial-right-img {
	position: absolute;
	right: 20px;
	bottom: 0;
	height: 350px;
}

.testimonial-slider {
	padding-right: 40%;
}

.testimonial-slider .owl-nav {
	display: inline-block;
	background: var(--main-color);
	position: absolute;
	right: 0;
	bottom: 0;
	border-radius: 7px 0 7px 0;
}

.testimonial-slider .owl-nav button {
	background: transparent;
	border: 0;
	padding: 4px 16px;
	color: var(--heading-color);
	font-size: 22px;
	cursor: pointer;
}

.testimonial-slider-2 .owl-nav {
	display: none;
}

.testimonial-slider-2 .single-testimonial-inner {
	margin: 0;
	padding: 13px 0 0 0;
	box-shadow: none;
}

.testimonial-slider-2 .single-testimonial-inner .testimonial-quote {
	color: var(--main-color);
	top: -20px;
	left: auto;
	right: 30px;
	z-index: 1;
}

.testimonial-slider-2 .single-testimonial-inner > p {
	background-color: #fff;
	font-size: 16px;
	padding: 38px 30px;
	position: relative;
	border-radius: 5px;
	margin-bottom: 32px;
}

.testimonial-slider-2 .single-testimonial-inner > p:after {
	content: "";
	position: absolute;
	width: 30px;
	height: 18px;
	bottom: -18px;
	left: 50px;
	border-top: solid 18px #fff;
	border-left: solid 18px transparent;
	border-right: solid 18px transparent;
}

.testimonial-slider-2 .single-testimonial-inner .testimonial-author {
	margin-left: 30px;
}

.testimonial-slider-2 .single-testimonial-inner .testimonial-author img {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.07);
}

.testimonial-slider-2
	.single-testimonial-inner
	.testimonial-author
	.media-left {
	border-radius: 50%;
	width: 80px;
	height: 80px;
}

.testimonial-slider-3 .owl-nav {
	display: none;
}

/************** single-team-inner **************/
.single-team-inner {
	margin-bottom: 30px;
}

.single-team-inner .thumb {
	border-radius: 7px;
	overflow: hidden;
}

.single-team-inner .thumb img {
	transition: 0.7s;
	width: auto !important;
	overflow: hidden;
}

.single-team-inner .thumb .social-wrap {
	position: absolute;
	right: 30px;
	top: 28px;
}

.single-team-inner .thumb .social-wrap .social-share {
	height: 48px;
	width: 48px;
	line-height: 48px;
	background: var(--main-color);
	border-radius: 4px;
	text-align: center;
	color: var(--heading-color);
	display: inline-block;
	position: relative;
	z-index: 3;
}

.single-team-inner .details {
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.07);
	padding: 20px 30px;
	margin-top: -55px;
	position: relative;
	z-index: 2;
	background: #fff;
	border-radius: 7px;
}

.single-team-inner .details h4 {
	margin-bottom: 5px;
}

.single-team-inner:hover .thumb img {
	transform: scale(1.1);
}

.team-slider .owl-nav {
	display: none;
}

.social-wrap-inner ul {
	margin: 0;
	padding: 0;
	height: 0;
	overflow: hidden;
	transition: 0.6s;
}

.social-wrap-inner ul li {
	list-style: none;
}

.social-wrap-inner ul li a {
	height: 48px;
	width: 48px;
	line-height: 48px;
	background: var(--main-color);
	border-radius: 4px;
	text-align: center;
	color: var(--heading-color);
	display: inline-block;
	position: relative;
	z-index: 3;
	margin-top: 5px;
}

.social-wrap-inner:hover ul {
	height: 300px;
}

/***spaciality-area***/
.spaciality-area {
	transform: translateY(50%);
}

.spaciality-area .testimonial-area-inner {
	background-position: center;
	margin-top: 0;
}

.spaciality-area .single-testimonial-inner {
	width: 62%;
	margin: 0;
	padding: 43px 0 36px 35px;
	overflow: hidden;
}

.spaciality-area .single-testimonial-inner h4 {
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 5px;
}

.spaciality-area .single-testimonial-inner p {
	font-size: 16px;
}

.spaciality-area
	.single-testimonial-inner
	.single-list-wrap
	.single-list-inner {
	color: #fff;
	font-size: 16px;
	margin-bottom: 9px;
}

.spaciality-area
	.single-testimonial-inner
	.single-list-wrap
	.single-list-inner
	i {
	background: transparent;
	color: #fff;
	width: auto;
}

/****subscribe-area****/
.subscribe-inner-area {
	padding: 41px 40px 30px;
	border-radius: 10px;
}

.subscribe-inner-area h3 {
	font-size: 28px;
	font-weight: 500;
}

.subscribe-inner-area p {
	font-size: 16px;
	margin-bottom: 35px;
}

.subscribe-inner-area .single-input-inner {
	position: relative;
	border-radius: 10px;
}

.subscribe-inner-area .single-input-inner input {
	height: 73px;
	border-radius: 10px !important;
	border: 0 !important;
	font-size: 15px;
	color: #636363;
	padding: 0 190px 0 35px;
}

.subscribe-inner-area .single-input-inner .btn {
	position: absolute;
	right: 6.5px;
	border-radius: 10px;
	height: 60px;
	line-height: 60px;
	padding: 0 30px;
	top: 6.5px;
}

.subscribe-inner-area .single-input-inner .btn i {
	margin-right: 7px;
}

/***pricing-area***/
.single-pricing-inner-wrap {
	box-shadow: 0 0 20px rgba(91, 91, 91, 0.1);
	position: relative;
	margin-bottom: 30px;
}

.single-pricing-inner-wrap .single-pricing-inner {
	position: relative;
	z-index: 2;
	padding: 45px 50px 50px;
	background: #fff;
}

.single-pricing-inner-wrap:hover:after {
	opacity: 1;
	transform: rotateZ(3deg);
}

.single-pricing-inner-wrap:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: var(--main-color);
	top: -4px;
	left: -1.2px;
	opacity: 0;
	transition: all 0.3s ease-in;
}

.single-pricing-inner-wrap .title {
	font-weight: 500;
}

.single-pricing-inner-wrap .price-area {
	font-size: 29px;
	font-weight: 300;
	color: var(--heading-color);
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 17px;
	margin-bottom: 42px;
}

.single-pricing-inner-wrap .price-area span {
	font-size: 55px;
	font-weight: 500;
}

.single-pricing-inner-wrap .pricing-list {
	text-align: left;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 42px;
}

.single-pricing-inner-wrap .pricing-list li {
	font-size: 16px;
	margin-bottom: 19px;
}

.single-pricing-inner-wrap .pricing-list li i {
	color: var(--main-color);
	margin-right: 20px;
}

.single-pricing-inner-wrap .pricing-list li.unable i {
	color: #e5e5e5;
}

/********* institute-slider ************/
.institute-slider {
	cursor: pointer;
}

.institute-slider .item img {
	width: auto;
	margin: auto;
}

.institute-slider .owl-nav {
	display: none;
}

/********* events-area ************/
.events-area .single-blog-list-wrap {
	padding: 80px 150px 80px 80px;
}

.events-area .event-thumb {
	margin-left: -100px;
}

/**************** single-progress-inner *************/
.single-progress-inner {
	margin: 0;
	padding: 0;
}

.single-progress-inner li {
	list-style: none;
}

.single-progress-inner li:last-child {
	margin-bottom: 0;
}

.single-progress-inner li:nth-child(2) .progress-bg .progress-rate {
	background: #f14d5d;
}

.single-progress-inner li:nth-child(3) .progress-bg .progress-rate {
	background: #2878eb;
}

.single-progress-inner li:nth-child(4) .progress-bg .progress-rate {
	background: #002147;
}

.single-progress-inner li:nth-child(5) .progress-bg .progress-rate {
	background: #ffc800;
}

.progress-item {
	margin-bottom: 20px;
}

.progress-item .progress-count-wrap {
	position: absolute;
	top: -35px;
	right: -19px;
}

.progress-item.add-progress-start .progress-count-wrap {
	position: absolute;
	top: -35px;
	right: -5px;
}

.progress-item.add-progress-full .progress-count-wrap {
	position: absolute;
	top: -35px;
	right: 11px;
}

.progress-item .progress-count.counting {
	font-weight: 400;
	color: var(--heading-color);
}

.progress-item .counting-icons {
	padding-left: 2px;
	position: absolute;
	display: inline-block;
	font-weight: 400;
	color: var(--heading-color);
}

.progress-item .progress-bg {
	position: relative;
	height: 6px;
	background: rgba(0, 33, 71, 0.1);
}

.progress-item .progress-bg .progress-rate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #1dc295;
	transition: 2.5s;
}

/************* single-faq-inner ************/
.single-faq-inner {
	border: 1px solid #dfdfdf;
	padding: 22px 28px;
	border-radius: 7px;
	margin-bottom: 20px;
}

.single-faq-inner .card-header {
	background: transparent;
	border: 0;
	padding: 0;
	cursor: pointer !important;
}

.single-faq-inner .card-header button {
	padding: 0;
	font-weight: 600;
	border: 0;
	width: 100%;
	text-align: left;
	text-decoration: none;
	font-size: 20px;
	cursor: pointer !important;
	position: relative;
	color: var(--heading-color);
}

.single-faq-inner .card-header button i {
	position: absolute;
	right: 0;
	padding-top: 3px;
	color: var(--main-color);
}

.single-faq-inner .card-header button.collapsed i {
	color: #eaeaec;
}

.single-faq-inner .card-body {
	padding: 0;
	padding-top: 15px;
}

.single-faq-inner.style-no-border {
	border: 0;
	padding: 0;
	margin-bottom: 30px;
}

.single-faq-inner.style-header-bg {
	border: 0;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.07);
}

/************* ratings-list-inner ************/
.ratings-list-inner {
	border: 1px solid #e5e5e5;
	border-radius: 6px;
	padding: 40px 30px;
}

.ratings-list-inner ul {
	margin: 0;
	padding: 0;
}

.ratings-list-inner ul li {
	list-style: none;
	margin-bottom: 3px;
}

.ratings-list-inner ul li:last-child {
	margin-bottom: 0;
}

.ratings-list-inner ul li .progress-bar-inner {
	display: inline-block;
	width: 65%;
}

.ratings-list-inner ul li .progress-bar-inner .progress {
	height: 6px;
}

.ratings-list-inner ul li .progress-bar-inner .progress .progress-bar {
	background-color: #ffb700;
}

.ratings-list-inner ul li .counter-label {
	margin-right: 10px;
}

.ratings-list-inner ul li .counter-label i {
	color: #ffb700;
	margin-right: 3px;
}

.ratings-list-inner ul li .counter-count {
	margin-left: 10px;
}

.ratings-list-inner .total-avarage-rating h2 {
	margin-bottom: 0;
}

.ratings-list-inner .total-avarage-rating .rating-inner i {
	color: var(--main-color);
}

.event-detaila-inner .thumb img {
	border-radius: 6px;
}

.event-detaila-inner .event-meta {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}

.event-detaila-inner .event-meta li {
	list-style: none;
	display: inline-block;
	margin-right: 15px;
}

.event-detaila-inner .event-meta li:last-child {
	margin-right: 0;
}

/*********** single-gallery-inner ************/
.single-gallery-inner {
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
	border-radius: 7px;
}

.single-gallery-inner .thumb {
	position: relative;
	overflow: hidden;
}

.single-gallery-inner .thumb:after {
	content: "";
	position: absolute;
	background-image: linear-gradient(
		to top,
		#022334 11%,
		rgba(255, 255, 255, 0)
	);
	height: 85%;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 2;
}

.single-gallery-inner .thumb img {
	transition: 0.7s;
}

.single-gallery-inner .details {
	position: absolute;
	bottom: 0;
	padding: 25px 30px;
	z-index: 3;
}

.single-gallery-inner .details h4 {
	color: #fff;
	margin-bottom: 0;
}

.single-gallery-inner .details span {
	color: #fff;
	display: block;
	margin-bottom: 5px;
}

.single-gallery-inner:hover .thumb img {
	transform: scale(1.1);
}

/********** contact-list-inner ************/
.contact-list-inner {
	background: #f0f4f9;
	padding: 25px;
	border-radius: 6px;
	margin-bottom: 30px;
}

.contact-list-inner .media-left {
	height: 70px;
	width: 70px;
	line-height: 70px;
	border-radius: 50%;
	background: var(--main-color);
	text-align: center;
	margin-right: 16px;
}

.contact-list-inner .media-left img {
	width: 30px;
}

.contact-list-inner .media-body h5 {
	margin-bottom: 4px;
}

.contact-list-inner .media-body p {
	margin-bottom: 0;
}

.contact-g-map {
	margin-bottom: -11px;
}

.contact-g-map iframe {
	line-height: 1 !important;
	border: 0;
	width: 100%;
	height: 450px;
}

.signin-inner {
	background: #f2f3f5;
	padding: 60px 50px 56px;
	border-radius: 7px;
}

/*----------------------------------------------
    ## Course section style
----------------------------------------------*/
.edmt-nav-tab {
	margin-bottom: 42px;
}

.edmt-nav-tab ul {
	text-align: center;
	border: 0;
	display: inline-block;
}

.edmt-nav-tab ul li {
	display: inline-block;
}

.edmt-nav-tab ul li a {
	border: 0 !important;
	color: var(--heading-color);
	font-size: 15px;
	font-weight: 500;
	height: 38px;
	line-height: 38px;
	border-radius: 40px !important;
	padding: 0 25px !important;
}

.edmt-nav-tab ul li a.active {
	background-color: var(--main-color) !important;
	color: var(--heading-color) !important;
}

.edmt-nav-tab ul li:last-child {
	margin-right: 0;
}

.single-course-inner {
	border-radius: 7px;
	border: 1px solid #f1f1f1;
	margin-bottom: 30px;
	position: relative;
	transition: 0.4s;
}

.single-course-inner .thumb {
	position: relative;
	overflow: hidden;
	border-radius: 7px 7px 0 0;
}

.single-course-inner .thumb img {
	transform: scale(1);
	transition: 0.9s;
}

.single-course-inner .details .details-inner {
	padding: 20px 20px 16px;
}

.single-course-inner .details .details-inner h6 {
	font-weight: 500;
}

.single-course-inner .details .emt-user {
	margin-bottom: 13px;
}

.single-course-inner .details .emt-user .u-thumb {
	height: 30px;
	width: 30px;
	border-radius: 50%;
	background: rgba(253, 200, 0, 0.2);
	display: inline-block;
	margin-right: 7px;
	box-shadow: 0px 1px 10px #c1bfbf;
}

.single-course-inner .details .emt-user .u-thumb img {
	border-radius: 50%;
}

.single-course-inner .details .emt-user span {
	font-size: 14px;
	color: var(--heading-color);
	font-weight: 500;
}

.single-course-inner .emt-course-meta {
	border-top: 1px solid #f1f1f1;
	padding: 14px 20px;
	font-weight: 500;
}

.single-course-inner .emt-course-meta .rating {
	color: var(--main-color);
}

.single-course-inner .emt-course-meta .rating span {
	font-size: 15px;
	color: rgba(13, 16, 52, 0.5);
}

.single-course-inner .emt-course-meta .price {
	color: rgba(13, 16, 52, 0.5);
}

.single-course-inner .emt-course-meta .price span {
	color: var(--heading-color);
}

.single-course-inner.style-bottom-thumb .thumb {
	margin: 0 15px 15px;
	border-radius: 7px;
}

.single-course-inner.style-bottom-thumb .thumb img {
	transform: scale(1.05);
}

.single-course-inner.style-bottom-thumb .details .details-inner {
	padding: 15px;
}

.single-course-inner.style-bottom-thumb .details .details-inner h6 {
	font-weight: 400;
	margin-bottom: 0;
}

.single-course-inner.style-bottom-thumb .emt-course-meta {
	padding: 15px;
}

.single-course-inner.style-bottom-thumb .emt-course-meta .price {
	height: 30px;
	line-height: 31px;
	font-size: 13px;
	font-weight: 500;
	padding: 0 15px;
	border-radius: 30px;
	background: var(--main-color);
	display: inline-block;
	color: #fff;
}

.single-course-inner.style-two {
	margin-top: 45px;
}

.single-course-inner.style-two .emt-thumb-icon {
	height: 90px;
	width: 90px;
	line-height: 90px;
	text-align: center;
	border-radius: 5px;
	background: var(--main-color);
	position: absolute;
	left: 20px;
	top: -45px;
	z-index: 2;
}

.single-course-inner.style-two .details h6 {
	font-size: 20px;
	margin-bottom: 0;
}

.single-course-inner.style-two:hover {
	background: var(--heading-color);
}

.single-course-inner.style-two:hover .details h6 {
	color: #fff;
}

.single-course-inner.style-two:hover .details .arrow-right img {
	filter: invert(100);
}

.single-course-inner:hover {
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.07);
}

.single-course-inner:hover .thumb img {
	transform: scale(1.1);
}

/********** counter-area-inner ***********/
.counter-area-inner {
	background-size: 80%;
	background-repeat: no-repeat;
	background-position: center 50px;
}

/********** course-details-nav-tab ***********/
.course-course-detaila-inner .emt-user {
	margin-bottom: 13px;
}

.course-course-detaila-inner .emt-user .u-thumb {
	height: 30px;
	width: 30px;
	border-radius: 50%;
	background: rgba(253, 200, 0, 0.2);
	display: inline-block;
	margin-right: 7px;
	box-shadow: 0px 1px 10px #c1bfbf;
}

.course-course-detaila-inner .emt-user .u-thumb img {
	border-radius: 50%;
}

.course-course-detaila-inner .emt-user span {
	font-size: 14px;
	color: var(--heading-color);
	font-weight: 500;
}

.course-course-detaila-inner .title {
	margin-bottom: 20px;
}

.course-course-detaila-inner .thumb {
	margin-bottom: 30px;
}

.course-course-detaila-inner .thumb img {
	border-radius: 7px;
}

.course-details-nav-tab {
	background: transparent;
	margin-bottom: 44px;
	border: 1px solid #cbd6e2;
}

.course-details-nav-tab ul {
	margin: 0;
	padding: 0;
	border: 0 !important;
}

.course-details-nav-tab ul li {
	margin-bottom: 0 !important;
	width: 25%;
}

.course-details-nav-tab ul li a {
	border: 0 !important;
	border-right: 1px solid #cbd6e2 !important;
	padding: 10px 16px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 0 !important;
	color: var(--heading-color) !important;
}

.course-details-nav-tab ul li a.active {
	background: var(--main-color) !important;
}

.course-details-nav-tab ul li:last-child a {
	border-right: 0 !important;
}

/*------------------------------------------------
    blog style
------------------------------------------------*/
.single-blog-inner {
	margin-bottom: 30px;
	overflow: hidden;
	border-radius: 7px;
	transition: 0.4s;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.07);
}

.single-blog-inner .thumb {
	position: relative;
}

.single-blog-inner .thumb .date {
	font-size: 14px;
	font-weight: 500;
	height: 35px;
	line-height: 35px;
	padding: 0 20px;
	color: var(--heading-color);
	background: var(--main-color);
	display: inline-block;
	border-radius: 30px;
	position: absolute;
	bottom: -17px;
	left: 30px;
}

.single-blog-inner .details {
	padding: 25px 30px 25px 30px;
}

.single-blog-inner .details .blog-meta {
	margin: 0;
	padding: 0;
	margin-bottom: 13px;
}

.single-blog-inner .details .blog-meta li {
	display: inline-block;
	margin-right: 12px;
	font-size: 12px;
	color: var(--heading-color);
}

.single-blog-inner .details .blog-meta li i {
	margin-right: 4px;
}

.single-blog-inner .details .blog-meta li:last-child {
	margin-right: 0;
}

.single-blog-inner .details h5 {
	margin-bottom: 16px;
}

.single-blog-inner .details .title {
	margin-bottom: 16px;
}

.single-blog-inner .details p {
	margin-bottom: 16px;
}

.single-blog-inner .details .read-more-text {
	font-size: 14px;
	color: var(--heading-color);
	font-weight: 500;
	transition: 0.4s;
}

.single-blog-inner .details .read-more-text i {
	margin-left: 3px;
}

.single-blog-inner .details .read-more-text:hover {
	color: var(--main-color);
}

.single-blog-inner.style-border {
	margin-bottom: 50px;
	border: 2px solid #e4eaf1;
	box-shadow: none;
}

.single-blog-inner:hover {
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.08);
}

.single-blog-list-inner {
	margin-bottom: 25px;
}

.single-blog-list-inner .date {
	font-size: 24px;
	font-weight: 500;
	width: 60px;
	height: 60px;
	line-height: 1;
	color: var(--heading-color);
	background: var(--main-color);
	display: inline-block;
	border-radius: 7px;
	text-align: center;
	padding-top: 5px;
	margin-right: 14px;
}

.single-blog-list-inner .date span {
	font-size: 14px;
}

.single-blog-list-inner .details .blog-meta {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	line-height: 1;
}

.single-blog-list-inner .details .blog-meta li {
	display: inline-block;
	margin-right: 12px;
	font-size: 12px;
	color: var(--heading-color);
}

.single-blog-list-inner .details .blog-meta li i {
	margin-right: 4px;
}

.single-blog-list-inner .details .blog-meta li:last-child {
	margin-right: 0;
}

.single-blog-list-inner .details h5 {
	margin-bottom: 0;
}

.single-blog-list-wrap {
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.07);
	padding: 0;
	margin: 0;
	padding: 38px 30px;
	border-radius: 7px;
}

.single-blog-list-wrap > li {
	list-style: none;
	border-bottom: 1px solid #e8e6e6;
	margin-bottom: 30px;
}

.single-blog-list-wrap > li:last-child {
	margin-bottom: 0;
	border: 0;
}

.single-blog-list-wrap > li:last-child .single-blog-list-inner {
	margin-bottom: 0;
}

.single-blog-list-wrap.style-white > li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.single-blog-list-wrap.style-white > li:last-child {
	margin-bottom: 0;
	border: 0;
}

.single-blog-list-wrap.style-white > li:last-child .single-blog-list-inner {
	margin-bottom: 0;
}

.single-blog-list-wrap.style-white .details .blog-meta li {
	color: #fff;
}

.single-blog-list-wrap.style-white .details h5 {
	color: #fff;
}

/************ page navigation ************/
.td-page-navigation .pagination {
	display: inline-flex;
	margin: 10px 0 0 0;
}

.td-page-navigation .pagination .pagination-arrow a {
	border: 0;
	transition: all 0.4s ease;
}

.td-page-navigation .pagination .pagination-arrow a:hover {
	border: 0;
}

.td-page-navigation .pagination li a {
	height: 55px;
	width: 55px;
	margin-right: 15px;
	border: 0;
	border-radius: 5px;
	background-color: #f0f4f9;
	line-height: 57px;
	text-align: center;
	text-decoration: none;
	transition: all 0.4s ease;
	display: block;
	color: var(--heading-color);
	font-size: 18px;
}

.td-page-navigation .pagination li a:active,
.td-page-navigation .pagination li a:focus,
.td-page-navigation .pagination li a:hover {
	background: var(--main-color);
}

.td-page-navigation .pagination li a.active {
	background: var(--main-color);
}

.contact-form-inner.style-shadow {
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.07);
	background: #fff;
	padding: 33px 40px 40px;
	border-top: 5px solid var(--main-color);
}

/*********** event **********/
.single-event-inner {
	margin-bottom: 25px;
	border: 3px solid #f0f4f9;
	transition: 0.4s;
	padding: 40px 30px 35px 30px;
	border-radius: 7px;
}

.single-event-inner .date {
	font-size: 34px;
	font-weight: 500;
	width: 88px;
	height: 88px;
	line-height: 1.1;
	color: var(--heading-color);
	background: var(--main-color);
	display: inline-block;
	border-radius: 7px;
	text-align: center;
	padding-top: 5px;
	margin-right: 25px;
}

.single-event-inner .date span {
	font-size: 22px;
}

.single-event-inner .details .blog-meta {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	line-height: 1;
}

.single-event-inner .details .blog-meta li {
	display: inline-block;
	margin-right: 12px;
	font-size: 12px;
	color: var(--heading-color);
}

.single-event-inner .details .blog-meta li i {
	margin-right: 4px;
}

.single-event-inner .details .blog-meta li:last-child {
	margin-right: 0;
}

.single-event-inner .details p {
	margin-bottom: 0;
}

.single-event-inner:hover {
	background: #f0f4f9;
}

/******* team-details-page *********/
.team-details-page h3 {
	font-size: 40px;
	margin-bottom: 0;
}

.team-details-page span {
	display: block;
}

.team-details-page .designation {
	color: var(--heading-color);
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 500;
}

/******** blog-details-page-content ***********/
.blog-details-page-content .single-blog-inner {
	box-shadow: none !important;
}

.blog-details-page-content .single-blog-inner .details {
	padding: 0;
	padding-top: 30px;
}

.blog-details-page-content blockquote {
	background: #f0f4f9;
	padding: 30px 40px;
	border-left: 5px solid var(--main-color);
	font-weight: 500;
	margin-top: 30px;
	margin-bottom: 30px;
	border-radius: 7px;
}

/*********** tag-and-share ************/
.tag-and-share {
	border-top: 1px solid #e9eaea;
	border-bottom: 1px solid #e9eaea;
	padding-bottom: 14px;
	padding-top: 17px;
	margin-top: 70px;
}

.tag-and-share .blog-share ul {
	margin: 0;
	padding: 0;
}

.tag-and-share .blog-share ul li {
	display: inline-block;
	list-style: none;
	margin-right: 15px;
	color: #7e8699;
}

.tag-and-share .blog-share ul li:last-child {
	margin-right: 0;
}

/******* blog-comment *******/
.blog-comment {
	margin-top: 62px;
}

.blog-comment .media {
	margin-bottom: 35px;
	padding-bottom: 28px;
	border-bottom: 1px solid #e9eaea;
}

.blog-comment .media a img {
	border-radius: 50%;
	height: 100px;
	width: 100px;
}

.blog-comment .media.nesting {
	margin-left: 60px;
}

.blog-comment .media .media-body {
	margin-left: 30px;
}

.blog-comment .media .media-body h5 {
	position: relative;
}

.blog-comment .media .media-body h5 a {
	font-size: 20px;
	color: #14212b;
}

.blog-comment .media .media-body .date {
	font-size: 12px;
	color: #5a6378;
	font-weight: 400;
	position: absolute;
	right: 5px;
	top: 5px;
}

.blog-comment .media .media-body p {
	font-size: 16px;
	color: #5a6378;
}

.blog-comment .media .media-body a {
	font-size: 14px;
	font-weight: 500;
	color: var(--heading-color);
}

.blog-comment .media .media-body a:hover {
	color: var(--main-color);
}

.blog-comment-form {
	border: 1px solid #e2eeff;
	padding: 40px 40px 50px 40px;
	border-radius: 7px;
}

/*--------------------------------------------------
    ##Footer
---------------------------------------------------*/
.footer-area {
	position: relative;
	padding-top: 90px;
}

.footer-area .widget {
	position: relative;
	z-index: 2;
	margin-bottom: 70px;
}

.footer-area .widget-title {
	margin-bottom: 27px;
	position: relative;
	padding-left: 18px;
}

.footer-area .widget-title:after {
	content: "";
	position: absolute;
	height: 19px;
	width: 6px;
	left: 0;
	top: 6px;
	border-radius: 6px;
	background: var(--main-color);
}

.footer-area .widget_about {
	background: #fff;
	padding: 40px 20px;
	border-top: 6px solid var(--main-color);
	margin-top: -150px;
}

.footer-area .widget_about a {
	margin-bottom: 20px;
	display: block;
}

.footer-area .widget_about p {
	font-size: 15px;
	margin-bottom: 21px;
}

.footer-area .widget_contact ul {
	padding: 0;
}

.footer-area .widget_contact ul li {
	margin-bottom: 15px;
	position: relative;
	padding-left: 25px;
	list-style: none;
}

.footer-area .widget_contact ul li i {
	margin-right: 14px;
	color: var(--main-color);
	position: absolute;
	left: 0;
	top: 6px;
}

.footer-area .widget_contact ul li:last-child {
	margin-bottom: 0;
}

.footer-area .widget_contact ul li .time {
	font-size: 12px;
	margin-top: 3px;
}

.footer-area .widget_blog_list ul {
	padding: 0;
}

.footer-area .widget_blog_list ul li {
	list-style: none;
	margin-bottom: 15px;
	position: relative;
	padding-left: 15px;
}

.footer-area .widget_blog_list ul li:after {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	height: 6px;
	width: 6px;
	background: var(--main-color);
}

.footer-area .widget_blog_list ul li h6 {
	font-weight: 500;
	font-size: 17px;
	margin-bottom: 0;
}

.footer-area .widget_blog_list ul li span {
	font-size: 12px;
}

.footer-area .widget_blog_list ul li span i {
	font-size: 13px;
	margin-right: 6px;
}

.footer-area .widget_nav_menu ul {
	margin: 0;
	padding: 0;
}

.footer-area .widget_nav_menu ul li {
	list-style: none;
	margin-bottom: 8px;
	position: relative;
	padding-left: 15px;
}

.footer-area .widget_nav_menu ul li:after {
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
	height: 6px;
	width: 6px;
	background: var(--main-color);
}

.footer-subscribe {
	padding-bottom: 75px;
}

.footer-subscribe .footer-subscribe-inner {
	background: #fff;
	padding: 30px 50px 10px 50px;
	border-radius: 7px;
}

.footer-bottom {
	border-top: 1px solid rgba(0, 33, 71, 0.15);
	padding: 25px 0;
	position: relative;
	z-index: 2;
}

.footer-bottom p {
	margin-bottom: 0;
}

.footer-bottom .widget_nav_menu ul li {
	display: inline-block;
	padding-left: 0;
	padding-right: 20px;
	margin-bottom: 0;
}

.footer-bottom .widget_nav_menu ul li:last-child {
	margin-right: 0;
}

.footer-bottom .widget_nav_menu ul li:after {
	display: none;
}

.footer-area-2 {
	margin-top: 60px;
}

.footer-area-2 .footer-bottom {
	background: var(--main-color);
	border-top: 0;
}

.footer-area-2 .footer-bottom p {
	color: var(--heading-color);
}

.footer-area-2 .footer-bottom .widget_nav_menu ul li a {
	color: var(--heading-color);
}

.footer-area-2 .footer-bottom .widget_nav_menu ul li a:hover {
	color: #1dc295;
}

/* Apply flexbox to the custom course row */
.course-area .course-row {
	display: flex;
	flex-wrap: wrap;
}

/* Ensure each column within the course-row stretches to the maximum row height */
.course-area .course-row > [class*="col-"] {
	display: flex;
}

/* Make the individual card content stretch to fill the column's height */
.single-course-inner {
	height: 100%;
	display: flex; /* Make the card itself a flex container */
	flex-direction: column; /* Stack the image and details vertically */
}

/* Ensure the details section stretches and pushes the footer/meta data to the bottom */
.single-course-inner .details {
	flex-grow: 1; /* This is the key to making the details section fill the remaining vertical space */
	display: flex;
	flex-direction: column;
}

/* Push the 'Enroll Now' section to the very bottom of the card */
.single-course-inner .emt-course-meta {
	margin-top: auto;
}

.single-course-inner {
	background: white;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	transition:
		transform 0.3s ease,
		box-shadow 0.3s ease;
	display: flex;
	flex-direction: column;
	height: 100%;
	border: 1px solid #e5e5e5;
}

.single-course-inner:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.thumb {
	height: 200px;
	overflow: hidden;
}

.course-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.single-course-inner:hover .course-image {
	transform: scale(1.05);
}

.details {
	padding: 20px;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.details-inner h6 {
	margin-bottom: 10px;
}

.details-inner h6 a {
	color: #333;
	text-decoration: none;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.3;
}

.details-inner h6 a:hover {
	color: var(--main-color);
}

.course-duration {
	font-size: 14px;
	color: #666;
	margin-bottom: 10px;
	font-weight: 500;
}

.course-description {
	font-size: 14px;
	color: #777;
	line-height: 1.5;
	margin-bottom: 15px;
}

.emt-course-meta {
	border-top: 1px solid #eee;
	padding-top: 15px;
	margin-top: auto;
}

.price span {
	font-weight: 700;
	color: var(--main-color);
	font-size: 16px;
}

.btn-base {
	background: var(--main-color);
	border: none;
	padding: 8px 15px;
	font-size: 14px;
	border-radius: 5px;
	transition: all 0.3s ease;
	color: white;
	text-decoration: none;
	display: inline-block;
}

.btn-base:hover {
	background: var(--heading-color);
	transform: translateY(-2px);
	color: white;
}

/* Ensure equal height for all cards */
.course-row {
	display: flex;
	flex-wrap: wrap;
}

.course-row .col-lg-4,
.course-row .col-md-6 {
	display: flex;
}

/* Responsive adjustments */
@media (max-width: 768px) {
	.thumb {
		height: 180px;
	}

	.details {
		padding: 15px;
	}

	.details-inner h6 a {
		font-size: 16px;
	}
}

@media (max-width: 576px) {
	.thumb {
		height: 160px;
	}
}

/* Styling for the container that holds the logo */
.logo-box {
	padding: 20px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
	/* **Fixed Height for all boxes** */
	height: 120px;
	/* Flex properties for perfect centering */
	display: flex;
	align-items: center;
	justify-content: center;
	/* Optional: Hide anything that overflows the fixed box */
	overflow: hidden;
}

/* Styling for the image itself */
.logo-img {
	/* **Crucial for fitting inside the box** */
	max-height: 100%; /* Image height will not exceed the box height */
	max-width: 100%; /* Image width will not exceed the box width */
	width: auto;
	height: auto;

	/* `object-fit: contain` ensures the entire image is visible, scaled down to fit. 
       Use `object-fit: cover` if you want the image to fill the entire box and crop the edges. 
       'contain' is generally better for logos.
    */
	object-fit: contain;

	/* Existing filter and transition styles */
	filter: grayscale(100%);
	transition: 0.3s;
}

/* You can remove the inline style attributes now that they are in the CSS classes. */

/* Mission Section Styling */
.mission-vision-section {
	padding: 80px 0;
}

.vision-card {
	background: #1b4b81e6; /* Your specified color */
	border-radius: 15px;
	padding: 50px 40px;
	height: auto;
	color: #ffffff; /* Changed to white for better visibility */
	position: relative;
	overflow: hidden;
}

.vision-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.1); /* Light overlay for better contrast */
	z-index: 1;
}

.vision-card > * {
	position: relative;
	z-index: 2;
}

.vision-card h3,
.vision-card p {
	color: #ffffff !important;
}

.mission-card {
	background: var(--main-color);
	border-radius: 15px;
	padding: 50px 40px;
	height: 100%;
	color: #000000; /* Changed to black for better visibility */
	position: relative;
	overflow: hidden;
}

.mission-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.1); /* Light overlay for better contrast */
	z-index: 1;
}

.mission-card > * {
	position: relative;
	z-index: 2;
}

.mission-vision-section h3 {
	font-size: 28px;
	margin-bottom: 25px;
	font-weight: 700;
}

.mission-vision-section h3 i {
	margin-right: 15px;
}

.mission-vision-section p {
	font-size: 16px;
	line-height: 1.7;
	margin-bottom: 25px;
	color: #333333; /* Dark gray for paragraphs */
	font-weight: 500;
}

.mission-vision-section .single-list-wrap {
	margin-bottom: 0;
}

.mission-vision-section .single-list-inner {
	color: #000000; /* Black for list items */
	padding: 8px 0;
	border: none;
	background: transparent;
	font-weight: 500;
}

.mission-vision-section .single-list-inner i {
	color: #1b4b81; /* Dark blue for checkmarks */
	margin-right: 12px;
	font-size: 14px;
	font-weight: bold;
}

/* ============================================
   CORE VALUES CARD STYLING
   ============================================ */
.core-values-card {
	background: #ffffff;
	border-radius: 15px;
	padding: 40px;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
	border-top: 5px solid var(--main-color);
	position: relative;
}

.core-values-card h3 {
	font-size: 28px;
	margin-bottom: 25px;
	font-weight: 700;
	color: var(--heading-color) !important;
}

.core-values-card h3 i {
	color: #f1c40f !important;
	margin-right: 15px;
}

.core-values-card .single-list-wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
	margin-bottom: 0;
}

.core-values-card .single-list-inner {
	font-weight: 600;
	padding: 0;
	margin-bottom: 0;
	border: none;
	background: transparent;
	display: flex;
	align-items: center;
	color: var(--heading-color);
}

.core-values-card .single-list-inner i {
	background: transparent !important;
	color: #f1c40f !important;
	font-size: 20px !important;
	width: auto !important;
	height: auto !important;
	line-height: normal !important;
	margin-right: 12px;
}

/* Enhanced section spacing */
.spaciality-area {
	padding: 80px 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
	.mission-vision-section {
		padding: 60px 0;
	}

	.core-values-card .single-list-wrap {
		grid-template-columns: 1fr;
	}

	.vision-card,
	.mission-card {
		padding: 40px 30px;
		margin-bottom: 30px;
	}

	.mission-vision-section h3 {
		font-size: 24px;
	}
}

@media (max-width: 576px) {
	.vision-card,
	.mission-card {
		padding: 30px 20px;
	}

	.mission-vision-section h3 {
		font-size: 22px;
	}

	.mission-vision-section p {
		font-size: 15px;
	}
}

/* ============================================
   CRITICAL IMAGE FIX - Add this at the top
   ============================================ */

/* Fix for all images being cropped - Reset the global img rule */
img {
	max-width: 100%; /* Changed from 70% to 100% */
	height: auto; /* Ensure aspect ratio is maintained */
	display: block; /* Remove extra space below images */
}

/* Specific fix for course images */
.course-image {
	width: 100%;
	height: 250px; /* Fixed height for consistency */
	object-fit: cover; /* Changed from cover to contain to show full image */
	object-position: center;
}

/* Fix for team/founder images */
.single-team-inner .thumb img,
.founder-thumb img {
	width: 100% !important;
	height: auto !important;
	object-fit: cover;
}

/* ============================================
   FOUNDER SECTION FIXES
   ============================================ */

.founder-area .single-founder-inner {
	background: #fff;
	padding: 40px;
	border-radius: 15px;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
}

.founder-thumb {
	text-align: center;
	margin-bottom: 0;
}

.founder-thumb img {
	width: 280px !important;
	height: 280px !important;
	object-fit: cover;
	border-radius: 50%;
	border: 6px solid var(--main-color);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.founder-details h3 {
	font-size: 32px;
	margin-bottom: 0;
	color: var(--heading-color);
}

.founder-details h5.text-base {
	display: inline-block;
	margin-left: 0;
	font-size: 18px;
	color: var(--main-color);
	font-weight: 600;
}

.founder-details blockquote {
	border-left: 4px solid var(--main-color);
	padding-left: 20px;
	font-style: italic;
	color: var(--heading-color);
	font-size: 18px;
	margin: 20px 0;
}

/* ============================================
   COURSE SECTION COMPLETE REDESIGN
   ============================================ */

.course-area {
	background: #f0f4f9;
}

/* Course card container with equal heights */
.course-row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.course-row > [class*="col-"] {
	display: flex;
	padding: 0 15px;
	margin-bottom: 30px;
}

/* Single course card - Fixed height and structure */
.single-course-inner {
	background: white;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
	display: flex;
	flex-direction: column;
	height: 100%;
	border: 2px solid #e5e5e5;
	width: 100%;
}

.single-course-inner:hover {
	transform: translateY(-8px);
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
	border-color: var(--main-color);
}

/* Course image container - Fixed height */
.single-course-inner .thumb {
	height: 220px;
	overflow: hidden;
	background: #f5f5f5;
	position: relative;
}

.single-course-inner .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.single-course-inner:hover .thumb img {
	transform: scale(1.08);
}

/* Course details section */
.single-course-inner .details {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 0;
}

.single-course-inner .details-inner {
	padding: 24px;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.single-course-inner .details-inner h6 {
	margin-bottom: 12px;
	line-height: 1.4;
	min-height: 56px; /* Ensures title takes consistent space */
}

.single-course-inner .details-inner h6 a {
	color: var(--heading-color);
	text-decoration: none;
	font-weight: 600;
	font-size: 18px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: color 0.3s ease;
}

.single-course-inner .details-inner h6 a:hover {
	color: var(--main-color);
}

.course-duration {
	font-size: 13px;
	color: #666;
	margin-bottom: 10px;
	font-weight: 500;
	display: flex;
	align-items: center;
}

.course-duration i {
	margin-right: 6px;
	color: var(--main-color);
}

.course-description {
	font-size: 14px;
	color: #777;
	line-height: 1.6;
	margin-bottom: 0;
	flex: 1;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* Course footer with price and button */
.single-course-inner .emt-course-meta {
	border-top: 2px solid #f0f0f0;
	padding: 18px 24px;
	margin-top: auto;
	background: #fafafa;
}

.single-course-inner .emt-course-meta .price {
	display: flex;
	align-items: center;
}

.single-course-inner .emt-course-meta .price span {
	font-weight: 700;
	color: var(--main-color);
	font-size: 17px;
}

.single-course-inner .btn-base.btn-sm {
	padding: 8px 18px;
	font-size: 13px;
	font-weight: 600;
	border-radius: 6px;
	transition: all 0.3s ease;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.single-course-inner .btn-base.btn-sm:hover {
	background: var(--heading-color);
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* ============================================
   LOGO BOX FIX (Companies Section)
   ============================================ */

.logo-box {
	padding: 20px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	transition: all 0.3s ease;
}

.logo-box:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.logo-img {
	max-height: 80%;
	max-width: 90%;
	width: auto;
	height: auto;
	object-fit: contain;
	filter: grayscale(100%);
	opacity: 0.7;
	transition: all 0.3s ease;
}

.logo-box:hover .logo-img {
	filter: grayscale(0%);
	opacity: 1;
}

/* ============================================
   RESPONSIVE FIXES
   ============================================ */

@media (max-width: 991px) {
	.founder-thumb img {
		width: 220px !important;
		height: 220px !important;
		margin-bottom: 30px;
	}

	.founder-details h3 {
		font-size: 28px;
	}
}

@media (max-width: 768px) {
	.single-course-inner .thumb {
		height: 200px;
	}

	.single-course-inner .details-inner {
		padding: 20px;
	}

	.single-course-inner .details-inner h6 {
		min-height: auto;
	}

	.founder-thumb img {
		width: 200px !important;
		height: 200px !important;
	}
}

@media (max-width: 576px) {
	.single-course-inner .thumb {
		height: 180px;
	}

	.single-course-inner .details-inner {
		padding: 16px;
	}

	.single-course-inner .emt-course-meta {
		padding: 15px 16px;
	}

	.course-description {
		-webkit-line-clamp: 2;
	}

	.founder-thumb img {
		width: 180px !important;
		height: 180px !important;
	}

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

	.founder-details h5.text-base {
		display: block;
		margin-top: 8px;
	}
}

/* ============================================
   ADDITIONAL COURSE SECTION ENHANCEMENTS
   ============================================ */

.course-area .section-title {
	margin-bottom: 50px;
}

.course-area .section-title .title {
	font-size: 40px;
	font-weight: 700;
	color: var(--heading-color);
}

.course-area .section-title p {
	font-size: 16px;
	color: #666;
	margin-top: 15px;
}

/* Badge/Tag for course cards (optional) */
.course-badge {
	position: absolute;
	top: 15px;
	right: 15px;
	background: var(--main-color);
	color: var(--heading-color);
	padding: 6px 15px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 600;
	z-index: 10;
	text-transform: uppercase;
}

/* ============================================
   TEAM/LEADERSHIP SECTION IMAGE FIX
   ============================================ */

.single-team-inner .thumb {
	height: 300px;
	overflow: hidden;
	border-radius: 12px;
}

.single-team-inner .thumb img {
	width: 100% !important;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

/* ============================================
   GALLERY/OTHER IMAGE SECTIONS FIX
   ============================================ */

.single-gallery-inner .thumb img,
.about-thumb-wrap img,
.event-thumb img,
.blog-thumb img {
	width: 100% !important;
	height: auto;
	object-fit: cover;
}

/* ============================================
   ICON ALIGNMENT FIX - CRITICAL
   ============================================ */

/* Fix for intro icons that are shifting outside */
.single-intro-inner .thumb img {
	width: auto !important; /* Changed from 100% */
	max-width: 100px; /* Limit maximum size */
	height: auto;
	display: inline-block; /* Changed from block */
	margin: 0 auto; /* Center the icon */
}

/* Counter area icons fix */
.counter-area .single-list-inner .media-left img {
	width: auto !important;
	max-width: 50px;
	height: auto;
	display: inline-block;
}

/* Footer icons fix */
.footer-area .widget_contact ul li img,
.footer-area .widget_blog_list ul li img {
	width: auto !important;
	max-width: 24px;
	height: auto;
	display: inline-block;
}

/* Intro area thumb container */
.single-intro-inner .thumb {
	text-align: center;
	min-height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
}

/* Contact list icons fix */
.contact-list-inner .media-left img {
	width: 30px !important;
	height: auto;
	display: inline-block;
}

/* Team social icons fix */
.single-team-inner .social-wrap img {
	width: 20px !important;
	height: auto;
}

/* About area icons */
.about-thumb-wrap .about-icon img {
	width: auto !important;
	max-width: 100%;
	height: auto;
}

/* Widget icons in sidebar */
.widget .media-left img {
	width: auto !important;
	max-width: 70px;
	height: auto;
}

/* Counter area specific fix for placement stats icons */
.btn-counter img,
.single-list-inner.style-box-bg .media-left img {
	width: auto !important;
	max-width: 40px;
	height: auto;
	display: inline-block;
}

/* Make sure icons in boxes don't overflow */
.single-list-inner.style-icon-bg .thumb img,
.single-intro-inner.style-icon-bg .thumb img {
	width: auto !important;
	max-width: 50px;
	height: 50px;
	object-fit: contain;
	display: inline-block;
}

/* Testimonial author images (should be circular) */
.testimonial-author .media-left img {
	width: 100% !important;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

/* Blog meta icons */
.blog-meta img {
	width: auto !important;
	max-width: 16px;
	height: auto;
	display: inline-block;
	vertical-align: middle;
}

/* Override for actual content images (not icons) */
.single-course-inner .thumb img,
.single-blog-inner .thumb img,
.single-gallery-inner .thumb img,
.single-event-inner .thumb img,
.banner-area img.banner-thumb {
	width: 100% !important;
	height: 100%;
	object-fit: cover;
}

/* Logo specific fix */
.navbar-area .logo img,
.footer-area .widget_about img.logo {
	width: auto !important;
	max-height: 60px;
	height: auto;
}

/* ============================================
   FRESHER HIRING SECTION STYLES
   ============================================ */

.fresher-hiring-section {
	background: linear-gradient(135deg, #1b4b81 0%, #002147 100%);
	padding: 60px 0;
	position: relative;
	overflow: hidden;
	margin-top: 40px;
}

.fresher-hiring-section::before {
	content: "";
	position: absolute;
	top: -50%;
	right: -10%;
	width: 500px;
	height: 500px;
	background: rgba(253, 200, 0, 0.1);
	border-radius: 50%;
	z-index: 1;
}

.fresher-hiring-section::after {
	content: "";
	position: absolute;
	bottom: -30%;
	left: -5%;
	width: 400px;
	height: 400px;
	background: rgba(253, 200, 0, 0.08);
	border-radius: 50%;
	z-index: 1;
}

.fresher-hiring-content {
	position: relative;
	z-index: 2;
}

.hiring-badge {
	display: inline-block;
	background: var(--main-color);
	color: var(--heading-color);
	padding: 8px 25px;
	border-radius: 30px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 20px;
	animation: pulse 2s infinite;
}

@keyframes pulse {
	0%,
	100% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.05);
	}
}

.fresher-hiring-section h2 {
	color: #fff;
	font-size: 38px;
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 1.3;
}

.fresher-hiring-section .intro-text {
	color: rgba(255, 255, 255, 0.9);
	font-size: 17px;
	line-height: 1.7;
	margin-bottom: 40px;
	max-width: 90%;
}

.hiring-details-box {
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
	border: 2px solid rgba(255, 255, 255, 0.2);
	border-radius: 15px;
	padding: 35px;
	margin-bottom: 30px;
	transition: all 0.3s ease;
}

.hiring-details-box:hover {
	background: rgba(255, 255, 255, 0.15);
	border-color: var(--main-color);
	transform: translateY(-5px);
}

.hiring-details-box h4 {
	color: var(--main-color);
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}

.hiring-details-box h4 i {
	margin-right: 12px;
	font-size: 24px;
}

.hiring-details-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.hiring-details-list li {
	color: #fff;
	font-size: 16px;
	margin-bottom: 15px;
	padding-left: 30px;
	position: relative;
	line-height: 1.6;
}

.hiring-details-list li:last-child {
	margin-bottom: 0;
}

.hiring-details-list li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 0;
	color: var(--main-color);
	font-weight: bold;
	font-size: 20px;
}

.hiring-details-list li strong {
	color: var(--main-color);
	font-weight: 600;
}

.hiring-cta {
	margin-top: 40px;
	text-align: center;
}

.hiring-cta .btn {
	background: var(--main-color);
	color: var(--heading-color);
	padding: 0 45px;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	font-weight: 700;
	border-radius: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: all 0.3s ease;
	box-shadow: 0 10px 30px rgba(253, 200, 0, 0.3);
}

.hiring-cta .btn:hover {
	background: #fff;
	color: var(--heading-color);
	transform: translateY(-3px);
	box-shadow: 0 15px 40px rgba(253, 200, 0, 0.4);
}

.hiring-cta .btn i {
	margin-left: 10px;
	transition: margin-left 0.3s ease;
}

.hiring-cta .btn:hover i {
	margin-left: 15px;
}

.hiring-note {
	color: rgba(255, 255, 255, 0.8);
	font-size: 14px;
	margin-top: 20px;
	font-style: italic;
}

/* Responsive */
@media (max-width: 991px) {
	.fresher-hiring-section h2 {
		font-size: 32px;
	}

	.hiring-details-box {
		padding: 25px;
		margin-bottom: 20px;
	}
}

@media (max-width: 767px) {
	.fresher-hiring-section {
		padding: 40px 0;
	}

	.fresher-hiring-section h2 {
		font-size: 28px;
	}

	.fresher-hiring-section .intro-text {
		font-size: 15px;
		max-width: 100%;
	}

	.hiring-details-box {
		padding: 20px;
	}

	.hiring-details-box h4 {
		font-size: 18px;
	}

	.hiring-details-list li {
		font-size: 14px;
	}

	.hiring-cta .btn {
		width: 100%;
		padding: 0 30px;
	}
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
	font-weight: 500;
}

.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}

.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

/* Loading spinner styles */
.fa-spinner {
	margin-right: 8px;
}

/* Alert styles */
.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
	font-weight: 500;
}

.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}

.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

/* Button disabled state */
.btn:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

/* ============================================
   5 COLUMN LAYOUT FOR FOOTER
   ============================================ */

@media (min-width: 992px) {
	.col-lg-2-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

@media (max-width: 991px) {
	.col-lg-2-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (max-width: 575px) {
	.col-lg-2-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

/* ============================================
   FOOTER CONTACT DETAILS - OVERFLOW FIX
   ============================================ */

.footer-area .widget_contact ul.details {
	word-break: break-word;
	overflow-wrap: break-word;
	padding-right: 10px;
}

.footer-area .widget_contact ul.details li {
	word-break: break-word;
	overflow-wrap: break-word;
	white-space: normal;
	display: block;
	width: 100%;
	overflow: hidden;
}

.footer-area .widget_contact ul.details li a {
	word-break: break-word;
	overflow-wrap: break-word;
	display: inline-block;
	max-width: 100%;
}

.footer-area .widget_contact ul.details li i {
	margin-right: 8px;
	flex-shrink: 0;
}

.footer-top .container {
	padding-right: 15px;
	padding-left: 15px;
}
