@import url('https://fonts.googleapis.com/css2?family=Alkatra&family=Roboto+Slab&display=swap');
.alkatra{font-family: 'Alkatra';}
.roboto{font-family: 'Roboto Slab', serif;}
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-top:125px;}
.pad-contact{padding: 125px 0;}
.fullpad{padding: 0!important; margin:0!important;}
.wrdbrk{white-space:pre;}
.bold{font-family:'bold';}
html{scroll-behavior: smooth;}	
.clr-red{color:#dd1407;}
.clr-green{color: #0A7070;}
.clr-yellow{color: #ffcc02;}
.smallfont{font-size: 15px;}
.medium{font-family:'medium'; line-height: 28px;}
.marquee-bg{background-color:#eb0202;}
.marquee li {
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	list-style-type: none;
	display: inline-block;
	margin-bottom: 0px;
	padding-right: 15px;}
.sticky-top1{position: sticky; top: 0; z-index:2;}
.navfont{font-family: 'Alkatra';font-size: 17px;}
.navbar .navbar-nav .nav-link.active{color: #dd1407 !important;}
.navbar .navbar-nav .nav-link:hover{color: #dd1407 !important;} 
.nav-btn{background-color:#dd1407; color: white !important; padding: 10px 15px; line-height: 25px; font-size: 17px;}
.p10{padding: 10px;}
.pt65{padding-top: 65px;}
.f-right{float: right; padding-top: 10px; padding-bottom: 10px;}
.navbg{
	background-image: url(../images/navbg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	height:125px;}
.position{position: relative !important;top: -40px;}
.product{background-color: #fff; padding:30px; border-radius:15px; margin-bottom:35px; border:2px solid #dd1407;}
.productbtn {
	background-color: #dd1407;
	border-radius: 50px;
	border: none;
	color: #fff!important;
	text-align: center;
	font-size: 16px;
	padding: 8px;
	width: 130px;
	transition: all 0.5s;
	cursor: pointer;
	border:1px solid #dd1407;}
.productbtn{
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;}
.productbtn:after {
	content: '»';
	position: absolute;
	opacity: 0;  
	top: 0px;
	right: -20px;
	transition: 0.5s;
	font-size: 28px;}
.productbtn:hover{padding-right: 24px; padding-left:8px;}
.productbtn:hover:after {opacity: 1; right: 18px; top: -3px;}
/* .view_btn{background-color: #dd1407; color:#fff!important; width:150px; padding:10px 25px; border-radius:5px;} */
/* .whychoose{background-color: red;} */
.whychoose{
	background-image: url(../images/why_bg.png);
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: 2.5em;
	height: 42em;}
.why_box {
	background-color: #c90c0c;
	border: 2px dotted #fff;
	padding: 15px 10px;
	border-radius: 10px;
	margin-bottom: 30px;}
.why_after_img{position: relative; margin-top: -170px; z-index: 0;}
.smallborder1{width:70px; height:2px; background:gold;}
.parallax {
	background-image: url(../images/parallax.jpg);
	height: auto;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	position: relative;}
.parallax::before{
	background: #000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.3;
	position: absolute;
	top: 0;
	width: 100%;}
.btn1 {
	padding: 10px 20px;
	font-size: 16px;
	font-weight: 700;
	background-color: #dd1407;
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	-webkit-transition: 1s;
	transition: 1s;
	border-radius: 5px;}
.btn1:hover {background-color: #dd1407; color: #fff; border-radius: 50px;}
.icon i {color: #fff;font-size: 28px; background: #0A7070; width: 65px; height: 66px; line-height: 65px;border-radius: 50%; text-align: center;}
.iconr i {color: #fff; font-size: 28px; background: #dd1407; width: 65px; height: 66px; line-height: 65px;border-radius: 50%; text-align: center;}
.footer{
	background-image: url(../images/footer.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	height: auto;
	position: relative;
}
.footer::before{
	background: #000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.3;
	position: absolute;
	top: 0;
	width: 100%;
}
.info-box{
	text-align: center;
	padding: 20px 0 20px 0;
	border-radius: 10px;
	height: 215px;
	background: white;
  }
  .info-box i{
	font-size: 22px;
	color: #dd1407;
	border-radius: 50%;
	padding: 8px;
	border: 2px dotted red;
	width: 60px;
	height: 60px;
	line-height: 40px;
  }
.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;}


@media (min-width:1px) and (max-width:767.98px){
.pad{padding:120px 0;}
.position{position: relative; top: 0px;}	
.why_after_img{margin-top: 0;}
.whychoose {background-color: red; background-image: none; padding-top:25px; height:100%; display:block;}
}	

@media (min-width:768px) and (max-width:991.98px){
.pad{padding:120px 0;}
.position{position: relative; top: 0px;}	
.why_after_img{margin-top: 0;}
.whychoose {background-color: red; background-image: none; padding-top:25px; height:100%; display:block;}
.product-head{font-size: 30px;}
.product{background-color: #fff; padding:30px; border-radius:15px; margin-bottom:35px; border:2px solid #dd1407; height: 375px;}
}

#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: 'Montserrat', sans-serif;
	color: #000;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;}
.notfound p {
	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 15px;
	margin-top: 5px;}
.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;}
}

.time-of-year {
	color: #555;
	font-size: 24px;
	margin: 100px 75px 10px 75px;
	position: relative;
	text-align: center;
	width: 200px;
	transform: translateZ(0);
	-webkit-transform: translateZ(0); 
	-webkit-font-smoothing: antialiased;}
.time-of-year .tooltip {
	background: #db2a1b;
	opacity: 0;
	border-radius: 3px;
	bottom: -49px;
	font-size: 20px;
	display: block;
	left: -67px;
	padding: 15px;
	pointer-events: none;
	position: absolute;
	width: 320px;
	height: 100px;
	z-index: 1102;
	-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;
	width: 0;
	height: 0;
	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);}