a, a:focus, a:hover {
	text-decoration:none
}
*, body, img {
	margin:0;
	padding:0
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	margin:0;
	padding:0;
	border:0;
	font:inherit
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block
}
ol, ul {
	list-style:none
}
blockquote, q {
	quotes:none
}
blockquote:after, blockquote:before, q:after, q:before {
	content:'';
	content:none
}
table {
	border-collapse:collapse;
	border-spacing:0
}
* {
	box-sizing:border-box
}
a {
	outline:0;
	border:none;
}
a:focus {
	outline:0;
	border:none;
}
a:hover {
	outline:0;
	border:none;
}
button {
	outline:0;
	border:none;
}
button:hover {
	outline:0;
	border:none;
}
button:focus {
	outline:0;
	border:none;
}
.spacer {
	clear:both;
	line-height:0;
	font-size:0
}
img {
	border:0;
	height:auto;
	max-width:100%
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal
}
select {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none
}
html {
	overflow-x:hidden;
	scroll-behavior: smooth;
}
body {
	font-family: 'Red Hat Display', sans-serif;
	overflow-x:hidden;
}
.announcebar {
	background:#042840;
	padding:8px 0;
	font-size:14px;
	color:#fff;
}
.announcebar span {
	font-size:14px;
	margin-left:8px;
}
.top-outer {
	width:100%;
	box-shadow: 0px 7px 29px 0px rgba(112, 144, 176, 0.15);
	position:relative;
	z-index:999;
}
.navbar {
	padding:0
}
.navbar-brand {
	width:154px;
	margin:0;
	padding:15px 0 15px
}
.navbar-nav li a {
	color:#042840;
	display:block;
	font-size:14px;
	padding:6px 0
}
.navbar-nav li:last-child a {
	padding-bottom:15px
}
.navbar-nav li:hover a {
	background:none;
	color:#00CC6C
}
.navbar-nav li.active a {
	background:none;
	color:#8fd5ac
}
.navbar-toggler {
	padding:0;
	border:none;
	border-radius:0;
	width:30px;
	outline:0
}
.navbar-toggler span {
	width: 100%;
	height:2px;
	display: block;
	border-radius:0;
	margin-top:7px;
	background: #333333;
}
.navbar-toggler span:first-child {
	margin-top:0;
}
.navbar-toggler:focus {
	border:none;
	outline:0
}
.navbar-toggler:focus {
	border:none;
	outline:0
}
.topbutton a {
	background:#00CC6C;
	color:#fff;
	display:flex;
	border-radius:50px;
	align-items:center;
	font-size:13px;
	text-transform:uppercase;
	width:265px;
	height:46px;
	font-weight:700;
	line-height:46px;
	justify-content:center;
}
.topbutton a img {
	margin-left:8px;
}
.topbutton a:hover {
	background:#25925f;
}
.section {
	padding:30px 0;
}
.rowgap {
	margin-top:30px;
}
.headingone {
	font-size:19px;
	color:#042840;
	line-height:150%;
	font-weight:700;
	margin:10px 0;
	text-transform:capitalize;
}
.headingone strong {
	color:#00CC6C;
	background:url(../images/dash.png) bottom center no-repeat;
	background-size:100% auto;
	padding-bottom:10px;
}
.headingtwo {
	color:#042840;
	font-size:22px;
	line-height:120%;
	font-weight:700;
	text-transform:capitalize;
	margin:15px 0;
}
.subheading {
	color:#042840;
	font-size:16px;
	line-height:normal;
}
.para {
	font-size:14px;
	line-height:130%;
	color:#042840;
	margin-top:15px;
}
.bannersec {
	background:#042840;
	border-radius: 0px 0px 12px 12px;
	position:relative;
	padding:30px 0;
}
.bannersec:after {
	background:url(../images/bannerbg.webp) center center no-repeat;
	content:"";
	position:absolute;
	left:0;
	top:0;
	height:38%;
	border-radius: 0px 0px 12px 12px;
	width:100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.bannersec .container {
	position:relative;
	z-index:99;
}
.bannertop {
	margin:0 auto;
	max-width:990px;
}
.ratingsec img {
	width:68px;
}
.ratingsec span {
	margin-left:6px;
	color:#042840;
	font-size:12px;
}
.ratingsec span strong {
	font-weight:700;
}
.featuredsec {
	margin-top: 20px;
}
.bannertop ul li {
	display:flex;
	align-items:center;
	justify-content:center;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	margin:12px 0 0;
}
.bannertop ul li img {
	width:14px;
}
.bannertop ul li span {
	font-size:13px;
	color:#fff;
	margin-left:8px;
}
.bannertop ul li span strong {
	font-weight:700;
}
.bannerimg {
	margin-top:30px;
	margin-bottom:30px;
}
.bannerimg img {
	width:100%;
	display:block;
}
.featuredsec strong {
	color:#fff;
	font-weight:700;
	font-size:16px;
	text-align:center;
	margin-bottom:20px;
	display:block;
}
.featuredsec img {
	display:block;
	margin:0 auto;
}
.stepbox {
	margin:15px 0;
	text-align:center;
}
.stepno {
	width: 32px;
	height: 32px;
	border: 3px solid #fff;
	line-height: 26px;
	border-radius: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 9;
	background: #042840;
	font-size: 15px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	margin-top: -20px;
}
.stepbox h4 {
	color: #042840;
	font-size: 20px;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	margin:0 0 15px;
}
.stepimg {
	margin-top:25px;
}
.btn-default {
	width:90%;
	height:48px;
	line-height:55px;
	margin:0 auto;
	border-radius:50px;
	background:#00CC6C;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
}
.btn-default img {
	margin-left:8px;
	width:20px;
}
.btn-default:hover {
	color:#fff;
	background:#25925f;
}
.whosec {
	background:#ECF7FF;
	border-radius: 12px 12px 0px 0px;
}
.whosec ul {
	margin-top:20px;
	max-width:537px;
}
.whosec ul li {
	color:#042840;
	font-size:14px;
	line-height:140%;
	background:url(../images/greentick.png) left 2px no-repeat;
	background-size:14px auto;
	margin-top:17px;
	padding-left:22px;
}
.whosec ul li strong {
	font-weight:700;
}
.whosecleftinner {
	max-width:610px;
}
.reviewboxwho {
	border-radius: 14px;
	border: 1px solid rgba(112, 144, 176, 0.17);
	background: #FFF;
	box-shadow: 0px 5px 32px 0px rgba(112, 144, 176, 0.16);
	padding:20px;
	margin-top:25px;
}
.reviewimgarea {
	margin-top:20px;
}
.reviewimg {
	width:40px;
	height:40px;
	border-radius:100%;
	margin-right:15px;
	background:#ECF7FF;
	font-size:18px;
	font-weight:700;
	color:#042840;
	text-align:center;
	line-height:40px;
}
.reviewauthorname strong {
	color:#042840;
	font-weight:700;
	font-size:14px;
}
.verify {
	color:#00B67A;
	font-size:12px;
	margin-top:4px;
}
.verify img {
	margin-right:6px;
}
.reviewstar {
	width:68px;
}
/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before, .slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
	margin:0 auto;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
/* Arrows */
.slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 34px;
	height: 34px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	z-index:9999;
	background:url(../images/arrowleft.png) left top no-repeat;
	background-size:34px 34px;
}
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 34px;
	height: 34px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	z-index:9999;
	background:url(../images/arrowright.png) left top no-repeat;
	background-size:34px 34px;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	color: transparent;
	outline: none;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
	opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: .25;
}
.slick-prev:before, .slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-prev {
	left:25px;
}
[dir='rtl'] .slick-prev {
	right:25px;
	left: auto;
}
.slick-next {
	right:25px;
}
[dir='rtl'] .slick-next {
	right: auto;
	left:25px;
}
.slick-dots {
	display: block;
	width: 100%;
	padding: 0;
	margin:20px 0 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 12px;
	height: 12px;
	padding: 5px;
	background:#000;
	cursor: pointer;
	color: transparent;
	border-radius:100%;
	border: 0;
	outline: none;
}
.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}
.slick-dots li.slick-active button {
	background:red;
}
.memberslider .item {
	padding:20px 5px;
}
.memberbox {
	border-radius: 14px;
	border: 1px solid rgba(112, 144, 176, 0.17);
	background: #FFF;
	box-shadow: 0px 5px 32px 0px rgba(112, 144, 176, 0.16);
	padding:20px;
}
.memberimg img {
	display:block;
	width:55px;
	height:55px;
	border-radius:100%;
}
.membername {
	margin-left:12px;
}
.membertitle {
	color: #6C757D;
	font-size:12px;
}
.membertitle strong {
	font-weight:700;
	color:#042840;
	font-size:16px;
	margin-right:5px;
	text-transform:capitalize;
}
.membercountry {
	color:#00E178;
	font-size:12px;
	margin-top:4px;
	text-transform:capitalize;
}
.memberdetailsec {
	margin-top:20px;
	padding-top:20px;
	border-top:1px solid #E8F0F6;
}
.memberdetailsec .row {
	margin-top:10px;
}
.memberdetailsec .row:first-child {
	margin-top:0;
}
.memberlabel {
	color: #6C757D;
	font-size: 14px;
	font-weight: 400;
}
.memberdata {
	color: #042840;
	font-size: 15px;
	font-weight: 700;
}
.memberdata span {
	color:#00E178;
	margin-left:6px;
	background:url(../images/balanceicon.png) left center no-repeat;
	background-size:11px auto;
	padding-left:18px;
	font-size:12px;
}
.arrowcenter {
	margin-top:20px;
}
.arrowcenter .arrowprev, .arrowcenter .arrowprevstdnt, .arrowprevinterview, .arrowprevrev {
	margin:0 10px;
	cursor:pointer;
}
.arrowcenter .arrownext, .arrowcenter .arrownextstdnt, .arrownextinterview, .arrownextrev {
	margin:0 10px;
	cursor:pointer;
}
.freesec {
	background:#042840;
	border-radius: 12px 12px 0px 0px;
}
.freesecimg {
	height:100%;
}
.freesecimg img {
	border-radius: 12px;
	height:100%;
	object-fit:cover;
}
.freeleftcontent h2, .freeleftcontent p {
	color:#fff;
}
.freereviewsec {
	border-radius: 10px;
	border: 1px solid #73B6E2;
	background: #E2F4FF;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	padding:20px;
}
.freereviewsec p {
	line-height:130%;
	margin-top:10px;
}
.freereviewsec p strong {
	font-weight:700;
	font-size:14px;
}
.studentsec {
	background: #ECF7FF;
}
.studentslider .item, .interviewslider .item {
	padding:0 5px;
}
.studentslider img {
	border-radius: 12px;
	display:block;
	width:100%;
}
.fancybox-active {
	height:auto
}
.fancybox-is-hidden {
	left:-9999px;
	margin:0;
	position:absolute!important;
	top:-9999px;
	visibility:hidden
}
.fancybox-container {
	-webkit-backface-visibility:hidden;
	height:100%;
	left:0;
	outline:0;
	position:fixed;
	-webkit-tap-highlight-color:transparent;
	top:0;
	-ms-touch-action:manipulation;
	touch-action:manipulation;
	transform:translateZ(0);
	width:100%;
	z-index:99992
}
.fancybox-container * {
	box-sizing:border-box
}
.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
	bottom:0;
	left:0;
	position:absolute;
	right:0;
	top:0
}
.fancybox-outer {
	-webkit-overflow-scrolling:touch;
	overflow-y:auto
}
.fancybox-bg {
	background:#1e1e1e;
	opacity:0;
	transition-duration:inherit;
	transition-property:opacity;
	transition-timing-function:cubic-bezier(.47, 0, .74, .71)
}
.fancybox-is-open .fancybox-bg {
	opacity:.9;
	transition-timing-function:cubic-bezier(.22, .61, .36, 1)
}
.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
	direction:ltr;
	opacity:0;
	position:absolute;
