/*!
 * Start Bootstrap - Full Slider HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
@import url("web-font.css");
@import url("fontawesome-all.css");
html, body {
	height: 100%;
	font-family: 'Open Sans';
}
a {
	text-decoration: none;
}
.container>.row {
	margin: 0;
}
.carousel, .item {
	height: 100%;
	max-height: 600px;
}
.carousel-inner {
	height: 100%;
}
.container2 {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	max-width: 100%;
}
.container {
	width: 100%;
	max-width: 1400px;
}
/* Background images are set within the HTML using inline CSS, not here */

.fill {
	width: 100%;
	height: 100%;
	background-position: center center !important;
	background-size: cover !important;
	background-repeat: no-repeat;
}
footer {
	margin: 50px 0;
}
.navbar-header {
	float: none;
	display: inline-block!important;
}
.navbar-brand {
	height: auto;
	padding: 5px 10px;
}
.navbar-nav {
	float: none;
	display: inline-block;
}
.navbar-inverse .navbar-collapse {
	display: inline-block;
	text-align: center;
}
.navbar-inverse .container {
	text-align: center;
}
.navbar-inverse {
	background-color: #fff;
	border: none;
	box-shadow: 0 0 5px rgba(0,0,0,.25);
}
.navbar-inverse .navbar-nav > li > a:focus {
	outline: none;
}
.topSocial {
	margin-top: 10px;
	float: left;
	display: inline-block;
}
.topSocial ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline-block;
}
.topSocial ul li {
	float: left;
	display: inline-block;
}
.topSocial ul li a {
	color: rgba(255,128,0,0.5);
	font-size: 25px;
}
.topSocial ul li a:hover, .topSocial ul li a:focus {
	color: rgba(255,128,0,1);
}
.topSocial ul li a i {
	display: inline-block;
	width: 40px;
	height: 30px;
}
.topButtonArea {
	margin-top: 10px;
	position: relative;
}
.topButtonArea .subMenu {
	position: relative;
	background-color: #ff8000;
	/*top:50px;*/
	width: 250px;
	/*left:55px;*/
	padding: 4px;
	z-index: 99;
	margin-top: 14px;
	display: block;
	overflow: hidden;
}
.subMenuBx:before {
	content: "";
	width: 0;
	height: 0;
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	border-bottom: 14px solid #ff8000;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -7px;
}
.subMenuBx {
	display: none;
	position: absolute;
	top: 33px;
	left: -50%;
}
/*.dropdown:hover .subMenuBx{
    display:block;
}
li.dropdown{position:relative;}
.dropdown .subMenu{
    position:relative;
    background-color:#ff8000;
    width:250px;
    padding:4px;
    z-index:99;
    margin-top:14px;
    display: block;
    overflow:hidden;
}

.dropdown .subMenuBx{display:block;}

.dropdown .subMenu ul{border:5px solid #fff;margin:0px;padding:0px;}
.dropdown .subMenu ul li{list-style:none;margin-left:0px;border-bottom:5px solid #fff;}
.dropdown .subMenu ul li:last-child{border-bottom:0px;}
.dropdown .subMenu ul li a{
    text-decoration: none;
    color:#fff;
    font-size:14px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    padding:5px 22px;
    display:block;
    background-color:#ffa64c;
}
.dropdown .subMenu ul li a:hover , .dropdown .subMenu ul li a:focus, .dropdown .subMenu ul li a.active  {
    background-color:#ff8000;
}

.dropdown ul{margin:0px;padding:0px;display:inline-block;float:right;}
.dropdown li{list-style:none;float:left;margin-left:5px;position:relative;}*/


.dropdown > .subMenuBx {
	opacity: 0;
	visibility: hidden;
	padding: 4px;
	background-color: #ff8000;
	text-align: left;  /* This is for the text when box is dropped down, centered isnt always totally in the middle so best to have on the left */
	position: absolute;
	top: 55px;          /* This is for the drop down annimation */
	left: 50%;
	margin-left: -110px;
	width: 220px;
	-webkit-transition: all .3s .1s;
	-moz-transition: all .3s .1s;
	-o-transition: all .3s .1s;
	transition: all .3s .1s;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
	box-shadow: 0px 1px 3px rgba(0,0,0,.4);
	display: block;
}
.dropdown > .subMenuBx > .subMenu ul {
	border: 5px solid #fff;
	margin: 0px;
	padding: 0px;
}
.dropdown > .subMenuBx > .subMenu ul li {
	border-bottom: 5px solid #fff;
}
.dropdown > .subMenuBx > .subMenu ul li:last-child {
	border-bottom: 0px;
}
.dropdown > .subMenuBx > .subMenu ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	padding: 5px 18px;
	display: block;
	background-color: #ffa64c;
}
.dropdown .subMenuBx .subMenu ul li a:hover, .dropdown .subMenuBx .subMenu ul li a:focus, .dropdown .subMenuBx .subMenu ul li a.active {
	background-color: #ff8000;
	outline: none;
}
.dropdown:hover > .subMenuBx {
	opacity: 1;
	top: 40px;          /* This is how far from the top the drop down annimation will go  */
	visibility: visible;
}
.dropdown > .subMenuBx ul {
	padding: 0px;
	margin: 0px;
}
.dropdown > .subMenuBx ul li {
	list-style: none;
}
.dropdown > .subMenuBx:before {
	content: '';
	display: block;
	border-color: transparent transparent #ff8000;
transparent;
	border-style: solid;
	border-width: 10px;  /* The border on the drop down box  */
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -10px;
}
.dropdown > ul > li {
	position: relative;
}
/*****/


.topButtonArea ul .subMenu ul {
	border: 5px solid #fff;
	margin: 0px;
	padding: 0px;
}
.topButtonArea ul .subMenu ul li {
	list-style: none;
	margin-left: 0px;
	border-bottom: 5px solid #fff;
	width: 100%;
}
.topButtonArea ul .subMenu ul li:last-child {
	border-bottom: 0px;
}
.topButtonArea ul .subMenu ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	padding: 5px 4px;
	display: block;
	background-color: #ffa64c;
}
.topButtonArea ul .subMenu ul li a:hover, .topButtonArea ul .subMenu ul li a:focus, .topButtonArea ul .subMenu ul li a.active {
	background-color: #ff8000;
}
.topButtonArea ul {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	float: right;
}
.topButtonArea li {
	list-style: none;
	float: left;
	margin-left: 5px;
	position: relative;
}
.btnClass {
	display: inline-block;
	background-color: #ffa64c;
	padding-left: 25px;
	padding-right: 25px;
	height: 32px;
	border-radius: 16px;
	color: #fff;
	font-size: 14px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
}
.btnClass:hover, .btnClass:focus {
	color: #fff;
	text-decoration: none;
	background-color: #ff8000;
}
.navbar-inverse .navbar-nav>li>a {
	color: #58595b;
	font-size: 16px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 500;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
	color: #58595b;
	background-color: transparent;
}
.navbar-nav>li>a {
	padding: 5px 30px;
}
.carousel {
	padding-top: 128px;
}
.carousel-caption {
	top: 35%;
	left: 10%;
	width: 35%;
	text-align: left;
}
.carousel-caption p {
	font-size: 25px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	color: #fff;
	text-shadow: none;
}
.btnCls {
	display: inline-block;
	background-color: transparent;
	border: 1px solid #ffa64c;
	padding-left: 25px;
	padding-right: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 32px;
	border-radius: 16px;
	color: #fff;
	font-size: 14px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	line-height: 30px;
	text-shadow: none;
	-webkit-transition: all 0.4s; /* Safari */
	transition: all 0.4s;
}
.btnCls:hover, .btnCls:focus {
	text-decoration: none;
	color: #fff;
	background-color: #ffa64c;
}
.carousel-control {
	width: 10%;
	top: 134px;
	opacity: 1;
}
.carousel-control .icon-prev, .carousel-control .icon-next {
	text-shadow: none;
}
.carousel-control .icon-prev::before {
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	content: "\e257";
	color: #ffa64c;
}
.carousel-control.left, .carousel-control.right {
	background-image: none;
}
.carousel-control .icon-next::before {
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	content: "\e258";
	color: #ffa64c;
}
.carousel-indicators {
	bottom: 45px;
}
.carousel-indicators .active {
	width: 13px;
	height: 13px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #ff8000;
}
.carousel-indicators li {
	width: 6px;
	height: 6px;
	border: none;
	background-color: #fff;
	margin: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 4px;
}
.panel-group {
	display: table;
	width: 100%;
}
.scrollDownBtn {
	display: inline-block;
	position: absolute;
	bottom: 10px;
	font-size: 30px;
	color: #fff;
	left: 50%;
	margin-left: -13px;
}
.scrollDownBtn:hover, .scrollDownBtn:focus {
	color: #ffa64c;
}
.sectionCls {
	padding: 25px 0;
}
.contentClass {
	padding: 45px 0;
	position: relative;
}
.contentClass h2 {
	color: #415058;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 35px;
	margin-top: 0px;
	margin-bottom: 30px;
}
.contentClass h5 {
	color: #415058;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	margin-bottom: 15px;
}
.contentClass.news-content h5 {
	margin: 15px 0 7px;
}
.contentClass.news-content a:hover {
	text-decoration: none;
}
.contentClass h6 {
	color: #415058;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 15px;
}
.contentClass p {
	color: #6d6e71;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.6;
	margin: 15px 0;
}
.contentClass li p {
	margin: 5px 0;
}
.contentClass .btnCls {
	color: #6d6e71;
	font-weight: 400;
}
.contentClass .btnCls:hover, .contentClass .btnCls:focus {
	color: #fff;
}
.contentClass h2 span {
	color: #ff8000;
}
.missionImg {
	background-repeat: no-repeat;
	width: 100%;
	background-size: cover;
	background-position: center center;
	min-height: 400px;
}
.mission .contentClass:before {
	content: "mission";
	position: absolute;
	top: 10px;
	right: 0px;
	font-size: 90px;
	color: #C8CDD0;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	z-index: -1;
	line-height: 1;
	opacity: 0.6;
}
.news .contentClass:before {
	content: "news";
	position: absolute;
	top: 10px;
	right: auto;
	left: 45px;
	font-size: 90px;
	color: #C8CDD0;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	z-index: -1;
	line-height: 1;
	opacity: 0.6;
}
/*.courses .contentClass:before{
    content:"courses";
    position:absolute;
    top:10px;
    right:auto;
    left: 45px;
    font-size:90px;
    color:#C8CDD0;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    z-index:-1;
    line-height:1;
    opacity:0.6;
}*/

