@font-face {
	font-family: 'Avenirnextltpro';
	src: url('../fonts/AVENIRNEXTLTPRO-BOLD.OTF') format('opentype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Avenirnextltpro';
	src: url('../fonts/AVENIRNEXTLTPRO-MEDIUM_2.OTF') format('opentype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Avenirnextltpro';
	src: url('../fonts/AVENIRNEXTLTPRO-DEMI_5.OTF') format('opentype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Avenirnextltpro';
	src: url('../fonts/AVENIRNEXTLTPRO-REGULAR.OTF') format('opentype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}



body {
	background-color: #FBFBFE;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Avenirnextltpro', Arial, sans-serif, 'Libre Baskerville', serif;
}

body.single p{margin: 0;}
.slider,
.slider1 {
	margin-top: 50px;
}

.slick-slide {
	margin-left: 30px;
}

.slider .slick-dots {
	bottom: -68px;
}

.slider1 .slick-dots {
	bottom: -87px
}

.slick-dots li button:before {
	font-size: 12px;
	color: #283895;
}

.slick-next,
.slick-prev {
	top: 114%
}

.slick-prev {
	left: 38%
}

.slick-next {
	right: 40%
}

.slick-next:before {
	content: url('../Iconblu.svg');
}

.slick-prev:before {
	content: url('../Icongray.svg');
}

.slick-next:before,
.slick-prev:before {
	font-size: 20px;
	background-color: #fff;
	border: 2px solid #283895;
	padding: 12px 15px;
	padding-bottom: 15px;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

.img-container {
	background-image: url('../first_main_img.png');
	background-size: cover;
	height: 500px;
	position: relative;
}

.common-space {
	margin-top: 84px;
}

.common-space1 {
	margin-top: 84px;
}

.common-space2 {
	margin-top: 40px;
}

.common-space3 {
	margin-top: 70px;
}

.common-margin {
	margin-top: 16px;
}

.img-height {
	max-height: 250px;
	width: 100%;
	height: 250px;
	object-fit: cover;
}

.card img.img-height {
	border-radius: 0.375rem 0.375rem 0 0;
}

.img-height1 {
/* 	max-height: 400px; */
	width: 100%;
}

.img-height2 {
	height: 100%;
	width: 100%;
}

/* header in white background*/
.li-margin-right {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	margin-right: 26px;
	color: #73768C;
}

.li-margin-right:last-child {
	margin-right: 0px;
}

.header-btn {
	padding: 8px 18px;
	background: rgba(255, 255, 255, 0.16);
	border: 0.5px solid #283895;
	backdrop-filter: blur(4px);
	border-radius: 4px;
	color: #283895;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
}

.btn-margin-right {
	margin-right: 26px;
}

.navbar-toggler {
	border: none;
}

.custom-toggler .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(40, 56, 149, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
	border-color: #283895;
}

.content-detail {
	margin-top: 49px;
}

.content-detail .main-title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: center;
	-ms-flex-pack: justify;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.16em;
	color: #DCDDE2;
}

.line {
	width: 30px;
	/* 	border: 1px solid #DCDDE2; */
	height: 1px;
	margin: 0px 10px;
	margin-bottom: 10px;
	background-color: #DCDDE2;
}

.content-detail .main-text {
	font-family: 'Libre Baskerville';
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;
	text-align: center;
	color: #FFFFFF;
	margin-top: 8px;
}

.content-detail .main-para {
	text-align: center;
	margin-top: 16px;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	color: #DCDDE2;
}

/* header complete */
.card {
	margin: 0 0 10px;
	border-color: #dbdce1;
}

.card:hover {
	/* 	box-shadow: 0px 0px 20px 1px #ccc; */
	border-color: transparent;
	box-shadow: 8px 8px 32px 0 rgba(38, 38, 38, .1);

}

.card-body {
	background: #FFFFFF;
	box-shadow: 0px 12px 31px rgba(38, 38, 38, 0.1);
	border-radius: 8px;
}

.container-margin {
	padding-top: 100px;
}

.diamond-body {
	padding: 16px;
}

.extra-margin {
	padding-bottom: 16px;
}

.diamond-body .diamond-post-detail,
.diamond-body .diamond-post-detail a {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	color: #283895;
	height: 60px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.diamond-body .diamond-post-text {
	margin: 12px 0 0;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	color: #73768C;
}

.symbol-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: center;
	-ms-flex-pack: justify;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	background: #EFF1FB;
	border-radius: 6px;
	padding: 20px 0px;
	margin: 24px 24px 16px 24px;
}

.symbol-container1 {
	width: 50px;
	height: 50px;
	background: #FFFFFF;
	box-shadow: 0px 12px 31px rgba(38, 38, 38, 0.1);
	border-radius: 8px;
	margin-top: 100px;
	margin-left: 10px;
}

.symbol1 {
	width: 16px;
	height: 14px;
	position: relative;
	top: 10px;
	left: 6px
}

.symbol {
	width: 70px;
	height: 70px;
}

body .section1_main_text {
	font-style: normal;
	font-weight: 850;
	font-size: 36px;
	line-height: 50px;
	color: #283895;
	margin: 20px 0 !important;
}

.section1_text {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	color: #484A58;
}

.after-symbol-text {
	font-style: normal;
	font-weight: 850;
	font-size: 24px;
	line-height: 40px;
	text-align: center;
	color: #283895;
}

.text-symbol .text-info1 {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	color: #32343D;
	margin-left: 16px;
	margin-right: 24px;
}

.svg-padding {
	width: 32px;
	height: 32px;
	background: #fff;
	box-shadow: 0px 12px 31px rgba(38, 38, 38, 0.1);
	border-radius: 4px;
	margin-left: 24px;
}

.svg-padding img {
	position: relative;
	top: 2px;
	left: 7px
}

.text-symbol {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.after-text-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: center;
	-ms-flex-pack: justify;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: 24px;
	margin-right: 24px;
}

.after-text-container .text-main {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	color: #5D6072;
	margin-top: 15px;
}

.after-text-container .text-para {
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 25px;
	color: #283895;
}

.after-text-container .book-btn {
	width: 100%;
	height: 54px;
	background: #283895;
	backdrop-filter: blur(4px);
	border: 1px solid #283895;
	font-style: normal;
	font-weight: 850;
	font-size: 18px;
	line-height: 30px;
	color: #FFFFFF;
	margin: 20px 0px 24px 0px;
}

.current-event-body .current-post-detail {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	color: #484A58;
	margin-top: 16px;
}

.current-event-body .current-post-btn {
	font-style: normal;
	font-weight: 850;
	font-size: 18px;
	line-height: 30px;
	color: #283895;
	border: 0px;
	margin-top: 12px;
	background-color: transparent;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.icon {
	margin-left: 12px;
}

.pagination {
	margin-top: 30px;
}

.pagination .page-item {
	border: 4px solid transparent;
}

.page-link #margin,
.page-numbers #margin {
	margin-left: 14px;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link,
.page-item:first-child .page-numbers,
.page-item:last-child .page-numbers {
	padding: 10px 20px;
	/* 	border: 0px; */
	/* 	color: #73768C; */
	border-radius: 8px;
}

.page-item:not(:first-child) .page-link,
.page-item:not(:first-child) .page-numbers {
	padding: 10px 20px;
	border-radius: 8px;
}

#color-blue,
.page-link.current {
	background: #283895;
	color: #FFFFFF !important;
	font-size: 16px !important;
}

.page-link {
	font-size: 16px !important;
}

.color_blue {
	color: #283895;
	font-weight: 850;
}

.section_text {
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 32px;
	color: #5D6072;
}

.blog-card-title-main {
	font-style: normal;
	font-weight: 900;
	font-size: 20px;
	line-height: 32px;
	color: #1D1D23;
}

.blog-card-title {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #73768C;
}

.blog-card-text {
	color: #283895;
}

.blog-icon-title {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	color: #32343D;
	margin-top: 30px;
}

.list-icon {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 12px;
	padding-left: 0rem
}

.list-icon1 {
	margin-left: 44px;
}

.list-icon1:first-child {
	margin-left: 0px;
}

.list-icon1:lastt-child {
	margin-left: 0px;
}


.blog-post-text-main {
	font-style: normal;
	font-weight: 850;
	font-size: 32px;
	line-height: 52px;
	color: #283895;
}

.blog-post-detail {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	color: #484A58;
}

.blog-detail-list {
	font-style: normal;
	font-weight: 850;
	font-size: 24px;
	line-height: 40px;
	color: #283895;
}

.line1 {
	width: 100%;
	border: 1px solid #DCDDE2;
	height: 2px;
	margin-bottom: 10px;
}

.section-2 {
	margin-top: 30px;
}

.blog-title {
	font-family: 'Libre Baskerville';
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;

	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: center;
	-ms-flex-pack: justify;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	color: #283895;
}

.blog-info-title-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.blue {
	border: 1px solid #6172D5;
}

.right {
	display: none;
}

.blog-info-title-container .blog-info-title {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.16em;
	color: #6172D5;
}

.vector {
}

.up-footer {
	margin-top: 100px;
	background-color: #EFF1FB;
	padding-top: 24px;
	padding-bottom: 24px;
}

.up-footer-sec1 {
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
}

.app-download-icon-div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	grid-column-gap: 20px;
}

.w-inline-block {
	max-width: 100%;
	display: inline-block;
}

.app-download-icon {
	height: 35px;
	color: #73768c;
}

.app-download-icon:hover {
	color: #283895;
}

.background-white {
	background-color: #fff;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	box-shadow: 0px 0px 8px 4px rgba(85, 85, 85, 0.06);
	position: absolute;
	right: 30px;
}

.input-size {
	height: 54px;
	width: 100%;
	max-width: 359px;
	border-radius: 4px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	position: relative;
	margin-left: 50px;
}

.input-size input[type="text"] {
	border: 1px solid #DCDDE2;
	padding-right: 116px;
}

.input-size button {
	background: #283895;
	;
	color: #F6F6F8;
	border: none;
	width: 100%;
	max-width: 86px;
}

.btn-sub {
	position: absolute;
	right: 4px;
	top: 4px;
	border-radius: 4px !important;
	text-align: center;
	padding: 12px 12px;
	line-height: 1.5;
	height: 46px;
	font-size: 14px;
}

.sec1-inner h4 {
	font-weight: 900;
	font-size: 18px;
	line-height: 15px;
	color: #484A58;
}

.sec1-inner p {
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	color: #5D6072;
}

.footer-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 50px;
}

.footer-sec1 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

footer {
	background: #0A0E25;
}

.footer-line {
	/* margin-top: 70px; */
}

.gray-color {
	color: #C2C3CD;
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 20px;
}

.white-color {
	color: #FFFFFF;
	font-style: normal;
	font-weight: 900;
	font-size: 16px;
	line-height: 26px;
}

.footer-icon {
	margin-right: 12px;
}
.footer-icon a img{
	width: 37px;
}

.social-media-icon-div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 24px;
	grid-column-gap: 12px;
	grid-row-gap: 12px;
	flex-wrap: wrap;
}

.social-icond-div {
	border: 1px solid #22253a;
	border-radius: 4px;
	background-color: #22253a;
	color: #73768c
}

.social-icond-div:hover {
	border: 1px solid #5d6072;
	color: #5d6072
}

.stroke-icon {
	display: inline-flex;
	width: 24px;
	height: 24px;
}

.fill-icon {
	display: none;
	width: 24px;
	height: 24px;
}

.social-icond-div:hover .stroke-icon {
	display: none;
}

.social-icond-div:hover .fill-icon {
	display: inline-flex;
}

.share-button:hover .stroke-icon {
	display: none;
}

.share-button:hover .fill-icon {
	display: inline-flex;
}

/* Background Image */
[data-bg-image] {
	background-repeat: repeat;
	background-position: top center;
}

[data-bg-image]:not(.bg-pattern) {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
}

/* Logo */
.header-logo {
	max-width: 126px;
	width: 100%;
	line-height: 100px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

/* Main Menu */
.main-menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: none;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.main-menu>ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}

.main-menu>ul>li>a {
	position: relative;
	margin: 0 26px 0 0;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	color: #A7A9B7;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

#main-menu>ul>li>a {
	position: relative;
	margin: 0 26px 0 0;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	color: #73768C;
}


.main-menu>ul>li:last-child>a {
	margin-right: 0;
}

#main-menu>ul>li:last-child>a {
	margin-right: 0;
}

/* HEADER ANIMATION */
#site-header {
	top: 0;
	width: 100%;
	position: fixed;
	transition: all 0.3s ease;
	z-index: 100;
	padding-left: 86px;
	padding-right: 86px;
}

#site-header-single {
	top: 0;
	width: 100%;
	position: fixed;
	transition: all 0.3s ease;
	z-index: 100;
	padding-left: 86px;
	padding-right: 86px;
}

