@charset "utf-8";

/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #333132;
	line-height: 26px;
	min-height: 100%;
	background-color: #fff;
	overflow-x: hidden;
}

p {
	margin: 0px;
	padding: 0px 0 20px 0;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #333132;
	line-height: 26px;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 30px;
	line-height: 34px;
	font-family: 'Lato', sans-serif;
}

h2 {
	margin: 0;
	padding: 0;
	font-size: 30px;
	line-height: 34px;
	font-family: 'Lato', sans-serif;
}

h3 {
	margin: 0;
	padding: 0;
	font-size: 24px;
	line-height: 28px;
	font-family: 'Lato', sans-serif;
}

h4 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 22px;
	font-family: 'Lato', sans-serif;
}

h5 {
	margin: 0;
	padding: 0;
	font-size: 15px;
	line-height: 19px;
	font-family: 'Lato', sans-serif;
}

h6 {
	margin: 0;
	padding: 0;
	font-family: 'Lato', sans-serif;
}



address,
blockquote,
dd,
div,
dl,
dt,
fieldset,
form,
frame,
frameset {
	margin: 0;
	padding: 0;
	border: 0px;
	outline: none;
}

label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0px;
	padding: 0;
	outline: none;
	border: 0;
}

a {
	text-decoration: none;
	border: 0px;
	outline: none;
	transition: all .5s;
}

a:hover,
a:focus,
a:active {
	text-decoration: none;
	border: 0px;
	outline: none;
	transition: all .5s;
	color: #4c7998;
}



a img {
	border: none;
	outline: none;
}

a:focus {
	outline: none;
}

button {
	-webkit-transition: background-color .3s ease, color .3s ease;
	transition: background-color .3s ease, color .3s ease;
}

button:focus {
	outline: none;
}

border {
	border-collapse: collapse;
}

hr {
	height: 1px;
	background: #333333;
	border: none;
}

.clear {
	clear: both;
}

.clearfix:before,

.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

img {
	max-width: 100%;
	height: auto;
	object-fit: cover;
	-webkit-object-fit: cover;
}



.no-pad {
	padding: 0px !important;
}

.no-mag {
	margin: 0px !important;
}



/*	Reset style			*/

::-moz-selection {
	color: #fff;
	background: #ec5252;
}

::selection {
	color: #fff;
	background: #ec5252;
}



.form-control::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #000000;
	opacity: 1
}

.form-control::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	color: #000000;
	opacity: 1
}

.form-control:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,

textarea:-ms-input-placeholder {
	color: #000000;
	opacity: 1
}

.form-control:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #000000;
	opacity: 1
}



.form-control,
input[type="text"],
input[type="tel"],
input[type="email"],
textarea,
input[type="password"],
input[type="number"],
select {
	display: block;
	width: 100%;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #000000;
	height: auto;
	background: #fff;
	padding: 6px 12px 8px;
	margin-bottom: 12px;
	outline: none;
	border-radius: 4px;
	box-shadow: none;
	line-height: normal;
	border: 1px solid #000;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

textarea.form-control,
textarea {
	height: 60px;
	resize: none;
	overflow: hidden;
	padding: 5px 12px;
}

.form-control:focus,
textarea.form-control:focus {
	outline: none;
	border: 1px solid #ec5252;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(236, 82, 82, 0.33);

	-moz-box-shadow: 0px 0px 12px 0px rgba(236, 82, 82, 0.33);

	box-shadow: 0px 0px 12px 0px rgba(236, 82, 82, 0.33);
}



select.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	border: 1px solid #bcbcbc;
	border-radius: 4px;
	box-shadow: none;
	background: url(../images/arrow-down.png) no-repeat 97% center;
	font-size: 15px;
	color: #333132;
	height: auto;
	padding: 4px 12px;
	font-family: 'Lato', sans-serif;
	line-height: normal;
	font-weight: 400;
	text-transform: none;
	cursor: pointer;
	background-color: #fff;
}

select.form-control:focus {
	border: 1px solid #cee002;
	outline: none;
	background: url(../images/arrow-down.png) no-repeat 97% center;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(206, 224, 2, 0.33);

	-moz-box-shadow: 0px 0px 12px 0px rgba(206, 224, 2, 0.33);

	box-shadow: 0px 0px 12px 0px rgba(206, 224, 2, 0.33);
}

select.form-control option {
	color: #1f1f1f;
	font-size: 13px;
	font-weight: 400;
}



.btn {
	position: relative;
	font-size: 16px;
	line-height: 18px;
	padding: 10px 34px 12px;
	color: #fff;
	outline: none;
	border: none;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	overflow: hidden;
	border-radius: 3px;
	background-color: #d9534f;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: 0;
	box-shadow: none;
	color: #fff;
}

.btn:hover {
	background-color: #c9302c;
	color: #fff;
}



.padTopbtm {
	padding: 90px 0;
}

.displayTable {
	display: table;
	height: 100%;
	width: 100%;
	position: relative;
}

.displayCell {
	display: table-cell;
	vertical-align: middle
}

.tableWidth-full {
	width: 100%;
}

.tableWidth-half {
	width: 50%;
	height: 100%
}





/* search box toggle */

.searchbox {
	position: absolute;
	width: 300px;
	max-width: 300px;
	right: -1px;
	top: 0;
	opacity: 0;
	height: 40px;
	visibility: hidden;
	transition: all .3s ease-in-out;
	z-index: 10;
	border-top: none;
	background-color: #fff;
	border-radius: 0px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
}

.searchbox input[type="search"] {
	width: 300px;
	float: left;
	height: 40px;
	padding: 0 15px;
	font-size: 14px;
	border: 1px solid #ccc;
	border-radius: 0px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
}

.searchbox input[type="search"]:focus {
	outline: none;
}

.searchbox .closesearch {
	width: 80px;
	float: none;
	display: inline-block;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #63bac4;
	color: #fff;
	line-height: 30px;
	border: none;
	border-radius: 0px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
}

.searchbox.open {
	top: 40px;
	opacity: 1;
	visibility: visible;
}



/* opacity */

.opacity1 {
	opacity: 1 !important;
}



/* scroll top */

.scroll_Top {
	position: fixed;
	width: 48px;
	bottom: 0;
	right: 5%;
	background-color: #ec5252 !important;
	color: #fff !important;
	font-size: 18px;
	line-height: 35px;
	opacity: 0;
	visibilty: hidden;
	webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 100;
	text-align: center;
	/*border: 2px solid #fff;*/
	border-radius: 4px 4px 0 0;
}

.scroll_Top i {
	font-size: 13px;
}

.scroll_Top:hover,
.scrollTop:focus {
	color: #fff !important;
	background-color: #333132 !important;
	border-radius: 4px 4px 0 0;
}

.scroll_Top.pop {
	opacity: 1;
	visibility: 1;
}



/* slick arrow theme */

.slideBtn {
	float: right;
	position: absolute;
	top: 0px;
	right: 15px;
}

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

.borderArrow .samearrow {
	float: left;
	text-align: center;
}

.borderArrow .samearrow.slick-arrow:first-child {
	margin-right: 5px;
}

.borderArrow .samearrow a {
	display: block;
	position: relative;
}



/* wrapper */

.wrapper {
	position: relative;
	padding: 0px;
	margin: 0px;
}

.wrapper h1 {
	font-weight: 700;
	margin: 0 0 30px;
}

.wrapper h2 {
	font-weight: 700;
	margin: 0 0 30px;
}





/* header */

.screen-reader-text:not(:focus):not(:active) {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap
}

.modal-links {

	display: -webkit-box;

	display: flex;

	flex-wrap: wrap;

	-webkit-box-align: center;

	align-items: center;

	-webkit-box-pack: center;

	justify-content: center;

	margin: 0;

	padding: 0;

	list-style: none
}

.modal-links li {

	margin: 1.5rem 2rem
}