.newsRow {/*border-bottom:1px solid #ff8000;*/
	padding-bottom: 15px;
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
}
.newsRow:after {
	content: "";
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 0px;
	display: block;
	width: auto;
	background-color: #ff8000;
	height: 1px;
}
.news .newsRow:last-child:after {
	display: none;
}
.newsRow p {
	font-size: 14px;
	color: #6d6e71;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	margin-bottom: 5px;
}
.newsRow p a, .newsRow p a:hover, .newsRow p a:focus {
	color: #6d6e71;
	text-decoration: none;
}
.newsRow p.newsDate {
	font-size: 14px;
	color: #ff8000!important;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	margin-bottom: 5px;
3
}
.divider {
	border-top: 2px solid #415058;
}
.courses .contentClass {
	padding-top: 0px;
	padding-bottom: 0px;
}
.courses .contentClass h2 {
	display: inline-block;
	position: relative;
}
.courses .contentClass h2:before {
	content: "courses";
	position: absolute;
	top: -40px;
	right: auto;
	left: 45px;
	font-size: 90px;
	color: #C8CDD0;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	z-index: -1;
	line-height: 1;
	opacity: 0.6;
}
.alignCenter {
	text-align: center;
}
.logoItm img {
	margin-left: auto;
	margin-right: auto;
	object-fit: contain;
    width: 100%;
    height: 120px;
}
/***/

#progress {
	padding: 0;
	list-style-type: none;
	font-family: arial;
	font-size: 12px;
	clear: both;
	line-height: 1em;
	margin: 0 -1px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
#progress li {
	float: left;
	padding: 10px 30px 10px 40px;
	background: #f1f2f2;
	color: #fff;
	position: relative;
	border-top: 1px solid #f1f2f2;
	border-bottom: 1px solid #f1f2f2;
	/*width: 22.5%;*/
	width: 23%;
	margin: 0 1px;
	height: 300px;
	/*margin-right:44px;*/
	margin-right: 2%;
	padding-top: 65px;
	padding-left: 20px;
	padding-right: 20px;
}
#progress li a {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding-top: 65px;
	padding-bottom: 10px;
	padding-right: 30px;
}
#progress li:nth-child(2) a {
	padding-left: 100px;
	padding-right: 0px;
}
#progress li:nth-child(3) a {
	padding-left: 70px;
	padding-right: 0px;
}
#progress li:nth-child(3) a {
	padding-left: 70px;
	padding-right: 0px;
}
#progress li:last-child a {
	padding-left: 30px;
	padding-right: 30px;
}
#progress li a:hover, #progress li a:focus {
	text-decoration: none;
}
#progress li:before {
	content: '';
	/*border-left: 150px solid #fff;*/
	border-left: 80px solid #fff;
	border-top: 150px solid transparent;
	border-bottom: 150px solid transparent;
	position: absolute;
	top: 0;
	left: 0;
}
#progress li:after {
	content: '';
	/*border-left: 150px solid #f1f2f2;*/
	border-left: 80px solid #f1f2f2;
	border-top: 150px solid transparent;
	border-bottom: 150px solid transparent;
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 20;
}
#progress li:first-child:before {
	border-left: 0px solid #fff;
	border-top: 0px solid transparent;
	border-bottom: 0px solid transparent;
}
#progress li:last-child:after {
	border-left: 0px solid #fff;
	border-top: 0px solid transparent;
	border-bottom: 0px solid transparent;
}
#progress li:last-child:before {
	display: none;
}
#progress li:nth-child(3):after {
	display: none;
}
#progress li:nth-child(2) {
	padding-left: 100px;
	padding-right: 0px;
}
#progress li:nth-child(3) {
	padding-left: 70px;
	padding-right: 0px;
}
#progress li.active {
	background: #555;
}
#progress li.active:after {
	border-left-color: #555;
}
#progress li h3 {
	color: #ff8000;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 25px;
	margin: 0px;
	margin-bottom: 15px;
}
#progress li:last-child {
	margin-right: 0px;
	padding-left: 30px;
	padding-right: 30px;
}
.larger {
	font-size: 22px;
	color: #6d6e71;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	margin: 0px;
	line-height: 1.3;
	margin-bottom: 15px;
}
.smaller {
	font-size: 14px;
	color: #6d6e71;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	margin: 0px;
	line-height: 1.3;
}
/****/

.testiImg {
	min-height: 480px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	cursor: pointer;
	margin-right: -15px;
}
.videoSection .testiImg {
	background-size: cover;
	background-position: center top;
}
.archieveImg {
	height: 520px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	margin-left: -15px;
}
.archieveImg .archieveTxt {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: rgba(255,128,0,0.9);
	padding: 20px 30px;
	height: 118px;
	-webkit-transition: all .4s; /* For Safari 3.1 to 6.0 */
	transition: all .4s;
}
.archieveImg:hover .archieveTxt {
	height: 100%;
	display: table;
}
.archieveImg:hover .archieveTxt .innerCnt {
	display: table-cell;
	vertical-align: middle;
}
.archieveTxt h3 {
	margin: 0px;
	line-height: 1.2;
	color: #fff;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 5px;
	height: 25px;
	overflow: hidden;
}
.archieveTxt p {
	line-height: 1.5;
	color: #fff;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	margin: 0px;
	height: 48px;
	overflow: hidden;
}
.archieveTxt:hover h3 {
	height: auto;
}
.archieveTxt:hover p {
	height: auto;
}
.testiImg:before {
	font-family: 'Glyphicons Halflings';
	content: "\e029";
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #ff8000;
	font-size: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -30px;
	margin-top: -30px;
}
.videoSection, .archieveSection {/*padding:20px 0;*/
	position: relative;
}
.archieveSection h2 {
	margin-bottom: 10px;
}
/*.archieveSection:before , .archieveSection:after{
    content:"";
    position:absolute;
    left:15px;
    right:15px;
    display:block;
    height:1px;
    background-color:#a3a4a7;
}
.archieveSection:before{
    top:0px;
}
.archieveSection:after{
    bottom:0px;
}*/