#site-header.hide {
	top: -100px;
}

#site-header-single.hide {
	top: -100px;
}

.sticky-header .header-logo {
	line-height: 90px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.sticky-header .header-social-actions {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.left-side-content-blog {
	position: sticky;
	top: 10px;
	width: 100%;
/* 	height: 490px; */
}

div.head-dark {
	background-color: rgb(10, 14, 37);
	color: #fff;
}

div.head-white {
	background-color: #fff;
	color: rgb(10, 14, 37);
	box-shadow: 8px 8px 12px 0 rgba(38, 38, 38, .04);
}

.header-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-social button,
.header-social a {
	color: #FFFFFF;
	justify-content: center;
	background-color: transparent;
	border: 1px solid #dbdce1;
	border-radius: 4px;
	align-items: center;
	margin: auto 16px auto auto;
	padding: 10px 20px;
	font-size: 16px;
	text-decoration: none;
	display: flex;
}
.mobile-menu-wrapper .header-social a {
	color: #FFFFFF;
	width: 100%;
	background-color: #22253a;
	font-size: 18px;
	font-weight: 600;
	border: 1px solid transparent;
	border-radius: 4px;
	align-items: center;
	margin: auto 16px auto auto;
	padding: 12px 18px;
	text-decoration: none;
	display: flex;
	justify-content: center;
}

#header-social button {
	padding: 8px 18px;
	color: #283895;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.16);
	border: 0.5px solid #283895;
	backdrop-filter: blur(4px);
}

.header-social button.btn_en,
#header-social button.btn_en {
	border: none;
	text-transform: uppercase;
}