.modal-links a {

	font-family: 'Lato', sans-serif;

	font-size: 1.375rem;

	font-weight: 700;

	letter-spacing: normal;

	line-height: 1.182;

	text-transform: none;

	background-image: -webkit-gradient(linear, left top, left bottom, from(#2e3192), to(#2e3192));

	background-image: linear-gradient(#2e3192, #2e3192);

	color: #2F2552;

}

.modal-links a:hover {

	color: #f1592a;

}

.minimodal {

	position: fixed;

	top: 0;

	bottom: 0;

	left: 0;

	width: 100%
}

.minimodal__overlay {

	position: absolute;

	top: -8rem;

	left: 0;

	width: 100%;

	height: calc(100% + 16rem);

	background: rgba(0, 0, 0, .9)
}

.minimodal__viewport {

	position: relative;

	height: 100%;

	pointer-events: none
}

.minimodal__item {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%
}

.minimodal__status {

	position: absolute;

	top: 50%;

	left: 50%;

	-webkit-transform: translate(-50%, -50%);

	transform: translate(-50%, -50%);

	color: #fff;

	text-align: center
}

.minimodal__content {

	height: 100%
}

.minimodal__element {

	display: block;

	position: relative;

	top: 50%;

	max-width: 100%;

	max-height: 100%;

	margin: auto;

	-webkit-transform: translateY(-50%);

	transform: translateY(-50%);

	pointer-events: auto
}

.minimodal__element--map {

	background: #fff
}

.minimodal__element--video {

	max-width: 177.77778vh
}

.minimodal__element--video:before {

	display: block;

	padding-bottom: 56.25%;

	background: #000;

	content: ""

}

.minimodal__video {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%
}

.minimodal__caption {

	position: absolute;

	right: 0;

	bottom: 0;

	left: 0;

	color: #fff;

	pointer-events: auto
}

.minimodal__close {

	position: absolute;

	top: 0;

	right: 0
}

.minimodal__nav {

	position: absolute;

	top: 50%;

	-webkit-transform: translateY(-50%);

	transform: translateY(-50%)
}

.minimodal__nav--previous {

	left: 0
}

.minimodal__nav--next {

	right: 0
}

.minimodal {

	-webkit-transition: opacity .3s ease;

	transition: opacity .3s ease;

	opacity: 0;

	/*z-index: 1*/
	z-index: 999999;

}

.minimodal--active {

	opacity: 1
}

.minimodal__overlay {

	background: url(../images/grey_pattern.png) repeat center center;

}

.minimodal--gradient .minimodal__overlay {

	background: url(../images/grey_pattern.png) repeat center center;



}

.minimodal__content {

	width: 100%;

	max-width: 80rem;

	margin-right: auto;

	margin-left: auto;

	padding-right: 1.25rem;

	padding-left: 1.25rem
}

.header--mini .header__right {
	display: none;
}



@media (min-width:32em) {

	.minimodal__content {

		padding-right: 2.5rem;

		padding-left: 2.5rem
	}

}

@media (min-width:48em) {

	.minimodal__content {

		padding-right: 3.75rem;

		padding-left: 3.75rem
	}

}

@media (min-width:64em) {

	.minimodal__content {

		padding-right: 5rem;

		padding-left: 5rem
	}

}

@media (min-width:80em) {

	.minimodal__content {

		padding-right: 6.25rem;

		padding-left: 6.25rem
	}

}

.minimodal__content {

	max-width: 87.5rem;

	-webkit-transform: scale(.5);

	transform: scale(.5);

	transition: transform .3s ease;

	-webkit-transition: transform .3s ease;

}

.minimodal__item--loaded .minimodal__content {

	-webkit-transform: none;

	transform: none;

	overflow: auto;

}

.minimodal__status {

	visibility: hidden
}

.minimodal__close {

	width: 4rem;

	padding: 1.25rem;

	border: 0;

	background-color: transparent;

	color: #fff;
	cursor: pointer;

}



.header {

	position: relative;

	height: 5.5rem;

	z-index: 99999;

}

@media (min-width:64em) {

	.header {

		height: 6rem
	}

}

@media (min-width:64em) {

	.header--mini {

		pointer-events: none
	}

}

@media (min-width:64em) {

	.header--mini.header--menu,

	.header--mini.header--search {

		pointer-events: auto
	}

}

.header__container {

	position: relative;

	height: inherit;

	background-color: #fff;

	z-index: 1
}

@media (min-width:64em) {

	.header__container {

		background-color: transparent
	}

}

.header__container:before {

	content: "";

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	background-color: #fff;

	z-index: -1
}

@media (min-width:64em) {

	.header__container:before {

		display: none
	}

}

.header--fixed .header__container {

	position: fixed
}

@media (min-width:64em) {

	.header--fixed .header__container {

		position: static
	}

}

@media (min-width:64em) {

	.header--mini .header__container {

		position: fixed
	}

}

.header--fixed .header__container,

.header--menu .header__container,

.header--mini .header__container,

.header--search .header__container {

	top: 0;

	left: 0;

	width: 100%
}

.header--menu .header__container,

.header--search .header__container {

	position: fixed;

	background-color: transparent
}

.header__logo {

	display: block;

	position: absolute;

	top: 48%;

	left: 50%;

	width: 200px;

	max-width: calc(100% - 11rem);

	-webkit-transform: translate(-50%, -50%);

	transform: translate(-50%, -50%);

	color: #633296;

	background-image: none;

	/*background-color:#fff;*/

	padding: 4px;

}

/*.header--menu .header__logo {background-color:#fff;}*/

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

	.header__logo {
		width: 90px !important;
	}
}

@media (min-width:64em) {

	.header__logo {

		width: 200px;



	}

}

@media (min-width:64em) {

	.header--mini:not(.header--search):not(.header--menu) .header__logo {

		display: none
	}

}

.header--menu .header__logo,

.header--search .header__logo {

	color: #fff;

}

.header__top {

	display: -webkit-box;

	display: flex;

	-webkit-box-align: center;

	align-items: center;

	height: inherit;

	padding: 0 .8125rem
}

@media (min-width:80em) {

	.header__top {

		padding: 0 0.8rem
	}

}

.header__mini {

	display: -webkit-box;

	display: flex;

	-webkit-box-align: center;

	align-items: center;

	width: 100%
}



@media (min-width:64em) {

	.header--mini .header__mini {

		pointer-events: auto
	}

}

@media (min-width:64em) {

	.header--mini:not(.header--search):not(.header--menu) .header__mini {

		width: auto;

		margin-left: auto;

		background-color: #fff;

		background-color: var(--white);

		box-shadow: 0 0 1.25rem rgba(0, 0, 0, .25);

		box-shadow: 0 0 1.25rem rgba(var(--rgb-black), .25)
	}

}

.header__left {

	margin-right: auto
}

@media (min-width:64em) {

	.header__left {

		display: -webkit-box;

		display: flex;

		-webkit-box-align: center;

		align-items: center
	}

}

.header__search-toggle {

	width: 3.875rem;

	padding: 1.0625rem;

	border: 0;

	background-color: transparent;

	color: #633296;

	color: var(--purple)
}

@media (min-width:64em) {

	.header__search-toggle {

		width: 4.375rem;

		padding: 1.3125rem
	}

}

.header__search-toggle {
	display: none;
}

.header--menu .header__search-toggle,

.header--search .header__search-toggle {

	color: #fbd132;

	color: var(--yellow)
}

.header__search-toggle__icon-inactive {

	display: block;

	-webkit-transition: -webkit-transform .3s ease;

	transition: -webkit-transform .3s ease;

	transition: transform .3s ease;

	transition: transform .3s ease, -webkit-transform .3s ease;

	-webkit-transition: -webkit-transform var(--transition);

	transition: -webkit-transform var(--transition);

	transition: transform var(--transition);

	transition: transform var(--transition), -webkit-transform var(--transition)
}

.header--search .header__search-toggle__icon-inactive {

	display: none
}

.header__search-toggle:hover .header__search-toggle__icon-inactive {

	-webkit-transform: scale(1.1);

	transform: scale(1.1)
}

.header__search-toggle__icon-active {

	display: none
}

.header--search .header__search-toggle__icon-active {

	display: block;

	margin: .125rem
}

.header__meta {

	font-family: 'Lato', sans-serif;

	font-size: .72rem;

	font-weight: 700;

	letter-spacing: .09375rem;

	line-height: 1.5;

	text-transform: uppercase;

	position: absolute;

	left: 0;

	width: 100%;

	padding: 1rem 1rem 0 1rem;

	-webkit-transform: translateX(100%);

	transform: translateX(100%);

	-webkit-transition: visibility .3s ease, -webkit-transform .3s ease;

	transition: visibility .3s ease, -webkit-transform .3s ease;

	transition: transform .3s ease, visibility .3s ease;

	transition: transform .3s ease, visibility .3s ease, -webkit-transform .3s ease;

	-webkit-transition: visibility var(--transition), -webkit-transform var(--transition);

	transition: visibility var(--transition), -webkit-transform var(--transition);

	transition: transform var(--transition), visibility var(--transition);

	transition: transform var(--transition), visibility var(--transition), -webkit-transform var(--transition);

	color: #fff;

	text-align: center;

	visibility: hidden
}

@media (min-width:64em) {

	.header__meta {

		position: static;

		width: auto;

		padding: 0;

		-webkit-transform: none;

		transform: none;

		-webkit-transition: none;

		transition: none;

		color: #000;

		visibility: visible
	}

}

.header__meta ul {

	display: -webkit-box;

	display: flex;

	-webkit-box-align: center;

	align-items: center;

	-webkit-box-pack: center;

	justify-content: center;

	margin: 0;

	padding: 0;

	list-style: none
}

.header__meta li {

	margin: 0 6px;

}

.header__meta a {

	position: relative;

	padding-bottom: .375rem;

	background-image: none;

	background-size: 100% .125rem;

	color: inherit
}

.header__meta a:before {

	content: "";

	display: none;

	position: absolute;

	left: 0;

	bottom: 0;

	width: 100%;

	border-bottom: .125rem solid;

	-webkit-transform: translateY(.25rem);

	transform: translateY(.25rem);

	transition: transform .3s ease, opacity .3s ease;

	-webkit-transition: transform .3s ease, opacity .3s ease;

	opacity: 0;

	pointer-events: none
}

@media (min-width:64em) {

	.header__meta a:before {

		display: block
	}

}

.header__meta a:hover {

	color: #2F2552;

}

@media (min-width:64em) {

	.header__meta a:hover {

		background-image: none !important
	}

	.header__meta a:hover:before {

		-webkit-transform: none;

		transform: none;

		opacity: 1
	}

}

.header__meta .header__highlight {

	display: block;

	padding: .875rem 1.125rem;

	-webkit-transition: color .3s ease, box-shadow .3s ease;

	transition: color .3s ease, box-shadow .3s ease;

	box-shadow: inset 0 0 0 .125rem #fbd132;

}

.header__meta .header__highlight:before {

	display: none
}

.header__meta .header__highlight:hover {

	background-color: transparent;

	background-image: none !important;

	color: #633296;

	color: var(--purple);

	box-shadow: inset 0 0 0 2rem #fbd132;

	box-shadow: inset 0 0 0 2rem var(--yellow)
}

.header--menu .header__meta,

.header--search .header__meta {

	-webkit-transform: none;

	transform: none;

	color: #2F2552;

	visibility: visible
}

@media (min-width:64em) {

	.header:not(.header--search):not(.header--menu) .header__meta a:hover {

		color: #ca3333;

	}

}

@media (min-width:64em) {

	.header:not(.header--search):not(.header--menu) .header__meta .header__highlight:hover {

		background-color: transparent;

		background-image: none !important;

		color: #633296;

		box-shadow: inset 0 0 0 2rem #fbd132;

	}

}

.header__meta--links {

	top: 5.5rem;

	border-top: .0625rem dashed;

	/*border-bottom: .0625rem dashed*/

}

@media (min-width:64em) {

	.header__meta--links {

		border: 0
	}

}

.header__meta--actions {

	background-color: transparent;

	position: fixed;

	/*bottom: 0*/

	padding: 1rem 1rem 1rem 1rem;

	top: 211px;

}

@media (min-width:64em) {

	.header__meta--actions {

		position: static;

		background: none
	}

}

@media (min-width:64em) {

	.header--mini:not(.header--search):not(.header--menu) .header__hidden {

		display: none
	}

}

@media (min-width:64em) {

	.header__right {

		display: -webkit-box;

		display: flex;

		-webkit-box-align: center;

		align-items: center
	}

}

.header__menu-toggle {

	width: 3.875rem;

	padding: 1.0625rem;

	border: 0;

	background-color: #ec5252;

	color: #fff;
	display: none;

}

@media (min-width:64em) {

	.header__menu-toggle {

		width: 4.375rem;

		padding: 1.3125rem
	}

}

.header__menu-toggle:hover {

	background-color: #ca3333;

}

.header--menu .header__menu-toggle,

.header--search .header__menu-toggle {

	background-color: #2e3192;

	color: #fff;

}

.header--menu .header__menu-toggle:hover,

.header--search .header__menu-toggle:hover {

	background-color: #1b1d75;

}

.header--menu .header__menu-toggle__icon-inactive {

	display: none
}

.header__menu-toggle__icon-active {

	display: none
}

.header--menu .header__menu-toggle__icon-active {

	display: block;

	margin: .125rem
}

.header__flyout {

	background: url(../images/grey_pattern.png) repeat center center;

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100vh;

	padding: 8.75rem 0 4.875rem;

	-webkit-transform: translateX(100%);

	transform: translateX(100%);

	transition: transform .3s ease, visibility .3s ease;

	-webkit-transition: transform .3s ease, visibility .3s ease;

	visibility: hidden;

	color: #fff;

	overflow: hidden;

	z-index: -1
}

@media (min-width:64em) {

	.header__flyout {

		padding: 7rem 0 0
	}

}

.header--menu .header__flyout,

.header--search .header__flyout {

	-webkit-transform: none;

	transform: none;

	visibility: visible
}

.header__bg {

	position: absolute;

	right: -12rem;

	bottom: -8rem;

	width: 34rem;

	opacity: .1;

	z-index: -1
}

@media (min-width:64em) {

	.header__bg {

		right: auto;

		left: -4rem
	}

}

.header__menu,

.header__search {

	display: -webkit-box;

	display: flex;

	-webkit-box-align: start;

	align-items: flex-start;

	-webkit-box-pack: center;

	justify-content: center;

	position: absolute;

	width: 100%;

	height: 100%;

	opacity: 0;

	visibility: hidden
}

@media (min-width:64em) {

	.header__menu,

	.header__search {

		-webkit-box-align: center;

		align-items: center
	}

}

.header--search .header__search {

	position: static;

	-webkit-transition: opacity .3s ease, visibility .3s ease;

	transition: opacity .3s ease, visibility .3s ease;

	-webkit-transition: opacity var(--transition), visibility var(--transition);

	transition: opacity var(--transition), visibility var(--transition);

	opacity: 1;

	visibility: visible
}

.header__scroll {

	width: 100%;

	max-height: 100%;

	overflow: auto
}

.header__main {

	width: 100%;

	max-width: 80rem;

	margin-right: auto;

	margin-left: auto;

	padding-right: 1.25rem;

	padding-left: 1.25rem
}

@media (min-width:32em) {

	.header__main {

		padding-right: 2.5rem;

		padding-left: 2.5rem
	}

}

@media (min-width:48em) {

	.header__main {

		padding-right: 3.75rem;

		padding-left: 3.75rem
	}

}

@media (min-width:64em) {

	.header__main {

		padding-right: 5rem;

		padding-left: 5rem
	}

}

@media (min-width:80em) {

	.header__main {

		padding-right: 6.25rem;

		padding-left: 6.25rem
	}

}

.header__main {

	font-family: miller-display, serif;

	font-family: var(--serif);

	font-size: 1.5rem;

	font-weight: 600;

	letter-spacing: normal;

	line-height: 1.167;

	text-transform: none;

	padding-top: 2.5rem;

	padding-bottom: 2.5rem;

	font-weight: 400
}

@media (min-width:64em) {

	.header__main {

		display: -webkit-box;

		display: flex;

		padding-top: 0;

		padding-bottom: 7rem;

		font-size: 2rem
	}

}

.header--menu .header__menu {

	position: static;

	-webkit-transition: opacity .3s ease, visibility .3s ease;

	transition: opacity .3s ease, visibility .3s ease;

	-webkit-transition: opacity var(--transition), visibility var(--transition);

	transition: opacity var(--transition), visibility var(--transition);

	opacity: 1;

	visibility: visible
}

.header__media {

	border-radius: 50%;

	overflow: hidden
}

@supports ((-webkit-clip-path:url("#ellipse")) or (clip-path:url("#ellipse"))) {

	.header__media {

		border-radius: 0;

		-webkit-clip-path: url(#ellipse);

		clip-path: url(#ellipse)
	}

}

.header__media:before {

	content: "";

	display: block;

	padding-top: 99.472%
}

.header__media {

	display: none
}

@media (min-width:64em) {

	.header__media {

		display: block;

		position: absolute;

		top: 53%;

		left: 50%;

		width: 30rem;

		-webkit-transform: translate(-50%, -50%);

		transform: translate(-50%, -50%);

		z-index: -1
	}

}

.header__image {

	position: absolute;

	top: 50%;

	left: 0;

	width: 100%;

	-webkit-transform: translateY(-50%);

	transform: translateY(-50%)
}

.header__primary {

	text-transform: uppercase
}

@media (min-width:48em) {

	.header__primary {

		font-size: 125%
	}

}

@media (min-width:64em) {

	.header__primary {

		-webkit-box-flex: 1;

		flex-grow: 1;

		margin-right: 3rem
	}

}

.header__primary ul {

	margin: 0;

	padding: 0;

	list-style: none
}

.header__primary li {

	margin-top: .75rem
}

@media (min-width:64em) {

	.header__primary li {

		margin-top: 1rem
	}

}

.header__primary li:first-child {

	margin-top: 0
}

.header__primary a {

	background-image: none;

	color: inherit;

	font-size: 14px;

}

.header__primary a:hover {

	color: #fbd132;

	color: var(--yellow)
}

.header__form {

	display: -webkit-box;

	display: flex;

	-webkit-box-align: center;

	align-items: center;

	padding-bottom: 1rem;

	border-bottom: .125rem solid
}

.header__label {

	-webkit-box-flex: 1;

	flex-grow: 1;

	width: 0
}

.header__input {

	width: 100%;

	padding: 0;

	border: 0;

	background-color: transparent;

	color: #fbd132;

	color: var(--yellow);

	font-family: expo-sans-pro, sans-serif;

	font-family: var(--sans);

	font-size: 22px;

}

.header__input:focus {

	color: #fff;

	color: var(--white);

	outline: 0
}

.search__button {

	-webkit-box-ordinal-group: 0;

	order: -1;

	width: 1.75rem;

	margin-right: 1rem;

	padding: 0;

	border: 0;

	background-color: transparent
}

@media (min-width:64em) {

	.header__side {

		flex-shrink: 0;

		align-self: center;

		width: 14rem;

		margin-left: auto
	}

}

.header__heading {

	margin: 2.5rem 0 1rem;

	color: #fbd132;

	color: var(--yellow)
}

@media (min-width:64em) {

	.header__heading {

		margin: 0 0 1.1875rem
	}

}

.header__list {

	font-family: expo-sans-pro, sans-serif;

	font-size: .75rem;

	font-weight: 700;

	letter-spacing: .09375rem;

	line-height: 1.5;

	text-transform: uppercase;

	position: relative;

	margin: 0;

	padding: 0;

	list-style: none
}

.header__list:before {

	content: "";

	position: absolute;

	top: .375rem;

	left: .125rem;

	bottom: .375rem;

	border-left: .0625rem solid;

	z-index: -1
}

.header__list li {

	margin-top: .5rem
}

.header__list a {

	display: inline-block;

	padding: .125rem 0 .125rem 1rem;

	border-left: .3125rem solid transparent;

	background-image: none;

	color: inherit
}

.header__list a:hover {

	border-left-color: currentColor;

	color: #fbd132;

}



/* banner-home */

.banner {
	position: relative;
}

.banner-img,
.banner-img img {
	width: 100%;
	position: relative;
	height: 100%;
	object-fit: cover;
}



/*     Footer     */

.footer {
	padding-top: 4.75rem;
	padding-bottom: 2rem;
	background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/footer-background.jpg') center center repeat;
}

.footer .footer-col {
	margin-bottom: 2.25rem;
}

.footer .ft-heading {
	margin-bottom: 0.5rem;
}

.footer a {
	text-decoration: none;
}

.footer .ft-heading {
	color: #ec5252;
	font-size: 24px;
	line-height: 28px;
	font-weight: 800;
	margin-bottom: 15px;
}

.footer p,
.footer a {
	color: #bbb;
}

.footer p {
	font-size: 15px;
	line-height: 22px;
}

.footer p a {
	color: #2e3192;
	font-weight: 700;
}

.footer p a:hover {
	color: #f1592a;
}

.footer p span {
	color: #f1592a;
}

.footer a:hover {
	color: #ec5252;
}

.footer .list-unstyled .fas {
	color: #bbb;
	font-size: 0.5rem;
	line-height: 1.775rem;
}

.footer .list-unstyled .fa {
	color: #bbb;
	font-size: 18px;
	line-height: 1.875rem;
}

.footer .list-unstyled li {
	color: #bbb;
}

.footer .list-unstyled .media-body {
	margin-left: 0.625rem;
}

.footer .fab {
	margin-bottom: 0.75rem;
	margin-right: 8px;
	color: #ccc;
	font-size: 1.25rem;
	transition: all 0.2s ease;
}

.footer .fab:hover {
	color: #ec5252;
}



/*     Copyright     */

.copyright {
	padding-top: 1.5rem;
	padding-bottom: 0.375rem;
	background-color: #000;
	text-align: center;
}

.copyright .p-small {
	color: #999;
	/*font-size: 0.75rem;line-height: 1.375rem;*/
}

.copyright a {
	color: #999;
}



/** accreditation-certi-sec **/

.accreditation-certi-sec {
	padding: 20px 0;
}



/**** hm-about ****/

.hm-about {
	position: relative;
	background: #4c50cb;
	padding: 30px 0 10px;
	margin-top: 30px;
}

.hm-about .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	background: rgba(76, 80, 203, 0.5);
}

.abt-right {
	position: relative;
}

.hm-about h1 {
	color: #fff;
}

.hm-about p {
	color: #fff;
}

.hm-about .list-unstyled {
	margin: 0;
}

.hm-about .list-unstyled li {
	color: #fff;
}

.hm-about .list-unstyled .fas {
	color: #fff;
	font-size: 0.5rem;
	line-height: 1.775rem;
}

.hm-about .list-unstyled .media-body {
	margin-left: 0.625rem;
}

.abt-img {
	margin: 0 0 20px;
	position: relative;
}

.abt-img:after {
	content: '';
	position: absolute;
	background-color: rgba(0, 0, 0, .2);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.abt-img img {
	width: 100%;
}



/* testimonial */

.hm-testimonial {
	position: relative;
	padding: 60px 0;
	clear: both;
}



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

	.hm-testimonial {
		padding: 40px 0;
	}

}

.hm-testimonial {
	background: #4c50cb;
	position: relative;
}

.hm-testimonial .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	background: rgba(76, 80, 203, 0.5);
}

.hm-testimonial .testimony-slide {
	text-align: center;
	position: relative;
	color: #fff !important;
}

.hm-testimonial .testimony-slide span {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	display: block;
}

.hm-testimonial .testimony-slide span small {
	font-size: 11px;
	font-weight: 300;
	letter-spacing: 3px;
}

.hm-testimonial .testimony-slide .user {

	display: block;

	width: 66px;

	height: 64px;

	/*background-size: cover;

  background-position: center center;

  background-repeat: no-repeat;*/

	position: relative;

	margin: 0 auto;

	margin-bottom: 10px;

	/*-webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  -ms-border-radius: 50%;

  border-radius: 50%;*/

}

.hm-testimonial .testimony-slide blockquote {
	border: none;
	margin: 30px auto;
	width: 70%;
	position: relative;
	padding: 0;
}

.hm-testimonial .testimony-slide blockquote p {
	color: #fff;
}

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

	.hm-testimonial .testimony-slide blockquote {

		width: 85%;

	}

}



.hm-testimonial .testi-heading {
	margin-bottom: 3em;
}

/*.hm-testimonial .testi-heading h2 {color: #fff; margin-bottom: 20px !important;}*/

.hm-testimonial .testi-heading span {
	padding: 7px 15px;
	position: relative;
	color: #fff;
	margin-bottom: 20px !important;
	font-weight: 700;
	font-size: 30px;
	line-height: 34px;
}

.hm-testimonial .testi-heading span:before {
	position: absolute;
	top: 28px;
	left: -40px;
	content: '';
	width: 40px;
	height: 1px;
	background: white;
}

.hm-testimonial .testi-heading span:after {
	position: absolute;
	top: 28px;
	right: -40px;
	content: '';
	width: 40px;
	height: 1px;
	background: white;
}

.hm-testimonial .slick-dots {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

.hm-testimonial .slick-dots li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #f1592a;
	text-indent: -999999px;
	border-radius: 50%;
	cursor: pointer;
}

.hm-testimonial .slick-dots li.slick-active {
	background: #fff;
}

.hm-testimonial p.disclaimer {
	color: #fff;
	text-align: center;
	padding: 0;
}



/* banner-hgt-sec */

.banner-hgt-sec {
	position: relative;
}

.banner-hgt-icon {
	float: left;
	width: 70px;
	height: 70px;
	background-color: #f3f5f7;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.banner-hgt-icon i {
	color: #f1592a;
	font-size: 35px;
}

.banner-hgt-cont {
	float: left;
	padding-left: 15px;
}

.banner-hgt-cont p {
	padding: 0;
	font-size: 20px;
	line-height: 24px;
}

.banner-hgt-sec-detls {
	padding: 15px;
	-webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.37);

	-moz-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.37);

	box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.37);
	background-color: #fff;
	margin-top: -30px;
}



