body {
	font-family: 'Open Sans', sans-serif !important;
}

a {
	text-decoration: none;
}

p {
	color: #777;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
}

.right-sidebar h1 {
	display: inline-block;
	align-items: center;
	font-family: Verdana, Geneva, sans-serif;
}

.right-sidebar h1 {
	font-size: 28px;
	margin: 0px 0px 20px 0px;
	font-weight: 600;
	letter-spacing: -1px;
	position: relative;
}

.right-sidebar h1:before {
	content: "";
	background: url(../images/heading-line.png) no-repeat;
	width: 56px;
	height: 8px;
	position: absolute;
	bottom: -4px;
	right: -7px;
}

h2,
h5 {
	color: #000;
	font-size: 24px;
	font-weight: 600;
	line-height: 25px;
}

h6 {
	color: #000;
	font-size: 18px;
	font-weight: 700;
	line-height: 25px;
}

p {
	font-size: 14px;
	color: #777;
	font-weight: 500;
}

.purple {
	color: #8940c0;
}

.green {
	color: #28a745;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}


header {
	background: #141f2a;
	padding: 5px 0 5px 0px;
}

#navbar-content {
	justify-content: flex-end;
	position: absolute;
	top: 100%;
	width: 100%;
	right: 0;
	z-index: 1;
}

.navbar-nav {
	background: #8940c0;
	padding: 20px 0;
}

.navbar-nav .nav-item .nav-link {
	padding: 5px 23px;
	color: #fff;
	font-size: 16px;
}

.dropdown-menu.show {
	-webkit-animation: fadeIn 0.3s alternate;
	animation: fadeIn 0.3s alternate;
}

.nav-item.dropdown.dropdown-mega {
	position: static;
}

.nav-item.dropdown.dropdown-mega .dropdown-menu {
	width: 90%;
	top: auto;
	padding: 14px 0 10px;
}

.navbar-toggler {
	border: none;
	padding: 0;
	outline: none;
}

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

.navbar-toggler .hamburger-toggle {
	position: relative;
	width: 50px;
	height: 50px;
	z-index: 11;
	float: right;
}

.navbar-toggler .hamburger-toggle .hamburger {
	position: absolute;
	transform: translate(-50%, -50%) rotate(0deg);
	left: 50%;
	top: 50%;
	width: 50%;
	height: 50%;
	pointer-events: none;
}

.navbar-toggler .hamburger-toggle .hamburger span {
	width: 100%;
	height: 4px;
	position: absolute;
	background: #fff;
	border-radius: 2px;
	z-index: 1;
	transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
	left: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger span:first-child {
	top: 10%;
	transform-origin: 50% 50%;
	transform: translate(0% -50%) !important;
}

.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
	top: 50%;
	transform: translate(0, -50%);
}

.navbar-toggler .hamburger-toggle .hamburger span:last-child {
	left: 0px;
	top: auto;
	bottom: 10%;
	transform-origin: 50% 50%;
}

.navbar-toggler .hamburger-toggle .hamburger.active span {
	position: absolute;
	margin: 0;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
	top: 45%;
	transform: rotate(45deg);
}

.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
	left: 50%;
	width: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
	top: 45%;
	transform: rotate(-45deg);
}

.menuImg {
	max-width: fit-content;
}

header .list-group-item {
	padding: 0.4rem 0;
	font-size: 14px;
	border: 0;
	border-bottom: 1px solid rgba(0, 0, 0, .125);
}

header .list-group-item img {
	width: 100%;
}

.lengusge-sec {
	position: absolute;
	right: 86px;
	top: 24px;
}

.lengusge-sec a {
	color: #fff;
	text-decoration: none;
	padding: 0 5px;
}

span.flag {
	background-repeat: no-repeat;
	background-position: left;
	padding-right: 10px;
	background-size: 19px;
}

span.us {
	background-image: url(../images/us-flag.svg);
}

span.es {
	background-image: url(../images/es-flag.svg);
}

span.nl {
	background-image: url(../images/nl-flag.svg);
}

span.de {
	background-image: url(../images/de-flag.svg);
}

.banner img {
	width: 100%;
}


footer {
	background: url(../images/footer-bg.jpg) no-repeat;
	background-size: cover;
	background-position: top center;
	padding: 50px 0 30px 0;
	text-align: center;
}

