@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap');
@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');
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');

body {
	font-family: "Poppins", sans-serif;
	font-family: "Space Grotesk", sans-serif;
	font-family: "Archivo", sans-serif;
	scroll-behavior: smooth;
}

a,
p {
	font-family: "Space Grotesk", sans-serif !important;
}

a.nav-link {
	letter-spacing: 0;
	color: #212121;
	font-size: 15px;
	font-weight: 400;
	margin: 0 3px;
	letter-spacing: 0.3px;
}

a.navbar-brand {
	display: flex;
	transition: 0.5s;
	align-items: center;
}

a.navbar-brand img {
	max-width: 50px;
	transition: 0.5s;
	margin-right: 6px;
}

header {
	position: absolute;
	z-index: 999999;
	padding: 0 0;
	left: 0;
	right: 0;
	transition: 0.5s;
	margin: 0;
	top: 0;
}

header.header_main_fx {
	position: sticky;
	background: #fff;
	transition: 0.5s;
}

header.header_main_fx a.navbar-brand img {
	max-width: 40px;
	margin-right: 6px;
	transition: 0.5s;
}

a.nav-link {
	letter-spacing: 0;
	color: #212121;
	font-size: 16px;
	font-weight: 400;
	margin: 0 20px;
	letter-spacing: 0.3px;
	border-bottom: 1px solid #ffffff00;
	padding: 0 !important;
}

.main-heading h1 {
	font-size: 84px;
	font-weight: 700;
	color: rgb(255, 255, 255);
	margin: 0px 0px 28px;
	padding: 0px;
}

.main-heading {
	text-align: center;
	position: relative;
	z-index: 9999;
}

