body {
	margin:0px;
	padding:0px;
	font-family: 'Roboto', sans-serif;
	overflow-x:hidden;
	position:relative;
	color:#222;
	font-weight:400;
}
a {
	color: #8c8989;
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
/*.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {

		

		border-color:none;

	}*/

	 ul {
	list-style: none;
	margin: 0;
	padding:0;
}
a:focus, a:hover, a:active {
	text-decoration:none;
	color: #006cb7;
	outline:none;
}
.spacer5 {
	width:100%;
	float:left;
	padding:5px;
}
.spacer10 {
	width:100%;
	float:left;
	padding:10px;
}
.spacer15 {
	width:100%;
	float:left;
	padding:15px;
}
.spacer20 {
	width:100%;
	float:left;
	padding:20px;
}
.link {
	color:#f5ca20;
}
.link:hover, .link:focus {
	color:#333;
}
.facebook-thank img {
	width:40%;
	margin:20px 0px 0px;
}
.red {
	color:#F00;
}
.table-bordered>tbody>tr>td {
	color:#111;
}
.cnt-btn {
	padding:6px 16px 7px;
	background:#f5ca20;
	color:#fff;
	font-size:16px;
	border-radius:4px;
	margin-right:6px;
}
.cnt-btn:hover, .cnt-btn:focus {
	background:#333;
	color:#fff;
}
.aply-btn {
	padding:6px 16px 7px;
	background:#333;
	color:#fff;
	font-size:16px;
	border-radius:4px;
	margin-right:6px;
}
.aply-btn:hover, .aply-btn:focus {
	background:#f5ca20;
	color:#fff;
}
#scrool-top {
	background:#f5ca20 none repeat scroll 0 0;
	border: 0 none;
	border-radius: 50%;
	bottom: 50px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
	color: #fff;
	height: 40px;
	line-height: 40px;
	opacity: 0;
	position: fixed;
	right: 40px;
	text-align: center;
	transition: opacity 0.2s ease-out 0s;
	width: 40px;
	z-index: 9999;
}
#scrool-top i {
	color: #fff;
}
.show {
	display: block !important;
}
#scrool-top.show {
	opacity: 1;
}
/**************end common*******************/

.header-top {
	background-color: #222222;
}
ul.htp-addresss li {
	display: inline-block;
	font-size: 14px;
	font-weight: 300;
	color: #ffffff;
	margin-right:15px;
	line-height:47px;
}
ul.htp-addresss li i {
	margin-right: 8px;
}
ul.htp-addresss li a {
	color:#fff;
}
ul.htp-addresss li a:hover, ul.htp-addresss li a:focus {
	color:#f5ca20;
}
ul.htp-social {
	text-align: right;
}
ul.htp-social li {
	display: inline-block;
}
ul.htp-social li a {
	display: block;
	height: 30px;
	width: 30px;
	border: 1px solid #fff;
	border-radius: 2px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 14px;
	margin: 9px 3px;
}
ul.htp-social li:last-child a {
	margin-right: 0;
}
ul.htp-social li a:hover {
	background-color: #f5ca20;
	border: 1px solid #f5ca20;
}
/*============================================

* END Header Top

*=============================================*/



/*============================================

* 1.2 Header Bottom

*=============================================*/



