@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;
}

.clr1 {
	color: #db2a1b !important;
}

.clr2 {
	color: #00296b !important;
}

.clr3 {
	color: #000000 !important;
}

.yellow-light {
	color: #fff47d;
}

.w-15 {
	width: 15% !important;
}

.navbar-light .navbar-nav .active>.nav-link {
	color: #db2a1b !important;
}

.copyrightbg {
	background-color: #db2a1b;
}

.bga1 {
	background: transparent linear-gradient(93deg, #ffee38, #fcbd24) 0 0 no-repeat padding-box;
}

.navbg {
	background: transparent linear-gradient(93deg, #ffee38, #fcbd24) 0 0 no-repeat padding-box;
}

.top-bg2 {
	background-image: url("../images/giphy.webp");
	background-position: center center;
	background-repeat: repeat;
	height: auto;
	position: relative;
}

.top-bg2::before {
	background: #000000a4 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 1.6;
	position: absolute;
	top: 0;
	width: 100%;
}

.navbar button {
	background-color: #db2a1b;
}

.smallfnt {
	font-size: 14px;
}

.marquee-head {
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	line-height: 25px;
	background: #f8e240;
	color: #000000;
}

.phone {
	float: right;
	width: 282px;
	height: 70px;
	margin: 25px 10px 25px 10px;
	display: table;
	background: url("../images/border.webp") no-repeat;
	border-left: transparent;
}

.phone p {
	left: -25px;
	text-transform: uppercase;
	vertical-align: middle;
	display: table-cell;
	position: relative;
	color: #ffe365;
	font-size: 14px;
}

.phone p::after {
	content: url("../images/phonecall.webp");
	position: absolute;
	top: 12px;
	margin-left: 26px;
}

.phone span {
	vertical-align: middle;
	display: table-cell;
	color: #292929;
	font-size: 13px;
}

.pricelist_pdf {
	padding: 10px 20px !important;
	background-color: #f00;
	color: #fff !important;
	border: 0;
	border-radius: 10px;
	font-weight: bold;
	display: inline-block;
}

.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;
}

.font {
	font-size: 45px;
}

.wel-head {
	position: relative;
	z-index: 1;
	padding-bottom: 30px;
}

.wel-head .mask-img {
	-webkit-mask-image: url("../images/mask_img.png");
	mask-image: url("../images/mask_img.png");
	-webkit-mask-size: 100%;
	mask-size: 100%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	height: 472px;
	width: 417px;
	margin: 0 auto;
}

.wel-head .mask-img img {
	max-width: unset;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wel-head .shape img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
}

.experience-year {
	position: relative;
	width: 150px;
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #d72005;
	border: 4px solid #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 0;
}

.block-head {
	position: relative;
	margin-bottom: 20px;
	padding: 0 0 20px;
	border-bottom: 1px #cac9c9 solid;
	font-weight: bold;
	color: #559926;
}

.block-head::before {
	position: absolute;
	bottom: -3px;
	left: 20px;
	width: 35px;
	height: 5px;
	content: "";
	display: inline-block;
	background-color: #559926;
}

.block-head::after {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 80px;
	height: 1px;
	content: "";
	display: inline-block;
	background-color: #559926;
}

.block-head1 {
	position: relative;
	margin-bottom: 20px;
	padding: 0 0 20px;
	border-bottom: 1px #cac9c9 solid;
	font-weight: bold;
	color: #b61818;
}

.block-head1::before {
	position: absolute;
	bottom: -3px;
	left: 20px;
	width: 35px;
	height: 5px;
	content: "";
	display: inline-block;
	background-color: #ec2424;
}

.block-head1::after {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 80px;
	height: 1px;
	content: "";
	display: inline-block;
	background-color: #ec2424;
}

.icnclr1 {
	color: #559926;
	font-size: 40px;
}

.text4 {
	position: relative;
	padding: 0 0 0 46px;
	margin-top: -62px;
}

.icnclr2 {
	color: #d72005;
	font-size: 40px;
}

.sticky-top1 {
	position: sticky;
	top: 0;
}

.sigma_icon-block.icon-block-7.text-center {
	max-width: 100%;
}

.sigma_icon-block.icon-block-7 {
	padding: 40px;
	height: 300px;
}

.experience-year .icon {
	width: 80px;
	height: 80px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f7a400;
	color: #fff;
	line-height: 0;
	font-size: 36px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.experience-year .content .circle {
	position: absolute;
	margin-bottom: 0;
	font-size: 15px;
	text-transform: uppercase;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
}

.rotateme {
	-webkit-animation-name: rotateme;
	animation-name: rotateme;
	-webkit-animation-duration: 10s;
	animation-duration: 10s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

@keyframes rotateme {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

.experience-year .content .circle span {
	position: absolute;
	top: -64px;
	display: inline-block;
	transform-origin: 0 64px;
}

.headfont {
	font-size: 45px;
}

.mix-font {
	background: linear-gradient(97.34deg, #F10904 25.43%, #F10904 25.44%, #F30905 25.44%, #FCC326 55.55%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.count-number {
	font-size: 40px;
	font-weight: bold;
	color: #000;
}

.glow {
	animation-name: wobble;
	animation-duration: 2.5s;
	animation-iteration-count: infinite;
	animation-fill-mode: both;
}

@keyframes wobble {
	0% {
		transform: translateX(0%);
	}

	15% {
		transform: translateX(-25%) rotate(-5deg);
	}

	30% {
		transform: translateX(20%) rotate(3deg);
	}

	45% {
		transform: translateX(-15%) rotate(-3deg);
	}

	60% {
		transform: translateX(10%) rotate(2deg);
	}

	75% {
		transform: translateX(-5%) rotate(-1deg);
	}

	100% {
		transform: translateX(0%);
	}
}

.sidetitle {
	margin-bottom: 22px;
	border-color: #fe0000;
	display: block;
	border-width: 0 0 0 3px;
	border-style: solid;
	padding-left: 15px;
	margin: 0 0 20px;
}

.list li {
	position: relative;
	width: 45%;
	font-size: 2px;
	line-height: 26px;
	color: #282932;
	min-height: 50px;
	margin-bottom: 0px;
	padding: 12px 0px 12px 52px;
}

.list li i {
	position: absolute;
	left: -7px;
	top: -6px;
	font-size: 65px;
	line-height: 50px;
	font-weight: 400;
}

.sidetitle {
	margin-bottom: 22px;
	border-color: #fe0000;
	display: block;
	border-width: 0 0 0 3px;
	border-style: solid;
	padding-left: 15px;
	margin: 0 0 20px;
}

.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.7;
	position: absolute;
	top: 0;
	width: 100%;
}

.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%;
}

.site-title {
	font-weight: 700;
	text-transform: capitalize;
	font-size: 40px;
	color: #000;
	margin-bottom: 0;
}

.parallax-top svg {
	rotate: 180deg;
}

.parallax-bottom svg {
	position: relative;
	bottom: 5px;
	rotate: 360deg !important;
}

.countbg {
	color: #fff;
	background: url("../images/footerimg.webp") no-repeat scroll;
	background-color: #ed640d;
	padding: 50px 0;
}

.radius25 {
	border-radius: 10px;
}

.toll-free-cta {
	background: transparent linear-gradient(93deg, #00750a, #003905) 0 0 no-repeat padding-box;
	display: inline-block;
	text-align: center;
	padding: 15px 45px 10px;
	position: relative;
	margin-top: 25px;
	font-size: 22px;
	border-radius: 10px;
}

.toll-free-cta::before {
	bottom: 100%;
	left: 55px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	border-bottom-color: #00750a;
	border-width: 20px;
	border-radius: 3x;
}

.circle-stats {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 60px;
	padding: 60px 20px;
	flex-wrap: wrap;
	background: #fff;
}

.circle-wrapper {
	text-align: center;
}

.outer-circle {
	width: 250px;
	height: 250px;
	border-radius: 50%;
	background: #3490c9;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.inner-circle {
	width: 150px;
	height: 150px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.count-number {
	font-size: 40px;
	font-weight: bold;
	color: #000;
}

.footer {
	background: #fdc300;
	padding: 80px 0 10px 0;
}

svg {
	position: relative;
	rotate: 180deg;
	display: block;
	width: 100%;
	height: auto;
	fill: #fdc300;
	position: relative;
	bottom: -3px;
}

.cnt-footer {
	background: #ed1c24;
}

.footer__title {
	position: relative;
	z-index: 1;
}

.footer__title .bg {
	color: #014d73;
	display: inline-block;
	padding-right: 12px;
	background: #fdc300;
	font-size: 22px;
}

.footer__title::after {
	position: absolute;
	left: 0;
	top: 15px;
	height: 1px;
	width: 100%;
	background: #967300;
	content: "";
	z-index: -1;
}

.tagcloud {
	margin: 35px 0;
}

.tagcloud a {
	background: #ed640d;
	padding: 6px 10px;
	float: left;
	font-style: italic;
	font-size: 12px;
	margin: 0 5px 5px 0;
	color: #fff !important;
	border-radius: 4px;
}

.footer__copyright {
	border-top: 1px solid #967300;
	text-align: center;
	padding: 10px 0px 0px;
}

.dk-footer-box-info {
	position: absolute;
	top: -160px;
	background: #fff;
	padding: 25px;
	border-radius: 20px;
	left: 2px;
	right: 16px;
	box-shadow: 4px 5px 10px rgb(35 35 35 / 75%);
}

.text1 {
	position: relative;
	padding: 0 0 0 25px;
	margin-top: -42px;
}

.footer-shape {
	position: absolute;
	right: 0;
	top: 132%;
	-webkit-transform: translatey(-50%);
	transform: translatey(-50%);
	pointer-events: none;
	max-width: 350px;
}

.get_btn1 {
	display: inline-block;
	padding: 0px 35px;
	border: 2px solid #d72005;
	line-height: 50px;
	background-color: #d72005;
	font-size: 16px;
	border-radius: 50px;
	color: #fff;
	font-weight: bold;
	position: relative;
	z-index: 2;
	overflow: hidden;
	-webkit-transition: color .5s;
	transition: color .5s;
	animation: tada 2s ease-in-out infinite;
}

.get_btn1:hover {
	color: #000;
}

.get_btn1::before {
	content: "";
	position: absolute;
	z-index: -1;
	background: #fdc300;
	height: 250px;
	width: 300px;
	border-radius: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 100%;
	-webkit-transition: all .7s;
	transition: all .7s;
}

.get_btn1:hover::before {
	bottom: -50px;
}

.youtube_icns {
	position: absolute;
	right: 7%;
	bottom: 56%;
}

@keyframes tada {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}

	10%,
	20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
		transform: scale3d(.9, .9, .9) rotate(-3deg);
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
	}

	100% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.header-text {
	position: relative;
	width: 100%;
	z-index: 2;
	padding-bottom: 50px;
}

.header-shadow-text {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: -20px;
	width: 100%;
	text-transform: uppercase;
	text-align: center;
	font-size: 95px;
	line-height: 70px;
	color: rgba(0, 109, 9, 0.1);
	z-index: 1;
}

.header-text .h1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 200;
	font-weight: 600;
}

.header-text p {
	padding-top: 60px;
	text-align: center;
	opacity: .6;
	z-index: 200;
}

.image-feature figcaption {
	position: absolute;
	top: 0;
	padding: 2.5em 2em 0;
	color: #fff;
	text-align: left;
	pointer-events: none;
}

.image-feature figcaption strong {
	font-size: 24px;
	line-height: 1.55;
	letter-spacing: -.3px;
}

.image-feature img {
	position: relative;
	z-index: -1;
	min-height: 200px;
	transition: .25s ease-in-out;
	transform-origin: left top;
	object-fit: cover;
}

.image-feature a:hover img {
	transform: scale(1.1);
}

.image-feature a::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .45);
	content: "";
	transition: .15s ease-in-out;
}

.image-feature figure>a {
	display: inline-block;
}

.image-feature a {
	overflow: hidden;
	position: relative;
}

.cat-btn {
	background-color: #fd4f00;
	color: #fff !important;
	padding: 7px 14px;
	border-radius: 5px;
	width: 105px;
	font-size: 14px;
}

.btn2 {
	padding: 15px 35px;
	font-size: 16px;
	font-weight: 700;
	background: linear-gradient(90deg, #d03e00, #c22200);
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	-webkit-transition: 1s;
	transition: 1s;
	border-radius: 5px;
	width: 200px;
}

.btn2:hover {
	background: linear-gradient(90deg, #d03e00, #c22200);
	color: #fff;
	border-radius: 50px;
}

.docard {
	border: 2px solid #003905db;
	border-radius: 25px;
}

.docardheading {
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #003905db;
	padding: 10px 0px 10px 0px;
	border-radius: 20px 20px 0 0;
}

.docardheadingbottom {
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #003905db;
	padding: 20px 0px 20px 0px;
	border-radius: 0px 0px 20px 20px;
}

.dontcard {
	border: 2px solid #d72005;
	border-radius: 25px;
}

.dontcardheading {
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #d72005;
	padding: 10px 0px 10px 0px;
	border-radius: 20px 20px 0 0;
}

.dontcardheadingbottom {
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #d72005;
	padding: 20px 0px 20px 0px;
	border-radius: 0px 0px 20px 20px;
}

.greenclr1 {
	color: #5d8700
}

.greenclr2 {
	color: #77b255
}

.redclr1 {
	color: #d72005;
}

.redclr2 {
	color: #dd2f45;
}

.cnticons {
	width: 80px;
	height: 80px;
	border: 2px solid #d72005;
	display: table;
	text-align: center;
	margin: 0 auto 30px auto;
	border-radius: 50%;
}

.cnticons i {
	font-size: 30px !important;
	color: #d72005;
}

.cnticons i {
	display: table-cell;
	vertical-align: middle;
	height: 75px;
	font-size: 30px !important;
	color: #d72005;
}

.lib-qualities ul {
	list-style: none;
	margin: 30px 0 0 0;
	float: left;
	width: 100%;
}

.lib-qualities ul li {
	float: left;
	width: 100%;
	padding: 15px 0 15px 50px;
	position: relative;
}

.lib-qualities ul li i {
	position: absolute;
	height: 60px;
	width: 60px;
	left: -30px;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .3);
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}

.lib-qualities ul li i {
	font-size: 35px;
	line-height: 56px;
	text-align: center;
}

.lib-qualities ul li h2 {
	font-size: 16px;
	text-transform: uppercase;
	color: #5d5d5d;
	margin: 0 0 10px 0;
}

.lib-qualities ul li p {
	margin: 0;
}

.lib-qualities ul li i:hover {
	background-color: #0b75a9;
}

.lib-qualities ul li:hover i {
	color: #fff !important;
	background: transparent linear-gradient(93deg, #f70905, #c80700) 0 0 no-repeat padding-box;
}

.lib-qualities ul li:nth-child(2) {
	margin: 0 70px;
}

.bglightbrd {
	background: beige;
	border-radius: 15px;
}

.float-bob-x {
	-webkit-animation-name: float-bob-x;
	animation-name: float-bob-x;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

@keyframes float-bob-x {
	0% {
		-webkit-transform: translateX(30px);
		transform: translateX(30px);
	}

	50% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}

	100% {
		-webkit-transform: translateX(30px);
		transform: translateX(30px);
	}
}

.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;
	}

	.ord1 {
		order: 2;
	}

	.ord2 {
		order: 1;
	}

	.w-15 {
		width: 50% !important;
	}

	.header-shadow-text {
		top: -13px;
		margin-top: -20px;
		font-size: 53px;
	}

	.wel-head .mask-img {
		height: 370px;
		width: 320px;
	}

	.headfont {
		font-size: 25px;
	}

	.outer-circle {
		width: 160px;
		height: 160px;
	}

	.site-title {
		font-size: 30px;
	}

	.dk-footer-box-info {
		position: relative;
		top: 0;
	}

	.list li {
		position: relative;
		width: 100%;
	}

	.lib-qualities ul li:nth-child(2) {
		margin: 0;
	}
}

@media (min-width:768px) and (max-width:991.98px) {
	.pad {
		padding: 40px 0;
	}

	.ord1 {
		order: 2;
	}

	.ord2 {
		order: 1;
	}

	.w-15 {
		width: 50% !important;
	}

	.lib-qualities ul li:nth-child(2) {
		margin: 0 40px;
	}

	.list li {
		position: relative;
		width: 100%;
	}

	.dk-footer-box-info {
		position: relative;
		top: 0;
	}

	.site-title {
		font-size: 30px;
	}

	.headfont {
		font-size: 35px;
	}

	.outer-circle {
		width: 300px;
		height: 300px;
	}
}

#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);
}