.main-heading h1 {
    font-size: 80px;
    line-height: 100px;
    max-width: 99%;
    margin: 0 auto;
    padding: 0 0 25px 0;
    background: linear-gradient(to right, #1d3a86, #000000);
    -webkit-background-clip: text;
    color: transparent;
    font-weight: 700;
}

.main-heading h4 {
    font-size: 20px;
    font-weight: 400;
    color: #212121;
    max-width: 707px;
    line-height: 35px;
    margin: 0 auto;
    letter-spacing: 0.3px;
}

a.btn1 {
	width: 100%;
	display: inline-block;
	background: #1B3D8A;
	padding: 15px 30px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	border-radius: 8px;
	letter-spacing: 0.3px;
}

.imglogo_cnt {
	font-size: 16px;
	font-weight: 500;
	color: #000;
	letter-spacing: 0.3px;
	margin-bottom: 0;
}

.swiper {
	padding: 180px 0 90px 0;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

a.theme-btn9 {
	display: inline-block;
	background: #1B3D8A;
	padding: 15px 30px;
	text-decoration: none;
	font-size: 16px;
	transition: 0.5s;
	font-weight: 400;
	color: #fff;
	border-radius: 8px;
	border: 1px solid #1B3D8A;
	letter-spacing: 0.3px;
	margin-top: 25px;
	margin: 25px 10px;
}

a.theme-btn9.cs {
	background: none;
	color: #1B3D8A;
	border: 1px solid #1B3D8A;
}

a.theme-btn9 i {
	margin-left: 9px;
	border-left: 1px solid #c3c3c3;
	padding-left: 8px;
}

.grid-lines {
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	z-index: -1;
	height: 100%;
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 85%;
	margin: 0px auto;
}

.grid-line-5,
.grid-line-4,
.grid-line-3,
.grid-line-2,
.grid-line-1 {
	position: relative;
	height: 100%;
}

.grid-line-5::before,
.grid-line-4::before,
.grid-line-3::before,
.grid-line-2::before,
.grid-line-1::before {
	content: "";
	position: absolute;
	top: 0px;
	height: 100%;
	right: -1px;
	width: 1px;
	background: #e5e5e563;
}

.grid-line-5::after,
.grid-line-4::after,
.grid-line-3::after,
.grid-line-2::after,
.grid-line-1::after {
	content: "";
	position: absolute;
	top: -80px;
	right: -1px;
	opacity: 0.5;
	width: 3px;
	height: 90px;
	background: linear-gradient(180deg, #F5F6F7 0%, #03fee3 100%);
	border-radius: 1px;
}

.grid-lines .grid-line-1:after {
	animation: gridline 8s linear infinite;
}

.grid-lines .grid-line-2:after {
	animation: gridline 9s linear infinite;
	animation-delay: 3s;
}

.grid-lines .grid-line-3:after {
	animation: gridline 7s linear infinite;
	animation-delay: 6s;
}

.grid-lines .grid-line-4:after {
	animation: gridline 10s linear infinite;
	animation-delay: 4s;
}

.grid-lines .grid-line-5:after {
	animation: gridline 8s linear infinite;
	animation-delay: 8s;
}

@keyframes gridline {
	0% {
		top: -50px;
	}

	100% {
		top: 100%;
	}
}


img.h2_banner-shape-2 {
	position: absolute;
	bottom: 0;
	left: 0;
	max-width: 422px;
	width: 100%;
	z-index: 999;
	opacity: 1;
	filter: grayscale(1);
}

img.h2_banner-shape-1 {
	position: absolute;
	bottom: 0;
	right: 0;
	max-width: 500px;
	width: 100%;
	opacity: 0.7;
	z-index: 999;
}

a.theme-btn9:hover {
	background: #000000;
	color: #fff;
	border-color: #000000;
	transition: 0.5s;
}

a.btn1:hover {
	background: #000000;
	color: #fff;
	border-color: #000000;
	transition: 0.5s;
}

section.why_we_main_wrap {
	padding: 100px 0;
	background: linear-gradient(181deg, #ffffff00, #ffffff00);
	text-align: center;
}

.inner-box {
	max-width: 1024px;
	margin: 0 auto;
}

.inner-box h2 {
	font-size: 50px;
	line-height: 80px;
	font-weight: 700;
}

.inner-box h2 {
   font-size: 52px;
    line-height: 65px;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    color: #212121;
}

.inner-box p {
	font-size: 16px;
	font-weight: 400;
	color: #212121;
	max-width: 815px;
	line-height: 30px;
	margin: 0 auto;
	letter-spacing: 0.3px;
}

.inner-box-text-head {
    font-size: 20px;
    color: #1b3d8a;
    display: inline-block;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
}

.icon_set {
	filter: grayscale(1);
	max-width: 60px;
}

.serv_main_area_inner h2 {
	font-size: 60px;
	line-height: 80px;
	font-weight: 700;
	margin-bottom: 30px;
	letter-spacing: 0.5px;
	color: #212121;
	text-align: center;
}

.serv_main_area_inner_right h3 {
	font-size: 25px;
	max-width: 297px;
	margin: 20px 0 10px 0;
	line-height: 36px;
	color: #212121;
	letter-spacing: 00.5px;
	font-weight: 600;
}

.serv_main_area_inner_right p {
	font-size: 16px;
	font-weight: 400;
	color: #212121;
	line-height: 25px;
	margin: 0 0 15px 0;
	letter-spacing: 0.3px;
	padding-right: 0;
	min-height: 106px;
}

.serv_main_area_inner_right a {
	display: flex;
	align-items: center;
	text-decoration: none;
	font-size: 16px;
	transition: 0.5s;
	font-weight: 400;
	color: #212121;
	border-radius: 0;
	letter-spacing: 0.3px;
	margin-top: 5px;
}

.serv_main_area_inner_right a i {
	margin-left: 8px;
	background: #7b7b7b40;
	border-radius: 3px;
	display: inline-block;
	color: #000000;
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 34px;
}

.serv_main_area_inner_right {
	border: 1px solid #ececec;
	padding: 25px;
	border-radius: 10px;
	transition: 0.5s;
	box-shadow: 0px 0px 5px #25252517;
	position: relative;
}

.icon_set_in {
    position: absolute;
    top: 2%;
    right: 2%;
    max-width: 189px;
    transition: 0.5s;
    opacity: 0.02;
    z-index: 0;
}

.serv_main_area_inner_right:hover .icon_set_in {
	opacity: 0.18;
	transition: 0.5s;
}

.serv_main_area_inner_right:hover a i {
	transition: 0.5s;
}

.serv_main_area_inner_right:hover a {
	letter-spacing: 1px;
	transition: 0.5s;
}

.container {
	max-width: 1300px;
}

.serv_main_area_inner_right:hover a i {
	background: #212121;
	color: #ffffff;
	transition: 0.3s;
}

section.serv_main_area {
	padding: 0 0 100px 0;
}

section.contact_main {
	padding: 100px 0;
	background: #212121;
	position: relative;
	z-index: 999;
}

.contact-heading1 h4 {
	font-size: 25px;
	max-width: 297px;
	margin: 20px 0 10px 0;
	line-height: 36px;
	color: #212121;
	letter-spacing: 00.5px;
	font-weight: 600;
}

h4.contact-heading1 {
	font-size: 30px;
	font-weight: 400;
	line-height: 44px;
	margin: 0 0 15px 0;
	letter-spacing: 0.3px;
	padding-right: 0;
	color: #fff;
}

.contact_main a {
	display: inline-block;
	background: #ffffff;
	padding: 15px 30px;
	text-decoration: none;
	font-size: 16px;
	transition: 0.5s;
	font-weight: 400;
	color: #212121;
	border-radius: 8px;
	border: 1px solid #ffffff;
	letter-spacing: 0.3px;
	margin-top: 25px;
	margin: 15px 0px 0;
}

.contact_main a i {
	margin-left: 9px;
	border-left: 1px solid #c3c3c3;
	padding-left: 8px;
}

.contact_main a:hover {
	background: #1B3D8A;
	color: #ffffff;
	border: 1px solid #1B3D8A;
}

a.footer-logo {
	max-width: 70px;
	display: inline-block;
}

.social.list-unstyled li a i {

	box-shadow: 0px 0px #00000024;
	margin-left: 8px;
	background: #7b7b7b40;
	border-radius: 3px;
	display: inline-block;
	color: #000000;
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 34px;
}

a.footer-logo {
	max-width: 100%;
	display: block;
	margin: 0 00 14px 0;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	letter-spacing: 0.3px;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	text-decoration: none;
}

a.footer-logo img {
	max-width: 55px;
	margin-right: 15px;
}

.col-lg-4.quick-links h3 {
	width: 100%;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px;
}

.col-lg-5.quick-links h3 {
	width: 100%;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px;
	color: #212121;
	letter-spacing: 0.3px;
}

.headingh {
	width: 100%;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 20px;
	color: #212121;
	letter-spacing: 0.3px;
}

.footer_main ul {
	width: 100%;
	display: inline-block;
	margin-bottom: 0;
}

ul.footer-link li a {
    font-size: 16px;
    text-decoration: none;
    margin: 6px 0;
    display: inline-block;
    color: #212121;
    letter-spacing: 0.2px;
    font-weight: 500;
}

.newsletter_main h3 {
	width: 100%;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px;
	color: #212121;
	letter-spacing: 0.3px;
}

.cnt_main {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.cnt_main1 i {
	margin-right: 15px;
	box-shadow: 0px 0px #00000024;
	margin-left: 0;
	background: #1B3D8A;
	border-radius: 3px;
	display: inline-block;
	color: #ffffff;
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 34px;
}

.cnt_main2 {
	font-size: 18px;
	font-weight: 500;
	color: #212121;
	letter-spacing: 0.5px;
}

.copyright p {
	background: #000000;
	margin-bottom: 0;
	padding: 10px 0;
	margin-top: 40px;
	color: #ffffffe3;
	letter-spacing: 0.5px;
	font-size: 15px;
	font-weight: 300;
}

section.footer_main {
	padding-top: 70px;
}

.spapes1 {
	position: absolute;
	z-index: 9999;
	bottom: 6%;
	left: 10%;
	opacity: 0.3;
}

.spapes1 img {
	width: 80px;
}

.spapes2 {
	position: absolute;
	z-index: 9999;
	top: 40%;
	left: 15%;
}

.spapes3 {
	position: absolute;
	z-index: -1;
	top: 0%;
	left: 0%;
	right: 0;
	width: 100%;
	height: 100%;
	bottom: 0;
}

@keyframes floatY {
	0% {
		transform: translateY(-40px);
	}

	50% {
		transform: translateY(40px);
	}

	100% {
		transform: translateY(-40px);
	}
}

.spapes1 {
	animation: floatY 7s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
	will-change: transform;
}

@keyframes floatX {
	0% {
		transform: translateX(-40px);
	}

	50% {
		transform: translateX(40px);
	}

	100% {
		transform: translateX(-40px);
	}
}

.spapes2 {
	animation: floatX 9s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
	will-change: transform;
}

.spapes4 {
	position: absolute;
	top: 22%;
	right: 16%;
	opacity: 0.2;
	z-index: 9;
}

@keyframes floatY {
	0% {
		transform: translateY(-40px);
	}

	50% {
		transform: translateY(40px);
	}

	100% {
		transform: translateY(-40px);
	}
}

.spapes4 {
	animation: floatY 7s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
	will-change: transform;
}

section.footer_main p {
	font-size: 16px;
	padding-right: 0;
	margin-bottom: 0;
	line-height: 25px;
	font-weight: 400;
	letter-spacing: 0.1px;
	margin-top: 19px;
	position: relative;
	z-index: 999;
}

.copyright {
	margin-top: 50px;
}

.quick-links h3 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 15px;
	letter-spacing: 0.3px;
	color: #000;

}

.quick-links {
	padding: 0 0 0 50px;
}

.cv {
	padding: 0 !important;
}

.dropdown-menu {
	position: absolute;
	z-index: 1000;
	display: none;
	min-width: 150px;
	padding: 0;
	margin: 0;
	font-size: 16px;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: .25rem;
}

.dropdown-item {
	display: inline-flex;
	width: 100%;
	padding: 10px 10px;
	clear: both;
	font-weight: 400;
	color: #212121;
	text-align: inherit;
	text-decoration: none;
	white-space: nowrap;
	background-color: #ffffff;
	border: 1px solid #f1f1f1;
	font-size: 15px;
	justify-content: space-between;
}

.nav-link:focus,
.nav-link:hover {
	color: #1d3a86;
	border-bottom: 1px solid #1d3a86;
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: #1d3a86;
	background-color: #ffffff;
}

ul.footer-link li a i {
	margin-right: 10px;
}

ul.footer-link li:hover a {
    color: #1d3a86;
    transition: 0.5s;
    letter-spacing: 0.5px;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -1px;
	display: none;
}

.dropdown-submenu>.dropdown-menu.show {
	display: block;
}


.dropdown-toggle::after {
	display: none;
}

.dropdown-menu[data-bs-popper] {
	top: 100%;
	left: 19px;
	margin-top: 9px;
}

a.dropdown-item:hover {
	background: #1d3a86;
	color: #fff;
	border-color: #1d3a86;
}

.nav-link i {
	padding-left: 10px;
}


.innerbanner {
	position: relative;
	padding: 160px 0 80px 0;
	background: #e0e0e06e;
}

.spapesset {
	position: absolute;
	bottom: 0;
	z-index: 0;
	background-color: #ff000000;
	left: 0;
	right: 0;
	text-align: center;
	max-width: 694px;
	margin: 0 auto;
	opacity: 0.4;
}

section.why_we_main_wrap_abt {
	padding: 70px 0;
	background: linear-gradient(181deg, #ffffff00, #ffffff00);
}

.img_ai {
	position: relative;
	max-width: 518px;
	margin: 0 0 0 auto;
}

.img_ai img {
	border-radius: 30px;
	border: 9px solid #ededed;
}

.img_ai1 {
	position: absolute;
	max-width: 290px;
	bottom: -10%;
	left: -15%;
}


.img_ai1 img {
	border: 9px solid #fff;
	border-radius: 30px;
}

.img_ai1 img {
	animation: moveUpDown 7s linear infinite;
}

@keyframes moveUpDown {
	0% {
		transform: translateY(20px);
	}

	50% {
		transform: translateY(-20px);
	}

	100% {
		transform: translateY(20px);
	}
}

.inner-box1 h2 {
    font-size: 52px;
    line-height: 65px;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    color: #000;
}
.inner-box1 p {
	font-size: 16px;
	font-weight: 400;
	color: #000;
	line-height: 30px;
	letter-spacing: 0.3px;
}

section.why_we_main_wrap_abt1 {
    padding: 100px 0 80px 0;
    background: #e0e0e06e;
}

.inner-box1 {
	text-align: center;
}

.img_ai3 {
	position: relative;
	max-width: 518px;
	margin: 0 auto 0 0;
}

.img_ai3 img {
	border-radius: 30px;
	border: 9px solid #ededed;
}

.img_ai4 {
	position: absolute;
	max-width: 290px;
	bottom: -10%;
	right: -15%;
}


.img_ai4 img {
	border: 9px solid #fff;
	border-radius: 30px;
}

.img_ai4 img {
	animation: moveUpDown 7s linear infinite;
}

@keyframes moveUpDown {
	0% {
		transform: translateY(20px);
	}

	50% {
		transform: translateY(-20px);
	}

	100% {
		transform: translateY(20px);
	}
}

section.contact_main h3 {
	font-size: 60px;
	line-height: 80px;
	font-weight: 700;
	margin-bottom: 20px;
	letter-spacing: 0.5px;
	color: #ffffff;
}

section.contact_main p {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	line-height: 30px;
	letter-spacing: 0.3px;
}

section.contact_main_innst {
	padding: 100px 0 80px 0;
	background: linear-gradient(181deg, #1d3a86, #1d3a86);
}

.inner_hsm h3 {
	font-size: 60px;
	line-height: 80px;
	font-weight: 700;
	margin-bottom: 20px;
	letter-spacing: 0.5px;
	color: #fff;
}

.inner_hsm p {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	line-height: 30px;
	letter-spacing: 0.3px;
}

.inner_hsm a {
	display: inline-block;
	background: #ffffff;
	padding: 15px 30px;
	text-decoration: none;
	font-size: 16px;
	transition: 0.5s;
	font-weight: 400;
	color: #212121;
	border-radius: 8px;
	border: 1px solid #ffffff;
	letter-spacing: 0.3px;
	margin-top: 25px;
	margin: 15px 0px 0;
}

.inner_hsm a:hover {
	background: #1B3D8A;
	color: #ffffff;
	border: 1px solid #1B3D8A;
}


.vlu_list ul {
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.vlu_list ul li {
	color: #fff;
	width: 33.3%;
	font-size: 20px;
	transition: 0.5s;
	font-weight: 400;
	letter-spacing: 0.5px;
}

.inner_hsm1 h3 {
	font-size: 60px;
	line-height: 80px;
	font-weight: 700;
	margin-bottom: 20px;

	letter-spacing: 0.5px;
	color: #fff;
}

.vlu_list ul li {
	color: #fff;
	width: 33.3%;
	font-size: 23px;
	font-weight: 400;
	letter-spacing: 0.5px;
	margin-bottom: 20px;
	margin-top: 20px;
	transition: 0.5s;
}

.vlu_list ul li i {
	margin-right: 15px;
}

.vlu_list ul li:hover {
	letter-spacing: 0.8px;
	transition: 0.5s;
}

.innerbanner .breadcrumb {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0;
	margin-bottom: 0;
	list-style: none;
	justify-content: center;
}

li.breadcrumb-item a {
	color: #1d3a86;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-decoration: none;
}

.breadcrumb-item+.breadcrumb-item::before {
	float: left;
	padding-right: .5rem;
	color: #212121;
	content: var(--bs-breadcrumb-divider, "/");
}


.speakers-section-three a,
a:hover,
a:focus,
a:active {
	text-decoration: none;
	outline: none
}

.speakers-section-three a {
	font-style: normal;
	text-decoration: none;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease
}

.speakers-section-three a,
a:active,
a:focus {
	color: #333;
	text-decoration: none;
	transition-timing-function: ease-in-out;
	-ms-transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-duration: .2s;
	-ms-transition-duration: .2s;
	-moz-transition-duration: .2s;
	-webkit-transition-duration: .2s;
	-o-transition-duration: .2s
}

.speakers-section-three ul {
	margin: 0;
	padding: 0;
	list-style: none
}


.sec-title {
    position: relative;
    margin-bottom: 40px;
}

.sec-title .title {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 1em;
	color: #ff8a01;
	font-weight: 500;
	background: rgb(247, 0, 104);
	background: -moz-linear-gradient(to left, rgba(247, 0, 104, 1) 0%, rgba(68, 16, 102, 1) 25%, rgba(247, 0, 104, 1) 75%, rgba(68, 16, 102, 1) 100%);
	background: -webkit-linear-gradient(to left, rgba(247, 0, 104, 1) 0%, rgba(68, 16, 102, 1) 25%, rgba(247, 0, 104, 1) 75%, rgba(68, 16, 102, 1) 100%);
	background: linear-gradient(to left, rgba(247, 0, 104) 0%, rgba(68, 16, 102, 1) 25%, rgba(247, 0, 104, 1) 75%, rgba(68, 16, 102, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F70068', endColorstr='#441066', GradientType=1);
	color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-transform: uppercase;
	letter-spacing: 5px;
	margin-bottom: 15px
}

.sec-title h2 {
   font-size: 52px;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
    color: #212121;
    text-align: center;
}
.info-box h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1d3a86;
    border-left: 4px solid #1d3a86;
    padding-left: 10px;
    text-transform: capitalize;
}

.sec-title .text {
	position: relative;
	font-size: 16px;
	line-height: 28px;
	color: #888;
	margin-top: 30px
}

.sec-title.light h2,
.sec-title.light .title {
	color: #fff;
	-webkit-text-fill-color: inherit
}
.speakers-section-three {
    position: relative;
    padding: 90px 0 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    background: #e1e1e14d;
}
.speaker-block-three {
	position: relative;
	margin-bottom: 40px
}

.speaker-block-three .inner-box {
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
    padding-bottom: 0;
    max-width: 380px;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 0 20px 30px rgba(0, 0, 0, .1);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    border-radius: 15px;
}

.speaker-block-three .inner-box:hover {
	box-shadow: 0 0 5px rgba(0, 0, 0, .1)
}

.speaker-block-three .image-box {
	position: relative;
	display: block;
	text-align: center;
	padding: 50px 0
}
.speaker-block-three .image-box:before {
    position: absolute;
    left: -10px;
    right: -10px;
    top: -4px;
    height: 100%;
    
    -webkit-transform: scale(-1);
    -moz-transform: scale(-1);
    -ms-transform: scale(-1);
    -o-transform: scale(-1);
    transform: scale(-1);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
    content: "";
    opacity: 0.2;
}
.speaker-block-three .image-box .image {
    position: relative;
    display: inline-block;
    height: 191px;
    width: 191px;
    overflow: hidden;
    border: 0px solid #1d3a8600;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    border-radius: 50%;
    z-index: 9;
    margin-bottom: 0;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}

.speaker-block-three .inner-box:hover .image-box .image {
	border-radius: 0
}

.speaker-block-three .image-box .image img {
	display: block;
	width: 100%;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease
}

.speaker-block-three .inner-box:hover .image img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}

.speaker-block-three .info-box {
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 20px;
    background-color: #f2f2f2;
}

.speaker-block-three .info-box .name {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #212121;
    font-weight: 400;
    margin-bottom: 0;
    letter-spacing: 0.4px;
}

.speaker-block-three .info-box .name a {
	color: #fff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease
}

.speaker-block-three .info-box .name a:hover {
	color: #fff
}

.speaker-block-three .info-box .designation {
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	font-weight: 400
}

.speaker-block-three .social-box {
    position: absolute;
    top: 73px;
    transform: translateX(10px);
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}

.speaker-block-three .social-box .social-links li {
	margin-bottom: 4px
}

.speaker-block-three .inner-box:hover .social-box {
	transform: translateX(10px)
}

.speaker-block-two .social-links li {
	position: relative;
	display: inline-block;
	margin-bottom: 10px
}

.speaker-block-three .social-links li a i {
	position: relative;
	display: block;
	width: 32px;
	height: 32px;
	border: 1px solid #eee;
	font-size: 16px;
	line-height: 30px;
	background-color: #fff;
	text-align: center;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease
}

.speaker-block-three .social-links li a:hover i {
	color: #fff;
	background:#1d3a86;
}
.inner-boxl p {
    font-size: 25px;
    font-weight: 400;
    color: #212121;
    max-width: 96%;
    line-height: 50px;
    margin: 0 auto;
    letter-spacing: 0.3px;
    font-style: italic;
}

.img_ai4 {
    max-width: 175px;
}
.inner_box1_jl h2 {
   font-size: 52px;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    color: #212121;
}

.inner_box1_jl h4 {
    color: #1d3a86;
    font-style: italic;
    letter-spacing: 0.5px;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 35px;
}
.inner_box1_jl ul {
    padding-left: 0 !important;
    list-style: none;
}
.cnt_grp h5 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.3px;
    color: #212121;
}

.cnt_grp p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.3px;
    color: #212121;
}
.inner_box1_jl ul li {
    display: flex;
    margin: 10px 0;
}
.arrowm i {
    margin-right: 18px;
    background: #1d3a86;
    padding: 8px 14px;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    font-size: 25px;
}

.jetg li {
    display: flex;
    margin: 10px 0;
}

.jetg {
    padding-left: 0 !important;
    list-style: none;
}
.line_space {
    border: 0.5px solid #e4e4e463;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #212121;
    content: var(--bs-breadcrumb-divider, "/");
}

.breadcrumb-item.active {
    color: #212121;
}




.timeline {

position: relative;

max-width: 1360px;

margin: 0 auto;

}

.mk1{

margin-top: -80px;

}

.mk2{

margin-top: -54px;

}

.mk3{

margin-top: -100px;

}

.mk4{

margin-top: -72px;

}

.mk5{

margin-top: -30px;

}

.mk6{

margin-top: -93px;

}

.mk6{

margin-top: -93px;

}

section.news_area {
    background: #cfcfcf45;
    padding: 40px 0px;
    margin-top: 00px;
    border-radius: 0 15px 0 0;
    height: fit-content;
}

.timeline::after {
    content: '';
    position: absolute;
    width: 2px;
    background-color: #1d3a86;
    top: 0;
    bottom: 123px;
    z-index: -1;
    left: 50%;
    margin-left: -3px;
}

.k1 .cont {

padding: 10px 40px;

position: relative;

background-color: inherit;

width: 50%;

}

.k1 .cont::after {
    content: "\f111";
    position: absolute;
    width: 20px;
    height: 20px;
    right: -8px;
    border-radius: 50%;
    z-index: 999999;
    font-size: 0px;
    top: 23px;
    border: 3px solid #00f8dd;
    background: #e2fffcf2;
}
.baclground_main_heading h5 {
   font-size: 52px;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    color: #ffffff;
    text-align: center;
    background: #1d3a86;
    display: flex;
    max-width: 1270px;
    margin: 40px auto 30px auto;
    border-radius: 15px;
    padding: 20px;
    justify-content: center;
    align-items: center;
}
.baclground_main_heading h5 i {
    margin-left: 50px;
    background: #03fce0;
    border: 1px solid #03fce0;
    border-radius: 100%;
    font-size: 25px;
    width: 45px;
    height: 45px;
    display: inline-block;
    padding: 0;
    line-height: 45px;
}

.left {

left: 0;

text-align: right;

}

/* Place the container to the right */

.right {

left: 50%;

text-align: left;

}

/* Add arrows to the left container (pointing right) */

.left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #1d3a86;
}

/* Add arrows to the right container (pointing left) */

.right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent #1d3a86 transparent transparent;
}

.right::after {

left: -12px;

}
.content {
    padding: 16px 16px;
    background: rgb(24,23,22);
    background: linear-gradient(180deg, rgb(191 209 255 / 0%) 14%, rgb(29 58 134 / 0%) 42%, rgb(29 58 134 / 0%) 93%);
    position: relative;
    border-radius: 10px;
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 9%);
    border: 1px solid #c6c6c6;
}

.content span {
    font-size: 20px;
    font-weight: 500;
    color: #212121;
    display: block;
    margin-bottom: 5px;
    letter-spacing: 0.3px;
}

.content h2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: #212121;
    opacity: 0.8;
    letter-spacing: 0.3px;
    margin-bottom: 0;
}
.kerstbal-container {

margin: auto; 

display:flex;

flex-direction: column;

align-items: center;   

width: 250px;

height: 250px;

}

.kerstbal {         

width: 200px;

height: 200px;

}

.ring {

width: 15px;

height: 10px;

border: 2px solid black;

border-radius: 50%;

}

.top {

width: 25px;

height: 10px;

background-color: rgb(240, 5, 5);

border-top-left-radius: 3px;

border-top-right-radius: 3px;

}

.bal {

width:200px;

height: 200px;

border: 1px solid white;

border-radius: 50%; 

background-size: 100% 100%;

background-repeat: no-repeat;   

}

.bal1 {

background-image: url('https://iili.io/JAfZ8In.jpg'); 

}

.bal2 {

background-image: url('https://iili.io/JAfZrBf.jpg');

}

.bal3 {

background-image: url('https://iili.io/JAfZULG.jpg');   

}

.bal4 {

background-image: url('https://iili.io/JAfZh1R.jpg');

}

.bal5 {

background-image: url('https://iili.io/JAfZ414.jpg');  

}

.bal6 {

background-image: url('https://iili.io/JAfZO7I.jpg');  

}

.bal7 {

background-image: url('https://iili.io/JAfZkmX.jpg'); 

}

.bal8 {

background-image: url('https://iili.io/JAfZXqv.jpg'); 

}

.bal9 {

background-image: url('https://iili.io/JAfZNdN.jpg'); 

}

.bal10 {

background-image: url('https://iili.io/JAfZeet.jpg'); 

}

.bal11 {

background-image: url('https://iili.io/JAfZSXs.jpg'); 

}

.bal12 {

background-image: url('https://iili.io/JAfZjgp.jpg');   

}

.yearmain h2 {
    font-size: 15px;
    background: #1d3a86;
    display: inline-flex;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 400;
    box-shadow: 0px 0px 6px #1d3a866b;
    letter-spacing: 1px;
}

.yearmain {

text-align: center;

margin-bottom: 0px;

position: relative;

z-index: 99;

}

.yearmainarea {

padding-top: 0px;

padding-bottom: 0;

background-size: cover;

background-position: left;

background-repeat: no-repeat;

position: relative;

z-index: 99;

}

.align_main_background {

display: flex;

flex-wrap: wrap;

justify-content: space-between;

}

section.yearmainarea.mobliehd1 {

width: 69%;

}

.news_area{

width: 30%;

}
.post-slide h3 {
    padding: 15px 0 0 0;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
}	
.post-slide .post-description {
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 13px;
    font-size: 16px;
    font-weight: 400;
    min-height: 67px;
}
.post-slide .post-date {
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.3px;
}
.post-slide .read-more {
    padding: 7px 16px;
    float: right;
    font-size: 14px;
    background: #ffffff00;
    color: #ffffff;
    box-shadow: 0px 10px 20px -10px #18589900;
    border-radius: 25px;
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 0.3px;
    border: 2px solid #ffffff9c;
}

.post-slide .post-content {
    background: #f0f8ff;
    padding: 10px 20px 40px;
    border-radius: 15px;
}

section.yearmainarea.mobliehd1 {
    width: 69%;
    padding-bottom: 50px;
}
.post-slide .post-content {
    background: #0a183b;
    padding: 10px 20px 40px;
    border-radius: 0 0 15px 15px;
    margin-top: 0;
}
a {
    text-decoration: none !important;
}
.post-slide {
    border-radius: 15px;
    margin: 15px 0;
}
.post-img img {
    border-radius: 15px 15px 0 0;
}
/*.side_clk{*/
/*	display: none;*/
/*}*/

.mr_rs {
    margin-top: 90px;
}
a.btn_click_h {
    display: inline-block;
    background: #1B3D8A;
    padding: 15px 30px;
    text-decoration: none;
    font-size: 16px;
    transition: 0.5s;
    font-weight: 400;
    color: #fff;
    border-radius: 8px;
    border: 1px solid #1B3D8A;
    letter-spacing: 0.3px;
    margin-top: 25px;
}
a.btn_click_h:hover {
background: #000000;
    color: #fff;
    border-color: #000000;
    transition: 0.5s;
}
a.btn_click_h i {
    margin-left: 9px;
    border-left: 1px solid #c3c3c3;
    padding-left: 8px;
}
.pr_rs{
	padding-top: 0 !important;
}
section.cta_main_btn {
    padding: 90px 0;
    background: #e0e0e06e;
    text-align: center;
    border-top: 1px solid #00000061;
}
.btn_cta1 a {
    background: #ffffff00;
    padding: 20px 20px;
    max-width: 510px;
    width: 100%;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.3px;
    color: #13E5DA;
    border-radius: 10px;
    transition: 0.8s;
    text-transform: capitalize;
    border: 2px solid #02fade;
    box-shadow: 10px 10px 0px 0px #1B3D8A;
}

.btn_cta1 i {
    margin-left: 9px;
    border-left: 1px solid #c3c3c3;
    padding-left: 8px;
}
.btn_cta1 a:hover {
    background: #1d3a86;
    color: #ffffff;
    border: 2px solid #1d3a86;
	transition: 0.8s;
    box-shadow: 10px 10px #02fade;
}
.blog_inner_in_filter_search {
    display: inline-flex;
    width: 59%;
}
.blog_inner_in_filter_search input {
    margin-right: 10px;
    height: 50px;
    padding: 12px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    color: #212121;
    border-radius: 0;
    border: 1px solid #1d3a86;
    background: #ffffff00;
}
.blog_inner_in_filter_search .form-control:focus {
    color: #212529fc;
    background-color: #ffffff14;
    border-color: #212121;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(13 110 253 / 0%);
}

.blog_inner_in_filter_search button {
    max-width: 240px;
    width: 100%;
    border-radius: 0px;
    border: 1px solid #1d3a86;
    background: #1d3a86;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.dropdown button {
    max-width: 226px;
    width: 100%;
    border-radius: 0px;
    border: 1px solid #1d3a86;
    background: #1d3a86;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    height: 50px;
    margin: 0;
}
.blog_inner_in_filter_drp button i {
    margin-left: 20px;
}
.blog_inner_in_filter_drp button {
    display: flex;
    justify-content: space-between;
    padding: 13px;
}	
.blog_inner_in_filter {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.blog_inner_in_filter_drp {
    width: 19%;
}

section.blg_main_area {
    padding: 90px 0;
}
.blog_inner_in {
    background: #ededed91;
    padding: 30px;
    border-radius: 10px;
}
.blog_inside {
    display: inline-block;
    background: #fff;
    border-radius: 15px;
    margin: 40px 0 0  0;
    box-shadow: 0px 0px 4px #00000029;
}
.blog_cnt {
    display: inline-block;
    background: #fff;
    padding: 25px;
    border-radius: 0 0 15px 15px;
}
.blog_inside img {
    border-radius: 15px 15px 0 0;
    height: 250px;
    object-fit: cover;
	width: 100%;
    object-position: center;
}
.blog_cnt h3 {
    font-size: 20px;
    font-weight: 600;
    color: #212121;
    margin-bottom: 10px;
    letter-spacing: 0;
}
.blog_cnt p {
    font-size: 20px;
    font-weight: 600;
    color: #212121;
    margin-bottom: 10px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0;
    
}

.blog_cnt span {
    font-size: 14px;
    font-weight: 700;
    color: #1d3a86;
    margin-bottom: 7px;
    letter-spacing: 0.3px;
    display: block;
}
.blog_cnt p {
    font-size: 16px;
    font-weight: 400;
    color: #212121;
    margin-bottom: 20px;
    letter-spacing: 0;
    line-height: 25px;
    letter-spacing: 0.3px;
}

.blog_cnt button {
    width: auto;
    display: inline-block;
    background: #1d3a86;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    transition: 0.5s;
    border-radius: 4px;
    letter-spacing: 0.3px;
    text-transform: capitalize;
    border: none;
}
.blog_cnt button i{
    margin-left: 5px;
}

a.blog_inside:hover button {
    letter-spacing: 1px;
	transition: 0.5s;
}

.pillor_main_inner_main {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}




.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #1d3a86;
    background-clip: border-box;
    border: 2px solid rgb(29 58 134);
    border-radius: 15px;
    padding: 25px;
	transition: 0.5s;
    box-shadow: 0px 0px 10px #ffffff40;
}
.card:hover {
    background-color: #0e2256;
    transition: 0.5s;
}
.card h3 {
    font-size: 25px;
    color: #fff;
    line-height: 35px;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: 0.3px;
}
.card p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #fff;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 5; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card ul {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
    min-height: 292px;
}
.card ul li {
    color: #fff;
    margin-top: 15px;
    letter-spacing: 0.3px;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: anchor-center;
}
.icon1 {
    max-width: 70px;
    margin-bottom: 20px;
}
.card ul li i {
    font-size: 16px;
    padding: 8px 11px;
    background: #ffffff00;
    margin-right: 12px;
    color: #ffffff;
    border: 1px solid #ffffff85;
}
.cl5 {
    background: #003630;
    border: 2px solid #003630;
}
.cl5:hover {
    background: #00675c;
	border: 2px solid #00675c;
}
.cl6 {
    background: #000c2f;
    border: 2px solid #000c2f;
}
.cl6:hover {
    background: #3b4460;
	border: 2px solid #3b4460;
}
.cl7 {
    background: #000000;
	border-color: #000;
}
.cl8 {
    background: #007f74;
    border-color: #007f7400;
}
.spcin {
    margin-top: 25px;
}
ul.list_bullets_main {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}
ul.list_bullets_main li i {
    margin-right: 13px;
    display: inline-block;
    color: rgb(255, 255, 255);
    font-size: 18px;
    background: rgb(29, 58, 134);
    padding: 8px 14px;
    border-radius: 4px;
}
ul.list_bullets_main li {
    letter-spacing: 0.3px;
    color: #212121;
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
}

