@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

/****blog************/

.blogs-banner img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

h4,
p {
	line-height: 24px;
	font-weight: 400;
}

li {
	line-height: 24px;
}

/* Header Start */
.main-container {
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
}

.grid_row {
	padding: 0 30px;
}

.row-fluid {
	min-height: 0px !important;
}

.span12 {
	min-height: 0px !important;
}

.logo {
	max-width: 100%;
	height: auto;
}

.logo img {
	width: 250px !important;
}

/*form color  */
.hs-form-required {
	color: #515252 !important;
}

/* form validation color */
label.hs-error-msg {
	color: #f2545b !important;
}

/*Button Start */
.pinkCTAlarge {
	background: #de058a;
	color: #fff !important;
	padding: 10px 20px;
	font-size: 13px;
	border-bottom: 3px solid #8f298d;
	border-radius: 4px;
	text-transform: uppercase;
	margin-top: 1em;
	width: 156px;
	display: inline-block;
	text-align: center;
}

.hs-content-id-108624691622 .gwcMoreSupport .content p strong {
    font-weight: 700;
}
.gwcMoreSupport p strong {
    font-weight: bold !important;
}

.gimage-text .pinkCTAsmall {
	font-weight: bold;
	line-height: 1.7em;
}

section.gwcrelatedarticles .pinkCTAlarge {
	border-bottom: 5px solid #8f298d !important;
	padding: 6px 20px !important;
	font-weight: 600 !important;
	letter-spacing: .5px;
	position: absolute !important;
	bottom: 3em;
	left: 2em;
}



/*Button End*/
/**************** Top Header ***********************/
.header_top {
	background-color: #fff;
	height: 100px;
}

.header_top .grid_row {
	padding: 0px;
}