.header-social .btn_en {
	margin-left: 15px;
	padding: 12px;
	border: 0;
}

.header-social-actions .header-actions {
	display: none;
}

.header-social-actions .header-actions .header-action-btn-menu {
	line-height: 100px;
	position: relative;
	cursor: pointer;
	height: 16px;
	width: 15px;
}

.header-social-actions .header-actions .header-action-btn-menu span {
	list-style: none;
	width: 15px;
	height: 2px;
	background-color: #283895;
	position: absolute;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: .9s;
	-o-transition: .9s;
	transition: .9s;
}

.header-social-actions .header-actions #header-action-btn-menu span {
	list-style: none;
	width: 15px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: .9s;
	-o-transition: .9s;
	transition: .9s;
}

.header-social-actions .header-actions .header-action-btn-menu span:nth-of-type(1) {
	top: 20%;
}

.header-social-actions .header-actions .header-action-btn-menu span:nth-of-type(2) {
	top: 50%;
}

.header-social-actions .header-actions .header-action-btn-menu span:nth-of-type(3) {
	top: 80%;
}

.header-social-actions .header-actions .header-action-btn-menu.open span:nth-of-type(1) {
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(45deg) rotateY(180deg);
	transform: translateY(-50%) rotate(45deg) rotateY(180deg);
}