/*.archieveSection{border-top:1px solid #a3a4a7;border-bottom:1px solid #a3a4a7;}*/
.videoSection .testimonial {
	padding: 160px 30px 15px 30px;
}
.testimonial {
	padding: 30px 0;
}
.personalTestimonial .testimonial {
	padding: 30px;
}
.testimonial h2 {
	color: #415058;
	font-size: 20px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	text-align: center;
	position: relative;
	line-height: 1.5;
	margin-bottom: 15px;
}
.testimonial h2:before {
	content: '"';
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	position: absolute;
	top: -20px;
	left: -24px;
	color: #ff8000;
	font-size: 50px;
}
.testimonial h2:after {
	content: '"';
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	position: absolute;
	bottom: -20px;
	right: -24px;
	color: #ff8000;
	font-size: 50px;
}
.testimonial p {
	color: #ff8000;
	font-size: 16px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	text-align: center;
	position: relative;
	line-height: 1.5;
	margin: 0px;
	padding-top: 15px;
	position: relative;
}
.testimonial p:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 49%;
	right: 49%;
	width: 2%;
	height: 3px;
	background-color: #ff8000;
	display: block;
}
.archieve .contentClass {
	padding: 25px 0;
}
.archieve .contentClass h2:before {
	content: "achieve";
	position: absolute;
	top: 6px;
	right: auto;
	left: 113px;
	font-size: 90px;
	color: #C8CDD0;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	z-index: -1;
	line-height: 1;
	opacity: 0.6;
}
.archieveList {
	margin: 0px;
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.archieveList li {
	list-style: none;
	margin-bottom: 15px;
}
.archieveList li h2 {
	margin: 0px;
	color: #ff8000;
	margin: 0px;
	margin-top: 8px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 35px;
}
.archieveList li h2:before {
	display: none;
}
.archieveList li p {
	color: #6d6e71;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.5;
	margin: 0px;
}
.remarks {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 25px!important;
	color: #6d6e71;
	margin-bottom: 0px!important;
}
.remarks span {
	color: #ff8000;
	font-size: 40px;
}
.remarks.smaller {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px!important;
	color: #6d6e71;
	line-height: 1.3!important;
	margin-bottom: 0px!important;
}
.alignCenter {
	text-align: center;
}
.remarksBox {
	display: block;
	padding: 0px 30px 0 0;
}
.testiList {
	padding: 0px;
	margin: 0px;
}
.testiList li {
	list-style: none;
	float: left;
	width: 20%;
}
.testiSlide {
	margin-top: 20px;
	margin-bottom: 20px;
}
.testiSlide .itmImg {
	width: 100%;
	min-height: 270px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.testiSlide .itmCnt {
	padding: 15px 10px;
}
.testiSlide .itmCnt .name {
	color: #ff8000;
	font-size: 19px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	padding-left: 50px;
	background-repeat: no-repeat;
	background-size: initial;
	background-position: top left;
	margin-bottom: 15px;
}
.testiSlide .itmBx.india .itmCnt .name {
	background-image: url(./../img/flag/india.png);
}
.testiSlide .itmBx.mm .itmCnt .name {
	background-image: url(./../img/flag/mm.png);
}
.testiSlide .itmBx.srilanka .itmCnt .name {
	background-image: url(./../img/flag/srilanka.png);
}
.testiSlide .itmBx.indonesia .itmCnt .name {
	background-image: url(./../img/flag/indonesia.png);
}
.testiSlide .itmBx.ph .itmCnt .name {
	background-image: url(./../img/flag/ph.png);
}
.testiSlide .itmCnt p {
	color: #6d6e71;
	font-size: 14px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 5px;
}
.btn-file {
	position: relative;
	overflow: hidden;
}
.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 100px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}
.sitemap {
	background-image: url(./../img/footerImg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 50px 0px 5px 0px;
	position: relative;
	overflow: hidden;
}
.sitemap:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(255,128,0,0.9);
}
.sitemapCol ul {
	margin: 0px;
	padding: 0px;
}
.sitemapCol ul li {
	list-style: none;
	color: #ffffff;
	font-size: 13px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
}
.sitemapList {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.sitemapList li {
	list-style: none;
	float: left;
}
.sitemapList li.col {
	width: 20%;
	padding-right: 10px;
}
.sitemapList li.col2 {
	width: 40%;
}
.sitemapList li ul li {
	width: 100%;
	margin-bottom: 2px;
}
.sitemapList li ul li.halfCol {
	width: 50%;
}
.sitemapList li ul li.fullcol {
	width: 100%;
}
.sitemapList li ul {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	overflow: hidden;
}
.sitemapList li {
	font-size: 13px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	color: #fff;
	line-height: 1.5;
}
.sitemapList li a {
	color: #fff;
	text-decoration: none;
}
.sitemapList li a:hover {
	text-decoration: underline;
}
.sitemapSubheader {
	font-size: 13px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	color: #fff;
	margin-bottom: 0px;
	line-height: 1.8;
}
.mailingField {
	/*border: 1px solid #fff;*/
	/*height: 45px;*/
	height: 90px;
	position: relative;
	overflow: hidden;
	text-align: right;
}
.mailingField .btn-file {
	display: inline-block;
	width: 100%;
	height: 45px;
	line-height: 30px;
	text-align: center;
	border: none;
	background: none;
	color: #fff;
	font-size: 15px;
	font-weight: 800;
}
.mailingField .btn-file span {
	display: inline-block;
	float: right;
}
.mailingField .btn-file:hover, .mailingField .btn-file:focus {
	box-shadow: none;
}
.mailingField input {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 45px;
	border: none;
	background: none !important;
	color: #fff;
	padding: 0 15px;
	line-height: inherit;
}
.mailingField input[type=email] {
	border: 1px solid #fff!important;
}
.mailingField div.validation_error {
	border: none;
	color: #790000;
	font-size: 13px!important;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600!important;
	text-align: left!important;
	margin-top: 45px;
	line-height: 1.5;
	padding: 3px 0!important;
	border-top: none!important;
	border-bottom: none!important;
}
 input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
background-color: rgba(250, 255, 189 ,0) !important;
 background-image: none !important;
}
.mailingField .gform_confirmation_message {
	font-size: 13px!important;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600!important;
	text-align: left!important;
	line-height: 1.5;
	margin-top: 15px;
}
.fullCol {
	overflow: hidden;
}
.btn-file input[type="file"] {
	font-size: 12px;
}
.placeholder {
	font-size: 12px;
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 400;
	color: #fff;
	position: absolute;
	float: left;
}
.mailingField input {
	border: none;
	outline: none;
}
#upload {
	border: none;
	background: none;
	filter: alpha(opacity=0);
	min-height: 100%;
	min-width: 100%;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: right;
	top: 0;
	color: #fff;
}
#filename {
	padding-left: 20px;
	padding-right: 120px;
	font-size: 15px;
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 400;
	color: #fff;
}
.mailingField span {
	font-size: 15px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	color: #fff;
	position: absolute;
	top: 9px;
	right: 20px;
	display: inline-block;
}
/*.mailingField:after{
    content:"Subscribe";
    font-size:15px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight:700;
    color:#fff;
    position:absolute;
    top: 9px;
    right: 20px;
    display:inline-block;
    z-index:-9;
}*/

.copyrightArea {
	margin-top: 30px;
}
.copyrightArea .topSocial {
	margin: 0px;
}
.copyrightArea .topSocial ul li {
	margin-right: 5px;
}
.copyrightArea .topSocial ul li a {
	width: 38px;
	height: 38px;
	display: inline-block;
	border-radius: 50%;
	background-color: #fff;
	text-align: center;
	line-height: 45px;
	font-size: 20px;
	position: relative;
}
.copyrightArea .topSocial ul li a i {
	width: 38px;
	height: 38px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.copyrightArea .topSocial ul li a i:before {
	line-height: 38px;
}
.copyrightArea span {
	line-height: 38px;
	padding-right: 10px;
	display: inline-block;
	font-size: 12px;
	color: #fff;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
}
.copyright {
	font-size: 12px;
	color: #fff;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	margin: 0px;
	margin-top: 12px;
	margin-bottom: 12px;
}
.mobileVer {
	display: none;
}
.desktopVer {
	display: block;
}
.secCntSec {
	margin-top: 23px;
}



::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
 color: #fff;
 opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #fff;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: #fff;
}
#progress {
	overflow: hidden;
	margin-bottom: 0px;
}
#progress li:hover {
	background-color: #ff8000;
	color: #fff;
	border-color: #ff8000;
}
#progress li:hover:after {
	border-left: 80px solid #ff8000;
}
#progress li:hover h3 {
	color: #fff;
}
#progress li:hover p {
	color: #fff;
}
.scrollUpBtn {
	display: inline-block;
	position: absolute;
	top: 15px;
	left: 50%;
	margin-left: -9px;
}
.scrollUpBtn i {
	font-size: 30px;
	color: #fff;
}
/**infowindow**/
.social-info {
	position: fixed;
	top: 54px;
	left: 15px;
	z-index: 999;
	width: 450px;
}
.infowindow {
	display: none;
}
.infowindow.active {
	display: block;
}
.info-close-btn {
	cursor: pointer;
	position: absolute;
	top: -20px;
	right: -38px;
}
.info-close-btn span {
	color: #ffa64c;
	font-size: 36px;
	font-weight: 400;
	top: 5px;
	position: absolute;
	right: 10px;
	z-index: 99;
	opacity: 1;
}
.instagram-infowindow .contentscroll {
	/*height: 500px;*/
	height: auto;
	background-color: #fff;
	padding: 5px;
	padding-bottom: 20px;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
	background: none;
	color: #ffa64c;
}
.subpageBanner {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 250px;
	margin-top: 134px;
	overflow: hidden;
}
.sideMenu {
	margin: 0px;
	padding: 0px;
}
.sideMenu li {
	list-style: none;
}
.sideMenu li a {
	font-size: 14px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	color: #6d6e71;
	padding: 5px 0;
	display: inline-block;
}
.sideMenu li a.active {
	color: #ffa64c;
	font-size: 14px;
	font-weight: 600;
	padding-left: 20px;
	position: relative;
}
.sideMenu li a.active:before {
	content: "";
	position: absolute;
	top: 15px;
	left: 0px;
	display: inline-block;
	width: 10px;
	height: 2px;
	background-color: #ffa64c;
}
.sideMenu li a:hover, .sideMenu li a:focus {
	text-decoration: none;
	color: #ffa64c;
}
.leftSide .subMenuBx {
	display: block;
	position: relative;
	top: auto;
	left: auto;
}
.leftSide .subMenu {
	position: relative;
	background-color: #ff8000;
	padding: 4px;
	z-index: 99;
	margin-top: 25px;
	display: block;
	overflow: hidden;
}
.leftSide .subMenu:before {
	content: "Enrol Now!";
	font-size: 15px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	color: #ff8000;
	position: absolute;
	top: 10px;
	display: block;
	width: 100%;
	text-align: center;
}
.leftSide .subMenu ul {
	border: 5px solid #fff;
	margin: 0px;
	padding: 0px;
	border-top: 35px solid #fff;
}
.leftSide .subMenu ul li {
	list-style: none;
	margin-left: 0px;
	border-bottom: 5px solid #fff;
}
.leftSide .subMenu ul li:last-child {
	border-bottom: 0px;
}
.leftSide .subMenu ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	padding: 5px 6px;
	display: block;
	background-color: #ffa64c;
	text-align: center;
}
.leftSide .subMenu ul li a:hover, .leftSide .subMenu ul li a:focus, .leftSide .subMenu ul li a.active {
	background-color: #ff8000;
}
/**new course**/
.newCourse .subMenuBx {
	display: block;
	position: relative;
	top: auto;
	left: auto;
}
.newCourse .subMenu {
	position: relative;
	/*background-color:#ff8000;*/
    /*top:50px;*/
	width: 100%;
	/*left:55px;*/
    /*padding:4px;*/
	padding: 0px;
	z-index: 99;
	margin-top: 30px;
	display: block;
	overflow: hidden;
}
.newCourse .subMenu:before {
	content: "Enrol Now!";
	font-size: 15px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	color: #ff8000;
	position: absolute;
	top: 7px;
	display: block;
	width: 100%;
	text-align: center;
}
.newCourse .subMenuBx::before {
	display: none;
}
.newCourse .subMenu ul {
	border: 5px solid #fff;
	margin: 0px;
	padding: 0px;
	border-top: 35px solid #fff;
}
.newCourse .subMenu ul li {
	list-style: none;
	margin-left: 0px;
	border-bottom: 5px solid #fff;
}
.newCourse .subMenu ul li:last-child {
	border-bottom: 0px;
}
.newCourse .subMenu ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	/*padding:5px 22px;*/
	padding: 5px 18px;
	display: block;
	background-color: #ffa64c;
	text-align: center;
}
.newCourse .subMenu ul li a:hover, .newCourse .subMenu ul li a:focus, .newCourse .subMenu ul li a.active {
	background-color: #ff8000;
}
/**end course**/

