@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;}
.clr2 {color: #fec500 !important;}
.clr3 {color: #f21a1a !important;}
.clr1 {color: #272164 !important;}
.topbg {background-color: #272164; margin: 0 73px; border-radius: 18px;}
.logo {width: 90px;}
.navbg {z-index: 1;opacity: 1;}
.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: 18px;font-weight: 700;}
/* .navbar button {background-color: #025332;} */
.smallfnt {font-size: 14px !important;}
.nav-btn {
	background-color: #272164;
	color: #fff !important;
	padding: 12px 25px;
	line-height: 25px;
	font-size: 14px;
	text-transform: uppercase;
	border:none;
	border-radius: 50px;}
.smallfnt {font-size: 14px !important;}
.footbg1 {background-color: #eb3800;}
.footer {background-color: black !important;}
.footer .short-link a,
.footer .help-link a,
.footer .contact-link a {
    transition: .5s;
}
.footer .short-link a:hover,
.footer .help-link a:hover,
.footer .contact-link a:hover {
    letter-spacing: 1px;
}
.footer .hightech-link a:hover {
    background: #000000;
    border: 0;
}
.about_section .img_container .img-box img {
	width: 100%;
  }
.about_section .detail-box {
	background-color: #ffffff;
	padding: 58px 25px;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
	position: relative;
	margin-left: -45px;
	margin-top: 45px;
  }
.heading_container {display: flex;}
.heading_container h2::before {
	content: "";
	width: 40px;
	height: 7px;
	background-color: #272164;
	border-radius: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
  }
.heading_container h2 {
	position: relative;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 10px;
  }
.about_section .detail-box p {
	margin-top: 5px;
  }
.about_section .detail-box a {
	display: inline-block;
	padding: 10px 35px;
	background-color: #272164;
	color: #ffffff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	border: 1px solid transparent;
	text-transform: uppercase;
  }
  .about_section .detail-box a:hover {
	background-color: #eb3800;
	border-color: #c23206;
	color: #fff;
  }
  .box-border {
	border: 2px solid #dedede;
	padding: 8px;
	margin-bottom: 20px;
  }
  .top-bx-txt {
	font-size: 14px;
  }
  .safetytipsbg {
	background-image: url("../images/safetytips11.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
  }
.parallax {
	background-image: url("../images/parallaxbanner.webp");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	height: auto;
	position: relative;
  }
.parallax::before {
	background: #000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;
  }
.btn1 {
	padding: 15px 30px;
	font-size: 16px;
	font-weight: 700;
	background-color: #272164;
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	transition: 1s;
	border-radius: 5px;
  }
.btn1:hover {
	background-color: #fec300;
	color: #000;
	border-radius: 50px;
  }
.services-item .services-content-icon i, .services-item .services-content-icon p {
	transition: .5s;
  }
.services-content-icon i {font-size: 60px;}
.services .services-item {
    box-shadow: 0 0 60px rgba(0, 0, 0, .2);
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 10px 0;
    position: relative;
}
.services-content::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-radius: 10px 10px 0 0;
    background: #eb3800;
    transition: .5s;
}
.services-content::after {
    top: 0;
    bottom: auto;
    border-radius: 10px 10px 10px 10px;
}
.services-item:hover .services-content::after {
    height: 100%;
    opacity: 1;
    transition: .5s;
}
.services-item:hover .services-content-icon {
    position: relative;
    z-index: 2;
}
.services-item .services-content-icon i,
.services-item .services-content-icon p {
    transition: .5s;
}
.services-item:hover .services-content-icon i {
    color: #fec400 !important;
}
.services-item:hover .services-content-icon p {
    color: wheat;
}
.services-item:hover .services-content-icon h4 {
    color: white;
}
.pt {padding-top: 60px;}
.bla{color: #000 !important;}
.subTitle {color: #c4610e !important;font-size: 14px !important;font-weight: 600 !important;}
.main-title {color: #313031;font-weight: 700 !important;padding-bottom: 10px !important;}
.categories {margin: auto !important;color: #000 !important;}
.categories-col {background-color: #ffd900;padding: 40px 10px !important;margin-bottom: 30px !important;border-top-right-radius: 100px;border-bottom-left-radius: 100px;border-top-left-radius: 10px;border-bottom-right-radius: 10px;}
.icon {width: 80px !important;margin: auto !important;}
.categories h3 {text-align: center !important;padding: 2px 0px;}
.categories p {font-size: 15px !important;text-align: center;padding: 0px 0px 7px 0px;}
.categories .readbtn {text-align: center;margin-left: 30% !important;font-weight: 500;width: 111px;}
.readbtn {background-color: #00005b !important;color: #fff !important; padding: 10px 20px;margin-top: 25px !important;font-size: 15px !important;font-weight: 700;}
.topbg1 {
	background-color: #eb3800;
  }
  .text1 {
	position: relative;
	padding: 5px 0 0 30px;
	margin-top: -45px;
  }
.check-btn {
	background-color: #272164;
	color: #ffffff !important;
	border-color: #272164;
	padding: 15px 30px;
	border-radius: 50px;
  }
.block-head {
	position: relative;
	margin-bottom: 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid #cac9c9;
	color:#272164;
  }
.block-head::before {
	position: absolute;
	bottom: -3px;
	left: 20px;
	width: 35px;
	height: 5px;
	content: "";
	display: inline-block;
	background-color: #e90606;
  }
.block-head::after {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 80px;
	height: 1px;
	content: "";
	display: inline-block;
	background-color: #e90606;
  }
  .owl-nav {display: none;}
  .owl-dots {margin-top: 30px;}
.counterbg {
	background-image: url("../images/aboutparallax.webp");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	height: auto;
	position: relative;
	padding: 80px 0;
	/* transform: skewY(-3deg); */
  }
.counterbg::before {
	background: #000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
  }
.parallax1 {
	background-image: url("../images/parallax.webp");
	padding: 60px 0;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
  }
  .parallax1::before {
	background: #000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;
  }
.counttext {color: #fff009;font-size: 46px;font-weight: 700;}
.bannerhead{color: #fdd500;font-size: 46px;font-weight: 700;}
.nav-tabs .nav-link {
	border-radius: 0 !important;
  padding: 16px 54px !important;
  font-size: 19px;
  }
  .line {
	border-top: 1px solid #fff;
  }
.safety-tipsbg {background: url(../images/banner10.webp);background-size: contain;background-repeat: repeat;}
.text-black {color: black !important;}
.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;}

  .contact-box-content {
	padding: 25px;
	height: 170px;
	border-radius: 10px;
	background-color: #f1f1f1;
  }
  .text3 {
	position: relative;
	padding: 0 0 0 50px;
	margin-top: -58px;
  }
.mithun {width: 157px;}
.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;}
.topbg {margin: 0px !important; border-radius: 0;}
.navbar-light .navbar-toggler {color: #fff !important;background-color: #272164 !important;}
.about_section .detail-box {margin-left: 0px !important; padding: 0px 17px !important;}
.pricehome {margin-top: 40px !important;}
.four {margin-bottom: 30px !important;}
.quote {padding-bottom:17px !important;}
.fts {margin-top: 25px !important;}
.nav-tabs .nav-link {padding: 16px 47px !important;font-size: 19px;}
.contact-box-content {padding: 26px;height: 100% !important;}
.qute {font-size: 27px !important;}
}	

@media (min-width:768px) and (max-width:991.98px){
.pad{padding:40px 0;}
.navbar-light .navbar-toggler {color: #fff !important;background-color: #272164 !important;}
.four {margin-bottom: 30px !important;}
.quote {padding-bottom:17px !important;}
.fts {margin-top: 25px !important;}
.mithun {width: 200px !important;}
.mithun_logo{text-align: center;}
.contact-box-content {padding: 26px;height: 100% !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);}