transition:opacity .25s ease, visibility 0s ease .25s;
	visibility:hidden;
	z-index:99997
}
.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
	opacity:1;
transition:opacity .25s ease 0s, visibility 0s ease 0s;
	visibility:visible
}
.fancybox-infobar {
	color:#ccc;
	font-size:13px;
	-webkit-font-smoothing:subpixel-antialiased;
	height:44px;
	left:0;
	line-height:44px;
	min-width:44px;
	mix-blend-mode:difference;
	padding:0 10px;
	pointer-events:none;
	top:0;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}
.fancybox-toolbar {
	right:0;
	top:0
}
.fancybox-stage {
	direction:ltr;
	overflow:visible;
	transform:translateZ(0);
	z-index:99994
}
.fancybox-is-open .fancybox-stage {
	overflow:hidden
}
.fancybox-slide {
	-webkit-backface-visibility:hidden;
	display:none;
	height:100%;
	left:0;
	outline:0;
	overflow:auto;
	-webkit-overflow-scrolling:touch;
	padding:20px;
	position:absolute;
	text-align:center;
	top:0;
	transition-property:transform, opacity;
	white-space:normal;
	width:100%;
	z-index:99994
}
.fancybox-slide:before {
	content:"";
	display:inline-block;
	font-size:0;
	height:100%;
	vertical-align:middle;
	width:0
}
.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
	display:block
}
.fancybox-slide--image {
	overflow:hidden;
	padding:44px 0
}
.fancybox-slide--image:before {
	display:none
}
.fancybox-slide--html {
	padding:6px
}
.fancybox-content {
	background:#fff;
	display:inline-block;
	margin:0;
	max-width:100%;
	overflow:auto;
	-webkit-overflow-scrolling:touch;
	padding:44px;
	position:relative;
	text-align:left;
	vertical-align:middle
}
.fancybox-slide--image .fancybox-content {
	animation-timing-function:cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility:hidden;
	background:0 0;
	background-repeat:no-repeat;
	background-size:100% 100%;
	left:0;
	max-width:none;
	overflow:visible;
	padding:0;
	position:absolute;
	top:0;
	transform-origin:top left;
	transition-property:transform, opacity;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	z-index:99995
}
.fancybox-can-zoomOut .fancybox-content {
	cursor:zoom-out
}
.fancybox-can-zoomIn .fancybox-content {
	cursor:zoom-in
}
.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
	cursor:grab
}
.fancybox-is-grabbing .fancybox-content {
	cursor:grabbing
}
.fancybox-container [data-selectable=true] {
	cursor:text
}
.fancybox-image, .fancybox-spaceball {
	background:0 0;
	border:0;
	height:100%;
	left:0;
	margin:0;
	max-height:none;
	max-width:none;
	padding:0;
	position:absolute;
	top:0;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	width:100%
}
.fancybox-spaceball {
	z-index:1
}
.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
	height:100%;
	overflow:visible;
	padding:0;
	width:100%
}
.fancybox-slide--video .fancybox-content {
	background:#000
}
.fancybox-slide--map .fancybox-content {
	background:#e5e3df
}
.fancybox-slide--iframe .fancybox-content {
	background:#fff
}
.fancybox-iframe, .fancybox-video {
	background:0 0;
	border:0;
	display:block;
	height:100%;
	margin:0;
	overflow:hidden;
	padding:0;
	width:100%
}
.fancybox-iframe {
	left:0;
	position:absolute;
	top:0
}
.fancybox-error {
	background:#fff;
	cursor:default;
	max-width:400px;
	padding:40px;
	width:100%
}
.fancybox-error p {
	color:#444;
	font-size:16px;
	line-height:20px;
	margin:0;
	padding:0
}
.fancybox-button {
	background:rgba(30, 30, 30, .6);
	border:0;
	border-radius:0;
	box-shadow:none;
	cursor:pointer;
	display:inline-block;
	height:44px;
	margin:0;
	padding:10px;
	position:relative;
transition:color .2s;
	vertical-align:top;
	visibility:inherit;
	width:44px
}
.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
	color:#ccc
}
.fancybox-button:hover {
	color:#fff
}
.fancybox-button:focus {
	outline:0
}
.fancybox-button.fancybox-focus {
	outline:1px dotted
}
.fancybox-button[disabled], .fancybox-button[disabled]:hover {
	color:#888;
	cursor:default;
	outline:0
}
.fancybox-button div {
	height:100%
}
.fancybox-button svg {
	display:block;
	height:100%;
	overflow:visible;
	position:relative;
	width:100%
}
.fancybox-button svg path {
	fill:currentColor;
	stroke-width:0
}
.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
display:none
}
.fancybox-progress {
	background:#ff5268;
	height:2px;
	left:0;
	position:absolute;
	right:0;
	top:0;
	transform:scaleX(0);
	transform-origin:0;
	transition-property:transform;
	transition-timing-function:linear;
	z-index:99998
}
.fancybox-close-small {
	background:0 0;
	border:0;
	border-radius:0;
	color:#ccc;
	cursor:pointer;
	opacity:.8;
	padding:8px;
	position:absolute;
	right:-12px;
	top:-44px;
	z-index:401
}
.fancybox-close-small:hover {
	color:#fff;
	opacity:1
}
.fancybox-slide--html .fancybox-close-small {
	color:currentColor;
	padding:10px;
	right:0;
	top:0
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow:hidden
}
.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display:none
}
.fancybox-navigation .fancybox-button {
	background-clip:content-box;
	height:100px;
	opacity:0;
	position:absolute;
	top:calc(50% - 50px);
	width:70px
}
.fancybox-navigation .fancybox-button div {
	padding:7px
}
.fancybox-navigation .fancybox-button--arrow_left {
	left:0;
	padding:31px 26px 31px 6px
}
.fancybox-navigation .fancybox-button--arrow_right {
	padding:31px 6px 31px 26px;
	right:0
}
.fancybox-caption {
	background:linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
	bottom:0;
	color:#eee;
	font-size:14px;
	font-weight:400;
	left:0;
	line-height:1.5;
	padding:75px 44px 25px;
	pointer-events:none;
	right:0;
	text-align:center;
	z-index:99996
}
.fancybox-caption--separate {
	margin-top:-50px
}
.fancybox-caption__body {
	max-height:50vh;
	overflow:auto;
	pointer-events:all
}
.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
	color:#ccc;
	text-decoration:none
}
.fancybox-caption a:hover {
	color:#fff;
	text-decoration:underline
}
.fancybox-loading {
	animation:a 1s linear infinite;
	background:0 0;
	border:4px solid #888;
	border-bottom-color:#fff;
	border-radius:50%;
	height:50px;
	left:50%;
	margin:-25px 0 0 -25px;
	opacity:.7;
	padding:0;
	position:absolute;
	top:50%;
	width:50px;
	z-index:99999
}
@keyframes a {
to {
transform:rotate(1turn)
}
}
.fancybox-animated {
	transition-timing-function:cubic-bezier(0, 0, .25, 1)
}
.fancybox-fx-slide.fancybox-slide--previous {
	opacity:0;
	transform:translate3d(-100%, 0, 0)
}
.fancybox-fx-slide.fancybox-slide--next {
	opacity:0;
	transform:translate3d(100%, 0, 0)
}
.fancybox-fx-slide.fancybox-slide--current {
	opacity:1;
	transform:translateZ(0)
}
.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
	opacity:0;
	transition-timing-function:cubic-bezier(.19, 1, .22, 1)
}
.fancybox-fx-fade.fancybox-slide--current {
	opacity:1
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity:0;
	transform:scale3d(1.5, 1.5, 1.5)
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity:0;
	transform:scale3d(.5, .5, .5)
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity:1;
	transform:scaleX(1)
}
.fancybox-fx-rotate.fancybox-slide--previous {
	opacity:0;
	transform:rotate(-1turn)
}
.fancybox-fx-rotate.fancybox-slide--next {
	opacity:0;
	transform:rotate(1turn)
}
.fancybox-fx-rotate.fancybox-slide--current {
	opacity:1;
	transform:rotate(0)
}
.fancybox-fx-circular.fancybox-slide--previous {
	opacity:0;
	transform:scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}
