@import url('https://fonts.googleapis.com/css2?family=Jost&amp;family=RocknRoll+One&amp;display=swap');
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
html{scroll-behavior: smooth;}
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;}
.pfnt{font-size:15px;}
.logo{width:100%;}
.pad{padding:40px 0;}
.wrdbrk{white-space: pre;}
.box{display: -webkit-inline-box;}
.poppins{font-family: 'Jost', sans-serif; font-size:17px;}
.oswald{font-family: 'RocknRoll One', sans-serif;}
.clr{color: #ec2424!important;}
.fullpad{margin:0!important; padding:0!important;}
.icnfnt{font-size:18px;}
.navbg{background:#0072bc;}
.topbg{background:#ffea00;}
.topbrd{border-right: 1px solid black;}
.navfont{font-family: 'RocknRoll One', sans-serif; font-size:16px; letter-spacing:1px;}
.navbar{padding:0!important}
.navbar-light .navbar-nav .nav-link {color:white!important;}
.navbar-expand-lg .navbar-nav .nav-link {padding:1rem 2rem!important;}
.navbar-light .navbar-nav .nav-link:hover{background-color: #febc0f; color: black !important;}
.navbar-light .navbar-nav .active>.nav-link{background-color: #febc0f;
    color: black !important;
    font-weight: 900;}
.navbar button {background-color: #fff;}
.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;
}
.headfnt{font-size:65px;}
.section_tittle h2 {
    font-size: 35px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    padding-left: 195px;
    text-transform: capitalize;
    line-height: 24px;
}
.section_tittle h2::after {
    position: absolute;
    content: "";
    left: 0;
    top: 12px;
    width: 180px;
    height: 1px;
    background-color: #000;
}
.btn1 {
    padding: 12px;
    font-size: 16px;
    font-weight: 700;
    background-color:#0072bc;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    -webkit-transition: 1s;
    transition: 1s;
    border-radius: 5px;
}
.specialty-bg{
    background:url('../images/bgbottom.png');
}
.btn1:hover {background-color: #febc0f; color: #000; border-radius: 50px;}
#counter{background: rgba(black, .05);}
#counter li{flex: 1; text-align: center;}
#counter li span.percent:after { content: ""; display: inline-block;}
.bannerhead{font-size: 40px;}
.parallax {
  background-image: url("../images/parallax.jpg");
  height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallaxpad{padding:65px 0;}
.wt-title-small {position: relative; display: inline-block; margin-top: 0px;}
.wt-title-small:after {position: absolute; content: ''; width: 30px; height: 2px; right: -38px; top: 16px; background-color: #000;}
.bold-title {position: relative; z-index: 1; overflow: inherit;}
.bold-title h4::after {
    position: absolute;
    content: attr(data-title);
    color: rgba(210, 210, 210, 0.4);
    font-weight: 900;
    font-size: 72px;
    text-transform: uppercase;
    top: -10px;
    left: 0%;
    width: 100%;
    z-index: -1;
}
.icnfnt1{font-size:45px; padding-bottom: 25px;}
.why-choose-half-section {position: relative; z-index: 1;}
.why-choose-half-section:after {content: ""; position: absolute; top: 10%; right: 270px; width: 1000%; height: 80%; z-index: -1; background-color: #ec2424;}
.footer{background:url('../images/footerbg.jpg')!important;     background-size: contain !important;padding:70px 0 20px 0;}
.line {border-bottom: 1px solid #3d3d3d; margin-bottom: 20px;}
.footclr{color:#ffffff !important; font-size:16px;}
.footbg{background-color:black;}
.newpad{padding-top:90px;}
figure{margin:0rem!important;}
.categories_grid a img {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.categories_grid a:hover img {-webkit-transform: scale(1); transform: scale(1);}
.categories_grid a {
    display: block;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 5px;
}
.categories_grid a .wrapper {
    width: 100%;
    background: transparent;
    position: absolute;
    left:0;
    bottom: 0;
    line-height: 1;
    padding: 100px 20px 30px 20px;
	background: linear-gradient(to bottom, transparent, #9d0b0b);
}
.categories_grid a .wrapper h2 {
    color: #fff;
    font-weight: 400;
    font-size: 1.5rem;
    margin: 0;
    -webkit-transform: translateY(20px) translateZ(0);
    transform: translateY(20px) translateZ(0);
    -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.categories_grid a:hover h2 {-webkit-transform: translateY(-5px) translateZ(0); transform: translateY(-5px) translateZ(0);}
.categories_grid a .wrapper p {
    color: #fff;
    opacity: 0;
    margin: 0;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
    -webkit-transform: translateY(20px) translateZ(0);
    transform: translateY(20px) translateZ(0);
    -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition-delay: 0s;
}
.categories_grid a:hover p {
    opacity: 0.8;
    transition-delay: 0.2s;
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
}
.wt-title-small1 {position: relative; display: inline-block; margin-top: 0px;}
.wt-title-small1:after {position: absolute; content: ''; width: 50px; height: 2px; right: -60px; top: 28px; background-color: #000;}
.text2 {position: relative; padding: 0 0 0 28px; margin-top: -37px;}
.mt-100{margin-top:140px!important; z-index:2;}
.info-thumb {overflow: hidden; display: inline-block;}
.info-content {box-shadow: 0 0 50px 0 rgba(157,157,157,.3); position: relative; background: #fff; padding: 80px 75px 80px 40px;}
.info-content:after {content: ""; box-shadow: -35.355px 35.355px 50px 0 rgba(157,157,157,.3); position: absolute; right: 100%; top: 0; background: #fff; width: 70px;height: 100%;}
.owl-nav{display:none;}
.smallbrdr{border-bottom: 1px solid whitesmoke;}
.w0{width:0%;}
.wapp{width:60px;}
.point{bottom:15px!important; left:10px!important;}
.safetytipsbg {background-image: url("../images/safetytips.jpg"); background-repeat: no-repeat; background-size: cover; background-position: center;}
.text3 {position: relative; padding: 0 0 0 46px; margin-top: -52px;}
.icnclr1 {color: #559926; font-size: 30px;}
.icnclr2 {color: #b61818; font-size: 30px;}
.block-head {
    position: relative;
    margin-bottom: 20px;
    padding: 0 0 20px;
    border-bottom: 1px #cac9c9 solid;
    font-weight: normal;
    color: #333e48;
}
.font{font-size: 35px;}
.block-head::before {
    position: absolute;
    bottom: -3px;
    left: 20px;
    width: 35px;
    height: 5px;
    content: "";
    display: inline-block;
    background-color: #ec2424;
}
.block-head::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 80px;
    height: 1px;
    content: "";
    display: inline-block;
    background-color: #ec2424;
}
.bgcolor{background-image:linear-gradient(171deg, #600852, #7e00a3);}
.btn-effect2 {background: transparent; color: white; border: 1px solid white; padding: 10px 30px; transition: .5s;}
.btn-effect2:hover {background: white; color: black;}
.section-title-divider {width: 50px; height: 3px; background: #000; margin: 0 auto; margin-bottom: 20px;}
.gridbg{background: #f9f9f9d9;}
.marquee {width: 100%; overflow: hidden; font-size: 16px; line-height: 25px;}
.marqueebg{background-color:#0072bc;}
.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

@media (min-width: 5px) and (max-width: 767.98px){
.pad{padding:50px 0;}
.bannerhead{font-size: 25px;}
.headfnt{font-size:40px;}
.section_tittle h2 {font-size: 30px; padding-left: 15px; line-height: 35px;}
.section_tittle h2:after{background:none!important;}
.wt-title-small1:after {width: 20px; right: 0px;}
.secpad {padding: 7px !important;}
.smallcardcontent{padding:15px;}
.logofont{font-size:2rem!important;}
.categories_grid a .wrapper h2 {font-size: 15px;}
}


@media (min-width: 768px) and (max-width: 992.98px){
.pad{padding:50px 0;}
.bannerhead{font-size: 40px;}
.headfnt{font-size:50px;}
.smallcardcontent{padding:15px;}
.categories_grid a .wrapper h2 {font-size: 16px;}
.secpad {padding: 7px !important;}
}

#notfound {position: relative; height: 100vh;}
#notfound .notfound {position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
.notfound {max-width: 410px; width: 100%; text-align: center;}
.notfound .notfound-404 {height: 280px; position: relative; z-index: -1;}
.notfound .notfound-404 h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 190px;
	margin: 0px;
	font-weight: 900;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background: url('../images/bg.jpg') no-repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-size: cover;
	background-position: center;
}
.notfound h2 {
	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 0;
}
.notfound p {
	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 30px;
	margin-top: 0px;
}
.notfound a {
	font-family: 'Montserrat', 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;}
}

.clr2
{
	color:#fff;
}