@font-face {
	font-family:'Conv_coinage_bold';
	src: url('../fonts/coinage_bold/coinage_bold.eot');
	src: local('☺'), url('../fonts/coinage_bold/coinage_bold.woff') format('woff'), url('../fonts/coinage_bold/coinage_bold.ttf') format('truetype'), url('../fonts/coinage_bold/coinage_bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'Conv_coniage_75f';
	src: url('../fonts/coniage_75f/coniage_75f.eot');
	src: local('☺'), url('../fonts/coniage_75f/coniage_75f.woff') format('woff'), url('../fonts/coniage_75f/coniage_75f.ttf') format('truetype'), url('../fonts/coniage_75f/coniage_75f.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_coinage_55f';
	src: url('../fonts/coinage_55f/coinage_55f.eot');
	src: local('☺'), url('../fonts/coinage_55f/coinage_55f.woff') format('woff'), url('../fonts/coinage_55f/coinage_55f.ttf') format('truetype'), url('../fonts/coinage_55f/coinage_55f.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'gt-sectra-bold';
	src: url('../fonts/gt-sectra-bold.eot');
	src: local('☺'), url('../fonts/gt-sectra-bold.woff') format('woff'), url('../fonts/gt-sectra-bold.ttf') format('truetype'), url('../fonts/gt-sectra-bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'EB Garamond';
    src: url('../fonts/EBGaramond-Regular.eot');
    src: url('../fonts/EBGaramond-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/EBGaramond-Regular.woff2') format('woff2'),
        url('../fonts/EBGaramond-Regular.woff') format('woff'),
        url('../fonts/EBGaramond-Regular.ttf') format('truetype'),
        url('../fonts/EBGaramond-Regular.svg#EBGaramond-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 1.4em;
	letter-spacing: 0.04em;
	font-family:'Conv_coinage_55f';
	color: #010101;
}

a {
	text-decoration: none;
}

i {
	font-size: 13px;
}

.btn:focus {
	background-color: transparent;
	box-shadow: none;
	outline: none;
}

p {
	font-size: 16px;
	margin-bottom: 10px;
	font-size: 14px;
	font-family:'Conv_coinage_55f';
	font-weight: normal;
	line-height: 1.4em;
}

h3, .h3 {
	margin-bottom: 10px;
	font-size: 24px;
	/*font-family:'Conv_coniage_75f',Sans-Serif;*/
	text-transform: none;
}

.h3 {
	text-transform: none;
	font-size: 20px !important;
}

.h5, h5 {
	font-size: 18px !important;
}

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

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

.section-heading {
    font-size: 36px;
    display: inline-block;
    border: none;
    border-bottom: 3px solid #117e6c;
    text-transform: none;
}

.section-sub-container {
	padding: 40px 0;
}

.pd-t-100 {
	padding-top: 100px;
}

.full-height {
	height: 100vh !important;
}

.flexbox-align-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.svg-icon {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.full-height-65 {
	height: 65vh !important;
}

.full-height-75 {
	height: 75vh !important;
}

.auto-height {
	height: auto !important;
}

.text-white {
	color: #ffffff;
}

.text-color-primary {
	color: #143b3a;
}

.text-cream-grey {
    color: #796b51;
}

.border-white {
	border: 1px solid #ffffff;
}

.parallax {
  position: relative;
  background-attachment: fixed;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.flex-full-height {
	display: flex;
	flex-wrap: wrap;
}

.flex-full-height .flex-box {
	flex-basis: 100%;
	flex-grow: 0;
	flex-shrink: 0;
}

.scroll-hidden {
	overflow: hidden;
}

h1, h2 {
	font-family: 'gt-sectra-bold';
	text-transform: none;
	font-weight: bold;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1140px;
}

.text-font-faramond {
	font-family: 'EB Garamond' !important;
}

.text-font-bold {
	font-weight: bold;
	font-family: 'gt-sectra-bold';
}
.text-font-semibold {
	font-family: 'gt-sectra-bold';
	font-weight: 700;
}
.text-justify {
	text-align: left;
}
.bg-color-primary {
	background-color: #162238 !important;
}
.bg-color-secondary {
	background-color: #201B56;
}

.bg-color-white {
	background-color: #ffffff;
}

.bg-color-green {
	background-color: #023a3b;
}

.bg-color-lime-green {
	background-color: #276461;
}

.bg-color-green-selected {
	background-color: #1c4c48;
}

.bg-color-black {
	background-color: #010101;
}

.bg-color-teal-grey {
    background-color: #7e6257;
}

.bg-color-cream-grey {
    background-color: #8b744a;
}

.bg-color-cream {
	background-color: #f1f1e6;
}

.bg-color-green-shaded {
	background-color: rgba(21, 61, 59, 0.8);
}

.bg-color-blue-shaded {
	background-color: rgb(29, 37, 61, 0.8);
}

.bg-color-blue {
    background-color: #042b5d;
}

.bg-color-light-grey {
	background-color: #f3f4f6;
}

.container-block {
	padding: 20px;
	border: 3px solid #162238;
	margin-bottom: 20px;
}

.btn-white, .btn-white:hover {
	background-color: transparent;
	padding: 10px 20px;
	color: #ffffff;
	border: 1px solid #ffffff;
	text-transform: none;
	text-decoration: none;
	display: inline-block;
}

.border-black, .border-black:hover {
	border: 1px solid #212529;
	color: #212529;
}

.order-list {
	padding-left: 15px;
	font-size: 14px;
}

.order-list.italic {
	font-style: italic;
}

.list-default {
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 14px;
}

.list-default li {
	margin-bottom: 5px;
}

.list-default li > a {
	color: #35353d;
	text-decoration: none;
}

.list-style-disc {
	padding-left: 15px;
	list-style-type: disc;
	font-size: 14px;
}

.industry-connect-section {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.industry-connect-section div.section-img {
	width: 20%;
	background-color: #ffffff;
	padding: 20px;
	border-bottom: 2px solid #F1F1E6;
	border-right: 2px solid #F1F1E6;
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.industry-connect-section div.section-img img {
	width: 150px;
	height: auto;
	transition: transform 0.2s ease-out;
	transform: scale(1);
}

.industry-connect-section div.section-img img:hover {
	transform: scale(1.05);
	transition: transform 0.2s ease-out;
}

/*.filter-grayscale {
	-webkit-filter: grayscale(100%);
  	filter: grayscale(100%);
  	opacity: 0.9;
  	transition: all .1s ease-out;
}

.filter-grayscale:hover {
	-webkit-filter: grayscale(0);
  	filter: grayscale(0);
  	opacity: 1;
}*/

.menu-list-container {
	position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transition: top 0.4s ease-out;
    padding-top: 150px;
    padding-right: 110px;
    z-index: 2;
    background-color: rgba(0,0,0,.25);
}

.menu-list-container.active {
	left: 0;
}

.menu-list-fixed {
	display: block;
    justify-content: flex-end;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 9;
    height: 100%;
    width: 500px;
    padding: 90px;
    flex-direction: column;
    justify-content: flex-start;
    overflow-y: auto;
}

.menu-list li.parent {
	position: relative;
	margin-bottom: 20px;
}

.menu-list li > a {
	font-size: 24px;
	color: white;
	text-transform: none;
	line-height: 1.4em;
	font-family: 'Conv_coinage_bold';
}

.menu-list .menu-icon {
	position: absolute;
	left: -50px;
	top: 0;
	color: #ffffff;
	width: 30px;
	height: 30px;
	transform: rotate(0deg);
	transition: transform 0.3s ease-out;
	background-image: url("../images/menu-arrow.svg");
	background-repeat: no-repeat;
	background-size: 34px 34px;
	background-position: center;
}

.menu-list li.expanded .menu-icon {
	transform: rotate(0deg);
	transition: transform 0.3s ease-out;
	transform: rotate(-180deg);
}

.menu-list .menu-icon svg {
	position: relative;
    top: -5px;
    left: -7px;
    display: none;
}

.menu-sub-list {
	padding-top: 10px;
	display: none;
	list-style-type: none;
}

.menu-sub-list > li > a {
	font-size: 16px;
}

.top-heading-section {
	height: 50px;
	background: #162238;
}

.banner-container {
	position: relative;
    display: table;
    width: 100%;
    background: #162238;
    background-size: cover;
    overflow: hidden;
    position: relative;
    height: calc(100vh - 50px);
}

.banner-text-header {
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 3;
}

.logo-container {
	/*position: -webkit-sticky;
	  position: sticky;
	  top: 0;
	  background-color: yellow;
	  padding: 50px;
	  font-size: 20px;*/
}

.logo-container > a img {
	position: relative;
	z-index: 2;
	overflow: hidden;
	padding-top: 30px;
	margin-left: 48px;
}

.iframeParent {
	position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

.iframeContainer {
	min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -120px);
    width: 1740px;
    height: 1000px;
}

.hamburger-menu {
	position: absolute;
    z-index: 9;
    right: 0;
    width: auto;
    display: inline-block;
    padding: 20px 20px 10px 20px;
    top: 40px;
}

.hamburger-icon.active {
	position: relative;
    top: -8px;
}

.hamburger-icon.active .bar-1 {
	transform: rotate(45deg);
    top: 8px;
    position: relative;
    transition: all 0.3s ease-out;
}

.hamburger-icon.active .bar-2 {
	transform: rotate(-45deg);
    position: relative;
    top: -2px;
    transition: all 0.3s ease-out;
}

.hamburger-icon.active .no-bar {
	opacity: 0;
	transition: all 0.3s ease-out;
}

.hamburger-icon {
	width: 35px;
	background: none;
	border: none;
	outline: none;
	transition: all 0.3s ease-out;
}

.hamburger-icon span {
	display: block;
	margin-bottom: 8px;
	height: 2px;
	background-color: white;
	border-radius: 2px;
}

.content-section {
	padding-top: 20px;
	padding-bottom: 30px;
}

#ourProgrameSection .col-sm-6 {
	padding: 20px 32px;
}

.our-programme-card {
	position: relative;
	z-index: 0;
  	overflow: hidden;
  	font-family:'Conv_coinage_55f';
}

.our-programme-card h3 {
	display: inline-block;
	font-size: 24px;
}

.our-programme-card > img {
	width: 100%;
}
.our-programme-card-link {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #162238;
	width: 100%;
	padding: 16px;
	transition: transform 0.3s ease-out;
	text-transform: none
}

.our-programme-card-link-hover {
	top: 40%;
	left: 50%;
    transform: translate(-50%, -50%);
    background: none;
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: all 0.25s ease-out;
    width: 100%;
    text-transform: none;
    text-decoration: none;
}

.animation-scale:hover .our-programme-card-link-hover, .card2:hover .our-programme-card-link-hover {
	opacity: 1;
	top: 50%;
	z-index: 2;
}

.animation-scale::before, .card2::before {
	content: "";
	position: absolute;
	z-index: 1;
	top: -40px;
	right: -20px;
	background: #162238;
	height: 32px;
	width: 32px;
	transform: scale(1);
	transform-origin: 50% 50%;
	transition: transform 0.3s ease-out;
}

.card2::before {
	border-radius: 32px;
}

.card3 .our-programme-card-link {
	top: calc(100% - 105px);
	transition: top 0.3s ease-out;
}

.card3:hover .our-programme-card-link {
	top: 0;
}
.card3 .our-programme-card-link h3 {
	top: 0;
	position: relative;
	transition: top 0.3s ease-out;
}
.card3:hover .our-programme-card-link h3 {
	top: 50%;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
}

.animation-scale::after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: -40px;
	left: -20px;
	background: #162238;
	height: 32px;
	width: 32px;
	transform: scale(1);
	transform-origin: 50% 50%;
	transition: transform 0.3s ease-out;
}

.animation-scale:hover::before, .animation-scale:hover::after, .card2:hover::before {
	transform: scale(35);
}

.display-h-v-center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.display-v-center {
	display: flex;
	align-items: center;
}

.display-space-between {
	display: flex;
	justify-content: space-between;
}

.flex-1 {
	flex: 1;
}

.testimonial-section {
	position: relative;
	padding-top: 100px;
    padding-bottom: 100px;
}
.testimonial-section::before {
	background-image: url("../images/testimonial-bg.svg");
	background-size: cover;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	opacity: 0.2;
}

.testimonial-block {
	background: #ffffff;
	padding: 20px;
	border-radius: 5px;
	text-align: center;
}

.body-content {
	position: relative;
	z-index: 1;
	background: #ffffff;
	border-bottom: 3px solid #010101;
}

#footer-section {
	position: sticky;
	bottom: 0;
	z-index: 0;
}

.footer-section {
	background-image: url(../images/footer-bg.svg);
    background-size: calc(100% - 44%);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 125px;
}

.copyright-section {
	position: relative;
	font-size: 12px;
}

.back-to-top {
	position: absolute;
	top: -25px;
    right: 0;
    cursor: pointer;
}

.home-slider-container {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	color: #ffffff;
}

.home-slider-container h2 {
	font-size: 2.5rem;
	text-transform: initial;
	font-weight: 500;
}

.home-slider-container h1 {
	font-size: 3.75rem;
	text-transform: initial;
	font-weight: 500;
}

#home-slider .owl-stage {
	display: flex;
}

#home-slider .owl-stage-outer,
#home-slider .owl-stage,
#home-slider .owl-item,
#home-slider .owl-item .item {
	height: 100%;
}

#home-slider .owl-item .item-1 {
	background-image: url("../images/home-banner-1.jpg");
	background-size: cover;
}

#home-slider .owl-item .item-2 {
	background-image: url("../images/home-banner-2.jpg");
	background-size: cover;
}
#home-slider .owl-item .item-3 {
	background-image: url("../images/home-banner-3.jpg");
	background-size: cover;
}

.owl-nav .svg-icon {
	fill: #ffffff;
}

.owl-nav .prev-icon svg {
	transform: rotate(180deg) !important;
}


#home-slider .owl-item {
	position: relative;
}

