/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url("../fonts/fa-solid-900.eot");
	src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
}
@font-face {
	font-family: 'Font Awesome 5 Brands';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url("../fonts/fa-brands-400.eot");
	src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg");
}

::placeholder {
	color: #00000c !important;
	opacity: 1; /* Firefox */
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #00000c !important;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
	color: #00000c !important;
  }

a[href^=tel] {
	color: inherit;
	text-decoration: none;
}
::selection {
	color: #fff;
	background: #00c2e5;
}
::-moz-selection {
	color:#fff;
	background:#00c2e5;
}
body {
	font-family: 'Poppins', sans-serif;
	color: #444;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0px;
	margin: 0px;
	font-family: 'Poppins', sans-serif;
	color: #101934;
}
h1 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 78px;
	line-height: 80px;
	color: #071434;
	margin-bottom: 30px;
}

h2 {
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 56px;
	font-style: normal;
	font-weight: 600;
	line-height: 66px;
	letter-spacing: -0.84px; 
	padding: 0;
	margin: 0;
}

h3 {
	color: #15171F;
	font-family: 'Poppins', sans-serif;
	font-size: 46px;
	font-style: normal;
	font-weight: 600;
	line-height: 56px;
	letter-spacing: -0.44px; 
	padding: 0;
	margin: 0;
}
h4 {
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
	line-height: 32px;
	font-style: normal;
	font-weight: 500;
	padding: 0;
	margin: 0;
}

p {
	font-family: 'Poppins', sans-serif;
	color: #444;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	padding: 0;
	margin: 0;
}
p a {
	color: #008e35;
}
p a:hover {
	color: #44b85b;
}

.btn {
	border: none;
}
.primaryBtn{
	float: right;
	margin-left: 30px;
	position: relative;
}
.primaryBtn a{
	background-image: linear-gradient(to right, #4400e9 0%, #8e0bb6  51%, #4400e9  100%)
}
.primaryBtn a{
	margin: 0;
	padding: 15px 45px;
	text-align: center;
	text-transform: uppercase;
	transition: 0.5s;
	background-size: 200% auto;
	color: white;            
	box-shadow: 0 0 0 #eee;
	border-radius: 6px;
	display: block;
}
.primaryBtn a:hover {
	background-position: right center; /* change the direction of the change here */
	color: #fff;
	text-decoration: none;
}
.whiteBtn{
	float: right;
	position: relative;
}
.whiteBtn a{
	background-image: linear-gradient(to right, #ffffff 0%, #ffffff  51%, #4400e9  100%)
}
.whiteBtn a{
	margin: 0;
	padding: 15px 45px;
	text-align: center;
	text-transform: uppercase;
	transition: 0.5s;
	background-size: 200% auto;
	color: #000;            
	box-shadow: 0 0 0 #eee;
	border-radius: 6px;
	display: block;
}
.whiteBtn a:hover {
	color: #000;  
	text-decoration: none;
	background-position: right center; /* change the direction of the change here */
}

a:hover{
	text-decoration: none;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header-holder {
	padding: 30px 80px;
	margin: 0 0 0 0;
	height: auto;
	z-index: 9;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0px auto;
	display: flex;
	width: 100%;
	box-shadow: 0px 0 0 0px rgba(0, 0, 0, 0.08); 
}
#header-holder #logo-holder {
	float: left;
	margin-top: 10px;
	margin-top: 10px;
}

#logoMobile{
	display: none;
}


@media (max-width: 768px) {
#header-holder #logo h1 {
	font-size: 28px;
	margin-top: 0;
}
#header-holder #logo img {
	max-height: 40px;
}
}
/*#header.header-fixed {
  background: linear-gradient(45deg, #1de099, #1dc8cd);
  padding: 20px 0;
  height: 72px;
  transition: all 0.5s;
}*/

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */

#navbg {
    margin-top: 0; 
}
.nav-sec {
	width:100%;
	margin-top: 99px;
}
/*.nav-sec .container {
	max-width:1195px;
}*/