.header-social-actions .header-actions .header-action-btn-menu.open span:nth-of-type(2) {
	width: 0;
}

.header-social-actions .header-actions .header-action-btn-menu.open span:nth-of-type(3) {
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-45deg) rotateY(180deg);
	transform: translateY(-50%) rotate(-45deg) rotateY(180deg);
}

/*=======================================
 Offcanvas-mobile-menu CSS
=========================================*/
/*  Mobile Menu */
.offcanvas-overlay {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: #212529;
	opacity: .6;
	cursor: pointer;
}

.mobile-menu-wrapper {
	position: fixed;
	top: 0;
	right: 0;
	height: 100vh;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-webkit-transition-duration: 700ms;
	-o-transition-duration: 700ms;
	transition-duration: 700ms;
	z-index: 9999;
}

.mobile-menu-wrapper.open {
	opacity: 1;
	visibility: visible;
}

.mobile-menu-wrapper.open .mobile-menu-inner {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.mobile-menu-inner {
	width: 100%;
	height: 100%;
	max-width: 100%;
	background-color: #0A0E25;
	position: relative;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-webkit-transition-duration: 700ms;
	-o-transition-duration: 700ms;
	transition-duration: 700ms;
	margin-left: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.mobile-menu-inner .space {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 0;
	margin-right: 0;
	padding-right: 32px;
	padding-left: 32px;
}


.mobile-menu-inner .offcanvas-btn-close {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	/* 	margin-top: 20px; */
	font-size: 28px;
	color: #FFFFFF;
}

.mobile-menu-inner-wrapper {
	padding: 20px;
	overflow: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	align-items: center;
}
.mobile-menu-inner-wrapper .mobile-navigation{width: 100%;}

.mobile-menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
}

.mobile-menu>li {
	margin-bottom: 25px;
}
.mobile-menu .menu-item-has-children a:after{font: normal normal normal 14px/1 FontAwesome;content: "\f0d7";font-size: 16px;margin-left: 8px;}
.mobile-menu .menu-item-has-children ul.sub-menu a:after{content: '';}
.mobile-menu>li>a {
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 40px;
	color: #A7A9B7;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.mobile-menu>li>a:hover {
	color: #a295df;
}


span.news-cat-badge {
	position: absolute;
	color: #fff;
	background-color: #283895;
	z-index: 99;
	padding: 5px 15px;
	border-radius: 7px;
	top: 8px;
	right: 8px;
}

.full-width-youtube-video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}

.full-width-youtube-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*=======================================
Breadcrumb CSS
=========================================*/
.breadcrumb-section {
	height: 70vh;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.main-menu.d-none.d-lg-flex ul li a {
	margin-right: 20px;
	margin-left: 20px;
	padding: 0;
	color: #a8aab8;
	font-size: 16px;
	font-weight: 500;
}
.main-menu .menu-item-has-children a:after{font: normal normal normal 14px/1 FontAwesome;content: "\f0d7";font-size: 16px;margin-left: 8px;}
.main-menu .menu-item-has-children ul.sub-menu a:after{content: '';}
.main-menu.d-none.d-lg-flex ul a:hover {
	color: #FFF;
}

/** Footer **/
.copyright-and-design-by {
	display: flex;
	justify-content: space-between;
}

.copyright-and-design-by .text-block-9,
.copyright-and-design-by a .design-by-text {
	color: #a8aab8;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}

footer .border-top.footer-line {
	border-top: 1px solid rgb(34 37 58) !important
}

footer li.nav-item a.nav-link {
	display: inline-block;
}

.list-icon li.list-icon1 {
	font-size: 24px;
}

.list-icon li.list-icon1 a .fa {
	color: black;
}

.head-sing-in-btn:hover,
a.language-btn:hover {
	background-color: hsla(0, 0%, 100%, .14);
}

body.single .head-sing-in-btn:hover,
body.single a.language-btn:hover {
	background-color: #EEEFF1;
	/*     color: #fff; */
}

body.single .sticky-header.head-dark .head-sing-in-btn:hover,
body.single .sticky-header.head-dark a.language-btn:hover {
	background-color: #fff;
	color: #283895;
}

.content-detail .main-title h4 {
	font-size: 16px;
}

.nav-link:focus,
.nav-link:hover {
	color: #fff;
}

body.single .main-menu.d-none.d-lg-flex ul li a:hover {
	color: rgb(10, 14, 37);
}

body.single .header-social button,
body.single .header-social a {
	padding: 12px 18px;
	border: 0.5px solid rgb(10, 14, 37);
	background: transparent;
	color: rgb(10, 14, 37);
	border-radius: 4px;
}

body.single a.language-btn.btn_en {
	border: unset !important;
}

body.single .head-dark .main-menu.d-none.d-lg-flex ul li a:hover {
	color: #fff;
}

body.single .head-dark .header-social button,
body.single .head-dark .header-social a {
	padding: 12px 18px;
	border: 0.5px solid #FFFFFF;
	background: transparent;
	color: #FFFFFF;
	border-radius: 4px;
}

body.single div#site-header.head-light,
body.single div#site-header-single.head-light {
	background-color: #fff;
	box-shadow: 8px 8px 12px 0 rgba(38, 38, 38, .04);
}

body.single div#site-header.head-single-blog #primary-menu-list li a,
body.single div#site-header-single.head-single-blog #primary-menu-list li a {
	color: #73768c;
}