#home-slider .owl-nav {
	position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

#home-slider .owl-nav button {
	position: absolute;
	font-size: 64px;
	background: transparent;
    height: 80px;
    width: 40px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.5;
    top: -20px;
}

#home-slider .owl-nav button span {
	position: relative;
    display: flex;
    height: 80px;
    width: auto;
}

#home-slider .owl-nav button span svg {
	position: relative;
	top: 0;
	left: 0;
	transform: translateX(0);
	width: 27px;
}

#home-slider .owl-nav button:hover {
	opacity: 1;
}

#home-slider .owl-nav button.disabled {
	opacity: 0.4;
	cursor: not-allowed;
}

#home-slider .owl-nav .owl-prev {
	left: 0px;
}

#home-slider .owl-nav .owl-next {
	position: absolute;
	right: 0px;
}

#home-slider .owl-item .item {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.owl-item {
	padding: 0 40px;
}

.owl-dots {
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
}

.owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 50%;
    background-color: #ffffff;
    opacity: 0.5;
}

.owl-dots button.owl-dot.active {
    opacity: 1;
}

.home-info-section {
	background-color: #c6361b;
	padding: 2.75rem 3.5rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -30%;
	width: 400px;
	color: #ffffff;
	width: 50%;
}

@media screen and (min-width: 1620px) {
	.home-info-section {
		right: -25%;
		width: 45%;
	}
}

