/*common start*/

body {
	background: #000000;
}
a:hover {
	color: #fff000;
}
.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;
}
a {
	color: #fff;
	text-decoration: none;
}

.space{
  font-family: "Space Grotesk";

}

.text-grade {
	background: -webkit-linear-gradient(0deg, #36fde6 0%, #e1ff36 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: #E8C96E;
}
#myVideo {
	position: absolute;
	right: 0;
	/* min-width: 100%; */
	/* min-height: 100%; */
	width: 100%;
	background-size: cover;
	top: 0px;
	opacity: 0.2;
	left: 0px;
	z-index: -1;
	height: auto;
}

@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.ttf') format('woff');
}

.icon-custom:before {
  content: "\e904";
  font-family: 'icomoon';
}

/**********************************Header **********************************/
.navbar-head h4 {
	display: none;
}
.footer-btn a:last-child {
	clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 21% 50%, 0% 0%);
	border-radius: 0px 15px 15px 0px;
	position: relative;
	left: -20px;
}
/* 
.head-nav-link li {
	display: inline-block;
	margin: 0 31px;
	position: relative;
}
.head-nav-link li a h6 {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	padding-top: 4px;
} .head-nav-link li a:hover h6 {
	color: #27ff95;
}
.head-nav-link li:not(:last-child)::after {
	position: absolute;
	content: "";
	border-right: 2px solid rgba(232, 232, 232, 0.5);
	top: 0px;
	bottom: 0px;
	right: -26px;
	margin: 0 auto;
	height: 100%;
	width: 5px;
}
.nav-head {
	padding-top: 11px;
}*/
.header-bg {
	padding: 20px 0px;
	box-shadow: -18px 2px 23px rgb(230, 255, 229,0.5);
	background: #000;
}
.header-login iconify-icon {
	color: #000;
	border-radius: 50%;
	font-size: 26px;
	padding: 5px 5px;
	margin-left: 5px;
	background: #36FDE6;
	background: -webkit-linear-gradient(90deg, rgba(54, 253, 230, 1) 0%, rgba(225, 255, 54, 1) 100%);
	background: -moz-linear-gradient(90deg, rgba(54, 253, 230, 1) 0%, rgba(225, 255, 54, 1) 100%);
	background: linear-gradient(90deg, rgba(54, 253, 230, 1) 0%, rgba(225, 255, 54, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#36FDE6", endColorstr="#E1FF36", GradientType=1);

}
.header-login {
	padding-top: 20px;
}


/**********************************Header end **********************************/


/**********************************banner start **********************************/

.banner-blur li {
	position: absolute;
}
.banner-blur li:first-child {
	background: #38fde4;
	height: 338px;
	width: 95px;
	right: 0px;
	bottom: 0px;
	filter: blur(74px);
	opacity: 0.4;
	border-radius: 200px 0px 0px 0px;
}
.banner-blur li:last-child {
	background: #dbff3a;
	height: 338px;
	width: 95px;
	left: 0px;
	top: 200px;
	filter: blur(72px);
	opacity: 0.4;
	border-radius: 200px 0px 0px 0px;
}

.banner-button {
	margin: 39px 0px;
}
/**********************************banner end **********************************/




/**********************************why choose start**********************************/

.how-sec-list {
	margin: 40px 40px;
	background: #15171c;
	border-radius: 20px;
}
.how-sec {
	padding: 30px;
	border-radius: 20px;
	transition: all 0.4s ease;
	display: flex;
	flex-direction: column;
	gap: 15px;
	height: 100%;
}

    .how-sec:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 30px rgba(0, 255, 200, 0.15);
	    background: #00F5D4;
      color: #000;
    }
.how-sec .step-circle {
	width: 50px;
	height: 50px;
	background: #252f24;
	color: #00FF88;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 18px;
}


    .how-sec h3 {
color: #fff;
  font-family: "Space Grotesk";
    }

    .how-sec p {
      margin: 0;
      font-size: 15px;
      opacity: 0.8;
    }
.how-sec.active,
.how-sec:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 255, 200, 0.15);
  background: #00F5D4;
  color: #000;
}