/* fh5co-course-categories */

.fh5co-course-categories {
	padding: 60px 0 30px;
	clear: both;
	background: #4c50cb;
	position: relative;
}

.fh5co-course-categories .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	background: rgba(0, 0, 0, 0.03);
}

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

	.fh5co-course-categories {
		padding: 40px 0;
	}

}

.fh5co-heading {
	margin-bottom: 40px;
}

.fh5co-heading .main_heading {
	font-size: 28px;
	line-height: 34px;
	margin-bottom: 15px;
	color: #151765;
	font-weight: 700;
}

.services {
	width: 95%;
	margin: 0 auto;
	margin-bottom: 30px;
	position: relative;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.services .desc span {
	font-weight: 600;
	color: #151765;
	margin: 0 0 15px;
	font-size: 18px;
	line-height: 22px;
	display: block;
}

.services .desc span a {
	color: #000;
}

.services .icon {
	width: 90px;
	display: block;
	/*height: 90px; background: #fff; display: table; text-align: center;*/
	margin: 0 auto;
	margin-bottom: 8px;
	/*-webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; border-radius: 50%; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s;*/
}

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

	/*.services .icon {margin: 0 auto 30px auto;}*/

}

.services .icon i {
	display: table-cell;
	vertical-align: middle;
	font-size: 40px;
	line-height: 40px;
	color: #0c0d30;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

/*.services:hover .icon, .services:focus .icon {background: #2e3192;}

.services:hover .icon i, .services:focus .icon i {color: #f1592a;}*/



/* fm-form-sec */

.hm-form-sec {
	position: relative;
	/*background-color: #312867;*/
	padding: 7px 0 7px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-radius: 20px;
}

.hm-form-sec .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	background: rgba(0, 0, 0, 0.03);
}

