@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
html, body {
    height: 100%;
    margin: 0;
}
body {
	font-family: "Inter";
	background:#081137;
	color:#ffffff;
    display: flex;
    flex-direction: column;
}

.main_containt {
    flex: 1 0 auto;
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(255 255 255);
    font-size: 16px;
    font-weight: 500;
    padding: 9px 17px;
    margin: 0;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgb(255 255 255 / 0.8);
}
.navbar.fixed-top.fixed-theme {
    background-color: #255478;
    border-color: #255478;
}
.navbar-brand.fixed-theme,
.nav_con.fixed-theme,
.navbar.fixed-top.fixed-theme,
.navbar-brand,
.nav_con {
    transition: 0.8s;
    -webkit-transition: 0.8s;
}
.navbar .nav_con {
    padding: 0;
}
.navbar .nav_con.fixed-theme {
    padding: 5px 0;
}
.navbar-light .navbar-toggler {
    color: rgb(255 255 255 / 0.5);
    border-color: #fff0;
}
#nav_Close_OPen {
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}
#nav_Close_OPen span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #fff;
    border-radius: 7px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
#nav_Close_OPen span:nth-child(1) {
    top: 5px;
}
#nav_Close_OPen span:nth-child(2),
#nav_Close_OPen span:nth-child(3) {
    top: 17px;
}
#nav_Close_OPen span:nth-child(4) {
    top: 29px;
}
#nav_Close_OPen.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}
#nav_Close_OPen.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#nav_Close_OPen.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#nav_Close_OPen.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.sec_splas1 {
	background: url(../img/Image-Background.png) no-repeat;
	background-size: cover;
	height: 1035px;
	background-color: #081137;
}
 
 .tit_sub {
	color: #6CFFBF;
	font-size: 36px;
	font-weight: 600;
	margin: 0;
}

.title {
	font-size: 85px;
	color: #FFFDFD;
	margin: 0;
	font-weight: 900;
}
.title span{
	color:#6CFFBF;
} 
 
.tit_sub2 {
	color: #FFFDFD;
	font-weight: 600;
	font-size: 41px;
}

