@charset "utf-8";
/**=========================================================
 * Theme Name   :  Coco Education
 * Author       :  Amit Suthar
 * Description  :  September 2023
 * File Name	:  style.css
=========================================================**/

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300;400;500;600;700&display=swap');

/* Global Styles */

*, *:after, *:before {
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
	}

html {
    height: 100%;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
	}

html, body {
	height: 100%;
	}
	
body {
	font-family: 'Outfit', sans-serif;
	font-size: 16px;
	color: #1A1A1A;
	font-weight: 300;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	/*background: #ffffff url(../images/loader.gif) center center no-repeat;*/
	overflow-x: hidden;
	}
	
::selection {
	background: #666666; /* Safari */
	color: #ffffff;
	}
	
::-moz-selection {
	background: #666666; /* Firefox */
	color: #ffffff;
	}
		
img {
  	max-width: 100%;
  	vertical-align: middle;
  	-ms-interpolation-mode: bicubic;
	}

@media screen and (-webkit-min-device-pixel-ratio:0)
and (min-resolution:.001dpcm) {
    img {
        image-rendering: -webkit-optimize-contrast !important;
    }
}

/* Unset for Safari 11+ */
@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) and (stroke-color:transparent) {
    img {
        image-rendering: unset !important;
    }
}}
	
a, a:focus, a:hover {
	color: #FE8F08;
	outline: none;
	cursor: pointer;
	text-decoration: none;
    box-shadow: none !important;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}
	
a:hover {
	color: #212A55;
	}

:focus, ::-moz-focus-inner {
	border: none;
	outline: none !important;
	}

fieldset, a img {
	border: none;
	}

ol, ul {
	margin: 0px auto;
	padding-left: 15px;
    list-style-position: outside;
    /*list-style-type: none;*/
	}
	
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
	}

b, strong {
	font-weight: 700;
	}
	
/* ClearFix */
.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
	}

.container:after {
	display: block;
	content: " ";
	clear: both;
	}
	
.clearfix:after {
	display: block;
	content: ".";
	height: 0px;
	clear: both;
	visibility: hidden;
	}
	
.clearfix {
	display: inline-table;
	}

/* Hides from IE-mac \*/
.clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
	
/* wrapper */
	
#wrapper {
    position: relative;
    height: auto !important;
    min-height: 100%;
    height: 100%;
    width: 100%;
	display: block;
	margin: 0 auto;
    overflow: hidden;
    max-width: 1920px;
	background: #ffffff;
	}
	
/* body,
#wrapper,
.footer-wrapper {
	opacity: 0;
	} */

.container,
.wide-container,
.header-container {
	position: relative;
	width: 100%;
	margin: 0px auto;
	max-width: 1200px;
	padding: 0px 15px;
	}
	
.wide-container,
.footer .container {
    max-width: 1430px;
	}

.header-container,
.welcome-note-section .wide-container {
	max-width: 100%;
	padding: 0px 60px;
	}

.welcome-note-section {
	position: relative;
	display: block;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	padding: 12px 0px;
	background: #212A55;
	}

ul.welEnquiry-box {
	display: flex;
	font-size: 16px;
	flex-wrap: wrap;
	padding: 0px 0px;
	margin: 0px -25px;
	list-style-type: none;
	}

ul.welEnquiry-box li {
	position: relative;
	display: block;
	padding: 0px 25px;
	}

ul.welEnquiry-box li a {
	position: relative;
	display: block;
	font-size: 16px;
	color: #ffffff;
	font-weight: 600;
	background: transparent;
	text-decoration: underline;
	}

ul.welEnquiry-box li a i {
	margin-right: 20px;
	vertical-align: middle;
	}

ul.welEnquiry-box li a:hover {
	color: #FE8F08;
	}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
	background: #000000;
	}

.wpml-ls-legacy-dropdown {
	max-width: 150px;
	}

/* Header Styles */

#pageHeaderWrapper {
	position: relative;
	width: 100%;
	z-index: 100;
	display: block;
	margin: 0px auto;
	}

#pageHeader {
	position: relative;
	display: block;
	width: 100%;
	z-index: 101;
	padding: 0px;
	margin: 0px auto;
    max-width: 1920px;
	background: #ffffff;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
    -o-transition: all 1s;
	transition: all 1s;
	box-shadow: 0px 3px 6px #00000008;
	}

.is-sticky #pageHeader {
    left: auto;
    max-width: 1920px;
	}

/* Top Header Container */

.topHeaderContainer {
	position: relative;
	display: flex;
	margin: 0px auto;
    align-items: center;
    justify-content: space-between;
    }

/* Logo */
	
.logo {
	position: relative;
	display: block;
    float: left;
	width: 246px;
	height: 71px;
	z-index: 1001;
	overflow: hidden;
	padding: 0px 0px;
	margin: 14px 0px;
	}

.logo a {
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	}

.logo img {
	position: relative;
	display: block;
	height: auto;
	max-width: 100%;
	}

/* Top Right Header */
	
.topRightHeader {
    position: relative;
    display: flex;
    padding: 0px;
	height: 100%;
	align-items: center;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    margin: 0px 0px;
    justify-content: end;
	}

.headMore-box {
	position: relative;
	display: block;
	}

.headMore-box ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0px 0px;
	margin: 0px -12px;
	align-items: center;
	list-style-type: none;
	}

.headMore-box ul li {
	position: relative;
	z-index: 9;
	padding: 0px 12px;
	}

.header-contact-btn a {
	font-family: 'Fredoka', sans-serif;
	position: relative;
	display: block;
	width: auto;
	height: auto;
	font-size: 15px;
	font-weight: 500;
	min-width: 210px;
	color: #ffffff;
	line-height: 26px;
	padding: 17px 35px;
	text-align: center;
	letter-spacing: 1px;
	background: #FE8F08;
	text-transform: uppercase;
	border-radius: 30px !important;
	}

.header-contact-btn a::before {
	position: absolute;
	inset: 7px;
	content: '';
	border-radius: 30px;
	background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='30' ry='30' stroke='white' stroke-width='1.5' stroke-dasharray='6%2c 11' stroke-dashoffset='35' stroke-linecap='round'/%3e%3c/svg%3e");	
	}

.header-contact-btn a:hover {
	background: #2C82D5;
	}

/* Nav */
	
.nav-wrapper {
	position: relative;
	display: block;
    float: left;
	margin: 0px auto;
	}
	
.nav-container,
.nav {
	position: relative;
	width: 100%;
	display: block;
	margin: 0px auto;
	text-align: center;
	}
	
.nav ul {
	position: relative;
	display: flex;
	padding: 0;
	width: 100%;
	flex-wrap: wrap;
	margin: 0px auto;
	align-items: center;
    text-transform: none;
	list-style-type: none;
	}
	
.nav>ul>li {
    position: relative;
	display: block;
	height: 100%;
    font-weight: 500;
    margin: 0px 20px;
	}
	
.nav>ul>li:first-child {
	margin-left: 0px;
	}