@media screen and (min-width: 1920px) {
	.container-xxl-width {
		max-width: 1320px;
		margin: 0 auto;
	}
	.home-info-section {
		right: -35%;
		width: 55%;
	}
}

.ukrlp-grey {
	background-image: url("../images/partners/ukrlp-grey.jpg");
	background-size: 100%;
}

.opacity-1 {
	opacity: 0;
	transition: opacity 0.3s ease-out;
}
.opacity-1:hover {
	opacity: 1;
}


.arrows {
  position: relative;
  width: 21px;
  height: 21px;
  margin: 30px auto 0 auto;
}
.arrows:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-left: 7px solid rgba(255, 255, 255, 0.7);
  border-bottom: 7px solid rgba(255, 255, 255, 0.7);
  transform: translate(7px, 28px) rotate(-45deg);
  animation: arrows 3s linear infinite;
}
.arrows:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-left: 7px solid rgba(255, 255, 255, 0.7);
  border-bottom: 7px solid rgba(255, 255, 255, 0.7);
  transform: translate(14px, 0px) rotate(-45deg);
  animation: arrows 3s linear infinite -1.5s;
}
@keyframes arrows {
  0% {
    border-left: 7px solid rgba(255, 255, 255, 0);
    border-bottom: 7px solid rgba(255, 255, 255, 0);
    transform: translate(-3.5px, -14px) rotate(-45deg);
  }
  10%, 90% {
    border-left: 7px solid rgba(255, 255, 255, 0);
    border-bottom: 7px solid rgba(255, 255, 255, 0);
  }
  50% {
    border-left: 7px solid rgba(255, 255, 255, 0.7);
    border-bottom: 7px solid rgba(255, 255, 255, 0.7);
    transform: translate(-3.5px, 0px) rotate(-45deg);
  }
  100% {
    border-left: 7px solid rgba(255, 255, 255, 0);
    border-bottom: 7px solid rgba(255, 255, 255, 0);
    transform: translate(-3.5px, 14px) rotate(-45deg);
  }
}