.nav-menu, .nav-menu * {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	display: flex;
}
.nav-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	/*z-index: 99;*/
}
.nav-menu li {
	position: relative;
	white-space: nowrap;
}
.nav-menu > li {
	float: left;
}
.nav-menu li:hover > ul, .nav-menu li.sfHover > ul {
	display: block;
	margin-left: 0;
}
.nav-menu ul li:hover > ul{
	display: block;
	margin-left: 10px;
}
.nav-menu ul ul {
	top: 0;
	left: 100%;
}
.nav-menu ul li {
	/*min-width: 180px;*/
}
/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
	padding-right: 27px;
}
.sf-arrows .sf-with-ul:after {
	content: "\f107";
	position: absolute;
	right: 6px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
}
.sf-arrows ul .sf-with-ul:after {
	content: "\f105";
}
/* Nav Meu Container */
#nav-menu-container {
	display: flex;
	margin: 0;
	position: relative;
	padding:0;
	margin-right: 0;
	justify-content: center;
}
.dropdown-toggle::after {
	border-top: 0px;
}
.dropdown-menu {
	background-image: linear-gradient(to right, #4400e9 0%, #8e0bb6  40%, #8e0bb6  100%) !important;
	min-width: 200% !important;
	-webkit-border-radius: 6px!important;
	-webkit-border-top-left-radius: 0!important;
	-moz-border-radius: 6px!important;
	-moz-border-radius-topleft: 0!important;
	border-radius: 6px!important;
	border-top-left-radius: 0!important;
	padding: 5px !important;
	border: 0px none !important;

}
.dropdown-menu li a{
	padding: 10px 25px !important;
	color: #fff !important;

}
.dropdown-menu li a:hover{
	background-position: left center;
	background-color: inherit !important;
}

 @media (max-width: 768px) {
#nav-menu-container {
	display: none;
}
}
/* Nav Meu Styling */
.nav-menu a {
	padding: 6px 18px;
	text-decoration: none;
	display: inline-block;
	color: #fff;
	font-style:normal;
	font-weight:400;
	font-size: 17px;
	line-height: 40px;
	text-transform: capitalize;
	outline: none;
	letter-spacing: 0.02em;
	/*border-bottom: solid 4px #002144;*/
	margin-top: 0;

}
.nav-menu a:hover {
	color: #010101;
}
.nav-menu li:hover > a {
	color: #fff;
	background-image: linear-gradient(to right, #4400e9 0%, #8e0bb6  70%, #8e0bb6  100%);
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.nav-menu li > a.active {
	color: #fff;
	background-image: linear-gradient(to right, #4400e9 0%, #8e0bb6  70%, #8e0bb6  100%);
}
.nav-menu > li {
	margin-left: 0;
}
.nav-menu ul {
	margin: 0 0 0 0;
	padding: 0px;
	box-shadow: 0px 0px 0px rgba(127, 137, 161, 0.25);
	background: #fff;
	margin-left: 0;
	border: solid 1px #043C5C;
	border-radius: 0px;
}
.nav-menu ul li {

}
.nav-menu ul li a {
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: 400;
	padding: 4px;
	color: #000;
	display: block;
	font-size: 15px;
	line-height: 22px;
	text-transform: none;
	width: 100%;
	border-bottom: 0px !important;
	padding: 12px 15px 15px 15px;
}

.nav-menu ul li:hover > a {
	color: #fff;
	background-color: #EF2B23;
}
.nav-menu ul ul {
	margin: 0;
}
/* Mobile Nav Toggle */
#mobile-nav-toggle {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 999;
	margin: 20px 20px 0 0;
	border: 0;
	background: none;
	font-size: 24px;
	display: none;
	transition: all 0.4s;
	outline: none;
	cursor: pointer;
}
#mobile-nav-toggle i {
	color: #fff;
}
#mobile-nav-toggle i.fa.fa-times {
	color: #fff;
}
@media (max-width: 991px) {
#mobile-nav-toggle {
	display: inline;
}
}
/* Mobile Nav Styling */
#mobile-nav {
	position: fixed;
	top: 0;
	padding-top: 18px;
	bottom: 0;
	z-index: 9999;
	background: #fff;
	left: -260px;
	width: 260px;
	overflow-y: auto;
	transition: 0.4s;
}
#mobile-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#mobile-nav ul li {
	position: relative;
}
#mobile-nav ul li a {
	color: #fff;
	font-size: 18px;
	overflow: hidden;
	padding: 10px 22px 6px 15px;
	position: relative;
	text-decoration: none;
	width: 100%;
	display: block;
	outline: none;
}
#mobile-nav ul li a:hover {
	color: #043C5C;
}
#mobile-nav ul li li {
	padding-left: 30px;
	font-size:14px;
}
/*#mobile-nav ul li li:last-child {
	border-bottom: 0px;
}*/
#mobile-nav ul li li a {
	color: #000;
	padding: 10px 22px 0px 15px;
}

