/*--------------------------------------------------------------
# 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: 54px;
	line-height: 70px;
	color: #071434;
	margin: auto;
	margin-bottom: 30px;
	text-transform: uppercase;
}

h2 {
	color: #15171F;
	font-family: 'Poppins', sans-serif;
	font-size: 42px;
	font-style: normal;
	font-weight: 500;
	line-height: 48px;
	letter-spacing: -0.84px; 
	padding: 0;
	margin: 0;
}

h3 {
	color: #15171F;
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: -0.44px; 
	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;
}
.blue-btn {
	color: #FFF;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 2.1px;
	text-transform: uppercase; 
	-webkit-border-radius: 90px;
	-moz-border-radius:90px;
	border-radius: 90px;
	padding: 18px 50px; 
	background: #043C5C;
	display: inline-block;
}
.blue-btn:hover {
	color: #FFF;
}
.red-btn {
	color: #FFF;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 2.1px;
	text-transform: uppercase; 
	-webkit-border-radius: 90px;
	-moz-border-radius:90px;
	border-radius: 90px;
	padding: 18px 50px; 
	background: #EF2B23;
	display: inline-block;
}
.red-btn:hover {
	color: #FFF;
}

a:hover{
	text-decoration: none;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header-holder {
	padding: 20px 80px;
	margin: 0 0 0 0;
	height: auto;
	/*  transition: all 0.5s;*/
	z-index: 9;
	/*position: absolute;
	left: 0;
	right: 0;*/
	margin: 0px auto;
	display: flex;
	box-shadow: 0px 4px 30px 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 {
	float: right;
	margin: 0;
	position: relative;
	padding:0;
	margin-right: 0;
}
.dropdown-toggle::after {
	border-top: 0px;
}
.dropdown-menu {
	min-width: 122px !important;
	text-align: center;
}

 @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: #010101;
	font-style:normal;
	font-weight:400;
	font-size: 15px;
	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-color: #043C5C;
}
.nav-menu li > a.active {
	color: #fff;
	background-color: #043C5C;
}
.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%;
	overflow: hidden;
	padding: 50px 80px;
}
.slider-holder h1{
	padding-right: 60px;
}
.slider-holder p{
	margin-bottom: 30px;
}
.slider-holder .row{
	align-items: center;
}
.slider-holder .animated{
	float: right;
}

/*==== all gap ==== */

.titleGap{
	padding-bottom: 50px;
}
.secGap{
	padding-top: 80px;
	padding-bottom: 80px;
}
.secOuter{
    display: flex;
	width: 100%;
}
.info h2{
	margin-bottom: 30px;
}

.info p{
	margin-bottom: 30px;
}

/*==== all gap ==== */

.ourSolutions .row{
	align-items: center;
}
#services .row{
	align-items: center;
}
#services h2{
	display: flex;
	justify-content: center;
	align-items: flex-start; 
	width: 100%;
}
.service-box{
	display: flex;
	gap: 30px;
}
.service-icon{
	display: flex;
	flex-direction: column;
}
.service-icon img{
	width: 62px;
}
#features .tabOuter .row{
	align-items: center;
}
#features .info{
	padding-right: 100px;
}
#features .info h3{
	margin-bottom: 30px;
}
#features .info p{
	margin-bottom: 20px;
}
#features .titleGap{
	width: 100%;
	text-align: center;
}
.message{
	background: url(../images/redbg.jpg), lightgray 50% / cover no-repeat;
}
.message .row{
	display: flex;
	padding: 30px 0px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.message .info h2{
	color: #fff;
	margin-bottom: 40px;
}
.message .info p{
	color: #fff;
	margin-bottom: 60px;
}
.message .white-btn {
	color: #15171F;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 2.1px;
	text-transform: uppercase; 
	-webkit-border-radius: 90px;
	-moz-border-radius:90px;
	border-radius: 90px;
	padding: 18px 80px; 
	background: #fff;
}
#leauge{
	border-bottom: 1px solid #DADADA;
	padding: 50px 0px;
}
.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;
}
#footer{
	padding:40px 0;
}
#footer p{
	margin-top: -39px;
}
.footer-box ul{
	padding: 0px;
	margin: 0px;
}
.footer-box ul li{
	color: #15171F;
	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: 8px;
}
.footer-box ul li a{
	color: #15171F;
}
.footer-box ul li a:hover {
	color: #043C5C;
}
.footer-box.address ul li {
	width: 146px;
}
#whyChoose h2{
	width: 600px;
	text-align: center;
	margin: auto;
}
.feature-box{
	display: flex;
	padding: 40px 30px;
	flex-direction: column;
	align-items: center;
	border-radius: 10px;
	background: #FFF;
	gap: 15px;
	box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
	text-align: center;
	margin-bottom: 30px;
}
.feature-box img{
	height: 70px;
}
.feature-box h3{
	font-size: 20px;
}
.feature-box .blue-btn{
	padding: 12px 30px;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: normal; 
}
.ourSolutions.sec2 .marketImgbox{
	display: flex;
	justify-content: end;
}

