* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Wix Madefor Text';
	font-style: normal;
	letter-spacing: 0.5px;
}
body {
	overflow-x: hidden;
}
@font-face {
	font-family: 'Wix Madefor Text';
	src: url('WixMadeforText-Bold.woff2') format('woff2'), url('WixMadeforText-Bold.woff') format('woff'), url('WixMadeforText-Bold.svg#WixMadeforText-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Wix Madefor Text';
	src: url('WixMadeforText-Medium.woff2') format('woff2'), url('WixMadeforText-Medium.woff') format('woff'), url('WixMadeforText-Medium.svg#WixMadeforText-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Wix Madefor Text';
	src: url('WixMadeforText-Regular.woff2') format('woff2'), url('WixMadeforText-Regular.woff') format('woff'), url('WixMadeforText-Regular.svg#WixMadeforText-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Wix Madefor Text';
	src: url('WixMadeforText-SemiBold.woff2') format('woff2'), url('WixMadeforText-SemiBold.woff') format('woff'), url('WixMadeforText-SemiBold.svg#WixMadeforText-SemiBold') format('svg');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Poppins';
	src: url('Poppins-Bold.woff2') format('woff2'), url('Poppins-Bold.woff') format('woff'), url('Poppins-Bold.svg#Poppins-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Poppins';
	src: url('Poppins-Regular.woff2') format('woff2'), url('Poppins-Regular.woff') format('woff'), url('Poppins-Regular.svg#Poppins-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Poppins';
	src: url('Poppins-SemiBold.woff2') format('woff2'), url('Poppins-SemiBold.woff') format('woff'), url('Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Poppins';
	src: url('Poppins-Medium.woff2') format('woff2'), url('Poppins-Medium.woff') format('woff'), url('Poppins-Medium.svg#Poppins-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
a {
	outline: none;
	-webkit-transition: all .5s;
	transition: all .5s;
}
input, textarea {
	outline: none;
}
.hdrvega-fixbar {
	top: 0;
	left: 0;
	right: 0;
	position: absolute;
	width: 100%;
	z-index: 999;
	background: #ffffff;
	transition: all 0.5s ease-in-out;
}
.hdrvega-fixbar.sticky {
	position: fixed;
	background: #ffffff;
	transition: all 0.3s ease;
	border-bottom: none;
	-webkit-box-shadow: 3.54px 3.54px 6px 2px rgba(169, 190, 250, 0.4);
	box-shadow: 3.54px 3.54px 6px 2px rgba(169, 190, 250, 0.4);
}
.hdrvega-fixbar.sticky .vegalogo {
	display: block;
	background: url(../images/logo-vegavisionary-nw.jpg) no-repeat;
	background-size: 136px 92px;
	width: 136px;
	height: 92px;
	margin: 10px 0;
}
.hdrvega-fixbar.sticky .vegamenu-navbar ul li a {
	color: #1e1e1e;
}
.hdrvega-fixbar.sticky .vegamenu-navbar ul li a:hover {
	color: #084981;
}
.hdrvega-fixbar.sticky .vegamenu-navbar ul li a:select {
 color: #084981;
}
header .vegalogo {
	float: left;
	background: url(../images/logo-vegavisionary-nw.jpg) no-repeat;
	background-size: 136px 92px;
	width: 136px;
	height: 92px;
	margin: 10px 0;
}
header .vegalogo a {
	text-decoration: none;
}
header .vegamenu-navbar {
	float: right;
	margin:25px 0 0;
	padding: 10px;
    border-radius: 8px;
    box-shadow: 3.54px 3.54px 6px 2px rgba(169, 190, 250, 0.4);
    background: repeat padding-box border-box 0% / auto scroll linear-gradient(rgba(236, 241, 255, 0.33), rgba(236, 241, 255, 0.33)), #ffffff;
}
header .vegamenu-navbar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
header .vegamenu-navbar ul li {
	position: relative;
	float: left;
	margin: 0 5px;
}
header .vegamenu-navbar ul li::last-child {
 margin-right: 0;
}
header .vegamenu-navbar ul li a {
	display: block;
	color: #1e1e1e;
	font-size: 15px;
	font-weight: 400;
	line-height: 21px;
	text-decoration: none;
	transition: 0.3s;
	padding: 10px;
	margin: 0;
}
header .vegamenu-navbar ul li a:hover {
	color: #3d64a6;
	background:#d6def5;
}
header .vegamenu-navbar ul li a:after {
	border-right: 1px solid #084981;
	top: 0;
	content: "";
	position: absolute;
	right: -5px;
	transition: height .4s linear 0s;
	height: 0;
}
header .vegamenu-navbar ul li a:hover:after {
	right: -5px;
	height: 100%;
}
header .vegamenu-navbar li:hover > .sub-menu {
	text-align: left;
	opacity: 100;
	visibility: visible;
	top: 75px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
header .vegamenu-navbar li .sub-menu {
	position: fixed;
	min-width: 195px;
	background: repeat padding-box border-box 0% / auto scroll linear-gradient(rgba(236, 241, 255, 0.33), rgba(236, 241, 255, 0.33)), #ffffff;
	padding: 20px;
	z-index: 9;
	left: 0;
	top: 100px;
	border-radius: 0 0 5px 5px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 7px 15px rgba(30, 34, 40, .06);
	border-radius: 8px;
}
header .vegamenu-navbar li.tprep-drodwn .sub-menu {
	width: 870px;
	left: 440px;
}
header .vegamenu-navbar li.tprep-drodwn .sub-menu li {
	width: 31%;
	min-height: 130px;
	margin:10px 5px;
	border: 1px solid #ededed;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
header .vegamenu-navbar li.tprep-drodwn .sub-menu li a {
	padding: 50px 0 0 145px;
	min-height: 130px;
}
header .vegamenu-navbar li.tprep-drodwn .sub-menu li a:hover {
	color: #3d64a6;
	background:none;
}
header .vegamenu-navbar li.tprep-drodwn .sub-menu li:hover {
	-webkit-transform: translateY(-7px);
	-ms-transform: translateY(-7px);
	transform: translateY(-7px);
}
header .vegamenu-navbar li.tprep-drodwn .sub-menu li a:after {
	border-right: none;
}
header .vegamenu-navbar li.tprep-drodwn .sub-menu li a:hover:after {
	height: 0%;
}
header .vegamenu-navbar li.tprep-drodwn .sub-menu li.tprep-mnu1 {
	background: url(../images/tprep-mnu1.jpg) no-repeat;
	background-size: 130px 130px;
}
header .vegamenu-navbar li.tprep-drodwn .sub-menu li:hover.tprep-mnu1 {
	background: url(../images/tprep-mnu1.jpg) no-repeat #d6def5;
	background-size: 130px 130px;
}
header .vegamenu-navbar li.tprep-drodwn .sub-menu li.tprep-mnu2 {
	background: url(../images/tprep-mnu2.jpg) no-repeat;
	background-size: 130px 130px;
}
header .vegamenu-navbar li.tprep-drodwn .sub-menu li:hover.tprep-mnu2 {
	background: url(../images/tprep-mnu2.jpg) no-repeat #d6def5;
	background-size: 130px 130px;
}
header .vegamenu-navbar li.tprep-drodwn .sub-menu li.tprep-mnu3 {
	background: url(../images/tprep-mnu3.jpg) no-repeat;
	background-size: 130px 130px;
}
header .vegamenu-navbar li.tprep-drodwn .sub-menu li:hover.tprep-mnu3 {
	background: url(../images/tprep-mnu3.jpg) no-repeat #d6def5;
	background-size: 130px 130px;
}
header .vegamenu-navbar li.tprep-drodwn .sub-menu li.tprep-mnu4 {
	background: url(../images/tprep-mnu4.jpg) no-repeat;
	background-size: 130px 130px;
}
header .vegamenu-navbar li.tprep-drodwn .sub-menu li:hover.tprep-mnu4 {
	background: url(../images/tprep-mnu4.jpg) no-repeat #d6def5;
	background-size: 130px 130px;
}
header .vegamenu-navbar li.tprep-drodwn .sub-menu li.tprep-mnu5 {
	background: url(../images/tprep-mnu5.jpg) no-repeat;
	background-size: 130px 130px;
}
header .vegamenu-navbar li.tprep-drodwn .sub-menu li:hover.tprep-mnu5 {
	background: url(../images/tprep-mnu5.jpg) no-repeat #d6def5;
	background-size: 130px 130px;
}
header .vegamenu-navbar li.curclm-drodwn .sub-menu {
	width: 590px;
	left: 630px;
}
header .vegamenu-navbar li.curclm-drodwn .sub-menu li {
	width: 48%;
	min-height: 130px;
	margin: 10px 5px;
	border: 1px solid #ededed;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
header .vegamenu-navbar li.curclm-drodwn .sub-menu li a {
	padding: 50px 0 0 145px;
	min-height: 130px;
}
header .vegamenu-navbar li.curclm-drodwn .sub-menu li a:hover {
	color: #3d64a6;
	background:none;
}
header .vegamenu-navbar li.tprep-drodwn .sub-menu li:hover {
	-webkit-transform: translateY(-7px);
	-ms-transform: translateY(-7px);
	transform: translateY(-7px);
}
header .vegamenu-navbar li.curclm-drodwn .sub-menu li a:after {
	border-right: none;
}
header .vegamenu-navbar li.curclm-drodwn .sub-menu li a:hover:after {
	height: 0%;
}
header .vegamenu-navbar li.curclm-drodwn .sub-menu li.curclm-mnu1 {
	background: url(../images/curclm-mnu2.jpg) no-repeat;
	background-size: 130px 130px;
}
header .vegamenu-navbar li.curclm-drodwn .sub-menu li:hover.curclm-mnu1 {
	background: url(../images/curclm-mnu2.jpg) no-repeat #d6def5;
	background-size: 130px 130px;
}
header .vegamenu-navbar li.curclm-drodwn .sub-menu li.curclm-mnu2 {
	background: url(../images/curclm-mnu1.jpg) no-repeat;
	background-size: 130px 130px;
}
header .vegamenu-navbar li.curclm-drodwn .sub-menu li:hover.curclm-mnu2 {
	background: url(../images/curclm-mnu1.jpg) no-repeat #d6def5;
	background-size: 130px 130px;
}
header .vegamenu-navbar li.curs-drodwn .sub-menu {
	width: 590px;
	left: 720px;
}
header .vegamenu-navbar li.curs-drodwn .sub-menu li {
	width: 48%;
	min-height: 130px;
	margin: 10px 5px;
	border: 1px solid #ededed;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
header .vegamenu-navbar li.curs-drodwn .sub-menu li a {
	padding: 50px 0 0 145px;
	min-height: 130px;
}
header .vegamenu-navbar li.curs-drodwn .sub-menu li a:hover {
	color: #3d64a6;
	background:none;
}
header .vegamenu-navbar li.curs-drodwn .sub-menu li:hover {
	-webkit-transform: translateY(-7px);
	-ms-transform: translateY(-7px);
	transform: translateY(-7px);
}
header .vegamenu-navbar li.curs-drodwn .sub-menu li a:after {
	border-right: none;
}
header .vegamenu-navbar li.curs-drodwn .sub-menu li a:hover:after {
	height: 0%;
}
header .vegamenu-navbar li.curs-drodwn .sub-menu li.curs-mnu1 {
	background: url(../images/curs-mnu1.jpg) no-repeat;
	background-size: 130px 130px;
}
header .vegamenu-navbar li.curs-drodwn .sub-menu li:hover.curs-mnu1 {
	background: url(../images/curs-mnu1.jpg) no-repeat #d6def5;
	background-size: 130px 130px;
}
header .vegamenu-navbar li.curs-drodwn .sub-menu li.curs-mnu2 {
	background: url(../images/curs-mnu2.jpg) no-repeat;
	background-size: 130px 130px;
}
header .vegamenu-navbar li.curs-drodwn .sub-menu li:hover.curs-mnu2 {
	background: url(../images/curs-mnu2.jpg) no-repeat #d6def5;
	background-size: 130px 130px;
}
/*** Mobile Menu ****/

header .mobBar {
	display: none;
}
header .mobBar #TopMenu {
	display: block;
	cursor: pointer;
}
header .mobBar #TopMenu .bar1, .bar2, .bar3 {
	width: 30px;
	height: 2px;
	background: #3d64a6;
	margin: 4px 0;
	transition: 0.4s;
}
header .mobBar .open-menu .bar1 {
	-webkit-transform: rotate(-42deg) translate(-4px, 4px);
	transform: rotate(-45deg) translate(-4px, 4px);
}
header .mobBar .open-menu .bar2 {
	-webkit-transform: rotate(45deg) translate(0, 0);
	transform: rotate(45deg) translate(0, 0);
}
header .mobBar .open-menu .bar3 {
	-webkit-transform: rotate(45deg) translate(-6px, -11px);
	transform: rotate(45deg) translate(-6px, -6px);
}
header .mobBar .mobNav.active {
	display: block;
	transition: 0.5s;
}
header .mobBar .mobNav {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	z-index: -1;
	width: 320px;
	height: 500px;
	background: #789720;
	padding: 70px 0 20px;
	list-style: none;
	transition: width ease .6s;
	overflow-x: hidden;
	transition: 0.5s;
}
header .mobBar .mobNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
header .mobBar .mobNav li {
	width: 100%;
	position: relative;
}
header .mobBar .mobNav li a {
	display: block;
	font-family: 'Poppins';
	color: #eaeaea;
	font-size: 22px;
	font-weight: 700;
	line-height: 32px;
	padding: 10px 20px;
	margin: 0;
	text-decoration: none;
	transition: 0.3s;
}
header .mobBar .mobNav li a:hover {
	color: #eaeaea;
}
header .mobBar .mobNav li.menu-item-has-children::before {
	content: '';
	position: absolute;
	top: 18px;
	right: 20px;
	height: 0;
	width: 0;
	border: 6px solid transparent;
	border-top-color: #000;
}
header .mobBar .mobNav li .sub-menu.active {
	display: block;
	visibility: visible;
	top: 100%;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
header .mobBar .mobNav li .sub-menu {
	display: none;
	width: 100%;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	visibility: hidden;
	padding: 10px;
}
header .mobBar .mobNav li .sub-menu li a {
	display: block;
	color: #eaeaea;
	font-size: 14px;
	font-weight: 500;
	line-height: 26px;
	padding: 7px 20px;
	margin: 0;
	text-decoration: none;
	transition: 0.3s;
}
header .mobBar .mobNav li .sub-menu li a:hover {
	color: #b3f5a0;
}
/** END **/
.headtitle-bx {
	position: relative;
	display: block;
	text-align: center;
}
.onlinevega-welcometxt-section {
	position: relative;
	padding: 50px 0;
}
.onlinevega-welcometxt-section .row {
	width: 1100px;
	margin: 0 auto;
}
.onlinevega-welcometxt-section h1 {
	font-family: 'Poppins';
	font-size: 38px;
	color: #084983;
	line-height: 44px;
	font-weight: 700;
	margin: 20px 0;
	padding: 0;
}
.onlinevega-welcometxt-section p {
	display: block;
	font-size: 15px;
	color: #1e1e1e;
	line-height: 24px;
	font-weight: 400;
	margin: 0;
	padding: 10px 0;
}
.onlinevega-welcometxt-section p strong {
	display: block;
	font-size: 18px;
	color: #5b777c;
	font-weight: 600;
	margin-bottom: 20px;
	padding-left: 20px;
	border-left: 1px solid #5b777c;
}
.onlinevega-welcometxt-section img {
	width: 100%;
	height: auto;
}
.hmvega-counter-section {
	position: relative;
	background: url(../images/counter-box-bg.jpg) no-repeat;
	background-size: cover;
}
.hmvega-counter-section::before {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(9, 75, 133, 0.8);
}
.hmvega-counter-section .counter-box {
	padding: 15px;
	margin: 50px 0;
	text-align: center;
	border: 1px solid #5a9cdb;
	border-radius: 10px;
	min-height: 220px;
}
.hmvega-counter-section .counter-box.home-effective .content-box-percentage {
	display: inline-block;
}
.hmvega-counter-section .counter-box.home-effective .content-box-percentage .display-percentage {
	display: inline-block;
	color: #fff;
	font-size: 48px;
	font-weight: 700;
	line-height: 50px;
	text-align: center;
	padding: 0;
	margin: 0 0 10px;
}
.hmvega-counter-section .counter-box.home-effective strong {
	display: inline-block;
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	line-height: 40px;
	padding: 0 5px;
	margin: 0;
}
.hmvega-counter-section .counter-box.home-effective .content-box-percentage .counter-box-content {
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	padding: 10px 0;
	margin: 0;
}
.hmvega-counter-section .counter-box.home-effective .content-box-percentage p {
	display: block;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	padding: 0;
	margin: 0;
}
.hmvega-whychoose-section {
	position: relative;
}
.hmvega-whychoose-section::before {
	content: "";
	position: absolute;
	left: 0;
	width: 50%;
	height: 100%;
	background: linear-gradient(-45deg, rgba(176, 239, 200, 1) 0%, rgba(200, 235, 229, 1) 50%, rgba(212, 233, 245, 1) 100%);
}
.hmvega-whychoose-section h3 {
	font-family: 'Poppins';
	font-size: 38px;
	color: #084983;
	line-height: 44px;
	font-weight: 700;
	margin: 0;
	padding: 50px 50px 20px;
}
.hmvega-whychoose-section p {
	display: block;
	font-size: 19px;
	color: #5b777c;
	line-height: 28px;
	font-weight: 600;
	margin: 0;
	padding: 10px 0 10px 50px;
}
.hmvega-whychoose-section ul {
	list-style: none;
	padding: 10px 0 50px 50px;
	margin: 0;
}
.hmvega-whychoose-section ul li {
	display: block;
	font-size: 15px;
	color: #1e1e1e;
	line-height: 30px;
	font-weight: 500;
	margin: 10px 0;
	padding: 0 0 0 40px;
	background: url(../images/list-icn1.png) no-repeat;
	background-size: 28px 28px;
}
.hmvega-whychoose-section ul li:hover {
	animation: headShake 2s linear infinite;
}
.hmvega-whychoose-section .rgtimg-bx {
	width: 100%;
	float: left;
}
.hmvega-whychoose-section .rgtimg-bx h5 {
	display: block;
	font-size: 19px;
	color: #084983;
	line-height: 25px;
	font-weight: 600;
	margin: 0;
	padding: 10px 0;
}
.hmvega-whychoose-section .rgtimg-bx .tbx {
	position: relative;
	width: 50%;
	float: left;
	padding: 50px 20px 0;
	text-align: center;
	transition: all 0.2s ease-in-out 0s;
}
.hmvega-whychoose-section .rgtimg-bx .tbx p {
	color: #1e1e1e;
	font-size: 14px;
	line-height:20px;
	font-weight: normal;
	padding: 0;
}
.hmvega-whychoose-section .rgtimg-bx .tbx .imgbx {
	position: relative;
	overflow: hidden;
	border-radius: 50%;
	width: 90%;
	border: 1px solid #dbdbdb;
	padding: 10px;
	margin: 0 auto;
}
.hmvega-whychoose-section .rgtimg-bx .tbx .imgbx img {
	width: 100%;
	height: auto;
	transition: all .4s;
	border-radius: 50%;
}
.hmvega-whychoose-section .rgtimg-bx .tbx:hover .imgbx img {
	transform: scale(1.1);
	will-change: transform;
}
.hmvega-whychoose-section .rgtimg-bx .tbx .hvr-tbx {
	visibility: hidden;
	width: 220px;
	height: 220px;
	background: #064b84;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	text-align: left;
	border-radius: 50%;
	padding: 55px 20px 0;
	text-align: center;
	position: absolute;
	left: -120px;
	right: 0;
	bottom: 100px;
	z-index: 1;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.hmvega-whychoose-section .rgtimg-bx .tbx:hover .hvr-tbx {
	visibility: visible;
	bottom: 150px;
}
.hmvega-whatwe-offer-section {
	position: relative;
	padding: 80px 0 50px;
	text-align: center;
	background: #f9faff;
}
.hmvega-whatwe-offer-section h3 {
	font-family: 'Poppins';
	font-size: 38px;
	color: #084983;
	line-height: 44px;
	font-weight: 700;
	margin: 0 0 25px;
	padding: 0;
}
.hmvega-whatwe-offer-section .offertbx {
	padding: 10px;
	text-align: left;
	margin: 25px 0 0;
}
.hmvega-whatwe-offer-section .offertbx h4 {
	font-size: 21px;
	color: #084983;
	line-height: 32px;
	font-weight: 700;
	margin: 0 0 10px;
	padding: 0;
}
.hmvega-whatwe-offer-section .offertbx p {
	display: block;
	font-size: 15px;
	color: #1e1e1e;
	line-height: 22px;
	font-weight: 400;
	margin: 0;
	padding: 0;
}
.hmvega-whatwe-offer-section .offertbx .imgbx {
	position: relative;
	overflow: hidden;
	border-radius: 25px;
	width: 100%;
	margin: 0 0 20px;
}
.hmvega-whatwe-offer-section .offertbx .imgbx img {
	width: 100%;
	height: auto;
	transition: all .4s;
	border-radius: 25px;
}
.hmvega-whatwe-offer-section .offertbx:hover .imgbx img {
	transform: scale(1.1);
	will-change: transform;
}
.hmvega-curriculum-section {
	position: relative;
	padding: 50px 0;
	text-align: center;
}
.hmvega-curriculum-section h3 {
	font-family: 'Poppins';
	font-size: 38px;
	color: #084983;
	line-height: 44px;
	font-weight: 700;
	margin: 0;
	padding: 0;
}
.hmvega-curriculum-section .curriculum-tbx {
	padding: 30px;
	text-align: center;
}
.hmvega-curriculum-section .curriculum-tbx.bdr {
	border-left: none;
}
.hmvega-curriculum-section .curriculum-tbx h4 {
	font-size: 22px;
	color: #084983;
	line-height: 32px;
	font-weight: 700;
	margin: 0;
	padding: 0;
}
.hmvega-curriculum-section .curriculum-tbx p {
	display: block;
	font-size: 15px;
	color: #1e1e1e;
	line-height: 22px;
	font-weight: 400;
	margin: 0;
	padding: 10px 0;
}
.hmvega-curriculum-section .curriculum-tbx .imgbx {
	position: relative;
	overflow: hidden;
	border-radius: 50%;
	width: 65%;
	margin: 0 auto 20px;
	padding: 10px;
	background: #fff;
}
.hmvega-curriculum-section .curriculum-tbx .imgbx img {
	width: 100%;
	height: auto;
	transition: all .4s;
	border-radius: 50%;
}
.hmvega-curriculum-section .curriculum-tbx:hover .imgbx img {
	transform: scale(1.1);
	will-change: transform;
}
.hmvega-customers-reviews-section {
	position: relative;
	padding: 0 0 70px;
	text-align: center;
}
.hmvega-customers-reviews-section h3 {
	font-family: 'Poppins';
	font-size: 38px;
	color: #084983;
	line-height: 44px;
	font-weight: 700;
	margin: 0 0 40px;
	padding: 0 250px;
}
.hmvega-customers-reviews-section .reviews-tbx {
	padding: 30px;
	margin: 0 15px;
	text-align: center;
	background: #f6f6f8;
	border-radius: 20px;
}
.hmvega-customers-reviews-section .reviews-tbx .phtobx {
	width: 60px;
	margin: 0 auto;
	box-shadow: 0 8px 16px rgba(0, 0, 0, .2);
	border-radius: 50%;
}
.hmvega-customers-reviews-section .reviews-tbx .phtobx img {
	width: 100%;
	height: auto;
}
.hmvega-customers-reviews-section .reviews-tbx .starbx {
	width: 100%;
	margin: 10px 0;
}
.hmvega-customers-reviews-section .reviews-tbx .starbx img {
	width: 90px;
	height: 20px;
	margin: 0 auto;
}
.hmvega-customers-reviews-section .reviews-tbx h5 {
	font-size: 18px;
	color: #1e1e1e;
	line-height: 32px;
	font-weight: 700;
	margin: 10px 0;
	padding: 0;
}
.hmvega-customers-reviews-section .reviews-tbx p {
	display: block;
	font-size: 19px;
	color: #1e1e1e;
	line-height: 32px;
	font-weight: 400;
	font-style: italic;
	margin: 0;
	padding: 0;
}
.hmvega-customers-reviews-section .allreviews-btn {
	display: inline-block;
	margin: 50px 0 0;
}
.hmvega-customers-reviews-section .allreviews-btn a {
	display: block;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
	text-decoration: none;
	transition: 0.3s;
	background: #0d4e88;
	border: 1px solid #1464ac;
	padding: 15px 25px;
	border-radius: 3px;
}
.hmvega-customers-reviews-section .allreviews-btn a:hover {
	color: #fff;
	background: #719430;
	border: 1px solid #82a83b;
}
.hmvega-customers-reviews-section .slick-dotted.slick-slider {
	margin-bottom: 0;
}
.hmvega-customers-reviews-section .slick-dots {
	display: none!important;
}
.hmvega-recent-blogs-section {
	position: relative;
	padding: 60px 0 80px;
	text-align: center;
	background: #121f36;
}
.hmvega-recent-blogs-section h3 {
	font-family: 'Poppins';
	font-size: 38px;
	color: #fff;
	line-height: 44px;
	font-weight: 700;
	margin: 0 0 25px;
	padding: 0;
}
.hmvega-recent-blogs-section .blogpost-tbx {
	padding: 15px;
	border: 1px solid #1d2f4e;
	border-radius: 10px;
	background: #0d172a;
	text-align: center;
	margin: 25px 0 0;
	min-height: 510px;
}
.hmvega-recent-blogs-section .blogpost-tbx h4 {
	font-size: 20px;
	color: #a5cf58;
	line-height: 32px;
	font-weight: 700;
	margin: 0;
	padding: 0 20px;
}
.hmvega-recent-blogs-section .blogpost-tbx p {
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 22px;
	font-weight: 400;
	margin: 0;
	padding: 10px 20px;
}
.hmvega-recent-blogs-section .blogpost-tbx .imgbx {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	width: 100%;
	margin: 0 0 20px;
}
.hmvega-recent-blogs-section .blogpost-tbx .imgbx img {
	width: 100%;
	height: 278px;
	transition: all .4s;
	border-radius: 10px;
}
.hmvega-recent-blogs-section .blogpost-tbx:hover .imgbx img {
	transform: scale(1.1);
	will-change: transform;
}
.hmvega-contentarea-section {
	position: relative;
	padding: 50px 0;
}
.hmvega-contentarea-section .row {
	width: 1200px;
	margin: 0 auto;
}
.hmvega-contentarea-section h3 {
	font-family: 'Poppins';
	font-size: 34px;
	color: #084983;
	line-height: 40px;
	font-weight: 700;
	margin: 0 0 20px;
	padding: 0;
}
.hmvega-contentarea-section p {
	display: block;
	font-size: 16px;
	color: #1e1e1e;
	line-height: 24px;
	font-weight: 400;
	margin: 0;
	padding: 10px 0;
}
.hmvega-contentarea-section p strong {
	display: block;
	font-size: 18px;
	color: #5b777c;
	font-weight: 600;
	margin-bottom: 10px;
	padding-left: 20px;
	border-left: 1px solid #5b777c;
}
.hmvega-contentarea-section img {
	float: right;
	width: 40%;
	height: auto;
	border-radius: 50px;
	margin: -50px 0 0 50px;
}
.hmvega-contentarea-section ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.hmvega-contentarea-section ul li {
	display: block;
	font-size: 16px;
	color: #1e1e1e;
	line-height: 26px;
	font-weight: 400;
	margin: 5px 0;
	padding: 0 0 0 30px;
	background: url(../images/list-icn1.png) no-repeat;
	background-size: 24px 24px;
}
.stkyfix-links {
	position: fixed;
	width: 60px;
	top: 50%;
	right: 20px;
	z-index: 9;
}
.stkyfix-links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.stkyfix-links ul li {
	width: 60px;
	float: left;
	margin: 10px 0;
}
.stkyfix-links ul li a {
	display: block;
}
.stkyfix-links .whatsapp {
	display: block;
	width: 60px;
	height: 60px;
	background: url(../images/whs-icn1.png) no-repeat #49e670;
	background-size: 60px 60px;
	border-radius: 50%;
	box-shadow: 0 4px 15px rgba(0, 0, 0, .1);
}
.stkyfix-links .phoncal {
	display: block;
	width: 60px;
	height: 60px;
	background: url(../images/cal-icn1.png) no-repeat #084b82 10px 10px;
	background-size: 40px 40px;
	border-radius: 50%;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
}
.hmvega-success-contentarea-section {
	position: relative;
}
.hmvega-success-contentarea-section .aligncenter {
	width: 100%;
	height: auto;
}
.hmvega-success-contentarea-section .indivtxt {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 80%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	padding: 50px;
	margin: 0 auto;
}
.hmvega-success-contentarea-section h3 {
	font-family: 'Poppins';
	font-size: 34px;
	color: #fff;
	line-height: 40px;
	font-weight: 700;
	margin: 0;
	padding: 0;
}
.hmvega-success-contentarea-section h5 {
	display: block;
	font-size: 21px;
	color: #fff;
	line-height: 27px;
	font-weight: 600;
	margin: 0;
	padding: 10px 0;
}
.hmvega-success-contentarea-section ul {
	float: left;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}
.hmvega-success-contentarea-section ul li {
	float: left;
	width: 50%;
	font-size: 15px;
	color: #fff;
	line-height: 26px;
	font-weight: 400;
	margin: 0;
	padding: 20px;
}
.hmvega-success-contentarea-section ul li strong {
	display: block;
	font-size: 21px;
	color: #fff;
	line-height: 28px;
	font-weight: 600;
	padding: 0 0 10px;
}
.hmvega-success-contentarea-section ul li img {
	width: 85px;
	height: auto;
}
.hmvega-success-contentarea-section ul li:hover {
	animation: headShake 2s linear infinite;
}
.hmvega-faqstabing-contentarea-section {
	position: relative;
	padding: 70px 0;
}
.hmvega-faqstabing-contentarea-section h3 {
	font-family: 'Poppins';
	font-size: 38px;
	color: #084983;
	line-height: 44px;
	font-weight: 700;
	text-align: center;
	margin: 0 0 20px;
	padding: 0;
}
.hmvega-faqstabing-contentarea-section .accordion {
	overflow-anchor: none;
	width: 80%;
	margin: 0 auto;
}
.hmvega-faqstabing-contentarea-section .accordion>.card>.card-header {
	border-radius: 0;
	margin-bottom: 0;
}
.hmvega-faqstabing-contentarea-section .card {
	border: none;
	border-radius: inherit;
	background-color: inherit;
	margin: 10px 0;
}
.hmvega-faqstabing-contentarea-section .card-header {
	border-bottom: none;
	background-color: inherit;
	padding: 0;
}
.hmvega-faqstabing-contentarea-section .text-left {
	font-family: 'Poppins';
	font-size: 20px;
	color: #1e1e1e;
	line-height: 30px;
	font-weight: 400;
	border-bottom: 1px solid #ededed;
	margin: 0;
	padding: 10px 20px 10px 0;
}
.hmvega-faqstabing-contentarea-section .collapsed::before {
	content: '';
	position: absolute;
	top: 11px;
	right: 0;
	width: 16px;
	height: 11px;
	background: url(../images/faqarw.jpg) no-repeat;
	background-size: 16px 11px;
}
.hmvega-faqstabing-contentarea-section .show::before {
	content: '';
	position: absolute;
	top: 11px;
	right: 0;
	width: 16px;
	height: 11px;
	background: url(../images/faqarwh.jpg) no-repeat;
	background-size: 16px 11px;
}
.hmvega-faqstabing-contentarea-section .faqcontent {
	padding: 10px;
}
.hmvega-faqstabing-contentarea-section .faqcontent p {
	font-size: 16px;
	color: #1e1e1e;
	line-height: 24px;
	font-weight: 400;
	margin: 0;
	padding: 10px 0;
}
.hmvega-faqstabing-contentarea-section .faqcontent p a {
	color: #1e1e1e;
	text-decoration: none;
}
.hmvega-faqstabing-contentarea-section .faqcontent ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.hmvega-faqstabing-contentarea-section .faqcontent ul li {
	font-size: 16px;
	color: #1e1e1e;
	line-height: 24px;
	font-weight: 400;
	margin: 0;
	padding: 0;
}
.hmvega-faqstabing-contentarea-section .faqcontent ul li a {
	color: #1e1e1e;
	text-decoration: none;
}
.vegafoter-btmwrap {
	position: relative;
	background: #084983;
}
.vegafoter-btmwrap .ftlogo {
	float: left;
	width: 100%;
	margin: 70px 0 20px;
}
.vegafoter-btmwrap .ftlogo .logo {
	display: block;
	background: url(../images/ftlogo-vegavisionary.jpg) no-repeat #fff center;
	background-size: 138px 90px;
	width: 160px;
	height: 110px;
	border-radius: 10px;
	padding: 20px;
	margin: 0 auto;
}
.vegafoter-btmwrap .ftabt {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	padding: 0 0 20px;
	margin: 0;
}
.vegafoter-btmwrap .ftabt p {
	margin: 0;
}
.vegafoter-btmwrap .ft-adrsbx h4 {
	font-family: 'Poppins';
	display: none;
	color: #fff;
	font-size: 19px;
	font-weight: 600;
	line-height: 24px;
	padding: 0;
	margin: 0;
}
.vegafoter-btmwrap .ft-adrsbx {
	float: left;
	width: 100%;
}
.vegafoter-btmwrap .ft-adrsbx ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.vegafoter-btmwrap .ft-adrsbx ul li {
	position: relative;
	padding: 5px 0;
}
.vegafoter-btmwrap .ft-adrsbx ul li a {
	display: block;
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	line-height: 28px;
	padding: 0 0 0 30px;
	margin: 0;
	text-decoration: none;
}
.vegafoter-btmwrap .ft-adrsbx ul li a:hover {
	color: #fff;
	text-decoration: none;
}
.vegafoter-btmwrap .ft-adrsbx ul li a.wa {
	background: url(../images/ftwapicn1.png) no-repeat 0 2px;
	background-size: 22px 22px;
}
.vegafoter-btmwrap .ft-adrsbx ul li a.em {
	background: url(../images/ftemlicn.png) no-repeat;
	background-size: 25px 25px;
}
.vegafoter-btmwrap .ft-adrsbx ul li a.loc {
	background: url(../images/ftplocicn.png) no-repeat 0 7px;
	background-size: 25px 25px;
}
.vegafoter-btmwrap .ft-flwbx {
	float: left;
	width: 100%;
}
.vegafoter-btmwrap .ft-flwbx img {
	float: left;
	width: 30px;
	height: auto;
	margin: 10px 10px 0 0;
}
.vegafoter-btmwrap .ft-qlinkbx {
	float: left;
	width: 100%;
	margin: 70px 0 0;
	padding: 0 0 0 40px;
	border-left: 1px solid rgb(255 255 255 / 27%);
	min-height: 320px;
}
.vegafoter-btmwrap .ft-qlinkbx h4 {
	font-family: 'Poppins';
	display: block;
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	line-height: 30px;
	padding: 0;
	margin: 0 0 10px;
}
.vegafoter-btmwrap .ft-qlinkbx ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.vegafoter-btmwrap .ft-qlinkbx ul li {
	position: relative;
	padding: 5px 0;
}
.vegafoter-btmwrap .ft-qlinkbx ul li a {
	display: block;
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	line-height: 28px;
	background: url(../images/ftlnk.png) no-repeat 0 8px;
	background-size: 10px 15px;
	padding: 0 0 0 20px;
	margin: 0;
	text-decoration: none;
}
.vegafoter-btmwrap .ft-qlinkbx ul li a:hover {
	color: #fff;
	text-decoration: none;
}
.vegafoter-btmwrap .ft-srvlinkbx {
	float: left;
	width: 100%;
	margin: 70px 0 0;
	padding: 0 0 0 40px;
	border-left: 1px solid rgb(255 255 255 / 27%);
	min-height: 320px;
}
.vegafoter-btmwrap .ft-srvlinkbx h4 {
	font-family: 'Poppins';
	display: block;
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	line-height: 30px;
	padding: 0;
	margin: 0 0 10px;
}
.vegafoter-btmwrap .ft-srvlinkbx ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.vegafoter-btmwrap .ft-srvlinkbx ul li {
	position: relative;
	padding: 5px 0;
}
.vegafoter-btmwrap .ft-srvlinkbx ul li a {
	display: block;
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	line-height: 28px;
	background: url(../images/ftlnk.png) no-repeat 0 8px;
	background-size: 10px 15px;
	padding: 0 0 0 20px;
	margin: 0;
	text-decoration: none;
}
.vegafoter-btmwrap .ft-srvlinkbx ul li a:hover {
	color: #fff;
	text-decoration: none;
}
.vegafoter-btmwrap .ft-srvlinkbx .srvbx1 {
	float: left;
	width: 100%;
}
.vegafoter-btmwrap .ft-srvlinkbx .srvbx2 {
	float: left;
	width: 100%;
	padding:30px 0 0;
}
.vegafoter-btmwrap .bdr {
	border-top: 1px solid rgb(255 255 255 / 50%);
	margin-top: 40px;
}
.vegafoter-btmwrap .cpy-rgtbx {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 28px;
	text-align: left;
	padding: 30px 0;
	margin: 0;
}
.vegafoter-btmwrap .cpy-rgtbx a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}
.vegafoter-btmwrap .dsgnby {
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	line-height: 30px;
	text-align: right;
	padding: 30px 0;
	margin: 0;
}
.vegafoter-btmwrap .dsgnby a {
	color: #fff;
	text-decoration: none;
}
/****** INNER PAGE CSS ******/
.innerpge-vegahero-section {
	position: relative;
	width: 100%;
}
.innerpge-vegahero-section img {
	width: 100%;
	height: auto;
}
.innerpge-vegahero-section .vegatitlebx {
	position: absolute;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	text-align: center;
}
.innerpge-vegahero-section .vegatitlebx h4 {
	font-size: 52px;
	color: #fff;
	line-height: 60px;
	font-weight: 700;
	margin: 230px 0 0;
	padding: 0;
}
.innerpge-vegahero-section .explore-courses-btn {
	display: inline-block;
	margin: 25px 0 0;
}
.innerpge-vegahero-section .explore-courses-btn a {
	display: block;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
	text-decoration: none;
	transition: 0.3s;
	background: #719430;
	border: 1px solid #82a83b;
	padding: 15px 25px;
	border-radius: 3px;
}
.innerpge-vegahero-section .explore-courses-btn a:hover {
	color: #fff;
	background: #0d4e88;
	border: 1px solid #1464ac;
}
.innerevega-aboutpgetxt-section {
	position: relative;
	padding: 80px 0;
}
.innerevega-aboutpgetxt-section h1 {
	position: relative;
	font-family: 'Poppins';
	font-size: 36px;
	color: #084983;
	line-height: 44px;
	font-weight: 700;
	margin: 0 50px 10px;
	padding: 20px 0 0;
}
.innerevega-aboutpgetxt-section h1::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	height: 1px;
	background: #1464ac;
}
.innerevega-aboutpgetxt-section h1::after {
	content: "";
	position: absolute;
	left: 40px;
	top: -12px;
	width: 20px;
	height: 20px;
	background: url(../images/list-icn1.png) no-repeat;
	background-size: 20px 20px;
}
.innerevega-aboutpgetxt-section p {
	display: block;
	font-size: 16px;
	color: #1e1e1e;
	line-height: 24px;
	font-weight: 400;
	margin: 0;
	padding: 10px 50px;
}
.innerevega-aboutpgetxt-section p strong {
    display: block;
    color: #5b777c;
    font-size: 18px;
    font-weight: 600;
	padding-bottom:10px;
}
.innerevega-aboutpgetxt-section .imgbx {
	position: relative;
	overflow: hidden;
	border-radius: 50px;
	width: 100%;
}
.innerevega-aboutpgetxt-section .imgbx img {
	width: 100%;
	height: auto;
	transition: all .4s;
	border-radius: 50px;
}
.innerevega-aboutpgetxt-section .imgbx:hover img {
	transform: scale(1.1);
	will-change: transform;
}
.innerevega-missiontxt-section {
	position: relative;
	background: linear-gradient(-45deg, rgba(176, 239, 200, 1) 0%, rgba(200, 235, 229, 1) 50%, rgba(212, 233, 245, 1) 100%);
}
.innerevega-missiontxt-section::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 60%;
	height: 100%;
	background: rgba(256,256,256,0.5);
}
.innerevega-missiontxt-section h2 {
	position: relative;
	font-family: 'Poppins';
	font-size: 38px;
	color: #084983;
	line-height: 44px;
	font-weight: 700;
	margin: 100px 0 0 50px;
	padding: 20px 50px;
}
.innerevega-missiontxt-section h2::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	height: 1px;
	background: #1464ac;
}
.innerevega-missiontxt-section h2::after {
	content: "";
	position: absolute;
	left: 40px;
	top: -12px;
	width: 20px;
	height: 20px;
	background: url(../images/list-icn1.png) no-repeat;
	background-size: 20px 20px;
}
.innerevega-missiontxt-section p {
	display: block;
	font-size: 24px;
	color: #5b777c;
	line-height: 36px;
	font-weight: 600;
	margin: 0;
	padding: 10px 50px;
}
.innerevega-missiontxt-section img {
	width: 100%;
	height: auto;
}
.innerevega-missiontxt-section .contact-btn {
	display: inline-block;
	margin: 40px 0 0 50px;
}
.innerevega-missiontxt-section .contact-btn a {
	display: block;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
	text-decoration: none;
	transition: 0.3s;
	background: #719430;
	border: 1px solid #82a83b;
	padding: 15px 25px;
	border-radius: 3px;
}
.innerevega-missiontxt-section .contact-btn a:hover {
	color: #fff;
	background: #0d4e88;
	border: 1px solid #1464ac;
}
.innerevega-our-founders-section {
	position: relative;
	padding: 80px 0;
	text-align: center;
}
.innerevega-our-founders-section .row {
	width: 1100px;
	margin: 0 auto;
}
.innerevega-our-founders-section h3 {
	position: relative;
	font-family: 'Poppins';
	font-size: 38px;
	color: #084983;
	line-height: 44px;
	font-weight: 700;
	margin: 0 0 25px;
	padding: 20px 0 0;
}
.innerevega-our-founders-section h3::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100px;
	height: 1px;
	background: #1464ac;
	margin: 0 auto;
}
.innerevega-our-founders-section h3::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -22px;
	width: 40px;
	height: 40px;
	background: url(../images/list-icn1.png) no-repeat;
	background-size: 40px 40px;
	margin: 0 auto;
}
.innerevega-our-founders-section .teamtbx {
	padding: 30px;
	border: 1px solid #e1e8fd;
	border-radius: 30px;
	background: #fff;
	text-align: center;
	margin: 25px 20px 0;
	min-height: 350px;
}
.innerevega-our-founders-section .teamtbx h4 {
	font-family: 'Poppins';
	font-size: 32px;
	color: #084983;
	line-height: 40px;
	font-weight: 600;
	margin: 0;
	padding: 0;
}
.innerevega-our-founders-section .teamtbx p {
	display: block;
	font-size: 15px;
	color: #1e1e1e;
	line-height: 24px;
	font-weight: 400;
	margin: 0;
	padding: 10px 0;
}
.innerevega-our-founders-section .teamtbx p strong {
    display: block;
    color: #5b777c;
    font-size: 18px;
    font-weight: 600;
	padding-bottom:10px;
}
.innerevega-our-founders-section .teamtbx .imgbx {
	position: relative;
	overflow: hidden;
	border-radius: 50%;
	width: 80%;
	margin: 0 auto 20px;
	-webkit-box-shadow: 0 5px 16px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 16px 2px rgba(0, 0, 0, 0.1);
}
.innerevega-our-founders-section .teamtbx .imgbx img {
	width: 100%;
	height: auto;
	transition: all .4s;
	border-radius: 50%;
}
.innerevega-our-founders-section .teamtbx:hover .imgbx img {
	transform: scale(1.1);
	will-change: transform;
}
.innerevega-joinourteam-section {
	position: relative;
	padding: 80px 0;
	background: url(../images/ourteam-bg.jpg) no-repeat;
	background-size: cover;
}
.innerevega-joinourteam-section .indivtxt {
	width: 80%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	padding: 60px 50px;
	margin: 0 auto;
	text-align: center;
	border-radius: 250px;
}
.innerevega-joinourteam-section h3 {
	display: block;
	font-family: 'Poppins';
	font-size: 38px;
	color: #fff;
	line-height: 44px;
	font-weight: 700;
	margin: 0;
	padding: 0;
}
.innerevega-joinourteam-section p {
	display: block;
	font-size: 21px;
	color: #fff;
	line-height: 27px;
	font-weight: 600;
	margin: 0;
	padding: 10px 0;
}
.innerevega-joinourteam-section .jointeam-btn {
	display: inline-block;
	margin: 20px 0 0;
}
.innerevega-joinourteam-section .jointeam-btn a {
	display: block;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
	text-decoration: none;
	transition: 0.3s;
	background: #719430;
	border: 1px solid #82a83b;
	padding: 15px 25px;
	border-radius: 3px;
}
.innerevega-joinourteam-section .jointeam-btn a:hover {
	color: #fff;
	background: #0d4e88;
	border: 1px solid #1464ac;
}
.innerevega-servicepgetxt-section {
	position: relative;
	padding: 80px 0;
}
.innerevega-servicepgetxt-section h1 {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #5b777c;
    margin: 0;
    padding: 10px 50px;
}
.innerevega-servicepgetxt-section h3 {
	position: relative;
	font-family: 'Poppins';
	font-size: 36px;
	color: #084983;
	line-height: 44px;
	font-weight: 700;
	margin: 0 50px 10px;
	padding: 20px 0 0;
}
.innerevega-servicepgetxt-section h3 strong {
	font-family: 'Poppins';
    color: #7a962b;
    font-weight: 700;
}
.innerevega-servicepgetxt-section h3::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	height: 1px;
	background: #1464ac;
}
.innerevega-servicepgetxt-section h3::after {
	content: "";
	position: absolute;
	left: 40px;
	top: -12px;
	width: 20px;
	height: 20px;
	background: url(../images/list-icn1.png) no-repeat;
	background-size: 20px 20px;
}
.innerevega-servicepgetxt-section p {
	display: block;
	font-size: 15px;
	color: #1e1e1e;
	line-height: 24px;
	font-weight: 400;
	margin: 0;
	padding: 10px 50px;
}
.innerevega-servicepgetxt-section p strong {
	display: block;
	color: #5b777c;
	font-size: 18px;
	font-weight: 600;
}
.innerevega-servicepgetxt-section .imgbx {
	position: relative;
	overflow: hidden;
	border-radius: 50px;
	width: 100%;
}
.innerevega-servicepgetxt-section .imgbx img {
	width: 100%;
	height: auto;
	transition: all .4s;
	border-radius: 50px;
}
.innerevega-servicepgetxt-section .imgbx:hover img {
	transform: scale(1.1);
	will-change: transform;
}
.innerevega-servicepgetxt-section .explore-courses-btn {
	display: inline-block;
	margin: 25px 0 0 50px;
}
.innerevega-servicepgetxt-section .explore-courses-btn a {
	display: block;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
	text-decoration: none;
	transition: 0.3s;
	background: #719430;
	border: 1px solid #82a83b;
	padding: 15px 25px;
	border-radius: 3px;
}
.innerevega-servicepgetxt-section .explore-courses-btn a:hover {
	color: #fff;
	background: #0d4e88;
	border: 1px solid #1464ac;
}
.innerevega-counter-section {
	position: relative;
	background: url(../images/counter-box-bg.jpg) no-repeat;
	background-size: cover;
}
.innerevega-counter-section::before {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(9, 75, 133, 0.8);
}
.innerevega-counter-section h3 {
	position: relative;
	font-family: 'Poppins';
	font-size: 38px;
	color: #fff;
	line-height: 44px;
	font-weight: 700;
	margin: 0;
	padding: 30px 20% 0;
	text-align: center;
}
.innerevega-counter-section h3::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100px;
	height: 1px;
	background: #1464ac;
	margin: 0 auto;
}
.innerevega-counter-section h3::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -22px;
	width: 40px;
	height: 40px;
	background: url(../images/list-icn1.png) no-repeat;
	background-size: 40px 40px;
	margin: 0 auto;
}
.innerevega-counter-section .counter-box {
	padding: 15px;
	margin: 50px 0;
	text-align: center;
	border: 1px solid #5a9cdb;
	border-radius: 10px;
	min-height: 220px;
}
.innerevega-counter-section .counter-box.home-effective .content-box-percentage {
	display: inline-block;
}
.innerevega-counter-section .counter-box.home-effective .content-box-percentage .display-percentage {
	display: inline-block;
	color: #fff;
	font-size: 48px;
	font-weight: 700;
	line-height: 50px;
	text-align: center;
	padding: 0;
	margin: 0 0 10px;
}
.innerevega-counter-section .counter-box.home-effective strong {
	display: inline-block;
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	line-height: 40px;
	padding: 0 5px;
	margin: 0;
}
.innerevega-counter-section .counter-box.home-effective .content-box-percentage .counter-box-content {
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	padding: 10px 0;
	margin: 0;
}
.innerevega-counter-section .counter-box.home-effective .content-box-percentage p {
	display: block;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	padding: 0;
	margin: 0;
}
.innerevega-whychoose-section {
	position: relative;
	padding: 50px 0;
}
.innerevega-whychoose-section h2 {
	position: relative;
	font-family: 'Poppins';
	font-size: 38px;
	color: #084983;
	line-height: 44px;
	font-weight: 700;
	margin: 0;
	padding: 30px 0 10px;
	text-align: center;
}
.innerevega-whychoose-section h2::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100px;
	height: 1px;
	background: #1464ac;
	margin: 0 auto;
}
.innerevega-whychoose-section h2::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -22px;
	width: 40px;
	height: 40px;
	background: url(../images/list-icn1.png) no-repeat;
	background-size: 40px 40px;
	margin: 0 auto;
}
.innerevega-whychoose-section h3 {
	position: relative;
	font-family: 'Poppins';
	font-size: 38px;
	color: #084983;
	line-height: 44px;
	font-weight: 700;
	margin: 0;
	padding: 30px 0 0;
	text-align: center;
}
.innerevega-whychoose-section h3::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100px;
	height: 1px;
	background: #1464ac;
	margin: 0 auto;
}
.innerevega-whychoose-section h3::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -22px;
	width: 40px;
	height: 40px;
	background: url(../images/list-icn1.png) no-repeat;
	background-size: 40px 40px;
	margin: 0 auto;
}
.innerevega-whychoose-section .choose-bx {
	text-align: center;
	padding: 10px 150px;
}
.innerevega-whychoose-section .choose-bx p {
    display: block;
    font-size: 15px;
    color: #1e1e1e;
    line-height: 24px;
    font-weight: 400;
    margin: 0;
    padding: 10px 0;
}
.innerevega-whychoose-section .choose-bx p strong {
    font-size: 18px;
    color: #5b777c;
    font-weight: 600;
}
.innerevega-whychoose-section .tbx {
	text-align: center;
	margin: 30px 15px 0;
}
.innerevega-whychoose-section .tbx h4 {
	display: block;
	font-family: 'Poppins';
	font-size: 24px;
	color: #0d4e88;
	line-height: 30px;
	font-weight: 600;
	margin: 0;
	padding: 20px 0 0;
}
.innerevega-whychoose-section .tbx p {
	color: #1e1e1e;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	padding: 10px 0;
	margin: 0;
}
.innerevega-whychoose-section .tbx .imgbx {
	position: relative;
	overflow: hidden;
	border-radius: 50px;
	width: 100%;
	border: 1px solid #dbdbdb;
	padding: 10px;
}
.innerevega-whychoose-section .tbx .imgbx img {
	width: 100%;
	height: auto;
	transition: all .4s;
	border-radius: 40px;
}
/*.innerevega-whychoose-section .tbx:hover .imgbx img {
	transform: scale(1.1);
	will-change: transform;
}*/
.innerevega-ourdigitalsat-section {
	position: relative;
	padding: 50px 0;
}
.innerevega-ourdigitalsat-section .row {
	width: 1200px;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
.innerevega-ourdigitalsat-section h3 {
	position: relative;
	font-family: 'Poppins';
	font-size: 38px;
	color: #084983;
	line-height: 44px;
	font-weight: 700;
	margin: 0 0 20px;
	padding: 30px 0 0;
	text-align: center;
}
.innerevega-ourdigitalsat-section h3::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100px;
	height: 1px;
	background: #1464ac;
	margin: 0 auto;
}
.innerevega-ourdigitalsat-section h3::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -22px;
	width: 40px;
	height: 40px;
	background: url(../images/list-icn1.png) no-repeat;
	background-size: 40px 40px;
	margin: 0 auto;
}
.innerevega-ourdigitalsat-section .tbxcours {
	padding: 50px 0 0;
}
.innerevega-ourdigitalsat-section h4 {
	position: relative;
	font-family: 'Poppins';
	font-size: 28px;
	color: #084983;
	line-height: 40px;
	font-weight: 700;
	margin: 0;
	padding: 0;
}
.innerevega-ourdigitalsat-section h5 {
	font-size: 18px;
	color: #1e1e1e;
	line-height: 26px;
	font-weight: 700;
	margin: 0;
	padding: 10px 0;
}
.innerevega-ourdigitalsat-section p {
	display: block;
	font-size: 15px;
	color: #1e1e1e;
	line-height: 24px;
	font-weight: 400;
	margin: 0;
	padding: 10px 0;
}
.innerevega-ourdigitalsat-section p strong {
	display: block;
	font-size: 18px;
	color: #5b777c;
	font-weight: 600;
	margin-bottom: 20px;
	padding-left: 20px;
	border-left: 1px solid #5b777c;
}
.innerevega-ourdigitalsat-section ul {
	list-style: none;
	margin: 0;
	padding: 0;
	clear:both;
}
.innerevega-ourdigitalsat-section ul li {
	display: block;
	font-size: 15px;
	color: #1e1e1e;
	line-height: 26px;
	font-weight: 400;
	margin: 5px 0;
	padding: 0 0 0 30px;
	background: url(../images/list-icn1.png) no-repeat;
	background-size: 24px 24px;
}
.innerevega-ourdigitalsat-section .innbx {
	width: 100%;
	float: left;
}
.innerevega-ourdigitalsat-section .innbx .bx {
	width: 33%;
	float: left;
	font-size: 14px;
    color: #1e1e1e;
    line-height: 20px;
    font-weight: 400;
	padding:10px;
}
.innerevega-ourdigitalsat-section .innbx .bx strong {
	font-size: 16px;
    color: #5b777c;
    font-weight: 600;
}
.innerevega-ourdigitalsat-section .imgbx {
	position: relative;
	overflow: hidden;
	border-radius: 50px;
	width: 90%;
	float: left;
}
.innerevega-ourdigitalsat-section .imgbx img {
	width: 100%;
	height: auto;
	transition: all .4s;
	border-radius: 50px;
}
.innerevega-ourdigitalsat-section .imgbx:hover img {
	transform: scale(1.1);
	will-change: transform;
}
.innerevega-ourdigitalsat-section .imgbx1 {
	position: relative;
	overflow: hidden;
	border-radius: 50px;
	width: 90%;
	float: right;
}
.innerevega-ourdigitalsat-section .imgbx1 img {
	width: 100%;
	height: auto;
	transition: all .4s;
	border-radius: 50px;
}
.innerevega-ourdigitalsat-section .imgbx1:hover img {
	transform: scale(1.1);
	will-change: transform;
}
.innerevega-ourdigitalsat-section .contact-btn {
	display: inline-block;
	margin: 20px 0 0;
}
.innerevega-ourdigitalsat-section .contact-btn a {
	display: block;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
	text-decoration: none;
	transition: 0.3s;
	background: #719430;
	border: 1px solid #82a83b;
	padding: 15px 25px;
	border-radius: 3px;
}
.innerevega-ourdigitalsat-section .contact-btn a:hover {
	color: #fff;
	background: #0d4e88;
	border: 1px solid #1464ac;
}
.innerevega-ai-enhancedsat-section {
	position: relative;
	padding: 50px 0 80px;
	text-align: center;
}
.innerevega-ai-enhancedsat-section h3 {
	position: relative;
	font-family: 'Poppins';
	font-size: 38px;
	color: #084983;
	line-height: 44px;
	font-weight: 700;
	margin: 0 0 25px;
	padding: 20px 25% 0;
}
.innerevega-ai-enhancedsat-section h3::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100px;
	height: 1px;
	background: #1464ac;
	margin: 0 auto;
}
.innerevega-ai-enhancedsat-section h3::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -22px;
	width: 40px;
	height: 40px;
	background: url(../images/list-icn1.png) no-repeat;
	background-size: 40px 40px;
	margin: 0 auto;
}
.innerevega-ai-enhancedsat-section .aitbx {
	padding: 20px 15px;
	border-radius: 50px;
	background: #0b4982;
	text-align: center;
	margin: 15px 0 0;
}
.innerevega-ai-enhancedsat-section .aitbx h4 {
	display: block;
	font-size: 15px;
	color: #fff;
	line-height: 22px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 5px;
	padding: 0;
}
.innerevega-ai-enhancedsat-section .aitbx h4 strong {
	display: block;
	font-weight: 700;
}
.innerevega-ai-enhancedsat-section .aitbx p {
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 18px;
	font-weight: 400;
	margin: 0;
	padding: 0;
}
.innerevega-ai-enhancedsat-section .aitbx .imgbx {
	position: relative;
	overflow: hidden;
	border-radius: 50%;
	width: 100px;
	margin: 0 auto 10px;
	padding: 10px;
	background: #fff;
	-webkit-box-shadow: 0 3px 10px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 0 3px 10px 2px rgba(0, 0, 0, 0.05);
}
.innerevega-ai-enhancedsat-section .aitbx .imgbx img {
	width: 100%;
	height: auto;
	transition: all .4s;
	border-radius: 50%;
}
.innerevega-ai-enhancedsat-section .aitbx:hover .imgbx img {
	transform: scale(1.1);
	will-change: transform;
}
.innerevega-ai-enhancedsat-section .aitbx-nw {
	width:100%;
	float:left;
	text-align:left;
	padding: 15px 50px 0;
}
.innerevega-ai-enhancedsat-section .aitbx-nw h4 {
	display: block;
	font-family: 'Poppins';
	font-size: 21px;
	color: #0b4982;
	line-height: 26px;
	font-weight: 700;
	margin: 0 0 10px;
	padding: 0;
}
.innerevega-ai-enhancedsat-section .aitbx-nw p {
	display: block;
	font-size: 15px;
	color: #1e1e1e;
	line-height: 22px;
	font-weight: 400;
	margin: 0;
	padding: 0;
}
.innerevega-ai-enhancedsat-section .aitbx-nw img {
	width:100px;
	float:left;
	margin:0 20px 0 0;
}
.innerevega-ai-enhancedsat-section .aivideo {
	position: relative;
	padding: 10px;
	background: #000;
	border-radius: 10px;
	margin: 60px 0 0;
}
.innerevega-ai-enhancedsat-section .aivideo::before {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	top: 100%;
	width: 240px;
	height: 98px;
	background: url(../images/pc-stand.png) no-repeat;
	background-size: 240px 98px;
	margin: 0 auto;
}
.innerevega-ai-enhancedsat-section .aivideo video {
	position: relative;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.innerevega-dsat-diagnostic-section {
	position: relative;
	padding: 50px 0;
	background: #f9f9f9;
}
.innerevega-dsat-diagnostic-section h3 {
	position: relative;
	font-family: 'Poppins';
	font-size: 38px;
	color: #084983;
	line-height: 44px;
	font-weight: 700;
	margin: 0 0 50px;
	padding: 30px 25% 0;
	text-align: center;
}
.innerevega-dsat-diagnostic-section h3::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100px;
	height: 1px;
	background: #1464ac;
	margin: 0 auto;
}
.innerevega-dsat-diagnostic-section h3::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -22px;
	width: 40px;
	height: 40px;
	background: url(../images/list-icn1.png) no-repeat;
	background-size: 40px 40px;
	margin: 0 auto;
}
.innerevega-dsat-diagnostic-section h4 {
	position: relative;
	display: block;
	font-size: 22px;
	color: #0b4982;
	line-height: 30px;
	font-weight: 600;
	margin: 0;
	padding: 0;
}
.innerevega-dsat-diagnostic-section p {
	display: block;
	font-size: 15px;
	color: #1e1e1e;
	line-height: 24px;
	font-weight: 400;
	margin: 0;
	padding: 10px 0;
}
.innerevega-dsat-diagnostic-section p strong {
	display: block;
    font-size: 18px;
    color: #5b777c;
    font-weight: 600;
    margin-bottom: 20px;
    padding-left: 20px;
    border-left: 1px solid #5b777c;
}
.innerevega-dsat-diagnostic-section ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.innerevega-dsat-diagnostic-section ul li {
	display: block;
	font-size: 15px;
	color: #1e1e1e;
	line-height: 26px;
	font-weight: 400;
	margin: 5px 0;
	padding: 0 0 0 30px;
	background: url(../images/list-icn1.png) no-repeat;
	background-size: 24px 24px;
}
.innerevega-dsat-diagnostic-section .imgbx {
	position: relative;
	overflow: hidden;
	border-radius: 50px;
	width: 95%;
}
.innerevega-dsat-diagnostic-section .imgbx img {
	width: 100%;
	height: auto;
	transition: all .4s;
	border-radius: 50px;
}
.innerevega-dsat-diagnostic-section .imgbx:hover img {
	transform: scale(1.1);
	will-change: transform;
}
.innerevega-dsat-diagnostic-section .contact-btn {
	display: inline-block;
	margin: 20px 0 0;
}
.innerevega-dsat-diagnostic-section .contact-btn a {
	display: block;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
	text-decoration: none;
	transition: 0.3s;
	background: #719430;
	border: 1px solid #82a83b;
	padding: 15px 25px;
	border-radius: 3px;
}
.innerevega-dsat-diagnostic-section .contact-btn a:hover {
	color: #fff;
	background: #0d4e88;
	border: 1px solid #1464ac;
}
.innerevega-dsat-diagnostic-section .btm-price {
	padding: 30px;
	margin: 65px auto 0;
	text-align: center;
	border: 1px solid #e9e9e9;
	width: 80%;
	border-radius: 20px;
	background: #fff;
}
.innerevega-dsat-diagnostic-section .btm-price h5 {
	position: relative;
	font-family: 'Poppins';
	font-size: 35px;
	color: #084983;
	line-height: 44px;
	font-weight: 700;
	margin: 0;
	padding: 0;
}
.innerevega-dsat-diagnostic-section .btm-price h5 strong {
	font-family: 'Poppins';
	color: #82a83b;
	font-weight: 700;
}
.innerevega-dsat-diagnostic-section .btm-price h6 {
	position: relative;
	display: block;
	font-size: 17px;
	color: #1e1e1e;
	line-height: 30px;
	font-weight: 500;
	margin: 0;
	padding: 10px 0;
}
.innerevega-dsat-diagnostic-section .btm-price .price1 {
	display: inline-block;
	font-size: 24px;
	color: #0b4982;
	line-height: 30px;
	font-weight: 700;
	margin: 0 10px;
	padding: 10px 0;
	border-bottom: 1px solid #0b4982;
}
.innerevega-package-section {
	position: relative;
	padding: 50px 0;
	background: #f9f9f9;
}
.innerevega-package-section h3 {
	position: relative;
	font-family: 'Poppins';
	font-size: 38px;
	color: #084983;
	line-height: 44px;
	font-weight: 700;
	margin: 0 0 50px;
	padding: 30px 25% 0;
	text-align: center;
}
.innerevega-package-section h3::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100px;
	height: 1px;
	background: #1464ac;
	margin: 0 auto;
}
.innerevega-package-section h3::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -22px;
	width: 40px;
	height: 40px;
	background: url(../images/list-icn1.png) no-repeat;
	background-size: 40px 40px;
	margin: 0 auto;
}
.innerevega-package-section .imgbx {
	position: relative;
	overflow: hidden;
	border-radius: 50px;
	width: 58%;
	border: 1px solid #dbdbdb;
	padding: 10px;
	margin:0 auto;
	background: #fff;
    text-align: center;
}
.innerevega-package-section .imgbx img {
	width: auto;
	height: auto;
	transition: all .4s;
	border-radius: 40px;
}
.innerevega-counselling-section {
	position: relative;
	background: url(../images/counselling-session-bg.jpg) no-repeat;
	background-size: cover;
}
.innerevega-counselling-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
}
.innerevega-counselling-section .indivtxt {
	position: relative;
	z-index: 1;
	width: 50%;
	padding: 60px 50px;
	margin: 0 auto;
	text-align: center;
}
.innerevega-counselling-section h5 {
	display: block;
	font-size: 16px;
	color: #c7f374;
	line-height: 24px;
	font-weight: 400;
	margin: 0;
	padding: 0 0 10px;
}
.innerevega-counselling-section h3 {
	display: block;
	font-family: 'Poppins';
	font-size: 38px;
	color: #fff;
	line-height: 44px;
	font-weight: 700;
	margin: 0;
	padding: 0;
}
.innerevega-counselling-section p {
	display: block;
	font-size: 17px;
	color: #fff;
	line-height: 24px;
	font-weight: 500;
	margin: 0;
	padding: 10px 0;
}
.innerevega-counselling-section .counselling-btn {
	display: inline-block;
	margin: 20px 0 0;
}
.innerevega-counselling-section .counselling-btn a {
	display: block;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
	text-decoration: none;
	transition: 0.3s;
	background: #719430;
	border: 1px solid #82a83b;
	padding: 15px 25px;
	border-radius: 3px;
}
.innerevega-counselling-section .counselling-btn a:hover {
	color: #fff;
	background: #0d4e88;
	border: 1px solid #1464ac;
}

