
  .noto-sans-regular { font-family: "Noto Sans", "Lato", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal; 
    font-style: normal; 
    font-variation-settings:  "wdth" 100;
	  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  }

  .italic { font-style : italic; }
  .text-left { text-align : left; }
  .semibold { font-weight : 600 !important; }
  .bold { font-weight : 700 !important; }
  
footer p, footer a, footer ul li a { font-family: "Noto Sans", "Lato", sans-serif !important; font-optical-sizing: auto; font-weight: 700;  font-variation-settings: "wdth" 100;   -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale; font-size : 16px; }

 .noto-sans-bold {font-family: "Noto Sans", "Lato", sans-serif ; font-optical-sizing: auto; font-weight: 700;  font-variation-settings: "wdth" 100; }
 .noto-sans-semibold { font-family: "Noto Sans", sans-serif; font-optical-sizing: auto; font-weight: 500;  font-variation-settings: "wdth" 100; }
 
 
 
.lato-regular {
  font-family: "Lato", "Noto Sans", serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", "Noto Sans", serif;
  font-weight: 700;
  font-style: normal;
}

 
.newsmedia_left { float : left;}


.container-fluid2 { float : left; width : 100%; padding : 0 2.5%; }


/* Start of header css */

/* ==========================================================================
   COMBINED STYLESHEET
   Merged from: Indian CSS + British CSS (round 1) + British CSS (round 2)
   - Block 1 = header strips + main nav
   - Block 2 = announcement ticker + enquire button
   - Block 3 = popup mega-menu, country switcher, accordion, image popup
   ========================================================================== */


/* ==========================================================================
   BLOCK 1: HEADER STRIPS, MAIN NAV
   ========================================================================== */

