@import url('https://fonts.googleapis.com/css2?family=Eczar:wght@400;500;700&family=Josefin+Sans&family=Nunito:wght@300;400;500;600;700;800;900&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&family=Roboto:wght@300;400;500;700;900&display=swap');


/*@import url('https://fonts.googleapis.com/css?family=Roboto');*/
/*@import url('https://fonts.googleapis.com/css?family=Open Sans');*/
/*@import url('https://fonts.googleapis.com/css?family=Lato');*/
/*@import url('https://fonts.googleapis.com/css?family=Montserrat');*/
/*@import url('https://fonts.googleapis.com/css?family=Playfair Display');*/

/*@font-face {*/
/*  font-family: 'AvenirNextLTPro-Regular';*/
/*  src: url('http://anthillrealtors.co.id/wp-content/themes/x-child/fonts/AvenirNextLTPro-Regular.eot');*/
/*  src: url('http://anthillrealtors.co.id/wp-content/themes/x-child/fonts/AvenirNextLTPro-Regular.eot?#iefix') format('embedded-opentype'),*/
/*  url('http://anthillrealtors.co.id/wp-content/themes/x-child/fonts/AvenirNextLTPro-Regular.woff') format('woff'),*/
/*  url('http://anthillrealtors.co.id/wp-content/themes/x-child/fonts/AvenirNextLTPro-Regular.ttf') format('truetype'),*/
/*  url('http://anthillrealtors.co.id/wp-content/themes/x-child/fonts/AvenirNextLTPro-Regular.svg#AvenirNextLTPro-Regular') format('svg');*/
/*}*/

/*@font-face {*/
/*	font-family: 'proxima_nova_rgregular';*/
/*	src: url('https://litmus.com/fonts/Emails/proximanova-regular-webfont.eot');*/
/*	src: url('https://litmus.com/fonts/Emails/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),*/
/*		 url('https://litmus.com/fonts/Emails/proximanova-regular-webfont.woff') format('woff'),*/
/*		 url('https://litmus.com/fonts/Emails/proximanova-regular-webfont.ttf') format('truetype'),*/
/*		 url('https://litmus.com/fonts/Emails/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');*/
/*	font-weight: normal;*/
/*	font-style: normal;*/
/*}*/
/*@font-face {*/
/*	font-family: 'proxima_nova_rgbold';*/
/*	src: url('https://litmus.com/fonts/Emails/proximanova-bold-webfont.eot');*/
/*	src: url('https://litmus.com/fonts/Emails/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),*/
/*		 url('https://litmus.com/fonts/Emails/proximanova-bold-webfont.woff') format('woff'),*/
/*		 url('https://litmus.com/fonts/Emails/proximanova-bold-webfont.ttf') format('truetype'),*/
/*		 url('https://litmus.com/fonts/Emails/proximanova-bold-webfont.svg#proxima_nova_rgbold') format('svg');*/
/*	font-weight: normal;*/
/*	font-style: normal;*/
/*}*/



/*==BASIC-SETUP==*/
body {
font-family: 'Nunito', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #667085;
  background: #ffffff;
}

