/**
* Template Name: Nova
* Updated: Jan 29 2024 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/nova-bootstrap-business-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Set main reusable colors and fonts using CSS variables
# Learn more about CSS variables at https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties
--------------------------------------------------------------*/
/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

:root {
	--font-default: "Lato", sans-serif, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-primary: "Montserrat", sans-serif;
	--font-secondary: "Raleway", sans-serif;
	--font-Halimun: 'Halimun';
}

/* Colors */
:root {
	--color-default: #000;
	--color-primary: #eb1c24;
	--color-secondary: #1b2f45;
}

/* Smooth scroll behavior */
:root {
	scroll-behavior: smooth;
}

@font-face {
	font-family: 'Halimun';
	src: url('../fonts/HalimunRegular.woff2') format('woff2'),
		url('../fonts/HalimunRegular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
	font-family: var(--font-default);
	font-size: 18px;
	color: var(--color-default);
}

a {
	color: var(--color-primary);
	text-decoration: none;
	transition: 0.3s;
}

a:hover {
	color: #c21118;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--font-secondary);

}

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
	overflow: hidden;
	padding: 40px 0;
}

.section-header {
	text-align: center;
	padding-bottom: 30px;
}

.section-header h2 {
	font-size: 35px;
	font-weight: 900;
	margin-bottom: 20px;
	padding-bottom: 0px;
	position: relative;
	font-family: var(--font-default);
	color: #eb1c24;
	line-height: 52px;
	text-transform: uppercase;
}


.section-header p {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
	padding: 140px 0 60px 0;
	min-height: 30vh;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.breadcrumbs:before {
	content: "";
	background-color: rgba(27, 47, 69, 0.7);
	position: absolute;
	inset: 0;
}

.breadcrumbs h2 {
	font-size: 56px;
	font-weight: 500;
	color: #fff;
	font-family: var(--font-secondary);
}

.breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	color: var(--color-primary);
}

.breadcrumbs ol a {
	color: rgba(255, 255, 255, 0.8);
	transition: 0.3s;
}

.breadcrumbs ol a:hover {
	text-decoration: underline;
}

.breadcrumbs ol li+li {
	padding-left: 10px;
}

.breadcrumbs ol li+li::before {
	display: inline-block;
	padding-right: 10px;
	color: #fff;
	content: "/";
}

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	right: 15px;
	bottom: 15px;
	z-index: 99999;
	background: var(--color-primary);
	width: 40px;
	height: 40px;
	border-radius: 4px;
	transition: all 0.4s;
}

.scroll-top i {
	font-size: 24px;
	color: #fff;
	line-height: 0;
}

.scroll-top:hover {
	background: rgba(86, 184, 230, 0.8);
	color: #fff;
}

.scroll-top.active {
	visibility: visible;
	opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
	position: fixed;
	inset: 0;
	z-index: 9999;
	overflow: hidden;
	background: #fff;
	transition: all 0.6s ease-out;
}

#preloader:before {
	content: "";
	position: fixed;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	border: 6px solid var(--color-primary);
	border-top-color: #fff;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	[data-aos-delay] {
		transition-delay: 0 !important;
	}
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
	transition: all 0.5s;
	z-index: 997;
	padding: 12px 0;
	background: #fff;
	;
}

@media (max-width: 1200px) {
	.header {
		padding: 12px 0;
	}
}

.header.sticked {

	padding: 12px 0;
}

.header .logo img {
	max-height: 80px;
	margin-right: 6px;
	transition: all 0.5s;
}

.header.sticked .logo img {

	max-height: 50px;
}