#mobile-nav ul .menu-has-children i {
	position: absolute;
	right: 0;
	z-index: 99;
	padding: 15px;
	cursor: pointer;
	color: #fff;
}
#mobile-nav ul .menu-has-children i.fa-chevron-up {
	color: #fff;
}
#mobile-nav ul .menu-item-active {
	color: #fff;
}
#mobile-body-overly {
	width: 100%;
	height: 100%;
	z-index: 997;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(52, 59, 64, 0.9);
	display: none;
}
/* Mobile Nav body classes */
body.mobile-nav-active {
	overflow: hidden;
}
body.mobile-nav-active #mobile-nav {
	left: 0;
}
body.mobile-nav-active #mobile-nav-toggle {
	color: #fff;
}

#header #hright {
	float: right;
	margin-left: 0;
}

/* ============ header title =========== */
.slider-holder {
	width: 100%;
	padding: 230px 0 0 0;
	background: url(../images/homebg.jpg) 0 bottom no-repeat;
	background-size:     cover;                      
    background-repeat:   no-repeat;
    background-position: center center;  
}
.slider-holder h1{
	padding-right: 60px;
	color: #fff;
	text-align: center;
	padding: 0 130px;
	margin-bottom: 100px;
}
.slider-holder .row{
	align-items: center;
}
.slider-holder .animated{
	margin: 0px auto;
	text-align: center;
	margin-bottom: -78px;
}

/*==== all gap ==== */

.titleGap{
	padding-bottom: 50px;
}
.secGap{
	padding-top: 40px;
	padding-bottom: 40px;
}
.secOuter{
    display: flex;
	width: 100%;
}
.info h2{
	margin-bottom: 30px;
}

.info p{
	margin-bottom: 30px;
}

/*==== all gap ==== */

