/*common start*/

body {
	background: #fff;
}
a:hover {
	color: #0147a6;
}
.box {
	-webkit-box-shadow: 0px 0px 10px 5px rgba(255, 255, 255, 0.16);
	-moz-box-shadow: 0px 0px 10px 5px rgba(255, 255, 255, 0.16);
	box-shadow: 0px 0px 10px 5px rgba(255, 255, 255, 0.16);
}
.box2 {
	-webkit-box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.2);
	-moz-box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.2);
	box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.2);
}
.z-in1 {
	z-index: 1;
}
.z-in2 {
	z-index: 2;
}
.z-in3 {
	z-index: 3;
}
.text-gray {
	color: #7c7a7a;
}
.text-grade {
	background: #005CD4;
	background: linear-gradient(to right, #005CD4 0%, #023680 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.title h2 {
	text-transform: capitalize;
}
.title h6 {
	background: #005CD4;
	background: linear-gradient(to right, #005CD4 0%, #023680 100%);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/**********************************Header **********************************/
.navbar-head h4 {
	display: none;
}

.navbar-head h4 {
	display: none;
}
.head-nav-link li a {
	font-size: 16px;
	color: #5e5e5e;
	font-weight: 600;
	text-transform: uppercase;
	font-family: "Karla";
}
.head-nav-link li {
	display: inline-block;
	margin: 0 20px;
	position: relative;
}
.head-nav-link li:hover a {
	color: #000;
}
.banner-button .btn-primary {
	font-size: 20px;
	padding: 10px 21px;
	border-radius: 10px;
}
.nav-button .btn-primary {
	font-size: 16px;
	padding: 6px 11px;
	border-radius: 6px;
}
.header-bg {
	background: #F5E8F7;
	background: linear-gradient(1800deg, rgb(211, 226, 255) 0%, rgb(255, 255, 255) 100%);
	border-radius: 31px;
	position: relative;
	padding: 7px 19px;
	border: 2px solid #fff;
	margin: 44px auto;
	width: 76%;
	box-shadow: rgba(0, 0, 0,0.1) 0px 0px 14px;
}
.header-main {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.banner-bg {
	background: #FFFFFF;
	background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 14%, rgba(226, 230, 235, 1) 100%) no-repeat;
	padding-bottom: 40px;
}
.added-images {
	position: absolute;
}
.banner-bg::before {
	position: absolute;
	content: "";
	background: url("../images/banner-bg.png") no-repeat scroll center;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	width: 100%;
	height: auto;
}
.banner-button iconify-icon {
	font-size: 38px;
}
.banner-button .button-icon {
	font-size: 30px;
	background: #fff;
	color: #000;
	padding: 2px 6px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 9px;
}
.banner-button-move {
	position: absolute;
	left: 0px;
	right: 0px;
	text-align: center;
	top: 5px;
}
	.banner-img-mobile{
		display: none;
	}

/**********************************Header end **********************************/

/**********************************about start**********************************/
.banner-img {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
}

.vdo-box {
	background: #d9e6ff;
	padding: 20px 0px;
	text-align: center;
	position: relative;
	top: 50px;
	left: 1px;
	z-index: 1;
	height: 469px;
	width: 251px;
}
.arrow-icon {
	padding: 10px 0px;
	width: 65px;
	height: 60px;
	text-align: center;
	position: absolute;
	right: 10px;
	bottom: 10px;
	background: rgb(51,192,236);
	background: linear-gradient(0deg, rgb(25, 200, 255) 1%, rgba(52,126,194,1) 100%);
}
.arrow-icon iconify-icon {
	font-size: 41px;
	color: #fff;
}
#percentageDisplay::after {
	position: absolute;
	content: "";
	background: #fff;
	width: 20px;
	height: 18px;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	bottom: -14px;
	right: 0;
	left: 0;
	margin: 0 auto;
}
#percentageDisplay {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	background: #fff;
	padding: 8px 27px;
	/* border-radius: 10px; */
	position: relative;
	top: 11px;
	text-align: start !important;
	/* position: relative; */
}
#percentageDisplay::after {
	position: absolute;
	content: "";
	background: #fff;
	width: 20px;
	height: 18px;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	bottom: -14px;
	right: 0;
	left: 0;
	margin: 0 auto;
}
#rangeSlider::-moz-range-thumb {
	width: 13px;
	height: 13px;
	background-color: #d9461a;
	border-radius: 50%;
	cursor: pointer;
	border: 4px solid #fff;
	transition: background-color 0.2s ease;
}
input[type="range"] {
	width: 80%;
	/* margin: 8px 0px 19px 0px; */
	-webkit-appearance: none;
	appearance: none;
	height: 3px;
	background: #000;
	border-radius: 5px;
	outline: none;
	transition: 0.3s ease;
	position: relative;
	top: 32px;
}
.vdo-disply-box {
	width: 90% !important;
	height: 100%;
	margin: 52px auto 0px auto;
	position: relative;
	transition: width 0.3s ease;
	border-radius: 10px;
	border: 2px solid #fff;
	box-shadow: rgba(0, 0, 0,0.1) 0px 0px 14px;
}


