@charset "utf-8";

* {
	margin: 0px;
	outline: none;
	padding: 0px;
}

body {
	background: #fff;
	color: #2e2e2e;
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	line-height: 22px;
	overflow-X: hidden;
}

.dark-veiw {
	background: #111;
}

h1, h2, h3, h4, h5, h6 {
	color: #2d2d2d;
	font-weight: 600;
}


.wrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
}

h1 {
	font-size: 26px;
	line-height: 32px;
}

h2 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
	position: relative;
}

h3 {
	padding: 0;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	margin: 0 0 0 0;
}

h4 {
	font-size: 17px;
	line-height: 24px;
	font-weight: 500;
	margin: 0 0 0 0;
}

h5 {
	font-size:;
	line-height:;
}

h6 {
	font-size:;
	line-height:;
}

h1, h2, h3, h4, h5, h6 {
	color: #2e2e2e;
	transition: all 0.3s ease-in-out;
}

a {
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	color: #222;
}

	a:hover, a:focus, a:active {
		color: #f68048;
		outline: none;
		text-decoration: none;
	}

p {
	line-height: 22px;
	margin: 0 0 15px;
}

	p strong {
		font-weight: 500;
	}

		p strong a,
		p a {
			color: #f68048;
		}

			p strong a:hover,
			p a:hover,
			.ans ul li a:hover {
				color: #131f49;
			}

ul ul {
	margin: 0px;
}

.ans ul li a,
ul li a:hover {
	color: #f68048;
}

figure {
	margin-bottom: 0;
	position: relative;
}

select, textarea, input[type=date],
input[type=datetime], input[type=datetime-local],
input[type=email], input[type=month],
input[type=number], input[type=password],
input[type=range], input[type=search],
input[type=tel], input[type=text],
input[type=time],
input[type=url],
input[type=week] {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: none;
	box-shadow: none;
	box-sizing: border-box;
	color: #131F49;
	font-size: 13px;
	height: 32px;
	line-height: 16px;
	padding: 0 0;
	width: 100%;
	background: none;
	border-bottom: 1px solid #8289a0;
}

input[type=submit] {
	border-radius: 10px;
	background: #f68048;
	border: 0;
	color: #fff;
	padding: 5px 20px;
	font-size: 12px;
}

input[type=submit],
input[type=button] {
	border-radius: 10px;
	background: #f68048;
	border: 0;
	color: #fff;
	padding: 5px 20px;
	font-size: 12px;
}

	input[type=submit]:hover,
	input[type=button]:hover {
		background: #131f49;
		color: #fff
	}

textarea {
	height: 150px;
}

textarea {
	height: 150px;
}

input:focus {
	outline: 0;
}

::-webkit-input-placeholder {
	color: #131F49;
}

:-moz-placeholder {
	color: #131F49;
	opacity: 1;
}

::-moz-placeholder {
	color: #131F49;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #131F49;
}

#main {
	margin-top: 30px;
}
/* header style start */
#header {
	padding: 0;
}

.slicknav_menu {
	display: none;
}

.header-topbar {
	background: #e68242;
}

a.slicknav_btn {
	float: right;
	width: auto !important;
}

span.slicknav_menutxt {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 28px;
	height: 28px;
	background: url(/images/menu-icon.webp) no-repeat 0 0/100%;
}

a.slicknav_btn.slicknav_open {
	position: fixed;
	z-index: 999;
	top: 24px;
	right: 20px;
}

	a.slicknav_btn.slicknav_open span.slicknav_menutxt {
		background: url(/images/close.webp) no-repeat 0 0/100%;
	}

ul.slicknav_nav {
	display: inline-block !important;
	position: fixed;
	right: 0;
	left: auto;
	top: 0;
	width: 320px;
	background: #fff;
	height: 100vh;
	transition: all 0.3s ease-in-out;
	z-index: 99;
	padding-top: 45px;
}

	ul.slicknav_nav.slicknav_hidden {
		right: -100%;
	}

	ul.slicknav_nav li {
		padding: 0;
		font-size: 18px;
		line-height: 26px;
		list-style: none;
		margin: 0 20px;
		border-bottom: 1px solid #b1b4bc;
	}

		ul.slicknav_nav li a {
			display: block;
			padding: 5px 0px;
			width: 100% !important;
		}

			ul.slicknav_nav li a:hover {
				color: #f68048;
			}

ul.main-nav {
	margin: 0;
	padding: 0;
	display: inline-block;
}

	ul.main-nav li {
		list-style: none;
		display: inline-block;
		margin: 0 15px 0 0;
		padding: 5px 0;
	}

		ul.main-nav li a {
			color: #fff;
			padding: 0;
			display: block;
			margin: 0;
			font-size: 14px;
			line-height: 34px;
		}

			ul.main-nav li a:hover {
				color: #111;
			}

.login-side {
	float: right;
}

.btn-login {
	color: #fff;
	padding: 5px 10px;
	margin: 0;
	font-size: 14px;
	line-height: 34px;
	background: #131f49;
	display: inline-block;
 
}

	.btn-login span {
		width: 33px;
		height: 33px;
		overflow: hidden;
		display: block;
		float: left;
		margin-right: 5px;
		border-radius: 50%;
	}

		.btn-login span img {
			width: 100%;
			vertical-align: top;
		}

	.btn-login.mob {
		display: none;
	}

.header-holder {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
}

	.header-holder .logo {
		width: 30%;
	}

		.header-holder .logo a img {
			height: 80px;
		}

	.header-holder .header-ads {
		width: 70%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

		.header-holder .header-ads a {
			width: 70%;
		}

			.header-holder .header-ads a:first-child {
				width: 28%;
			}

			.header-holder .header-ads a img {
				height: 80px;
				width: 100%;
			}
/* Navigation Style end */

.main-area {
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 1;
}

.main-content-holder {
	background: #fff;
}

#header,
#header2 {
	background: #131f49;
	border-bottom: 2px solid #f68048;
}

