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

body {
	background-image: url("../images/homebg1.webp");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-attachment: fixed;
}

.tahoma {
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	font-weight: 700;
}

.futura {
	font-family: Futura, sans-serif;
}

.topbg {
	background-color: #fdd500;
}

.marquee {
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	margin-top: 3px;
}

.main-header .logo-area {
	position: relative;
	background: #ffffff;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	/* background: linear-gradient(135deg, #31018a, 34%, #fff 15%); */
	padding: 10px 0px;
}

.logo {
	width: 300px;
}

.main-header .logo-area .header-info-box {
	/* margin-left: 0px;
	position: relative;
	float: left;
	padding: 10px 0px 0 45px; */
	display: flex;
}

.main-header .logo-area .header-info-box .header-info-icon {
	/* position: absolute;
	left: 0;
	top: 6px;
	padding-left: 9px;
	color: #0fb04b;
	font-size: 28px;
	text-align: left;
	line-height: 47px;
	transition: all 300ms ease; */
	width: 60px;
}

.d-block1 {
	display: block;
	padding-top: 7px;
	padding-left: 10px;
}

.main-header .logo-area .header-info-box h6 {
	margin: 0 0 5px;
	font-weight: 700;
	text-transform: capitalize;
	color: #49667e;
}

.main-header .logo-area .header-info-box p {
	color: #282828;
}

.padd12 {
	padding: 0px !important;
}

.logo1 {
	color: white !important;
}

.navfont {
	font-family: 'Arial', sans-serif;
	font-size: 19px;
	font-weight: bold;
}

.navbar-light .navbar-nav .nav-link:hover {
	color: #fdd500 !important;
}

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

.navbar-light .navbar-nav .nav-link {
	color: #ffffff !important;
	margin-right: 15px;
	padding: 20px 0;
	outline: none;
}

.smallfnt {
	font-size: 14px !important;
}

.navbg {
	background-color: #1c3691;
}

.clr3 {
	color: #fdd500 !important;
}

.clr2 {
	color: #1c3691 !important;
}

.clr1 {
	color: #f00 !important;
}

.border1 {
	border-radius: 100px 100px 0px 100px;
	margin-left: 20px;
}

.border2 {
	border-radius: 100px 100px 100px 0px;
}

.border3 {
	border-radius: 100px 0px 100px 100px;
	margin-left: 20px;
}

.border4 {
	border-radius: 0px 100px 100px 100px;
}

.ln-height27 {
	line-height: 27px;
}

.shop-btn1 {
	position: relative;
	z-index: 10;
	overflow: hidden;
	border-radius: .25rem;
	border: 1px solid rgb(255, 255, 255);
	background-color: rgb(4, 36, 101);
	padding: 12px 40px;
	color: rgb(255, 255, 255);
	transition-property: all;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-duration: .5s;
}

.shop-btn1::before {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -10;
	height: 100%;
	width: 0px;
	background-color: rgb(255, 0, 0);
	transition-property: all;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	content: "";
	transition-duration: .5s;
}

.shop-btn1:hover {
	color: rgb(255, 255, 255);
}

.shop-btn1:hover::before {
	left: 0;
	content: "";
	width: 100%;
}

/* .home-section {
  background-image: url("../images/homebg1.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
} */

.homeparallax {
	background-image: url("../images/homepattern.webp");
	position: relative;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	animation: animatebackground 40s linear infinite;
}

.homeparallax::before {
	background: #002e9d none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
}

.btn3 {
	padding: 8px 30px;
	font-size: 16px;
	font-weight: 700;
	background-color: #c6212d;
	color: #fff !important;
	display: inline-block;
	text-transform: uppercase;
	transition: 1s;
	border-radius: 5px;
	border: 1px solid #0000008f;
}

.btn3:hover {
	box-shadow: -7px 7px #fff;
	transition: .3s;
}

.product-head {
	position: relative;
	padding: 0 20px;
	display: block;
	margin-bottom: 50px;
}

