@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Alata&family=Lora:wght@400;500;600;700&family=Noto+Sans+TC:wght@100;200;300;400;500;600;700;800;900&family=Noto+Sans:wght@100;200;300;400;500;600;700;800;900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
body {
	font-family: 'Noto Sans TC', sans-serif;
}
ul {
	padding: 0px;
	margin: 0px;
}
li {
	list-style: none;
}
.container {
	max-width: 1020px;
}
.container-fluid {
	padding-right: 0px;
	padding-left: 0px;
	width: 100%;
}
a {
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
/********* Menu css *********/
.baner-menu-section {
	width: 100%;
	float: left;
}
.wrapper-menu ul.navbar-nav li a {
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	margin-left: 4px;
}
.nav-item.buy-now a {
	background: #302018;
	border-radius: 10px;
	padding: 5px 22px !important;
}
.wrapper-menu.fixed ul.navbar-nav li.buy-now a {
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	margin-left: 23px;
	background: #ffa725;
}
.wrapper-menu ul.navbar-nav {
	margin-left: auto;
}
.add-banner-wr .col-md-3 {
	padding: 0px;
}
.add-banner-wr {
	background-size: cover;
}
 @media (max-width:991px) {
.container {
	max-width: 100%;
}
.menu-bar ul.menu {
	position: fixed;
	width: 255px;
	left: 0;
	text-align: left;
	background: #ffffff;
	z-index: 2;
	padding: 0px 0px;
	z-index: 999;
	top: 0;
	height: 100%;
	left: -100%;
	transition: all .4s;
	transition: all .4s;
	box-shadow: 5px 0 5px -5px #333;
}
.nav_area ul li a img {
	padding-right: 10px;
	max-width: 41px;
	margin-top: -10px;
}
.menu-bar ul.menu.open {
	left: 0;
	overflow-y: scroll;
	padding-bottom: 30px;
}
.header .row {
	align-items: center;
}
.toggle {
	color: #fff;
	cursor: pointer;
	font-size: 20px;
	margin: 0;
	text-align: center;
	display: block;
	position: absolute;
	right: -6px;
	top: -66px;
	z-index: 9999;
	background: #f7b853;
	width: 38px;
	height: 38px;
	line-height: 38px;
	border-radius: 50%;
}
.menu-side {
	position: initial;
}
.nav_area ul li a {
	line-height: 39px !important;
	font-size: 14px;
	color: #000000;
	padding: 0px 14px;
	display: inline-block;
	width: 100%;
}
span.arrow {
	position: absolute;
	right: 5px;
	color: #000;
	top: 7px;
	width: 40px;
	text-align: center;
	height: 30px;
}
nav.nav_area ul li {
	display: block;
	position: relative;
	border: 0;
}
nav.nav_area ul li {
	border-bottom: solid 1px #bfbfbf;
}
.menu-logo-mobile-view {
	padding: 12px;
}
.menu-logo-mobile-view a {
	display: inline-block;
	max-width: 95%;
}
ul.sub-menu {
	display: none;
	position: relative;
	background: transparent;
	padding: 0;
}
ul li .sub-menu li a {
	line-height: 14px;
}
.header .container {
	position: initial;
}
ul.sub-menu span.arrow {
	right: 10px;
	text-align: right;
}
span.arrow.close-icon i:before {
	content: '\f106';
}
ul.sub-menu li.menu-item-has-children span.arrow.close-icon i:before {
	content: "\f106";
}
.home-slider.owl-carousel .owl-item img {
	height: 300px;
}
.top-bar img {
	max-width: 25px;
	vertical-align: middle;
}
.select-drop {
	margin: 20px auto 0;
}
.menu-bar {
	position: initial;
	background: transparent;
}
}
 @media (min-width: 992px) {
label.toggle {
	display: none;
}
.menu-bar {
	width: 100%;
	text-align: left;
}
.nav_area > ul > li {
	display: inline-block;
	position: relative;
	padding-left: 65px;
}
li.menu-item-has-children.language::after {
	content: "";
	position: absolute;
	border-right: solid 1px #fff;
	right: -4px;
	height: 14px;
	top: 5px;
}
li.menu-item-has-children.language {
	position: relative;
}
li.menu-item-has-children.language-chan {
	padding-right: 0px;
}
.nav_area ul li a {
	color: #ffffff;
	font-size: 15px;
	display: inline-block;
	text-decoration: none;
	padding-bottom: 9px;
	font-weight: bold;
	letter-spacing: 2px;
}
span.arrow {
	display: inline-block;
	padding-left: 0px;
	color: #ffffff;
	margin-left: 4px;
	position: absolute;
	bottom: 9px;
	font-size: 9px;
}
.nav_area > ul > li ul.sub-menu {
	transform-origin: 50% 0;
	transform: scaleY(0) translateZ(0);
	transition: transform 0.3s, opacity 0.3s;
	display: block;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	display: none;
}
ul.sub-menu {
	min-width: 195px;
}
ul.sub-menu {
	position: absolute;
	background: #003681;
	z-index: 555;
	text-align: left;
}
.nav_area ul li:hover ul.sub-menu {
	display: block;
}
ul.sub-menu {
	position: absolute;
	background: #ffffff;
	z-index: 555;
	text-align: left;
	border-radius: 10px;
	-webkit-box-shadow: -10px 6px 32px 0 rgb(26 41 66 / 4%);
	box-shadow: -10px 6px 32px 0 rgb(26 41 66 / 4%);
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.nav_area > ul > li:hover > ul.sub-menu, .nav_area ul.sub-menu > li:hover > ul.sub-menu {
	transform: scaleY(1) translateZ(0);
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
	overflow: visible;
	z-index: 20;
	-webkit-transition: opacity .2s ease-out, -webkit-transform .25s cubic-bezier(.1, .47, .3, 1.15);
	transition: opacity .2s ease-out, -webkit-transform .25s cubic-bezier(.1, .47, .3, 1.15);
	-o-transition: opacity .2s ease-out, transform .25s cubic-bezier(.1, .47, .3, 1.15);
	transition: opacity .2s ease-out, transform .25s cubic-bezier(.1, .47, .3, 1.15);
	transition: opacity .2s ease-out, transform .25s cubic-bezier(.1, .47, .3, 1.15), -webkit-transform .25s cubic-bezier(.1, .47, .3, 1.15);
}
ul.sub-menu li ul.sub-menu {
	left: 100%;
	top: 0px;
	width: 100%;
}
.nav_area > ul > li ul.sub-menu li a:hover {
	width: 100%;
	padding-left: 26px;
	background: #ffe59f;
}
.nav_area > ul > li ul.sub-menu li a {
	color: #000;
	position: relative;
	letter-spacing: 0px;
	font-weight: 500;
	border-bottom: solid 1px #d5e3ff;
}
ul.sub-menu li a {
	color: #000;
	line-height: 20px;
	padding: 9px 20px;
	font-size: 13px;
	display: inline-block;
	text-transform: capitalize;
	text-decoration: none;
	font-weight: bold;
	-webkit-transition: padding .2s ease-out;
	-o-transition: padding .2s ease-out;
	transition: padding .2s ease-out;
	width: 100%;
}
ul.sub-menu li.menu-item-has-children .arrow {
	color: #fff;
	padding-left: 0;
}
}
.top-logo.logo-mobile {
	display: none;
}
.navbar-nav li:hover > ul.dropdown-menu {
	display: block;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
}
/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
	text-decoration: underline;
	transform: rotate(-90deg);
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu {
	background: #50418a;
	padding-top: 0px;
	padding-bottom: 0px;
	border-radius: 0;
	margin-top: 0px;
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu a {
	font-size: 15px;
	padding-left: 11px;
	padding-right: 7px;
	margin-left: 0px;
	line-height: 28px;
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu a:hover {
	background: #3b2a7b;
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu .dropdown-toggle::after {
	position: absolute;
	right: 10px;
	top: 14px;
}
.wrapper-menu nav#nav {
	padding-bottom: 0px;
}
.wrapper-menu ul.navbar-nav > li > a {
	padding-bottom: 12px;
}
.header-section {
	position: absolute;
	z-index: 9999;
	top: 10px;
	width: 100%;
}
.row.header-row {
	align-items: baseline;
	position: relative;
	margin: auto;
	z-index: 6666;
}
.logo a {
	max-width: 80%;
	display: inline-block;
}
.nav_area ul li a i.fal {
	font-size: 19px;
}
.nav_area ul li a i.far {
	font-size: 22px;
	margin-right: 4px;
	vertical-align: bottom;
}
.header-wrapper {
	position: relative;
}
.header-wrapper::after {
	content: "";
	position: absolute;
	width: 78%;
	top: 31px;
	left: 0;
	background-color: #243963;
	height: 43px;
	clip-path: polygon(50% 0%, 100% 0, 100% 35%, 100% 0, 98% 100%, 50% 100%, 0 100%, 0% 70%, 0% 35%, 0 0);
}
.header-right-info {
	text-align: right;
}
.header-right-info ul li {
	display: inline-block;
	padding-left: 2px;
}
.header-right-info ul li a {
	display: inline-block;
	background-color: #ffffff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50px;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
.header-right-info ul li a:hover {
	color: #ff8928;
}
/********* Menu css End *********/

/********* index *********/
.banner-wrapper img {
	width: 100%;
}
.news-section {
	margin-top: -90px;
	padding-bottom: 90px;
	float: left;
	width: 100%;
}
.news-details-wrapper-row {
	position: relative;
}
.news-details-wrapp {
	margin-right: 60px;
}
.news-details-wrapp .news-details-info {
	background-color: #243963;
	padding: 35px;
}
.news-details-wrapp .news-details-info .news-title {
	font-size: 34px;
	color: #eeb545;
	line-height: 44px;
	padding-bottom: 13px;
}
.news-details-wrapp .news-details-info p {
	margin-bottom: 0px;
	color: #ffffff;
	line-height: 27px;
	font-size: 17px;
}
.news-details-wrapp .btn-wrapper {
	margin-top: 0px;
	text-align: left;
}
.news-details-wrapp .btn-wrapper a {
	background-color: #eeb545;
	color: #000000;
}
.news-details-wrapp .news-pass-logo {
	max-width: 85%;
	padding-top: 37px;
}
.newsright-img {
	position: absolute;
	right: 15px;
	width: 540px;
	top: 142px;
}
.newsright-img img {
	height: 320px;
	width: 100%;
}
.latest-courses-section {
	padding: 50px 0px 70px;
	background-image: url(../images/latest-news-bgg.jpg);
	background-size: cover;
	float: left;
	width: 100%;
}
.heading-title {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 45px;
	position: relative;
}
.heading-title::after {
	content: "";
	position: absolute;
	width: 30px;
	left: 0;
	right: 0;
	border-bottom: solid 2px #243963;
	margin: auto;
	bottom: -10px;
}
.latest-courses-box-wrapper {
	background-color: #ffffff;
	box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
	margin: 5px;
}
.latest-courses-box-wrapper .latest-courses-logo {
	background-color: #dddddd;
	padding: 50px 50px 30px 25px;
}
.latest-courses-box-wrapper .latest-courses-box-text {
	padding: 11px 27px;
	min-height: 80px;
}
.latest-courses-box-wrapper .latest-courses-box-text p {
	margin-bottom: 0px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}
.btn-wrapper {
	text-align: center;
	margin-top: 10px;
}
.btn-wrapper a {
	display: inline-block;
	background-color: #243963;
	padding: 7px 25px;
	text-decoration: none;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
}
.btn-wrapper a:hover {
	background-color: #ffc005;
}
#sliderhome .owl-nav button.owl-prev {
	position: absolute;
	left: -5%;
	top: 43%;
	box-shadow: none !important;
	outline: none !important;
}
#sliderhome .owl-nav button.owl-next {
	position: absolute;
	top: 43%;
	right: -5%;
	box-shadow: none !important;
	outline: none !important;
}
#sliderhome .owl-nav button.owl-next img {
	max-width: 20px !important;
}
#sliderhome .owl-nav button.owl-prev img {
	max-width: 20px !important;
}
#sliderhome .owl-dot {
	display: none;
}
.latest-news-row {
	padding-top: 50px;
	margin: auto;
}
.latest-news-row .col-md-6 {
	padding: 0px 1px;
}
.latest-news-img img {
	width: 100%;
	height: 358px;
}
.latest-news-details-wrapp .latest-news-title {
	background-color: #f8d56d;
	padding: 10px 25px;
	font-size: 28px;
}
.latest-news-details-wrapp .latest-news-title span {
	float: right;
	line-height: 34px;
}
.latest-news-details-wrapp .latest-news-title span a {
	display: inline-block;
	font-size: 17px;
	color: #000000;
	font-weight: 500;
}
.latest-news-details-wrapp ul li {
	background-color: #ffffff;
	margin-bottom: 2px;
	padding: 25px 25px;
	font-size: 15px;
	font-weight: bold;
}
.latest-news-details-wrapp ul li span {
	float: right;
}
.latest-news-details-wrapp ul li span i.fal {
	font-size: 21px;
	vertical-align: sub;
}
.footer-section {
	background-color: #243963;
	padding: 30px 0px 0px;
	float: left;
	width: 100%;
}
.footer-details-row {
	align-items: center;
}
.footer-details-row .col-md-2 {
	max-width: 11%;
	flex: 11%;
}
.footer-details-row .col-md-6 {
	max-width: 56%;
	flex: 56%;
}
.footer-details-row .col-md-4 {
	max-width: 33%;
	flex: 33%;
}
.footer-logo a {
	display: inline-block;
}
.comp-title-info .comp-title {
	color: #eeb545;
	font-size: 23px;
	font-weight: bold;
	padding-bottom: 2px;
}
.comp-title-info .comp-title-sub {
	color: #ffffff;
	font-size: 16px;
}
.footer-details ul li {
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
}
.footer-details ul li i.fal {
	width: 25px;
	color: #eeb545;
}
.footer-details ul li a {
	color: #ffffff;
}
.copyright-text {
	text-align: center;
	margin-top: 20px;
	border-top: solid 1px #96a0b4;
	padding: 13px 0px;
}
.copyright-text p {
	margin-bottom: 0px;
	font-size: 14px;
	color: #ffffff;
}
/********* index 2 *********/
.banner-section {
	position: relative;
	float: left;
	width: 100%;
}
.banner-title {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 29%;
}
.banner-title .banner-title-text {
	color: #ffffff;
	font-size: 30px;
	letter-spacing: 3px;
	font-weight: bold;
}
.content-section {
	padding: 50px 0px;
	background-image: url(../images/cont-bgg.jpg);
	background-size: cover;
	float: left;
	width: 100%;
}
.content-row .col-md-4 {
	padding: 0px 9px;
}
.content-row .latest-courses-box-wrapper {
	margin-bottom: 35px !important;
	margin: 0px;
}
ul.pagination {
	padding-top: 10px;
	text-align: center;
	width: 100%;
	display: inline-block;
	padding-bottom: 0px;
}
ul.pagination li.page-item {
	display: inline-block;
	margin: 0px 6px;
}
ul.pagination li.page-item a.active {
	background: #243963;
	color: #fff;
	border: solid 1px #243963;
}
ul.pagination li.page-item a:hover {
	background: #243963;
	color: #fff;
	border-color: #243963;
}
li.page-item.img-iconss a.page-link:hover {
	background: none;
}
ul.pagination li.page-item a {
	color: #000;
	font-size: 14px;
	width: 33px;
	height: 33px;
	line-height: 33px;
	font-family: 'Lato', sans-serif;
	padding: 0px;
}
ul.pagination li.page-item a {
	background: none;
	border-radius: 6px;
}
ul.pagination li.img-iconss a {
	width: auto;
	height: auto;
}
ul.pagination li.page-item .page-link {
	border-radius: 50%;
}
ul.pagination li.page-item a i {
	font-size: 15px !important;
}
/********* index 3 *********/
.news-details-wrapper-info .news-details-head {
	text-align: center;
	border-bottom: solid 2px #ffbd38;
	padding-bottom: 15px;
	margin-bottom: 31px;
}
.news-details-head-logo img {
	max-width: 22%;
}
.news-details-wrapper-info .news-details-head .news-details-head-title {
	font-size: 28px;
	font-weight: bold;
	color: #2d4e90;
	padding-bottom: 2px;
}
.news-details-wrapper-info .news-details-head .news-details-head-sub {
	font-size: 18px;
	font-weight: bold;
}
.news-details-wrapper-info .cont-text p {
	font-size: 16px;
	color: #000000;
	line-height: 27px;
	margin-bottom: 26px;
}
.news-details-wrapper-info .cont-text span {
	display: inline-block;
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 25px;
}
.services-details-wrapper .services-details {
	margin-bottom: 21px;
}
.services-details-wrapper .services-details .services-title {
	font-size: 18px;
	font-weight: bold;
	color: #2d4e90;
	padding-bottom: 5px;
}
.services-details-wrapper .services-details ul li {
	font-size: 15px;
	color: #000000;
	line-height: 24px;
}
.contact-info {
	width: 64%;
	text-align: center;
	background-color: #2d4e90;
	padding: 7px 8px;
	border-radius: 50px;
	margin: auto;
	margin-top: 35px;
}
.contact-info ul li {
	display: inline-block;
	color: #f0b446;
	font-size: 21px;
	font-weight: bold;
	padding: 0px 15px;
}
.contact-info ul li i.fab {
	width: 40px;
	font-size: 30px;
}
.contact-info ul li i.fal {
	width: 36px;
	font-size: 25px;
}
.contact-info ul li.phone {
	position: relative;
}
.contact-info ul li.phone::after {
	content: "";
	position: absolute;
	border-left: solid 1px #eff2f7;
	height: 25px;
	left: 0px;
	top: 3px;
}
.besign-by a {
	text-align: right;
	font-size: 14px;
	color: #eeb545;
	display: inline-block;
	width: 100%;
}
.header-right-info.mobile-view-language-div {
	display: none;
}
/* #Progress
================================================== */
.progress-wrap {
	position: fixed;
	right: 30px;
	bottom: 30px;
	height: 42px;
	width: 42px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	box-shadow: inset 0 0 0 2px rgba(0,0,0,0.1);
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.progress-wrap::after {
	position: absolute;
	font-family: "Font Awesome 6 Pro";
	content: "\f062";
	text-align: center;
	line-height: 42px;
	font-size: 24px;
	color: #eeb545;
	left: 0;
	top: 0;
	height: 42px;
	width: 42px;
	cursor: pointer;
	display: block;
	z-index: 1;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
.progress-wrap:hover::after {
	opacity: 0;
}
.progress-wrap::before {
	position: absolute;
	font-family: "Font Awesome 6 Pro";
	content: "\f062";
	text-align: center;
	line-height: 42px;
	font-size: 24px;
	opacity: 0;
	background: #eeb545; /* --- Pijl hover kleur --- */
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	left: 0;
	top: 0;
	height: 42px;
	width: 42px;
	cursor: pointer;
	display: block;
	z-index: 2;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
.progress-wrap:hover::before {
	opacity: 1;
}
.progress-wrap svg path {
	fill: none;
}
.progress-wrap svg.progress-circle path {
	stroke: #eeb545; /* --- Lijn progres kleur --- */
	stroke-width: 4;
	box-sizing: border-box;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
.nav_area > ul > li ul.sub-menu li:last-child a {
	border: none;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}







/********* Mobile Layout *********/
@media only screen and (max-width: 767px) {
.header-row .logo {
	max-width: 285px;
}
.header-right-info.mobile-view-language-div {
	display: block;
}
.mobile-view-language-div ul {
	display: flex !important;
	align-items: center;
	justify-content: center;
	padding-top: 11px;
}
.mobile-view-language-div ul li {
	border-bottom: none !important;
}
.header-right-info ul li a {
	background-color: #ffe59f;
	font-size: 12px;
	color: #000000 !important;
	padding: 0px !important;
	text-align: center !important;
}
.besign-by a {
	text-align: center;
	margin-top: 8px;
}
.news-section {
	margin-top: 30px;
	padding-bottom: 40px;
}
.news-details-wrapp {
	margin-right: 0px;
}
.news-details-wrapp .news-details-info {
	padding: 15px;
}
.news-details-wrapp .news-details-info .news-title {
	font-size: 22px;
	line-height: 30px;
	padding-bottom: 10px;
}
.news-details-wrapp .news-details-info p {
	line-height: 23px;
	font-size: 15px;
}
.news-details-wrapp .news-pass-logo {
	max-width: 100%;
	padding-top: 20px;
}
.newsright-img {
	position: initial;
	width: 100%;
	padding-top: 35px;
}
.newsright-img img {
	height: auto;
}
.footer-details-row .col-md-6 {
	max-width: 100%;
	flex: 100%;
}
.footer-details-row .col-md-2 {
	max-width: 100%;
	flex: 100%;
}
.footer-details-row .col-md-4 {
	max-width: 1000%;
	flex: 100%;
}
#sliderhome .owl-nav button.owl-next {
	right: 0%;
}
#sliderhome .owl-nav button.owl-prev {
	left: 0%;
}
.header-right-info {
	display: none;
}
.logo a {
	max-width: 27%;
}
.header-wrapper::after {
	background: none;
}
.banner-wrapper img {
	height: 370px;
	object-fit: cover;
}
.row.header-row .col-md-2 {
	padding: 0px;
}
.latest-courses-section {
	padding: 40px 0px 50px;
}
.latest-courses-box-wrapper-row {
	margin: auto;
}
.latest-courses-box-wrapper {
	margin: 0px;
	min-height: 265px;
	margin-bottom: 2px;
}
.latest-courses-box-wrapper .latest-courses-box-text {
	padding: 15px 25px;
}
.btn-wrapper {
	margin-top: 20px;
}
#sliderhome .owl-nav button.owl-next img {
	max-width: 12px !important;
}
#sliderhome .owl-nav button.owl-prev img {
	max-width: 12px !important;
}
.latest-news-details-wrapp .latest-news-title {
	padding: 6px 15px;
	font-size: 24px;
}
.latest-news-details-wrapp .latest-news-title span a {
	font-size: 14px;
}
.latest-news-details-wrapp ul li {
	padding: 15px 15px;
	line-height: 18px;
}
.latest-news-details-wrapp ul li span i.fal {
	font-size: 17px;
	vertical-align: text-top;
}
.latest-news-img {
	padding-top: 15px;
}
.latest-news-img img {
	height: auto;
}
.footer-logo {
	text-align: center;
}
.footer-logo a {
	max-width: 30%;
}
.comp-title-info {
	padding: 25px 0px;
	text-align: center;
	padding-top: 16px;
}
.comp-title-info .comp-title {
	font-size: 21px;
	padding-bottom: 8px;
	line-height: 32px;
}
.comp-title-info .comp-title-sub {
	font-size: 14px;
	line-height: 27px;
}
.footer-details {
	text-align: center;
}
.footer-details ul li {
	font-size: 15px;
}
.copyright-text {
	padding: 13px 15px;
}
.copyright-text p {
	font-size: 13px;
}
.banner-wrapper.banner img {
	height: 228px;
}
.banner-title {
	bottom: 20%;
}
.banner-title .banner-title-text {
	font-size: 28px;
	letter-spacing: 0px;
}
.content-section {
	padding: 40px 0px;
}
ul.pagination {
	display: flex;
	justify-content: center;
}
.content-row .col-md-4 {
	padding: 0px 15px;
}
.content-row .latest-courses-box-wrapper {
	margin-bottom: 30px !important;
	min-height: 263px;
}
.news-details-head-logo img {
	max-width: 65%;
}
.news-details-wrapper-info .news-details-head .news-details-head-title {
	font-size: 21px;
	padding-bottom: 4px;
	line-height: 27px;
}
.news-details-wrapper-info .news-details-head .news-details-head-sub {
	font-size: 16px;
}
.news-details-wrapper-info .news-details-head {
	margin-bottom: 24px;
}
.news-details-wrapper-info .cont-text p {
	font-size: 15px;
	margin-bottom: 20px;
}
.news-details-wrapper-info .cont-text span {
	margin-bottom: 20px;
}
.services-details-wrapper .services-details {
	margin-bottom: 20px;
}
.contact-info {
	width: 100%;
	padding: 10px 10px;
}
.contact-info ul li {
	font-size: 16px;
	padding: 0px 15px;
	line-height: 27px;
}
.contact-info ul li i.fab {
	width: 35px;
	font-size: 25px;
}
.contact-info ul li i.fal {
	width: 35px;
	font-size: 20px;
}
.contact-info ul li.phone::after {
	border: none;
}
body.open label.toggle i.fa::before {
	content: "\f00d";
}
body.open:after {
	content: "";
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0px;
	z-index: 3333;
	display: inherit;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.5);
}
ul li .sub-menu li {
	border: none;
}
}

