@font-face {
    font-family: '911Fonts_com_CenturyGothicRegular_911fonts_com_fonts_mhpY_1';
    src: url('../fonts/911Fonts_com_CenturyGothicRegular_911fonts_com_fonts_mhpY_1.eot');
    src: url('../fonts/911Fonts_com_CenturyGothicRegular_911fonts_com_fonts_mhpY_1.eot') format('embedded-opentype'),
         url('../fonts/911Fonts_com_CenturyGothicRegular_911fonts_com_fonts_mhpY_1.woff2') format('woff2'),
         url('../fonts/911Fonts_com_CenturyGothicRegular_911fonts_com_fonts_mhpY_1.woff') format('woff'),
         url('../fonts/911Fonts_com_CenturyGothicRegular_911fonts_com_fonts_mhpY_1.ttf') format('truetype'),
         url('../fonts/911Fonts_com_CenturyGothicRegular_911fonts_com_fonts_mhpY_1.svg#911Fonts_com_CenturyGothicRegular_911fonts_com_fonts_mhpY_1') format('svg');
}

body {
	background:#ffffff;
	font-size: 14px;
	font-family: '911Fonts_com_CenturyGothicRegular_911fonts_com_fonts_mhpY_1';
	margin: 0px 0px 70px;
}
ol,ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
a {
	color:#333;
	display: inline-block;
	text-decoration: none;
	transition: all 0.5s ease-in-out 0s;
			-webkit-transition: all 0.5s ease-in-out 0s;
					-moz-transition: all 0.5s ease-in-out 0s;
						-ms-transition: all 0.5s ease-in-out 0s;
							-o-transition: all 0.5s ease-in-out 0s;
}
a:hover, a:focus {
	text-decoration: none;
	outline: 0 none;
}
.btn {
	transition: all 0.5s ease-in-out 0s;
			-webkit-transition: all 0.5s ease-in-out 0s;
					-moz-transition: all 0.5s ease-in-out 0s;
						-ms-transition: all 0.5s ease-in-out 0s;
							-o-transition: all 0.5s ease-in-out 0s;
}
.btn:hover, .btn:focus {
	outline: 0 none;
}
i {
	display: inline-block;
}
img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
}

/*sticky footer use when the page height is 2117px*/
/*sticky footer*/
html {
  min-height: 100%;
  position: relative;
  /* The html and body elements cannot have any padding or margin. */
}

/* Set the fixed height of the footer here */
.footer {
  position: absolute;
  bottom: 0;
  height: 70px;
  width: 100%;
}
.footer-top {
	background-color: #48255e;
}
.footer-inner {
	padding: 30px 0px 20px;
}
.footr-heading{
	color: #fff;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
	font-family: 'Ebrima';
	font-size: 21px;
}
.locate-inr p{
	color: #fff;
	margin-bottom: 0px;
}
.locate-inr h5{
	color: #fff;
}
.locate-inr ul li{
	color: #fff;
}
.footr-mnu-grid-outr ul li a{
	color: #fff;
}
.footr-mnu-grid-outr ul li{
	position: relative;
	padding-left: 11px;
}
.footr-mnu-grid-outr ul li:before{
	content:"";
	height: 4px;
	width: 4px;
	background:#fff;
	border-radius: 50%;
	position: absolute;
	left: 0px;
	top:8px;
}
.footr-mnu-grid-outr ul li + li{
	margin-top: 15px;
}
.footr-mnu-grid-outr ul{
	float: left;
	width: 50%;
}
.footr-contact-mnu{
	margin-top: 8px;
}
.footr-contact-mnu li a{
	color: #fff;
}
.footr-contact-mnu li+li{
	margin-top: 5px;
}
.news-form-inr p{
	color: #fff;
}
.news-form .form-control{
	height: 43px;
	border-radius: 0px;
	font-size: 13px;
}
.btn-send{
	background: #f38120;
	width: 122px;
	height: 43px;
	border-radius: 0px;
	color: #fff;
}
.footr-bottom{
	background: #20093f;
}
.social-mnu li{
	display: inline-block;
	vertical-align: middle;
}
.social-mnu li a{
	color: #fff;
}
.social-mnu li + li{
	margin-left: 21px;
}
.footr-bottom-inr{
	padding: 14px 0px;
}
.powered-outr p{
	margin-bottom: 0px;
	color: #706284;
	font-family: 'Ebrima';
}
.footr-logo-inr{
	padding: 36px 0px;
}
/*sticky footer*/