.header .logo h1 {
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	font-family: var(--font-secondary);
	margin: 0;
}

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1280px) {
	.navbar {
		padding: 0;
	}

	.navbar ul {
		margin: 0;
		padding: 0;
		display: flex;
		list-style: none;
		align-items: center;
	}

	.navbar li {
		position: relative;
	}

	.navbar a,
	.navbar a:focus {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 10px 10px 10px 10px;
		font-family: var(--font-default);
		font-size: 15px;
		font-weight: 500;
		color: #000000;
		white-space: nowrap;     font-weight: bold;
		transition: 0.3s;
	}

	.navbar a i,
	.navbar a:focus i {
		font-size: 12px;
		line-height: 0;
		margin-left: 5px;
	}

	.navbar a:hover,
	.navbar .active,
	.navbar .active:focus,
	.navbar li:hover>a {
		color: #ed1b24;
        font-weight: bold;
	}

	.navbar .dropdown ul {
		display: block;
		position: absolute;
		left: 14px;
		top: calc(100% + 30px);
		margin: 0;
		padding: 10px 0;
		z-index: 99;
		opacity: 0;
		visibility: hidden;
		background: #fff;
		box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
		transition: 0.2s;
	}

	.navbar .dropdown ul li {
		min-width: 200px;
	}

	.navbar .dropdown ul a {
		padding: 10px 20px;
		font-size: 15px;
		text-transform: none;
		color: var(--color-secondary);
	}

	.navbar .dropdown ul a i {
		font-size: 12px;
	}

	.navbar .dropdown ul a:hover,
	.navbar .dropdown ul .active:hover,
	.navbar .dropdown ul li:hover>a {
		color: var(--color-primary);
	}

	.navbar .dropdown:hover>ul {
		opacity: 1;
		top: 100%;
		visibility: visible;
	}

	.navbar .dropdown .dropdown ul {
		top: 0;
		left: calc(100% - 30px);
		visibility: hidden;
	}

	.navbar .dropdown .dropdown:hover>ul {
		opacity: 1;
		top: 0;
		left: 100%;
		visibility: visible;
	}
}

@media (min-width: 1280px) and (max-width: 1366px) {
	.navbar .dropdown .dropdown ul {
		left: -90%;
	}

	.navbar .dropdown .dropdown:hover>ul {
		left: -100%;
	}
}

@media (min-width: 1280px) {

	.mobile-nav-show,
	.mobile-nav-hide {
		display: none;
	}
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1279px) {
	.navbar {
		position: fixed;
		top: 0;
		right: -100%;
		width: 100%;
		max-width: 400px;
		bottom: 0;
		transition: 0.3s;
		z-index: 9997;
	}

	.navbar ul {
		position: absolute;
		inset: 0;
		padding: 50px 0 10px 0;
		margin: 0;
		background: rgba(237, 27, 36, 0.7);
		overflow-y: auto;
		transition: 0.3s;
		z-index: 9998;
	}

	.navbar a,
	.navbar a:focus {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 10px 20px;
		font-family: var(--font-default);
		font-size: 15px;
		font-weight: 600;
		color: rgba(255, 255, 255, 0.7);
		white-space: nowrap;
		transition: 0.3s;
	}

	.navbar a i,
	.navbar a:focus i {
		font-size: 12px;
		line-height: 0;
		margin-left: 5px;
	}

	.navbar a:hover,
	.navbar .active,
	.navbar .active:focus,
	.navbar li:hover>a {
		color: #fff;
	}

	.navbar .dropdown ul,
	.navbar .dropdown .dropdown ul {
		position: static;
		display: none;
		padding: 10px 0;
		margin: 10px 20px;
		background-color: rgba(20, 35, 51, 0.6);
	}

	.navbar .dropdown>.dropdown-active,
	.navbar .dropdown .dropdown>.dropdown-active {
		display: block;
	}

	.mobile-nav-show {
		color: #000;
		font-size: 28px;
		cursor: pointer;
		line-height: 0;
		transition: 0.5s;
	}

	.mobile-nav-hide {
		color: rgba(255, 255, 255, 0.9);
		font-size: 32px;
		cursor: pointer;
		line-height: 0;
		transition: 0.5s;
		position: fixed;
		right: 15px;
		top: 15px;
		z-index: 9999;
	}

	.mobile-nav-active {
		overflow: hidden;
	}

	.mobile-nav-active .navbar {
		right: 0;
	}

	.mobile-nav-active .navbar:before {
		content: "";
		position: fixed;
		inset: 0;
		background: rgba(27, 47, 69, 0.7);
		z-index: 9996;
	}
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
	width: 100%;
	min-height: calc(100vh - 100px);
	position: relative;
	padding: 0px 0;
	z-index: 3;
	margin-top: 100px;
	background: #000 url("../img/banner.png") top right no-repeat;
	background-size: contain;
}


.hero .container {
	z-index: 2;
}


