/*Home page css*/
#wrapper {
    padding: 0;
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    float: left;
}
body .site-footer {
    float: left;
}
#wrapper .content-outer.container {
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    text-shadow: none;
    overflow: hidden;
}

#wrapper .content-outer.container .row {
    display: inline-block;
    margin: 0;
    width: 100%;
    padding: 0;
    max-width: 100%;
}

#wrapper .content-outer.container .row #primary {
    padding: 0;
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    font-family: 'Sohne Breit', sans-serif;
}

#wrapper .content-outer.container .row #primary article.page.type-page {
    padding: 0 !important;
    width: 100% !important;
    display: inline-block !important;
    margin: 0 auto !important;
    max-width: 100% !important;
}

.home #wrapper .content-outer.container .row #primary h1.entry-title.post-title {
    display: none;
}

.home #wrapper .content-outer.container .row #primary .thumbnail {
    display: none;
}

#wrapper .content-outer.container .row #primary #B_sec {
	width: 100%;
	margin: 0 auto;
	display: inline-block;
	max-width: 100%;
	padding: 0;
	overflow: hidden;
	position: relative;
	float: left;
	height: calc(100vh - 113px);
}

#wrapper .content-outer.container .row #primary #B_sec ul.banners.image_banners.slick-initialized.slick-slider {
	list-style: none;
	margin: 0 auto;
	width: 100%;
	display: inline-block;
	position: relative;
	height: 100%;
	overflow: hidden;
}
#wrapper .content-outer.container .row #primary #B_sec .slick-list.draggable {
	height: 100%;
}
#wrapper .content-outer.container .row #primary #B_sec .slick-track {
	height: 100%;
}
#wrapper .content-outer.container .row #primary #B_sec .banner_item_bg.bannerimage {
	display: inline-block;
	height: 100%;
	width: 100%;
}
#wrapper .content-outer.container .row #primary #B_sec ul.banners.image_banners.slick-initialized.slick-slider .slick-track {
    margin: 0;
    width: 100% !important;
}
.slick-slide.slick-current.slick-active {
    width: 100%;
}
#wrapper .content-outer.container .row #primary #B_sec ul.banners.image_banners.slick-initialized.slick-slider img {
	width: 100%;
	display: block;
	margin: 0;
	object-fit: cover;
	position: relative;
	height: 100%;
}
#wrapper .content-outer.container .row #primary #B_sec .common_cnt {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
}
#wrapper .content-outer.container .row #primary #B_sec .common_cnt h1 {
    font-size: 80px;
    font-weight: normal;
    font-family: 'Sohne Breit';
    color: #002537;
}
#wrapper .content-outer.container .row #primary #B_sec .common_cnt h3 {
	color: #002537;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Modern Era';
    display: block;
    text-align: center;
    line-height: 1.5;
    margin: 15px auto 0;
}
#wrapper .content-outer.container .row #primary #B_sec .common_cnt p, #wrapper .content-outer.container .row #primary #B_sec .common_cnt h4 {
    color: #002537;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Modern Era';
    display: block;
    text-align: center;
    line-height: 1.5;
    margin: 0 auto;
}
#wrapper .content-outer.container .row #primary #B_sec .common_cnt a.banner_link {
	background: #bd4f18;
	color: #fff;
	padding: 14px 32px;
	border-radius: 50px;
	margin-top: 50px;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	font-family: 'Sohne Breit';
	letter-spacing: -0.5px;
}
#wrapper .content-outer.container .row #primary #B_sec ul.banners.image_banners.slick-initialized.slick-slider .image_caption {
    display: none;
}
.about {
    font-family: 'Sohne Breit';
    text-align: center;
    width: 100%;
    display: inline-block;
    background: url(images/about_banner.png) no-repeat scroll center center / 100% 100%;
}
.about h2 {
    margin: 25px auto;
    font-size: 60px;
    font-family: 'Sohne Breit';
    color: #002537;
    font-weight: normal;
}
.about h2 + p {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Modern Era';
    display: block;
    text-align: center;
    line-height: 1.5;
    margin: 0 auto;
}
.about .ourcount {
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.about .ourcount .numberof {
    font-size: 16px;
    font-family: 'Sohne Breit';
    font-weight: normal;
    color: #fff;
    line-height: 1;
    margin: 0 auto;
    display: inline-block;
	height: 32px;
}
.about .ourcount h2.watermarktext {
    font-size: 400px;
    font-family: 'Sohne Breit';
    font-weight: bold;
    color: #fff;
    opacity: .5;
    margin: 0px auto 0;
    display: inline-block;
}
.about .ourcount ul {
    width: auto;
    text-align: center;
    display: block;
    list-style: none;
    margin: 20px auto 120px;
    padding: 0;
}
.about .ourcount ul li {
    width: 300px;
    float: none;
    display: inline-block;
    margin: 0 40px;
    text-align: left;
	z-index: 1;
	position: relative;
}
.about .ourcount::before {
    position: absolute;
    content: "";
    background: url(images/about-before.png) no-repeat scroll center center;
    height: auto;
    width: 320px;
    left: 0;
    bottom: 0;
    display: inline-block;
	padding-bottom: 499px;
	z-index: 0;
}
.about .ourcount .bdr-sml {
    width: 100%;
    display: inline-block;
    margin: 0 auto 10px;
    background-color: #ffc73d !important;
    color: #ffc73d;
    border-bottom: #ffc73d;
    height: 2px;
}
.about .ourcount ul li p {
    margin: 0 auto;
    color: #fff;
    font-family: 'Sohne Breit';
    font-size: 16px;
    line-height: 1;
}
.about .ourcount ul li h3 {
    color: #ffc73d;
    font-size: 80px;
    font-family: 'Sohne Breit';
    font-weight: bold;
    margin: 20px auto;
    display: block;
}
#exploreprograms {
    background: #ffc73d;
    text-align: center;
    position: relative;
    width: 100%;
    display: block;
}
#exploreprograms h2 {
    font-size: 48px;
    color: #002537;
    font-weight: normal;
    font-family: 'Sohne Breit';
    position: relative;
}
#exploreprograms h2::after {
    width: 250px;
    position: absolute;
    height: 1px;
    background: #f48120;
    content: "";
    left: 42%;
    right: 0;
    display: inline-block;
    bottom: -20px;
}
#exploreprograms .learnmorebtn {
    font-family: 'Sohne Breit';
    font-size: 16px;
    font-weight: normal;
    color: #002537;
    margin-top: 20px;
    display: none;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    background: transparent url(images/linkgetintouch.png) no-repeat right center;
    padding-right: 25px;
}
#exploreprograms .banner_link_explore {
	background: #002537;
	padding: 10px 32px;
	margin: 0 auto;
	display: inline-block;
	border-radius: 50px;
	color: #fff;
	font-size: 16px;
	font-family: 'Sohne Breit';
	letter-spacing: -0.5px;
	font-weight: 600;
}
#exploreprograms .qlc_content_childreanofwehelpwith {
    margin: 0 auto;
    list-style: none;
    position: relative;
    width: 100%;
    display: block;
}
#exploreprograms .qlc_content_childreanofwehelpwith li {
    width: calc(100% / 3);
    float: none;
    font-weight: normal;
    font-family: 'Sohne Breit';
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
}
.home #exploreprograms .qlc_content_childreanofwehelpwith li.child-1098.child {
	display: none;
}
#exploreprograms .qlc_content_childreanofwehelpwith li .image_container {
    margin-bottom: 35px;
}
#exploreprograms .qlc_content_childreanofwehelpwith li .image_container span {
    background: url(images/exploreprograms-ico.png) no-repeat scroll center center;
    width: 58px;
    height: 49px;
    display: block;
    margin: 0 auto;
}
.qlc_text h4, .qlc_text h4 a {
    color: #002537 !important;
    font-size: 20px;
    font-family: 'Sohne Breit';
    font-weight: normal;
    width: auto;
}
.qlc_text h4 {
    margin: 0 auto 20px;
}
#exploreprograms .qlc_content_childreanofwehelpwith li .pview_cnt {
    display: none;
    margin: 0 auto;
}
#exploreprograms .qlc_content_childreanofwehelpwith li .pview_cnt p {
    font-family: 'Modern Era', sans-serif;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: -0.01em;
    line-height: 1.33;
}
.videobanner {
    width: 100%;
    display: block;
    position: relative;
	line-height: 0;
}
.videobanner .wistia_embed {
	width: 100% !important;
	text-align: center;
}
.videobanner p {
    display: none;
}
.videobanner .banners.video_banners {
    margin: 0 auto;
    width: 100%;
    display: block;
}
.videobanner .banners.video_banners .banner_item_bg.bannervideo {
    width: 100%;
    display: block;
}
.videobanner .banners.video_banners .banner_item_bg.bannervideo .banner_video {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}
.playbutton {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.playbutton .playlink {
    width: 130px;
    height: 130px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(images/playbutton.png) no-repeat scroll center center;
    color: transparent;
    text-align: center;
}
#videoof168 {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
}
#clientlogos {
    background: #002537;
    font-family: 'Sohne Breit';
    font-weight: normal;
    color: #fff;
    padding: 70px 0;
    width: 100%;
    display: block;
    text-align: center;
}
#clientlogos .clogos {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}
#clientlogos h2 {
    color: #fff;
    font-size: 30px;
    font-weight: normal;
    line-height: 1;
}
#clientlogos p {
    font-size: 18.02px;
    font-weight: normal;
    line-height: 1.5;
    margin: 0 auto 50px;
    font-family: 'Modern Era';
    display: inline-block;
    width: 100%;
}
.learnmore a, .learnmore a:hover {
    font-size: 16px;
    font-weight: normal;
    background: #ffc73d;
    padding: 15px 32px;
    border-radius: 50px;
    text-transform: capitalize;
    color: #002537;
    margin: 50px auto 0;
    display: inline-block;
}
.homegetintouch {
    width: 100%;
    display: inline-block;
    background: url(images/home-get-in-touch.png) no-repeat scroll center center / cover;
    margin: 0 auto;
    height: auto;
    padding: 100px 300px 100px 150px;
}
.homegetintouch h2 {
    font-size: 40px;
    color: #002537;
    font-family: 'Sohne Breit';
    font-weight: normal;
    line-height: 1.35;
    margin: 0 auto 40px;
    display: block;
}
.homegetintouch p {
    margin: 25px 0;
    font-size: 18.02px;
    color: #002537;
    font-family: 'Modern Era';
    width: 40%;
    display: block;
    line-height: 1.25;
}
.registernow, .registernow:hover {
	background: #bd4f18;
	color: #fff;
	padding: 14px 32px;
	border-radius: 50px;
	margin: 0 25px 0 0;
	display: inline-block;
	font-size: 16.02px;
	font-weight: 600;
	font-family: 'Sohne Breit';
	letter-spacing: -0.5px;
}
.contact, .contact:hover {
    background: transparent url(images/linkgetintouch.png) no-repeat scroll 95% center;
    color: #002537;
    padding: 14px 32px;
    border-radius: 50px;
    margin: 0 25px 0 0;
    display: inline-block;
    font-size: 16.02px;
    font-weight: normal;
    font-family: 'Sohne Breit';
    text-decoration: underline;
}
.ftrchildprograms {
    width: 100%;
    display: inline-block;
    background: #002537;
    padding: 40px 145px;
    font-weight: normal;
    font-size: 15px;
    position: relative;
}
.ftrchildprograms .qlc_content_childreanofwehelpwith {
    margin: 0 auto;
    width: 100%;
    display: inline-block;
    list-style: none;
    text-align: center;
    z-index: 1;
    position: relative;
}
.ftrchildprograms .qlc_content_childreanofwehelpwith li {
    width: 20%;
    float: none;
    display: inline-block;
}
.ftrchildprograms .qlc_content_childreanofwehelpwith li .image_container {
    width: 27px;
    float: none;
    display: block;
    margin: 0 auto 8px;
    text-align: center;
    vertical-align: top;
    line-height: 1.5;
}
.ftrchildprograms .qlc_content_childreanofwehelpwith li .image_container span {
    background: url(images/ftrchildprograms.png) no-repeat scroll center center;
    width: 27px;
    height: 23px;
    display: inline-block;
}
.ftrchildprograms .qlc_content_childreanofwehelpwith li .qlc_text {
    width: auto;
    float: none;
    display: inline-block;
    vertical-align: top;
    line-height: 1.5;
}
.ftrchildprograms .qlc_content_childreanofwehelpwith li .qlc_text h4.title a, .ftrchildprograms .qlc_content_childreanofwehelpwith li .qlc_text h4.title {
    width: auto;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Sohne Breit';
    margin: 0 auto;
    display: block;
    float: none;
}
.ftrchildprograms .qlc_content_childreanofwehelpwith li .qlc_text .pview_cnt, .ftrchildprograms .qlc_content_childreanofwehelpwith li .qlc_text .learnmorebtn {
    display: none;
}
body .site-footer .footer-bar {
    border-top: 1px solid #0c405a;
    border-left: none;
    border-right: none;
    border-bottom: none;
}
/*Contact Page*/
.header-abt-pg.hd-img {
    float: left;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    min-height: 350px;
    overflow: hidden;
    background-color: #002537;
}
.header-abt-pg.hd-img img {
    width: 100%;
    display: block;
    height: 100%;
}
.header-abt-pg.hd-img .hdr-abt {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    display: inline-table;
    height: auto;
    transform: translateY(-50%);
}
.header-abt-pg.hd-img .hdr-abt h1 {
    color: #fff;
    font-size: 80px;
    font-weight: normal;
    font-family: 'Sohne Breit';
	padding:0 10px;
}
#map {
    height: 400px;
    width: 100%;
    display: inline-block;
    margin: 0 auto;
}
#masthead.site-header {
    position: relative;
    z-index: 99;
    width: 100%;
    display: block;
    background: #002537;
    top: 0;
    left: 0;
    border-bottom: 2px solid #0c405a;
}
.post-type-archive #masthead.site-header {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	background: #002537;
	border-bottom: 2px solid #0c405a;
}
.single.single-product #masthead.site-header {
	background: #002537;
	border-bottom: 2px solid #0c405a;
}
body.post-type-archive #masthead.site-header .container .menu li a, body.post-type-archive #masthead.site-header .container .menu li a {
	color: #fff;
}
body.post-type-archive #masthead.site-header .container .menu li.current-menu-item a {
	background: transparent;
}
/* .page-template #masthead.site-header .container .menu li a {color: #fff;} */
.page-template #masthead.site-header .main-navigation .menu > li.current-menu-item a {
    background: transparent;
    color: #c97043 !important;
}
.contact-page .cnt-form-sum-sec {
    width: 90%;
    max-width: 920px;
    margin: auto;
    display: block;
}
.contact-page .cnt-form-sum-sec .gt-sec label input {
    padding: 20px 40px;
    border: 1px solid #002537;
    border-radius: 40px;
    font-family: 'Modern Era', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #002537;
    background: transparent;
}
.woocommerce-account .entry-content {
	display: inline-block;
	width: 100%;
} 
.woocommerce-account .woocommerce {
	display: inline-block;
	width: 100%;
}
.woocommerce-account .u-columns {
	display: inline-block;
	width: 100%;
}
.woocommerce-account .entry-content .woocommerce .u-columns .col-1 {
	width: 50%;
	padding-right: 50px;
}
.woocommerce-account .entry-content .woocommerce .u-columns .col-2 {
	width: 50%;
	padding-left: 50px;
}
.woocommerce-account .entry-content .woocommerce .col-1 h2 {
	font-size: 40px;
	font-family: 'Sohne Breit',sans-serif;
	font-weight: normal;
	margin-bottom: 15px;
	color: #001a27;
}
.woocommerce-account .entry-content .woocommerce .col-1 p {
	margin: 0;
}
.woocommerce-account .entry-content .woocommerce .col-1 .woocommerce-form-login {
	display: inline-block;
	width: 100%;
	padding: 0;
	margin: 0;
	border: unset;
}
.woocommerce-account .entry-content .woocommerce .col-1 .woocommerce-form-row  {
	display: block;
	margin-top: 30px;
	padding: 0;
	margin-bottom: 0;
}
.woocommerce-account .entry-content .woocommerce .col-1 .woocommerce-form-row .show-password-input::after {
	display:none;
}
body.woocommerce-account .entry-content .woocommerce .col-1 .woocommerce-form-row input {
	padding: 15px 40px;
	border: 1px solid #002537;
	border-radius: 40px;
	font-family: 'Modern Era', sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #002537;
	background: transparent;
	height: auto;
	line-height: 1.75;
}
.woocommerce-account .entry-content .woocommerce .col-1 .submit-wrap {
	text-align: center;
	display: inline-block;
	width: 100%;
}
body.woocommerce-account .entry-content .woocommerce .col-1 form.login .form-row:nth-child(3) {
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 0;
}
.woocommerce-account .entry-content .woocommerce .col-1 .submit-wrap .lost-pass {
	float: left;
	margin-top: 38px;
	font-family: 'Modern Era',sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: #002537;
	position: relative;
	line-height: 1;
}
.woocommerce-account .entry-content .woocommerce .col-1 .submit-wrap a.lost-pass::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #002537;
	line-height: 1;
}
.woocommerce-account .entry-content .woocommerce .col-1 .submit-wrap .woocommerce-form-login__submit {
	float: right;
	padding: 16px 40px;
	font-family: 'Sohne Breit',sans-serif;
	font-weight: normal;
	font-size: 16px;
	text-transform: none;
	margin-top: 30px;
	border-radius: 40px;
}
.woocommerce-account .entry-content .woocommerce .col-1 .submit-wrap .woocommerce-form-login__submit:hover {
	color: #FFF ;
	background: #002537 ;
}
.woocommerce-account .entry-content .woocommerce .col-2 h2 {
	font-size: 40px;
	font-family: 'Sohne Breit',sans-serif;
	font-weight: normal;
	margin-bottom: 15px;
	color: #001a27;
}
.woocommerce-account .entry-content .woocommerce .col-2 p {
	margin: 0;
}
.woocommerce-account .entry-content .woocommerce .col-2 .um {
	margin-bottom: 135px !important;
}
.woocommerce-account .entry-content .woocommerce .col-2 .um .um-row {
	margin: 0 !important;
}
.woocommerce-account .entry-content .woocommerce .col-2 .um .um-form .um-col-1 {
	padding: 0 !important;
	width: 100%;
	display: inline-block;
}
.woocommerce-account .entry-content .woocommerce .col-2 .um .um-form .um-field {
	padding: 0;
	margin-top: 30px;
	display: inline-block;
	width: 100%;
}
.woocommerce-account .entry-content .woocommerce .col-2 .um .um-form input[type="text"] {
	padding: 15px 40px !important;
	border: 1px solid #002537 !important;
	border-radius: 40px !important;
	font-family: 'Modern Era', sans-serif;
	font-weight: 500;
	font-size: 18px !important;
	color: #002537;
	background: transparent;
	height: auto !important;
}
.woocommerce-account .entry-content .woocommerce .col-2 .um .um-form input[type="search"], .woocommerce-account .entry-content .woocommerce .col-2 .um .um-form input[type="tel"], .woocommerce-account .entry-content .woocommerce .col-2 .um .um-form input[type="password"], .woocommerce-account .entry-content .woocommerce .col-2 .um .um-form textarea {
	display: block !important;
	padding: 15px 40px !important;
	border: 1px solid #002537 !important;
	border-radius: 40px !important;
	font-family: 'Modern Era', sans-serif;
	font-weight: 500;
	font-size: 18px !important;
	color: #002537;
	background: transparent;
	height: auto !important;
}
.woocommerce-account .entry-content .woocommerce .col-2 .um .um-form .um-col-alt {
	margin: 0;
	padding: 0 !important;
	display: inline-block;
	width: 100%;
}
.woocommerce-account .entry-content .woocommerce .col-2 .um .um-form input[type="submit"].um-button, .woocommerce-account .entry-content .woocommerce .col-2 .um .um-form input[type="submit"].um-button:focus, .woocommerce-account .entry-content .woocommerce .col-2 .um .um-form a.um-button.um-disabled:focus, .woocommerce-account .entry-content .woocommerce .col-2 .um .um-form a.um-button.um-disabled:active {
	font-family: 'Sohne Breit',sans-serif;
	font-weight: normal !important;
	font-size: 16px !important;
	text-transform: none !important;
	margin-top: 30px;
	border-radius: 40px !important;
	padding: 16px 40px !important;
	color: #002537 !important;
	background: #ffc23d !important;
	margin-left: 72px;
}
.woocommerce-account .entry-content .woocommerce .col-2 .um .um-form input[type="submit"].um-button:hover {
	background: #002537 !important;
	color: #fff !important;
}
.woocommerce-account .entry-content .woocommerce .u-columns {
	position: relative;
}
.woocommerce-account .entry-content .woocommerce .u-columns .social-wrapper {
	background: #ffc73d;
	padding: 50px 100px 70px;
	border-top-right-radius: 200px;
	margin-left: -100px;
	margin-right: 25px;
	position: absolute;
	bottom: -10px;
	left: -10px;
	margin-bottom: -50px;
}
.woocommerce-account .entry-content .woocommerce .u-columns .social-wrapper p {
	font-family: 'Sohne Breit',sans-serif;
	font-weight: 500;
	font-size: 26px !important;
	color: #002537;
	line-height: 36px;
}
.woocommerce-account .entry-content .woocommerce .social-wrapper .btn-rounded.btn-social {
	display: block;
	padding: 0 30px;
	font-family: 'Sohne Breit',sans-serif;
	font-weight: normal !important;
	font-size: 16px !important;
	text-transform: none !important;
	margin-top: 30px;
	border-radius: 40px !important;
	color: #FFF !important;
	background: #bd4f18 !important;
}
.woocommerce-account .entry-content .woocommerce .social-wrapper .btn-social span:first-child {
	margin-right: 20px;
}
.woocommerce-account .entry-content .woocommerce .social-wrapper .btn-social span {
	float: left;
	position: relative;
}
.woocommerce-account .entry-content .woocommerce .social-wrapper .fb-ico {
	background: url(images/facebook-icon.png) no-repeat center center;
	width: 20px;
	height: 48px;
}
.woocommerce-account .entry-content .woocommerce .social-wrapper .btn-social span:nth-child(2) {
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 20px;
	color: #fff;
}
.woocommerce-account .entry-content .woocommerce .social-wrapper .btn-social span:nth-child(2)::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	left: 0;
	top: 0;
	background: #FFF;
}
.woocommerce-account .entry-content .woocommerce .social-wrapper .insta-ico {
	background: url(images/instaicon.png) no-repeat center center;
	width: 20px;
	height: 48px;
}
/*FAQ Page*/
.page-template-LDContent .header-abt-pg.hd-img .hdr-abt p {
    font-family: 'Modern Era';
    color: #fff;
    width: 60%;
    margin: 0 auto;
    display: block;
    font-size: 16px;
}
.page-template-LDContent .pg-cntnt {
    float: left;
    display: block;
    background: #f1f1f1;
    width: 100%;
    margin: 0 auto;
    padding: 50px 6.25%;
}
/*.pg-cntnt { 	float: left; 	display: block; 	background: #f1f1f1; 	width: 100%; 	margin: 0 auto; 	padding: 3.125% 6.25%; }*/
#faq {
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    font-family: 'Sohne Breit';
    font-weight: normal;
}
#faq #firstcol {
    display: block;
    width: calc(40% - 2px);
    float: left;
}
#faq #secondcol {
    display: block;
    width: calc(60% - 2px);
    vertical-align: top;
    float: left;
}
#faq * {
	color: #002537;
}
#faq #secondcol.mobile {
    display: none;
}
#faq #firstcol .faq_cat {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    position: sticky;
    top: 25px;
    left: 0;
    margin-top: 25px;
}
#faq #firstcol .faq_cat li.active {
    display: block;
    width: 50%;
    border-bottom: 1px solid #bd4f18;
    cursor: pointer;
}
#faq #firstcol .faq_cat li.active {
    border-color: #bd4f18;
}
#faq #firstcol .faq_cat li {
    display: block;
    width: 50%;
    border-bottom: 1px solid #bfbfbf;
    cursor: pointer;
}
#faq #firstcol .faq_cat li h5 {
    display: block;
    width: 100%;
    padding: 25px 0;
    font-size: 18px;
    font-family: 'Sohne Breit';
    font-weight: normal;
    letter-spacing: 0;
    color: #002537;
}
#faq #firstcol .faq_cat li.active h5 {
    color: #bd4f18;
    font-size: 18px;
    font-family: 'Sohne Breit';
    letter-spacing: 0;
    font-weight: normal;
}
#faq #firstcol .faq_cat li:first-child h5 {
    padding-top: 0;
}
#faq #firstcol .faq_cat.mobile {
    display: none;
}
#faq #secondcol .accord_Wrap.active h2 {
    color: #bd4f18;
    border-color: #bd4f18;
}
#faq #secondcol .accord_Wrap h2 {
    line-height: 1;
    font-family: 'Sohne Breit';
    font-size: 36px;
    letter-spacing: 0;
    padding: 45px 0 25px;
    margin: 0;
    border-bottom: 1px solid #bfbfbf;
}
#faq #secondcol .accord_Wrap .org_accord.active {
    padding-bottom: 25px;
}
#faq #secondcol .accord_Wrap .org_accord .accord_item {
    font-family: 'Sohne Breit';
    font-size: 16px;
    margin: 25px 0 5px;
    position: relative;
    cursor: pointer;
    padding-right: 25px;
    font-weight: normal;
}
#faq #secondcol .accord_Wrap .org_accord {
    padding-bottom: 20px;
    border-bottom: 1px solid #bfbfbf;
}
#faq #secondcol .accord_Wrap .org_accord:last-child {
    border-bottom: none;
}
#faq #secondcol .accord_Wrap:first-child h2 {
    padding: 25px 0;
}
#faq #secondcol .accord_Wrap .org_accord .post_cnt p {
    width: 90%;
    font-size: 16px;
    font-family: 'Modern Era', sans-serif;
    font-weight: normal;
    line-height: 1.5;
}
#faq #secondcol .accord_Wrap .org_accord .accord_item:after {
    transform: rotate(0deg);
    transition: transform linear .3s;
    background: transparent url(images/accord_Wrap.png) no-repeat scroll center center;
    background-size: 100%;
    content: '';
    display: inline-block;
    width: 36px;
    height: 36px;
    position: absolute;
    right: 0;
    top: calc(50% - 14px);
}
#faq #secondcol .accord_Wrap .org_accord .accord_item.active:after {
    transform: rotate(0deg);
    transition: transform linear .3s;
    background: transparent url(images/accord_Wrap-active.png) no-repeat scroll center center;
    background-size: 100%;
    content: '';
    display: inline-block;
    width: 36px;
    height: 36px;
    position: absolute;
    right: 0;
    top: calc(50% - 14px);
}
#faq #secondcol .accord_Wrap .org_accord .accord_item.active:hover:after {
    transform: rotate(45deg);
    transition: transform linear .3s;
}
#faq #secondcol .accord_Wrap .org_accord .accord_item:hover:after {
    transform: rotate(90deg);
    transition: transform linear .3s;
}
/*About Us Page*/
.page-template-aboutus .header-abt-pg.hd-img .hdr-abt h1 {
    color: #fff;
    font-size: 80px;
    font-weight: normal;
    font-family: 'Sohne Breit';
    line-height: 1;
    margin: 10px auto 25px;
    display: inline-block;
    width: 100%;
}
.page-template-aboutus .header-abt-pg.hd-img .hdr-abt .textsmall {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Sohne Breit';
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 1px;
}
.page-template-aboutus .header-abt-pg.hd-img .hdr-abt .captiontext {
    color: #fff;
    font-size: 24px;
    font-family: 'Modern Era', sans-serif;
    line-height: 1.5;
    font-weight: bold;
    margin: 0 auto;
    letter-spacing: -0.01em;
}
.timelinehistory {
    position: relative;
    width: 100%;
    display: block;
    float: left;
    margin: 0 auto;
    padding: 50px 0;
    text-align: center;
    font-family: 'Sohne Breit';
}
.timelinehistory h4 {
    font-size: 14px;
    font-weight: normal;
    font-family: 'Sohne Breit';
    color: #002537;
    letter-spacing: 2px;
    line-height: 1.5;
}
.timelinehistory h2 {
    font-size: 50px;
    font-weight: normal;
    font-family: 'Sohne Breit';
    color: #002537;
    line-height: 1;
    margin: 0 auto;
    display: inline-block;
    width: 100%;
    letter-spacing: 1px;
}
.timelinehistory ul.lifetime {
    position: relative;
    max-width: 1200px;
    width: 100%;
    display: inline-block;
    margin: 150px auto 0;
    list-style: none;
    padding: 0;
}
.timelinehistory ul.lifetime li {
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    font-family: 'Sohne Breit';
    font-weight: normal;
}
.timelinehistory ul.lifetime li .column.col1 {
    width: 60%;
    float: left;
    display: block;
    margin: 0 auto;
    text-align: left;
}
.timelinehistory ul.lifetime li .column.col2 {
    width: 40%;
    float: left;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.timelinehistory ul.lifetime li .column.col1 .dateyearspan {
    font-size: 15.92px;
    font-family: 'Sohne Breit';
    font-weight: normal;
    letter-spacing: -.5px;
    color: #002537;
}
.timelinehistory ul.lifetime li .column.col1 h4 {
    font-family: 'Sohne Breit';
    font-weight: bold;
    font-size: 30.02px;
    color: #002537;
    margin: 0 auto;
    letter-spacing: 0;
}
.timelinehistory ul.lifetime li .column.col1 p {
	font-family: 'Modern Era', sans-serif;
	font-size: 16px;
	margin: 15px 0;
	width: 65%;
	display: inline-block;
	color: #002537;
	font-weight: 400;
}
.timelinehistory ul.lifetime .slick-prev.slick-arrow {
    position: absolute;
    left: 250px;
    top: -100px;
    background: transparent url(images/slick-prev.png) no-repeat scroll center center;
    color: transparent;
    content: "";
    width: 50px;
    height: 50px;
    display: inline-block;
    z-index: 9;
}
.timelinehistory ul.lifetime .slick-next.slick-arrow {
    position: absolute;
    right: 250px;
    top: -100px;
    background: transparent url(images/slick-next.png) no-repeat scroll center center;
    color: transparent;
    content: "";
    width: 50px;
    height: 50px;
    display: inline-block;
    z-index: 9;
}
.timelinehistory ul.lifetime .slick-list.draggable {
    margin-top: 50px;
}
.timelinehistory ul.lifetime .slick-dots {
    position: absolute;
    top: -100px;
    width: auto;
    display: block;
    left: 0;
    padding: 0;
    margin: 0 250px;
    text-align: center;
    right: 0;
}
.timelinehistory ul.lifetime .slick-dots li:nth-child(2) {
    margin: 0 103px;
}
.page-id-24 .timelinehistory ul.lifetime .slick-dots li:nth-child(2), 
.page-id-67 .timelinehistory ul.lifetime .slick-dots li:nth-child(2) {
	margin: 0 auto;
}
.page-template-futurestudents-php .timelinehistory ul.lifetime .slick-dots li:nth-child(2) {
	margin: 0;
}
.timelinehistory ul.lifetime .slick-dots li, .timelinehistory ul.lifetime .slick-dots li a {
    width: auto;
    margin: 0 auto;
    font-family: 'Sohne Breit';
    font-weight: normal;
    color: #002537;
    font-size: 16px;
    position: relative;
}
.timelinehistory ul.lifetime .slick-dots li.slick-active a::before {
    border: 2px solid #ffc73d;
    height: 17px;
    width: 17px;
    background: #ffc73d none repeat scroll center center;
    position: absolute;
    content: "";
    bottom: -30px;
    text-align: center;
    left: 15px;
    border-radius: 50%;
    display: inline-block;
}
.timelinehistory ul.lifetime .slick-dots li.slick-active a::after {
    position: absolute;
    content: "";
    bottom: -30px;
    border-bottom: 1px solid #ffc73d;
    width: 100px;
    top: 43px;
    height: 1px;
}
.timelinehistory ul.lifetime .slick-dots li a::before {
    left: 15px;
    position: absolute;
    content: "";
    background: #c5ced2 none repeat scroll center center;
    border: 2px solid #c5ced2;
    height: 17px;
    width: 17px;
    bottom: -30px;
    border-radius: 50%;
}
.timelinehistory ul.lifetime .slick-dots li a::after {
    position: absolute;
    content: "";
    bottom: -30px;
    border-bottom: 1px solid #c5ced2;
    width: 100px;
    top: 43px;
    height: 1px;
}
.timelinehistory ul.lifetime .slick-dots li:nth-child(3) a::after {
    display: none;
}
.theprocess {
    width: 100%;
    display: inline-block;
    background: #002537;
    color: #fff;
    font-family: 'Sohne Breit';
    font-weight: normal;
    padding: 70px 100px 150px;
}
.theprocess .rowheading {
    border-bottom: 1px solid #ffc73d;
    color: #fff;
    width: 100%;
    display: inline-block;
    margin: 0 auto 25px;
    font-family: 'Sohne Breit';
    font-weight: normal;
}
.theprocess .rowheading h4 {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    width: auto;
    float: left;
}
.theprocess .rowheading .pagingInfo {
    color: #ffc73d;
    font-size: 20px;
    font-weight: normal;
    float: right;
    width: auto;
    line-height: 1;
    display: block;
}
.theprocess .rowslider {
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    font-family: 'Sohne Breit';
    font-weight: normal;
}
.theprocess .rowslider .leftdiv {
    width: 30%;
    float: left;
    display: block;
    margin: 0 auto;
}
.theprocess .rowslider .leftdiv h2 {
    color: #fff;
    font-size: 50px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 1;
}
.theprocess .rowslider .slideshow {
    width: 60%;
    float: right;
    display: block;
    margin: 0 auto;
    font-weight: normal;
    font-family: 'Sohne Breit';
}
.theprocess .rowslider .slideshow .slide-placeholder {
    width: 100%;
    text-align: left;
    display: inline-block;
    margin: 0 auto;
    line-height: 1.5;
}
.theprocess .rowslider .slideshow .slide-placeholder h5 {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin: 0 auto;
    line-height: 1.75;
}
.theprocess .rowslider .slideshow .slide-placeholder p {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Modern Era', sans-serif;
    margin: 0 auto;
    display: inline-block;
    line-height: 1.75;
    width: 100%;
}
.cus-arrow-one {
    position: relative;
}
.cus-arrow-one .slick-prev.slick-arrow {
    background: transparent url(images/passprocessprev.png) no-repeat scroll center center;
    color: transparent;
    width: 50px;
    height: 50px;
    z-index: 9;
    position: relative;
    display: inline-block;
    float: left;
}
.cus-arrow-one .slick-next.slick-arrow {
    background: transparent url(images/passprocessnext.png) no-repeat scroll center center;
    color: transparent;
    width: 50px;
    height: 50px;
    z-index: 9;
    position: relative;
    display: inline-block;
    margin-left: 20px;
    float: left;
}
.cus-arrow-one .slick-disabled {
    opacity: .25;
    cursor: default;
}
.cofweslide {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 95px;
    z-index: 0;
}
.cofweslide .slick-arrow {
    float: none !important;
}
.meetourteam {
	width: 100%;
	display: flex;
	margin: 0 auto;
	float: none;
	overflow: visible;
}
.meetourteam .teamintro {
	width: 32%;
	float: left;
	display: block;
	background: transparent url(images/meetourteambg.png) no-repeat scroll center center / cover;
	padding: 135px 50px 155px;
	margin: 0 auto;
	height: 600px;
	position: relative;
}
.meetourteam .teamintro h2 {
    color: #fff;
    font-family: 'Sohne Breit';
    font-size: 50px;
    letter-spacing: -.25px;
    line-height: 1.2;
}
.meetourteam .teamintro p {
    color: #fff;
    font-family: Modern Era, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.55;
}
.meetourteam #Staffs {
    width:  68%;
    float: none;
    display: inline-block;
    margin: 0 auto;
    padding: 0;
	line-height:0;
}
.meetourteam #Staffs .staff_accord-item.active {
    display: none;
}
.meetourteam #Staffs #team {
    width: 100%;
    display: inline-block;
    font-family: 'Sohne Breit';
    margin: 0 auto;
    padding: 0;
    position: relative;
}
.meetourteam #Staffs #team .staff_member {
    float: none;
    display: flex;
    width: 100%;
    position: relative;
	background: #ffc73d;
    margin: 0 auto;
}
.meetourteam #Staffs #team .image_block {
	float: left;
	width: 48%;
	/* width: auto; */
	display: block;
	margin: 0;
	position: relative;
	height: auto;
}
.meetourteam #Staffs #team .image_block .post-image {
	width: auto;
	display: inline-block;
	margin: 0 auto;
	vertical-align: top;
	float: none;
	position: relative;
	max-width: 100%;
	height: 100%;
}
.meetourteam #Staffs #team .image_block .inner-float-wrap {
    width: calc(100% - 40px);
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "'";
    display: table;
    border-radius: 15px;
    background: #002537;
    padding: 20px;
    margin: 20px;
}
.meetourteam #Staffs #team .image_block .inner-float-row {
    display: table-row;
    position: relative;
    width: 100%;
}
.meetourteam #Staffs #team .image_block .inner-float-wrap .inner-float {
    width: 65px;
    height: 65px;
    float: left;
    display: table-cell;
    margin: 0 15px 0 0;
    border: 2px dotted #fff;
    border-radius: 50%;
    padding: 5px;
    vertical-align: middle;
}
.meetourteam #Staffs #team .image_block .inner-float-wrap .inner-float .view_more {
    background: url(images/about-page-view.png) no-repeat scroll center center;
    display: inline-block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    border-radius: 50%;
}
.meetourteam #Staffs #team .image_block .inner-float-wrap .overviewcntnt {
    font-family: 'Sohne Breit';
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.meetourteam #Staffs #team .image_block .inner-float-wrap .overviewcntnt .member_name, .meetourteam #Staffs #team .image_block .inner-float-wrap .overviewcntnt .member_name a {
    font-family: 'Sohne Breit';
    font-weight: normal;
    color: #fff;
    font-size: 16px;
    letter-spacing: -0.025em;
}
.meetourteam #Staffs #team .image_block .inner-float-wrap .overviewcntnt .member_name {
    margin-bottom: 0;
    vertical-align: middle;
}
.member_designation {
    color: #ffc73d;
    font-size: 15px;
    font-family: 'Modern Era';
    margin: 0 auto;
    font-weight: 500;
    letter-spacing: -.25px;
    line-height: 1.25;
}
.meetourteam #Staffs #team .contnt_block {
    width: 50%;
    display: inline-block;
    font-family: Modern Era;
    line-height: 1.75;
    color: #002537;
    padding: 40px 40px 40px 20px;
	height: auto;
}
.contnt_block.post-id-content-266 .member_description + p {
	margin-bottom: 15px;
}
.contnt_block.post-id-content-266 .member_description {
    display: none;
}
.contnt_block.post-id-content-266 p {
	font-size: 18px;
	color: #002537;
	line-height: 1.648;
	font-weight: 400;
	font-family: 'Modern Era',sans-serif;
	margin: 0;
}
.ourtestimonials {
    background: url(images/testimonials-bg.png) no-repeat scroll center center / cover;
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    padding: 110px 150px 150px;
    position: relative;
}
.ourtestimonials h4 {
    font-size: 15px;
    font-family: 'Sohne Breit';
    letter-spacing: 0.10em;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    margin: 0 auto 20px;
    display: inline-block;
    width: 100%;
}
.ourtestimonials h2 {
    color: #fff;
    font-size: 50px;
    text-align: center;
    width: 100%;
    display: inline-block;
    font-family: 'Sohne Breit';
    margin: 0 auto 50px;
    line-height: 1;
    font-weight: normal;
}
.ourtestimonials .style-clean_style blockquote.easy_testimonial {
    font-family: 'Modern Era', sans-serif;
    font-size: 16px;
    color: #fff;
    /*height: 380px;*/
	height: auto;
    font-style: normal;
    margin: 0 auto;
    text-align: center;
    min-height: 380px;
}
blockquote.easy_testimonial p {
    line-height: 1.55;
}
.ourtestimonials .style-clean_style blockquote.easy_testimonial .testimonial_body p {
	position: relative;
}
.ourtestimonials .style-clean_style blockquote.easy_testimonial .testimonial_body p::before {
	content: """";
	display: inline-block;
	color: #ffc73d;
	background-color: #ffc73d;
	font-size: 5px;
	font-family: 'Modern Era',sans-serif;
}
.ourtestimonials .style-clean_style blockquote.easy_testimonial .easy_testimonial_image_wrapper {
    display: none;
}
.ourtestimonials .easy-t-cycle-controls .easy-t-cycle-pager {
    display: none;
}
.ourtestimonials .testimonial_author {
    /*width: 15% !important;*/
    width: auto  !important;
    display: inline-block;
}
.ourtestimonials .testimonial_author .testimonial-client {
    color: #ffc73d;
    font-size: 16px;
    font-family: Sohne Breit;
    font-weight: bold;
    position: relative;
    width: auto !important;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.ourtestimonials .testimonial_author .testimonial-client::before {
    position: absolute;
    /*left: 15px;
    top: 15px;*/
	left: -26px;
	top: 13px;
    content: "";
    width: 20px;
    padding-right: 5px;
    background: #ffc73d;
    display: inline-block;
    height: 1px;
    text-align: left;
}
.ourtestimonials .testimonial_author .date {
    display: none;
}
.ourtestimonials .easy-t-cycle-controls .cycle-prev.easy-t-cycle-prev {
    position: absolute;
    top: 50%;
    left: 50px;
    content: "";
    height: 50px;
    width: 50px;
    display: inline-block;
    background: url(images/slick-prev.png) no-repeat scroll center center;
    color: transparent;
}
.ourtestimonials .easy-t-cycle-controls .cycle-next.easy-t-cycle-next {
    position: absolute;
    top: 50%;
    right: 50px;
    content: "";
    height: 50px;
    width: 50px;
    display: inline-block;
    background: url(images/slick-next.png) no-repeat scroll center center;
    color: transparent;
}
/*Testimonials Page*/
.page-template-LDContent .pg-cntnt .easy_testimonials_grid_cell .easy_testimonial_image_wrapper {
    display: none;
}
.youtubevideoscroller ul .wistia_embed {
	width: 100% !important;
	display: inline-block;
	margin: 0 auto;
}
.page-id-31178 .youtubevideoscroller ul .slick-prev.slick-arrow{
    position: absolute;
    left: 10%;
    top: 50%;
    background: transparent url(images/slick-prev.png) no-repeat scroll center center;
    color: transparent;
    content: "";
    width: 50px;
    height: 50px;
    display: inline-block;
    z-index: 9;	
}
.page-id-31178 .youtubevideoscroller ul .slick-next.slick-arrow{
    position: absolute;
    right: 10%;
    top: 50%;
    background: transparent url(images/slick-next.png) no-repeat scroll center center;
    color: transparent;
    content: "";
    width: 50px;
    height: 50px;
    display: inline-block;
    z-index: 9;	
}
/*Testimonials Page ends*/
.page-id-329.page-template-LDContent .pg-cntnt {
    float: left;
    display: block;
    background: #fff;
    width: 100%;
    margin: 0 auto;
    padding: 3.125% 6.25%;
}
.page-id-329.page-template-LDContent .pg-cntnt .easy_testimonials_grid.easy_testimonials_grid_2.easy_testimonials_grid_responsive {
	margin-top: 75px;
	width: 100%;
	display: inline-block;
}
.page-id-329.page-template-LDContent .pg-cntnt .youtubevideoscroller {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
}
.page-id-329.page-template-LDContent .pg-cntnt .youtubevideoscroller ul {
	width: 100%;
	list-style: none;
	text-align: center;
	display: block;
	margin: 0 auto 25px;
}
.page-id-31178 .youtubevideoscroller{
	margin: 0 auto 25px;
}
.page-template-LDContent .pg-cntnt .easy_testimonials_grid_cell {
    border-bottom: 2px solid #be4f18;
    min-height: 450px;
    /*height: 510px;*/
	height: auto;
    margin: 0 2% 20px;
    display: block;
}
.page-template-LDContent .pg-cntnt .easy_testimonials_grid_cell .easy_testimonial {
    padding: 0;
    font-size: 16px;
    font-style: normal;
    color: #002537;
    font-family: 'Modern Era', sans-serif;
    line-height: 1.75;
    margin: 0 auto;
}
.page-template-LDContent .pg-cntnt .easy_testimonials_grid_cell .easy_testimonial .testimonial_author {
    text-align: left;
    font-family: 'Sohne Breit';
    margin: 0 auto;
    display: inline-block;
    width: 100%;
    padding: 0 0 25px;
    position: relative;
}
.page-template-LDContent .pg-cntnt .easy_testimonials_grid_cell .easy_testimonial .testimonial_author .date {
    display: none;
}
.page-template-LDContent .pg-cntnt .easy_testimonials_grid_cell .easy_testimonial .testimonial_author .testimonial-client {
    font-size: 16px;
    color: #be4f18;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    padding-left: 35px;
}
.page-template-LDContent .pg-cntnt .easy_testimonials_grid_cell .easy_testimonial .testimonial_author .testimonial-client::before {
    position: absolute;
    left: 0;
    top: 15px;
    content: "";
    width: 20px;
    padding-right: 5px;
    background: #be4f18;
    display: inline-block;
    height: 1px;
    text-align: left;
}
.page-template-LDContent .pg-cntnt .easy_testimonials_grid_cell .easy_testimonial .testimonial_body p {
    font-size: 16px;
    font-family: 'Modern Era', sans-serif;
    position: relative;
    color: #002537;
    font-weight: normal;
    font-style: normal;
    text-align: justify;
}
.page-template-LDContent .pg-cntnt .easy_testimonials_grid_cell .easy_testimonial .testimonial_body p:before, .page-template-LDContent .pg-cntnt .easy_testimonials_grid_cell .easy_testimonial .testimonial_body p:after {
    content: '"';
    display: inline-block;
    font-size: 16px;
}
/*Content Page*/
.page-id-337.page-template-LDContent .header-abt-pg.hd-img .hdr-abt p {
    display: none;
}
.page-id-337.page-template-LDContent .header-abt-pg.hd-img .hdr-abt {
    top: 40%;
}
.page-id-337.page-template-LDContent .pg-cntnt .entry-content-page div {
    width: 100%;
    display: inline-block;
    margin: 0 auto 25px;
    font-family: 'Modern Era', sans-serif;
    line-height: 1.75;
}
.page-id-337.page-template-LDContent .pg-cntnt .entry-content-page .fullwidthimage {
	margin: 0 auto 0;
}
.page-id-337.page-template-LDContent .pg-cntnt .entry-content-page div p {
    margin: 0 auto 20px;
    font-size: 16px;
    font-family: 'Modern Era', sans-serif;
    color: #002537;
}
.page-id-337.page-template-LDContent .pg-cntnt .entry-content-page div.imagerow.row1 .imagediv {
    float: left;
    display: block;
    width: 40%;
    margin: 0 1% 0 0;
}
.page-id-337.page-template-LDContent .pg-cntnt .entry-content-page div.imagerow.row2 .imagediv {
    float: right;
    display: block;
    width: 40%;
    margin: 0 0 0 1%;
}
.page-id-337.page-template-LDContent .pg-cntnt .entry-content-page div.imagerow.row1 .contentdiv {
    float: right;
    width: calc(100% - 43%);
    display: block;
    margin: 0 auto;
}
.page-id-337.page-template-LDContent .pg-cntnt .entry-content-page div.imagerow.row2 .contentdiv {
    float: left;
    width: calc(100% - 43%);
    display: block;
    margin: 0 auto;
}
.page-id-337.page-template-LDContent .pg-cntnt .entry-content-page div.imagediv img {
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 0 auto;
}
.page-id-337.page-template-LDContent .pg-cntnt .entry-content-page div h3 {
    font-size: 30px;
    font-family: 'Sohne Breit';
    font-weight: normal;
    text-transform: capitalize;
    color: #002537;
}
.page-id-337.page-template-LDContent .pg-cntnt .entry-content-page div.fullwidthimage img {
    width: 100%;
    display: block;
    height: 500px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    max-width: none;
    object-fit: cover;
}
/*Future Students Page*/
/*tab-wrap-sec Page*/
/*.page-id-67 .timelinehistory ul.lifetime {
	position: relative;
	max-width: 1600px;
	width: 100%;
	display: block;
	margin: 150px auto 0px;
	list-style: none;
	padding: 0;
	text-align: center;
}*/
.page-id-329 .youtubevideoscroller .slick-prev.slick-arrow, .page-id-329 .youtubevideoscroller .slick-next.slick-arrow {
	position: absolute;
	right: 100px;
	top: -90px;
	background: transparent url(images/slick-next.png) no-repeat scroll center center;
	color: transparent;
	content: "";
	width: 50px;
	height: 50px;
	display: inline-block;
	z-index: 9;
}
.page-template-futurestudents .Future-Students .overview-sec .youtubevideoscroller .slick-prev.slick-arrow,
.page-id-329 .youtubevideoscroller .slick-prev.slick-arrow {
	left: 100px;
	top: 45%;
}
.page-template-futurestudents .Future-Students .overview-sec .youtubevideoscroller .slick-next.slick-arrow,
.page-id-329 .youtubevideoscroller .slick-next.slick-arrow {
	right: 100px;
	top: 45%;
}
.page-id-329 .youtubevideoscroller .banner_video .wistia_embed {
	width: 100% !important;
}
.Future-Students .overview-sec .firstcolumn,
.Future-Students .Sessions-Calendar-sec .firstcolumn {
	width: 100%;
	display: block;
	float: left;
}
.Future-Students .overview-sec .seccolumn,
.Future-Students .Sessions-Calendar-sec .seccolumn {
	width: 100%;
	display: block;
	float: left;
}
.page-template-futurestudents .Future-Students .firstcolumn .Dates-sec,
.page-template-futurestudents .Future-Students .Sessions-Calendar-sec .firstcolumn .Dates-sec,
.page-template-futurestudents .Future-Students .seccolumn .Dates-sec ,
.page-template-futurestudents .Future-Students .Sessions-Calendar-sec .seccolumn .Dates-sec {
	list-style: none;
	margin: 0 auto;
	width: 100%;
	display: inline-block;
}
.page-template-futurestudents .header-abt-pg.hd-img .hdr-abt h1 {
    color: #fff;
    font-size: 80px;
    font-weight: normal;
    font-family: 'Sohne Breit';
    margin: 0 auto 30px;
    display: inline-block;
    width: 100%;
}

.page-template-futurestudents .header-abt-pg.hd-img .hdr-abt p {
    font-family: 'Modern Era';
    color: #fff;
    width: 60%;
    margin: 0 auto;
    display: block;
    font-size: 16px;
}

.Future-Students .tab-wrap-sec * {
    color: #002537;
}

.Future-Students .tab-wrap-sec {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

.Future-Students .tab-wrap-sec .tab-element {
    display: inline-block;
    width: auto;
    padding: 0 60px 15px;
    font-size: 16px;
    font-family: 'Sohne Breit';
    font-weight: normal;
    position: relative;
    min-width: 290px;
}

.Future-Students .tab-wrap-sec .tab-element::before {
    content: "";
    width: 16px;
    height: 16px;
    background: #c5ced2;
    border-radius: 50%;
    display: inline-block;
    bottom: -15px;
    position: absolute;
    right: calc(50% - 8px);
    z-index: 2;
}

.Future-Students .tab-wrap-sec .tab-element::after {
    content: "";
    width: calc(100% - 36px);
    height: 2px;
    display: inline-block;
    background: #c5ced2;
    position: absolute;
    bottom: -8px;
    left: calc(50% + 18px);
    z-index: 1;
}

.Future-Students .tab-wrap-sec .tab-element:hover::before {
    background: #ffc73d;
}

.Future-Students .tab-wrap-sec .tab-element.active::before {
    background: #ffc73d;
}

.Future-Students .tab-wrap-sec .tab-element span {
    position: absolute;
    width: 0;
    height: 2px;
    background: #ffc73d;
    bottom: -8px;
    left: calc(50% + 18px);
    z-index: 2;
}

.Future-Students .tab-wrap-sec .tab-element.active span {
    width: calc(100% - 36px);
    transition: width linear 10s;
}

.Future-Students .tab-wrap-sec .tab-Shuttle-Information::after {
    width: 0;
}

.Future-Students .tab-wrap-sec .tab-Shuttle-Information.active span {
    width: 0;
}

.Future-Students .tab-wrap-sec .tab-button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-block;
}

.Future-Students .tab-wrap-sec .tab-button-right {
    background: url(images/tab-right.png) no-repeat scroll center center #ffc73d;
}

.Future-Students .tab-wrap-sec .tab-button-left {
    background: url(images/tab-left.png) no-repeat scroll center center #ffc73d;
}

/*tab-wrap-sec Page end*/

/*travel_Details_sec Page*/
.Future-Students .travel_Details_sec * {
    color: #002537;
}

.Future-Students .travel_Details_sec {
    width: 100%;
    display: inline-block;
    margin: 0 auto;
}

.Future-Students .travel_Details_sec #firstcol {
    display: block;
    width: calc(40% - 2px);
    float: left;
	position: relative;
}
.page-id-67 .timelinehistory ul.lifetime .Future-Students {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	font-family: 'Modern Era',sans-serif;
	font-size: 16px;
}

.Future-Students .travel_Details_sec #secondcol {
    display: block;
    width: calc(60% - 2px);
    vertical-align: top;
    float: left;
}

.Future-Students .travel_Details_sec #firstcol .travel_cat.mobile {
    display: none;
}

.Future-Students .travel_Details_sec #firstcol .travel_cat {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    position: sticky;
    top: 0;
    left: 0;
    margin-top: 0;
}

.Future-Students .travel_Details_sec #firstcol .travel_cat li {
    display: block;
    width: 50%;
    border-bottom: 1px solid #bfbfbf;
    cursor: pointer;
    margin: 0;
}

.Future-Students .travel_Details_sec #firstcol .travel_cat li.active {
    display: block;
    width: 50%;
    border-bottom: 1px solid #bd4f18;
    cursor: pointer;
}

.Future-Students .travel_Details_sec #firstcol .travel_cat li.active {
    border-color: #bd4f18;
}

.Future-Students .travel_Details_sec #firstcol .travel_cat li h5 {
    display: block;
    width: 100%;
    padding: 25px 0;
    font-size: 18px;
    font-family: 'Sohne Breit';
    font-weight: normal;
    letter-spacing: 0;
    color: #002537;
    text-align: left;
}

.Future-Students .travel_Details_sec #firstcol .travel_cat li.active h5 {
    color: #bd4f18;
}

.Future-Students .travel_Details_sec #firstcol .travel_cat li:first-child h5 {
    padding-top: 0;
}

.Future-Students .travel_Details_sec #secondcol .accord_Wrap h2 {
    line-height: 1;
    font-family: 'Sohne Breit';
    font-weight: normal;
    font-size: 36px;
    letter-spacing: 0;
    padding: 45px 0 25px;
    margin: 0;
    border-bottom: 1px solid #bfbfbf;
    text-align: left;
}

.Future-Students .travel_Details_sec #secondcol .accord_Wrap.active h2 {
    color: #bd4f18;
    border-color: #bd4f18;
}

.Future-Students .travel_Details_sec #secondcol .accord_Wrap:first-child h2 {
    padding-top: 0;
}

.Future-Students .travel_Details_sec #secondcol .accord_Wrap .org_accord {
    padding-bottom: 20px;
    border-bottom: 1px solid #bfbfbf;
    text-align: left;
}
.Future-Students .travel_Details_sec #secondcol .accord_Wrap .org_accord.active {
	padding-bottom: 25px;
}

.Future-Students .travel_Details_sec #secondcol .accord_Wrap .org_accord .accord_item {
    font-family: 'Modern Era', sans-serif;
    font-size: 16px;
    margin: 25px 0 5px;
    position: relative;
    cursor: pointer;
	letter-spacing: 0px;
    padding-right: 25px;
    font-weight: bold;
}

.Future-Students .travel_Details_sec #secondcol .accord_Wrap .org_accord .accord_item::after {
    transform: rotate(0deg);
    transition: transform linear .3s;
    background: transparent url(images/accord_Wrap.png) no-repeat scroll center center;
    background-size: 100%;
    content: '';
    display: inline-block;
    width: 36px;
    height: 36px;
    position: absolute;
    right: 0;
    top: calc(50% - 17px);
}

.Future-Students .travel_Details_sec #secondcol .accord_Wrap .org_accord .accord_item.active::after {
    transform: rotate(0deg);
    transition: transform linear .3s;
    background: transparent url(images/accord_Wrap-active.png) no-repeat scroll center center;
    background-size: 100%;
    content: '';
    display: inline-block;
    width: 36px;
    height: 36px;
    position: absolute;
    right: 0;
    top: calc(50% - 17px);
}
.Future-Students .travel_Details_sec #secondcol .accord_Wrap .org_accord .accord_item:hover::after {
	transform: rotate(90deg);
	transition: transform linear .3s;
}
.Future-Students .travel_Details_sec #secondcol .accord_Wrap .org_accord .accord_item.active:hover::after {
	transform: rotate(45deg);
	transition: transform linear .3s;
}
.Future-Students .travel_Details_sec #secondcol .accord_Wrap .org_accord p {
    width: 90%;
    font-size: 16px;
    font-family: 'Modern Era', sans-serif;
    font-weight: normal;
    line-height: 1.5;
    margin: 0;
	text-transform: capitalize;
    display: none;
}

.Future-Students .travel_Details_sec #secondcol .accord_Wrap .org_accord .post_cnt.active p {
    display: block;
}

.Future-Students .travel_Details_sec #secondcol .accord_Wrap .org_accord .locate-link a {
    margin: 0;
    color: #bd4f18;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    font-size: 16px;
    font-family: 'Modern Era', sans-serif;
    font-weight: normal;
}

/*travel_Details_sec end*/
.Future-Students .overview-sec .banner_video {
    position: relative;
}
.Future-Students .overview-sec .youtubevideoscroller .banner_video {
	position: relative;
	height: 600px;
	width: 100%;
}
.Future-Students .overview-sec .youtubevideoscroller .banner_video .wistia_embed {
	width: 100% !important;
}
.Future-Students .overview-sec .youtubevideoscroller .banner_video .wistia_embed svg {
	background: #cc9e4d;
}
.Future-Students .overview-sec .youtubevideoscroller .banner_video .wistia_embed .w-playbar-wrapper.w-css-reset.w-css-reset-tree {
	background: #cc9e4d;
}
.Future-Students .overview-sec .youtubevideoscroller .banner_video .wistia_embed .w-vulcan-icon-wrapper {
	background: #cc9e4d;
}
.Future-Students .overview-sec .youtubevideoscroller .banner_video .wistia_embed .w-css-reset svg {
	background: #cc9e4d;
}
/* .Future-Students .overview-sec .banner_video::before { */
    /* content: ""; */
    /* position: absolute; */
    /* width: 50px; */
    /* height: 50px; */
    /* border-radius: 50%; */
    /* display: inline-block; */
    /* top: calc(50% - 25px); */
    /* left: 50px; */
    /* background: url(images/tab-left.png) no-repeat scroll center center #ffc73d; */
/* } */

/* .Future-Students .overview-sec .banner_video::after { */
    /* content: ""; */
    /* position: absolute; */
    /* width: 50px; */
    /* height: 50px; */
    /* border-radius: 50%; */
    /* display: inline-block; */
    /* top: calc(50% - 25px); */
    /* right: 50px; */
    /* background: url(images/tab-right.png) no-repeat scroll center center #ffc73d; */
/* } */

/*Future Students Page end*/


/*Current Students Page*/
.page-id-24 .timelinehistory ul.lifetime .slick-dots, .page-id-67 .timelinehistory ul.lifetime .slick-dots {
    position: absolute;
    top: -100px;
    width: 100%;
    margin: 0 auto;
    display: block;
    left: 0;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    right: 0;
}

.page-id-24 .timelinehistory ul.lifetime .slick-next.slick-arrow, .page-template-futurestudents .timelinehistory ul.lifetime .slick-next.slick-arrow,
.page-id-67 .timelinehistory ul.lifetime .slick-next.slick-arrow, .page-template-futurestudents .timelinehistory ul.lifetime .slick-next.slick-arrow {
    position: absolute;
    right: 100px;
    top: -90px;
    background: transparent url(images/slick-next.png) no-repeat scroll center center;
    color: transparent;
    content: "";
    width: 50px;
    height: 50px;
    display: inline-block;
    z-index: 9;
}

.page-id-24 .timelinehistory ul.lifetime .slick-prev.slick-arrow,
.page-id-67 .timelinehistory ul.lifetime .slick-prev.slick-arrow {
    position: absolute;
    left: 100px;
    top: -90px;
    background: transparent url(images/slick-prev.png) no-repeat scroll center center;
    color: transparent;
    content: "";
    width: 50px;
    height: 50px;
    display: inline-block;
    z-index: 9;
}

.page-id-67 .Future-Students .Housing-sec .imageslider .slick-prev.slick-arrow {
	top: 50%;
	left: 15%;
}
.page-id-67 .Future-Students .Housing-sec .imageslider .slick-next.slick-arrow {
	top: 50%;
	right: 15%;
}
.page-template-futurestudents .pg-cntnt {
	position: relative;
	float: none;
	display: inline-block;
	width: 100%;
	margin: 0 auto;
    background: #f1f1f1;
    padding: 3.125% 6.25%;
}
.page-id-24 .timelinehistory,
.page-id-67 .timelinehistory {
    position: relative;
    width: 100%;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: 'Sohne Breit';
}

.page-id-24 .timelinehistory ul.lifetime,
.page-id-67 .timelinehistory ul.lifetime {
    position: relative;
    max-width: 100%;
    width: 100%;
    display: inline-block;
    margin: 100px auto 0px;
    list-style: none;
    padding: 25px 0 0 0;
}

.page-id-24 .timelinehistory ul.lifetime .slick-list.draggable {
    margin-top: 0px;
}

.page-id-67 .timelinehistory ul.lifetime .slick-list.draggable {
    margin-top: 0px;
	/* overflow: visible; */
}

.page-id-24 .timelinehistory ul.lifetime .slick-dots li a,
.page-id-67 .timelinehistory ul.lifetime .slick-dots li a {
    display: inline-block;
    width: auto;
    padding: 0 60px 15px;
    font-size: 16px;
    font-family: 'Sohne Breit';
    font-weight: normal;
    position: relative;
    min-width: 290px;
}

.page-id-24 .timelinehistory ul.lifetime .slick-dots li a,
.page-id-67 .timelinehistory ul.lifetime .slick-dots li a {
    font-size: 16px;
    font-family: 'Sohne Breit';
    font-weight: normal;
    position: relative;
}

.page-id-24 .timelinehistory ul.lifetime .slick-dots li.slick-active a::before,
.page-id-67 .timelinehistory ul.lifetime .slick-dots li.slick-active a::before {
    background: #ffc73d none repeat scroll center center;
    border: 2px solid #ffc73d;
}

.page-id-24 .timelinehistory ul.lifetime .slick-dots li a::before {
    position: absolute;
    background: #c5ced2 none repeat scroll center center;
    border: 2px solid #c5ced2;
    height: 17px;
    width: 17px;
    bottom: -15px;
    border-radius: 50%;
    content: "";
    display: inline-block;
    left: calc(50% - 8.5px);
    z-index: 2;
} 
.page-id-67 .timelinehistory ul.lifetime .slick-dots li a::before {
	position: absolute;
	background: #c5ced2 none repeat scroll center center;
	border: 2px solid #c5ced2;
	height: 17px;
	width: 17px;
	bottom: -17px;
	border-radius: 50%;
	content: "";
	display: inline-block;
	left: calc(50% - 8.5px);
	z-index: 2;
}

.page-id-24 .timelinehistory ul.lifetime .slick-dots li.slick-active a::after,
.page-id-67 .timelinehistory ul.lifetime .slick-dots li.slick-active a::after {
    background: #ffc73d;
}
.page-id-67 .timelinehistory ul.lifetime .slick-dots li a::after {
	position: absolute;
	content: "";
	background: #c5ced2;
	width: calc(100% - 36px);
	bottom: -7px;
	height: 2px;
	left: calc(50% + 18px);
	z-index: 1;
	top: unset;
}
.page-id-24 .timelinehistory ul.lifetime .slick-dots li a::after {
    position: absolute;
    content: "";
    background: #c5ced2;
    width: calc(100% - 36px);
	top: 48px;
    bottom: -7px;
    height: 2px;
    left: calc(50% + 18px);
    z-index: 1;
}

/*.page-id-24 .timelinehistory ul.lifetime .slick-dots li:first-child a:after {
	width: 260px;
}
.page-id-24 .timelinehistory ul.lifetime .slick-dots li:nth-child(2),
.page-id-24 .timelinehistory ul.lifetime .slick-dots li:nth-child(3) {
	margin: 0 55px;
}
.page-id-24 .timelinehistory ul.lifetime .slick-dots li:nth-child(4) {
	margin-left:55px;
	margin-right: 0;
}*/

.Current-Students .tab-wrap-sec .tab-element::after {
    content: "";
    width: calc(100% - 36px);
    height: 2px;
    display: inline-block;
    background: #c5ced2;
    position: absolute;
    bottom: -8px;
    left: calc(50% + 18px);
    z-index: 1;
}
.protected-post-form p {
	margin: 0;
	text-align: center;
	width: ;
}
.protected-post-form .pw-window {
	border: 1px solid #002537;
	border-radius: 40px;
	height: 66px;
	width: 100%;
	max-width: 500px;
	margin-bottom: 15px;
	padding-right: 25px;
	padding-left: 25px;
}
.protected-post-form p {
	margin: 0;
}
.protected-post-form p#private-area-message {
	margin-bottom: 10px;
	text-align: center;
	font-size: 16px;
	font-family: 'Modern Era', sans-serif;
	font-weight: 500;
}
.protected-post-form .btn.btn-large {
	padding: 15px 70px;
	border-radius: 25px;
	font-size: 15px;
	font-family: 'Sohne Breit';
	font-weight: normal;
	color: #002537;
	background: #ffc73d;
	letter-spacing: -0.5px;
	text-transform: capitalize;
	text-align: center;
	display: block;
	margin: auto;
}
.page-id-24 .timelinehistory ul.lifetime .slick-dots li:nth-child(3) a::after {
    display: block;
}

.page-id-67 .timelinehistory ul.lifetime .slick-dots li:nth-child(3) a::after {
    display: block;
}

.page-id-24 .timelinehistory ul.lifetime .slick-dots li:nth-child(4) a::after {
    display: none;
}

.page-id-67 .timelinehistory ul.lifetime .slick-dots li:nth-child(4) a::after {
    display: none;
}

/*tab-wrap-sec Page*/
.Current-Students .tab-wrap-sec * {
    color: #002537;
}

.Current-Students .tab-wrap-sec {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

.Current-Students .tab-wrap-sec .tab-element {
    display: inline-block;
    width: auto;
    padding: 0 60px 15px;
    font-size: 16px;
    font-family: 'Sohne Breit';
    font-weight: normal;
    position: relative;
    min-width: 290px;
}

.Current-Students .tab-wrap-sec .tab-element::before {
    content: "";
    width: 16px;
    height: 16px;
    background: #c5ced2;
    border-radius: 50%;
    display: inline-block;
    bottom: -15px;
    position: absolute;
    right: calc(50% - 8px);
    z-index: 2;
}

.Current-Students .tab-wrap-sec .tab-element:hover::before {
    background: #ffc73d;
}

.Current-Students .tab-wrap-sec .tab-element.active::before {
    background: #ffc73d;
}

.Current-Students .tab-wrap-sec .tab-element span {
    position: absolute;
    width: 0;
    height: 2px;
    background: #ffc73d;
    bottom: -8px;
    left: calc(50% + 18px);
    z-index: 2;
}

.Current-Students .tab-wrap-sec .tab-element.active span {
    width: calc(100% - 36px);
    transition: width linear 10s;
}

.Current-Students .tab-wrap-sec .tab-Shuttle-Information::after {
    width: 0;
}

.Current-Students .tab-wrap-sec .tab-Shuttle-Information.active span {
    width: 0;
}

.Current-Students .tab-wrap-sec .tab-button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-block;
}

.Current-Students .tab-wrap-sec .tab-button-right {
    background: url(images/tab-right.png) no-repeat scroll center center #ffc73d;
}

.Current-Students .tab-wrap-sec .tab-button-left {
    background: url(images/tab-left.png) no-repeat scroll center center #ffc73d;
}

/*tab-wrap-sec Page end*/

/*cbe-sec Page*/
.Current-Students #Cbe_sec * {
    color: #002537;
}
.Current-Students #Cbe_sec .wpcf7-not-valid-tip {
	color: #be4f18;
}

.Current-Students #Cbe_sec {
    margin: 0 200px;
    display: block;
}

.Current-Students #Cbe_sec .update-description {
    margin-bottom: 30px;
    text-align: center;
    font-size: 16px;
    font-family: 'Modern Era', sans-serif;
    font-weight: 500;
    display: block;
}

.Current-Students #Cbe_sec .cbe-form-sec {
    display: block;
}

.Current-Students #Cbe_sec .cbe-form-sec .edit {
	display: block;
	width: calc(50% - 5px);
	float: left;
}
.Current-Students #Cbe_sec .cbe-form-sec .edit:nth-child(odd) {
	margin: 0 5px 20px auto;
}
.Current-Students #Cbe_sec .cbe-form-sec .edit:nth-child(even) {
	margin: 0 auto 20px 5px;
}
.Current-Students #Cbe_sec .cbe-form-sec .edit label {
    font-size: 16px;
    margin-bottom: 10px;
    width: 100%;
    display: inline-block;
	text-align: left;
    font-weight: normal;
    font-family: 'Modern Era', sans-serif;
}

.Current-Students #Cbe_sec .cbe-form-sec .edit input {
    border: 1px solid #002537;
    border-radius: 40px;
    height: 66px;
}

.Current-Students #Cbe_sec .cbe-form-sec .radio-edit input {
    border: none;
    border-radius: 0;
    height: 100%;
}

.Current-Students .cbe-form-sec .Sub-button {
    text-align: center;
    display: inline-block;
    width: 100%;
    position: relative;
	margin-top: 25px;
}

.Current-Students .cbe-form-sec .Sub-button input {
    padding: 15px 70px;
    border-radius: 25px;
    font-size: 15px;
    font-family: 'Sohne Breit';
    font-weight: normal;
    color: #002537;
    background: #ffc73d;
	letter-spacing: -0.5px;
    text-transform: capitalize;
    text-align: center;
}

.Current-Students .cbe-form-sec .Sub-button .ajax-loader {
    position: absolute;
}

.Current-Students #Cbe_sec .cbe-form-sec .radio-edit .wpcf7-form-control-wrap {
    width: 100%;
    display: inline-block;
}

.Current-Students #Cbe_sec .cbe-form-sec .radio-edit .wpcf7-form-control {
    width: 100%;
    display: inline-block;
}

.Current-Students #Cbe_sec .cbe-form-sec .radio-edit .wpcf7-list-item {
	display: block;
	width: auto;
	border: none;
	border-radius: 0;
	height: 0;
	text-align: left;
	float: left;
}

.Current-Students #Cbe_sec .cbe-form-sec .radio-edit .wpcf7-list-item:first-child {
    margin-left: 0;
    margin-right: 0;
	margin-bottom: 20px;
}

.Current-Students #Cbe_sec .cbe-form-sec .radio-edit .wpcf7-list-item:last-child {
    margin-left: 0;
    margin-right: 0;
}

.Current-Students #Cbe_sec .cbe-form-sec .radio-edit .wpcf7-list-item label {
    margin: 18px auto 18px 15px;
}

.Current-Students #Cbe_sec .cbe-form-sec .radio-edit .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    font-family: 'Modern Era', sans-serif;
}

/*cbe-sec Page end*/

/*Tutor-Schedule-sec Page*/
.Current-Students #Tutor_Schedule_sec * {
    color: #002537;
}

.Current-Students #Tutor_Schedule_sec {
    margin: 0 200px;
    display: block;
}

.Current-Students #Tutor_Schedule_sec .Schedule-form-sec {
    display: inline-block;
    width: 100%;
}

.Current-Students #Tutor_Schedule_sec .Schedule-form-sec .edit {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    margin-top: 0;
}

.Current-Students #Tutor_Schedule_sec .Schedule-form-sec .edit label {
    font-size: 16px;
    margin-bottom: 15px;
    width: 100%;
    display: inline-block;
    font-weight: 500;
    font-family: 'Modern Era', sans-serif;
}

.Current-Students #Tutor_Schedule_sec .Schedule-form-sec .edit input {
    border: 1px solid #002537;
    border-radius: 40px;
    height: 66px;
    padding: 0;
}

.Current-Students #Tutor_Schedule_sec .Schedule-form-sec .Sub-button {
    text-align: center;
    display: inline-block;
    width: 100%;
	position: relative;
}
.wpcf7 .ajax-loader {
	position: absolute;
}

.Current-Students #Tutor_Schedule_sec .Schedule-form-sec .Sub-button input {
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 15px;
    font-family: 'Sohne Breit', sans-serif;
    font-weight: normal;
    color: #002537;
    background: #ffc73d;
    text-transform: capitalize;
	letter-spacing: -0.5px;
}

/*Tutor-Schedule-sec Page end*/

/*Shuttle-Information-sec Page*/
.Current-Students #Shuttle_Information_sec {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.Current-Students #Shuttle_Information_sec * {
    color: #002537;
}

.Current-Students #Shuttle_Information_sec .Service-button,.Current-Students #Tutor_Schedule_sec .Service-button {
    background: #ffc73d;
    padding: 15px 32px 15px 70px;
    border-radius: 40px;
    font-size: 15px;
    color: #002537;
    font-family: 'Sohne Breit', sans-serif;
    font-weight: normal;
    background: url(images/file-icon.png) no-repeat scroll 11% center #ffc73d;
    width: auto;
    display: inline-block;
	letter-spacing: -0.5px;
}

/*Shuttle-Information-sec Page end*/
/*Class-Schedule-sec Page*/
.Current-Students #Class_Schedule_sec {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.Current-Students #Class_Schedule_sec * {
    color: #002537;
}

.Current-Students #Class_Schedule_sec .Service-button {
	background: #ffc73d;
	padding: 15px 32px 15px 70px;
	border-radius: 40px;
	font-size: 15px;
	color: #002537;
	font-family: 'Sohne Breit', sans-serif;
	font-weight: normal;
	background: url(images/file-icon.png) no-repeat scroll 13% center #ffc73d;
	width: auto;
	display: inline-block;
	margin: 0 25px;
	text-align: center;
	letter-spacing: -0.5px;
}

/*Class Schedule-sec Page end*/
/*Current-Students Page end*/
/*Terms & Conditions Page*/
.page-id-688 .et_pb_text_inner p {
	font-family: 'Modern Era',sans-serif;
	font-size: 16px;
	line-height: 1.75;
	width: 100%;
	display: inline-block;
	margin: 5px auto;
}
/* .page-id-688 p { */
	/* font-size: 16px; */
	/* font-family: 'Modern Era',sans-serif; */
	/* font-weight: normal; */
	/* line-height: 1.5; */
	/* margin: 10px auto; */
/* } */
.page-id-688 h3, .page-id-3 h3 {
	font-size: 22px;
	font-weight: 600;
	font-family: 'Sohne Breit';
	letter-spacing: 0;
	margin: 25px auto 15px;
}
.page-id-3 h4 {
	font-size: 20px;
	font-weight: 600;
	font-family: 'Sohne Breit';
	letter-spacing: 0;
	margin: 25px auto 15px;
}
.page-id-3 h5 {
	font-size: 18px;
	font-weight: 600;
	font-family: 'Sohne Breit';
	letter-spacing: 0;
	margin: 25px auto 15px;
}
.page-id-3 .et_pb_text_inner li a, .page-id-3 .et_pb_text_inner p a {
	font-size: 16px;
	font-weight: normal;
	font-family: 'Modern Era', sans-serif;
	color: #be4f18;
}
.page-id-3 .et_pb_text_inner ul {
	margin: 0 auto 0 15px;
}
.page-id-3 .et_pb_text_inner li, .page-id-3 .et_pb_text_inner p {
	font-size: 16px;
	font-weight: normal;
	font-family: 'Modern Era', sans-serif;
	letter-spacing: 0;
	margin: 15px auto 15px;
}
.page-id-3 strong {
	font-weight: 600;
	font-family: 'Sohne Breit'; 
}
/*CSS Ends*/

/*Site Map CSS*/
.page-id-31176 .pg-cntnt .Footer_Content2row {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	font-family: 'Modern Era',sans-serif;
}
.page-id-31176 .pg-cntnt .Footer_Content2row ul.menu {
	width: 33.3%;
	display: block;
	float: left;
	margin: 0 auto;
	list-style: none;
}
.page-id-31176 .pg-cntnt .Footer_Content2row ul.menu h5 {
	font-size: 18px;
	font-weight: 600;
	font-family: 'Sohne Breit';
	margin-bottom: 15px;
	color: #bd4f18;
}
.page-id-31176 .pg-cntnt .Footer_Content2row ul.menu .sub-menu {
	margin: 0 auto;
	list-style: none;
	padding: 0;
	font-family: 'Modern Era',sans-serif;
	font-size: 16px;
}
.page-id-31176 .pg-cntnt .Footer_Content2row ul.menu .sub-menu a {
	font-size: 16px;
	font-family: 'Modern Era',sans-serif;
	color: #002537;
	font-weight: normal;
	line-height: 1.25;
}
.page-id-31176 .pg-cntnt .Footer_Content2row ul.menu#menu-footer-navigate-menu .sub-menu li {
	width: 34%;
	float: left;
	display: block;
}
.page-id-31176 .pg-cntnt .Footer_Content2row ul.menu#menu-footer-Programs-menu .sub-menu li {
	width: 34%;
	float: left;
	display: block;
}
/*CSS Ends*/
/*Page not found 404 error CSS*/
.error404 .pg-cntnt {
    width: 100%;
    margin: 50px auto;
    padding: 50px;
    text-align: center;
    display: inline-block;
    font-family: 'Sohne Breit';
}

.error404 .pg-cntnt .title-404 {
    font-size: 34px;
    font-family: 'Sohne Breit';
    font-weight: bold;
    margin: 0 auto;
    line-height: 1.5;
    color: #002537;
}

.error404 .pg-cntnt p {
    font-family: 'Modern Era', sans-serif;
    font-size: 16px;
    line-height: 1;
    margin: 25px auto;
    color: #002537;
    display: inline-block;
}

.error404 .pg-cntnt .btn-lrnmore a {
    display: inline-block;
    margin: 0 40px 0 25px;
    border-radius: 25px;
    background-color: #ffc73d;
    color: #002537;
    padding: 16px 30px;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: initial;
}

/*Search Results page*/
.search.search-no-results #content-search {
    width: 100%;
    display: inline-block;
    margin: 50px auto;
    text-align: left;
    padding: 50px;
    color: #002537;
    font-family: 'Sohne Breit';
}

.search.search-no-results #content-search .entry-column {
    width: 100%;
    display: inline-block;
    margin: 0 auto;
}

.search.search-no-results #content-search .entry-column .hentry {
    padding: 0;
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    line-height: 1.5;
}

.search.search-no-results #content-search .entry-column .hentry .title-404 {
    font-size: 32px;
    font-weight: normal;
    font-family: 'Sohne Breit';
    margin: 0 auto;
    color: #002537;
    line-height: 1.5;
}

.search.search-no-results #content-search .entry-column .hentry p {
    font-size: 16px;
    font-family: 'Modern Era', sans-serif;
    font-weight: normal;
    color: #002537;
}

.search.search-no-results #content-search .entry-column .hentry h6 {
    font-size: 16px;
    font-weight: normal;
    font-family: 'Modern Era', sans-serif;
    color: #002537;
}

.search.search-no-results #content-search .entry-column .hentry h6 a {
    font-size: 16px;
    font-weight: normal;
    text-decoration: underline;
    font-family: 'Modern Era', sans-serif;
    color: #002537;
}

.search.search-no-results #content-search .entry-column .res-search-wrapper {
    width: 50%;
    display: inline-block;
    background: transparent;
    color: #002537;
    border: none;
    font-family: 'Sohne Breit';
}

.search.search-no-results #content-search .entry-column .res-search-wrapper #s.field {
    width: 90%;
    margin: 0 auto;
    display: inline-block;
    font-family: Sohne Breit;
    padding: 10px 15px;
}

.search.search-no-results #content-search .entry-column .res-search-wrapper .search-submit {
    width: 9%;
    padding: 15px 32px;
    display: inline-block;
    margin: 0 auto;
    background: #ffc73d;
}

.search.search-results #content-search {
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    font-family: 'Sohne Breit';
    font-weight: normal;
    font-size: 16px;
    padding: 50px 10%;
    background: #fff;
}

.search.search-results #content-search .site-content-header {
    text-align: left;
    margin: 0 auto;
    padding: 0;
    line-height: 1.5;
    font-size: 16px;
    font-weight: normal;
}

.search.search-results #content-search .site-content-header .breadcrumbs {
    display: none;
}

.search.search-results #content-search .site-content-header .page-header {
    margin: 0 auto;
    display: inline-block;
    width: 100%;
    line-height: 1.5;
}

.search.search-results #content-search .site-content-header .page-header .page-title, .search.search-results #content-search .site-content-header .page-header .page-title span {
    font-size: 20px;
    font-weight: normal;
    color: #002537;
}

.search.search-results #content-search div {
    padding: 0 0 15px;
    margin: 0 auto 15px;
    font-family: 'Modern Era', sans-serif;
    font-size: 16px;
    color: #002537;
    font-weight: 500;
}
.search-results #content-search h3 {
	font-size: 18px;
	font-family: 'Sohne Breit',sans-serif;
	margin-bottom: 10px;
	display: inline-block;
	width: 100%;
}
.search-results #content-search p {
	font-size: 16px;
	font-family: 'Modern Era', sans-serif;
	margin: 10px auto;
	width: 100%;
	padding: 0;
	display: inline-block;
}
.search.search-results #content-search div .more-link {
    display: inline-block;
    margin: 0 auto;
    border-radius: 25px;
    background-color: #ffc73d;
    color: #002537;
    padding: 16px 30px;
    font-size: 15px;
}

.search.search-results #content-search div.navigation {
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    font-family: 'Sohne Breit';
    font-size: 16px;
    color: #002537;
}

.search.search-results #content-search div.navigation a {
    font-size: 16px;
    font-family: Sohne Breit;
    font-weight: normal;
    color: #002537;
}
.subscribe-list .klaviyo-form .kjoxde.kjoxde.kjoxde.kjoxde.kjoxde.kjoxde.kjoxde {
	border: 2px solid rgb(248, 194, 54);
	width: 100%;
	display: inline-block;
}
/*single_course  page*/
.single_course {
	display: inline-block;
	width: 100%;
}
.first_row {
	width: 100%;
	display: inline-block;
	position: relative;
}
.single_course .first_row .first-col {
	display: inline-block;
	width: 50%;
}
.single_course .first_row .slick-track {
	display: inline-block;
	width: 100%;
}
.single_course .first_row .single_img_width {
	display: inline-block;
	float: unset;
	vertical-align: middle;
	height: 500px;
}
.coursegallery img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.single_course .first_row .second_col {
	display: inline-block;
	width: calc(50% - 90px);
	vertical-align: top;
	margin: 50px 40px 5px 45px;
}
.single_course .first_row .second_col .category_block {
	display: inline-block;
	width: 100%;
	position: relative;
}
.single_course .first_row .second_col .category_block .inn_line {
	margin-bottom: 0;
	position: absolute;
	width: 35px;
	height: 2px;
	background: #bd4f18;
	top: calc(50% - 1px);
	border-bottom: 0;
}
.single_course .first_row .second_col .category_block p {
	margin-top: 0;
	 font-size: 16px;
    font-weight: bold;
    font-family: 'Modern Era', sans-serif;
    color: #bd4f18;
	margin-left: 55px;
}
.single_course .first_row .second_col .title {
	margin: 15px 0 auto;
	 font-size: 36px;
    font-weight: normal;
    font-family: 'Sohne Breit', sans-serif;
    color: #002537;
}
.single_course .second_col .user_access_segment {
	display: block;
	width: 50%;
	position: absolute;
	bottom: 110px;
	left: 50%;
	text-align: center;
}
.courseshareicon::after {
	content: '';
	border-color: #fec82c  transparent;
	border-style: solid;
	border-width: 0px 8px 8px 8px;
	height: 0px;
	width: 0px;
	position: absolute;
	bottom: -9px;
	left: calc(50% - 8px);
	display: inline-block;
	opacity: 0;
	transition: all linear .3s;
}
.courseshareicon.active::after {
	opacity: 1;
	transition: all linear .3s;
}
.single_course .second_col #btn-join {
	border-radius: 50px;
	padding: 15px 35px;
	display: inline-block;
	width: auto;
	background: #ffc73d;
	color: #002537;
	font-size: 16px;
	font-weight: normal;
	font-family: 'Sohne Breit', sans-serif;
	line-height: 1;
	letter-spacing: -0.5px;
}
.single_course .seconhd_row {
	margin: 50px 6.25% 40px;
}
/*.single_course .seconhd_row * {
	color: #002537;
}*/
.single_course .seconhd_row .accord_wrap {
	display: inline-block;
	width: 100%;
	list-style: none;
	margin-left: 0;
}
.single_course .seconhd_row .accord_item_trriger {
	display: inline-block;
	width: 100%;
	font-size: 24px;
	margin-bottom: 25px;
	border-bottom: 2px solid #002537;
	font-weight: normal;
    font-family: 'Sohne Breit', sans-serif;
	color: #002537;
	position:relative;
	line-height:1.7;
}
.single_course .seconhd_row .accord_item_trriger::after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 8px;
	position: absolute;
	background: transparent url(images/up_arr.png)no-repeat scroll 99% center;
	right: 0;
	top: calc(50% - 4px);
	transform: rotate(180deg);
	transition: all linear .3s;
}
.single_course .seconhd_row .accord_item_trriger.active::after {
	transform: rotate(0);
	transition: all linear .3s;
}
.single_course .first_row .share_mail {
	display: block;
	width: auto;
	position: absolute;
	left: calc(75% - 75px);
	bottom: 0;
	line-height: 0;
}
.single_course .first_row .sf_sec.share_sec {
	display: inline-block;
	margin: 0 auto;
	width: 60px;
	height: 60px;
	border: 1px solid #bd4f18;
	border-radius: 50%;
	cursor: pointer;
	text-align: right;
	float: left;
	margin: 0 7.5px;
	background: #bd4f18;
}
.share_fav .sf_sec a {
    display: block;
    width: 100%;
    height: 100%;
}
.sf_sec.mail_link {
	display: inline-block;
	margin: 0 7.5px;
}
.single_course .first_row .courseshareicon {
	display: block;
	width: 100%;
	height: 100%;
	background: transparent url(images/share-_icon.png)no-repeat scroll center center;
	position: relative;
}
.single_course .first_row .social {
	position: absolute;
	text-align: center;
	top: calc(100% + 9px);
	width: 210px;
	margin: 0;
	background: #fec82c;
	left: calc(50% - 105px);
	height: auto;
	line-height: 0;
}
.single_course .first_row .social li {
	display: inline-block;
	width: 50px;
	margin: 0 10px;
	height: 50px;
}
.single_course .first_row .social .fb-ico a {
	background: url(images/facebook-icon.png) no-repeat scroll center center;
	width: 100%;
	display: inline-block;
	height: 100%;
	background-size: 16px 25px;
}
.single_course .first_row .social .tweet-ico a {
	background: url(images/twtr-ftr-ico.png) no-repeat scroll center center;
	width: 100%;
	display: inline-block;
	height: 100%;
	background-size:30px;
}
.single_course .first_row .mail_link a {
	border: 1px solid #bd4f18;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	font-size: 32px;
	background: url(images/msg_icon.png) #bd4f18 no-repeat scroll center center;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	float: left;
	margin: 0;
}
.single_course .seconhd_row .accord_content p {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: normal;
	font-family: 'Modern Era', sans-serif;
    letter-spacing: -0.01em;
	display: block;
	width: 100%;
	margin-top: 0;
	color: #002537;
    line-height: 28px;
}
.single_course .seconhd_row .accord_content .main_head {
	font-size: 16px;
	font-weight: normal;
    font-family: 'Sohne Breit', sans-serif;
	margin-top: 0;
	margin-bottom: 15px;
	display: inline-block;
	width: 100%;
	color: #002537;
}
.single_course .seconhd_row .accord_content ul {
	position:relative;
	display:inline-block;
	width:100%;
}
.single_course .seconhd_row .accord_content ul li {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: normal;
	font-family: 'Modern Era', sans-serif;
	display: list-item;
	width: 100%;
	color: #002537;
	list-style-image:url(images/star-list.png) ;
    letter-spacing: -0.01em;
    line-height: 28px;
}
.single_course .seconhd_row .accord_content ul li ::marker{
	display:inline-block;
	vertical-align:middle;
}
.related_course_item {
	margin: 0 15px;
	border-radius: 11px;
	overflow: hidden;
}
.related_course_item .image_block {
	height: auto;
	line-height: 0;
	overflow: hidden;
	display: block;
	max-height:200px;
}
/*.single_course .seconhd_row .accord_content ul li:before {
	position:absolute;
	content:"";
	background:url(../images/star-list.png) no-repeat scroll center center;
}*/
.single_course .seconhd_row .accord_content .side_head {
	font-size: 16px;
	margin-bottom: 20px;
	font-weight: normal;
    font-family: 'Sohne Breit', sans-serif;
	color: #bd4f18;
	display: inline-block;
	width: 100%;
}
.single_course .seconhd_row .accord_content h1 {
    font-family: 'Modern Era', sans-serif;
    font-size: 24px;
    font-weight: bold;
	margin-bottom: 20px;
	margin-top: 0;
	display: inline-block;
	width: 100%;
	color: #bd4f18;
}
.single_course .seconhd_row .accord_content .final_req {
	font-size: 16px;
	font-weight: normal;
    font-family: 'Sohne Breit', sans-serif;
	color: #002537;
	margin-bottom: 0px;
	padding-bottom: 15px;
}
.related {
	display: block;
	margin: 0 6.25% 70px;
	position: relative;
}
.related .slick-arrow {
	position: absolute;
	color: transparent;
	content: "";
	width: 50px;
	height: 50px;
	display: inline-block;
	z-index: 9;
}
.related .slick-prev {
	left: -50px;
	top: calc(50% - 25px);
	background: transparent url(images/slick-prev.png) no-repeat scroll center center;
}
.related .slick-next {
	right: -50px;
	top: calc(50% - 25px);
	background: transparent url(images/slick-next.png) no-repeat scroll center center;
}
.related .sec_title {
	font-size: 36px;
	font-weight: normal;
    font-family: 'Sohne Breit', sans-serif;
	color: #002537;
	text-align: center;
	margin: 0 auto;
	display: inline-block;
	width: 100%;
	position:relative;
}
.related .sec_title:before {
	position:absolute;
	content:"";
	width:calc(50% - 220px);
	height:2px;
	left:0;
	top:calc(50% - 1px);
	background:#002537;
}
.related .sec_title:after {
	position:absolute;
	content:"";
	width:calc(50% - 220px);
	height:2px;
	right:0;
	top:calc(50% - 1px);
	background:#002537;
	
}
.related .related_course_wrapper {
	margin-top: 35px;
	margin-left: 0;
}
.related .image_block img {
	width: 100%;
	height: auto;
}
.related .content_block {
	padding: 20px 25px;
	display: block;
	background: #fff;
	width: 100%;
	margin: 0;
}
.related .content_block h2 {
	font-size: 16px;
	font-weight: normal;
    font-family: 'Sohne Breit', sans-serif;
	color: #002537;
	min-height:40px;
}
.related .content_block .full_line {
	margin: 20px 0 15px;
	display: inline-block;
	width: 100%;
	border: 1px solid #002537;
}
.related .content_block p {
	font-size: 14px;
	margin-top: 0;
	font-weight:  bold;
	font-family: 'Modern Era', sans-serif;
	display: inline-block;
	width: 100%;
	color: #bd4f18;
}
.ytp-chrome-top.ytp-show-cards-title {
	display:none !important;
}
.video-stream.html5-main-video {
	width: 100% !important;
	height: auto !important;
	left: 0 !important;
}
embed, .banner_video iframe, object {
	max-width: 100%;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.banner_video iframe *{
	width:100% !important;
}
.single_course .seconhd_row .accord_content h5 {
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: normal;
	font-family: 'Sohne Breit', sans-serif;
	color: #002537;
	display: inline-block;
	width: 100%;
	margin-top: 0;
}
.single_course .seconhd_row .accord_content .Duration-price {
	display: inline-block;
	width: calc(50% - 13px);
	text-align: center;
	background: #f5f5f5;
	padding: 0 5px;
	margin-bottom: 15px;
}
.single_course .seconhd_row .accord_content .five-week {
	margin-right: 10px;
}
.single_course .seconhd_row .accord_content .twel-week {
	margin-left: 10px;
}
.single_course .seconhd_row .accord_content .Duration-price ul {
	margin-left: 0; 
	list-style: none; 
}
.single_course .seconhd_row .accord_content .Duration-price ul li {
	list-style: none; 
}
.single_course .seconhd_row .accord_content .Duration-price .week-head {
	background: #002537;
}
.single_course .seconhd_row .accord_content .week-head h3 {
	border-bottom: 1px solid #fff;
	color: #fff;
	padding: 15px 0;
	margin-bottom: 0;
}
.single_course .seconhd_row .accord_content .week-head h1 {
	padding: 20px 0;
	margin-bottom: 0;
}
.single_course .seconhd_row .accord_content .Add-Ons {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.single_course .seconhd_row .accord_content .Add-Ons h3 {
	text-decoration: underline;
	text-decoration-style: solid;
	text-decoration-style: solid;
}
.single_course .seconhd_row .accord_content .Add-Ons p {
	display: inline-block;
	width: calc(50% - 3px);
	font-weight: 700;
}
.single_course .seconhd_row .accord_content .consultation {
	border-top: 1px solid #002537;
	padding-top: 15px;
}
/*single_course-end  page*/
/*archive-sfwd-courses  page*/
.post-type-archive-sfwd-courses .row {
	/*margin: 70px 9.375%;*/
}
body.post-type-archive #main-blog.course-landing {
	padding: 70px 9.375%;
	position: relative;
	float: left;
	width: 100%;
}
.post-type-archive-sfwd-courses .filtered_courses {
	list-style: none;
	margin-left: 0;
}
.post-type-archive-sfwd-courses .course-item {
	display: inline-block;
	width: 100%;
	background: #fff;
	margin-bottom: 50px;
	padding: 70px 45px 50px 50px;
	position: relative;
}
.post-type-archive-sfwd-courses .course-item:last-child { margin-bottom: 0; }
.post-type-archive-sfwd-courses .course-item .image_block {
	display: inline-block;
	/* float: unset; */
	vertical-align: bottom;
	height: 100%;
	width: 50%;
}
.post-type-archive-sfwd-courses .course-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.post-type-archive-sfwd-courses .content_block {
	display: inline-block;
	width: calc(50% - 25px);
	vertical-align: top;
	margin: 0 0 auto 20px;
}
.post-type-archive-sfwd-courses .content_block a {
	display: inline-block;
	width: 100%;
}
.post-type-archive-sfwd-courses .course-item#course-692 a {
	pointer-events: none;
}
.post-type-archive-sfwd-courses .course-item#course-692 .user_access_segment {
	display: none;
}
.post-type-archive-sfwd-courses .post_excerpt {
	display: inline-block;
	width: 90%;
}
.post-type-archive-sfwd-courses .course-item:nth-child(odd) .content_block {
	margin: 0 0 auto 20px;
}
.post-type-archive-sfwd-courses .course-item:nth-child(even) .content_block {
	margin: 20px 0 auto 0;
}
.post-type-archive-sfwd-courses .content_block h2 {
	font-size: 32px;
	font-weight: bold;
	font-family: 'Sohne Breit', sans-serif;
	color: #002537;
	margin-bottom: 25px;
}
.post-type-archive-sfwd-courses .content_block .post_excerpt p {
	font-size: 16px;
	font-weight: normal;
	font-family: 'Modern Era', sans-serif;
	color: #002537;
	margin-bottom: 25px;
	line-height: 1.5;
}
.user_access_segment {
	position: absolute;
	bottom: 60px;
}
.post-type-archive-sfwd-courses .course-item .button.link_btn {
	font-size: 0;
	display: none;
}
.post-type-archive-sfwd-courses .course-item #btn-join:after {
	content:"Learn More";
	font-size: 16px;
}
.post-type-archive-sfwd-courses .course-item #btn-join {
	border-radius: 25px;
	padding: 16px 30px;
	display: block;
	width: max-content;
	background: #ffc73d;
	color: #002537;
	font-size: 0;
	font-weight: normal;
	font-family: 'Sohne Breit', sans-serif;
	line-height: 1;
	letter-spacing: -0.5px;
}
.post-type-archive-sfwd-courses .course-item:nth-child(odd) #btn-join {
	margin-right: 0;
	margin-left: 0;
}
.post-type-archive-sfwd-courses .course-item:nth-child(even) #btn-join {
	margin-right: 0;
	margin-left: 0;
}
.coursegallery .slick-arrow {
	position: absolute;
	width: 60px;
	height: 60px;
	top: calc(50% - 30px);
	border-bottom: ;
	border-radius: 50%;
	font-size: 0;
	background: #ffc73d;
	z-index:1;
	padding:0;
}
.coursegallery .slick-arrow.slick-prev {
	left:50px;
	background: url(images/arrow-prev.svg) #ffc73d no-repeat scroll center center;
	background-size:20px;
}
.coursegallery .slick-arrow.slick-next{
	right:50px;
	background: url(images/arrow-next.svg) #ffc73d no-repeat scroll center center;
	background-size:20px;
}
/*archive-sfwd-courses-end  page*/
.html5-video-player .video-click-tracking, .html5-video-player .video-stream {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	position: unset !important;
}
/*My Courses Page*/ 
.page-template-LDContent-php.page-id-722 .learndash-wrapper .ld-expand-button {
	background-color: #ffc73d;
	font-size: 16px; 
	font-family: 'Modern Era',sans-serif;
}
.page-template-LDContent-php.page-id-722 .learndash-wrapper .ld-status-complete {
	background-color: #ffc73d;
	color: #fff;
}
.page-template-LDContent-php.page-id-722 .learndash-wrapper .ld-expand-button:hover {
	opacity: .75;
	background-color: #ffc73d;
}
.page-template-LDContent-php.page-id-722 .learndash-wrapper .ld-status-in-progress {
	border-color: #ffc73d #e2e7ed #e2e7ed #ffc73d;
	border-style: solid;
	border-width: 4px;
	transform: rotate(-45deg);
	background-color: #fff;
}
.page-template-LDContent-php.page-id-722 .ld-course-list-items .ld_course_grid .thumbnail.course .ld_course_grid_price.ribbon-enrolled::before {
	border-top: 4px solid #ffc73d;
	border-right: 4px solid #ffc73d;
}
.page-template-LDContent-php.page-id-722 .ld-course-list-items .ld_course_grid .thumbnail.course .ld_course_grid_price.ribbon-enrolled {
	background: #ffc73d;
	color: #fff;
	font-family: 'Modern Era',sans-serif;
}
.page-template-LDContent-php.page-id-722 .ld-course-list-items .ld_course_grid .btn-primary {
	color: #ffffff;
	background-color: #ffc73d;
	border-color: #ffc73d;
}
.page-template-LDContent-php.page-id-722 .learndash-wrapper * {
	box-sizing: border-box;
	font-size: 16px;
	font-family: 'Modern Era',sans-serif;
}
.page-template-LDContent-php.page-id-722 .ld-course-list-items .ld_course_grid .thumbnail.course .ld_course_grid_price::before {
	border: 4px solid transparent;
	border-top: 4px solid #ffc73d;
	border-right: 4px solid #ffc73d;
	content: "";
	position: absolute;
	left: 0;
	bottom: -8px;
}
.page-template-LDContent-php.page-id-722 .ld-course-list-items .ld_course_grid .thumbnail.course .ld_course_grid_price {
	background: #ffc73d;
	box-shadow: 0 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px rgba(0,0,0,0.2);
	color: #fff;
	text-shadow: 0 1px rgba(0,0,0,0.3);
	position: absolute;
	font-size: 14px;
	left: -8px;
	top: 10px;
	padding: 3px 10px;
	z-index: 2;
	font-weight: bold;
}
/*** Program Page ***/
.row {
	/*margin: 70px 9.375%;*/
}
/* .page-id-31712.page-template-LDContent .pg-cntnt { */
	/* padding: 50px; */
/* } */
#main-blog.course-landing {
	padding: 0px 0;
	position: relative;
	float: left;
	width: 100%;
}
.filtered_courses {
	list-style: none;
	margin-left: 0;
}
.course-item {
	display: inline-block;
	width: 100%;
	background: #fff;
	margin-bottom: 50px;
	padding: 50px 45px 50px 50px;
	position: relative;
}
.course-item:last-child { margin-bottom: 0; }
.course-item .image_block {
	display: inline-block;
	/* float: unset; */
	vertical-align: bottom;
	height: 100%;
	width: 50%;
}
.course-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.content_block {
	display: inline-block;
	width: calc(50% - 25px);
	vertical-align: top;
	margin: 0 0 auto 20px;
}
.content_block a {
	display: inline-block;
	width: 100%;
}
.course-item#course-692 a {
	pointer-events: none;
}
.course-item#course-692 .user_access_segment {
	display: none;
}
.post_excerpt {
	display: inline-block;
	width: 90%;
}
.course-item:nth-child(odd) .content_block {
	margin: 0 0 auto 20px;
}
.course-item:nth-child(even) .content_block {
	margin: 20px 0 auto 0;
}
.content_block h2 {
	font-size: 32px;
	font-weight: bold;
	font-family: 'Sohne Breit', sans-serif;
	color: #002537;
	margin-bottom: 25px;
}
.content_block .post_excerpt p {
	font-size: 16px;
	font-weight: normal;
	font-family: 'Modern Era', sans-serif;
	color: #002537;
	margin-bottom: 25px;
	line-height: 1.5;
}
.user_access_segment {
	position: absolute;
	bottom: 60px;
}
.course-item .button.link_btn {
	font-size: 0;
	display: none;
}
.course-item #btn-join:after {
	content:"Learn More";
	font-size: 16px;
}
.course-item #btn-join {
	border-radius: 25px;
	padding: 16px 30px;
	display: block;
	width: max-content;
	background: #ffc73d;
	color: #002537;
	font-size: 0;
	font-weight: normal;
	font-family: 'Sohne Breit', sans-serif;
	line-height: 1;
	letter-spacing: -0.5px;
}
.course-item:nth-child(odd) #btn-join {
	margin-right: 0;
	margin-left: 0;
}
.course-item:nth-child(even) #btn-join {
	margin-right: 0;
	margin-left: 0;
}
.coursegallery .slick-arrow {
	position: absolute;
	width: 60px;
	height: 60px;
	top: calc(50% - 30px);
	border-bottom: ;
	border-radius: 50%;
	font-size: 0;
	background: #ffc73d;
	z-index:1;
	padding:0;
}
/*** End of Program Page ***/
@media only screen and (min-width: 1280px) {
	.site-header .menu-courses-header-fall-back-container .menu li a {
		color: #002537 !important;
		font-size: 14px;
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.menu-student-header-fall-back-container .menu .advert .sub-menu a {
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.menu-student-header-fall-back-container .menu .advert .sub-menu a {
		color: #002537 !important;
		font-size: 15px;
	}
	.site-header .menu-about-header-fall-back-container .menu li a {
		font-size: 15px;
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.meetourteam .teamintro {
		width: 30%;
		padding: 100px 25px 100px;
		height: auto;
		min-height: 432px;
	}
	.meetourteam #Staffs {
		width: 70%;
	}
	.meetourteam #Staffs #team .image_block .post-image {
		width: auto;
		display: block;
		margin: 0 auto;
		vertical-align: top;
		float: none;
		position: relative;
		max-width: ;
		height: 100%;
		min-height: unset;
		object-fit: contain;
		background: #f6f6f6;
	}
	.contnt_block.post-id-content-266 {
		width: 50%;
		display: inline-block;
		font-family: Modern Era;
		line-height: 1.75;
		color: #002537;
		padding: 40px 40px 40px 20px;
		height: auto;
		min-height: 432px;
		font-size: 15px;
	}
	.contnt_block.post-id-content-266 p {
		font-size: 18px;
		color: #002537;
		line-height: 1.35;
		font-weight: 400;
		font-family: 'Modern Era',sans-serif;
		margin: 0;
	}
	.page-template-LDContent .pg-cntnt .easy_testimonials_grid_cell .easy_testimonial .testimonial_body p {
		font-size: 15px;
		line-height: 1.5;
	}
	#faq #secondcol .accord_Wrap .org_accord .accord_item {
		font-family: 'Sohne Breit';
		font-size: 15px;
		line-height: 1.5;
	}
	.page-id-688 p, .page-id-3 li, .page-id-3 p {
		font-size: 15px;
	}
	.page-id-31176 .pg-cntnt .Footer_Content2row ul.menu#menu-footer-navigate-menu .sub-menu li {
		width: 41%;
		float: left;
		display: block;
	}
	.page-id-31176 .pg-cntnt .Footer_Content2row ul.menu#menu-footer-Programs-menu .sub-menu li {
		width: 50%;
		float: left;
		display: block;
	}
	.page-id-31176 .pg-cntnt .Footer_Content2row ul.menu .sub-menu a {
		font-size: 15px;
	}
}
@media only screen and (min-width: 1200px) {
    #wrapper .content-outer.container .row #primary #B_sec .common_cnt {
		top: 0;
		bottom: 0;
		height: 100%;
		padding: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

    #wrapper .content-outer.container .row #primary #B_sec .common_cnt p {
        width: 80%;
    }

    .about h2 + p {
        width: 60%;
    }

    .about .ourcount::after {
        position: absolute;
        content: "";
        background: url(images/about-after.png) no-repeat center center;
        height: auto;
        width: 320px;
        right: 0;
        bottom: 0;
        display: inline-block;
        padding-bottom: 499px;
		z-index: 0;
    }

    #exploreprograms {
        padding: 70px 160px;
    }

    #exploreprograms .qlc_content_childreanofwehelpwith li .pview_cnt {
        width: 65%;
    }
    .videobanner .banners.video_banners .banner_item_bg.bannervideo .banner_video {
        height: 600px;
    }
    /*#clientlogos {
        padding: 70px 380px;
    }
    #clientlogos .clogos {
        margin: 25px auto;
    }*/
}

@media only screen and (max-width: 1199px) {
    /*#wrapper .content-outer.container .row #primary #B_sec ul.banners.image_banners.slick-initialized.slick-slider img {
        height: 100vh;
        max-width: 100%;
    }*/

    #wrapper .content-outer.container .row #primary #B_sec .common_cnt {
        top: 50%;
        transform: translateY(-50%);
        padding: 0 30px;
    }

    #wrapper .content-outer.container .row #primary #B_sec .common_cnt h1 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    #wrapper .content-outer.container .row #primary #B_sec .common_cnt p {
        font-size: 16px;
    }

    .about {
        padding: 0 20px;
    }

    .about h2 {
        margin: 35px auto 16px !important;
        font-size: 32px;
    }

    .about h2 + p {
        font-size: 16px;
    }

    #exploreprograms {
        padding: 30px 20px;
    }

    #exploreprograms .qlc_content_childreanofwehelpwith li .pview_cnt p {
        font-size: 16px;
        line-height: 1.5;
    }
}
@media only screen and (max-width: 1024px) {
	.single_course .first_row .first-col {
	width: 100%;
	}
	.single_course .first_row .slick-track {
	width: 100% !important;
	}
	.single_course .first_row .single_img_width {
		width: 100% !important;
		height: 325px;
	}
	.single_course .first_row .second_col {
		margin: 20px 20px 0 20px;
		text-align: center;
		width: calc(100% - 40px);
	}
	.single_course .first_row .share_mail {
		position: unset;
		margin: 20px auto 0;
	}
	.single_course .first_row .sf_sec.share_sec {
		float: unset;
		width: 40px;
		height: 40px;
	}
	.single_course .first_row .mail_link a {
		width: 40px;
		height: 40px;
	}
	.single_course .second_col .user_access_segment {
		display: block;
		width: auto;
		position: unset;
		text-align: center;
		margin-top: 20px;
	}
	.single_course .second_col #btn-join {
		font-size: 13px;
	}
	.single_course .first_row .second_col .category_block .inn_line {
		display: inline-block;
		vertical-align: middle;
		margin-right: 10px;
		position: unset;
	}
	.single_course .first_row .second_col .category_block p {
		margin-left: 0;
		display: inline-block;
		width:  max-content;
		font-size: 12px;
		font-weight: 800;
	}
	.single_course .first_row .second_col .title {
		margin: 20px 0 auto;
		font-size: 18px;
	}
	.single_course .seconhd_row .accord_content ul {
		width: calc(100% - 28px);
	}
	.related {
		margin: 0 50px 30px;
	}
	.related .sec_title {
		font-size: 18px;
	}
	.related .sec_title::before {
		width: calc(50% - 100px);
	}
	.related .sec_title::after {
		width: calc(50% - 100px);
	}
	.related .related_course_wrapper {
		margin-top: 20px;
	}
	.related .content_block {
		padding: 20px 15px;
	}
	.related .content_block h2 {
		font-size: 14px;
		min-height: 38px;
	}
	.related .category_block .full_line {
		margin: 15px 0 15px;
	}
	.related .content_block p {
		font-size: 12px;
	}
	.related .slick-arrow {
		width: 30px;
		height: 30px;
		border-radius: 50px;
	}
	.related .slick-arrow.slick-prev {
		left: -30px;
		top: calc(50% - 15px);
	}
	.related .slick-arrow.slick-next {
		right: -30px;
		top: calc(50% - 15px);
	}
}

@media only screen and (max-width: 991px) {
    #wrapper .content-outer.container .row #primary #B_sec .common_cnt a.banner_link {
        padding: 9px 26px;
        margin-top: 20px;
        font-size: 14px;
    }
    .about .ourcount::before {
        background: url(images/about-before-mobile.png) no-repeat scroll center center;
        height: 294px;
        width: 184px;
        left: 50%;
        transform: translateX(-50%);
    }

    #exploreprograms .banner_link_explore {
        padding: 9px 26px;
        font-size: 14px;
    }

    #exploreprograms .qlc_content_childreanofwehelpwith li {
        width: 100%;
        padding: 0 15px;
        margin-bottom: 35px;
    }

    #exploreprograms .qlc_content_childreanofwehelpwith li .pview_cnt p {
        font-size: 14px;
        font-weight: 500;
        line-height: 1.28;
    }
    .qlc_text h4, .qlc_text h4 a {
        font-size: 16px;
    }
    .qlc_text h4 {
        margin: 0 auto 15px;
    }
}

@media only screen and (max-width: 767px) {
    #wrapper .content-outer.container .row #primary #B_sec .common_cnt a.banner_link {
        font-size: 13px;
    }

    #wrapper .content-outer.container .row #primary #B_sec .common_cnt h1 {
        font-size: 24px;
    }

    #wrapper .content-outer.container .row #primary #B_sec .common_cnt p {
        font-size: 14px;
    }

    .about {
        height: 100%;
        background-size: 100% 100%;
    }

    .about h2 {
        font-size: 20px;
    }

    .about h2 + p {
        font-size: 14px;
    }

    .about .ourcount h2.watermarktext {
        font-size: 150px;
    }

    .about .ourcount::before {
        background: url(images/about-before-mobile.png) no-repeat scroll center center;
        height: 294px;
        width: 184px;
        left: 50%;
        transform: translateX(-50%);
    }
    #exploreprograms .banner_link_explore {
        font-size: 13px;
    }
}