.modal { display: none !important; }
.modal.show { display: block !important; }
.learners_rows { padding-top: 5em; background: #ececec; }

/* Header strips */
.head_top_affi {
	background: #003872;
	padding: 10px 0 10px 2rem;
	color: #fff;
}
.head_top_affi span { font-size: 14px; font-weight: normal; }

.head_top_cta {  }
.head_top_cta span {
	background: #003872;
	width: 100%;
	padding: 6px 0;
	text-align: center;
	float: left;
	text-transform: uppercase;
	font-size: 20px;
	color: #fff;
}
.head_top_cta span a {
	text-align: center;
	font-weight: normal;
	background: #ffbb00;
	padding: 3px 2.5em;
	font-size: 18px;
	color: #003872;
}
.head_top_cta span a:hover {
	transform: scale(1.05);
	box-shadow: 0 0 0 3px rgba(255, 187, 0, 0.3);
	text-decoration: none;
}

.head_top_contact {
	background: #003872;
	padding: 10px 2rem 10px 0;
	color: #fff;
	text-align: right;
	float: right;
}
.head_top_contact span { font-size: 14px; font-weight: normal; }
.head_top_contact a:hover { color: #ffbb00 !important; }


/* Header / nav responsive rules */
@media only screen and (max-width: 360px) {  }

@media only screen and (max-width: 767px) {
	.head_top_cta span { font-size: 15px; }
	.head_top_affi { padding: 2px 0 2px 0; }
	.sitelogo img { max-width: 60%; }
	.menuicon { top: -5px; }
	.header-bottom { background: transparent !important; }

	ul.main_nav li.home_enquire,
	ul.main_nav li.home_enquire:hover,
	ul.main_nav li.home_enquire a,
	ul.main_nav li.home_enquire ul li a:hover {
		padding: 3px 3px !important;
		border-radius: 5px !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.head_top_affi { padding: 2px 0 0px 0; }
	.head_top_contact { padding: 2px 0 0px 0; }
	.head_top_cta span { font-size: 15px; padding: 4px 0; }

	.head_top_affi span { font-size: 12px; }
	.head_top_contact span { font-size: 12px; }
	.head_top_affi,
	.head_top_cta,
	.head_top_cta span,
	.head_top_contact { height: 30px !important; }

	.sitelogo img { max-width: 99%; }
	.menuicon { top: -5px; }
	ul.main_nav li { margin-bottom: 5px !important; }
	ul.main_nav { padding: 10px 0 0px 0 !important; }
	.menuicon svg { padding-top: 2px; padding-left: 5px; }

	.sitelogo {
		background: #fff;
		float: left;
		padding: 0 0 0 10%;
		text-align: center;
		width: 100%;
	}
	.sitelogo img { max-width: 60%; }
	.headslogo { padding: 0 !important; }
}

/* Fixed header strip height on tablet+ (from British round 1) */
@media only screen and (min-width: 768px) {
	.head_top_affi,
	.head_top_cta,
	.head_top_cta span,
	.head_top_contact { height: 40px; }
}

@media only screen and (min-width: 1025px) {
	.sitelogo img { max-width: 100%; }
	ul.main_nav li { margin-bottom: 5px !important; }
	.menuicon { top: 9px; }
	.menuicon svg { padding-top: 2px; padding-left: 5px; }
}

@media only screen and (min-width: 1600px) {
	ul.main_nav { padding: 25px 0 0px 0 !important; }
	.menuicon { top: 15px; }
}

@media only screen and (min-width: 768px) and (max-width: 819px) {
	ul.main_nav li a { padding-right: 5px !important; padding-left: 5px !important; font-size: 10px; margin: 0 5px; }
	ul.main_nav { padding: 10px 0 10px 0 !important; }
}

@media only screen and (min-width: 820px) and (max-width: 990px) {
	ul.main_nav li a { padding-right: 5px !important; padding-left: 5px !important; font-size: 10px; margin: 0 2px; }
	ul.main_nav { padding: 10px 0 10px 0 !important; }
}

@media only screen and (min-width: 991px) and (max-width: 1023px) {
	ul.main_nav li a { padding-right: 5px !important; padding-left: 5px !important; font-size: 10px; margin: 0 2px; }
	ul.main_nav { padding: 10px 0 10px 0 !important; }
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
	ul.main_nav li a { padding-right: 10px !important; padding-left: 10px !important; font-size: 11px; margin: 0 2px; }
	ul.main_nav { padding: 10px 0 10px 0 !important; }
	.menuicon { top: -2px !important; }
}

@media only screen and (min-width: 1280px) and (max-width: 1365px) {
	.innerpage_start { padding: 8em 0 1em 0; }
	ul.main_nav li a { margin: 0 2px; }
	ul.main_nav { padding: 10px 0 10px 0 !important; }
	.menuicon { top: 5px !important; }
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
	.innerpage_start { padding: 8em 0 1em 0; }
	ul.main_nav li a { margin: 0 5px; }
	ul.main_nav { padding: 15px 0 10px 0 !important; }
	.menuicon { top: 5px !important; }
}

@media only screen and (min-width: 1601px) {
	ul.main_nav li a { margin: 0 5px; }
	ul.main_nav { padding: 20px 0 10px 0 !important; }
	.menuicon { top: 5px !important; }
}

/* Sticky header */
.header-bottom {
	position: relative;
	z-index: 10;
}
.header-top {
	transition: height 0.2s ease, opacity 0.2s ease;
	overflow: hidden;
}

.menu146 { display: none !important; }


/* ==========================================================================
   BLOCK 2: ANNOUNCEMENT TICKER + ENQUIRE BUTTON
   ========================================================================== */

.announcement-ticker {
	background: #003872;
	color: #FFFFFF;
	height: 42px;
	display: flex;
	align-items: center;
	overflow: hidden;
	position: relative;
	z-index: 100;
}
.announcement-ticker::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(to right, #003872 0%, #00C2E0 25%, #FDB9CF 50%, #FF7176 75%, #FFBB00 100%);
}

.ticker-fade-left,
.ticker-fade-right {
	position: absolute;
	top: 0;
	bottom: 3px;
	width: 60px;
	z-index: 2;
	pointer-events: none;
}
.ticker-fade-left {
	left: 0;
	background: linear-gradient(to right, #003872, transparent);
}
.ticker-fade-right {
	right: 0;
	background: linear-gradient(to left, #003872, transparent);
}

.ticker-track {
	display: flex;
	align-items: center;
	white-space: nowrap;
	will-change: transform;
}

.ticker-item {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.5px;
	cursor: pointer;
	color: #FFFFFF;
	text-decoration: none !important;
	flex-shrink: 0;
	transition: color 0.2s;
	padding: 10px 0; /* NOTE: original had duplicate padding (0 60px overridden by 10px 0). Change to "10px 60px" if you want horizontal spacing back. */
}
.announcement-ticker:hover .ticker-item {
	color: rgba(255, 255, 255, 0.5);
	text-decoration: none !important;
}
.announcement-ticker:hover .ticker-item:hover {
	color: #FFBB00;
	text-decoration: none !important;
}
.ticker-item .icon { font-size: 15px; flex-shrink: 0; }
.ticker-item .highlight { color: #FFBB00; font-weight: 700; }
.announcement-ticker:hover .ticker-item .highlight {
	color: rgba(255, 187, 0, 0.5);
}
.announcement-ticker:hover .ticker-item:hover .highlight {
	color: #FFBB00;
}

.ticker-separator {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	flex-shrink: 0;
}
.ticker-separator::before {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #FFBB00;
	opacity: 0.5;
}

.menu396 { display: none !important; }

/* Enquire button in main nav */
ul.main_nav li.home_enquire,
ul.main_nav li.home_enquire a {
	background: #ffbb00 !important;
	padding: 10px 10px !important;
	border-radius: 5px;
}
ul.main_nav li.home_enquire a {
	transition: all 0.25s ease !important;
}
ul.main_nav li.home_enquire:hover a,
ul.main_nav li.home_enquire a:hover {
	border-radius: 5px;
	color: #003872 !important;
	transition: all 0.25s ease !important;
}


/* ==========================================================================
   BLOCK 3: POPUP MEGA-MENU, COUNTRY SWITCHER, ACCORDION, IMAGE POPUP
   ========================================================================== */

.nav-link sup:hover,
.nav-link:hover sup { color: #fff; }

.main_menus {
	background: #fff;
	float: right;
}
.headslogo { background: #fff; }

.sitelogo {
	background: #fff;
	float: left;
	margin: 0 0 0 10%;
}
.sitelogo img { margin: 6px 0 0 0; }

.main_nav { float: right; }

/* America menu modal */
.america_menu .modal-xl { max-width: 1400px !important; }
.america_menu .modal-content { border-radius: 20px !important; }
.america_menu .modal-header {
	width: 100%;
	display: initial;
	padding-bottom: 0;
}

.popup_menu .logo img {
	max-width: 200px;
	float: left;
}
.popup_menu logo { margin: 0 0 5px 0; } /* NOTE: targets <logo> element, not .logo class — likely typo for .logo */

.row.popup_menu { padding-top: 10px; }

/* Pop link bar */
.pop_link ul {
	padding: 0;
	margin: 0;
	text-align: right;
	padding-right: 35px;
	padding-top: 30px;
	margin-bottom: 10px;
}
.pop_link ul li {
	display: inline-block;
	list-style: none;
	margin: 0;
}
.pop_link ul li a {
	font-size: 15px;
	text-transform: uppercase;
	padding: 5px 9px;
	display: inline-block;
	color: rgb(36, 57, 120) !important;
	font-weight: 600;
	text-decoration: none;
}
.pop_link ul li a:hover { color: rgb(51, 51, 51); }

.pop_link .LoginBtn {
	background: rgb(51, 0, 13);
	color: rgb(255, 255, 255);
}
.LoginBtn:hover {
	background: rgb(36, 57, 120);
	color: rgb(255, 255, 255);
}

button.btn-close {
	position: absolute;
	top: 18px;
	right: 20px;
	/* background: rgb(181, 142, 91); */
}

.current_curriculam {
	margin-bottom: 0;
	padding-bottom: 20px;
	color: #003872;
	text-align: center;
	font-size: 15px;
}
.current_curriculam u {
	background: #ffbb00;
	text-decoration: none;
	color: rgb(255, 255, 255);
	padding: 2px 10px;
	display: inline-block;
}

.modal-header { border: 0 solid #fff; }

/* Inner menu (desktop mega-menu) */
.menu_all {
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
}
.innermenu {
	text-align: left;
	margin: 0 10px;
}
.innermenu a { padding: 2px 5px !important; }
.innermenu a h6 {
	color: rgb(36, 57, 120);
	border-bottom: 1px solid rgb(166, 130, 84);
	display: inline-block;
	margin-bottom: 20px;
}
.innermenu a p {
	color: #003872 !important;
	border-bottom: 1px solid #ffbb00 !important;
}
.innermenu ul { padding: 0; margin: 0; }
.innermenu ul li { list-style: none; }
.innermenu ul li a {
	font-size: 14px;
	color: rgb(51, 51, 51);
	display: block;
	padding: 2px 10px;
	text-align: left;
}
.innermenu ul li a:hover {
	background: #ffbb00;
	text-decoration: none;
	color: rgb(255, 255, 255);
}

/* Inner menu (mobile accordion variant) */
.innermenu_mobile .accordion-body {
	padding: 15px;
	background-color: #fff !important;
}
.innermenu_mobile ul { padding: 0; margin: 0; }
.innermenu_mobile ul li { list-style: none; }
.innermenu_mobile ul li a {
	padding: 3px 0;
	display: block;
	font-size: 16px !important;
	color: #003872 !important;
}
.innermenu_mobile ul li a:hover {
	background: rgb(36, 57, 120);
	text-decoration: none;
	color: #ffbb00;
}

/* Accordion */
.accordion-collapse { border: 0; }
.accordion-button {
	padding: 0;
	font-weight: bold;
	border: 0;
	font-size: 18px;
	color: #333333;
	text-align: left;
	border-bottom: 0 solid #ddd !important;
}
.accordion-button:focus {
	box-shadow: none;
	border: none;
}
.accordion-button:not(.collapsed) {
	background: none;
	color: #dc3545;
}
.accordion-body {
	padding: 15px;
	background-color: #f6f6f6;
}
.accordion-button::after {
	width: auto;
	height: auto;
	content: "+";
	font-size: 25px;
	background: #ececec;
	font-weight: 100;
	color: rgb(36, 57, 120);
	transform: translateY(-4px);
	padding: 0 10px;
}
.accordion-button:not(.collapsed)::after {
	width: auto;
	height: auto;
	background-image: none;
	content: "-";
	font-size: 48px;
	transform: translate(-5px, -4px);
	transform: rotate(0deg);
}
.mobile_menu_new .accordion-button {
	padding: 0;
	font-weight: bold;
	border: 0;
	font-size: 18px;
	color: #003872;
	text-align: left;
	border-bottom: 0 solid #ddd;
}

/* Image popup */
img.image_pop { width: 340px; }

.image_popup {
	position: fixed;
	bottom: 0;
	right: 30px;
	z-index: 999;
	border: none;
	box-shadow: rgb(204, 204, 204) 0 0 10px 1px;
	animation: fadeIn ease 10s;
	-webkit-animation: fadeIn ease 10s;
	-moz-animation: fadeIn ease 10s;
	-o-animation: fadeIn ease 10s;
	-ms-animation: fadeIn ease 10s;
}
.image_popup svg {
	position: absolute;
	top: -15px;
	right: 0;
	color: rgb(255, 255, 255);
	background: rgb(119, 119, 119);
	width: 25px;
	cursor: pointer;
	padding: 6px;
	border-radius: 100%;
}
.image_hide { display: none; }
.image_show { display: block; }

@keyframes fadeIn {
	0%   { opacity: 0; }
	100% { opacity: 1; }
}
@-moz-keyframes fadeIn {
	0%   { opacity: 0; }
	100% { opacity: 1; }
}
@-webkit-keyframes fadeIn {
	0%   { opacity: 0; }
	100% { opacity: 1; }
}
@-o-keyframes fadeIn {
	0%   { opacity: 0; }
	100% { opacity: 1; }
}
@-ms-keyframes fadeIn {
	0%   { opacity: 0; }
	100% { opacity: 1; }
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

/* Country switcher */
.coiuntry_menu {
	padding-top: 29px;
	background: rgb(18, 28, 59);
	position: absolute;
	top: -10px;
	padding-bottom: 20px;
	right: 75px;
}
.coiuntry_menu a {
	color: rgb(255, 255, 255);
	font-weight: bold;
	font-family: Montserrat, sans-serif;
	letter-spacing: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col-md-1.coiuntry_menu i {
	position: relative;
	top: -29px;
	right: -90px;
}

ul.sub-menu-content li {
	width: 25%;
	float: left;
	/* padding-bottom: 2%; */
	list-style: none;
}

/* Form popups */
#formpopup .modal-content {
	padding: 0;
	max-height: 1000px;
	overflow-y: auto;
}
#formpopup .modal-body { padding: 0; }

#formpopupsurvey .modal-content,
#formpopupsurvey .modal-body { padding: 0; }

.slick-slide {
	display: none;
	float: left;
	height: auto;
	/* min-height: 1px; */
	padding-bottom: 15px;
}

.talk_survey {
	border: none;
	background: rgb(181, 142, 91);
	padding: 10px 25px;
	color: rgb(255, 255, 255);
}

/* Mobile breakpoints for popup menu */
@media (max-width: 991px) {
	.menu_all {
		flex-wrap: wrap;
		-webkit-box-pack: center;
		justify-content: center;
	}
}

@media (max-width: 768px) {
	.america_menu ul.main_nav { display: block !important; }
	.pop_link ul { text-align: center; }

	.desk_view .menu-6083,
	.innermenu .menu6083 { display: none !important; }

	.menu368,
	.parent-pageid-160 .sideber_inner ul li:nth-child(3) { display: none !important; }

	.innermenu .menu527,
	.innermenu .menu532,
	.innermenu .menu4037,
	.innermenu .menu534,
	.innermenu .menu536 { display: none !important; }
}

/* End of header css */


.news_innerpage { background-color:  #ececec; padding : 5% 7.5% !important; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; min-height: 380px; }
.story_view { background-color:  #fff; padding : 2% 5%; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; min-height: 170px; }

body { background-color:  #fff;  font-family: "Noto Sans", sans-serif;   -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
body, p, a, span, ul li, ul li a, ul li span, strong, bold {   font-family: "Noto Sans", sans-serif !important;    -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;}
.newhomepage {  background-color:  #fff; padding: 0; }
p, p span, ul li a, a { font-family: "Noto Sans", sans-serif;  }
.new_cols { float : left; width : 100%; position: relative; clear : both;  overflow: hidden;}
.learners_innerview { background-color: #ececec; /* border-radius: 20px; */  }

.learners_left p { color : #003872; text-align: justify; }
.findpath span { background-color: #ffbb00; width : auto; padding : 10px; border-radius:  5px; float : left; }
.findpath span a { color : #fff; }
.blue  { color : #003872; }
a { text-decoration: none; }
.counters_view { background-color :  #003872; border-radius: 10px ;     padding:5% 0% 3% 5%; }
 
.counters_view .counters_now { color : #fff; font-size: 70px; float: left; width: auto; padding: 0 3% 0 0; line-height: 60px; }
.counters_view .counters_text { color : #fff; font-size: 20px; float: left;  width: auto;  }
 
.new_header {  padding: 0; padding-bottom: 0; }
 
.partners_overview .owl-carousel .owl-item img { height : 120px !important; }
 
 
.learners_right img { float : right; }

.yellow_bg { margin-top : -7em; }
.yellow_bg2 { margin-top : -1em; }
.counter_bg {   margin-top : 0; }

.news_content { min-height : 170px; }
 
.leads_explore .leads_view { background-color:  #ececec;  padding : 5%;  float: left;  width: 100%; }
.leads_explore .leads_view2 {   min-height : 390px; float: left;  width: 100%; }
.leads_view { float : left; border-radius: 10px; }
.leads_view h4  {      }
.leads_view h4 span, .leads_view .explore_more span { background-color: #ffbb00; padding: 10px 15px; border-radius: 5px; width : 100%; }
.leads_view h4 span a, .leads_view .explore_more span a { color : #fff; }



.exp_right2 { float: right; text-align:center; }
.exp_left img, .exp_right2 img, .exp_left3 img  { margin : 3em 0 0 0; } 
.exp_view, .exp_view3 { border: 4px solid #0082ff; border-radius: 15px; padding: 2%;  }
.exp_view2 { border: 4px solid #ffbb00; border-radius: 20px; padding: 2%;  }

.21kexp_overview img { max-width : 65%; }
 
.find_path_cta span:first-child { margin : 0 10px 0 0; }
.cta  { float : left; width : auto; padding : 5px 10px; border-radius: 5px; background-color: #ffbb00;}
.cta a { color : #fff; }
.findpath_overview, .homecrew_overview { background-color: #ececec;  border-radius: 15px; }
.findpath_right {  background-color: #ececec;  }
.findpath_left img  { border-top-left-radius: 15px; border-bottom-left-radius: 15px; }
.crew_right img { border-top-right-radius: 15px; border-bottom-right-radius: 15px; }
.crew_left_view { padding : 0 0 0 2%; }

.owl-prev img { max-width :  50%;     margin-left: 0px; }
.owl-next img { max-width :  50%;     margin-right: 0px; }

.carousel-control-prev-icon, .carousel-control-next-icon { color : #c7c4c4; }
.carousel-control-prev, .carousel-control-next { 
  background: #ececec;
  width: 40px;
  height: 45px;
  float: left;
  padding: 5px 10px 0px 5px;
  top : 35%;
 }
 .owl-nav .owl-prev, .owl-nav .owl-next { border  : 0px none; }

 .news_media .owl-nav {    }
.news_media .containers, .stories_live .containers { float:  left; width : 90%; margin : 0 5%; }
 .owl-carousel .owl-item img { width : auto !important; text-align: center;
  margin: 0 auto; }

.owl-dots { display : none !important; }
.owl-prev span, .owl-next span {     background: #ececec;  padding: 0px 15px 0px 15px; color: #c7c4c4; font-size: 45px; }
  
.owl-prev { position: absolute; top: 30%; left : 0%; }
.owl-next { position: absolute; top: 30%; right : 0%; }
 
.learning_submenus { display: none; position: absolute; left: 0; top: 100%; padding-left: 20px; background: #e9e9e9;  z-index: 1;  }
.owl-prev {   position: absolute;  top: 35%;  left: 0; background: transparent !important; } 
.owl-next {  position: absolute;  top: 35%;  right: 0; background: transparent !important;  } 

.fixed-top { 
padding :0; margin : 0 auto; 
-webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06); /* Safari, old Chrome */
-moz-box-shadow:    0 2px 16px rgba(0, 0, 0, 0.06); /* Old Firefox */
box-shadow:         0 2px 16px rgba(0, 0, 0, 0.06); /* Modern browsers */
}

#navbarNav { float : right; padding: 2% 0 0 0; }

ul.main_nav li a{ font-weight : 600; } 
ul.main_nav li:hover { background: #ffbb00; } 

.headlogos { padding : 0.5% 0; }


.footersec1_inner p { text-align : left !important; }
.leaders_left img { max-width : 80%; }
.leaders_right img { max-width : 80%;  }
.counting_overview img { max-width : 90%;  }
.leads_explore h3 { min-height : 60px; }

.leaders_left img { }

.content_inner_layer h2 { font-family: "Noto Sans", "Lato", sans-serif; font-weight : 700;  padding: 0 0 15px 0px;  }
.content_inner_layer h3 { font-family: "Noto Sans", "Lato", sans-serif; font-style : italic; font-weight : 700;   padding: 0 0 15px 0px;  }
 
.partners_overview { }
.partners_overview ul { }

.partners_overview ul li { display: inline-block;  list-style-type: none; text-align: center; padding: 0; font-size: 20px;  }
.partners_overview ul li span{ font-family: "Noto Sans", "Lato", sans-serif;   width: 100%; clear: both; float: left; margin: 0 0 10px 0; }
.partners_overview ul li img { text-align: center; margin: 0 auto; float: none;  display: inline-block; vertical-align: text-top; }

#exampleModal .modal-content, #exampleModal .modal-header { padding : 0 !important; overflow: hidden; }
.team-model-popup  { padding: 20px !important; }
.content_inner_layer p, .content_inner_layer p span, .content_inner_layer p span a, .content_inner_layer ul li, .content_inner_layer ul li a  
{
font-family: "Lato", serif !important;
}

.page_title1 p {
    background-image: url("../../images/newhome/innerpage-borders.png"), url("../../images/newhome/innerpage-borders.png");
    margin: 10px 0;
    float: left;
    width: 100%;
    padding: 20px 0;
    background-position: top center, bottom center;
    background-repeat: no-repeat;
	text-align :center;
}

.leads_img  { height : 100px; }
.leadsway, .leadsway_overview  { /* background-image: url("../../images/newhome/programs-bg.png"); background-position: center;  background-repeat: repeat; */  }

.findpath_innner { padding : 0 0 0 1em; } 
.foo_app { float : left; width : auto;     margin: 0 20px 0 0; }
.foo_portal { float : left; width : auto; }
.portal_login { margin : 5px 0 0 0; }

.portal_button span { background-color: #ececec !important; margin: 5px 0 0 0; }
.portal_button span a {  color: #003872 !important; }

.read_more  { display : none; }
.reads { cursor : pointer; }

@media only screen and (max-width: 360px) { .newhomepage p { font-size : 15px !important; line-height : 24px !important; } }
@media only screen and (max-width: 1023px) {
    .newhomepage section h1, .newhomepage section h2 { font-size:  30px; margin : 10px 0 5px 0 !important;  }
    .newhomepage h3 { font-size:  25px; line-height: 50px; }
    .newhomepage .meet_name { font-size:  25px; line-height: 50px; }
    .newhomepage .meet_locs { font-size:  19px; line-height: 30px; }
    .newhomepage h4 { font-size:  20px; line-height: 30px; }
    .newhomepage p { font-size:  20px; }    
}

@media only screen and (min-width: 769px) {    
   .counters_left { float: left; width: 30%; }
   .counters_center {  float: left; width: 30%; margin : 0 5%; }
   .counters_right {  float: left; width: 30%; }
   ul#main-menu li ul { top : 55px !important; }
   
   .findpath_innner { padding: 0 3em; float: left; width: auto; }
   .meet_inner { padding: 0 0 0 2em; float: left; width: auto; }
}

@media only screen and (min-width: 1024px) {
    .newhomepage h1, .newhomepage h2 { font-size:  35px; }
    .newhomepage h3 { font-size:  25px;  }
    .newhomepage .meet_name { font-size:  25px;  padding: 0;       margin: 0 auto;}
	.newhomepage .meet_locs { font-size:  19px;  min-height : 60px; }
    .newhomepage h4 { font-size:  20px;   }
    .newhomepage p { font-size:  18px; line-height : 27px;  }
	.leadsway_overview .leads_sub_head  { font-size:  25px; min-height: 60px; }
	.learners_innerview.british_pathways { padding : 7em 0 0 0; }
	
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) {
	.newhomepage h1, .newhomepage h2 { }
	#main-menu ul li a { font-size:  18px; line-height: 16px;  } 
	.newhomepage .meet_locs { font-size:  19px; line-height: 30px; }
}

@media only screen and (min-width: 1367px) {
	#main-menu ul li a { font-size:  18px; line-height: 16px;  } 
}

@media only screen and (min-width: 769px) and (max-width: 992px)  {
    .newhomepage h1, .newhomepage h2   { font-size:  40px; }
    .newhomepage h3 { font-size:  30px; line-height: 35px; }
    .newhomepage .meet_name { font-size:  30px; line-height: 35px; }
    .newhomepage .meet_locs { font-size:  20px; line-height: 35px; }
    .newhomepage h4 { font-size:  25px; line-height: 30px; }
    .newhomepage p { font-size:  24px; }
}

@media only screen and (max-width: 767px)  {
	
	.owl-prev { left : -4%; }
	.owl-next  { right : -4%; }
	
	
    .partners_overview ul li:first-child { border-right : 1px solid #ececec; }
	.foo_left_all, .footers_right, .foo_portal, .foo_portal p, .foo_app { width: 100%; float: left;   text-align: center;  }
	.leads_explore .leads_view2 { min-height : auto; }
	.meet_inner h1 { padding : 20px 0 0 0 !important; margin: 0 auto !important; }
	.meet_inner h2 { margin : 5px 0 0 0 !important; }
	.portal_button span a {
           color: #003872 !important;
        background: #ececec !important;
        padding: 5px 10px;
        border-radius: 5px;
    }
	
	.footers_left {     border-right: 0px solid #ececec !important; }
	.footers_left {     border-bottom: 1px solid #ececec; }

.portal_button span {
    background-color: transparent !important;
    text-align: center;
    float: left;
width: 100%; }

footer ul li {
    padding: 0 0 0px 0;
    margin: 15px 0;
}

.footer_innerview2 h5 { padding: 0 !important;
        margin: 0 !important; }
		
		    .partners_overview ul li:first-child {
        border-right: 0px solid #ececec !important;
    }
	
	
	.partners_overview ul {     padding-top: 5% !important; }
	
	.footer_innerview2 h5 span { 
    background: #ffbb00;
    color: #fff;
    padding: 10px 15px;
    line-height: 40px;
    border-radius: 10px;
 }
 
 .footers_right { padding : 0 !important; }
	
	.learners_right img { text-align :center; }
	.findpath span { float: left;   text-align: center; }
	.newhomepage h1 { font-size : 30px !important; padding : 0 !important;; margin : 0 auto !important; }
	.newhomepage h2 { font-size : 25px !important; line-height : 30px !important; }
	.newhomepage h3 { font-size : 18px !important; line-height : 26px !important; }
	.newhomepage h4 { font-size : 16px !important; line-height : 16px !important; }
	.newhomepage h5 { font-size : 16px !important; line-height : 24px !important; }
	.newhomepage p { font-size : 15px !important; line-height : 24px !important; text-align : justify; }	

	.leaders_overview {  text-align : center;  }
	.exp_left img, .exp_right2 img, .exp_left3 img  { margin : 5% 0 !important; }  
	.counting_overview img {     max-width: 50% !important; } 
	.counting_left, .counting_right  { text-align : center; }
	
	.counters_left { float : left; width: 100%; text-align : center; }
	
	.counters_view .counters_text { float : left; width: 100%; text-align : center; }
	.partners h1 	{ margin  : 0 0 13% 0 !important; }
	.counters_view .counters_now  { float : left; width  :100%; text-align : center; }
.findpath_innner, .homecrew_overview { padding : 2%; }	
.counting_overview h1 {  padding : 0 !important; margin : 0 !important; }
.21kexp_overview row {  padding : 0 !important; margin : 0 !important; }
.counting_left h1, .counting_center, .counting_right { padding-top : 15px !important; }

.slider2, .slider3, .slider4, .slider5 {  width: 100%;  float: left;  padding: 0 10%;}

.leads_explore .leads_view { background-color: #ececec !important; }
.newhomepage { padding : 0 !important; }	
	
}


@media only screen and (max-width: 768px) {
	.learners_rows {      padding: 7em 0 0em 0 !important; }
	
.owl-prev {  top: 20%;  }
.owl-next {  top: 20%;  }	
	.learners_rows { background: #ececec; }
	
	
	
.headlogos img { padding: 0; max-width: 70%; height: auto; margin: 0 0 0 10%;} 
.news_overview .owl-item, .news_overview .item { background : #ececec;  float : left; border-radius: 20px; }
.news_overview .item img { border-top-left-radius: 20px;  border-top-right-radius: 20px; }


.yellow_bg { margin-top: 0 !important; }
.leaders_overview img { max-width : 50%; height : auto; text-align : center;  }
.leads_explore .leads_view { margin: 0 0 10% 0; }
.exp_left, .exp_right2, .exp_left3 { text-align :center; }  
.exp_view, .exp_view2, .exp_view3 { padding : 5% !important; }

/* 
.findpath_innner .find_path_cta  { text-align: center; padding-bottom: 2em; margin-bottom: 2em;}
.findpath_innner .cta  { text-align: center;  width: 100%;  background: transparent; }
.findpath_innner .cta  a { color: rgb(255, 255, 255);  background: rgb(255, 187, 0); padding : 7px 10px 8px 10px; } */



}
.leads_view h4 span a, .leads_view .explore_more span a {  float : left; width : 100%; }
/* Desktop css */
@media only screen and (min-width: 1280px)  
{
.leads_explore .leads_view2 {   min-height : 420px; }
.leads_view h4 span a, .leads_view .explore_more span a {  font-size: 16px;     line-height: 30px; float : left; width : 100%; }	
}

@media only screen and (min-width: 1280px) and (max-width: 1365px)  
{
	.learners_left {  padding: 2em 5% 0 5%; }
	.leads_explore .leads_view2 { min-height: 415px; }
	.leads_view h4 span a .leads_view .explore_more span a { font-size: 15px; font-weight: normal !important; }
	.findpath_innner {  padding: 1em 3em 0 3em; }
	.meet_inner { padding: 1em 2em 0 2em; }	
	.news_innerpage { min-height: 400px; }
	.news_topics { min-height: 130px; }
	.news_content {  min-height: 200px; }
	.newhomepage .meet_locs { font-size:  13px; line-height: 20px; }
	
}
 

@media only screen and (min-width: 1366px) and (max-width: 1439px)  
{
	.learners_left {  padding: 6em 5% 0 5%; }
	.findpath_innner {  padding: 2em 3em 0 3em; }
	.meet_inner { padding: 1em 2em 0 2em; }
	
	.news_innerpage { min-height: 400px; }
	.news_topics { min-height: 120px; }
	.news_content {  min-height: 170px; }
	.newhomepage .meet_locs { font-size:  15px; line-height: 25px; }
	/* 
	.learners_left {  padding: 6.5em 5% 0 5%; }
	.findpath_innner {  padding: 3em 3em 0 3em; }
	.meet_inner { padding: 2em 0 0 2em; } */
}

@media only screen and (min-width: 1440px) and (max-width: 1535px)  
{
	.learners_left {  padding: 8em 5% 0 5%; }
	.findpath_innner {  padding: 4em 3em 0 3em; }
	.meet_inner { padding: 3.5em 0 0 2em; }
	
	.news_innerpage { min-height: 390px; }
	.news_topics { min-height: 100px; }
	.news_content {  min-height: 160px; }
	
	.newhomepage .meet_locs { font-size:  15px; line-height: 25px; }
}

@media only screen and (min-width: 1536px) and (max-width: 1599px)  
{
	.learners_left {  padding: 8em 5% 0 5%; }
	.findpath_innner {  padding: 5.5em 3em 0 3em; }
	.meet_inner { padding: 5em 0 0 2em; }
	
	.news_innerpage { min-height: 390px; }
	.news_topics { min-height: 100px; }
	.news_content {  min-height: 170px; }
	.newhomepage .meet_locs { font-size:  15px; line-height: 25px; }
}

@media only screen and (min-width: 1600px) and (max-width: 1791px)  
{
	.learners_left {  padding: 8em 5% 0 5%; }
	.findpath_innner {  padding: 6em 3em 0 3em; }
	.meet_inner { padding: 5em 0 0 2em; }
	
	.news_innerpage { min-height: 390px; }
	.news_topics { min-height: 100px; }
	.news_content {  min-height: 170px; }
	
	.newhomepage .meet_locs { font-size:  17px; line-height: 30px; }
	
}

@media only screen and (min-width: 1792px) and (max-width: 1919px)  
{
	.learners_left {  padding: 11em 5% 0 5%; }	
	.findpath_innner {  padding: 8em 3em 0 3em; }
	.meet_inner { padding: 8em 0 0 2em; }
	
	.news_innerpage { min-height: 330px; }
	.news_topics { min-height: 80px; }
	.news_content {  min-height: 130px; }
	.newhomepage .meet_locs { font-size:  19px; line-height: 30px; }
	
}


@media only screen and (min-width: 1920px) 
{
	.learners_left {  padding:12em 5% 0 5%; }
	.findpath_innner {  padding: 11em 3em 0 3em; }
	.meet_inner { padding: 9em 0 0 2em; }
	
	.news_innerpage { min-height: 330px; }
	.news_topics { min-height: 80px; }
	.news_content {  min-height: 130px; }
	
	.newhomepage .meet_locs { font-size:  19px; line-height: 30px; }
}

footer { background : #003872; padding : 0; }
.foo_left_all  {padding : 5% 0;  }
.foo_right_all  {padding : 2% 0;  }
footer .container-fluidhome { background : #003872; }
.footers_right{ padding-left : 0; }
.foo_logo img {  max-width : 300px; height : auto; }
footer h5 {color : #ffbb00; }
footer ul { list-style-type : none; }
footer ul li { padding : 0 0 5px 0; }
footer ul li a:hover { color: #ffbb00; }
footer p, footer ul li a, footer p a  {color : #fff; }
.footerpage .social_links li a svg {  color: #ffbb00; background: transparent !important; }
.footerpage .social_links li a svg:hover  {  color: #003872!important; background: #ffbb00 !important; }
.footerpage .social_links li { list-style: none; display: inline-block;  margin: 0px 5px; padding : 0;} 

.footerpage .social_links li a svg {  width: 40px; height : 40px; border-radius: 0px !important; padding: 5px; margin : 0 5px; transition: all 0.3s ease 0s; }

.footers_left { border-right : 1px solid #ececec; }
.footer_innerview { border-bottom : 1px solid #ececec; padding : 2% 2% 0 5%; }
.footer_innerview2 { padding : 2% 2% 0 5%;  }
.social_links li:first-child, .social_links li:first-child a svg { margin : 0 auto; }
.social_links li a svg:hover, .social_links li a:hover, .social_links li:hover {  color: #ffbb00; }

.footer_last { background  :#003872;border-top : 1px solid #ececec; }
.footer_last p { color: #fff;  font-size: 14px; font-weight: normal; }


.enquire_menus { background : #fff; color : #003872; }
.enquire_menus:hover {   color : #ffbb00;}

@media only screen and (min-width: 768px) {
.learners_right_home {     
background: url("../../images/newhome/Find-your-path-1.webp");
    background-repeat: no-repeat; 
                background-repeat: no-repeat;
        background-size: contain;
        background-position: right;
	}
	
.british_pathways .learners_right_home {     
background: url("../../images/newhome/Find-Your-Path-British.png");
    background-repeat: no-repeat;
	            background-repeat: no-repeat;
        background-size: contain;
        background-position: right;
	}
.leaders_right img { float : right; }	
}


.zoho_form {  
    z-index: 1;
}


@media only screen and (max-width: 1023px) { 
.findpath { text-align: center !important;}
.head_top_center .topscroll {      padding: 10px 1em 10px 1em; }
.findpath span {   margin: 0 0 5% 0;}
 .head_top_left span, .head_top_center .topscroll, .head_top_right span { font-size: 14px !important; }
 .discover_floating { display : none; }	
.zf-tempHeadContBdr .zf-frmTitle { text-align : center; }
}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {
.head_top_left span, .head_top_center .topscroll, .head_top_right span { font-size: 16px !important; }	
}
 
@media only screen and (min-width: 991px) and (max-width: 1024px) { 
	.discover_floating { display : none; }
	.head_top_left span, .head_top_center .topscroll strong, .head_top_right span { font-size: 13px; } 
}

@media only screen and (min-width: 768px) and (max-width: 1023px) { 
.head_top_left, .head_top_center, .head_top_right { min-height : 57px !important; }
.learners_left, .learners_innerview h1, .learners_innerview p  {   padding: 0 !important; margin: 20px 0 0 0 !important;}

}

@media only screen and (max-width: 560px)  {
.header-bottom { background : transparent; }	
}


@media only screen and (min-width: 1025px) {

.sitelogo img {     margin: 6px 0 0 0; }
	
  .have_qes {
    padding-bottom: 10px;
}
.learners_right_form {box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    width: 308px;
    float: right;
    margin-top: 52px;
    padding: 0 0 0;
    background: #fff;
    position: fixed;
    right: 0;
    z-index: 9999;
    margin: 0;
    padding: 0;
    transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -webkit-transition-duration: 0.1s; right : 0px;     z-index: 999  !important; }
.discover_floating {
	left: -25% !important;
	top: 48% !important;
    position: absolute !important;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    animation: blinker 2s linear infinite; }
.discover_floating .discover_cta {    
 position: relative;
    font-weight: 500;
    font-size: 19px;
    padding: 7px 15px;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    color: #000;
    background-color: #ffbb00;
    font-weight: bold;
    font-size: 15px;
    border: none;
    border-radius: 5px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  }
}




@media only screen and (min-width: 769px) and (max-width: 1200px) {
	ul.main_nav li a {  padding-right: 7px; padding-left: 7px; font-size : 14px; }
	.sitelogo { height : auto; }
	.headslogo {  padding: 1% 0 0 0;}
}


 
@media only screen and (min-width: 769px) {
    .zf-templateWidth {
        width: 100%;
        max-width: 350px;
        float: right;
        background: #fff;
        margin: 0;
        padding: 0 2%;
    }
	
}

.sticky-inquire-btn {
  display: none;
}
 
 
@media only screen and (max-width: 767px) {
	
.page_title1 .left_quotes, .page_title1 .broch_cta { display : none !important; }
 .sticky-inquire-btn {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #FFBB01;        
    color: #fff !important;
    text-align: center;
    padding: 10px 0;            
    font-size: 16px;
    font-weight: bold;
    text-decoration: none !important;
    z-index: 9999;
    box-shadow: 0 -2px 6px rgba(0,0,0,0.15);
    border-radius: 0;            
  } 
  .head_top_left span, .head_top_center .topscroll, .head_top_right span { font-size: 15px !important; }	

}
 .sitelogo { height : auto !important; }
	
.yellow_bgs { background : #ececec; }
.findpath span a:hover { background : #00c2e0l; }

.header-top  { background: #003872;  padding: 0; border: 0px none; }
.header-bottom { float : left; width : 100%; }
.head_top_left { background: #00c2e0;  padding: 15px 0 10px 0; color: #fff; text-align: center; min-height: 50px; }
.head_top_left:hover {     }
.head_top_left span { font-size: 13px; }
.head_top_center { text-align: center;background: #ffbb00; }
.head_top_center .topscroll {     text-align: center; background: #ffbb00; width: auto;  padding: 10px; text-align: center; float: none; display: inline-block;  text-transform: uppercase;  font-size: 20px;  color: #fff; min-height : 50px; }
.head_top_center .topscroll:hover { background: #00c2e0;   }
.head_top_right {   padding: 15px 0 10px 0 ; background: #00c2e0;  color : #fff; text-align: center; min-height: 50px; }
.head_top_right:hover {  }
.head_top_right span {  font-size: 13px; }


@media screen and (min-width: 769px) {
    #homeform .zf-templateWidth {
        width: 100% !important;
        max-width: 100% !important;
        float: left !important;
        background: #fff !important;
        margin: 1% auto !important;
    }
}

.pop_link ul li a {
    font-size: 15px;
    text-transform: uppercase;
    padding: 5px 9px;
    display: inline-block;
    color: rgb(36, 57, 120) rgb(36, 57, 120) !important;
    font-weight: 600;
    text-decoration: none;
}


.zf-decesion .zf-labelName {font-weight : normal !important; }
.zf-decesion .zf-labelName a { font-size : 14px; }