.header-bottom {
	position: relative;
	height: 78px;
}
.hb-inner {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	background-color: #fff;
}
.sticky-header .hb-inner {
	position: fixed;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.logo {
	display: block;
	padding: 5px 0px 0px;
}
.logo a {
	display: inline-block;
}
.logo a img {
	max-width: 100%;
}
.main-menu nav ul {
	text-align: right;
}
.main-menu nav ul li {
	display: inline-block;
	position: relative;
}
.main-menu nav ul li a {
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #222222;
	letter-spacing: 0;
	text-transform: capitalize;
	padding: 30px 20px;
}
.main-menu nav ul li:last-child a {
	padding-right: 0;
}
.main-menu nav ul li:hover>a,  .main-menu nav ul li.active>a {
	color: #f5ca20;
}
.main-menu nav .submenu {
	position: absolute;
	left: 0;
	top: 78px;
	z-index: 5;
	width:210px;
	padding: 4px 0px;
	text-align: left;
	background-color: #fff;
	transform-origin: top;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.main-menu nav ul li:hover>.submenu {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
}
.main-menu nav .submenu li {
	display: block;
}
.main-menu nav .submenu li a {
	padding: 11px 20px;
	font-weight: 500;
}
.htp-register-btn {
	text-align: right;
	margin-top:20px;
}
.htp-register-btn a {
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	background: #f5ca20;
	display: inline-block;
	width: 110px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	max-width: 100%;
	border-radius: 3px;
}
.htp-register-btn a:hover {
	background-color: #222222;
}
/*mobile menu start*/

.col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.slicknav_menu .slicknav_menutxt {
	display: none;
}
.slicknav_menu {
	background: transparent;
	padding: 0;
}
.slicknav_menu .slicknav_icon-bar {
	height: 4px;
	width: 27px;
	margin: 4px 0px;
	background-color: #f5ca20;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.slicknav_btn {
	background-color: transparent;
	position: relative;
	margin-top: -46px;
}
 .slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(2) {
 opacity: 0;
}
 .slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(1) {
 -webkit-transform: rotate(45deg) translate(2px, 10px);
 transform: rotate(45deg) translate(2px, 10px);
}
 .slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(3) {
 -webkit-transform: rotate(-45deg) translateY(-9px);
 transform: rotate(-45deg) translateY(-9px);
}
.slicknav_nav {
	margin: 0px;
	padding: 16px 0px 18px;
	background-color: #222;
}
.slicknav_nav a:hover,  .slicknav_nav a:visited {
	background: #f5ca20 none repeat scroll 0 0;
	border-radius: 0;
	color: #fff;
}
.slicknav_nav .slicknav_arrow {
	float: right;
}
.slicknav_nav>a {
	font-size: 14px;
	letter-spacing: 0.01em;
}
.slicknav_menu>a {
	position: relative;
	top: -19px;
	cursor: pointer;
}
.slicknav_nav .slicknav_row:hover {
	border-radius: 0;
	background: #444;
}
.slicknav_nav li.active>a>a {
	color: #ffb607;
}
.d-lg-none {
	display: none!important;
}

/*============================================

* END Header Bottom

*=============================================*/

/***************end top news*********************/

@-webkit-keyframes zoom {
 from {
 -webkit-transform: scale(1.3, 1.3);
}
to {
	-webkit-transform: scale(1, 1);
}
}
 @keyframes zoom {
 from {
 transform: scale(1.3, 1.3);
}
to {
	transform: scale(1, 1);
}
}
.carousel-inner .item > img {
	-webkit-animation: zoom 20s;
	animation: zoom 20s;
}
.banner-apply-box {
	position:absolute;
	content:'';
	top:14%;
	left:5%;
	width:40%;
}
.banner-apply-wrap {
	background: rgba(255, 182, 6, 0.7);
	padding:20px;
}
/**************  end slider**************/

.course-subscription-area {
	position: relative;
	z-index: 5;
}
.course-subscription {
	background: #f58220 url(../images/pie-face.png);
	padding: 30px 35px;
	border-radius: 5px;
	margin-top: -40px;
}
.course-subscription p {
	margin:0px;
	background:#fff;
	padding:2px;
	border-radius: 5px;
}
/***********end course subscription***********/

.ptb--100 {
	padding: 40px 0;
}
.single-feature {
	border: 1px solid #e9e0e0;
	padding: 15px 20px;
	position: relative;
	z-index: 1;
}
.single-feature:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
	opacity: 0;
	background:url(../images/backimg.jpg) center center/cover no-repeat;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.single-feature:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
	opacity: 0;
	background: rgba(27, 27, 27, 0.9);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.single-feature:hover:before,  .single-feature:hover:after {
	opacity: 1;
}
.single-feature .icon {
	font-size: 57px;
	color: #f5ca20;
	margin-bottom: 0px;
}
.single-feature h4 {
	font-size: 20px;
	font-weight: 500;
	color: #222222;
	letter-spacing: 0;
	margin-bottom: 13px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.single-feature p {
	color: #515151;
	text-align:justify;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.single-feature:hover h4,  .single-feature:hover p {
	color: #fff;
}
/*************end single-feature******************/

/*============================================

* 1.6 Populer Course

*=============================================*/

.populer-course {
	width:100%;
	position:relative;
	padding:0px 0px 40px;
}
.section-title {
	text-align: center;
	margin-bottom: 60px;
}
.section-title h1 {
	font-size: 36px;
	font-weight: 500;
	color: #222222;
	letter-spacing: 0;
	margin-bottom: 20px;
	line-height: 30px;
}
.section-title p {
	font-size: 14px;
	font-weight: 300;
	color: #515151;
	letter-spacing: 0;
}
.single-course {
	overflow: hidden;
	border: 1px solid #e9e0e0;
	border-radius: 0px 0px 8px 8px;
	margin-bottom:20px;
}
.course-thumb {
	display: block;
	border-radius: 0px 0px 5px 5px;
	overflow: hidden;
}
.course-thumb a {
	display: inline-block;
}
.course-thumb a img {
	width: 100%;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.single-course:hover .course-thumb a img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.course-content {
	position: relative;
	z-index: 1;
	margin-top: -14px;
	padding: 0px 15px 0px 30px;
}
.course-feee {
	display: inline-block;
	background: #f5ca20;
	border: 2px solid #fff;
	border-radius: 23px;
	color: #fff;
	letter-spacing: 0;
	justify-content: space-between;
}
.course-feee span {
	display: inline-block;
	padding: 4px 0;
	width: 150px;
	text-align: center;
	font-size:13px;
	font-weight:300;
}
.course-feee span:last-child {
	border-left: 2px solid #fff;
	width:130px;
}
.course-feee span:first-child {
	border-right: 2px solid #fff;
}
.course-content h3 a {
	display: block;
	font-size: 19px;
	color: #222222;
	font-weight: 500;
	margin: 17px 0px 17px;
	letter-spacing: 0;
}
.course-content h3 a:hover {
	color: #f5ca20;
}
.course-content p {
	font-size: 16px;
	font-weight: 300;
	color: #515151;
	letter-spacing: 0;
	line-height: 28px;
	margin-bottom: 24px;
}
/*============================================

* END Populer Course

*=============================================*/



/*============================================

* 1.7 Callto Action

*=============================================*/

.p-0 {
	padding: 0!important;
}
.callto-action {
	position: relative;
	z-index: 1;
	background: #202020 url(../images/pie-face.png);
}
.callto-action:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 20%;
	z-index: -1;
	background: #fdb506 url(../images/pie-face.png);
}
.cta-left {
	position: relative;
	z-index: 1;
	padding: 10px 0px;
	padding-right: 10%;
}
.cta-left-inner {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
	overflow: hidden;
	-webkit-transform: skew(32deg);
	-ms-transform: skew(32deg);
	-o-transform: skew(32deg);
	transform: skew(32deg);
	border-right: 10px solid #fff;
}
.cta-left-inner:before {
	content: '';
	position: absolute;
	right: -40%;
	top: 0;
	height: 100%;
	width: 140%;
	z-index: -1;
	-webkit-transform: skew(-32deg);
	-ms-transform: skew(-32deg);
	-o-transform: skew(-32deg);
	transform: skew(-32deg);
	background: #fdb506 url(../images/pie-face.png);
}
.cta-left h2 {
	font-size: 32px;
	font-weight: 600;
	color: #ffffff;
	letter-spacing: 0;
	line-height: 35px;
	margin-bottom: 21px;
}
.cta-left a {
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	background: #222222;
	display: inline-block;
	width: 150px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	letter-spacing: 0.02em;
	max-width: 100%;
	border-radius: 3px;
}
.cta-left a i {
	margin-left: 6px;
}
.cta-left a:hover {
	background-color: #fff;
	color: #222;
}
.cta-right {
	display: flex;
	flex-wrap: wrap;
	padding-left: 100px;
	margin-top:44px;
	justify-content: space-between;
}
.cta-count-single {
	text-align: center;
}
.cta-count-single .icon {
	height: 70px;
	width: 70px;
	font-size: 59px;
	background: #fff;
	color: #222;
	text-align: center;
	line-height: 70px;
	border-radius: 3px;
	margin: auto;
	margin-bottom: 9px;
}
.cta-count-single span {
	display: block;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	letter-spacing: 0;
}
/*============================================

* END Callto Action

*=============================================*/

.tefl-india {
	width:100%;
	position:relative;
	display:block;
	background:#e2e2e3;
	padding:30px 0 50px;
}
.teft-title {
	color: #222;
	position: relative;
	z-index: 2;
	margin-bottom:20px;
}
h3.teft-title {
	font-size:24px;
}
#accordion .panel {
	border: none;
	box-shadow: none;
	border-radius: 0;
	margin-bottom: -5px;
}
#accordion .panel:last-child {
	border-bottom: none;
}
#accordion .panel-heading {
	padding: 0;
	border-radius: 0;
}
#accordion .panel-title a {
	display: block;
	padding: 15px 20px 15px 30px;
	background: #fd6204;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	border: none;
	-webkit-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	box-shadow: inset 0px 0px 9px 3px rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: inset 0px 0px 9px 3px rgba(0, 0, 0, 0.08);
}
#accordion .panel-body {
	padding: 25px 20px 15px 40px;
	color: #111;
	line-height: 28px;
	background: url(../images/pie-face1.png) #fff;
	border: none;
	position: relative;
}
#accordion .panel-body:before {
	content: "";
	border-top: 15px solid #fd6204;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	position: absolute;
	top: 0;
	left: 30px;
}
#accordion .panel-body p {
	text-align:justify;
}
/*******end accordian********/

