@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");

a {
	text-decoration: none !important;
}

li {
	list-style-type: none !important;
}

html {
	scroll-behavior: smooth;
}

.heading1 {
	font-size: 2.5rem;
}

.heading2 {
	font-size: 2rem;
}

.heading3 {
	font-size: 1.75rem;
}

.heading4 {
	font-size: 1.5rem;
}

.heading5 {
	font-size: 1.25rem;
}

.heading6 {
	font-size: 1rem;
}

.pad {
	padding: 90px 0;
}

.wrdbrk {
	white-space: pre;
}

.fullpad {
	padding: 0 !important;
	margin: 0 !important;
}

.arial {
	font-family: Arial, sans-serif;
	font-weight: 600;
}

.helvetica {
	font-family: helvetica, sans-serif;
	line-height: 28px;
}

.clr1 {
	color: #DF6D0E;
}

.clr2 {
	color: #DA0C81;
}

.clr3 {
	color: #DF0E0E;
}

.topbg {
	background: #DF6D0E;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.marquee {
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	margin-top: 3px;
	color: #fff;
}

.backbg {
	background: linear-gradient(225deg, #0F36611F, 55%, #fffefd 25%);
}

.icnclr1 {
	color: #0f3661;
	font-size: 20px;
}

.smallfnt {
	font-size: 14px;
}

.part1 {
	padding: 15px 0px 15px 60px !important;
}

.part2 {
	padding: 15px 0px 15px 0px !important;
}

.navbar {
	background-color: #0F3661;
	padding: 0px !important;
}

.navbar-light .navbar-nav .nav-link {
	font-size: 18px;
	color: #fff !important;
	font-family: Arial, sans-serif;
	padding-left: 30px !important;
	font-weight: bold;
}

.navbar-light .navbar-nav .active>.nav-link {
	color: yellow !important;
}

.navbar-light .navbar-nav .nav-link:hover {
	color: yellow !important;
}

.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, 0.96) !important;
	background-color: cornsilk;
	margin: 0 auto;
}

.footer {
	background: url("../images/foot.webp") no-repeat scroll;
	padding: 90px 80px 30px;
	background-position: center center;
	background-size: cover;
}

.bg-overlay {
	position: relative;
}

.box-bg {
	z-index: 1;
}

.footer-icn {
	background-color: #eee;
	color: #000;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 50%;
	font-size: 12px;
}

#myBtn {
	display: none;
	position: fixed;
	bottom: 60px;
	right: 0px;
	z-index: 99;
	font-size: 40px;
	border: none;
	outline: none;
	background-color: transparent;
	color: white;
	cursor: pointer;
	padding: 15px;
	border-radius: 4px;
}

.box_main {
	width: 100%;
	float: left;
	position: relative;
	bottom: 38px;
}

.number_text {
	width: 50px;
	height: 50px;
	font-size: 18px;
	color: #ffffff;
	background-color: #fff;
	border-radius: 100px;
	text-align: center;
	padding: 13px 0px;
	float: right;
	margin-right: 140px;
	margin-top: 60px;
}

.image_2 {
	width: 100%;
	float: left;
	text-align: center;
	padding-left: 100px;
}

.box_main::after {
	content: '';
	background-color: #df6d0e;
	position: absolute;
	width: 420px;
	right: 0px;
	top: 0px;
	margin: 0 auto;
	display: flex;
	height: 600px;
	left: 0;
	z-index: -1;
	clip-path: polygon(0 0, 75% 8%, 75% 80%, 0% 100%);
}

.image_2 img {
	width: 85%;
	margin-top: -70px;
}

.btn1 {
	background-color: #003e7d;
	padding: 15px 30px;
	color: white !important;
	border-radius: 10px;
}

.project-img {
	position: relative;
	padding: 15px;
}