.cl7 ul {
    min-height: auto;
}
.cl8 ul {
    min-height: auto;
}
.innerbanner_blog {
    background-size: cover;
    background-position: center;
    padding: 180px 0 90px 0;
    text-align: center;
}
.header_inner_blog {
    position: relative;
    z-index: 999999;
    padding: 0 0;
    left: 0;
    right: 0;
    transition: 0.5s;
    margin: 0;
    top: 0;
    background: #ffffff;
}

.innerbanner_blog .main-heading h1 {
    background: linear-gradient(to right, #ffffff, #ffffff);
    -webkit-background-clip: text;
    color: transparent;
    font-weight: 700;
}

.innerbanner_blog .breadcrumb {
    justify-content: center;
}
.innerbanner_blog li.breadcrumb-item a {
    color: #ffffff;
}
.innerbanner_blog .breadcrumb-item.active {
    color: #ffffff;
}
.innerbanner_blog .breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #ffffff;
    content: var(--bs-breadcrumb-divider, "/");
}
.blog_in_heading {
    max-width: 800px;
    margin: 0 auto;
}
.blog_in_heading h1 {
    font-size: 40px;
    font-weight: 700;
    color: #212121;
    margin-bottom: 20px;
    letter-spacing: 0.3px;
}

.blog_in_heading p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.3px;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #11111140;
}
section.blog_inner_main_area {
    padding: 90px 0 70px 0;
}
.social_share a i {
    margin-left: 10px;
    font-size: 20px;
    color: #1d3a86;
}
.by_img img {
    margin-right: 15px;
    border: 0px solid #ffffff;
    border-radius: 5px;
    box-shadow: 0px 0px 9px #00000029;
}