.how-sec.active h3,
.how-sec:hover h3 {
  color: #000;
}

.how-sec.active p,
.how-sec:hover p {
  color: #000;
}

.how-sec.active .btn,
.how-sec:hover .btn {
  background: #d5ff00;
  color: #000;
  transition: 0.3s ease;
}

.how-sec.active .step-circle,
.how-sec:hover .step-circle {
  background: #fff;
}

.how-sec.active .step-circle h5,
.how-sec:hover .step-circle h5 {
  background: #000;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.how-sec .btn {
	padding: 12px 25px;
	border-radius: 25px;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	display: inline-block;
	/* background: #172E32; */
	background: linear-gradient(90deg, rgba(23, 46, 50, 1) 0%, rgba(22, 29, 34, 1) 100%) no-repeat;
}
.step-circle h5 {
	background: -webkit-linear-gradient(0deg, #36fde6 0%, #e1ff36 100%);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 600;
}

.trade-analysis {
  position: relative;
}

.laptop-frame {
  width: 100%;
  display: block;
}
.laptop-video {
	top: 2%;
	left: 2%;
	width: 96%;
	height: 85%;
	border-radius: 12px;
	object-fit: cover;
	/* pointer-events: none; */
	border: 10px solid #abacad;
}
/**********************************why choose end**********************************/



/**********************************plan start**********************************/

.payment-box {
	background: #14181c;
	padding: 0px 10px 10px 10px;
	border-radius: 20px;
	position: relative;
	height: 200px;
	width: 195px;
	text-align: center;
	margin: 0 auto;
}
.payment-box:hover::before {
	position: absolute;
	content: "";
	background: linear-gradient(62deg, #aa28d9 0, #4d3bbf 100%);
	left: 0;
	right: 0;
	top: -7px;
	width: 100%;
	height: 70px;
	z-index: -1;
	border-radius: 24px;
	transition: transform 0.3s, box-shadow 0.3s;
	background: linear-gradient(90deg, rgb(54, 253, 230) 0%, rgb(225, 255, 54) 100%);
}


.payment-box:hover .btn-primary {
	background: #36FDE6;
	background: -webkit-linear-gradient(90deg, rgba(54, 253, 230, 1) 0%, rgba(225, 255, 54, 1) 100%);
	background: -moz-linear-gradient(90deg, rgba(54, 253, 230, 1) 0%, rgba(225, 255, 54, 1) 100%);
	background: linear-gradient(90deg, rgba(54, 253, 230, 1) 0%, rgba(225, 255, 54, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#36FDE6", endColorstr="#E1FF36", GradientType=1);
}

.payment-icon {
	display: inline-block;
	position: relative;
	margin-top: -39px;
	background: rgb(37, 47, 36);
	border-radius: 50%;
	width: 80px;
	height: 80px;
	padding: 7px 0px;
}
.payment-box p {
	line-height: 21px;
	font-size: 13px;
}
.make-btn {
	margin-top: 12px;
}
.payment-minheight {
	padding: 45px 0px;
}
.payment-carousel .owl-item img {
	display: inline;
}
/**********************************plan end**********************************/


/*********************************statistics **********************************/



.abt-fea-box {
	width: 351px;
	height: 257px;
	padding: 15px 0px;
}

.abt-fea-bg1{
	background: url("../images/abt-fea-bg.png") no-repeat;
	margin: 0 auto;
}

.abt-fea-bg2 {
	background: url("../images/abt-fea-bg2.png") no-repeat;
	margin: 0 auto;
}

.abt-fea-bg3{
	background: url("../images/abt-fea-bg3.png") no-repeat;
	margin: 0 auto;
}

.abt-fea-bg4{
	background: url("../images/abt-fea-bg4.png") no-repeat;
	margin: 0 auto;
}.abt-fea-box h4 {
	line-height: 29px;
}

.abt-title {
	margin-top: 30px;
	position: relative;
}

.abt-fea-active {
	background: url("../images/abt-active-box.png") no-repeat;
	width: 462px;
	height: 257px;
	margin: 0 auto;
	margin-left: -44px;
	margin-top: 20px;
	text-align: center;
	padding: 38px 0px;
}
.abt-fea-active span {
	font-size: 38px;
	line-height: 44px;
	font-weight: 500;
}

.abt-sec::after {
	position: absolute;
	content: "";
	background: url("../images/money.png") no-repeat;
	width: 133px;
	height: 101px;
	top: 201px;
	left: 0px;
	right: 0px;
	margin: auto;
	z-index: 2;
}

.abt-content h1 span {
	font-size: 45px;
}
.fea-list li::before {
	background: #63feb8;
	width: 8px;
	height: 8px;
	left: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	content: "";
	position: absolute;
}
.fea-list li {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 15px;
	font-family: "Space Grotesk";
	margin: 9px 0px 0px 0px;
	display: inline-block;
	width: 47%;
	position: relative;
	padding-left: 15px;
}
.join-box {
	clip-path: polygon(5% 0, 95% 0, 100% 15%, 100% 85%, 95% 100%, 5% 100%, 0 85%, 0 15%);
	background: #172E32;
	background: linear-gradient(90deg, rgba(23, 46, 50, 1) 0%, rgba(22, 29, 34, 1) 100%);
	padding: 40px 40px;
	background: #172D31;
	background: radial-gradient(circle, rgba(23, 45, 49, 1) 0%, rgba(22, 29, 34, 1) 100%);
}
.news-letter .form-control::placeholder {
	font-weight: 500;
	opacity: 0.5;
	color: rgba(255, 255, 255, 0.75);
}
.msg-btn {
	position: absolute;
	right: 143px;
	top: 3px;
	margin: auto;
}
.news-letter .form-control {
	background: rgba(0, 0, 0, 0.7);
	border-radius: 39px;
	width: 70%;
	margin: 0 auto;
	padding: 15px 15px;
	margin-top: 28px;
	color: #fff !important;
	clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
	border: none;
}
.tv-bottom {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: -37px;
	text-align: center;
}
/*********************************statistics end**********************************/





/**********************************security start**********************************/
.phone-video video {
	/* width: 30%; */
	left: 3%;
	width: 23%;
	height: 19%;
	border-radius: 12px;
	object-fit: cover;
	position: absolute;
	top: 14%;
}
.profile-ico-bg {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0 auto;
	text-align: center;
}



.profile-info h6 {
	font-size: 19px;
}

.profile-info {
	background: #b3d9f8;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	padding: 9px 26px;
}

.profile-ico {
	padding: 45px 0px;
}

.secrity-read-more a {
	color: #fff;
}

.secrity-read-more iconify-icon {
	font-size: 25px;
}
.secirity-bg h3 {
	font-size: 40px;
}
.security-box {
	background: #15171c;
	border: 2px solid #222;
}
.secrity-read-more a:hover {
	color: #bdff5b;
}
.reward-icon {
	background: #fff;
	border-radius: 50%;
	padding: 22px 22px;
}

.reward-value span {
	background: #91c7f4;
	border-radius: 30px;
	padding: 4px 10px;
	margin-left: 6px;
}

.liqui-value {
	justify-content: space-evenly;
}

.secrity-read-more a {
	font-size: 20px;
	font-family: "roboto";
}

.security-box2 {
	padding: 43px 0px 24px 32px;
}

.security-box3 {
	padding: 20px 12px 39px 16px;
}
.diamond-coin {
	position: absolute;
	top: -104px;
	right: 133px;
}

.security-box4 {
	padding: 11px 19px 0px 19px;
}


.security-box-list {
	margin: 45px 0px 45px 0px;
}
.security-blur-obj {
	position: absolute;
	background: #8aaa31;
	width: 304px;
	height: 358px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	bottom: 52px;
	filter: blur(50px);
	background: linear-gradient(90deg, rgba(54, 253, 230, 1) 0%, rgba(225, 255, 54, 1) 100%);
	opacity: 0.6;
}

.security-dots {
	position: absolute;
	left: 0px;
	top: 121px;
}

.secure-lock {
	margin-top: -12px;
}


.added-phone {
	position: absolute;
	top: 0px;
	left: 6px;
}
.security-box1 {
	padding: 23px 20px 0px 20px;
}
.risk-free {
	margin-top: 9px;
}
.theme-border-top::after {
	position: absolute;
	content: "";
	background: url("../images/theme-border-top2.png") no-repeat;
	width: 9px;
	height: 9px;
	right: 0px;
	top: 0px;
}
.theme-border-top::before {
	position: absolute;
	content: "";
	background: url("../images/theme-border-top1.png") no-repeat;
	width: 9px;
	height: 9px;
	left: 0px;
	top: 0px;
}
.theme-border-bottom::after {
	position: absolute;
	content: "";
	background: url("../images/theme-border-bottom2.png") no-repeat;
	width: 9px;
	height: 9px;
	right: 0px;
	bottom: 0px;
}
.theme-border-bottom::before {
	position: absolute;
	content: "";
	background: url("../images/theme-border-bottom1.png") no-repeat;
	width: 9px;
	height: 9px;
	left: 0px;
	bottom: 0px;
}
.notification-stack li{
	color: #fff;
}
.notification-stack li {
	background: #282828;
	border: 2px solid #383838;
	border-radius: 20px;
	padding: 8px 11px;
	margin: 0 auto;
	margin-bottom: 8px;
	font-size: 14px;
	display: flex;
	align-items: center;
	width: 90%;
	top: 0;
	position: relative;
	transition: all 0.3s ease-in-out;
	color: #fff;
	cursor: pointer;
}
.notification-stack li:last-child {
	z-index: 1;
	top: -54px;
	width: 76%;
}
.notification-stack li:first-child {
	z-index: 3;
}
.notification-stack li:nth-child(2) {
	top: -25px;
	width: 84%;
	z-index: 2;
}
.notification-stack li iconify-icon {
	font-size: 22px;
	color: #000;


}
.notification-stack li .notify-icon {
	background: #36FDE6;
	background: -webkit-linear-gradient(90deg, rgba(54, 253, 230, 1) 0%, rgba(225, 255, 54, 1) 100%);
	background: -moz-linear-gradient(90deg, rgba(54, 253, 230, 1) 0%, rgba(225, 255, 54, 1) 100%);
	background: linear-gradient(90deg, rgba(54, 253, 230, 1) 0%, rgba(225, 255, 54, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#36FDE6", endColorstr="#E1FF36", GradientType=1);
	border-radius: 10px;
	padding: 8px 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 12px;
}

/* Hover Behavior */
.notification-stack li:hover {
	z-index: 4 !important;
	width: 100% !important;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
	background: #1e1e1e;
	border: 2px solid #5e5e5e;
}
/**********************************security end**********************************/


/**********************************how-it-start **********************************/
/**********************************how-it-end **********************************/

/**********************************footer start **********************************/
/* 

.tp-cta-6-wrap {
	height: 80px;
	width: 1270px;
	border-radius: 10px 0 0 0;
	
}

.tp-cta-6-wrap {
	width: auto;
}
.tp-cta-6-content {
	height: 100%;s
} */

.foot-coin {
	position: absolute;
	top: 31px;
	left: 82px;
}
.foot-coin img {
	animation-name: rollIn;
	animation-duration: 5.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.tp-footer-widget-logo {
	margin-bottom: 22px;
}
.tp-footer-style-5 .tp-footer-widget-social a {
	 background: rgb(138,255,135); 
	background: -moz-linear-gradient(61deg, rgba(138,255,135,1) 0%, rgba(59,204,38,1) 100%); 
	 background: -webkit-linear-gradient(61deg, rgba(138,255,135,1) 0%, rgba(59,204,38,1) 100%); 
	background: linear-gradient(61deg, rgba(138,255,135,1) 0%, rgba(59,204,38,1) 100%) no-repeat;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8aff87",endColorstr="#3bcc26",GradientType=1);
}
.tp-footer-style-5 .tp-footer-widget-social a:hover {
	background: rgb(138,255,135);
	background: -moz-linear-gradient(161deg, rgba(138,255,135,1) 0%, rgba(59,204,38,1) 100%);
	background: -webkit-linear-gradient(161deg, rgba(138,255,135,1) 0%, rgba(59,204,38,1) 100%);
	background: linear-gradient(161deg, rgba(138,255,135,1) 0%, rgba(59,204,38,1) 100%) no-repeat;
	background-image: linear-gradient(161deg, rgb(138, 255, 135) 0%, rgb(59, 204, 38) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8aff87",endColorstr="#3bcc26",GradientType=1);
}
.tp-footer-widget-menu ul li:not(:last-child) {
	margin-bottom: 10px;
}
.tp-footer-col-2 {
	padding-left: 70px;
}


.support-team {
	padding: 0px 100px;
	height: 100%;
	line-height: 70px;
	display: inline-block;
	border-radius: 15px 15px 0 15px;
	position: relative;
	background-color: #00F5D4;
	text-transform: capitalize;
	top: 4px;
}
.support-team::after {
	position: absolute;
	content: "";
	right: 0;
	width: 23px;
	height: 26px;
	bottom: -24px;
	background-color: #00F5D4;
	clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.tp-footer-widget-social a {
	height: 32px;
	width: 32px;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	color: #000;
	padding: 5px 0px;
}
.tp-footer-area {
	padding-top: 47px;
	background: #15171c;
}
.foot-useful-link li a {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 15px;
}
.call-support span i {
	font-size: 26px;
	mask-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0));
	mask-size: 0% 70%;
	mask-position: 0px 25%, 45% 45%, 50% 50%, 75% 0px, 100% 100%;
	mask-repeat: no-repeat;
	animation: 3s linear 1s infinite mask;
}
.support-bg {
	background: #007868;
	width: 420px;
	height: 67px;
	right: 0px;
	position: absolute;
	top: 12px;
	border-bottom-left-radius: 20px;
}
.call-support a {
	padding: 0 12px;
	height: 100%;
	line-height: 80px;
	display: inline-block;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.02em;
	width: 256px;
	justify-content: space-between;
}
.call-support a {
	position: relative;
	top: 7px;
}
.tp-footer-widget-social a iconify-icon {
	font-size: 21px;
}
.tp-footer-widget-social li {
	margin-right: 17px;
	display: inline-block;
}
.foot-mail-redirect {
	border-radius: 25px;
	padding: 7px 10px;
	margin-bottom: 20px;
	background: #172E32;
	background: linear-gradient(90deg, rgba(23, 46, 50, 1) 0%, rgba(22, 29, 34, 1) 100%) no-repeat;
}
.email-redirect {
	background: #00F5D4;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	text-align: center;
	padding: 5px 0px;
}
.email-redirect iconify-icon {
	color: #000;
	font-size: 25px;
}
.cpy-rights {
	background: #000;
	border-radius: 30px;
	padding: 20px 0px;
	opacity: 0.5;
}
/**********************************footer end **********************************/

/**********************************innerpages start **********************************/

.form-content {

	position: relative;
}
.form-content::before {
	position: absolute;
	content: "";
	background: url("../images/breadcrumb_bg.png") no-repeat scroll center , linear-gradient(180deg,rgb(18, 20, 20) 28%, rgb(209, 255, 70) 100%);
	width: 95%;
	left: 0px;
	right: 0px;
	top: 0px;
	height: 302px;
	text-align: center;
	margin: auto;
	z-index: -1;
	border-radius: 0px 0px 50px 50px;
}
.form-title h1 {
	font-size: 60px;

}
.form-title {
	padding: 102px 0px 138px 0px;
}

.input-msg {
	background: transparent;
	border-radius: 10px;
	padding: 10px 13px;
	display: flex;
	align-items: center;
	max-width: 500px;
	margin: 20px auto;
}
.input-msg p:hover {
	color: #000 !important;
}
.success-msg {
	border: 2px solid #22bb62;
}
.error-msg {
	border: 2px solid #e21e51;
}
.info-msg {
	border: 2px solid #ffa370;
}
.info-msg:hover {
	background: #f7dbcc;
	cursor: pointer;
}
.info-msg:hover p {
	color: #000 !important;
}
.error-msg:hover {
	background: #ffd5e0;
}
.error-msg:hover p {
	color: #000 !important;
}
.success-msg:hover {
	background: #a9e6c2;
	cursor: pointer;
}
.success-msg:hover p {
	color: #000 !important;
}
.form-ico {
    position: absolute;
    top: 10px;
    right: 15px;
    margin: auto;
    width: 40px;
    height: 40px;
    padding: 8px 0;
    border-radius: 50%;
    text-align: center;

    color: #000;
    background: linear-gradient(
        135deg,
        #FFD700 0%,
        #D4AF37 50%,
        #F5D76E 100%
    );

    border: 1px solid rgba(255, 215, 0, 0.4);

    box-shadow:
        0 4px 12px rgba(212, 175, 55, 0.35),
        inset 0 1px 2px rgba(255, 255, 255, 0.3);

    transition: all 0.3s ease;
}

.form-ico:hover {
    transform: translateY(-2px);
    box-shadow:
        0 8px 20px rgba(212, 175, 55, 0.5),
        inset 0 1px 2px rgba(255, 255, 255, 0.4);
}

.form-icos {
	position: absolute;
	top: 20px;
	margin: auto;
	width: 40px;
	height: 40px;
	padding: 8px 0px;
	right: 15px;
	border-radius: 50%;

	text-align: center;
	color: #000;
	background: #36FDE6;
	background: -webkit-linear-gradient(90deg, rgba(54, 253, 230, 1) 0%, rgba(225, 255, 54, 1) 100%);
	background: -moz-linear-gradient(90deg, rgba(54, 253, 230, 1) 0%, rgba(225, 255, 54, 1) 100%);
	background: linear-gradient(90deg, rgba(54, 253, 230, 1) 0%, rgba(225, 255, 54, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#36FDE6", endColorstr="#E1FF36", GradientType=1);
}

.form-control:focus-visible {
	outline: none;
}
.form-control::placeholder {
	color: rgba(255, 255, 255, 0.5);
	opacity: 1;
}
a.text-white:hover {
	color: #56fdc5 !important;
}
.title small {
	font-size: 18px;
}

.form-selct {
	background: url(../images/select-arrow.png) center right 15px no-repeat, #15171c;
	color: rgba(255, 255, 255);
	border: 2px solid #414141;
}
.form-ico iconify-icon {
	font-size: 22px;
}
.footer-bg {
	background: #3b3b3b;
}

.inner-pages {
	position: relative;
	z-index: 1;
}.form-block {
	margin-bottom: 23px;
}
.inner-pages {
	position: relative;
	z-index: 1;
	background: #202020;
	border-radius: 20px;
	padding: 50px 0px;
	margin: 0px 40px;
}
.form-content::after {
	position: absolute;
	content: "";
	background: url("../images/breadcrumb_shape02.png") no-repeat;
	width: 63px;
	height: 63px;
	right: 13%;
	top: 190px;
	z-index: 9;
	animation-name: rotate;
	animation-duration: 5.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
.input-msg p {
	font-size: 15px ;
}
/********************************** innerpage end **********************************/


/**********************************innerpages end **********************************/

/************************ animation **********************************/


.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) {
	.banner-content h1 {
	font-size: 70px;
}
.abt-fea-box {
	width: auto;
	height: auto;
	padding: 18px 0px;
	background: #15171c;
	border-radius: 20px;
}
.abt-fea-active {
	background: #00f5d4;
	width: auto;
	height: auto;
	margin: 0 auto;
	margin-left: 0px;
	border-radius: 20px;
}
.abt-fea-active span {
	font-size: 30px;
	line-height: 38px;
}
.how-sec-list {
	margin: 40px 0px;

}
.security-box3 .theme-border-bottom {
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.insure-img img {
	max-width: 100%;
}
.risk-free {
	margin-top: 44px;
}
.security-box4 .theme-border-bottom {
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.h2, h2 {
	font-size: 40px;
}
.security-box1 {
	padding: 23px 20px 41px 20px;
}
.abt-title {
	margin-top: 0px;

}
.tp-footer-col-2 {
	padding-left: 0px;
}
.tp-footer-widget p {
	font-size: 14px !important;
}
.tp-footer-widget-menu ul li:not(:last-child) {
	margin-bottom: 12px;
}
.security-box {
	margin-bottom: 25px;
}
}
 @media only screen and (max-width: 991px) {

.inner-pages {
	padding: 50px 20px;
	margin: 0px;
}
.h2, h2 {
	font-size: 35px;
}
br{
	display: none;
}
h1 {
	font-size: 59px;
}
.abt-fea-bg1 {
	margin-top: 17px;
}
.abt-fea-bg3 {
	margin-top: 17px;
}
.abt-content h1 {
	margin-top: 60px;
}
.abt-content-main{
text-align: center;
}
.notification-stack {
	top: 20px;
	position: relative;
}
.how-content {
	text-align: center;
}
.phone-video video {
	width: 14%;
}
.support-team {
	padding: 0px 59px;
}
.support-bg {
	background: transparent;

}
.call-support {
	background: #007868;
	border-radius: 20px 20px 20px 0px;
}
.support-team {

	top: 0px;
}
.join-box.text-center {
	margin-bottom: 43px;
}
.tp-footer-widget {
	margin-top: 25px;
}
.news-letter .form-control {
	width: 100%;
}
.msg-btn {

	right: 8px;

}
}
 @media only screen and (max-width:767px) {
	.banner-content h1 {
	font-size: 50px;
}
.footer-btn .btn-primary {

	padding: 10px 31px;
	font-size: 14px;
}
}
 @media only screen and (max-width: 575px) {

.form-content::before {

	height: 312px;

}
.form-title {
	padding: 98px 0px 165px 0px;
}
.tp-footer-area {
	text-align: center;
}
.join-box {
	padding: 40px 8px;
}
}
@media only screen and (max-width: 424px) {
	.cpy-rights h6 {
	font-size: 14px !important;
}
.form-title h1 {
	font-size: 49px;
}
.input-msg {
	padding: 10px 6px;
	max-width: 100%;
	margin: 20px 10px;
}
.input-msg p {
	font-size: 12px;
}
.form-control {

	font-size: 14px;

}
.h2, h2 {
	font-size: 30px;
}
.banner-content h1 {
	font-size: 43px;
}
.join-box {
	clip-path: polygon(0% 0, 100% 0, 100% 15%, 100% 100%, 100% 100%, 5% 100%, 0 100%, 0 15%);

}
.support-team {
	padding: 0px 33px;
}
.added-phone {

	left: 0px;
}
.phone-video video {

	left: 2%;
}
.phone-video video {
	width: 28%;
}
.security-box4 {
	padding: 11px 10px 0px 10px;
}
}
@media only screen and (max-width: 390px) {

.footer-btn a:last-child {

	left: -17px;
}
.footer-btn .btn-primary {
	padding: 10px 21px;
	font-size: 13px;
}
.head-logo img {
	width: 100%;
}
.banner-content h1 {
	font-size: 37px;
}
.support-team {
	padding: 0px 10px;
}
.msg-btn .btn-primary {
	font-size: 14px;
}
p {

	font-size: 14px;

}
.fea-list li {

	width: 100%;

}
}