.newCourse h2 {
	text-align: center!important;
	font-size: 20px!important;
	font-family: 'Open Sans'!important;
	font-style: normal!important;
	font-weight: 400!important;
	color: #ff8000!important;
	line-height: 1.3;
}
.newCourse h5 {
	font-size: 16px;
	color: #6d6e71;
	line-height: 1.5;
	text-align: center;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
}
.newCourse p {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	color: #6d6e71;
	text-align: center;
}
.subpage .rightSide .contentClass {
	padding-top: 0px;
}
.subpage .contentClass h1 {
	margin: 0px;
	color: #ff8000;
	font-size: 35px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	margin-bottom: 15px;
}
/*.subpage .contentClass p {
	margin-bottom: 2px;
}*/
.listStyle {
	margin: 0px;
	padding: 0px;
}
.listStyle li {
	list-style: none;
	color: #6d6e71;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 0px;
	line-height: 1.5;
	margin-bottom: 5px;
	padding-left: 15px;
	position: relative;
}
.listStyle li:before {
	display: inline-block;
	content: '';
	-webkit-border-radius: 50%;
	border-radius: 50%;
	height: 5px;
	width: 5px;
	margin-right: 0px;
	background-color: #6d6e71;
	position: absolute;
	top: 8px;
	left: 0px;
}
.greyBackground {
	display: block;
	padding: 30px 25px;
	background-color: #f1f2f2;
	margin-top: 20px;
	margin-bottom: 20px;
}
.greyBackground h2 {
	color: #ff8000;
	font-size: 20px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	margin: 0px;
	margin-bottom: 15px;
}
.twoCol {
	border-right: 2px solid #ff8000;
	padding-left: 30px;
	padding-right: 30px;
}
.twoCol:last-child {
	border: none;
}
.galleryBx .galleryBxSmall {
	height: 250px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.galleryBx .galleryBxMed {
	height: 375px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.galleryBx .galleryContainer {
	padding-left: 30px;
	padding-right: 30px;
}
.coursesImg {
	/*height:565px;*/
	height: 376px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}
.openCourseDIV {
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	height: auto;
	padding: 12px 15px;
	background-color: #ff8000;
}
.openCourseDIV .boldTxt {
	font-size: 18px!important;
	color: #fff!important;
	font-family: 'Open Sans'!important;
	font-style: normal!important;
	font-weight: 800!important;
	line-height: 1!important;
}
.boldTxt {
	font-weight: 700!important;
}
.openCourseDIV .datetime, .openCourseDIV .event {
	font-size: 14px!important;
	color: #fff!important;
	font-family: 'Open Sans'!important;
	font-style: normal!important;
	font-weight: 400!important;
	line-height: 1.3!important;
}
.openCourseDIV .buttonCls {
	font-size: 14px;
	color: #ff8000;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	line-height: 1.3!important;
	display: inline-block;
	padding: 6px 10px;
	line-height: 1;
	background-color: #fff;
	border-radius: 15px;
	height: 30px;
	float: right;
	margin-top: 5px;
}
.openCourseDIV .buttonCls:hover, .openCourseDIV .buttonCls:focus {
	text-decoration: none;
}
.seperateLine {
	border-right: 1px solid #fff;
}
.courseBox {
	border: 2px solid #ff8000;
}
.courseBox .courseBxImg {
	height: 230px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.courseBox .courseCnt {
	/*padding: 15px 15px 45px 15px;*/
	padding: 15px 10px;
}
.actionArea {
	text-align: center;
	margin-bottom: 20px;
}
.courseCnt h5 {
	margin: 0px;
	color: #231f20;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	margin-top: 15px;
	/* margin-bottom:15px;*/
	margin-bottom: 2px;/*color:#6d6e71;*/
}
.courseCnt .buttonCls {
	font-size: 14px;
	color: #6d6e71;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	line-height: 1.3 !important;
	display: inline-block;
	padding: 6px 10px;
	line-height: 1;
	background-color: #fff;
	border: 1px solid #ff8000;
	border-radius: 15px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	/*position:absolute;
    bottom:0px;
    width:34%;
    left:33%;*/
	margin-top: 15px;
	position: relative;
	text-align: center;
}
.courseCnt .buttonCls:hover, .courseCnt .buttonCls:focus {
	outline: none;
	text-decoration: none;
}
.courseCnt .actionArea {
	margin-bottom: 0px;
	position: absolute;
	bottom: 10px;
	left: 0px;
	right: 0px;
}
.courseCnt .actionArea .buttonCls {
	margin-bottom: 15px;
}
.courseList a:hover, .courseList a:focus {
	text-decoration: none;
}
.courseList .courseBox {
	position: relative;
}
.courseBox .modTxt {
	margin: 0px;
	color: #000;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
}
.courseBox h2 {
	margin: 0px;
	color: #ff8000;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	margin-top: 5px;
	margin-bottom: 15px;
}
.courseBox .courseCnt p {
	color: #6d6e71;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
}
.courseBox .courseCnt ul {
	margin: 0px;
	padding: 0px;
}
.courseBox .courseCnt ul li {
	color: #6d6e71;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	padding-left: 15px;
	list-style: none;
	position: relative;
}
.courseBox .courseCnt ul li:before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0px;
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #6d6e71;
}
.greyBackground.equalHeight {
	margin: 0px;
}
.courseList .equalHeight {
	margin-bottom: 15px;
	margin-top: 15px;
}
.courseList .courseBox:hover {
	background-color: #ff8000;
}
.courseList .courseBox:hover .courseBox .modTxt {
	color: #fff;
}
.courseList .courseBox:hover h2 {
	color: #fff;
}
.courseList .courseBox:hover h5 {
	color: #fff;
}
.courseList .courseBox:hover p {
	color: #fff;
}
.courseList .courseBox:hover .courseCnt ul li {
	color: #fff;
}
.courseList .courseBox:hover .courseCnt ul li:before {
	background-color: #fff;
}
.courseList .courseBox:hover .courseCnt .buttonCls {
	color: #ff8000;
}
.tableClass {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	border-collapse: collapse;
	width: 100%;
	font-size: 14px;
	color: #000;
}
.tableClass th {
	background-color: #ff8000;
	font-weight: 400;
}
.tableClass td, .tableClass th {
	border: 1px solid #ddd;
	padding: 8px;
}
.tableClass .greyRow th {
	background-color: #b4b6b8;
	font-size: 14px;
	color: #000;
	text-align: center;
	font-weight: 400;
}
.tableClass .orangeRow th {
	background-color: #ff8000;
	font-size: 14px;
	color: #fff;
	text-align: center;
	font-weight: 400;
}
.tableClass tr td.num {
	text-align: center;
}
.tabHeader {
	font-size: 30px;
	font-weight: 400!important;
	text-align: center;
	color: #fff;
	padding-top: 10px!important;
	padding-bottom: 10px!important;
}
.tabHeader small {
	font-size: 18px;
	font-weight: 400!important;
	display: block;
	clear: both;
}
.oddRow td {
	background-color: #C8CDD0;
}
.courseBox {
	border: 2px solid #ff8000;
	padding: 15px;
}
.courseBox .row {
	margin-left: 0px;
	margin-right: 0px;
}
.certImg {
	min-height: 315px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.courseJoin {
	height: 315px;
}
.courseJoin .subMenu ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	padding: 5px 22px;
	display: block;
	background-color: #ffa64c;
	text-align: center;
	height: 100%;
	width: 100%;
	line-height: 1;
	padding-top: 36px;
}
.courseJoin .subMenu {
	margin: 0px;
	padding: 0px;
	height: 100%;
}
.courseJoin .subMenu ul {
	margin: 0px;
	padding: 0px;
	height: 100%;
}
.courseJoin .subMenu li {
	list-style: none;
	height: 30%;
	margin-bottom: 3%;
}
.courseJoin .subMenu ul li a:hover, .courseJoin .subMenu ul li a:focus, .courseJoin .subMenu ul li a.active {
	background-color: #ff8000;
}
.courseJoin .subMenu ul li h2 {
	color: #ff8000;
	font-size: 30px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	line-height: 94px;
	text-align: center;
}
.highlightTxt {
	color: #ff8000!important;
	font-size: 25px!important;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400!important;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
.moduleDetails .buttonCls {
	font-size: 14px;
	color: #6d6e71;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	line-height: 1.3 !important;
	display: inline-block;
	padding: 6px 10px;
	line-height: 1;
	background-color: #fff;
	border: 1px solid #ff8000;
	border-radius: 15px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: 10px;
	right: 0px;
	width: auto;
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
}
.moduleDetails .buttonCls:hover {
	color: #ff8000;
	text-decoration: none
}
.moduleDetails .smallTitle {
	font-size: 20px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	/* color: #ff8000;*/
	color: #6d6e71;
}
.moduleDetails h2, .title {
	/*color:#6d6e71;*/
   /* font-size:35px;*/
	font-size: 28px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	margin: 0px;
	padding-bottom: 15px;
	color: #ff8000;
}
.personalImg {
	height: 220px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.personalTestimonial {
	padding-top: 15px;
	padding-bottom: 15px;/*border-bottom:1px solid #6d6e71; border-top:1px solid #6d6e71;*/
	position: relative;
	overflow: hidden;
	padding-left: 15px;
	padding-right: 15px;
}
.personalTestimonial:before {
	content: "";
	position: absolute;
	left: 15px;
	right: 15px;
	top: 0px;
	height: 1px;
	background-color: #a3a4a7;
	width: auto;
	display: block;
}
.personalTestimonial:after {
	content: "";
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 0px;
	height: 1px;
	background-color: #a3a4a7;
	width: auto;
	display: block;
}
.personalTestimonial.newsEvents {
	padding: 0 15px;
}
.personalTestimonial.newsEvents a {
	display: block;
	text-decoration: none !important;
}
.personalTestimonial.newsEvents:after {
	display: none;
}
.personalTestimonial.newsEvents p {
	margin-bottom: 0;
}
.personalTestimonial ~ .personalTestimonial:before {
	display: none;
}
.personalTestimonial .testimonial {
	padding-top: 0px;
}
.personalTestimonial .testimonial h2 {
	font-size: 20px!important;
	border-bottom: 0px;
	line-height: 1.3;/*color:#415058!important;*/
	color: #6d6e71!important;
	font-weight: 400!important;
	margin-top: 25px;
	padding-left: 2px;
	padding-right: 2px;
}
.coursesDesc {
	margin-top: 30px;
	margin-bottom: 30px;
	border-right: 2px solid #ff8000;
	height: auto;
	min-height: 320px;
	padding-left: 5px;
	padding-right: 5px;
}
.coursesDesc h4 {
	font-size: 22px;
	color: #ff8000;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
}
.cList .courseCol:last-child .coursesDesc {
	border-right: 0px;
}
.coursesDesc ul li::before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0px;
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #6d6e71;
}
.coursesDesc ul {
	margin: 0px;
	padding: 0px;
}
.coursesDesc ul li {
	color: #6d6e71;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	padding-left: 15px;
	list-style: none;
	position: relative;
	line-height: 1.5;
}
.highlightPoint li {
	font-weight: 600!important;
}
.panel-heading {
	border-radius: 0px;
	border: none;
	padding: 25px 20px;
}
.panel-default {
	border: none;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border: none;
}
.panel {
	box-shadow: none;
}
.panel-title {
	color: #ff8000;
	font-size: 22px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
}
.panel p {
	color: #6d6e71;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
}
.panel ul {
	margin: 0px;
	padding: 0px;
}
.panel ul li {
	color: #6d6e71;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	padding-left: 15px;
	list-style: none;
	position: relative;
	line-height: 1.5;
}
.panel ul li::before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0px;
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #6d6e71;
}
.panel-default > .panel-heading {
	position: relative;
}
.panel-default > .panel-heading:after {
	content: "";
	width: 32px;
	height: 32px;
	position: absolute;
	right: 20px;
	top: 20px;
}
.panel-default > .panel-heading:after {
	width: 24px;
	height: 24px;
	background: url(./../img/closeBtn.png) no-repeat center center/cover;
}
.panel-default > .panel-heading.collapsed:after {
	background: url(./../img/openBtn.png) no-repeat center center/cover;
}
.searchList p {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
}
.searchRow h4 {
	font-size: 16px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	color: #ffa64c;
	margin-bottom: 2px;
}
.searchRow a {
	color: #ffa64c;
}
.foundresult b {
	color: #000;
}
.modal.in .modal-dialog, .modal.fade.in .modal-dialog {
	-webkit-transform: translate(0, 0)!important;
	-ms-transform: translate(0, 0)!important;
	-o-transform: translate(0, 0)!important;
	transform: translate(0, 0)!important;
}
.modal.fade .modal-dialog {
	-moz-transition-property: none;
	-webkit-transition-property: none;
	-o-transition-property: none;
	transition-property: none;
}
.modal {
	padding: 0px;
}
.modal-content {
	border-radius: 0px;
}
.modal .modal-body {
	padding: 10px;
}
.modal-dialog {
	width: 70%;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 0;
}
.modal .close {
	text-shadow: none;
	margin-top: -13px;
	font-size: 2em;
}
.modal-header .close {
	font-size: 30px;
	color: #58595b;
	opacity: 0.8;
}
.modal-header .close {
	font-size: 30px;
	color: #58595b;
}
.modal-header {
	border: none;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}
.carousel-inner .item .fill:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: -webkit-linear-gradient(right, rgba(0,0,0,.0001) 0, rgba(0,0,0,.5) 100%);
	background-image: -o-linear-gradient(right, rgba(0,0,0,.0001) 0, rgba(0,0,0,.5) 100%);
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0,0,0,.0001)), to(rgba(0,0,0,.5)));
	background-image: linear-gradient(to left, rgba(0,0,0,.0001) 0, rgba(0,0,0,.5) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
	background-repeat: repeat-x;
	height: 100%;
	width: 50%;
	z-index: 1;
}
.mobileToggle {
	display: none;
}
.navbar-brand > img {
	height: 98px;
	width: auto;
}
.highlightArea {
	margin-top: 15px;
	color: #6d6e71!important;
	font-weight: 600!important;
}
.courseList .courseBox:hover .highlightArea, .courseList .courseBox:focus .highlightArea {
	color: #fff!important;
}
.colorTxt {
	color: #ff8000!important;
}
.tabClass tr td {
	color: #6d6e71;
	font-size: 14px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
}
.tabClass tr td, .tabClass tr th {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.tabClass tr th {
	color: #6d6e71;
}
.lineThrough {
	text-decoration: line-through;
}
.alignLeft {
	text-align: left!important;
}
.dividerLine {
	border-top: 1px solid #a3a4a7;
}
.modulecourseInner .modTxt {
	color: #6d6e71;
}
/**checkbox animation**/

input[type="checkbox"], input[type="radio"] {
	position: absolute;
	right: 9000px;
}
.gform_wrapper input[type="checkbox"], .gform_wrapper input[type="radio"], .paypal-donate input[type="checkbox"], .paypal-donate input[type="radio"] {
	position: initial;
}
/*Check box*/
input[type="checkbox"] + .label-text:before {
	content: "\f096";
	font-family: "FontAwesome";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	width: 1em;
	display: inline-block;
	margin-right: 5px;
	color: #6d6e71;
	font-size: 20px;
	top: 0px;
	position: absolute;
	left: 0px;
}
input[type="checkbox"]:checked + .label-text:before {
	content: "\f14a";
	color: #6d6e71;/* animation: effect 250ms ease-in;*/
}
input[type="checkbox"]:disabled + .label-text {
	color: #aaa;
}
input[type="checkbox"]:disabled + .label-text:before {
	content: "\f0c8";
	color: #ccc;
}
.label-text {
	color: #6d6e71;
	font-size: 14px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	padding-left: 25px;
	position: relative;
}
/*Radio box*/

input[type="radio"] + .label-text:before {
	content: "\f10c";
	font-family: "FontAwesome";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	width: 1em;
	display: inline-block;
	margin-right: 5px;
}
input[type="radio"]:checked + .label-text:before {
	content: "\f192";
	color: #8e44ad;/* animation: effect 250ms ease-in;*/
}
input[type="radio"]:disabled + .label-text {
	color: #aaa;
}
input[type="radio"]:disabled + .label-text:before {
	content: "\f111";
	color: #ccc;
}
/*Radio Toggle*/

.toggle input[type="radio"] + .label-text:before {
	content: "\f204";
	font-family: "FontAwesome";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	width: 1em;
	display: inline-block;
	margin-right: 10px;
}
.toggle input[type="radio"]:checked + .label-text:before {
	content: "\f205";
	color: #16a085;/*animation: effect 250ms ease-in;*/
}
.toggle input[type="radio"]:disabled + .label-text {
	color: #aaa;
}
.toggle input[type="radio"]:disabled + .label-text:before {
	content: "\f204";
	color: #ccc;
}
 @keyframes effect {
 0% {
transform: scale(0);
}
 25% {/*transform: scale(1.3);*/
transform: scale(0);
}
 75% {/*transform: scale(1.4);*/
transform: scale(0);
}
 100% {/*transform: scale(1);*/
transform: scale(0);
}
}
/**checkbox animation end**/

.chckboxRow {
	margin-bottom: 7px;
	margin-top: 7px;
}
.col-form-label {
	font-size: 14px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	line-height: 34px;
	color: #6d6e71;
}
.form-control {
	border-radius: 0px;
	box-shadow: none;
	border: none;
}
.form-control:focus {
	box-shadow: none;
	border: none;
}
.col-sm-3 {
	padding: 0px;
}
.col-form-label p {
	font-size: 14px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	line-height: 34px;
	color: #6d6e71;
}
.mTopTxt {
	margin-top: 15px;
	margin-bottom: 15px;
}
.thinerTxt.mTopTxt {
	margin-top: 15px!important;
	margin-bottom: 15px!important;
}
/**

orange -  #ff8000
light orange - color: rgba(255,128,0,0.5);

dark grey - #415058
light grey - #C8CDD0
grey - #6d6e71

paragraph p 
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-size: 14px;
color:#6d6e71;

.larger 
font-size: 22px;
color: #6d6e71;
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;


grey line{
background-color: #a3a4a7;
}

padding: 10px 30px 10px 40px;

#6d6e71

#a3a4a7

**/
.mentorProgress {
	list-style: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	margin-bottom: 30px;
}
.mentorProgress li:last-child {
	padding-right: 0px;
}
.mentorProgress li {
	float: left;
	width: 20%;
	padding-right: 10px;
	position: relative;
}
.mentorProgress li .mentorProgInner {
	height: 250px;
	background-color: #f1f2f2;
	padding: 30px 15px;
	position: relative;
	padding-top: 165px;
}
.mentorProgress li .mentorProgInner:before {
	content: "";
	position: absolute;
	top: 40px;
	left: 0px;
	width: 100%;
	height: 94px;
}
.mentorProgress li:before {
}
.mentorProgress li .mentorProgInner.itm1:before {
	background: url(./../img/icon/icon.png) no-repeat center/contain;
}
.mentorProgress li .mentorProgInner.itm2:before {
	background: url(./../img/icon/icon1.png) no-repeat center/contain;
}
.mentorProgress li .mentorProgInner.itm3:before {
	background: url(./../img/icon/icon2.png) no-repeat center/contain;
}
.mentorProgress li .mentorProgInner.itm4:before {
	background: url(./../img/icon/eye.png) no-repeat center/contain;
}
.mentorProgress li .mentorProgInner.itm5:before {
	background: url(./../img/icon/classes.png) no-repeat center/contain;
}
.mentorProgress li .mentorProgInner p {
	font-size: 14px;
	color: #ff8000;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	text-align: center;
}
.mentorProgress li:after {
	content: "";
	border-left: 20px solid #f1f2f2;
	border-top: 125px solid transparent;
	border-bottom: 125px solid transparent;
	position: absolute;
	top: 0px;
	right: -10px;
	z-index: 21;
}
.mentorProgress li:before {
	content: "";
	border-left: 20px solid #fff;
	border-top: 125px solid transparent;
	border-bottom: 125px solid transparent;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 20;
}
.mentorProgress li:first-child:before {
	display: none;
}
.mentorProgress li:last-child:after {
	display: none;
}
.progressCover {
	display: none;
	left: 100%;
}
.mentorProgress li:hover .progressCover {
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding: 15px 20px;
	-webkit-transition: all .4s; /* Safari */
	transition: all .4s;
}
.mentorProgress li:hover .mentorProgInner p {
	color: #666;
}
.mentorProgress li:hover .mentorProgInner:before {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	opacity: 0.5;
}
.mentorProgress li:hover .mentorProgInner, .mentorProgress li:focus .mentorProgInner {
	background-color: #333;
	left: 0px;
}
.mentorProgress li:hover:after, .mentorProgress li:focus:after {
	border-left: 20px solid #333!important;
}
.mentorProgress li:hover:before, .mentorProgress li:focus:before {
	border-left: 20px solid #fff!important;
}
.mentorProgress li .mentorProgInner {
	overflow: hidden;
}
.progressCover a {
	display: inline-block;
	height: 48px;
	text-align: center;
	background-color: #fff;
	color: #ff8000;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 24px;
	display: table;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 15px;
	font-weight: 700;
	max-width: 85%;
}
.mentorProgress li:first-child .progressCover a, .mentorProgress li:last-child .progressCover a {
	padding-left: 10px;
	padding-right: 10px;
}
.progressCover a:hover, .progressCover a:focus {
	text-decoration: none;
}
.progressCover a span {
	display: table-cell;
	vertical-align: middle;
}
.progressCover p {
	font-size: 14px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	color: #fff;
	margin: 0px;
	text-align: center;
}
.orangeTxt {
	color: #ff8000!important;
}
.orangeBox {
	background-color: #ff8000;
	padding: 20px;
	position: relative;
	padding-bottom: 20px;
	min-height: 500px;
}
.orangeBox h4 {
	font-size: 18px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 800;
	color: #fff;
	margin: 0px;
	margin-bottom: 5px;
}
.orangeBox p {
	font-size: 15px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	color: #fff;
	margin-bottom: 20px!important;
}
.orangeBox .regBtn {
	background-color: #ffa64c;
	display: block;
	width: 100%;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	text-align: center;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 1;
	height: 48px;
	margin-bottom: 15px;
	-webkit-transition: all .4s; /* Safari */
	transition: all .4s;
	border: 1px solid transparent;
}
.orangeBox .regBtn:hover {
	border: 1px solid #fff;
	background-color: transparent!important;
	color: #fff!important;
}
.orangeBox .regBtn.whiteCls {
	background-color: #fff;
	color: #ff8000;
}
.volunteerDIV .testiImg {/*margin-right:0px;min-height:auto;*/
	min-height: 500px;
}
.volunteerRow {
	margin-bottom: 30px;
}
.formBox {
	padding: 25px;
}
.involvedRow {
	margin-left: -8px;
	margin-right: -8px;
}
.involvedRow .col-xs-12 {
	padding-left: 7px;
	padding-right: 7px;
}
.involvedRow a:hover, .involvedRow a:focus {
	text-decoration: none;
}
.involveItm {
	height: 110px;
	background-color: #ebecec;
	margin-top: 7px;
	margin-bottom: 7px;
	color: #ff8000;
	font-size: 20px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	display: inline-flex;
	align-items: center;
	width: 100%;
	padding-left: 100px;
	padding-right: 15px;
	position: relative;
	text-decoration: none;
}
.involveItm:hover, .involveItmfocus {
	color: #fff;
	background-color: #ff8000;
}
.involveItm:before {
	content: "";
	position: absolute;
	width: 100px;
	height: 110px;
	top: 0px;
	left: 0px;
}
.involveItm.mentoring:before {
	background: url(./../img/icon/mentoring.png)no-repeat center center/80% auto;
}
.involveItm.operations:before {
	background: url(./../img/icon/operations.png)no-repeat center center/80% auto;
}
.involveItm.adhoc:before {
	background: url(./../img/icon/adhoc.png)no-repeat center center/80% auto;
}
.involveItm.partnership:before {
	background: url(./../img/icon/partnership.png)no-repeat center center/80% auto;
}
.involveItm.fundraising:before {
	background: url(./../img/icon/fundraising.png)no-repeat center center/80% auto;
}
.involveItm.research:before {
	background: url(./../img/icon/research.png)no-repeat center center/80% auto;
}
.involveItm.donate:before {
	background: url(./../img/icon/donate-icon.png)no-repeat center center/80% auto;
}
.involveItm.recurring:before {
	background: url(./../img/icon/recurring-icon.png)no-repeat center center/80% auto;
}
.involveItm.cash:before {
	background: url(./../img/icon/cash-icon.png)no-repeat center center/80% auto;
}
.involveItm.legacy:before {
	background: url(./../img/icon/legacy-icon.png)no-repeat center center/80% auto;
}
.involveItm.mentoring:hover:before, .involveItm.mentoring:focus:before {
	background: url(./../img/icon/mentoring_white.png)no-repeat center center/80% auto;
}
.involveItm.operations:hover:before, .involveItm.operations:focus:before {
	background: url(./../img/icon/operations_white.png)no-repeat center center/80% auto;
}
.involveItm.adhoc:hover:before, .involveItm.adhoc:focus:before {
	background: url(./../img/icon/adhoc_white.png)no-repeat center center/80% auto;
}
.involveItm.partnership:hover:before, .involveItm.partnership:focus:before {
	background: url(./../img/icon/partnership_white.png)no-repeat center center/80% auto;
}
.involveItm.fundraising:hover:before, .involveItm.fundraising::focusbefore {
 background: url(./../img/icon/fundraising_white.png)no-repeat center center/80% auto;
}
.involveItm.research:hover:before, .involveItm.research:focus:before {
	background: url(./../img/icon/research_white.png)no-repeat center center/80% auto;
}
.involveItm.donate:hover:before, .involveItm.donate:focus:before {
	background: url(./../img/icon/donate-white.png)no-repeat center center/80% auto;
}
.involveItm.recurring:hover:before, .involveItm.recurring:focus:before {
	background: url(./../img/icon/recurring-white.png)no-repeat center center/80% auto;
}
.involveItm.cash:hover:before, .involveItm.cash:focus:before {
	background: url(./../img/icon/cash-white.png)no-repeat center center/80% auto;
}
involveItm.legacy:hover:before, .involveItm.legacyn:focus:before {
	background: url(./../img/icon/legacy-white.png)no-repeat center center/80% auto;
}
/**select customise**/

/*the container must be positioned relative:*/
.custom-select {
	position: relative;
	font-family: Arial;
}
.custom-select select {
	display: none; /*hide original SELECT element:*/
}
.select-selected {
	background-color: DodgerBlue;
}
/*style the arrow inside the select element:*/
.select-selected:after {
	position: absolute;
	content: "";
	top: 14px;
	right: 10px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-color: #fff transparent transparent transparent;
}
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
	border-color: transparent transparent #fff transparent;
	top: 7px;
}
/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
	color: #ffffff;
	padding: 8px 16px;
	border: 1px solid transparent;
	border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
	cursor: pointer;
}
/*style items (options):*/
.select-items {
	position: absolute;
	background-color: DodgerBlue;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
}
/*hide the items when the select box is closed:*/
.select-hide {
	display: none;
}
.select-items div:hover, .same-as-selected {
	background-color: rgba(0, 0, 0, 0.1);
}
/**end select customise**/