.product-head .product-inner {
	position: relative;
	background-color: #ffffff;
	padding: 45px 0px 23px;
	max-width: 363px;
	margin: 0 auto;
	text-align: center;
	-webkit-box-shadow: 0 15px 40px rgba(8, 18, 109, .10);
	box-shadow: 0 15px 40px rgba(8, 18, 109, .10);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.product-head .product-inner::before {
	position: absolute;
	left: 0;
	top: 0;
	height: 235px;
	width: 100%;
	background-image: url("../images/shape-1.webp");
	content: "";
	background-position: center top;
	background-repeat: no-repeat;
}

.product-head .image {
	position: relative;
	margin-bottom: 60px;
}

.product-head .image img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.product-head .product-inner:hover .image {
	-webkit-transform: scale(-1) rotate(-180deg);
	transform: scale(-1) rotate(-180deg);
	-webkit-transition: all 600ms ease;
	transition: all 600ms ease;
}

.product-shape2::before {
	background-image: url("../images/shape-2.webp") !important;
}

.product-shape3::before {
	background-image: url("../images/shape-3.webp") !important;
}

.w-60 {
	width: 60% !important;
	text-align: center;
	margin: 0px auto;
}

.txt-danger {
	color: #d72005;
}

.underline {
	width: 120px;
}

.homebg2 {
	background-image: url("../images/homebg2.webp");
	background-position: right;
}

.image4 {
	position: absolute;
	left: 0;
	opacity: 0.4;
	animation-fill-mode: both;
	animation-name: banner3Shake;
	animation-timing-function: ease-out;
	animation-duration: 5s;
	animation-delay: 1s;
	animation-iteration-count: infinite;
	transform-origin: top left;
	z-index: 99;
	top: -88px;
	width: 116px;
}

.brdr4 {
	border-left: 5px solid #db4b4b;
	padding: 0 6px 0 23px;
	border-radius: 4px;
}

.three3 {
	text-align: end;
	position: absolute;
	top: -39px;
}

.three3 img {
	border: 1px solid #212529;
	padding: 8px;
	border-radius: 27px 0;
	background-color: #1d58e5 !important;
	width: 26%;
}


.svg1 {
	position: relative;
	top: 22px;
}

.footer {
	background: url("../images/footerimg.webp") no-repeat scroll;
	background-color: #fff6b5;
	padding: 40px 0 30px 0;
}

.text1 {
	position: relative;
	padding: 5px 0 0 30px;
	margin-top: -45px;
}

.bg-footer {
	background-color: #1e389a;
}

.black {
	color: #000 !important;
}


.common-title {
	margin-bottom: 10px;
	position: relative;
}

.common-title .sub {
	text-transform: uppercase;
	color: #000;
	font-size: 16px;
	line-height: 1.3;
	padding-top: 14px;
	opacity: .3;
	margin-bottom: 10px;
	display: block;
}

.common-title h1 {
	-webkit-text-stroke: 1px #000;
	text-shadow: 0px 1px 0px #32372F;
	color: #ffe227;
}

.common-title::after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	background: #180e93;
	width: 70px;
	height: 2px;
	transform: translateX(-50%);
}

.common-title h1 span {
	-webkit-text-stroke: 1px #FFF;
	text-shadow: 0px 1px 0px #32372F;
	color: #001af0;
}

.working-steps {
	position: relative;
	z-index: 1;
}

.working-boxes {
	padding: 40px 6px;
	text-align: center;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .1);
	position: relative;
	background: #fff;
	height: 100%;
}

.working-boxes .icon04 {
	width: 68px;
	height: 68px;
	background: #ffe227;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 10px auto;
	border: 2px dotted black;
	border-radius: 0 23px;
}

.icon04 i {
	font-size: 25px;
}

.counttext {
	color: #000000;
	font-size: 40px;
	font-weight: 700;
}

.bannerhead {
	color: #000000;
	font-size: 40px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.3em;
}

.working-boxes .number {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background: #292828;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	position: absolute;
	right: 20px;
	top: -20px;
	font-size: 16px;
}

.working-boxes::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #f6a235;
	opacity: .2;
	right: -10px;
	top: 10px;
	z-index: -1;
}

.working-steps::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: url("../images/working-line.svg") no-repeat;
	top: 22px;
	background-position: left center;
	background-size: 950px;
	left: 0px;
	z-index: -1;
}

.aboutbg {
	background-image: url("../images/aboutparallax.webp");
	background-attachment: fixed;
	background-position: bottom;
	background-size: cover;
	position: relative;
}

.aboutbg::before {
	background: #000 none repeat scroll 0 0;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.6;
}

.ft26 {
	-webkit-text-stroke: 1px #F00;
	text-shadow: 0px 1px 4px #32372F;
	color: #ffe300;
	font-size: 40px;
}

.headft1 {
	font-size: 65px;
	text-transform: uppercase;
	color: white !important;
}

.shop-btn {
	overflow: hidden;
	background-color: #1c3691;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	text-transform: capitalize;
	transition: all 0.3s ease-in-out;
	position: relative;
	z-index: 1;
	line-height: 1;
	padding: 18px 28px;
	cursor: pointer;
}

.shop-btn::before {
	content: "";
	background-color: #ffe300;
	width: 0;
	height: 50%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	z-index: -1;
}

.shop-btn::after {
	content: "";
	background-color: #ffe300;
	width: 0;
	height: 50%;
	position: absolute;
	bottom: 0;
	right: 0;
	transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	z-index: -1;
}

.shop-btn i {
	margin-left: 10px;
}

.shop-btn:hover {
	color: #000000;
}

.shop-btn:hover::before,
.shop-btn:hover::after {
	width: 100%;
}

.subtitle-four {
	background-color: #FFEBE5;
	color: #F9501D;
	position: relative;
	text-transform: capitalize;
	display: inline list-item;
	padding: 8px 15px;
	border-radius: 38px;
}