.f-logo {
	padding-bottom: 35px;
}

footer p {
	color: #000;
	font-size: 13px;
	font-weight: 600;
	margin: 0;
}

footer p a {
	color: #000;
	text-decoration: none;
}

.social-media {
	padding: 20px 0;
}

.social-media a {
	color: #000;
	padding: 0 6px;
}

footer .f-menu {
	padding-top: 5px;
}

footer .f-menu ul {
	list-style-type: none;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}

footer .f-menu ul li {
	padding: 0 10px;
	position: relative;
}

footer .f-menu ul li:after {
	content: "";
	width: 1px;
	height: 13px;
	position: absolute;
	right: 0;
	top: 7px;
	background: #000;
}

footer .f-menu ul li:last-child:after {
	display: none;
}

footer .f-menu ul li a {
	color: #000;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
}

footer .f-menu ul li a:hover {
	color: #28a745;
	text-decoration: underline;
}

.faq-sec {
	background: #f3f3f3;
	margin: 35px 0;
	padding: 40px 40px 5px 40px;
}

.tour-sidebar-sec {
	padding-top: 20px;
}

.tour-sidebar-sec .header-titel {
	display: flex;
	align-items: center;
	font-family: Verdana, Geneva, sans-serif;
}

.tour-sidebar-sec .header-titel h3,
.faq-sec h2 {
	font-size: 28px;
	margin: 0;
	font-weight: 600;
	letter-spacing: -1px;
	position: relative;
	display: inline-block;
}

.tour-sidebar-sec .header-titel h3:before,
.faq-sec h2:before {
	content: "";
	background: url(../images/heading-line.png) no-repeat;
	width: 56px;
	height: 8px;
	position: absolute;
	bottom: -4px;
	right: -7px;
}

.alsotour-sec h2 {
	position: relative;
	display: inline-block;
}

.alsotour-sec h2:before {
	content: "";
	background: url(../images/large-line.png) no-repeat;
	width: 167px;
	height: 17px;
	position: absolute;
	bottom: -11px;
	right: -11px;
}

.tour-sidebar-sec .header-titel a {
	margin-left: auto;
	color: #8940c0;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
}

.tour-sidebar-sec ul {
	list-style-type: none;
	padding: 0;
	margin-top: 25px;
}

.tour-sidebar-sec ul li {
	margin-bottom: 30px;
}

/* For homepage */
.container1,
.flip-box,
.front,
.back {
	width: 100%;
	height: 265px;
}

/* For Content page */
.tour-sidebar-sec .container1,
.tour-sidebar-sec .flip-box,
.tour-sidebar-sec .front,
.tour-sidebar-sec .back {
	width: 380px;
	height: 265px;
}

.container1,
.flip_box {
	position: relative;
}

