/*=========================================================
Author       : Bestwebcreator.
Template Name: Cryptoking - Bitcoin & ICO Cryptocurrency Landing Page HTML Template
Version      : 1.5
==============================================================*/

/*=============================================================
    CSS INDEX
    =============================
    01. GENERAL STYLE (body, link color, section-title, overlay, section-padding etc)
    02. HEADER DESIGN
	03. BANNER SECTION
	04. HOW IT WORKS SECTION
	05. ABOUT SECTION
	06. TOKEN SECTION
	07. TIMELINE SECTION
	08. TEAM SECTION
	09. FAQ SECTION
	10. CLIENT SECTION
	11. CONTACT SECTION
	12. FOOTER SECTION
	13. BLOG PAGE
	14. LOGIN PAGE
	15. MOBILE APP SECTION
	16. WHITEPAPER SECTION
*=============================================================*/
  
/*===================================*
  01. GENERAL STYLE
 *===================================*/
@import  url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");

body {
	background: var(--color-text) none repeat scroll 0 0;
	color: #7a7a7a;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
}
html,
body { 
	height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #052c46;
}
p {
	color:#7a7a7a;
	margin-bottom:30px;
}
a {
	color: #052c46;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	transition: all .5s ease;
}
a:hover {
	color: #20caf5;
	text-decoration: none;
	transition: all .5s ease;
}
a:focus {
	outline: none;
	text-decoration: none;
}
img {
	max-width: 100%;
}
ul,
li {
	margin: 0;
	padding: 0;
}
.form-control::-webkit-input-placeholder {
	color: #7ab9ff;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}
.form-control:-moz-placeholder {
	color: #7ab9ff;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}
.form-control::-moz-placeholder {
	color: #7ab9ff;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}
.form-control:-ms-input-placeholder {
	color: #7ab9ff;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}
fieldset {
	border: 0 none;
	margin: 0 auto;
	padding: 0;
}
section {
	padding: 100px 0;
	position:relative;
}
.no-padding { 
	padding: 0
}
section.small_pt {
	padding-top: 50px;
}
section.small_pb {
	padding-bottom: 50px;
}
.list_none li {
	list-style:none;
}
input {
	border: 0;
	padding: 10px 20px;
	width: 100%;
}
button {
	background: -webkit-linear-gradient(left, rgba(117,88,165,1) 0%,rgba(37,184,213,1) 99%);
	background: linear-gradient(to right, rgba(117,88,165,1) 0%,rgba(37,184,213,1) 99%);
	border: 0;
	border-radius: 40px;
	color: #ffffff;
	cursor: pointer;
	padding: 10px 20px;
	text-transform: uppercase;
	transition: all 0.5s ease 0s;
}
button:hover {
	color:#fff;
}
button:focus {
	outline:none;
}
.title_light h2, 
.title_green h2, 
.title_dark h2{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 30px;
	text-transform: capitalize;
}
.title_light span, 
.title_green span, 
.title_dark span {
	color: #7ab9ff;
	display: block;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.title_light h2,
.title_light p {
	color:#fff;
}
.title_green h2,
.title_green p {
	color: rgb(var(--tertiary-color));
}
.divider {
	clear:both;
	display:block;
	height:20px;
}
.bg_blue_dark {
	background-color :rgba(var(--color-bg), 1);
}
.bg_blue_green {
	background-color :rgba(var(--tertiary-color), 1);
}
.bg_black_dark {
	background-color :#080b1f;
}
.bg_blue {
	background-color :rgba(var(--main-color), 1);
}
.bg_green {
	background-color :rgba(var(--tertiary-color), 1);
}
.bg_blue_dark_pro {
	background-color: rgba(var(--main-color), 1);
}
.large_divider {
	height:100px;
}
.small_divider {
	height:50px;
}
.small_space {
	margin-top:20px;
}
.large_space {
	margin-top: 50px;
}
.container {
    position: relative;
    z-index: 5;
}
.animation,
.staggered-animation {
	visibility: hidden;
}

.v_light .title_light span, 
.v_light .title_dark span {
	color: #20caf5;
}
.v_light .form-control::-webkit-input-placeholder {
	color: #20caf5;
}
.v_light .form-control:-moz-placeholder {
	color: #20caf5;
}
.v_light .form-control::-moz-placeholder {
	color: #20caf5;
}
.v_light .form-control:-ms-input-placeholder {
	color: #20caf5;
}
.v_dark .title_light span, 
.v_dark .title_dark span,
.v_dark_light .title_light span, 
.v_dark_light .title_dark span {
	color: #20caf5;
}
.v_dark_light .title_dark h2 {
	color: #1a1c34;
}

/*START LOADER DESIGN*/
.preloader {
	background-color: rgb(var(--secondary-color-dark));
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	vertical-align: middle;
	z-index: 99999;
}
#g-spinner {
	position:relative;
	margin:0 auto;
	height:150px;
	margin: -100px auto 0;
	top: 50%;
	width:150px;
	border-radius:50%;
	opacity:0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}
#g-spinner.loading {
	opacity:1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition:1s ease-in-out all;
	transition:1s ease-in-out all;
	-webkit-animation:rotate 2s cubic-bezier(.465, .183, .153, .946) infinite;
	animation:rotate 2s cubic-bezier(.465, .183, .153, .946) infinite
}
#g-spinner>.circle {
	position:absolute;
	height:30px;
	width:30px;
	border-radius:50%
}
#g-spinner.loading>.circle.c1 {
	left:60px;
	top:5px;
	background:#fff;
	-webkit-animation:c1Center 4s cubic-bezier(.645, .045, .355, 1) infinite;
	animation:c1Center 4s cubic-bezier(.645, .045, .355, 1) infinite
}
#g-spinner.loading>.circle.c2 {
	left:5px;
	top:60px;
	background: rgb(var(--secondary-color-dark));
	-webkit-animation:c2Center 4s cubic-bezier(.645, .045, .355, 1) infinite;
	animation:c2Center 4s cubic-bezier(.645, .045, .355, 1) infinite
}
#g-spinner.loading>.circle.c3 {
	left:60px;
	bottom:5px;
	background:rgba(var(--secondary-color), 1);
	-webkit-animation:c3Center 4s cubic-bezier(.645, .045, .355, 1) infinite;
	animation:c3Center 4s cubic-bezier(.645, .045, .355, 1) infinite
}
#g-spinner.loading>.circle.c4 {
	right:5px;
	top:60px;
	background:rgb(var(--tertiary-color));
	-webkit-animation:c4Center 4s cubic-bezier(.645, .045, .355, 1) infinite;
	animation:c4Center 4s cubic-bezier(.645, .045, .355, 1) infinite
}
@-webkit-keyframes rotate {
	from {
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg)
}
to {
	-webkit-transform:rotate(360deg);
	transform:rotate(360deg)
}
}
@keyframes rotate {
	from {
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg)
}
to {
	-webkit-transform:rotate(360deg);
	transform:rotate(360deg)
}
}
@-webkit-keyframes c1Center {
0% {
	top:5px;
	background:#fff
}
24% {
	background:#fff
}
24% {
	background:#fff
}
25% {
	background:rgba(var(--secondary-color),1);
	top:60px
}
50% {
	background:rgba(var(--secondary-color),1);
	top:5px
}
55% {
	background:rgba(var(--secondary-color),1);
	top:5px
}
74% {
	background:rgba(var(--secondary-color),1)
}
75% {
	background:#fff;
	top:60px
}
100% {
	background:#fff;
	top:5px
}
}
@keyframes c1Center {
0% {
	top:5px;
	background:#fff
}
24% {
	background:#fff
}
24% {
	background:#fff
}
25% {
	background:rgba(var(--secondary-color),1);
	top:60px
}
50% {
	background:rgba(var(--secondary-color),1);
	top:5px
}
55% {
	background:rgba(var(--secondary-color),1);
	top:5px
}
74% {
	background:rgba(var(--secondary-color),1)
}
75% {
	background:#fff;
	top:60px
}
100% {
	background:#fff;
	top:5px
}
}
@-webkit-keyframes c2Center {
0% {
	background:rgb(var(--tertiary-color));
	left:5px
}
24% {
	background:rgb(var(--tertiary-color))
}
25% {
	background:rgba(3, 65, 127,1);
	left:60px
}
50% {
	background:rgba(3, 65, 127,1);
	left:5px
}
55% {
	background:rgba(3, 65, 127,1);
	left:5px
}
74% {
	background:rgba(3, 65, 127,1)
}
75% {
	background:rgb(var(--tertiary-color));
	left:60px
}
100% {
	background:rgb(var(--tertiary-color));
	left:5px
}
}
@keyframes c2Center {
0% {
	background:rgb(var(--tertiary-color));
	left:5px
}
24% {
	background:rgb(var(--tertiary-color))
}
25% {
	background:rgba(3, 65, 127,1);
	left:60px
}
50% {
	background:rgba(3, 65, 127,1);
	left:5px
}
55% {
	background:rgba(3, 65, 127,1);
	left:5px
}
74% {
	background:rgba(3, 65, 127,1)
}
75% {
	background:rgb(var(--tertiary-color));
	left:60px
}
100% {
	background:rgb(var(--tertiary-color));
	left:5px
}
}
@-webkit-keyframes c3Center {
0% {
	background:rgba(var(--secondary-color),1);
	bottom:5px
}
24% {
	background:rgba(var(--secondary-color),1)
}
25% {
	background:#fff;
	bottom:60px
}
50% {
	background:#fff;
	bottom:5px
}
55% {
	background:#fff;
	bottom:5px
}
74% {
	background:#fff
}
75% {
	background:rgba(var(--secondary-color),1);
	bottom:60px
}
100% {
	background:rgba(var(--secondary-color),1);
	bottom:5px
}
}
@keyframes c3Center {
0% {
	background:rgba(var(--secondary-color),1);
	bottom:5px
}
24% {
	background:rgba(var(--secondary-color),1)
}
25% {
	background:#fff;
	bottom:60px
}
50% {
	background:#fff;
	bottom:5px
}
55% {
	background:#fff;
	bottom:5px
}
74% {
	background:#fff
}
75% {
	background:rgba(var(--secondary-color),1);
	bottom:60px
}
100% {
	background:rgba(var(--secondary-color),1);
	bottom:5px
}
}
@-webkit-keyframes c4Center {
0% {
	background:rgba(3, 65, 127,1);
	right:5px
}
24% {
	background:rgba(3, 65, 127,1)
}
25% {
	background:rgb(var(--tertiary-color));
	right:60px
}
50% {
	background:rgb(var(--tertiary-color));
	right:5px
}
55% {
	background:rgb(var(--tertiary-color));
	right:5px
}
74% {
	background:rgb(var(--tertiary-color))
}
75% {
	background:rgba(3, 65, 127,1);
	right:60px
}
100% {
	background:rgba(3, 65, 127,1);
	right:5px
}
}
@keyframes c4Center {
0% {
	background:rgba(3, 65, 127,1);
	right:5px
}
24% {
	background:rgba(3, 65, 127,1)
}
25% {
	background:rgb(var(--tertiary-color));
	right:60px
}
50% {
	background:rgb(var(--tertiary-color));
	right:5px
}
55% {
	background:rgb(var(--tertiary-color));
	right:5px
}
74% {
	background:rgb(var(--tertiary-color))
}
75% {
	background:rgba(3, 65, 127,1);
	right:60px
}
100% {
	background:rgba(3, 65, 127,1);
	right:5px
}
}