.market-list li {
	font-size: 17px;
	font-weight: 500;
	margin: 15px 0px;
}
.market-list li iconify-icon {

	position: relative;
	top: 4px;
}
.make-list h6 {
	margin-bottom: 0px;
}
.nav-pills .nav-link {
	color: #000;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	/* background: transparent; */
	color: #fff;
	background: #4C5660;
	background: linear-gradient(0deg, rgba(76, 86, 96, 1) 0%, rgba(24, 33, 40, 1) 99%);
	border-radius: 12px;
}
.make-list h6 {
	margin-bottom: 0px;
	font-size: 18px;
}
	.about-tab {
	text-align: center;
}
.banner-tab {
	justify-content: center;
	background: #F5E8F7;
	background: linear-gradient(1800deg, rgb(211, 226, 255) 0%, rgb(255, 255, 255) 100%) no-repeat;
	border: 2px solid #fff;
	box-shadow: rgba(0, 0, 0,0.1) 0px 0px 14px;
	border-radius: 20px;
	padding: 6px 40px;
}
.tab-title {
	display: inline-flex;
}
/**********************************about end**********************************/


/**********************************referral start**********************************/

.stagy-box {
	box-shadow: 0px 4px 20px 10px rgba(0, 0, 0, 0.05);
	border-radius: 2px;
	padding: 32px 30px;
	border-radius: 5px;
	position: relative;
}
.stagy-box p {
	margin-bottom: 0px;
}
.stagy-box h3 {
	margin-bottom: 15px;
	margin-top: 41px;
}
.stagy-box .round-box {
	position: absolute;
	top: 0px;
	left: -19px;
	width: 83px;
	height: 83px;
	border-radius: 50%;
	background: rgb(14, 68, 107,0.1);
	transition: all 0.4s ease;
}
.stagy-box:hover .round-box {
	transform: scale(0);
	transition: all 0.8s ease;
}
.stagy-box .shape1 {
	position: absolute;
	top: 20px;
	right: 20px;
	transition-delay: .1s;
	transition-timing-function: ease-in-out;
	transition-duration: .6s;
	transition-property: all;
	animation-name: rotateOut;
	animation-duration: 3.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-delay: 0s;
}
.shape1.rotate-me {
	display: none;
}
.stagy-box h3 {
	color: #001431 ;
}
.stagy-box:hover {
	background: #F5E8F7;
	background: linear-gradient(1800deg, rgb(211, 226, 255) 0%, rgb(255, 255, 255) 100%);
	background: rgb(51,192,236);
	background: linear-gradient(0deg, rgb(25, 200, 255) 1%, rgba(52,126,194,1) 100%);
}