.selectGroup .form-group .custom-select {
	max-width: 100%;
}
.form-group label {
	color: #6d6e71;
	font-size: 14px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
}
.formClass .form-group .custom-select, .custom-select {
	width: 100%!important;
	height: 40px;
	border: none;
	border: 1px solid #C8CDD0;
}
.formClass .form-group .custom-select .select-selected {
	background: none;
	height: 40px;
	border: none;
	color: #6d6e71;
	line-height: 26px;
	position: relative;
	color: #6d6e71;
	font-size: 14px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
}
.formClass .form-group .custom-select .select-selected:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	border: 1px solid #C8CDD0;
}
.formClass .form-group .custom-select .select-selected.select-arrow-active:before {
	border-color: #ff8000;
}
.select-items {
	background-color: #f1f2f2;
	color: #415058;
}
.select-items div, .select-selected {
	color: #415058;
}
.select-items div:hover, .same-as-selected, .same-as-selected, .select-items div:focus {
	background-color: #415058;
	color: #fff!important;
}
.select-items div, .select-selected {
	position: relative;
}
.formClass .select-selected::after {
	content: "\f078";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #ff8000;
	top: 6px;
	border: none;
	display: inline-block;
	position: absolute;
	right: 10px;
	width: 15px;
}
.formClass .select-items {
	top: 30px;
}
.select-selected.select-arrow-active {
	border-color: #ff8000!important;
}
.form-group .form-control {
	height: 40px;
	position: relative;
	border: 1px solid #C8CDD0;
	color: #6d6e71;
	font-size: 14px!important;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
}
.form-group .form-control:focus {
	border-color: #ff8000;
}
.submitBtn {
	font-size: 18px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	color: #6d6e71;
	padding: 0px 45px;
	border: 2px solid #ff8000;
	height: 56px;
	border-radius: 28px;
	line-height: 52px;
	background: none;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
}
.submitBtn:hover, .submitBtn:focus {
	background-color: #ff8000;
	color: #fff;
}
.submitArea {
	padding-top: 30px;
	padding-bottom: 30px;
}
.panel-heading:hover {
	cursor: pointer;
}
.marginBothTop {
	margin-top: 30px;
	margin-bottom: 0px;
}
.termCondition ol {
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
}
.txtArea h4 {
	font-size: 20px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	color: #6d6e71;
}
.txtArea h4 span {
	color: #ff8000;
}
p b {
	font-weight: 600!important;
}
.greyTxt {
	color: #6d6e71!important;
}
.noTopLine {
	margin-top: 0px;
	border-top: 0px;
}
.noTopLine:before {
	display: none;
}
.ulClass {
	padding: 0px;
	margin: 0px;
}
.ulClass li {
	list-style: none;
	padding-left: 20px;
	position: relative;
}
.ulClass li:before {
	content: "•";
	color: #6d6e71;
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 17px;
}
.hyperlinkCls {
	font-weight: 600;
	color: #ff8000;
	font-style: italic;
}
.hyperlinkCls:hover, .hyperlinkCls:focus {
	color: #6d6e71;
	text-decoration: underline;
}
.hyperlink {
	color: #ff8000;
	font-style: italic;
}
.hyperlink:hover, .hyperlink:focus {
	color: #a3a4a7;
	cursor: pointer;
}
.backtotopLink {
	font-size: 13px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	color: #a3a4a7;
	display: inline-block;
	margin-top: 5px;
}
.backtotopLink:hover, .backtotopLink:focus {
	color: #ff8000;
	text-decoration: none;
	outline: none;
}
.backtoTopArea .col-xs-12 {
	text-align: center;
}
.noMarginBottom {
	margin-bottom: 0px!important;
}
.tableCls {
	width: 100%;
	border-collapse: collapse;
	border-style: hidden;
	border: 1px solid #a3a4a7;
	margin-top: 20px;
	margin-bottom: 20px;
}
.tableCls td, .tableCls th {
	padding: 1rem;
	border: 1px solid #a3a4a7;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
}
.tableCls th {
	background-color: #b4b6b8;
	color: #415058;
	font-size: 15px;
}
.tableCls td {
	font-size: 14px;
}
.tableCls tr.greyRow {
	background: #e9eaea;
}
/**timeline**/
.VivaTimeline dl dd.pos-left .events::before {
	border-color: transparent transparent transparent #f5f5f5;
}
.VivaTimeline dl dd.pos-right .events::before {
	border-color: transparent #f5f5f5 transparent transparent;
}
.VivaTimeline dl dd .circ {
	background-color: rgba(255,128,0,1);
	border-color: #ffddba;
}
.VivaTimeline dl dd.pos-left .time, .VivaTimeline dl dd .time {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 15px;
	color: #ff8000;
}
.VivaTimeline dl::before {
	top: 5%;
	bottom: 10%;
}
.VivaTimeline dl dd .events {
	background-color: #f5f5f5;
	padding: 0px;
}
.VivaTimeline dl dd .events .events-body {
	background: none;
	padding: 15px 20px;
	text-align: left;
}
.VivaTimeline dl dd .events .events-body .events-desc {
	text-indent: 0px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	color: #415058;
}
/** end timeline**/
.profileImg {
	width: 100%;
	height: 220px;
	background-repeat: no-repeat;
	/*background-size:inherit;*/
	background-size: 100% auto;
	background-position: center center;
}
.profileTxt h2 {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	color: #ff8000;
	text-align: center;
	padding: 20px 0 10px 0;
	margin: 0px;
}
.profileTxt .position {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	color: #6d6e71;
	text-align: center;
}
.profileBox {
	border: 3px solid transparent;
	padding: 10px 10px 20px 10px;
	height: 390px;
	overflow: hidden;
	margin-bottom: 30px;
	position: relative;
	-webkit-transition: all 0.4s; /* Safari */
	transition: all 0.4s;
}
.profileBox:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	border: 1px solid #eee;
}
.profileBox:hover, .profileBox:focus {
	border: 3px solid #ff8000;
}
/*.profileBox:hover:before , .profileBox:focus:before{
    border:3px solid #ff8000;
}*/
.profileBox .buttonCls {
	top: inherit;
	bottom: 20px;
	right: inherit;
	transform: translate(-50%, 0);
	left: 50%;
	white-space: nowrap;
}
.profileItm:hover, .profileItm:focus {
	cursor: pointer;
}
#proModal .modal-body {
	padding: 20px 40px 40px 40px;
}
#proModal .modal-dialog {
	width: 50%;
}
#proModal .modal-dialog h2 {
	text-align: left;
	font-size: 22px;
}
#proModal .modal-dialog .profileTxt p {
	text-align: left;
	margin-bottom: 0px;
}
#proModal .modal-dialog .profileTxt {
	margin-bottom: 20px;
}
#proModal .modal-dialog .modal-body p {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	color: #6d6e71;
	line-height: 1.5;
}
.contactTxt {
	color: #ff8000!important;
}
.contactTxt .hyperlink {
	font-style: italic;
}
.annualReportsList {
	margin: 0px;
	padding: 0px;
}
.annualReportsList li {
	list-style: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
	height: 40px;
}
.annualReportsList li p {
	font-size: 15px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	color: #415058;
	height: 40px;
	line-height: 30px;
	margin: 0px;
}
.annualReportsList li:nth-child(odd) {
	background-color: #eee;
}
.annualReportsList li:before {
	content: "";
	position: absolute;
	top: 14px;
	left: 5px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #ff8000;
	display: none;
}
.annualReportsList li a.downloadLink {
	position: absolute;
	top: 5px;
	right: 5px;
	display: inline-block;
	background-color: #ff8000;
	color: #fff;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	text-align: center;
	padding: 5px 15px;
	height: 30px;
	line-height: 1.5;
}
.annualReportsList li a.downloadLink:hover, .annualReportsList li a.downloadLink:focus {
	background-color: #415058;
	color: #fff;
	text-decoration: none;
}
.formClass .form-check {
	position: relative;
}
.formClass input[type="checkbox"] {
	position: relative;
}
#contactForm textarea {
	height: 135px;
	resize: none;
}
.formDIV {
	width: 50%;
}
#contactForm .submitBtn {
	height: 46px;
	line-height: 1;
	border-radius: 23px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.lightGreyBox {
	padding: 30px 40px;
	background-color: #f5f5f5;
	width: 90%;
	margin-left: 5%;
}
.classroomImg {
	height: 300px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.tableHeader {
	background-color: #ff8000;
}
.tableHeader .row {
	margin: 0px!important;
}
.tableHeader .tabCol {
	padding: 10px 15px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	color: #fff;
	border-right: 1px solid #fff;
}
.tableBody .row {
	margin: 0px!important;
}
.tableBody .tabCol {
	padding: 10px 15px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	color: #415058;
	border-right: 1px solid #eee;
}
.tableDIV {
	border: 1px solid #eee;
}
.tableBody .row:nth-child(even) {
	background: #f1f2f2;
}
.sliderImg {
	width: 100%;
	height: 250px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.widthHalf {
	width: 50%;
}
.error {
	font-size: 11px!important;
	color: #ff0000!important;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
}
#carousel-stories {
	padding-top: 0;
	text-align: center;/*width:90%;
	display:table;
	margin:auto;*/
}
#carousel-stories .item {
	color: #fff;
	padding: 30px;
	padding-right: 0;
	text-align: left;
	-webkit-transition: opacity 0.1s ease;
	-moz-transition: opacity 0.1s ease;
	-ms-transition: opacity 0.1s ease;
	-o-transition: opacity 0.1s ease;
	transition: opacity 0.1s ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	opacity: 0.1;
}
#carousel-stories .item.active {
	opacity: 1;
}
#carousel-stories .item:before {
	content: '';
	background: #ff8000;
	width: 80%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#carousel-stories .item>.row>div table {
	border: 1px dashed #fff;
	width: 100%;
	margin: 15px 0;
	padding: 10px 0;
	display: block;
}
#carousel-stories .item>.row>div td {
	padding: 2px 15px;
}
#carousel-stories .stories-content {
	border: 2px solid #ff8000;
	background: #fff;
	padding: 40px;
	height: 340px;
	overflow-x: auto;
}
#carousel-stories .carousel-control {
	width: auto;
	top: inherit;
	position: inherit;
	display: inline-block;
	background: none;
	text-transform: uppercase;
	text-shadow: none;
	color: #ff8000;
	font-size: 12px;
	padding: 10px 25px;
	margin: 15px 2px;
	border: 1px solid #ff8000;
}