.img-slide-wrap {
	width:100%;
	position:relative;
	display:block;
}
.img-slide-bx>img {
	width: 100%;
}
 .img-slide-bx::before {
 background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
 content: "";
 height: 30%;
 position: absolute;
 width: 100%;
 z-index: 50;
 bottom:0;
}
.img-slide-cnt {
	position: relative;
	background: #fff;
}
.img-slide-cnt h4 {
	font-weight:400;
	height: 100%;
	left: 0;
	position: absolute;
	text-align: center;
	bottom:30px;
	width: 100%;
	z-index: 500;
	color:#fff;
	margin: 0;
	padding: 0px 10px 20px;
}
.scroll-text-wrap {
	width:100%;
	display:block;
	background:url(../images/pie-face.png) #fff;
	padding:12px 20px 20px;
	border-radius: 10px;
	box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.2);
}
.scroll-text-wrap h4 {
	color:#222222;
	margin-bottom:15px;
}
.scroll-text-wrap p {
	text-align:justify;
	font-size:15px;
}
.scroll-text-img {
	float:left;
	max-width:100%;
	margin-right:10px;
	border:4px solid #fff;
	border-radius:3px;
	position:relative;
}
.scroll-text-img:before {
	pointer-events: none;
	position: absolute;
	content: '';
	top: 99%;
	left: 5%;
	height: 10px;
	width: 90%;
	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, .45) 0%, transparent 80%);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, .45) 0%, transparent 80%);
}
.scroll-text-img img {
	width:auto!important;
}
.owl-prev:before {
	font-family: 'IcoFont' !important;
	content: "\eb36";
	font-size: 36px;
	line-height: 25px;
}
.owl-next:before {
	font-family: 'IcoFont' !important;
	content: "\eb37";
	font-size: 36px;
	line-height: 25px;
}
.owl-prev {
	height: 36px;
	left: 10px;
	bottom:30px;
	bottom:inherit;
	position: absolute;
	border:none;
	font-size: 0;
	text-align: center;
	color:#f5ca20;
}
.owl-next {
	height: 36px;
	right: 10px;
	bottom:30px;
	bottom:inherit;
	width: 36px;
	position: absolute;
	border:none;
	border-radius: 100%;
	padding:5px;
 transition: .4s;
 -webkit-transition: .4s;
	font-size: 0;
	text-align: center;
	color:#f5ca20;
}
.owl-prev:hover, .owl-next:hover {
	border:none;
 transition: .4s;
 -webkit-transition: .4s;
	color:#ea040d;
	background:none;
}
.teflindia-scroll-text .owl-prev, .teflindia-scroll-text .owl-next {
	top:5px;
	bottom: inherit;
}
/***************end tefl india section******************/