.nav>ul>li>a {
	position: relative;
	display: block;
	height: 100%;
	font-size: 16px;
	color: #808080;
	line-height: 22px;
	padding: 39px 0px;
	text-align: center;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

.nav>ul>li>a:before {
	position: absolute;
	display: block;
	z-index: 1;
	left: 50%;
	right: 50%;
	width: 0px;
	content: '';
	height: 8px;
	bottom: -4px;
	overflow: hidden;
	border-radius: 5px;
	background: #2C82D5;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

/* .nav>ul>li.menu-item-has-children>a {
	padding-right: 20px;
	}

.nav li.menu-item-has-children > a:after {
	font-family: 'Font Awesome 6 Free';
	position: absolute;
	content: "\f078";
	font-size: 12px;
	right: 1px;
	top: 50%;
	z-index: 2;
	height: 20px;
	font-weight: 900;
	margin-top: -10px;
	line-height: 20px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	}

.nav>ul>li.menu-item-has-children:hover>a:after,
.nav>ul>li.menu-item-has-children.selected>a:after {
	content: "\f077";
	} */

.nav>ul>li:hover>a:before,
.nav>ul>li.selected>a:before {
	left: 0px;
	right: 0px;
	width: 100%;
	}

.nav>ul>li span {
	position: relative;
	display: block;
	height: 100%;
	z-index: 2;
	}

.nav>ul>li:hover>a,
.nav>ul>li.selected>a {
	color: #2C82D5;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

.nav>ul ul,
.nav>ul ul ul {
	position: absolute;
	top: 100%;
	opacity: 0;
	width: 100%;
	left: -102px;
	padding: 20px 0px;
    font-weight: 400;
	min-width: 300px;
	text-align: left;
	visibility: hidden;
	border-radius: 20px;
    text-transform: none;
	background: #FFFFFF;
	margin: 30px 0px 0px 0px;
	box-shadow: 0px 12px 16px #0000001F;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	}
	
.nav>ul ul ul {
    left: 100%;
	top: auto;
	margin: 0px;
	padding: 0px 0px;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
	}
	
.nav>ul>li:hover>ul,
.nav>ul ul>li:hover>ul {
	opacity: 1;
	top: auto;
	margin-top: 0px;
	visibility: visible;
	}
	
.nav>ul ul>li:hover>ul {
	margin-top: -58px;
	}

.nav>ul ul>li,
.nav>ul ul ul>li {
	position: relative;
	display: block;
	padding: 0px;
	width: 100%;
	color: #222222;
	line-height: 24px;
	}
	
.nav>ul ul a,
.nav>ul ul ul a,
.nav>ul li.selected ul a {
	position: relative;
	display: block;
	font-weight: 500;
	color: #808080;
	line-height: 16px;
	padding: 15px 15px;
	text-align: center;
    background: transparent;
	}
	
/* .nav>ul>li li.menu-item-has-children>a {
	padding-right: 35px;
	}

.nav>ul>li li.menu-item-has-children > a:after {
    content: "\f054";
	right: 15px;
	}
	 */
	
.nav>ul ul li:hover>a,
.nav>ul ul li.selected>a,
.nav>ul ul ul li:hover>a,
.nav>ul ul ul li.selected>a {
	color: #2C82D5;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

li.header-cart-menu a span {
	position: absolute;
	color: #ffffff;
	right: 0px; 
	z-index: 2;
	top: -10px;
	width: 25px;
	height: 25px;
	font-size: 12px;
	font-weight: 400;
	overflow: hidden;
	line-height: 25px;
	text-align: center;
	border-radius: 100%;
	background: #1B5EBF;
	display: inline-block;
	}

/* Banner Styles */	

.bannerWrapper {
	position: relative;
	display: block;
	width: 100%;
	z-index: 3;
    padding: 0px;
	margin: 0px auto;
	background: #EAF2F9;
	}

.bannerWrapper::after {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	content: '';
	z-index: 1;
	height: 65px;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-image: url(../images/banner-whiteWave.png);
	}

.bannerWrapper::before {
	position: absolute;
	left: 0px;
	bottom: -40px;
	width: 100%;
	content: '';
	z-index: 2;
	height: 86px;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-image: url(../images/banner-wave.png);
	}

.banner {
	position: relative;
	display: block;
    width: 100%;
	z-index: 0;
	margin: 0px auto;
	}
	
.homeBannerSlider {
	position: relative;
	display: block;
	width: 100%;
	margin: 0px auto;
	}
	
[data-animation-in] {
	opacity: 0;
	}
	
.banner-slide {
	position: relative;
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0px auto;
	}
	
.banner-pic {
	position: relative;
	display: block;
	height: 0px;
	overflow: hidden;
	padding-bottom: 73.91%;
	}
	
.banner-pic figure {
	position: absolute;
	overflow: hidden;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-align: center;
	margin: 0px auto !important;
	}

.banner-pic img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.banner_caption {
	position: relative;
	display: block;
	float: right;
	width: 100%;
	max-width: 500px;
	margin-right: 72px;
	}

.banner_caption .bannerHeading1 {
	font-size: 66px;
	font-weight: 600;
	line-height: 1.1;
	padding-bottom: 40px;
	letter-spacing: -0.66px;
	}
	
.banner_caption p {
	margin-bottom: 30px;
	}

.homeBannerSlider .slick-dots {
	top: 33%;
	left: 10%;
	width: auto;
	bottom: auto;
	height: auto;
	margin: 0px 0px;
	text-align: center;
	}

.homeBannerSlider .slick-dots li {
	display: flex;
	width: 40px;
	height: 40px;
	align-items: center;
	margin: 5px auto;
	overflow: visible;
	justify-content: center;
	background: transparent !important;
	border-color: transparent !important;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}
	
.homeBannerSlider .slick-dots li:before {
	position: absolute;
	top: 20px;
	left: -210px;
	height: 1px;
	content: '';
	width: 0px;
	display: inline-block;
	background: #3A5AA9;
	vertical-align: middle;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}

.homeBannerSlider .slick-dots li.slick-active:before {
	width: 190px;
	}

.homeBannerSlider .slick-dots li button:before {
	opacity: 0.7;
	display: none;
	}

.homeBannerSlider .slick-dots li button {
	position: relative;
	border-radius: 16px;
	width: 12px;
	height: 12px;
	margin: 0px auto;
	background: #949292;
	border: 1px solid #949292;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}

.homeBannerSlider .slick-dots li:hover button,
.homeBannerSlider .slick-dots li.slick-active button {
	opacity: 1;
	width: 100%;
	height: 100%;
	font-size: 16px;
	color: #ffffff;
	font-weight: 700;
	border-radius: 40px;
	border-color: #3A5AA9;
	background: #3A5AA9;
	}
	
/* Container Style */
	
.pt0 { padding-top: 0px !important; }
.pt5 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt40 { padding-top: 40px !important; }
.pt50 { padding-top: 50px !important; }
.pt60 { padding-top: 60px !important; }
.pt100 { padding-top: 100px !important; }

.pb0 { padding-bottom: 0px !important; }
.pb5 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb50 { padding-bottom: 50px !important; }
.pb60 { padding-bottom: 60px !important; }
.pb100 { padding-bottom: 100px !important; }

.mt0 { margin-top: 0 !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mt60 { margin-top: 60px !important; }
.mt100 { margin-top: 100px !important; }

.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb100 { margin-bottom: 100px !important; }

.mg0 { margin: 0px !important; }
.mg5 { margin: 5px !important; }
.p0 { padding: 0px !important; }
.p5 { padding: 5px !important; }
.p15 { padding: 15px !important; }
.ml5 { margin-left: 5px !important; }
.mr5 { margin-right: 5px !important; }
.ml10 { margin-left: 10px !important; }
.mr10 { margin-right: 10px !important; }
.ml15 { margin-left: 15px !important; }
.mr15 { margin-right: 15px !important; }
.ml20 { margin-left: 20px !important; }
.mr20 { margin-right: 20px !important; }

/* Main Content Wrapper */

.main-content-wrapper {
	position: relative;
	width: 100%;
	padding: 0px;
	margin: 0px auto;
	max-width: 1920px;
	}
	
.nopadding {
	padding: 0px !important;
	}

/* Main Container */
	
.main-container {
	position: relative;
	display: block;
	width: 100%;
	margin: 0px auto;
	padding: 80px 0px 30px;
	}

.bg-center-top {
	background-position: center top !important;
	}

.bg-center-bottom {
	background-position: center bottom !important;
	}

.bg-cover {
	background-size: cover !important;
	}

hr {
	position: relative;
	display: block;
	width: 100%;
	opacity: 1;
	margin: 30px auto;
	background-color: #c6c6c6;
	}

.homeProgram-section {
	position: relative;
	display: block;
	padding: 80px 0px;
	}

.homeProgram-section .clipLeft-icon1 {
	top: 90px;
	}

.homeProgram-section .clipRight-icon7 {
	z-index: 2;
	bottom: -65px;
	}

.homeProgram-slider {
	margin: 0px -15px 60px;
	}

.homeProgram-slide {
	font-size: 16px;
	padding: 25px 15px 30px;
	}

.urlBtn {
	font-family: 'Fredoka', sans-serif;
	position: relative;
	display: block;
	}	

.urlBtn a {
	position: relative;
	color: #1A1A1A;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 1.5px;
	display: inline-block;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 2px dashed #1A1A1A;
	}

.urlBtn a:hover {
	color: #2C82D5;
	border-color: #2C82D5;
	}

.homePlan-section {
	position: relative;
	display: block;
	padding: 150px 0px;
	background-size: cover;
	background-position: center center;
	}

.homePlan-section .clipLeft-icon1 {
	top: 100px;
	}

.homePlan-section .clipLeft-icon5 {
	left: 50px;
	bottom: 130px;
	}

.homePlan-section .clipRight-icon2 {
	top: 37%;
	right: 150px;
	}

.homeFees-picGroup {
	position: relative;
	display: block;
	}

.homePlan-section::before {
	position: absolute;
	left: 0px;
	top: -1px;
	width: 100%;
	content: '';
	z-index: 1;
	height: 60px;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url(../images/banner-whiteWave1.png);
	}

.homeFees-pic-container {
	position: relative;
	display: inline-block;
	}

.homeFees-pic-container::before {
	position: absolute;
	inset: -15px;
	content: '';
	border-radius: 100%;
	border: 2px dashed #2C82D5;
	}

.homeFees-pic-container img {
	width: 544px;
	height: 544px;
	object-fit: cover;
	border-radius: 100%;
	}

.homeFees-picSM {
	position: absolute;
	z-index: 1;
	bottom: 0px;
	right: 50px;
	display: inline-block;
	}

.homeFees-picSM::before {
	position: absolute;
	inset: -15px;
	content: '';
	border-radius: 100%;
	border: 2px dashed #FE8F08;
	}

.homeFees-picSM img {
	width: 314px;
	height: 314px;
	object-fit: cover;
	border-radius: 100%;
	}

.homePlan-content {
	position: relative;
	display: block;
	font-size: 18px;
	padding-left: 35px;
	}

.weDid-home-section {
	position: relative;
	display: block;
	z-index: 1;
	margin-top: -100px;
	padding: 180px 0px 90px;
	background-size: cover;
	background-position: top center;
	}

.weDid-home-section .pageTitle1 h2 {
	font-size: 40px;
	}

.whiteText {
	color: #ffffff !important;
	}

.home-weDid-slider {
	margin: 20px -15px 50px;
	}

.home-weDid-slide {
	padding: 0px 15px 30px;
	}

.home-weDid-slide .programmes-item-box .programmes-pic-container {
	padding-bottom: 68.87%;
	}

.home-weDid-slide .programmes-item-content {
	padding: 30px 40px 60px;
	}

.home-weDid-slide .programmes-item-content h3 {
	margin: 0px 0px;
	}

.linkWhite-text a {
	color: #ffffff;
	border-color: #ffffff;
	}

.home-weDid-slider .slick-prev, 
.home-weDid-slider .slick-next {
	color: #ffffff;
	border-color: #ffffff;
	}

.homeWho-section {
	position: relative;
	display: block;
	background-size: cover;
	padding: 110px 0px 145px;
	background-position: top center;
	}

.homeWho-section::before {
	position: absolute;
	left: 0px;
	bottom: -2px;
	width: 100%;
	content: '';
	z-index: 1;
	height: 63px;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-image: url(../images/divShape1.png);
	}

.homeWho-content {
	position: relative;
	display: block;
	font-size: 18px;
	color: #212121;
	max-width: 440px;
	}

.homeWho-content .pageTitle1 h2 {
	font-size: 40px;
	}

.homeWho-picGroup {
	position: relative;
	display: block;
	}

.homeWho-picGroup .homeFees-pic-container {
	z-index: 5;
	margin-left: 120px;
	}

.homeWho-picGroup .homeFees-picSM {
	top: 0px;
	left: 20px;
	right: auto;
	bottom: auto;
	}

.ctc-section {
	position: relative;
	display: block;
	font-size: 18px;
	color: #212121;
	text-align: center;
	padding: 80px 0px 20%;
	background-repeat: no-repeat;
	background-position: bottom center;
	}

.ctc-section .clipLeft-icon7 {
	bottom: 120px;
	}

.ctc-section .container {
	max-width: 900px;
	}

.zindex {
	z-index: 2;
	}

/*About Us*/

.about-top-section {
	position: relative;
	display: block;
	padding: 100px 0px;
	background-repeat: no-repeat;
	background-position: center bottom 30px;
	}

.about-top-section .event-tabBox {
	margin-bottom: 60px;
	}

.epo-section {
	position: relative;
	display: block;
	z-index: 1;
	text-align: center;
	background-size: cover;
	padding: 115px 0px 120px;
	background-position: top center;
	}

.epo-section .get-touchContent,
.epo-section .get-touchContent h2 {
	color: #ffffff;
	}

.about-education-section {
	position: relative;
	display: block;
	min-height: 1110px;
	margin-top: -120px;
	background-size: cover;
	padding: 200px 0px 90px;
	background-position: center top;
	}

.about-education-section .pageTitle {
	padding-bottom: 60px;
	}

.about-education-section .pageTitle h2::before {
	opacity: 0.1;
	background: #359CFF;
	}

.about-education-section .homeFees-pic-container::before,
.about-education-section .homeFees-picSM::before {
	border-color: #ffffff;
	}

.about-education-section .homeFees-picSM {
	bottom: -130px;
	right: 130px;
	}

.education-contentList {
	position: relative;
	display: block;
	}

.education-contentItem {
	position: relative;
	display: block;
	font-size: 18px;
	color: #FFFFFF;
	margin-bottom: 40px;
	}

.education-contentList .education-contentItem:last-child {
	margin-bottom: 0px;
	}

.education-icon {
	position: relative;
	display: flex;
	width: 75px;
	height: 75px;
	margin-right: 5px;
	border-radius: 75px;
	align-items: center;
	background: #FEF5E1;
	justify-content: center;
	}

.education-contentItem h4 {
	color: #359CFF;
	font-size: 28px;
	letter-spacing: -0.28px;
	}

.about-teacherSection {
	position: relative;
	display: block;
	padding: 80px 0px 120px;
	background-image: url(../images/teacher-bg.jpg);
	background-repeat: repeat;
	}

.about-teacherSection::before {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	content: '';
	z-index: 1;
	height: 62px;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-image: url(../images/divShape1.png);
	}

.about-teacherSection .pageTitle {
	padding-bottom: 40px;
	}

.about-teacherSection .pageTitle h2::before {
	opacity: 0.3;
	background: #359CFF;
	}

.teacherSection-container {
	position: relative;
	display: block;
	}

.teachers-tab-body {
	position: relative;
	display: block;
	}

ul.tabstyle1  {
	display: flex;
	flex-wrap: wrap;
	padding: 0px 0px;
	margin: 0px 0px 35px;
	list-style-type: none;
	border: none !important;
	}

ul.tabstyle1 li {
	position: relative;
	display: block;
	width: 33.3333%;
	padding: 0px 15px 20px;
	}

ul.tabstyle1 li a {
	font-family: 'Fredoka', sans-serif;
	position: relative;
	display: block;
	font-size: 15px;
	color: #FE8F08;
	font-weight: 600;
	line-height: 26px;
	text-align: center;
	padding: 16px 50px;
	letter-spacing: 1px;
	border-radius: 30px !important;
	background: #FAF3DF !important;
	text-transform: uppercase;
	border: 1px solid #FAF3DF !important; 
	}

ul.tabstyle1 li a::before {
	position: absolute;
	inset: 7px;
	content: '';
	border-radius: 30px;
	background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='30' ry='30' stroke='%23FE8F08FF' stroke-width='1.5' stroke-dasharray='6%2c 11' stroke-dashoffset='35' stroke-linecap='round'/%3e%3c/svg%3e");	
	}
	
ul.tabstyle1 li a:hover,
ul.tabstyle1 li a.active {
	color: #ffffff !important;
	background: #3A5AA9 !important;
	border-color: #3A5AA9 !important;
	}
	
ul.tabstyle1 li a:hover::before,
ul.tabstyle1 li a.active::before {
	background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='30' ry='30' stroke='white' stroke-width='1.5' stroke-dasharray='6%2c 11' stroke-dashoffset='35' stroke-linecap='round'/%3e%3c/svg%3e");	
	}

.teachers-slider {
	margin: 0px -15px 80px !important;
	}

.teachers-slider .slick-slide {
	height: auto !important; 
	}

.teachers-slide {
	padding: 0px 15px;
	}

.teachers-slider .slick-dots {
	bottom: -80px;
	}

.teachers-slider .slick-dots li {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0px 5px;
	overflow: visible;
	vertical-align: middle;
	background: transparent !important;
	border-color: transparent !important;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}
	
.teachers-slider .slick-dots li button:before {
	opacity: 0.7;
	display: none;
	}

.teachers-slider .slick-dots li button {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 16px;
	width: 12px;
	height: 12px;
	margin: 12px auto;
	background: #949292;
	border: 1px solid #949292;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}

.teachers-slider .slick-dots li:hover button,
.teachers-slider .slick-dots li.slick-active button {
	opacity: 1;
	width: 100%;
	height: 100%;
	font-size: 16px;
	color: #ffffff;
	font-weight: 700;
	border-radius: 40px;
	margin: 0px auto;
	border-color: #3A5AA9;
	background: #3A5AA9;
	}

.aboutTeach-box,
.aboutTeach-box a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	font-size: 18px;
	font-weight: 400;
	color: #1A1A1A;
	border-radius: 20px;
	background: #FFFFFF;	
	}

.aboutTeach-box a {
	overflow: hidden;
	}

.techer-pic-container {
	position: relative;
	display: block;
	height: 0px;
	overflow: hidden;
	padding-bottom: 89.15%;
	border-radius: 20px 20px 0px 0px;
	}
	
.techer-pic-container figure {
	position: absolute;
	overflow: hidden;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-align: center;
	margin: 0px auto !important;
	}

.techer-pic-container img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.teacher-content-box {
	position: relative;
	display: block;
	padding: 34px 15px;
	text-align: center;
	border-radius: 0px 0px 20px 20px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

.aboutTeach-box a:hover .teacher-content-box {
	opacity: 0;
	}

.teacher-content-box h3 {
	font-size: 28px;
	color: #FE8F08;
	padding-bottom: 13px;
	letter-spacing: -0.28px;
	}

.teacher-mask-container {
	position: absolute;
	bottom: -100%;
	width: 100%;
	height: 100%;
	display: flex;
	font-size: 18px;
	color: #FFFFFF;
	padding: 0px 35px;
	text-align: center;
	align-items: center;
	justify-content: center;
	background: rgba(53, 156, 255, 0.92);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

.aboutTeach-box a:hover .teacher-mask-container {
	bottom: 0px;
	}
	
.teacher-mask-content {
	position: relative;
	display: block;
	}

.teacher-mask-content h3 {
	font-size: 28px;
	color: #FFFFFF;
	padding-bottom: 15px;
	letter-spacing: -0.28px;
	}

.teacher-mask-content h6 {
	font-family: 'Outfit', sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: 400;
	padding: 0px 0px;
	}

.teacher-mask-content hr {
	background: #ffffff;
	}

.teacher-mask-content .readMoreBtn {	
	font-family: 'Fredoka', sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: 600;
	display: inline-block;
	padding: 0px 0px 5px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	border-bottom: 2px dashed #ffffff;
	}

.testimonials-section {
	position: relative;
	display: block;
	padding: 70px 0px;
	background-repeat: no-repeat;
	background-position: center center;
	}

.testimonials-section .pageTitle {
	padding-bottom: 30px;
	}

.testimonials-slider {
	margin: 0px -15px;
	}
	
.testimonials-slide {
	padding: 30px 15px;
	}

.testimonials-content {
	position: relative;
	display: block;
	width: 100%;
	font-size: 18px;
	color: #1A1A1A;
	padding: 60px 55px;
	border-radius: 20px;
	background: #FEF5E1;
	}

.testimonials-content::before {
	font-family: 'Font Awesome 6 Free';
	position: absolute;
	content: '\f10e';
	left: 55px;
	top: -40px;
	font-size: 70px;
	color: #FE8F08;
	font-weight: 900;
	line-height: normal;
	}

.testimonials-content h4 {
	font-family: 'Outfit', sans-serif;
	color: #212A55;
	font-weight: 600;
	padding: 0px 0px;
	margin-bottom: 25px;
	}

.testimonials-title {
	position: relative;
	display: block;
	font-size: 20px;
	color: #717171;
	font-weight: 400;
	padding: 50px 0px 0px 80px;
	}

.testimonials-title::before {
	position: absolute;
	top: 0px;
	left: 20px;
	content: '';
	width: 38px;
	height: 56px;
	background-image: url(../images/testiShape.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	}

.blueTesti .testimonials-title::before {
	background-image: url(../images/testiShape1.png);
	}

.testimonials-title h4 {
	font-family: 'Outfit', sans-serif;
	font-size: 30px;
	color: #FE8F08;
	padding: 0px 0px;
	font-weight: 700;
	}

.blueTesti .testimonials-content {
	background: #EAF4FE;
	}

.blueTesti .testimonials-content::before {
	color: #212A55;
	}

.blueTesti .testimonials-title h4 {
	color: #3A5AA9;
	}

/*Programmes*/

.programmes-listing {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 0px -15px;
	padding: 35px 0px 0px;
	}

.programmes-item {
	position: relative;
	display: block;
	width: 50%;
	padding: 0px 15px 80px;
	}

.programmes-item-box {
	position: relative;
	display: block;
	width: 100%;
	background: #FEF5E1;
	border-radius: 20px 20px;
	}

.blue-bg {
	background: #EAF4FE !important;
	}

.yellow-bg {
	background: #FEF5E1 !important;
	}
	
.programmes-item-box a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	color: #1A1A1A;
	}

.programmes-pic-container {
	position: relative;
	display: block;
	height: 0px;
	overflow: hidden;
	padding-bottom: 42.93%;
	border-radius: 20px 20px 0px 0px;
	}
	
.programmes-pic-container figure {
	position: absolute;
	overflow: hidden;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-align: center;
	margin: 0px auto !important;
	}

.programmes-pic-container img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.programmes-item-content {
	position: relative;
	display: block;
	padding: 40px 40px 70px;
	}

.programmes-item-content h3 {
	font-size: 32px;
	color: #212A55;
	padding: 0px 0px;
	margin: 0px 0px 15px;
	}

.programmes-item-content p {
	margin: 0px 0px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	}

.programmes-learnBtn {
	font-family: 'Fredoka', sans-serif;
	position: absolute;
	left: 40px;
	bottom: -30px;
	text-align: center;
	font-size: 15px;
	color: #ffffff;
	font-weight: 500;
	min-width: 215px;
	line-height: 26px;
	padding: 16px 50px;
	letter-spacing: 1px;
	border-radius: 30px;
	display: inline-block;
	background: #FE8F08;
	text-transform: uppercase;
	border: 1px solid #FE8F08;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

.programmes-learnBtn::before {
	position: absolute;
	inset: 7px;
	content: '';
	border-radius: 30px;
	background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='30' ry='30' stroke='white' stroke-width='1.5' stroke-dasharray='6%2c 11' stroke-dashoffset='35' stroke-linecap='round'/%3e%3c/svg%3e");	
	}
	
.programmes-item-box a:hover .programmes-learnBtn {
	color: #ffffff;
	background: #2C82D5;
	border-color: #2C82D5;
	}
	
.clipLeft-icon1,
.clipLeft-icon2,
.clipLeft-icon3,
.clipLeft-icon4,
.clipLeft-icon5,
.clipLeft-icon6,
.clipLeft-icon7 {
	position: absolute;
	top: 6%;
	left: 150px;
	}

.clipLeft-icon2 {
	top: 42%;
	left: 120px;
	}

.clipLeft-icon3 {
	top: 66%;
	left: 0px;
	}

.clipLeft-icon4 {
	top: 52%;
	left: 100px;
	}

.clipLeft-icon5 {
	top: auto;
	left: 100px;
	bottom: 25px;
	}

.clipLeft-icon6 {
	top: 66%;
	left: 100px;
	}

.clipLeft-icon7 {
	top: auto;
	bottom: 50px;
	left: -50px;
	}

.clipRight-icon1,
.clipRight-icon2,
.clipRight-icon3,
.clipRight-icon4,
.clipRight-icon5,
.clipRight-icon6,
.clipRight-icon7 {
	position: absolute;
	right: 110px;
	top: 7%;
	}

.clipRight-icon2 {
	top: 32%;
	}

.clipRight-icon3 {
	top: auto;
	bottom: 22%;
	right: 150px;
	}

.clipRight-icon4 {
	top: auto;
	right: 50px;
	bottom: 150px;
	}

.clipRight-icon5 {
	top: auto;
	right: -50px;
	bottom: 400px;
	}

.clipRight-icon6 {
	top: auto;
	right: 120px;
	bottom: 50px;
	}

.clipRight-icon7 {
	top: auto;
	right: 80px;
	bottom: 12%;
	}

.get-touch-section {
	position: relative;
	display: block;
	text-align: center;
	background-size: cover;
	padding: 115px 0px 120px;
	background-position: top center;
	}

.get-touchContent {
	position: relative;
	display: block;
	font-size: 18px;
	color: #212121;
	padding: 0px 35px;
	}

.get-touchContent p {
	margin-bottom: 40px;
	}

.gtwu-icon1,
.gtwu-icon2 {
	position: relative;
	display: block;
	min-width: 325px;
	}

.gtwu-icon2 {
	text-align: right;
	}

/*Online Course*/

.gray-body .main-content-wrapper,
.awf-filterable .main-content-wrapper {
	background: #FAFAFA;
	}

.gray-body .main-content-wrapper .inner-banner::after {
	background-image: url(../images/banner-grayWave.png);
	}

.online-course-container {
	position: relative;
	display: block;
	padding: 80px 0px;
	}

.course-searchBox,
.awf-product-search-container {
	position: relative;
	display: block;
	padding: 45px 35px;
	border-radius: 20px;
	margin-bottom: 30px;
	background: #FFFFFF;
	}

.onlineCourse-search {
	position: relative;
	display: block;
	}

.onlineCourse-search .form-control,
.awf-filter-container.awf-product-search-container .awf-filter {
	padding: 12px 30px 12px 60px !important;
	background: #ffffff !important;
	}

.awf-product-search-container::before {
	z-index: 1;
	top: 53px !important;
	left: 60px !important;
	font-size: 20px !important;
	}

.awf-product-search-container button.awf-clear-search-btn {
	opacity: 0 !important;
	top: 54px !important;
	right: 40px !important;
	}

.onlineCourse-search .search-btn {
	position: absolute;
	top: 15px;
	left: 25px;
	border: none;
	box-shadow: none;
	background: transparent;
	}

.course-categoriesBox,
.awf-single {
	position: relative;
	display: block;
	border-radius: 20px;
	margin-bottom: 30px;
	background: #FFFFFF;
	padding: 35px 0px 35px 35px;
	}

.awf-filter-title {
	font-family: 'Fredoka', sans-serif;
	position: relative;
	font-size: 24px;
	color: #5C215E;
	line-height: 1.3;
	font-weight: 600;
	padding: 0px 0px 20px;
	}

ul.course-catUl,
.awf-single .awf-filters-container>ul {
	margin: 0px 0px;
	padding: 0px 0px;
	list-style-type: none;
	}

ul.course-catUl>li>a,
.awf-single .awf-filters-container>ul>li>a {
	position: relative;
	display: block;
	font-size: 18px;
	color: #1A1A1A;
	padding: 16px 25px;
	border-radius: 20px 0px 0px 20px;
	}

ul.course-catUl>li>a:hover,
ul.course-catUl li.selected a,
.awf-single .awf-filters-container>ul>li>a:hover,
.awf-single .awf-filters-container>ul>li.awf-active>a {
	color: #ffffff;
	background: #3A5AA9;
	}

.awf-single .awf-filters-container>ul>li>a:hover label {
	color: #ffffff;
	}

/*Online Course Details*/

.course-topSection {
	position: relative;
	display: block;
	padding: 100px 0px;
	}

.course-main-pic {
	position: relative;
	display: block;
	height: 0px;
	overflow: hidden;
	padding-bottom: 89.44%;
	border-radius: 20px 20px;
	}
	
.course-main-pic figure {
	position: absolute;
	overflow: hidden;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-align: center;
	margin: 0px auto !important;
	}

.course-main-pic img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.course-main-content {
	position: relative;
	display: block;
	color: #808080;
	padding-left: 20px;
	}

.course-main-content .pageTitle {
	padding-bottom: 15px;
	}

.course-main-content .pageTitle h1 {
	font-size: 40px;
	}

.course-main-content h2 {
	font-family: 'Outfit', sans-serif;
	font-size: 30px;
	color: #1A1A1A;
	font-weight: 600;
	}

.course-main-content .link-btn {
	padding-top: 20px;
	}

.course-main-content .link-btn a,
.course-main-content .link-btn button {
	width: 100%;
	}

.course-descriptionBox {
	position: relative;
	display: block;
	background: #EAF4FE;
	padding: 140px 0px 80px;
	}

.course-descriptionBox::before {
	position: absolute;
	left: 0px;
	top: -1px;
	width: 100%;
	content: '';
	z-index: 1;
	height: 60px;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url(../images/banner-whiteWave1.png);
	}

.cdb-box {
	position: relative;
	display: block;
	border-radius: 20px;
	background: #ffffff;
	padding: 55px 0px 55px 35px;
	}

ul.tabstyle2 {
	border: none;
	margin: 0px 0px;
	padding: 0px 0px;
	list-style-type: none;
	}

ul.tabstyle2 li {
	position: relative;
	padding: 1px 0px;
	}

ul.tabstyle2 li a {
	position: relative;
	display: block;
	font-size: 18px;
	color: #1A1A1A;
	text-align: left;
	padding: 18px 25px;
	border: 1px solid #ffffff !important;
	border-radius: 20px 0px 0px 20px !important;
	}

ul.tabstyle2 li a:hover,
ul.tabstyle2 li a.active {
	color: #ffffff !important;
	background: #3A5AA9 !important;
	border-color: #3A5AA9 !important;
	}

ul.tabstyle2 li a:active {
	font-weight: 500;
	}

.cd-containerBox {
	position: relative;
	display: block;
	padding: 50px 50px;
	border-radius: 20px;
	background: #ffffff;
	}

.cdb-tab-body {
	position: relative;
	display: block;
	color: #808080;
	}

.cdb-tab-body h3 {
	font-size: 30px;
	padding-bottom: 24px;
	}

.other-courses-section {
	position: relative;
	display: block;
	padding: 80px 0px 120px;
	}

.other-courses-section .pageTitle {
	padding-bottom: 50px;
	}

.other-courses-section .teachers-slider {
	padding-bottom: 20px;
	}

.other-courses-section .teachers-slide {
	font-size: 16px;
	padding-bottom: 30px;
	}

/* Filter Box */

.filter-box,
.filter-box-bottom {
	position: relative;
	display: block;
    width: 100%;
	color: #6c6c6c;
    font-size: 16px;
	margin: 0px auto;
	padding: 0px 0px 25px;
	}

.filter-box-bottom {
	margin-top: 10px;
	padding: 35px 0px;
	border-top: 1px solid #CCCCCC;
	}
	
.filter-box form {
	position: relative;
	display: block;
    width: 100%;
	}

/* Filter Select */

.filter-select-box {
	position: relative;
	color: #000000;
    padding: 0px;
	font-size: 14px;
	vertical-align: top;
	display: inline-block;
	margin: 0px 0px 0px 0px;
	}

.filter-box>.row>.col>.row>.col-auto {
	line-height: 1;
	}

.filter-select-box strong,
.filter-select-box b,
.filter-select-text strong,
.filter-select-text b {
    font-weight: 500;
	}

.filter-select-box.sorting {
	padding-left: 10px;
	}

.filter-select-text {
	position: relative;
	font-size: 18px;
	color: #1A1A1A;
    font-weight: 300;
	line-height: normal;
	vertical-align: top;
	display: inline-block;
	margin: 0px 0px 0px 0px;
	}

.filter-select-text span {
	position: relative;
	color: #333333;
	}

.text-dark {
    color: #000000 !important;
    }

.filter-select-box .NiceSelect {
	vertical-align: top;
	display: inline-block;
    }

.filter-select-box .nice-select {
	height: auto;
	border: none;
	font-weight: 500;
	color: #1A1A1A;
	padding: 0px 30px 0px 0px;
	background: transparent !important;
	}

.filter-select-box .nice-select:after {
	right: 0px;
	}

.course-item-box {
	position: relative;
	display: block;
	width: 100%;
	background: #ffffff;
	border-radius: 20px 20px;
	}

.course-item-box a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	color: #1A1A1A;
	}

.course-pic-container {
	position: relative;
	display: block;
	height: 0px;
	overflow: hidden;
	background: #eeeeee;
	padding-bottom: 68.87%;
	border-radius: 20px 20px 0px 0px;
	}
	
.course-pic-container figure {
	position: absolute;
	overflow: hidden;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-align: center;
	margin: 0px auto !important;
	}

.course-pic-container img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: scale-down;
	object-fit: scale-down;
	-o-object-position: center;
	object-position: center;
	}

.course-tag {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	line-height: 1;
	font-size: 16px;
	font-weight: 700;
	color: #ffffff;
	padding: 14px 45px;
	background: #3A5AA9;
	border-radius: 20px 0px;
	}

.course-tag i {
	margin-right: 10px;
	}

.course-item-content {
	position: relative;
	display: block;
	padding: 35px 40px 60px;
	}

.course-innerContent {
	position: relative;
	display: block;
	margin-bottom: 20px;
	}

.course-innerContent h4 {
	padding: 0px 0px;
	margin-bottom: 15px;
	}

.course-innerContent p {
	margin: 0px 0px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	}

.course-item-content h3 {
	font-size: 20px;
	color: #1A1A1A;
	padding: 0px 0px;
	font-weight: 600;
	}

.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: #1A1A1A;
	font-size: 20px;
	}
.course-item-box a:hover .programmes-learnBtn {
	color: #ffffff;
	background: #2C82D5;
	border-color: #2C82D5;
	}

.course-pagination {
	position: relative;
	display: block;
	}

/*Fees*/

.fees-container {
	position: relative;
	display: block;
	background: #FAFAFA;
	padding: 140px 60px 100px;
	}

.fees-container>.row>.col-lg-3 {
	width: 22%;
	}

.fees-container>.row>.col-lg-9 {
	width: 78%;
	}

.fees-filter {
	position: relative;
	display: block;
	padding: 35px 35px;
	margin-bottom: 30px;
	border-radius: 20px;
	background: #FFFFFF;
	}

.fees-filter h4 {
	color: #5C215E;
	padding-bottom: 30px;
	}

.fees-filter .form-group {
	margin-bottom: 20px;
	}

.fees-filter .nice-select {
	font-size: 16px;
	font-weight: 600;
	color: #1A1A1A;
	padding: 18px 40px 18px 30px;
	}

.fees-filter .nice-select.open {
	border-radius: 30px 30px 0px 0px;
	}

.fees-filter .nice-select .list {
	width: 100.8%;
	margin: 0px -1px;
	padding-bottom: 25px;
	border: 1px solid #3A5AA9;
	border-width: 0px 1px 1px 1px;
	border-radius: 0px 0px 30px 30px;
	}

.fees-filter .nice-select .option:nth-child(even),
.fees-filter .nice-select .list:hover .option:not(:hover):nth-child(even) {
	background: #EAF4FE !important;
	}

.fees-filter .nice-select .option {
	color: #666666;
	padding: 10px 30px;
	}

.fees-filter .nice-select .option:hover, .fees-filter .nice-select .option.focus, .fees-filter .nice-select .option.selected.focus {
	background: #3A5AA9 !important;
	}

.fees-filter .btn-primary {
	width: 100%;
	}

.rest-password {
	font-family: 'Fredoka', sans-serif;
	position: relative;
	display: block;
	text-align: center;
	padding: 10px 0px 0px;
	}

.rest-password a {
	font-size: 15px;
	color: #FE8F08;
	font-weight: 600;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	}

.rest-password a:hover {
	color: #2C82D5;
	}

.fees-dataTable {
	position: relative;
	display: block;
	}

.fees-dataTable .dataTables_wrapper .row:first-child {
	display: none;
	}
	
.dataTables_paginate li.previous a.page-link,
.dataTables_paginate li.next a.page-link {
	padding: 0 30px;
	font-size: 16px;
	width: auto !important;
	}

.fees-dataTable .dt-row {
	display: block;
	}

table.dataTable {
	margin-top: 0px !important;
	}

.fees-dataTable thead {
	border-color: #ffffff;
	}

.fees-dataTable thead tr th {
	color: #2C82D5;
	font-weight: 500;
	padding: 0px 15px 45px;
	}

.fees-dataTable thead tr th:first-child {
	padding: 0px 45px 45px;
	}

.fees-dataTable thead tr th::after {
	color: #2C82D5;
	top: 20px !important;
	opacity: 1 !important;
	}

.fees-dataTable thead tr th::before {
	color: #2C82D5;
	top: 5px !important;
	bottom: auto !important;
	}

.fees-dataTable tbody tr td {
	color: #1A1A1A;
	min-width: 100px;
	padding: 22px 15px;
	background: #ffffff;
	}

.fees-dataTable tbody tr td:first-child {
	max-width: 150px;
	padding: 22px 45px;
	}

.fees-dataTable tbody tr:last-child td {
	border-color: transparent;
	}

.fees-dataTable tbody tr:first-child td:first-child {
	border-top-left-radius: 20px;
	}

.fees-dataTable tbody tr:first-child td:last-child {
	border-top-right-radius: 20px;
	}

.fees-dataTable tbody tr:last-child td:first-child {
	border-bottom-left-radius: 20px;
	}

.fees-dataTable tbody tr:last-child td:last-child {
	border-bottom-right-radius: 20px;
	}

/*Track Record*/

.track-recordListing .programmes-item {
	width: 33.3333%;
	}

.track-recordListing .programmes-item-box .programmes-pic-container {
	padding-bottom: 68.87%;
	}

.track-recordListing .programmes-item-box .programmes-item-content {
	padding: 28px 40px 60px;
	}

.track-recordListing .programmes-item-box .programmes-item-content p {
	-webkit-line-clamp: 5;
	}

/*Blog*/

.blog-leftGroup,
.blog-listing {
	position: relative;
	display: block;
	}

.blog-listing .blog-item {
	position: relative;
	display: block;
	margin-bottom: 50px;
	}

.blog-itemBox,
.blog-itemBox a {
	position: relative;
	display: block;
	width: 100%;
	color: #1A1A1A;
	}

.blog-pic-container {	
	position: relative;
	display: block;
	height: 0px;
	overflow: hidden;
	margin-bottom: 40px;
	padding-bottom: 60.72%;
	border-radius: 20px 20px;
	}
	
.blog-pic-container figure {
	position: absolute;
	overflow: hidden;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-align: center;
	margin: 0px auto !important;
	}

.blog-pic-container img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.blog-itemBox h3,
.newest-postItem a h4 {
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}
	
.blog-itemBox a:hover h3 {
	color: #2C82D5;
	text-decoration: underline;
	}

.blog-date {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	color: #FFFFFF;
	text-align: center;
	padding: 16px 30px;
	background: #3A5AA9;
	border-radius: 30px 0px;
	}

.blog-date strong {
	font-family: 'Fredoka', sans-serif;
	position: relative;
	display: block;
	line-height: 1;
	font-size: 40px;
	font-weight: 600;
	letter-spacing: -0.4px;
	}

.newest-postsBox {
	position: relative;
	display: block;
	padding: 35px 30px;
	border-radius: 20px;
	margin-bottom: 30px;
	background: #FEF5E1;
	}

.newest-postListing {
	position: relative;
	display: block;
	}

.newest-postListing .newest-postItem {
	position: relative;
	display: block;
	margin-bottom: 30px;
	}

.newest-postListing .newest-postItem:last-child {
	margin-bottom: 0px;
	}

.newest-postItem a {
	position: relative;
	display: block;
	font-size: 15px;
	color: #666666;
	}

.newest-postPic {	
	position: relative;
	display: block;
	height: 0px;
	overflow: hidden;
	margin-bottom: 20px;
	border-radius: 25px;
	padding-bottom: 60.75%;
	}
	
.newest-postPic figure {
	position: absolute;
	overflow: hidden;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-align: center;
	margin: 0px auto !important;
	}

.newest-postPic img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.newest-date {
	position: relative;
	display: block;
	margin-bottom: 14px;
	}

.newest-date i {
	color: #FE8F08;
	margin-right: 10px;
	}

.newest-postItem a h4 {
	font-size: 20px;
	color: #5C215E;
	padding: 0px 0px;
	letter-spacing: -0.2px;
	}

.newest-postItem a:hover h4 {
	color: #2C82D5;
	text-decoration: underline;
	}

ul.newest-archivesUl {
	padding: 0px 0px;
	list-style-type: none;
	margin: 0px -30px 0px 0px;
	}

ul.newest-archivesUl>li {
	padding: 1px 0px;
	}

ul.newest-archivesUl>li>a {
	position: relative;
	display: block;
	font-size: 18px;
	color: #1A1A1A;
	padding: 18px 50px 18px 25px;
	border-radius: 20px 0px 0px 20px;
	}

/* ul.newest-archivesUl li a::before {
	font-family: 'Font Awesome 6 Free';
	position: absolute;
    content: '\f0dd';
	right: 25px;
	top: 14px;
    font-size: 18px;
	color: #1A1A1A;
	font-weight: 900;
	overflow: hidden;
	} */
	
ul.newest-archivesUl li .accordion-collapsed .fa-solid {
	margin-top: -10px;
	display: inline-block;
	}

ul.newest-archivesUl>li>a:hover,
ul.newest-archivesUl>li.selected>a 
ul.newest-archivesUl>li.has-subnav:hover {
	color: #ffffff;
	background: #3A5AA9;
	}
	
ul.newest-archivesUl li a:hover::before,
ul.newest-archivesUl li.selected a::before {
	color: #ffffff;
	}

ul.newest-archivesUl li ul {
	margin: 0px 0px 10px;
	list-style-type: none;
	padding: 0px 0px 0px 25px;
	}

ul.newest-archivesUl li ul li {
	position: relative;
	display: block;
	}

ul.newest-archivesUl>li>ul>li>a {
	position: relative;
	display: block;
	padding: 10px 0px;
	color: #000000;
	font-weight: 400;
	}

ul.newest-archivesUl li .accordion-collapsed .fa-solid {
	margin-top: -10px;
	display: inline-block;
	}
	
ul.newest-archivesUl>li.has-subnav:hover>a,
ul.newest-archivesUl>li>a:hover,
ul.newest-archivesUl>li.selected>a 
ul.newest-archivesUl>li.has-subnav:hover,
ul.newest-archivesUl>li.selected>a {
	color: #ffffff;
	background: #3A5AA9;
	}

ul.newest-archivesUl>li.has-subnav:hover .accordion-btn,	
ul.newest-archivesUl li a:hover::before,
ul.newest-archivesUl li.selected a::before,
ul.newest-archivesUl>li.selected .accordion-btn {
	color: #ffffff;
	}
	
ul.newest-archivesUl li ul {
	margin: 0px 0px 10px;
	list-style-type: none;
	padding: 0px 0px 0px 25px;
	}
	
ul.newest-archivesUl li ul li {
	position: relative;
	display: block;
	}

ul.newest-archivesUl>li>ul>li>a {
	position: relative;
	display: block;
	padding: 10px 0px;
	color: #000000;
	font-weight: 400;
	}
	
ul.newest-archivesUl>li>ul>li>a:hover,
ul.newest-archivesUl>li>ul>li.active a {
	color: #3A5AA9;
	}

ul.newest-archivesUl>li .accordion-btn-wrap {
	right: 15px !important;
	}

ul.newest-archivesUl>li .accordion-btn-wrap .accordion-collapsed {
	line-height: 60px !important;
	}

ul.newest-archivesUl>li .accordion-btn-wrap .accordion-expanded {
	line-height: 65px !important;
	}

.blog-detailsBox {
	position: relative;
	display: block;
	}

.blog-details-group {
	position: relative;
	display: block;
	color: #1A1A1A;
	margin-bottom: 30px;
	}

.blog-details-group h1 {
	font-size: 36px;
	}

.blog-details-group h3 {
	font-size: 30px;
	}

.blog-bannerPic {
	position: relative;
	display: block;
	margin: 10px 0px;
	}

.blog-bannerPic img {
	width: 100%;
	border-radius: 25px;
	}

.blog-shareBox {
	position: relative;
	display: block;
	text-align: center;
	border-radius: 20px;
	margin-bottom: 40px;
	background: #EAF4FE;
	padding: 35px 15px 20px;
	}

.blog-shareBox h6 {
	font-size: 16px;
	color: #3A5AA9;
	letter-spacing: 1.6px;
	}

ul.blog-product-share {
	display: flex;
	flex-wrap: wrap;
	margin: 0px 0px;
	padding: 0px 0px;
	align-items: center;
	list-style-type: none;
	justify-content: center;
	}

ul.blog-product-share>li {
	position: relative;
	display: block;
	padding: 0px 5px 15px;
	}

ul.blog-product-share>li a {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	color: #989898;
	line-height: 50px;
	text-align: center;
	border-radius: 26px;
	background: rgba(0, 0, 0, 0.05);
	}
	
ul.blog-product-share>li a:hover {
	color: #ffffff;
	background: #4867AA;
	}

/*Event*/

.event-tabBox {
	position: relative;
	display: block;
	margin-bottom: 35px;
	}

.event-tabBox ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0px 0px;
	margin: 0px -25px;
	list-style-type: none;
	}

.event-tabBox ul li {
	position: relative;
	display: block;
	width: 33.3333%;
	padding: 0px 25px 20px;
	}

.event-tabBox ul li a {
	font-family: 'Fredoka', sans-serif;
	position: relative;
	display: block;
	font-size: 15px;
	color: #FE8F08;
	font-weight: 600;
	line-height: 26px;
	text-align: center;
	padding: 16px 50px;
	letter-spacing: 1px;
	border-radius: 30px;
	background: #FAF3DF;
	text-transform: uppercase;
	border: 1px solid #FAF3DF;
	}

.event-tabBox ul li a::before {
	position: absolute;
	inset: 7px;
	content: '';
	border-radius: 30px;
	background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='30' ry='30' stroke='%23FE8F08FF' stroke-width='1.5' stroke-dasharray='6%2c 11' stroke-dashoffset='35' stroke-linecap='round'/%3e%3c/svg%3e");	
	}
	
.event-tabBox ul li a:hover,
.event-tabBox ul li.selected a {
	color: #ffffff;
	background: #3A5AA9;
	border-color: #3A5AA9;
	}
	
.event-tabBox ul li a:hover::before,
.event-tabBox ul li.selected a::before {
	background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='30' ry='30' stroke='white' stroke-width='1.5' stroke-dasharray='6%2c 11' stroke-dashoffset='35' stroke-linecap='round'/%3e%3c/svg%3e");	
	}

.dateOngoing-heading {
	position: relative;
	display: block;
	margin: 15px 0px 35px;
	}

.dateOngoing-heading h4 {
	position: relative;
	z-index: 1;
	font-size: 16px;
	color: #3A5AA9;
	display: inline-block;
	letter-spacing: 1.6px;
	background: #ffffff;
	padding: 0px 30px 0px 0px;
	}

.dateOngoing-heading::before {
	position: absolute;
	top: 13px;
	left: 0px;
	z-index: 1;
	width: 100%;
	height: 1px;
	content: '';
	background: #E6E6E6;
	}

.event-listing {
	position: relative;
	display: block;
	}

.event-list {
	position: relative;
	display: block;
	margin-bottom: 40px;
	}

.event-listBox {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 20px;
	background: #FEF5E1;
	}

.event-listBox a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	color: #1A1A1A;
	}

.event-pic-container {
	position: relative;
	display: block;
	height: 0px;
	overflow: hidden;
	padding-bottom: 82.64%;
	border-radius: 0px 20px 20px 0px;
	}
	
.event-pic-container figure {
	position: absolute;
	overflow: hidden;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-align: center;
	margin: 0px auto !important;
	}

.event-pic-container img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}
	
.elbc-content {
	position: relative;
	display: block;
	padding: 50px 60px;
	}

.event-dateBox {
	position: relative;
	display: block;
	text-align: center;
	}

.event-dateBox strong {
	font-family: 'Fredoka', sans-serif;
	display: block;
	font-size: 50px;
	min-width: 70px;
	color: #FE8F08;
	font-weight: 600;
	line-height: normal;
	letter-spacing: -0.5px;
	}

.event-contentBox {
	position: relative;
	display: block;
	padding: 0px 0px 0px 40px;
	}

.event-contentBox h6 {
	color: #3A5AA9;
	padding: 0px 0px 6px;
	letter-spacing: -0.18px;
	}

.event-contentBox h3 {
	font-size: 32px;
	color: #212A55;
	padding-bottom: 18px;
	letter-spacing: -0.32px;
	}

.viewEvent-btn {
	font-family: 'Fredoka', sans-serif;
	position: relative;
	display: block;
	font-size: 15px;
	color: #FE8F08;
	font-weight: 600;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}

.event-listBox a:hover .viewEvent-btn {
	color: #2C82D5;
	text-decoration: underline;
	}

/* Pagination */

.pagination-row {
    justify-content: center;
    }
	
/* Pagination */

.pagination, .page-item .page-link {
	border-radius: 60px !important;
	}
	
.page-item:first-child .page-link {
	}
	
.page-item:last-child .page-link {
	}

.pagination {
    flex-wrap: wrap;
    margin: 0px -1px;
    }
	
.page-item {
    font-weight: 300;
	margin: 10px 7px;
	font-size: 20px;
	}
	
.page-item.link-btn {
	margin: 10px 7px !important;
	}

.page-link {
	font-family: 'Fredoka', sans-serif;
	position: relative;
	display: flex;
	width: 60px;
	height: 60px;
	padding: 0px;
    border: none;
	color: #1A1A1A;
    font-weight: 600;
	margin: 0px auto;
	line-height: normal;
	align-items: center;
	background: #F2F2F2;
	justify-content: center;
	}

.page-item.page-prev {
	margin-right: 15px;
	}

.page-item.page-next {
	margin-left: 15px;
	}

.page-item.page-prev .page-link,
.page-item.page-next .page-link {
	display: flex;
	width: 60px;
	height: 60px;
    color: #1A1A1A;
	padding: 0px 0px;
	align-items: center;
    background: #F2F2F2;
	justify-content: center;
	}
	
.page-item.disabled .page-link {
	opacity: 0.1;
	}
	
.page-link:hover,
.page-link:focus,
.page-item.active .page-link {
	color: #ffffff;
    background: #3A5AA9;
    border-color: #3A5AA9;
	text-decoration: none !important;
	}
	
.page-item.page-prev .page-link:hover,
.page-item.page-prev .page-link:focus,
.page-item.page-prev.active .page-link,
.page-item.page-next .page-link:hover,
.page-item.page-next .page-link:focus,
.page-item.page-next.active .page-link {
	color: #ffffff;
    background: #3A5AA9;
    border-color: #3A5AA9;
	}

/* Content Area */

.contentArea {
	position: relative;
	display: block;
	margin: 0px auto;
	padding: 0px 0px;
	}

/* Content Style */

.inner-banner {
	position: relative;
	width: 100%;
    padding: 0px;
	display: block;
	margin: 0px auto 0px;
	background: #EAF2F9;
	}

.inner-banner::after {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	content: '';
	z-index: 1;
	height: 65px;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-image: url(../images/banner-whiteWave.png);
	}

.inner-banner::before {
	position: absolute;
	left: 0px;
	bottom: -40px;
	width: 100%;
	content: '';
	z-index: 2;
	height: 86px;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-image: url(../images/banner-wave.png);
	}
	
.inner-banner-pic {
	position: relative;
	display: block;
	height: 0px;
	overflow: hidden;
	padding-bottom: 52.08%;
	}
	
.inner-banner-pic figure {
	position: absolute;
	overflow: hidden;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-align: center;
	margin: 0px auto !important;
	}

.inner-banner-pic img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.inner_banner_caption {
	position: relative;
	display: block;
	float: right;
	width: 100%;
	max-width: 500px;
	margin-right: 74px;
    }

.inner_banner_caption .innerBannerHeading1 {
	font-size: 66px;
	color: #212A55;
	line-height: 1.2;
	font-weight: 600;
	padding-bottom: 15px;
	text-transform: none;
	letter-spacing: -0.66px;
	}
	
.breadcrumb-container {
	position: relative;
	display: block;
	width: 100%;
	padding: 0px 0px;
	}

.nobanner .breadcrumb-container {
	text-shadow: none;
	background: #EAF2F9;
	padding: 12px 0px 4px;
	}

.breadcrumb-container ul {
	position: relative;
	display: block;
	color: #3A5AA9;
	font-size: 0px;
	font-weight: 500;
	margin: 0px auto;
	padding: 0px 0px;
	text-transform: none;
	list-style-type: none;
	}

.breadcrumb-container ul li {
	position: relative;
	line-height: 24px;
	font-size: 16px;
	margin: 0px 0px;
	padding: 0px 0px;
	display: inline-block;
	vertical-align: bottom;
	}
	
.nobanner .breadcrumb-container ul li {
	margin-bottom: 10px;
	}

.breadcrumb-container ul li:first-child {
	text-shadow: none;
	}

.breadcrumb-container ul li a {
	position: relative;
	color: #1A1A1A;
	display: block;
	font-weight: 300;
	overflow: hidden;
	line-height: 24px;
	margin: 0px 0px;
	padding: 0px 0px;
	}

.breadcrumb-container ul li a:after {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 15px;
	color: #3A5AA9;
	content: '\f101';
	margin: 0px 18px;
	line-height: normal;
	display: inline-block;
	vertical-align: baseline;
	}
	
.breadcrumb-container ul li a:hover,
.breadcrumb-container ul li.selected a {
	color: #3A5AA9;
	}

.pageTitle,
.pageTitle1 {
	position: relative;
	display: block;
    width: 100%;
	font-size: 18px;
	color: #212121;
	margin: 0px auto;
	padding: 0px 0px 25px;
	}

.pageTitle h1,
.pageTitle h2,
.pageTitle h3,
.pageTitle h4,
.pageTitle h5,
.pageTitle h6,
.pageTitle1 h1,
.pageTitle1 h2,
.pageTitle1 h3,
.pageTitle1 h4,
.pageTitle1 h5,
.pageTitle1 h6,
.pageTitle2 h1,
.pageTitle2 h2,
.pageTitle2 h3,
.pageTitle2 h4,
.pageTitle2 h5,
.pageTitle2 h6 {
	padding-bottom: 0px;
	}
	
.pageTitle h2::before {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	content: '';
	height: 25px;
	background: #FEF5E1;
	}

.pageTitle h1,
.pageTitle h2 {
	font-size: 50px;
	color: #212A55;
	line-height: 1.3;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: -0.5px;
	}

.pageTitle h1 span,
.pageTitle h2 span {
	position: relative;
	display: block;
	z-index: 2;
	}
	
.pageTitle h6,
.pageTitle1 h6 {
	z-index: 2;
	font-size: 16px;
	color: #FE8F08;
	padding-bottom: 15px;
	letter-spacing: 1.6px;
	}

.pageTitle1 h1,
.pageTitle1 h2,	
.pageTitle2 h1,
.pageTitle2 h2 {
	font-size: 50px;
	color: #212A55;
	line-height: 1.1;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: -0.5px;
	}

.uppercase {
	text-transform: uppercase !important;
	}
	
.NoUppercase {
	text-transform: none !important;
	}
	
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Fredoka', sans-serif;
	position: relative;
	font-size: 50px;
	color: #212A55;
	line-height: 1.3;
	font-weight: 600;
	margin: 0px 0px 0px;
	text-transform: none;
	padding: 0px 0px 20px;
	letter-spacing: normal;
	}

.h1, .h2, .h3, .h4, .h5, .h6 {
    color: #1F1F1F;
	}
	
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong, .h1 strong, .h2 strong, .h3 strong, .h4 strong, .h5 strong, .h6 strong {
	font-weight: 700;
	}
	
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, .h1 span, .h2 span, .h3 span, .h4 span, .h5 span, .h6 span {
	}
	
h2, .h2 {
	font-size: 50px;
	}
	
h3, .h3 {
	font-size: 36px;
	}
	
h4, .h4 {
	font-size: 24px;
	}
	
h5, .h5 {
	font-size: 20px;
	}

h6, .h6 {
	font-size: 18px;
	}

p {
    margin: 0 0 20px;
	line-height: 1.5;
	}

p:last-child {
	margin: 0px 0px;
	}

p[align=center] {
    text-align: center !important;
    }

p[align=left] {
    text-align: left !important;
    }

p[align=right] {
    text-align: right !important;
    }

ul.ul-listing,
ol.ol-listing {
	display: block;
	padding: 0px;
	width: 100%;
	color: #686868;
	font-size: 18px;
	margin: 0px 0px;
	text-align: left;
	font-weight: 400;
	list-style-position: inside;
	}
	
ul.ul-listing.text-center,
ol.ol-listing.text-center {
	text-align: center;
	}
	
ul.ul-listing li {
	position: relative; 
	list-style-type: none;
	padding: 2px 0px 2px 20px;
	}
	
ul.ul-listing li:before {
    font-family: 'Font Awesome 6 Free';
	position: absolute;
    content: '';
	left: auto;
    border: 0;
	top: 12px;
	width: 8px;
	height: 8px;
	color: #ffffff;
    font-size: 13px;
	font-weight: 900;
	overflow: hidden;
	margin-left: -20px;
    background: #E07E34;
    border-radius: 100%;
	}
	
ul.ul-listing li p {
	margin-bottom: 0px;
	}

ul.ul-listing ul {
	margin: 10px 0px 0px;
	}
	
ol.ol-listing {
	padding: 0px 0px 0px 15px;
	list-style-position: outside;
	}
	
ol.ol-listing li {
	line-height: 24px;
    margin-bottom: 10px;
	list-style-type: decimal;
	padding: 2px 0px 2px 0px;
	}
	
ol.ol-listing li ul.ul-listing li {
	list-style-type: none;
	}

.details-container {
    position: relative;
    display: block;
    padding: 0px;
    margin: 0px auto;
    }
	
.imgLeft {
	position: relative;
	float: left;
	width: auto;
    height: auto;
	max-width: 100%;
	clear: left !important;
	margin: 5px 40px 40px 0px;
	}
	
.imgRight {
	position: relative;
	float: right;
	width: auto;
    height: auto;
	max-width: 100%;
	clear: right !important;
	margin: 5px 0px 40px 40px;
	}
	
/* Slick Slider */

.slick-dotted.slick-slider {
	margin-bottom: 0px;
	}
	
.slick-slide > div {
	position: relative;
	display: block;
	padding: 0px;
    margin: 0px;
    font-size: 0px;
	}
	
.slick-slide img {
	display: inline-block;
	}
	
.slick-prev,
.slick-next {
	background: none;
	display: flex;
	z-index: 5;
	width: 60px;
	height: 60px;
	font-size: 20px;
	color: #7D7D7D;
	align-items: center;
    border-radius: 60px;
	background: transparent;
	justify-content: center;
	border: 1px solid #7D7D7D;
	-webkit-transition: all 0s ease-out;
    -moz-transition: all 0s ease-out;
    -ms-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    transition: all 0s ease-out;
	}
	
.slick-prev {
	left: -100px;
	}
	
.slick-next {
	right: -100px;
	}

.slick-prev:before,
.slick-next:before {
	display: none;
	}
	
.slider-nav {
	margin-left: 0px;
	margin-right: 0px;
	}
	
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: #ffffff;
	background: #2C82D5;
	border-color: #2C82D5;
	-webkit-transition: all 0s ease-out;
    -moz-transition: all 0s ease-out;
    -ms-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    transition: all 0s ease-out;
	}

.slick-dots {
    width: 100%;
	z-index: 5;
	left: 0%;
	bottom: 0px;
	font-size: 0px;
	margin: 0px auto 0px;
	}
	
.slick-dots li {
    position: relative;
	width: 11px;
	height: 11px;
	margin: 0px 5px;
	overflow: hidden;
	border-radius: 100%;
	background: rgba(0, 0, 0, 0.5);
	border: 1px solid rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}
	
.slick-dots li:hover,
.slick-dots li.slick-active {
	background: #000000;
    border-color: #000000;
	}
	
.slick-dots li button {
    position: absolute;
    display: block;
	padding: 0px;
	width: 100%;
	height: 100%;
	}

.slick-dots li:hover button,
.slick-dots li:focus button,
.slick-dots li.slick-active button {
	opacity: 1;
	}

.slick-dots li button:before {
	line-height: 11px;
	font-size: 0px;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 100%;
	background: transparent;
    -webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	}
	
.slick-dots li:hover button:before,
.slick-dots li.slick-active button:before {
	opacity: 1;
	background: #000000;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	}

/* Link Button */

.link-btn,
.link-btn1,
.link-btn2 {
	font-family: 'Fredoka', sans-serif;
	position: relative;
	z-index: 1;
    padding: 0px;
	display: block;
	font-size: 15px;
	margin: 0px auto 0px;
	}

.link-btn a,
.link-btn1 a,
.link-btn2 a {
	position: relative;
	text-align: center;
	color: #ffffff;
	font-weight: 600;
	min-width: 215px;
	line-height: 26px;
	padding: 16px 50px;
	letter-spacing: 1px;
	vertical-align: top;
	border-radius: 30px;
	display: inline-block;
	background: #FE8F08;
	border: 1px solid #FE8F08;
	text-decoration: none !important;
	}

.link-btn2 a {
	color: #FE8F08;
	background: #ffffff;
	border-color: #ffffff;
	}

.link-btn a,
.link-btn2 a {
	text-transform: uppercase;
	}

.link-btn a::before,
.link-btn2 a::before,
.course-main-content .link-btn button::before {
	position: absolute;
	inset: 7px;
	content: '';
	border-radius: 30px;
	background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='30' ry='30' stroke='white' stroke-width='1.5' stroke-dasharray='6%2c 11' stroke-dashoffset='35' stroke-linecap='round'/%3e%3c/svg%3e");	
	}

.link-btn2 a::before {
	background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='30' ry='30' stroke='%23FE8F08FF' stroke-width='1.5' stroke-dasharray='6%2c 11' stroke-dashoffset='35' stroke-linecap='round'/%3e%3c/svg%3e");	
	}
	
.link-btn2 a:hover::before {
	background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='30' ry='30' stroke='white' stroke-width='1.5' stroke-dasharray='6%2c 11' stroke-dashoffset='35' stroke-linecap='round'/%3e%3c/svg%3e");	
	}

.link-btn a:hover,
.link-btn2 a:hover {
	color: #ffffff;
	background: #2C82D5;
	border-color: #2C82D5;
	}

.link-btn1 a {
	color: #ffffff;
	background: #E21D34;
	border-color: #E21D34;
	}

.link-btn1 a:hover {
	color: #ffffff;
	background: #062538;
	border-color: #062538;
	}

.photoContainer {
	position: relative;
	display: block;
	width: 100%;
    overflow: hidden;
	margin: 0px 0px 30px;
	}

.photoContainer img {
	position: relative;
	display: block;
	width: 100%;
	}

/* Footer Styles */

.footer-wrapper {
    position: relative;
    width: 100%;
    display: block;
    margin: 0px auto;
    padding: 0px 0px;
    max-width: 1920px;
	background: #1E264D;
	}

.footer-wrapper::before {
	position: absolute;
	left: 0px;
	z-index: 1;
	top: -68px;
	width: 100%;
	content: '';
	height: 70px;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-image: url(../images/footer-shape.png);
	}

/* Footer Top */

.footer-top {
    position: relative;
    display: block;
	color: #CCCCCC;
	font-size: 16px;
	overflow: hidden;
	line-height: 24px;
    padding: 75px 0px 60px;
	}
	
.footer .row {
	position: relative;
	justify-content: space-between;
	}

.footer a {
    color: #CCCCCC;
	}

.footer a:hover {
    color: #FE8F08;
	}
	
.footer p {
	text-align: inherit;
	}

.ftcol {
	position: relative;
	float: left;
	width: auto;
    max-width: 33.3333%;
	padding: 0px 15px;
	}

.ftcol1 {
    max-width: 52%;
	}

.footer-infoBox {
	position: relative;
	display: block;
	}

/* Footer Head */
	
.footer-head {
	position: relative;
	display: block;
	font-size: 20px;
    color: #ffffff;
    font-weight: 600;
	margin: 0px 0px 28px;
	}

/* Footer Nav */

ul.footer-nav {
    position: relative;
	display: block;
	padding: 0px;
	font-size: 16px;
	margin: 0px 0px;
	list-style-type: none;
	}

ul.footer-nav.twoCol {
	column-count: 2;
	margin: 0px -15px;
	}

ul.footer-nav.twoCol li {
	padding: 0px 15px;
	}

ul.footer-nav li {
    position: relative;
	display: block;
	margin: 0px auto 18px;
	}

ul.footer-nav li a {
	position: relative;
	display: block;
    color: #CCCCCC;
	}
	
ul.footer-nav li a:hover,
ul.footer-nav li.selected a {
	color: #FE8F08;
	}

ul.footer-nav li.selected a {
	font-weight: 700;	
	}

.foot-addcol.twoCol {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 0px -25px;
	}

.footer-contact-info-box {
	position: relative;
	display: block;
	width: 50%;
	margin: 0px;
	padding: 0px 25px;
	}

.footer-contact-info-box h4 {
	font-family: 'Outfit', sans-serif;
	font-size: 18px;
	color: #2C82D5;
	font-weight: 700;
	padding-bottom: 28px;
	}

.fcb-group {
	position: relative;
	display: block;
	color: #CCCCCC;
	max-width: 402px;
	text-align: left;
	line-height: 24px;
	margin: 0px 0px 28px;
	padding: 0px 0px 0px 30px;
	}

.fcb-group p {
	margin-bottom: 0px;
	}

.footer-contact-info-box .fcb-group i {
	position: absolute;
	top: 8px;
	left: 0px;
	font-size: 14px;
	color: #FE8F08;
	}	

.fcb-group a:hover {
	text-decoration: underline;
	}

ul.footSocial-media {
	display: flex;
	flex-wrap: wrap;
	padding: 0px 0px;
	margin: 0px -6px;
	}

ul.footSocial-media>li {
	position: relative;
	display: block;
	padding: 0px 6px 10px;
	}

ul.footSocial-media>li>a {
	position: relative;
	display: flex;
	width: 45px;
	height: 45px;
	font-size: 18px;
	color: #ffffff;
	border-radius: 50px;
	align-items: center;
	justify-content: center;
	background: rgba(256, 256, 256, 0.20);
	}

ul.footSocial-media>li>a:hover {
	color: #ffffff;
	background: #FE8F08;
	}

/* Footer Bottom */

.footer-bottom {
    position: relative;
    display: block;
	font-size: 16px;
	color: #FFFFFF;
	overflow: hidden;
    line-height: 24px;
	padding: 27px 0px;
	text-align: center;
	border-top: 1px solid #D6D6D6;
	}
/* Copyright */

.copyright {
	position: relative;
	display: block;
	font-weight: 400;
	color: #ffffff;
	margin: 0px auto;
    line-height: 25px;
	}

/* Contact Info Container */

.contact-info-container {
	position: relative;
	display: block;
	width: 100%;
	padding: 50px 0px;
	}

.blueHead {
	color: #3A5AA9 !important;
	}

.purpleHead {
	color: #5C215E !important;
	}

.contact-infoGrid {
	position: relative;
	display: block;
	padding: 40px 0px 0px;
	}

.contact-infoItem {
	position: relative;
	display: block;
	padding: 40px 0px;
	}

.contact-infoGrid .contact-infoItem:last-child {
	padding-bottom: 0px;
	}

.contact-infoGrid .contact-infoItem .contact-order1 {
	align-self: center;
	}

.contact-infoGrid .contact-infoItem:nth-child(even) .contact-order1 {
	order: 2;
	}

.contact-infoGrid .contact-infoItem:nth-child(even) .contact-order2 {
	order: 1;
	}
	
.contact-infoItem .row .col-lg-7 {
	width: 54%;
	}

.contact-infoItem .row .col-lg-5 {
	width: 46%;
	}

.contact-infoBox {
	position: relative;
	display: block;
	width: 100%;
	float: right;
	max-width: 480px;
	padding: 0px 15px;
	margin-right: 185px;
	}

.contact-boxHeading {
	position: relative;
	display: block;
	margin: 0px 0px 40px;
	padding: 0px 0px 40px;
	}

.contact-boxHeading::before {
	position: absolute;
	bottom: 0px;
	right: 0px;
	left: -150%;
	content: '';
	height: 1px;
	background: #CCCCCC;
	}

.contact-boxHeading h3 {
	color: #1A1A1A;
	padding: 0px 0px 5px;
	letter-spacing: -0.36px;
	}

.contact-boxHeading h4 {
	color: #3A5AA9;
	padding: 0px 0px;
	letter-spacing: -0.24px;
	}

ul.cib-ulBox {
	margin: 0px 0px;
	padding: 0px 0px;
	list-style-type: none;
	}

ul.cib-ulBox>li {
	position: relative;
	font-size: 20px;
	color: #1A1A1A;
	font-weight: 500;
	line-height: normal;
	margin: 0px 0px 25px;
	}

ul.cib-ulBox>li:last-child {
	padding: 0px 0px;
	}
	
ul.cib-ulBox>li p {
	line-height: normal;
	}

.cib-iconBox {
	position: relative;
	display: flex;
	width: 50px;
	height: 50px;
	color: #ffffff;
	margin-right: 10px;
	align-items: center;
	border-radius: 50px;
	background: #FE8F08;
	justify-content: center;
	}

ul.cib-ulBox>li a {
	color: #1A1A1A;
	line-height: normal;
	}

ul.cib-ulBox>li a:hover {
	color: #FE8F08;
	}

.map-container {
	position: relative;
	display: block;
	width: auto;
	height: 500px;
	overflow: hidden;
	border-radius: 20px 0px 0px 20px;
	}

.map-container iframe {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	overflow: hidden;
	}

.contact-infoGrid .contact-infoItem:nth-child(even) .map-container {
	border-radius: 0px 20px 20px 0px;
	}

.contact-infoGrid .contact-infoItem:nth-child(even) .contact-infoBox {
	float: none;
	margin: 0px 0px 0px 140px;
	}

.contact-infoGrid .contact-infoItem:nth-child(even) .contact-boxHeading::before {
	left: 0px;
	right: -150%;
	}

.wpcf7-not-valid-tip {
	display: inline-block;
	}	

/* Nice Select */

.NiceSelect {
	position: relative;
	display: flex;
	}

.NiceSelect span {
	position: relative;
	width: 100%;
	}
	
.NiceSelect select {
	display: none;
	}

.nice-select {
	width: 100%;
    height: 60px;
    font-size: 16px;
	font-weight: 300;
	color: #CCCCCC;
    border-radius: 30px;
    line-height: normal;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 16px 40px 16px 30px;
	}

.nice-select,
.nice-select .list {
	font-size: 18px;
	font-weight: 300;
	color: #CCCCCC;
	background: #FAFAFA;
	}

.nice-select.open, .nice-select:active, .nice-select:focus {
	border-color: #3A5AA9;
	background-color: #FAFAFA;
	}

.nice-select:hover {
	border-color: #3A5AA9;
	}

.nice-select .current {
	/* overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	white-space: pre-wrap; */
	}

.nice-selected .nice-select .current {
	opacity: 1;
	font-weight: 600;
	color: #1A1A1A;
	}

.nice-select:after {
	font-family: "Font Awesome 6 Free";
	position: absolute;
	border: none;
	top: 50%;
	right: 20px;
	width: auto;
	height: auto;
	color: #000000;
	display: block;
	line-height: 1;
	font-size: 14px;
	content: "\f107";
	font-weight: 900;
	pointer-events: none;
	margin: 0px !important;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	transform: translateY(-50%) !important;
	}

.nice-select.open:after,
.nice-select:hover:after {
	color: #3A5AA9 !important;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	}

.nice-select.open:after {
	content: "\f106";
	}

.nice-select.open .list {
	opacity: 1;
	pointer-events: initial;
	transform: scale(1) translateY(0);
	}

.nice-select.disabled {
	opacity: 0.5;
	color: #ffffff;
	pointer-events: none;
	border-color: #ffffff;
	}

.nice-select.disabled:after {
	border-color: #ffffff;
	}

.nice-select .list {
	position: absolute;
	margin-top: 0px;
	opacity: 0;
	top: 100%;
	left: 0;
	z-index: 9999;
	min-width: 100%;
	overflow: hidden;
	padding: 0px 0px;
	overflow-y: auto;
	max-height: 300px;
	border-radius: 0px;
	pointer-events: none;
	box-sizing: border-box;
	transform-origin: 50% 0;
	background-color: #FAFAFA;
	transform: scale(0.75) translateY(-25px);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	}

.nice-select .list:hover .option:not(:hover) {
	color: #1d1d1d !important;
	background-color: transparent !important;
	}

.nice-select .option {
	font-weight: 400;
	cursor: pointer;
	outline: none;
	color: #1d1d1d;
	font-size: 16px;
	min-height: 40px;
	background: none;
	line-height: 30px;
	padding: 5px 20px;
	}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
	color: #ffffff;
	background: #3A5AA9;
	}

.nice-select .option.selected {
	font-weight: 400;
	}

.nice-select .option.disabled {
	opacity: 0.5;
	color: #ffffff;
	cursor: default;
	background-color: transparent;
	}

.floating-whatsapp {
	position: fixed;
	right: 10px;
	z-index: 991;
	bottom: 180px;
	font-size: 35px;
	font-weight: 700;
	}

.floating-whatsapp a {
	position: relative;
	display: block;
	color: #fff;
	width: 70px;
	height: 70px;
	padding: 15px;
	overflow: hidden;
	line-height: 40px;
	text-align: center;
	border-radius: 100%;
	background: #25D366;
	}

.floating-whatsapp .fab {
	position: relative;
	line-height: 40px;
	display: block;
	}

.floating-whatsapp a:hover {
	color: #fff;
	background: #01843b;
	}

/* Contact Form */
	
.contactForm {
	position: relative;
	display: block;
    width: 100%;
	font-size: 18px;
	color: #212121;
	margin: 0px auto;
	background-size: cover;
	padding: 180px 0px 150px;
	background-position: top center;
	}

.contactForm .pageTitle h2 {
	margin-bottom: 30px;
	}

.contactForm .pageTitle h2::before {
	background: rgba(254, 143, 8, 0.25);
	}

.contactForm::before {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	width: 100%;
	content: '';
	height: 98px;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url(../images/contact-wave.png);
	}
	
.contactForm .container {
	max-width: 980px;
	z-index: 1;
	}

.form-container {
	position: relative;
	display: block;
	padding: 25px 0px 0px;
	}

.form-containerGroup {
	position: relative;
	display: block;
	padding-bottom: 10px;
	}

.form-container-title {	
	font-family: 'Fredoka', sans-serif;
	position: relative;
	display: block;
	font-size: 30px;
	color: #3A5AA9;
	font-weight: 600;
	padding-left: 30px;
	margin-bottom: 25px;
	letter-spacing: -0.3px;
	}

.form-container-title::before {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 8px;
	height: 8px;
	content: '';
	border-radius: 8px;
	background: #3A5AA9;
	}

.form-container .row {
	margin: 0px -10px;
	}

.form-container .row .col-lg-6,
.form-container .row .col-lg-12 {
	padding: 0px 10px;
	}

.contactForm .btn-primary,
.contactForm .btn-secondary {
	}
	
.control-label {
	display: block;
	color: #212121;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	margin-bottom: 10px;
	text-transform: none;
	}

.form-control:disabled,
.form-control[readonly] {
	background-color: transparent;
	}

.google-recaptch {
	position: absolute;
	bottom: 170px;
	right: 0px;
	z-index: 1;
    margin-right: -12px;
	}

.required-field {
	color: #C4171B;
	}

.form-group,
.form-check {
	padding: 0px;
	position: relative;
	margin-bottom: 30px;
	}
	
.form-control,
.form-custom-select,
.form-select,
.awf-filter-container.awf-product-search-container .awf-filter {
	position: relative;
	display: block;
	width: 100%;
	height: 60px;
	color: #1A1A1A;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	padding: 12px 30px;
	border-radius: 30px;
	background-image: none;
	border: 1px solid #CCCCCC;
	background-color: #FAFAFA;
	}

textarea.form-control {
	min-height: 120px;
	line-height: 24px;
	border-radius: 25px;
	height: auto !important;
	}

textarea {
	resize: none;
	}
	
.form-control:focus,
.form-control:hover {
	color: #1A1A1A;
	outline: none !important;
	border: 1px solid #3A5AA9;
	background-color: #FAFAFA;
	-webkit-box-shadow: none;
	box-shadow: none;
	}
	
.form-control::-webkit-input-placeholder, ::-webkit-input-placeholder {
	opacity: 1;
	color: #CCCCCC;
    font-weight: 300;
	}

.form-control:-moz-placeholder, :-moz-placeholder { /* Firefox 18- */
	opacity: 1;
	color: #CCCCCC;
    font-weight: 300;
	}

.form-control::-moz-placeholder, ::-moz-placeholder {  /* Firefox 19+ */
	opacity: 1;
	color: #CCCCCC;
    font-weight: 300;
	}

.form-control:-ms-input-placeholder, :-ms-input-placeholder {
	opacity: 1;
	color: #CCCCCC;
    font-weight: 300;
	}
	
.form-control:focus::-webkit-input-placeholder { color: transparent !important; }
.form-control:focus:-moz-placeholder { color: transparent !important; }
.form-control:focus::-moz-placeholder { color: transparent !important; }
.form-control:focus:-ms-input-placeholder { color: transparent !important; }

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

.btn-primary {
	font-family: 'Fredoka', sans-serif;
	position: relative;
	display: block;
	width: auto;
	color: #ffffff;
	font-size: 15px;
	margin: 0px auto;
	min-width: 210px;
	font-weight: 600;
	line-height: 24px;
	text-align: center;
	padding: 17px 35px;
	border-radius: 30px;
	letter-spacing: 1px;
	background: #FE8F08;
	text-transform: uppercase;
	border: 1px solid #FE8F08;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.btn-primary::before {
	position: absolute;
	inset: 7px;
	content: '';
	border-radius: 30px;
	background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='30' ry='30' stroke='white' stroke-width='1.5' stroke-dasharray='6%2c 11' stroke-dashoffset='35' stroke-linecap='round'/%3e%3c/svg%3e");	
	}

.btn-primary:hover, .btn-primary.focus, .btn-primary:focus { color: #ffffff; background: #2C82D5; border-color: #2C82D5; box-shadow: none !important; }
.btn-primary.disabled, .btn-primary:disabled { color: #ffffff; background: #2C82D5; border-color: #2C82D5; opacity: 0.4; }
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle { color: #ffffff; background: #2C82D5; border-color: #2C82D5; }
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus { box-shadow: none !important; }

/* Thank You Container */

.thank-you-container {
	position: relative;
	display: block;
	width: 100%;
	padding: 0px;
	overflow: hidden;
	margin: 0px auto;
	background: #EAF2F9;
	}

.thankYou-banner {
	position: relative;
	display: block;
	}

.thankYou-banner img {
	height: 100%;
	width: 100%;
	}
	
.thank-you-content {
	position: relative;
	display: block;
    width: 100%;
	margin: 0px;
	float: right;
	font-size: 18px;
    color: #212121;
    max-width: 410px;
	margin-right: 172px;
	}
	
.thank-you-content h1 {
	font-size: 82px;
	line-height: 1.05;
	font-weight: 600;
	color: #212A55;
	padding-bottom: 25px;
	letter-spacing: -0.82px;
	}

.thank-you-content p {
	margin: 0px 0 40px;
	}

/* Scroll To Top */
	
#toTop {
	text-decoration: none;
	position: fixed;
	display: none;
	bottom: 100px;
	right: 10px;
	width: 50px;
	height: 50px;
	border: none;
	z-index: 1001;
	text-indent: 100%;
	background: url(../images/ui.totop.png) 0px 0px no-repeat;
	overflow: hidden;
	}

#toTopHover {
	background: url(../images/ui.totop.png) 0px -50px no-repeat;
	width: 50px;
	height: 50px;
	display: block;
	overflow: hidden;
	float: left;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	}

#toTop:active, #toTop:focus {
	outline: none;
	}
	
.mean-container a.meanmenu-reveal span {
	background: #FE8F08;
	margin: 5px 0px 0px auto;
	}

.mean-container a.meanmenu-reveal {
	color: #FE8F08;
	}

.mean-container .mean-nav {
	margin-top: 63px;
	}

.mean-container .mean-nav ul li:hover > a, .mean-container .mean-nav ul li.selected > a {
	color: #ffffff !important;
	background: #FE8F08 !important;
	}

.mean-container .mean-nav ul li a, .mean-container .mean-nav ul li li a, .mean-container .mean-nav ul li li li a {
	background: #000000;
	}

/* Site map */

.site-map {
	position:relative;
	display:block;
	max-width:480px;
	margin:30px auto;
	padding:25px 55px;
	border-radius:5px;
	border:1px solid #000000;
	}

.site-map-logo {
	position: relative;
	margin: 30px auto;
	text-align: center;
	}

.site-map ol {
	padding: 0px 0px;
	margin: 0px 0px;
	font-weight: 400;
	}

.site-map ol li {
	color: #000000;
	padding: 6px 0px;
	}

.site-map ol li a {
	color: #000000;
	font-size: 16px;
	}

.site-map ol li a:hover {
	color: #3A5AA9;
	}

.welcomeModal-box .modal-body {
	position: relative;
	padding: 50px 30px;
	}

.welcomeModal-box .btn-close {
	position: absolute;
	top: 10px;
	z-index: 1;
	right: 10px;
	font-size: 14px;
	}

.welcomeModal-content {
	position: relative;
	display: block;
	}

.welcomeModal-content h3 {
	padding-bottom: 10px;
	}

.welcomeModal-content .link-btn {
	padding-top: 10px;
	}

.welcomeModalPop-img {
	position: relative;
	display: block;
	text-align: center;
	}

.programmes-listing .teacher-listing-item {
	width: 33.3333%;
	padding: 0px 15px 30px;
	}

.programmes-listing .teacher-listing-item .teacher-content-box {
	background: #efefef;
	}

.mobLang-box {
	position: relative;
	display: none;
	padding: 5px 0px;
	background: #212A55;
	}

/* =Media Queries
-------------------------------------------------------------- */

@media (max-width: 1799.98px) {
	}

@media (max-width: 1699.98px) {
	body, .welcome-note-section, ul.welEnquiry-box li a, .nav>ul>li>a, .control-label, .nice-select, .nice-select .list, .form-control, .form-custom-select, .form-select, .filter-select-text, .pageTitle h6, .pageTitle1 h6, .homePlan-content, .homeWho-content, .ctc-section, .education-contentItem, .aboutTeach-box, .aboutTeach-box a, .testimonials-content, .teacher-mask-content h6, .teacher-mask-container, ul.tabstyle2 li a { font-size: 15px; }
	.footer-top, .link-btn, .link-btn1, ul.footer-nav, .footer-bottom, .breadcrumb-container ul li, .nice-select .option, .event-tabBox ul li a, .dateOngoing-heading h4, .viewEvent-btn, .blog-shareBox h6, .homeProgram-slide, ul.tabstyle1 li a, .other-courses-section .teachers-slide { font-size: 14px; }
	.thank-you-content, .footer-contact-info-box h4, .contactForm, .pageTitle, .pageTitle1, .get-touchContent, ul.newest-archivesUl li a, ul.course-catUl>li>a  { font-size: 16px; }
	.container { max-width: 1000px; }
	.wide-container { max-width: 1200px; }
	.header-container, .welcome-note-section .wide-container { padding: 0px 30px; }
	h1, .h1 { font-size: 40px; }
    h2, .h2 { font-size: 40px; }
    h3, .h3, .homeWho-content .pageTitle1 h2 { font-size: 32px; }
    h4, .h4 { font-size: 22px; }
    h5, .h5 { font-size: 20px; }
    h6, .h6 { font-size: 16px; }
	.header-contact-btn a, .link-btn a, .link-btn1 a { font-size: 14px; min-width: 180px; padding: 12px 20px; }
	.link-btn a, .link-btn1 a { line-height: 24px; }
	.logo { width: 215px; height: 63px; }
	.nav>ul>li { margin: 0px 15px; }
	.inner_banner_caption .innerBannerHeading1 { font-size: 50px; }
	.inner_banner_caption { max-width: 480px; margin-right: 0px; }
	.pageTitle h1, .pageTitle h2, .pageTitle1 h1, .pageTitle1 h2, .pageTitle2 h1, .pageTitle2 h2 { font-size: 40px; }	
	.banner_caption .bannerHeading1 { font-size: 50px; }
	.banner_caption { max-width: 375px; margin-right: 99px; }
	.homeBannerSlider .slick-dots { left: 8%; }
	.slick-prev, .slick-next { width: 50px; height: 50px; }
	.homeFees-pic-container img { width: 450px; height: 450px; }
	.homeFees-picSM img { width: 250px; height: 250px; }
	.education-contentItem h4, .teacher-content-box h3, .testimonials-title h4, .teacher-mask-content h3 { font-size: 24px; }
	ul.tabstyle1 li a { line-height: 24px; padding: 12px 50px; }
	ul.tabstyle1 li a::before { inset: 5px; }
	.testimonials-content { padding: 40px 30px; }
	.testimonials-content::before { left: 25px; top: -30px; font-size: 60px; }
	.track-recordListing .programmes-item-box .programmes-item-content { padding: 28px 30px 50px; }
	.course-searchBox, .awf-product-search-container { padding: 30px 20px; }
	.course-tag { font-size: 14px; padding: 12px 30px; }
	.course-item-content { padding: 30px 30px 60px; }
	.fees-container { padding: 140px 30px 100px; }
	.fees-filter .nice-select { font-size: 15px; padding: 16px 40px 16px 30px; }
	.programmes-item-content h3 { font-size: 28px; }
	.programmes-item-content, .home-weDid-slide .programmes-item-content { padding: 30px 30px 50px; }
	.programmes-learnBtn { left: 30px; bottom: -25px; font-size: 14px; min-width: 180px; line-height: 24px; padding: 12px 50px; }
	.programmes-learnBtn::before { inset: 5px; }
	.blog-date strong { font-size: 30px; }
	.blog-pic-container { margin-bottom: 30px; }
	.newest-postItem a h4, .course-item-content h3, .testimonials-title, .woocommerce div.product p.price, .woocommerce div.product span.price { font-size: 18px; }
	.blog-details-group h3 { font-size: 26px; }
	.elbc-content { padding: 30px 35px; }
	.event-contentBox { padding: 0px 0px 0px 15px; }
	.event-contentBox h3 { font-size: 28px; padding-bottom: 18px; }
	.event-dateBox strong { font-size: 40px; }
	.page-link { width: 50px; height: 50px; }
	.page-item { font-size: 16px; }
	.clipLeft-icon1, .clipLeft-icon4 { left: 80px; }
	.clipLeft-icon5 { left: 40px; }
	.clipRight-icon1 { right: 50px; }
	.event-tabBox ul li a { line-height: 24px; padding: 12px 50px; }
	.event-tabBox ul li a::before { inset: 4px; }
	.gtwu-icon1, .gtwu-icon2 { min-width: 250px; }
	.gtwu-icon1 img, .gtwu-icon2 img { max-width: 250px; }
	.contact-infoGrid { padding: 0px 0px; }
	ul.cib-ulBox>li { font-size: 18px; }
	.contact-infoItem { padding: 30px 0px; }
	.contact-infoBox { max-width: 450px; margin-right: 105px; }
	.contact-infoGrid .contact-infoItem:nth-child(2n) .contact-infoBox { margin: 0px 0px 0px 120px; }	
	.contactForm { padding: 140px 0px 130px; }
	.form-container-title { font-size: 26px; }
	.form-container-title::before { top: 18px; }
	.form-control, .form-custom-select, .form-select, .nice-select { height: 55px; }
	.form-group, .form-check { margin-bottom: 25px; }
	.btn-primary { font-size: 14px; min-width: 180px; padding: 12px 35px; }
	.thank-you-content h1 { font-size: 68px; }
	.thank-you-content { max-width: 350px; margin-right: 134px; }
	.footer-head { font-size: 18px; }
	.footer-bottom { padding: 22px 0px; }
	.footer-top { padding: 60px 0px 45px; }
	.course-main-content .pageTitle h1 { font-size: 34px; }
	.course-main-content h2, .cdb-tab-body h3 { font-size: 24px; }
	.cdb-box { padding: 40px 0px 40px 25px; }
	.cd-containerBox { padding: 35px 40px; }
	.other-courses-section .teachers-slider { padding-bottom: 10px; }
	.awf-product-search-container::before { top: 39px !important; left: 39px !important; font-size: 18px !important; }
	.awf-product-search-container button.awf-clear-search-btn { top: 39px !important; right: 26px !important; }
	.awf-filter-container.awf-product-search-container .awf-filter { padding: 12px 30px 12px 45px !important; }
	}

@media (max-width: 1599.98px) {
	}

@media (max-width: 1499.98px) {
	.clipLeft-icon1, .clipLeft-icon4 { left: 20px; }
	.clipLeft-icon5 { left: 0px; }
	.clipRight-icon1, .clipRight-icon7, .clipRight-icon2 { right: 20px; }
	.fees-filter { padding: 25px 20px; }
	.fees-container { padding: 140px 15px 100px; }
	.homePlan-content { padding: 0px 0px; }
	.homePlan-section .clipRight-icon2 { right: 50px; }
	.homePlan-section .clipLeft-icon5 { left: 0px; bottom: 120px; }
	}

@media (max-width: 1399.98px) {
	.welcome-note-section { padding: 8px 0px; }
	.fees-container { padding: 100px 15px 80px; }
	.fees-container .row { --bs-gutter-x: 2rem; }
	.fees-container>.row>.col-lg-3 { width: 25%; }
	.fees-container>.row>.col-lg-9 { width: 75%; }
	.fees-dataTable tbody tr td:first-child { padding: 18px 20px; }
	.fees-dataTable tbody tr td { padding: 18px 10px; }
	.fees-dataTable thead tr th:first-child { padding: 0px 20px 20px; }
	.fees-dataTable thead tr th { padding: 0px 10px 20px; vertical-align: top; }
	.header-container, .welcome-note-section .wide-container { padding: 0px 15px; }
	}
	
@media (max-width: 1299.98px) {
	.contactForm { padding: 120px 0px 100px; }
	.homeBannerSlider .slick-dots { left: 5%; }
	.homeBannerSlider .slick-dots li { width: 35px; height: 35px; }
	.slick-prev { left: -50px; }
	.slick-next { right: -50px; }
	.homePlan-section { padding: 100px 0px 130px; }
	.nav>ul>li { margin: 0px 10px; }
	.headMore-box ul { margin: 0px -8px; }	
	.headMore-box ul li { padding: 0px 8px; }
	.logo { width: 170px; height: 50px; }
	}
	
@media (max-width: 1199.98px) {
	body.body-noscroll { height: 100%; overflow: hidden; }
    .bottomHeaderContainer { position: relative; top: auto; left: auto; background: #E07E34; min-height: 44px; }
    .topRightHeader { position: absolute; left: 0px; top: 0px; width: 100%; padding-right: 60px; }
    .headerGroupContainer { z-index: 5; margin: 20px 60px 20px auto; }
    .nav-wrapper { float: none; margin: 0px auto; height: 40px; z-index: 1; position: absolute; left: 0px; right: 0px; }
    .headerTop.active .nav-wrapper { z-index: 1111; }
    .nav-container { position: absolute; top: auto; margin: 0px; display: block; clear: both; left: 0px; right: 0px; }
    .nav-wrapper .nav, .header-contact-btn { display: none !important; }
    .mean-container a.meanmenu-reveal { top: 0px; right: 0px !important; padding-right: 5px; text-align: center !important; }
    .headerTop.active .mean-container .mean-nav { height: 367px; overflow: hidden; }
    .mean-container .mean-nav ul { height: 100%; overflow: auto; }
	.logo { width: 200px; height: 58px; }
	.mean-container .mean-nav { margin-top: 60px; }
	.homeBannerSlider .slick-dots { left: 15px; }
	.banner_caption { max-width: 100%; padding-left: 70px; margin: 0px auto; float: none; }
	.banner_caption .bannerHeading1 { padding-bottom: 30px; }
	.homeProgram-slider, .home-weDid-slider { padding-bottom: 40px; margin-bottom: 30px !important; }
	.homeProgram-section { padding: 60px 0px; }
	.weDid-home-section { padding: 130px 0px 90px; }
	.testimonials-slider { padding-bottom: 20px;}
	.home-weDid-slider .slick-dots li { background: rgba(256, 256, 256, 0.5); border-color: rgba(256, 256, 256, 0.5);}
	.home-weDid-slider .slick-dots li:hover button::before, .home-weDid-slider .slick-dots li.slick-active button::before { background: #ffffff; border-color: #ffffff; }
	.homeWho-section { padding: 80px 0px 90px; }
	.epo-section { padding: 70px 0px 100px; }
	.testimonials-title::before { width: 30px; height: 45px; background-size: cover; }
	.testimonials-title { font-size: 16px; padding: 30px 0px 0px 60px; }
	.newest-postsBox { padding: 25px 20px; }
	.online-course-container { padding: 60px 0px 40px; }
	ul.newest-archivesUl { margin: 0px -20px 0px 0px; }
	ul.blog-product-share>li a { width: 40px; height: 40px; line-height: 40px; }
	.clipLeft-icon1, .clipLeft-icon2, .clipLeft-icon3, .clipLeft-icon4, .clipLeft-icon5, .clipLeft-icon6, .clipLeft-icon7, .clipRight-icon1, .clipRight-icon3, .clipRight-icon2, .clipRight-icon4, .clipRight-icon5, .clipRight-icon6, .clipRight-icon7 { display: none; }
	.event-tabBox { margin-bottom: 15px; }
	.event-contentBox { padding: 0px 0px; }
	.get-touch-section { padding: 90px 0px 80px; background-position: bottom center; }
	.gtwu-icon1, .gtwu-icon2 { display: none; }
	.get-touchContent { padding: 0px 0px; }
	.contact-infoItem .row .col-lg-7 { width: 52%; }
	.contact-infoItem .row .col-lg-5 { width: 48%; }
	.contact-infoGrid .contact-infoItem:nth-child(2n) .contact-infoBox { margin: 0px 0px 0px 30px; }
	.contact-infoBox { margin-right: 30px; }
	.thank-you-content { max-width: 100%; padding: 30px 15px; margin-right: 0px; }
	.thank-you-content h1 { font-size: 50px; }
	.course-topSection { padding: 60px 0px; }
	.course-descriptionBox { padding: 100px 0px 60px; }
	.other-courses-section { padding: 60px 0px 80px; }
	li.header-cart-menu a span { right: -8px; top: -6px; width: 20px; height: 20px; font-size: 10px; line-height: 20px; }
	}

@media (min-width: 1199.98px) {
	.webnone { display: none !important; }
	}

/* Portrait tablets and medium desktops */
@media (max-width: 991.98px) {
	.logo { width: 180px; height: 52px; }
	.inner_banner_caption { max-width: 100%; margin: 0px 0px; text-align: center; padding: 25px 15px 70px; }
	.inner-banner::before, .bannerWrapper::before { bottom: -20px; }
	.banner_caption { padding: 25px 15px 70px; text-align: center;}
	.homeBannerSlider .slick-dots { display: none !important; }
	.homeFees-pic-container { display: block; width: 400px; height: 400px; margin: 0px auto 60px; }
	.homeFees-picSM { position: relative; display: block; bottom: auto; right: auto; width: 250px; height: 250px; margin: 0px auto 30px; }
	.homeWho-picGroup .homeFees-picSM { left: auto; top: auto; }
	.homeFees-pic-container img, .homeFees-picSM img { width: 100%; height: 100%; }
	.homeWho-picGroup .homeFees-pic-container { margin: 0px auto 50px; }
	.homeWho-content, .homePlan-content { max-width: 100%; text-align: center; }
	.about-education-section .homeFees-picSM { bottom: auto; right: auto; }
	.teachers-tab-body { padding: 30px 0px; }
	.course-item-content { padding: 20px 15px 50px; }
	.course-categoriesBox, .awf-single { padding: 25px 0px 25px 20px; }
	ul.course-catUl>li>a { padding: 14px 25px; }
	.about-top-section { padding: 60px 0px; }
	.teacher-mask-container { display: none; }
	.aboutTeach-box a:hover .teacher-content-box { opacity: 1; }
	.track-recordListing .programmes-item-box .programmes-item-content { padding: 28px 15px 50px; }
	.track-recordListing .programmes-item { width: 50%; }
	.fees-container { padding: 60px 15px; }
	.fees-container>.row>.col-lg-3, .fees-container>.row>.col-lg-9 { width: 100%; }
	.fees-filter { padding: 25px 15px; }
	.programmes-item-content h3 { font-size: 26px; }
	.programmes-item-content, .home-weDid-slide .programmes-item-content { padding: 20px 15px 50px; }
	.programmes-learnBtn { left: 15px; }
	.programmes-item { padding: 0px 15px 60px; }
	.programmes-listing { padding: 15px 0px 0px; }
	.blog-leftGroup { margin-bottom: 40px; }
	.blog-date strong { font-size: 26px; }
	.blog-date { padding: 10px 22px; border-radius: 20px 0px; }
	ul.newest-archivesUl li a { padding: 15px 40px 15px 20px; }
	.event-tabBox ul { margin: 0px -15px; }
	.event-tabBox ul li { padding: 0px 15px 15px; }
	.elbc-content { padding: 20px 20px; }
	.event-list { margin-bottom: 20px; }
	.get-touch-section { padding: 70px 0px 50px; }
	.get-touch-section .row { margin: 0px 0px; }
	.get-touch-section .row .col, .get-touch-section .row .col-auto, .epo-section .row .col, .epo-section .row .col-auto { padding: 0px 0px; }
	.get-touchContent p { margin-bottom: 20px; }
	.contact-infoItem .row .col-lg-7, .contact-infoItem .row .col-lg-5 { width: 100%; }	
	.contact-infoGrid .contact-infoItem:nth-child(2n) .contact-infoBox, .contact-infoBox { margin: 0px 0px; }
	.contact-infoGrid .contact-infoItem:nth-child(even) .contact-order1 { order: 1; }
	.contact-infoGrid .contact-infoItem:nth-child(even) .contact-order2 { order: 2; }
	.contact-infoBox { max-width: 100%; margin: 0px 0px; padding: 0px 15px 30px; }
	ul.cib-ulBox>li { font-size: 15px; }
	.contactForm { padding: 80px 0px; }
	.thank-you-content { padding: 30px 15px 80px; }
	.ftcol { width: 50%; max-width: 50%;}
	.ftcol1 { width: 100%; max-width: 100%; margin-bottom: 10px; }
	.tab-holder.TabsAccordion .tab-content > .tab-pane { display: block !important; opacity: 1; margin-bottom: 15px; } 
	.tab-holder.TabsAccordion .tab-content > .tab-pane:last-child { margin-bottom: 0px; } 
	.tab-holder.TabsAccordion .nav-tabs { display: none; }
	.accordion-header { position: relative; z-index: 2; padding: 0px; border-bottom: none; text-transform: none; margin-bottom: 0px !important;	background-color: transparent; }
	.accordion-header a { position: relative; display: block; color: #ffffff; font-size: 15px; font-weight: 700; line-height: 26px; background: #FE8F08; border: 1px solid #FE8F08; border-width: 1px 1px 0px 1px; padding: 15px 60px 15px 20px; border-radius: 5px !important; text-decoration: none !important; text-transform: uppercase; }
	.accordion-header a:after { font-family: "Font Awesome 6 Free"; position: absolute; content: "\f105"; top: 50%; right: 15px; font-size: 16px; font-weight: 900; line-height: 30px; transform: translateY(-50%); }
	.accordion-header a[aria-expanded="true"] { color: #ffffff; background: #3A5AA9; border-color: #3A5AA9; }
	.accordion-header a:hover:after, .accordion-header a[aria-expanded="true"]:after { content: "\f107"; }
	.course-main-pic { margin-bottom: 25px; }
	.course-main-content { padding: 0px 0px; }
	.cdb-box { display: none; }
	.cdb-tab-body { padding: 25px 0px 35px;}
	.cd-containerBox { padding: 22px 15px; }
	.course-descriptionBox { padding: 60px 0px 50px; }
	.other-courses-section .teachers-slider { padding-bottom: 0px; }
	ul.newest-archivesUl>li .accordion-btn-wrap .accordion-collapsed { line-height: 55px !important; }
	.fees-filter .nice-select .list { width: 100.2%; }
	.teachers-slider .slick-dots li { margin: 0px 0px; }
	.headMore-box ul li img { max-width: 18px; }
	.headMore-box ul { margin: 0px -5px; }	
	.headMore-box ul li { padding: 0px 5px; }
	.programmes-listing .teacher-listing-item { width: 50%; }
	}

@media (min-width: 992px) {	
	.tab-holder.TabsAccordion .collapse { display: block; } 
	.tab-holder.TabsAccordion .accordion-header { display: none; } 
	}

@media (max-width: 800px) {
	.programmes-item { width: 100%; }
	}

/* Landscape phones and portrait tablets */
@media (max-width: 767.98px) {
    h1, .thank-you-content h1, .inner_banner_caption .innerBannerHeading1, .pageTitle h1, .pageTitle h2, .pageTitle1 h1, .pageTitle1 h2, .pageTitle2 h1, .pageTitle2 h2, .banner_caption .bannerHeading1 { font-size: 28px !important; letter-spacing: 0px !important; }
	h2, .event-contentBox h3, .homeWho-content .pageTitle1 h2, .course-main-content .pageTitle h1 { font-size: 26px; letter-spacing: 0px !important; }
	h3, .course-main-content h2, .cdb-tab-body h3 { font-size: 22px; letter-spacing: 0px !important; }
	h4 { font-size: 18px; letter-spacing: 0px !important; }
	h5 { font-size: 16px; letter-spacing: 0px !important; }
	h6 { font-size: 14px; letter-spacing: 0px !important; }
	.welcome-note-section, ul.welEnquiry-box li a { font-size: 14px; }
	ul.welEnquiry-box { margin: 0px -15px; }
	ul.welEnquiry-box li { padding: 0px 15px; }
	.inner_banner_caption { padding: 25px 15px 50px; }
	.inner-banner::before, .bannerWrapper::before { bottom: -10px; }
	.homeFees-pic-container { width: 100%; height: 100%; }
	.education-contentItem { margin-bottom: 30px; }
	.education-contentItem .row .col-auto { width: 100%; margin-bottom: 15px; }
	.track-recordListing .programmes-item { width: 100%; }
	.blog-details-group h3, .programmes-item-content h3 { font-size: 22px; }
	.filter-box-bottom .row .col-auto { width: 100%; text-align: center; }
	.event-tabBox ul li { width: 100%; }
	.form-container-title { font-size: 22px; }
	.form-container-title::before { top: 16px; width: 6px; height: 6px; padding-left: 22px; }
	ul.cib-ulBox>li .row .col-auto { width: 100%; margin-bottom: 10px; }
	.thank-you-content { padding: 30px 15px 60px; }
	.fees-filter .nice-select .list { width: 100.6%; }
	.welcomeModal-box .modal-body { padding: 30px 15px; }
	.welcomeModal-box .welcomeModalPop-img { padding: 0px 0px 15px; }
	.logo { width: 130px; height: 38px; }
	.mean-container .mean-nav { margin-top: 53px; }
	.programmes-listing .teacher-listing-item { width: 100%; }
	.welcome-note-section { display: none; }
	.mobLang-box { display: block; }
    }

@media (min-width: 768px) {
	}
	
@media (max-width: 575.98px) {
	.ftcol { width: 100%; max-width: 100%; }
	.foot-addcol.twoCol { column-count: 1; }
	.footer-contact-info-box { padding-bottom: 10px; }
	.ftcol1 { margin-bottom: 0px; }
	.ftcol2 { padding-bottom: 20px; }
	.elbc-content .row .col-auto, .footer-contact-info-box { width: 100%; }
	.event-dateBox { margin-bottom: 10px; } 
	.page-item { margin: 5px 5px; font-size: 15px; }
	}

@media (min-width: 576px) {
	
	}

@media (max-width: 480px) {
	.course-pagination .row .col-auto { width: 100%; text-align: center; }	
	}

@-ms-viewport{ width: auto !important; }

/* By Dev - 06-12-23 */
.view-all-btn {position: relative; padding-top: 30px; text-align: center; display: block;}
.view-all-btn .programmes-learnBtn {position: relative; top: 0; left: 0;bottom: 0; right: 0;}