.inner_section {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.contact_btn {
	cursor: pointer;
	background: #000139;
	color: #fff;
	border-bottom: 5px solid #70cfc9;
	text-decoration: none;
	font-size: 13px;
	width: auto;
	font-weight: 600;
	font-family: "Open Sans", sans-serif;
	letter-spacing: 0.5px;
	border-radius: 4px;
	padding: 10px 20px;
	margin-left: 10px;
}

.apply_btn {
	text-align: center;
	cursor: pointer;
	background: #48bb9a;
	color: #0F0F0F !important;
	border-bottom: 5px solid #08b0b3;
	font-size: 13px;
	min-width: 100px;
	padding: 10px 20px;
	text-decoration: none;
	font-weight: 600;
	font-family: "Open Sans", sans-serif;
	letter-spacing: 0.5px;
	border-radius: 4px;
	margin-left: 10px;
}
.apply_btn:hover{background-color:#5AD9E1 !important}
.button_grp {
	display: flex;
	gap: 10px;
}

/***** Navbar Start ******/

.hs-menu-wrapper ul {
	padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
	list-style: none;
	margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul {
	display: inline-block;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul:before {
	content: " ";
	display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul:after {
	content: " ";
	display: table;
	clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
	float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
	display: inline-block;
	padding: 10px 20px;
	white-space: nowrap;
	overflow: hidden;
	font-size: 13px;
	max-width: 100%;
	overflow: hidden;
	padding: 12px 20px;
	text-decoration: none;
	text-overflow: ellipsis;
	font-weight: 400;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children {
	position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.4s;
	position: absolute;
	z-index: 10;
	left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
	left: 180px;
	top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper {
	opacity: 1;
	visibility: visible;
}

.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_raw_html {
	word-wrap: break-word;
}

header {
	display: block;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
	overflow: visible;
	max-width: none;
	width: auto;
	white-space: initial;
	width: auto;
	overflow: hidden;
	text-overflow: inherit;
	padding: 6px;
	font-size: 13px;
	line-height: 16px;
}

.hs-menu-children-wrapper>.hs-item-has-children>a {
	text-transform: capitalize;
	font-size: 14px;
	font-weight: 600;
	width: inherit;
}


li.hs-menu-item.hs-menu-depth-3:nth-child(n) {
	padding-left: 12px;
}

.yourCourseMenu>li:first-child>ul>li:nth-child(3)>a {
	text-transform: uppercase;
	margin-top: 6px;
	font-weight: 600;
	font-size: 16px !important;
}

.gwcContainer {
	max-width: 1120px;
	margin: 0 auto;
}

.row-fluid [class*="span"].gwcContainer {
	float: none;
	margin: 0 auto;
}

.gwcMenu {
	background: #262626;
	width: 100%;
	text-align: center;
}

.gwcMenu ul {
	text-align: left;
	float: none;
	left: 0;
	margin-top: 5px;
	right: 0;
	position: relative;
	padding: 0 auto;
	margin-left: 0;
	padding-left: 0;
}

.gwcMenu li a {
	color: #bbb;
	font-size: 13px;
}

.gwcMenu li a:hover {
	color: #fff;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-item-has-children>ul.hs-menu-children-wrapper {
	padding: 1em;
	min-width: 280px;
	background: #262626;
	-webkit-box-shadow: -1px 4px 5px 0 rgba(0, 0, 0, 0.48);
	-moz-box-shadow: -1px 4px 5px 0 rgba(0, 0, 0, 0.48);
	box-shadow: -1px 4px 5px 0 rgba(0, 0, 0, 0.48);
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
	white-space: initial;
	width: auto;
	overflow: hidden;
	text-overflow: inherit;
	padding: 6px;
	font-size: 13px;
	line-height: 16px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
	margin-top: 0 !important;
}

.thirdMenuBranch {
	opacity: 1;
	visibility: visible;
	position: relative !important;
	left: 0 !important;
}

.gwcMenu li ul {
	position: absolute;
	left: 0;
	top: 36px;
	z-index: 1;
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: 150ms ease;
	-moz-transition: 150ms ease;
	-o-transition: 150ms ease;
	transition: 150ms ease;
}

.gwcMenu ul>li:hover ul {
	visibility: visible !important;
	opacity: 1 !important;
	filter: alpha(opacity=100);
}

.gwcMenu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
	-webkit-transition: none;
	visibility: hidden;
	opacity: 0;
}

/***** Navbar End  ******/

/**************** Top Header ***********************/

.contact_btn {
	cursor: pointer;
	background: #000139;
	color: #fff;
	border-bottom: 5px solid #70cfc9;
	text-decoration: none;
	font-size: 13px;
	width: auto;
	font-weight: 600;
	font-family: "Open Sans", sans-serif;
	letter-spacing: 0.5px;
	border-radius: 4px;
	padding: 10px 20px;
	margin-left: 10px;
	line-height: 1.3em;
	min-width: 100px;
	-webkit-box-sizing: content-box !important;
}

.apply_btn {
	text-align: center;
	cursor: pointer;
	background: #48bb9a;
	color: #fff;
	border-bottom: 5px solid #08b0b3;
	font-size: 13px;
	min-width: 100px;
	padding: 10px 20px;
	text-decoration: none;
	font-weight: 600;
	font-family: "Open Sans", sans-serif;
	letter-spacing: 0.5px;
	border-radius: 4px;
	margin-left: 10px;
	line-height: 1.3em;
	min-width: 100px;
	-webkit-box-sizing: content-box !important;
}

/***** Navbar Start ******/

.hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-item-has-children>ul.hs-menu-children-wrapper {
	min-width: 290px !important;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a img {
	width: 24px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2px 0px;
}

.header_top {
	background-color: #fff;
	height: auto;
	padding: 0px 0px 6px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul {
	display: flex;
	justify-content: center;
	align-items: center;
	/* 	padding: 3px 0px; */
}

/***** Navbar End  ******/



.custom-menu-primary .hs-menu-flow-horizontal {
	display: none;
}

.close {
	max-width: 100%;
	height: auto;
}

.modal {
	background: rgb(11 11 11 / 86%) !important;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	position: fixed;
	z-index: 1050;
}

.modal .modal-content {
	max-width: 50% !important;
	margin: 0px auto;
	background: #fff;
	overflow: hidden;
	padding: 5px 5px 14px;
	border-radius: 10px;
}

.modal .modal-dialog {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.modal .modal-dialog button.close {
	background: transparent;
	color: #494545;
	padding: 3px 6px;
	border-radius: 50px;
	font-size: 11px;
	font-weight: 600;
	border: 2px solid #818181;
}

.modal .modal-dialog .modal-footer {
	text-align: right;
}

.modal {
	display: none;
}

.header-section {
	position: relative;
}

.header-section .header-search-popup {
	background: rgb(11 11 11 / 86%) !important;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	position: fixed;
	z-index: 1050;
}

.header-section .header-search-popup .new-search-auto {
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	display: flex;
	width: 100%;
	max-width: 100%;
	background: #fff !important;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	z-index: 9;
	height: 155px;
}

.header-section .header-search-popup .new-search-auto img.close {
	width: 1% !important;
	display: flex;
	align-items: center;
}

.header-section .header-search-popup .new-search-auto form {
	width: 1120px;
}

.header-section .header-search-popup .new-search-auto input.hs-search-field__input {
	width: 100%;
	max-width: 1120px !important;
	border: 0px !important;
	height: 57px;
	padding-left: 60px;
	position: relative;
	font-size: 44px;
	line-height: 57px;
	letter-spacing: 0;
	color: #16394f;
	background-size: 2.5%;
}

.header-section .header-search-popup .new-search-auto input.hs-search-field__input::placeholder {
	color: #c1c6cf !important;
	font-family: Open Sans, sans-serif;
}

.header-section .header-search-popup .new-search-auto input.hs-search-field__input:focus-visible {
	border: 0px !important;
	outline: -webkit-focus-ring-color auto 0px !important;
}

a.contact_btn:hover,
a.apply_btn:hover {
	color: #fff !important;
	padding: 10px 20px !important;
	font-weight: 600 !important;
	margin-bottom: 2px;
}

.row-fluid .coulmn {
	min-height: 0px !important;
}

.mobile-trigger {
	display: none;
}

.gwcMobileHeader {
	display: none;
}

.child-trigger {
	display: none;
}


/* Header End* /

/*Homepage Video Banner Section Start*/
.video-banner #bgvid_b {
	height: 100vh;
	width: 100vw;
	object-fit: cover;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}

.video-banner h1 {
	/* 	font-weight: 700; */
	/* 	color: #fff; */
	/* 	font-size: 54px; */
	/* 	line-height: 59px; */
	margin-bottom: 5px;
	letter-spacing: 1.5px;
}

/* .hs-content-id-104932602017 .video-banner h1 {
	font-weight: 400 !important;
} */

.video-banner .gwcCTA {
	background: #de058a;
	font-size: 13px;
	border: 0px;
	border-bottom: 5px solid #8f298d;
	line-height: 1.3em;
	color: #fff;
	text-align: center;
	border-radius: 4px;
	display: inline-block;
	font-weight: 600;
	text-transform: uppercase;
	padding: 10px 20px;
	font-size: 13px;
	letter-spacing: 0.5px;
	width: auto;
}

.vjs-hubspot.vjs-paused:not(.vjs-scrubbing):not(.vjs-seeking) .vjs-big-play-button {
	display: none !important;
}

.video-banner .banner-img img {
	max-width: 100%;
	object-fit: cover;
	width: 100% !important;
	height: 68vh;
}

.video-banner p#arrowDown {
	text-align: center;
	color: #fff;
	position: absolute;
	width: 100px;
	margin: 0 auto;
	left: 0;
	right: 0;
	z-index: 9;
	font-weight: 100;
	font-size: 15px;
}

.video-banner .video-content {
	/* 	padding-top: 100px; */
	bottom: 120px;
	position: absolute;
	width: 100%;
}

.video-banner img {
	max-width: 60%;
	height: auto;
}


.home-video-wrap .dnd-section {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0;
	padding-right: 0;
}

.home-video-wrap .dnd-section .dnd-column {
	padding: 0 0rem;
}

.home-video-wrap #hs_cos_wrapper_widget_1677649294859 {
	position: relative;
}

.home-video-wrap .row-fluid-wrapper.dnd_section.video-banner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.home-video-wrap .row-fluid-wrapper.dnd_section.video-banner.bannervideo {
	height: 70vh;
}

.home-video-wrap .row-fluid-wrapper.dnd_section.video-banner.bannerimage {
	height: 70vh;
}

.home-video-wrap .video_inner {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.home-video-wrap .video-banner #bgvid_b {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 70vh;
}

.home-video-wrap .row-number-1.dnd-section>.row-fluid {
	max-width: 100%;
}


.video-scroll {
	position: absolute;
	/* 	bottom: 100px; */
	/* 	left: calc((100vw - 1280px) / 2 + 563px); */
	bottom: 90px;
	left: calc(50vw - 57px);
	position: absolute;
}

.video-banner:after {
	position: absolute;
	bottom: 0;
	left: 0px;
	width: 100%;

	content: "";
	margin-top: 0px;
	background-color: rgb(209, 209, 209);
}

.banner-video-modal .course-row {
	display: flex;
	width: 100%;
	padding-bottom: 20px;
}

.banner-video-modal .course-row .course-col {
	width: 50%;
	text-align: center;
}

.banner-video-modal .course-row .course-col img {
	width: 86%;
}

.banner-video-modal .course-row .course-col h3 {
	font-size: 18px;
	position: relative;
	padding-left: 60px;
	margin-bottom: 7px;
	display: flex;
	align-items: center;
	color: #515252;
  font-weight: 400;
}

.banner-video-modal .course-row .course-col h3:before {
	position: absolute;
	left: 44px;
	content: "\f04d";
	font-size: 12px;
	font-family: "FontAwesome";
	color: #02b2ab;
	background: #02b2ab;
	display: flex;
	align-items: center;
	width: 11px;
	height: 11px;
}

.banner-video-modal .course-row .course-col a.cta_button {
	background: #48bb9a !important;
	color: #fff !important;
	border-bottom: 5px solid #08b0b3;
	padding: 10px 20px;
	letter-spacing: 0.5px;
	text-align: center;
	border-radius: 4px;
	display: inline-block;
	font-weight: 600;
	font-size: 13px;
}

.banner-video-modal .modal-content .modal-body {
	padding: 20px 50px;
}

.banner-video-modal .modal-content {
	max-width: 40% !important;
}

.banner-video-modal .modal-footer {
	padding-right: 7px;
}

.banner-video-modal .modal-content {
	max-width: 42% !important;
	padding-bottom: 7px;
}

.banner-video-modal h2 {
	border-bottom: 2px solid #181818;
	padding-bottom: 6px;
	font-size: 26px;
	margin-bottom: 0.6em;
}

.banner-video-modal h2 i {
	color: #e9048b;
	padding-right: 5px;
	font-size: 30px;
}

.banner-video-modal .course-img {
	text-align: center;
}

.video_inner iframe .video-js button.vjs-big-play-button.play-button-circle {
	display: none !important;
}

.vjs-hubspot.vjs-paused:not(.vjs-scrubbing):not(.vjs-seeking) .vjs-big-play-button {
	display: none !important;
}

/*Homepage Video Banner Section End*/
.heading-content .row {
	padding: 0px 8em;
}

/*Flip Box Section Start*/
.flip-card-section .row-fluid {
	flex-wrap: wrap;
	display: flex;
}

.flip-card-section .flip-card {
	position: relative;
	overflow: hidden;
}

.flip-card-section .flip-card .flip-card-front img.img-fluid {
	width: 100%;
}

.flip-card-section .flip-card .flip-card-back {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background: #173cad;
	bottom: 6px;
	padding-left: 2em;
	padding-right: 2em;
	right: 0px;
}

.flip-card-section .flip-card .flip-card-front h2 {
	font-weight: 700;
	line-height: 1.4em;
	font-size: 26px !important;
	position: absolute;
	top: 0px;
	bottom: 0;
	display: flex;
	align-items: center;
	left: 1em;
	color: #fff;
	margin-bottom: 0px;
}

.flip-card-section .head_content {
	padding: 0 8em;
}

.flip-card-section .head_content h2 {
	margin: 0 auto;
}

.flip-card-section .head_content h4 {
	margin: 0 auto;
	padding: 30px 0px;
}

.flip-card-front .overlay {
	background: #000;
	position: absolute;
	top: 0;
	bottom: 6px;
	left: 0;
	right: 0;
	opacity: 0.45;
}

.flip-card-inner:hover .flip-card-back {
	display: flex;
	align-items: center;
}

.flip-card-back h2 {
	font-size: 20px !important;
	font-weight: 700;
	margin-bottom: 20px;
	color: #fff;
}

.flip-card-back .flip-back-des,
.flip-card-back .flip-back-des p {
	color: #fff;
	margin-bottom: 10px;
	line-height: 25px;
	font-weight: 300;
}


.flip-card-section .span4.widget-span {
	margin-bottom: 5px;
	width: 32.6%;
}

.flip-card-section .flip-card .flip-card-back .read-more {
	line-height: 39px;
}

.flip-card-section .flip-card .find-out a {
	position: absolute;
	bottom: 15px;
	right: 14px;
	color: #fff;
	letter-spacing: 1px;
	font-size: 15px;
  text-decoration:none;
}

/*Flip Box Section End*/

/*Grid Section Start*/
.grid-section .span3.widget-span {
	overflow: hidden;
	position: relative;
}

.grid-section .grid-inner img {
	width: 60%;
}

.grid-section .grid-inner .image {
	text-align: center;
}

.grid-section .grid-inner .content h3 {
	text-align: center;
	margin-bottom: 10px;
	color: #515252 !important;
	font-weight: 400 !important;
	line-height: 35px;
}

.grid-section .hs_cos_wrapper_type_cta {
	position: absolute;
	bottom: 0px;
	display: flex;
	justify-content: center;
	left: 0;
	right: 0;
}

.grid-section .grid-inner .content p {
	text-align: center;
	margin-bottom: 50px;
}

.grid-section .grid-inner .content {
	padding-bottom: 1em !important;
	margin-bottom: 2em !important;
}

/*Grid Section End*/


/*Whatsnew Section Start*/
.whatsnew-heading h2 {
	letter-spacing: 0.4px;
	padding-bottom: 1.3em;
	margin: 0;
}

.slide-content img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 43%;
}

.whatsnew-section .slick-dots li button {
	background: #08bdb8 !important;
}

.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.whatsnew-section .slick-dots {
	bottom: 50px !important;
	position: absolute;
	bottom: -25px;

	display: block;

	width: 100%;
	padding: 0;
	margin: 0;

	list-style: none;

	text-align: center;
}

.whatsnew-section .slick-dots li {
	position: relative;

	display: inline-block;

	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;

	cursor: pointer;
}

.whatsnew-section .slick-dots li button {
	border-radius: 20px;
	font-size: 0;
	line-height: 0;

	display: block;

	width: 20px;
	height: 20px;
	padding: 5px;

	cursor: pointer;

	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.whatsnew-section .slick-dots li button:hover,
.whatsnew-section .slick-dots li button:focus {
	outline: none;
}

.whatsnew-section .slick-dots li button:hover:before,
.whatsnew-section .slick-dots li button:focus:before {
	opacity: 1;
}

.whatsnew-section .slick-dots li button:before {
	font-family: "slick";
	font-size: 20px;
	line-height: 20px;

	position: absolute;
	top: -2px;
	left: -2px;

	width: 20px;
	height: 20px;

	content: "•";
	text-align: center;

	opacity: 0.25;
	color: black;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.whatsnew-section .slick-dots li.slick-active button:before {
	opacity: 0.75;
	color: black;
}

.whatsnew-section ul.slick-dots li button {
	width: 17px;
	height: 17px;
}

.whatsnew-section ul.slick-dots li button:before {
	color: transparent !important;
}

.whatsnew-section ul.slick-dots li.slick-active button {
	background: #fff !important;
}

/*Whatsnew Section End*/

/*Quick Info Section Start*/
.info-wrap ul {
	display: flex;
	padding: 20px 20% 0px 20%;
	list-style-type: none;
	margin: 0px;
	padding: 16px 6rem 0;
	max-width: 1120px;
	margin-left: auto;
	margin-right: auto;
	justify-content: space-between;
}


.info-wrap ul li {
	text-align: center;
	width: 25%;
}

.info-wrap ul li h3 {
	font-size: 18px;
	font-weight: 700;
	color: rgb(64, 64, 64);
}

.info-wrap .icon-3-grid h3 {
	margin-bottom: 5px;
}

/*Quick Info Section End*/

/*Guide Section Start*/
.heading-wrap {
	background-color: #f9f9f9;
	padding-bottom: 30px;
	padding-top: 10px;
}

.downloadhead h2 {
	padding-top: 25px;
}

.heading h2 {
	text-align: center;
	line-height: 38px;
	/* 	color: #353535; */
}

.guide-wrap ul {
	display: flex;
	padding: 0px 12%;
	list-style-type: none;
	padding: 0;
	max-width: 1120px;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
}

.guide-wrap ul li img {
	width: 146px;
	max-width: 146px;
	width: 100%;
}

.guide-wrap ul li {
	display: flex;
	padding: 20px;
	width: 33.33%;
	flex-wrap: wrap;
	align-items: flex-start;
}

.guide-wrap ul li .right-content {
	padding: 10px;
}

.guide-wrap ul li .right-content .content {
	color: #515252;
	font-size: 15px;
	font-weight: 300;
}

.guide-wrap ul li .right-content {
	padding: 10px;
	width: calc(100% - 146px);
}

/* a{
  font-weight: 400 !important;
} */
/*Guide Section End*/


/*Footer Section Start*/
.sectionPaddingSmall {
	padding: 50px 0;
}

.alignCenter {
	text-align: center;
}

.hs_cos_wrapper_type_image_slider {
	display: block;
	overflow: hidden
}

.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_page_footer {
	word-wrap: break-word;
}

.gwcContainer {
	max-width: 1120px;
	margin: 0 auto;
}

.gwcFtrSitemap {
	background-color: #3d3d3d;
	color: #d9d9d9;
	font-size: 14px;
	padding: 4em 2em 3em;
}

.gwcFooter h4 {
	margin: 0 auto;
	color: #3e3e3e;
	letter-spacing: .4px;
}

.gwcFooter a {
	color: #d9d9d9;
}

.gwcFooter a:hover {
	color: #bbb;
	font-weight: 300;
}


.gwcFtrSitemap .hs-menu-wrapper.hs-menu-flow-vertical>ul {
	margin: 0
}

.gwcFtrSitemap .hs-menu-wrapper.hs-menu-flow-vertical li a {
	overflow: inherit;
	text-overflow: inherit;
	font-size: 14px;
	padding: 2px 0 !important;
}

.gwcFtrSitemap .hs-menu-wrapper.hs-menu-flow-vertical li a:hover {}

.features-listnew .sectionCopy ul li:first-child a {
	font-weight: 300;
}
.sectionCopy ul li a{text-decoration: none;}

.sectionCopy ul li:first-child a {
	font-weight: 700;
	font-size: 14px !important;
}

.gwcFtrSitemap .sectionCopy h2 {
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
	color: #d9d9d9;
}

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


.sectionCopy .quick-links {
	font-size: 18px !important;
	font-weight: 300 !important;
	line-height: 24px;
}

.gwcFtrSitemap .sectionCopy h3 {
	font-size: 14px;
	font-weight: 700;
	margin-top: 1.7em;
	color: #fff;
}

.gwcFtrSitemap .sectionCopy p {
	margin-top: 3px;
	font-size: 14px;
	font-weight: 300;
}


.gwcsocialIcons ul {
	margin: 0;
	margin-left: 0em;
	padding: 0;
	list-style: none;
	margin-top: 1em;
}

.gwcsocialIcons ul li {
	float: left;
	display: inline-block;
	padding-right: 0.8em;
	padding-right: 0.4333em;
	margin-bottom: 0.6em;
}

.gwcsocialIcons ul li a {
	color: #01bad8;
	font-size: 0.5px !important;
	width: 37px;
	height: 32px;
	background: #fff;
	display: inline-block;
	text-align: center;
	padding: 6px 0;
	border-radius: 4px;
}

.gwcsocialIcons ul li a i {
	font-size: 22px;
}

.gwcFtrPrivacy {
	font-size: 13px;
	background: #1b1b1b;
	color: #777;
	padding: 1em 0;
}

.gwcFtrPrivacy p {
	font-size: 11px;
	margin-bottom: 0px;
	font-weight: 700 !important;
      color: #777;
}

.gwcFtrPrivacy ul {
	padding: 0px;
	margin-bottom: 0px;
}

.gwcFtrPrivacy ul li {
	display: inline;
	padding: 0px;
	font-size: 12px;
}

.gwcFtrPrivacy ul li:first-child {
	border-right: 3px solid #fff;
}

.bottom-right {
	float: right;
}

.bottom-right a {
	font-size: 11px;
	color: #9fc5e8;
	font-weight: 700 !important;
}

.scroll-to-top {
	display: none;
}

.gwcsignupNewsletter form {
	position: relative;
}

.gwcFtrPrivacy ul li:first-child {
	border-right: 2px solid #fff;
	padding-right: 5px;
	margin-right: 5px;
	line-height: 7px !important;
}

.gwcsignupNewsletter form .hs_email.hs-form-field {
	display: inline-table;
}

.gwcsignupNewsletter form input[type="email"] {
	border: 0px;
	padding: 6.5px 10px;
	font-size: 16px;
}

.gwcsignupNewsletter form .input {
	width: 100%;
	display: inline-block;
	float: left;
	font-family: 'Open Sans', sans-serif;
}

.gwcsignupNewsletter form .hs_submit {
	width: 35%;
	display: inline-block;
	float: left;
	font-family: 'Open Sans', sans-serif;
	position: absolute;
	right: 0;
	bottom: 6px;
}

.gwcsignupNewsletter form input[type="submit"] {
	width: 100%;
	padding: 8.5px 10px;
	border: none;
	background: #fdbf1e;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
}

.gwcsignupNewsletter form .hs-error-msgs.inputs-list {
	margin: 0;
	font-size: 11px;
	line-height: 12px;
	display: table-caption !important;
	margin-bottom: 10px;
}

.gwcsocialIcons p {
	font-size: 18px !important;
	font-weight: 300 !important;
}

.gwcsocialIcons {
	margin-top: 40px;
}

.gwcFtrSitemap .subscribeForm form .input input[type=email] {
	border-radius: 0 !important;
	height: 35px;
	font-size: 16px;
}

.gwcFtrSitemap .subscribeForm form .input {
	margin-bottom: 0px !important;
	width: calc(100% - 101px);
	display: inline-block;
	float: left;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
}

.gwcFtrSitemap .subscribeForm .hs_submit.hs-submit {
	width: 35%;
	display: inline-block;
	float: left;
	font-family: 'Open Sans', sans-serif;
	/*   / position: absolute; / */
	right: 0;
	min-width: 100px;
}

.gwcFtrSitemap .subscribeForm {
	position: relative;
}

.gwcFtrSitemap .subscribeForm form .hs-form-field {
	margin-bottom: 0.75rem !important;
}

.gwcFtrSitemap .subscribeForm form {
	margin-top: -50px;
}

.gwcFtrPrivacy .bottom-left li a {
	font-weight: bold !important;
	font-size: 11px;
}

.gwcFtrSitemap .subscribeForm .hs_submit.hs-submit {
	position: relative;
}

.gwcFtrSitemap .subscribeForm form,
.gwcFtrSitemap .subscribeForm .form-title,
.gwcFtrSitemap .subscribeForm .submitted-message {
	background: none !important;
	border: none !important;
}

.gwcFtrSitemap .subscribeForm form label {
	color: #f2545b;
}

.gwcFtrSitemap .subscribeForm form ul.no-list.hs-error-msgs.inputs-list {
	display: block;
	position: absolute;
	bottom: -35px;
}

.gwcFtrSitemap .subscribeForm .hs_submit.hs-submit input.hs-button.primary.large {
	height: 35px;
	width: 100%;
	padding: 8.5px 10px;
	border: 0;
	background: #fdbf1e;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	outline: 0;
	border-radius: 0;
	position: absolute;
	top: 0px;
}

.gwcFtrSitemap .subscribeForm {
	position: relative;
	width: 100%;
}

.gwcFtrSitemap .subscribeForm .hs_error_rollup {
	position: absolute;
	bottom: -35px;
	width: 100%;
	left: 0;
}

.gwcFtrSitemap .subscribeForm .submitted-message {
	border: 1px solid #fff !important;
	padding: 10px !important;
}

.gwcFtrSitemap .subscribeForm label span {
	display: none;
}

.gwcFtrSitemap .subscribeForm .hs-error-msgs {
	margin-bottom: 20px !important;
}

.gwcFtrSitemap .subscribeForm .hs-error-msgs li .hs-error-msg {
	margin-bottom: 50px !important;
	font-size: 10px;
}


/* New */


/*Footer Section End*/


.heading-content {
	text-align: center;
	position: relative;
}

.heading-content h2 {
	/* 	font-weight: 300; */
	/* 	color: #3a3a3a; */
	line-height: 38px;
	margin: 0px;

}

.heading-content p {
	/* 	color: #515252; */
	font-weight: 400;
	margin: 19px 0px;
}


.gwcAboutWrap {
	margin-bottom: 1.8em;
	list-style-type: none;
	counter-reset: css-counter 0;
}

.gwcAboutWrap .gwcAbout-rightTop h2 {
	display: block;
	margin: 0.83em 0px;

	/* 	color: #515252; */
}

.gwcAbout-title {
	width: 100%;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	transition: all linear .15s;
	text-decoration: none;
	/* 	color: #515252; */
	position: relative;
}

.gwcAbout-flex.clearfix {
	margin-bottom: 1.8rem;
	counter-increment: css-counter 1;
}


/* .gwcAbout-flex.clearfix li {
	color: #515252;
} */

.gwcAbout-flex.clearfix .gwcAbout-in {
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 1em;
}

.gwcAbout-leftCont img {
	max-width: 100%;
	object-fit: cover;
	height: 100%;
}

.gwcAbout-leftCont,
.gwcAbout-rightCont {
	width: 50%;
	position: relative;
}

.gwcAbout-rightCont {
	padding-left: 2em;
	padding-top: 1.5em;
	padding-bottom: 6em;
}

.gwcAbout-dec .closeBtn {
	cursor: pointer;
	margin: 0 auto;
	width: 60px;
	padding-bottom: 2em;
	display: block;
	text-align: center;
	margin-top: 3.5em;
}

.gwcAbout-dec {
	padding: 2em 0;
	display: none;
	border: 0 !important;
}





.gwcAbout-flex.clearfix.gwcAbout-toggle .gwcComn-readmore {
	display: none;
}

.gwcAbout-flex.clearfix.gwcAbout-toggle .gwcAbout-rightCont {
	padding-bottom: 2rem;
}


.accordionTable.tg-wrap table.tg {
	border: 0px !important;
}

th.tg-amwm {
	background: #016c80;
	color: #fff;
	padding: 1em 2em !important;
	border: 0px;
}

.accordionTable.tg-wrap td {
	vertical-align: top;
	background: #fbfbfb;
	border: 0px;
	padding: 5px 10px !important;
	border-bottom: 1px solid !important;

}

.accordionTable.tg-wrap td ul {
	margin: 1em 0px;
}

.accordionTable.tg-wrap td li {
	line-height: 24px;
	font-size: 14px;
}

.goa_capm_cta {
	background: #22a8ba !important;
	color: #fff !important;
	border-bottom: 5px solid #116b77 !important;
	font-size: 13px;
	min-width: 100px;
	padding: 10px 20px;
	text-decoration: none;
	font-weight: 600;
	letter-spacing: .5px;
	border-radius: 4px;
	width: 115px;
	display: block;
	text-align: center;
}

a.microlearning_applynow_cta {
	color: #fff !important;
	border-bottom: 5px solid #5b3789;
	font-size: 13px;
	min-width: 100px;
	padding: 10px 20px;
	text-decoration: none;
	letter-spacing: .5px;
	border-radius: 4px;
}

.gwcMoreSupport .image img {
	width: auto;
	max-width: 100%;
}

@media (min-width: 768px) {
	.header_top {

		min-height: 100px;
		max-height: 100px;
	}
}

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

	.desktop-menu {
		display: none;
	}


	.mobile-trigger {
		display: inline-block !important;
		cursor: pointer;
		position: absolute;
		top: 0px;
		right: 10px;
		width: auto;
		height: auto;
		padding: 16px 14px;
		background: #ffffff;
		font-size: 16px;
		font-weight: normal;
		text-align: left;
		text-transform: uppercase;
		color: #000000;
	}

	.mobile-trigger:hover {
		text-decoration: none;
		color: #ffffff;
		background-color: #000000;
		border-color: transparent;
	}

	.mobile-trigger i {
		display: inline;
		position: relative;
		top: -4px;
	}

	.mobile-trigger i:before,
	.mobile-trigger i:after {
		position: absolute;
		content: '';
	}

	.mobile-trigger i,
	.mobile-trigger i:before,
	.mobile-trigger i:after {
		width: 38px;
		height: 6px;
		background-color: #3d3d3d;
		display: inline-block;
	}

	.mobile-trigger i:before {
		top: -12px;
	}

	.mobile-trigger i:after {
		top: 12px;
	}

	.mobile-trigger:hover i,
	.mobile-trigger:hover i:before,
	.mobile-trigger:hover i:after {
		background-color: #ffffff;
	}

	#hs_menu_wrapper_module_167783824367477_menu {
		background: #333;
	}

	#hs_menu_wrapper_module_167783824367477_menu ul {
		list-style: none;
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

	.hs-menu-children-wrapper,
	.twovmenlist {
		display: none;
	}

	ul.mobile-menu li {
		list-style: none;
		list-style-type: none;
	}

	ul.mobile-menu li a {
		font-family: Open Sans, sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 18px;
		line-height: 24px;
		color: #bbb;
		text-decoration: none;
		
		padding: 10px 15px;
		display: block;
		position: relative;
	}
  ul.mobile-menu li{
  border-top: 1px solid #666;
  }
	span.toggle--icon,
	span.toggle--icon-02 {
		position: absolute;
		height: 100%;
		width: 50px;
		right: 0;
		top: 0;
		border-left: 1px solid #666;
		display: block;
	}

	span.toggle--icon:before,
	span.toggle--icon:after,
	span.toggle--icon-02:before,
	span.toggle--icon-02:after {
		position: absolute;
		width: 18px;
		height: 4px;
		background: #fff;
		left: 50%;
		top: 50%;
		content: '';
		margin-top: -2px;
		margin-left: -9px;
	}

	span.toggle--icon:after,
	span.toggle--icon-02:after {
		transform: rotate(90deg);
	}

	.toggle-mob-li span.toggle--icon:after,
	.toggle-mob-li-02 span.toggle--icon-02:after {
		transform: rotate(0deg);
	}

	.gwcMobileHeader .gwcContainer {
		padding: 0px !important;
	}

	/*   .gwcMenu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    opacity: 1!important;
    -webkit-transition: none;
    visibility: visible!important;
    position: static!important;
        display: none!important;
}
  .gwcMenu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children.toggle-mob-li ul.hs-menu-children-wrapper {
        display: block!important;
}
     
   */
	.mobile-menu .hs-menu-depth-1 a[aria-expanded="true"] span.toggle--icon:after {
		transform: rotate(0deg);
	}

	.mobile-menu .hs-menu-depth-1 a[aria-expanded="false"] span.toggle--icon:after {
		transform: rotate(90deg);
	}

	.mobile-menu .hs-menu-depth-2 a[aria-expanded="true"] span.toggle--icon:after {
		transform: rotate(0deg);
	}

	.mobile-menu .hs-menu-depth-2 a[aria-expanded="false"] span.toggle--icon:after {
		transform: rotate(90deg);
	}

	.mobile-menu .hs-menu-depth-2 a {
		padding: 6px 0px 6px 20px !important;
	}

	.mobile-menu .hs-menu-depth-2 .custom-menu-primary .hs-menu-wrapper>ul ul li {
		background-color: rgba(255, 255, 255, .08);
	}


}


/*Filter Section Start*/
.filter-course-section .content {
	padding: 2em 5em 4em;
}

.filter-course-section .content h2 {
	/* 	font-weight: 400; */
	/* 	color: #353535; */
	line-height: 40px;
	margin-bottom: 15px;
}

.filter-course-section .content p,
.filter-course-section ul li a {
	font-weight: 400 !important;
}

.filter-course-section .image img {
	width: auto;
	max-width: 100%;
	height: 100%;
}

.filter-course-section .span6 {
	width: 48.5%;
}

.filter-course-section .courses-content .goal .goal-defImg {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
}

.filter-course-section .row-fluid {
	position: relative;
}

.filter-course-section .courses-content ul.gwcBullet {
	list-style: none;
	padding-left: 0;
	margin: 0;
	padding-top: 1em;
}

.filter-course-section .courses-content ul.gwcBullet li {
	position: relative;
	padding-left: 24px;
	line-height: 1.6em;
	font-weight: 400;
}

.goal h4 {
	font-weight: 800;
	font-size: 16px;
	margin-bottom: 2px;
	color: #515252;
	margin-top: 1em;
}

.goal ul.gwcBullet li:before {
	color: #02b2ab;
}

ul.gwcBullet li:before {
	position: absolute;
	left: 0;
	content: "\f04d";
	font-size: 12px;
	font-family: 'FontAwesome';
  color: #515252;
}

.goal p,
.goal ul.gwcBUlletNostyle {
	margin-top: 0;
}

.goal ul.gwcBUlletNostyle li {
	padding-left: 0px !important;
}

.goal ul.gwcBUlletNostyle li:before {
	display: none;
}

.goal ul.gwcBUlletNostyle li a {
	color: #0086cd;
}

div#goalselector {
	width: 100% !important;
	background: none !important;
	appearance: none;
	padding: 0px !important;
	text-align: left;
	font-size: 16px;
/* 	color: #8f8f8f !important; */
	text-transform: capitalize;
	font-weight: 300;
	border: 1px solid #eaebef !important;
	border-top-color: #eaebef !important;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
}

.select-course {
	background: #fff;
	position: relative;
}

.select-course:before {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top-color: #4B5468;
	top: 17px;
	right: 9px;
}

:focus-visible {
	outline: -webkit-focus-ring-color auto 0px !important;
}

.select {
	position: relative;
	margin-bottom: 15px;
	width: 100%;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.select .selectBtn {
	background: var(--bg1);
	padding: 10px;
	box-sizing: border-box;
	border-radius: 3px;
	width: 100%;
	cursor: pointer;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: #fff;
	font-size: 16px;
	color: #8f8f8f !important;
	text-transform: capitalize;
	font-weight: 300;
}

.select .selectBtn:after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top-color: #4B5468;
	top: 17px;
	right: 9px;
}

.select .selectBtn.toggle {
	border-radius: 3px 3px 0 0;
}

.select .selectBtn.toggle:after {
	-webkit-transform: translateY(-50%) rotate(-135deg);
	transform: translateY(-50%) rotate(-135deg);
}

.select .selectDropdown {
	min-height: 300px !important;
	height: 100%;
	overflow-x: hidden !important;
	overflow-y: scroll !important;
	position: absolute;
	top: 100%;
	width: 100%;
	border-radius: 0 0 3px 3px;
	overflow: hidden;
	background: var(--bg1);
	border-top: 1px solid #eee;
	z-index: 1;
	background: #fff;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: top center;
	transform-origin: top center;
	visibility: hidden;
	transition: 0.2s ease;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	margin-top: 10px;
  list-style:none;
  margin:0;
  padding:0;
}

.select .selectDropdown option,.select .selectDropdown li {
	padding: 10px;
	box-sizing: border-box;
	cursor: pointer;
	font-size: 16px;
/* 	color: #8f8f8f !important; */
	text-transform: capitalize;
	font-weight: 300;
}

.select .selectDropdown option:hover ,.select .selectDropdown li:hover{
	background: #5abae2;
	color: #fff !important;
}

.select .selectDropdown.toggle {
	visibility: visible;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.filter-section div#goalselector {
	width: 32.7% !important;
	margin: 0 auto;
}

.location-content {
	margin-top: 3em;
}

.location-content .row-fluid {
	margin-top: 1em;
}

.location-content .location-box {
	width: 49%;
	display: inline-block;
	background: #f9f9f9;
	padding: 1em 4em;
	margin: .50%;
	vertical-align: top;
	min-height: 210px;
	border-left: 4px solid #eaebef;
}

.location-content .location-box:nth-child(even) {
	background: #f3f3f5;
}

.location-content .row-fluid {
	flex-wrap: wrap;
}

.location-content .location-box h3 {
	font-weight: 700;
	font-size: 20px;
	color: #515252;
	margin-bottom: 0px;
}

.location-content .location-box p {
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 20px;
	font-weight: 300;
	color: #515252;
}

.location-contact .map iframe {
	width: 100% !important;
}

/*Filter Section End*/

.contact-details ul {
	list-style: none;
	padding-left: 0px;
	margin-bottom: 70px;
}

.contact-details ul li {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	/* 	color: #515252; */
}

.contact-details ul li .icon {
	width: 35px;
	margin-right: 35px;
}

.contact-details h2 {
	/* 	font-weight: 400;
	color: #353535; */
	margin-bottom: 50px;
}

.contact-details .hs_cos_wrapper_type_cta {
	display: flex;
	justify-content: center;
}

/*Slider Module Start*/

.bslick-slider .slick-slide {
	margin: 0px 5px;
}

.bslick-slider .slick-slide img {
	width: 100%;
}

.bslick-slider .slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.bslick-slider ul.slick-dots {
	bottom: -60px;
}

.bslick-slider .slick-dots {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 1rem 0;

	list-style-type: none;
}

.bslick-slider li button {
	display: block;
	width: 1rem;
	height: 1rem;
	padding: 0;

	border: none;
	border-radius: 100%;
	background-color: #08bdb8 !important;

	text-indent: -9999px;
}

.bslick-slider li.slick-active button {
	background-color: #fff !important;
}

/*Slider Module End*/

.accordions-section .accordions-head {
	margin-bottom: 1em;
	text-align: center;
}

.accordions-section .accordions-head h2 {
	font-weight: 400;
	color: #353535;
	text-align: center;
}

.accordions-section .accordions-head p {
	font-weight: 300;
	text-align: center;
}

.accordion-list .accordion .accordion-title {
	align-items: center;
	background: #ebecf0;
	border-top: 1px solid #dedfe1;
	display: flex;
	padding: 15px 70px 15px 20px;
	position: relative;
}

.accordion-list .accordion .accordion-title h3 {
	font-size: 32px;
	font-weight: 400;
	color: #515252 !important;
	margin: 0px;
	line-height: 1em;
}

.accordion-list .accordion .accordion-title:after {
	content: "+";
	position: absolute;
	right: 20px;
	font-size: 50px;
	font-weight: 600;
}

.accordion-list .accordion.active .accordion-title:after {
	content: " ";
	background: #515252;
	height: 5px;
	width: 23px;
}

.accordion-list .accordion .accordion-title:before {
	margin-right: 20px;
	width: 38px;
	height: 42px;
	background-size: 38px !important;
}

.accordion .accordion-content {
	padding: 3em 2em;
	font-weight: 300;
}

.accordion .accordion-content .span9 {
	width: 75%;
	padding-right: 2em;
}

.accordion .accordion-content .span2 {
	padding: 0px 2em;
}

.accordion .accordion-content .span3 {
	width: 25%;
	text-align: right;
	padding: 0px 2em;
}

.accordion .accordion-content .hs_cos_wrapper {
	line-height: 1.6em;
}

.gwcMoreSupport .image {
	position: relative;
}

.gwcMoreSupport .image .vidIcon {
	align-items: center;
	bottom: 0;
	display: flex;
	justify-content: center;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
}

.gwcMoreSupport .image .vidIcon img {
	width: 14%;
}

.guide-wrap ul li.one-guid {
	width: 50%;
}

.guide-wrap ul li.one-guid img {
	max-width: 250px;
}

.guide-wrap ul li.one-guid .right-content {
	width: calc(100% - 250px);
}

.home-video-wrap .row-fluid-wrapper.dnd_section.video-banner.bannerimage:before {
	background: rgba(0, 0, 0, .3);
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 68.2vh;
}

/*Chart*/
.gwcChartMWrap {
	position: relative;
	width: 80%;
	height: 360px;
	margin: 2.5em auto 0;
}

.gwcChartWrap {
	min-height: 200px !important;
	position: absolute;
	height: 360px;
	max-width: 965px;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.alignCenter {
	text-align: center;
}

#chart_div1:before {
	content: 'Nationality Mix: Sydney';
}

#chart_div2:before {
	content: 'Nationality Mix: Melbourne';
}

#chart_div1:before,
#chart_div2:before {
	font-size: 20px;
	font-weight: 600;
	position: absolute;
	z-index: 1;
	width: 100%;
	left: 0em;
	top: 0px;
	text-align: center;
	margin-left: 120px;
}

#chart_div1,
#chart_div2 {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	left: -120px;
}

ul.gwcLegendChart {
	position: absolute;
	z-index: 99999999999999999999;
	right: 21em;
	text-align: left;
	top: 5em;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.6rem;
	font-size: 15px;
}

ul.gwcLegendChart li {
	position: relative;
	padding-left: 15px;
	font-size: 14px;
}

ul.gwcLegendChart li:before {
	content: '\f111';
	position: absolute;
	left: -6px;
	font-size: 16px;
	font-family: fontawesome;
}

ul.gwcLegendChart li:nth-child(1):before {
	color: #36c;
}

ul.gwcLegendChart li:nth-child(2):before {
	color: #dc3912;
}

ul.gwcLegendChart li:nth-child(3):before {
	color: #f90;
}

ul.gwcLegendChart li:nth-child(4):before {
	color: #109618;
}

ul.gwcLegendChart li:nth-child(5):before {
	color: #909;
}

.displayChart {
	position: absolute;
	bottom: 3em;
	right: 14em;
	z-index: 999999999;
	text-align: left;
}

.displayChart a {
	font-size: 13px;
	font-weight: 700;
	color: #fff;
	display: block;
	position: relative;
	padding-left: 32px;
	text-align: left;
	margin-bottom: .6em;
	line-height: 1.6rem;
}

.displayChart a:hover {

	font-weight: 700;
	color: #fff;
}

a#myHeader1 {
	background: #e546a3;
	padding-right: 39px;
}