section.blog_inner_main_area p {
    font-size: 16px;
    font-weight: 400;
    color: #212121;
}
section.blog_inner_main_area h3 {
    font-size: 25px;
    font-weight: 700;
    color: #212121;
}
.highlight_main {
    color: #000000;
    background: #13e5da;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0px 0px 4px #13e5da;
}
.inner-boxlk h2 {
   font-size: 52px;
    line-height: 65px;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    color: #212121;
}
.inner-boxlk p {
font-size: 16px;
    font-weight: 400;
    color: #212121;
    max-width: 815px;
    line-height: 30px;
    margin: 0 auto;
    letter-spacing: 0.3px;
}

.inner-boxlkig {
    position: relative;
    max-width: 518px;
    margin: 0 0 0 auto;
}
.inner-boxlkig img {
      border-radius: 30px;
    border: 9px solid #ededed;
}
.inner_boxheading_hg {
    max-width: 1024px;
    margin: 0 auto;
}

.inner_boxheading_hg h2 {
   font-size: 52px;
    line-height: 65px;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    color: #212121;
}

.inner_boxheading_hg p {
    font-size: 25px;
    font-weight: 400;
    color: #212121;
    max-width: 936px;
    line-height: 40px;
    margin: 0 auto;
    letter-spacing: 0.3px;
    font-style: italic;
}
ul.list_meian li img {
    max-width: 25px;
    margin-right: 10px;
}
ul.list_meian li {
    display: flex;
    align-items: flex-start;
}