.hero h2 {
	margin: 0;
	font-size: 48px;
	font-weight: 600;
	line-height: 1.2;
	color: #ffffff;
	font-family: var(--font-default);
}

.hero blockquote {
	color: #ffffff;
	padding-left: 0px;
	font-size: 18px;
	font-family: var(--font-default);
	border-left: 0px solid var(--color-primary);
	margin: 40px 0;
	padding-right: 50px;
}

.btn-style1 {
	font-family: var(--font-secondary);
	font-weight: 500;
	font-size: 15px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 8px 20px;
	border-radius: 5px;
	transition: 0.5s;
	color: #fff;
	background: var(--color-primary);
}

.btn-style1:hover {
	color: #fff;
	background: rgba(169, 0, 7, 1);
}

.btn-style2 {
	font-family: var(--font-secondary);
	font-weight: 500;
	font-size: 15px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 8px 20px;
	border-radius: 5px;
	transition: 0.5s;
	color: var(--color-primary);
	background: #fff;
}

.btn-style2:hover {
	color: rgba(169, 0, 7, 1);
	background: #fff
}

.hero .btn-watch-video {
	font-size: 16px;
	transition: 0.5s;
	margin-left: 25px;
	color: rgba(255, 255, 255, 0.7);
	font-weight: 600;
}

.hero .btn-watch-video i {
	color: var(--color-primary);
	font-size: 32px;
	transition: 0.3s;
	line-height: 0;
	margin-right: 8px;
}

.hero .btn-watch-video:hover {
	color: #fff;
}

.hero .btn-watch-video:hover i {
	color: #82cbed;
}

@media (max-width: 760px) {}

/***** about us section ----***/
.aboutSec {}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.aboutSec .content-box-about h3 {

	font-size: 75px;
	text-transform: uppercase;
	font-family: var(--font-default);
	color: #eb2325;
	font-weight: 900;
}

.aboutSec .content-box-about p {
	font-size: 22px;
	font-weight: 300;
}

/***************** understandingSection **************/
.understandingSection {
	background: url(../img/section-bg1.jpg);
	background-size: cover;
	position: relative;
	color: #fff;

}