.hm-form-sec label {
	color: #151765;
	font-weight: 700;
}

.hm-form-sec label span {
	color: #F00;
}



/* hm-course-sec */

.hm-course-sec {
	position: relative;
	padding: 60px 0;
}

.hm-course-sec h2 {
	text-align: center;
}

.course-pic {
	position: relative;
}

.course-pic img {
	width: 100%;
	height: 100%;
}

.course-box {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.32);

	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.32);

	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.32);
	margin: 8px 1px;
}

.course-slider .slick-arrow {
	width: 33px;
	height: 33px;
	text-indent: -99999px;
	outline: none;
	position: absolute;
	z-index: 1;
	border: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	border-radius: 50%;
	cursor: pointer;
}

.course-slider .slick-prev {
	background: #f57d58 url(../images/prev.png) no-repeat center center;
	left: 0;
}

.course-slider .slick-next {
	background: #f57d58 url(../images/next.png) no-repeat center center;
	right: 0;
}

.course-cont {
	padding: 15px;
	text-align: center;
}

.course-cont h3 {
	font-size: 17px;
	line-height: 20px;
	color: #45526c;
	margin: 0 0 15px;
	font-weight: 800;
}

.course-cont ul {
	margin: 0 0 15px;
	padding: 0;
	list-style-type: none;
}