.stagy-box:hover  .shape1.rotate-me {
	display: block;
}
.stategy-sec-list {
	margin: 40px 0px;
}
.stagy-box:hover h3 {
	color: #fff;
}
.stagy-box:hover p {
	color: #fff;
}
.stagy-box:hover .stategy-icon img {
	filter: invert(1);
}

.stagy-box:hover .principle-list li::before{
	background: #fff;
}

.principle-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 12px;
	height: 12px;
	background: #299cdb;
	border-radius: 50%;
	animation: pulse 2s infinite;
}

.principle-list li {
	position: relative;
	padding-left: 22px;
	margin-bottom: 12px;
}
.stagy-top {
	margin-top: 25px;
	height: 306px;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(0, 242, 255, 0.6); }
  70% { box-shadow: 0 0 0 10px rgba(0, 242, 255, 0); }
  100% { box-shadow: 0 0 0 0 rgba(0, 242, 255, 0); }
}
/**********************************referral end**********************************/


/**********************************event start**********************************/


.single-team-style1 {
	position: relative;
	display: block;
	margin-bottom: 60px;
}
.single-team-style1 .img-holder .inner .overlay-box {
	position: absolute;
	left: 40px;
	bottom: 41px;
	transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
	z-index: 5;
}
.single-team-style1 .img-holder .inner .overlay-box span {
	color: #ffffff;
	font-size: 15px;
	line-height: 28px;
	font-weight: 500;
	font-family: var(--thm-font);
}

.single-team-style1 .img-holder .inner .overlay-box {
	position: absolute;
	left: 40px;
	bottom: 41px;
	transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
	z-index: 5;
}

.single-team-style1 .overlay-content {
	position: absolute;
	left: 40px;
	bottom: 50px;
	opacity: 1;
	transform: perspective(400px) rotateX(0deg) translateY(100px);
	transform-origin: center;
	transform-style: preserve-3d;
	transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
	cursor: pointer;
	z-index: 10;
}

.single-team-style1 .img-holder {
	position: relative;
	display: block;
	overflow: hidden;
}

.single-team-style1:hover .img-holder .inner::before {
	opacity: 0;
	transform: perspective(400px) rotateX(0deg) translateY(100%);
	transition: all 0.4s ease-in-out 0.1s;
}
/* .single-team-style1 .img-holder .inner::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 245px;
	background: linear-gradient(180deg, rgba(32, 32, 32, 0) 0%, #202020 100%);
	opacity: 1;
	transform: perspective(400px) rotateX(0deg) translateY(0px);
	transform-origin: center;
	transform-style: preserve-3d;
	transition: background-color 0.5s ease;
	transition: all 0.5s ease;
	z-index: 1;
} */

.single-team-style1:hover .img-holder .inner::after {
	opacity: 1;
	transform: perspective(400px) rotateX(0deg) translateY(0%);
	transition: all 0.4s ease-in-out 0.1s;
/* 	
			background: linear-gradient(180deg, rgba(25, 97, 124, 0) 0%, #377e9d 77.08%); */
				background: linear-gradient(180deg, rgba(0, 91, 124, 0) 0%, #03a9f0 77.08%);
}




.single-team-style1 .img-holder .inner::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 2;
	height: 50%;
	background: linear-gradient(180deg, rgba(0, 91, 124, 0) 0%, #00354c 77.08%);
	transform: perspective(400px) rotateX(10deg) translateY(40px);
	transform-origin: center;
	transform-style: preserve-3d;
	transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
	z-index: 1;
}

.team-social-link ul {
	position: relative;
	display: block;
	margin-bottom: 0px;
}
.team-social-link ul li {
	position: relative;
	float: left;
	margin-right: 10px;
	transition: all 500ms linear;
	transition-delay: 0.1s;
}
/* .team-social-link ul li a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 45px;
	width: 45px;
	background: rgba(255, 255, 255, 0.20);
	border-radius: 2px;
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	transition: all 200ms linear;
	transition-delay: 0.1s;
	z-index: 1;
} */

.single-team-style1:hover .overlay-content {
	opacity: 1;
	transform: perspective(400px) rotateX(0deg) translateY(0%);
	transition: all 0.4s ease-in-out 0.1s;
}
.single-team-style1 .overlay-content {
	position: absolute;
	left: 40px;
	bottom: 50px;
	opacity: 1;
	transform: perspective(400px) rotateX(0deg) translateY(100px);
	transform-origin: center;
	transform-style: preserve-3d;
	transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
	cursor: pointer;
	z-index: 10;
}
.single-team-style1 .overlay-content .share-btn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	color: #ffffff;
	font-size: 20px;
	border-radius: 2px;
	background-color: #0695ce;
	cursor: pointer;
}
.share-btn iconify-icon {
	font-size: 33px;
}
.team-social-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 220px;
	padding-left: 55px;
	opacity: 0;
	visibility: hidden;
	transform: perspective(400px) rotateX(0deg) translateX(-50px);
	transition: all 500ms ease;
}