a#myHeader2 {
	background: #1ccbff;
	padding-right: 15px;
}

.displayChart a:before {
	position: absolute;
	width: 20px;
	content: '';
	left: 0;
	height: 100%;
}

a#myHeader1:before {
	background: #de068d;
}

a#myHeader2:before {
	background: #01beff;
	height: 100%;
}

.gwcSocial p {
	text-align: left;
	font-size: 20px;
	font-weight: 800;
}

.gwcSocial p span {
	font-weight: 100;
}

.gwcSocial p i {
	font-size: 40px;
}

.englishcoursesmenu-header h2 {
	background: #de058a;
	color: #fff;
	padding: 0.4em .5em;
	border: 1px solid #b8bbce;
	font-size: 23px;
	margin-bottom: 0px;
}


.englishcoursesmenu-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
	display: block;
}

.englishcoursesmenu-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:before {
	left: 10px;
}

.englishcoursesmenu-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:before {
	position: absolute;
	content: "\f04d";
	font-size: 9px;
	font-family: 'FontAwesome';
	top: 8px;
}

.englishcoursesmenu-header ul li {
	background: #ebebeb;
	margin-bottom: 2px;
	width: 100%;
	border: 1px solid #d7d7d7;
	padding: 0px;
	position: relative;
	float: none;
}

