@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;}
.copyrightbg {background-color:#00205f!important;}
.marquee-head {width: 100%;overflow: hidden;font-size: 14px;line-height: 25px;  background:#f03333;color: #fff;}
.clr1{color:#db2a1b;}
.clr2{color:#062284;}
.clr3{color:#000000;}
.top-bg2 {
	background-image: url("../images/giphy.webp");
	background-position: center center;
	background-repeat: repeat;
	height: auto;
	position: relative;}
.top-bg2::before {
	background: #000c none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.8;
	position: absolute;
	top: 0;
	width: 100%;}
.logo{position: relative;width: 165px;}
.navbg{background:#00205f; border-top:3px solid #fdc300; border-bottom:3px solid #fdc300;}
.navfont{font-family: Arial, sans-serif; font-size: 15px;}
.navbar-light .navbar-nav .nav-link {color: #fff !important;}
.navbar-light .navbar-nav .active > .nav-link {color: #fdc300!important;}
.navbar-light .navbar-nav .active>.nav-link:hover{color: #fdc300 !important;}
.navbar-light .navbar-nav .nav-link:hover {color: #fff!important;}
.navbar-light .navbar-toggler {border-color: #fff!important;cursor: pointer;}
.phone{float: right;width: 282px;height: 70px;margin: 25px 10px 25px 10px;display: table;background: url("../images/phonebg.webp") no-repeat;border-left: transparent;}
.phone p {left: -25px;text-transform: uppercase;vertical-align: middle;display: table-cell;position: relative;color: #062284;font-size: 14px;}
.phone p::after {content: url("../images/phone.webp");position: absolute;top: 12px;margin-left: 16px;}
.phone p {text-transform: uppercase;color: #062284;font-size: 14px;}
.phone span {vertical-align: middle;display: table-cell;color: #1b1b1b;font-size: 13px;}
.glow {animation-name: wobble;animation-duration: 2.5s;animation-iteration-count: infinite;animation-fill-mode: both;}
.pricelist_pdf {padding: 10px 20px !important;background-color: #f00;color: #fff !important;border: 0;border-radius: 10px;
font-weight: bold;display: inline-block;}
.footer-shape svg {
	rotate: 180deg;
	display: block;
	width: 100%;
	height: auto;
	fill: #00205f;
	position: relative;
	bottom: -3px;}
.footer-shape svg {fill: #00205f;}
.footerbg {background-color: #00205f;position: relative;}
.text1 {position: relative;padding: 5px 0 0 30px;margin-top: -51px;}
.tagcloud a {
	background: transparent linear-gradient(93deg,#ffee38,#fcbd24) 0 0 no-repeat padding-box;
	padding: 6px 10px;
	float: left;
	font-style: italic;
	font-size: 12px;
	margin: 0 5px 5px 0;
	color:#000!important;
	border-radius: 4px;}
.offerbg {background: linear-gradient(90deg, #00205f 39%, #f03333 15%) !important;color: #fff;}
.round-planet{
	width: 250px;
	height: 250px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 39%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 0;}
.round-planet .shape{position: absolute;}
.round-planet .shape1{
	width: 240px;
	height: 240px;
	background: url("../images/gift.png") no-repeat;
	-webkit-animation: spin2 10s linear infinite;
	animation: spin2 10s linear infinite;}
@-webkit-keyframes spin2 {
	0% {-webkit-transform: rotate(0deg) translateY(-70px);transform: rotate(0deg) translateY(-70px); }
	100% {-webkit-transform: rotate(360deg) translateY(-70px);transform: rotate(360deg) translateY(-70px); }}
@keyframes spin2 {
	0% {-webkit-transform: rotate(0deg) translateY(-70px);transform: rotate(0deg) translateY(-70px); }
	100% {-webkit-transform: rotate(360deg) translateY(-70px);transform: rotate(360deg) translateY(-70px);}}
.service-item {position: relative; border-radius: 8px; box-shadow: 0 0 45px rgba(0, 0, 0, .07);}
.service-item .service-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 8px;
    overflow: hidden;
    z-index: -1;}
.service-item .service-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    object-fit: cover;
    border-radius: 10px;}
.service-item .service-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background:rgba(0, 0, 0, 0.64);
    border-radius: 10px;
    z-index: 1;}
.service-item .service-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #FFFFFF;
    transition: .5s ease-out;
    z-index: 2;}
.service-item:hover .service-img::after {width: 0; left: auto; right: 0;}
.service-item .service-text .service-icon {
    width: 140px;
    height: 140px;
    padding: 15px;
    margin-top: -120px;
    margin-bottom: 40px;
    background:#FFE38F;
    border-radius: 140px;
    overflow: hidden;
    box-shadow: 0 0 60px rgba(0, 0, 0, .1);}
.service-item .service-text .heading5{transition: .5s; color: #f10000!important;}
.service-item .service-text p {transition: .5s; color: #2b2b2b!important;}
.service-item:hover .service-text .heading5,
.service-item:hover .service-text p {color: #FFFFFF!important;}
.box-border {border: 2px solid #dedede;padding: 8px;margin-bottom: 20px;height: 100px;}
.skew-parallax1{
	background-image: url("../images/parallax2.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	height: auto;
	position: relative;}
.skew-parallax1::before {
	background: #000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;}
.skew-parallax2{background-image: url("../images/parallaxa1.webp")!important;transform: skewY(-3deg);}
.skew-negative{transform: skewY(3deg)!important;}
.about_content {display: flex;grid-gap: 35px;align-items: center;position: relative;padding: 0 25px;}
.about_content::before {
	position: absolute;
	top: 1px;
	left: 210px;
	right: 0;
	bottom: 1px;
	border: 5px solid #00205f;
	content: "";
	border-left: 0;
	border-radius: 25px; }
.about_content::after {
	border-top: 5px solid #00205f;
	content: "'";
	position: absolute;
	top: 1px;
	right: 40px;
	width: 200%;}
.about_image img {max-width: 425px;border-radius: 50%;border: 15px solid rgba(255, 0, 0, 0.432);position: relative;}
.about-logo {position: relative;}
.about-logo::after {
	content: "";
	position: absolute;
	background-image: url("../images/gia_128.png");
	background-size: contain;
	background-repeat: no-repeat;
	max-width: 128px;
	height: 125px;
	width: 100%;
	right: 0;
	bottom: 0;
	background-position: center;}
a.button {
	padding: 12px 25px;
	background-image: -webkit-linear-gradient( 1deg , #201e50 -50%, #075095 100%);
	color: white;
	font-weight: 600;
	font-size: 18px;
	border-radius: 7px;}
.carou_text h2 {
	position: relative;
	font-size: 38px;
	font-weight: 700;
	margin-bottom: 25px;
	display: inline-flex;
	color: #1F3A75;}
.carou_text {height: auto;margin: auto 0;}
a.button img {width: 18px;height: auto;position: relative;left: 10px;top: -2px;}
a.button:hover {text-decoration: none;transition: all .2s ease-in-out;color:#fff;background-image: -webkit-linear-gradient( 102deg , #201e50 0%, #075095 100%);}
a.button:hover img {transition: 0.2s ease;left: 15px;}
.cat-btn{background-color: #fd4f00; color: #fff !important;padding: 7px 14px;border-radius: 5px;width: 105px;font-size: 14px;}
.parallax {background-image: url("../images/yellow_bg.svg");background-size: cover;position: relative;}
.img-absolute {position: absolute;top: -130px;z-index: 1;border-radius:10px;width:225px;}
.radius25 {border-radius: 25px;}
.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;}
.headfont2 {font-size: 43px;}
.countera1 {border-top: 5px solid #ff5f01;position: relative;background-color: #faf8f7;padding: 14px 88px 0 70px;z-index: 3;}
.countbg{background-color:#fff3eb;  }
.count-box {
	position: relative;
	display: inline-flex;
	align-items: center;
	padding-bottom: 20px;
	margin-left:20px;
	border-bottom: 1px solid #e4e2e1;
	transition: all 300ms ease;}
.icona3 {
	color: #f00;
	position: relative;
	display: inline-block;
	line-height: 1em;
	margin-right: 20px;
	font-size: 54px;
	transition: all 300ms ease;}
.count-box:hover .icona3 {transform: scaleX(-1);}
.counttext, .bannerhead {color:#000;font-size: 45px;font-weight: 700;}
.safetytipsbg {background-image: url("../images/safetytips.webp");background-repeat: no-repeat;background-size: cover;background-position: center;padding: 50px 0px;}
.faq-que .btna1{
	width: 100%;
	border: none;
	outline: none;
	background: none;
	text-align: left;
	padding: 21px 10px;
	color: #000;
	font-weight: 500;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;}
.faq-child{
	border-radius: 8px;
	margin-bottom: 30px;
	background:#fff;
	border-left: 3px solid #f13926;
	border-right: 3px solid #f13926;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);}
.faq-child1{
	border-radius: 8px;
	margin-bottom: 30px;
	background:#fff;
	border-left: 3px solid #0f5106;
	border-right: 3px solid #0f5106;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);}
.icnclr1 {color: #ffffff;font-size: 21px;background-color: #559926;border-radius: 68px;display: inline-flex;padding: 3px;}
.icnclr2 {color: #ffffff;font-size: 21px;background-color: #f13926;border-radius: 68px;display: inline-flex;padding: 3px;}
.green {color: green;}
.red {color: red;}
.cnticons{
	width: 80px;
	height: 80px;
	border: 2px solid #f03333;
	display: table;
	text-align: center;
	margin: 0 auto 30px auto;
	border-radius: 50%;
	background-color:#f03333;}
.cnticons i {font-size: 30px !important;color:#fff;}
.cnticons i {display: table-cell;vertical-align: middle;height: 75px;font-size: 30px !important;color:#fff;}
.w50{width:50%;}
.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;}
.social_img{width:50px;}
.social_point2{bottom:130px; left:10px;}
.social_point3{bottom:180px; left: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;}
.w50{width:100%;}
.faq-child1 {margin: 15px;}
.heading1 {font-size: 2rem;}
.headfont2 {font-size: 35px;}
.countera1 {padding: 20px;}
.offerbg {background:#00205f!important;}}	

@media (min-width:768px) and (max-width:991.98px){
.pad{padding:40px 0;}
.w50{width:100%;}
.headfont2 {font-size: 35px;}
.countera1 {padding: 20px;}
.offerbg {background:#00205f!important;}}

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