.testimonials {
	padding: 20px 0 35px;
	position:relative;
}
.hm-title-bx {
	padding-bottom: 20px;
	position: relative;
	z-index: 2;
	margin-bottom: 30px;
	text-align:center;
	width:100%;
	float:left;
}
.hm-title-bx h2 {
	font-size:26px;
}
.hm-title-bx p {
	margin:0px;
}
.nav-tabs {
	border-bottom: none;
}
.tab-content {
	background:url(../images/pie-face.png) repeat #f2f2f2;
	padding-bottom:50px;
	border-radius:0px 0px 8px 8px;
}
.nav-tabs > li {
	padding-left: 10px;
}
.nav-tabs li:first-child {
	padding-left:0px;
}
.nav-tabs > li > a {
	font-size: 18px;
	color: #222;
	text-transform: uppercase;
	font-weight: 600;
	padding: 10px 45px;
	border: solid 1px #f5ca20!important;
	margin: 0;
	border-radius: 0px 0px 10px 10px!important;
	box-shadow:0px 5px 10px #ccc;
	-webkit-box-shadow:0px 5px 10px #ccc;
}
.nav-tabs > li.active > a:after {
	content: "";
	border-top: 10px solid #f5ca20;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	position: absolute;
	bottom: -10px;
	left: 43%;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	background: #f5ca20;
	background-size: cover;
	border: solid 1px #f5ca20!important;
	color: #fff;
	border-radius: 4px;
}
.nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
	background:#f5ca20;
	background-size: cover;
	border: solid 1px #f5ca20!important;
	color: #fff;
}
.testimonials .item {
	padding: 25px 20px 0 25px;
	margin-bottom:30px;
	text-align:center;
}
.testimonials h4 {
	color: #111;
	line-height: 24px;
	margin-bottom:5px;
}
.testimonials span {
	font-weight: 600;
	font-size:16px;
	color: #ea040d;
}
.testimonials p>strong {
	color:#f5ca20;
	font-weight:500;
}
.testimonials p {
	line-height: 24px;
	margin-top:5px;
	color:#000;
}
.testimonials .tes-img {
	text-align: center;
	margin: 20px 0 0 0;
}
.testimonials .tes-img img {
	background: #e2e3df;
	border-radius: 50%;
	border: 4px solid #ffffff;
	box-shadow: 0px 3px 10px #757575;
	-webkit-box-shadow: 0px 3px 10px #757575;
	width:auto;
	margin:auto;
}
.testimonials iframe {
	width:100%;
}
.pager li>a, .pager li>span {
	padding: 5px 14px 3px;
	color:#f5ca20;
}
.client-title {
	color:#040707;
	font-weight:500;
	margin-top:0px;
	padding-top:20px;
}
.client-logo {
	margin-top:15px;
}
.client-logo a {
	padding-right:10px;
}
/*****************end testimonial******************/