.v_light .preloader {
	background-color: #f6f8ff;
}
.v_dark .preloader,
.v_dark_light .preloader {
	background-color: #0c0e28;
}
.v_blue_pro .preloader {
	background-color: #00137d;
}
 
/*END PRELOADER DESIGN*/

/* THEME DEMO CSS*/
.color-switch {
    background: #212121;
	left: -200px;
	padding: 20px 0;
	position: absolute;
	top: 0;
    transition: all .4s ease 0s;
	width: 200px;
    z-index: 9999999;
}
.color-switch p {
	color: #ffffff;
	margin: 0;
	padding: 10px 20px;
}
.color_box {
	padding:0px 20px;
}
.switch-active {
    left: 0;
}
.demo ul {
	position: fixed;
	left: 0px;
	top: 35%;
	z-index:999;
}
.demo ul li {
	position:relative;
}
.demo li a {
	background: #212121;
	color: #ffffff;
	display: block;
	font-size: 24px;
	height: 40px;
	line-height: 44px;
	text-align: center;
	width: 40px;
	transition: all .4s ease 0s;
}
.demo li a.bg-green {
	background-color: #73e080;
}
.demo li a.dm {
	background-color: #ef7240;
}
.demo li a i {
	line-height: normal;
}
.icon {
	left: 0;
	position: absolute;
	top:0;
}
.icon.switch-active {
	left: 200px;
}
.menu_link {
	left: 0;
	position: fixed;
	top: 30%;
	z-index: 99;
}
.menu_link a {
	color:#fff;
	padding:10px;
}
.color-switch button::after {
	color: #ffffff;
	content: "\f122";
	font-family: "Ionicons";
	font-size: 16px;
	left: 8px;
	opacity: 0;
	position: absolute;
	top: 5px;
}
.color-switch button {
	border: 0 none;
	border-radius: 3px;
	cursor: pointer;
	height: 30px;
	line-height: 20px;
	margin: 2px;
	padding: 0;
	position: relative;
	text-align: center;
	width: 30px;
}
.color-switch .active::after {
    opacity: 1;
}
.default {
	background: -webkit-linear-gradient(left, rgba(117,88,165,1) 0%,rgba(37,184,213,1) 99%);
	background: linear-gradient(to right, rgba(117,88,165,1) 0%,rgba(37,184,213,1) 99%);
}
.green {
	background: -webkit-linear-gradient(left, rgba(14,156,255,1) 0%,rgba(64,248,166,1) 99%);
	background: linear-gradient(to right, rgba(14,156,255,1) 0%,rgba(64,248,166,1) 99%);
}
.orange {
	background: -webkit-linear-gradient(left, rgba(238,168,73,1) 0%,rgba(244,107,69,1) 99%);
	background: linear-gradient(to right, rgba(238,168,73,1) 0%,rgba(244,107,69,1) 99%);
}
.pink {
	background: -webkit-linear-gradient(left, rgba(59,82,255,1) 0%,rgba(207,5,213,1) 99%);
	background: linear-gradient(to right, rgba(59,82,255,1) 0%,rgba(207,5,213,1) 99%);
}
.lightpink {
	background: -webkit-linear-gradient(left, rgba(255,103,203,1) 0%,rgba(255,204,103,1) 99%);
	background: linear-gradient(to right, rgba(255,103,203,1) 0%,rgba(255,204,103,1) 99%);
}
.lightblue {
	background: -webkit-linear-gradient(left, rgba(183,33,255,1) 0%,rgba(33,212,253,1) 99%);
	background: linear-gradient(to right, rgba(183,33,255,1) 0%,rgba(33,212,253,1) 99%);
}
.lightgreen {
	background: -webkit-linear-gradient(left, rgba(222,147,75,1) 0%,rgba(86,214,167,1) 99%);
	background: linear-gradient(to right, rgba(222,147,75,1) 0%,rgba(86,214,167,1) 99%);
}
.lightred {
	background: -webkit-linear-gradient(left, rgba(47,170,171,1) 0%,rgba(236,67,90,1) 99%);
	background: linear-gradient(to right, rgba(47,170,171,1) 0%,rgba(236,67,90,1) 99%);
}
.blue-pro {
	background: -webkit-linear-gradient(left, rgba(29,106,255,1) 0%,rgba(70,214,255,1) 99%);
	background: linear-gradient(to right, rgba(29,106,255,1) 0%,rgba(70,214,255,1) 99%);
}


/* BTN START */
.btn {
	border: 0 none;
	border-radius: 40px;
	font-size: 16px;
	height: 54px;
	line-height: 54px;
	padding: 0 25px;
	position: relative;
	text-transform: uppercase;
	vertical-align: middle;
}
.btn span {
	background-color: #ffffff;
	border-radius: 100%;
	color: #03417f;
	display: inline-block;
	font-size: 24px;
	height: 42px;
	line-height: 46px;
	margin-left: -20px;
	margin-right: 10px;
	margin-top: -1px;
	text-align: center;
	vertical-align: middle;
	width: 42px;
	transition: all .5s ease 0s;
}
.btn:hover span {
	color: #25b8d5;
}
.btn.active.focus, 
.btn.active:focus, 
.btn.active:hover, 
.btn:active:focus, 
.btn:active:hover,
.btn.active,
.btn:active,
.btn.focus:active, 
.btn:focus,
.btn.active:not(:disabled):not(.disabled), 
.btn:active:not(:disabled):not(.disabled) {
	box-shadow:none;
	outline:none;
}
.btn-default {
	background: -webkit-linear-gradient(left, rgba(117,88,165,1) 0%,rgba(37,184,213,1) 99%);
	background: linear-gradient(to right, rgba(117,88,165,1) 0%,rgba(37,184,213,1) 99%);
	border: 0;
	color: #fff;
	outline:none;
	text-transform:uppercase;
	z-index:2;
}
.btn-default:hover,.btn-border:hover {
	color:#fff;
}
.btn-default.active.focus, 
.btn-default.active:focus, 
.btn-default.active:hover, 
.btn-default:active:focus, 
.btn-default:active:hover,
.btn-default.active,
.btn-default:active,
.btn-default.focus:active, 
.btn-default:focus,
.btn.active:not(:disabled):not(.disabled), 
.btn:active:not(:disabled):not(.disabled) {
	background: -webkit-linear-gradient(left, rgba(37,184,213,1) 0%,rgba(117,88,165,1) 99%);
    background: linear-gradient(to right, rgba(37,184,213,1) 0%,rgba(117,88,165,1) 99%);
	box-shadow:none;
	color: #fff;
	outline:none;
}
.btn-default::before {
	background: -webkit-linear-gradient(left, rgba(37,184,213,1) 0%,rgba(117,88,165,1) 99%);
	background: linear-gradient(to right, rgba(37,184,213,1) 0%,rgba(117,88,165,1) 99%);
	border-radius: 40px;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: all 0.5s ease 0s;
	width: 100%;
	z-index: -1;
}
.btn-default:hover:before {
	opacity: 1;
}
.btn-border {
	background: -webkit-linear-gradient(left, rgba(117,88,165,1) 0%,rgba(37,184,213,1) 99%);
	background: linear-gradient(to right, rgba(117,88,165,1) 0%,rgba(37,184,213,1) 99%);
	border: 0;
	color: #fff;
	outline:none;
	text-transform:uppercase;
	z-index:2;
}
.btn-border::after {
	background-color: #103f98;
	border-radius: 40px;
	bottom: 0;
	content: "";
	left: 0;
	margin: 2px;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.5s ease 0s;
	z-index: -1;
}
.btn-border:hover:after {
	opacity :0;
}
.btn i {
	font-size: 30px;
	line-height: 24px;
	margin-left: 5px;
	padding-top: 4px;
	vertical-align: middle;
}
.btn-secondary {
	background-color: rgba(0, 0, 0, 0);
	border: 2px solid #ffffff;
	line-height: 50px;
}
.btn-secondary:hover,
.btn-secondary.active.focus, 
.btn-secondary.active:focus, 
.btn-secondary.active:hover, 
.btn-secondary:active:focus, 
.btn-secondary:active:hover,
.btn-secondary.active,
.btn-secondary:active,
.btn-secondary.focus:active, 
.btn-secondary:focus,
.btn-secondary.active:focus:not(:disabled):not(.disabled), 
.btn-secondary:active:focus:not(:disabled):not(.disabled), 
.show > .btn-secondary.dropdown-toggle:focus,
.btn-secondary.active:not(:disabled):not(.disabled), 
.btn-secondary:active:not(:disabled):not(.disabled) {
	background: #ffffff;
	border-color: #ffffff;
	color: #000000;
	box-shadow:none;
	outline:none;
}
.scrollup {
	background-color: #333333;
	border-radius: 100%;
	bottom: 20px;
	color: #ffffff;
	font-size: 30px;
	height: 50px;
	line-height: 50px;
	position: fixed;
	right: 20px;
	text-align: center;
	width: 50px;
	z-index:99;
}
.scrollup:hover {
	background-color: #ff880e;
	color:#fff;
}
.scrollup:focus {
	color:#fff;
}
.btn + .btn:last-child {
	margin-left: 10px;
}
.shape {
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 808px;
	left: 0;
	position: absolute;
	top: 100px;
	width: 242px;
	z-index: -1;
}
.shap1 {
	background-image: url("../images/shape1.png");
	background-position: right center;
	bottom: 100px;
	left: auto;
	right: 0;
	top: auto;
}
.shap2 {
	background-image: url("../images/shape2.png");
	background-position: left center;
}
.shap3 {
	background-image: url("../images/shape3.png");
	background-position: left center;
}
.shap4 {
	background-image: url("../images/shape4.png");
	background-position: left center;
}
.shap5 {
	background-image: url("../images/shape5.png");
	background-position: right center;
	bottom: 100px;
	left: auto;
	right: 0;
	top: auto;
}
.shap6 {
	background-image: url("../images/shape6.png");
	background-position: left center;
}
.rounded_shape {
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 402px;
	left: 0;
	position: absolute;
	top: 0px;
	width: 494px;
	z-index: 1;
}
.rounded_shape1 {
	background-image: url("../images/rounded-shape1.png");
	background-position: left top;
}
.rounded_shape2 {
	background-image: url("../images/rounded-shape2.png");
	background-position: right bottom;
	bottom: 0;
	left: auto;
	right: 0;
	top: auto;
}
.light_rounded_shape3 {
	background-image: url("../images/light_rounded-shape3.png");
	background-position: left top;
}
.light_rounded_shape4 {
	background-image: url("../images/light_rounded-shape4.png");
	background-position: right bottom;
	bottom: 0;
	left: auto;
	right: 0;
	top: auto;
}
.light_rounded_shape5 {
	background-image: url("../images/light_rounded-shape5.png");
	background-position: right bottom;
	bottom: 0;
	left: auto;
	right: 0;
	top: auto;
}