ul.list_meian {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    padding-top: 25px;
}
ul.list_meian li h4 {
    font-size: 18px;
    font-weight: 700;
    color: #212121;
    margin-bottom: 5px;
}
ul.list_meian li p {
    font-size: 16px;
    font-weight: 400;
    color: #212121;
    margin-bottom: 15px;
    line-height: 25px;
}

.arrowm img {
    max-width: 25px;
    margin-right: 10px;
}

h2.heading_pillor {
   font-size: 52px;
    line-height: 65px;
    margin-bottom: 55px;
    letter-spacing: 0.5px;
    color: #212121;
    font-weight: 700;
    text-align: center;
}
.card ul li img {
    max-width: 20px;
    margin-right: 15px;
}
ul.list_bullets_main li img {
    max-width: 25px;
    margin-right: 10px;
}
.congress_main_in h2 {
   font-size: 52px;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    color: #212121;
}
.congress_main_in p {
    font-size: 16px;
    font-weight: 400;
    color: #212121;
    line-height: 30px;
    letter-spacing: 0.3px;
}
.congress_main_in {
    text-align: left;
    margin-bottom: 70px;
}
h2.card_heading_in {
   font-size: 52px;
    line-height: 65px;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    color: #212121;
}
.card_inner_block_executive_main {
    background: #1b3d8a;
    padding: 25px;
    border-radius: 10px;
    padding: 25px;
    transition: 0.5s;
    box-shadow: 0px 0px 10px #ffffff40;
}
.card_inner_block_executive_main h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0.3px;
    margin-bottom: 15px;
}