.spotight-outer{
	display: flex;
	width: 100%;
	background-image: linear-gradient(to right, #4400e9 0%, #8e0bb6  80%, #8e0bb6  100%);
	padding: 180px 0px 100px 0;
}
.spotight-outer .row div{
	align-items: center;
	justify-content: center;
	display: flex;
	flex-direction: column;
}
.spotight-outer h2 {
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 40px;
	text-align: center;
}

.bodyOuter{
	background-color: #0b0b40;
	padding: 80px 0px 0 0;
	position: relative;
	overflow: hidden;
}
.bodyOuter:before{
	content: "";
	position: absolute;
	width: 920px;
	height: 1045px;
	background: url(../images/focus4.png) 0 0 no-repeat;
	left: 0;
	top:0
}

.zigzagsec-outer{
	display: flex;
}
.gapleft{
	padding-left: 17%;
}
.gapright{
	padding-right: 17%;
}
.microinfo{
	height: 100%;
}
.microinfo h3{
	color: #fff;
	margin-bottom: 25px;
}
.microinfo p{
	color: #fff;
}
.imgalignRight{
	text-align: right;
}
.infoCenter .row{
	align-items: center;
}
.fullsec-outer{
	background-image: linear-gradient(to right, #170964 0%, #260b59  80%, #260b59  100%);
	position: relative;
	margin-top: 120px;
}
.fullsec-outer:after{
	content: "";
	position: absolute;
	width: 206px;
	height: 232px;
	background: url(../images/elements01.png) 0 0 no-repeat;
	right: 0;
	top: 54px;
}
.fullsec-outer-sub{
	width: 100%;
	height: 100%;
	background: url(../images/focus.png) right bottom no-repeat;
	padding: 100px 0px 0px 0px;
}
.fullsec-outer h2{
	text-align: center;
	color: #fff;
	width: 80%;
	margin: 0px auto;
	margin-bottom: 40px;
}
.accordionCol .card {
	border: 0px none;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	background-color: inherit;
	border-bottom: solid 1px rgba(255, 255, 255, 0.2) !important;
}
.accordionCol .card-header {
	padding: 0;
	margin-bottom: 0;
	border-bottom: 0px none;
	padding: 0;
	background-color: rgba(0,0,0,0);
  }
.accordionCol .card-header .btn-link {
	font-size: 20px;
	font-weight: 500;
	color: #ffffff;
	text-decoration: none;
	display: block;
	text-align: left;
	padding: 15px 0px;
  }
.accordionCol .card{
	margin-bottom: 0;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 0 0px rgba(0,0,0,0.1);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.accordionCol .card-body {
	padding-top: 0px;
	padding-bottom: 32px;
	padding-left: 0;
	color: #fff;
  }
.accordionCol .card-body p{
	margin-bottom: 15px;
}
.accordionCol .card-body p:last-child{
	margin-bottom: 0;
}
.accordionCol .btn.btn-link.collapsed {
	background: url(../images/plus.svg) 97% 22px no-repeat !important;
	background-size:15px !important;
	color: #fff;
}
.accordionCol .btn.btn-link {
	background: url(../images/minus.svg) 97% 29px no-repeat !important;
	background-size: 16px !important;
	color: #fff;
}
.accordionCol{
	display: flex;
	height: 100%;
	align-items: flex-end;
	margin-top: -270px;
}
.gratificationimg{
	position: relative;
	z-index: 9;
}
.accuracybg{
	background: url(../images/accuracybg.jpg);
	background-size:     cover;                      
    background-repeat:   no-repeat;
    background-position: center bottom;
}
.accuracybg .row{
	align-items: center;
}
#leauge{
	padding: 170px 0px 50px 0px;
	background-color: #ffffff;
	position: relative;
  	margin-top: -192px;
}
.leaugebox{
	margin-bottom: 20px;
}
#leauge .row .col-sm-12{
	display: flex;
	justify-content: center;
}
#leauge .row .col-sm-12 .blue-btn{
	margin: 20px 0px 0px 0px;
}
.whitebg {
	background-color: #fff;
	padding: 80px 0px;
}
.whitebg h3{
	color: #15171f;
}
.whitebg p{
	color: #15171f;
}
.namber-outer{
  display: flex;
  width: 100%;
  background-image: linear-gradient(to right, #4400e9 0%, #8e0bb6 80%, #8e0bb6 100%);
  padding: 120px 0px;
}
.num-col p{
	font-size: 80px;
	font-weight: 500;
	line-height: 85px;
	color: #fff;
	position: relative;
	text-align: center;
}
.num-col p sup{
	font-size: 20px;
	display: inline-block;
	position: absolute;
	top: 0;
}
.num-col p span{
	display: block;
	font-size: 24px;
	line-height: 34px;
}
.moment-outer{
	background: url(../images/stadium.jpg);
	background-size:     cover;                      
    background-repeat:   no-repeat;
    background-position: right bottom;
	min-height: 745px;
	display: flex;
}
.moment-outer .row{
	align-items: center;
	height: 100%;
}
.infoM{
	width: 530px;
	display: flex;
	flex-direction: column;
}
.infoM h3{
	color: #fff;
	font-size: 80px;
	line-height: 90px;
}
.infoM .primaryBtn{
	width: 230px;
	margin-left: 0px;
	margin-top: 30px;
}




#footer{
	padding:80px 0 40px 0;
	background-color: #0b0b40;
	position: relative;
	overflow: hidden;
}
#footer:after{
	content: "";
	position: absolute;
	width: 856px;
	height: 681px;
	right: 0px;
	bottom: 0px;
	background: url(../images/focus2.png) 0 0 no-repeat;
}
#footer:before{
	content: "";
	position: absolute;
	width: 915px;
	height: 657px;
	left: 0px;
	top: 0px;
	background: url(../images/focus3.png) 0 0 no-repeat;
}
.footer-box{
	margin-top: 40px;
	position: relative;
	z-index: 99;
}
.footer-box h4{
	text-transform: uppercase;
	margin-bottom: 30px;
}
.footer-box ul{
	padding: 0px;
	margin: 0px;
}
.footer-box ul li{
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: -0.3px; 
	list-style-type: none;
	margin-bottom: 15px;
}
.footer-box ul li a{
	color: #fff;
}
.footer-box ul li a:hover {
	color: #e7e7e7;
}
.footer-bottom{
	border-top: solid 1px rgba(255, 255, 255, 0.2) !important;
	padding-top: 40px;
	display: flex;
	width: 100%;
	margin-top: 40px;
	color: #aeaeae;
	position: relative;
	z-index: 99;
}
.footer-bottom p{
	color: #aeaeae;
}
.footer-bottom ul{
	padding: 0px;
	margin: 0px;
	float: right;
}
.footer-bottom ul li{
	color: #aeaeae;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 15px;
	letter-spacing: -0.3px; 
	list-style-type: none;
	float: left;
	border-right: 1px solid #fff;
	margin-right: 15px;
	padding-right: 15px;
}
.footer-bottom ul li:last-child{
	border-right: 0px;
	margin-right: 0px;
	padding-right: 0px;
}
.footer-bottom ul li a{
	color: #aeaeae;
}
.footer-bottom ul li a:hover{
	color: #fff;
}
.socialcol{
	display: flex;
	justify-content: flex-end;
	position: relative;
	z-index: 9;
}
.innerslider-holder {
	width: 100%;
	padding: 100px 0 0 0;
	background: url(../images/innerbanner.jpg) 0 bottom no-repeat;
	background-size:     cover;                      
    background-repeat:   no-repeat;
    background-position: center center;  
}
.innerslider-holder .row{
	align-items: center;
}
.innerslider-holder .animated{
	margin: 0px auto;
	text-align: right;
	margin-bottom:0;
}
.innerslidercaption{
	padding: 0 80px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.innerslidercaption h1{
	font-size: 60px;
	line-height: 65px;
	font-weight: 500;
	padding-right: 60px;
	color: #fff;
	padding: 0;
	margin-bottom: 25px;
}
.innerslidercaption p{
	color: #fff;
	width: 80%;
	margin-bottom: 25px;
}
.innerspotight-outer{
	display: flex;
	width: 100%;
	background-image: linear-gradient(to right, #3b03c1 0%, #750b98  100%, #750b98  100%);
	padding: 60px 0px 100px 0;
}

.innerspotight-outer h2 {
	font-size: 46px;
	line-height: 56px;
	color: #fff;
	margin-bottom: 40px;
	text-align: center;
	width: 60%;
	margin: 0px auto;
	margin-bottom: 30px;
}
.innerspotight-outer p.subTitle {
	color: #fff;
	margin-bottom: 40px;
	text-align: center;
}
.innerspotight-info{
	margin-top: 40px;
	display: flex;
	flex-direction: column;
	height: 100%;
}
.innerspotight-info h5{
	color: #fff;
	font-size: 36px;
	line-height: 40px;
	font-weight: 600;
	letter-spacing: -0.84px; 
	margin-bottom: 20px;
	height: 100%;
}
.innerspotight-info p{
	color: #fff;
	position: relative;
	width: 90%;
}
.innerspotight-info p:before{
	content: "";
	position: absolute;
	width: 40px;
	height: 8px;
	background-color: #007ec7;
	top: -30px;
}
.innerbodyOuter{
	background-color: #0b0b40;
	padding: 80px 0px 0 0;
	position: relative;
	overflow: hidden;
}
.innerbodyOuter:before{
	content: "";
	position: absolute;
	width: 1465px;
	height: 1498px;
	background: url(../images/focus5.png) 0 0 no-repeat;
	top:0;
	left: 0;
	right: 0;
	margin: auto;
}
.customizesec{
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: center;
	margin-bottom: 80px;
}
.customizesec h2{
	font-size: 46px;
	line-height: 56px;
	color: #fff;
	width: 60%;
	margin: 0px auto;
	margin-bottom: 60px;
	text-align: center;
}
.innerboxinfo{
	display: flex;
	flex-direction: column;
	background-color: rgba(17, 13, 45, 0.4);
	border: solid 1px rgba(36, 30, 74, 0.8);
	padding: 40px 30px;
	height: 100%;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.innerboxinfo p{
	color: #fff;
}
.innerboxinfo ul{
	padding: 0px;
	margin: 0px;
}
.innerboxinfo ul li{
	color: #fff;
}
.innerboxinfo ul li b{
	font-weight: 600;
}
.innerboxinfo h3{
	color: #fff;
	font-size: 26px;
	line-height: 35px;
	 margin-bottom: 20px;
}
.innerbody-spolight{
	display: flex;
	width: 100%;
	background-image: linear-gradient(to right, #3b03c1 0%, #750b98  100%, #750b98  100%);
	padding: 60px 0px 120px 0;
}
.spotight-box{
	background-color: rgba(0, 0, 0, 0.1);
	display: flex;
	height: 100%;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 60px 9%;
}
.spotight-box:hover{
	background-color: rgba(0, 0, 0, 0);
	background-image: linear-gradient(to right, #4400e9 0%, #8e0bb6  100%, #8e0bb6  100%);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
.spotight-box::after,
.spotight-box::before {
  content: '';
  position: absolute;
  width: calc(100% - 30px);
  height: 2px;
  background: linear-gradient(to right, #fff, #fff);
  bottom: -1px;
  left: 15px;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s ease-out;
}

.spotight-box::before {
  top: -1px;
  transform-origin: left;
}

.spotight-box:hover::after,
.spotight-box:hover::before {
  transform: scaleX(1);
}




.num-col::after,
.num-col::before {
  content: '';
  position: absolute;
  width: calc(100% - 30px);
  height: 2px;
  background: linear-gradient(to right, #fff, #fff);
  bottom: -15px;
  left: 15px;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s ease-out;
}

.num-col::before {
  top: -40px;
  transform-origin: left;
}

.num-col:hover::after,
.num-col:hover::before {
  transform: scaleX(1);
}







.spotight-box h5{
	font-size: 28px;
	color: #fff;
	text-align: center;
	margin-bottom: 15px;
}
.spotight-box p{
	color: #fff;
	line-height: 20px;
}
.spoticon{
	margin-bottom: 25px;
}
.spoticon img{
	width: 60px;
}
.exmargT{
	margin-top: 100px !important;
}
.exmargTB{
	margin-top: 100px !important;
	margin-bottom: 100px !important;
}
.integration-outer{
	background-image: linear-gradient(to right, rgb(59, 3, 193, 0.2) 0%, rgb(117, 11, 152, 0.5)  100%, rgb(117, 11, 152, 0.5)  100%);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 50px;
	margin-top: 100px;
}
.integration h3{
	color: #fff;
	text-align: center;
	margin-bottom: 40px;
}
.integration p{
	color: #fff;
	text-align: center;
	margin-bottom: 15px;
}
.market-outer{
	display: flex;
	width: 100%;
	padding: 60px 0px 100px 0;
}

.market-outer h2 {
	font-size: 46px;
	line-height: 56px;
	color: #fff;
	margin-bottom: 40px;
	text-align: center;
	margin: 0px auto;
	margin-bottom: 30px;
}
.market-box{
	background-color: rgba(0, 0, 0, 0.1);
	border: solid 1px rgb(23, 23, 103, 0.8);
	display: flex;
	height: 100%;
	flex-direction: column;
	padding: 30px 9%;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.market-box h5{
	font-size: 28px;
	color: #fff;
	margin-bottom: 15px;
}
.market-box h5 span{
	display: block;
	font-size: 15px;
	margin-bottom: 8px;
}
.market-box p{
	color: #fff;
	line-height: 20px;
}
.marketicon{
	margin-bottom: 25px;
}
.marketicon img{
	width: 60px;
}
.market-box ul{
	padding: 15px 0 0 15px;
	margin: 0px;
}
.market-box ul li{
	color: #fff;
	margin-bottom: 8px;
}
.faq .card {
	border: 0px none;
	-webkit-border-radius: 6px !important;
	-moz-border-radius: 6px !important;
	border-radius: 6px !important;
	background-color: inherit;
	border: solid 1px rgba(255, 255, 255, 0.2) !important;
	margin-bottom: 15px !important;
	padding: 10px 20px;
}
.faq .card-header {
	padding: 0;
	margin-bottom: 0;
	border-bottom: 0px none;
	padding: 0;
	background-color: rgba(0,0,0,0);
  }
.faq .card-header .btn-link {
	font-size: 20px;
	font-weight: 500;
	color: #ffffff;
	text-decoration: none;
	display: block;
	text-align: left;
	padding: 15px 0px;
  }
.faq .card{
	margin-bottom: 0;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 0 0px rgba(0,0,0,0.1);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.faq .card-body {
	padding-top: 0px;
	padding-bottom: 32px;
	padding-left: 0;
	color: #fff;
  }
.faq .card-body p{
	margin-bottom: 15px;
}
.faq .card-body p:last-child{
	margin-bottom: 0;
}
.faq .btn.btn-link.collapsed {
	background: url(../images/plus.svg) right 22px no-repeat !important;
	background-size:15px !important;
	color: #fff;
}
.faq .btn.btn-link {
	background: url(../images/minus.svg) right 29px no-repeat !important;
	background-size: 16px !important;
	color: #fff;
}
.faq{
	display: flex;
	height: 100%;
	align-items: flex-end;
	 padding-bottom: 200px;
}
.faq .accordion{
	width: 100%;
}
.textC{
	text-align: center;
	margin-bottom: 60px;
}
.videoInfo{
	padding: 0 30px;
}
.videoInfo h3{
	color: #fff;
	font-size: 36px;
	line-height: 40px;
}
.specstyle{
	align-items: center;
}
.videoInfo2{
	padding: 0 30px;
	display: flex;
	/*margin-top: 80%;*/
}
.videoInfo2 p{
	color: #fff;
}
.innerboxinfo2 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: rgba(17, 13, 45, 0.4);
	border: solid 1px rgba(36, 30, 74, 0.8);
	padding: 60px 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 80px;
	text-align: center;
	margin-top: 20px;
}
.innerboxinfo2 p{
	color: #fff;
	font-size: 18px;
	 padding: 0 50px;
}
.microinfo h4{
	font-size: 28px;
	color: #fff;
	margin-bottom: 15px;
}
.contactform-box{
	width: 80%;
	margin: 0px auto;
	background-color: rgba(17, 13, 45, 0.4);
	border: solid 1px rgba(36, 30, 74, 0.8);
	padding: 40px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 80px;
}
.contactform .form-control {
	width: 100%;
	height: 52px;
	border: solid 1px rgb(3, 3, 3, 0.2);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	margin-bottom: 30px;
	background-color: rgb(62, 62, 129, 0.3);
}
.contactform .form-select {
	width: 100%;
	height: 52px;
	border: solid 1px rgb(3, 3, 3, 0.2);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	margin-bottom: 30px;
	background-color: rgb(62, 62, 129, 0.3);
	padding: 0 15px;
  }
  .contactform textarea.form-control {
	width: 100%;
	height: 220px;
	border: solid 1px rgb(3, 3, 3, 0.2);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	margin-bottom: 30px;
	background-color: rgb(62, 62, 129, 0.3);
	padding: 0 15px;
	resize: none;
}
.contactform .primaryBtn{
	float: none;
	margin-left: 0;
	margin-top: 15px;
}
.contactform .primaryBtn button{
	background-image: linear-gradient(to right, #4400e9 0%, #8e0bb6  51%, #4400e9  100%);
	width: 100%;
}
.contactform .primaryBtn button{
	margin: 0;
	padding: 15px 45px;
	text-align: center;
	text-transform: uppercase;
	transition: 0.5s;
	background-size: 200% auto;
	color: white;            
	box-shadow: 0 0 0 #eee;
	border-radius: 6px;
	display: block;
	border: 0px;
}
.contactform label{
	color: #fff;
}
.contactform .form-select {
	color: #fff;
}
.contactform .form-select option{
	color: #000;
}
.innerslider-holder2 {
	width: 100%;
	padding: 200px 0 100px 0;
	background: url(../images/innerbanner.jpg) 0 bottom no-repeat;
	background-size:     cover;                      
    background-repeat:   no-repeat;
    background-position: center center;  
}
.innerslider-holder2 .row{
	align-items: center;
}
.innerslider-holder2 .innerslidercaption{
	align-items: center;
	width: 100%;
}
.termscol{
	padding-bottom: 100px;
}
.termscol h3{
	font-size: 30px;
	color: #fff;
	margin-bottom: 20px;
}
.termscol h4{
	font-size: 24px;
	color: #fff;
	margin-bottom: 20px;
}
.termscol p{
	color: #fff;
	margin-bottom: 20px;
}
.privacy-outer{
	display: flex;
	width: 100%;
	background-image: linear-gradient(to right, #3b03c1 0%, #750b98  100%, #750b98  100%);
	padding: 60px 0px;
}
.privacy-outer p{
	color: #fff;
	margin-bottom: 15px;
}
.privacy-outer p a{
	color: #738bfa;
}
.termscol ul{
	padding: 0 0 0 15px;
	margin-bottom: 15px;
}
.termscol ul li{
	color: #fff;
	margin-bottom: 15px;
	line-height: 23px;
}
.termscol ul li b{
	font-weight:600;
}
.exgapP{
	margin-top: 60px;
}
.termscol ol{
	padding: 0 0 0 15px;
	margin-bottom: 15px;
}
.termscol ol li{
	color: #fff;
	margin-bottom: 10px;
}
.termscol ol li b{
	font-size: 16px;
	color: #fff;
	font-weight: 500;
}
.termscol ol ul{
	margin-top: 5px;
}
.termscol ol li b{
	font-weight: 500;
}
.termscol ol ul li{
	font-weight: 400;
	color: #fff;
	margin-bottom: 5px;
	font-size: 16px;
}
.termscol ol ul li b{
	font-weight: 500;
	font-size: 16px;
}
.termscol p a{
	color: #738bfa;
}
.termscol ul li a{
	color: #738bfa;
}

#news-container .news-item {
	background-color: rgba(0, 0, 0, 0.1) !important;
	margin-bottom: 30px;
	-ms-flex: 0 0 47%;
    flex: 0 0 47%;
    max-width: 47%;
	position: relative;
	margin-right: 30px;
	border: solid 1px rgb(255, 255, 255, 0.07) !important;
	padding: 30px 30px 80px 30px;
	position: relative;
}
#news-container{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	max-width: 1280px;
}
.source{
	margin-top: 50px;
	position: absolute;
	right: 0px;
	left: 30px;
	bottom: 30px;
	color: #9704cb !important;
	text-align: left !important;
}
#news-container .news-item:nth-child(even){
	margin-right: 0px;
}
#news-container .news-item:hover{
	background-image: linear-gradient(to right, #4400e9 0%, #8e0bb6  51%, #8e0bb6  100%);
}
#news-container .news-item:hover .source{
	color: #fff !important;
}
.customizesec2{
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: center;
	margin-bottom: 20px;
}
.customizesec2 h2{
	font-size: 46px;
	line-height: 56px;
	color: #fff;
	width: 60%;
	margin: 0px auto;
	margin-bottom: 60px;
	text-align: center;
}
.innerboxinfo3{
	display: flex;
	flex-direction: column;
	background-color: rgba(17, 13, 45, 0.4);
	border: solid 1px rgba(36, 30, 74, 0.8);
	padding: 40px 60px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 100px;
}
.innerboxinfo3 p{
	color: #fff;
	margin-bottom: 30px;
}
.innerboxinfo3 ul{
	padding: 0px;
	margin: 0px;
}
.innerboxinfo3 ul li{
	color: #fff;
	margin-bottom: 10px;
}
.exmargB{
	margin-bottom: 80px;
}
.spe-c{
	text-align: center;
	color: #fff;
	margin-bottom: 50px;
	margin-top: -30px;
}

.contactform .primaryBtn button:hover {
	background-position: right center; /* change the direction of the change here */
	color: #fff;
	text-decoration: none;
}
.contactform .primaryBtn button{
	background-image: linear-gradient(to right, #4400e9 0%, #8e0bb6  51%, #4400e9  100%)
}
.contactform .form-control:hover{
	background-color: inherit;
	border-bottom: solid 1px #fff;
}

#news-container .news-item::after,
#news-container .news-item::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: linear-gradient(to top, #fff, #fff);
  bottom: -1px;
  left: 0;
  transform: scaleX(0);
  transform-origin: top;
  transition: transform 0.5s ease-out;
}

#news-container .news-item::before {
  top: -1px;
  transform-origin: top;
}

#news-container .news-item:hover::after,
#news-container .news-item:hover::before {
  transform: scaleX(1);
}

.primaryBtn:after{
	content:'►';
	font-size:10px;
	color:white;
	position:absolute;
	top:15px;
	right:-2em;
	opacity:0;
	transition:all .5s ease-in-out;
}
  
.primaryBtn:hover:after{
  right:1em;
  opacity:1;
}
.whiteBtn:after{
	content:'►';
	font-size:10px;
	color:white;
	position:absolute;
	top:15px;
	right:-2em;
	opacity:0;
	transition:all .5s ease-in-out;
}
  
.whiteBtn:hover:after{
  right:1em;
  opacity:1;
}
.socialcol a{
	display: block;
	background-color: inherit;
	padding: 8px 14px 12px 14px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	transition:all .5s ease-in-out;
}
.socialcol a:hover{
	display: block;
	background-color: #000;
	padding: 8px 14px 12px 14px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	background-image: linear-gradient(to right, #4400e9 0%, #8e0bb6  51%, #4400e9  100%);
}
.faq .card{
	background-image: linear-gradient(to right, rgb(0, 0, 0, 0.1) 1%, rgb(142, 11, 182, 0.1)  100%, rgb(68, 0, 233, 0.1)  100%);
}
.faq .card:hover {
	background-position: right center; /* change the direction of the change here */
	color: #fff;
	text-decoration: none;
	background-image: linear-gradient(to right, #4400e9 0%, #8e0bb6  51%, #4400e9  100%)
}

.market-box::after,
.market-box::before {
  content: '';
  position: absolute;
  width: calc(100% - 50px);
  height: 2px;
  background: linear-gradient(to left, #4400e9 0%, #8e0bb6  51%, #4400e9  100%);
  bottom: -1px;
  left: 25px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease-out;
}

.market-box::before {
  top: -1px;
  transform-origin: bottom;
}

.market-box:hover::after,
.market-box:hover::before {
  transform: scaleX(1);
}
/*.market-box:hover{
	background: linear-gradient(to right, #8e0bb6 %, #0a0a39  100%, #0a0a39  100%);
}*/

#news-container .loader {
	width: 100%;
	text-align: center;
	padding-top: 10px;
}