.v_light .btn-default,
.v_light .btn-default:hover {
	color: #fff;
}
.v_light .btn-border {
	color: #052c46;
}
.v_light .btn-border:hover {
	color: #fff;
}
.v_light .btn-border::after {
	background-color: #f6f8ff;
}
.light_rounded_shape1 {
	background-image: url("../images/light_rounded-shape1.png");
	background-position: left top;
}
.light_rounded_shape2 {
	background-image: url("../images/light_rounded-shape2.png");
	background-position: right bottom;
	bottom: 0;
	left: auto;
	right: 0;
	top: auto;
}
.v_dark .btn-border::after,
.v_dark_light .btn-border::after {
	background-color: #080b1b;
}
.v_blue_pro .btn-border::after {
	background-color: #06127A;
}

/* BTN END */
/*===================================*
  01.END GENERAL STYLE
*===================================*/

/*===================================*
02. START HEADER DESIGN
*===================================*/
header {
	height: 110px;
	padding: 25px 0;
	transition: all 0.4s ease 0s;
}
.navbar {
	padding: 0;
}
.modal-open header.fixed-top {
	padding: 5px 0 !important;
}
.nav-fixed,
header.active {
	background-color: rgb(var(--secondary-color-dark));
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
header.nav-fixed {
	height: 70px;
	padding: 5px 0;
}
header.no-sticky {
	position:absolute;
}
header a {
	color: #ffffff;
}
header a:hover,.navbar-nav li a.active {
	color: #20caf5;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding: 0 10px;
}
.nav_btn li {
	margin-left: 10px;
}
.navbar-expand-lg .navbar-nav.nav_btn a {
	height: auto;
	line-height: normal;
	padding: 10px 25px;
}

.logo_dark,
.v_light .logo_light {
	display: none;
}
.v_light .logo_dark {
	display: block;
}
.v_light header a {
	color: #052c46;
}
.v_light .nav-fixed, 
.v_light header.active {
	background-color: #f6f8ff;
}
.v_light header a:hover, 
.v_light .navbar-nav li a.active {
	color: #20caf5;
}
.v_dark .nav-fixed,
.v_dark header.active,
.v_dark_light .nav-fixed,
.v_dark_light header.active {
	background-color: rgb(var(--secondary-color-dark));
}
.v_blue_pro .nav-fixed, 
.v_blue_pro header.active {
	background-color:  rgb(var(--secondary-color-dark));
}
/*===================================*
02. END HEADER DESIGN
*===================================*/

/*===================================*
03. BANNER SECTION
*===================================*/
.banner_section {
	background-color:#0d469f;
	padding:100px 0;
	position:relative;
	z-index:0;
}
.banner_full_height {
	min-height: 100vh;
}
.banner_text h1 {
	color: #ffffff;
	font-weight: bold;
	margin-bottom:20px;
}
.banner_text h1 span {
	color: #20caf5;
}
.banner_text h3 {
	color: #ffffff;
	font-weight: bold;
	margin-bottom:20px;
}
.banner_text p {
	color:#fff;
}
.banner_image_right {
	min-width: 690px;
}
.banner_image_left {
	left: -25%;
	min-width: 690px;
	position: relative;
}
.banner_btn .btn {
	display: inline-block;
}
.section_wave {
	background-position:left top;
	bottom: 0;
	height: 100px;
	left: 0;
	position: absolute;
	right: 0;
}
.section_wave2 {
	background-position: center bottom;
	height: 110px;
	left: 0;
	position: absolute;
	right:0;
	top: 0;
}
.banner_effect {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.banner_section .tk_countdown {
	background-color:RGBA(15,62,151,0.6);
	max-width:480px;;
	margin:0 auto;
}
.banner_section .tk_counter_inner {
	border:0;
}
.banner_section .counter_box .tk_counter {
	border: 1px solid RGBA(255,255,255,0.2); border-radius: 10px;
}
.progress,
.progress-bar {
	border-radius: 20px;
}
.progress {
	background-color:#fff;
	position:relative;
	height: 40px;
	overflow: visible;
	margin-top: 60px;
	margin-bottom:15px;
}
.progress-bar {
	background: -webkit-linear-gradient(left, rgba(117,88,165,1) 0%,rgba(37,184,213,1) 99%);
	background: linear-gradient(to right, rgba(117,88,165,1) 0%,rgba(37,184,213,1) 99%);
    line-height: 30px;
    font-weight: bold;
    border: 5px solid #fff;
    box-shadow: 0 0 0 0;

}
.token_box .progress-bar-success {
    background-color: #05B5FF;
}
.progress .progress_label {
    position: absolute;
    top: -8px;
    bottom: -8px;
    width: 1px;
    background-color: silver;
    line-height: 1;
    color: #fff;
}
.progress .progress_label strong{
	position: absolute;
    left: 50%;
    bottom: 100%;
    margin-bottom: 10px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
	font-weight:normal;
}
.progress_max_val {
	position: absolute;
	top: 0;
	right: 0;
    float: right;
	font-size:12px;
	font-weight: bold;
    line-height: 40px;
	padding:0 15px;
}
.banner_shape_effect {
  overflow: hidden;
}
.banner_shape_effect::before {
 background: -webkit-linear-gradient(to right, #053352 0%, #024c6d 450%) repeat scroll 0 0;
 background: linear-gradient(to right, #053352 0%, #024c6d 450%) repeat scroll 0 0;
 border-radius: 270px 270px 0;
 content: "";
 height: 100%;
 left: 0;
 opacity: 0.3;
 position: absolute;
 top: 0;
 -moz-transform: skewX(-25deg);
 -webkit-transform: skewX(-25deg);
 transform: skewX(-25deg);
 width: 44%;
 z-index: 0;
}
.banner_shape_effect::after {
 background: -webkit-linear-gradient(to right, #053352 0%, #024c6d 300%) repeat scroll 0 0;
 background: linear-gradient(to right, #053352 0%, #024c6d 300%) repeat scroll 0 0;
 border-radius: 150px 320px 390px 250px;
 content: "";
 height: 100%;
 left: 0;
 opacity: 0.3;
 position: absolute;
 top: 0;
 -moz-transform: skew(-25deg);
 -webkit-transform: skew(-25deg);
 transform: skew(-25deg);
 width: 30%;
}
.section_gradiant {
	background: -webkit-linear-gradient(to bottom, rgba(var(--secondary-color-dark),1) 10%,rgba(var(--color-bg),1) 100%);
	background-image: linear-gradient(to bottom, rgba(var(--secondary-color-dark),1) 10%,rgba(var(--color-bg),1) 100%);
}
.section_gradiant2 {
	background: -webkit-linear-gradient(to bottom, rgba(var(--color-bg),1) 10%,rgba(var(--main-color),1) 100%);
	background-image: linear-gradient(to bottom, rgba(var(--color-bg),1) 10%,rgba(var(--main-color),1) 100%);
}
.section_gradiant3 {
	background: -webkit-linear-gradient(to right, rgba(var(--color-bg),1) 10%,rgba(var(--main-color),1) 100%);
	background-image: linear-gradient(to right, rgba(var(--color-bg),1) 10%,rgba(var(--main-color),1) 100%);
}
.section_gradiant_dark {
	background: -webkit-linear-gradient(to bottom, rgba(0,0,0,1) 10%,rgba(12,14,41,1) 100%);
	background-image: linear-gradient(to bottom, rgba(0,0,0,1) 10%,rgba(12,14,41,1) 100%);
}

.section_gradiant_img {
	background:  -webkit-linear-gradient(to bottom, rgba(var(--main-color),1) 10%,rgba(var(--color-bg2),1) 100%);
	background-image:  url(../images/bg.png), linear-gradient(to bottom, rgba(var(--main-color),1) 10%,rgba(var(--color-bg2),1) 100%);
	background-size: 50%;
}

.section_light_bg {
	background-color: #f6f8ff;
}
.how_work .shape {
	bottom: auto;
	top: 0;
}
.v_light .banner_text h1,
.v_light .banner_text h3 {
	color: #052c46;
}
.v_light .banner_text p,
.v_light .progress .progress_label {
	color: #7a7a7a;
}
.v_blue {
	background-color: #0d469f;
}
.v_dark {
	background-color: #0c0e28;
}
.v_blue_pro .banner_section .tk_countdown {
	background-color: rgba(20, 43, 172, 0.5);
}

/*===================================*
03. END BANNER SECTION
*===================================*/

/*===================================*
04. HOW IT WORKS SECTION
*===================================*/
.how_work {
	background-position: center center;
	background-size: cover;
	position:relative;
}
.work_box {
	float: left;
	margin-top:30px;
	padding-left: 30px;
	width: 50%;
}
.work_box:nth-child(-n+2) {
	margin: 0;
}
.box_inner {
	background-color:#fff;
	box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
	padding: 20px 25px;
}
.work_box:nth-child(2n) {
	position: relative;
	top: 150px;
}
.work_box:nth-child(2n+1) {
	clear: both;
}
.box_inner h4 {
	color: #7a7a7a;
	font-size: 22px;
	font-weight: 600;
	margin: 10px 0;
}
.box_inner p {
	margin: 0;
}
.box_inner i {
	color: #20caf5;
	font-size: 50px;
}

.v_blue .box_inner {
	background-color: #052c46;
}
.v_blue .benefit_box {
	background-color: #052c46;
}
.v_blue .box_inner h4,
.v_blue .box_inner p,
.v_blue .box_inner i {
	color: #fff;
}
.v_dark .box_inner {
	background-color: #1a1c34;
}
.v_dark .benefit_box,
.section_gradiant_dark .benefit_box {
	background-color: #1a1c34;
}
.v_dark .box_inner h4,
.v_dark .box_inner p,
.v_dark .box_inner i {
	color: #fff;
}
/*===================================*
04. END HOW IT WORKS SECTION
*===================================*/

/*===================================*
05. ABOUT SECTION
*===================================*/
.benefit_box {
	background-color: #023780;
	border-radius: 10px;
	padding: 15px 5px;
}
.benefit_box h6 {
	color: #ffffff;
	margin-bottom: 0;
	margin-top: 10px;
}
/*===================================*
05. END ABOUT SECTION
*===================================*/

/*===================================*
06. TOKEN SECTION
*===================================*/
.section_token {
	position:relative;
}
.pr_box h6 {
	color: #7ab9ff;
	text-transform: uppercase;
}
.pr_box p {
	font-size:14px;
	font-weight: 500;
	line-height: normal;
	margin: 0;
	text-transform:uppercase;
}
.pr_box {
	background-color:#fff;
	box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
	margin-bottom: 15px;
	padding: 20px;
}
.tk_countdown_time {
	margin: 15px 0;
}
.tk_countdown {
	background-color: #023780;
	background-position: right bottom;
	background-repeat: no-repeat;
	padding: 10px;
}
.countdown_shape {
	background-image: url("../images/counter_bg.png");
}
.tk_counter_inner {
	border: 1px solid #ffffff;
	padding: 25px;
}
.counter_box {
	color:#fff;
	display:inline-block;
	width:25%;
}
.counter_box .tk_counter {
	border: 1px solid #ffffff;
	display: block;
	font-size: 36px;
	font-weight: 500;
	margin: 0 5px;
	padding: 20px 5px;
}
.counter_box .tk_text {
	display: block;
	font-size: 14px;
	font-weight: 500;
	margin-top: 10px;
	text-transform: uppercase;
}
.tk_countdown .btn {
	margin: 15px 0;
}
.pie_chart_icon img {
	display: table;
	left: 0;
	margin: 0 auto;
	padding: 20px;
	position: absolute;
	right: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: -1;
}
.token_chart {
	position: relative;
}
.chart_list li {
	background-color:#fff;
	border-left: 3px solid #7a7a7a;
	box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
	font-weight:500;
	margin-bottom: 12px;
	padding: 7px 15px;
	text-transform: capitalize;
}
.chart_list li:last-child {
	margin:0;
}
.chart_list .color1 {
	border-color: #ff7876;
}
.chart_list .color2 {
	border-color: #36ffad;
}
.chart_list .color3 {
	border-color: #3b8a99;
}
.chart_list .color4 {
	border-color: #13afcc;
}
.chart_list .color5 {
	border-color: #cc1667;
}
.chart_list .color6 {
	border-color: #F91F64;
}
.chart_list .color7 {
	border-color: #B23AF8;
}
.token_wrap {
	background-color: rgba(var(--color-white), 1);
	border-radius: 7px;
	padding:20px;
}
.token_inner h5 {
	color: #ffffff;
	display: inline-block;
}
.social_icon,
.social_icon li {
	display: inline-block;
}
.social_icon li {
	margin-left: 5px;
}
.social_icon li:first-child {
	margin-left: 0px;
}
.social_icon li a {
	color: #ffffff;
	font-size: 20px;
}
.tk_sale_info {
	border-left: 1px solid rgba(var(--tertiary-color), 0.5);
	margin-top: 45px;
	padding-left: 30px;
}
.tk_sale_info_no {
	border-left: 0px solid rgba(var(--tertiary-color), 0.5);
	margin-top: 45px;
	padding-left: 30px;
}
.tk_sale_info_no,
.tk_pricing_info h6 {
	color: rgb(var(--color-bg));
	font-size: 16px;
	/* text-transform: uppercase; */
	font-weight: 500;
}
.tk_sale_info_no,
.tk_pricing_info h5 {
	color: rgb(var(--color-bg));
	font-weight: 800;
	margin-bottom: 5px;
	margin-top: 10px;
}
.tk_sale_info_no,
.tk_pricing_info p {
	color: rgb(var(--color-bg));
	font-size: 14px;
}
.tk_sale_info_no,
.tk_pricing_info span {
	color: rgb(var(--tertiary-color));
}
.tk_sale_info_no,
.tk_pricing_info li img {
	border-radius: 100%;
	height: 18px;
	margin-right: 7px;
	width: 18px;
}
.tk_sale_info_no,
.tk_pricing_info li {
	color: #ffffff;
	font-size: 14px;
}
.token_chart_info {
	padding-left: 30px;
}
.token_chart_info h5 {
	color: #ffffff;
	margin-bottom: 20px;
}
.chart_info li {
	color: #ffffff;
	font-size: 14px;
	margin-top: 5px;
}
.cl_circle {
	background-color: #000000;
	border-radius: 100%;
	display: inline-block;
	height: 10px;
	margin-right: 5px;
	width: 10px;
}
.color1 {
	background-color: #0053ce;
}
.color2 {
	background-color: #d5b631;
}
.color3 {
	background-color: #d26288;
}
.color4 {
	background-color: #00e2f4;
}
.color5 {
	background-color: #444acc;
}

.v_light .pr_box h6 {
	color: #20caf5;
}
.v_light .tk_countdown {
	background-color: #f6f8ff;
}
.v_light .counter_box {
	color: #052c46;
}
.v_light .counter_box .tk_counter {
	border-color: #052c46;
}
.v_light .tk_counter_inner {
	border: 1px solid #052c46;
}
.v_light .countdown_shape {
	background-image: url("../images/light_counter_bg.png");
}
.v_blue .pr_box, 
.v_blue .tk_countdown,
.v_blue .chart_list li {
	background-color: #052c46;
}
.v_blue .pr_box p,
.v_blue .chart_list li {
	color: #fff;
}
.v_dark .pr_box, 
.v_dark .tk_countdown,
.v_dark_light .tk_countdown,
.v_dark .chart_list li {
	background-color: #1a1c34;
}
.v_dark .pr_box h6,
.v_dark_light .pr_box h6 {
	color: #20caf5;
}
.v_dark .pr_box p,
.v_dark .chart_list li {
	color: #fff;
}
.v_dark .countdown_shape,
.v_dark_light .countdown_shape {
	background-image: url("../images/light_counter_bg2.png");
}

/*===================================*
06. END TOKEN SECTION
*===================================*/

/*===================================*
07. TIMELINE SECTION
*===================================*/
.roadmap {
    position: relative;
	display: block;
}
.roadmap_box {
	margin-top:120px;
	position: relative;
	text-align: center;
}
.roadmap.gradient_box {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.roadmap::before {
    background-color: #20caf5;
	content: "";
	height: 3px;
    left: 0;
    position: absolute;
    top: 15px;
    width: 100%;
}
.roadmap_icon {
	background-color: rgba(0, 0, 0, 0);
	height: 31px;
	left: 0;
	margin: 0 auto;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: -120px;
	transform: rotate(-60deg) skewY(30deg);
	width: 27px;
}
.roadmap_icon.icon_gradient_box::before {
	background: -webkit-linear-gradient(left, rgba(117,88,165,1) 0%,rgba(37,184,213,1) 99%);
	background: linear-gradient(to right, rgba(117,88,165,1) 0%,rgba(37,184,213,1) 99%);
}
.roadmap_icon::before {
	background-color: #20caf5;
	color: #ffffff;
	content: "c";
	display: block;
	font-size: 28px;
	font-weight: 700;
	height: inherit;
	transform: skewY(-30deg) rotate(60deg) translate(0%);
	width: inherit;
}
.rd_complete .roadmap_icon::before {
	content: "";
	font-family: ionicons;
	font-size: 16px;
	font-weight: normal;
}
.roadmap_inner::before {
	background-color: #20caf5;
	content: "";
	height: 94px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: -100px;
	width: 3px;
}
.roadmap_inner::after {
	background: #20caf5 none repeat scroll 0 0;
	border: 2px solid #ffffff;
	border-radius: 100%;
	content: "";
	height: 15px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: -6px;
	width: 15px;
	z-index: -1;
}
.roadmap_inner {
	background-color: #20caf5;
	border-radius: 10px;
	padding:20px;
}
.roadmap_box h6 {
	color: #ffffff;
}
.roadmap_box p {
	color: #ffffff;
	font-size:14px;
	line-height:26px;
	margin: 0;
}
.roadmap .owl-prev,
.roadmap .owl-next {
	position: absolute;
	top: 0;
}
.roadmap .owl-prev {
	left: -33px;
}
.roadmap .owl-next {
	right: -33px;
}
.roadmap .owl-nav i {
	background-color: #20caf5;
	border-radius: 100%;
	color: #ffffff;
	display: block;
	font-size: 26px;
	height: 33px;
	line-height: 37px;
	text-align:center;
	width: 33px;
}
.roadmap .owl-prev i {
	padding-right: 3px;
}
.roadmap .owl-next i {
	padding-left: 3px;
}
.roadmap .owl-nav .disabled {
	cursor: default;
}
.roadmap .owl-nav .disabled i {
	background-color: #1C88BD;
	color: #9FB3D7;
}
.timeline_wrap {
	margin-top: 20px;
	padding-top: 30px;
	position: relative;
}
.timeline_wrap::before {
	background-color: #ffffff;
	bottom: 0;
	content: "";
	height: 100%;
	left: 50%;
	position: absolute;
	top: 0;
	width: 1px;
}
.timeline_block {
	display: inline-block;
	position: relative;
}
.timeline_icon {
	background-color: #ffffff;
	border-radius: 100%;
	font-size: 12px;
	height: 20px;
	left: 50%;
	line-height: 23px;
	position: absolute;
	text-align: center;
	top: 0;
	transform: translateX(-50%);
	width: 20px;
}
.timeline_content {
	position: relative;
	text-align: right;
	width: 47%;
}
.timeline_content h6, 
.timeline_content p {
	color: #ffffff;
}
.tm_date {
	color: #46d6ff;
	font-weight: 600;
	left: 113%;
	line-height: normal;
	position: absolute;
	text-align: left;
	top: -3px;
	width: 100%;
}
.timeline_block:nth-child(2n) .timeline_content {
	float: right;
	text-align: left;
}
.timeline_block:nth-child(2n) .tm_date {
	left: auto;
	right: 113%;
	text-align: right;
}
.timeline_icon.tm_complete {
	background-color: #73e080;
	color: #ffffff;
}

.v_blue .roadmap_inner::before,
.v_blue .roadmap_inner::after,
.v_blue .roadmap::before,
.v_blue .roadmap_inner,
.v_blue .roadmap .owl-nav i {
	background-color: #052c46;
}

.v_dark .roadmap_inner::before,
.v_dark .roadmap_inner::after,
.v_dark .roadmap::before,
.v_dark .roadmap_inner,
.v_dark .roadmap .owl-nav i,
.v_dark_light .roadmap_inner::before,
.v_dark_light .roadmap_inner::after,
.v_dark_light .roadmap::before,
.v_dark_light .roadmap_inner,
.v_dark_light .roadmap .owl-nav i  {
	background-color: #1a1c34;
}
.v_dark .roadmap .owl-nav .disabled i,
.v_dark_light .roadmap .owl-nav .disabled i {
	color: #999999;
}
/*===================================*
07. END TIMELINE SECTION
*===================================*/

/*===================================*
08. TEAM SECTION
*===================================*/
.team_info {
	background-color: #25b8d5;
	padding: 20px;
}
.gradient_box {
	background: -webkit-linear-gradient(left, rgba(117,88,165,1) 0%,rgba(37,184,213,1) 99%);
	background: linear-gradient(to right, rgba(117,88,165,1) 0%,rgba(37,184,213,1) 99%);
}
.team_info h4 a {
	color: #ffffff;
	font-size: 22px;
	font-weight:bold;
}
.team_info p {
	color: #ffffff;
	line-height: normal;
	margin: 0;
}
.team_img {
	overflow: hidden;
	position: relative;
}
.team_img img {
	width: 100%;
}
.social_team {
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.social_team li {
	display: inline-block;
	opacity: 0;
	transform: translateY(130px);
	transition: all 0.5s ease 0s;
	visibility: hidden;
}
.team_img:hover .social_team li {
	opacity: 1;
	transform: translateY(0px);
	visibility: visible;
}
.social_team li:nth-child(2n) {
	transition: all 0.6s ease 0s;
}
.social_team li:nth-child(3n) {
	transition: all 0.8s ease 0s;
}
.social_team li:nth-child(4n) {
	transition: all 1s ease 0s;
}
.social_team a {
	background-color:#25b8d5;
	border-radius: 40px;
	color: #ffffff;
	display: block;
	font-size: 24px;
	height: 38px;
	line-height: 40px;
	position:relative;
	text-align:center;
	width: 38px;
	z-index:1;
}
.social_team a:before {
	background: -webkit-linear-gradient(left, rgba(117,88,165,1) 0%,rgba(37,184,213,1) 99%);
  	background: linear-gradient(to right, rgba(117,88,165,1) 0%,rgba(37,184,213,1) 99%);
	border-radius: 40px;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: all 0.5s ease 0s;
	width: 100%;
	z-index: -1;
}
.social_team a:hover:before {
	opacity: 1;
}
.mfp-bg {
	background: -webkit-linear-gradient(to bottom, rgba(var(--main-color),1) 10%,rgba(var(--color-bg2),1) 100%);
	background-image: linear-gradient(to bottom, rgba(var(--main-color),1) 10%,rgba(var(--color-bg2),1) 100%);
	opacity: 0.8;
} 
.team_pop {
	background-color: #ffffff;
	border-radius: 4px;
	margin: 30px auto;
	max-width: 800px;
	padding: 10px;
	position: relative;
}
.social_single_team {
	margin-bottom: 10px;
}
.social_single_team li {
	display: inline-block;
	padding-right: 10px;
}
.social_single_team li a {
	color: #25b8d5;
}
.team_pop .title_dark h2 {
	margin-bottom:10px;
}
.team_wrap .shap1,
.team_wrap .shap5 {
	bottom: auto;
	top: 100px;
}
.team_wrap .shap2,
.team_wrap .shap6 {
	bottom: 100px;
	top: auto;
}
.team_content {
	margin-top: 15px;
}
.team_bx {
	background-color: #142bac;
}
.team_image {
	padding-top: 15px;
}
.rounded-img img {
	border-radius: 100%;
}
.team_content h5 a {
	color: #46d6ff;
}
.team_content h5 {
	margin-bottom: 5px;
}
.team_content p {
	color: #ffffff;
	margin: 0;
}
.team_social {
	background-color: #00036d;
	margin-top:10px;
	padding: 10px 15px;
}
.team_social li {
	display: inline-block;
}
.team_social li a {
	color: #ffffff;
	padding: 0 5px;
}
.team_social li a:hover {
	color: #46d6ff;
}

.v_blue .team_info {
	background-color: #052c46;
}
.v_blue .mfp-bg {
	background-color: #0d469f;
	background-image: none;
}
.v_dark .team_info,
.v_dark_light .team_info {
	background-color: #1a1c34;
}
.v_dark .mfp-bg,
.v_dark_light .mfp-bg  {
	background-color: #1a1c34;
	background-image: none;
}


/*===================================*
08. END TEAM SECTION
*===================================*/
/*===================================*
09. FAQ SECTION
*===================================*/
.faq_content .card {
	border: 0 none;
	border-radius: 0;
	margin-bottom: 10px;
}
.faq_content .card:last-child {
	margin-bottom: 0px;
}
.faq_content .card-header {
	background-color: rgba(0, 0, 0, 0);
	border: 0 none;
	padding:0;
}
.faq_content .card-header a {
	background-color: #25b8d5;
	color: #ffffff;
	display: block;
	font-weight:600;
	padding: 15px 40px 15px 15px;
}
.faq_content .card-body {
	padding: 10px 15px;
	position: relative;
	z-index: 1;
}
.faq_content .card {
  background-color: #25b8d5;
}
.faq_content .card-body::after {
	background-color: #ffffff;
	bottom: 1px;
	content: "";
	left: 1px;
	position: absolute;
	right: 1px;
	top: 0;
	z-index: -1;
}
.faq_content .card-header a::after {
	color: #ffffff;
	content: "";
	font-family: "Ionicons";
	font-size: 22px;
	font-weight: normal;
	position: absolute;
	right: 15px;
	top: 12px;
}
.faq_content .card-header a.collapsed:after {
    content: "\f217";
}
.faq_content .card-header a::before {
	content: "Q.";
	font-weight: 600;
	margin-right: 5px;
}
.card-body::before {
	content: "A.";
	font-weight: 600;
	margin-right:5px;
}
.faq_box .card {
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #ffffff;
	margin-bottom: 10px;
}
.faq_box .card-header {
	background-color: rgba(0, 0, 0, 0);
	border: 0 none;
	padding: 0;
}
.faq_box .card-header a {
	color: #ffffff;
	display: block;
	font-weight: 600;
	padding: 15px 40px 15px 15px;
}
.faq_box .card-body {
	border-top: 1px solid #ffffff;
	color: #ffffff;
}
.faq_box .card-header a::after {
	color: #ffffff;
	content: "\f126";
	font-family: "Ionicons";
	font-size: 22px;
	font-weight: normal;
	position: absolute;
	right: 15px;
	top: 12px;
}
.faq_box .card-header a.collapsed:after {
    content: "\f123";
}
.faq_box .card-body::before {
	content: normal;
}

.v_blue .faq_content .card-body::after {
	background-color: #052c46;
}
.v_blue .faq_content .card-body,
.v_dark .faq_content .card-body  {
	color: #fff;
}
.v_blue .faq_content .card,
.v_blue .faq_content .card-header a {
	background-color: #052c46;
}
.v_dark .faq_content .card,
.v_dark .faq_content .card-header a,
.v_dark_light .faq_content .card,
.v_dark_light .faq_content .card-header a {
	background-color: #1a1c34;
}
.v_dark .faq_content .card-body::after {
	background-color: #12142c;
}
/*===================================*
09. END FAQ SECTION
*===================================*/
/*===================================*
10. CLIENT SECTION
*===================================*/
.client_logo img {
	margin-top: 20px;
}
.client_logo .shape {
	height: 90vh;
	z-index: 1;
}
/*===================================*
10. END CLIENT SECTION
*===================================*/
/*===================================*
11. CONTACT SECTION
*===================================*/
.form_field input, .form_field textarea {
	background-color: rgba(0, 0, 0, 0);
	border-bottom: 1px solid #7ab9ff;
	border-left:0;
	border-right:0;
	border-top: 0;
	border-radius: 0;
	color: #7ab9ff;
	padding: 10px 0;
}
.form_field input:focus,
.form_field textarea:focus {
	background-color: rgba(0, 0, 0, 0);
	border-bottom: 1px solid #7ab9ff;
	border-left:0;
	border-right:0;
	border-top: 0;
	box-shadow: none;
	color: #7ab9ff;
	outline: 0 none;
}
.form_field textarea {
	resize: none;
}
.form_field input[required="required"] {
	box-shadow: none;
	outline: medium none;
}
.contact_detail {
	border-left: 1px solid #ffffff;
	padding-left: 10px;
}
.contact_info li {
	margin-bottom: 25px;
}
.contact_info li:last-child {
	margin-bottom: 0px;
}
.contact_info li i {
	color: #ffffff;
	font-size: 26px;
	text-align: center;
	width: 40px;
}
.contact_detail span {
	color: #20caf5;
	display: block;
	font-size: 14px;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
}
.contact_detail p {
	color: #ffffff;
	line-height: normal;
	margin: 0;
}
.alert-msg-failure {
    color: #ff0000;
    margin-top: 5px;
}
.alert-msg-success {
	color: #07AD00;
	margin-top: 5px;
}
.form_submit {
	text-align: right;
}
.contact_form input, 
.contact_form textarea {
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 0;
	color: #fff;
	padding: 10px;
}
.contact_form textarea {
	height:170px;
}
.contact_form input:focus,
.contact_form textarea:focus {
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid rgba(255, 255, 255, 0.2);
	box-shadow: none;
	color: #ffffff;
	outline: 0 none;
}
.contact_form .form-control::-webkit-input-placeholder {
	color: #ffffff;
}
.contact_form .form-control:-moz-placeholder {
	color: #ffffff;
}
.contact_form .form-control::-moz-placeholder {
	color: #ffffff;
}
.contact_form .form-control:-ms-input-placeholder {
	color: #ffffff;
}
.con_info p {
	color: #fff;
	margin: 0;
}
.con_dt li {
	margin-bottom: 15px;
}
.con_dt i {
	/* background-color: rgba(3, 65, 127, 1);
	border: 1px solid rgba(var(--secondary-color),1); */
	/* border-radius: 50%; */
	color: #ffffff;
	font-size: 18px;
	height: 35px !important;
	line-height: 35px;
	margin-right: 10px;
	text-align: center;
	width: 35px !important;
}


.v_light .form_field input, 
.v_light .form_field textarea {
	border-color: #20caf5;
	color: #20caf5;
}
.v_light .contact_info li i {
	color: #20caf5;
}
.v_light .contact_detail {
	border-color: #20caf5;
}
.v_light .contact_detail p {
	color: #7a7a7a;
}
.v_dark .form-control::-webkit-input-placeholder {
	color: #ffffff;
}
.v_dark .form-control:-moz-placeholder {
	color: #ffffff;
}
.v_dark .form-control::-moz-placeholder {
	color: #ffffff;
}
.v_dark .form-control:-ms-input-placeholder {
	color: #ffffff;
}
.v_dark .form_field input, 
.v_dark .form_field textarea,
.v_dark .form_field input:focus,
.v_dark .form_field textarea:focus {
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
}
.v_dark_light .form-control::-webkit-input-placeholder {
	color: #ffffff;
}
.v_dark_light .form-control:-moz-placeholder {
	color: #ffffff;
}
.v_dark_light .form-control::-moz-placeholder {
	color: #ffffff;
}
.v_dark_light .form-control:-ms-input-placeholder {
	color: #ffffff;
}
.v_dark_light .form_field input, 
.v_dark_light .form_field textarea,
.v_dark_light .form_field input:focus,
.v_dark_light .form_field textarea:focus {
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
}

/*===================================*
11. END CONTACT SECTION
*===================================*/
/*===================================*
12. FOOTER SECTION
*===================================*/
.top_footer {
	position:relative;
}
.top_footer {
	border-top: 1px solid #3d5091;
	padding: 100px 0;
}
.footer_title {
	color: #ffffff;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 30px;
}
.newsletter_form form {
	position: relative;
}
.newsletter_form input {
	background-color: #052c46;
	color: #ffffff;
}
.newsletter_form .outline_input {
	background: -webkit-linear-gradient(left, rgba(117,88,165,1) 0%,rgba(37,184,213,1) 99%);
	background: linear-gradient(to right, rgba(117,88,165,1) 0%,rgba(37,184,213,1) 99%);
	border-radius: 40px;
	bottom: 0;
	content: "";
	left: 0;
	padding: 2px;
	right: 0;
	top: 0;
}
.outline_input input {
	border-radius: 30px;
	height: 60px;
	padding-right: 37%;
	width: 100%;
}
.newsletter_form input::-webkit-input-placeholder {
	color:#fff;
	opacity: 1;
}
.newsletter_form input:-moz-placeholder {
	color:#fff;
	opacity: 1;
}
.newsletter_form input::-moz-placeholder {
	color:#fff;
	opacity: 1;
}
.newsletter_form input:-ms-input-placeholder {
	color:#fff;
	opacity: 1;
}
.newsletter_form input:focus {
	outline:none;
}
.newsletter_form button {
	position: absolute;
	right: 5px;
	top: 5px;
}
.newsletter_form + .footer_social {
	margin-top: 30px;
}
.newslattter_small {
	margin: 0 auto;
	max-width: 490px;
}
.footer_social li {
	display: inline-block;
	margin: 0 3px;
}
.footer_social li a {
	border: 2px solid #ffffff;
	border-radius: 100%;
	color: #ffffff;
	display: block;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 40px;
}
.footer_social li a:hover {
	background-color: #20caf5;
	border-color: transparent;
}
.bottom_footer {
	background-color: rgb(var(--secondary-color-dark));
	padding: 30px 0;
}
.copyright {
	color: #ffffff;
	font-size: 14px;
	margin: 0;
}
.footer_menu {
	text-align: right;
}
.footer_menu li {
	display: inline-block;
	margin-left: 10px;
}
.footer_menu li a,
.footer_link a {
	color:#fff;
	font-size:14px;
}
.footer_menu li a:hover,
.footer_link a:hover {
	color: #20caf5;
}
.footer_link li {
	float: left;
	line-height: normal;
	margin-top: 10px;
	vertical-align: top;
	/* width: 50%; */
}
/* .footer_link li:nth-child(-n+2) {
	margin-top: 0px;
}
.footer_link li:nth-child(2n+1) {
	padding-right: 15px;
} */
.footer_desc {
	margin-top:20px;
}
.footer_desc p {
	color: #ffffff;
	margin-bottom: 0;
}

.v_light .top_footer {
	border-top: 1px solid #d2d0e2;
}
.v_light .footer_title {
	color: #052c46;
}
.v_light .newsletter_form input {
	background-color: #ffffff;
	color: #7a7a7a;
}
.v_light .newsletter_form input::-webkit-input-placeholder {
	color:#7a7a7a;
}
.v_light .newsletter_form input:-moz-placeholder {
	color:#7a7a7a;
}
.v_light .newsletter_form input::-moz-placeholder {
	color:#7a7a7a;
}
.v_light .newsletter_form input:-ms-input-placeholder {
	color:#7a7a7a;
}
.v_light .footer_social li a {
	border: 2px solid #052c46;
	color: #052c46;
}
.v_light .footer_social li a:hover {
	background-color: #20caf5;
	border-color: transparent;
	color: #ffffff;
}
.v_light .footer_link a {
	color: #052c46;
}
.v_light .footer_link a:hover {
	color: #20caf5;
}
.v_dark .newsletter_form input,
.v_dark_light .newsletter_form input {
	background-color: #080b1f;
}
.v_dark .top_footer,
.v_dark_light .top_footer {
	border-top: 1px solid #393c4c;
}
.v_dark .bottom_footer,
.v_dark_light .bottom_footer {
	background-color: #0c0e28;
}
.v_blue_pro .newsletter_form input {
	background-color: #142bac;
}
.v_blue_pro .bottom_footer {
	background-color: #041b9c;
}
/*===================================*
12. END FOOTER SECTION
*===================================*/

/*===================================*
13. BLOG PAGE
*====================================*/
.blog_content {
	padding: 15px;
	margin-bottom: 40px;
}
.blog_title {
	font-weight: 600;
}
.blog_item {
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.blog_meta {
	display: inline-block;
	width: 100%;
}
.blog_meta li {
	float: left;
	padding-right: 15px;
}
.blog_meta li:last-child {
	padding: 0;
}
.blog_content p {
	margin: 0;
}
.blog_img {
	overflow: hidden;
}
.blog_img img {
	zoom: 1;
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1); /* Standard Property */
	transition: all 0.5s ease 0s;
	width:100%;
}
.blog_item:hover img {
	zoom: 1.1;
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1); /* Standard Property */
}
.pagination li a {
	background-color: #002e87;
	color: #ffffff;
	display: block;
	font-size: 18px;
	line-height: normal;
	padding: 10px 22px;
}
.pagination li.active a,
.pagination li a:hover {
	background-color: #001e77;
}
.pagination li:first-child a {
	border-radius: 5px 0 0 5px;
}
.pagination li:last-child a {
	border-radius: 0 5px 5px 0;
}

/*Sidebar Section*/
.sidebar_block {
	padding-left: 30px;
}
.form_search {
	position: relative;
}
.form_search input {
	border: 1px solid #dddddd;
	border-radius: 40px;
	padding-right: 45px;
}
.form_search button {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border-radius: 0;
	color: #999999;
	font-size: 22px;
	padding: 0;
	position: absolute;
	right: 20px;
	top: 12px;
}
.widget {
	margin-bottom: 30px;
}
.widget_title {
	border-bottom: 1px solid #dddddd;
	margin-bottom: 15px;
	padding-bottom: 10px;
	position: relative;
}
.widget_title::before {
	background-color: #052c46;
	bottom: -2px;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: 70px;
}
.widget_category li,
.widget_archive li {
	margin-bottom: 5px;
}
.widget_category li a,
.widget_archive li a {
	color: #7a7a7a;
	display: block;
	padding-left: 20px;
	position: relative;
}
.widget_category li a:hover,
.widget_archive li a:hover {
	color:#20caf5;
}
.widget_category li a::before,
.widget_archive li a:before {
	content: "\f30f";
	font-family: ionicons;
	left: 0;
	position: absolute;
	top: 0;
}
.widget-post-thumb {
	float: left;
}
.widget-post-thumb img {
	max-width: 100px;
}
.widget-post-content h6 {
	font-weight: 600;
}
.widget-post-content {
	overflow: hidden;
	padding-left: 10px;
}
.widget-post {
	border-bottom: 1px dashed #999999;
	display: inline-block;
	margin-top: 15px;
	padding-bottom: 15px;
	width: 100%;
}
.widget-date {
	font-size: 14px;
	line-height: normal;
}
.tags li {
	display:inline-block;
}
.tags li a {
	border: 1px solid #7a7a7a;
	border-radius: 40px;
	color: #7a7a7a;
	display: block;
	font-size:14px;
	margin-top: 10px;
	padding: 5px 15px;
}
.tags li a:hover {
	border-color:#20caf5;
	color:#20caf5;
}
.widget_archive li a span {
	float: right;
}

/*Post Detail*/
.post_content p {
	margin-bottom: 20px;
}
.blog_content_detail .blog_content p:last-child {
	margin:0;
}
.post_content {
	margin-top: 20px;
}
.social-share {
	display: inline-block;
	width: 100%;
}
.social-share li {
	float: left;
}
.social-share li a {
	background-color: #dddddd;
	border-radius: 100%;
	color: #ffffff;
	display: block;
	height: 35px;
	line-height: 36px;
	margin-right: 5px;
	text-align: center;
	width: 35px;
}
.social-share li a:hover {
	opacity: 0.7;
}
.social-share li.facebook a {
    background: #3b5999;
}
.social-share li.twitter a {
    background: #34CBFF;
}
.social-share li.google-plus a {
    background: #D14836;
}
.social-share li.pinterest a {
    background: #B30610;
}
.social-share li.linkedin a {
    background: #01669A;
}
.social-share li.reddit a {
    background: #6FC2FD;
}
.social-share li.tumblr a {
    background: #2D5770;
}
.comment_info {
	background-color: #f6f8ff;
	margin-top: 10px;
	padding: 30px;
}
.comment_info.reply {
	border-top: 1px solid #dddddd;
	margin: 0;
	padding-left: 90px;
}
.comment-area {
	margin-top: 30px;
}
.comment-title {
	margin-bottom: 30px;
}
.user_img img {
	border-radius: 100%;
	height: auto;
	max-width: 80px;
}
.comment_content {
	padding-left: 20px;
}
.meta_data h6 {
	margin-bottom: 0;
}
.comment-time {
	font-size: 14px;
	line-height: normal;
	margin-bottom: 8px;
}
.comment-reply i {
	margin-right: 5px;
}
.comment_content p {
	margin: 0;
}
.comment_list {
	margin-bottom: 30px;
}

.v_blue .blog_content,
.v_blue .comment_info {
	background-color: #052c46;
}
.v_dark_light .blog_title,
.v_dark_light .blog_title a,
.v_dark_light .blog_meta li a,
.v_dark_light .blog_content a,
.v_dark_light .widget_title,
.v_dark_light .widget-post-content h6 a,
.v_dark_light .comment-title h5 {
	color: #1a1c34;
}
.v_blue .blog_title a,
.v_blue .blog_meta a,
.v_blue .blog_content p,
.v_blue .blog_content a,
.v_blue .widget_title,
.v_blue .widget_category li a,
.v_blue .widget_archive li a,
.v_blue .widget-post-content h6 a,
.v_blue .widget-date,
.v_blue .tags li a,
.v_blue .post_content p,
.v_blue .comment-title h5,
.v_blue .meta_data a,
.v_blue .comment-time,
.v_blue .comment-reply,
.v_blue .comment_content p,
.v_dark .blog_title a,
.v_dark .blog_meta a,
.v_dark .blog_content p,
.v_dark .blog_content a,
.v_dark .widget_title,
.v_dark .widget_category li a,
.v_dark .widget_archive li a,
.v_dark .widget-post-content h6 a,
.v_dark .widget-date,
.v_dark .tags li a,
.v_dark .post_content p,
.v_dark .comment-title h5,
.v_dark .meta_data a,
.v_dark .comment-time,
.v_dark .comment-reply,
.v_dark .comment_content p,
.v_dark_light .meta_data a,
.v_dark_light .comment-time,
.v_dark_light .comment_content p,
.v_dark_light .comment-reply {
	color: #ffffff;
}
.v_blue .blog_title a:hover,
.v_blue .blog_meta a:hover,
.v_blue .blog_content a:hover,
.v_blue .widget_category li a:hover,
.v_blue .widget_archive li a:hover,
.v_blue .widget-post-content h6 a:hover,
.v_blue .tags li a:hover,
.v_blue .meta_data a:hover,
.v_blue .comment-reply:hover,
.v_dark .tags li a:hover,
.v_dark .blog_title a:hover,
.v_dark .blog_meta a:hover,
.v_dark .blog_content a:hover,
.v_dark .widget_category li a:hover,
.v_dark .widget_archive li a:hover,
.v_dark .widget-post-content h6 a:hover,
.v_dark .tags li a:hover,
.v_dark .meta_data a:hover,
.v_dark .comment-reply:hover,
.v_dark_light .blog_title a:hover,
.v_dark_light .blog_meta li a:hover,
.v_dark_light .blog_content a:hover,
.v_dark_light .widget-post-content h6 a:hover,
.v_dark_light .meta_data a:hover,
.v_dark_light .comment-reply:hover {
	color: #20caf5;
}
.v_blue .tags li a {
	border-color: #fff;
}
.v_blue .tags li a:hover {
	border-color: #20caf5;
}
.v_blue .widget_title::before {
	background-color: #ffffff;
}
.v_blue .comment_info.reply {
	border-top: 1px solid #001e77;
}
.v_dark .blog_content,
.v_dark .comment_info,
.v_dark_light .comment_info {
	background-color: #1a1c34;
}
.v_dark .comment_info.reply,
.v_dark_light .comment_info.reply {
	border-top: 1px solid #000014;
}
.v_dark .tags li a {
	border-color: #fff;
}
.v_dark .tags li a:hover {
	border-color: #20caf5;
}
.v_dark .widget_title:before {
	background-color: #ffffff;
}
.v_dark_light .widget_title:before {
	background-color: #1a1c34;
}
.v_dark .pagination li a,
.v_dark_light .pagination li a {
	background-color: #1a1c34;
}
.v_dark .pagination li.active a,
.v_dark .pagination li a:hover,
.v_dark_light .pagination li.active a,
.v_dark_light .pagination li a:hover {
	background-color: #2a2c44;
}
.v_light .blog_content {
	background-color: #f6f8ff;
}
.v_light .pagination li a {
	background-color: #f6f8ff;
	color: #002e87;
}
.v_light .pagination li.active a,
.v_light .pagination li a:hover {
	background-color: #e6e8ef;
}
.v_dark_light .comment-area .form_field input, 
.v_dark_light .comment-area .form_field textarea,
.v_dark_light .comment-area .form_field input:focus,
.v_dark_light .comment-area .form_field textarea:focus {
	border-color: #1a1c34;
	color:#1a1c34;
}
.v_dark_light .comment-area .form-control::-webkit-input-placeholder {
	color: #1a1c34;
}
.v_dark_light .comment-area .form-control:-moz-placeholder {
	color: #1a1c34;
}
.v_dark_light .comment-area .form-control::-moz-placeholder {
	color: #1a1c34;
}
.v_dark_light .comment-area .form-control:-ms-input-placeholder {
	color: #1a1c34;
}
/*===================================*
13. END BLOG PAGE
*====================================*/

/*===================================*
14. LOGIN PAGE
*====================================*/
.authorize_box {
	background-color:#fff;
	border-radius: 5px;
	box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
	margin: 0 auto;
	max-width: 400px;
	padding: 35px;
}
.authorize_form input {
	border: 1px solid #c0c0c0;
	border-radius: 40px;
}
.authorize_form input#password-field {
	padding-right: 50px;
}
.authorize_form input:hover, 
.authorize_form input:focus {
	border-color: #999999;
}
.authorize_form button {
	width: 100%;
}
.checkbox_field input {
	display: none;
	width: auto;
}
.checkbox_field label {
	padding-left: 20px;
	cursor: pointer;
	font-size: 14px;
	margin: 0;
	position: relative;
}
.checkbox_field label::before {
	content: "\f372";
	font-family: ionicons;
	font-size: 18px;
	left: 0;
	line-height: normal;
	position: absolute;
	top: 5px;
}
.checkbox_field input:checked + label::before {
	content: "\f373";
}
.forgot_pass {
	float: right;
	font-size: 14px;
}
.authorize_form .form-group {
	position: relative;
}
.toggle-password {
	color: #999999;
	cursor: pointer;
	font-size: 26px;
	position: absolute;
	right: 15px;
	top: 12px;
}
.authorize_form .form-group:last-child {
	margin: 0;
}

.v_blue .authorize_box {
	background-color: #052c46;
}
.v_light .authorize_box {
	background-color: #f6f8ff;
}
.v_blue .checkbox_field label,
.v_blue .forgot_pass,
.v_blue .authorize_form .form-group span,
.v_blue .authorize_form .form-group span a,
.v_blue .authorize_form .form-group .checkbox_field label a,
.v_dark .checkbox_field label,
.v_dark .forgot_pass,
.v_dark .authorize_form .form-group span,
.v_dark .authorize_form .form-group span a,
.v_dark .authorize_form .form-group .checkbox_field label a {
	color: #ffffff;
}

.v_blue .forgot_pass:hover,
.v_blue .authorize_form .form-group span a:hover,
.v_blue .authorize_form .form-group .checkbox_field label a:hover,
.v_dark .forgot_pass:hover,
.v_dark .authorize_form .form-group span a:hover,
.v_dark .authorize_form .form-group .checkbox_field label a:hover {
	color: #20caf5;
}

.v_dark .authorize_box {
	background-color: #1a1c34;
}
.v_dark_light .forgot_pass,
.v_dark_light .authorize_form .form-group span a {
	color: #1a1c34;
}
.v_dark_light .forgot_pass:hover,
.v_dark_light .authorize_form .form-group span a:hover {
	color: #20caf5;
}
/*===================================*
14. LOGIN PAGE
*====================================*/

/*===================================*
15. MOBILE APP SECTION
*====================================*/
.app_btn li {
	display: inline-block;
	margin-right: 10px;
}
.app_btn li a span {
	color: #ffffff;
	font-size: 18px;
	margin-left: 5px;
}
.app_btn li a:hover span {
	color: #46d6ff;
}
.app_feature {
	margin-bottom: 30px;
}
.app_content p {
	color: #ffffff;
	margin-bottom: 15px;
}
.app_feature i {
	color: #46d6ff;
	font-size: 24px;
	margin-bottom: 15px;
}
.app_feature h5 {
	color: #ffffff;
	font-size: 18px;
}
/*===================================*
15. END MOBILE APP SECTION
*====================================*/

/*===================================*
16. WHITEPAPER SECTION
*====================================*/
.doc_box {
	background-color: rgba(var(--color-bg2), 1);
	border-left: 3px solid rgba(var(--secondary-color),1);
	border-radius: 5px;
	padding: 10px;
}
.wp_document {
	margin-left: -10px;
	margin-right: -10px;
}
.wp_document li {
	float: left;
	padding: 0 10px;
	width: 25%;
}
.doc_box h5, 
.doc_box a {
	color: #ffffff;
	text-transform: capitalize;
}
.doc_box a:hover {
	color: rgba(var(--secondary-color),1);
}
.doc_box a i {
	margin-left: 5px;
}
/*===================================*
16. END WHITEPAPER SECTION
*====================================*/


.review__box {
	position: relative;
  }
  
  @media (max-width: 767px) {
	.review__box__images {
	  display: none;
	}
  }
  
  .review__box__images li {
	position: absolute;
  }
  
  .review__box__images li > img {
	opacity: 0.6;
  }
  
  .review__box__images li:nth-child(1) {
	bottom: 22%;
	left: 0%;
	-webkit-animation: scale-up-one 5s linear infinite;
			animation: scale-up-one 5s linear infinite;
  }
  
  .review__box__images li:nth-child(2) {
	top: 20%;
	left: -5%;
	animation: scale-up-one 8s linear infinite reverse;
  }
  
  .review__box__images li:nth-child(3) {
	bottom: 97%;
	left: 9px;
	-webkit-animation: scale-up-one 10s linear infinite;
			animation: scale-up-one 10s linear infinite;
  }
  
  .review__box__images li:nth-child(4) {
	top: -10%;
	left: 18%;
	animation: scale-up-one 12s linear infinite reverse;
  }
  
  .review__shape {
	position: absolute;
  }
  
  .review__shape--one {
	right: 0;
	bottom: 35%;
	z-index: -1;
  }
  
  .review__shape--two {
	right: 0;
	bottom: -4%;
	z-index: -1;
  }
  
  .reviewblock {
	max-width: 770px;
	margin: 0 auto;
	position: relative;
	padding: 20px 15px 20px;
  }
  
  @media (max-width: 767px) {
	.reviewblock {
	  padding: 45px 15px 65px;
	}
  }
  
  .reviewblock__content {
	position: relative;
	z-index: 1;
  }
  
  .reviewblock__author__image {
	border-radius: 50%;
	background-color: #fff;
	border: 4px solid #fff;
	margin-bottom: 33px;
  }
  
  .reviewblock__author__name {
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #0d0d0d;
  }
  
  .reviewblock__quoteIcon__one {
	display: block;
	margin-bottom: 30px;
  }
  
  .reviewblock__quoteIcon__two {
	position: absolute;
	line-height: 0;
	right: 0;
	left: 0;
	top: 50%;
	transform: translateY(-30%);
  }
  
  @media (max-width: 767px) {
	.reviewblock__quoteIcon__two {
	  transform: translateY(-50%);
	}
  }
  
  @media (max-width: 767px) {
	.reviewblock__quoteIcon__two > svg {
	  width: 80%;
	}
  }
  
  .reviewblock__qotes {
	font-size: calc(1.3125rem + 0.75vw);
	line-height: 1.4em;
	font-weight: 400;
	margin-bottom: 35px;
  }
  
  @media (min-width: 1200px) {
	.reviewblock__qotes {
	  font-size: 1.875rem;
	}
  }
  
  .reviewblock--style2 {
	padding: 0;
	margin-bottom: 50px;
  }
  
  .reviewblock--style2 .reviewblock__authorImage {
	margin-bottom: 26px;
  }
  
  .reviewblock--style2 .reviewblock__authorImage img {
	border-radius: 50%;
  }
  
  .reviewblock--style2 .reviewblock__authorName {
	font-size: 1.25rem;
	font-weight: 500;
	margin-bottom: 22px;
  }
  
  .reviewblock--style2 .reviewblock__authorSpeech {
	font-size: 0.9375rem;
  }
  
  .reviewblock--style2 .reviewblock__authorDes {
	font-weight: 700;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
  }
  
  .reviewblock--style3 {
	padding: 0px 130px 95px;
  }
  
  @media (max-width: 991px) {
	.reviewblock--style3 {
	  padding: 0px 15px 20px;
	}
  }
  
  .reviewblock--style3 .reviewblock__content {
	margin-top: -55px;
  }
  
  .reviewblock--style3 .reviewblock__qotes {
	font-size: calc(1.275rem + 0.3vw);
  }
  
  @media (min-width: 1200px) {
	.reviewblock--style3 .reviewblock__qotes {
	  font-size: 1.5rem;
	}
  }
  
  .reviewblock--style3 .reviewblock__author__image {
	border-color: rgba(var(--secondary-color),1);
	border-width: 2px;
  }


  .mask {
	-webkit-mask-image: url(../image/shapes/mask-shape1.svg);
			mask-image: url(../image/shapes/mask-shape1.svg);
  }
  
  .mask--about {
	position: absolute;
	top: 0;
	z-index: -1;
	left: -11px;
	padding: 1px;
  }
  
  @media (max-width: 1199px) {
	.mask--about {
	  left: -30%;
	}
  }
  
  @media (max-width: 991px) {
	.mask--about {
	  display: none;
	}
  }
  
  .mask--about .mask__overlay {
	position: absolute;
	left: 2px;
	top: -1px;
  }
  
  .mask--review {
	-webkit-mask-image: url(../image/shapes/testi-shape3.svg);
			mask-image: url(../image/shapes/testi-shape3.svg);
	bottom: 9%;
	right: 0;
	z-index: -1;
  }
  
  .mask--review .mask__overlay {
	position: absolute;
	left: -3px;
	top: -1px;
	transform: scale(1.007);
  }
  
  @media (max-width: 1199px) {
	.mask--review {
	  display: none;
	}
  }
  
  .mask-aboutBack {
	position: absolute;
	left: 0;
	top: 66%;
	z-index: -11;
  }
  
  @media (max-width: 1199px) {
	.mask-aboutBack {
	  left: -30%;
	}
  }
  
  @media (max-width: 991px) {
	.mask-aboutBack {
	  display: none;
	}
  }

  .reviewblock__qotes {
	font-size: 20px !important;
	line-height: 28px;
	font-weight: 300;
	margin-bottom: 35px;
	color: rgba(255, 255, 255, 1);
  }
  
  @media (min-width: 1200px) {
	.reviewblock__qotes {
	  font-size: 1.875rem;
	}
  }

  .reviewblock__quoteIcon__two {
	position: absolute;
	line-height: 0;
	right: 0;
	left: 0;
	top: 50%;
	transform: translateY(-30%);
  }
  
  @media (max-width: 767px) {
	.reviewblock__quoteIcon__two {
	  transform: translateY(-50%);
	}
  }
  
  @media (max-width: 767px) {
	.reviewblock__quoteIcon__two > svg {
	  width: 80%;
	}
  }

  .reviewblock__author__name {
	font-weight: 700;
	font-size: 24px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #fff;
  }

  .reviewblock__author__desc{
	color: rgba(255, 255, 255, 0.6);
  }

  .sliderNav__btn {
	width: 63px;
	height: 54px;
	display: grid;
	place-content: center;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	cursor: pointer;
  }
  
  .sliderNav--style1 {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
  }
  
  .sliderNav--style1 .sliderNav__btn.btn-prev {
	background: #0d0d0d;
  }
  
  .sliderNav--style1 .sliderNav__btn.btn-next {
	background: rgba(var(--secondary-color),1);
  }
  
  .sliderNav--style1 .sliderNav__btn:hover {
	background: #7fb432;
  }
  
  @media (max-width: 767px) {
	.sliderNav--style1 {
	  justify-content: flex-start;
	}
  }
  
  .sliderNav--style2 {
	position: absolute;
	display: flex;
	justify-content: space-between;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 120px;
  }
  
  @media (max-width: 991px) {
	.sliderNav--style2 {
	  top: 20%;
	  transform: translateY(0%);
	  padding: 0 50px;
	}
  }
  
  .sliderNav--style2 .sliderNav__btn {
	border: 1px solid #f1f1f1;
	width: 55px;
	height: 55px;
	border-radius: 50%;
  }
  
  .sliderNav--style2 .sliderNav__btn svg path {
	fill: rgba(255, 255, 255, 1);
  }
  
  .sliderNav--style2 .sliderNav__btn:hover {
	background-color: rgba(var(--secondary-color),1);
	color: #fff;
	border-color: rgba(var(--secondary-color),1);
  }
  
  .sliderNav--style2 .sliderNav__btn:hover svg path {
	fill: #fff;
  }
  
  .testi-slider-active2 {
	padding-top: 165px;
  }
  
  .it-pagination {
	display: flex;
	justify-content: center;
	padding-top: 50px;
  }
  
  .it-pagination .swiper-pagination-bullet {
	width: 13px;
	height: 13px;
	background-color: transparent;
	border: 1px solid #c9c9c9;
	opacity: 1;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
  }
  
  .it-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: rgba(var(--secondary-color),1);
	border-color: rgba(var(--secondary-color),1);
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
  }

  .mouseCursor {
	position: fixed;
	left: 0;
	top: 0;
	pointer-events: none;
	border-radius: 50%;
	transform: translateZ(0);
	visibility: hidden;
  }
  
  .cursor-inner {
	margin-left: -3px;
	margin-top: -3px;
	width: 6px;
	height: 6px;
	z-index: 10000001;
	background-color: rgba(var(--secondary-color),1) ;
	transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
   margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  }
  
  .cursor-inner.cursor-hover {
	margin-left: -30px;
	margin-top: -30px;
	width: 60px;
	height: 60px;
	background-color: #eb9309 ;
	opacity: 0.2;
  }
  
  .cursor-outer {
	margin-left: -15px;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	border: 2px solid rgba(var(--secondary-color),1);
	box-sizing: border-box;
	z-index: 10000000;
	opacity: 0.5;
	transition: all 0.08s ease-out;
  }
  
  .cursor-outer.cursor-hover {
	opacity: 0;
  }
  
  .mim_tm_all_wrap[data-magic-cursor="hide"] .mouseCursor {
	display: none;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	z-index: -1111;
  }

  @media (min-width: 576px) {
	.progress-wrap.active-progress {
	  opacity: 1;
	}
  }
  
  .progress-wrap {
	position: fixed;
	right: 1.5rem;
	bottom: 1.5rem;
	width: 2.3rem;
	height: 2.3rem;
	cursor: pointer;
	display: block;
	border-radius: 100%;
	box-shadow: inset 0 0 0 0.1rem rgba(128, 130, 134, 0.25);
	z-index: 99999;
	opacity: 0;
	visibility: hidden;
	transform: translateY(0.75rem);
	transition: all 200ms linear, margin-right 0ms;
  }
  
  @media (prefers-reduced-motion: reduce) {
	.progress-wrap {
	  transition: none;
	}
  }
  
  .progress-wrap.active-progress {
	visibility: visible;
	transform: translateY(0);
	opacity: 1;
  }
  
  .progress-wrap:after {
	position: absolute;
	content: "\f062";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	text-align: center;
	line-height: 2.3rem;
	font-size: 14px;
	color: #eb9309;
	left: 0;
	top: 0;
	height: 2.3rem;
	width: 2.3rem;
	cursor: pointer;
	display: block;
	z-index: 1;
	transition: all 200ms linear;
  }
  
  @media (prefers-reduced-motion: reduce) {
	.progress-wrap:after {
	  transition: none;
	}
  }
  
  .progress-wrap svg path {
	fill: none;
  }
  
  .progress-wrap svg.progress-circle path {
	stroke: #eb9309;
	stroke-width: 4;
	box-sizing: border-box;
	transition: all 200ms linear;
  }
  
  @media (prefers-reduced-motion: reduce) {
	.progress-wrap svg.progress-circle path {
	  transition: none;
	}
  }

  .portfolioBlock {
	overflow: hidden;
  }
  
  .portfolioBlock__figure__shape {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
	transform: translateY(40px);
  }
  
  .portfolioBlock__figure__shape > img {
	width: 100%;
	min-height: 285px;
  }
  
  .portfolioBlock__figure__thumb {
	width: 100%;
  }
  
  .portfolioBlock__content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	padding: 0 15px 30px 15px;
	transition: all 1.5s cubic-bezier(0.25, 0.8, 0.25, 1);
	z-index: 2;
  }
  
  .portfolioBlock__heading {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
	transition: all 1.5s cubic-bezier(0.25, 0.8, 0.25, 1);
	text-decoration:none !important;
	line-height: 26px;
  }
  
  @media (min-width: 1200px) {
	.portfolioBlock__heading {
	  font-size: 2rem;
	}
  }
  
  .portfolioBlock__heading > a {
	display: inline;
	padding-bottom: 0;
	transition: all 1.5s cubic-bezier(0.25, 0.8, 0.25, 1);
	background: linear-gradient(to bottom, #fff 0%, #fff 98%);
	background-size: 0 1px;
	background-repeat: no-repeat;
	background-position: left 100%;
	transform: translateY(-50px);
	line-height: 15px !important;
  }
  
  .portfolioBlock__heading:hover > a {
	color: #fff;
  }
  
  .portfolioBlock__hashLink {
	color: #fff;
	display: block;
	font-weight: 600;
	text-transform: uppercase;
	overflow: hidden;
	transition: all 1.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  }
  
  .portfolioBlock__hashLink > span {
	display: block;
	transform: translateY(50px);
	transition: all 1.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  }
  
  .portfolioBlock__hashLink:hover {
	color: #fff;
  }
  
  .portfolioBlock__hashLink:hover span {
	-webkit-animation: toBottomFromTop 0.6s forwards;
			animation: toBottomFromTop 0.6s forwards;
  }
  
  .portfolioBlock:hover .portfolioBlock__content, .portfolioBlock--active .portfolioBlock__content {
	opacity: 1;
	visibility: visible;
	transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  }
  
  .portfolioBlock:hover .portfolioBlock__figure__shape, .portfolioBlock--active .portfolioBlock__figure__shape {
	opacity: 1;
	visibility: visible;
	transition: 1.5s cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transform: translateY(0px);
  }
  
  .portfolioBlock:hover .portfolioBlock__heading > a, .portfolioBlock--active .portfolioBlock__heading > a {
	background-size: 100% 1px;
	color: #fff;
	transform: translateY(0px);
	transition: all 1.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  }
  
  .portfolioBlock:hover .portfolioBlock__hashLink > span, .portfolioBlock--active .portfolioBlock__hashLink > span {
	transform: translateY(0px);
	transition: all 1.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  }
  
  .portfolioBlock--style2 .portfolioBlock__more {
	position: absolute;
	right: 0;
	left: 0;
	width: 81px;
	height: 81px;
	margin: 0 auto;
	display: grid;
	place-content: center;
	background: #0d0d0d;
	border-radius: 50%;
	border: 2px solid #fff;
	top: -40.5px;
	opacity: 0;
	visibility: hidden;
	transform: scale(0);
	transition: all 2s cubic-bezier(0.25, 0.8, 0.25, 1);
  }
  
  .portfolioBlock--style2 .portfolioBlock__more:hover {
	background: #fff;
  }
  
  .portfolioBlock--style2 .portfolioBlock__more:hover svg path {
	fill: #eb9309;
  }
  
  .portfolioBlock--style2 .portfolioBlock__content {
	padding: 0 15px 80px 15px;
  }
  
  .portfolioBlock--style2:hover .portfolioBlock__more, .portfolioBlock--style2.portfolioBlock--active .portfolioBlock__more {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	transition: all 2s cubic-bezier(0.25, 0.8, 0.25, 1);
  }
  
  .portfolioBlock--style3 {
	z-index: 1;
  }
  
  .portfolioBlock--style3 .portfolioBlock__heading {
	font-size: calc(1.3rem + 0.6vw);
  }
  
  @media (min-width: 1200px) {
	.portfolioBlock--style3 .portfolioBlock__heading {
	  font-size: 1.75rem;
	}
  }
  
  .portfolioBlock--style3::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/* background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 100%); */
	background: linear-gradient(360deg, rgba(var(--secondary-color),1) 0%, rgba(var(--secondary-color),.8) 40%, rgba(3, 65, 127, 0) 70%);
	transform-origin: bottom;
	/* transform: scaleY(0); */
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
  }
  
  /* .portfolioBlock--style3:hover::after, .portfolioBlock--style3.portfolioBlock--active::after {
	transform: scaleY(1);
	opacity: 1;
	visibility: visible;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
  }
  
  .portfolioBlock--style3 .portfolioBlock__figure__thumb, .portfolioBlock--style3.portfolioBlock--active .portfolioBlock__figure__thumb {
	filter: grayscale(1);
  }
  
  .portfolioBlock--style3:hover .portfolioBlock__hashLink, .portfolioBlock--style3.portfolioBlock--active .portfolioBlock__hashLink {
	color: #eb9309;
  } */

  .img-logo{
	width: 400px;
  }

  .wp_document2 {
		/* list-style-image: url("https://golomtcapital.com/uploads/templates/bid/favicon.png"); */
		/* list-style-image: linear-gradient(to left bottom, red, blue); */
		margin-left: -10px;
		margin-right: -10px;
	}
	.wp_document2 li {
		float: left;
		padding: 0 10px;
		width: 50%;
	}
  