.englishcoursesmenu-header ul li a {
/* 	color: #080808; */
	font-size: 14px;
	font-weight: 700 !important;
	margin-left: 10px;
	padding: 7px 20px !important;
	text-overflow: inherit !important;
	display: block !important;
}

.englishcoursesmenu-header ul.hs-menu-children-wrapper {
	display: block;
	opacity: 1 !important;
	visibility: visible !important;
	position: relative !important;
	background: transparent !important;
	padding: 0px !important;
	box-shadow: none !important;
}

.englishcoursesmenu-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-item-has-children>ul.hs-menu-children-wrapper li {
	background: #f9f9f9;
	border-width: 1px 0 0 0;
}

.englishcoursesmenu-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-item-has-children>ul.hs-menu-children-wrapper li a {
	padding: 9px 10px 9px 50px !important;
/* 	color: #6b6b6b; */
}

.englishcoursesmenu-header ul.hs-menu-children-wrapper li.hs-menu-depth-2:before {
	left: 40px !important;
}

.englishcoursesmenu-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.hs-item-has-children:after {
	position: absolute;
	content: '\f107';
	font-size: 20px;
	font-family: FontAwesome;
	right: 8px;
	top: 6px;
	color: #6b6b6b;
}

a#myHeader1:focus,
a#myHeader2:focus {
	color: #fff !important;
}