#research h2{
	width: 600px;
	text-align: center;
	margin: auto;
}
#research p{
	text-align: center;
	width: 94%;
	margin: auto;
	margin-bottom: 30px;
}
#sports-offerd h2{
	text-align: center;
	margin: auto;
}

.sports-box{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start; 
	border-radius: 10px;
	box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
	position: relative;
	margin-bottom: 30px;
}
.sports-box img{
	width: 100%;
}
.sports-box a{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}
.sports-info{
	display: flex;
	align-items: flex-start;
	gap: 10px;
	align-self: stretch; 
	flex-direction: column;
	padding: 15px;
	height: 100%;
	justify-content: flex-end;
}
.sports-info h3{
	color: #fff;
}
.sports-info p{
	color: #fff;
	line-height: 20px;
}
.leaugeinfo{
	display: flex;
	align-items: flex-start;
	gap: 10px;
	align-self: stretch;
}
.redbox{
	display: flex;
	padding-top: 2px;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px; 
}
.nosec{
	display: flex;
	width: 60px;
	height: 20px;
	justify-content: center;
	align-items: center; 
	border-radius: 4px;
	background: #EF2B23; 
	color: #fff;
}
.leauge-info{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	flex: 1 0 0; 
}
#sports-offerd{
	padding: 0 0 80px 0px;
}

.contact-box{
	display: flex;
	align-items: flex-start;
	gap: 15px;
	margin-bottom: 30px;
}
.contact-icon{
	display: flex;
	padding: 4px 0 0px 0px;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px; 
	width: 40px;
}
.contact-info{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 5px;
	flex: 1 0 0;
	align-self: stretch; 
}
.contact-info p{
	width: 380px;
}
.contact-info p b{
	display: block;
	color: #EF2B23;
}
.contactform{
	display: flex;
	padding-top: 60px;
	flex-direction: column;
	align-items: flex-start; 
	/*background: url(../images/contactformbg.png) 0 0 no-repeat;*/
}
.contactform-outer{
	display: flex;
	padding: 30px;
	flex-direction: column;
	align-items: flex-start;
	border-radius: 4px;
	background: #FFF;
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
	width: 100%;
}
.form-group{
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: flex-start;
}
.form-group input{
	width: 100%;
	border-radius: 4px;
	border: 1px solid #DBDFE7;
	background: #FFF; 
	height: 52px;
	padding: 0px 15px;
	color: #444;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 52px; /* 371.429% */
	letter-spacing: -0.28px; 
	flex-direction: column;
	align-items: flex-start;
}
.form-group textarea{
	width: 100%;
	border-radius: 4px;
	border: 1px solid #DBDFE7;
	background: #FFF; 
	height: 52px;
	padding: 0px 15px;
	color: #444;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 52px; /* 371.429% */
	letter-spacing: -0.28px; 
	height: 140px;
	flex-direction: column;
	align-items: flex-start; 
}
.form-group .red-btn{
	width: 100%;
	display:block;
	text-align: center;
	border-radius: 4px; 
}
.contactform{
	margin-top: -60px;
}
#pricing h2{
	width: 600px;
	text-align: center;
	margin: auto;
}
.pricing-box{
	display: flex;
	padding: 40px 30px;
	flex-direction: column;
	align-items: center;
	gap: 20px; 
	border-radius: 10px;
	background: #FFF;
	box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
}
.pricing-title{
	display: flex;
	padding: 0px 60px 20px 60px;
	flex-direction: column;
	align-items: center;
	border-bottom: 1px solid #EFEFEF; 
}
.pricing-title p{
	color: #8F8F8F;
}
.pricing-details{
	display: flex;
	padding: 10px 0px;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	align-self: stretch; 
}
.pricing-details ul{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.pricing-details ul li{
	color: #444;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	background: url(../images/check.svg) 0 7px no-repeat;
	padding-left: 30px;
	 margin-bottom: 8px;
}
.pricing-details ul li.hide{
	color: #D1D1D1;
	background-image: none;
}
.popular{
	border-top: 6px solid #043B5B;
	border-right: 2px solid #043B5B;
	border-bottom: 2px solid #043B5B;
	border-left: 2px solid #043B5B; 
}
#sport-outer{
	padding-bottom: 80px;
}
.sport-holder{
	display: flex;
	padding: 40px 80px;
	justify-content: space-between;
	align-items: center;
	align-self: stretch; 
	position: relative;
}
.sportsslider-info{
	width: calc(100% - 35px);
	position: absolute;
	display: flex;
	align-items: flex-start;
	gap: 10px;
	align-self: stretch; 
	flex-direction: column;
	padding: 15px;
	height: 100%;
	justify-content: flex-end;
}
.sportsslider-info h1{
	color: #fff;
	margin-bottom: auto;
}
.sport-holder img{
	width: 100%;
}

