@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/

body {
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 24px;
	line-height: 29px;
	color: #000000;
	background-color: #E8EFEF;
}

a,
input,
button,
textarea {
	outline: none !important;
	text-decoration: none;
}

a {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

a:hover {
	color: #17B2E6;
}

.container-fluid,
.container {
	padding-left: 15px;
	padding-right: 15px;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.row>* {
	padding-left: 15px;
	padding-right: 15px;
}

p {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

p a {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

p a:hover {
	color: #17B2E6;
}

ul,
ol {
	margin-bottom: 15px;
}

ul ol,
ul ul,
ol ol,
ol ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

ul li,
ol li {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

ul li a,
ol li a {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

ul li a:hover,
ol li a:hover {
	color: #17B2E6;
}

.text-000000 {
	color: #000000 !important;
}

.bg-000000 {
	background: #000000 !important;
}

.text-FFFFFF {
	color: #FFFFFF !important;
}

.bg-FFFFFF {
	background: #FFFFFF !important;
}

.text-E8EFEF {
	color: #E8EFEF !important;
}

.bg-E8EFEF {
	background: #E8EFEF !important;
}

.text-040609 {
	color: #040609 !important;
}

.bg-040609 {
	background: #040609 !important;
}

.text-E4E4E4 {
	color: #E4E4E4 !important;
}

.bg-E4E4E4 {
	background: #E4E4E4 !important;
}

.text-17B2E6 {
	color: #17B2E6 !important;
}

.bg-17B2E6 {
	background: #17B2E6 !important;
}

.text-13273A {
	color: #13273A !important;
}

.bg-13273A {
	background: #13273A !important;
}

.text-040609 {
	color: #040609 !important;
}

.bg-040609 {
	background: #040609 !important;
}

/* buttons */

.btn {
	display: inline-block;
	font-family: 'Righteous';
	font-weight: 400;
	font-size: 19px;
	line-height: 19px;
	text-transform: uppercase;
	border: 1px solid transparent;
	padding: 20px 34px;
	box-shadow: 0px 0px 20px rgba(46, 180, 224, 0.31);
	-webkit-box-shadow: 0px 0px 20px rgba(46, 180, 224, 0.31);
	-moz-box-shadow: 0px 0px 20px rgba(46, 180, 224, 0.31);
	border-radius: 17px;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	-ms-border-radius: 17px;
	-o-border-radius: 17px;
}

.btn-simple-blue {
	color: #17B2E6;
	background-color: transparent;
	border-color: #17B2E6;
}

.btn-simple-blue:focus {
	color: #17B2E6;
	background-color: transparent;
	border-color: #17B2E6;
}

.btn-simple-blue:active:focus,
.btn-simple-blue:hover {
	color: #E8EFEF;
	background-color: #17B2E6;
	border-color: #17B2E6;
}

.btn-blue {
	color: #E8EFEF;
	background-color: #17B2E6;
	border-color: #17B2E6;
}

.btn-blue:focus {
	color: #E8EFEF;
	background-color: #17B2E6;
	border-color: #17B2E6;
}

.btn-blue:active:focus,
.btn-blue:hover {
	color: #17B2E6;
	background-color: transparent;
	border-color: #17B2E6;
}

/* buttons */


/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/

/* .content {
	overflow: hidden;
} */

/* navbar-toogle */

.navbar-toggler {
	/* width: 30px;
	height: 30px; */
	padding: 0;
	box-shadow: none !important;
	border: none;
}

.navbar-toggler .hamburger {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: column;
}

.navbar-toggler .hamburger span {
	width: 28px;
	height: 4px;
	background-color: #E8EFEF;
	margin-bottom: 5px;
	position: relative;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

/* .navbar-toggler .hamburger span:first-child {
	top: 7px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.navbar-toggler .hamburger span:nth-child(2) {
	opacity: 0;
}

.navbar-toggler .hamburger span:last-child {
	margin: 0;
	top: -7px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
} */

.navbar-toggler.collapsed .hamburger span {
	opacity: 1 !important;
	top: auto !important;
	transform: none !important;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
}

/* navbar-toogle */

/* navbar */

.navbar .navbar-collapse {
	justify-content: flex-end;
	transition: all ease-in-out .10s;
	-webkit-transition: all ease-in-out .10s;
	-moz-transition: all ease-in-out .10s;
	-ms-transition: all ease-in-out .10s;
	-o-transition: all ease-in-out .10s;
}

.navbar .navbar-collapse.show {
	transition: all ease-in-out .10s;
	-webkit-transition: all ease-in-out .10s;
	-moz-transition: all ease-in-out .10s;
	-ms-transition: all ease-in-out .10s;
	-o-transition: all ease-in-out .10s;
}

.navbar-nav .nav-item.active .nav-link,
.navbar-nav .nav-item.current-menu-item .nav-link,
.navbar-nav .nav-item.current-menu-parent .nav-link,
.navbar-nav .nav-item .nav-link.show,
.navbar-nav .nav-item .nav-link.active,
.navbar-nav .nav-item .nav-link.current-menu-item,
.navbar-nav .nav-item .nav-link.current-menu-parent {
	color: #17B2E6;
}

.navbar .navbar-nav .nav-item {
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 24px;
	line-height: 29px;
	color: #E8EFEF;
	text-transform: uppercase;
	letter-spacing: 2.16px;
	margin: 0 42px;
}

.navbar .navbar-nav .nav-item:first-child {
	margin-left: 0;
}

.navbar .navbar-nav .nav-item:last-child {
	margin-right: 0;
}

.navbar .navbar-nav .nav-item .nav-link {
	padding: 0;
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 24px;
	line-height: 29px;
	text-transform: uppercase;
	letter-spacing: 2.16px;
	color: #E8EFEF;
}

.navbar .navbar-nav .nav-item .nav-link:hover {
	color: #17B2E6;
}

/* navbar */

.header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	overflow: hidden;
}

.navbar {
	padding: 13px 0;
}

.navbar-brand {
	padding: 0;
}


.mobile-top-close {
	/* display: none; */
	position: absolute;
	right: -100%;
	top: 0;
}


.mt-close-icon i,
.mt-close-icon svg {
	display: inline-block;
	font-size: 42px;
	color: #E8EFEF;
	margin-top: 36px;
}

.mobile-nav-icons {
	display: none;
}

.mobile-top-gradient {
	display: none;
}

.mobile-bottom-gradient {
	display: none;
}

.mobile-phone {
	display: none;
}

.mobile-behind-line {
	display: none;
}

/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/

.content {
	overflow: hidden !important;
}

/*----------------------banner-start--------------------------------*/

.banner-main {
	background: linear-gradient(#13273a 0%, #14283b 0%, #345868 100%);
	background: -webkit-linear-gradient(#13273a 0%, #14283b 0%, #345868 100%);
	background: -moz-linear-gradient(#13273a 0%, #14283b 0%, #345868 100%);
}

.banner-section {
	position: relative;
	padding: 238px 0 244px 0;
	z-index: 9;
}

.banner-title {
	font-family: 'Righteous';
	font-weight: 400;
	font-size: 56px;
	line-height: 56px;
	margin-bottom: 19px;
}

.banner-title * {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	margin-bottom: 0;
}

.banner-text {
	font-size: 36px;
	line-height: 42px;
	margin-bottom: 50px;
}

.banner-text * {
	font-size: inherit;
	line-height: inherit;
	margin-bottom: 0;
}

.banner-left-up {
	padding-bottom: 115px;
}

.banner-join {
	position: relative;
	font-weight: 300;
	font-size: inherit;
	line-height: inherit;
	letter-spacing: 2.16px;
	margin-bottom: 43px;
}

.banner-join * {
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	margin-bottom: 0;
}

.banner-join:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -20px;
	width: 240px;
	height: 1px;
	background-color: #E8EFEF;
}

.banner-main {
	position: relative;
}

.banner-lower-bg {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	bottom: -41px;
}

.banner-line-1 {
    position: absolute;
	right: 0;
	top: 0;
	width: 1169px;
	height: 1175px;
}

.banner-right-mobile {
	display: none;
}

.banner-below-curve-wave {
	display: none;
}

.banner-gradient-1 {
	display: none;
}

.banner-gradient-2 {
	display: none;
}

.desktop-mobile {
	width: 788px;
	height: 645px;
	margin: 0 auto;
	object-fit: contain;
}

/*----------------------banner-end----------------------------------*/

/*----------------------feature-start-------------------------------*/

.feature-section {
	padding: 158px 0 5px 0;
}

.feature-heading {
	font-family: 'Righteous';
	font-weight: 400;
	font-size: 56px;
	line-height: 67px;
	color: #040609;
	text-transform: uppercase;
	margin-bottom: 106px;
}

.feature-heading * {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	text-transform: inherit;
	margin-bottom: 0;
}

.feature-heading span {
	display: inline-block;
	position: relative;
	font-size: 51px;
	line-height: 51px;
	color: #E4E4E4;
	padding: 4px 16px 6px 7px;
}

.feature-heading span:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	background-color: #17B2E6;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.freature-item-head * {
	font-family: inherit;
	font-weight: 700;
	font-size: inherit;
	line-height: inherit;
	margin-bottom: 0;
}

.feature-item-text * {
	font-family: inherit;
	font-weight: 700;
	font-size: inherit;
	line-height: inherit;
	margin-bottom: 0;
}

.feature-item {
	height: calc(100% - 80px);
	padding: 26px 37px 72px 26px;
	margin-bottom: 80px;
	box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.6);
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
}

.freature-item-head {
	display: flex;
    align-items: center;
	margin-bottom: 20px;
}

.freature-item-head img {
	margin-right: 20px;
}

.feature-main.feature-mobile {
	display: none;
}

/*----------------------feature-end---------------------------------*/

/*----------------------count-start---------------------------------*/

.count-main {
	padding: 310px 0 350px 0;
	position: relative;
	background-image: url('../images/count-bg-shape.svg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.count-section .feature-heading {
	color: #E8EFEF;
	margin-bottom: 22px;
}

.count-text {
	max-width: 632px;
}

.count-text * {
	margin-bottom: 44px;
}

.count-right img {
	width: 100%;
	object-fit: cover;
}

/*----------------------count-end-----------------------------------*/

/*----------------------discover-start------------------------------*/

.discover-section {
	padding: 115px 0 495px 0;
}

.discover-main {
	background-image: url('../images//discover-bg-shape.svg');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: bottom;
}

.discover-heading {
	font-family: 'Righteous';
	font-weight: 400;
	font-size: 36px;
	line-height: 36px;
	color: #000000;
	margin-bottom: 12px;
}

.discover-heading * {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin-bottom: 0;
}

.discover-text {
	max-width: 644px;
}

.discover-text * {
	margin-bottom: 0;
}

/*----------------------discover-end--------------------------------*/

/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/


/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/

.social-icons ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: flex;
	align-items: center;
}

.social-icons ul li {
	margin: 0 37px;
}

.social-icons ul li:first-child {
	margin-left: 0;
}

.social-icons ul li:last-child {
	margin-right: 0;
}

.social-icons ul li a {
	display: flex;
    justify-content: center;
    align-items: center;
}

.social-icons ul li a:hover {
	opacity: 0.7;
}

.social-icons ul li a svg,
.social-icons ul li a i,
.social-icons ul li a img {
	width: 34px;
	height: 34px;
	color: #FFFFFF;
}


.footer {
	margin-top: -140px;
}

.footer-start {
	padding: 170px 0 150px 0;
}

.copyright-footer {
	font-size: 13px;
	line-height: 15px;
	margin-top: 20px;
}

.copyright-footer * {
	margin-bottom: 0;
	font-size: inherit;
	line-height: inherit;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #345868;
}

.language {
	border: 3px solid #17B2E6 !important;
    background-color: transparent;
    color: #17B2E6;
	padding-top: 5px;
    padding-bottom: 5px;
    box-shadow: none !important;
	outline: none !important;
	border-radius: 0;
    max-width: 200px;
    margin: 0 auto;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
	background-image: url('../images/select-arrow.svg');
}

/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/
