@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;}
.bold { font-family: Arial, sans-serif; font-weight: 600;}
.medium{ font-family: helvetica, sans-serif; }
.navbg{background-image: linear-gradient(to right, #003466 , #1d1e77); padding:15px 0;}
.addresses > div {display: inline-block; margin-right: 35px; color: white;}
.addresses > div > i {float: left; position: relative;}
.addresses > div a {font-size: 14px; margin-bottom: 0; margin-left: 10px; color:white!important;}
.padht {transition: 0.5s; transform: translateY(0);}
.padht:hover {-webkit-transform: translateY(-10px); -ms-transform: translateY(-10px); transform: translateY(-10px);}
.phone {
    float: right;
    width: 282px;
    height: 70px;
    margin: 25px 10px 25px 10px;
    display: table;
    background: url(../images/png.png) no-repeat;
    border-left: transparent;}
.phone p {
    left: -25px;
    text-transform: uppercase;
    vertical-align: middle;
    display: table-cell;
    position: relative;
    color: #ce0000;
	font-size: 14px;}
.phone p::after {
    content: url(../images/phonecall.png);
    position: absolute;
    top: 12px;
    margin-left: 26px;}
.phone span {
    vertical-align: middle;
    display: table-cell;
    color: #292929;
    font-size: 13px;}	
.clr{color: #ce0000;}
.nav-bar .container-fluid {padding: 0 !important;}	
.navbg2 {background: linear-gradient(135deg, #ce0000  67%, hsl(346, 100%, 96%) 15%);}
.navbg1{background-color:#ce0000;}
.navfont{font-family: Arial, sans-serif; font-size: 17px; letter-spacing: 1px;}
.navbutton{background: white; padding: 20px 50px; color:#e31d1d;}
.nav-bar1 .container {padding: 0 !important; margin:0!important;}
.nav-bar1 .navbar{padding:0 10px 0 0!important;}
.navbar-light .navbar-nav .active>.nav-link{color: yellow!important;}
.navbar-light .navbar-nav :hover.nav-link{color: yellow!important;}
.navbar-light .navbar-toggler {border-color: white!important;}
.section-heading {
    font-size:40px;
    font-weight: 700;
    background: linear-gradient(-45deg, #9f00f9, #e62f2f);
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
button {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
}
button.learn-more {width: 12rem; height: auto;}
button.learn-more .circle {
    -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3rem;
    height: 3rem;
    background: #db2431;
    border-radius: 1.625rem;
}
button.learn-more .circle .icon {
    -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}
button.learn-more .circle .icon.arrow {
    -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
}
button.learn-more .circle .icon.arrow::before {
    position: absolute;
    content: '';
    top: -0.25rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
button.learn-more .button-text {
    -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.85rem;
    color: #282936;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase;
}
button:hover .circle {width: 100%;}
button:hover .circle .icon.arrow {background: #fff; -webkit-transform: translate(1rem, 0); transform: translate(1rem, 0);}
button:hover .button-text {color: #fff;}
.sectionbg1{background-color: #f1f1f1;}
.cardicn{font-size: 55px;color:#ce0000}   
.card-wrapper {padding: 2rem 2rem; border-radius: 30px; position: relative; height: 320px;}
.card-wrapper svg {position: absolute; top: 0px; left: 0; opacity: 0.3; transform: rotate(-3deg) scale(1.15);}
.card1{background: #fed9bd;}
.card2{background: #cdeaba;}
.card3{background: #f9f4b1;}
.card4{background: #aff0f6;}
.bigfont1{font-size:50px;}
.singlecard {background: #fff none repeat scroll 0 0; border-radius: 4px; margin-bottom: 20px; padding: 20px 20px; transition: box-shadow 400ms ease;}
.singlecard:hover {box-shadow: 0 6px 12px 0 rgba(114, 121, 146, 0.2); transition: box-shadow 400ms ease;}
.speciality {
    background-image: url("../images/parallax.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    position: relative;}
.speciality::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;}
#counter{background: rgba(black, .05);}
#counter li{flex: 1; text-align: center;}
#counter li span.percent:after { content: ""; display: inline-block;}
.counttext{color: #001436; font-size: 40px;}
.bannerhead {color: #001436; font-size: 40px; text-transform: uppercase; line-height: 1.3em;}
.count-box {padding: 30px 25px 10px 25px; position: relative; text-align: center; background: #fff;}
.count-box i {
    position: absolute;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 24px;
	background: #ec5221;
	border-radius: 50px;
	width: 55px;
	height: 55px;
	line-height: 50px;
	border: 2px solid #ED3421;}
.count-box i {font-size: 24px; color: #fff;}
.icon {margin-right: 1em;}
.icon i {
	color: #e62800;
	font-size: 22px;
	background: #efefef;
	width: 70px;
	height: 70px;
	line-height: 70px;
	border-radius: 50%;
	text-align: center;
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
	-webkit-transform: scale(1);
	transform: scale(1);
	display: inline-block;}
.feature-h:hover .icon i{
	border: 2px solid #660011;
	color: #660011;
	background-color: transparent;
	-webkit-transform: scale(1.07);
	transform: scale(1.07);
}	
.sectionbg1{background-color: #f1f1f1;}
.singlecard {background: #fff none repeat scroll 0 0; border-radius: 4px; margin-bottom: 20px; padding: 20px 20px; transition: box-shadow 400ms ease;}
.singlecard:hover {box-shadow: 0 6px 12px 0 rgba(114, 121, 146, 0.2); transition: box-shadow 400ms ease;}
.top {width: 100%; height: 6px; background: url("../images/footertop.png") left top repeat-x; float: left;}
.footer {margin-top: 6px; background-color: black; padding:70px 0px 20px 0px}
.txtclr {color: #e1d8d8;}
.title {border-bottom: 1px dotted #ddd; width: 200px;}
.section-title h1 span {
	display: inline-block;
	color: #fff;
	position: relative;
	border-radius: 50px;
	padding: 4px 20px;
	line-height: initial;
	font-size: 25px;
	background: #fe0000;
	margin-bottom: 15px;}
.section-title h1 span::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -8px;
	border-top: 8px solid #fe0000;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	margin-left: -8px;}
/* .parallax {
    background-image: url("../images/parallax1.jpg");
    height: auto;
    background-attachment: fixed;
    background-size: cover;
    background-position: right;
}
.bg-overlay {position: relative;}
.bg-overlay::after {
    z-index: 0;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(290deg, rgba(52, 53, 60, 0.14) 43%, #AE3131 44%);
} */
.box-bg {position: relative; z-index: 1;}
.toll-free-cta {
    background: white;
     display: inline-block;
     text-align: center;
     padding: 10px 30px 10px;
     position: relative;
     margin-top: 15px;
     font-size: 20px;
 }
 .toll-free-cta::before {
     bottom: 100%;
     left: 30px;
     border: solid transparent;
     content: " ";
     height: 0;
     width: 0;
     position: absolute;
     border-bottom-color: white;
     border-width: 20px;
 }
 .parallax1 {
	background-image: url("../images/newparallaxbanner.jpg");
	height: auto;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;}
.bg1-overlay {position: relative;}
.bg1-overlay::after {
	background-color: #070707b3;
	z-index: 0;
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;}
.btns {
    border-radius: 5px;
    color: #fff!important;
    cursor: pointer;
    display: inline-block;
    font-size: 14px!important;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
    padding: 20px 44px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    z-index: 1;}
.btns::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 55px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    z-index: -1;
    transition: .3s linear;}
.btns.btn-style-two::before {
    content: "";
    position: absolute;
    right: -13px;
    top: 0;
    height: 100%;
    width: 5px;
    transform: skewX(-16deg);
    z-index: 1;
    opacity: 1;
    background-image: none;
    bottom: 0;
    border-radius: 0;
    left: auto;
    background-color: #c91224;}
.btns.btn-style-two::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform: skewX(-16deg);
    z-index: -1;
    opacity: 1;
    background-image: none;
    bottom: 0;
    border-radius: 0;
    left: auto;
    background-color: #c91224;}
.btns.btn-style-two:hover::before {right: 0;}	
.owl-theme .owl-nav{display: none;}
.safetytipsbg {background-image: url("../images/safetytips.jpeg"); background-repeat: no-repeat; background-size: cover; background-position: center; padding:50px 0px;}	
.safety-tipsbg {background: url("../images/newconfetti.png"); background-size: contain; background-repeat: repeat;}
.clr-green{color:#0A7070;}
.clr-red{color:#D10024;}
.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;}
.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;}
.info-box {
    color: #444444;
    text-align: center;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 20px 0 20px 0;
    border-radius: 4px;
    height: 215px;
    background: #fddddd;}
.info-box i {
    font-size: 22px;
    color: #eb3800;
    border-radius: 50%;
    padding: 8px;
    border: 2px dotted #f98b8e;
    width: 60px;
    height: 60px;
    line-height: 40px;}	
.info-block{border: 10px groove #d51515; background: #fff; padding: 20px; margin-bottom: 20px; height: 350px;}	
.text1 {position: relative; padding: 0 0 0 30px; margin-top: -44px;}
.tagcloud a {background: #e31e0d; padding: 6px 10px; float: left; font-style: italic; font-size: 12px; margin: 0 5px 5px 0; color:white;}
.tagcloud a:hover {background:#30373e; color: #fff;}
.smallborder1{width:80px; height:2px; background-color: #e31e0d;}
.bg-footer {background-color: #e31e0d;}
.w0{width:0%;}
.fixed{position:fixed; z-index:2;}
.priceicn{width:50px;}
.priceicn2 {width: 180px;}
.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;}
.bigfont1 {font-size: 35px;}
.card-wrapper {padding: 1rem 1rem; height: 250px;}
.info-block {height: 425px;}
}	


@media (min-width:768px) and (max-width:991.98px){
.pad{padding:40px 0;}
.info-block {height: 420px;}
}


#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);}