a,
a:hover {
  text-decoration: none;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
label {
  margin-bottom: 0;
}


/* Scroll top START */

.progress-wrap {
	position: fixed;
	right: 30px;
	bottom: 30px;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	box-shadow: inset  0 0 0 2px rgba(0,0,0,0.1);
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.progress-wrap::after {
	position: absolute;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  content: "\f106";
	text-align: center;
	line-height: 46px;
	font-size: 24px;
	color: rgba(0, 0, 0, 0.3); 
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 1;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::after {
	opacity: 0;
}
.progress-wrap::before {
	position: absolute;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  content: "\f106";
	text-align: center;
	line-height: 46px;
	font-size: 24px;
	opacity: 0;
	background: black; 
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 2;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::before {
	opacity: 1;
}
.progress-wrap svg path { 
	fill: none; 
}
.progress-wrap svg.progress-circle path {
	stroke: rgba(0, 0, 0, 0.2); 
	stroke-width: 4;
	box-sizing:border-box;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

/* Scroll top END */


.header-area {
	background-color: #FAFCFF;
	padding: 32px 0;
}

.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.nav-items ul {
	display: flex;
	align-items: center;
}

.nav-items ul li {
	margin-left: 60px;
	position: relative;
}

.nav-items ul li a {
	font-size: 18px;
	font-weight: 500;
	color: #172230;
	display: inline-block;
	transition: 0.2s;
	line-height: 24px;
}

.nav-items ul li a img {
	transition: 0.2s;
}

.nav-items ul li a:hover {
	opacity: 0.8;
}

.nav-items ul li:hover a img{
	rotate: 180deg;
}

.nav-items ul li .nav-btn {
	background: #3B92F8;
	backdrop-filter: blur(16px);
	border-radius: 6px;
	padding: 12px 18px;
	color: #ffffff;
	margin-left: 30px;
}

.menu-bar {
	display: none;
}

.offcanvas-body .nav-items ul {
	display: block;
}

.offcanvas-body .nav-items ul li {
	margin-left: 0px;
	position: relative;
}

.offcanvas-body .nav-items ul li a {
	display: block;
	padding: 10px 10px;
}

.offcanvas-body {
	padding: 0;
	background-color: #FAFCFF;
}

.offcanvas-header {
	background-color: #FAFCFF;
}

.offcanvas-body .nav-items ul li .nav-btn {
	display: inline-block;
	margin-left: 15px;
	margin-top: 25px;
}

.hero-area {
	background-color: #FAFCFF;
	padding: 40px 0 0;
	position: relative;
}

.star {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.submenu {
	position: absolute;
	left: 0;
	top: 50px;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	transition: 0.2s;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px rgba(215, 215, 215, 0.25);
	border-radius: 3px;
	width: 100%;
	padding: 8px 0;
}

.submenu ul {
	display: block;
}

.submenu ul li {
	margin-left: 0;
}

.submenu ul li a {
	color: #667085;
	padding: 2px 10px 10px;
}

.nav-items ul li:hover .submenu {
	opacity: 1;
	visibility: visible;
	top: 30px;
	width: 220px;
}

.offcanvas-body .submenu {
	position: absolute;
	left: 10px;
	top: 50px;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	transition: 0.2s;
	background-color: #D4E8FF;
	width: 40%;
}

.offcanvas-body .nav-items ul li:hover .submenu {
	top: 40px;
}

.offcanvas-start {
	width: 377px;
}

.hero-left {
	padding-top: 50px;
}

.hero-title h2 {
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 48px;
	line-height: 63px;
	font-weight: 600;
	color: #172230;
	margin: 0;
}

.hero-title h2 span {
	background: linear-gradient(89.8deg, #3B92F8 0.03%, #26C7EA 74.23%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.hero-title p {
	font-size: 17px;
	font-weight: 400;
	color: #667085;
	margin: 28px 0;
	line-height: 28px;
	max-width: 500px;
}

.hero-btn {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.hero-btn1 {
	padding-right: 16px;
}

.hero-btn1 a {
	font-size: 16px;
	font-weight: 400;
	background: #3B92F8;
	backdrop-filter: blur(16px);
	border-radius: 6px;
	padding: 12px 30px;
	color: #ffffff;
	display: inline-block;
	transition: 0.2s;
}

.hero-btn1 a:hover {
	opacity: 0.8;
}

.hero-btn2 a {
	color: #172230;
	font-size: 22px;
	font-weight: 400;
	display: inline-block;
	transition: 0.2s;
}

.hero-btn2 a img {
	margin-right: -10px;
}

.hero-btn2 a:hover {
	opacity: 0.8;
}

.hero-btm-content {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.hero-btm-inner h2 {
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 54px;
	font-weight: 600;
	color: #172230;
	margin: 0;
	line-height: 81px;
}

.hero-btm-inner p {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 23px;
	font-weight: 400;
	color: #667085;
	margin: 0;
}

.hero-btm-content {
	padding-top: 30px;
}

.hero-btm-inner2 {
	padding: 0 50px;
}

.hero-right img {
	width: 100%;
}

.who-we-are-area {
	padding: 90px 0 100px;
}

.who-we-left h3 {
	font-size: 22px;
	font-weight: 600;
	color: #3B92F8;
	margin: 0;
	text-transform: capitalize;
}

.who-we-left h2 {
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 36px;
	font-weight: 600;
	color: #172230;
	line-height: 48px;
	margin: 12px 0;
}

.who-we-left p {
	font-size: 16px;
	font-weight: 400;
	color: #667085;
	margin: 0 0 30px;
	line-height: 30px;
	max-width: 700px;
}

.quota-box {
	background: #FAFCFF;
	border: 1.02746px solid #D5E8FF;
	border-radius: 5px;
	padding: 25px 27px 25px 50px;
	position: relative;
}

.quota-box  p {
	font-size: 16px;
	font-weight: 400;
	color: #172230;
	margin: 0;
	line-height: 30px;
}

.quota-1 {
	position: absolute;
	left: 20px;
	top: 19px;
}

.quota-2 {
	position: absolute;
	right: 38px;
	bottom: 20px;
}

.who-right {
	text-align: end;
	margin-top: -20px;
}

.join-us-inner {
	background: #FFFFFF;
	border-width: 2px 2px 0px 2px;
	border-style: solid;
	border-color: #D4E8FF;
	border-radius: 15px;
	padding: 20px 35px 0;
	position: relative;
	height: 550px;
	z-index: 999;
}

.join-us-inner::after {
	content: '';
	display: block;
	width: 727px;
	height: 500px;
	background: radial-gradient(50% 50% at 50% 50%, rgba(95, 140, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
	position: absolute;
	bottom: -22%;
	transform: translate(-50%);
	left: 50%;
	z-index: -1;
}

.join-us-title h2 {
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 36px;
	font-weight: 600;
	color: #172230;
	line-height: 42px;
	margin: 0 0 ;
}

.join-us-title p {
	font-size: 26px;
	font-weight: 400;
	color: #111E2E;
	line-height: 42px;
	margin: 10px 0 30px;
	max-width: 1180px;
}

.join-us-img {
	position: absolute;
}

.upcoming-event {
	padding: 190px 0 60px;
}

.upcoming-title {
	padding: 0 0 60px;
}

.upcoming-title h2 {
	color: #172230;
	font-weight: 600;
	font-size: 32px;
	margin: 0 0 15px;
	text-transform: capitalize;
}

.upcoming-title p {
	font-size: 16px;
	font-weight: 400;
	color: #667085;
	line-height: 28px;
}

.upcoming-content h4 {
	font-size: 26px;
	font-weight: 600;
	color: #172230;
	line-height: 42px;
	margin: 22px 0 0;
}

.upcoming-content {
	margin: 0 0 20px;
}

.some-moment-area {
	padding: 60px 0;
}

.vedio-main {
	position: relative;
}

.vedio-wrapper-main {
	background: #F6F6F6;
	padding: 15px 15px 0;
}

.vedio-wrapper {
	margin-bottom: 22px;
}

.vedio-wrapper3 .vedio-main img {
	height: 255px;
	object-fit: cover;
}

.vedio-title h2 {
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
	margin: 0 0 16px;
	color: #172230;
}

.play-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.play-icon img {
	width: 60px;
	height: 60px !important;
}

.play-icon a {
	transition: 0.2s;
}

.play-icon a:hover {
	opacity: 0.8;
}

.vedio-main img {
	width: 100%;
}

.some-moment-area .row .col-lg-7 {
	width: 56%;
	flex-basis: 56%;
}

.some-moment-area .row .col-lg-5 {
	width: 44%;
	flex-basis: 44%;
}

.event-gallery-area .col-lg-5 {
	width: 50%;
	flex-basis: 50%;
}

.event-gallery-area .col-lg-3 {
	width: 23%;
	flex-basis: 23%;
}

.event-gallery-area .col-lg-4 {
	width: 27%;
	flex-basis: 27%;
}

.event-img2 img {
	height: 468px;
}

.event-img {
	margin-bottom: 10px;
}

.esteemed-panel-main-content {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-gap: 30px;
}

.esteemed-panel-main-content .attendees-img {
	max-width: 302px;
	min-height: 143px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: #FFFFFF;
	border: 1px solid #E7F2FF;
	border-radius: 5px;
}

.past-sponsors-area .attendees-main-content {
	display: grid;
	grid-template-columns: repeat(7,1fr);
	grid-gap: 70px;
	align-items: center;
}

.past-sponsors-area {
	padding: 90px 0 100px;
}

.form-area {
	padding: 0 0 110px;
}

.form-left-title h2 {
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 36px;
	line-height: 48px;
	color: #172230;
	font-weight: 600;
	padding-left: 23px;
	border-left: 7px solid #3B92F8;
	max-width: 455px;
	margin: 0 0 50px;
}

.form-left-title ul li {
	padding: 0 0 20px;
	font-size: 21px;
	font-weight: 400;
	color: #667085;
}

.form-left-title ul li img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin-right: 15px;
}

.form-right {
	background: #F6F6F6;
	border-radius: 3px;
	padding: 20px 40px 40px;
	max-width: 720px;
	margin-left: auto;
}

.form-right-title h3 {
	font-size: 20px;
	font-weight: 600;
	color: #3B92F8;
	line-height: 48px;
	margin: 0;
}

.form-right-title h2 {
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 26px;
	font-weight: 600;
	color: #172230;
	margin: 0 0 37px;
	line-height: 48px;
}

.form-input {
	padding: 0 0 30px;
}

.form-input label {
	font-family: 'Roboto', sans-serif;
	display: block;
	font-size: 18px;
	font-weight: 500;
	color: #172230;
	line-height: 21px;
	margin: 0 0 15px;
}

.form-input input,
.form-input textarea
 {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #667085;
	width: 100%;
	background: #FFFFFF;
	border-radius: 8px;
	padding: 14px 18px;
	border: 0;
	outline: 0;
}

.form-input input::placeholder {
	opacity: 1;
	color: #667085;
}

.form-submit input {
	width: 100%;
	text-align: center;
	background: #3B92F8;
	border-radius: 10px;
	font-size: 18px;
	font-weight: 400;
	transition: 0.2s;
	padding: 14px 20px;
	color: #ffffff;
	border: 0;
	outline: 0;
}

.form-submit input:hover {
	opacity: 0.8;
}




.main-content {
    position: relative;
}

.main-content .owl-theme .custom-nav {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
	display: none;
}

.test-content-wrapper {
	background-color: #ffffff;
	padding: 29px 32px 22px 35px;
	min-height: 295px;
}

.quota-icon img {
	max-width: 45px;
}

.test-text p {
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
	color: #667085;
	margin: 0;
}

.test-logo img {
	max-width: 213px;
}

.testimonials-area {
	padding: 100px 0 92px;
}

.main-content .owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #ffffff;
	border: 1.40298px solid #1E80F3;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #1E80F3;
}

.main-content .owl-theme .owl-dots {
	margin-top: 55px;
}

.test-content-wrapper3 .test-text p {
	margin: 0 0 68px;
}

.test-content-wrapper4 .test-text p {
	margin: 0 0 155px;
}

.test-content-wrapper5 .test-text p {
	margin: 0 0 188px;
}

.shouldattend-left02 {
	display: none;
}

.job-sm {
	display: none;
}

.test-sm {
	display: none;
}

.attendees-es-img img {
	width: 144px;
}

.attendees-es2-img img {
	width: 225px;
}

.topic-sm {
	display: none;
}

.test-area-bg {
	padding: 60px 0 40px;
	background-color: #F5F9FF;
}

.test-top-cnt {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0 25px;
}

.main-content2 {
    position: relative;
}

.main-content2 .owl-theme .custom-nav {
    position: absolute;
    top: -18%;
    left: 0;
    right: 0;
}

.main-content2 .owl-theme .custom-nav .owl-prev, .main-content2 .owl-theme .custom-nav .owl-next {
    position: absolute;   
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
}


.main-content2 .owl-theme .custom-nav .owl-prev {
    left: -15px;
}

.main-content2 .owl-theme .custom-nav .owl-next {
    right: -15px;
}

.main-content2 .owl-theme .owl-dots .owl-dot {
	display: none;
}

.footer-area {
	padding: 60px 0 23px;
	background-color: #1A2129;
}

.footer-logo p {
	font-size: 16px;
	font-weight: 400;
	margin: 22px 0 0;
	color: #ffffff;
	line-height: 28px;
	max-width: 537px;
}

.footer-menu h2 {
	font-size: 25px;
	font-weight: 700;
	line-height: 37px;
	color: #ffffff;
	margin: 0 0 11px;
	text-transform: capitalize;
}

.footer-menu ul li {
	padding: 0 0 12px;
}

.footer-menu ul li a {
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	line-height: 24px;
	display: inline-block;
	transition: 0.2s;
}

.footer-menu ul li a:hover {
	opacity: 0.7;
}

.footer-menu2 p {
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	line-height: 24px;
	margin: 0 0 33px;
}

.getupdate-input {
	position: relative;
}

.getupdate-input input {
	font-size: 16px;
	font-weight: 400;
	width: 100%;
	background-color: #FFFFFF;
	border-radius: 4px;
	padding: 13px 18px;
	outline: 0;
	border: 0;
	color: #6C6C72;
}

.input-submit {
	position: absolute;
	right: 2px;
	top: 1px;
}

.input-submit img {
	transition: 0.2s;
	cursor: pointer;
}

.input-submit img:hover {
	opacity: 0.8;
}

.copyright {
	margin: 45px 0 0;
	text-align: center;
	padding-top: 23px;
	border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.copyright p {
	font-size: 16px;
	font-weight: 400;
	font-weight: 24px;
	color: #ffffff;
	margin: 0;
}

.social-area {
	padding: 30px 0 0;
}

.social-area ul {
	display: flex;
	align-items: center;
}

.social-area ul li {
	padding-right: 40px;
	position: relative;
}


.social-area ul li::after {
	content:'';
	display: block;
	position: absolute;
	right: 20px;
	top: 5px;
	width: 1px;
	height: 20px;
	background-color: #3B92F8;
}


.social-area ul li:last-of-type::after {
	display: none;
}

.social-area ul li a {
	transition: 0.2s;
}

.social-area ul li a:hover {
	opacity: 0.7;
}