.course-cont ul li {
	position: relative;
	line-height: 22px;
	font-size: 14px;
	color: #45526c;
	margin-left: 8px;
}

.course-cont ul li i {
	color: #333132;
}

.course-cont a.btn {
	border: 1px solid rgba(207, 216, 220, 0.3);
	display: block;
	width: 100%;
	background-color: transparent;
	font-size: 14px;
	color: #f1592a;
}

.course-cont a.btn i {
	margin-left: 4px;
}

.hvr-icon-forward {

	display: inline-block;

	vertical-align: middle;

	-webkit-transform: perspective(1px) translateZ(0);

	transform: perspective(1px) translateZ(0);

	box-shadow: 0 0 1px rgba(0, 0, 0, 0);

	-webkit-transition-duration: 0.1s;

	transition-duration: 0.1s;

}

.hvr-icon-forward .hvr-icon {

	-webkit-transform: translateZ(0);

	transform: translateZ(0);

	-webkit-transition-duration: 0.1s;

	transition-duration: 0.1s;

	-webkit-transition-property: transform;

	transition-property: transform;

	-webkit-transition-timing-function: ease-out;

	transition-timing-function: ease-out;

}

.hvr-icon-forward:hover .hvr-icon,
.hvr-icon-forward:focus .hvr-icon,
.hvr-icon-forward:active .hvr-icon {

	-webkit-transform: translateX(4px);

	transform: translateX(4px);

}



/* three-bx-area */

.three-bx-area {
	position: relative;
	padding: 60px 0;
}

.three-bx {
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.37);

	-moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.37);

	box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.37);
	overflow: hidden;
	border-radius: 15px;
	background-color: #fff;
}

.three-bx-img {
	overflow: hidden;
}

.three-bx-img img {
	width: 100%;
	height: 100%;
}

.three-bx-cont {
	padding: 15px;
	text-align: center;
}

.three-bx-cont h3 {
	color: #222;
	font-weight: 700;
	margin: 0 0 10px;
	font-size: 20px;
	line-height: 24px;
	text-align: left;
	display: block;
}

.three-bx-area.three-bx-hm .three-bx-cont span {
	color: #222;
	font-weight: 700;
	margin: 0 0 10px;
	font-size: 20px;
	line-height: 24px;
	text-align: left;
	display: block;
}

.three-bx-cont p {
	text-align: left;
}

.hvr-grow {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);

	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.three-bx-cont a.btn {
	background-color: transparent;
	border: 1px solid #00aeef;
	color: #00aeef;
	font-size: 14px;
	padding: 4px 14px 6px;
}



/* inner-banner */

.inner-banner {
	position: relative;
	padding: 80px 0;
}

.inner-banner:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .6);
	width: 100%;
	height: 100%;
}

.inner-banner {
	position: relative;
	background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../images/footer-background.jpg) center center no-repeat;
	background-size: cover;
	color: #fff;
	padding: 80px 0;
}

.innr-banner-cont {
	position: relative;
	z-index: 1;
}

.innr-banner-cont .banner-heading {
	font-size: 35px;
	line-height: 40px;
	font-weight: 700;
	margin: 0 0 15px;
	color: #fff;
}

.innr-banner-cont p {
	color: #fff;
	padding: 0;
	font-size: 18px;
	line-height: 24px;
}

.innr-banner-cont .breadcrumb {
	display: inline-block;
	width: 100%;
	position: relative;
	background: none;
	padding: 0;
	margin: 0;
	border-radius: 0;
	top: 50px;
}

.innr-banner-cont .breadcrumb li {
	display: inline-block;
}

.innr-banner-cont .breadcrumb li a {
	color: #fff;
}

.innr-banner-cont .breadcrumb li a:hover {
	color: #ec5252;
}

.innr-banner-cont .breadcrumb li:before {
	content: "/\00a0";
	padding: 0 5px;
	color: #fff;
}

.innr-banner-cont .breadcrumb li:first-child:before {
	display: none;
}

.innr-banner-cont .breadcrumb li.active {
	color: #ec5252;
}



/* programme_overview_section */

.programme_overview_section {
	position: relative;
	padding: 30px 0;
}

.programme_overview_left {
	padding: 35px 20px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.22);

	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.22);

	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.22);
	border-radius: 10px;
	background-color: #fff;
}

.programme_overview_left p {
	padding: 0 0 12px;
}

.programme_overview_left p:last-child {
	padding: 0;
}

.programme_overview_left h3 {
	font-size: 16px;
	font-weight: 400;
	line-height: 21px;
	margin: 0 0 13px;
}

.programme_overview_right h3 {
	font-weight: 300;
	margin: 0 0 30px;
	font-size: 30px;
	line-height: 34px;
}

.programme_overview_right h2 {
	font-weight: 300;
	margin: 0 0 30px;
	font-size: 30px;
	line-height: 34px;
}

.programme_overview_right span {
	font-weight: 300;
	margin: 0 0 30px;
	font-size: 30px;
	line-height: 34px;
	display: block;
}

.programme_overview_right ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

.programme_overview_right ul li {
	display: block;
	font-size: 15px;
	line-height: 21px;
	margin: 0 0 10px;
	position: relative;
	padding-left: 20px;
	min-height: 50px;
}

.programme_overview_right ul li i {
	position: absolute;
	left: 0;
	top: 3px;
	color: #d9534f;
}

.programme_overview_form {
	padding: 20px;
	border-radius: 10px;
}

.programme_overview_form label {
	color: #151765;
	font-weight: 700;
}

.programme_overview_right {
	margin-top: 30px;
}

.programme_overview_right ul li ul {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}



.programme_overview_right.train_the_trainer_rgt ul {
	margin: 0 0 15px;
}

.programme_overview_right.train_the_trainer_rgt table.table tr td {
	border: 1px solid #333132;
}



/* curriculum-section */

.curriculum-section {
	color: #fff;
	padding: 30px 0;
	background: rgba(240, 102, 60, 1);

	background: -moz-linear-gradient(left, rgba(240, 102, 60, 1) 0%, rgba(248, 157, 129, 1) 100%);

	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(240, 102, 60, 1)), color-stop(100%, rgba(248, 157, 129, 1)));

	background: -webkit-linear-gradient(left, rgba(240, 102, 60, 1) 0%, rgba(248, 157, 129, 1) 100%);

	background: -o-linear-gradient(left, rgba(240, 102, 60, 1) 0%, rgba(248, 157, 129, 1) 100%);

	background: -ms-linear-gradient(left, rgba(240, 102, 60, 1) 0%, rgba(248, 157, 129, 1) 100%);

	background: linear-gradient(to right, rgba(240, 102, 60, 1) 0%, rgba(248, 157, 129, 1) 100%);

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0663c', endColorstr='#f89d81', GradientType=1);
}

.curriculum-section .curriculum_heading {
	margin: 0 0 20px;
	font-weight: 700;
	font-size: 30px;
	line-height: 34px;
}

.curriculum-section ul {
	margin: 0 0 0px;
	padding: 0;
	list-style-type: none;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

.curriculum-section ul li {
	position: relative;
	padding-left: 15px;
}

.curriculum-section ul li span {
	font-weight: 700;
	font-size: 17px;
}

.curriculum-section ul li p {
	color: #fff;
	padding: 0;
}

.curriculum-section ul li i {
	font-size: 0.5rem;
	position: absolute;
	left: 0;
	top: 9px;
}

.curriculum-section.drop_down ul {
	margin: 0 0 15px;
}

.curriculum-section.drop_down ul li {
	margin: 0 0 15px;
}

.curriculum-section.drop_down ul li ul {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}

.curriculum-section h4 {
	font-weight: 600;
	margin: 0 0 10px;
}

.curriculum-section p {
	color: #fff;
}

.curriculum-section h5 {
	font-weight: 600;
	font-size: 16px;
	margin: 0 0 10px;
}

.curriculum-section h5 span {
	display: block;
	margin: 0 0 10px;
}

.curriculum-section.advanced-diploma ul {
	margin: 0 0 30px;
}



/* course-overview */

.course-overview {
	position: relative;
	background-color: #ebecf8;
	padding: 60px 0 0;
}

#more {
	display: none;
}

.course-overview-cont h3 {
	font-size: 22px;
	font-weight: 600;
	color: #101010;
	margin: 0 0 15px;
}

.course-overview-cont p {
	display: inline;
	padding: 0;
}

.course-overview-cont button.show-btn {
	border: none;
	background-color: transparent;
	color: #FF5733;
	display: inline;
	cursor: pointer;
}

.course-overview-cont button.show-btn:hover {
	color: #2e3192;
}

.course-overview-cont p span#more1,
.course-overview-cont p span#more2,
.course-overview-cont p span#more3,
.course-overview-cont p span#more4,
.course-overview-cont p span#more5,
.course-overview-cont p span#more6,
.course-overview-cont p span#more7 {
	display: none;
}