.fancybox-fx-circular.fancybox-slide--next {
	opacity:0;
	transform:scale3d(0, 0, 0) translate3d(100%, 0, 0)
}
.fancybox-fx-circular.fancybox-slide--current {
	opacity:1;
	transform:scaleX(1) translateZ(0)
}
.fancybox-fx-tube.fancybox-slide--previous {
	transform:translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}
.fancybox-fx-tube.fancybox-slide--next {
	transform:translate3d(100%, 0, 0) scale(.1) skew(10deg)
}
.fancybox-fx-tube.fancybox-slide--current {
	transform:translateZ(0) scale(1)
}
@media (max-height:576px) {
.fancybox-slide {
padding-left:6px;
padding-right:6px
}
.fancybox-slide--image {
padding:6px 0
}
.fancybox-close-small {
right:-6px
}
.fancybox-slide--image .fancybox-close-small {
background:#4e4e4e;
color:#f2f4f6;
height:36px;
opacity:1;
padding:6px;
right:0;
top:0;
width:36px
}
.fancybox-caption {
padding-left:12px;
padding-right:12px
}
}
.fancybox-share {
	background:#f4f4f4;
	border-radius:3px;
	max-width:90%;
	padding:30px;
	text-align:center
}
.fancybox-share h1 {
	color:#222;
	font-size:35px;
	font-weight:700;
	margin:0 0 20px
}
.fancybox-share p {
	margin:0;
	padding:0
}
.fancybox-share__button {
	border:0;
	border-radius:3px;
	display:inline-block;
	font-size:14px;
	font-weight:700;
	line-height:40px;
	margin:0 5px 10px;
	min-width:130px;
	padding:0 15px;
	text-decoration:none;
transition:all .2s;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	white-space:nowrap
}
.fancybox-share__button:link, .fancybox-share__button:visited {
	color:#fff
}
.fancybox-share__button:hover {
	text-decoration:none
}
.fancybox-share__button--fb {
	background:#3b5998
}
.fancybox-share__button--fb:hover {
	background:#344e86
}
.fancybox-share__button--pt {
	background:#bd081d
}
.fancybox-share__button--pt:hover {
	background:#aa0719
}
.fancybox-share__button--tw {
	background:#1da1f2
}
.fancybox-share__button--tw:hover {
	background:#0d95e8
}
.fancybox-share__button svg {
	height:25px;
	margin-right:7px;
	position:relative;
	top:-1px;
	vertical-align:middle;
	width:25px
}
.fancybox-share__button svg path {
	fill:#fff
}
.fancybox-share__input {
	background:0 0;
	border:0;
	border-bottom:1px solid #d7d7d7;
	border-radius:0;
	color:#5d5b5b;
	font-size:14px;
	margin:10px 0 0;
	outline:0;
	padding:10px 15px;
	width:100%
}
.fancybox-thumbs {
	background:#ddd;
	bottom:0;
	display:none;
	margin:0;
	-webkit-overflow-scrolling:touch;
	-ms-overflow-style:-ms-autohiding-scrollbar;
	padding:2px 2px 4px;
	position:absolute;
	right:0;
	-webkit-tap-highlight-color:transparent;
	top:0;
	width:212px;
	z-index:99995
}
.fancybox-thumbs-x {
	overflow-x:auto;
	overflow-y:hidden
}
.fancybox-show-thumbs .fancybox-thumbs {
	display:block
}
.fancybox-show-thumbs .fancybox-inner {
	right:212px
}
.fancybox-thumbs__list {
	font-size:0;
	height:100%;
	list-style:none;
	margin:0;
	overflow-x:hidden;
	overflow-y:auto;
	padding:0;
	position:absolute;
	position:relative;
	white-space:nowrap;
	width:100%
}
.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow:hidden
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
width:7px
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
background:#fff;
border-radius:10px;
box-shadow:inset 0 0 6px rgba(0, 0, 0, .3)
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
background:#2a2a2a;
border-radius:10px
}
.fancybox-thumbs__list a {
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	background-color:rgba(0, 0, 0, .1);
	background-position:50%;
	background-repeat:no-repeat;
	background-size:cover;
	cursor:pointer;
	float:left;
	height:75px;
	margin:2px;
	max-height:calc(100% - 8px);
	max-width:calc(50% - 4px);
	outline:0;
	overflow:hidden;
	padding:0;
	position:relative;
	-webkit-tap-highlight-color:transparent;
	width:100px
}
.fancybox-thumbs__list a:before {
	border:6px solid #ff5268;
	bottom:0;
	content:"";
	left:0;
	opacity:0;
	position:absolute;
	right:0;
	top:0;
transition:all .2s cubic-bezier(.25, .46, .45, .94);
	z-index:99991
}
.fancybox-thumbs__list a:focus:before {
	opacity:.5
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
	opacity:1
}
.interviewslider .item {
	opacity:0.5;
}
.interviewslider .slick-active .item {
	opacity:1;
}
.studentslider .item {
	opacity:0.5;
}
.studentslider .slick-active .item {
	opacity:1;
}
.memberslider .item {
	opacity:0.5;
}
.memberslider .slick-active .item {
	opacity:1;
}
.comparesec {
	background:#fff;
	position:relative;
}
.comparesec .container {
	position:relative;
	z-index:99;
}
.comparesec:after {
	width:100%;
	bottom:0;
	content:"";
	background:#ECF7FF;
	height:55%;
	left:0;
	position:absolute;
}
.compareboxone {
	border-radius: 12px 12px 0px 0px;
	border: 2px solid #00CC6C;
	background: #FFF;
	box-shadow: 0px 5px 32px 0px rgba(112, 144, 176, 0.16);
	padding:15px;
}
.compareboxone ul, .compareboxtwo ul {
	margin-top: 20px;
}
.compareboxone ul li, .compareboxtwo ul li {
	color: #042840;
	font-size: 12px;
	line-height: 140%;
	background: url(../images/greentick.png) left 2px no-repeat;
	background-size: 14px auto;
	margin-top: 17px;
	padding-left: 22px;
}
.compareboxtwo ul li {
	background: url(../images/cross.png) left 2px no-repeat;
	background-size: 12px auto;
	padding-left: 25px;
}
.compareboxtwo {
	border-radius: 0px 0px 12px 12px;
	border: 1px solid rgba(112, 144, 176, 0.17);
	background: #FFF;
	box-shadow: 0px 5px 32px 0px rgba(112, 144, 176, 0.16);
	padding:15px;
}
.coursesec {
	background:#ECF7FF;
}
.faqsec {
	background:#042840;
	border-radius: 12px 12px 12px 12px;
	overflow:hidden;
}
.faqimg {
	height:100%;
}
.faqimg img {
	object-fit:cover;
	height:100%;
}
.faqcontainer {
	padding:30px 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: relative;
	top: 50%;
}
.accordion {
	width:100%;
}
.acc {
	margin:15px 0 0;
}
.acc:first-child {
	margin:0;
}
.acc-head {
	position: relative;
	display:flex;
	align-items:center;
	cursor: pointer;
	justify-content:space-between;
	border-top:1px solid rgba(255, 255, 255, 0.2);
	padding-top:15px;
}
.acc:first-child .acc-head {
	padding:0;
	border:none;
}
.acc-head h6 {
	color:#FFFFFF;
	font-size:18px;
	line-height:140%;
	width:93%;
	font-weight:400;
}
.acc-head h6 strong {
	font-weight:700;
}
.acc-content {
	display: none;
	padding:15px 0 0;
}
.accordion-header-icon {
	font-size: 0;
	background: url(../images/arrowdown.png) right center no-repeat;
	width:16px;
	height:9px;
}
.active .accordion-header-icon {
	background: url(../images/arrowup.png) right center no-repeat;
	width: 16px;
	height:9px;
}
.accordion .active h6 {
	color:#00CC6C;
}
.acc-content p {
	color:rgba(255, 255, 255, 0.9);
	line-height:130%;
	margin:15px 0 0;
}
.acc-content p.para:first-child {
	margin:0;
}
.reviewsec .rowgap {
	margin-top:5px;
}
.reviewslider .item {
	padding:25px 12px 25px;
}
.reviewslider .reviewboxwho {
	box-shadow: 0px 5px 13px 0px rgba(112, 144, 176, 0.16);
}
.reviewslider .verify {
	margin:5px 0 0 0;
}
.reviewslider .verify img {
	margin-right:5px;
}
.botfaqsec {
	border-radius: 12px;
	background: #042840;
}
.botfaqsec h2, .botfaqsec h6 {
	color:#fff;
}
.botfaqsec.accordion {
	width:100%;
}
.botfaqsec .acc {
	margin:15px 0 0;
}
.botfaqsec .acc:first-child {
	margin:0;
}
.botfaqsec .acc-head {
	position: relative;
	display:flex;
	align-items:center;
	cursor: pointer;
	justify-content:space-between;
	padding:8px 12px 8px 20px;
	background:#fff;
	border-radius:50px;
}
.botfaqsec .active {
	background:#00CC6C;
}
.botfaqsec .acc:first-child .acc-head {
	padding:8px 12px 8px 20px;
	border:none;
}
.botfaqsec .acc-head h6 {
	color:#042840;
	font-size:16px;
	line-height:140%;
	width:83%;
	font-weight:700;
}
.botfaqsec .acc-head h6 strong {
	font-weight:700;
}
.botfaqsec .acc-content {
	display: none;
	padding:15px 0 0;
}
.botfaqsec .accordion-header-icon {
	font-size: 0;
	background: url(../images/plus.png) right center no-repeat;
	width:40px;
	height:40px;
}
.botfaqsec .active .accordion-header-icon {
	background: url(../images/minus.png) right center no-repeat;
	width:40px;
	height:40px;
}
.botfaqsec .accordion .active h6 {
	color:#fff;
}
.botfaqsec .accordion p {
	color: rgba(255, 255, 255, 0.9);
	line-height: 130%;
}
.botbanner {
	background:url(../images/botbanner.jpg) center top no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.subscribesec {
	background:#ECF7FF;
	border-radius: 12px 12px 0 0;
	position:relative;
}
.subscribeinout {
	height: 50px;
	padding: 0 25px;
	width: 100%;
	color: #666666;
	background:none;
	font-size: 14px;
	border: 2px solid #042840;
	border-radius:50px;
	outline: none;
}
.subscribeouter {
	margin-top:30px;
}
.subscribesec .btn-default {
	margin:15px 0 0;
	width:100%;
}
.locktext {
	margin-top:15px;
}
.locktext img {
	margin-right:7px;
}
.locktext span {
	color:#042840;
	font-size:16px;
}
.footer p {
	color:#fff;
	font-size:14px;
	line-height:160%;
	margin-top:15px;
}
.footerbox h5 {
	color:#fff;
	font-weight:700;
	text-transform:uppercase;
	font-size:20px;
	margin-bottom:15px;
}
.footerbox ul {
	margin:0;
	padding:0;
}
.footerbox {
	margin-top:25px;
}
.footerbox ul li {
	font-size:14px;
	margin-top:10px;
}
.footerbox ul li a {
	color:#fff;
	display:block;
}
.footer {
	background:#042840;
}
.footerbox ul li a:hover {
	color:#00CC6C;
}
.copyright {
	text-align:center;
	color:#fff;
	margin-top:25px;
	font-size:14px;
	font-weight:700;
}
.reviewsecsignup {
	background:#ECF7FF;
	border-radius:12px;
}
.botbannersignup h3 {
	margin:15px 0 15px;
	color: #042840;
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	text-transform: capitalize;
}
.botbanner .rowgap {
	margin-top:30px;
}
.signupfooter {
	border-radius:12px 12px 0px 0px;
}
.stickybtn {
	position: fixed;
	bottom: 10px;
	max-width: 68%;
	margin: 0 auto;
	left: 0;
	right: 0;
	z-index: 99;
	font-size: 11px;
}
.botbanner .bannertop ul li span {
	color:#042840;
}
.stickybtn {
	display:none;
}
.readmorearea {
	display:none;
}
.readmore {
	font-weight:500;
	font-size:16px;
}
.readmore a, .showless a {
	color:#042840;
	text-decoration:underline;
}
.showless {
	font-weight:500;
	font-size:16px;
	display:none;
}


.readmorearea2 {
	display:none;
}
.readmore2 {
	font-weight:500;
	font-size:16px;
}
.readmore2 a, .showless2 a {
	color:#042840;
	text-decoration:underline;
}
.showless2 {
	font-weight:500;
	font-size:16px;
	display:none;
}


.footer {
	background:#fff;
	padding-bottom:85px;
}
.footer p, .copyright, .footerbox h5, .footerbox ul li a {
	color:#042840
}
.videoouterarea {
	aspect-ratio: 9 / 16;
	overflow:hidden;
	border-radius:8px;
}
.premium-video-box-video-container {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
 -webkit-transition: opacity .8s ease-in-out;
 transition: opacity .8s ease-in-out;
	overflow: hidden;
	cursor: pointer;
}
.premium-video-box-video-container iframe {
	max-width: 100%;
	width: 100%;
	height: 100%;
	margin: 0;
	line-height: 1;
	border: none;
}

.studentsecsignup{ background:#fff; border-radius:0;}


.reviewsecstud .row{ margin:0 -6px}

.reviewsecstud .col-md-4{ padding:0 6px}






.potraitreview .row{margin:0 -6px}
.potraitreview .col-md-4{ padding:0 6px}

 @media only screen and (max-width :430px) {
 .signupbanner h1 {
font-size:17px;
}
.resultsec h2 {
font-size:19px;
}
.freeleftcontent h2 {
font-size:20px;
}
 .studentsec h2 {
font-size:18px
}
}
@media only screen and (min-width :480px) {
.btn-default {
width:380px;
}
}
@media only screen and (min-width :576px) {
.announcebar span {
font-size:16px;
}
}
 @media only screen and (min-width :768px) {
.headingone {
font-size:40px;
line-height:140%;
}
 .headingtwo {
font-size:35px;
}
.para {
font-size:16px;
}
 .container {
max-width:750px
}
.section {
padding:40px 0;
}
 .rowgap {
margin-top:40px;
}
.ratingsec img {
width:106px;
}
.ratingsec span {
font-size:17px;
}
.bannertop ul {
margin-top:15px;
}
 .bannertop ul li img {
width:20px;
}
.featuredsec strong {
margin:0;
font-size:20px;
}
.studentsec {
border-radius:30px;
background: #ECF7FF;
}
.compareboxone h3, .compareboxtwo h3 {
font-size:32px;
}
.compareboxone {
 border-radius: 14px 14px 0 14px;
}
 .compareboxtwo {
 border-radius: 0px 14px 14px 0;
}
.comparesec:after {
border-radius: 30px 30px 0 0;
}
.coursesec {
border-radius: 0 0 30px 30px;
}
.reviewsec .rowgap {
margin-top:15px;
}
.reviewslider .slick-prev {
left:-14px;
}
.reviewslider .slick-next {
right:-14px;
}
.botfaqsec {
border-radius:30px;
background: #042840;
}
.botfaqsec .acc-content {
padding:20px 25px 0;
}
.botfaqsec .acc-head h6 {
font-size:18px;
}
.subscribesec {
border-radius: 30px;
}
.subscribeouter form {
 display: flex;
 align-items: center;
 justify-content: space-between;
}
.subscribeinout {
 background: none;
 height:50px;
 width:240px;
 font-size:16px;
border:none;
}
.subscribeouter {
 border-radius: 0;
 border: 2px solid #042840;
 border-radius:50px;
}
.subscribeouter .btn-default {
width:200px;
height:50px;
line-height:50px;
margin:5px;
}
.subscribeouter {
margin-top:40px;
}
.footer {
 margin-top:-30px;
padding-top:70px;
}
.footer p {
font-size:16px;
}
.footerbox ul li {
font-size:16px;
}
.reviewsecsignup {
border-radius:30px;
}
.signupfooter {
margin:0;
padding-top:40px;
border-radius:30px 30px 0px 0px;
}
.signupbanner ul {
margin-top:30px;
}
.bannertop ul li span {
font-size:14px;
}
.bannersec:after {
height:50%;
}
 .featuredsec img {
width:580px;
margin:0;
}
.compareboxone, .compareboxtwo {
padding:25px;
}

/**********************************/
.footer {
padding-top:40px;
}
.studentsecsignup{ background:#fff;}

.reviewsecstud .row{ margin:0 -10px}

.reviewsecstud .col-md-4{ padding:0 10px}
.potraitreview .row{margin:0 -10px}
.potraitreview .col-md-4{ padding:0 10px}
}
@media only screen and (min-width :992px) {
.headingone {
font-size:45px;
}
.headingtwo {
font-size:40px;
}
 .container {
max-width:970px
}
 .top-outer {
padding:20px 0
}
.navbar-brand {
padding:0
}
.navbar-nav li {
margin:0 10px 0 10px
}
.navbar-nav li a {
padding:0
}
.navbar-nav li:last-child a {
padding-bottom:0
}
.featuredsec strong {
font-size:28px;
}
.featuredsec img {
width:730px;
}
.bannersec {
padding:40px 0;
}
.bannertop ul {
display: flex;
align-items: center;
justify-content:center;
flex-wrap: wrap;
gap: 15px;
}
.bannertop ul li {
-ms-flex: 0 0 auto;
 flex: 0 0 40%;
 max-width:40%;
 justify-content:start;
 margin:0;
}
.stepno {
 width: 40px;
 height: 40px;
 font-size: 22px;
 line-height: 32px;
}
.stepbox h4 {
font-size:22px;
}
.stepbox p {
padding:0 10px;
}
.btn-default {
height:60px;
line-height:60px;
font-size: 17px;
}
.whosec ul li {
background-size:20px auto;
padding-left:27px;
font-size:16px;
}
.whosecleftinner .reviewboxwho p {
line-height:150%;
}
.reviewimg {
width:55px;
height:55px;
line-height:55px;
}
.reviewauthorname strong {
font-size:16px;
}
.verify {
margin:0 0 0 10px;
}
.reviewstar {
width:96px;
}
.memberslider .item {
 padding:25px 12px;
}
.memberdata {
font-size:16px;
}
 .freesec {
background:none;
border-radius:0;
}
.freeinner {
background:#042840;
border-radius:30px;
overflow:hidden;
}
.freesecimg img {
border-radius:0;
}
.freeleftcontent {
max-width:507px;
margin:0 auto;
padding:20px 15px;
}
.freeleftcontent {
 max-width:487px;
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
position:relative;
top:50%;
}
 .freereviewsec {
position:absolute;
max-width:367px;
left:0;
right:0;
bottom:40px;
}
.studentslider .item, .interviewslider .item {
padding:0 12px;
}
.studentslider img {
border-radius:20px;
}
.compareboxone ul li, .compareboxtwo ul li {
 background-size: 20px auto;
 padding-left: 27px;
 font-size: 16px;
}
.compareboxtwo ul li {
background: url(../images/cross.png) left 2px no-repeat;
 background-size: 17px auto;
padding-left: 30px;
}
.topcontainer {
max-width:912px;
}
 .faqsec {
border-radius: 40px;
}
.accordion h6 {
font-size:20px;
}
.acc-content p {
font-size:18px;
}
.faqcontainer {
 margin:0 auto;
 max-width:547px;
 padding-left:20px;
padding-right:20px;
}
.botfaqsec .acc-head h6 {
font-size:20px;
}
.subscribeouter {
margin-top:0;
}
}
@media only screen and (min-width :1200px) {
.container {
max-width:1170px
}
 .subheading {
 font-size: 20px;
}
 .announcebar span {
font-size:18px;
}
.navbar-nav li {
margin:0 16px 0 16px
}
.section {
padding:50px 0;
}
 .rowgap {
margin-top:50px;
}
.bannersec:after, .bannersec {
border-radius: 0px 0px 30px 30px;
}
.featuredsec strong {
font-size:34px;
}
.featuredsec img {
width:910px;
}
 .stepbox {
margin:0;
}
.whosec {
border-radius: 30px 30px 0px 0px;
}
.whoimg {
margin-left:20px;
}
.freeinner {
border-radius:40px;
}
.freereviewsec {
max-width:527px;
}
.studentsec {
border-radius:40px;
}
.comparesec .container {
max-width:993px;
}
.topcontainer {
max-width:912px;
}
.reviewsec .rowgap {
margin-top:25px;
}
.botfaqsec .container {
max-width:992px;
}
.subscribeinout {
width:330px;
}
.footer {
padding-top:80px;
}
.footer p {
max-width:409px;
}
.footerbox {
margin-top:0;
}
.copyright {
margin-top:20px;
}
.botbannersignup h3 {
font-size:28px;
}
.signupfooter {
padding-top:50px;
}
/**********************************/
.footer {
padding-top:60px;
}
}
@media only screen and (min-width :1280px) {
.container {
max-width:1250px
}
 .section {
padding:60px 0;
}
 .rowgap {
margin-top:60px;
}
.featuredsec img {
width:981px;
}
.topcontainer {
max-width:912px;
}
.faqcontainer {
 padding-left:0;
padding-right:0;
}
.reviewsec .rowgap {
margin-top:35px;
}
.footer {
padding-top:90px;
}
.signupfooter {
padding-top:60px;
}
/**********************************/
.footer {
padding-top:60px;
}
}