/* Ieltes Foundation course  */
.icon-6-grid a h3 {
	font-size: 16px !important;
	font-weight: 300 !important;
}

.icon-6-grid img {
	width: 70px !important;
}

.gwcMoreSupport .image img {
	margin-bottom: -5px;
}

.info-wrap ul li.icon-6-grid h3 {
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	color: #515252;
}

.info-wrap .icon-3-grid h3 {
	margin-bottom: 5px;
	font-size: 15px;
	color: #515252;
}

.info-wrap .icon-3-grid p {
	line-height: 24px;
	color: #515252;
	font-weight: 300;
}

/* Ieltes Foundation course End */

/*IELTS Preparation Page start*/

.features-listnew .alignCenter {
	text-align: center
}

.features-listnew .sectionHead {
	/* 	color: #3e3e3e; */
	letter-spacing: .4px;
	padding-bottom: 2.5em
}

/* .features-listnew .sectionHead h2 {
	font-size: 32px;
	font-weight: 400;
	color: #353535
} */

.features-listnew .gwcCTA {
	line-height: 1.3em;
	color: #fff !important;
	text-align: center;
	border-radius: 4px;
	display: inline-block;
	font-weight: 600;
	text-transform: uppercase;
	padding: 10px 20px;
	font-size: 13px;
	letter-spacing: .5px;
	width: 115px
}