.project-img::before {
	content: "";
	position: absolute;
	width: 150px;
	height: 150px;
	top: 0;
	left: 0;
	background: #610C9F;
	border-radius: 10px;
	opacity: 1;
	z-index: -1;
	transition: .5s;
}

.project-img::after {
	content: "";
	width: 150px;
	height: 150px;
	position: absolute;
	right: 0;
	bottom: 0;
	background: #DA0C81;
	border-radius: 10px;
	opacity: 1;
	z-index: -1;
	transition: .5s;
}

.project-content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
}

.project-content a {
	display: inline-block;
	padding: 20px 25px;
	background: #610C9F;
	border-radius: 10px;
}

.project-item:hover .project-content {
	opacity: 1;
	transition: .5s;
}

.project-item:hover .project-img::before,
.project-item:hover .project-img::after {
	opacity: 0;
}

.secondary1 {
	color: yellow !important;
	font-weight: 700;
}

.parallax {
	background-image: url("../images/homeparallax.webp");
	height: auto;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}

.bg-overlay {
	position: relative;
}

.bg-overlay::after {
	background-color: #070707b3;
	z-index: 0;
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.bg-overlay1 {
	position: relative;
}

.bg-overlay1::after {
	background-color: #2f23668a;
	z-index: 0;
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.box-bg {
	z-index: 1;
}

#counter i {
	font-size: 30px;
	width: 65px;
	height: 66px;
	line-height: 61px;
	border-radius: 50%;
	text-align: center;
	display: inline-block !important;
	color: #fff;
}

.owl-nav {
	display: none;
}

.owl-dots {
	margin-top: 25px;
}

.counttext {
	color: #f2c21a;
	font-size: 55px;
	font-weight: 700;
}

.bannerhead {
	color: #f2c21a;
	font-size: 53px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.3em;
}

.btn3 {
	background-color: #0f3661;
	padding: 15px 20px;
	border-radius: 10px;
	color: white !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.diwali1 {
	width: 430px !important;
}

.aboutparallax {
	background-image: url("../images/parallax.webp");
	padding: 60px 0px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}

.aboutparallax::before {
	background: #000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;
}

.addr1 {
	padding-bottom: 30px !important;
}

.addr2 {
	padding-bottom: 20px !important;
}

.bg11 {
	background-color: #ffbe4d;
	color: black;
}

.bg12 {
	background-color: rgb(128, 151, 219);
	color: black;
}

.bggirl {
	padding: 40px 40px 420px;
	background-image: url("../images/lesson.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 640px;
	width: 100%;
}

.lspad {
	padding-top: 80px;
}

.w20 {
	width: 20% !important;
}

.text4 {
	position: relative;
	padding: 0 0 30px 90px;
	margin-top: -44px;
}

.bla {
	color: black;
}

.heading {
	padding-bottom: 15px;
	text-align: center;
	max-width: 960px;
	margin: 0px auto;
	padding-top: 1px;
}

.contacts {
	font-size: 12px;
	padding: 27px 0px 0px 0px;
	box-shadow: inset 0 0 0 16px #bfaaaa, inset 0 0 0 17px #eee, inset 0 0 0 18px #fff, inset 0 0 0 19px #eee, inset 0 0 0 20px #fff, inset 0 0 0 21px #eee, 0 4px 20px rgba(0, 0, 0, 0.1);
	transform: translateZ(0px);
	opacity: 1;
	pointer-events: auto;
}

.contacts h3.maincat {
	font-size: 19px;
	padding-bottom: 10px;
	color: #DF0E0E;
	border-bottom: 4px double #eee;
}

.locate {
	font-size: 28px;
	color: #ff3d00;
}

.phone {
	font-size: 28px;
	color: #1a9ba1;
}

.envel {
	font-size: 28px;
	color: #2196f3;
}

.sectionbg1 {
	background-color: #0f3661;
}

.safety-tipsbg {
	background: url(../images/banner6.png);
	background-size: contain;
	background-repeat: repeat;
}

.clr-green {
	color: #0A7070;
}

.icon1 i {
	color: #fff;
	font-size: 28px;
	background: #0A7070;
	width: 65px;
	height: 66px;
	line-height: 65px;
	border-radius: 50%;
	text-align: center;
	display: inline-block !important;
}

.clr-red {
	color: #D10024;
}

.iconr i {
	color: #fff;
	font-size: 28px;
	background: #EF1527;
	width: 65px;
	height: 66px;
	line-height: 65px;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
}

.vision {
	width: 70px;
	margin-bottom: 15px;
}

.top-bg1 {
	padding: 8px 0;
	background: #df6d0e;
}

.w0 {
	width: 0%;
}

.fixed {
	position: fixed;
	z-index: 2;
}

.priceicn {
	width: 50px;
}

.priceicn2 {
	width: 120px;
}

.point {
	bottom: 10px;
	left: 10px;
}

.point1 {
	bottom: 70px;
	left: 10px;
}

.point2 {
	bottom: 15px;
	right: 10px;
}

.blink {
	-webkit-animation: blink 1s;
	animation: blink 1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}


@media (min-width:1px) and (max-width:767.98px) {
	.pad {
		padding: 40px 0;
	}

	.navbar {
		padding: 8px !important;
	}

	.navbar-light .navbar-nav .nav-link {
		text-align: center;
		padding-left: 0px !important;
	}

	.part1,
	.part2 {
		padding: 13px 0px 10px 13px !important;
	}

	.box_main {
		display: none;
	}

	.footer {
		padding: 80px 0px !important;
	}

	.shop1 {
		margin-top: 10px !important;
	}

	.backbg {
		background: none;
	}

	.counttext {
		font-size: 45px;
	}

	.media {
		color: #000 !important;
	}
}

@media (min-width:768px) and (max-width:991.98px) {
	.part1 {
		padding: 15px 0px 15px 78px !important;
	}

	.part2 {
		padding: 15px 0px 15px 121px !important;
	}

	.pad {
		padding: 40px 0;
	}

	.navbar {
		padding: 8px !important;
	}

	.navbar-light .navbar-nav .nav-link {
		text-align: center;
		padding-left: 0px !important;
	}

	.box_main {
		position: relative;
		bottom: 38px;
		top: 0px;
	}

	.media {
		color: #000 !important;
	}

	.crack {
		text-align: center !important;
	}

	.shop1 {
		margin-top: 20px !important;
	}

	.backbg {
		background: none;
	}

	.head {
		letter-spacing: 1px !important;
	}
}

#notfound {
	position: relative;
	height: 100vh;
}

#notfound .notfound {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.notfound {
	max-width: 410px;
	width: 100%;
	text-align: center;
}

.oopslogo {
	width: 350px;
}

.notfound h2 {
	color: #000;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
}

.notfound p {
	color: #000;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 15px;
	margin-top: 5px;
}

.notfound a {
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	background: #0046d5;
	display: inline-block;
	padding: 15px 30px;
	border-radius: 40px;
	color: #fff;
	font-weight: 700;
	box-shadow: 0px 4px 15px -5px #0046d5;
}

@media only screen and (max-width: 767px) {
	.notfound .notfound-404 {
		height: 142px;
	}
}

.time-of-year {
	margin: 100px 75px 10px 75px;
	position: relative;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
}

.time-of-year .tooltip {
	background: #db2a1b;
	border-radius: 3px;
	bottom: -49px;
	font-size: 20px;
	display: block;
	left: -67px;
	padding: 15px;
	pointer-events: none;
	position: absolute;
	width: 320px;
	height: 100px;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all .7s ease-out;
	transition: all .7s ease-out;
}

.time-of-year .tooltip::after {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #db2a1b;
	bottom: 58px;
	content: " ";
	position: absolute;
	left: 0%;
	margin-left: -13px;
	transform: rotate(92deg);
}

.time-of-year:hover .tooltip {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}