.no-bg {
	background-image: none;
	background-color: transparent;
}

.course-page-heading {
	padding: 20px 20px 60px 20px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	display: inline-block;

}

.course-top-section {
	margin-top: -50px;
	position: relative;
}

.study-option-box {
	padding-right: 0;
}

.course-overview-box {
	padding-left: 5px;
}


.course-top-section::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 50%;
	bottom: 0;
	left: 0;
	background-color: #ffffff;
}

.course-top-section > div {
	position: relative;
	z-index: 1;
}

.tabs-type-green .nav-item > .nav-link {
	width: 100%;
	background-color: #276461;
	color: #ffffff;
	text-transform: none;
	height: 48px;
	border-radius: 0;
	font-size: 24px;
	font-family: 'Conv_coinage_55f';
}

.tabs-type-green .nav-link.active, .tabs-type-green .show >.nav-link {
	background-color: #1c4c48;
}

.mg-btm-20 {
    margin-bottom: 20px;
}
.mg-btm-10 {
    margin-bottom: 10px;
}

.study-option-list {
	position: relative;
	padding-left: 30px;
}

.study-option-list img {
	width: 20px;
	position: absolute;
	left: 0;
	top: 2px;
}

.about-us-list p {
	text-align: left;
}

.about-us-list > div:not(:last-child) {
	padding-right: 40px;
}