.btn-four {
	background: #fdd500;
	font-weight: 500;
	color: #000000;
	display: inline-flex;
	align-items: center;
	font-size: 17px !important;
	line-height: 26px;
	padding: 16px 30px;
	text-align: center;
	z-index: 3;
	position: relative;
	transition: 0.4s;
	text-transform: none;
	overflow: hidden;
	border-radius: 50px;
	text-transform: capitalize;
}

.btn-four::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #1c3691;
	position: absolute;
	top: 0;
	z-index: -1;
	transition: ease-out 0.3s;
	border-radius: 50px;
	left: -100%;
}

.btn-four:hover {
	border-color: #121135;
	color: white !important;
}

.btn-four:hover::before {
	left: 0;
}

.banner__four-image {
	position: relative;
	z-index: 5;
	overflow: hidden;
	padding: 38px;
}

.banner__four-image img {
	max-width: 100% !important;
	height: auto;
	transition: 0.4s;
	width: 344px;
	border: 2px dashed black;
	border-radius: 50%;
	padding: 30px;
}

.banner__four-image .banner__four-image-shape-wrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 1px;
	animation-duration: 25s;
}

.animate-rotate {
	animation-name: rotate;
	animation-duration: 24s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.banner__four-image-shape {
	position: absolute;
	top: 50%;
	left: 50.5%;
	border: 3px solid #ba7e7e;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

.banner__four-image-shape::before {
	content: "";
	width: 55px;
	height: 55px;
	position: absolute;
	background: #1E3892;
	border-radius: 50%;
	left: 135px;
}

.radius25 {
	border-radius: 25px;
}

.bgcolor {
	background-image: url("../images/abtparallax.webp");
	position: relative;
}

.bgcolor::before {
	background: #0c018e none repeat scroll 0 0;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.5;
}

.steps {
	width: 80px;
}

/* .btn-effect2 {
  background: transparent;
  color: yellow !important;
  border: 1px solid yellow;
  padding: 10px 30px;
  transition: .5s;
  width: 50%;
}	
.btn-effect2:hover {
  background: white;
  color: black !important;
} */
.prod6 {
	background-color: #feeff4;
	background-image: url("../images/footerimg.webp");
}

.block-head {
	position: relative;
	margin-bottom: 20px;
	padding: 0 0 20px;
	border-bottom: 1px #cac9c9 solid;
	color: #333e48;
}

.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;
	color: #333e48;
}

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

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

.feature-gd {
	background: white;
	height: 150px;
	margin-bottom: 10px;
	background-color: rgb(229, 229, 229, 0.4);
	border-radius: 20px;
	padding: 5px 5px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.gicon,
.ricons {
	margin-right: 1em;
}

.gicon i {
	width: 40px;
	height: 40px;
	background-color: #38b000;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 4%;
	font-size: 30px;
	color: white;
}

.ricons i {
	width: 40px;
	height: 40px;
	background-color: #d00000;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 4%;
	font-size: 30px;
	color: white;
}

.feature-gd:hover .gicon i,
.feature-gd:hover .ricons i {
	transform: rotate(360deg);
	transition: .5s all ease;
}

.icon-info p {
	color: #000;
	padding-right: 14px;
	padding-left: 8px;
}

.borderrt {
	border-right: 1px solid #0000001a;
}

.icons {
	width: 70px;
	height: 70px;
	display: table;
	text-align: center;
	margin: 0 auto 30px auto;
	border-radius: 0px 15%;
	background: #ed1c24;
}

.icons i {
	display: table-cell;
	vertical-align: middle;
	height: 70px;
	font-size: 30px !important;
	color: #fff;
}

.contactbg1 {
	background-color: blue;
}

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

@keyframes animatebackground {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: -1000px 0;
	}
}

@keyframes banner3Shake {
	0% {
		transform: rotate3d(0, 1, 0, 0deg);
	}

	30% {
		transform: rotate3d(0, 0, 1, 5deg);
	}

	60% {
		transform: rotate3d(1, 0, 0, 0deg);
	}

	80% {
		transform: rotate3d(0, 0, 1, 5deg);
	}

	100% {
		transform: rotate3d(0, 1, 0, 0deg);
	}
}

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

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

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

	.margtop50 {
		margin-top: 30px;
	}

	.navbg {
		background-color: white !important;
	}

	.navbar-light .navbar-toggler {
		color: white !important;
		background-color: #203993 !important;
	}

	.navbar-light .navbar-nav .nav-link {
		color: black !important;
	}


}

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

	.margtop50 {
		margin-top: 50px;
	}

	.navbg {
		background-color: white !important;
	}

	.navbar-light .navbar-toggler {
		color: white !important;
		background-color: #203993 !important;
	}

	.navbar-light .navbar-nav .nav-link {
		color: black !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 {
	color: #555;
	font-size: 24px;
	margin: 100px 75px 10px 75px;
	position: relative;
	text-align: center;
	width: 200px;
	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);
}


.sticky-header {
	position: sticky;
	top: 0;
	background: #ffffff;
	padding: 10px;
	font-weight: bold;
	color: white;
	z-index: 1000;
}