.league_top{
	margin-bottom: 30px;
}
.league_box input{
	width: 100%;
	border-radius: 10px;
	background: #F6F6F6; 
	height: 68px;
	padding: 0px 40px;
	align-items: center; 
	border: 0px;
	color: #818181;
}
.league_box input ::placeholder{
	color: #818181;
	opacity: 0.5;
}
.league_box span{
	position: absolute;
	margin-top: 20px;
	margin-left: 15px;
}
.league_box select{
	width: 100%;
	border-radius: 10px;
	background: #F6F6F6; 
	height: 68px;
	padding: 0px 20px;
	align-items: center; 
	border: 0px;
}
.league_details{
	display: flex;
	flex-direction: column;
	align-items: flex-start; 
}
.countryrow{
	width: 100%;
	padding: 14px 10px;
	border-radius: 6px;
	background: #FFF;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
	margin-bottom: 6px;
}
.country img{
	width: 20px;
	margin-right: 15px;
}
.countryrow b{
	font-weight: 600;
}
.green{
	display: flex;
	height: 68px;
	padding: 0px 20px;
	justify-content: center;
	align-items: center; 
	border-radius: 10px;
	background: #0FA65F; 
	color: #FFF;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	margin-bottom: 30px;
}
.blue{
	display: flex;
	height: 68px;
	padding: 0px 20px;
	justify-content: center;
	align-items: center; 
	border-radius: 10px;
	background: #043C5C; 
	color: #FFF;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	margin-bottom: 30px;
}
.featured-list{
	display: flex;
	padding: 20px;
	flex-direction: column;
	align-items: flex-start;
	align-self: stretch;
	border-radius: 10px;
	background: #FFF;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
}
.featured-list ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.featured-list ul li{
	color: #444;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize; 
	margin-bottom: 15px;
}
.featured-list ul li b{
	font-weight: 600;
}
#careers h2{
	width: 600px;
	text-align: center;
	margin: auto;
}
#careersTab .resp-tabs-list {
	border-top: 0px none;
}
#careersTab .resp-tabs-list {
	justify-content: center;
}
#careersTab .resp-tabs-list li {
	margin-right: 50px;
}
#careersTab .resp-tabs-list {
	padding: 0 0;
	min-height: 60px;
}
#careersTab .resp-tabs-list li {
	font-size: 20px;
	line-height: 24px;
	font-style: normal;
	font-weight: 700;
	min-height: 60px;
}
#careersTab .resp-tabs-container .tabOuter h3{
	margin-bottom: 20px;
}
.featureOuter{
	width: 100%;
}
.feature-details-row img{
	width: 18px;
	margin-right: 8px;
}
.form-group input.red-btn {
	color: #FFF;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 2.1px;
	text-transform: uppercase; 
	-webkit-border-radius: 4px;
	-moz-border-radius:4px;
	border-radius: 4px;
	background: #EF2B23;
	display: block;
	border: 0px none;
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: center;
    justify-content: center;
}
.contactform-outer form{
	width: 100%;
}
#application-form select {
	width: 100%;
	background-color: #fff !important;
	border: 1px solid #ced4da !important;
	height: 38px;
	border-radius: .25rem;
}
#application-form .row{
	margin-bottom: 15px;
}
#application-form .row label a{
	color: #EF2B23;
}
#application-form .row label b{
	color: #EF2B23;
}
.box2 p{
	width: auto;
	padding-right: 20px;
	padding-top: 20px;
}
.box2 h3{
   color: #15171F;
   font-size: 18px !important;
   font-weight: 500 !important;
}


#playvideo {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
	opacity: 0;
	z-index: 99999999;
}
#playvideo.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
}