.features-listnew .gwcCTA:hover {
	color: #fff !important
}


.features-listnew .cta_button {
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s
}

.features-listnew .gwcFeatures .sectionCopy {
	color: #fff
}

.features-listnew .gwcFeatures .sectionCopy p {
	margin: 0;
	color: #525252;
	/* 	font-size: 14px; */
	font-weight: 400;
}

.features-listnew .gwcFeatures .sectionCopy a {
	font-weight: 400;
}

.features-listnew .frnt2 {
	opacity: 1;
	background-size: cover;
	background-repeat: no-repeat;
	transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-webkit-transition: opacity .3s ease-in-out;
	position: absolute;
	height: 100%
}

.features-listnew .frontCopy {
	padding: 8em 2em;
	color: #fff;
	z-index: 1;
	position: relative;
	font-size: 15px
}

.features-listnew .frontCopy h2 {
	font-weight: 700;
	line-height: 1.4em;
	font-size: 26px;
	color: #fff;
}

.features-listnew .bck2 {
	opacity: 0;
	position: absolute;
	top: 0;
	padding: 1em 1.5em;
	z-index: 1;
	transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-webkit-transition: opacity .3s ease-in-out;
	top: 50%;
	transform: translateY(-50%);
}

.features-listnew .frntImg,
.frntImg img {
	display: none !important;
}