.course-overview-bx {
	margin: 0 0 60px;
}



.course-overview.webinar {
	padding: 60px 0 40px;
}

.course-overview.webinar .list-unstyled .fas {
	color: #f1592a;
	font-size: 0.5rem;
	line-height: 1.775rem;
	position: relative;
	top: -2px;
}

.course-overview.webinar h3 {
	font-size: 22px;
	line-height: 28px;
	font-weight: 600;
	color: #101010;
	margin: 0 0 15px;
}



/* cambridge-TKT-section */

.cambridge-TKT-section {
	position: relative;
	padding: 60px 0;
	background: #4c50cb;
	color: #fff;
	text-align: center;
	z-index: 0;
}

.cambridge-TKT-section .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	background: rgba(76, 80, 203, 0.5);
	z-index: -1;
}

.cambridge-TKT-section h3 {
	margin: 0 0 20px;
	font-weight: 700;
	font-size: 30px;
	line-height: 34px;
}

.cambridge-TKT-section p {
	color: #fff;
}

.faq-area {
	padding: 0 130px;
}

.faq_box {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.faq_item {
	text-align: left;
	position: relative;
	width: 100%;
	margin-bottom: 13px;
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #cbcbcb;
	border-radius: 5px;
}

.faq_hd {
	margin-bottom: 0px;
	cursor: pointer;
	position: relative;
	border-radius: 3px;
	overflow: hidden;
}

.faq_hd.closed h4,
.faq_hd.closed span {
	background-image: url(../images/minus-icon.png);
}

.faq_hd h4,
.faq_hd span {
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
	font-size: 15px;
	line-height: 22px;
	color: #242424;
	position: relative;
	background-color: #e1e0e0;
	background-image: url(../images/plus-icon.png);
	background-repeat: no-repeat;
	background-position: 96.5% 21px;
	padding: 15px 34px 15px 20px;
	margin: 0;
	display: block;
}

.faq_cont {
	display: none;
	padding: 15px 34px 15px 20px;
}

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

.faq_cont ul li {
	position: relative;
	padding-left: 15px;
	color: #000;
}

.faq_cont ul li i {
	font-size: 0.5rem;
	position: absolute;
	left: 0;
	top: 9px;
	color: #d9534f;
}

.faq_cont p {
	color: #000;
}



/* advantage-section */

.advantage-section {
	position: relative;
	padding: 60px 0;
}

.advantage-section .advantage_heading {
	margin: 0 0 50px;
	font-weight: 700;
	font-size: 30px;
	line-height: 34px;
}

.advantage-section .group-tabs {
	width: 100%;
	position: relative;
	margin: 0px;
	padding: 0px;
}

.nav-tabs {
	display: inline-table;
	width: 100%;
	margin: 0px 0px 60px;
	padding: 0px;
	border: none;
}

.nav-tabs li {
	display: inline-table;
	margin: 0 !important;
	list-style: none;
	width: 33%;
	position: relative;
	text-align: center;
}

.nav-tabs>li>a {
	display: block;
	outline: none;
	border: 1px solid #e3ebf3 !important;
	border-bottom: 4px solid #e3ebf3 !important;
	color: #333132;
	padding: 12px 18px;
	margin: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 0px !important;
	background-color: #fff;
	font-weight: 400;
	text-transform: capitalize;
}

.nav-tabs>li>a img.hover {
	display: none;
}

.nav-tabs>li>a img.normal {
	display: inline-block;
}

.nav-tabs>li>a img {
	margin-right: 60px;
}

.nav-tabs>li>a:hover {
	background-color: #f4f4f4;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #f1592a;
	border-bottom: 4px solid #f1592a !important;
}

.nav-tabs .nav-item.show .nav-link img.hover,
.nav-tabs .nav-link.active img.hover {
	display: inline-block;
}

.nav-tabs .nav-item.show .nav-link img.normal,
.nav-tabs .nav-link.active img.normal {
	display: none;
}

.tab-body {
	width: 100%;
	position: relative;
	margin: 0px;
	padding: 0px;
}

.tab-body p:last-child {
	padding: 0;
}

.advantage-img img {
	width: 100%;
}

.tab-body ul {
	padding: 0;
	list-style-type: none;
}

.tab-body ul li {
	position: relative;
	line-height: 22px;
	margin: 0 0 10px;
	padding-left: 20px;
}

.tab-body ul li:last-child {
	margin: 0;
}

.tab-body ul li:before {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	background-color: #f1592a;
	border-radius: 50%;
	left: 0;
	top: 7px;
}



/* admission-process-section */

.admission-process-section {
	padding: 60px 0;
	background: #4c50cb;
	position: relative;
	z-index: 0;
}

.admission-process-section .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	background: rgba(76, 80, 203, 0.5);
	z-index: -1;
}

.admission-process-section .admission_sec_heading {
	color: #fff;
	font-weight: 700;
	margin: 0 0 30px;
	font-size: 30px;
	line-height: 34px;
}

.admission-process-section p {
	color: #fff;
}

.admission-box {
	background-color: #fff;
	padding: 40px 30px;
	-webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.28);

	-moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.28);

	box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.28);
	margin: 10px 0;
}

.admission-slider .slick-arrow {
	width: 33px;
	height: 33px;
	text-indent: -99999px;
	outline: none;
	position: absolute;
	z-index: 1;
	border: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	border-radius: 50%;
	cursor: pointer;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.34);

	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.34);

	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.34);
}

.admission-slider .slick-prev {
	background: #fff url(../images/prev.png) no-repeat center center;
	left: 0;
}

.admission-slider .slick-next {
	background: #fff url(../images/next.png) no-repeat center center;
	right: 0;
}

.admission-slider .slick-disabled {
	opacity: 0;
	pointer-events: none;
}

.admission-cont span {
	font-size: 22px;
	line-height: 26px;
	font-weight: 400;
	margin: 0 0 12px;
	display: block;
}

.admission-cont p {
	font-size: 14px;
	color: #5a5a5a;
	line-height: 21px;
}



/* reviews-section */

.reviews-section {
	padding: 60px 0;
}

.reviews-section .reviews-heading {
	font-weight: 700;
	margin: 0 0 30px;
	font-size: 30px;
	line-height: 34px;
}

.reviews_box {
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.24);

	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.24);

	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.24);
	padding: 24px;
	margin: 10px 0;
}

.reviews_img {
	float: left;
	width: 66px;
	height: 66px;
	border-radius: 50%;
	overflow: hidden;
}

.reviews_img_cont {
	float: left;
	padding: 12px 0 12px 12px;
}

.reviews_img_cont p {
	font-size: 16px;
	line-height: 18px;
	font-weight: 600;
	text-transform: capitalize;
	color: rgba(21, 28, 42, .87);
	margin: 0;
	padding: 0;
}

.reviews_img_cont ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.reviews_img_cont ul li {
	display: inline-block;
	font-size: 12px;
	line-height: 14px;
	color: #475465;
	position: relative;
	padding-left: 8px;
	margin-left: 5px;
}

.reviews_img_cont ul li:before {
	content: '';
	position: absolute;
	width: 4px;
	height: 4px;
	background-color: #475465;
	border-radius: 50%;
	left: 0;
	top: 5px;
}

.reviews_img_cont ul li:first-child {
	margin: 0;
}

.reviews_img_area {
	margin: 0 0 20px;
}

.reviews_cont p {
	padding: 0;
	font-size: 14px;
	line-height: 22px;
	color: #475465;
	position: relative;
	padding-left: 20px;
}

.reviews_cont p i {
	position: absolute;
	left: 0;
	top: 5px;
	color: #f23e36;
}

.reviews-slider .slick-dots {
	margin: 50px 36px 0 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
	position: relative;
}

.reviews-slider .slick-dots li {
	display: inline-block;
	width: 90px;
	height: 5px;
	margin: 0;
	background: #eaebec;
	text-indent: -999999px;
	border-radius: 5px;
	cursor: pointer;
}

.reviews-slider .slick-dots li button {
	visibility: hidden;
}

.reviews-slider .slick-dots li.slick-active {
	background: #f1592a;
}

.reviews-slider .slick-arrow {
	width: 22px;
	height: 11px;
	text-indent: -99999px;
	outline: none;
	position: absolute;
	z-index: 1;
	border: 0;
	top: 90%;
	cursor: pointer;
}

.reviews-slider .slick-prev {
	background: url(../images/left-arrow.png) no-repeat center center;
	left: 62%;
}

.reviews-slider .slick-next {
	background: url(../images/right-arrow.png) no-repeat center center;
	right: 0;
}

.reviews-section p.disclaimer-inner {
	color: #475465;
	text-align: center;
	padding: 0;
}



.accreditation-certi-sec.inner-accreditation {
	background-color: #ebecf8;
}



/* three-bx-area fr_inner_page */

.three-bx-area.fr_inner_page .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	background: rgba(76, 80, 203, 0.5);
}



.inner_details_area {
	padding: 40px 0;
	background-color: #eeeff7;
}

.inner_details_area .inner_details_heading {
	font-weight: 700;
	font-size: 30px;
	line-height: 34px;
	margin: 0 0 18px;
}