.front,
.back {
	position: absolute;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.container1 {
	-moz-transform: perspective(1200px);
	transform: perspective(1200px);
	-webkit-perspective: 1200px;
	perspective: 1200px;
	margin: auto;
}

.flip_box {
	transition: all 0.5s ease-out;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.flip_box .front {
	background-color: #fff;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 0 20px rgb(136 136 136 / 29%);
}

.flip_box .front img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.flip_box .front-info {
	padding: 5px 20px;
}

.headline {
	line-height: 26px;
	font-size: 20px;
	font-weight: 700;
	padding-top: 14px;
}

.back {
	background-color: #8940c0;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 0 20px rgb(136 136 136 / 29%);
}

.back .b-info {
	padding: 15px 30px;
}

.b_text {
	font-size: 13px;
	line-height: 19px;
	padding-top: 0px;
	color: #fff;
	letter-spacing: 0.7px;
	margin-bottom: 6px;
}

.b_button {
	width: 127px;
	height: 40px;
	background-color: #8940c0;
	transition: all 0.3s;
	border: 0;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	font-weight: 600;
	margin-top: 5px;
	position: absolute;
	bottom: 25px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
}

.b_button:hover,
.back .b_button:hover {
	background-color: #28a745;
	color: #fff;
}

.back .headline {
	color: #fff;
}

.back .b_button {
	background-color: #ffffff;
	color: #8940c0;
}

.flipped {
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}

.r_wrap {
	position: absolute;
	right: 20px;
	bottom: 8px;
}

.b_round,
.s_round {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background-color: #8940c0;
	transition: all 0.2s linear;
	border: 1px solid rgb(255 255 255 / 41%);
}

.b_round {
	opacity: 0;
	background-color: #8940c0;
}

.b_round_hover {
	transform: scale(1.37);
	opacity: 0.4;
}

.b_round_back_hover {
	background-color: #fff;
}

.s_round_click {
	transform: scale(1.7);
}

.s_round_back {
	background-color: #8940c0;
}

.s_arrow {
	cursor: pointer;
	width: 45px;
	height: 45px;
	background-image: url(../images/arrow_879712.png);
	background-color: transparent;
	transition: all 0.35s linear;
	background-position: center;
}

.s_arrow_rotate {
	transform: rotate(-180deg);
}

.innerPage {
	padding: 50px 0;
}

.right-sidebar {
	padding-top: 20px;
}

.right-sidebar img {
	margin-bottom: 12px;
	max-width: 100%
}

.quote-sec {
	background-color: #f3f3f3;
	padding: 7% 11% 6%;
	background-image: url(../images/quote-icon.png);
	background-repeat: no-repeat;
	background-position: bottom 12px right 18px;
	margin-bottom: 15px;
	padding: 7%;
}

.quote-sec p {
	font-size: 15px;
	color: #555;
	line-height: 24px;

}

.faq-sec {
	background: #f3f3f3;
	margin: 35px 0;
	padding: 30px 30px 5px 25px;
}

.faq-sec ul {
	list-style-type: none;
	padding: 0;
	margin-top: 20px;
}

.faq-sec ul li {
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.faq-sec ul li:last-child {
	border: 0;
}

.faq-sec ul li h4 {
	font-size: 18px;
	color: #000;
	font-weight: 700;
}

.faq-sec ul li p {
	color: #777;
}

.alsotour-sec .row {
	margin-top: 25px;
}

.alsotour-sec .column .tour-box {
	box-shadow: 0px 0px 14px 0px #8888885c;
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 15px;
}

.alsotour-sec .column .tour-box .alsoint-visual a img {
	width: 100%;
	height: 155px;
	object-fit: cover;
}

.alsotour-sec .column .tour-box .tour-body {
	padding: 15px 20px;
}

.alsotour-sec .column .tour-box .tour-body h5 {
	font-size: 18px;
	color: #000;
	font-weight: 700;
	margin-bottom: 5px;
}

.alsotour-sec .column .tour-box .tour-body p {
	font-size: 13px;
	line-height: 19px;
	margin-bottom: 6px;
}

.alsotour-sec .column .tour-box .tour-body a {
	height: 38px;
	background-color: #8940c0;
	transition: all 0.3s;
	border-radius: 5px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	margin-top: 5px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	padding: 0 15px;
	text-transform: capitalize;
}

.alsotour-sec .column .tour-box .tour-body a:hover {
	background-color: #28a745;
	color: #fff;
}

.featureBox {
	margin-top: 0px;
	position: relative;
}

.featureBox .container {
	background: linear-gradient(180deg, #e2e2e2 0%, rgb(255 255 255) 35%);
	padding: 0 15px 10px;
}

.container {
	padding: 0 8px;
}

.ebook-sec {
	padding: 70px 0;
}

.ebook-sec .hilight {
	padding: 26px 0 20px 0;
}

.ebook-sec .inner-ebok {
	padding: 0;
}

.ebook-sec .inner-ebok strong {
	color: #000;
	font-size: 15px;
	padding-top: 5px;
	display: block;
	font-weight: 600;
}

.graybg {
	background: url(../images/gray-bg.jpg) repeat;
}

.toplist-sec {
	padding: 325px 0 100px;
	margin-top: -251px;
}

.toplist-sec .toplist-colum {
	padding-bottom: 50px;
}

.toplist-sec .toplist-colum .tp-img img {
	max-height: 210px;
	width: 100%;
	object-fit: cover;
}

.toplist-sec .toplist-colum .tp-content {
	padding: 49px 0 0;
}

.toplist-sec .toplist-colum .tp-content h1 {
	font-size: 80px;
	color: #fff;
	font-weight: 900;
	font-family: sans-serif;
	line-height: 0px;
}

.toplist-sec .toplist-colum .tp-content h3 {
	font-size: 28px;
	font-weight: 800;
}

.toplist-sec .toplist-colum .tp-content a {
	color: #000;
	font-weight: 800;
	font-size: 14px;
	letter-spacing: -0.3px;
}

.team-sec {
	padding: 72px 0 0;
}

.team-sec .head {
	padding-bottom: 45px;
}

.team-sec .toplist-colum {
	box-shadow: 0 0 20px rgb(136 136 136 / 23%);
	margin: 0 7px;
}

.team-sec .toplist-colum img {
	width: 100%;
	height: 350px;
	object-fit: cover;
}

.team-sec .toplist-colum .tm-content {
	text-align: center;
	padding: 20px 50px 2px;
}

.team-sec .toplist-colum .tm-content h3 {
	font-size: 22px;
	font-weight: 700;
}

.team-sec .toplist-colum .tm-content a h3 {
	color: #000;
}

.team-sec .toplist-colum .tm-content p {
	line-height: 20px;
	min-height: 40px;
}

.newsFlash-sec {
	padding: 50px 0 0 0;
}

.newsFlash-sec h2 {
	margin-bottom: 40px;
}

.newsFlash-sec .news-colum {
	position: relative;
}

.newsFlash-sec .news-colum .newsimg img {
	width: 100%;
}

.newsFlash-sec .news-colum .news-body {
	position: absolute;
	bottom: 0;
	padding: 18% 35px 15px;
	background-image: linear-gradient(#ffffff00, black);
}

.newsFlash-sec .rightnews .news-colum .news-body {
	padding: 18% 25px 0;
}

.newsFlash-sec .news-colum .news-body h2 {
	color: #fff;
	font-size: 26px;
	font-weight: 700;
	letter-spacing: -1px;
	line-height: 30px;
	margin-bottom: 5px;
}

.newsFlash-sec .news-colum .news-body p {
	color: #fff;
	font-size: 14px;
	line-height: 21px;
}

.newsFlash-sec .rightnews {
	display: block;
	flex-wrap: wrap;
	gap: 15px;
}

.featureBox .container1,
.featureBox .flip-box,
.featureBox .front,
.featureBox .back {
	height: 315px;
}

.featureBox .flip_box .front {
	border-radius: 0;
}

.featureBox .flip_box .front-info {
	position: absolute;
	top: 0;
	width: 100%;
	bottom: 0;
	margin: auto;
	padding: 0;
	text-align: center;
	display: inline-table;
	align-items: center;
	justify-content: center;
	background: #000000c4;
}

.featureBox .flip_box .front-info h1 {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 30px;
	padding: 20px 0 15px;
	line-height: 36px;
}

.featureBox .flip_box .front img {
	height: 315px;
}

.featureBox .back .b-info {
	padding: 45px 30px;
	text-align: center;
}

.featureBox .back .b-info h1 {
	font-size: 30px;
}

.featureBox .back .b-info p {
	font-size: 15px;
	font-weight: 300;
	padding: 15px 0 10px;
	line-height: 23px;
}

.featureBox .b_button {
	position: relative;
	bottom: -5px;
	display: block;
	margin: auto;
}

.featureBox .head h2 {
	font-size: 48px;
	font-weight: 900;
	letter-spacing: -0.5px;
	margin: 0;
	line-height: 65px;
	padding: 10px 0 20px 0;
}

ul.list {
	padding: 10px 0 0 0;
	list-style-type: none;
}

ul.list li {
	position: relative;
	padding-left: 20px;
	font-size: 14px;
	font-weight: 500;
	padding-bottom: 15px;
	line-height: 20px;
	color: #000;
}

ul.list li:before {
	content: "\f00c";
	/* this is your text. You can also use UTF-8 character codes as I do here */
	font-family: FontAwesome;
	left: -5px;
	position: absolute;
	top: 0;
	color: #28a745;
}

header .list-group-item img {
	object-fit: cover;
	object-position: top;
}

/* Added from style.css */
.tour-sidebar-sec .container1,
.tour-sidebar-sec .flip-box,
.tour-sidebar-sec .front,
.tour-sidebar-sec .back {
	width: 100%;
	max-width: 380px;
	margin: 0 auto;
}

.r_wrap {
	right: 10px;
}

.flip_box .front-info {
	padding: 5px 20px 5px 0px;
}

.headline {
	font-size: 16px;
}

.featureBox .head h2 {
	font-size: 28px;
	line-height: 35px;
	padding: 40px 0 20px 0;
}

h2 {
	font-size: 28px;
	line-height: 30px;
}

.newsFlash-sec .news-colum {
	margin: 15px 0 0;
}

.newsFlash-sec .news-colum .news-body {
	padding: 10% 25px 15px;
}

.newsFlash-sec h2 {
	margin-bottom: 0;
}

.container {
	padding: 0 15px;
}

.toplist-sec .toplist-colum .tp-content h3 {
	font-size: 21px;
}

.toplist-sec .toplist-colum .tp-content h1 {
	font-size: 54px;
}

.toplist-sec .toplist-colum {
	padding-bottom: 30px;
}

.toplist-sec {
	padding: 50px 0 25px;
	margin-top: 0;
}

.team-sec .head {
	padding-bottom: 25px;
}

.team-sec .toplist-colum {
	margin: 0 7px 25px;
}

.team-sec .toplist-colum .tm-content p {
	min-height: auto;
}

.team-sec .toplist-colum img {
	height: 275px;
}

.newsFlash-sec .news-colum .news-body h2 {
	font-size: 18px;
	line-height: 21px;
	margin-bottom: 3px;
}

.newsFlash-sec .news-colum .news-body {
	padding: 10% 20px 0px;
}

.newsFlash-sec .news-colum .news-body p {
	font-size: 13px;
	line-height: 16px;
}

.newsFlash-sec {
	padding: 30px 0 0 0;
}

.ebook-sec {
	padding: 25px 0;
}

.banner img {
	height: 250px;
	object-fit: cover;
}

.featureBox .flip_box .front-info h1 {
	font-size: 24px;
}

.logo img {
	width: 140px;
}

.nav-item.dropdown.dropdown-mega .dropdown-menu {
	width: 100%;
	left: 0;
	background: transparent;
	border: 0;
	box-shadow: none !important;
	padding-top: 10px;
}

header .mega-content {
	padding: 0 !important;
}

/* Mobile-first styles for single column mega menu */
header .mega-content .row>* {
	flex: 0 0 100%;
	width: 100%;
}

header .list-group-item {
	padding: 12px 15px;
	color: #fff;
	font-size: 16px;
	background: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

/* Multi-level indentation */
header .mega-content .list-group .list-group-item {
	padding-left: 30px;
	/* Level 2 */
}

header .mega-content .list-group .list-group .list-group-item {
	padding-left: 45px;
	/* Level 3 */
}

header .list-group-item:hover {
	color: #28a745;
	/* Green hover for mobile */
}

/* Added from style.css */
header .mega-content h5 {
	font-size: 12px;
	text-transform: uppercase;
	color: #adb5bd;
	/* light gray */
	margin-top: 15px;
	margin-bottom: 5px;
	padding: 0 15px;
}

header .menuImg {
	display: none;
}

@media (min-width: 600px) {
	.lengusge-sec a {
		padding: 20px;
	}
}

@media (min-width: 600px) and (max-width: 1199px) {
	.tour-sidebar-sec ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.tour-sidebar-sec ul li {
		width: 49%;
	}
}

@media (min-width: 992px) {
	header .mega-content .row>* {
		flex: 1;
		/* Restore default flex behavior for columns */
		width: auto;
		/* Restore default width for columns */
	}

	header .menuImg {
		display: block;
		max-width: fit-content;
	}

	.lengusge-sec {
		display: block;
		right: 50px;
	}

	.quote-sec {
		padding: 7% 11% 6%;
	}

	.quote-sec p {
		font-size: 17px;
		line-height: 28px;
	}

	.faq-sec {
		padding: 40px 40px 5px 40px;
	}

	.alsotour-sec .column .tour-box {
		margin-bottom: 0;
	}

	.tour-sidebar-sec .container1,
	.tour-sidebar-sec .flip-box,
	.tour-sidebar-sec .front,
	.tour-sidebar-sec .back {
		width: 100%;
		max-width: 380px;
	}

	.r_wrap {
		right: 20px;
	}

	.flip_box .front-info {
		padding: 5px 20px;
	}

	.headline {
		font-size: 20px;
	}

	.featureBox {
		margin-top: -75px;
	}

	.featureBox .container {
		padding: 0 15px 10px;
	}

	.featureBox .head h2 {
		font-size: 36px;
		line-height: 40px;
		padding: 25px 0 20px 0;
	}

	#navbar-content {
		position: relative;
		top: 65px;
		width: auto;
		z-index: auto;
	}

	header {
		padding: 14px 0 14px 22px;
	}

	.navbar-nav {
		padding: 0 30px;
	}

	.navbar-nav .nav-item .nav-link {
		padding: 22px 15px;
	}

	.container1 {
		margin-bottom: 30px;
	}

	h2 {
		font-size: 24px;
		line-height: 34px;
	}

	.ebook-sec .hilight {
		padding: 26px 0 20px 40px;
	}

	.ebook-sec .inner-ebok {
		padding: 0 30px;
	}

	.newsFlash-sec .rightnews {
		display: flex;
	}

	.newsFlash-sec .news-colum {
		margin: 0;
	}

	.newsFlash-sec .news-colum .news-body {
		padding: 18% 35px 15px;
	}

	.newsFlash-sec h2 {
		margin-bottom: 40px;
	}

	.container {
		padding: 0 8px;
	}

	.toplist-sec .toplist-colum .tp-content h3 {
		font-size: 28px;
	}

	.toplist-sec .toplist-colum .tp-content h1 {
		font-size: 80px;
		color: #f175ff75;
	}

	.toplist-sec .toplist-colum {
		padding-bottom: 50px;
	}

	.toplist-sec {
		padding: 325px 0 100px;
		margin-top: -251px;
	}

	.team-sec .head {
		padding-bottom: 45px;
	}

	.team-sec .toplist-colum {
		margin: 0 7px;
	}

	.team-sec .toplist-colum .tm-content p {
		min-height: 40px;
	}

	.team-sec .toplist-colum img {
		height: 350px;
	}

	footer {
		padding: 120px 0 30px 0;
	}

	.newsFlash-sec .news-colum .news-body h2 {
		font-size: 26px;
		line-height: 30px;
		margin-bottom: 5px;
	}

	.newsFlash-sec .news-colum .news-body {
		padding: 18% 35px 15px;
	}

	.newsFlash-sec .news-colum .news-body p {
		font-size: 14px;
		line-height: 21px;
	}

	.newsFlash-sec {
		padding: 50px 0 0 0;
	}

	.ebook-sec {
		padding: 70px 0;
	}

	.banner img {
		height: auto;
		object-fit: initial;
	}

	.featureBox .flip_box .front-info h1 {
		font-size: 30px;
	}

	.logo img {
		position: absolute;
		top: -8px;
		height: 74px;
		width: auto;
	}

	.nav-item.dropdown.dropdown-mega .dropdown-menu {
		width: 90%;
		left: 5%;
		background: #fff;
		border: 1px solid rgba(0, 0, 0, .15);
		box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .175) !important;
		padding-top: 30px;
	}

	header .mega-content {
		padding: 0 1.5rem !important;
	}

	header .list-group-item {
		padding: 0.4rem 0;
		color: #212529;
		font-size: 14px;
		background-color: transparent;
		/* Ensure transparent background */
		border-bottom: 1px solid rgba(0, 0, 0, .125);
	}

	header .mega-content .list-group .list-group-item {
		padding-left: 0;
		/* Remove indentation for Level 2 */
	}

	header .mega-content .list-group .list-group .list-group-item {
		padding-left: 0;
		/* Remove indentation for Level 3 */
	}

	header .list-group-item:hover {
		color: #8940c0;
		/* Restore original purple hover for desktop */
	}

	header .mega-content h5 {
		color: #000;
		font-size: 24px;
		margin-bottom: 1rem;
		text-transform: none;
		/* Restore to original */
		margin: 0 0 1rem 0;
		/* Original desktop margin, including no padding */
		padding: 0;
	}
}

@media (min-width: 1200px) {
	.logo img {
		height: auto;
	}
}

@media (min-width: 1400px) {
	#navbar-content {
		justify-content: center;
	}

	.nav-item.dropdown.dropdown-mega .dropdown-menu {
		max-width: 1200px;
		left: 50%;
		transform: translateX(-50%);
	}
}

@media (min-width: 1600px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1520px;
	}

	.nav-item.dropdown.dropdown-mega .dropdown-menu {
		max-width: 1520px;
	}
}