@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
li{list-style-type:none!important;}
a{text-decoration: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;}
.smallfnt{font-size: 14px;}
.secular{font-family: 'Arial',sans-serif, cursive; font-weight: 600;}
.roboto{font-family: 'helvatica', sans-serif; line-height: 26px;}
.marquee {width: 100%; overflow: hidden; font-size: 14px; line-height: 25px;}
.fullpad{padding: 0!important; margin:0!important;}
.tablepad{padding: 0!important;}
.bg1{background: #140484;}
.navbar-light .navbar-nav .nav-link {color: #333!important;}
.navbar-light .navbar-nav .active > .nav-link {color:#bc0f0f !important; border-bottom:2px solid #bc0f0f !important;}
.navbar button {background-color: #bc0f0f;}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")!important;
}
.logo {width: 160px;}
.box-section {position: relative !important; top: -30px;}
.aboutbox {
	padding: 40px 30px 40px;
	border-radius: 5px;
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,.12);
	background: #bc0f0f;
	z-index: 2;
	position: relative;}
.aboutbox1 {
	padding: 40px 30px 40px;
	border-radius: 5px;
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,.12);
	background: #140484;
	z-index: 2;
	position: relative;}
.clr1{color:#bc0f0f;}
.clr2{color:#140484;}
.clr3{color:#ffcf14;}
.clr4{color:red;}
.paraclr{color:#595858;}
.new-section-bg {
	background-color: #ffd636;
	position: relative;
	padding-top: 145px;
	margin-top: -75px;
	padding-bottom: 75px;
	z-index: 0;}
.para-center {max-width: 850px; margin: 0 auto;}  
.get_btn {
	display: inline-block;
	padding: 0px 30px;
	border: 2px solid #bc0f0f;
	line-height: 50px;
	font-size: 16px;
	color: #bc0f0f;
	font-weight: bold;
	position: relative;
	z-index: 2;
	overflow: hidden;
	-webkit-transition: color .5s;
	transition: color .5s;}
.get_btn:hover{color:#fff;}	
.get_btn::before {
	content: "";
	position: absolute;
	z-index: -1;
	background: #bc0f0f;
	height: 250px;
	width: 300px;
	border-radius: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 100%;
	-webkit-transition: all .7s;
	transition: all .7s;}
.get_btn:hover::before {bottom: -50px;}	
.btn{
    color: #fff!important;
    background: #bc0f0f !important;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 35px 10px 20px;
    border: none;
    border-radius: 0;
    box-shadow: 6px 6px 0 #140484;
    transform: skewX(-15deg);
    position: relative;
    transition: all .3s ease-in-out;}
.btn:focus,
.btn:hover{color: #fff; background-color: #0c0077; box-shadow: 10px 10px 0 #048404;}    
.owl-nav{display: none;}
.owl-dots{padding-top: 30px;}
figure{margin: 0!important;}
.img-about.dots {position: relative;}
.img-about img {position: relative; z-index: 2;}
.img-about.dots::after {
	position: absolute;
	z-index: 1;
	bottom: -46px;
	right: -70px;
	content: "";
	width: 412px;
	height: 220px;
	background: url("../images/dotspage.png") no-repeat;}
.feature-h, .feature-s{margin-bottom: 35px;}
.icon, .icons, .icons1 {margin-right: 1em;}
.icon i {
	color: #bc0f0f;
	font-size: 25px;
	background: #efefef;
	width: 90px;
	height: 90px;
	line-height: 90px;
	border-radius: 50%;
	text-align: center;
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
	-webkit-transform: scale(1);
	transform: scale(1);
	display:block;}
.feature-h:hover .icon i{
	border: 2px solid #140484;
	color: #140484;
	background-color: transparent;
	-webkit-transform: scale(1.07);
	transform: scale(1.07);}
.footbg {
	background: url("../images/footer.jpg")no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: auto;}
.footpad {padding: 80px 0px 20px 0px; background-color: #000a25;}
.bg2{background-color:#ffcf14 ;}
.get_btn1 {
	display: inline-block;
	padding: 0px 30px;
	border: 2px solid #048404;
	line-height: 50px;
	font-size: 16px;
	color: black;
	font-weight: bold;
	position: relative;
	z-index: 2;
	overflow: hidden;
	-webkit-transition: color .5s;
	transition: color .5s;}
.get_btn1:hover{color:#fff;}	
.get_btn1::before {
	content: "";
	position: absolute;
	z-index: -1;
	background: #048404;
	height: 250px;
	width: 300px;
	border-radius: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 100%;
	-webkit-transition: all .7s;
	transition: all .7s;}
.get_btn1:hover::before {bottom: -50px;}	
#counter{background: rgba(black, .05);}
#counter li{flex: 1; text-align: center;}
#counter li span.percent:after { content: ""; display: inline-block;}
.counttext{color: #bc0f0f; font-size: 55px; font-weight: 700;}
.bannerhead {color: #140484; font-size: 55px; font-weight: 700; text-transform: uppercase; line-height: 1.3em;}
.safetytipsbg {
	background-image: url("../images/safety.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	height: 750px;}
.icons i {
	color: #048404;
	font-size: 25px;
	background: #efefef;
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 50%;
	text-align: center;
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
	-webkit-transform: scale(1);
	transform: scale(1);
	display: block;}
.feature-s:hover .icons i{
	border: 2px solid #048404;
	color: #048404;
	background-color: transparent;
	-webkit-transform: scale(1.07);
	transform: scale(1.07);}
.icons1 i {
	color: #bc0f0f;
	font-size: 25px;
	background: #efefef;
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 50%;
	text-align: center;
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
	-webkit-transform: scale(1);
	transform: scale(1);
	display: block;}
.feature-s:hover .icons1 i{
	border: 2px solid #bc0f0f;
	color: #bc0f0f;
	background-color: transparent;
	-webkit-transform: scale(1.07);
	transform: scale(1.07);}	
.footend{background-color: #bc0f0f;}
.smallborder1 {
    margin-left: calc(47% - 3px);
    width: 70px;
    height: 2px;
    background-color: #bc0f0f;}
.cnticons {
    width: 80px;
    height: 80px;
    border: 1px solid #d6d6d6;
    display: table;
    text-align: center;
    margin: 0 auto 30px auto;
    border-radius: 50%;}
.cnticons i {
    display: table-cell;
    vertical-align: middle;
    height: 75px;
    font-size: 32px!important;
    color: #bc0f0f;}
.contactbg {
    background-image: url("../images/bg2.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: auto;
    position: relative;}
.contactbg::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;}
.btn1 {
    padding: 19px 40px;
    font-size: 16px;
    font-weight: 700;
    color: #001436;
    background-color: #FFCF14;
    display: inline-block;
    text-transform: uppercase;
    -webkit-transition: 1s;
    transition: 1s;
    border-radius: 5px;}
.btn1:hover {background-color: #FFCF14; color: #001436; border-radius: 50px;}
.bggirl{padding: 40px 40px 420px; background-image: url("../images/sidebanner.jpg"); background-repeat: no-repeat; background-position: center bottom; height: 640px; width:100%;}
.text4{position: relative; padding: 0 0 30px 90px; margin-top: -44px;}
.w20{width: 20% !important;}
.lspad{padding-top:80px;}
.padht {transition: 0.5s; transform: translateY(0);}
.padht:hover {
	-webkit-transform: translateY(+10px);
	transform: translateY(-10px);
	cursor: pointer;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,0) !important;}
.w0{width:0%;}
.fixed{position:fixed; z-index:9999;}
.priceicn{width:60px;}
.priceicn2 {width: 130px;}
.point{bottom:10px;}
.point1{bottom:70px;}
.point2 {bottom: 10px; right: 10px;}
.blink img{
	-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;}}
@-moz-keyframes blink {
	0% {opacity: 1;}
	50% {opacity: 0;}
	100% {opacity: 1;}}
@-o-keyframes blink {
	0% {opacity: 1;}
	50% {opacity: 0;}
	100% {opacity: 1;}}
	

@media (min-width:5px) and (max-width:767.98px){
.pad{padding:40px 0;}
.img-about.dots::after{background: none; width: 0; height:0;}
.logo {width: 140px;}
.footpad {padding: 20px 0px 20px 0px;}
.lspad {padding-top: 20px;}
}

@media (min-width:768px) and (max-width:992.98px){
.pad{padding:40px 0;}	
}


#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 {
	font-family: 'helvatica', sans-serif;
	color: #000;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;}
.notfound p {
	font-family: 'helvatica', sans-serif;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 15px;
	margin-top: 5px;}
.notfound a {
	font-family: 'helvatica', sans-serif;
	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;
	-webkit-box-shadow: 0px 4px 15px -5px #0046d5;
	box-shadow: 0px 4px 15px -5px #0046d5;}

@media only screen and (max-width: 767px) {
.notfound .notfound-404 {height: 142px;}
.notfound .notfound-404 h1 {font-size: 112px;}
}