.card_inner_block_executive_main p {
    color: #fff;
    line-height: 28px;
    letter-spacing: 0.3px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
}

.card_inner_block_executive_main a {
    font-size: 16px;
    background: #ffffff00;
    display: inline-block;
    padding: 10px 16px;
    margin-top: 10px;
    border-radius: 100px;
    color: #ffffff;
    border: 1px solid #ffffff73;
}

.clz1{
	background-color: #1B74BC;
}
.clz2{
	background-color: #13E5DA;
}
.clz3{
	background: #0d255b;
}
section.card_block_main_area {
    background: #f2f2f2;
    padding: 90px 0;
}
section.wrap_inz {
    text-align: center;
    padding: 90px 0;
    background: #f2f2f2;
}
.contact_leftdetail {
    padding: 30px;
    /*background: #f2f2f2;*/
    border-radius: 15px;
    box-shadow: 0px 0px 5px #0000002b;
}
.contact_leftdetail form input {
    height: 48px;
    border: 1px solid #ffffff;
    margin-bottom: 12px;
    box-shadow: 3px 3px #00000040;
    font-size: 16px;
    letter-spacing: 0.3px;
    font-weight: 400;
    color: #000000;
}
.form-control:focus {
    color: #000;
    background-color: #ffffff;
    border-color: #ffffff00;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(13 110 253 / 0%);
}
textarea.form-control {
    min-height: 120px;
    margin-bottom: 12px;
    box-shadow: 3px 3px #00000040;
}
.contact_inner_main_in h3 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 40px;
    letter-spacing: 0.3px;
    line-height: 55px;
    color: #212121;
}
section.contact_main_wrap_inner {
    padding: 90px 0;
    position: relative;
/*     z-index: 9; */
    background: #fff;
}
.contact_leftdetail button {
    background: #1b3d8a;
    color: #fff;
    outline: 0;
    border: 0px solid red;
    width: 100%;
    display: inline-block;
    background: #1B3D8A;
    padding: 15px 30px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    border-radius: 8px;
    letter-spacing: 0.3px;
}