body.single div#site-header.head-single-blog #primary-menu-list li a:hover,
body.single div#site-header-single.head-single-blog #primary-menu-list li a:hover {
	color: #283895;
	font-weight: 600;
}

.blog-icons-detail i.fa {
	color: transparent !important;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #283895;
}

/* .blog-icons-detail .list-icon {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
} */

/* .blog-icons-detail li.list-icon1:hover {
    border-color: #283895;
    background-color: #eff1fb;
}
.blog-icons-detail li.list-icon1:hover a i.fa{
	color:#283895 !important;	
} */

.blog-icons-detail .list-icon1:first-child {
	padding-left: 0;
}

.blog-icons-detail .list-icon1 {
	padding: 5px 12px;
	/* margin-left: 44px; */
	/*border: 1px solid #ccc; */
	border-radius: 100%;
	margin: 1px;
}

.slick-slider.slick-dotted .slick-list {
	padding-bottom: 25px;
}

.col-lg-3.text-lg-start.text-center.d-flex {
	/* 	justify-content:center !important; */
}
.blog-right-box a,
.blog-right-box h3,
.blog-right-box h4,
.blog-right-box h5{color: #283895;}
.blog-right-box img {
    width: 100%;
    height: auto;
    margin: 20px 0;
}
/* MEDIA QUERY */
@media (max-width:1399px) {
	.slider1 .slick-dots {
		bottom: -99px
	}

	.slick-prev {
		left: 35%
	}

	.slick-next {
		right: 38%
	}

	.slick-next,
	.slick-prev {
		top: 116%
	}
}

@media (max-width:1199px) {
	.slider1 .slick-dots {
		bottom: -106px
	}

	.slick-prev {
		left: 32%
	}

	.slick-next {
		right: 35%
	}
}

@media (max-width:1200px) {
	.li-margin-right {
		font-size: 14px;
		margin-right: 16px;
	}

	.header-btn {
		font-size: 12px;
	}

	.btn-margin-right {
		margin-right: 16px;
	}

	#site-header {
		padding-left: 20px;
		padding-right: 20px;
	}
	#site-header-single {
		padding-left: 20px;
		padding-right: 20px;
	}

	.main-menu>ul>li>a {
		margin: 0 20px 0 0;
		font-size: 14px;
	}

	#main-menu>ul>li>a {
		margin: 0 20px 0 0;
		font-size: 14px;
	}
}

@media (max-width:1024px) {
	footer {
		/* padding: 50px 36px 0px 36px; */
	}

	.btn_en {
		margin-left: 10px;
	}
}

@media (max-width:992px) {
	.btn_en {
		margin-left: 0px;
		margin-top: 54px;
	}

	.container,
	.container-md,
	.container-sm {
		max-width: 914px;
	}

	.col-lg-3.text-lg-start.text-center.d-flex {
		justify-content: center !important;
	}
}

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

	.header-social-actions {
		width: 22%;
	}

	.header-social a,
	.header-social .btn_en {
		font-size: 14px;
	}
}

@media (max-width:991px) {
	.li-margin-right {
		font-size: 16px;
		margin-right: 26px;
	}

	.header-btn {
		font-size: 16px;
	}

	.btn-margin-right {
		margin-right: 26px;
	}

	.mobile-menu-wrapper .header-social {
		width: 100%;
		grid-column-gap: 30px;
		grid-row-gap: 30px;
		background-color: #0a0e25;
		border-top: 1px solid #22253a;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 30px 20px 20px;
		display: flex;
		position: absolute;
		bottom: 0;
	}

	.header-social button {
		border: 0.5px solid #FFFFFF;
		background: transparent;
		color: #FFFFFF;
		border-radius: 4px;
		padding: 12px 24px;
	}

	.header-social-actions .header-actions {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: block;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	body.single #mobile-btn.header-social button,
	body.single #mobile-btn.header-social a {
		border: 0.5px solid #FFFFFF;
		background: transparent;
		color: #FFFFFF;
		border-radius: 4px;
		padding: 12px 24px;
	}

	body.single #mobile-btn.header-social button.btn_en {
		border: unset !important;
	}

	.slider {
		margin-top: 30px;
	}

}