.understandingSection:before {
	content: '';
	height: 100%;
	width: 100%;
	background: #eb2325bd;
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.understandingSection .container {
	position: relative;
	z-index: 3;
}

.usecCon h3 {
	font-size: 50px;
}

.bigFont {
	font-family: "Abril Fatface", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 75px;
}

.smallFont {
	font-size: 16px;
	line-height: 21px;
}

/******* why choose us *********/
.who-we-are {
	background: #f8f8f8;
}

.cardChoseUs {
	background: #6ec8bf;
	border-radius: 25px;
	text-align: center;
	padding: 30px 30px 10px 30px;
	height: 100%;
	font-size: 15px;
	  transition: transform .2s; /* Animation */
}
.cardChoseUs:hover{
	  transform: scale(1.1);
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.cardChoseUs img {
	margin-bottom: 20px;
	height: 100px;
}

/*--------------------------------------------------------------
# Services List Section
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact {
	background: #d0cfcf;

	position: relative;
}

.contactCon h3 {
	font-size: 44px;
	font-weight: 600;
	margin-bottom: 20px;
	padding-bottom: 0px;
	position: relative;
	font-family: var(--font-default);
	color: #eb2325;
	line-height: 65px;
	text-transform: uppercase;
}

.contact .info-item+.info-item {
	margin-top: 40px;
}

.contact .info-item i {
	font-size: 20px;
	background: var(--color-primary);
	color: #fff;
	width: 44px;
	height: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	transition: all 0.3s ease-in-out;
	margin-right: 15px;
}

.contact .info-item h4 {
	padding: 0;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 5px;
	color: #1c88ba;
}

.contact .info-item p {
	padding: 0;
	margin-bottom: 0;
	font-size: 14px;
}

.php-email-form {
	width: 100%;
}

.php-email-form .form-group {
	padding-bottom: 8px;
}

.php-email-form .error-message {
	display: none;
	color: #fff;
	background: #df1529;
	text-align: left;
	padding: 15px;
	font-weight: 600;
}

.php-email-form .error-message br+br {
	margin-top: 25px;
}

.php-email-form .sent-message {
	display: none;
	color: #fff;
	background: #059652;
	text-align: center;
	padding: 15px;
	font-weight: 600;
}

.php-email-form .loading {
	display: none;
	background: #fff;
	text-align: center;
	padding: 15px;
}

.php-email-form .loading:before {
	content: "";
	display: inline-block;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	margin: 0 10px -6px 0;
	border: 3px solid #059652;
	border-top-color: #fff;
	animation: animate-loading 1s linear infinite;
}

.php-email-form input,
.php-email-form textarea {
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
	padding: 6px 0px;
}

.php-email-form input:focus,
.php-email-form textarea:focus {
	border-color: var(--color-primary);
}


.submitBtn {
	font-family: var(--font-secondary);
	font-weight: 500;
	font-size: 15px !important;
	letter-spacing: 1px;
	display: inline-block;
	padding: 8px 20px !important;
	border-radius: 5px !important;
	transition: 0.5s;
	color: #fff;
	border: 0;
	background: var(--color-primary) !important;

}

.form-control {
	border: 0px;
	border-bottom: 1px solid #000;
	background: none;
    border-radius: 0;
        font-size: 14px;
    padding: 6px 0px;
}

.submitBtn:hover {
	color: #fff;
	background: rgba(169, 0, 7, 1);
}

@keyframes animate-loading {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.contact-dark-bg {
	background: #1a1a1a;
	color: #fff;
}

/*--------------------------------------------------------------
# Price
--------------------------------------------------------------*/
.classList {
	background: url(../img/section-bg2.jpg);
	background-size: cover;
	position: relative;
	color: #fff;

}

.classList .section-header h2 {
	color: #fff;
}

.classList:before {
	content: '';
	height: 100%;
	width: 100%;
	background: #eb2325bd;
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.classList .container {
	position: relative;
	z-index: 3;
}

.classList .pricing-item {
	padding: 0px 20px 20px 20px;
	box-shadow: 0 3px 20px -2px rgba(108, 117, 125, 0.15);
	background: #fff;
	height: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 15px;
}

.classList .pricing-item h3 {
	font-weight: 600;

	font-size: 20px;

	text-align: center;
	background: #52beed;
	color: #fff;
	padding: 10px 0;
	margin: 0px -20px 15px -20px;
}

.classList .pricing-item .icon {
	margin: 30px auto 30px auto;
	width: 70px;
	height: 70px;
	background: var(--color-primary);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
	transform-style: preserve-3d;
}

.classList .pricing-item .icon i {
	color: #fff;
	font-size: 28px;
	transition: ease-in-out 0.3s;
	line-height: 0;
}

.classList .pricing-item .icon::before {
	position: absolute;
	content: "";
	height: 86px;
	width: 86px;
	border-radius: 50%;
	background: #87c1bb;
	transition: all 0.3s ease-out 0s;
	transform: translateZ(-1px);
}

.classList .pricing-item .icon::after {
	position: absolute;
	content: "";
	height: 102px;
	width: 102px;
	border-radius: 50%;
	background: #d2eeeb;
	transition: all 0.3s ease-out 0s;
	transform: translateZ(-2px);
}

.classList .pricing-item h4 {
	font-size: 48px;
	color: var(--color-secondary);
	font-weight: 700;
	font-family: var(--font-secondary);
	margin-bottom: 0;
	text-align: center;
}

.classList .pricing-item h4 sup {
	font-size: 28px;
}

.classList .pricing-item h4 span {
	color: rgba(108, 117, 125, 0.8);
	font-size: 18px;
	font-weight: 400;
}

.classList .pricing-item ul {
	padding: 0px 0 0 0;
	list-style: none;
	color: #6c757d;
	text-align: left;
	line-height: 20px;
	margin-bottom: 0px;
}

.classList .pricing-item ul li {
	padding: 10px 0;
	display: flex;
	align-items: center;
	font-size: 16px;
}

.classList .pricing-item ul i {
	color: #059652;
	font-size: 24px;
	padding-right: 3px;
}

.classList .pricing-item ul .na {
	color: rgba(108, 117, 125, 0.5);
}

.classList .pricing-item ul .na i {
	color: rgba(108, 117, 125, 0.5);
}

.classList .pricing-item ul .na span {
	text-decoration: line-through;
}

.classList .pricing-item .buy-btn {
	display: inline-block;
	padding: 10px 40px;
	border-radius: 50px;
	color: var(--color-primary);
	border: 1px solid rgba(0, 131, 116, 0.2);
	transition: none;
	font-size: 16px;
	font-weight: 600;
	font-family: var(--font-primary);
	transition: 0.3s;
}

.classList .pricing-item .buy-btn:hover {
	background: var(--color-primary);
	color: #fff;
}

.classList .pricing-item .featured {
	z-index: 10;
	border: 3px solid var(--color-primary);
}

/*--------------------------------------------------------------
# price end
--------------------------------------------------------------*/
.cardTestimonial {
	background: #f0fbff;
	border-radius: 25px;
	text-align: left;
	padding: 30px 30px 10px 30px;
  transition: transform .2s; /* Animation */
	font-size: 15px;
}
.cardTestimonial:hover{
	  transform: scale(1.1);
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
/************ inner page ***********/
.iinnerHero{
    background-size: cover;
}
.iinnerHero h2{
    color: #000;
}
.iinnerHero p{
        color: #000;
}
.heroInner {
	margin-top: 100px;
    padding: 0;
}
.cardsamhitaEdge{
    text-align: center;
}
.cardsamhitaEdge img{
    margin-bottom: 20px;
}
.cardsamhitaEdge h5{
  font-size: 18px;
    font-weight: 900;
}
.innerDarkSection {
	background: url(../img/section-bg3.jpg);
	background-size: cover;
	position: relative;
	color: #fff;

}

.innerDarkSection:before {
	content: '';
	height: 100%;
	width: 100%;
	background: #eb2325bd;
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.innerDarkSection .container {
	position: relative;
	z-index: 3;
}
.innerDarkSection .usecCon h3{
text-transform: uppercase;
font-weight: 900;
}
.speace{
    font-size: 15px;
    color: #fff;
    border: 1px solid #fff;
    padding: 20px;
    margin-top: 15px;
    position: relative;
}
.speace:before {
	content: '\F6B0';
	height: 40px;
	width: 40px;
     left: 15px;
    top: -24px;
	position: absolute;
	z-index: 2;
 
      font-size: 50px;
    line-height: 50px;
     font-family: bootstrap-icons !important;
 
 
}
.speace:after {
	content: '\F6B0';
	height: 40px;
	width: 40px;
 transform: rotateZ(180deg);
	position: absolute;
	z-index: 2;
	right: 10px;
    font-size: 50px;
    line-height: 50px;
     font-family: bootstrap-icons !important;
	    bottom: -24px;
 
}
.aboutMain{
    border: 3px solid #fff;
    background: #fff;
    
}
.aboutMain h6{
    color: #000;
    margin-top: 10px;
    padding-left: 10px;
}
/************ mision vision*************/

.missionVision .img {
  border-radius: 0px;
  overflow: hidden;
}
.missionVision  .service-item{
    border: 1px solid #f76a6b;
        height: 100%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    
}
.missionVision .img img {
  transition: 0.6s;
}

.missionVision .details {
  padding: 50px 0px 20px 0;
  margin: -158px 15px 0 15px;
  transition: all ease-in-out 0.3s;
  background: var(--color-white);
  position: relative;
  background: rgba(var(--color-white-rgb), 0.9);
  text-align: center;
  border-radius: 8px;
    font-size: 15px;
  box-shadow: 0px 0 25px rgba(var(--color-black-rgb), 0.1);
}

.missionVision .details .icon {
  margin: 0;
  width: 72px;
  height: 72px;
  background: #dbdbdb;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
   
  font-size: 28px;
  transition: ease-in-out 0.3s;
margin: 0px auto 20px auto;
   
  left: calc(50% - 36px);
 
}
.missionVision .details .icon img{
    max-width: 45px;
    max-height: 45px;

    height: auto;
    width: auto;
    
}

.missionVision .details h3 {
  color: #fff;
  font-weight: 900;
  margin: 10px 0 35px 0;
  font-size: 24px;
  transition: ease-in-out 0.3s;
    text-transform: uppercase;
}

.missionVision .details p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}


.missionVision .service-item:hover .img img {
  transform: scale(1.2);
}
.enroleNow .section-header h2{
    font-size: 55px;
}
.enroleNow .section-header h5{
    font-size: 40px;
}
.bigFontSecH .section-header h2{
    font-size: 55px;
}
.formStyle label{
    font-size: 13px;
}
.admitionForm h3{
    text-transform: uppercase;
    color: #fff;
    background: #eb2325;
    padding: 15px;
    font-size: 17px;
    text-align: center;
    margin: 0px;
}
.admitionForm .formStyle{
        border:1px solid #c7c7c7;
    height: 100%;
    padding: 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
/*.formBtn{
        font-family: var(--font-secondary);
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 20px;
    border: 0;
    border-radius: 5px;
    transition: 0.5s;
    color: #fff;
    background: var(--color-primary);
}*/

.formBtn {
    font-family: var(--font-secondary);
    font-weight: 500;
    font-size: 15px !important;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 20px !important;
    border: 0;
    border-radius: 5px !important;
    transition: 0.5s;
    color: #fff;
    background: var(--color-primary) !important;
	 
}
section h2{
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 20px;
}
section h4{
      font-size: 30px;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
	font-size: 14px;
}

.footer .footer-content {
	background-color: #000000;
	background-size: contain;
	padding: 60px 0 30px 0;
}

.footer .footer-content .footer-info {
	margin-bottom: 30px;
}

.footer .footer-content .footer-info .logo {
	line-height: 0;
	margin-bottom: 25px;
}

.footer .footer-content .footer-info .logo img {
	max-height: 100px;
	margin-right: 6px;
}

.footer .footer-content .footer-info .logo span {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 1px;
	color: var(--color-secondary);
	font-family: var(--font-secondary);
	margin-top: 3px;
}

.footer .footer-content .footer-info p {
	font-size: 15px;
	margin-bottom: 0;
	font-family: var(--font-primary);
	color: #fff;
}

.footer .footer-content .social-links a {
	font-size: 14px;
	line-height: 0;
	display: inline-block;
	width: 32px;
	height: 32px;
	color: #000000;
	margin-right: 10px;
	transition: 0.3s;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;

	border-radius: 50px;
}

.footer .footer-content .social-links a:hover {
	background-color: #ec1c24;
}

.footer .footer-content h4 {
	font-size: 16px;
	font-weight: bold;
	color: #29486a;
	position: relative;
	padding-bottom: 12px;
}

.footer .footer-content .footer-links {
	margin-bottom: 30px;
}

.footer .footer-content .footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer .footer-content .footer-links ul i {
	margin-right: 2px;
	color: var(--color-primary);
	font-size: 16px;
	line-height: 0;
}

.footer .footer-content .footer-links ul li {
	padding: 10px 0;
	display: flex;
	align-items: center;
}

.footer .footer-content .footer-links ul li:first-child {
	padding-top: 0;
}

.footer .footer-content .footer-links ul a {
	color: #fff;
	transition: 0.3s;
	display: inline-block;
	line-height: 1;
}

.footer .footer-content .footer-links ul a:hover {
	color: var(--color-primary);
}

.footer .footer-content .footer-contact p {
	line-height: 26px;
	color: var(--color-secondary);
}

.footer .footer-legal {
	background: #fff;
	padding: 20px 0;
}

.footer .footer-legal .copyright {
	text-align: center;
	color: var(--color-secondary);
}

.footer .footer-legal .credits {
	padding-top: 4px;
	text-align: center;
	font-size: 13px;
	color: var(--color-secondary);
}

.chat-with-us{
    position: fixed;
    right: 0px;
    top: 40%;
    z-index: 999;
    
}







@media (max-width: 760px) {
	section {
		overflow: hidden;
		padding: 30px 0;
	}

	.content-box {
		padding: 20px 20px;
	}

	.aboutSec,
	.innerSecTop {
		background-image: inherit !important;
		padding: 10px 0;
	}
    .hero h2{
        font-size: 28px;
    }
    .hero{
            min-height: auto;
            position: relative;
    padding: 50px 0;
    }
    .hero:after{
 
    content: '';
    height: 100%;
    width: 100%;
    background:#0000008c;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
 
    }
    .hero.iinnerHero:after{
            background:#ffffff8c;
    }
}