.features-listnew .frnt2:after {
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.4)
}

.features-listnew .frnt2:hover:after {
	display: none
}

.features-listnew .featureContentWrap2:hover .frnt2 {
	opacity: 0
}

.features-listnew .featureContentWrap2:hover .bck2 {
	opacity: 1
}

.features-listnew .featureContentWrap2:hover .bck2 {
	opacity: 1
}

.features-listnew ul {
	list-style: none !important;
	padding-left: 0;
	margin: 0;
	margin-top: 1.5em;
}

.features-listnew ul li {
	position: relative;
	padding-left: 24px;
	line-height: 1.6em;
	font-weight: 700;
	margin-bottom: 0.3em;
	font-size: 14px;/
}

.features-listnew .sectionCopy p {
	margin: 0;
	font-weight: 400;
	font-size: 14px;
}

.features-listnew ul li:before {
	position: absolute;
	left: 0;
	content: "\f04d";
	color: #04bbb0;
	font-size: 12px;
	font-family: 'FontAwesome';
}

.sectioncol {
	flex-wrap: wrap;
	gap: 23px;
	justify-content: center;
}

/* Feature End */


/* Style for Content +image section for ielts prepararion page */
#hs_cos_wrapper_widget_1679386950703 ul li {
	border-bottom: 1px solid #898989;
	line-height: 2em !important;
	padding-right: 4.5em !important;
	width: 40%;
}

@media (max-width: 1084px) {
	#hs_cos_wrapper_widget_1679386950703 ul li {
		width: 60% !important;
	}
}

/* Style for Content +image section for ielts prepararion page End */


/* BSB40820 Certificate IV in Marketing and Communication */
.hs-content-id-108644452408 .gwcMoreSupport .span6.content {
	line-height: 1.6rem;

}

.small-icon-module .heading h2 {
	margin: 0;
	padding-bottom: 36px;
}

.hs-content-id-108644452408 .sectioncol {
	gap: 12px;
}

.hs-content-id-108644452408 .features-listnew .span4.featureContentWrap2 {
	margin-bottom: 8px;
}

.hs-content-id-108624691622 .gwcMoreSupport .span6.content p {
	text-align: justify;
	font-weight: 400;
}

.hs-content-id-108624691622 .bannerimage .pinkCTAbig {
	width: 164px;
}

.hs-content-id-108644452408 .bannerimage .pinkCTAbig {
	width: 164px;
}

.video-content h1 span {
	display: block;
}

/* .hs-content-id-108644452408 .video-content h1 {
	font-size: 40px;
} */

.demographic_cta {
	padding: 6px 18px;
	text-decoration: none;
	background: rgb(159, 33, 139);
	color: rgb(255, 255, 255);
	border-radius: 4px;
	border-width: 0px;
	display: inline-block;
	font-weight: normal;
	text-align: center;
}

.demographic_cta:hover {
	color: rgb(255, 255, 255);
}

/* Start Understanding Your Test Results */
.hs-content-id-111354480204 table tbody tr {
	border: 1px solid #99acc2;
}

.hs-content-id-111354480204 table tbody tr td {
	border: 1px solid #99acc2;
}

.hs-content-id-111354480204 .question-section .question-points h2 {
	padding-bottom: 50px;
	padding-top: 58px;
	margin: 0 auto;
}

a {
	font-weight: 400;
}

/* html {
	scroll-behavior: smooth;
} */
/* End Understanding Your Test Results */
@media only screen and (min-width: 320px) and (max-width: 768px) {
	.mobile-trigger {
		background: #fff;
		color: #000;
		cursor: pointer;
		display: inline-block !important;
		font-size: 16px;
		font-weight: 400;
		height: auto;
		padding: 11px 8px;
		position: absolute;
		right: 29px;
		text-align: left;
		text-transform: uppercase;
		top: 20px;
		width: auto;
	}

	.mobile-trigger i,
	.mobile-trigger i:after,
	.mobile-trigger i:before {
		background-color: #3d3d3d;
		display: inline-block;
		height: 5px;
		width: 31px;
	}
}

@media (max-width:400px) {

	.header_top .inner_section .button_grp a.apply_btn,
	.header_top .inner_section .button_grp a.contact_btn {
		padding: 10px 10px !important;
		margin-left: 0px;
		display: block;
		max-width: fit-content;
		width: 100%;
	}

	.button_grp a:first-child {
		display: none;
	}
}

@media (max-width: 766px) {
	.header_top .inner_section .button_grp {
		justify-content: center;

	}

	.header_top .inner_section .button_grp {
		justify-content: center;
		position: relative;
		top: -15px;
		margin-bottom: 0px !important;
	}
}

@media (max-width: 768px) {
	.flip-card-section {
		padding: 2em 0 !important;
	}

	.flip-card-section .head_content h2 {
		font-size: 20px;

	}

}