#playvideo input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    background: rgba(0, 0, 0, 0);
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 20px;
	line-height: 80px;
	color: #fff;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}
#playvideo .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -82px;
}
#playvideo .close {
    position: fixed;
    top: 10px;
    right: 28px;
    color: #fff;
	background-color: inherit;
	border-color: inherit;
	opacity: 1;
	padding: 10px 17px;
	font-size: 27px;
	background: url(../images/close.svg) 0 0 no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 80px;
	height: 80px;
	z-index: 99999;
}
.loginpopup{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	background: url(../images/popBg.jpg) center 0 no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.loginpopup:after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.1);
	z-index: 99;
	top: 0;
	left: 0;
}
.loginpopup-sub{
	position: relative;
	z-index: 999;
	width: 100%;
}
.loginpopup-sub p{
	font-size: 15px;
	color: #fff;
	margin-top: 30px;
	text-align: center;
	display: block;
}
.loginpopup-sub p a{
	color: #E42500;
}
.popInfo{
	background-color:rgba(0, 0, 0, 0.9);
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	padding: 80px 15px;
	height: 92%;
	display: flex;
	 flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 150px;
}
.popInfoMain{
	width: 580px;
	margin: auto;
}

.contact-box2{
	border: solid 1px #15171F;
	padding: 40px;
}
.contact-box2 ul{
	padding: 0px;
	margin: 0px;
}
.contact-box2 ul li{
	list-style-type: disc;
	margin-left: 15px;
	margin-bottom: 5px;
}
.tgap{
	margin-top: 30px;
}
.microbetting{
	display: flex;
	width: 100%;
}
.centertitle{
	text-align: center;
}
.centertitle p b{
  color: #15171F;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 60px;
  display: block;
}
.microbetting .feature-box{
	align-items: flex-start;
	height: 100%;
}
.microbetting .feature-box{
	padding-bottom: 0;
}
.microbetting .feature-box p{
	text-align: left;
}

.revolutionize-outer{
	display: flex;
	width: 100%;
}
.revolutionize-box{
	background-color: #043c5c;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	padding: 40px;
}
.revolutionize-box h2{
	color: #fff;
}
.revolutionize-box p{
	color: #fff;
}
.revolutionize-info{
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	padding: 0px 30px;
}
.revolutionize-info h2{
	padding-bottom: 15px;
}
.why-choose-outer{
	display: flex;
	width: 100%;
	padding: 80px 0px;
}
.why-choose-outer .card {
	border: 0px none;
	-webkit-border-radius: 15px !important;
	-moz-border-radius: 15px !important;
	border-radius: 15px !important;
}
.why-choose-outer .card-header {
	padding: 0;
	margin-bottom: 0;
	border-bottom: 0px none;
	padding: 0;
	background-color: rgba(0,0,0,0);
  }
.why-choose-outer  .card-header .btn-link {
	font-size: 20px;
	font-weight: 600;
	color: #15171F;
	text-decoration: none;
	display: block;
	text-align: left;
	padding: 24px;
  }