/*drop down menu*/
/*drop down menu*/
.nav li.dropdown {
    position: relative;
}
.nav li.dropdown a i {
	margin-left: 5px;
}
.dropdown-menu li {
	padding-bottom: 1px;
}
.dropdown-menu {
	margin-top: 0px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	/*background: #2d2d2d none repeat scroll 0 0 !important;*/
}
.navbar-nav .open .dropdown-menu {
	background: #fff;
}

@media (min-width: 768px){
.nav > li.dropdown:hover > .dropdown-menu {
	display: block;
}
.mega-menu > li.dropdown > ul > li.dropdown-submenu:hover > .dropdown-menu {
  display: block;
  left: 100%;
  top: -2px;
}
.nav > li.dropdown.open > .dropdown-menu {
	display: none;
}
.navbar-right.mega-menu .dropdown-menu {
	left: -100% !important;
}
}
/*drop down menu responsive */
@media (max-width: 767px) {
	
	  .dropdown-menu {
	  	position: relative;
	  	top: 0;
	  	width: 100%;
	  }
	  
	  .mega-menu > .dropdown-toggle {
	position: relative;
	/*float: right;*/
	font-style: normal !important;
	/*width: 15px;*/
	z-index: 10;
	line-height: 32px;
	/*top:17px;*/
	cursor: pointer;
}
.mega-menu .dropdown-toggle::after {
  content: "";
  font-family: "FontAwesome";
  font-size: 17px;
  /*font-weight: 300;*/
  line-height: 1;
  margin-top: -7px;
  position: absolute;
  right: 25px;
  top: 18px;
  color:#ee8a26 !important;
  /*border: 1px solid #ee8a26;
  padding: 2px 10px;
  border-radius: 5px; */
  /*font-weight: bold;*/
}
.dropdown.open > .dropdown-toggle::after {
  content: "";
}
.dropdown-submenu .dropdown-toggle::after {
  content: "";
  font-family: "FontAwesome";
  font-size: 17px;
  /*font-weight: 300;*/
  line-height: 1;
  margin-top: -7px;
  position: absolute;
   top: 13px;
   right: 25px;
  /*right: 0px;*/
  
  color:#ee8a26 !important;
}

.dropdown-submenu.open .dropdown-toggle::after {
	content: "";
}
.menu > li > a {
	padding: 10px 15px !important;
}
.menu > li {
	margin-bottom: 1px;
}
	 
}
/*drop down menu responsive*/
/*drop down menu responsive*/

.topbar-outr{
	background: #f0f0f0;
}
.top-phone-outr{
	padding: 2px 0px;
}
.top-phone-mnu li a i{
	width: 19px;
	height: 17px;
	vertical-align: -20%;
}
.top-phone-mnu li a{
	color: #7c7c7c;
}
.top-phone-mnu li a:hover{
	color: #3b205f;
}
.top-phone-mnu li{
	display: inline-block;
	vertical-align: middle;
}
.top-phone-mnu li + li{
	margin-left: 10px;
}
.phone-icon{
	background: url("../images/phone-icon.png") no-repeat center center;
}
.email-icon{
	background: url("../images/email-icon.png") no-repeat center center;
}
.app-btn{
	height: 27px;
	width: 177px;
	background: #f4811f;
	color: #fff;
	font-size: 12px;
	line-height:27px;
	text-align: center;
	 font-family: '911Fonts_com_CenturyGothicRegular_911fonts_com_fonts_mhpY_1';
}
.navbar-outr{
	background: #48255e;
}
.logo{
	padding: 0px;
}
.navbar-inr{
	margin: 0px -15px;
}
.menu-bar{
	padding-top: 0px;
	padding-bottom: 0px;
}
.home-icon{
	width: 24px;
	height: 20px;
	background: url("../images/home-white.png") no-repeat center center;
	vertical-align: -20%;
}
.menu li:hover .home-icon{
	background: url("../images/home-hover.png") no-repeat center center;
}
.menu li.active .home-icon{
	background: url("../images/home-hover.png") no-repeat center center;
}
.menu li a{
	color: #fff !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
}
.menu li:hover a{
	color: #fe7500 !important;
}
.menu li.active a{
	color: #fe7500 !important;
}
.menu li{
	position: relative;
	padding-left: 1px;
}
.menu li:before{
	content:"|";
	color: #fff;
	position: absolute;
	left: -4px;
	top:7px;
}
.menu li:first-child:before{
	content:"";
}
.menu{
	margin-right: -10px;
}
.carousel-indicators li{
	width: 20px;
	height: 18px;
	background: #fff;
	border: 1px solid #000;
	margin: 0px 5px;
}
.carousel-indicators li.active{
	border-color: #2c317a;
	background: #2c317a;
}