.contact_leftdetail button:hover {
    background: #000000;
    color: #fff;
    border-color: #000000;
    transition: 0.5s;
}

.vc1{
	    max-width: 290px;
}
.imgh_block img {
    border-radius: 30px;
    border: 9px solid #ededed;

}

.contact_leftdetail_detail {
    display: flex;
    align-items: center;

}

.contact_leftdetail_detail1 i {
    margin-right: 15px;
    font-size: 25px;
    color: #fff;
    font-weight: 600;
    border: 1px solid #000c28;
    width: 60px;
    height: 60px;
    display: inline-block;
    line-height: 60px;
    text-align: center;
    background: #000c28;
    border-radius: 5px;
    box-shadow: 0px 0px 2px #000c28;
}
.contact_leftdetail_detail2 h3 {
    font-weight: 600;
    font-size: 20px;
    color: #212121;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}
.contact_leftdetail_detail2 p {
    font-weight: 400;
    font-size: 16px;
    color: #212121;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}
.contact_leftdetail_detail {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding-left: 50px;
}

/* .flxd {
    display: flex;
    justify-content: space-between;
} */
/* .flxd input {
    width: 49%;
} */








































@media screen and (min-width: 768px) {

.mobliehd2 {

display: none;

}

}


@media only screen and (min-width: 1516px) {
	a.nav-link {
		color: #000;
		font-size: 16px;
	}

	.serv_main_area_inner_right::before {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 0;
		height: 0;
		opacity: 0;
		border-left: 0px solid transparent;
		border-right: 418px solid transparent;
		border-bottom: 369px solid #00000008;
		z-index: -1;
		transition: 0.3s;
		border-radius: 10px;
	}

	.serv_main_area_inner_right:hover::before {
		opacity: 0.5;
		transition: 0.3s;
	}
}

@media only screen and (max-width: 1200px) {
	a.nav-link {
		font-size: 16px;
		padding: 4px !important;
		margin: 0 18px;
	}

	.serv_main_area_inner_right::before {
		display: none !important;
	}

	a.btn1 {
		padding: 12px 20px;
		font-size: 15px;
		letter-spacing: 0.1px;
	}
}

@media only screen and (max-width: 991px) {



	button.navbar-toggler span img {
		filter: invert(1);
	}

	.navbar-toggler:focus {
		box-shadow: 0 0 0 0;
	}

	.main-heading h1 {
		font-size: 60px;
		line-height: normal;
		max-width: 100%;
	}

	.main-heading h4 {
		font-size: 16px;
		line-height: 25px;
	}

	.inner-box span {
		font-size: 13px;
		letter-spacing: 4px;
	}

	.inner-box h2 {
		font-size: 45px;
		line-height: 64px;
		margin-bottom: 15px;
	}

	.inner-box p {
		line-height: 25px;
	}

	.swiper {
		padding: 140px 0 70px 0;
	}

	section.why_we_main_wrap {
		padding: 70px 0;
	}

	.serv_main_area_inner h2 {
		font-size: 45px;
		line-height: normal;
	}

	.serv_main_area_inner_right a {
		font-size: 15px;
		letter-spacing: 0px;
		margin-top: 5px;
	}

	section.serv_main_area {
		padding: 0 0 70px 0;
	}

	section.contact_main {
		padding: 70px 0;
	}

	h4.contact-heading1 {
		font-size: 25px;
		line-height: 42px;
		margin: 0 0 15px 0;
	}

	section.footer_main {
		padding-top: 50px;
	}

	.quick-links {
		padding: 18px 0 !important;
	}

	.header_btn1 {
		display: none;
	}

	ul.navbar-nav {
		position: absolute;
		left: 0;
		right: 0;
		padding: 15px;
		background: #ffffff;
		z-index: 999;
	}

	a.nav-link {
		font-size: 16px;
		padding: 10px 0 !important;
		margin: 0 0px;
	}

	.dropdown-menu {
		min-width: auto;
		max-width: fit-content;
		font-size: 16px;
		background-color: #aeaeae;
		border-radius: 0;
		margin-top: 0 !important;
	}

	.nav-link:focus,
	.nav-link:hover {
		border-bottom: 1px solid #1d3a8600;
	}

	ul.dropdown-menu.show {
		background: #ffffff;
		box-shadow: 0px 0px 6px #00000014;
	}

	.navbar-nav .dropdown-menu {
		position: absolute;
	}

	a.dropdown-item.dropdown-toggle i {
		margin-left: 15px;
	}

	.img_ai1 {
		position: absolute;
		max-width: 246px;
		bottom: -10%;
		left: 0%;
	}

	.img_ai4 {
		max-width: 237px;
		bottom: -10%;
		right: 0%;
	}

	.vlu_list ul li {
		width: 48%;
		font-size: 23px;
	}

	.inner-box1 h2 {
		font-size: 45px;
		line-height: normal;
	}

	.inner_hsm1 h3 {
		font-size: 45px;
		line-height: normal;
	}
	.speaker-block-three .inner-box {
    max-width: 100%;
}

}

@media only screen and (max-width: 767px) {
	section.news_area {
    padding: 40px 0px;
    margin-top: 00px;
    border-radius: 0;
    width: 100%;
}
.yearmainarea {
    padding-top: 60px;
}
.yearmainarea {
    padding-bottom: 40px;
}
    .mobliehd1 {
        display: none;
    }
.content {
    padding: 10px;
    background: rgb(24,23,22);
    background: linear-gradient(180deg, rgb(192 226 255 / 50%) 14%, rgb(228 241 255) 42%, rgb(240 248 255) 93%);
    position: relative;
    border-radius: 10px;
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 9%);
}
.yearmain {
    display: none;
}

.left {
    left: 0;
    text-align: left !important;
}
.cont {
    margin-bottom: 25px;
}
.left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 26px;
    width: 0;
    z-index: 1;
    left: -9px;
    border: medium solid white;
    border-width: 6px 10px 6px 0;
	display:none;
    border-color: transparent #477eb1c4 transparent transparent;
}
.right::before {
    top: 19px;
    left: -9px;
	display:none;
    border-width: 6px 10px 6px 0;
}

	.main-heading h1 {
    font-size: 40px;
    line-height: 55px;
    max-width: 100%;
}

	a.theme-btn9 {
		margin: 10px 5px;
	}

	.main-heading h4 {
		margin-bottom: 25px;
	}

	.inner-box h2 {
		font-size: 40px;
		line-height: 55px;
		margin-bottom: 15px;
	}

	.serv_main_area_inner h2 {
		font-size: 40px;
	}

	.serv_main_area_inner_right h3 {
		font-size: 20px;
		line-height: 31px;
	}

	.serv_main_area_inner_right {
		margin-bottom: 25px;
	}

	section.serv_main_area {
		padding: 0 0 45px 0;
	}

	.copyright {
		margin-top: 25px;
	}
.img_ai1 {
    position: absolute;
    max-width: 108px;
    bottom: -10%;
    left: 0;
    display: none;
}

	.img_ai {
		margin: 20px 0 0 auto;
	}

	.img_ai1 img {
		border: 4px solid #fff;
	}

	.img_ai img {
		border: 4px solid #ededed;
	}

	section.why_we_main_wrap_abt1 {
		padding: 70px 0 50px 0;
	}

	.inner-box1 h2 {
		font-size: 40px;
		line-height: normal;
	}

	section.footer_main p {
		font-size: 14px;
	}

	.img_ai3 img {
		border: 4px solid #ededed;
	}

	.img_ai4 {
		max-width: 207px;
		bottom: 56%;
		right: 0;
	}

	section.why_we_main_wrap_abt {
		padding: 100px 0 70px 0;
	}

	section.contact_main_innst {
		padding: 70px 0 50px 0;
	}

	.inner_hsm1 {
		padding: 0;
	}

	.inner_hsm1 h3 {
		font-size: 40px;
		line-height: normal;
	}

	.vlu_list ul li {
		width: 48%;
		font-size: 16px;
	}

	.vlu_list ul li i {
		margin-right: 15px;
		height: 22px;
		display: block;
	}

	section.why_we_main_wrap_abt {
		padding: 70px 0 70px 0;
	}

	.img_ai {
		margin: 20px auto 0 auto !important;
	}

	.img_ai3 {
		position: relative;
		max-width: 518px;
		margin: 0 auto 0 auto !important;
	}

.inner-boxl p {
    font-size: 16px;
    line-height: 30px;
}
.speakers-section-three {
    padding: 70px 0 30px;
}
.sec-title h2 {
    font-size: 45px;
}
.baclground_main_heading h5 {
    font-size: 30px;
    border-radius: 10px;
    padding: 20px;
    margin-top: 0;
    margin: 0 10px 50px;
}
.baclground_main_heading h5 i {
    margin-left: 25px;
    font-size: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
}
a.btn_click_h {
    padding: 12px 12px;
    font-size: 14px;
    border-radius: 4px;
}
.inner_box1_jl h2 {
    font-size: 45px;
}
.inner_box1_jl h4 {
    font-weight: 500;
    font-size: 20px;
}
.arrowm i {
    margin-right: 14px;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 20px;
}
.btn_cta1 a {
    font-size: 16px;
    border-radius: 10px;
    border: 1px solid #02fade;
    box-shadow: -8px -8px 0px 0px #1d3a86;
    margin-bottom: 40px;
}
.btn_cta1 a:hover {
    border: 1px solid #1d3a86;
    box-shadow: 8px 8px #02fade;
}
section.cta_main_btn {
    padding: 70px 0 30px 0;
}
section.blg_main_area {
    padding: 70px 0;
}
.blog_inner_in_filter_search {
    width: 100%;
}
.blog_inner_in_filter_search button {
    font-size: 14px;
    letter-spacing: 1px;
}
.blog_inner_in_filter_search input {
    margin-right: 5px;
    height: 45px;
    padding: 10px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.5px;
}
.blog_inner_in_filter_drp {
    width: 49%;
    margin-top: 10px;
}
.dropdown button {
    font-size: 14px;
    letter-spacing: 1px;
    height: 45px;
    margin: 0;
}
.blog_inside {
    margin: 30px 0 0 0;
}
.pillor_main_inner_main {
    padding: 55px 0;
}
.card ul {
    min-height: auto;
}
.card {
    margin: 15px 0;
}
.spcin {
    margin-top: 0;
}
.inner-boxlk h2 {
    font-size: 45px;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    color: #212121;
}
.inner_boxheading_hg h2 {
    font-size: 45px;
    line-height: 58px;
}
h2.heading_pillor {
    font-size: 45px;
    line-height: normal;
}
.congress_main_in h2 {
    font-size: 45px;
    margin-bottom: 15px;
}
.highlight_main {
    font-size: 40px !important;
    display: inline-block;
}
.inner-box span {
    letter-spacing: 1px;
}
h2.card_heading_in {
    font-size: 40px;
    line-height: 55px;
    margin-bottom: 25px;
}
.card_inner_block_executive_main {
    margin-bottom: 25px;
}
section.card_block_main_area {
    padding: 70px 0 45px 0;
}
section.wrap_inz {
    padding: 70px 0;
}
.contact_inner_main_in h3 {
    font-size: 25px;
    line-height: 40px;
}
.flxd {
    flex-wrap: wrap;
}
.flxd input {
    width: 100%;
}
.contact_leftdetail_detail {
    margin-top: 43px;
	padding-left: 0;
}
section.contact_main_wrap_inner {
    padding: 70px 0 50px 0;
}
.contact_leftdetail {
    padding: 25px;
}
}
















