

/* Btn Style Nineteen */

.btn-style-nineteen{
	position: relative;
	font-size:15px;
	font-weight:400;
	padding:14px 40px;
	overflow: hidden;
	border-radius:3px;
	text-transform:capitalize;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	color: var(--white-color);
	font-family:var(--font-family-Inter);
	background-color:var(--color-seventyfive);
}

.btn-style-nineteen .txt{
	z-index: 2;	
	display: block;
	position: relative;
	width: 100%;
	height: 100%;	
}

.btn-style-nineteen::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	background-color:var(--color-seventythree);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.btn-style-nineteen:hover::before{
	opacity: 1;
	-webkit-transform: skewX(-180deg)  scale(0.8,1);
	transform: skewX(-180deg)  scale(0.8,1);
}

.btn-style-nineteen:hover .txt{
	color:#ffffff;
}

/* Btn Style Twenty */

.btn-style-twenty{
	position: relative;
	line-height: 30px;
	font-weight: 600;
	overflow:hidden;
	border-radius:4px;
	display: inline-block;
	font-size: var(--font-15);
	text-transform:capitalize;
	color: var(--color-seventytwo);
}

.btn-style-twenty:hover{
	color: #2ebacb;
}

.btn-style-twenty .txt{
	position: relative;
	display:block;
	z-index:1;
	padding:14px 30px;
	background-color:var(--white-color);
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.btn-style-twenty:hover .txt{
	color:#ffffff;
	-webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	-moz-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	-ms-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	-o-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	box-shadow: 0 10px 30px rgba(0,0,0,0.10);
}

.btn-style-twenty .txt:before{
	position: absolute;
	left: 0;
	top: 0;
	z-index:-1;
	height: 100%;
	width: 100%;
	content: "";
	background-color: var(--color-seventytwo);
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.btn-style-twenty:hover .txt:before{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
}

/* Header Style Seven */

.header-style-seven{
	top:40px;
}
header.main-header.header-style-seven .header-lower .logo-box {padding: 0;}
.header-style-seven .main-menu .navigation > li:hover > a,
.header-style-seven .main-menu .navigation > li.current > a,
.header-style-seven .sticky-header .main-menu .navigation > li:hover > a,
.header-style-seven .sticky-header .main-menu .navigation > li.current > a{
	color:var(--color-seventythree);
}

.header-style-seven .main-menu .navigation > li > ul,
.header-style-seven .main-menu .navigation > li > ul > li > ul{
	background-color:var(--color-seventythree);
}

.header-style-seven .main-menu .navigation > li > ul > li > a,
.header-style-seven .main-menu .navigation > li > ul > li > ul > li > a{
	font-family:var(--font-family-Inter);
}

.header-style-seven .login-nav{
	position:relative;
}

.header-style-seven .login-nav li{
	position:relative;
	display:inline-block;
	margin-left:var(--margin-left-25);
}

.header-style-seven .login-nav li a{
	position:relative;
	font-weight:600;
	font-size:var(--font-14);
	display:inline-block;
	color:var(--color-seventyfour);
	font-family:var(--font-family-Inter);
}

.header-style-seven .login-nav li:last-child a{
	padding:10px 25px;
	border-radius:4px;
	color:var(--white-color);
	background-color:var(--color-seventyfive);
}

.header-style-seven .login-nav li:last-child a:hover{
	background-color:var(--color-seventythree);
}

.header-style-seven .header-lower .inner-container{
	padding:0px 20px 0px 30px;
	background-color:var(--white-color);
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.header-style-seven .main-menu .navigation > li > a{
	padding:23px 0px;
	font-weight:600;
	font-size:var(--font-16);
	color:var(--color-seventytwo);
	font-family:var(--font-family-Inter);
}

.main-header.header-style-seven .auto-container{
	max-width:1200px;
}

.main-header.header-style-seven .main-menu .navigation > li{
	margin-right:var(--margin-right-40);
}

.main-header.header-style-seven .main-menu .navigation > li:last-child{
	margin:var(--margin-zero);
}

.main-header.header-style-seven .main-menu .navigation > li.dropdown > a{
	padding-right:var(--padding-zero);
}

.main-header.header-style-seven .main-menu .navigation > li.dropdown > a:before{
	display:none;
}

/***

==================================================================
	Banner Section Three
==================================================================

***/

.banner-section-three{
	position:relative;
	padding:210px 0px 150px;
	background-size:cover;
}

.banner-section-three .auto-container{
	max-width:1200px;
}

.banner-section-three .content{
	position:relative;
	max-width:660px;
	width:100%;
}

.banner-section-three .title{
	position:relative;
	font-weight:600;
	font-size:var(--font-17);
	text-transform:uppercase;
	color:var(--color-seventyfive);
	font-family:var(--font-family-Inter);
}

.banner-section-three h2{
	font-weight:400;
	margin-top:var(--margin-top-15);
	color:var(--color-seventytwo);
}

.banner-section-three h2 span{
	font-weight:700;
}

.banner-section-three .text{
	opacity:1;
	line-height:32px;
	font-size:var(--font-20);
	color:var(--color-seventysix);
	margin-top:var(--margin-top-25);
	font-family:var(--font-family-Inter);
	margin-bottom:var(--margin-bottom-50);
}

.banner-section-three .email-box-two{
	max-width:500px;
}

.banner-section-three .reviews{
	position:relative;
	max-width:350px;
	width:100%;
	text-align:center;
	margin-top:var(--margin-top-50);
}

.banner-section-three .reviews .rating{
	position:relative;
	margin-top:var(--margin-top-20);
}

.banner-section-three .reviews .rating .fa{
	position:relative;
	font-size:var(--font-16);
	color:var(--color-seventyseven);
}

.banner-section-three .reviews .total-review{
	position:relative;
	color:var(--font-14);
	color:var(--color-seventytwo);
	margin-top:var(--margin-top-5);
	font-family:var(--font-family-Inter);
}

.email-box-two{
	position:relative;
}

.email-box-two .form-group{
	position:relative;
	margin:0px;
	width:100%;
	max-width:100%;
	padding-right:175px;
}

.email-box-two .form-group input[type="text"],
.email-box-two .form-group input[type="email"]{
	position:relative;
	line-height:43px;
	padding:10px 15px 10px 25px;
	display:block;
	font-size:var(--font-15);
	height:50px;
	width:100%;
	color:var(--text-color);
	box-shadow:inherit;
	border-radius:2px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	font-family:var(--font-family-Inter);
	background-color:var(--white-color);
	border:2px solid var(--color-seventyfive);
}

.email-box-two .form-group input::placeholder,
.email-box-two .form-group textarea::placeholder{
	color:var(--text-color);
}

.email-box-two .form-group button{
	position:absolute;
	right:0px;
	top:0px;
}

/** bubble-dotted **/

.bubble-dotted {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	pointer-events: none;
  }
  
  .bubble-dotted .dotted{
	position: absolute;
	border-radius: 50%;
  }
  
  .bubble-dotted .dotted-1{
	width: 11px;
	height: 11px;
	left: 100px;
	top: 50%;
	-webkit-animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
	-moz-animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
  }
  
  .bubble-dotted .dotted-2{
	width: 7px;
	height: 7px;
	left: 240px;
	top: 40%;
	-webkit-animation: animateBubble 10s linear infinite,sideWays 4s ease-in-out infinite alternate;
	-moz-animation: animateBubble 10s linear infinite,sideWays 4s ease-in-out infinite alternate;
	animation: animateBubble 10s linear infinite,sideWays 4s ease-in-out infinite alternate;
  }
  
  .bubble-dotted .dotted-3{
	width: 11px;
	height: 11px;
	left: 460px;
	top: 30%;
	-webkit-animation: animateBubble 18s linear infinite,sideWays 2s ease-in-out infinite alternate;
	-moz-animation: animateBubble 18s linear infinite,sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 18s linear infinite,sideWays 2s ease-in-out infinite alternate;
  }
  
  .bubble-dotted .dotted-4{
	width: 16px;
	height: 16px;
	left: 430px;
	top: 90%;
	-webkit-animation: animateBubble 12s linear infinite,sideWays 3s ease-in-out infinite alternate;
	-moz-animation: animateBubble 12s linear infinite,sideWays 3s ease-in-out infinite alternate;
	animation: animateBubble 12s linear infinite,sideWays 3s ease-in-out infinite alternate;
  }
  
  .bubble-dotted .dotted-5{
	width: 6px;
	height: 6px;
	left: 50%;
	top: 50%;
	-webkit-animation: animateBubble 19s linear infinite,sideWays 4s ease-in-out infinite alternate;
	-moz-animation: animateBubble 19s linear infinite,sideWays 4s ease-in-out infinite alternate;
	animation: animateBubble 19s linear infinite,sideWays 4s ease-in-out infinite alternate;
  }
  
  .bubble-dotted .dotted-6{
	width: 9px;
	height: 9px;
	left: 70%;
	top: 230px;
	-webkit-animation: animateBubble 11s linear infinite,sideWays 2s ease-in-out infinite alternate;
	-moz-animation: animateBubble 11s linear infinite,sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 11s linear infinite,sideWays 2s ease-in-out infinite alternate;
  }
  
  .bubble-dotted .dotted-7{
	width: 6px;
	height: 6px;
	left: 65%;
	top: 30%;
	-webkit-animation: animateBubble 10s linear infinite,sideWays 2s ease-in-out infinite alternate;
	-moz-animation: animateBubble 10s linear infinite,sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 10s linear infinite,sideWays 2s ease-in-out infinite alternate;
  }
  
  .bubble-dotted .dotted-8{
	width: 6px;
	height: 6px;
	left: 85%;
	top: 35%;
	-webkit-animation: animateBubble 12s linear infinite,sideWays 3s ease-in-out infinite alternate;
	-moz-animation: animateBubble 12s linear infinite,sideWays 3s ease-in-out infinite alternate;
	animation: animateBubble 12s linear infinite,sideWays 3s ease-in-out infinite alternate;
  }
  
  .bubble-dotted .dotted-9{
	width: 13px;
	height: 13px;
	left: 90%;
	top: 40%;
	-webkit-animation: animateBubble 19s linear infinite,sideWays 4s ease-in-out infinite alternate;
	-moz-animation: animateBubble 19s linear infinite,sideWays 4s ease-in-out infinite alternate;
	animation: animateBubble 19s linear infinite,sideWays 4s ease-in-out infinite alternate;
  }
  
  .bubble-dotted .dotted-10{
	width: 12px;
	height: 12px;
	left: 80%;
	top: 70%;
	-webkit-animation: animateBubble 16s linear infinite,sideWays 2s ease-in-out infinite alternate;
	-moz-animation: animateBubble 16s linear infinite,sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 16s linear infinite,sideWays 2s ease-in-out infinite alternate;
  }
  
  .subscribe-section .bubble-dotted .dotted{
	position: absolute;
	background: #fff;
	border-radius: 50%;
  }
  
  .subscribe-section .bubble-dotted .dotted-1 {
	width: 6px;
	height: 6px;
	left: 270px;
	top: 100px;
  }
  
  .subscribe-section .bubble-dotted .dotted-2 {
	width: 6px;
	height: 6px;
	left: 190px;
	top: 210px;
  }
  
  .subscribe-section .bubble-dotted .dotted-3 {
	width: 11px;
	height: 11px;
	left: 150px;
	top: 90%;
  }
  
  .subscribe-section .bubble-dotted .dotted-4 {
	width: 11px;
	height: 11px;
	left: 25%;
	top: 100px;
  }
  
  .subscribe-section .bubble-dotted .dotted-5 {
	width: 11px;
	height: 11px;
	left: 45%;
	top: 60px;
  }
  
  .subscribe-section .bubble-dotted .dotted-6 {
	width: 6px;
	height: 6px;
	left: 50%;
	top: 370px;
  }
  
  .subscribe-section .bubble-dotted .dotted-7 {
	width: 9px;
	height: 9px;
	left: 75%;
	top: 25px;
  }
  
  .subscribe-section .bubble-dotted .dotted-8 {
	width: 8px;
	height: 8px;
	left: 77%;
	top: 170px;
  }
  
  .subscribe-section .bubble-dotted .dotted-9 {
	width: 6px;
	height: 6px;
	left: 85%;
	top: 50%;
  }
  
  .subscribe-section .bubble-dotted .dotted-10 {
	width: 6px;
	height: 6px;
	left: 90%;
	top: 80%;
  }
  
  .faq-section .bubble-dotted .dotted{
	border-radius: 50%;
  }
  
  .faq-section .bubble-dotted .dotted-1{
	width: 11px;
	height: 11px;
	left: 500px;
	top: 270px;
  }
  
  .faq-section .bubble-dotted .dotted-2{
	width: 7px;
	height: 7px;
	left: 280px;
	top: 380px;
  }
  
  .faq-section .bubble-dotted .dotted-3{
	width: 11px;
	height: 11px;
	left: 140px;
	top: 55%;
  }
  
  .faq-section .bubble-dotted .dotted-4{
	width: 16px;
	height: 16px;
	left: 440px;
	top: 85%;
  }
  
  .faq-section .bubble-dotted .dotted-5{
	width: 9px;
	height: 9px;
	left: 75%;
	top: 190px;
  }
  
  .faq-section .bubble-dotted .dotted-6{
	width: 8px;
	height: 8px;
	left: 80%;
	top: 340px;
  }
  
  .faq-section .bubble-dotted .dotted-7{
	width: 13px;
	height: 13px;
	left: 95%;
	top: 50%;
  }
  
  .faq-section .bubble-dotted .dotted-8{
	width: 12px;
	height: 12px;
	left: 75%;
	top: 80%;
  }
  
  .bubble-dotted .dotted-1{
	background-color:var(--color-seventyfive);
  }
  
  .bubble-dotted .dotted-2{
	background-color:var(--color-seventyfive);
  }
  
  .bubble-dotted .dotted-3{
	background-color:var(--color-seventyfive);
  }
  
  .bubble-dotted .dotted-4{
	background-color:var(--color-seventyfive);
  }
  
  .bubble-dotted .dotted-5{
	background-color:var(--color-seventyfive);
  }
  
  .bubble-dotted .dotted-6{
	background-color:var(--color-seventyfive);
  }
  
  .bubble-dotted .dotted-7{
	background-color:var(--color-seventyfive);
  }
  
  .bubble-dotted .dotted-8{
	background-color:var(--color-seventyfive);
  }
  
  .bubble-dotted .dotted-9{
	background-color:var(--color-seventyfive);
  }
  
  .bubble-dotted .dotted-10{
	background-color:var(--color-seventyfive);
  }
  
  @-webkit-keyframes animateBubble{0%{margin-top:20%}100%{margin-top:-30%}}@-moz-keyframes animateBubble{0%{margin-top:20%}100%{margin-top:-30%}}@keyframes animateBubble{0%{margin-top:20%}100%{margin-top:-30%}}@-webkit-keyframes sideWays{0%{margin-left:0}100%{margin-left:25px}}@-moz-keyframes sideWays{0%{margin-left:0}100%{margin-left:25px}}@keyframes sideWays{0%{margin-left:0}100%{margin-left:25px}}

/***

==================================================================
	Banner Section Three
==================================================================

***/

.rewards-section{
	position:relative;
	padding:95px 0px 70px;
	background-color:var(--color-seventythree);
}

.rewards-section .title-column{
	position:relative;
	margin-bottom:var(--margin-bottom-30);
}

.rewards-section .title-column .icon{
	position:relative;
	line-height:1em;
	color:var(--white-color);
	font-size:var(--font-70);
	font-family: "flaticon3";
	margin-bottom:var(--margin-bottom-30);
}

.rewards-section .title-column h2{
	max-width:300px;
	line-height:55px;
	color:var(--white-color);
	font-family:var(--font-family-Inter);
}

.rewards-section .blocks-column{
	position:relative;
	margin-bottom:var(--margin-bottom-30);
}

.rewards-section .blocks-column .inner-column{
	position:relative;
	margin-left:-60px;
	margin-top:-200px;
}

.rewards-section .blocks-column .row{
	margin:0px -7px;
}

.rewards-section .blocks-column .reward-block-two{
	padding:0px 7px;
}

.rewards-section .blocks-column .reward-block-two:nth-child(2) .inner-box{
	text-align:right;
	border-radius:50% 50% 50% 0%;
	padding-left:var(--padding-left-25);
	padding-right:var(--padding-right-50);
}

.rewards-section .blocks-column .reward-block-two:nth-child(2) .inner-box .text{
	text-align:left;
}

.rewards-section .blocks-column .reward-block-two:nth-child(3) .inner-box{
	border:0px;
	border-radius:50% 0% 50% 50%;
	padding-left:var(--padding-left-45);
}

.rewards-section .blocks-column .reward-block-two:nth-child(3) .inner-box .text{
	margin-top:var(--margin-zero);
	margin-bottom:var(--margin-bottom-15);
}

.rewards-section .blocks-column .reward-block-two:nth-child(4) .inner-box{
	border:0px;
	text-align:right;
	border-radius:0% 50% 50% 50%;
	padding-right:var(--padding-right-45);
}

.rewards-section .blocks-column .reward-block-two:nth-child(4) .inner-box .text{
	text-align:left;
	margin-top:var(--margin-zero);
	margin-bottom:var(--margin-bottom-15);
}

.rewards-section .blocks-column .lower-text{
	position:relative;
	text-align:center;
	font-size:var(--font-17);
	color:var(--white-color);
	margin-top:var(--margin-top-25);
	font-family:var(--font-family-Inter);
	margin-bottom:var(--margin-bottom-30);
}

.reward-block-two{
	position:relative;
	margin-bottom:var(--margin-bottom-15);
}

.reward-block-two .inner-box{
	position:relative;
	line-height:28px;
	background-size:cover;
	padding:40px 25px 40px 40px;
	border-radius:50% 50% 0px 50%;
	border:1px solid rgba(255,255,255,0.30);
	background-color:rgba(255,255,255,0.06);
	background-position:center top;
	background-repeat:no-repeat;
}

.reward-block-two .inner-box .icon{
	position:relative;
	line-height:1em;
	font-size:var(--font-60);
	font-family: "flaticon3";
	color:var(--white-color);
	display:inline-block;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.reward-block-two .inner-box:hover .icon{
	transform:rotateY(180deg);
}

.reward-block-two .inner-box .text{
	position:relative;
	opacity:1;
	text-align:right;
	font-size:var(--font-17);
	color:var(--white-color);
	margin-top:var(--margin-top-20);
	font-family:var(--font-family-Inter);
}

.rewards-section .text-column{
	position:relative;
	margin-bottom:var(--margin-bottom-30);
}

.rewards-section .text-column .text{
	line-height:28px;
	font-size:var(--font-17);
	color:var(--color-seventyeight);
	font-family:var(--font-family-Inter);
	margin-top:var(--margin-top-130);
}

/***

==================================================================
	Choose Section
==================================================================

***/

.choose-section{
	position:relative;
	padding:110px 0px 110px;
	background-color:var(--color-seventynine);
}

.choose-section .sec-title-four{
	margin-bottom:var(--margin-bottom-65);
}

.choose-section .lower-text{
	position:relative;
	text-align:center;
	font-size:var(--font-17);
	margin-top:var(--margin-top-15);
	color:var(--color-seventythree);
}

.choose-block{
	position:relative;
	margin-bottom:var(--margin-bottom-30);
}

.choose-block .inner-box{
	position:relative;
	border-radius:8px;
	overflow:hidden;
	padding:40px 30px 45px;
	background-color:var(--white-color);
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.choose-block .inner-box .color-one{
	position:absolute;
	left:0px;
	top:0px;
	width:50%;
	bottom:0px;
	opacity:0;
	background-color:var(--color-seventythree);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transform:scale(0.2,1);
}

.choose-block .inner-box .color-two{
	position:absolute;
	right:0px;
	top:0px;
	width:50%;
	bottom:0px;
	opacity:0;
	background-color:var(--color-seventythree);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transform:scale(0.2,1);
}

.choose-block .inner-box:hover .color-one,
.choose-block .inner-box:hover .color-two{
	opacity:1;
	transform:scale(1,1);
}

.choose-block .inner-box .icon{
	position:relative;
	line-height:88px;
	width:88px;
	height:88px;
	text-align:center;
	display:inline-block;
	margin-left:-10px;
	border-radius:50px;
	font-size:var(--font-50);
	color:var(--black-color);
	font-family: "flaticon3";
	background-color:var(--white-color);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.choose-block .inner-box:hover .icon{
	-webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.choose-block .inner-box h5{
	position:relative;
	font-size:var(--font-22);
	margin-top:var(--margin-top-5);
	font-family:var(--font-family-Inter);
}

.choose-block .inner-box h5 a{
	position:relative;
	color:var(--color-seventytwo);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.choose-block .inner-box .text{
	position:relative;
	opacity:1;
	line-height:24px;
	font-size:var(--font-15);
	margin-top:var(--margin-top-15);
	color:var(--color-seventytwo);
	font-family:var(--font-family-Inter);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.choose-block .inner-box:hover .text,
.choose-block .inner-box:hover h5 a{
	color:var(--white-color);
}

/*** 

====================================================================
	Section Title Four
====================================================================

***/

.sec-title-four{
	position:relative;
	margin-bottom:var(--margin-bottom-40);
}

.sec-title-four h2{
	font-weight:700; 
	font-size:var(--font-38);
	color:var(--color-seventytwo);
	font-family:var(--font-family-Inter);
}

.sec-title-four h2 span{
	color:var(--color-seventyfive);
}

.sec-title-four .text{
	opacity:1;
	line-height:28px;
	font-size:var(--font-17);
	color:var(--color-eighty);
	margin-top:var(--margin-top-20);
	font-family:var(--font-family-Inter);
}

.sec-title-four.light .text,
.sec-title-four.light h2{
	color:var(--white-color);
}

.sec-title-four.light .title{
	color:var(--white-color);
	border-color:var(--white-color);
}

.sec-title-four.centered{
	text-align: center !important;
}


/* Finance Products Section */

.finance-products-section{
	position:relative;
	padding:130px 0px 70px;
}

.finance-products-section .title-column{
	position:relative;
	margin-bottom:var(--margin-bottom-30);
}

.finance-products-section .title-column .inner-column{
	position:relative;
}

.finance-products-section .title-column .title{
	position:relative;
	font-weight:600;
	font-size:var(--font-18);
	color:var(--color-seventytwo);
	padding-left:var(--padding-left-80);
	margin-bottom:var(--margin-bottom-40);
	font-family:var(--font-family-Inter);
}

.finance-products-section .title-column .title .icon{
	position:absolute;
	left:0px;
	top:-45px;
}

.finance-products-section .title-column .play-box{
	position:relative;
	margin-right:var(--margin-right-25);
}

.finance-products-section .title-column .play-box .fa{
	position:relative;
	width:50px;
	height:50px;
	float:left;
	max-width:50px;
	margin-top:3px;
	line-height:50px;
	border-radius:50px;
	display:inline-block;
	color:var(--white-color);
	font-size:var(--font-15);
	text-align:center !important;
	margin-right:var(--margin-right-15);
	background-color:var(--color-eightyone);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.finance-products-section .title-column .play-box .fa:hover{
	background-color:var(--color-seventyfive);
}

.finance-products-section .title-column .play-box i{
	position:relative;
	font-style:normal;
	font-weight:600;
	display:inline-block;
	font-size:var(--font-16);
	color:var(--color-seventyfive);
	padding-top:var(--padding-top-15);
	font-family:var(--font-family-Inter);
	border-bottom:1px solid var(--color-seventyfive);
}

.finance-products-section .title-column .play-box .ripple,
.finance-products-section .title-column .play-box .ripple:before,
.finance-products-section .title-column .play-box .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width:50px;
	height: 50px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    -o-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 0 0 rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 0 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .1);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.finance-products-section .title-column .play-box .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.finance-products-section .title-column .play-box .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}

.finance-products-section .products-column{
	position:relative;
	margin-bottom:var(--margin-bottom-30);
}

.finance-products-section .products-column .inner-column{
	position:relative;
	height:460px;
	overflow-y: auto;
	padding:15px 15px;
}

.finance-products-section .products-column .inner-column::-webkit-scrollbar{
	width: 10px;
	border-radius:50px;
}

.finance-products-section .products-column .inner-column::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius:50px;
}
 
.finance-products-section .products-column .inner-column::-webkit-scrollbar-thumb {
	border-radius:50px;
	background: var(--color-seventyfive);
}

.finance-products-section .products-column .inner-column::-webkit-scrollbar-thumb:hover {
	background: #555;
}

/* Crypto Block */

.crypto-block{
	position:relative;
	margin-left:100px;
	margin-bottom:var(--margin-bottom-15);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.crypto-block:hover{
	position:relative;
	margin-left:20px;
}

.crypto-block .inner-box{
	position:relative;
	border-radius:5px;
	padding:16px 20px 16px 25px;
	background-color:var(--white-color);
	box-shadow:0px 0px 15px rgba(0,0,0,0.07);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.crypto-block .inner-box:hover{
	background-color:var(--color-seventyfive);
}

.crypto-block .inner-box .content{
	position:relative;
	min-height:70px;
	padding-top:var(--padding-top-5);
	padding-left:var(--padding-left-90);
}

.crypto-block .inner-box .icon{
	position:absolute;
	left:0px;
	top:0px;
	width:70px;
	height:70px;
	border-radius:50%;
	text-align:center;
	line-height:70px;
	background-color:var(--color-eightytwo);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.crypto-block .inner-box:hover .icon{
	transform:rotateY(180deg);
}

.crypto-block .inner-box:hover .title,
.crypto-block .inner-box:hover h5{
	color:var(--white-color);
}

.crypto-block .inner-box h5{
	font-weight:700;
	color:var(--color-seventytwo);
	font-family:var(--font-family-Inter);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.crypto-block .inner-box .title{
	position:relative;
	font-weight:400;
	font-size:var(--font-15);
	color:var(--color-eighty);
	margin-top:var(--margin-top-5);
	font-family:var(--font-family-Inter);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
	
.crypto-block .inner-box .more{
	position:absolute;
	right:0px;
	top:14px;
	font-weight:600;
	padding:9px 25px;
	border-radius:3px;
	font-size:var(--font-15);
	color:var(--white-color);
	font-family:var(--font-family-Inter);
	background-color:var(--color-eightythree);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.crypto-block .inner-box .more span{
	position:absolute;
	left:20%;
	top:9px;
	opacity:0;
	font-size:var(--font-18);
	font-family: "flaticon3";
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.crypto-block .inner-box .more:hover{
	padding-right:40px;
	padding-left:var(-padding-left-10);
}

.crypto-block .inner-box .more:hover span{
	opacity:1;
	left:70%;
}

.crypto-block.style-two .inner-box .more{
	background-color:var(--color-eightyfour);
}

.crypto-block.style-three .inner-box .more{
	background-color:var(--color-eightyone);
}

.crypto-block.style-four .inner-box .more{
	background-color:var(--color-eightyfive);
}

/* Btn Style Nineteen */

.btn-style-twentyone{
	position: relative;
	font-size:18px;
	font-weight:700;
	padding:18px 35px;
	overflow: hidden;
	border-radius:3px;
	text-transform:capitalize;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	color: var(--white-color);
	font-family:var(--font-family-Inter);
	background-color:var(--color-seventyfive);
}

.btn-style-twentyone .txt{
	z-index: 2;	
	display: block;
	position: relative;
	width: 100%;
	height: 100%;	
}

.btn-style-twentyone::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	background-color:var(--color-seventythree);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.btn-style-twentyone:hover::before{
	opacity: 1;
	-webkit-transform: skewX(-180deg)  scale(0.8,1);
	transform: skewX(-180deg)  scale(0.8,1);
}

.btn-style-twentyone:hover .txt{
	color:#ffffff;
}


/***

==================================================================
	Crypto Info Section
==================================================================

***/

.crypto-info-section{
	position:relative;
}

.crypto-info-section .inner-container{
	position:relative;
	padding-top:var(--padding-top-100);
	border-top:1px solid var(--color-eightysix);
}

.crypto-info-section .image-column{
	position:relative;
	margin-bottom:var(--margin-bottom-30);
}

.crypto-info-section .image-column .pattern-one{
	position:absolute;
	left:20px;
	bottom:0px;
	width:112px;
	height:173px;
	z-index:-1;
	background-repeat:no-repeat;
}

.crypto-info-section .image-column .inner-column{
	position:relative;
	padding-left:var(--padding-left-50);
}

.crypto-info-section .image-column .image{
	position:relative !important;
	float:left;
	overflow:hidden;
	border-radius:10px;
	box-shadow:0px 0px 30px rgba(0,0,0,0.15);
}

.crypto-info-section .image-column .image:nth-child(2){
	position:relative;
	transform:translateY(70px) !important;
	margin-left:var(--margin-left-30);
}

.crypto-info-section .image-column .trophy-icon{
	position:absolute;
	left:270px;
	bottom:200px;
}

.crypto-info-section .content-column{
	position:relative;
	margin-bottom:var(--margin-bottom-30);
}

.crypto-info-section .content-column .list{
	position:relative;
}

.crypto-info-section .content-column .list li:before{
	position:absolute;
	content:'';
	left:0px;
	top:5px;
	width:16px;
	height:16px;
	background:url(../images/icons/icon-3.png) no-repeat;
}

.crypto-info-section .content-column .list li{
	position:relative;
	font-size:var(--font-17);
	color:var(--color-seventytwo);
	padding-left:var(--padding-left-35);
	font-family:var(--font-family-Inter);
	margin-bottom:var(--margin-bottom-20);
}

.crypto-info-section .content-column .list li:last-child{
	margin-bottom:var(--margin-zero);
}

.crypto-info-section .content-column .button-box{
	position:relative;
	margin-top:var(--margin-top-50);
}

/***

==================================================================
	Finance Sponsors Section
==================================================================

***/

.finance-sponsors-section-two{
	position:relative;
	padding:60px 0px 70px;
}

.finance-sponsors-section-two .inner-container{
	position:relative;
}

.finance-sponsors-section-two .sponsors-outer{
	position:relative;
}

.finance-sponsors-section-two .sponsors-outer .owl-dots,
.finance-sponsors-section-two .sponsors-outer .owl-nav{
	position:relative;
	display:none;
}

.finance-sponsors-section-two .sponsors-outer .image-box{
	position:relative;
	text-align:center;
	margin:var(--margin-zero);
}

.finance-sponsors-section-two .sponsors-outer .image-box img{
	max-width:100%;
	width:auto;
	display:inline-block;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.finance-sponsors-section-two .sponsors-outer .image-box img:hover{
	opacity:0.6;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

/*** 

====================================================================
	Testimonial Section Seven
====================================================================

***/

.testimonial-section-seven{
	position:relative;
	padding:270px 0px 0px;
}

.testimonial-section-seven .image-layer{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	height:639px;
	background-attachment:fixed;
	background-size:cover;
}

.testimonial-section-seven .carousel-box{
	position:relative;
	max-width:480px;
	width:100%;
	border-radius:10px;
	padding:75px 60px 90px;
	background-color:var(--white-color);
	box-shadow:0px 10px 25px rgba(0,0,0,0.15);
}

.testimonial-section-seven .carousel-box .quote-icon{
	position:absolute;
	right:50px;
	top:-25px;
	line-height:1em;
	font-size:var(--font-70);
	color:var(--color-seventyfive);
	font-family: "flaticon";
}

.testimonial-section-seven .carousel-box h3{
	color:var(--color-seventytwo);
	font-family:var(--font-family-Inter);
	margin-bottom:var(--margin-bottom-20);
}

.testimonial-section-seven .carousel-box .owl-dots{
	display:none;
}

.testimonial-section-seven .carousel-box .owl-nav{
	position:absolute;
	left:0px;
	bottom:-125px;
}

.testimonial-section-seven .carousel-box .owl-nav .owl-prev,
.testimonial-section-seven .carousel-box .owl-nav .owl-next{
	position:relative;
	width:75px;
	height:75px;
	margin:0px 8px;
	line-height:75px;
	text-align:center;
	border-radius:50%;
	display:inline-block;
	font-size:var(--font-32);
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	background-color:var(--color-eightysix);
}

.testimonial-section-seven .carousel-box .owl-nav .owl-prev:hover,
.testimonial-section-seven .carousel-box .owl-nav .owl-next:hover{
	background-color:var(--color-seventyfive);
	color:var(--white-color);
}

.testimonial-block-six{
	position:relative;
}

.testimonial-block-six .inner-box{
	position:relative;
}

.testimonial-block-six .inner-box .text{
	position:relative;
	line-height:28px;
	opacity:1;
	font-size:var(--font-15);
	color:var(--color-eighty);
}

.testimonial-block-six .author-info{
	position:relative;
	margin-top:var(--margin-top-35);
}

.testimonial-block-six .author-info .info-inner{
	position:relative;
	padding-top:var(--padding-top-5);
	padding-left:var(--padding-left-80);
}

.testimonial-block-six .author-info .author-image{
	position:absolute;
	left:0px;
	top:0px;
	overflow:hidden;
	border-radius:50%;
}

.testimonial-block-six .author-info strong{
	position:relative;
	display:block;
	font-size:var(--font-18);
	color:var(--color-seventytwo);
	font-family:var(--font-family-Inter);
}

.testimonial-block-six .author-info .designation{
	position:relative;
	opacity:1;
	font-size:var(--font-15);
	color:var(--color-eightyseven);
	margin-top:var(--margin-top-5);
	font-family:var(--font-family-Inter);
}

.testimonial-block-six .rating{
	position:relative;
	color:var(--color-seventyseven);
	margin-top:var(--margin-top-5);
}
.testimonial-section-seven .carousel-box .owl-nav .owl-prev .fa, .testimonial-section-seven .carousel-box .owl-nav .owl-next .fa {
	font-weight: 400 !important;
}

/*** 

====================================================================
	Counter Section Three
====================================================================

***/

.counter-section-three{
	position:relative;
	padding:120px 0px 100px;
}

.counter-section-three .inner-container{
	position:relative;
	padding:0px 50px;
}

.counter-section-three .counter-column{
	position:relative;
	margin-bottom:var(--margin-bottom-30);
}

.counter-section-three .counter-column .inner-column{
	position:relative;
	min-height:140px;
	padding-top:var(--padding-top-35);
	padding-left:var(--padding-left-150);
}

.counter-section-three .counter-column .icon{
	position:absolute;
	left:0px;
	top:0px;
	line-height:1em;
}

.counter-section-three .counter-column .text{
	position:relative;
	margin-top:var(--margin-top-5);
}


/*** 

====================================================================
	Subscribe Section Three
====================================================================

***/

.subscribe-section-three{
	position:relative;
}

.subscribe-section-three .inner-container{
	position:relative;
	padding:95px 30px 65px;
	border-radius:90px 0px 0px 0px;
	background-color:var(--color-seventynine);
}

.subscribe-section-three .inner-container .side-icon{
	position:absolute;
	right:-80px;
	top:-75px;
}

.subscribe-section-three .inner-container .pattern-layer{
	position:absolute;
	right:50px;
	z-index:-1;
	bottom:-95px;
	width:193px;
	height:112px;
}

.subscribe-section-three .title-box{
	position:relative;
	text-align:center;
}

.subscribe-section-three .title-box h2{
	font-weight:700;
	line-height:44px;
	font-size:var(--font-38);
	color:var(--color-seventytwo);
	margin-bottom:var(--margin-bottom-50);
	font-family:var(--font-family-Inter);
}

.subscribe-section-three .title-box h2 span{
	color:var(--color-seventyfive);
}

.subscribe-section-three .email-box-three{
	max-width:575px;
	margin:0 auto;
}

.email-box-three{
	position:relative;
}

.email-box-three .form-group{
	position:relative;
	margin:0px;
	width:100%;
	max-width:100%;
	padding-right:185px;
}

.email-box-three .form-group input[type="text"],
.email-box-three .form-group input[type="email"]{
	position:relative;
	line-height:43px;
	padding:10px 15px 10px 25px;
	display:block;
	font-size:var(--font-15);
	height:70px;
	width:100%;
	color:var(--text-color);
	box-shadow:inherit;
	border-radius:2px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	font-family:var(--font-family-Inter);
	background-color:var(--white-color);
}

.email-box-three .form-group input::placeholder,
.email-box-three .form-group textarea::placeholder{
	color:var(--text-color);
}

.email-box-three .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	padding:24px 40px;
}


/*** 

====================================================================
	Payments Section
====================================================================

***/

.payments-section{
	position:relative;
	padding:110px 0px 100px;
}

.payments-section .payment-options{
	position:relative;
	text-align:center;
}

.payments-section .payment-options li{
	position:relative;
	margin:0px 5px;
	display:inline-block;
}

.cursor {
  width: 32px;
  height: 32px;
  z-index:999999;
  border-radius: 50%;
  position: absolute;
  /* transition-duration: 200ms; 
  transition-timing-function: ease-out;*/
  animation: cursorAnim 0.2s infinite alternate;
  pointer-events: none;
}

.cursor::after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  border: 12px solid var(--color-seventyfive);
  border-radius: 50%;
  opacity: 1;
  top: 0px;
  left: 0px;
  animation: cursorAnim2 0.5s infinite alternate;
}

@keyframes cursorAnim {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0.7);
  }
}
@keyframes cursorAnim2 {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0.4);
  }
}
@keyframes cursorAnim3 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(3);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.expand {
  animation: cursorAnim3 0.5s forwards;
  border: 1px solid var(--main-color);
}

/*** 

====================================================================
	Footer Style Four
====================================================================

***/

.footer-style-four{
	position:relative;
	background-color:var(--color-seventynine);
}

.footer-style-four .widgets-section{
	position:relative;
	padding:60px 0px 30px;
}

.footer-style-four .footer-column{
	position:relative;
	margin-bottom:var(--margin-bottom-30);
}

.footer-style-four h4{
	font-family:var(--font-family-Inter);
	margin-top:var(--margin-top-35);
	margin-bottom:var(--margin-bottom-25);
}

.footer-style-four .logo-widget{
	position:relative;
}

.footer-style-four .logo-widget .logo{
	position:relative;
}

.footer-style-four .logo-widget .text{
	position:relative;
	line-height:26px;
	opacity:1;
	font-size:var(--font-16);
	color:var(--color-seventysix);
	margin-bottom:var(--margin-bottom-50);
	font-family:var(--font-family-Inter);
}

.footer-style-four .logo-widget .download{
	position:relative;
	opacity:1;
	font-size:var(--font-16);
	color:var(--color-seventysix);
	margin-bottom:var(--margin-bottom-15);
}

.footer-style-four .logo-widget .download span{
	position:relative;
	font-weight:700;
	color:var(--color-seventyfive);
}

.footer-style-four .logo-widget .app-btns a{
	display:inline-block;
	margin-right:var(--margin-right-10);
}

.footer-style-four .logo-widget .app-btns a:last-child{
	margin-right:var(--margin-zero);
}

.footer-style-four .list-list{
	position:relative;
}

.footer-style-four .list-list li{
	position:relative;
	line-height:24px;
	font-size:var(--font-16);
	color:var(--color-fourtyeight);
	font-family:var(--font-family-Inter);
	margin-bottom:var(--margin-bottom-20);
}

.footer-style-four .nav-list{
	position:relative;
}

.footer-style-four .nav-list li{
	position:relative;
	margin-bottom:var(--margin-bottom-15);
}

.footer-style-four .nav-list li a{
	position:relative;
	font-size:var(--font-16);
	color:var(--color-seventysix);
	font-family:var(--font-family-Inter);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.footer-style-four .nav-list li a:before{
	position:absolute;
	content:'';
	left:0px;
	top:9px;
	width:15px;
	height:3px;
	opacity:0;
	background-color:var(--color-seventyfive);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.footer-style-four .nav-list li a:hover{
	padding-left:var(--padding-left-25);
}

.footer-style-four .nav-list li a:hover::before{
	opacity:1;
}

.footer-style-four .timing{
	position:relative;
	line-height:26px;
	opacity:1;
	font-size:var(--font-16);
	color:var(--color-seventysix);
	margin-bottom:var(--margin-bottom-30);
	font-family:var(--font-family-Inter);
}

.footer-style-four .info-widget .contact-btn{
	position:relative;
	font-size:var(--font-16);
	color:var(--white-color);
	padding:18px 34px;
	display:inline-block;
	border-radius:6px;
	font-weight:600;
	text-transform:capitalize;
	font-family:var(--font-family-Inter);
	background-color:var(--color-seventyfive);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.footer-style-four .info-widget .contact-btn span{
	position:relative;
	font-family: "flaticon3";
	margin-left:var(--margin-left-5);
}

.footer-style-four .info-widget .contact-btn:hover{
	background-color:var(--color-seventythree);
}

.footer-style-four .footer-bottom{
	position:relative;
	padding:22px 0px;
	border-top:1px solid var(--color-eleven);
}

.footer-style-four .footer-bottom .copyright{
	position:relative;
	font-size:var(--font-15);
	color:var(--color-seventy);
	font-family:var(--font-family-Inter);
}

.footer-style-four .footer-bottom .copyright a{
	color:var(--color-two);
}

.footer-style-four .social-box{
	position:relative;
	text-align:right;
}

.footer-style-four .social-box li{
	position:relative;
	display:inline-block;
	margin-left:var(--margin-left-20);
}

.footer-style-four .social-box li a{
	position:relative;
	opacity:0.60;
	display:inline-block;
	font-size:var(--font-18);
	color:var(--color-eighty);
}

.footer-style-four .social-box li a:hover{
	opacity:1;
	color:var(--color-seventyfive);
}


.cursor {
	width: 32px;
	height: 32px;
	z-index:999999;
	border-radius: 50%;
	position: absolute;
	/* transition-duration: 200ms; 
	transition-timing-function: ease-out;*/
	animation: cursorAnim 0.2s infinite alternate;
	pointer-events: none;
  }
  
  .cursor::after {
	content: "";
	width: 24px;
	height: 24px;
	position: absolute;
	border: 12px solid var(--color-seventyfive);
	border-radius: 50%;
	opacity: 1;
	top: 0px;
	left: 0px;
	animation: cursorAnim2 0.5s infinite alternate;
  }
  
  @keyframes cursorAnim {
	from {
	  transform: scale(1);
	}
	to {
	  transform: scale(0.7);
	}
  }
  @keyframes cursorAnim2 {
	from {
	  transform: scale(1);
	}
	to {
	  transform: scale(0.4);
	}
  }
  @keyframes cursorAnim3 {
	0% {
	  transform: scale(1);
	}
	50% {
	  transform: scale(3);
	}
	100% {
	  transform: scale(1);
	  opacity: 0;
	}
  }
  .expand {
	animation: cursorAnim3 0.5s forwards;
	border: 1px solid var(--main-color);
  }


/* ============== */
.crypto-block {
	margin-left: 0;
}
@media only screen and (max-width: 1024px) {
	.main-header.header-style-seven .main-menu .navigation > li {
		margin-right: 25px;
	}
}