.team-social-link ul li:last-child {
	margin-right: 0;
}
.single-team-style1 .img-holder .inner {
	position: relative;
	display: block;
	overflow: hidden;
}

.single-team-style1:hover .img-holder .inner .overlay-box {
	padding-bottom: 80px;
}

.single-team-style1 .img-holder .inner .overlay-box {
	position: absolute;
	left: 40px;
	bottom: 41px;
	transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
	z-index: 5;
}

.single-team-style1 .overlay-content:hover .team-social-link {
	opacity: 1;
	visibility: visible;
	transform: perspective(400px) rotateX(0deg) translateY(0px);
}
.overlay-box h4 {
	font-size: 26px;
}

.team-social-link {
	visibility: hidden;
}
.single-team-style1 .overlay-content {
	cursor: pointer;
}

.team-social-link ul li {
	position: relative;
	float: left;
	margin-right: 10px;
	transition: all 500ms linear;
	transition-delay: 0.1s;
}
.single-team-style1 .inner {
	background: url("../images/game-sec-bg.png") no-repeat scroll center;
	width: 323px;
	height: 422px;
	padding-top: 20px;
	margin: 0 auto;
	border-radius: 20px;
}
.game-sec-list {
	border-radius: 20px;
	padding: 66px 10px 15px 10px;
	background: rgba(255,255,255,0.05);
}
.event-one .inner {
	background: url("../images/game-sec-bg1.png") no-repeat scroll center;

}
.event-two .inner {
	background: url("../images/game-sec-bg2.png") no-repeat scroll center;

}
.event-three .inner {
	background: url("../images/game-sec-bg3.png") no-repeat scroll center;

}
.plan-carousel {
	margin-top: 21px;
}
/**********************************event end**********************************/


/**********************************footer start **********************************/
.foot-main-menu li {
	padding: 5px 0;
}
.foot-main-menu li a {
	text-decoration: none;
	color: rgba(0,0,0,0.8);
	font-size: 16px;
}
.plus::after {
	position: absolute;
	content: "+";
	font-size: 25px;
	color: #2dd1f2;
	top: -5px;
	right: -28px;
	font-weight: normal;
}
.foot-menu-title {
	display: inline-block;
}
.plus {
	position: relative;
}
.foot-main-menu li a {
	text-decoration: none;
	color: rgba(0,0,0,0.8);
	font-size: 16px;
}
.foot-menu-title h5 {
	font-size: 20px;
}
.footer-address li {
	margin-bottom: 20px;
}
.footer-ico {
	border-radius: 9px;
	width: 50px;
	height: 46px;
	text-align: center;
	background: #ff4e22;
	background: linear-gradient(180deg, rgba(184, 78, 255, 1) 0%, rgba(93, 0, 155, 1) 100%);
	background: rgb(51,192,236);
	background: linear-gradient(180deg, rgb(25, 200, 255) 1%, rgba(52,126,194,1) 100%);
}
.footer-ico:hover {
	background: rgb(51,192,236);
	background: linear-gradient(0deg, rgb(25, 200, 255) 1%, rgba(52,126,194,1) 100%);
}