/* Button color Start */ 
.gwcComn-readmore {
/* 	background: #de058a;
	padding: 6px 20px;
	font-size: 13px;
	border-bottom: 5px solid #8f298d;
	border-radius: 4px;
	text-transform: uppercase;
	color: #fff !important;
	text-align: center;
	border-radius: 4px;
	display: inline-block;
	font-weight: 600;

	font-size: 13px;
	letter-spacing: .5px; */
	width: 156px;
	position: absolute;
	bottom: 2.5em;
	display: inline-block;
	cursor: pointer;
/* 	line-height: 1.6rem; */
}

.pinkCTAsmall {
/* 	border-radius: 4px;
	color: #fff !important; */
	margin-top: 1em;
/* 	padding: 10px 20px;
	font-size: 13px;
	text-transform: uppercase; */
	letter-spacing: .5px;
	width: 115px;
	display: inline-block;
	text-align: center;
}

.pinkCTAsmall:hover,
.pinkCTAlarge:hover {
/* 	background: #c3067a; */
}
.gwcComn-readmore {
/* 	background: #de058a;
	border-bottom: 5px solid #8f298d; */

}
.gwcComn-readmore:hover {
/* 	background-color: #c3067a; */
}
.banner-section-v4 .guide-cta{
  display: inline-block;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    font-family: sans-serif;
    background: rgb(255,0,162);
    color: rgb(255, 255, 255);
    border-radius: 6px;
    border-width: 0px;
    transition: all .4s ease;
    text-shadow: none;
    line-height: 1.5em;
    padding: 6px 18px;
}
.gwcrelatedarticles p .read-more {
	background: #de058a;
	padding: 6px 20px;
	border-bottom: 5px solid #8f298d;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	border-radius: 4px;
	display: inline-block;
	font-weight: 600;
	font-size: 13px;
	letter-spacing: .5px;
	position: absolute;
	bottom: 3em;
	left: 2em;
	width: 156px;
  text-transform: uppercase;
}
.features-listnew .pinkCTAsmall {
/* 	color: #fff;
	padding: 10px 20px; */
/* 	font-size: 13px;
	border-radius: 4px; */
	text-transform: uppercase;
	margin-top: 2em;
}



/* Green Cta */



.grayCTA {
	width: 194px !important;
	padding: 10px 0px;
	font-size: 13px;
	font-weight: 400;
	color: #fff !important;
	border: 0px;
	border-bottom: 3px solid #00013a;
	border-radius: 4px;
	text-transform: uppercase;
	background: rgb(164, 172, 185);
  text-decoration:none;
}

.grayCTA:hover {
	background: #8e95a0;
}

.grid-section .grayCTA {
	bottom: 10px;
	display: flex;
	justify-content: center;
}

.greenCTA {
	border: 0;
	border-bottom: 5px solid #08b0b3;
	border-radius: 5px;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3em;
	/*     margin: 20px 0; */
	padding: 10px 20px;
	display: inline-block;
	background: #48bb9a !important;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .5px;

}

.greenCTA:hover {
	color: #fff !important;
	font-weight: 600;
}
.guide-course .tealCTA {
	background: #48bb9a;
	color: #fff;
	border-bottom: 5px solid #08b0b3;
}

.guide-course .tealCTA:hover {
	background: #3ca084;
}

.textbutton .tealCTA {
    background: #48bb9a ;
    color: #fff ;
    border-bottom: 5px solid #08b0b3;
}

.textbutton .tealCTA:hover {
    background: #3ca084;
}
.ps1-home-1-blog-section .stayconnected_cta {
  display: inline-block;
  font-family: sans-serif;
  background: rgb(44, 188, 159);
  border-radius: 3px;
  border-width: 0px;
  text-shadow: none;
  line-height: 1.6em;
  padding: 4px 18px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center !important;
}
.hs-cta-wrapper a.stayconnected_cta:hover {
  background: rgb(48, 206, 174) !important;
  color: rgb(255, 255, 255) !important;
}
.video-banner .banner-skybtn {
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	letter-spacing: .5px;
	line-height: 1.3em;
	font-size: 13px;
	text-align: center;
	text-transform: uppercase;
	padding: 6px 18px;
	font-weight: 400;
	line-height: 20px;
	background: rgb(0, 178, 173);
}
.opportunity .opporunity_blue_btn{
    line-height: 1.3em;
    border-radius: 4px;
    display: inline-block;
    font-weight: 600;
    padding: 10px 20px;
    font-size: 13px;
    letter-spacing: .5px;
    background: #48bb9a;
    color: #fff !important;
}

/* Blue CTA */


/* Button color End */ 




/*  New Footer Layout Start */
   
.footer-landing ul {
  list-style: none;
  padding-left: 0;
}
.footer-landing {
  background-color: #000;
  color: #bbb;
  line-height: 1.5;
}
.footer-landing a {
  text-decoration: none;
  color: #eee;
}
.footer-landing a:hover {
  text-decoration: underline;
}

.footer-landing .ft-legal {
  padding: 1em 0;
    background-color: #000;
    max-width: 1120px;
    margin: 0 auto;
}
.footer-landing .ft-legal-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0px;
}
.footer-landing .ft-legal-list li {
  white-space: nowrap;
}
  .footer-landing .ft-legal-list li a,.footer-landing .ft-legal-list li{
    color: #777777;
    font-size: 11px;
    font-weight: 700;
}
.footer-landing .ft-legal-list li a:hover{text-decoration:none !important}
.footer-landing .ft-legal-list li:nth-last-child(2) {
    flex: 1;
}
/*  New Footer Layout End */


.systems-page.systems-page--search-results h1 {
    color: #51525252;
}


/* Japanese blog */

  .japanese-article .container {
    max-width: 1120px;
    margin: 0 auto;
    width: 100%;
}
  .Blog_details_template {
      width: 100%;
  }
  .Blog_details_template .container  {
      max-width: 1120px !important;
    margin: 0 auto !important;
    width: 100% !important;
  }
  .video-banner .video-content {
    width: 86%!important;
  }
  .Blog_details_template .container .blog-post-wrapper {
    max-width: 870px;
    float: left;
    display: inline-block;
    padding-right: 44px;
    width: 100%
}
  .blog-header h2 {
    font-size: 32px;
    font-weight: 400;
    color: #353535;
    line-height: 1.2em;
    margin: 0.6em 0 0.4em;
}
   .blog-bodyCont p {
    margin-top: 1em;
    color: #515252;
    font-weight: 300;
}
  .gwcBlogSidebar {
    max-width: 240px;
    float: left;
    display: inline-block;
    padding-top: 3em;
    width: 100%;
}
  .most_pops_blogs .blog-header h2{
    font-size: 32px;
    font-weight: 400;
    color: #353535;
    line-height: 1.2em;
}
  .sidebar-module ul {
    list-style: none;
    padding: 0;
}
  .sidebar-module ul li {
    margin-bottom: 10px;
}
  .sidebar-module img {
    max-width: 100%;
    height: auto;
}
  .sidebar-module ul li a {
    color: #9e9e9e;
    padding: 0 6px 0 10px;
    display: block;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .4px;
}
  .blog-author-data, .blog-author-data a {
    font-weight: 600;
    color: #353535;
    padding-top: 5px;
}
  a.blogs-back-to-top {
    background: #de058a;
    border-bottom: 5px solid #8f298d;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 13px!important;
    font-weight: 600!important;
    letter-spacing: .5px;
    line-height: 1.3em!important;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    width: 140px;
    margin-top: 1em;
}
  .blog-post-wrapper .blog-social-wrap {
    margin-top: 3em !important;
}
  .blog-social-wrap .hs-blog-social-share .hs-blog-social-share-item-linkedin {
    margin-top: -4px;
}


/* Japanes Blog List */
  .japanese-article-listing .dnd-section {
    padding: 0;
  }
  .japanese-article-listing .dnd-column {
    padding: 0;
  }
  .blog-social-wrap .hs-blog-social-share .hs-blog-social-share-item-linkedin {
    margin-top: -4px;
}
.blog-section .blog-listing-wrappper .leftCont h2 a{
  text-decoration: none;
}

/* 404 */
.error-page-404{
  padding: 4em 0 0 0 !important;
}
@media(max-width: 1024px) {
  .error-page-404 {
    padding: 2em 0 !important;
  }
}