@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;line-height:26px;}
.navbar-light .navbar-nav .active > .nav-link {color:#f00000!important;}
.marquee {width: 100%;overflow: hidden!important; font-size: 14px;line-height:20px;background-color:#1c014e;color: #ffffff;}
.clr1{color:#db2a1b;}
.clr2{color:#062284;}
.clr3{color:#000000;}
.pricelist_pdf {
	padding: 10px 20px !important;
	background-color: #f00000;
	color: #fff !important;
	border: 0;
	border-radius: 10px;
	font-weight: bold;
	display: inline-block;}
.shape{background-image:url("../images/shape.png");}
.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%;}
.categories_grid a .wrapper {
    width: 100%;
    position: absolute;
    left:0;
    bottom: 0;
    line-height: 1;
    padding: 30px 5px 30px 5px;
	background: linear-gradient(to bottom, transparent, #000);}
.categories_grid a .wrapper .headh2 {
    color: #fff;
    font-size: 25px;
    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 .headh2 {-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;
    -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);}
	.fullimg{width:100%; height:100%;}
.owl-nav{display:none;}
.owl-dots{display:none;}
.text1 {position: relative;padding: 5px 0 0 30px;margin-top: -51px;}
.parallaxa1 {
	background-image: url("../images/parallaxa1.webp");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	height: auto;
	position: relative;}
.parallaxa1::before {
	background: #000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;}
.parallaxa2 {
	background-image: url("../images/parallaxa2.webp");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	height: auto;
	position: relative;}
.parallaxa2::before {
	background: #000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;}
.why-choose-half-section::after {content: "";position: absolute;top: 10%;right:495px;width: 1000%;height: 85%;z-index: -1;background:#f00;}
.w35 { width: 35% !important;}
.text4 {position: relative;padding: 0 0 30px 130px;margin-top: -65px;}
.border-bottom {border-bottom: 1px solid #dee2e6 !important;}
.w35 {width: 35% !important;}
.brand-item:hover img {transform: scale(0,0);}
.brand-item:hover .brand-hover {transform: scale(1,1);}
.brand-item img{transition: all 500ms ease; -webkit-transition: all 500ms ease;} 
.brand-item img{display: inline-block;} 
.brand-item .brand-hover{transform: translateY(100%);-webkit-transform: translateY(100%);}
.brand-item .brand-hover{position:absolute;}
.brand-item .brand-hover{top:0;right:0;left:0;bottom:0;}
.counttext, .bannerhead {color:#db2a1b;font-size: 45px;font-weight: 700;}
.blocka1 {
	background:beige;
	border-radius: 100px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	padding:4px 7px;
	display: flex;
	align-items: center;
	gap: 20px;}
.blocka1::after {
	content: "";
	background-image: url("../images/illusz.webp");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	mix-blend-mode: multiply;
	z-index: -1;
	opacity: 0.15;}
.blocka1-icon{
	max-width: 62px;
	width: 100%;
	height: 62px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	font-size: 30px;
	color: #062284;
	transition: all 0.4s ease-in-out;
	position: relative;
	z-index: 1;}
.blocka1-icon::after {
	content: "";
	position: absolute;
	top: 0%;
	height: 0;
	width: 0;
	left: 50%;
	background-color:#062284;
	border-radius: 50%;
	transition: all 0.4s ease;
	z-index: -1;}
.blocka1:hover .blocka1-icon::after {top: 0%;height: 100%;width: 100%;left: 0%;}
.blocka1:hover {box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;background-color:#f7d0de2e;}
.blocka1:hover .blocka1-text {color: #e90000;}
.blocka1:hover .blocka1-icon {color: beige;}
.blocka1:hover .blocka1-icon i {animation: top-bottom 0.4s ease-in-out;}
@keyframes top-bottom {
	0% {transform: translateY(0px);}
	50% {transform: translateY(6px);}
	100% {transform: translateY(0px);}}
.about-section3-img::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(244, 143, 132, 0.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;}
.about-section3-img:hover::before {-webkit-animation: circle .75s; animation: circle .75s;}
.btn2 {
	padding: 12px 30px;
	font-size: 16px;
	font-weight: 700;
	background-color: #ec2424;
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	-webkit-transition: 1s;
	transition: 1s;
	border-radius: 5px;}
.btn2:hover {background-color: #ff0; color: #000; border-radius: 50px;}	
@keyframes circle {
	0% {opacity: 1;}
	40% {opacity: 1;}
	100% {
	width: 200%;
	height: 200%;
	opacity: 0;}}
.cnticons{
	width: 80px;
	height: 80px;
	border: 2px solid #db2a1b;
	display: table;
	text-align: center;
	margin: 0 auto 30px auto;
	border-radius: 50%;
	background-color:#db2a1b;}
.cnticons i {font-size: 30px !important;color:#fff;}
.cnticons i {display: table-cell;vertical-align: middle;height: 75px;font-size: 30px !important;color:#fff;}
.tagcloud a {
	background: transparent linear-gradient(93deg,#ffee38,#fcbd24) 0 0 no-repeat padding-box;
	border-radius:2px;
	padding: 6px 10px;
	float: left;
	font-style: italic;
	font-size: 12px;
	margin: 0 5px 5px 0;
	color: #000!important;}
.copyrightbg {background-color: #00205f !important;}
.welcomebg {background: #ff000c17 url("../images/welcomebg.webp");background-size: contain;background-repeat:no-repeat;}
.footer {background-image: url("../images/footerimg.webp");background-color: #1c014e;background-size: contain;background-position: bottom center;background-repeat: no-repeat;color: #fff !important;}
.headft1 {border-bottom: 1px solid #ffffff5e;font-size: 30px;margin-bottom: 30px;padding-bottom: 26px;}
.footer-quick-links li {padding-right: 10px;padding-left: 10px;border-right: thin #fff solid;}
.td-list-inline li {display: inline-block;}
.details {border:1px solid #ffffff5e;padding: 22px 0;}
.retail1 {padding-left: 20px;}
.border_left {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 2px;
	height: 100%;
	background: #073B8C;}
.border-long::before {
	content: "";
	position: absolute;
	top: 125px;
	left: 0;
	width: 2px;
	height: 8px;
	background: #efef70;}
.box-green{border-radius: 8px;color: #fff;height: 100px;margin: 10px 0;padding: 12px;background-color: green;}
.safe-list {align-items: center;display: flex;}
.safe-icon svg {font-size: 37px;}
.title {border-radius: 10px;color: #fff;display: inline-block;font-size: 20px;padding: 12px 30px;}
.bg-green {background-color: #038403;}
.bgred{background-color:red;}
.box-red{border-radius: 8px;color: #fff;height: 100px;margin: 10px 0;padding: 12px;background-color:red;}
.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;}
}	

@media (min-width:768px) and (max-width:991.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 {
	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);}