.innerevega-special-programmes-section {
	position: relative;
	background: url(https://webonlinecity.com/vegaweb/wp-content/uploads/2026/02/specialprogram-bg.jpg) no-repeat;
	background-size: cover;
	text-align:center;
	padding:50px 0;
}
.innerevega-special-programmes-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(256 256, 256, 0.9);
}
.innerevega-special-programmes-section h3 {
	display: block;
	font-family: 'Poppins';
	font-size: 38px;
	color: #084983;
	line-height: 48px;
	font-weight: 700;
	margin: 0 0 10px;
	padding: 0;
}
.innerevega-special-programmes-section p {
	display: block;
	font-size: 21px;
	color: #789720;
	line-height: 32px;
	font-weight: 600;
	margin: 0;
	padding: 10px 15%;
}
.innerevega-special-programmes-section .learnmre-btn {
	display: inline-block;
	margin: 20px 0 0;
}
.innerevega-special-programmes-section .learnmre-btn a {
	display: block;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
	text-decoration: none;
	transition: 0.3s;
	background: #719430;
	border: 1px solid #82a83b;
	padding: 15px 25px;
	border-radius: 3px;
}
.innerevega-special-programmes-section .learnmre-btn a:hover {
	color: #fff;
	background: #0d4e88;
	border: 1px solid #1464ac;
}
.innerevega-refresher-course-section {
	position: relative;
	background: #719430;
	text-align:center;
	padding:50px 0;
}
.innerevega-refresher-course-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(256 256, 256, 0.9);
}
.innerevega-refresher-course-section h3 {
	display: block;
	font-family: 'Poppins';
	font-size: 38px;
	color: #084983;
	line-height: 48px;
	font-weight: 700;
	margin: 0 0 10px;
	padding: 0;
}
.innerevega-refresher-course-section p {
	display: block;
	font-size: 21px;
	color: #1e1e1e;
	line-height: 32px;
	font-weight: 600;
	margin: 0;
	padding: 10px 15%;
}
.innerevega-faqstabing-section {
	position: relative;
	padding: 70px 0;
}
.innerevega-faqstabing-section h3 {
	display: block;
	font-family: 'Poppins';
	font-size: 38px;
	color: #084983;
	line-height: 44px;
	font-weight: 700;
	text-align: center;
	margin: 0 0 20px;
	padding: 0;
}
.innerevega-faqstabing-section .accordion {
	overflow-anchor: none;
	width: 90%;
	margin: 0 auto;
}
.innerevega-faqstabing-section .accordion>.card>.card-header {
	border-radius: 0;
	margin-bottom: 0;
}
.innerevega-faqstabing-section .card {
	border: none;
	border-radius: inherit;
	background-color: inherit;
	margin: 10px 0;
}
.innerevega-faqstabing-section .card-header {
	border-bottom: none;
	background-color: inherit;
	padding: 0;
}
.innerevega-faqstabing-section .text-left {
	font-size: 16px;
	color: #1e1e1e;
	line-height: 30px;
	font-weight: 600;
	border-bottom: 1px solid #ededed;
	margin: 0;
	padding: 10px 20px 10px 0;
}
.innerevega-faqstabing-section .collapsed::before {
	content: '';
	position: absolute;
	top: 11px;
	right: 0;
	width: 16px;
	height: 11px;
	background: url(../images/faqarw.jpg) no-repeat;
	background-size: 16px 11px;
}
.innerevega-faqstabing-section .show::before {
	content: '';
	position: absolute;
	top: 11px;
	right: 0;
	width: 16px;
	height: 11px;
	background: url(../images/faqarwh.jpg) no-repeat;
	background-size: 16px 11px;
}
.innerevega-faqstabing-section .faqcontent {
	padding: 10px;
}
.innerevega-faqstabing-section .faqcontent p {
	font-size: 16px;
	color: #1e1e1e;
	line-height: 24px;
	font-weight: 400;
	margin: 0;
	padding: 10px 0;
}
.innerevega-faqstabing-section .faqcontent p a {
	color: #1e1e1e;
	text-decoration: none;
}
.innerevega-faqstabing-section .faqcontent ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.innerevega-faqstabing-section .faqcontent ul li {
	font-size: 16px;
	color: #1e1e1e;
	line-height: 24px;
	font-weight: 400;
	margin: 0;
	padding: 0;
}
.innerevega-faqstabing-section .faqcontent ul li a {
	color: #1e1e1e;
	text-decoration: none;
}
.innerevega-testimonials-section {
	position: relative;
	padding: 70px 0;
	text-align: center;
	background: #f6f6f8;
}
.innerevega-testimonials-section h3 {
	font-family: 'Poppins';
	font-size: 38px;
	color: #084983;
	line-height: 44px;
	font-weight: 700;
	margin: 0 0 40px;
	padding: 0 250px;
}
.innerevega-testimonials-section .innertbx {
	margin: 0 15px;
}
.innerevega-testimonials-section .innertbx .phtobx {
	width: 60px;
	margin: 0 auto;
	box-shadow: 0 8px 16px rgba(0, 0, 0, .2);
	border-radius: 50%;
}
.innerevega-testimonials-section .innertbx .phtobx img {
	width: 100%;
	height: auto;
}
.innerevega-testimonials-section .innertbx h5 {
	font-size: 28px;
	color: #0d4e88;
	line-height: 32px;
	font-weight: 700;
	font-style: italic;
	margin: 20px 0;
	padding: 0;
}
.innerevega-testimonials-section .innertbx .nmebx {
	font-size: 15px;
	color: #1e1e1e;
	line-height: 22px;
	font-weight: 700;
	margin: 0;
	padding: 0;
}
.innerevega-testimonials-section .innertbx .dscbx {
	font-size: 12px;
	color: #82a83b;
	line-height: 22px;
	font-weight: 500;
	margin: 0;
	padding: 0;
}
.innerevega-testimonials-section .slick-dotted.slick-slider {
	margin-bottom: 0;
}
.innerevega-testimonials-section .slick-dots {
	display: none!important;
}
.innerevega-contactpgetxt-section {
	position: relative;
	padding: 80px 0;
}
.innerevega-contactpgetxt-section h3 {
	position: relative;
	display: block;
	font-family: 'Poppins';
	font-size: 38px;
	color: #084983;
	line-height: 44px;
	font-weight: 700;
	margin: 0 0 30px;
	padding: 20px 0 0;
}
.innerevega-contactpgetxt-section h3::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	height: 1px;
	background: #1464ac;
}
.innerevega-contactpgetxt-section h3::after {
	content: "";
	position: absolute;
	left: 40px;
	top: -12px;
	width: 20px;
	height: 20px;
	background: url(../images/list-icn1.png) no-repeat;
	background-size: 20px 20px;
}
.innerevega-contactpgetxt-section .innenquiry-formdetail {
	width: 100%;
	float: left;
	border: 1px solid #ededed;
	background: #f9f9f9;
	padding: 40px;
	border-radius: 5px;
}
.innerevega-contactpgetxt-section .innenquiry-formdetail .inpnme {
	width: 100%;
	float: left;
	font-family: 'Wix Madefor Text';
	font-size: 15px;
	color: #1464ac;
	font-weight: 400;
	line-height: 22px;
	padding: 15px 0;
	margin: 10px 0;
	background: #f9f9f9;
	border-left: none;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #1464ac;
}
.innerevega-contactpgetxt-section .innenquiry-formdetail .inpnme::placeholder {
 color:#1464ac;
}
.innerevega-contactpgetxt-section .innenquiry-formdetail .inpeml {
	width: 100%;
	float: left;
	font-family: 'Wix Madefor Text';
	font-size: 15px;
	color: #1464ac;
	font-weight: 400;
	line-height: 22px;
	padding: 15px 0;
	margin: 10px 0;
	background: #f9f9f9;
	border-left: none;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #1464ac;
}
.innerevega-contactpgetxt-section .innenquiry-formdetail .inpeml::placeholder {
 color:#1464ac;
}
.innerevega-contactpgetxt-section .innenquiry-formdetail .inpcal {
	width: 100%;
	float: left;
	font-family: 'Wix Madefor Text';
	font-size: 15px;
	color: #1464ac;
	font-weight: 400;
	line-height: 22px;
	padding: 15px 0;
	margin: 10px 0;
	background: #f9f9f9;
	border-left: none;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #1464ac;
}
.innerevega-contactpgetxt-section .innenquiry-formdetail .inpcal::placeholder {
 color:#1464ac;
}
.innerevega-contactpgetxt-section .innenquiry-formdetail textarea {
	width: 100%;
	height: 110px;
	float: left;
	font-family: 'Wix Madefor Text';
	font-size: 15px;
	color: #1464ac;
	font-weight: 400;
	line-height: 22px;
	padding: 15px 0;
	margin: 10px 0;
	background: #f9f9f9;
	border-left: none;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #1464ac;
}
.innerevega-contactpgetxt-section .innenquiry-formdetail textarea::placeholder {
 color:#1464ac;
}
.innerevega-contactpgetxt-section .innenquiry-formdetail .sbmt-btn {
	float: left;
	width: 100%;
	font-family: 'Wix Madefor Text';
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	line-height: 30px;
	padding: 10px 30px;
	margin: 30px 0;
	background: #111;
	border-radius: 5px;
	border: 1px solid #111;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.innerevega-contactpgetxt-section .inncontact-adrsdetail {
	width: 100%;
	float: left;
	padding: 30px 80px 0;
}
.innerevega-contactpgetxt-section .inncontact-adrsdetail ul {
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
.innerevega-contactpgetxt-section .inncontact-adrsdetail ul li {
	width: 100%;
	float: left;
	background: #0b4982;
	padding: 20px 30px;
	margin: 1px 0;
	border-radius: 5px;
	transition: 0.3s;
}
.innerevega-contactpgetxt-section .inncontact-adrsdetail ul li:hover {
	background: #82a83b;
}
.innerevega-contactpgetxt-section .inncontact-adrsdetail ul li a {
	display: block;
	color: #fff;
	font-size: 21px;
	font-weight: 500;
	line-height: 40px;
	padding: 0 0 0 36px;
	margin: 0;
	text-decoration: none;
}
.innerevega-contactpgetxt-section .inncontact-adrsdetail ul li a:hover {
	color: #fff;
	text-decoration: none;
}
.innerevega-contactpgetxt-section .inncontact-adrsdetail ul li a.adicn {
	background: url(../images/locicn.png) no-repeat 0 7px;
	background-size: 25px 25px;
}
.innerevega-contactpgetxt-section .inncontact-adrsdetail ul li a.waicn {
	background: url(../images/wapicn1.png) no-repeat 0 8px;
	background-size: 23px 23px;
}
.innerevega-contactpgetxt-section .inncontact-adrsdetail ul li a.phicn {
	background: url(../images/phnicn.png) no-repeat 0 8px;
	background-size: 25px 25px;
}
.innerevega-contactpgetxt-section .inncontact-adrsdetail ul li a.emicn {
	background: url(../images/emlicn.png) no-repeat 0 9px;
	background-size: 25px 25px;
}
.innerevega-contactpgetxt-section .inncontact-adrsdetail ul li.map {
	padding: 0;
}
.innerevega-contactpgetxt-section .inncontact-adrsdetail ul li.map a {
	padding: 0;
	line-height: initial;
}
.innerevega-contactpgetxt-section .inncontact-adrsdetail ul li.map iframe {
	width: 100%;
    height: 170px;
    border: none;
    padding: 10px;
    border-radius: 15px;
}
.innerevega-blogpostlisting-section {
	position: relative;
	padding: 70px 0;
}
.innerevega-blogpostlisting-section .tab {
	overflow: hidden;
	text-align: center;
	margin: 0 0 30px;
}
.innerevega-blogpostlisting-section .tab button {
	display: inline-block;
	font-size: 16px;
	color: #1e1e1e;
	font-weight: 700;
	line-height: 30px;
	border-radius: 5px;
	text-transform:uppercase;
	padding: 10px 28px;
	margin: 0 5px;
	text-decoration: none;
	border: none;
	outline: none;
	cursor: pointer;
	transition: 0.3s;
	background: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .02);
}
.innerevega-blogpostlisting-section .tab button:hover {
	color: #fff;
	background: #719430;
}
.innerevega-blogpostlisting-section .tab button.active {
	color: #fff;
	background: #719430;
}
.innerevega-blogpostlisting-section .tabcontent {
	display: none;
}
.innerevega-blogpostlisting-section .blglist-postxt {
	width: 100%;
	float: left;
	position: relative;
	border-radius: 5px;
	margin: 20px 0;
	background: #fff;
	box-shadow: 0 5px 15px rgba(0,0,0,.05);
	transition: transform 0.3s;
}
.innerevega-blogpostlisting-section .blglist-postxt .tagbx {
	position: absolute;
	left: 25px;
	top: 25px;
	z-index: 1;
	border-radius: 12px;
	background: #fff;
	font-size: 13px;
	color: #2e2e2e;
	line-height: 24px;
	font-weight: 500;
	padding: 8px 10px;
	margin: 0;
	width: 70px;
	text-align: center;
}
.innerevega-blogpostlisting-section .blglist-postxt .imgbx {
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	width: 100%;
}
.innerevega-blogpostlisting-section .blglist-postxt .imgbx img {
	width: 100%;
	height: auto;
	transition: all .4s;
	border-radius: 5px;
}
.innerevega-blogpostlisting-section .blglist-postxt .imgbx:hover img {
	transform: scale(1.1);
	will-change: transform;
}
.innerevega-blogpostlisting-section .blglist-postxt .titlebx {
	width: 100%;
	float: left;
	padding: 15px 20px;
}
.innerevega-blogpostlisting-section .blglist-postxt .titlebx h5 {
	font-size: 17px;
	color: #1e1e1e;
	line-height: 24px;
	font-weight: 600;
	padding: 0 0 5px;
	margin: 0;
}
.innerevega-blogpostlisting-section .blglist-postxt .titlebx p {
	font-size: 14px;
	color: #1e1e1e;
	line-height: 22px;
	font-weight: 400;
	padding: 0;
	margin: 0;
}
.innerevega-blogpostlisting-section .blglist-postxt .titlebx .datebx {
	display: block;
	font-size: 11px;
	color: #acacac;
	line-height: 18px;
	font-weight: 500;
	padding: 0;
	margin: 0;
}
.innerevega-blogpostlisting-section .blglist-postxt .readmore-btn {
	width: 100%;
	float: left;
	padding: 0 20px 20px;
}
.innerevega-blogpostlisting-section .blglist-postxt .readmore-btn a {
	display: inline-block;
	color: #82a83b;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-decoration: none;
    transition: 0.3s;
    background: #fff;
    border: 1px solid #82a83b;
    padding: 5px 10px;
    border-radius: 3px;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}