.inner_details_area h1,
.inner_details_area h2 {
	margin: 0 0 18px;
}

.inner_details_area p img {
	width: 370px !important;
}

.inner_details_area.accreditation p img {
	width: auto !important;
}

.inner_details_area .innr_horizntl_frm {
	padding: 0 15px 9px;
	margin: 0 0 20px;
	position: relative;
	border-radius: 10px;
}

.inner_details_area .innr_horizntl_frm .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	background: rgba(0, 0, 0, 0.03);
	border-radius: 10px;
}

.inner_details_area .innr_horizntl_frm p {
	padding: 15px 0 20px;
	font-size: 22px;
}

.inner_details_area .innr_horizntl_frm .row {
	margin: 0 -6px;
}

.inner_details_area .innr_horizntl_frm [class*=col] {
	padding: 0 6px;
}

.inner_details_area .innr_horizntl_frm input[type="submit"] {
	width: 100%;
	font-weight: 500;
	padding: 6px 12px 10px;
	line-height: normal;
	font-size: 15px;
}





/* academic body */

.academic_bx {
	padding: 30px 20px;
	border-radius: 20px;
	background-color: #c3e5f5;
	margin: 0 0 20px;
}

.academic_pic {
	float: left;
	width: 120px;
}

.academic_pic img {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	overflow: hidden;
}

.academic_cont {
	float: left;
	width: calc(100% - 120px);
	padding-left: 25px;
}

.academic_cont h3 {
	font-size: 20px !important;
	font-weight: 800 !important;
	letter-spacing: 2px;
	margin: 0 0 5px !important;
}

.academic_cont h4 {
	font-weight: 600 !important;
	font-size: 18px;
}

.academic_bx:last-child {
	margin: 0;
}

.academic_cont ul {
	list-style-type: none;
}

.academic_cont ul li {
	position: relative;
	margin: 0 0 5px;
	padding-left: 15px;
}

.academic_cont ul li:last-child {
	margin: 0;
}

.academic_cont ul li:before {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #f1592a;
	left: 0;
	top: 10px;
}

.academic_cont p {
	text-align: justify;
}



.inner_details_area h2,
.inner_details_area h3 {
	font-size: 22px;
	line-height: 26px;
	font-weight: 600;
	margin: 0 0 15px;
}

.inner_details_area h2 {
	margin: 0 0 20px;
}

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

.inner_details_area ul li {
	margin: 0 0 5px;
	position: relative;
	padding-left: 15px;
}

.inner_details_area ul li:last-child {
	margin: 0;
}

.inner_details_area ul li:before {
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	background-color: #ec5252;
	border-radius: 50%;
	left: 0;
	top: 11px;
}





.award-pic {

	border-radius: 25px;

	border: 4px solid #7b2052;

	box-shadow: 0 7px rgb(0 0 0 / 10%), 0 5px #e24d52;

	margin-bottom: 15px;

}

.inner_details_area ul.nav-tabs li.nav-item:before {
	display: none;
}

.inner_details_area ul.nav-tabs li.nav-item {
	width: 25%;
}

.inner_details_area h4 {
	color: #c52d2f;
	font-weight: 700;
	margin: 0 0 10px;
}

.inner_details_area h5 {
	color: #c52d2f;
	font-weight: 700;
	font-size: 16px;
	margin: 0 0 10px;
}

.inner_details_area .contact_bx p a.link {
	color: #c52d2f;
}



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

.programme_overview_left ul li {
	position: relative;
	line-height: 22px;
	margin: 0 0 10px;
	padding-left: 20px;
}

.programme_overview_left ul li:last-child {
	margin: 0;
}

.programme_overview_left ul li:before {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	background-color: #f1592a;
	border-radius: 50%;
	left: 0;
	top: 7px;
}

.inner_details_area .trademark-img {
	margin: 0 0 20px;
}

.placement_iframe_div {
	height: 250px;
}

.placement_iframe_div iframe {
	width: 100% !important;
	height: 100% !important;
}

.trustpilot-widget {
	background-color: #bbb !important;
}



/* thank you */

.inner_details_area.thankyou_pg {
	text-align: center;
}

.inner_details_area.thankyou_pg .inner_details_heading {
	text-transform: uppercase;
}

.inner_details_area.thankyou_pg p.receive_msg {
	color: #c52d2f;
	font-size: 22px;
	padding: 0 0 35px;
}

.inner_details_area.thankyou_pg p.stay_conne {
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 15px;
}

.inner_details_area.thankyou_pg .fab {
	margin-bottom: 0.75rem;
	margin-right: 8px;
	color: #151765;
	font-size: 1.60rem;
	transition: all 0.2s ease;
}

.inner_details_area.thankyou_pg .fab:hover {
	color: #c52d2f;
}

.thank_btm_cont .thank_btm_cont_lft {
	text-align: left;
}

.thank_btm_cont .thank_btm_cont_rgt {
	text-align: right;
}



.rating_bx {
	height: auto;
	text-align: center;
}

.rating-section {
	padding: 40px 0px;
	border: 2px solid #000;
	background-color: #fbfbfb;
	margin: 10px;
}

.rating-heading {
	text-align: center;
}

.rating-section h2 {
	text-align: center;
	font-weight: bold;
	position: relative;
	padding: 0 10px;
	display: inline-block;
	margin: 0 0 30px 0;
}

.rating-section h2:after {
	content: '';
	position: absolute;
	height: 2px;
	background-color: #ccc;
	width: 111px;
	right: -110px;
	top: 60%;
}

.rating-section h2:before {
	content: '';
	position: absolute;
	height: 2px;
	background-color: #ccc;
	width: 111px;
	left: -110px;
	top: 60%;
}



.academy-wrap a {
	color: #c52d2f;
}

.academy-wrap a:hover {
	color: #111;
}

.payment_bx {
	margin: 0 0 20px;
}

.payment_bx img {
	display: block;
	margin: 0 auto 10px;
}

.payment_bx a {
	display: block;
	color: #f1592a;
	text-align: center;
}



.header_top {
	position: relative;
	background-color: rgb(241 89 42);
	padding: 15px 0;
	text-align: center;
}

.header_top ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #fff;
}

.header_top ul li {
	display: inline-block;
	color: #fff;
}

.header_top ul li a {
	color: #fff;
}

.header_top ul li a:hover {
	color: #000;
}

.header_top ul.header-social li {
	margin-right: 6px;
}

.header_top ul.header-social li:last-child {
	margin: 0;
}

.header_top ul.header-social {
	margin-top: 13px;
}

/* advantage-of-EdD-sec */
.advantage-of-EdD-sec {
	position: relative;
	background-color: #ebecf8;
	padding: 60px 0 60px;
}

.advantage-of-EdD-sec .advantage_of_EdD_heading {
	margin: 0 0 50px;
	font-weight: 700;
	font-size: 30px;
	line-height: 34px;
}

ul.cpd_list {
	margin: 0 0 15px;
	padding: 0;
	list-style-type: none;
	text-align: left;
}

ul.cpd_list li {
	position: relative;
	padding-left: 15px;
	color: #000;
}

ul.cpd_list li i {
	font-size: 0.5rem;
	position: absolute;
	left: 0;
	top: 9px;
	color: #d9534f;
}

.inner_details_area p img.trainer-img {
	float: left;
	margin-right: 13px;
	box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.2);
	border: 2px solid #ddd;
	padding: 4px;
	background: #fff;
	margin-bottom: 20px;
	clear: both;
}

/**			==============	Responsive style start	============================---------------------------------------------------------------****

*********************************************--------------------------------------------------------------------------------------------------***/



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

	.header__meta li {
		margin: 0 6px;
	}



}

/*******		end 1340		*/



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

	.header__meta a {
		font-size: .50rem;
	}

	.header__logo {
		width: 160px;
	}



}

/*******		end 1340		*/



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

	.banner-hgt-cont p {
		font-size: 17px;
		line-height: 21px;
	}

	.banner-hgt-cont {
		padding-left: 10px;
	}



}

/*******		end 1299		*/



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

	/*.header {z-index:5;}*/

	.header__menu-toggle {
		display: block;
	}

	.header--mini .header__right {
		display: block;
	}

	.header__meta ul {
		display: block;
		text-align: left;
	}

	.header__meta--actions {
		/*border-top: 0.0625rem dashed;*/

		border-bottom: 0.0625rem dashed;
	}

	.header__meta a {
		font-size: 14px;
	}

	.header__logo {
		left: 50%;
	}

	.header__meta--actions {
		padding: 0 1rem 1rem 1rem;
	}

	.header__flyout {
		background: url(../images/grey_pattern.png) repeat center center;
	}

	.header__meta a {
		color: #2F2552;
	}

	.header__meta a:hover {
		color: #f1592a;
	}

	.header__meta--links,
	.header__meta--actions {
		border-color: #2F2552;
	}





}

