/********** Template CSS **********/
:root {
    --primary: #65B530;
    --secondary: #9B9B9B;
    --light: #F5F5F5;
    --dark: #161616;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-black {
    font-weight: 900 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


.callnmbr a{
    color:#fff;
    font-weight: 600;
	animation: blinker 0.8s linear infinite;
}
@keyframes blinker {
    50% {
        opacity: 0;
    }
}

/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand {
    height: 85px;
  max-width: 226px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: var(--dark);
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

.navbar .btn:hover {
    color: #FFFFFF !important;
    background: var(--primary) !important;
}


/*** Header ***/
/*.header-carousel .carousel-inner {*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    top: 0;*/
/*    left: 0;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    background: rgba(22, 22, 22, .7);*/
/*}*/

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        /*min-height: auto;*/
    }
    
    .header-carousel .owl-carousel-item img {
        /*position: absolute;*/
        width: 100%;
    }

    .header-carousel .owl-carousel-item h5,
    .header-carousel .owl-carousel-item p {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 30px;
        font-weight: 600;
    }
    
    .header-carousel .owl-nav{
        display: none !important;
    }
    .carousel-inner {
        display: none;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    width: 200px;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.header-carousel .owl-dots {
    position: absolute;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 15px;
    transition: .5s;
}

.header-carousel .owl-dot::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 4px;
    left: 4px;
    background: #FFFFFF;
    border-radius: 5px;
}

.header-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(rgba(22, 22, 22, .7), rgba(22, 22, 22, .7)), url("../img/bgalla.jpg") center center no-repeat;
    background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** About ***/
@media (min-width: 992px) {
    .container.about {
        max-width: 100% !important;
    }

    .about-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .about-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .about-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Service ***/
.service-row {
    /*box-shadow: 0 0 45px rgba(0, 0, 0, .08);*/
}

.service-item {
    border-color: rgba(0, 0, 0, .03) !important;
}

.service-item .btn {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    color: var(--primary);
    background: #fff;
    border-radius: 38px;
    white-space: nowrap;
    overflow: hidden;
    transition: .5s;
}

.service-item:hover .btn {
    background: var(--primary);
    color:#fff;
}


/*** Feature ***/
@media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Project Portfolio ***/
#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--dark);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--primary);
    border-color: var(--primary);
}

.portfolio-inner {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.portfolio-inner img {
    transition: .5s;
}

.portfolio-inner:hover img {
    transform: scale(1.1);
}

.portfolio-inner .portfolio-text {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -50px;
    opacity: 0;
    transition: .5s;
}

.portfolio-inner:hover .portfolio-text {
    bottom: 0;
    opacity: 1;
}




/*** Quote ***/
@media (min-width: 992px) {
    .container.quote {
        max-width: 100% !important;
    }

    .quote-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .quote-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .quote-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-item .team-social {
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(22, 22, 22, .7);
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-social {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
}

.team-item .team-social .btn {
    opacity: 0;
}

.team-item:hover .team-social .btn {
    opacity: 1;
}


/*** Testimonial ***/
.testimonial-carousel {
    display: flex !important;
    flex-direction: column-reverse;
    max-width: 100%;
    margin: 0 auto;
}

.testimonial-carousel .owl-dots {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.testimonial-carousel .owl-dots .owl-dot {
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0 5px;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-dots .owl-dot::after {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 40px;
    transition: .5s;
    opacity: 0;
}

.testimonial-carousel .owl-dots .owl-dot.active::after {
    opacity: 1;
}

.testimonial-carousel .owl-dots .owl-dot img {
    border-radius: 60px;
    opacity: .4;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}


/*** Contact ***/
@media (min-width: 992px) {
    .container.contact {
        max-width: 100% !important;
    }

    .contact-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .contact-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .contact-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--secondary);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}




.blakbox{
    border-radius: 30px 10px 30px 10px;
}


.abut-pic{
    border-radius: 0 30px 30px 0;
    overflow: hidden;
}

.service-item img{
    width:100%;
    height: 100%;
    object-fit: cover;
}


.navbar-nav li {
	display: inline-block;
	padding: 0 15px;
	position: relative;
	font-size: 16px;
	font-weight: 500;
}
.menu-item-has-children{
    
}
.menu-item-has-children::after {
	border: none;
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	vertical-align: middle;
	margin-left: 4px;
}
.navbar-nav li .sub-menu {
	padding-left: 0;
	padding-top:10px;
	position: absolute;
	left: 0;
	top: 150%;
	background: #fff;
	width: 100%;
	opacity: 0;
    visibility: hidden;
    transition: .5s;
    min-width: 228px;
}
.navbar-nav li .sub-menu li {
	padding: 5px 10px;
	width: 100%;
}

.navbar-nav li:hover .sub-menu {
	top: 100%;
	visibility: visible;
	transition: .5s;
	opacity: 1;
}

.service-item {
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	height: 280px;
}
.course-title {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	border-radius: 0 0 8px 8px;
	background-image: linear-gradient( 180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
	padding: 77px 12px 12px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.course-title h4{
    color:#fff;
    font-size: 18px;
}


.whyimg{
    border-radius: 0 100px 0 100px;
    overflow: hidden;
}

.freequote-from input {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #9B9B9B;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	appearance: none;
	border-radius: 6px;
	transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
	border: none !important;
	height: 55px;
}
.freequote-from select {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #9B9B9B;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	appearance: none;
	border-radius: 6px;
	transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
	border: none !important;
	height: 55px;
}
.freequote-from textarea {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #9B9B9B;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	appearance: none;
	border-radius: 6px;
	transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
	border: none !important;
	height: 100px;
}

.freequote-from p{
    margin: 0;
}

.wpcf7-submit {
	background-color: #65B530 !important;
	border-color: #65B530 !important;
	height: auto !important;
	color: #fff !important;
	font-size: 16px !important;
	border-radius: 6px !important;
}



.contact-page{
    padding:50px 0;
}

.admission-from{
   padding: 50px 0;
}
.admission-from h3{
    margin-bottom: 15px;
    font-weight: 600;
}
.admision-inner{
     box-shadow: rgba(99, 99, 99, 0.2) 0px 0px 8px 0px;
    padding: 15px;
}

.admision-inner input {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #9B9B9B;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	appearance: none;
	border-radius: 6px;
	transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
	border: 1px solid #ccc !important;
	height: 55px;
	width:100%;
}
.admision-inner select {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #9B9B9B;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	appearance: none;
	border-radius: 6px;
	transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
	border: 1px solid #ccc !important;
	height: 55px;
	width:100%;
}
.admision-inner textarea {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #9B9B9B;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	appearance: none;
	border-radius: 6px;
	transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
	border: 1px solid #ccc !important;
	height: 100px;
	width:100%;
}

.admision-inner p{
    margin: 0;
}
.admision-inner p label{
    width:100%;
}

.inner-banner{
    position: relative;
    text-align: center;
}
.inner-banner::after {
	content: '';
	background: linear-gradient(rgba(22, 22, 22, .7), rgba(22, 22, 22, .7));
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.innerheading{
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    width: 100%;
    z-index: 1;
}

.innerheading h2{
    color: #fff;
    font-weight: 600;
    color: #fff;
}
.breadcrumb {
	justify-content: center;
}
.breadcrumb-item{
    font-size: 16px;
}


h1{
    font-size: 50px;
}

.copyright{
    font-size: 15px;
}
.copyright a{
    font-size: 15px;
    border: none;
    color:#65B530;
}





/*Blog css*/

.blogPage{
    overflow: hidden;
}

.blog-sec{
	padding:50px 0 50px 0;
	position: relative;
}

.blgblur {
	width: 670px;
	height: 670px;
	border-radius: 100%;
	background: #E1FFC7;
	filter: blur(670px);
	position: absolute;
	left: -20%;
	top: -50%;
	margin: 0 auto;
	z-index: -1;
}
.blgblur2 {
	width: 670px;
	height: 670px;
	border-radius: 100%;
	background: #D8F5FF;
	filter: blur(700px);
	position: absolute;
	right: -20%;
	top: -50%;
	margin: 0 auto;
	z-index: -1;
}

.blog-sec h2{
	font-family: "DM Sans", sans-serif;
	font-size: 70px;
	font-weight: 700;
	line-height: 70px;
	letter-spacing: -0.04em;
	text-align: center;
	color: #002F43;
	margin-bottom: 50px;
}

.blog-bx{
	box-shadow: 0px 49px 107px 0px #0000001A;
	background: #fff;
	border-radius: 10px;
	position: relative;
}

.blog-media {
	border-radius: 10px;
	width: 100%;
	height: 300px;
	overflow: hidden;
}
.blog-media img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.blog-object{
	padding: 30px;
}

.blog-object h6{
font-family: "DM Sans", sans-serif;
font-size: 25px;
font-weight: 500;
line-height: 30px;
letter-spacing: -0.04em;
text-align: left;
color: #000;
margin-bottom: 12px;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.blog-object p{
font-family: "DM Sans", sans-serif;
font-size: 20px;
font-weight: 400;
line-height: 25px;
text-align: left;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
overflow: hidden;
}
.blogdate{
	position: absolute;
	right: 15px;
	top: -15px;
	background: #66B721;
	border-radius: 10px;
	font-family: Barlow;
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	color: #fff;
	padding:7px 10px 6px 10px;
}
.blogdate span{
	margin-right: 8px;
}

.blog-bx:hover{
	background: #2AA0C4;
	box-shadow: 0px 49px 107px 0px #0290BE80;
}
.blog-bx:hover h6{
	color: #fff;
}
.blog-bx:hover p{
	color: #fff;
}

.blog-inner{
	padding: 0 10px;
}

.single-blog-card{
    padding:60px 0;
}




.officeinfo > div:first-child > .blakbox{
    background: #cc0004;
}
.officeinfo > div:nth-child(2) > .blakbox{
    background: #85164a;
}
.officeinfo > div:last-child > .blakbox{
    background: #1143a3;
}
.blakbox p {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	margin: 13px 0 0;
}



.placement-sec{
    padding: 50px 0;
}
.placement-sec h2{
    text-align: center;
    font-weight: 600;
}

.logo-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); /* Responsive grid */
    gap: 20px;
    padding: 20px;
    max-width: 1200px;
    width: 100%;
}

.logo {
    background: #fff;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid #ccc;
}

.logo img {
    max-width: 100%;
    max-height: 80px;
    object-fit: contain;
}

/* Responsive Design */
@media (max-width: 768px) {
    .logo-container {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }
}

@media (max-width: 480px) {
    .logo-container {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    }
}


.shortitle{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.shortitle h2{display:none;}
.shortitle h3{display:none;}
.shortitle ul{display:none;}
.shortitle ol{display:none;}




.phone-call {
    width: 50px;
    height: 50px;
    left: 20px;
    bottom: 20px;
    background: #10b418;
    position: fixed;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    border-radius: 50%;
    z-index: 99;
    display: inline-block;
	-webkit-animation: zoom-in-zoom-out 2s ease-out infinite;
    animation: zoom-in-zoom-out 2s ease-out infinite;
}


@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}




.testimonial-section {
    width: 100%;
    margin: 40px auto;
    text-align: center;
    position: relative;
}

.title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}

.testimonial-slider {
    position: relative;
}

.testimonial-item {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    max-width: 900px;
    margin: auto;
}

.profile-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 10px;
    border: 4px solid #f0a500;
}

.profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-text {
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
}

.student-name {
    font-size: 18px;
    font-weight: 600;
    color: #007b3e;
}

.student-name span {
    font-weight: normal;
    color: #444;
}

.student-location {
    font-size: 14px;
    color: #888;
}

/* Custom Navigation Buttons */
.custom-prev, .custom-next {
    background: #024a29;
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.custom-prev { left: -50px; }
.custom-next { right: -50px; }

.custom-prev:hover, .custom-next:hover {
    background: #f0a500;
}




.testimonial-section .owl-theme .owl-nav {
	margin: 0;
}
.testimonial-section .owl-theme .owl-nav [class*='owl-']{
	width: 50px;
	height: 50px;
	font-size: 33px;
	line-height: 42px;
	position: absolute;
	background: transparent;
	color: #000;
	border: 2px solid #000;
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.testimonial-section .owl-theme .owl-nav [class*='owl-']:hover{
	background: #82b85d;
	color: #fff;
}
.testimonial-section .owl-theme .owl-nav .owl-prev{
	left: 20px;
	top: 50%;
}
.testimonial-section .owl-theme .owl-nav .owl-next{
	right: 20px;
	top: 50%;
}




.tophedr{
    color:#fff;
    font-size: 14px;
    animation: blinker 0.8s linear infinite;
}



.course-detail{
    padding:50px 0;
}

.couse-data td{
    font-size:15px;
}


.slidetext{
    background:#f2f2f2;
    padding: 8px 0;
    font-size: 14px;
    color: #000;
}




.enquery-form {
    width: 276px;
    height: 410px;
    background: #fff;
    padding: 10px;
    position: fixed;
    right: 0;
    z-index: 999999;
    top: 133px;
    bottom: 0;
    margin: auto;
    box-shadow: 0 0 6px #0000006e;
    transform: translate(101%, 0%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.enquery-btn {
	cursor: pointer;
	width: 200px;
	height: 52px;
	position: absolute;
	bottom: 0;
	left: -126px;
	margin: auto;
	top: 0;
	text-align: center;
	line-height: 3;
	background: #cd0005;
	box-shadow: 0 3px 4px #00000045;
	border-radius: 0px 0px 5px 5px;
	transform: rotate(90deg);
	z-index: -1;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	align-items: center;
	display: flex;
	justify-content: center;
}
.enquery-btn b{
    font-size: 26px;
}
.enquery-form .form-group {
  margin:8px 0;
}
.enquery-form input {
    display: block;
    width: 100%;
    padding: 0 .75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #c4e4e8 !important;
    border-radius: .25rem !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    height: 40px;
}
.enquery-form textarea {
    display: block;
    width: 100%;
    padding: 0 .75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057 !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #c4e4e8 !important;
    border-radius: .25rem !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    height: 80px !important;
}
.enquery-form p label {
	font-size: 14px;
}
.enquery-form p{
    margin: 0;
}
.enquery-form.show {
    transform: translate(0%, 0%);
}


.midheader img{
    max-width: 100%;
}
.topsocal li{
    padding: 0 5px;
}

.bokfrebtn {
    background: #530458;
    border-radius: 30px;
    color: #b9bbb9;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 23px;
    margin: 15px;
}
.bokfrebtn:hover{
    background: #000;
    color: #b9bbb9;
}
.modal-dialog {
    max-width: 50% !important;
}
.enquery-modal .modal {
    z-index: 9999999999;
}

.coursepicture{
    height: 230px;
}

.coursepicture img{
    width:100%;
    height: 100%;
    object-fit: cover;
}



.mission-details h3{
    margin-bottom:15px;
}



.contact-adrs p{
    font-size: 18px;
}



@media (max-width: 768px) {

.testimonial-section .owl-theme .owl-nav .owl-prev {

    position: static;
    transform: inherit;
}
.testimonial-section .owl-theme .owl-nav .owl-next {
     position: static;
    transform: inherit;
}
.testimonial-section .owl-theme .owl-nav {
    margin: 0;
    display: flex;
    gap: 10px;
    justify-content: center;
}
.enquery-btn {
width: 162px;
    height: 46px;
    position: absolute;
    bottom: 0;
    left: -106px;
    font-size: 15px;
}
.navbar-toggler{
        background-color: transparent !important;
}

.navbar-nav li {
    display: flex;
    padding: 8px 15px;
    justify-content: space-between;
}
.navbar-nav li .sub-menu {
    top: 31px;
    background: #f2f2f2;
    z-index: 1;
}

}