/********* Tablet Layout *********/
@media only screen and (min-width: 768px) and (max-width: 991px) {
.header-right-info.mobile-view-language-div {
	display: block;
}
.mobile-view-language-div ul {
	display: flex !important;
	align-items: center;
	justify-content: center;
	padding-top: 11px;
}
.mobile-view-language-div ul li {
	border-bottom: none !important;
}
.header-right-info ul li a {
	background-color: #ffe59f;
	font-size: 12px;
	color: #000000 !important;
	padding: 0px !important;
	text-align: center !important;
}
body.open label.toggle i.fa::before {
	content: "\f00d";
}
body.open:after {
	content: "";
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0px;
	z-index: 3333;
	display: inherit;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.5);
}
.latest-courses-box-wrapper .latest-courses-box-text {
	padding: 11px 17px;
	min-height: 80px;
}
ul li .sub-menu li {
	border: none;
}
.header-wrapper::after {
	background: none;
}
.logo a {
	max-width: 100%;
}
.header-right-info {
	display: none;
}
.toggle {
	right: -120px;
	top: -26px;
}
.latest-courses-box-wrapper-row {
	margin: auto;
}
#sliderhome .owl-nav button.owl-next {
	right: 0%;
}
#sliderhome .owl-nav button.owl-prev {
	left: 0%;
}
.btn-wrapper {
	margin-top: 25px;
}
.news-section {
	margin-top: -56px;
	padding-bottom: 50px;
}
.news-details-wrapp {
	margin-right: 0px;
}
.news-details-wrapp .news-details-info {
	padding: 20px;
	padding-right: 42px;
}
.news-details-wrapp .news-pass-logo {
	padding-top: 23px;
}
.newsright-img {
	width: 357px;
	top: 167px;
}
.newsright-img img {
	height: 300px;
	width: 100%;
}
.latest-news-row .col-md-6 {
	padding: 0px 2px;
}
.latest-news-img img {
	height: 350px;
}
.latest-courses-section {
	padding: 50px 0px 60px;
}
.footer-details-row .col-md-2 {
	max-width: 15%;
	flex: 15%;
}
.footer-details-row .col-md-6 {
	max-width: 52%;
	flex: 52%;
}
.comp-title-info .comp-title {
	font-size: 19px;
}
.comp-title-info .comp-title-sub {
	font-size: 14px;
}
.footer-details ul li {
	font-size: 14px;
}
.copyright-text p {
	font-size: 12px;
}
.footer-section {
	padding: 25px 0px 0px;
}
.row.content-row {
	margin: auto;
}
.content-row .col-md-4 {
	padding: 0px 7px;
}
.content-row .latest-courses-box-wrapper {
	min-height: 258px;
}
.content-row .latest-courses-box-wrapper .latest-courses-box-text {
	padding: 15px 30px;
}
.banner-wrapper.banner img {
	height: 300px;
	object-fit: cover;
}
.contact-info {
	width: 80%;
	padding: 10px 8px;
	margin-top: 30px;
}
.contact-info ul li {
	font-size: 18px;
}
.contact-info ul li.phone::after {
	top: 1px;
}
.news-details-wrapper-info .news-details-head {
	margin-bottom: 25px;
}
}



/********* Medium Layout *********/
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.latest-courses-box-wrapper-row {
	padding: 0px 58px;
}
}