.btn__register {
	padding: 17px 0px;
	font-size: 16px;
	border: 0;
	border-radius: 37px;
	line-height: 16px;
	font-weight: 600;
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

.btn__register-2 {
	padding: 16px 24px;
	font-size: 16px;
	border: 0;
	border-radius: 37px;
	line-height: 16px;
	font-weight: 600;
	width: auto;
	text-align: center;
	margin-top: 20px;
}

.gradient-text-1 {
	background: linear-gradient(175deg, rgba(50, 138, 233, 1) 0%, rgba(14, 30, 92, 1) 50%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
}
.gradient-text-2 {
	background: linear-gradient(175deg,rgba(108, 255, 191, 1) 0%, rgba(255, 255, 255, 1) 50%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
}

.section-description{
	font-size: 38px;
	font-weight: 700;
	line-height: 46px;
}

.section-notes{
	font-size: 15px;
	width: 90%;
	line-height: 22px;
}

.section-title {
	font-size: 45px;
	font-weight: 700;
}

.attend-description{
	font-size: 24px;
	font-weight: 700;
}
.box {
	background: #2F89EC;
	border-radius: 25px;
	padding: 30px;
	height:200px;
	transition: 0.3s;
}
.box h3{
	font-size:22px;
	font-weight:700;
}
.box p{
	font-size:14px;
	font-weight:400;
	margin-bottom: 0;
}
.box:hover {
	background: linear-gradient(130deg, rgba(50, 138, 233, 1) 0%, rgba(14, 30, 92, 1) 65%);
	transform: rotate(-7deg);
	transition: 0.3s;
}

.section-description-2{
	font-size: 18px;
	font-weight: 400;
	max-width: 670px;
}

.perk-box {
	border-radius: 25px;
	padding: 30px;
	height:100%;
}

.perk-box h3 {
	font-size: 37px;
	font-weight: 300;
	text-transform: uppercase;
}

.perk-box p {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 0;
	max-width: 340px;
	margin-top: 50px;
}
.border-3{
	height:3px;
	background: linear-gradient(170deg,rgba(27, 75, 247, 1) 0%, rgba(8, 17, 57, 1) 100%);
	width:150px;
	margin:auto;
	margin-top:30px;
	margin-bottom:30px;
}
.conference-list{
	padding:0;
	margin-top:15px;
}
.conference-list li {
	list-style: none;
	font-size: 18px;
	background-repeat: no-repeat;
	padding-left: 35px;
	background-size: 20px auto;
	background-position: left center;
	margin-bottom: 10px;
}

.conference-team .col {
	margin-left: -40px;
}

.team-member .image-wrapper {
  display: inline-block;
  padding: 5px;
  border-radius: 50%;
  background: linear-gradient(130deg,rgba(14, 30, 92, 1) 0%, rgba(90, 217, 169, 1) 100%);
}


.conference-team{
	max-width: 1075px;
	margin: auto;
	position: relative;
	left: 20px;
	text-align:center;
}

.team-member img {
	width: 280px;
	height: 280px;
	object-fit: cover;
	border-radius: 50%;
}

.team-member h5 {
	margin-top: 15px;
	font-weight: 300;
	font-size: 20px;
}

.team-member p {
	margin: 0;
	font-size: 13px;
	line-height: 17px;
}
.role {
  color: #6CFFBF;
}
.carousel-indicators li {
	box-sizing: content-box;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 15px;
	height: 6px;
	margin-right: 2px;
	margin-left: 2px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #317570;
	background-clip: padding-box;
	border-top: none;
	border-bottom: none;
	opacity: 1;
	border-radius: 25px;
}
.carousel-indicators .active {
	opacity: 1;
	width: 25px;
	background-color: #5AD9A9;
}

.carousel-indicators {
  position: static;  
  margin-top: 15px; 
  justify-content: center; 
}

.card-custom {
  position: relative;
  border: none;
  overflow: hidden;
  border-radius: 12px;
}

.card-custom img {
  width: 100%;
  height: auto;
  border-radius: 12px 12px 0 0;
}

.card-text-box {
	background: linear-gradient(170deg,rgba(50, 138, 233, 1) 0%, rgba(14, 30, 92, 1) 100%);
	color: white;
	padding: 17px 30px;
	font-size: 21px;
	border-radius: 0 0 12px 12px;
	margin-top: -20px;
	z-index: 999;
	position: relative;
}

.checkmark-icon {
	position: absolute;
	top: 10px;
	right: 10px;
	background: #003366;
	color: white;
	font-size: 1.2rem;
	padding: 12px;
	border-radius: 50%;
}

.card-custom-first-box{
	top: 180px;
}
.card-custom-last-box{
	top: 280px;
}

.work-box {
	background: #419BFF;
	border-radius: 25px;
	padding: 30px;
	height: 250px;
	transition: 0.3s;
}
.work-box h3 {
	font-size: 25px;
	font-weight: 400;
	width: 235px;
}
.work-box p {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 0;
	position: relative;
	z-index: 9;
	line-height: 25px;
	margin-top: 35px;
}
.work-box img {
	position: absolute;
	right: 30px;
	width: 135px;
	bottom: 15px;
	transition: 0.3s;
}
.work-box:hover {
	background: linear-gradient(130deg, rgba(50, 138, 233, 1) 0%, rgba(14, 30, 92, 1) 65%);
	transform: rotate(-15deg);
	transition: 0.3s;
	position: relative;
	z-index:99;
}


.pricing-box{
	padding:20px;
	border-radius:25px;
}
.pricing-box::before, .pricing-box::after {
	content: "";
	position: absolute;
	top: 56px;
	transform: ;
	width: 40px;
	height: 40px;
	background: #081137;
	border-radius: 50%;
	z-index: 2;
}
.pricing-box::before {
	left: -4.5px;
}
.pricing-box::after {
	right: -4.5px;
}
.pricing-box h3{
	font-weight:700;
	font-size:28px;
}
.pricing-border-dashes {
	border-width: 2px;
	border-style: dashed;
	margin-top: 20px;
	margin-bottom: 20px;
}
.btn__buyTickets {
	padding: 14px 0px;
	font-size: 16px;
	border-radius: 37px;
	line-height: 16px;
	font-weight: 600;
	width: 100%;
	text-align: center;
	background: none;
	border-width: 1px;
	border-style: solid;
}

.fw-300{font-weight:300!important;}
.fw-700{font-weight:700!important;}
.fs-17px{font-size:17px!important;}
.fs-13px{font-size:13px!important;}
.fs-30px{font-size:30px!important;}




.table-pricing, .table-pricingFT  {
  border-collapse: separate; 
  border-spacing: 0;
  border: 0px solid #000; 
  border-radius: 12px; 
  overflow: hidden; 
   width: 100%;
}

.table-pricingTx { width: 100%; }
 
.table-pricing thead { 
 background: linear-gradient(180deg, #3F6FC8 0%, #182B66 90%), linear-gradient(to bottom, transparent 70%, black 100%);
 color:#fff;
 border-radius: 12px;
}

.table-pricingFT thead {
	background: linear-gradient(180deg, #213C7F 0%, #3056A3 90%), linear-gradient(to bottom, transparent 70%, #335bac 100%);
	color: #fff;
	border-radius: 12px;
}

.table-pricingTx tbody { color: #fff; }
.table-pricingTx tbody td{
  padding:15px 20px;
  border:1px solid #2f89ec
}

.table-pricing thead  th {  padding: 12px 11px 17px; text-align: center;}

.table-pricingTx .gift {
  display: block;
  font-size: 0.9rem;
  font-weight: normal;
  color: #FFFFFF;
  margin-top: 4px;
}

.table-pricingTx .price {
	color: #3cff90;
	font-weight: bold;
}
.table-pricingTx b {
   font-size: 14px;
}


.t_bt{border-top:0px solid!important}
.t_bl{border-left:0px solid!important}
.t_br{border-right:0px solid!important}
.t_bb{border-bottom:0px solid!important}




.contact-us-section{
	background-image: 
	linear-gradient(170deg,rgba(50, 138, 233, 0.9) 0%, rgba(14, 30, 92, 0.9) 45%),
	url('../img/contact-our-team-bg.png');

	background-size: cover; 
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 30px;
	padding: 106px 60px;

}


.card-custom img{transition: 0.2s;}
.card-custom:hover img{transform: scale(1.02);transition: 0.2s;}
.btn__register-2:hover{transition: 0.2s;opacity: 0.7;}
.btn__register:hover{transition: 0.2s;opacity: 0.9;}




.shadow_1 {
	position: absolute;
	left: 0;
	width: 300px;
	top: 60%;
}
.shadow_2 {
	position: absolute;
	right: 0;
	width: 225px;
	top: 33%;
	z-index: -9;
}
.shadow_3 {
	position: absolute;
	left: 0;
	width: 295px;
	top: -30%;
	z-index: -9;
}
.shadow_4 {
	position: absolute;
	right: 0;
	width: 280px;
	bottom: -22%;
	z-index: -9;
}
.shadow_5 {
	position: absolute;
	left: 0;
	width: 230px;
	top: 75%;
	z-index: -9;
}

.shadow_6 {
	position: absolute;
	right: 0;
	width: 390px;
	top: -35%;
	z-index: -9;
}
.shadow_7 {
	position: absolute;
	right: 0;
	width: 205px;
	bottom: 6%;
	z-index: -9;
}
.shadow_8 {
	position: absolute;
	left: 0;
	width: 265px;
	bottom: 23%;
	z-index: -9;
}
.shadow_9 {
	position: absolute;
	right: 0;
	width: 205px;
	bottom: 15%;
	z-index: -9;
}
.shadow_10 {
	position: absolute;
	width: 245px;
	bottom: -30%;
	z-index: -9;
	left: 45%;
}
.shadow_11 {
	position: absolute;
	left: 0;
	width: 290px;
	bottom: -9%;
	z-index: -9;
}
.shadow_12 {
	position: absolute;
	right: 0;
	width: 270px;
	bottom: -5%;
	z-index: -9;
}
.shadow_13 {
	position: absolute;
	width: 280px;
	bottom: -64%;
	z-index: -9;
	left: 46%;
}
.shadow_14 {
	position: absolute;
	left: 0;
	width: 295px;
	bottom: 8%;
	z-index: -9;
}
.shadow_15 {
	position: absolute;
	right: 0;
	width: 285px;
	bottom: 5%;
	z-index: -9;
}
.shadow_16 {
	position: absolute;
	left: 110px;
	width: 270px;
	bottom: -48px;
	z-index: -9;
}
.shadow_17 {
	position: absolute;
	right: 0;
	width: 430px;
	top: 15%;
	z-index: -9;
}

.shadow_18 {
	position: absolute;
	left: 0;
	width: 310px;
	bottom: -15%;
	z-index: -9;
}
.shadow_19 {
	position: absolute;
	right: 0;
	width: 375px;
	bottom: -10%;
	z-index: -9;
}
.shadow_20 {
	position: absolute;
	left: 0;
	width: 265px;
	bottom: -5%;
	z-index: -9;
}
.shadow_21 {
	position: absolute;
	right: 0;
	width: 310px;
	top: -62%;
	z-index: -9;
	height: ;
}









 
footer{
	flex-shrink: 0;
}
 
.footer_section {
	background: linear-gradient(175deg,rgb(14, 30, 92) 0%, rgba(107, 175, 149, 0.86) 75%);
	padding: 60px 0 30px;
}
.sec_social {
    text-align: left;
}
.sec_social a {
    margin: 0 10px 0 0;
}
.sec_social a:hover img {
    opacity: 0.8;
}
.middle_secT2 p {
    color: #fff;
    font-size: 17px;
    margin: 0;
    padding: 0 0 9px;
}
.middle_secT2 p a {
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}
.two_slide {
    width: 180px;
}
.for_tit {
    font-size: 17px;
    color: #fff;
}
.for_tit img {
    margin: 0 3px 0 0;
}
.btn__signUP {
    border: none;
    background: #2e88ed;
    color: #fff;
    border-radius: 4px;
    padding: 6px 20px;
    font-size: 16px;
    font-weight: 600;
}
.form-control.emIl_input {
    background: #fff0;
    border: none;
    border-bottom: 2px solid #bf9cce;
    border-radius: 0;
    padding: 0;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
}
.form-control.emIl_input:focus {
    color: #fff;
    background-color: #fff0;
    border-color: #fff0;
    outline: 0;
    box-shadow: 0 0 0 0 rgb(0 123 255 / 0.25);
}
.form-control.emIl_input::placeholder {
    color: #fff;
    opacity: 1;
}
.form-control.emIl_input:-ms-input-placeholder {
    color: #fff;
}
.form-control.emIl_input::-ms-input-placeholder {
    color: #fff;
}
.copy_rigt {
    margin: 0;
    font-size: 16px;
    color: #fff;
    padding-top: 25px;
}
@media only screen and (min-width: 180px) and (max-width: 767px) {
     
}
 