@media (max-width:768px) {
	footer {
		/* padding: 50px 16px 0px 16px; */
	}

	.input-size {
		max-width: 287px;
		margin-left: 16px;
	}

	.vector {
		justify-content: center;
		width: 100%;
		padding: 20px 10% 0;
	}

	.up-footer {
		padding-top: 16px;
		padding-bottom: 16px;
		margin-top: 60px;
	}
	.up-footer-sec1{width: 100%;}
	.up-footer-sec1 .sec1-inner{text-align: center;width: 100%;}
	.up-footer-sec1 .sec1-inner p{
		display: inline-block;
		font-size: 12px;
		line-height: 20px;
		margin: 0;
	}
	.up-footer-sec1 .sec1-inner h4{display: inline-block;font-size: 14px;line-height: 22px;}
	.up-footer-sec1 .input-size{
    max-width: 100%;
    margin: 0 15px;
}

	.background-white {
		display: none;
	}

	.right {
		display: block;
	}

	.blog-info-title-container {
		-webkit-box-pack: justify;
		-webkit-justify-content: center;
		-ms-flex-pack: justify;
		justify-content: center;
		/* justify-content: center; */
	}

	.blog-info-title-container .blog-info-title {
		font-size: 14px;
		line-height: 22px;
	}

	.blog-title {
		font-size: 28px;
		line-height: 42px;
	}

	.diamond-body .diamond-post-detail {
		margin-top: 8px;
		font-size: 14px;
		line-height: 22px;
	}

	.diamond-body .diamond-post-text {
		margin-top: 4px;
		font-size: 14px;
		line-height: 22px;
	}

	.current-event-body .current-post-detail,
	.current-event-body .current-post-btn {
		font-size: 16px;
	}

	.common-space {
		margin-top: 54px;
	}

	.common-space2 {
		margin-top: 20px;
	}

	.symbol-container {
		padding: 18px 0px;
		margin: 16px;
	}

	.after-symbol-text {
		font-size: 20px;
	}

	.text-symbol .text-info1 {
		font-size: 14px;
		margin-right: 16px;
	}

	.after-text-container {
		margin-left: 16px;
		margin-right: 16px;
	}

	.after-text-container .text-main {
		font-size: 16px;
	}

	.after-text-container .text-para {
		font-size: 18px;
	}

	.after-text-container .book-btn {
		font-size: 16px;
		margin: 20px 0px 16px 0px;
	}

	.common-space3 {
		margin-top: 16px;
	}

	.section1_main_text {
		font-size: 24px;
		line-height: 40px;
		margin-top: 16px;
	}

	.section1_text {
		font-size: 16px;
		line-height: 26px;
	}

	.symbol-container1 {
		width: 40px;
		height: 40px;
		margin-top: 90px;
	}

	.symbol1 {
		width: 12px;
		height: 10px;
		position: relative;
		top: 10px;
		left: 2px
	}

	.section_text {
		font-size: 14px;
		line-height: 22px;
	}

	.content-detail .main-title h4 {
		font-size: 14px;
		line-height: 22px;
	}

	.line {
		width: 20px;
	}

	.content-detail .main-text {
		font-size: 32px;
		line-height: 48px;
	}

	.content-detail .main-para {
		font-size: 16px;
		line-height: 26px;
	}
}

@media (max-width:576px) {
	.mobile-menu-inner .space {
		margin-left: 30px;
		margin-right: 30px;
	}
}

@media (max-width:455px) {

	.page-link #margin,
	.page-numbers #margin {
		margin-left: 6px;
	}

	.page-item:first-child .page-link,
	.page-item:last-child .page-link,
	.page-item:first-child .page-numbers,
	.page-item:last-child .page-numbers {
		padding: 8px 18px;
	}

	.page-item:not(:first-child) .page-link,
	.page-item:not(:first-child) .page-numbers {
		padding: 8px 18px;
	}
}

@media (max-width:420px) {

	.page-item:first-child .page-link,
	.page-item:last-child .page-link,
	.page-item:first-child .page-numbers,
	.page-item:last-child .page-numbers {
		padding: 6px 12px;
		border-radius: 6px;
	}

	.page-item:not(:first-child) .page-link,
	.page-item:not(:first-child) .page-numbers {
		padding: 6px 10px;
		border-radius: 6px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
	.mobile-menu-inner {
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
		margin-right: auto;
		margin-left: 0;
	}
}

@media only screen and (max-width: 450px) {
	.breadcrumb-section {
		height: 500px;
	}

	.blog-info-title-container .blog-info-title {
		font-size: 12px;
	}
}



/* css for sub menu design */
#primary-menu-list .dropdown-list {
	background-color: #fff;
	border-radius: 4px;
}

#primary-menu-list .w-dropdown-list {
	min-width: 100%;
	background: #ddd;
	display: none;
	position: absolute;
}

#primary-menu-list .dropdown-list.w--open {
	background-color: transparent;
	margin-top: 0;
}

#primary-menu-list .w-dropdown-list.w--open,
#primary-menu-list-mobile .w-dropdown-list.w--open {
	display: block;
}

#primary-menu-list .w-dropdown-list .sub-menu {
	background-color: #fff;
	border-radius: 4px;
	flex-direction: column;
	margin-top: 20px;
	display: flex;
	box-shadow: 0 12px 32px rgba(6, 12, 59, .08);
	width: fit-content;
	padding: 0;
}