.innerevega-blogpostlisting-section .blglist-postxt .readmore-btn a:hover {
	color: #fff;
	background: #0d4e88;
	border: 1px solid #0d4e88;
}
.innerevega-blogpost-details-section {
	position: relative;
	padding: 50px 0;
}
.innerevega-blogpost-details-section .row {
	width:1170px;
	margin:0 auto;
}
.innerevega-blogpost-details-section .catetab-links {
	width:90%;
	margin: 0 auto 30px;
}
.innerevega-blogpost-details-section .catetab-links ul {
	list-style:none;
	margin: 0;
	padding: 0;
}
.innerevega-blogpost-details-section .catetab-links ul li {
	display:inline;
	margin-right:10px;
}
.innerevega-blogpost-details-section .catetab-links ul li a {
	display: inline-block;
	color: #82a83b;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-decoration: none;
    transition: 0.3s;
    background: #fff;
    border: 1px solid #82a83b;
    padding: 5px 10px;
    border-radius: 3px;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}
.innerevega-blogpost-details-section .catetab-links ul li a:hover {
	color: #fff;
	background: #0d4e88;
	border: 1px solid #0d4e88;
}
.innerevega-blogpost-details-section .blgpst-summarytbx {
	width:95%;
	float:left;
}
.innerevega-blogpost-details-section .blgpst-summarytbx .datebx {
	width: 100%;
    float: left;
    margin: 0 0 10px;
	background: url(../images/admin-icn.png) no-repeat 0 8px;
	background-size: 25px 25px;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    padding: 8px 0 8px 34px;
}
.innerevega-blogpost-details-section .blgpst-summarytbx .datebx .admn {
	float: left;
    font-size: 14px;
    color: #0a4b85;
    line-height: 16px;
    font-weight: 500;
    padding: 0 15px 0 0;
    margin: 4px 20px 4px 0;
    border-right: 1px solid #d5d5d5;
}
.innerevega-blogpost-details-section .blgpst-summarytbx .datebx .dte {
	float: left;
    font-size: 14px;
    color: #0a4b85;
    line-height: 16px;
    font-weight: 500;
    padding: 0 15px 0 0;
    margin: 4px 0;
}
.innerevega-blogpost-details-section .blgpst-summarytbx h1 {
	font-family: 'Poppins';
    font-size: 38px;
    color: #084983;
    line-height: 44px;
	font-weight: 700;
	padding: 0;
	margin: 0;
}
.innerevega-blogpost-details-section .blgpst-summarytbx h2 {
	font-family: 'Poppins';
    font-size: 28px;
    color: #084983;
    line-height: 34px;
	font-weight: 700;
	padding: 20px 0 0;
	margin: 0;
}
.innerevega-blogpost-details-section .blgpst-summarytbx h3 {
	font-family: 'Poppins';
    font-size: 24px;
    color: #084983;
    line-height: 32px;
	font-weight: 700;
	padding: 20px 0 0;
	margin: 0;
}
.innerevega-blogpost-details-section .blgpst-summarytbx h4 {
	font-family: 'Poppins';
    font-size: 24px;
    color: #084983;
    line-height: 32px;
	font-weight: 700;
	padding: 20px 0 0;
	margin: 0;
}
.innerevega-blogpost-details-section .blgpst-summarytbx p {
	font-size: 16px;
	color: #1e1e1e;
	line-height: 25px;
	font-weight: 400;
	text-align:justify;
	padding: 10px 0;
	margin: 0;
}
.innerevega-blogpost-details-section .blgpst-summarytbx ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.innerevega-blogpost-details-section .blgpst-summarytbx ul li {
	display: block;
	font-size: 16px;
	color: #1e1e1e;
	line-height: 26px;
	font-weight: 400;
	margin: 5px 0;
	padding: 0 0 0 30px;
	background: url(../images/list-icn1.png) no-repeat;
	background-size: 24px 24px;
}
.innerevega-blogpost-details-section .blgpst-summarytbx img {
	width:100%;
	height:auto;
	margin:20px 0;
}
.innerevega-blogpost-details-section .recents-blgpst-link {
	margin: -60px 0 40px;
}
.innerevega-blogpost-details-section .recents-blgpst-link h3 {
	display: block;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    padding: 10px 15px;
    margin: 0 0 10px;
    text-transform: uppercase;
    background: #0a497f;
    border-radius: 5px;
}
.innerevega-blogpost-details-section .recents-blgpst-link ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.innerevega-blogpost-details-section .recents-blgpst-link ul li {
	position: relative;
	padding: 7px 0;
	border-bottom: 1px solid #e9e9e9;
}
.innerevega-blogpost-details-section .recents-blgpst-link ul li a {
	display: block;
	color: #1e1e1e;
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
	background: url(../images/list-icn-mnu.png) no-repeat 0 8px;
	background-size: 28px 28px;
	padding: 5px 0 5px 40px;
	margin: 0;
	text-decoration: none;
}
.innerevega-blogpost-details-section .recents-blgpst-link ul li a:hover {
	color: #084981;
	text-decoration: none;
}
.innerevega-blogpost-details-section .category-blgpst-link {
	margin: 0 0 40px;
}
.innerevega-blogpost-details-section .category-blgpst-link h3 {
	display: block;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    padding: 10px 15px;
    margin: 0 0 10px;
    text-transform: uppercase;
    background: #0a497f;
    border-radius: 5px;
}
.innerevega-blogpost-details-section .category-blgpst-link ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.innerevega-blogpost-details-section .category-blgpst-link ul li {
	position: relative;
	padding: 7px 0;
	margin:0;
	border-bottom: 1px solid #e9e9e9;
}
.innerevega-blogpost-details-section .category-blgpst-link ul li a {
	display: block;
	color: #1e1e1e;
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
	background: url(../images/list-icn-mnu.png) no-repeat 0 6px;
	background-size: 28px 28px;
	padding: 5px 0 5px 40px;
	margin: 0;
	text-decoration: none;
}
.innerevega-blogpost-details-section .category-blgpst-link ul li a:hover {
	color: #084981;
	text-decoration: none;
}
.innerevega-seocontent-section {
	position: relative;
	padding: 80px 0 50px;
}
.innerevega-seocontent-section .inntbx-slidebx {
	width: 100%;
	float: left;
	padding: 0 100px;
}
.innerevega-seocontent-section .inntbx-slidebx h1 {
	display: block;
    font-family: 'Poppins';
	font-size: 28px;
	color: #084983;
	line-height: 40px;
	font-weight: 700;
	text-align: center;
	margin: 0 0 30px;
	padding: 0;
}
.innerevega-seocontent-section .inntbx-slidebx h3 {
	display: block;
    font-family: 'Poppins';
	font-size: 28px;
	color: #084983;
	line-height: 40px;
	font-weight: 700;
	text-align: center;
	margin: 0 0 30px;
	padding: 0;
}
.innerevega-seocontent-section .inntbx-slidebx h4 {
	display: block;
    font-family: 'Poppins';
	font-size: 28px;
	color: #084983;
	line-height: 40px;
	font-weight: 700;
	text-align: center;
	margin: 0 0 30px;
	padding: 0;
}
.innerevega-seocontent-section .inntbx-slidebx p {
	display: block;
	font-size: 15px;
	color: #1e1e1e;
	line-height: 24px;
	font-weight: 400;
	margin: 0;
	padding: 10px 0;
}
.innerevega-seocontent-section .inntbx-slidebx p a {
	color: #084983;
	text-decoration: none;
}
.innerevega-seocontent-section .inntbx-slidebx .pt {
	font-size: 18px;
	color: #5b777c;
	font-weight: 600;
	line-height: 30px;
}
.innerevega-seocontent-section .inntbx-slidebx img {
	float: left;
	width: 36%;
	height: auto;
	margin: 0 30px 0 0;
	border-radius: 30px;
}
.innerevega-seocontent-section .slick-prev {
	display: none!important;
}
.innerevega-seocontent-section .slick-next {
	display: none!important;
}
/** Nw CSS 31 Jan 2026 ***/
.innerevega-specialprograms-section {
	position: relative;
	padding: 50px 0;
}
.innerevega-specialprograms-section .container {
	padding-top:70px;
}
.innerevega-specialprograms-section .contbg {
	margin-top:70px;
	padding-top:50px;
	padding-bottom:50px;
	background:#f9f9f9;
}
.innerevega-specialprograms-section .tbx {
	width:100%;
}
.innerevega-specialprograms-section h3 {
	position: relative;
	font-family: 'Poppins';
	font-size: 38px;
	color: #084983;
	line-height: 44px;
	font-weight: 700;
	margin: 0;
	padding: 30px 0 0;
	text-align: center;
}
.innerevega-specialprograms-section h3::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100px;
	height: 1px;
	background: #1464ac;
	margin: 0 auto;
}
.innerevega-specialprograms-section h3::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -22px;
	width: 40px;
	height: 40px;
	background: url(../images/list-icn1.png) no-repeat;
	background-size: 40px 40px;
	margin: 0 auto;
}
.innerevega-specialprograms-section .tbx h4 {
	position: relative;
	font-family: 'Poppins';
	font-size: 28px;
	color: #084983;
	line-height: 40px;
	font-weight: 700;
	margin: 0;
	padding: 0;
}
.innerevega-specialprograms-section .tbx p {
	display: block;
	font-size: 15px;
	color: #1e1e1e;
	line-height: 24px;
	font-weight: 400;
	margin: 0;
	padding: 10px 0;
}
.innerevega-specialprograms-section .ltimg {
	position: relative;
	overflow: hidden;
	border-radius: 50px;
	width: 95%;
	float: left;
}
.innerevega-specialprograms-section .ltimg img {
	width: 100%;
	height: auto;
	transition: all .4s;
	border-radius: 50px;
}
.innerevega-specialprograms-section .ltimg:hover img {
	transform: scale(1.1);
	will-change: transform;
}
.innerevega-specialprograms-section .rtimg {
	position: relative;
	overflow: hidden;
	border-radius: 50px;
	width: 95%;
	float: right;
}
.innerevega-specialprograms-section .rtimg img {
	width: 100%;
	height: auto;
	transition: all .4s;
	border-radius: 50px;
}
.innerevega-specialprograms-section .rtimg:hover img {
	transform: scale(1.1);
	will-change: transform;
}
.innerevega-specialprograms-section .accordion {
	overflow-anchor: none;
	width: 90%;
	margin: 0 auto;
}
.innerevega-specialprograms-section .accordion>.card>.card-header {
	border-radius: 0;
	margin-bottom: 0;
}
.innerevega-specialprograms-section .tabing-bx {
	margin: 5px 0;
}
.innerevega-specialprograms-section .tabing-bx .card {
	border: none;
	border-radius: inherit;
	background-color: inherit;
	margin: 5px 0;
}
.innerevega-specialprograms-section .tabing-bx .card-header {
	border-bottom: none;
	background-color: inherit;
	padding: 0;
}
.innerevega-specialprograms-section .tabing-bx .text-left {
	font-size: 17px;
	color: #1e1e1e;
	line-height: 30px;
	font-weight: 600;
	border-bottom: 1px solid #ededed;
	margin: 0;
	padding: 8px 20px 8px 0;
}
.innerevega-specialprograms-section .tabing-bx .collapsed::before {
	content: '';
	position: absolute;
	top: 11px;
	right: 0;
	width: 16px;
	height: 11px;
	background: url(../images/faqarw.jpg) no-repeat;
	background-size: 16px 11px;
}
.innerevega-specialprograms-section .tabing-bx .show::before {
	content: '';
	position: absolute;
	top: 11px;
	right: 0;
	width: 16px;
	height: 11px;
	background: url(../images/faqarwh.jpg) no-repeat;
	background-size: 16px 11px;
}
.innerevega-specialprograms-section .tabing-bx p {
	font-size: 15px;
	color: #1e1e1e;
	line-height: 22px;
	font-weight: 400;
	margin: 0;
	padding: 5px 0;
}
.innerevega-specialprograms-section .tabing-bx p a {
	color: #1e1e1e;
	text-decoration: none;
}
.innerevega-specialprograms-section .tabing-bx h5 {
	font-size: 15px;
	color: #1e1e1e;
	line-height: 22px;
	font-weight: 600;
	margin: 0;
	padding: 10px 0 0;
}
.innerevega-specialprograms-section .tabing-bx ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.innerevega-specialprograms-section .tabing-bx ul li {
	font-size: 15px;
	color: #1e1e1e;
	line-height: 22px;
	font-weight: 400;
	margin: 0;
	padding: 5px 0 5px 30px;
	background: url(../images/list-icn1.png) no-repeat 0 6px;
	background-size: 20px 20px;
}
.innerevega-specialprograms-section .tabing-bx ul li strong {
	font-weight: 600;
}
.innerevega-accaclasses-section {
	position: relative;
	padding: 50px 0;
	background: #719430;
}
.innerevega-accaclasses-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(256 256, 256, 0.95);
}
.innerevega-accaclasses-section h3 {
	position: relative;
	font-family: 'Poppins';
	font-size: 38px;
	color: #084983;
	line-height: 44px;
	font-weight: 700;
	margin: 0 0 70px;
	padding: 30px 0 0;
	text-align: center;
}
.innerevega-accaclasses-section h3::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100px;
	height: 1px;
	background: #1464ac;
	margin: 0 auto;
}
.innerevega-accaclasses-section h3::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -22px;
	width: 40px;
	height: 40px;
	background: url(../images/list-icn1.png) no-repeat;
	background-size: 40px 40px;
	margin: 0 auto;
}
.innerevega-accaclasses-section h4 {
	position: relative;
	font-family: 'Poppins';
	font-size: 28px;
	color: #084983;
	line-height: 40px;
	font-weight: 700;
	margin: 0;
	padding: 0;
}
.innerevega-accaclasses-section p {
	display: block;
	font-size: 15px;
	color: #1e1e1e;
	line-height: 24px;
	font-weight: 400;
	margin: 0;
	padding: 10px 0;
}
.innerevega-accaclasses-section .ltimg {
	position: relative;
	overflow: hidden;
	border-radius: 50px;
	width: 95%;
	float: left;
}
.innerevega-accaclasses-section .ltimg img {
	width: 100%;
	height: auto;
	transition: all .4s;
	border-radius: 50px;
}
.innerevega-accaclasses-section .ltimg:hover img {
	transform: scale(1.1);
	will-change: transform;
}
.innerevega-accaclasses-section .accordion {
	overflow-anchor: none;
	width: 100%;
	margin: 0 auto;
}
.innerevega-accaclasses-section .accordion>.card>.card-header {
	border-radius: 0;
	margin-bottom: 0;
}
.innerevega-accaclasses-section .accordion-tabbx {
	margin: 25px 50px 0 0;
}
.innerevega-accaclasses-section .accordion-tabbx .card {
	border: none;
	border-radius: inherit;
	background-color: inherit;
	margin: 5px 0;
}
.innerevega-accaclasses-section .accordion-tabbx .card-header {
	border-bottom: none;
	background-color: inherit;
	padding: 0;
}
.innerevega-accaclasses-section .accordion-tabbx .text-left {
	font-size: 17px;
	color: #1e1e1e;
	line-height: 30px;
	font-weight: 600;
	border-bottom: 1px solid #ededed;
	margin: 0;
	padding: 8px 20px 8px 0;
}
.innerevega-accaclasses-section .accordion-tabbx .collapsed::before {
	content: '';
	position: absolute;
	top: 11px;
	right: 0;
	width: 16px;
	height: 11px;
	background: url(../images/faqarw.jpg) no-repeat;
	background-size: 16px 11px;
}
.innerevega-accaclasses-section .accordion-tabbx .show::before {
	content: '';
	position: absolute;
	top: 11px;
	right: 0;
	width: 16px;
	height: 11px;
	background: url(../images/faqarwh.jpg) no-repeat;
	background-size: 16px 11px;
}
.innerevega-whychooseacca-section {
	position: relative;
	padding: 70px 0;
}
.innerevega-whychooseacca-section h3 {
	position: relative;
	font-family: 'Poppins';
	font-size: 38px;
	color: #084983;
	line-height: 44px;
	font-weight: 700;
	margin: 0;
	padding: 30px 0 0;
	text-align: center;
}
.innerevega-whychooseacca-section h3::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100px;
	height: 1px;
	background: #1464ac;
	margin: 0 auto;
}
.innerevega-whychooseacca-section h3::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -22px;
	width: 40px;
	height: 40px;
	background: url(../images/list-icn1.png) no-repeat;
	background-size: 40px 40px;
	margin: 0 auto;
}
.innerevega-whychooseacca-section .accatbx {
	width: 20%;
	float: left;
	padding: 10px;
	margin: 20px 0 0;
	text-align: center;
}
.innerevega-whychooseacca-section .accatbx h4 {
	display: block;
	font-size: 20px;
	color: #0d4e88;
	line-height: 30px;
	font-weight: 600;
	margin: 0;
	padding: 10px 0 0;
}
.innerevega-whychooseacca-section .accatbx .imgbx {
	position: relative;
	overflow: hidden;
	border-radius: 15px;
	width: 100%;
}
.innerevega-whychooseacca-section .accatbx .imgbx img {
	width: 100%;
	height: auto;
	transition: all .4s;
	border-radius: 10px;
}
.innerevega-whychooseacca-section .accatbx:hover .imgbx img {
	transform: scale(1.1);
	will-change: transform;
}
.innerevega-accacourse-features-section {
	position: relative;
	padding: 50px 0 70px 0;
}
.innerevega-accacourse-features-section h3 {
	position: relative;
	font-family: 'Poppins';
	font-size: 38px;
	color: #084983;
	line-height: 44px;
	font-weight: 700;
	margin: 0;
	padding: 30px 0 0;
	text-align: center;
}
.innerevega-accacourse-features-section h3::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100px;
	height: 1px;
	background: #1464ac;
	margin: 0 auto;
}
.innerevega-accacourse-features-section h3::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -22px;
	width: 40px;
	height: 40px;
	background: url(../images/list-icn1.png) no-repeat;
	background-size: 40px 40px;
	margin: 0 auto;
}
.innerevega-accacourse-features-section .alignleft {
	width: 28%;
	float: left;
	border-radius: 50px;
}
.innerevega-accacourse-features-section .tbx {
	width: 70%;
	float: right;
	text-align: center;
}
.innerevega-accacourse-features-section .tbx p {
	display: block;
	font-size: 21px;
	color: #084983;
	line-height: 32px;
	font-weight: 600;
	margin: 0;
	padding: 10px 30px;
}
.innerevega-accacourse-features-section .tbx ul {
	width: 100%;
	float: left;
	list-style: none;
	padding: 15px 0 0;
	margin: 0;
}
.innerevega-accacourse-features-section .tbx ul li {
	width: 20%;
	float: left;
	padding: 10px;
}
.innerevega-accacourse-features-section .tbx ul li h4 {
	display: block;
	font-size: 16px;
	color: #7a962b;
	line-height: 22px;
	font-weight: 500;
	margin: 0;
	padding: 10px 0 0;
}
.innerevega-accacourse-features-section .tbx ul li img {
	width: 90px;
	height: auto;
	border: 1px solid #dde8f5;
	padding: 10px;
	border-radius: 50%;
}
.innerevega-accafaqtabing-section {
	position: relative;
	padding: 50px 0;
	background: #f9f9f9;
}
.innerevega-accafaqtabing-section h3 {
	position: relative;
	font-family: 'Poppins';
	font-size: 38px;
	color: #084983;
	line-height: 44px;
	font-weight: 700;
	margin: 0 0 50px;
	padding: 0;
	text-align: center;
}
.innerevega-accafaqtabing-section h4 {
	position: relative;
	font-family: 'Poppins';
	font-size: 28px;
	color: #1e1e1e;
	line-height: 40px;
	font-weight: 700;
	margin: 0;
	padding: 0;
}
.innerevega-accafaqtabing-section .tab {
	overflow: hidden;
	text-align: center;
	margin: 0 0 50px;
}
.innerevega-accafaqtabing-section .tab button {
	display: inline-block;
	font-size: 19px;
	color: #1e1e1e;
	font-weight: 700;
	line-height: 30px;
	border-radius: 25px;
	padding: 10px 28px;
	margin: 0 5px;
	text-decoration: none;
	border: none;
	outline: none;
	cursor: pointer;
	transition: 0.3s;
	background: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .02);
}
.innerevega-accafaqtabing-section .tab button:hover {
	color: #fff;
	background: #084983;
}
.innerevega-accafaqtabing-section .tab button.active {
	color: #fff;
	background: #084983;
}
.innerevega-accafaqtabing-section .tabcontent {
	display: none;
	padding: 0 50px;
}
.innerevega-accafaqtabing-section .accordion {
	overflow-anchor: none;
	width: 100%;
	margin: 0 auto;
}
.innerevega-accafaqtabing-section .accordion>.card>.card-header {
	border-radius: 0;
	margin-bottom: 0;
}
.innerevega-accafaqtabing-section .accordion-tabbx {
	margin: 25px 0 0;
}
.innerevega-accafaqtabing-section .accordion-tabbx .card {
	border: none;
	border-radius: inherit;
	background-color: inherit;
	margin: 5px 0;
}
.innerevega-accafaqtabing-section .accordion-tabbx .card-header {
	border-bottom: none;
	background-color: inherit;
	padding: 0;
}
.innerevega-accafaqtabing-section .accordion-tabbx .text-left {
	font-size: 17px;
	color: #1e1e1e;
	line-height: 30px;
	font-weight: 600;
	border-bottom: 1px solid #ededed;
	margin: 0;
	padding: 8px 20px 8px 0;
}
.innerevega-accafaqtabing-section .accordion-tabbx .collapsed::before {
	content: '';
	position: absolute;
	top: 11px;
	right: 0;
	width: 16px;
	height: 11px;
	background: url(../images/faqarw.jpg) no-repeat;
	background-size: 16px 11px;
}
.innerevega-accafaqtabing-section .accordion-tabbx .show::before {
	content: '';
	position: absolute;
	top: 11px;
	right: 0;
	width: 16px;
	height: 11px;
	background: url(../images/faqarwh.jpg) no-repeat;
	background-size: 16px 11px;
}
.innerevega-accafaqtabing-section .accordion-tabbx p {
	font-size: 15px;
	color: #1e1e1e;
	line-height: 22px;
	font-weight: 400;
	margin: 0;
	padding: 5px 0;
}
.innerevega-accafaqtabing-section .accordion-tabbx p a {
	color: #1e1e1e;
	text-decoration: none;
}
.innerevega-accafaqtabing-section .accordion-tabbx h5 {
	font-size: 15px;
	color: #1e1e1e;
	line-height: 22px;
	font-weight: 600;
	margin: 0;
	padding: 10px 0 0;
}
.innerevega-accafaqtabing-section .accordion-tabbx ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.innerevega-accafaqtabing-section .accordion-tabbx ul li {
	font-size: 15px;
	color: #1e1e1e;
	line-height: 22px;
	font-weight: 400;
	margin: 0;
	padding: 5px 0 5px 30px;
	background: url(../images/list-icn1.png) no-repeat 0 6px;
	background-size: 20px 20px;
}
.innerevega-accafaqtabing-section .accordion-tabbx ul li strong {
	font-weight: 600;
}
.innerevega-cfaclasses-section {
	position: relative;
	padding: 50px 0;
	background: #719430;
}
.innerevega-cfaclasses-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(256 256, 256, 0.95);
}
.innerevega-cfaclasses-section h3 {
	position: relative;
	font-family: 'Poppins';
	font-size: 38px;
	color: #084983;
	line-height: 44px;
	font-weight: 700;
	margin: 0 0 70px;
	padding: 30px 0 0;
	text-align: center;
}
.innerevega-cfaclasses-section h3::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100px;
	height: 1px;
	background: #1464ac;
	margin: 0 auto;
}
.innerevega-cfaclasses-section h3::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -22px;
	width: 40px;
	height: 40px;
	background: url(../images/list-icn1.png) no-repeat;
	background-size: 40px 40px;
	margin: 0 auto;
}
.innerevega-cfaclasses-section h4 {
	position: relative;
	font-family: 'Poppins';
	font-size: 28px;
	color: #084983;
	line-height: 40px;
	font-weight: 700;
	margin: 0;
	padding: 0;
}
.innerevega-cfaclasses-section p {
	display: block;
	font-size: 15px;
	color: #1e1e1e;
	line-height: 24px;
	font-weight: 400;
	margin: 0;
	padding: 10px 0;
}
.innerevega-cfaclasses-section .ltimg {
	position: relative;
	overflow: hidden;
	border-radius: 50px;
	width: 95%;
	float: left;
}
.innerevega-cfaclasses-section .ltimg img {
	width: 100%;
	height: auto;
	transition: all .4s;
	border-radius: 50px;
}
.innerevega-cfaclasses-section .ltimg:hover img {
	transform: scale(1.1);
	will-change: transform;
}
.innerevega-cfaclasses-section .accordion {
	overflow-anchor: none;
	width: 100%;
	margin: 0 auto;
}
.innerevega-cfaclasses-section .accordion>.card>.card-header {
	border-radius: 0;
	margin-bottom: 0;
}
.innerevega-cfaclasses-section .accordion-tabbx {
	margin: 25px 50px 0 0;
}
.innerevega-cfaclasses-section .accordion-tabbx .card {
	border: none;
	border-radius: inherit;
	background-color: inherit;
	margin: 5px 0;
}
.innerevega-cfaclasses-section .accordion-tabbx .card-header {
	border-bottom: none;
	background-color: inherit;
	padding: 0;
}
.innerevega-cfaclasses-section .accordion-tabbx .text-left {
	font-size: 17px;
	color: #1e1e1e;
	line-height: 30px;
	font-weight: 600;
	border-bottom: 1px solid #ededed;
	margin: 0;
	padding: 8px 20px 8px 0;
}
.innerevega-cfaclasses-section .accordion-tabbx .collapsed::before {
	content: '';
	position: absolute;
	top: 11px;
	right: 0;
	width: 16px;
	height: 11px;
	background: url(../images/faqarw.jpg) no-repeat;
	background-size: 16px 11px;
}
.innerevega-cfaclasses-section .accordion-tabbx .show::before {
	content: '';
	position: absolute;
	top: 11px;
	right: 0;
	width: 16px;
	height: 11px;
	background: url(../images/faqarwh.jpg) no-repeat;
	background-size: 16px 11px;
}
.innerevega-whychoosecfa-section {
	position: relative;
	padding: 70px 0;
}
.innerevega-whychoosecfa-section h3 {
	position: relative;
	font-family: 'Poppins';
	font-size: 38px;
	color: #084983;
	line-height: 44px;
	font-weight: 700;
	margin: 0;
	padding: 30px 0 0;
	text-align: center;
}
.innerevega-whychoosecfa-section h3::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100px;
	height: 1px;
	background: #1464ac;
	margin: 0 auto;
}
.innerevega-whychoosecfa-section h3::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -22px;
	width: 40px;
	height: 40px;
	background: url(../images/list-icn1.png) no-repeat;
	background-size: 40px 40px;
	margin: 0 auto;
}
.innerevega-whychoosecfa-section .cfatbx {
	width: 16.5%;
	float: left;
	padding: 10px;
	margin: 20px 0 0;
	text-align: center;
}
.innerevega-whychoosecfa-section .cfatbx h4 {
	display: block;
	font-size: 18px;
	color: #0d4e88;
	line-height: 26px;
	font-weight: 600;
	margin: 0;
	padding: 10px 0 0;
}
.innerevega-whychoosecfa-section .cfatbx .imgbx {
	position: relative;
	overflow: hidden;
	border-radius: 15px;
	width: 100%;
}
.innerevega-whychoosecfa-section .cfatbx .imgbx img {
	width: 100%;
	height: auto;
	transition: all .4s;
	border-radius: 10px;
}
.innerevega-whychoosecfa-section .cfatbx:hover .imgbx img {
	transform: scale(1.1);
	will-change: transform;
}
.innerevega-cfacourse-features-section {
	position: relative;
	padding: 50px 0 70px 0;
}
.innerevega-cfacourse-features-section h3 {
	position: relative;
	font-family: 'Poppins';
	font-size: 38px;
	color: #084983;
	line-height: 44px;
	font-weight: 700;
	margin: 0;
	padding: 30px 0 0;
	text-align: center;
}
.innerevega-cfacourse-features-section h3::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100px;
	height: 1px;
	background: #1464ac;
	margin: 0 auto;
}
.innerevega-cfacourse-features-section h3::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -22px;
	width: 40px;
	height: 40px;
	background: url(../images/list-icn1.png) no-repeat;
	background-size: 40px 40px;
	margin: 0 auto;
}
.innerevega-cfacourse-features-section .alignleft {
	width: 28%;
	float: left;
	border-radius: 50px;
}
.innerevega-cfacourse-features-section .tbx {
	width: 70%;
	float: right;
	text-align: center;
}
.innerevega-cfacourse-features-section .tbx p {
	display: block;
	font-size: 21px;
	color: #084983;
	line-height: 32px;
	font-weight: 600;
	margin: 0;
	padding: 10px 30px;
}
.innerevega-cfacourse-features-section .tbx ul {
	width: 100%;
	float: left;
	list-style: none;
	padding: 15px 0 0;
	margin: 0;
}
.innerevega-cfacourse-features-section .tbx ul li {
	width: 20%;
	float: left;
	padding: 10px;
}
.innerevega-cfacourse-features-section .tbx ul li h4 {
	display: block;
	font-size: 16px;
	color: #7a962b;
	line-height: 22px;
	font-weight: 500;
	margin: 0;
	padding: 10px 0 0;
}
.innerevega-cfacourse-features-section .tbx ul li img {
	width: 90px;
	height: auto;
	border: 1px solid #dde8f5;
	padding: 10px;
	border-radius: 50%;
}