/* 1. Theme default css */
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800&display=swap');
@font-face {
    font-family: 'Panton';
    src: url('../fonts/Panton-LightCaps.woff2') format('woff2'),
        url('../fonts/Panton-LightCaps.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Panton';
    src: url('../fonts/Panton-BlackCaps.woff2') format('woff2'),
        url('../fonts/Panton-BlackCaps.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


 body {
	font-family: 'Tajawal', sans-serif;
	font-weight: normal;
	font-style: normal;
}
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	color: #2B96CC;
	text-decoration: none;
}
a,
button {
	color: #1696e7;
	outline: medium none;
}
button:focus,input:focus,input:focus,textarea,textarea:focus{outline: 0}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Tajawal', sans-serif;
	font-weight: normal;
	color: #171930;
	margin-top: 0px;
	font-style: normal;
	font-weight: 700;
	text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 40px;
	font-weight: 500;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none;
	text-align: right;
}
p {
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
	color: #183B56;
	margin-bottom: 15px;
}
hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
.theme-overlay {
	position: relative
}
.theme-overlay::before {
	background: #1696e7 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}
.separator {
	border-top: 1px solid #f2f2f2
}
/* button style */

.btn {
	-moz-user-select: none;
	background-image: linear-gradient(to right, #25aae1, #4481eb, #04befe, #3f86ed);
	border: 1px solid rgba(255, 255, 255, 0.13);
	box-shadow: 1px 21px 33px rgba(35, 147, 240, 0.27);
	border-radius: 90px;
	border: medium none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 0;
	padding: 20px 44px;
	text-align: center;
	text-transform: uppercase;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	background-size: 300% 100%;
	white-space: nowrap;
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	-ms-border-radius: 90px;
	-o-border-radius: 90px;
}
.btn:hover{
	color: #fff;
	background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.breadcrumb > .active {
	color: #888;
}
.owl-carousel .owl-nav div {
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
	height: 40px;
	left: 20px;
	line-height: 40px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 40px;
}
.owl-carousel .owl-nav div.owl-next {
	left: auto;
	right: 20px;
}
.owl-carousel:hover .owl-nav div {
	opacity: 1;
	visibility: visible;
}
.owl-carousel .owl-nav div:hover {
	background: #2B96CC;
	color: #fff
}

/* scrollUp */
#scrollUp {
	background: #7DBA2F;
	height: 35px;
	width: 35px;
	right: 50px;
	bottom: 77px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	border-radius: 50%;
	font-size: 20px;
	line-height: 34px;
}
#scrollUp:hover {
	background: #444;
}

.container{
	max-width: 1300px;
}


/* headera_area */
.header_area {
	position: absolute;
	left: 0;
	width: 100%;
	top: 40px;
	z-index: 111;
}

.header_wrapper {
	height: 100px;
	border-radius: 90px;
	padding: 0px 40px;
	background-color: #fff;
	direction:rtl;
}


.menu_area ul li a {
	color: #2C5165;
	font-weight: 500;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 17px;
	display: block;
	padding: 0px 10px;
}
.menu_area ul li a.active{
	color: #FF7961;
}
.menu_area ul li a:hover{
	color: #FF7961;
}

.login_area a {
	color: #FF6F29;
	text-decoration: none;
	font-family: "tajawal";
	font-weight: 700;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}


.login_area a.sign_up_btn {
    background-image: linear-gradient(180deg, #FFB178 -38.1%, #FF6759 125.4%);
    box-shadow: 0px 4px 25px rgba(255, 99, 50, 0.24);
    border-radius: 65px;
    display: inline-block;
    padding: 11px 30px;
    font-weight: 400 !important;
    color: #fff;
    background-size: 300% 100%;
    margin-right: 15px;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}


.login_area a.sign_up_btn:hover {
	background-image: linear-gradient(300deg, #FFB178 -38.1%, #FF6759 125.4%);
	background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}



.login_area a.sign_up_btn span {
	position: relative;
	top: -2px;
	margin-left: 5px;
}
.login_area {
	margin-left: 28px;
}


.country_wrapper {
	height: 50px;
	border: none;
	border: 1px solid #1DA8BB;
	width: 72px;
	background: transparent;
	border-radius: 10px;
	margin-right: 46px;
}
.country_area .dropdown-menu {
	border: 1px solid #1DA8BB;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.country_area .dropdown-menu li a img{
	margin-left: 5px;
}
/* headera_area_end */




/* banner_area */
.banner_area {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 950px;
}
.banner_content {
	max-width: 517px;
	background: #fff;
	padding: 30px 30px 44px 40px;
	box-shadow: 0px 56.2479px 91.9437px rgba(56, 60, 106, 0.16);
	border-radius: 16px;
	margin-top: 130px;
	text-align: right;
	direction: rtl;
}

.banner_bottom_shape {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0px;
}

.banner_content h2 {
	font-size: 40px;
	font-weight: 600;
	color: #0766C4;
	letter-spacing: .2px;
	line-height: 1.3;
	margin-bottom: 10px;
}

.banner_content p {
	font-size: 19px;
	font-weight: normal;
	color: #2070BD;
	font-family: "tajawal";
}

.store_btns a {
	margin-right: 14px;
}
.store_btns a:last-child{
	margin-right: 14px;
}

.banner_app_img {
	position: relative;
	top: 170px;
	z-index: 1;
	text-align: right;
}
.banner_app_img img{
	max-width: 100%;
}
.image_shadow{
	position: absolute;
	top: 80%;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}
/* banner_area_end */


/* works_area */

.area_title {
	position: relative;
}
.area_title h2{
	font-size: 36px;
	color: #000;
	position: relative;
	z-index: 11;
}
.gray_text {
	font-size: 65px;
	font-weight: 600;
	color: #F5F5F5;
	line-height: 1;
	position: absolute;
	right: 0;
	top: -36px;
	z-index: 2;
}

.single_step_item {
	flex: 0 0 auto;
	width: 21%;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.single_step_item:hover {
	transform: translateY(-15px);
}
.single_step_item.step_2_img {
	margin-top: 60px;
}
.single_step_item.step_3_img {
	margin-top: 120px;
}
.single_step_item.step_4_img {
	margin-top: 180px;
}



.step_works_img{
	margin-bottom: 42px;
}
.step_works_img span {
	display: flex;
	height: 94px;
	width: 94px;
	border-radius: 50%;
	background: #FFB900;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 31.1066px 52.4925px rgba(241, 175, 0, 0.224553);
	position: relative;
}
.single_step_item.step_2_img .step_works_img span {
	background: #6672FB;
	box-shadow: 0px 31.1066px 52.4925px rgba(102, 114, 251, 0.29);
}
.single_step_item.step_3_img .step_works_img span {
	background: #60A4F9;
	box-shadow: 0px 31.1066px 52.4925px rgba(96, 164, 249, 0.35);
}
.single_step_item.step_4_img .step_works_img span {
	background: #B8CF22;
	box-shadow: 0px 31.1066px 52.4925px rgba(184, 207, 34, 0.48);
}
.step_works_img span::after {
	position: absolute;
	left: 132%;
	content: "";
	background-image: url('../img/works/arrow_1.svg');
	height: 100px;
	width: 200px;
	top: 30%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.step_works_img.no_arrow span::after {
	display: none;
}
.step_works_img.another_arrow span::after{
	background-image: url('../img/works/arrow_2.svg');
}
.step_works_content h4 {
	font-size: 24px;
	color: #1D293F;
	margin-bottom: 14px;
}
.step_works_content p{
	font-size: 16px;
	color: #737B7B;

}
/* works_area_end */


/* members_area */
.members_wave{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.member_one{
	background: linear-gradient(180deg, #EDF4FF 0%, rgba(250, 251, 251, 0.0001) 100%);
}
.member_img {
	position: relative;
	z-index: 11;
}
.member_img {
	position: relative;
	top: -134px;
}

.phone_shadow {
	position: absolute;
	left: 22%;
	top: 81%;
	width: 100%;
	z-index: 111;
	transform: translateX(-50%);
}
.btn.members_btn {
	margin-top: 15px;
}
.members_content .area_title h2{
	font-size: 50px;
	margin-bottom: 20px;
}

.members_content .area_title .gray_text{
	color: #E6ECF7;
}
.members_content {
	margin-top: 80px;
	text-align: right;
	direction: rtl;
}
.members_content h3 {
	font-size: 30px;
	font-weight: 600;
	color: #171930;
}

.members_content p {
	line-height: 1.7;
	font-size: 19px;
}
.blue_filter_2 {
	position: absolute;
	right: 30px;
	top: 40px;
	z-index: 2;
}
.member_shape_2 {
	position: absolute;
	top: -81px;
	left: 42%;
	z-index: 1;
}
.member_tow {
	padding-top: 40px;
	padding-bottom: 120px;
}
/* members_area_end */


/* feature_area */
.feature_area{
	padding-top: 100px;
	padding-bottom: 130px;
}
.section_title.area_title .gray_text {
	left: 50%;
	top: -36px;
	transform: translateX(-50%);
}
.section_title.area_title h2{
	font-size: 50px;
	color: #171930;
}
.single_counter_item {
	flex: 0 0 auto;
	width: 23.33%;
	text-align: center;
	box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.05);
	border-radius: 16px;
	background: #FFFFFF;
	border: 4px solid rgba(229, 234, 244, 0.6);
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
	padding: 40px 0px 20px 0px;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.single_counter_item:hover {
	transform: translateY(-15px);
}


.counter_wrapper {
	margin-left: -10px;
	margin-right: -10px;
}
.counter_icon span {
	height: 94px;
	width: 94px;
	box-shadow: 0px 24px 35px rgba(48, 154, 243, 0.26);
	display: flex;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	background: linear-gradient(113.94deg, #61B7FF 23.34%, #1389EC 96.06%), #FFFFFF;
	border: 4px solid #95cefd;
	position: absolute;
	left: 50%;
	top: -63px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.countent_content h2 {
	font-size: 40px;
	color: #183B56;
	margin-bottom: 2px;
}
.countent_content p {
	color: #5A7184;
	margin-bottom: 0px;
}
/* feature_area_end */



/* video_area */
.video_wrapper {
	background: linear-gradient(150.49deg, #40A0F0 8.24%, #6BBCFE 81.93%);
	border-radius: 26px;
	-webkit-border-radius: 26px;
	-moz-border-radius: 26px;
	-ms-border-radius: 26px;
	-o-border-radius: 26px;
	padding-top: 90px;
	padding-bottom: 40px;
}
.video_center_area {
	flex: 0 0 auto;
	width: 24%;
	margin-top: 90px;
}
.video_left_area {
	flex: 0 0 auto;
	width: 36%;
	text-align: center;
}
.video_right_area {
	flex: 0 0 auto;
	width: 36%;
	text-align: center;
}


.video_title.area_title h2{
	text-align: center;
}
.video_title.area_title .gray_text{
	font-size: 44px;
	color: #60B2F6;
}
.video_title.area_title .gray_text span{
	text-align: center;
}
.video_title.area_title .gray_text {
	font-size: 44px;
	color: #60B2F6;
	position: relative;
	top: -75px;
}
.video_title.area_title h2 {
	text-align: center;
	color: #fff;
	margin-bottom: 0px;
}

.video_center_content_single h4 {
	font-size: 22px;
	color: #fff;
	margin-bottom: 10px;
	font-weight: 600;
}

.video_center_content_single p {
	color: #fff;
	font-size: 17px;
}
.video_center_content_single {
	padding-bottom: 25px;
	margin-bottom: 30px;
	border-bottom: 2px dashed #fff;
}

.mobile_area_img{
	position: relative;
}
.mobile_area_img img {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}


/* video_area_end */



/* blog_area */


.single_blog_area {
	background: #FFFFFF;
	box-shadow: 0px 16.9603px 28.2672px rgba(0, 0, 0, 0.06);
	border-radius: 25px;
	overflow: hidden;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}

.single_blog_area:hover {
	transform: translateY(-15px);
}
.blog_content h3 a {
	font-size: 24px;
	font-weight: 600;
	color: #183B56;
	text-decoration: none;
}
.blog_content h3 {
	margin-bottom: 10px;
}
.blog_content p {
	font-size: 17px;
	color: #183B56;
	line-height: 1.7;
}
.blog_content {
	padding: 25px 34px;
}

/* blog_area_end */


/* service_area */
.service_area {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-bottom: 280px;
}

.service_content h2 {
	font-size: 50px;
	color: #183B56;
	margin-bottom: 16px;
}
.service_content p {
	font-size: 20px;
	line-height: 1.9;
}

.service_shape {
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	z-index: 3;
}
.service_store a {
	margin-right: 10px;
}
.service_store a:last-child{
	margin-right: 0px;
}
.service_store {
	margin-top: 35px;
}
.hand_mobile img {
	position: absolute;
	bottom: -153px;
	transform: rotate(-2deg);
	z-index: 1;
}
.hand_mobile_area{
	height: 100%;
}
.hand_mobile{
	height: 100%;
}

/* service_area_End */

/* footer_wrapper */

.newsletter_wrap {
	box-shadow: 0px 16.9603px 28.2672px rgba(0, 0, 0, 0.1);
	padding: 100px;
	border-radius: 30px;
	background: #fff;
	position: absolute;
	top: -240px;
}

.newsletter_wrap h2 {
	font-size: 40px;
	color: #161930;
	margin-bottom: 48px;
}

.input_area input {
	box-shadow: 0px 8px 36px rgba(73, 118, 255, 0.2);
	border-radius: 11px;
	border: none;
	height: 72px;
	border: 2px solid #4976FF;
	padding: 0px 30px;
	font-size: 18px;
	color: #111029;
	margin-bottom: 30px;
}

.input_area input {
	width: 1000px;
}
.input_area input::placeholder {
	color: #111029;
	font-size: 18px;
}
.input_area button {
	width: 230px;
	border: none;
	height: 72px;
	background: linear-gradient(0deg, #161930, #161930), #FFBC3A;
	border-radius: 50px;
	font-size: 25px;
	color: #fff;
	display: block;
	margin: 0 auto;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

.input_area button:hover{
	background: linear-gradient(0deg, #2d314d, #313555), #FFBC3A;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

.newsletter_wrap::after {
	position: absolute;
	left: 0;
	top: 93%;
	width: 100%;
	height: 41px;
	background: rgba(255, 255, 255, .5);
	content: "";
	border-radius: 30px;
	z-index: 1;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.newsletter_wrap::before {
	position: absolute;
	left: 50%;
	top: 97%;
	width: 96%;
	height: 41px;
	background: rgba(255, 255, 255, .2);
	content: "";
	border-radius: 30px;
	z-index: 1;
	transform: translateX(-50%);
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}





.footer_content {
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	margin-top: 320px;
}
.footer_social a {
	font-size: 22px;
	margin: 0px 10px;
	color: #fff;;
}
.heard span {
	height: 56px;
	width: 56px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background: #fff;
	color: #2E55CF;
	font-size: 24px;
	margin: 0 auto;
}

.footer_social {
	margin-bottom: 30px;
}
.heard {
	margin-bottom: 25px;
}
.footer_cotnent_wrapper {
	padding-top: 310px;
}
.footer_social a:hover {
	color: #FF6F29;
}




/* footer_wrapper_end */

/* shaps */
.abs_img{
	position: absolute;
}
.sh_1 {
	left: 0;
	bottom: 140px;
	z-index: 1;
}
.sh_2 {
	right: 0;
	bottom: 218px;
	z-index: 1;
	width: 230px;
}
.sh_3 {
	right: 0;
	top: 108px;
	z-index: 1;
	height: 380px;
}
.sh_4 {
	top: -294px;
	z-index: 11;
	left: 0;
}
.sh_5 {
	right: 161px;
	top: -156px;
	z-index: 1;
}
.sh_6 {
	top: 38%;
	left: 0;
	z-index: -1;
}
.sh_7 {
	top: -80px;
	left: 0;
}
.sh_8 {
	bottom: 91%;
	left: -104px;
}
.sh_9{
	left: 0;
	top: 0px;
}
.sh_10 {
	right: 53%;
	top: 12%;
}
.sh_11 {
	bottom: 22%;
	z-index: 111;
	left: 0;
}
.sh_12{
	right: 4%;
	top: -60px;
}

/* shaps_end */



/* last_update */
.blue_filter {
	position: relative;
	z-index: 2;
}
.country_area .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "\f107";
	font-family: "Font Awesome 5 Pro";
	color: #FF7836;
	position: relative;
	top: 5px;
	border-top: 0px;
	border-bottom: 0px;
	border-left: 0px;
}
.members_three .phone_shadow {
	left: 37%;
}

/* last_update_end */


/* ofcanvas_menu */
.bar {
	color: #fff;
	background: #FF8E69;
	height: 35px;
	width: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	font-size: 19px;
	cursor: pointer;
}
.mobile_bar {
	display: none;
}
.overlay.active{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 111;
}
/* ofcanvas_menu-End */

#GoBackTop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	background-color: #18429e;
	color: white;
	cursor: pointer;
	padding: 12px;
	border-radius: 5px;
  }

  #GoBackTop:hover {
	background-color: #257cc7;
  }
  .copyright_area {
	margin-bottom: 70px;
  }
  .copyright-text {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
	margin-bottom:10px;
}
.credits-text, .credits-text a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
	text-decoration: none;
}
.heartz{animation:.8s infinite beatHeart}
@keyframes beatHeart{0%{transform:scale(1)}25%{transform:scale(1.1)}40%{transform:scale(1)}60%{transform:scale(1.1)}100%{transform:scale(1)}}

.sponsors-text {
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%);
	border-radius: 50px;
	padding: 10px 30px;
	font-size: 16px;
	display: inline-block;
	margin:auto;
	font-weight: 500;
}
.sponsors-text a {
	color: #000;
}

.tooltip > .tooltip-inner {background-color: transparent;}
.tooltip > .tooltip-arrow::before {border-top:5px solid #fff;}
.tooltip.show{opacity:1 !important;}