#primary-menu-list .w-dropdown-list .sub-menu li.menu-item {
	color: #73768c;
	border-radius: 4px;
	flex-direction: column;
	justify-content: space-around;
	align-self: stretch;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	font-size: 16px;
	font-weight: 500;
	display: flex;
}

#primary-menu-list .w-dropdown-list .sub-menu li.menu-item a:hover {
	color: #283895;
	background-color: #eff1fb;
}

#primary-menu-list .w-dropdown-list .sub-menu li.menu-item a {
	margin-left: 0;
	margin-right: 0;
	padding: 12px 16px !important;
	color: #73768c;
}

/*mobile nav css*/
#primary-menu-list-mobile .w-dropdown-list {
	display: none;
}

#primary-menu-list-mobile .mobile-navigation {
	width: 100%;
}

#primary-menu-list-mobile .w-dropdown-list .sub-menu li.menu-item {
	color: #73768c;
	border-radius: 4px;
	flex-direction: column;
	justify-content: space-around;
	align-self: stretch;
	margin-left: 0;
	margin-right: 0;
	padding: 12px 0;
	font-size: 16px;
	font-weight: 500;
	display: flex;
}


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

	/* .dropdown-list.w--open {
		box-shadow: none;
		position: static;
	} */
	#primary-menu-list-mobile .sub-menu {
		grid-column-gap: 30px;
		grid-row-gap: 30px;
		background-color: transparent;
		border-top: 1px solid #22253a;
		border-bottom: 1px solid #22253a;
		border-radius: 0;
		align-items: flex-start;
		margin-top: 0;
		padding-top: 24px;
		padding-bottom: 24px;
	}

	#primary-menu-list-mobile .sub-menu li a {
		color: #a8aab8;
		align-self: flex-start;
		align-items: center;
		font-size: 20px;
		font-weight: 700;
		line-height: 139.9%;
	}
}

/* css for sub menu */

/* footer address column css*/
#ez-toc-container {
    background: #f9f9f9;
    border: 1px solid #aaa;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    display: table;
    margin-bottom: 1em;
    padding: 10px;
    position: relative;
    width: auto
}

div.ez-toc-widget-container {
    padding: 0;
    position: relative
}

#ez-toc-container.ez-toc-light-blue {
    background: #edf6ff
}

#ez-toc-container.ez-toc-white {
    background: #fff
}

#ez-toc-container.ez-toc-black {
    background: #000
}

#ez-toc-container.ez-toc-transparent {
    background: none
}

div.ez-toc-widget-container ul {
    display: block
}

div.ez-toc-widget-container li {
    border: none;
    padding: 0
}

div.ez-toc-widget-container ul.ez-toc-list {
    padding: 10px
}

#ez-toc-container ul ul,.ez-toc div.ez-toc-widget-container ul ul {
    margin-left: 1.5em
}

#ez-toc-container li,#ez-toc-container ul {
    padding: 0
}

#ez-toc-container li,#ez-toc-container ul,#ez-toc-container ul li,div.ez-toc-widget-container,div.ez-toc-widget-container li {
    background: 0 0;
    list-style: none;
    line-height: 1.6;
    margin: 0;
    overflow: hidden;
    z-index: 1
}

#ez-toc-container p.ez-toc-title {
    text-align: left;
    line-height: 1.45;
    margin: 0;
    padding: 0
}

.ez-toc-title-container {
    display: table;
    width: 100%
}

.ez-toc-title,.ez-toc-title-toggle {
    display: inline;
    text-align: left;
    vertical-align: middle
}

.ez-toc-btn,.ez-toc-glyphicon {
    display: inline-block;
    font-weight: 400
}

#ez-toc-container.ez-toc-black a,#ez-toc-container.ez-toc-black a:visited,#ez-toc-container.ez-toc-black p.ez-toc-title {
    color: #fff
}

#ez-toc-container div.ez-toc-title-container+ul.ez-toc-list {
    margin-top: 1em
}

.ez-toc-wrap-left {
    float: left;
    margin-right: 10px
}

.ez-toc-wrap-right {
    float: right;
    margin-left: 10px
}

#ez-toc-container a {
    color: #444;
    box-shadow: none;
    text-decoration: none;
    text-shadow: none;
    display: inline-flex;
    align-items: stretch;
    flex-wrap: nowrap;
    width: 100%;
}

#ez-toc-container a:visited {
    color: #9f9f9f
}

#ez-toc-container a:hover {
    text-decoration: underline
}

.ez-toc-widget-container ul.ez-toc-list li::before {
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    height: 30px;
    line-height: 30px;
    z-index: -1
}

.ez-toc-widget-container ul.ez-toc-list li.active {
    background-color: #ededed;
    height: auto!important
}

.ez-toc-widget-container li.active>a {
    font-weight: 900
}