.about-us-list .about-inline-img {
	width: 130px;
	border-radius: 50%;
	margin-top: -130px;
}

.online-form h5 span.txt-display-inline {
	font-size: 90%;
	margin-left: 100px;
}

.form-info {
	font-size: 12px;
}

.office-location {
    position: relative;
}

.office-location::before {
    content: '';
    position: absolute;
    background-color: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.location-address {
    position: absolute;
    top: 10px;
    left: 40px;
    z-index: 2;
}

.office-location img {
    border-radius: 10px;
    position: relative;
    display: block;
    height: 205px;
}

.location-address p {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.6em;
}

.form-black {
	background-color: #ffffff;
}

.form-black input,
.form-black textarea,
.form-black label,
.form-black select {
	font-size: 14px;
}

select .select-optiongroup {
	font-weight: bold;
}

.form-black select option {
	color: #000000;
	font-weight: 300;
}

#contactUsForm .form-group {
	position: relative;
}

#contactUsForm .form-group label.error {
	color: #b91f1f;
	font-size: 13px;
}

#contactUsForm .form-group .input-label {
	position: absolute;
	top: 10px;
	transition: 0.3s all;
	left: 0;
}

.input-label sub {
	top: -3px;
}

#contactUsForm .form-group .form-control {
	border: 1px solid transparent;
	border-bottom: 1px solid #212529;
	outline: none;
	-webkit-appearance: none;
	appearance: none;
	-moz-appearance: none;
	border-radius: 0;
	padding-left: 0;
	background: transparent;
	font-size: 14px;
	z-index: 1;
	position: relative;
}

.select-bg-icon {
	color: #ffffff;
    position: absolute;
    right: 0;
    top: 12px;
}

#submitFormBtn {
	background: #212529;
	color: #ffffff;
	border-radius: 0;
	font-size: 16px;
}

#contactUsForm .form-group textarea.form-control {
	border: 1px solid #212529;
	padding-left: 10px;
}

#contactUsForm .form-group .form-control:focus {
	outline: none;
	box-shadow: none;
	background-color: transparent;
	border-bottom-width: 3px;
}

#contactUsForm .form-group .text-area-label {
	left: 10px;
}



#contactUsForm .form-group .form-control:focus ~ .input-label,
#contactUsForm .form-group .form-control.active ~ .input-label {
	top: -18px;
	transition: 0.3s all;
	font-size: 12px;
}

#contactUsForm .form-group .form-control:focus ~ .text-area-label,
#contactUsForm .form-group .form-control.active ~ .text-area-label {
	left: 0;
}

.datepicker table tr td span.old:not(.disabled), .datepicker table tr td span.new:not(.disabled) {
	color: #22222e;
}

#contactUsForm .form-group textarea {
	min-height: 160px !important;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.ckeckbox-input.confirmation {
	position: absolute;
    top: 3px;
    width: 20px;
    height: 20px;
}