.main-sec {
	position: relative;
	padding: 0 0 0 0;
	overflow: hidden;
	z-index: 9;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e78242+0,7db9e8+100&1+0,0+100 */
	background: linear-gradient(to bottom, rgba(251,225,209,1) 0%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

	.main-sec.dt-2 {
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fbe1d1+0,7db9e8+100&1+0,0+100 */
	}

.slick-list.draggable {
	overflow: hidden;
}

ul.main-slider {
	margin: 0;
	padding: 0;
	position: relative;
}

	ul.main-slider li {
		list-style: none;
		float: left;
		margin: 0;
		padding: 0;
	}

		ul.main-slider li a {
			display: block;
			padding: 0;
			margin: 0;
		}

			ul.main-slider li a img {
				width: 100%;
			}

button.slick-prev,
button.slick-next {
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	background: rgba(0,0,0,0.5);
	border-radius: 50%;
	border: 0;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	transition: all 0.3s ease-in-out;
}

button.slick-next {
	right: 20px;
	left: auto;
}

	button.slick-prev:hover,
	button.slick-next:hover {
		background: rgba(0,0,0,0.9);
	}

	button.slick-prev::after,
	button.slick-next:after {
		content: '';
		position: absolute;
		left: 13px;
		top: 11px;
		width: 15px;
		height: 18px;
		background: url(/images/icons/arrow-slider-prev.webp) no-repeat 0 0;
	}

	button.slick-next:after {
		background: url(/images/icons/arrow-slider-next.webp) no-repeat 0 0;
		left: 15px;
	}

ul.news-list {
	margin: 0;
	padding: 10px 0 0;
}

	ul.news-list li {
		list-style: none;
		padding: 10px 0 8px 0;
		margin: 0;
		display: block;
		border-bottom: 1px solid #b1b4bc;
	}

.news-box {
	width: 100%;
	margin: 0;
	padding: 0;
}

	.news-box a {
		display: block;
	}

	.news-box .img-holder {
		margin: 0 0 10px 0;
	}

		.news-box .img-holder figure {
			padding: 0;
			margin: 0;
		}

			.news-box .img-holder figure img {
				width: 100%;
				height: 180px;
				object-fit: cover;
			}

	.news-box .text-holder p {
		color: #000;
		font-size: 13px;
		padding: 5px 0 0 0;
	}

	.news-box .text-holder {
		width: 100%;
	}

		.news-box .text-holder h3 {
			font-size: 16px;
			line-height: 18px;
			margin: 0 0 5px 0;
			color: #131F49;
			font-weight: 500;
			min-height: 40px;
			font-style: normal !important;
		}

	.news-box a:hover .text-holder h3 {
		color: #f68048;
	}

	.news-box .text-holder span {
		color: #131F49;
	}

		.news-box .text-holder span em {
			display: inline-block;
			font-style: normal;
			margin: 0 10px 0 0;
			color: #f68048;
		}

ul.sm-ads {
	margin: 0;
	padding: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

	ul.sm-ads li {
		list-style: none;
		padding: 0 10px;
		margin: 0;
		width: 33%;
	}

		ul.sm-ads li a {
			display: block;
		}

			ul.sm-ads li a img {
				width: 100%;
				min-height: 60px;
			}

.side-form {
	padding: 25px 15px 10px;
	margin: 0;
	background: #f1f4f7;
	font-size: 12px;
	color: #131F49;
}

	.side-form h3 {
		font-size: 16px;
		line-height: 18px;
		margin: 0 0 5px 0;
		color: #131F49;
		font-weight: 500;
	}

	.side-form p {
		margin: 0 0 10px;
	}

	.side-form .fieldset {
		margin-bottom: 10px;
	}

		.side-form .fieldset label {
			font-weight: normal;
			color: #9da1ae;
			margin: 0 0 -2px 0;
			line-height: 1;
			display: block;
			font-size: 11px;
		}

.inner-sec {
	width: 1280px;
	margin: 0 auto;
}

.sm-ad-top {
	background: #fff;
}

.heading-sce {
	position: relative;
	padding: 0 0 0;
}

	.heading-sce h2 {
		margin: 0 0 15px 0;
		padding: 0;
		font-size: 20px;
		line-height: 28px;
		font-weight: 500;
		position: relative;
	}

		.heading-sce h2:after {
			content: '';
			position: absolute;
			right: 0;
			top: 15px;
			background: #f68048;
			width: 95%;
			height: 2px;
		}

		.heading-sce h2 span {
			display: inline-block;
			padding: 0 20px 0 0;
			position: relative;
			z-index: 9;
		}

			.heading-sce h2 span:before {
				content: '';
				position: absolute;
				left: 0;
				top: 10px;
				background: #fff;
				width: 100%;
				height: 10px;
			}

			.heading-sce h2 span em {
				font-style: normal;
				position: relative;
				z-index: 9;
			}

ul.news-sm-list {
	margin: 0;
	padding: 0;
}

	ul.news-sm-list li {
		list-style: none;
		padding: 0;
		margin: 0 0 13px 0;
		overflow: hidden;
	}

		ul.news-sm-list li a {
			display: block;
			padding: 0;
		}

			ul.news-sm-list li a figure {
				float: left;
				width: 80px;
				margin-right: 10px;
			}

				ul.news-sm-list li a figure img {
					width: 100%;
				}

			ul.news-sm-list li a .text-box {
				overflow: hidden;
				padding: 0;
			}

				ul.news-sm-list li a .text-box strong {
					font-weight: 500;
					color: #f68048;
					font-size: 13px;
					line-height: 1;
					display: block;
					margin-bottom: 5px;
				}

				ul.news-sm-list li a .text-box p {
					font-size: 14px;
					line-height: 20px;
					margin: 0;
				}

.ads-sec {
	padding: 30px 0;
	margin: 0;
	background: #fcf7f5;
}

.v-2 .ads-sec {
	padding: 30px 999px;
	margin: 0 -999px;
}

ul.ads-list {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

	ul.ads-list li {
		display: inline-block;
		margin: 0 10px;
		width: 21%;
		list-style: none;
	}

		ul.ads-list li a {
			display: block;
		}

			ul.ads-list li a img {
				width: 100%;
				height: 223px;
			}

.consultant-sec {
	padding: 30px 0 20px;
	margin: 0;
	background: #f1f4f7;
}

ul.consut-list {
	margin: 0 -10px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

	ul.consut-list li {
		display: inline-block;
		margin: 0 5px 15px;
		width: 8.8%;
		list-style: none;
		padding: 0 5px;
	}

.consul-box ul.consut-list li {
	margin: 0 10px 15px;
	width: 12.2%;
}

ul.consut-list li a {
	display: block;
	position: relative;
}

.consul-box ul.consut-list li a {
	border: 1px solid #ddd;
	text-align: center;
}

	.consul-box ul.consut-list li a img {
		height: 110px;
		width: 110px;
		object-fit: none;
	}

div#ConsulList.consul-box ul.consut-list li a img {
	object-fit: contain;
}

ul.consut-list li a figcaption {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(230, 107, 40, 0.8);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}

	ul.consut-list li a figcaption span {
		color: #fff;
		font-size: 13px;
	}

ul.consut-list li a:hover figcaption {
	opacity: 1;
}

ul.consut-list li a figcaption span em {
	display: block;
	padding: 10px 0 0 0;
	font-style: normal;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 13px;
}

ul.consut-list li a img {
	width: 100%;
}

.consult-side {
	padding: 10px 0 0 0;
	text-align: center;
}

	.consult-side h3,
	.consult-side p {
		margin: 0 0 10px 0;
	}

	.consult-side a {
		display: inline-block;
		color: #f68048;
	}

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

ul.flag-list {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

	ul.flag-list li {
		width: 20%;
		list-style: none;
		padding: 0;
		margin: 0 0 10px 0;
		border-bottom: 1px solid #dbdbdb;
	}

		ul.flag-list li a {
			display: flex;
			overflow: hidden;
			line-height: 18px;
			align-items: center;
			padding: 12px 0;
		}

			ul.flag-list li a figure {
				float: left;
				width: 70px;
				margin: 0 15px 0 0;
			}

				ul.flag-list li a figure img {
					width: 100%;
				}

.destination-side {
	padding: 20px 15px;
	background: #fcf7f5;
}

	.destination-side h3 {
		margin: 0 0 0 0;
	}

	.destination-side ul {
		margin: 0;
		padding: 0;
	}

		.destination-side ul li {
			display: block;
			list-style: none;
			margin: 0;
			padding: 0;
			border-bottom: 1px solid #dbdbdb;
		}

			.destination-side ul li a {
				display: flex;
				flex-wrap: wrap;
				justify-content: space-between;
				text-transform: uppercase;
				padding: 7px 0;
			}

				.destination-side ul li a em {
					font-style: normal;
				}

.sub-header {
	padding: 20px 0;
	text-align: center;
	color: #131f49;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 250px;
}

.sub-header-content {
	width: 100%;
	max-width: 800px;
}

.sub-header h1 {
	width: 100%;
	color: #131f49;
	font-size: 26px;
	line-height: 32px;
	margin: 0 0 10px 0;
	font-weight: 500;
}

.sub-header p {
	width: 100%;
}

.search-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}

	.search-box .field-set {
		padding: 0 5px;
	}

		.search-box .field-set input[type="text"] {
			background: #fff;
			border: 0;
			border-radius: 6px;
			height: 40px;
			width: 100%;
			padding: 0 15px;
		}

		.search-box .field-set select {
			background-color: #fff;
			border: 0;
			border-radius: 6px;
			height: 40px;
			width: 100%;
			padding: 0 15px;
			appearance: none; /* For most browsers */
			-webkit-appearance: none; /* Safari/Chrome */
			-moz-appearance: none; /* Firefox */
			background-image: url(/images/icons/select-arrow.webp);
			background-repeat: no-repeat;
			background-position: right 15px center;
			background-size: 12px;
		}

		.search-box .field-set input[type="submit"] {
			font-size: 14px;
			border-radius: 6px;
			padding: 9px 20px;
			width: 100%;
			transition: all 0.3s ease-in-out;
		}

			.search-box .field-set input[type="submit"]:hover {
				background: #131F49;
			}

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

	.news-sec .news-box {
		margin-bottom: 30px;
	}

		.news-sec .news-box .img-holder figure img {
			height: 210px;
		}



.sm-news-sec {
	padding: 0 0 20px 0;
}

	.sm-news-sec ul.news-sm-list {
		border-top: 1px solid #dbdbdb;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: flex-start;
		padding-top: 15px;
	}

		.sm-news-sec ul.news-sm-list li {
			width: 50%;
		}

			.sm-news-sec ul.news-sm-list li a {
				display: flex;
				justify-content: space-between;
			}

			.sm-news-sec ul.news-sm-list li:nth-child(even) a {
				padding-left: 15px;
			}

			.sm-news-sec ul.news-sm-list li a .text-box {
				width: 80%;
				padding: 0 15px 0 0;
			}

			.sm-news-sec ul.news-sm-list li a figure {
				float: none;
				margin: 0;
			}

footer {
	padding: 30px 0;
	background: #131f49;
}

.f-logo {
	position: relative;
	padding: 0;
	margin: 0;
}

	.f-logo:after {
		content: '';
		position: absolute;
		right: 0;
		top: 60px;
		background: #f68048;
		width: 82%;
		height: 1px;
	}

	.f-logo a {
		display: inline-block;
		width: 210px;
	}

		.f-logo a img {
			width: 100%;
		}

.footer-links {
	padding: 40px 0 0 0;
	position: relative;
	border-bottom: 1px solid #4e5777;
}

	.footer-links:after {
		clear: both;
		content: '';
		display: block;
	}

.footer-box {
	padding: 0;
	margin: 0;
}

	.footer-box h4 {
		font-size: 16px;
		line-height: 20px;
		color: #fff;
		margin: 0 0 30px 0;
		position: relative;
		font-weight: normal;
	}

		.footer-box h4:after {
			content: '';
			position: absolute;
			left: 2px;
			bottom: -22px;
			height: 16px;
			width: 2px;
			background: #f68048;
		}

		.footer-box h4 span {
			position: absolute;
			left: 0;
			top: -22px;
			font-size: 13px;
			color: #a0a2ad;
		}

	.footer-box ul {
		margin: 0;
		padding: 0;
	}

		.footer-box ul li {
			list-style: none;
			padding: 0;
			margin: 0 0 5px 0;
			display: block;
		}

			.footer-box ul li a {
				display: block;
				color: #fff;
				font-size: 13px;
			}

				.footer-box ul li a:hover {
					color: #f68048;
				}

	.footer-box.has-bg {
		background-image: url(/images/f-bg.webp);
		background-position: right bottom;
		background-size: 240px;
		background-repeat: no-repeat;
	}

.play-btn {
	display: inline-block;
	margin: 20px 0 30px;
	width: 110px;
}

	.play-btn img {
		width: 100%;
	}

.footer-box ul.social {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

	.footer-box ul.social li {
		margin: 0 10px 5px 0;
	}

		.footer-box ul.social li a {
			width: 30px;
		}

			.footer-box ul.social li a img {
				width: 100%;
			}

ul.breadcumb-list {
	margin: 0;
	padding: 10px 0 15px;
}

	ul.breadcumb-list li {
		list-style: none;
		margin: 0 7px 0 0;
		padding: 0 7px 0 0;
		font-size: 14px;
		line-height: 22px;
		display: inline-block;
		color: #fff;
	}

		ul.breadcumb-list li a {
			display: block;
			position: relative;
			color: #131f49;
		}

			ul.breadcumb-list li a:after {
				content: '';
				position: absolute;
				right: -9px;
				top: 5px;
				width: 1px;
				height: 14px;
				background: #fff;
				transform: rotate(30deg);
			}

			ul.breadcumb-list li a:hover {
				color: #fff;
			}

.news-main {
	margin: 0;
	padding: 0;
}

	.news-main figure {
		margin: 0;
	}

		.news-main figure img {
			width: 100%;
			height: 360px;
			object-fit: cover;
			margin-top: 40px;
		}

	.news-main .text-holder {
		padding: 15px 30px;
	}

		.news-main .text-holder h2 {
			margin: 0 0 10px 0;
		}

.cont-details ul.info-list {
	margin: 0 0 20px 0;
	padding: 0;
}

ul.info-list li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 1px solid #808080;
	border-bottom: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: baseline;
}

	ul.info-list li:last-child {
		border-bottom: 1px solid #808080;
	}

	ul.info-list li strong {
		padding: 10px 15px;
		font-weight: 500;
		color: #2e2e2e;
		display: inline-block;
		border-right: 1px solid #808080;
		width: 30%;
	}

	ul.info-list li span {
		padding: 10px 15px;
		color: #2e2e2e;
		display: inline-block;
	}

.cont-details img {
	margin: 0 0 20px 0;
}

.cont-details ul {
	margin: 0 0 20px 20px;
}

.sub-menu {
	background: #f68048;
	padding: 10px 0;
	margin: 0;
}

.menu-holder {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

	.menu-holder .page-title {
		width: 17%;
		padding: 0;
		margin: 0 20px 0 0;
		border-right: 1px solid #131f49;
	}

		.menu-holder .page-title a {
			display: flex;
			align-items: center;
			padding: 0 10px;
			margin: 0;
			color: #fff;
			font-size: 16px;
			line-height: 22px;
			font-weight: normal;
		}

			.menu-holder .page-title a:hover {
				color: #131f49;
			}

			.menu-holder .page-title a span {
				display: inline-block;
			}

				.menu-holder .page-title a span:first-child {
					margin: 0 10px 0 0;
				}

				.menu-holder .page-title a span img {
					width: 100%;
					filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(261deg) brightness(105%) contrast(104%);
				}

			.menu-holder .page-title a:hover span img {
				filter: brightness(0) saturate(100%) invert(6%) sepia(59%) saturate(3342%) hue-rotate(220deg) brightness(104%) contrast(92%);
			}

ul.sub-nav {
	margin: 0;
	padding: 0;
	width: 78%;
}

	ul.sub-nav li {
		display: inline-block;
		list-style: none;
		padding: 0;
		margin: 0 15px 0 0;
	}

		ul.sub-nav li a {
			display: block;
			color: #fff;
			font-size: 11px;
			line-height: 18px;
			text-align: center;
		}

			ul.sub-nav li a:hover {
				color: #131f49;
			}

			ul.sub-nav li a span {
				display: block;
				width: 35px;
				margin: 0 auto 0;
			}

				ul.sub-nav li a span img {
					width: 100%;
					filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(261deg) brightness(105%) contrast(104%);
				}

			ul.sub-nav li a:hover span img {
				filter: brightness(0) saturate(100%) invert(6%) sepia(59%) saturate(3342%) hue-rotate(220deg) brightness(104%) contrast(92%);
			}

.list-scholarship {
	padding: 0 0 0 0;
}

	.list-scholarship .table {
		width: 100%;
	}

		.list-scholarship .table th {
			font-weight: normal;
			background: #131f49;
			color: #fff;
		}

		.list-scholarship .table th,
		.list-scholarship .table td {
			border-bottom: 1px solid #131f49;
		}

		.list-scholarship .table tr {
			display: flex;
			flex-wrap: wrap;
			justify-content: flex-start;
		}

			.list-scholarship .table tr td:nth-child(1),
			.list-scholarship .table tr th:nth-child(1) {
				width: 40%;
			}

			.list-scholarship .table tr td:nth-child(2),
			.list-scholarship .table tr th:nth-child(2) {
				width: 15%;
			}

			.list-scholarship .table tr td:nth-child(3),
			.list-scholarship .table tr th:nth-child(3) {
				width: 30%;
			}

			.list-scholarship .table tr td:nth-child(4),
			.list-scholarship .table tr th:nth-child(4) {
				width: 15%;
			}

		.list-scholarship .table .uni-name {
			display: flex;
			height: 100%;
			align-items: center;
			gap: 10px;
		}

			.list-scholarship .table .uni-name .uni-img img {
				width: 50px;
				height: 50px;
			}

			.list-scholarship .table .uni-name a {
				font-size: 14px;
				line-height: 20px;
			}

		.list-scholarship .table td span {
			font-size: 14px;
			line-height: 20px;
		}

		.list-scholarship .table .edu-level {
			display: flex;
			height: 100%;
		}

			.list-scholarship .table .edu-level .level-icon {
				width: 22px;
				vertical-align: top;
				display: inline-block;
			}

				.list-scholarship .table .edu-level .level-icon img {
					width: 100%;
					height: 18px;
					object-fit: cover;
				}

			.list-scholarship .table .edu-level .level-detail {
				padding: 0 0 0 5px;
			}

				.list-scholarship .table .edu-level .level-detail span {
					font-size: 14px;
					line-height: 18px;
				}

		.list-scholarship .table td strong {
			font-weight: 500;
			font-size: 14px;
			line-height: 20px;
			color: #131f49;
		}

.destination-side ul.flag-list li {
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #dbdbdb;
}

	.destination-side ul.flag-list li a {
		display: flex;
		overflow: hidden;
		line-height: 18px;
		align-items: center;
		padding: 12px 0;
		justify-content: flex-start;
		text-transform: none;
		flex-wrap: nowrap;
	}

ul.flag-list li a span {
	display: -webkit-box;
	-webkit-line-clamp: 2; /* Change this to the number of lines you want */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

ul.flag-list.p-scholar li {
	margin-bottom: 0;
}

	ul.flag-list.p-scholar li a figure {
		width: 60px;
		padding: 3px;
		background: #fcf7f5;
	}

		ul.flag-list.p-scholar li a figure img {
			height: 35px;
			width: auto;
			object-fit: cover;
		}

	ul.flag-list.p-scholar li a {
		padding: 10px 5px;
	}

.get-latest-scholorship {
	margin-bottom: 30px;
	border-radius: 10px;
	background: #e76a27;
	padding: 20px;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

	.get-latest-scholorship .icon-box {
		width: 20%;
		text-align: center;
	}

		.get-latest-scholorship .icon-box img {
			display: inline-block;
		}

	.get-latest-scholorship .desc {
		width: 60%;
	}

		.get-latest-scholorship .desc h4 {
			font-size: 20px;
			line-height: 26px;
			color: #fff;
			font-weight: normal;
			margin: 0 0 10px 0;
		}

		.get-latest-scholorship .desc p {
			margin: 0;
		}

	.get-latest-scholorship .newsletter {
		width: 16%;
		text-align: center;
		background: #131f49;
		border-radius: 10px;
		padding: 20px;
		margin: 0 2%;
	}

		.get-latest-scholorship .newsletter span {
			display: block;
		}

.three-boxes {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 -15px;
}

	.three-boxes .box {
		width: 30%;
		margin: 0 15px 20px;
		background: #fcf7f5;
		padding: 15px;
		border-radius: 8px;
	}

.ans {
	padding: 10px 0 15px 20px;
}

.detail-box-sch {
	padding: 0px 0 20px 20px;
}

	.detail-box-sch .inner-box {
		/*display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
		overflow: hidden;
		border: 1px solid #d0d0d0;
		padding: 15px 0;
		margin-bottom: 20px;
		width: 1000px;*/
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
		overflow: hidden;
		border: 1px solid #d0d0d0;
		padding: 15px 0;
		margin-bottom: 20px;
	}

		.detail-box-sch .inner-box .img-holder {
			width: 15%;
			padding: 5px;
		}

			.detail-box-sch .inner-box .img-holder figure img {
				height: 127px;
				width: 127px;
				object-fit: contain;
			}

		.detail-box-sch .inner-box .desc {
			width: 60.2%;
			margin: 0 20px 0 15px;
			position: relative;
		}

			.detail-box-sch .inner-box .desc h2 {
				margin: 0 0 10px 0;
				font-size: 18px;
				line-height: 24px;
			}

			.detail-box-sch .inner-box .desc p {
				margin: 0 0 5px 0;
				font-size: 14px;
			}

				.detail-box-sch .inner-box .desc p span {
					display: inline-block;
					padding: 0 5px 0 0;
				}

					.detail-box-sch .inner-box .desc p span img {
						width: 20px;
						height: 20px;
						object-fit: cover;
					}

		.detail-box-sch .inner-box .right-box {
			width: 21%;
			height: 100%;
			background: #d0d0d0;
			padding: 100px 0;
			margin: -100px 0;
		}

			.detail-box-sch .inner-box .right-box .date-issue {
				display: flex;
				align-items: center;
				padding: 0 15px;
				justify-content: space-between;
			}

				.detail-box-sch .inner-box .right-box .date-issue span {
					width: 45%;
					font-size: 12px;
					text-align: center;
				}

					.detail-box-sch .inner-box .right-box .date-issue span:first-child {
						font-size: 14px;
						font-weight: 500;
						color: #131f49;
					}

						.detail-box-sch .inner-box .right-box .date-issue span:first-child em {
							font-style: normal;
							font-size: 12px;
							display: block;
						}

					.detail-box-sch .inner-box .right-box .date-issue span img {
						display: block;
						margin: 0 auto 5px;
					}

.apply-btn {
	text-align: center;
	margin-bottom: 20px;
}

	.apply-btn a {
		display: inline-block;
		border-radius: 10px;
		background: #f68048;
		border: 0;
		color: #fff;
		padding: 6px 30px;
		font-size: 15px;
	}

.news-sec .list-scholarship {
	padding: 0;
}

.link-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	margin: 0 -1%;
}

	.link-box .box {
		width: 23%;
		margin: 0 1% 20px;
		background: #fcf7f5;
		border-radius: 10px;
	}

		.link-box .box a {
			display: flex;
			align-items: center;
			flex-wrap: wrap;
			min-height: 150px;
			width: 100%;
			padding: 0 20px;
		}

			.link-box .box a figure {
				width: 30%;
				margin: 0 10px 0 0;
				text-align: center;
			}

				.link-box .box a figure img {
					height: auto;
					width: 100%;
					display: inline-block;
				}

			.link-box .box a span {
				width: 62%;
				font-size: 16px;
				line-height: 22px;
			}

				.link-box .box a span em {
					display: block;
					font-style: normal;
					font-size: 13px;
				}

.scholar-type-box {
	padding: 0;
	margin: 0 -15px;
	display: flex;
}

	.scholar-type-box .inner-box {
		margin: 0 15px 20px 15px;
		background: #fcf7f5;
		border-radius: 10px;
		overflow: hidden;
		width: 48%;
	}

		.scholar-type-box .inner-box .heading {
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
			background: #131f49;
			align-items: center;
			padding: 8px 15px;
			margin: 0 0 15px 0;
		}

			.scholar-type-box .inner-box .heading .left-side img {
				filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(261deg) brightness(105%) contrast(104%);
				display: inline-block;
				height: 40px;
				margin-right: 10px;
			}

			.scholar-type-box .inner-box .heading .left-side {
				display: flex;
				align-items: center;
			}

				.scholar-type-box .inner-box .heading .left-side h3 {
					color: #fff;
					font-size: 15px;
					font-weight: normal;
					line-height: 22px;
				}

					.scholar-type-box .inner-box .heading .left-side h3 span {
						display: block;
						font-size: 12px;
						line-height: 18px;
					}

			.scholar-type-box .inner-box .heading .right-side img {
				height: 35px;
			}

		.scholar-type-box .inner-box ul {
			margin: 0 0 15px 0;
			padding: 0 15px;
			display: flex;
			flex-wrap: wrap;
		}

			.scholar-type-box .inner-box ul li {
				list-style: none;
				padding: 0;
				margin: 0 1%;
				width: 48%;
				font-size: 15px;
				line-height: 26px;
			}

.cont-details ul.consultant-list {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

	.cont-details ul.consultant-list li {
		list-style: none;
		margin: 0 0 20px 0;
		padding: 0;
		width: 32%;
	}

		.cont-details ul.consultant-list li a {
			display: flex;
			width: 100%;
			align-items: center;
		}

			.cont-details ul.consultant-list li a .img-holder {
				margin: 0 15px 0 0;
				position: relative;
				overflow: hidden;
			}

				.cont-details ul.consultant-list li a .img-holder:after {
					content: '';
					position: absolute;
					left: 0;
					top: 0;
					width: 100%;
					height: 100%;
					background: rgba(230, 107, 40, 0.4);
					transition: all 0.3s ease-in-out;
				}

			.cont-details ul.consultant-list li a:hover .img-holder:after {
				left: -100%;
			}

			.cont-details ul.consultant-list li a .img-holder img {
				height: 100px;
				margin: 0;
			}

			.cont-details ul.consultant-list li a span {
				font-size: 18px;
				line-height: 24px;
			}

				.cont-details ul.consultant-list li a span em {
					display: block;
					font-weight: normal;
					font-size: 15px;
					font-style: normal;
				}

.cont-details .center-img {
	margin: 0 auto 20px;
	display: block;
}

ul.flag-list.consultant-flags {
	margin: 0 0 20px 0;
}

	ul.flag-list.consultant-flags li a img {
		margin: 0;
	}

	ul.flag-list.consultant-flags li a span {
		font-size: 12px;
	}

		ul.flag-list.consultant-flags li a span em {
			display: block;
			font-size: 17px;
			font-style: normal;
			line-height: 24px;
		}

ul.consut-list.with-flag {
	margin-bottom: 30px;
}

	ul.consut-list.with-flag li {
		width: 8.3%;
		padding: 10px;
		border: 1px solid #f68048;
	}

.list-scholarship .table .uni-name .uni-img {
	width: 50px;
	text-align: center;
}

	.list-scholarship .table .uni-name .uni-img span.hass-letter {
		border-radius: 50%;
		background: #f68048;
		color: #fff;
		width: 40px;
		height: 40px;
		margin: auto;
		display: block;
		line-height: 40px;
		font-size: 18px;
	}

.top-consultant-detail {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

	.top-consultant-detail .img-holder {
		width: 15%;
		padding: 20px;
		margin: 0 20px 0 0;
	}

		.top-consultant-detail .img-holder figure {
			margin: 0;
			padding: 10px;
			border: 1px solid #f68048;
			border-radius: 5px;
		}

	.top-consultant-detail .text-holder {
		width: 82%;
	}

		.top-consultant-detail .text-holder ul {
			margin: 0;
			padding: 0;
		}

			.top-consultant-detail .text-holder ul li {
				list-style: none;
				padding: 0;
				margin: 0 0 10px 0;
				font-size: 16px;
				line-height: 24px;
				color: #131F49;
			}

				.top-consultant-detail .text-holder ul li em {
					font-style: normal;
					display: inline-block;
					margin: 0 11px 0 0;
				}

					.top-consultant-detail .text-holder ul li em img {
						filter: brightness(0) saturate(100%) invert(6%) sepia(59%) saturate(3342%) hue-rotate(220deg) brightness(104%) contrast(92%);
					}

	.top-consultant-detail .map-box {
		padding: 30px 0 0 0;
		width: 100%;
	}

ul.cisty-consultant {
	margin: 0 -10px 30px -10px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

	ul.cisty-consultant li {
		list-style: none;
		margin: 0;
		padding: 0 10px;
		width: 25%;
	}

		ul.cisty-consultant li a {
			display: block;
			padding: 7px 0;
			font-size: 16px;
			border-bottom: 1px solid #ddd;
			color: #131f49;
		}

			ul.cisty-consultant li a:hover {
				color: #e68242;
				border-bottom: 1px solid #e68242;
			}

.ads-box {
	margin: 0;
	padding: 0;
}

	.ads-box .news-box {
		margin-bottom: 20px;
	}

		.ads-box .news-box .img-holder figure img {
			height: 200px;
			margin-top :40px;
		}

.cont-details p span {
	margin: 0 0 10px 0;
	display: inline-block;
}

	.cont-details p span img {
		display: inline-block;
		vertical-align: top;
		margin: 0 5px 0 0;
	}

.cont-details ul.consut-list.with-flag {
	margin-left: 0;
}

ul.consut-list.with-flag img {
	margin: 0;
}

.consultant-info {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	border-bottom: 1px solid #ddd;
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
}

	.consultant-info .img-box {
		width: 20%;
		padding: 10px;
		margin: 0 15px 0 0;
	}

	.consultant-info .text-box {
		width: 76%;
	}

	.consultant-info .img-box figure {
		margin: 0;
		padding: 10px;
		border: 1px solid #f68048;
		border-radius: 5px;
	}

		.consultant-info .img-box figure img {
			margin: 0;
			width: 100%;
		}

	.consultant-info .text-box h3 {
		margin-bottom: 10px;
	}

.country-consultant {
	margin: 0;
	padding: 0;
}

	.country-consultant ul {
		margin: 0 -12px;
		padding: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}

		.country-consultant ul li {
			width: 48%;
			margin: 0 12px;
			padding: 0;
			list-style: none;
		}

			.country-consultant ul li a {
				display: block;
				padding: 5px 5px 10px;
				border-bottom: 1px solid #ddd;
				margin: 0 0 10px 0;
			}

				.country-consultant ul li a .inner-box {
					display: flex;
					align-items: center;
				}

					.country-consultant ul li a .inner-box figure {
						width: 60px;
						height: 60px;
						border: 1px solid #f68048;
						padding: 5px;
						border-radius: 5px;
					}

						.country-consultant ul li a .inner-box figure img {
							width: 100%;
						}

					.country-consultant ul li a .inner-box .details {
						display: flex;
						justify-content: space-between;
						width: 90%;
						padding: 0 0 0 10px;
					}

						.country-consultant ul li a .inner-box .details span {
							width: 33%;
							padding: 0 10px;
							text-align: center;
						}

							.country-consultant ul li a .inner-box .details span:first-child {
								text-align: left;
							}

.uni-top-box ul.flag-list li {
	width: 25%;
}

ul.sml-flag {
	margin: 0 -5px;
	padding: 0;
}

	ul.sml-flag li {
		width: 19.5%;
		list-style: none;
		padding: 0 0;
		margin: 0 5px 5px 5px;
		display: inline-block;
	}

		ul.sml-flag li img {
			height: 40px;
		}

.scholar-type-box.uni .inner-box ul li {
	width: 100%;
	margin-bottom: 10px;
}

.scholar-type-box .inner-box ul li span {
	display: inline-block;
	width: 24%;
	font-weight: 500;
}

.scholar-type-box .inner-box ul li img {
	height: 30px;
}

.btn-box {
	display: flex;
	width: 100%;
	justify-content: center;
}

	.btn-box a {
		width: 150px;
		background: #f68048;
		color: #fff;
		text-align: center;
		padding: 5px;
		border-radius: 5px;
		margin: 0 5px;
		font-weight: normal;
	}

.rank-box {
	border: 1px solid #ddd;
	border-radius: 10px;
	width: 100%;
	padding: 15px;
	margin: 0 0 20px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

	.rank-box a {
		width: 20%;
		display: flex;
		align-items: center;
		justify-content: center;
		border-right: 1px solid #f68048;
	}

		.rank-box a span {
			font-size: 36px;
			display: inline-block;
			padding: 0 15px;
			color: #f68048;
		}

	.rank-box ul {
		padding: 0 0 0 20px;
		margin: 0;
	}

		.rank-box ul li {
			display: block;
			padding: 6px 0;
			margin: 0;
		}

			.rank-box ul li span {
				display: inline-block;
				width: 60px;
				font-weight: 500;
				text-align: center;
			}

.uni-top-box .detail-box-sch .inner-box .desc {
	width: 59%;
}

.uni-top-box .detail-box-sch .inner-box .right-box {
	width: 22.3% !important;
}

.uni-top-box .detail-box-sch .inner-box ul.sml-flag {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}

	.uni-top-box .detail-box-sch .inner-box ul.sml-flag li {
		width: 26%;
	}

		.uni-top-box .detail-box-sch .inner-box ul.sml-flag li img {
			width: 100%;
			height: auto;
		}

.load-more {
	text-align: center;
	margin-bottom: 20px;
}

	.load-more a {
		background: #f68048;
		color: #fff;
		text-align: center;
		padding: 5px 20px;
		border-radius: 5px;
		margin: 0 5px;
		font-weight: normal;
		display: inline-block;
	}

		.load-more a:hover {
			background: #131F49;
		}

.uni-top-box ul.flag-list.test-list li {
	width: 33%;
}

	.uni-top-box ul.flag-list.test-list li a figure {
		float: left;
		width: 60%;
		margin: 0 15px 0 0;
		border: 1px solid #ddd;
		padding: 3px;
	}

	.uni-top-box ul.flag-list.test-list li a span {
		padding-right: 15px;
	}

.country-consultant ul li a .inner-box figure.has-letter {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f68048;
	font-size: 24px;
	color: #fff;
}

ul.consut-list.with-flag.test li {
	width: 15.5%;
}

	ul.consut-list.with-flag.test li img {
		height: 80px;
		object-fit: contain;
	}

.ask-ques {
	display: inline-block;
	padding: 5px 20px;
	border-radius: 5px;
	background: #131f49;
	color: #fff;
	margin: 0 auto;
}

.detail-box-sch .inner-box .last-bx {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	background: #fff;
	padding: 10px 15px 15px;
	margin: 15px 0 -15px 0;
	justify-content: space-between;
	align-items: center;
}

	.detail-box-sch .inner-box .last-bx a {
		color: #e76a27;
	}

.faq-discus {
	margin: 0;
	padding: 0;
}

	.faq-discus ul {
		margin: 0;
		padding: 0;
	}

		.faq-discus ul li {
			list-style: none;
			padding: 0 0 0 0;
			margin: 0 0 15px 0;
			display: flex;
			flex-wrap: wrap;
			justify-content: flex-start;
			align-items: center;
		}

			.faq-discus ul li figure {
				overflow: hidden;
				height: 70px;
				width: 70px;
				border-radius: 50%;
			}

				.faq-discus ul li figure img {
					width: 100%;
				}

			.faq-discus ul li .text-box {
				width: 90%;
				margin: 0 0 0 15px;
				border: 1px solid #ddd;
				border-radius: 10px;
				padding: 10px 15px;
				justify-content: space-between;
				display: flex;
				align-items: center;
			}

				.faq-discus ul li .text-box .bx-1 {
					width: 82%;
				}

					.faq-discus ul li .text-box .bx-1 h4 {
						margin-bottom: 10px;
					}

				.faq-discus ul li .text-box .bx-2 {
					width: 18%;
					padding: 0 15px;
					border-left: 1px solid #ddd;
				}

					.faq-discus ul li .text-box .bx-2 span {
						display: block;
						padding: 3px 0;
					}

						.faq-discus ul li .text-box .bx-2 span img {
							margin: 0 10px 0 0;
						}

.member-info {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

	.member-info .text-holder {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}

		.member-info .text-holder figure {
			margin: 0 15px 0 0;
			width: 80px;
			height: 80px;
			border-radius: 50%;
			overflow: hidden;
			border: 2px solid #d86a2e;
			background: #fff;
			padding: 2px;
			box-shadow: 0 0 8px #d0c0c0;
		}

			.member-info .text-holder figure img {
				width: 100%;
				height: 100%;
				border-radius: 50%;
			}

		.member-info .text-holder .info {
			padding: 0;
			text-align: left;
		}

			.member-info .text-holder .info h3 {
				margin: 0 0 5px 0;
				padding: 0;
				font-size: 22px;
				line-height: 28px;
			}

			.member-info .text-holder .info p {
				margin: 0 0 2px 0;
				font-size: 16px;
				line-height: 24px;
			}

	.member-info .lst-box a {
		color: #fff;
		padding: 15px 20px;
		margin: 0;
		font-size: 14px;
		line-height: 34px;
		background: #131f49;
		border-radius: 10px;
	}

		.member-info .lst-box a:hover {
			background: #d86a2e;
		}

.cont-details.mem-sec {
	background: #fff;
	border-radius: 10px;
	padding: 20px 15px;
	margin: 0 0 20px 0;
	box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.2);
	border-bottom: 0;
}

	.cont-details.mem-sec .search-box {
		padding: 15px 0;
		border-bottom: 2px solid #ddd;
	}

		.cont-details.mem-sec .search-box .field-set {
			width: 24%;
			margin: 0 10px;
			padding: 0;
		}

			.cont-details.mem-sec .search-box .field-set:last-child {
				width: 20%;
			}

			.cont-details.mem-sec .search-box .field-set label {
				font-weight: normal;
				font-size: 15px;
				line-height: 24px;
			}

			.cont-details.mem-sec .search-box .field-set input[type="text"],
			.cont-details.mem-sec .search-box .field-set select {
				border: 1px solid #ddd;
			}

.cont-details .table-box {
	padding: 20px 0 0 0;
	margin: 0 0 20px 0;
}

	.cont-details .table-box .table th {
		font-weight: normal;
		background: #131f49;
		color: #fff;
		border: 0;
	}

	.cont-details .table-box .table tr td {
		font-weight: normal;
		border: 1px solid #ddd;
		vertical-align: middle;
		/* display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; */
	}

		.cont-details .table-box .table tr td:first-child {
			border-left: 0;
		}

		.cont-details .table-box .table tr td:last-child {
			border-right: 0;
		}

		.cont-details .table-box .table tr td img {
			margin: 0;
		}

		.cont-details .table-box .table tr td ul {
			margin: 0;
			padding: 0;
		}

			.cont-details .table-box .table tr td ul li {
				list-style: none;
				margin: 0;
				padding: 0;
				height: 35px;
				display: inline-block;
			}

				.cont-details .table-box .table tr td ul li img {
					height: 35px;
					width: 52px;
				}

		.cont-details .table-box .table tr td span {
			text-align: center;
			display: block;
		}

		.cont-details .table-box .table tr td a.details {
			background: #131F49;
			width: 35px;
			height: 35px;
			border-radius: 5px;
			display: block;
			text-align: center;
			line-height: 32px;
			margin: 0 auto;
		}

			.cont-details .table-box .table tr td a.details:hover {
				background: #d86a2e;
			}

		.cont-details .table-box .table tr td a.del {
			background: #d86a2e;
			width: 35px;
			height: 35px;
			border-radius: 5px;
			display: block;
			text-align: center;
			line-height: 32px;
			margin: 0 auto;
		}

			.cont-details .table-box .table tr td a.del:hover {
				background: #131F49;
			}

		.cont-details .table-box .table tr td:nth-child(3) {
			max-width: 350px;
		}

		.cont-details .table-box .table tr td:nth-child(4) {
			max-width: 200px;
		}

.cont-details.mem-sec .search-box.profile {
	display: block;
}

	.cont-details.mem-sec .search-box.profile .field-set {
		width: 100%;
		margin: 0 0 15px 0;
	}

.search-box.profile .field-set .left,
.search-box.profile .field-set .right {
	display: table-cell;
	vertical-align: middle;
}

.search-box.profile .field-set .left {
	width: 90px;
	min-width: 90px;
	padding-right: 0;
	margin: -30px 0 0 0;
}

	.search-box.profile .field-set .left img {
		width: 80px;
		height: 80px;
		object-fit: contain;
		margin: 0;
	}

.search-box.profile .field-set span.btn.btn-large.btn-alpha {
	border-radius: 6px;
	background: #f68048;
	border: 0;
	color: #fff;
	padding: 5px 20px;
	font-size: 14px;
	line-height: 28px;
	margin-top: 0;
}

.search-box.profile .field-set .img-holder {
	display: block;
	vertical-align: middle;
	width: 2em;
	height: 2em;
}

	.search-box.profile .field-set .img-holder img {
		width: 100%;
		max-width: 100%;
	}

.search-box.profile .field-set .file-wrapper {
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	position: relative;
}

	.search-box.profile .field-set .file-wrapper:hover .btn {
		background-color: #131f49 !important;
	}

	.search-box.profile .field-set .file-wrapper input {
		cursor: pointer;
		font-size: 100px;
		height: 100%;
		filter: alpha(opacity=1);
		-moz-opacity: 0.01;
		opacity: 0.01;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 9;
	}

.upload-img {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.search-box.profile .field-set .check-box {
	border: 1px solid #ddd;
	border-radius: 6px;
	padding: 10px 10px 0;
}

	.search-box.profile .field-set .check-box ul {
		margin: 0;
		padding: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}

		.search-box.profile .field-set .check-box ul li {
			margin: 0 0 10px 0;
			padding: 0;
			width: 50%;
			list-style: none;
		}

.styled-checkbox {
	position: absolute;
	opacity: 0;
}

	.styled-checkbox + label {
		position: relative;
		cursor: pointer;
		padding: 0;
		display: -webkit-box;
		-webkit-line-clamp: 1; /* number of lines to show */
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}

		.styled-checkbox + label:before {
			content: "";
			margin-right: 10px;
			display: inline-block;
			vertical-align: text-top;
			width: 20px;
			height: 20px;
			background: #ddd;
		}

	.styled-checkbox:hover + label:before {
		background: #f35429;
	}

	.styled-checkbox:focus + label:before {
		box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
	}

	.styled-checkbox:checked + label:before {
		background: #f35429;
	}

	.styled-checkbox:disabled + label {
		color: #b8b8b8;
		cursor: auto;
	}

		.styled-checkbox:disabled + label:before {
			box-shadow: none;
			background: #ddd;
		}

	.styled-checkbox:checked + label:after {
		content: "";
		position: absolute;
		left: 5px;
		top: 9px;
		background: white;
		width: 2px;
		height: 2px;
		box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
		transform: rotate(45deg);
	}

.heading-img {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
}

	.heading-img .img-holder {
		margin: 0 15px 0 0;
	}

	.heading-img h2 {
		margin: 0;
	}

	.heading-img .heading-sce {
		width: 92%;
	}

.company-box {
	border-radius: 5px;
	background: #d86a2e;
	padding: 30px 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	min-height: 180px;
	margin-bottom: 20px;
}

	.company-box .c-box {
		width: 40%;
		padding: 0 15px;
	}

		.company-box .c-box p {
			font-size: 18px;
			line-height: 24px;
			color: #fff;
			margin: 0;
		}

	.company-box .c-box1 {
		text-align: center;
		width: 20%;
	}

		.company-box .c-box1 a {
			color: #fff;
			padding: 10px 20px;
			margin: 0;
			font-size: 14px;
			line-height: 34px;
			background: #131f49;
			border-radius: 10px;
			border: 1px solid #131f49;
		}

			.company-box .c-box1 a:hover {
				background: #d86a2e;
			}

.tick-box {
	margin: 0;
	padding: 0;
}

	.tick-box ul {
		margin: 0;
		padding: 0;
	}

		.tick-box ul li {
			display: block;
			padding: 0 0 0 30px;
			margin: 0 0 5px 0;
			list-style: none;
			background: url(assets/images/mem/tick-circle.webp) no-repeat 0 2px;
			font-size: 16px;
			line-height: 30px;
		}

.cont-details nav {
	text-align: right;
}

	.cont-details nav .pagination > li > a,
	.cont-details nav .pagination > li > span {
		position: relative;
		float: left;
		padding: 6px 12px;
		line-height: 1.42857143;
		text-decoration: none;
		color: #131f49;
		background-color: #ffffff;
		border: 1px solid #131f49;
		margin-left: -1px;
	}

	.cont-details nav .pagination > .active > span {
		color: #ffffff;
		background-color: #d86a2e;
		border-color: #d86a2e;
	}

	.cont-details nav .pagination > li > a:hover,
	.cont-details nav .pagination > li > span:hover,
	.cont-details nav .pagination > li > a:focus,
	.cont-details nav .pagination > li > span:focus {
		color: #ffffff;
		background-color: #d86a2e;
		border-color: #d86a2e;
	}

.cont-details .table-box .table tr td.btn-holder {
	width: 180px;
}

	.cont-details .table-box .table tr td.btn-holder a {
		color: #fff;
		padding: 5px 15px;
		margin: 0;
		display: inline-block;
		font-size: 14px;
		line-height: 20px;
		background: #131f49;
		border-radius: 6px;
	}

		.cont-details .table-box .table tr td.btn-holder a:last-child {
			background: #f00;
		}

		.cont-details .table-box .table tr td.btn-holder a:hover {
			background-color: #d86a2e;
		}

.s-view {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
}

	.s-view span {
		position: relative;
		padding: 0 0;
		font-size: 14px;
		width: 75%;
		display: -webkit-box;
		-webkit-line-clamp: 1; /* number of lines to show */
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}

		.s-view span:first-child {
			width: 25%;
			padding: 5px 0;
		}

		.s-view span img {
			margin: 0 5px 0 0;
			height: 21px;
		}

.manage-box {
	background: #f1f1f1;
	margin: 20px 0 20px 0;
	border-radius: 5px;
	padding: 15px 20px;
}

	.manage-box h3 {
		margin-bottom: 15px;
	}

.custom-radios div {
	display: inline-block;
}

.custom-radios input[type=radio] {
	display: none;
}

	.custom-radios input[type=radio] + label {
		color: #333;
		font-family: Arial, sans-serif;
		font-size: 14px;
	}

		.custom-radios input[type=radio] + label span {
			display: inline-block;
			width: 80px;
			height: 40px;
			margin: -1px 4px 0 0;
			vertical-align: middle;
			cursor: pointer;
			border-radius: 6px;
			border: 2px solid #FFFFFF;
			box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
			background-repeat: no-repeat;
			background-position: center;
			text-align: center;
			line-height: 50px;
		}

			.custom-radios input[type=radio] + label span img {
				opacity: 0;
				transition: all 0.3s ease;
			}

	.custom-radios input[type=radio]#color-1 + label span {
		background-color: #2ecc71;
	}

	.custom-radios input[type=radio]#color-2 + label span {
		background-color: #3498db;
	}

	.custom-radios input[type=radio]#color-3 + label span {
		background-color: #f1c40f;
	}

	.custom-radios input[type=radio]#color-4 + label span {
		background-color: #e74c3c;
	}

	.custom-radios input[type=radio]:checked + label span img {
		opacity: 1;
	}

.ck-editor__editable[role="textbox"] {
	/* editing area */
	min-height: 300px;
	resize: both;
}

.ck-content .image {
	/* block images */
	max-width: 80%;
	margin: 20px auto;
}

.modal-lg.modal-details {
	width: 1050px;
}

	.modal-lg.modal-details .modal-content {
		background: #fff;
		border-radius: 10px;
		padding: 0;
		margin: 0 0 20px 0;
		box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.2);
		border-bottom: 0;
	}

.modal-body {
	padding: 0;
}

	.modal-body button.close {
		position: absolute;
		right: -15px;
		top: -15px;
		width: 30px;
		height: 30px;
		border-radius: 50%;
		background: #f68048;
		opacity: 1;
		color: #fff;
		font-weight: normal;
	}

		.modal-body button.close:hover {
			background: #131f49;
		}

.modal-lg.modal-details .modal-content .cont-details.mem-sec {
	margin: 0 !important;
}

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

	.main-area {
		transition: transform 0.5s ease;
	}

	.main-area {
		opacity: 0;
		animation: fadeIn 2s 3s forwards; /* 3s delay before 2s fade-in */
	}

	@keyframes fadeIn {
		to {
			opacity: 1;
		}
	}
}

.cont-details ul.tabs-nav {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.tabs-nav li {
	width: 33.33%;
	list-style: none;
}

	.tabs-nav li:first-child a {
		border-right: 0;
		border-top-left-radius: 6px;
	}

	.tabs-nav li:last-child a {
		border-top-right-radius: 6px;
	}

	.tabs-nav li a {
		background: #eaeaed;
		border: 1px solid #cecfd5;
		color: #131f49;
		display: block;
		font-weight: normal;
		padding: 10px 0;
		text-align: center;
		text-decoration: none;
	}

.cont-details .tabs-nav li a span {
	display: inline-block;
	width: 28px;
	height: 28px;
	padding: 3px;
	margin-right: 5px;
}

	.cont-details .tabs-nav li a span img {
		margin: -6px 0 0 0;
		width: 100%;
		display: inline-block;
		filter: brightness(0) saturate(100%) invert(0%) sepia(98%) saturate(8%) hue-rotate(131deg) brightness(103%) contrast(102%);
	}

.tabs-nav li a:hover {
	color: #fff;
	background: #f68048;
}

.cont-details .tabs-nav li a:hover span img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(4%) saturate(465%) hue-rotate(208deg) brightness(117%) contrast(100%);
}

.tabs-nav li.tab-active a {
	background: #f68048;
	border-bottom-color: transparent;
	color: #131f49;
	cursor: default;
}

.cont-details .tabs-nav li.tab-active a span img {
	filter: brightness(0) saturate(100%) invert(10%) sepia(36%) saturate(3205%) hue-rotate(212deg) brightness(90%) contrast(98%);
}

.tabs-stage {
	border: 1px solid #cecfd5;
	border-radius: 0 0 6px 6px;
	border-top: 0;
	clear: both;
	padding: 24px 30px;
	position: relative;
	top: -1px;
}

	.tabs-stage > div {
		display: none;
	}

	.tabs-stage .tab-inner {
		display: block;
	}

a.a-login {
	color: #fff;
	padding: 5px 20px;
	margin: 20px 0 0;
	font-size: 14px;
	line-height: 30px;
	background: #131f49;
	border-radius: 10px;
	display: inline-block;
}

	a.a-login:hover {
		background: #f68048;
	}

.destination-side ul.news-sm-list li a .text-box {
	float: left;
	width: 70%;
}

.destination-side ul.news-sm-list li a figure {
	float: right;
	width: 70px;
	margin: 0;
}

.news-sec .right-news-bar .news-box .img-holder figure img {
	height: 150px !important;
}

.news-sec .right-news-bar .news-box .text-holder h3 {
	font-size: 15px;
	line-height: 22px;
}

.heading-sce a.btn-top {
	position: absolute;
	right: 0px;
	top: -10px;
	color: #fff;
	border-radius: 4px 4px 0 0;
	background: #f47e4e;
	font-size: 14px;
	line-height: 1.5;
	padding: 3px 10px;
}

	.heading-sce a.btn-top:hover {
		background: #131f49;
	}

.detail-box-sch .inner-box .desc .consultantType {
	position: absolute;
	right: 0;
	top: -40px;
}

/* Globally hide validation messages until triggered by JS */
.validation-message { display: none; }
