@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;}
.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;}
.top-header{background-color: #020f79;}
.marquee {width: 100%;overflow: hidden;font-size: 16px;line-height: 25px;font-weight: bold;color: #000000;}
.main-header1{padding: 15px 0px; background: #ffffff;}
.main-header1 .header-info-box {
	margin-left: 28px;
	position: relative;
	float: left;
	padding: 10px 7px 0 69px;
	border: 1px solid #ddd;
	border-radius: 5px;
	width: 82%;}
.main-header1 .header-info-box .header-info-icon {
	position: absolute;
	left: 0;
	top: 6px;
	width: 58px;
	height: 53px;
	padding-left: 9px;
	border-right: 2px solid #ddd;
	font-size: 34px;
	text-align: left;
	line-height: 47px;
	transition: all 300ms ease;}
.main-header1 .header-info-box h6 {margin: 0 0 5px;font-weight: 700;text-transform: capitalize;}
.main-header1 .header-info-box p {color: #282828;}
.navfont{font-size:18px; letter-spacing:1px;font-family: Arial, sans-serif;font-weight: 700;}
.navbg { background: #ffaa07; }
.navbar{padding:0!important;border-top: 1px solid #00000042;border-bottom: 1px solid #00000042;}
.navbar-light .navbar-nav .nav-link {color:black !important;}
.navbar-light .navbar-nav .nav-link:hover{ color:#eb3800 !important;transition:.5s;}
.navbar-light .navbar-nav .active>.nav-link{ color:#eb3800 !important;}
.navfnt {font-family: 'Arial', sans-serif;font-size: 19px;font-weight: 700;}
.counterbg {background-color: #ffffff;}
.counttext {color: #000000;font-size: 46px;font-weight: 700;}
.bannerhead{color: #000000;font-size: 46px;font-weight: 700;}
.full {padding: 34px;transition: .5s;}
.counter-section {background-color: #ff7301;}
.firebg {
	background-image: url("../images/firebg.webp");
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
	background-repeat: repeat;
	background-size: contain;
	background-position: top center;
	background-attachment: fixed;}
.firebg::before {
	background: #000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;}
.about_content {padding-left: 30px;}
.about_content .section_title {margin-bottom: 20px; z-index: 1; position: relative;}
.section_title .small_title {
	line-height: 1;
	font-size: 24px;
	margin-bottom: 25px;
	color: #ff4328;}
.section_title .big_title {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
	color: #020f79;}
.section_title .biggest_title {
	top: 50%;
	left: -8px;
	z-index: -1;
	display: block;
	line-height: 1;
	font-size: 150px;
	position: absolute;
	transform: translateY(-50%);
	color: rgba(34, 34, 34, 0.102);}
.about_content p {margin-bottom: 22px;}
.about_content p span {font-size: 16px;color: #222222;}
.diwali {
	border-radius: 206px;
	transform-origin: center bottom;
	animation-fill-mode: both;
	animation-name: bounce;
	animation-timing-function: ease-out;
	animation-duration: 5s;
	animation-iteration-count: infinite;}
/* service start */
.project-item {
	width: 90%;
	height: 100%;
	position: relative;
	padding: 0;
	overflow: hidden;}
.project-item img {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 2;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 18px solid black;}
.project-item a {
	position: absolute;
	padding: 25px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0) rotate(-360deg);
	border-radius: 10px;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .5s;
	opacity: 0;}
.project-item:hover a {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1.5) rotate(0deg);
	background: #FDF001;
	color: #111111 !important;
	opacity: 1;
	width: 50%;
	height: 50%;}
.smallborder1 {background-color: #ff7300; width: 281px; height: 7px;margin: 6px auto 10px;}
.footer {background-color: #201f33;}
.text1 {position: relative;padding: 11px 0 0 25px;margin-top: -51px;}
.line2 {border-bottom: 1px solid #d2d0d0;margin: 20px 0;}
.map1 {border: 4px solid #fe7601 !important; border-radius: 19px !important;}
.footer h1 {
	color: #fafafa;
	font-family: Arial, sans-serif !important;
	font-weight: 600;
	text-transform: capitalize;
	position: relative;
	text-align: left;
	padding-bottom: 14px;
	margin-bottom: 25px;
	border-bottom: 1px solid #cccc;}
.footer h1::after {
	content: "";
	position: absolute;
	width: 50px;
	background: #8ac549;
	left: 0;
	bottom: -2px;
	height: 4px;}
/* service end */
.clr2 {color: #FDF001 !important;font-weight: bold;}
/* about start */
.about-content-area {background-image: url("../images/p4.webp");}
.about-content-area .content {position: relative;z-index: 1;padding: 50px;}
.about-content-area .info .area-title {font-weight: 600;margin-bottom: 25px;}
.area-title {font-size: 40px;line-height: 1.2;}
.clr1 {color: #da0000;}
.smallfnt {font-size: 14px;}
.about-content-area .content::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 150%;
	background: #ffffff;
	z-index: -1;
	box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);}
.about-content-area .thumb {position: relative;z-index: 1;top: 80px;margin-bottom: 100px;}
.abt-img {width: 430px;}
.about-content-area .thumb .year10 {
	position: absolute;
	left: 50%;
	top: -50px;
	background: #fd8526;
	text-align: center;
	padding: 20px;
	font-size: 16px;
	height: 150px;
	font-weight: 600;
	transform: translateX(-50%);
	color: #ffffff;
	clip-path: polygon(100% 0, 100% 85%, 85% 100%, 0 99%, 0 0);}
.about-content-area .thumb .year10 strong {display: block;font-size: 60px;font-weight: 600;}
.btn-theme {background-color: #da0000; color: white !important;padding: 10px 20px;}
.btn2 {
	background-color: white;
	padding: 15px 22px;
	color: black !important;
	font-size: 18px;
	border-radius: 6px;}
.lt27 {line-height: 27px;}
.shape3 {
	position: absolute;
	right: 247px;
	bottom: -23px;
	opacity: 1;
	-webkit-animation: rotate 5s linear infinite;
	animation: rotate 5s linear infinite;
	z-index: 9;}
.shape3 img {width: 157px;}
.aboutparallax {
	background-image: url("../images/aboutparallax.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%;}
.head {
	font-family: Helvetica, sans-serif;
	text-shadow: 0px 1px 2px #000000;
	letter-spacing: 2px;
	word-spacing: 3px;
	font-weight: bold;}
.btn1 {
	background-color: #003e7d;
	padding: 15px 30px;
	color: white !important;
	border-radius: 10px;}
.btn11 {
	background-color: #d92625;
	padding: 15px 24px;
	color: rgb(255, 255, 255) !important;
	font-size: 17px;
	transition: all .3s ease;
	margin-right: 15px;}
.btn11:hover {border-radius: 20px;border: 1px solid #e30b0f !important;}
.bg-wrapper {
	background: url("../images/shape_05.svg") no-repeat center;
	background-size: cover;
	padding: 0 15px 50px;
	color: white !important;
	margin: 0 109px;
	text-align: center;
	background-color: #040101db;}
.borderrt2 {border-right: 1px solid white;}
.eye i {
	background-color: #ff9231 !important;
	color: #fff !important;
	padding: 21px;
	font-size: 25px;
	border-radius: 64px;
	display: inline-flex;
	border: 4px solid white;}
/* about end */
.section-title-divider {width: 220px;height: 3px;background: #1F5AAD;text-align: center; margin: 5px auto;}
.font{font-size: 45px;}
.block-head {position: relative;margin-bottom: 20px;padding: 0 0 20px;border-bottom: 1px #cac9c9 solid;font-weight: normal;color: #559926;font-weight: bold;}
.block-head::before {position: absolute;bottom: -3px;left: 20px;width: 35px;height: 5px;content: "";display: inline-block;background-color: #559926;}
.block-head::after {position: absolute;bottom: -1px;left: 0;width: 80px;height: 1px;content: "";display: inline-block;background-color: #559926;}
.block-head1 {position: relative;margin-bottom: 20px;padding: 0 0 20px;border-bottom: 1px #cac9c9 solid;font-weight: normal;color: #ec2424;font-weight: bold;}
.block-head1::before {position: absolute;bottom: -3px;left: 20px;width: 35px;height: 5px;content: "";display: inline-block;background-color: #ec2424;}
.block-head1::after {position: absolute;bottom: -1px;left: 0;width: 80px;height: 1px;content: "";display: inline-block;background-color: #ec2424;}
.icnclr1 {color: #559926; font-size: 30px;}
.icnclr3 {color: #b61818; font-size: 30px;}
.text4 {position: relative;padding: 0 0 0 46px;margin-top: -58px;}
.bigfont {font-size: 70px;}
.safetytips {background-image: url("../images/safetybanner1.webp");background-position: center;background-repeat: no-repeat;background-size: cover;}
.contact {background-color: #0d23a3;padding: 43px;text-align: center;border-top-right-radius: 110px;border-bottom-left-radius: 110px;height: 100%;}
.sectionbg1 {background-color: #0d23a3;}
#myNavbar a::before {padding-right: 5px;content: '[';color: #d31821;transform: translateX(20px);display: inline-block;opacity: 0;transition: transform 0.3s, opacity 0.2s;}
#myNavbar a::after {padding-left: 5px;content: ']';color: #d31821;transform: translateX(-20px);display: inline-block; opacity: 0; transition: transform 0.3s, opacity 0.2s;}
#myNavbar a:hover::before {opacity: 1; transform: translateX(0px);}
#myNavbar a:hover::after {opacity: 1; transform: translateX(0px);}
.greatft {font-size: 42px;}
/* .alagu {box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);} */
.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;}}
@keyframes bounce {
	0%, 20%, 53%, 80%, 100% {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	  }
	  40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	  }
	  70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	  }
	  90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	  }
}
@keyframes rotate {
	0% {
		transform: rotate(0);
	  }
	  100% {
		transform: rotate(360deg);
	  }
}
@media (min-width:1px) and (max-width:767.98px){
.pad{padding:40px 0;}
.order1 {order: 2;}
.mt25 {margin-top: 25px;}
.py20 {padding: 20px 0px;}
.main-header1 .header-info-box {margin-left: 0;width: 100%;}
.section_title .big_title {font-size: 34px;}
.section_title .biggest_title {font-size: 85px !important;}
.about_content {padding-left: 0;}
.project-item {width: 100%;}
.about-content-area .content::after {width: 100%;}
.about-content-area .content {padding: 25px;}
.smallborder1 {width: 100%;}
.mt26 {margin-top: 26px;}
.bg-wrapper {margin: 0px 0px;}
.shape3 {right: 115px;bottom: -28px;}
.navbar-light .navbar-toggler {color: rgb(255, 255, 255) !important;border-color: rgba(0,0,0,.1);background-color: #da0000;}
.kili {margin-top: 10px;}
.mt-30 {margin-top: 30px;}
.greatft {font-size: 30px;}
}	

@media (min-width:768px) and (max-width:991.98px){
.pad{padding:40px 0;}
.order1 {order: 2;}
.py20 {padding: 20px 0px;}
.main-header1 .header-info-box {margin-left: 0;width: 100%;}
.section_title .big_title {font-size: 34px;}
.section_title .biggest_title {font-size: 85px !important;}
.mt26 {margin-top: 26px;}
.project-item {width: 100%;}
.about-content-area .content {padding: 18px 0 37px 19px;}
.shape3 {right: 84px;bottom: 108px}
.bg-wrapper {margin: 0px 0px;}
.eye i {margin-top: 30px;}
.navbar-light .navbar-toggler {color: rgb(255, 255, 255) !important;border-color: rgba(0,0,0,.1);background-color: #da0000;}
.kili {margin-top: 20px;}
}

#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);}