.ckeckbox-input.confirmation ~ label.error {
	padding-left: 30px;
}

.mg-btm-30 {
    margin-bottom: 30px;
}

.tab-content.padding {
	padding: 0 20px;
}

.course-card {
	border-radius: 5px;
	background-color: #ffffff;
	transform: translateZ(0) scale(1);
	box-shadow: 0 4px 32px -11px rgba(17, 24, 39, 0.1);
	display: flex;
	align-items: center;
	transition: transform 0.15s ease-out, box-shadow 0.15s linear;
	margin-bottom: 48px;
    margin-right: 36px;
}

.course-card:hover {
	transform: translateZ(0) scale(1.05);
	box-shadow: 0 4px 32px -11px rgba(17, 24, 39, 0.3);
}

.course-card-img {
	width: 100px;
	height: 100px;
}

.course-card-img img {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	height: 100px;
	width: 100px;
}

.course-card-heading {
	padding: 0 12px 0 20px;
    flex: 1;
    text-transform: none;
    margin: 0;
    color: initial;
    font-size: 16px;
    line-height: 1.6em;
}

.svg-icon {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
}

.svg-icon svg {
	animation-name: transisionScale;
	animation-duration: 1s;
	transform: scale(1);
	animation-iteration-count: infinite;
}

.flexbox-v-center {
    display: flex;
    align-items: center;
}

.full-width {
    width: 100%;
}

@keyframes transisionScale {
  0% {
	transform: scale(1);
  }

  50% {
	transform: scale(1.2);
  }

  100% {
	transform: scale(1);
  }
}

@media screen and (max-width: 991px) {
	.parallax {
    	background-attachment: scroll;
  	}
  	.home-slider-container h2 {
		font-size: 1.75rem;
	}

	.home-slider-container h1 {
		font-size: 2.5rem;
	}
}

@media screen and (max-width: 768px) {
	.logo-container > a img {
		margin-left: 20px;
	}
	.section-heading {
		font-size: 24px;
	}
	#footer-section {
		position: relative;
	}
	.hamburger-menu {
    	right: 0 !important;
    	z-index: 99;
  	}
  	.about-us-list {
  		flex-wrap: wrap;
  	}

  	.about-us-list .flex-1 {
  		flex: 1 1 50%;
  		width: 100%;
  		text-align: center;
  		padding: 15px;
  	}
  	.about-us-list .about-inline-img {
  		margin: 0 auto;
   	}
   	.container, .container-fluid {
   		padding-left: 15px;
   		padding-right: 15px;
   	}

   	.footer-section .col-md-3 {
   		width: 50%;
   	}
   	.footer-section {
   		background-size: 74%;
   	}
   	.online-form h5 span.txt-display-inline {
   		display: block;
   		margin: 0;
   		margin-top: 10px;
   		font-size: 14px;
   	}
   	.industry-connect-section div.section-img {
		width: 33.33333333%;
	}
	.home-info-col {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.home-info-section {
		position: relative;
		top: 0;
		left: 0;
		transform: translateY(0);
		margin-top: -80px;
	}

	.home-info-img {
		padding-right: 0;
	}
	.home-info-section {
		width: 90%;
	}

	.home-slider-container h2 {
		font-size: 1.5rem;
	}

	.home-slider-container h1 {
		font-size: 2rem;
	}
}

@media screen and (max-width: 575px) {
	.menu-list-fixed {
		width: 100%;
		padding: 90px 60px;
		right: -100%;
	}
	.menu-list li > a {
		font-size: 20px;
	}

	.industry-connect-section div.section-img {
		width: 50%;
	}
	.study-option-box {
		padding-right: 12px;
	}

	.course-overview-box {
		padding-left: 8px;
	}

	.footer-section {
		background-size: 92%;
	}

	.form-info {
		display: block;
		margin-top: 8px;
	}
	.home-info-section {
		padding: 30px 45px;
	}
}

@media screen and (max-width: 480px) {
	#home-slider .owl-item .item-1 {
		background-image: url("../images/home-banner-mobile-1.jpg");
		background-size: cover;
	}
	
	#home-slider .owl-item .item-2 {
		background-image: url("../images/home-banner-mobile-2.jpg");
		background-size: cover;
	}
	#home-slider .owl-item .item-3 {
		background-image: url("../images/home-banner-mobile-3.jpg");
		background-size: cover;
	}
}