.client-logo-sec {
	width:100%;
	display:block;
	position:relative;
	background:url(../images/dots.png) repeat #f5ca20;
	padding:25px 10px;
}
.client-logo-sec p {
	padding:10px;
	background:#fff;
	border-radius:8px;
	margin-bottom:0px;
}
/********************end client logo section*******************/

.footer-sec {
	width:100%;
	position: relative;
	background:#111;
	color:#fff;
	display:block;
	padding:0px 0 30px;
}
.footer-sec>.container {
	width:95%;
}
.add-out-wrap {
	width:100%;
	position: relative;
	float:left;
	margin-bottom: 10px;
	z-index: 9;
	color:#fff;
}
.address-sec-wrap {
	padding: 25px 20px 10px;
	background: #f5ca20;
	box-shadow: 0px 34px 20px -5px rgba(0, 0, 0, 0.2) inset;
	-webkit-box-shadow: 0px 34px 20px -5px rgba(0, 0, 0, 0.2) inset;
	border-radius:0px 0px 15px 15px;
}
.ftr-wrap {
	width:100%;
	display:block;
	margin-bottom:20px;
}
.ftr-wrap .teft-title {
	color:#fff;
	font-size:20px;
	font-weight:300;
}
 .ftr-wrap .teft-title::before, .ftr-wrap .teft-title::after {
background:#f5ca20;
}
.ftr-link li {
	padding-bottom: 2px;
}
.ftr-link li a {
	padding-left: 20px;
	position: relative;
	color: #bbb;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.ftr-link li a:before {
	position: absolute;
	left: 0;
	top: 4px;
	content: '';
	border-left: 6px solid #f5ca20;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.ftr-link li a:hover {
	color:#f5ca20;
}
.ftr-link2 li {
	padding-bottom: 2px;
}
.ftr-link2 li a {
	position: relative;
	color: #eee;
	font-size:14px;
}
.ftr-link2 li a i {
	color:#f5ca20;
	padding-right:5px;
}
.ftr-link2 li a:hover {
	color:#f5ca20;
}
.ftr-bttom {
	width:100%;
	position:relative;
	background:#484848;
	padding:10px 0;
}
.ftr-btm-text {
	color:#fff;
	font-size:14px;
	margin-bottom:5px;
}
.ftr-btm-text a {
	color:#fff;
}
.ftr-btm-text a:hover, .ftr-btm-text a:focus {
	color:#f5ca20
}
/********************end footer****************/
.sub-banner2 {
	width:100%;
	position:relative;
	display:block;
	background:url(../images/banner.jpg)no-repeat center;
	background-size:cover;
	/*padding:80px 0px;*/
}
.sub-banner {
	width:100%;
	position:relative;
	display:block;
	background:url(../images/banner.jpg)no-repeat center;
	background-size:cover;
	 padding:80px 0px; 
}
.crumbs-inner h1 {
	font-size: 32px;
	color: #f5ca20;
	font-weight: 400;
	letter-spacing: 0;
	margin-bottom: 14px;
}
.crumbs-inner ul li {
	display: inline-block;
}
.crumbs-inner ul li a {
	position: relative;
	margin-right: 14px;
}
.crumbs-inner ul li a, .crumbs-inner ul li span {
	font-size: 15px;
	font-weight: 300;
	color: #ffffff;
	letter-spacing: 0;
	display: block;
}
.crumbs-inner ul li a:before {
	content: '-';
	position: absolute;
	right: -13px;
	top: 0;
}
/***************end sub banner part******************/