/**** GRAVITY FORM OVERRIDE *******/
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #aaa;
}
::-moz-placeholder { /* Firefox 19+ */
 color: #aaa;
}
:-ms-input-placeholder { /* IE 10+ */
 color: #aaa;
}
:-moz-placeholder { /* Firefox 18- */
 color: #aaa;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	padding: 6px 12px !important;
	display: block;
	width: 100%;
	border: 1px solid #C8CDD0;
}
.gform_wrapper textarea {
	border: 1px solid #C8CDD0;
}
.gform_wrapper ul li.gfield.col-md-6 {
	clear: none;
}
/**** GRAVITY FORM OVERRIDE *******/

/* Add-on */
.customForm label {
	font-weight: 400 !important;
}
.customForm ul {
	padding: 0;
}
.customForm h3, .customForm .customForm h4, .customForm h5 {
	color: #ff8000;
}
.customForm select {
	border: none;
	background: none;
	width: 100% !important;
	height: 34px;
	position: relative;
	outline: none !important;
}
.button {
	font-size: 18px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	color: #6d6e71;
	padding: 0px 45px;
	border: 2px solid #ff8000;
	height: 56px;
	border-radius: 28px;
	line-height: 52px;
	background: none;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
}
.button:hover, .button:focus {
	background-color: #ff8000;
	color: #fff;
}
.customForm .gfield {
	padding: 0;
}
.ginput_container_select {
	/* border: 1px solid #ccc; */
	padding-right: 5px;
}
#field_2_1, #field_2_2, #field_2_3, #field_2_4, #field_2_5, #field_2_7, #field_2_46, #field_2_48, #field_2_45, #field_2_49, #field_2_55, .greyBg {
	margin: 0;
	padding-left: 25px;
	padding-right: 25px;
	background-color: #f1f2f2;
	display: inline-table;
	width: 100%;
}
#field_2_55, #field_2_56 {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 25px;
	margin: 0px;
}
.greyBg {
	margin-bottom: 30px;
	padding-bottom: 30px;
}
#field_2_1 {
	padding-top: 30px;
}
#field_2_2 .ginput_container_checkbox {
	margin-top: 0;
}
#field_2_3 {
	display: inline-block;
}
#field_2_3 .ginput_container_text {
	display: inline-block;
	margin-left: 15px;
	margin-bottom: 15px;
}
#field_2_5, #field_2_7 {
	width: 50%;
	padding-top: 20px;
	padding-bottom: 20px;
}
#field_2_5 {
	width: 100%;
}
#field_2_5 .gfield_label, #field_2_7 .gfield_label {
	font-size: 22px;
	color: #ff8000;
}
#field_2_8 {
	margin-top: 0;
	padding: 0;
}
#field_3_53 {
	border-top: 1px solid #eee;
	margin-top: 20px;
	padding-top: 20px;
}
#field_3_53 .gfield_label {
	font-weight: 400;
	font-size: 22px;
	margin-bottom: 15px;
	color: #ff8000
}
#input_3_53 li {
	border: 1px solid #ccc;
	margin: -1px 0;
}
#input_3_53 label {
	display: block;
	margin: 0;
	max-width: 100%;
}
#input_3_53 input {
	position: absolute;
	width: 100% !important;
	height: 100%;
	top: 0;
	left: 8px;
	margin: 0;
}
#input_3_53 span {
	font-size: 25px;
	font-weight: 700;
	width: 80px;
	height: 60px;
	border-right: 1px solid #ccc;
	display: inline-grid;
	margin: 0 20px 0 40px;
	align-items: center;
}
#input_3_53 li:last-child label {
	font-size: 24px;
	font-weight: 700 !important;
	padding: 10px 20px;
	padding-left: 38px;
}
#field_3_54 {
	position: relative;
	top: -60px;
	right: -140px;
	width: calc(100% - 140px)
}
#field_3_54 input {
	border: none;
	background: #eee;
}
#field_3_52 {
	font-size: 18px;
	font-weight: 700;
}
#field_4_1 label {
	display: none;
}
table td.closed {
	background: #999;
	color: #fff;
}
table td.course-header {
	background-color: #ffa64c !important;
	color: #fff;
}
.nomargin p {
	margin-bottom: 2px;
}
ul.list-normal {
	margin: 0;
	padding: 0;
	padding-left: 16px;
}
/* ---------------------------------------------
					Ratio
---------------------------------------------- */
.ratio {
	margin: 10px auto;
	position: relative;
}
.ratio:before {
	display: block;
	content: " ";
	width: 100%;
 padding-top: calc((1 / 1.78) * 100%);
}
.ratio iframe {
	position: absolute;
	top: 0;
}
.ratio img {
	position: absolute;
	top: 0;
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 100%;
}
.event_template h1 a {
	color: #6d6e71;
*/ 	/* font-size: 35px; */
	font-size: 28px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	margin: 0px;
	padding-bottom: 15px;
	color: #ff8000;
}
.event_template h1 {
	margin-top: 30px;
}
.event_template h1 a:hover, .event_template h1 a:focus {
	color: #ff8000;
	text-decoration: none;
}
.event_template .author {
	display: none;
}
.event_template .date {
	font-size: 14px;
	color: #58595b;
}
.greySubTxt {
	color: #6d6e71!important;
}
.blackFontForm input {
	color: black;
}
.gform_wrapper .gfield_label .gfield_required {
	color: #ff8000;
}