.slidr-caption{
	padding: 0px;
	width: 1140px;
    left: 50% !important;
	bottom: 30px;
	right: auto !important;
	text-align: left !important;
	transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
			-moz-transform: translateX(-50%);
}
.slidr-caption-inr{
	background: #3b205f;
	max-width: 608px;
}
.slidr-caption-inr h2{
	font-family: 'Ebrima';
	font-size: 32px;
	padding: 30px 20px;
	margin-bottom: 0px;
	display: inline-block;
	border-right: 4px solid #f38120;
	margin-right: 10px;
}
.slider-outr{
	position: relative;
}
.slidr-form-inr{
	background: #f4811f;
	padding: 3px 48px 10px;
	width: 370px;
}
.slidr-form-inr h2{
	font-family: 'Calibri';
	color: #fff;
	text-transform: uppercase;
}
.slidr-form .form-control{
	border-radius: 0px;
	font-size: 12px;
	height: 44px;
	color: #707070;
}
.slidr-form textarea.form-control{
	height: 107px;
	resize: none;
} 
.btn-submit{
	background: #3b205f;
	border-radius: 0px;
	color: #fff;
}
.carousel-inner .carousel-item > img{
	height: 400px;
	width: 100%;
}
.slidr-form-outr{
	position: absolute;
	right:0;
	top:0;
}