section.main_inner_banner_bg {
    background: linear-gradient(314deg, #000a20, #216ae3, #06b3d5);
    padding: 100px 0px 100px 0;
	overflow: hidden;
    position: relative;
}
header.bg_inner_st {
    position: relative;
    z-index: 99999 !important;
    background: #fff;
}
header.header_main_fx {
    position: sticky !important;
    background: #fff;
    transition: 0.5s;
}	
@keyframes rotateElement {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.spapesset_wrap {
    position: absolute;
    z-index: 9;
    top: -100px;
    left: 0;
    right: 0;
    display: block;
    text-align: center;
    max-width: 828px;
    margin: 0px auto 0 auto;
    opacity: 0.2;
    animation: rotateElement 50s linear infinite;
    width: 100%;
}
.main_inner_banner_bg_wrap h1 {
    font-size: 80px;
    line-height: 100px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0 25px 0;
    -webkit-background-clip: text;
    color: #ffffff;
    font-weight: 700;
}

.main_inner_banner_bg_wrap li.breadcrumb-item a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-decoration: none;
}
.main_inner_banner_bg_wrap .breadcrumb-item.active {
    color: #f2f2f2;
}
.main_inner_banner_bg_wrap .breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #eaeaea;
    content: var(--bs-breadcrumb-divider, "/");
}
.main_inner_banner_bg_wrap {
    text-align: center;
    z-index: 999;
    position: relative;
}
.main_inner_banner_bg_wrap .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
    text-align: center;
    justify-content: center;
}
.spapesset_wrap img {
    width: 100%;
}
.brg_new span {
    display: block;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: normal;
    color: #1b3d8a;
    padding-left: 0;
}
h2.brg_new {
    border-left: 5px solid #1b3d8a;
    padding-left: 18px;
}
.spapes1 {
    z-index: 9;
}
.highlight_main {
	position: relative;
    z-index: 9999;
}


@media screen and (max-width: 767px) {

.main_inner_banner_bg_wrap h1 {
    font-size: 60px;
    line-height: normal;
}
.spapesset_wrap {
    top: -6px;
    max-width: 100%;
    width: auto;
}
section.main_inner_banner_bg {
    background: linear-gradient(314deg, #000a20, #216ae3, #06b3d5);
    padding: 90px 0px 90px 0;
    position: relative;
    overflow: hidden;
}
h2.brg_new {
    border-left: 4px solid #1b3d8a;
    padding-left: 16px;
}
.img_ai4 img {
    display: none !important;
}
}