.why-choose-outer .card{
	margin-bottom: 6px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.why-choose-outer .card-body {
	padding-top: 0px;
	padding-bottom: 32px;
  }
.why-choose-outer .card-body p{
	margin-bottom: 15px;
}
.why-choose-outer .card-body p:last-child{
	margin-bottom: 0;
}
.why-choose-outer .btn.btn-link.collapsed {
	background: url(../images/arow2.svg) 97% 35px no-repeat !important;
	background-size: 10px !important;
	color: #15171F;
}
.why-choose-outer .btn.btn-link {
	background: url(../images/arowB.svg) 97% 35px no-repeat !important;
	background-size: 15px !important;
	color: #15171F;
}
.advantage-outer{
	display: flex;
	width: 100%;
	background-color: #f5f5f5;
	padding: 70px 0px;
}
.advantage-outer h2{
	text-align: center;
}
.advantage-outer .card {
	border: 0px none;
	-webkit-border-radius: 15px !important;
	-moz-border-radius: 15px !important;
	border-radius: 15px !important;
}
.advantage-outer .card-header {
	padding: 0;
	margin-bottom: 0;
	border-bottom: 0px none;
	padding: 0;
	background-color: rgba(0,0,0,0);
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
  }
.advantage-outer  .card-header .btn-link {
	font-size: 20px;
	font-weight: 600;
	color: #15171F;
	text-decoration: none;
	display: block;
	text-align: left;
	padding: 0px 50px;
	line-height: 90px
  }
.advantage-outer .card{
	margin-bottom: 6px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.advantage-outer .card-body {
	padding: 40px 50px;
  }
.advantage-outer .card-body p{
	margin-bottom: 15px;
}
.advantage-outer .card-body p:last-child{
	margin-bottom: 0;
}
.advantage-outer h5{
	width: 100%;
	text-align: center;
}
.advantage-outer .btn.btn-link.collapsed {
	background: url(../images/arow2.svg) 97% 35px no-repeat !important;
	background-size: 10px !important;
	color: #15171F;
}
.advantage-outer .btn.btn-link {
	background: url(../images/arowW.svg) 97% 35px no-repeat #ef2b23 !important;
	background-size: 15px !important;
	color: #fff;
}

#sportsdata{

}
.sportsdata-col{
	border: solid 1px #071434;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 30px;
}
.sportsdataimg{
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden;
	margin: -1px;
}
.sportsdataimg img{
	width: 100%;
}
.sportsdatainfo{
	padding: 40px 0px;
	font-size: 26px;
	font-weight: 600;
	line-height: 36px;
	color: #071434;
	text-align: center;
	text-transform: uppercase;
}
.sportsdata-col:hover .sportsdatainfo{
	background-color: #EF2B23;
	color: #fff;
	-webkit-border-bottom-right-radius: 9px;
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomright: 9px;
	-moz-border-radius-bottomleft: 9px;
	border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
}
#ourstory .row{
	align-items: center;
}
#ourvalues h2{
	text-align: center;
}
.ourvaluesBox{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	border:solid 1px #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 30px;
	background-color: #fff;
	height: 100%;
}
.ourvaluesBox:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: calc(100% - 30px);
	height: 100%;
	background-color: #000;
	z-index: -1;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-left: -5px;
  	margin-bottom: -5px;
}
.valuesicon{
	width: 150px;
	height: 150px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #8f6bff;
	margin-bottom: 25px;
}
.ourvaluesBox h3 {
	font-size: 20px;
  }
.valuesicon img{
	width: 80px;
}
.bluebg{
	background-color: #41d7cc;
}
.yellowbg{
	background-color: #f7d517;
}
.redbg{
	background-color: #f04963;
}
#ourservices{
	background-color: #133f59;
}
#ourservices h2{
	text-align: center;
	color: #fff;
}
#ourservices h3, #ourservices h3, #ourservices p{
	color: #fff;
}
#ourservices p{
	line-height: 23px;
}
#ourservices .row:last-child{
	align-items: center;
}
.ourservicesrow{
	margin-bottom: 30px;
	 padding-right: 15%;
}
.ourservicesrow h3{
	margin-bottom: 10px;
}

#ourvalues{
	position: relative;
}
#ourvalues .owl-dots{
	display: block;
}
#ourvalues .owl-nav{
	position: absolute;
	top: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	display: none;
}
#ourvalues .owl-prev{
	background: url(../images/next.svg) 0 0 no-repeat !important;
	width: 60px;
	font-size: 0px;
	transform: rotate(180deg);
	left: 30px !important;
	position: absolute;
}
#ourvalues .owl-prev span{
	font-size: 0px;
}

#ourvalues .owl-next{
	background: url(../images/next.svg) 0 0 no-repeat !important;
	width: 60px;
	font-size: 0px;
	right: 30px !important;
	position: absolute;
}
#ourvalues .owl-next span{
	font-size: 0px;
}
#ourvalues .owl-item {
	display: flex;
}
#ourvalues .owl-stage{
	padding: 30px;
	display: flex;
}
#ourvalues .owl-carousel .owl-item img {
	width: 80px;
  }