.why-sec-inr{
	text-align: center;
}
.heading h2{
	text-align: center;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.heading h2:before{
	content:"";
	width: 250px;
	height: 1px;
	border-top: 1px solid #3b205f;
	position: absolute;
	left: 50%;
	bottom:0;
	transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
			-moz-transform: translateX(-50%);
}
.heading h2:after{
	 content:"";
	 width: 0;
      height: 0;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      border-top: 8px solid #3b205f;
	  position: absolute;
	left: 50%;
	bottom:-8px;
	transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
			-moz-transform: translateX(-50%);
}
.why-sec-inr{
	padding: 20px 0px 20px;
}

.why-box-inr h3{
	font-family:'Ebrima';
	font-size: 14px;
	color: #3b205f;
	margin-top: 10px;
	text-transform: uppercase;
}
.why-box-inr h3{
	position: relative;
	padding-bottom: 10px;
}
.why-box-inr h3:before{
	content:"";
	width: 34px;
	height: 1px;
	border-top: 1px solid #3b205f;
	position: absolute;
	left: 50%;
	bottom:0;
	transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
			-moz-transform: translateX(-50%);
}
.why-box-outr{
	padding: 0px 10px;
}
.why-grid-outr .row{
	margin: 0px -10px;
}
.why-sec-outr{
	background: #f3eded;
}
.welcome-img-inr{
	padding: 10px;
	border: 1px solid #d6d6d6;
}
.welcome-heading h2{
	font-size: 23px;
	color: #333333;
	font-family: 'Ebrima';
}
.welcome-heading h3{
	font-size: 33px;
	color: #3b205f;
	font-family: 'Ebrima';
}
.welcome-heading{
	padding-left: 15px;
	border-left: 4px solid #2c317a;
	margin-bottom: 15px;
}
.welcome-txt-inr ul{
	list-style-type: disc;
	padding-left: 20px;
}
.welcome-txt-inr ul li +li{
	margin-top: 5px;
}
.welcome-txt-inr p{
	font-size: 13px;
}
.welcome-txt-inr ul li{
	font-size: 13px;
}


.read-link{
	border-bottom: 1px solid #3b205f;
	padding-bottom: 2px;
	color:#3b205f; 
}
.read-link:hover{
	color: #f4811f;
	border-color: #f4811f;
}
.welcome-inr{
	padding: 30px 0px;
}

.voice-student-outr{
	background: url("../images/student-bg.png") no-repeat center center;
	height: 281px;
	background-size: cover;
}
.overlay{
	background: rgba(245,148,53,0.8);
	height: 281px;
}

.latest-inr{
	padding: 30px 0px;
	position: relative;
}
.latest-item-inr{
	padding: 17px;
	border: 1px solid #bababa;
	text-align: center;
}
.latest-item-txt{
	padding-top: 15px;
}
.latest-item-txt h3{
	font-family: 'Ebrima';
	color: #2c317a;
	font-size: 21px;
	position: relative;
	padding-bottom: 10px;
	position: relative;
}
.latest-item-txt h3:before{
	content:"";
	width: 111px;
	height: 1px;
	border-top: 1px solid #2c317a;
	position: absolute;
	left: 50%;
	bottom:0;
	transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
			-moz-transform: translateX(-50%);
}
.latest-item-txt p{
	font-size: 13px;
}
.latest-read-btn{
	background: #fff;
	border: 1px solid #bababa;
	border-radius: 10px;
	height: 25px;
	line-height: 23px;
	width: 109px;
	font-size: 13px;
	text-decoration: underline;
	color: #000;
	position:absolute;
	left:50%;
	bottom:18px;
	transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
			-moz-transform: translateX(-50%);
}
.latest-slidr-outr .item{
	padding-bottom: 30px;
}
.latest-slidr-outr{
	margin-top: 25px;
}
.logo-slidr-outr .item{
	text-align: center;
}
.logo-slidr-outr .item img{
	display: inline-block !important;
	width: auto !important;
}

.voice-student-inr{
	padding: 10px 0px;
}
.voice-student-inr .heading h2{
	color: #fff;
}
.voice-student-inr .heading h2:before{
	border-color: #fff;
}
.voice-student-inr .heading h2:after{
	border-top-color: #fff;
}
.voice-student-img{
	height: 150px;
	width: 150px;
	border: 4px solid #fff;
	border-radius: 50%;
}
.voice-student-img-inr{
	text-align: center;
}
.voice-student-txt-inr p{
	color: #fff;
	font-family: 'Ebrima';
}
.voice-student-txt-inr{
	position: relative;
	padding: 40px 60px;
	text-align: center;
}
.voice-student-txt-inr:before{
	content:"";
	background: url("../images/voice-quote-left-arrow.png") no-repeat center center;
	width: 48px;
	height: 33px;
	position: absolute;
	left:0;
	top:0;
}
.voice-student-txt-inr:after{
	content:"";
	background: url("../images/voice-quote-right-arrow.png") no-repeat center center;
	width: 48px;
	height: 33px;
	position: absolute;
	right:0;
	bottom:60px;
}
.voice-student-nme-outr{
	text-align: right;
	color: #fff;
}
.voice-student-nme-outr span{
	padding: 0px 10px;
	font-family: 'Ebrima';
	font-size: 22px;
}
.voice-student-nme-outr span + span{
	border-left: 1px solid #fff;
}
.slidr-form-inr{
	position: relative;
}
.slidr-form-inr:before {
    content: "";
    background: url(../images/slidr-form-bg.png) no-repeat center center;
    width: 370px;
    height: 174px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.slidr-form{
	position: relative;
}
.voice-slidr-outr .owl-nav button{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
			-moz-transform: translateY(-50%);
}
.voice-slidr-outr .owl-nav button i{
	font-size: 0px;
	width: 32px;
	height: 60px;
}
.voice-slidr-outr .owl-nav button.owl-prev i{
	background: url("../images/testimonal-left-arrow.png") no-repeat center center;
}
.voice-slidr-outr .owl-nav button.owl-next i{
	background: url("../images/testimonal-right-arrow.png") no-repeat center center;
}
.voice-slidr-outr .owl-nav button.owl-prev{
	left: -50px;
}
.voice-slidr-outr .owl-nav button.owl-next{
	right: -50px;
}
.owl-theme .owl-nav [class*=owl-]:hover{
	background: transparent !important;
}
textarea.form-control{
	resize: none;
}
.addr-box p {
    margin-bottom: 0px;
}
.addr-box:before {
    content: "\f041";
    font-family: FontAwesome;
    color: #3e2463;
    border: 1px solid #3e2463;
    height: 40px;
    width: 40px;
    font-size: 25px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.addr-box + .addr-box {
    margin-top: 20px;
}
.addr-box {
    position: relative;
    padding-left: 60px;
    min-height: 40px;
}
.addr-txt:before {
    top: 5px;
    transform: none;
}
.phone-box:before {
    content: "\f095";
}
.email-box:before {
    content: "\f0e0";
}
.email-box p {
    line-height: 40px;
}
.address-grid-inr{
	margin-top: 28px;
}
.contact-grid-inr{
	padding: 30px 0px;
}
.get-form-inr textarea{
    height: 206px;	
}
.course-detail-pge-inr{
	padding: 30px 0px;
}

.course-detail-grid-outr .latest-item-inr{
	padding-top: 0px;
	margin-top: 25px;
}
.course-detail-grid-outr .latest-item-inr .latest-item-img{
	margin: 0px -20px;
}
.course-detail-grid-outr .latest-item-inr .latest-item-img img{
	width: 100%;
}
.course-baner-outr{
	height: 350px;
	background-size:cover;
}
.usp-content-outr{
	margin-top: 20px;
}
.usp-content-outr ul{
	list-style-type: disc;
	padding-left: 20px;
}
.usp-content-outr ul li + li{
	margin-top: 10px;
}
.partner-grid-outr .latest-item-inr .latest-item-img img{
	width: auto;
}
.partner-grid-outr .latest-item-inr .latest-item-img{
	border-bottom: 1px solid #bababa;
	line-height: 200px;
}
.pge-heading{
	text-align: center
}
.partner-box-outr .latest-item-inr{
  padding-left: 20px;
  padding-right: 20px;
}
.partner-box-outr .latest-item-img{
	height: 200px;
	
}
.partner-box-outr .latest-item-img img{
	max-height:190px;
}

.gallery-img-grid-inr .fancybox-img-outr {
    margin-top: 18px;
	height: 200px;
	line-height: 200px;
	text-align:center;
}
.fancybox-img-outr {
	border: 4px solid #ddd;
	position: relative;
	overflow: hidden;
}
.fancybox-img-outr:hover .post-img-detail {
	opacity: 1;
	left: 0;
}
.post-img-detail {
	position: absolute;
	left: -100%;
	right: auto;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.8);
	opacity: 0;
	width: 100%;
	text-align: center;
}
.gallery-img-grid-inr{
	margin-bottom: 20px;
}
.fancybox-img-outr .post-img-detail {
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
}
.post-img-detail a {
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	border: 1px solid #fff;
}
.gallery-img-grid-inr .fancybox-img-outr img{
	height: auto;
	max-height: 200px;
}
.logo-slidr-outr .item img{
	display: inline-block;
	width: auto !important;
	max-height: 200px;
}
.logo-slidr-outr .item{
	height: 200px;
	line-height: 200px;
}
.why-box-inr p{
	text-align: left;
}
.why-box-inr ul{
	text-align: left;
	list-style-type: disc;
	padding-left: 15px;
}