.ez-toc-btn {
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.ez-toc-btn:focus {
    outline: #333 dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

.ez-toc-btn:focus,.ez-toc-btn:hover {
    color: #333;
    text-decoration: none
}

.ez-toc-btn.active,.ez-toc-btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

.ez-toc-btn-default {
    color: #333;
    background-color: #fff;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-gradient(linear,left 0,left 100%,from(#fff),to(#e0e0e0));
    background-image: -webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);
    background-image: -moz-linear-gradient(top,#fff 0,#e0e0e0 100%);
    background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
    background-repeat: repeat-x;
    border-color: #ccc
}

.ez-toc-btn-default.active,.ez-toc-btn-default:active,.ez-toc-btn-default:focus,.ez-toc-btn-default:hover {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad
}

.ez-toc-btn-default.active,.ez-toc-btn-default:active {
    background-image: none;
    background-color: #e0e0e0;
    border-color: #dbdbdb
}

.ez-toc-btn-sm,.ez-toc-btn-xs {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.ez-toc-btn-xs {
    padding: 1px 5px
}

.ez-toc-btn-default:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

.btn.active,.ez-toc-btn:active {
    background-image: none
}

.ez-toc-btn-default:focus,.ez-toc-btn-default:hover {
    background-color: #e0e0e0;
    background-position: 0 -15px
}

.ez-toc-pull-right {
    float: right!important;
    margin-left: 10px
}

#ez-toc-container label.cssicon,#ez-toc-widget-container label.cssicon {
    height: 30px
}

.ez-toc-glyphicon {
    position: relative;
    top: 1px;
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale
}

.ez-toc-glyphicon:empty {
    width: 1em
}

.ez-toc-toggle i.ez-toc-glyphicon,label.cssicon .ez-toc-glyphicon:empty {
    font-size: 16px;
    margin-left: 2px
}

#ez-toc-container input,.ez-toc-toggle #item {
    position: absolute;
    left: -999em
}

#ez-toc-container input[type=checkbox]:checked+nav,#ez-toc-widget-container input[type=checkbox]:checked+nav {
    opacity: 0;
    max-height: 0;
    border: none;
    display: none
}

#ez-toc-container nav ul.eztoc-visibility-hide-by-default,#ez-toc-widget-container nav ul.eztoc-visibility-hide-by-default,label.cssiconcheckbox {
    display: none
}

#ez-toc-container label {
    float: right;
    position: relative;
    font-size: 16px;
    padding: 0 4px 0 5px;
    border: 1px solid #999191;
    border-radius: 5px;
    cursor: pointer;
    width: 30px;
    left: 10px
}

#ez-toc-container .ez-toc-toggle label,#ez-toc-container label.cssicon,#ez-toc-widget-container label.cssicon {
    float: right;
    position: relative;
    font-size: 16px;
    padding: 0;
    border: 1px solid #999191;
    border-radius: 5px;
    cursor: pointer;
    left: 10px;
    width: 35px
}

div#ez-toc-container p.ez-toc-title {
    display: contents
}

div#ez-toc-container {
    padding-right: 20px
}

.ez-toc-wrap-center {
    margin: 0 auto
}

#ez-toc-container a.ez-toc-toggle {
    display: flex;
    align-items: center;
    color: #444;
    background: inherit;
    border: inherit
}

.ez-toc-widget-container ul li a {
    padding-left: 10px;
    display: inline-flex;
    align-items: stretch;
    flex-wrap: nowrap
}


li.nav-item.mb-3.address-maplink a {
	grid-column-gap: 0px;
	grid-row-gap: 8px;
	color: #c2c3cd;
	align-items: flex-start;
	text-decoration: none;
	display: flex;
}

li.nav-item.mb-3.address-maplink a .map-icon img {
	width: auto !important;
	max-width: unset;
}

ul.nav.flex-column {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}
/* footer address column css*/
div#ez-toc-container {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    border: 0;
    border-radius: 8px;
    background: var(--shades-white, #FFF);
    box-shadow: 0px 12px 31px 0px rgba(38, 38, 38, 0.10);
}
.ez-toc-title-toggle{display: none;}
.ez-toc-counter nav ul li a::before{
	content: '';
}
div#ez-toc-container ul li {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}
.ez-toc-title-container {
    border-bottom: 1px solid #DCDDE2;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #1D1D23;
}


.icon-and-social-media-div {
    margin-right: 50px
}

.social-media-icon-div {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-top: 24px;
    display: flex
}

.social-icond-div {
    color: #73768c;
    background-color: #22253a;
    border: 1px solid #22253a;
    border-radius: 4px
}

.social-icond-div:hover {
    color: #5d6072;
    border: 1px solid #5d6072
}

.image-5 {
    min-height: 24px;
    min-width: 24px;
    border-radius: 4px;
    margin: 4px
}

.social-icond-div-2 {
    background-color: #22253a;
    border-radius: 4px
}
.stroke-icon {
    width: 24px;
    height: 24px;
    margin: 8px
}

.fill-icon {
    width: 24px;
    height: 24px;
    margin: 8px;
    line-height: 140%;
    display: none
}
.social-icon-div {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: center;
    margin-top: 16px;
    display: flex
}

.icon-div-round {
    justify-content: center;
    align-items: center;
    display: flex;
}

.blue-icon-empty {
    margin: 10px;
}

.blue-icon-fill {
    margin: 10px;
    display: none;
}
.icon-div-round:hover .blue-icon-empty{
    display: none;
}
.icon-div-round:hover .blue-icon-fill{
    display: block;
}