.api-header {
	width: 100%;
	overflow: hidden;
	min-height: 620px;
	display: flex;
	position: relative;
}
.api-header:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
}
.api-header .row{
	height:100%;
}
.api-header .apiheaderInfo{
	display: flex;
	height: 100%;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	padding-bottom: 110px;
	position: relative;
	z-index: 99;
	width: 60%;
}
.api-header .apiheaderInfo h1{
	margin: inherit;
	color: #fff;
	 margin-bottom: 6px;
}
.api-header .apiheaderInfo p{
	color: #fff;
	font-weight: 600;
	font-size: 20px;
}
#apiouter{
	width: 100%;
	display: flex;
}
#apiouter h2{
	font-size: 28px;
	margin-bottom: 8px;
}
.apirow{
	margin-bottom: 30px;
}
.apirow ul{
	padding: 0px;
	margin: 10px 0 0 20px;
}
.apirow ul li{
	list-style-type: disc;
	margin-bottom: 10px;

}
.innumbers{
	background-color: #f5f5f5;
	padding: 90px 0px 120px 0px;
}
.innumbers h2{
	font-size: 40px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 50px;
}
.number-col{
	text-align: center;
	margin: auto;
	border: solid 1px #043C5C;
	-webkit-border-radius: 26px;
	-moz-border-radius: 26px;
	border-radius: 26px;
	height: 240px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #fff;
}
.number-col h5{
	font-size: 38px;
	font-weight: 800;
	color: #043C5C;
	text-align: center;
	letter-spacing: -1px;
}
.number-col h5 b{
	font-weight: 800;
}
.number-col span{
	font-size: 18px;
	font-weight: 400;
	display: inline-block;
	padding: 15px 35px;
	text-align: center;
	background-color: #f02b23;
	color: #fff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	margin-top: 15px;
	position: absolute;
	bottom: -25px;
	letter-spacing: 5px;
	text-transform: uppercase;
}
#highlights-outer{
	width: 100%;
	display: flex;
}
#highlights-outer h2{
	text-align: center;
}
#highlights-outer .col-md-4{
	margin-bottom: 30px;
}
.highlights-box{
	border: solid 1px #043C5C;
	-webkit-border-radius: 26px;
	-moz-border-radius: 26px;
	border-radius: 26px;
	background-color: #fff;
	padding: 70px 20px;
	text-align: center;
	height: 100%;
}
.highlights-box h3{ 
	margin-bottom: 10px;

}
.highicon{
	width: 80px;
	margin: auto;
	margin-bottom: 30px;
}
.message h2{
	padding: 0 100px;
}
.tryDemoBtn{
	float: right;
	margin-left: 30px;
}
.tryDemoBtn a{
	background-color: #043C5C !important;
	display: block;
	padding: 8px 30px;
	line-height: 40px;
	-webkit-border-radius: 90px;
	-moz-border-radius:90px;
	border-radius: 90px;
	color: #fff;
}
.popInfo .red-btn{
	text-align: center;
}

#blogouter .info h2{
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 0px;
	margin-top: 30px;
}
#blogouter .info span{
	font-size: 14px;
}
#blogouter .info p{
	margin-top: 20px;
	margin-bottom: 20px;
}
#blogouter .red-btn {
	padding: 12px 30px;
}
#blogouter .col-md-6 {
	margin-bottom: 60px;
}
#blogouter .blogimg{
	height: 360px;
	overflow: hidden;
}
#blogdetailsouter .blogimg{
	margin-bottom: 40px;
}
#blogdetailsouter p{
	margin-bottom: 15px;
}
#blogdetailsouter span{
	margin-bottom: 30px;
	display: block;
}
#blogdetailsouter h3{
	margin-bottom: 15px;
	border-left: solid #043C5C 6px;
	padding-left: 15px;
	font-size: 30px;
	line-height: 30px;
}
#blogdetailsouter h4{
	margin-top: 25px;
	margin-bottom: 15px;
	font-size: 22px;
}
.section{
	padding-top:30px;
	scroll-behavior: smooth;
}
#blogdetailsouter .info ul{
	padding: 0px;
	margin: 0px;
}
#blogdetailsouter .info ul li{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	margin-bottom: 20px;
	border-left: solid #043C5C 4px;
	line-height: 16px;
	padding-left: 15px;
}
#blogdetailsouter .info ul li a{
	color: #444;
}
.odds-box-table{
	display: table;
	width: 100%;
	border: solid 1px #043C5C;
	margin: 30px 0px;
}
.odds-box-row{
	display: table-row;
}
.odds-box-cell{
	display: table-cell;
	font-size: 16px;
	padding: 8px;
	color: #444;
	text-align: center;
}
.odds-box-row:first-child .odds-box-cell{
	background-color: #043C5C;
	color: #fff;
}
#WhycoredataOuter .info{
	border: solid 1px #043C5C;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
#WhycoredataOuter .info h2{
	background-color: #043C5C;
	color: #fff;
	font-size: 28px;
	padding: 10px 0 10px 20px;
}
#WhycoredataOuter ul{
	padding: 15px 40px;
} 
#WhycoredataOuter ul li{
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 20px;
} 

#launcher{
	display: none;
}




@media (max-width: 778px) {
	label {
		display: inline-block;
		margin-bottom: 0.5rem;
		margin-top:0.5rem ;
	}
}
