@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;}
.francois{font-family: helvetica, sans-serif;}
.roboto{font-family: helvetica, sans-serif; line-height:30px;}
.topbrd {border: 5px solid #d2151e;}
.clr{color:#d2151e;}
.navfont{font-family: Arial, sans-serif; font-size: 20px;}
.navbar-light .navbar-nav .active > .nav-link{color:#d2151e!important;}
.navbar button {background-color: #d01313;}
.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(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")!important;
}
.btn1{padding:10px 15px; font-size: 15px;}
.logofnt{font-size: 40px;}
.button {
	cursor: pointer;
	-webkit-animation: glowing 1500ms infinite;
	-moz-animation: glowing 1500ms infinite;
	-o-animation: glowing 1500ms infinite;
	animation: glowing 1500ms infinite;
}
@keyframes glowing {
	0% {background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000;}
	50% {background-color: #FF0000; -webkit-box-shadow: 0 0 20px #FF0000;}
	100% {background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000;}
}
@-webkit-keyframes glowing {
	0% {background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000;}
	50% {background-color: #FF0000; -webkit-box-shadow: 0 0 20px #FF0000;}
	100% {background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000;}
}
.parallax {
	background-image: url("../images/parallaxhome.jpg");
	min-height: 500px; 
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}	
.fnt1{font-size: 14px;}
.type {
    background-image: url("../images/image.png");
    border: none;
    height: 21px;
    background-repeat: repeat-x;
    padding: 0;
    margin-top: -10px;
    width: 100%;
}
.speciality {
    background-image: url("../images/speciality.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 30px 25px 30px;
    width: 100%;
    position: relative;
    text-align: center;
    background: #fff;
}
.count-box i {
    position: absolute;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 24px;
	background: #d2151e;
	border-radius: 50px;
	width: 55px;
	height: 55px;
	line-height: 50px;
	border: 1px solid #d2151e;
}
.count-box i{font-size: 24px; color: #fff;}
.bgback{background: #ffdfde;}
.fullpad{margin:0!important; padding:0!important;}
.headfnt{font-size: 55px;}
.buttonhero2 {
	display: inline-block;
	margin: 0 auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0px 3px rgba(128,128,128,1), 0px 4px rgba(118,118,118,1), 0px 5px rgba(108,108,108,1), 0px 6px rgba(98,98,98,1), 0px 7px rgba(88,88,88,1), 0px 8px rgba(78,78,78,1), 0px 14px 6px -1px rgba(128,128,128,1);
	transition: -webkit-box-shadow .1s ease-in-out;
	-webkit-transition: -webkit-box-shadow .1s ease-in-out;
}
.buttonhero2 span {
	background-color: #D2151E;
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(50%,rgba(255,255,255,0)),color-stop(50%,rgba(255,255,255,0.3)),color-stop(100%,rgba(255,255,255,0.2)));
	background-size: 100%, 100%, 100%, 4px 4px;
	border-radius: 10px;
	transition: -webkit-transform .1s ease-in-out;
	display: inline-block;
	padding: 10px 40px 10px 40px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 22px;
}
.buttonhero2:active {
	box-shadow: 0px 3px rgba(128,128,128,1),0px 4px rgba(118,118,118,1),0px 5px rgba(108,108,108,1), 0px 6px rgba(98,98,98,1),0px 7px rgba(88,88,88,1),0px 8px rgba(78,78,78,1), 0px 10px 2px 0px rgba(128,128,128,.6);
}
.buttonhero2:active span {-webkit-transform: translate(0, 5px); transform: translate(0, 5px);}
.footer {background-image: url("../images/footer.jpg"); background-size: cover;}
.footer__call {position: relative; top: -50px;}
.footer__call__content {background: #d2151e; padding: 30px 55px 25px 45px; border-radius: 10px;}
.footer__call__number {overflow: hidden;}
.footer__call__number__icon {float: left; margin-right: 35px;}
.footer__call__number__text, .icon-content {overflow: hidden;}
.footer__title , .sr-iconbox1 .icon-lg {position: relative; z-index: 1;}
.footer__title h4 {color: #2871ef; display: inline-block; padding-right: 12px; background: #142336;}
.footer__title::after {
    position: absolute;
    left: 0;
    top: 15px;
    height: 1px;
    width: 100%;
    background: #444;
    content: "";
    z-index: -1;
  }
.footer__copyright {border-top: 1px solid #fff; padding: 15px 0px;}
.text1 {position: relative; padding: 0 0 0 27px; margin-top: -42px;}	
.wapp{width:50px;}
.w0{width:0%;}
.fixed{position:fixed; z-index:2;}
.priceicn{width:60px;}
.priceicn2 {width: 100px;}
.point{bottom:10px; left:5px;}
.point1{bottom:70px; left:5px;}
.point2 {bottom: 10px; right: 10px;}
.blink img{
    -webkit-animation: blink 1s;animation: blink 1s;
    -webkit-animation-iteration-count: infinite;animation-iteration-count: infinite;
    -moz-animation: blink 1s;animation: blink 1s;
    -moz-animation-iteration-count: infinite;
    -o-animation: blink 1s;animation: blink 1s;
    -o-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;
    }
}
.text2 {position: relative; padding: 0 0 0 50px; margin-top: -49px;}

@media (min-width:5px) and (max-width:767.98px){
.pad{padding:40px 0;}
.headfnt{font-size: 40px;}
.footer__call {top: -40px;}
.footer__call__number {float:none; margin-top: 30px;}
.footer__call__number__icon {float:none; margin-right:0;}
.footer__call__number__text {padding-top:26px;}
.footer__call__content {padding: 40px 20px;}
.logofnt{font-size: 30px;}
}

@media (min-width:768px) and (max-width:992.98px){
.pad{padding:40px 0;}	
.headfnt{font-size: 40px;}
.footer__call {top: -40px;}
.footer__call__number {float: none;margin-top: 30px;}
.footer__call__number__icon {float: none; margin-right: 0;}
.footer__call__number__icon {float: left; margin-right: 35px;}
.footer__call__content {padding: 30px 10px;}
}

#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: helvetica, sans-serif;
	color: #000;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;}
.notfound p {
	font-family: helvetica, sans-serif;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 15px;
	margin-top: 5px;}
.notfound a {
	font-family: helvetica, 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;
	transform: translateZ(0); 
	-webkit-transform: translateZ(0); 
	-webkit-font-smoothing: antialiased; 
}
.time-of-year .tooltip {
	background: #ee6e6e;
	border-radius: 3px;
	bottom: -49px;
	font-size: 20px;
	display: block;
	left: -67px;
	opacity: 0;
	padding: 15px;
	pointer-events: none;
	position: absolute;
	width: 320px;
	z-index: 1102;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all .7s ease-out;
	-moz-transition: all .7s ease-out;
	transition: all .7s ease-out;
	height: 100px;
}
.time-of-year .tooltip::after {
	border-left: solid transparent 10px;
	border-right: solid transparent 10px;
	border-top: solid #ee6e6e  10px;
	bottom: 58px;
	content: " ";
	height: 0;
	left: 0%;
	margin-left: -13px;
	position: absolute;
	width: 0;
	transform: rotate(92deg);
}
.time-of-year:hover .tooltip {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
.text5 {
	position: relative;
	padding: 0 0 0 27px;
	margin-top: -35px;
}