.inn-body {
	width:100%;
	position:relative;
	display:block;
	background:url(../images/pixel_weave.png) repeat;
	padding-bottom:100px;
}
.inn-wrap {
	width: 100%;
	position: relative;
	display: block;
	background: #fff9;
	border-radius:0px 0px 5px 5px;
	border: 1px solid #f5ca20;
	border-top:0px;
	box-shadow:0px 5px 15px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:0px 5px 15px rgba(0, 0, 0, 0.2);
	padding:30px 20px;
}
.inn-title {
	font-size: 26px;
	color: #333333;
	font-weight: 500;
	position: relative;
	padding-bottom: 16px;
	margin-bottom:25px;
	margin-top:0px;
}
.inn-title:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 40px;
	height: 6px;
	z-index: 1;
	background: #f8c000;
}
.inn-title:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 230px;
	height: 1px;
	background: #b7b7b7;
}
.inn-tab {
	margin-bottom: 25px;
}
.tab .nav-tabs {
	position: relative;
	border-bottom: none;
}
.inn-tab .tab .nav-tabs li {
	margin-right: -1px;
	border: 1px solid #d3d3d3!important;
	padding-left:0px;
}
.inn-tab .tab .nav-tabs li a {
	font-size: 14px;
	color: #222;
	font-weight:400!important;
	padding: 13px 15px;
	box-shadow:none!important;
	border-radius:0px!important;
	border:none!important;
	text-transform: inherit!important;
}
.inn-tab .tab .nav-tabs li a:hover {
	background: transparent;
	border-color: transparent;
}
.inn-tab .nav-tabs > li.active > a:after {
	display:none;
}
.inn-tab .tab .nav-tabs li.active:after {
	content: "";
	width: 90%;
	height: 130%;
	background: #f5ca20;
	position: absolute;
	top: -15%;
	left: 5%;
	-o-transition: all 0.90s ease 0s;
	-ms-transition: all 0.90s ease 0s;
	-moz-transition: all 0.90s ease 0s;
	-webkit-transition: all 0.90s ease 0s;
	transition: all 0.90s ease 0s;
}
.inn-tab .nav-tabs li.active a,  .inn-tab .nav-tabs li.active a:focus,  .inn-tab .nav-tabs li.active a:hover {
	color: #fff;
	background: transparent;
	border-color: transparent;
	z-index: 1;
}
.inn-tab .tab .tab-content {
	font-size: 14px;
	color:#696969;
	padding: 10px 20px;
	background: #fff;
	border: 1px solid #fff;
	box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
}
.inn-tab .tab .tab-content h3 {
	font-size: 22px;
	color: #333;
}
.inn-tab .tab .tab-content p {
	text-align:justify;
}
.inn-bd-text {
	text-align:justify;
	margin-bottom: 20px;
}
.inn-title2 {
	font-size:22px;
	font-weight: 400;
	letter-spacing: 0;
	color: #222222;
	margin-bottom: 15px;
	padding-bottom: 10px;
	position: relative;
}
.inn-title2:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 4px;
	width: 60px;
	background-color: #f5ca20;
	border-radius: 5px;
}
ul.inn-list {
	margin-bottom:20px;
}
ul.inn-list li {
	position: relative;
	display: block;
	padding-left: 26px;
	color: #222;
	font-size: 15px;
	margin-bottom: 5px;
}
ul.inn-list li:before {
	font-family: 'IcoFont' !important;
	content: "\f0f4";
	position: absolute;
	left: 0;
	top: -1px;
	display: block;
	color: #f5ca20;
	font-size: 17px;
	line-height: 26px;
	font-weight: 400;
	text-align: center;
	z-index: 5;
}
ul.inn-list2 {
	margin-bottom:20px;
	padding-left:30px;
}
ul.inn-list2 li {
	position: relative;
	font-size: 14px;
	color: #696969;
	list-style:disc;
	margin-bottom: 3px;
}
.acc-img {
	float:left;
	margin-right:10px;
	border:1px solid #d3d3d3;
	outline:1px solid #f5ca20;
	outline-offset:1px;
}
.add-wrap {
	width: 100%;
	display: block;
	background: #eee;
	padding: 15px 20px;
	outline: 1px solid #f5ca20;
	outline-offset: -6px;
	border: 2px solid #818182;
	margin-bottom: 20px;
}
.add-wrap .link {
	color:#ea040d;
}
.add-wrap.higlt {
	background:#333;
}
.add-wrap.higlt h4 {
	color:#fff;
}
.add-wrap.higlt p {
	color:#ddd;
}
.link2 {
	color:#ea040d;
}
.link2:hover, .link2:focus {
	color:#333;
}
.tab-table .table-bordered>thead>tr>td {
	font-size:18px;
	background:#f5ca20;
	color:#fff;
	font-weight:700;
}
.tab-table .table-bordered>thead>tr>td, .tab-table .table-bordered>tbody>tr>td {
	text-align:center;
	vertical-align:middle;
}
@media (max-width:1200px) {
 .main-menu nav ul li a {
padding: 30px 15px;
}
 .course-feee span {
width: 110px;
}
 .course-feee span:last-child {
width: 126px;
}
 .banner-apply-box {
top:1%;
}
}
 @media (max-width:767px) {
}
 @media (max-width:991px) {
 .logo {
 padding: 4px 0px;
 text-align: left;
}
 .d-none {
 display: none!important;
}
 .d-block {
 display: block!important;
}
 .slicknav_btn {
margin-top: 35px;
}

/************end nevigation*************/

.banner-apply-box {
position:relative;
left:0px;
width:100%;
}
 .course-subscription {
margin:25px 0px;
}
 .single-feature {
margin-bottom:20px;
}
 .callto-action .container {
 max-width: 90%;
}
 .callto-action:before, .cta-left-inner {
display:none;
}
 .cta-left {
 padding: 20px 20px;
background: #fdb506 url(../images/pie-face.png);
}
 .cta-right {
padding-left:0px;
margin-top:20px;
padding-bottom:20px;
}
 .address-sec-wrap {
 margin-bottom: 20px;
}
}
 @media (min-width:100px) and (max-width:767px) {
 ul.htp-addresss, ul.htp-social {
text-align:center;
}
 ul.htp-addresss li {
 margin-right: 0px;
line-height: 20px;
}
 ul.htp-social li a {
 margin: 9px 1px;
}
 .logo a img {
max-width:150px;
}
 .htp-register-btn {
 text-align: center;
 padding: 15px 0px;
margin-top:0px;
}
 .cta-left-inner {
 display: none;
}
 .slicknav_btn {
 margin-top: -39px;
}

/***********end nevgation**************/

.course-subscription-area .container {
padding:0px;
}
 .course-subscription {
padding: 18px;
}
 .cta-count-single {
 margin-bottom:10px;
 float: left;
 width: 50%;
}
 .course-feee span {
width: 50px;
font-size:11px;
}
 .course-feee span:last-child {
 width: 105px;
}
 .nav-tabs > li {
 padding-left: 0px;
}
 .section-title h1 {
font-size:24px;
line-height: 24px;
}
 .section-title {
margin-bottom:20px;
}
 .cta-left {
padding:5px 20px 20px;
}
 .course-content {
padding: 0px 15px 0px 20px;
}
 .course-subscription img, .client-logo-sec img, .client-logo img {
max-width:40%;
}
 .cta-left h2 {
line-height: 24px;
font-size: 21px;
}
 .client-title {
font-size:21px;
}
 .inn-body .container {
padding:0px;
}
 .inn-wrap {
border:none;
padding: 30px 15px;
}
 .inn-tab .tab .nav-tabs li a {
font-size:12px;
padding: 8px 11px;
}
 .inn-tab .tab .nav-tabs li {
margin-bottom:7px;
}
.facebook-thank img {
width:80%;
}
}