.footer-ico iconify-icon {
	color: #fff;
	font-size: 29px;
	padding: 10px 0px;
}
.useful-content h6 {
	font-weight: 300;
	font-size: 18px;
}
.useful-content a {
	color: #000;
}
.cpy-rights {
	opacity: 0.5;
}
.useful-content a:hover {
	color: #001431;
	text-decoration: none;
}
/**********************************footer end **********************************/



/**********************************how-it-works start**********************************/

.ref-icon img {
	animation-name: flipInY;
	animation-duration: 3.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-name: rotateInUpRight;
	animation-duration: 3.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
.how-main {

	margin-top: 20px;
}
.how-num h5 {
	font-size: 26px;
}
.how-num {
	width: 57px;
	height: 57px;
	border-radius: 50%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 21px;
	animation-name: swing;
	animation-duration: 3.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
.how-line-top {
	background: rgba(255,255,255,0.5);
	height: 46px;
	width: 1px;
}
.how-line-bottom {
	height: 113px;
	width: 1px;
	position: relative;
	margin-top: -28px;
}

.how-line {
	background: rgba(255,255,255,0.5);
	margin-left: 51px;
}

/* .how-sec-list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 43px;
} */
.how-content {
	margin-left: 20px;
}
.how-content p {
	line-height: 23px;
}

.how-content p  {
color: #ffffff;
}
/**********************************how-it-works end**********************************/


.work-sec {
	/* --bs-bg-opacity: 1; */
	/* background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important; */
	background: #4C5660;
	background: linear-gradient(0deg, rgba(76, 86, 96, 1) 0%, rgba(24, 33, 40, 1) 99%);
}
.how-icon {
	clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
	width: 103px;
	height: 105px;
	border-radius: 47px;
	display: flex;
	align-items: center;
	justify-content: center;
	/* animation-name: flipInY; */
	animation-duration: 3.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	/* background: #fff; */
	/* background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(255, 245, 158, 1) 100%); */
	/* background: rgb(51,192,236); */
	/* background: linear-gradient(0deg, rgb(25, 200, 255) 1%, rgba(52,126,194,1) 100%); */
	/* background: #F5E8F7; */
	background: linear-gradient(1800deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
	z-index: 20;
	position: relative;
}
.foot-main-menu li a:hover {
	color: #000;
}




/********************************** Innerpages start **********************************/
.innerpage-title {
	margin: 31px 0px 40px 0px;
}

.select-arrow {
	background: url("../images/country-arrow.png") center left 13px no-repeat,#f0f5ff !important;
}
.success-msg {
	background: #ccfad5;
	border: 2px solid #00e42c;
}
.error-msg {
	border: 2px solid #ed0000;
	background: #ffdcd3;
}
.form-pages {
	margin-top: 6px;
	background: #fff;
	border-radius: 10px;
	padding: 10px 43px;
	box-shadow: 0px 4px 20px 10px rgba(0, 0, 0, 0.05);
}
.info-msg {

	border: 2px solid #ffa370;

}

.info-msg:hover {
	background: #f7dbcc;
	cursor: pointer;
}

.input-msg {
	border-radius: 25px;
	padding: 6px 6px;
	display: flex;
	align-items: center;
	max-width: 425px;
	position: relative;
	margin: 14px auto;
}
.form-ico {
	position: absolute;
	top: 0px;
	bottom: 0;
	margin: auto;
	width: 36px;
	height: 36px;
	padding: 8px 0px;
	border-radius: 50%;
	text-align: center;
	left: 0px;
}
.form-icos {
	position: absolute;
	top: 7px;
	margin: auto;
	width: 36px;
	height: 36px;
	padding: 8px 0px;
	border-radius: 50%;
	text-align: center;
	left: 0px;
}
.form-ico iconify-icon {
	color: rgba(0, 0, 0, 0.5);
	font-size: 23px;
	transition: color 0.2s ease-in-out;
}
.form-icos iconify-icon {
	color: rgba(0, 0, 0, 0.5);
	font-size: 23px;
	transition: color 0.2s ease-in-out;
}
.form-ico i {
	color: rgba(0, 0, 0, 0.5);
	font-size: 17px;
	transition: color 0.2s ease-in-out;
}
.form-icos i {
	color: rgba(0, 0, 0, 0.5);
font-size: 17px;
	transition: color 0.2s ease-in-out;
}

.forget a {
	text-decoration: none;

	font-weight: normal;
}
label a:hover {
	color: #001431;
}
.inner-cpy-rights a:hover {
	color: #001431;
}

.copyrights h6 {
	font-size: 16px;
}

.inner-cpy-rights a {
	color: #fff;
}


.form-block {
	margin-bottom: 22px;
}


.form-control::placeholder {
	color: rgba(0, 0, 0, 0.5);
	opacity: 1;
}

.form-control:focus-visible {
	outline: none;
}
option {
	background: #f0f5ff;
}
.form-pages {
	margin-top: 6px;
	background: #fff;
	border-radius: 10px;
	padding: 33px 70px;
	box-shadow: 0px 4px 20px 10px rgba(0, 0, 0, 0.05);
} 
.form-control:focus {
    outline: none; 
    border-bottom: 1px solid rgb(0,0,0); 
}
.form-control:hover {
	border-bottom: 1px solid rgba(0,0,0);
	background: rgba(117, 117, 117, 0.1);
}
.form-control:focus .form-ico iconify-icon {
color: #000;
}

.form-control:hover + .form-ico iconify-icon {
    color: rgba(0, 0, 0); /* slightly darker on hover */
	animation-name: flipInY;
  animation-duration: 2.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.form-block:focus-within .form-ico iconify-icon {
    color: rgb(0, 0, 0); /* solid black */
	animation-name: flipInY;
  animation-duration: 2.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.logo-dark {
	filter: invert(1);
}
.form-redirect {
	display: flex;
	justify-content: space-between;
}
.inner-banner::before {
	position: absolute;
	content: "";
	background: url("../images/inner-bg.png") no-repeat scroll center;
	width: 659px;
	height: 100%;
	z-index: -1;
	border-radius: 0px 30px 30px 0px;
	top: 0px;
	bottom: 0px;
	left: 0px;
	margin: auto 0;
} 
.inner-cpy-rights {
	margin: 30px 0px;
}

.side-menu li a {
	color: #fff;
	text-decoration: navajowhite;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 600;
}
.side-menu {
	position: absolute;
	right: 2%;
	top: 0;
	bottom: 0px;
	margin: auto;
	z-index: 100;
	display: block;
	height: 30%;
}
.side-menu li {
	padding: 12px 25px 12px 25px;
	border-radius: 25px 0px 0px 25px;
	margin: 4px 0px;
}
.side-menu li:hover {

	background: #fff;

}
.side-menu li:hover a {

color: #000;

}
.car-image {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
}
.inner-mobile-cpy .inner-cpy-rights {
	display: none;
}
.input-msg p {
	color: #000 !important;
	font-size: 15px !important;
}
.footer-sec-one {
	text-align: center;
}
.header-button {
	justify-content: center;
	margin-bottom: 20px;
}

/************************ process **********************************/


.process-bg-2 iconify-icon {
	color: #fff;
}

.process-box .box-title::after {
	position: absolute;
	content: "";
	background: #dcdcdc;
	width: 100%;
	height: 1px;
	bottom: 0px;
	left: 0px;
}

.box-title {
	font-size: 25px;
}
.process-box {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 25px;
	z-index: 2;
}
.process-box-wrap:first-child {
	left: 45px;
}
.process-box-wrap {
	margin-top: 20px;
	position: relative;
}
.process-box .box-number {
	position: relative;
	min-width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	background: #fff;
	text-align: center;
	font-weight: 500;
	font-size: 18px;
	color: #000;
	margin-left: -40px;
	margin-top: 30px;
	box-shadow: 0px 0px 40px 10px rgba(190, 190, 190, 0.5);
	z-index: 3;
}
.process-box:hover .box-number {
	color: #fff;
	background: rgb(51,192,236);
	background: linear-gradient(0deg, rgb(25, 200, 255) 1%, rgba(52,126,194,1) 100%);
}
.process-icon {
	position: absolute;
	right: 80px;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	text-align: center;
	padding: 34px 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
}
.process-icon iconify-icon {
	font-size: 55px;
}
.process-box .box-title::after {
	position: absolute;
	content: "";
	background: #dcdcdc;
	width: 100%;
	height: 1px;
	bottom: 0px;
	left: 0px;
}
.process-box .box-text {
	max-width: 338px;
	margin-bottom: -0.3rem;
	text-align: justify;
}
.process-icon {
	position: absolute;
	right: 80px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	text-align: center;
	padding: 14px 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
}
.process-bg-2 {
background: rgb(51,192,236);
  background: linear-gradient(0deg, rgb(25, 200, 255) 1%, rgba(52,126,194,1) 100%);
}
.process-box-wrap:nth-child(2n) {
	margin-top: 20px;
	left: 50px;
}
.process-box {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 25px;
	z-index: 2;
}
.process-box .box-title {
	/* border-bottom: 1px solid #dcdcdc; */
	margin-bottom: 20px;
	padding-bottom: 5px;
	margin-top: 20px;
	position: relative;
	color: #001431;
}


.sinup-pad {
	background: url("../images/contact-bg.png") no-repeat scroll center;
	width: 919px;
	height: 357px;
	margin:auto;
	padding: 36px 20px;
	text-align: center;
	/* background: rgb(51,192,236); */
	/* background: linear-gradient(0deg, rgb(25, 200, 255) 1%, rgba(52,126,194,1) 100%); */
	border-radius: 20px;
}
.msg-btn .btn-primary {
	background: #F5E8F7;
	background: linear-gradient(1800deg, rgb(211, 226, 255) 0%, rgb(255, 255, 255) 100%) no-repeat;
	color: #000;
}
.msg-btn .btn-primary:hover {
	background: #F5E8F7;
	background: linear-gradient(280deg, rgb(211, 226, 255) 0%, rgb(255, 255, 255) 100%) no-repeat;
	color: #000;
}
.term-title {
	text-align: start;
}
.term-rule h3 b {
	color: #000;
}
.risk-list li {
	display: flex;
align-items: center;
}


.risk-list li p {
	margin-bottom: 0px;
	font-weight: 400;
}
/************************ animation **********************************/

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    transform: scale(1.8);
    opacity: 1;
  }
}


.masked {
	mask-image: linear-gradient(#000, #000);
	mask-size: 0% 70%;
	mask-position: 0 45%, 25% 25%, 50% 50%, 75% 0, 100% 50%;
	mask-repeat: no-repeat;
	animation: mask 6s linear infinite;
}


@keyframes mask {
	0% {
		mask-size: 0% 70%;
	}

	20% {
		mask-size: 20% 100%;
	}

	30% {
		mask-size: 30% 100%;
	}

	40% {
		mask-size: 40% 100%;
	}

	60% {
		mask-size: 60% 100%;
	}

	80% {
		mask-size: 80% 100%;
	}

	100% {
		mask-size: 100% 100%;
	}
}


.spinner {
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 1.2s;
	-webkit-animation-name: rotate;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;

	-moz-transition-property: -moz-transform;
	-moz-animation-name: rotate;
	-moz-animation-duration: 1.2s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;

	transition-property: transform;
	animation-name: rotate;
	animation-duration: 1.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@-webkit-keyframes rotate {


	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}

@-moz-keyframes rotate {
	from {
		-moz-transform: rotate(0deg);
	}

	to {
		-moz-transform: rotate(360deg);
	}
}

@keyframes rotate {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes play {
	from {
		background-position: 0px;
	}

	to {
		background-position: -1024px;
	}
}

@keyframes marquee {
	0% {
		background-position: 0;
	}

	100% {
		background-position: -1190px;
	}
}


.typewriter h1 {
	color: #fff;
	/* overflow: inherit; */
	white-space: break-spaces;
	margin: 0 auto;
	letter-spacing: 0px;
	animation: typing 3.5s, blink-caret .5s step-end alternate;
}



@keyframes blink-caret {

	from,
	to {
		border-color: transparent
	}

}



/********************************** Responsive **********************************/

 @media only screen and (max-width: 1345px) {
}
 @media only screen and (max-width: 1199px) {
	.how-content h4 br {
	display: none;
}
.stategy-sec-list .row > .col-xl-4:not(:first-child) .stagy-box {
  margin-top: 20px;
}
.banner-img img {
	width: 100%;
}
.banner-button .btn-primary {
	font-size: 18px;
	padding: 6px 19px;
}
.banner-button iconify-icon {
	font-size: 34px;
}
.banner-button-move {


	top: 0px;
}
.header-bg {
	margin: 31px auto;
	width: 100%;
}

.how-line-top.how-line {
	display: none;
}
.how-line-bottom.how-line {
	display: none;
}
.how-num {
	display: none;
}
.how-main {
	margin-bottom: 20px;
}
.footer-sec-one {
	text-align: center;
}
.header-button {
	justify-content: center;
	margin-bottom: 20px;
}
.stagy-top {

	height: auto;
}
.sinup-pad {
	width: 100%;
	height: auto;
	padding: 26px 20px;
	background-size: cover;
}
}
 @media only screen and (max-width: 991px) {
	br{
		display: none;
	}
	/* .abt-content {
	text-align: center;
} */
	.single-team-style1 {
	margin-bottom: 38px;
}
.vdo-box {	 
	top: 0px;
	left: 0px;
	height: auto;
	width: 100%;
}
.footer-address {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.process-box-wrap:first-child {
	left: 0px;
}
.box-number {
	display: none;
}
.box-content {
	text-align: center;
}
.process-box .box-text {
	max-width: inherit;
	margin-bottom: 0px;
	text-align: center;
}
.process-icon {
	position: relative;
	margin: auto;
	right: 0px;
}
.process-box {
	display: block;
}
.how-main .row {
	align-items: center;
}
	.banner-img-mobile{
		display: block;
	}
	.banner-img {
	display: none;
}
.banner-img-mobile img {
	border-radius: 11px;
}
.banner-button-move {
	position: relative;
	margin-bottom: 20px;
}
.process-box-wrap:nth-child(2n) {
	left: 0px;
}
.form-pages {
	padding: 20px 30px; 	
}
.risk-list li {
	display: block;

}
.how-content p br {
	display: none;
}
}
 @media only screen and (max-width:767px) {

.abt-img {
	text-align: center;
	margin-top: 25px;
}
.arrow-icon {
	right: 67px;
}
.footer-address {
	display: block;
}

}
 @media only screen and (max-width: 575px) {
.how-icon.grade-lite {
	margin: 0 auto;
}
p {
	font-size: 14px;
}
.fs-6 {
	font-size: 14px !important;
}
.arrow-icon iconify-icon {
	font-size: 28px;

}
	.arrow-icon {
	width: 45px;
	height: 45px;
}
.how-content {
	text-align: center;
	margin-top: 20px;
}
.footer-sec-one {
	text-align: start;
}

 .btn-primary {
	font-size: 17px;
	padding: 8px 13px;
	border-radius: 6px;
}

}
@media only screen and (max-width: 424px) {
	.arrow-icon {
	right: 10px;
}

}
@media only screen and (max-width: 390px) {
	.header-bg {
	border-radius: 14px;
	padding: 7px 10px;
}
}