/*******		end 1023		*/



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

	.banner-hgt-icon {
		float: none;
		margin: 0 auto;
	}

	.banner-hgt-cont {
		float: none;
		padding-left: 0;
		text-align: center;
	}

	.banner-hgt-bx {
		margin: 0 0 20px;
	}

	.banner-hgt-cont p br {
		display: none;
	}

	.banner-hgt-cont p {
		font-size: 20px;
		line-height: 24px;
	}

	.abt-right {
		top: 0;
	}

	.hm-about {
		margin-top: 0;
	}

	.faq-area {
		padding: 0;
	}

	.nav-tabs>li>a img {
		margin-right: 5px;
	}

	.reviews_img {
		float: none;
	}

	.reviews_img img {
		margin: 0 auto;
	}

	.reviews_img_cont {
		float: none;
		padding: 0;
		text-align: center;
	}

	.reviews_box {
		padding: 15px;
	}

	.innr-banner-cont h2 {
		font-size: 30px;
		line-height: 32px;
		margin: 0 0 12px;
	}

	.innr-banner-cont p {
		font-size: 16px;
		line-height: 22px;
	}

	.inner-banner {
		padding: 60px 0;
	}

	.innr-banner-cont .breadcrumb {
		top: 30px;
	}

	.inner_details_area .inner_details_heading {
		font-size: 26px;
		line-height: 30px;
	}

	.inner_details_area .innr_horizntl_frm .row {
		display: block;
	}

	.inner_details_area .innr_horizntl_frm input[type="submit"] {
		width: auto;
	}

	.inner_details_area .innr_horizntl_frm .form_submit {
		text-align: center;
	}



}



/*******		end 991		*/



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

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

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

	.wrapper h1 {
		margin: 0 0 20px;
	}

	.wrapper h2 {
		margin: 0 0 20px;
	}

	p {
		font-size: 15px;
		line-height: 23px;
	}

	.header__logo {
		width: 190px !important;
	}

	.banner-hgt-sec-detls {
		margin: -20px 0 0;
		padding: 10px;
	}

	.banner-hgt-cont p {
		font-size: 16px;
		line-height: 19px;
	}

	.banner-hgt-sec-detls [class*=col-]:last-child .banner-hgt-bx {
		margin: 0;
	}

	.hm-about {
		padding: 30px 0;
	}

	.hm-course-sec {
		padding: 20px 0;
	}

	.fh5co-course-categories {
		padding: 25px 0 10px;
	}

	.fh5co-heading {
		margin-bottom: 10px;
	}

	.services {
		margin-bottom: 30px;
	}

	.three-bx-area {
		padding: 25px 0;
	}

	.three-bx {
		margin: 0 0 30px;
	}

	.three-bx-area [class*=col-]:last-child .three-bx {
		margin: 0;
	}

	.hm-testimonial {
		padding: 30px 0;
	}

	.hm-testimonial .testi-heading {
		margin-bottom: 1em;
	}

	.hm-testimonial .testimony-slide blockquote {
		margin: 15px auto;
	}

	.footer {
		padding: 30px 0;
	}

	.copyright {
		padding: 15px 0;
	}

	.copyright p {
		padding: 0;
	}

	.footer [class*=col-]:last-child .footer-col {
		margin: 0;
	}

	.hm-form-sec {
		margin-top: 12px;
	}

	.copyright .p-small {
		font-size: 14px;
		line-height: 20px;
	}

	.modal-links a {
		font-size: 14px !important;
	}

	.programme_overview_section {
		padding: 20px 0;
	}

	.programme_overview_left {
		padding: 15px;
		margin: 0 0 15px;
	}

	.programme_overview_right ul {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}

	.programme_overview_right ul li:last-child {
		margin: 0;
	}

	.curriculum-section {
		padding: 20px 0p;
	}

	.curriculum-section ul {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}

	.curriculum-section ul li {
		font-size: 15px;
		line-height: 20px;
		margin: 0 0 10px;
	}

	.curriculum-section ul li:last-child {
		margin: 0;
	}

	.course-overview {
		padding: 20px 0;
	}

	.course-overview-cont h3 {
		margin: 0 0 10px;
	}

	.course-overview-bx {
		margin: 0 0 20px;
	}

	.course-overview [class*=col-]:last-child .course-overview-bx {
		margin: 0;
	}

	.cambridge-TKT-section {
		padding: 20px 0;
	}

	.faq_cont {
		padding: 15px;
	}

	.faq_cont ul li {
		font-size: 15px;
		line-height: 20px;
		margin: 0 0 10px;
	}

	.faq_cont ul li:last-child {
		margin: 0;
	}

	.faq_hd h4,
	.faq_hd span {
		padding: 15px 34px 15px 15px;
	}

	.advantage-section {
		padding: 20px 0;
	}

	.nav-tabs>li>a img {
		margin: 0 auto 5px;
	}

	.nav-tabs .nav-item.show .nav-link img.hover,
	.nav-tabs .nav-link.active img.hover {
		display: block;
	}

	.nav-tabs>li>a img.normal {
		display: block;
	}

	.nav-tabs>li>a {
		padding: 10px;
		font-size: 12px;
		line-height: 16px;
	}

	.nav-tabs {
		margin: 0px 0px 30px;
	}

	.advantage-img {
		margin: 0 0 15px;
	}

	.admission-process-section {
		padding: 20px 0;
	}

	.reviews-section {
		padding: 20px 0;
	}

	.nav-tabs li {
		width: 32%;
	}

	.inner-banner {
		padding: 30px 0 40px;
	}

	.innr-banner-cont h2 {
		font-size: 28px;
		line-height: 32px;
	}

	.inner_details_area h1,
	.inner_details_area h2 {
		margin: 0 0 12px;
	}

	.academic_pic {
		float: none;
		margin: 0 auto 15px;
	}

	.academic_cont {
		float: none;
		width: 100%;
		padding-left: 0;
	}

	.inner_details_area {
		padding: 30px 0;
	}

	.inner_details_area h2,
	.inner_details_area h3 {
		font-size: 20px;
		line-height: 24px;
	}

	.inner_details_area ul.nav-tabs li.nav-item a {
		padding: 10px 7px;
	}

	.reviews-section .reviews-heading {
		margin: 0 0 20px;
		font-size: 26px;
		line-height: 30px;
	}

	.innr-banner-cont .banner-heading {
		font-size: 30px;
		line-height: 36px;
	}

	.innr-banner-cont .breadcrumb {
		top: 20px;
	}

	.hm-testimonial .testi-heading span {
		font-size: 26px;
		line-height: 30px;
	}

	.thank_btm_cont .thank_btm_cont_lft {
		text-align: center;
		margin-bottom: 10px;
	}

	.thank_btm_cont .thank_btm_cont_rgt {
		text-align: center;
	}

	.rating-section h2:after {
		width: 33px;
		right: -28px;
	}

	.rating-section h2:before {
		width: 33px;
		left: -28px;
	}

	.rating-section h2 {
		font-size: 21px;
	}

	.rating_bx {
		margin: 0 0 30px;
	}

	.rating-section {
		padding: 40px 0 10px;
	}

	.rating-section .col {
		width: 33.33%;
		flex-basis: unset;
	}

	.hm-about .list-unstyled {
		margin-bottom: 1rem;
	}

	/*.header_top {display:none;}*/
	.header_top ul li {
		font-size: 14px;
		line-height: 22px;
	}

	.header_top ul.header-social {
		margin-top: 10px;
	}

	.header_top {
		padding: 10px 0;
	}

	.advantage-of-EdD-sec {
		padding: 30px 0;
	}

	.form-group {

		width: 100%
	}


}

/*******	 end 767		*******/



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

	.modal-links li {
		margin: 0;
	}

	.modal-links {
		display: block;
	}

	.inner_details_area p img {
		width: 100% !important;
		float: none !important;
		padding-right: 0 !important;
		margin: 0 0 15px;
	}

	.inner_details_area.accreditation p img {
		width: auto !important;
		float: left !important;
		padding-right: 0 !important;
		margin: 0px 5px 0px 0px;
	}

}

/*******	 end 678	*******/



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

	.fh5co-course-inner-detls [class*=col-] {
		-webkit-box-flex: 0;

		-ms-flex: 0 0 50%;

		flex: 0 0 50%;

		max-width: 50%;
	}



	.banner-hgt-sec-detls [class*=col-] {
		-webkit-box-flex: 0;

		-ms-flex: 0 0 50%;

		flex: 0 0 50%;

		max-width: 50%;
	}

	.banner-hgt-sec-detls {
		margin: -8px 0 0;
	}

	.services .desc span {
		font-size: 16px;
		line-height: 19px;
	}

	.inner_details_area .table td,
	.inner_details_area .table th {
		padding: 12px 5px;
		font-size: 14px;
		line-height: 22px;
	}

	.place_iframe_sec {
		display: block;
	}

	.place_iframe_sec [class*=col] {
		width: 100%;
	}

	.place_iframe_sec .placement_iframe_div {
		margin: 0 0 15px;
	}



}

/*******	 end 575	*******/



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

	h1 {
		font-size: 24px;
		line-height: 28px;
	}

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

	.wrapper h1 {
		margin: 0 0 15px;
	}

	.wrapper h2 {
		margin: 0 0 15px;
	}

	.fh5co-heading .main_heading {
		font-size: 24px;
	}





}

/*******	 end 479		*******/

.read_btn {
	display: inline-block;
	padding: 10px 30px;
	font-size: 14px;
	text-decoration: none;
	background-color: #d9534f;
	color: #fff;
	border-radius: 2px;
	margin: 10px 5px;
}

.read_btn:hover {
	color: #fff;
}