
body {
	margin:0px;
	padding:0px;
	font-family: 'Montaga', serif;
	overflow-x:hidden; position:relative; color:#000;
	font-size:15px;
	
}
a {
	color: #8c8989;
	text-decoration: none;
	-webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
	}
	.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
		
		border-color:#006cb7;
	}
	 ul {
		list-style: none;
		margin: 0;
		padding:0;
	}
	a:focus, a:hover, a:active{ text-decoration:none;color: #73b21a; outline:none;}
	#submenu >a:hover{ text-decoration:none;color: #fff; outline:none;}	
	
	.spacer5 {
		width:100%;
		float:left;
		padding:5px;
	}
	.spacer10 {
		padding:10px 0px;
	}
	.spacer15 {
		padding:15px 0px;
	}
	.spacer20 {
		padding:20px 0px;
	}
	.padding-right{padding: 0 0% 0 30%; width: 312px;}
	.affix {
      top:0;
      width: 100%;
      -webkit-transition: all .7s ease-in-out;
      transition: all .7s ease-in-out;
	  z-index:9999;-webkit-box-shadow: 0px 2px 11px 0px rgba(158,158,158,1);
-moz-box-shadow: 0px 2px 11px 0px rgba(158,158,158,1);
box-shadow: 0px 2px 11px 0px rgba(158,158,158,1);
 background-image:url(../images/bg-patrenn.jpg); background-repeat:repeat;
 width:100%;
  }
  .affix-top {
      position: static;
      top: -35px;
  }
	
hr{ border-top:1px solid #dadada;}
/************start top bar***********/
.top-bar{ width:100%; position:relative; display:block; background-color: #f7f7f7; padding:10px 0;}
ul.top-left{ float:left;}
ul.top-left li{display: inline-block;
    border-left: 1px solid #9e9e9e;
    line-height: 12px;
    padding-left: 7px;}
	ul.top-left li:first-child{ border-left:none;}
	ul.top-left li a{   color: #7d7d7d;}
	ul.top-left li:hover a {
  color: #73b21a; 
}
ul.top-right{ float:right;}
ul.top-right li {
    display: inline-block;
    padding: 0 5px;
}
ul.top-right li a {
    color: #7d7d7d;font-size:17px;
}
ul.top-right li:hover a {
  color: #73b21a; 
}
/*************end top bar**************/
.header-main {
    padding: 10px 0;
}
.header-info {
    text-align: center;
}
.header-info li {
    display: inline-block;
	padding:0 10px;
    text-align: left;
	border-right:1px dotted #9e9e9e;
}
.header-info li:last-child{ border-right:none;}
.hdbox-left {
    color: #6aaf08;
    display: table-cell;
    vertical-align: middle;
    font-size: 45px;
    text-align: left;
    font-weight: bold;
	padding-right:6px;
}
.hdbox-right {
    line-height: 25px;
    display: table-cell;
    vertical-align: middle;
    color: #666;
    font-weight: 300;
}
.hdbox-right > p {
    color: #000;
    display: block; font-size:14px; line-height:20px;
}
/***********end main header***********/
.black_bg { background-image:url(../images/bg-patrenn.jpg); background-repeat:repeat;
}
.black_bg .navbar-nav{ float:none; text-align:center}
.navbar-brand>img{ max-width:280px;}
.navbar-brand{ height:auto;}
.nav>li{ float:none; display:inline-block;    border: 1px dashed #ccc;}
.nav>li:first-child{ padding-left:0px;}
.nav>li>a{padding:15px 20px; font-size: 16px;}
.nav>li>a:focus, .nav>li>a:hover {
	text-decoration:none;
	background-color:none; color:#000;
}
.navbar-toggle{ border:2px solid #fff;}
.navbar-toggle .icon-bar {
	display:block;
	width:22px;
	height:2px;
	border-radius:1px;
	background-color:#fff;
}
.navbar-nav>li>a{ color:#fff; -webkit-transition: all .5s ease;
    transition: all .5s ease;}
	 .navbar-nav>li>a:hover, .navbar-nav>li>a:focus, .navbar-nav>.active>a:hover{ color:#000; background-color:none;}
.navbar{ border-radius:0px; margin-bottom:0px; border:none; background:#6aaf08; z-index:9999;}
   .navbar-nav{ margin:10px 0; float:none; text-align:center;}
.dropdown-menu{ background-color: #252525; border:none; padding:0px;}
.navbar-nav>li>.dropdown-menu{ margin-top:0px;}
.dropdown-menu>li:last-child{ border-bottom:none;}
.dropdown-menu>li{border-bottom: 1px dashed #444;}
.dropdown-menu>li>a { color:#FFF; padding: 8px 10px; -webkit-transition: all .5s ease;
    transition: all .5s ease; white-space:inherit;}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
background-color:#6aaf08; color:#fff;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
	color:#fff;
	text-decoration:none;
	background-color:#6aaf08;
	
}  
/***************end navigation*******************/
.banner {
    position: relative;
	overflow:hidden; width:100%
}
.carousel-control.left,
.carousel-control.right{
	background:none;
	opacity:1;
	width:5%;
	top:50%;
	bottom:auto;
	height:56px;
	width:56px;
	color:#252525;
	font-size:20px;
	text-align:center;
	border-radius:50%;
	background:#fff;
	line-height:56px;
}
.carousel-control.left{
	left:10px;
}
.carousel-control.right{
	right:10px;
}
.carousel-control.left:hover,
.carousel-control.right:hover{
	color:#fff;
	background:#252525;
}
.carousel-control.left.l-blue:hover,
.carousel-control.right.l-blue:hover{
	color:#fff;
	background:#43b9f6;
}
.justics-holder{
	width:100%;
	position:relative;
}
.justics-holder .img{
	width:100%;
	display:block;
}
.justics-holder .carousel-indicators{
	bottom:30px;
}
.justics-holder .carousel-indicators li{
	border-radius:0;
	width:20px;
	height:3px;
	border:0;
	margin:0 6px 0 0;
	background-color:#a8a8a8;
}
.justics-holder .carousel-indicators .active{
	background-color:#fff;
}
.justics-text{
	top:0;
	left:0;
	right:0;
	bottom:0;
	content:"";
	margin:0 auto;
	padding: 0px 100px 0;
	position:absolute;
	text-align:center;
	white-space:nowrap;
}
.justics-text:after{
	margin:0;
	width:1px;
	height: 100%;
	content:"";
	overflow:hidden;
	display:inline-block;
	vertical-align: middle;
}
.justics-text .txt{
	white-space:normal;
	display:inline-block;
	vertical-align:middle;
}
.justics-text .txt img{
	display:inline-block;
	margin:0 0 50px;
}
.justics-text .txt h1{
	display:block;
	color:#fff;
	font-size:55px;
	font-weight:900;
	margin:0;
	text-transform:uppercase;
	text-shadow:0px 3px 4px rgba(0,0,0,.6);
	-webkit-text-shadow:0px 3px 4px rgba(0,0,0,.6);
}
.justics-text .txt h1:after{
	display:none;
}
.justics-text .txt .sub-heading{
	display:block;
	font-size:20px;
	color:#fff;
	margin:0 0 50px;
	font-weight:bold;
	text-transform:uppercase;
}
.more{
	color:#fff;
	font-size:16px;
	font-weight:600;
	padding:12px 40px;
	display:inline-block; margin-top:10px;
}
.justics-holder .carousel-control.left,
.justics-holder .carousel-control.right{
	width:30px;
	height:96px;
	background:#e5e5e5;
	text-align:center;
	border-radius:0;
	text-shadow:none;
	margin: -50px 0 0;
}
.justics-holder .carousel-control.left i,
.justics-holder .carousel-control.right i{
	color:#222;
	font-size:20px;
	display:block;
	line-height:96px;
}
.justics-holder .carousel-control.left:hover,
.justics-holder .carousel-control.right:hover{
	background:#a8915b;
}
.justics-holder .carousel-control.left:hover i,
.justics-holder .carousel-control.right:hover i{
	color:#fff;
}
 .more.courses{
	background:#6aaf08;
	border:2px solid #6aaf08;
}
 .more.courses:hover{
	background:#fff;
	color:#6aaf08;
}
.justics-holder .carousel-control.left.prev-2,
.justics-holder .carousel-control.right.next-2{
	background:none;
	width:60px;
	height:60px;
	margin:20px 0 0;
	text-align:center;
	border:1px solid #fff;
}
.justics-holder .carousel-control.left.prev-2 i,
.justics-holder .carousel-control.right.next-2 i{
	color:#fff;
	line-height:58px;
	transition:all .5s ease-in-out;
}
.justics-holder .carousel-control.left.prev-2:hover,
.justics-holder .carousel-control.right.next-2:hover{
	border:1px solid #6aaf08;
}
.justics-holder .carousel-control.left.prev-2:hover i,
.justics-holder .carousel-control.right.next-2:hover i{
	color:#6aaf08;
}
/**************  end slider**************/
.wpb_wrapper{    margin-top: -60px !important;
    padding-bottom: 20px !important; width:100%; display:block; position:relative;}
.fh-icon-box-2 {
    text-align: center;
    box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.1);
	 -webkit-box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 0 15px;
    overflow: hidden;
	border-radius: 185px;
}
.fh-icon-box-2 .item-box {
    padding: 20px 20px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	 -ms-transition: 0.5s;
	-o-transition: 0.5s;
    transition: 0.5s;
	border-right: 1px dotted #ccc;
}
.fh-icon-box-2 .item-box:last-child{ border-right:none;}
.fh-icon-box-2 .item-box:hover {
  background-color: #6aaf08;
}
.item-box h4 a{ color:#000;}
.fh-icon-box-2 i {
    color: #6aaf08;
    font-size: 34px;
   -webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	 -ms-transition: 0.5s;
	-o-transition: 0.5s;
    transition: 0.5s;
}
.fh-icon-box-2 .item-box:hover i, .fh-icon-box-2 .item-box:hover h4, .fh-icon-box-2 .item-box:hover h4 a, .fh-icon-box-2 .item-box:hover p {
    color: #fff;
}
/*********************-----**************/
.about-sec{ width:100%; padding:30px 0;}
.hm-about-img{border: 5px double #6aaf08;}
.line{border-bottom:1px dashed rgba(56, 56, 56, 0.3);}
.title h2 {
    font-size: 28px;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 18px;
    margin-top: 0;
    position: relative;
}
.title h2:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 190px;
    height: 1px;
    border-bottom: 1px dashed rgba(56, 56, 56, 0.3);
}
.main-color {
    color: #6aaf08;
}
.about-text{ font-size:18px; color: #6aaf08; line-height:1.2; margin-bottom:10px; font-weight:bold; margin-top:15px; }
.about-sec p{color:#000; text-align:justify; font-size:15px;}
/*************end about sec***************/
.hm-course-sec{ width:100%; padding:30px 0; position:relative;}
.hm-course-sec .title{ text-align:center; margin-bottom:35px;}
.hm-course-sec .title h2:before{ left:50%; transform: translateX(-50%);}
.item-service {
    margin-bottom: 30px; width:20%; float:left; padding:0 5px;
}
a.test-box{
      color:#000;	
}
a.test-box:hover{
      color:#fff !important;	
}
.service-content {
    border: 1px solid #ececec;
    text-align: center;
    padding: 3px;
}
.service-content p:hover{
	color:#FFF;
}
.service-content p{
	color:#000;
}
 .service-content .summary {
	 position:relative;
	 text-align:center;
   padding: 15px 10px;
   -webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	 -ms-transition: 0.5s;
	-o-transition: 0.5s;
    transition: 0.5s;
    transition: 0.5s; 
	
	min-height:245px;
}
 .summary .service-link {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    top: 0;
    left: 0;
    z-index: 999;
}
 
.entry-header {
	-webkit-transform: translateY(35%);
	-moz-transform: translateY(35%);
	-ms-transform: translateY(35%);
	-o-transform: translateY(35%);
    transform: translateY(35%);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	 -ms-transition: 0.5s;
	-o-transition: 0.5s;
    transition: 0.5s;
    transition: 0.5s;
}
.service-icon {
    font-size: 45px;
    color: #73b21a;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	 -ms-transition: 0.5s;
	-o-transition: 0.5s;
    transition: 0.5s;
    transition: 0.5s;
}
.entry-title {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 10px; margin-top:0px; margin-bottom:0px;
}
.entry-title a {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	 -ms-transition: 0.5s;
	-o-transition: 0.5s;
    transition: 0.5s;
    transition: 0.5s;
	color:#000;
}
.service-content p {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	 -ms-transition: 0.5s;
	-o-transition: 0.5s;
    transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  filter: alpha(opacity=0); /* For IE8 and earlier */
}
.service-content:hover .summary {
  background-color: #73b21a;
}
 .service-content:hover .entry-header {
	 -webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
  transform: translateY(0);
}
.service-content:hover .entry-title a,
 .service-content:hover .service-icon,
 .service-content:hover p {
  color: #fff;
}
a.service-content:hover .entry-title a,
 .service-content:hover .service-icon,
 .service-content:hover p {
  color: #fff;
}
 .service-content:hover p {
  opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}
.course-text{ text-align:center;color: #848484;
    font-size: 16px; line-height:1.5}
/************end courase section***************/
.choose-sec{width:100%; display:block; position:relative; padding:50px 0;}
.choose-sec .title{ text-align:center; margin-bottom:10px;}
.choose-sec .course-text{ margin-bottom:25px;}
.choose-sec .title h2:before {
    left: 50%;
    transform: translateX(-50%);
}
.fh-icon-box{    margin-bottom: 30px;
    position: relative;
    padding: 0 30px;
    border: 1px dashed rgba(56, 56, 56, 0.3);
}
.fh-icon-box h4 {
    font-weight: 600;
    padding-bottom: 10px;
    padding-top: 15px;
    margin-bottom: 20px;
    margin-top: 0;
	color:#000;
    border-bottom: 1px dashed rgba(56, 56, 56, 0.3);
	transition: 0.5s;
}
.fh-icon-box:hover h4{ color:#6aaf08}
.fh-icon-box .fh-icon {
    font-size: 40px;
    color: #73b21a;
    float: left;
    margin-top: -5px;
}
.fh-icon-box .desc {
    padding-left: 60px;
    padding-bottom: 10px;
}
.fh-icon-box .desc p{color: #848484;
    font-size: 15px; line-height:1.4; text-align:justify}
/*************end course section***************/
.partners-block{ width:100%; display:block; position:relative; background:#fafafa !important; padding:40px 0;}
.client-logo{ width:100%; padding:30px 15px;}
.testm-wrp {
    padding: 60px 0px;
    text-align: left;
    height: 100%;
}
.textmitem{ width:100%; background:#fff; border:1px solid rgba(56, 56, 56, 0.3); float:left; padding:20px;}
.quoteicon {
    font-size: 30px;
    color: #6aaf08;
    padding: 10px;
    border: 1px solid #6aaf08;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    line-height: 32px;
    margin: 0 auto 10px;
}
.clntfeed {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 0px;
}
.clntfeed p {
    color: #222;
    font-size: 18px;
    font-style: italic;
	text-align:justify;
}
.clntimg {
    border-radius: 100%;
    float: left;
    height: 80px;
    margin-right: 15px;
    width: 80px;
}
.clntimg img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
}
.clntdtl > h3 {
    color: #6aaf08!important;
    font-size: 20px!important;
	margin-top:10px;
}
.clntdtl > span {
    color: #111;
    font-size: 16px;
}
.testwrp {
    background: #fff none repeat scroll 0 0;
    margin-left: 50px;
    padding: 10px;
}
.single-testm {
    border: 1px solid #6aaf08;
    padding: 20px 20px 20px 80px;
}
.single-testm p {
    font-size: 14px;
    letter-spacing: 0.025em;
    line-height: 24px;
}
.single-testm h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    padding-top: 8px;
    text-transform: uppercase;
}
.single-testm h4 small {
    font-size: 12px;
    line-height: 24px;
    padding-left: 15px;
}
.testmonrow .owl-item .col-sm-6 {
    width: 100%;
}
.partners-block .owl-dots{ display:none;}
.partners-block .owl-nav{ margin-top:20px; }
.partners-block .owl-nav [class*=owl-] {    padding: 2px 22px;background:transparent; font-size:20px; border:2px solid #6aaf08; color:#6aaf08
}
.partners-block .owl-nav .disabled{ opacity: 1;}
.partners-block .owl-nav [class*=owl-]:hover, .crousel-sec .owl-nav [class*=owl-]:active, .crousel-sec .owl-nav [class*=owl-]:focus{ background:#6aaf08;}
/*****************end testimonial*******************/
.parterer-sec { padding:5px 0; border-top: 4px double #6aaf08; border-bottom: 4px groove #6aaf08;
}
/****************end client logo********************/
footer {
  overflow: hidden;
    padding: 50px 0px 20px;
    background: url(../images/footer-bg.png) no-repeat;
    background-size: cover; width:100%; height:auto;
}
.ft-logo {
	widows:100%;
	float:left;
   max-width: 174px;
	text-align:center;
}
.ft-logo img{ max-width:100%}
.ft-text{ color:#FFF; text-align:justify; margin:15px 0; border-bottom:1px dashed rgba(255,255,255,0.2); padding-bottom:15px}
.footer-social {
    padding: 0;
    margin: 20px 0 20px;
    list-style: none;
    overflow: hidden;
}
.footer-social li{
	margin:0 8px 0 0;
	display:inline-block;
	vertical-align:top;
}
.footer-social li a{
	display:block;
	text-align:center; padding:0 5px;
}
.footer-social li a i{
	color:#FFF;
	line-height:38px;
}
.footer-social li a:hover i{
	color:#6aaf08;
	
}
.ftr-link{ margin-bottom:20px; float:left; width:100%;}
.ftr-link h3, .footer-contact h3{ color:#fff; font-weight:600; margin-top:0px; text-transform:uppercase; font-size:20px; position:relative; padding-bottom:13px; margin-bottom:20px; letter-spacing:2px;}
.ftr-link h3:before, .footer-contact h3:before {
   content: '';
    position: absolute;
    height: 1px;
    width: 70px;
    left: 0;
    bottom: 0;
    border-bottom: 1px dashed #848484;
}
.ftr-link ul{float: left;
    width: 100%;
    padding: 0;
    margin:0px; list-style:none}
.ftr-link ul li {
	margin-bottom: 0px;
    padding-bottom: 8px;
  position:relative;margin-left:5px;
}
.ftr-link ul li:before {
    content: "\f105";
font-family: FontAwesome;
position:absolute;
top:1px;
    color: #ccc;
	left:0px;
	-webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.ftr-link ul li a{
	margin-left:15px; font-size:15px; display:block; color:#FFF;
}
.ftr-link ul li:hover:before{ color:#6aaf08}
.ftr-link ul li a:hover, .ftr-link ul li a:focus{ color:#6aaf08}
.footer-contact {
    padding-top: 5px;
}
.footer-contact {
  padding-top: 5px;
}
.ft-contact{ margin-bottom:10px;}
.footer-contact .ft-contact i {
  float: left;
  font-size: 23px;
  color: #73b21a;
  margin-top: -3px;
}
.footer-contact .ft-contact i:before {
  font-size: 23px;
}
.footer-contact .ft-contact p {
  margin-left: 35px; color:#848484;
}
.footer-contact .ft-contact.fax {
  margin-bottom: 10px;
}
.footer-contact .ft-contact.phone {
  margin-bottom: 10px;
}
.footer-contact .ft-contact.phone p {
  margin-bottom: 5px;
}
#copy_right {
  background: #141414;
  text-align:center;
    padding: 15px 0px;    border-top: 1px dashed rgba(255,255,255,0.2);
}
#copy_right p{ color:#FFF; margin-top:12px; text-align:center; }
 /**************back to top**************/
#scrollUp {
	background-color:#eaf1e0;
	bottom:55px;
	color:#6aaf08;
	display:block;
	font-size:18px;
	height:45px;
	line-height:41px;
	position:fixed;
	right:20px;
	text-align:center;
	text-decoration:none;
transition:all .5s cubic-bezier(0, 0, 0, 1) 0s;
	width:45px;
	z-index:99999;
	border-radius:4px;
	border:4px double #6aaf08;
}
#scrollUp i {
	color:#6aaf08
}
#scrollUp:hover, #scrollUp:focus {
	background-color:#6aaf08;border:4px double #fff;
}
#scrollUp:hover i, #scrollUp:focus i {
	color:#fff;
}
/*****************end footer*********************/
.sub-banner {
    position: relative;
    background-image: url(../images/footer-bg.png);
    background-size: cover;
    background-repeat: repeat;
    background-position: center center;
    padding: 30px 0;
}
.sub-banner h1 {
    color: #fff;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
	font-size:30px;
}
/*************end sub banner*********************/
.breadcrumb{ background:none; margin:0px; padding:0px}
.breadcrumb-area {
    background-color: #fafafa;
    padding: 15px 0;
    border-bottom: 1px dashed rgba(56, 56, 56, 0.3);
    font-size: 16px;
    font-weight: 300;
}
 .breadcrumb-area nav i {
    padding: 0 5px;
    font-size: 14px;
    color: #6aaf08;
}
 .breadcrumb-area nav a span{ color:#000;}
  .breadcrumb-area nav a:hover span,  .breadcrumb-area nav a:focus span{ color:#6aaf08}
  .breadcrumb-area nav span{ color:#6aaf08}
 /*************** end breadcrumb***************/
 .inn-body{ width:100%; position:relative; display:block; padding:40px 0;}
 #content-area{float: left;}
 #sidebar{ float:right;}
 .top-img{ width:100%; float:left; text-align:center; }
  .top-img figure{margin-bottom:20px;}
 .top-img img{ width: 100%;
    outline: 2px solid rgba(255,255,255,0.3);
    outline-offset: -15px;
    border: 1px solid rgba(56, 56, 56, 0.3);
    padding: 4px;}
	.body-text{ color:#000; text-align:justify;}
	.sub-title{ font-size:24px; font-weight:bold; margin-bottom:20px;}
	ul.list-service{position: relative;
    margin-bottom: 10px;}
	ul.list-service li {
    position: relative;
    display: block;
    padding-left: 25px;
    color: #111;
    margin-bottom: 10px;
}
ul.list-service li:before {
    font-family: 'FontAwesome';
    content: "\f058";
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    color: #6aaf08;
    line-height: 26px;
    font-weight: normal;
    text-align: center;
    z-index: 5;
	    font-size: 18px;
}
.bg-gray{ background:#fafafa; padding-top:15px; padding-bottom:15px;box-shadow: 0 2px 2px #ccc;}
.sub-title2{font-size: 20px;
    font-weight: bold; margin-top:0px; display:block; margin-bottom:10px; line-height: 1.1;}
	.sub-title3{font-size: 17px;
    font-weight: bold; font-style: italic; color:#222;}
/**************** start accordian *****************/
 #accordion {
    border: 1px solid #f7f7f7;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}
 .panel-group{ margin:0;}
 .panel-body {
    border: none !important;
    padding: 10px 0 0 0px;background:#fafafa;
}
 .panel-body p {
    margin: 0;
    padding: 0px 10px 30px; text-align:justify; font-size:14px;
}
 .panel-group .panel + .panel {
    margin: 0;
    border: none;
}
.panel-group .panel {
    box-shadow: none;
    margin: 0;
    border: none;
    border-bottom: none;
}
 .panel-heading {
    border-radius: 0;
    padding: 0;
    position: relative;
    z-index: 10;
	background: #f4f4f4 none repeat scroll 0 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ddd;
    height: auto;
}
 .panel-heading:before {
    content: '\f106	';
    font-family: FontAwesome;
    color: #272727;
    font-size: 20px;
    position: absolute;
    width: 40px;
    border-right: 1px solid #f7f7f7;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    padding-top: 5px;
	    background: #eee none repeat scroll 0 0;
}
 .panel-heading span a {
    font-weight: 400;
    font-size: 17px;
    padding: 10px 0 10px 50px;
    color: #272727;
    display: block;
    width: 100%;
    display: inline-block;
    height: 100%;
    position: relative;
}
.panel-heading span.panel-title {display: block; font-weight: 500; line-height: 1.1;}

.panel-heading h3 a {
    font-weight: 400;
    font-size: 17px;
    padding: 10px 0 10px 50px;
    color: #272727;
    display: block;
    width: 100%;
    display: inline-block;
    height: 100%;
    position: relative;
}
.panel-heading h3.panel-title {display: block; font-weight: 500; line-height: 1.1;}

.panel-heading h6 a {
    font-weight: 400;
    font-size: 17px;
    padding: 10px 0 10px 50px;
    color: #272727;
    display: block;
    width: 100%;
    display: inline-block;
    height: 100%;
    position: relative;
}
.panel-heading h6.panel-title {display: block; font-weight: 500; line-height: 1.1;}

 .panel-heading.active-panel:before {
    content: '\f107';
    color: #6aaf08;
    background: #fff;
    width: 40px;
    border-radius: 5px 0 0 0;
    text-align: center;
    padding-top: 5px;
}
.panel-heading.active-panel::before {
    background: #6aaf08 none repeat scroll 0 0;
    color: #fff;
    padding-top: 6px;
}
.body-text2{ line-height:1.9;}
/**************  end accordian  *******************/
.course-list li {
    margin-bottom: 5px;
    border: 1px dashed #6aaf08;
    background-color: #fafafa;
   
    position: relative;
    transition: 0.5s;
	display:block;
}
.course-list li:before {
    content: '';
    position: absolute;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    top: 3px;
    left: 3px;
    border: 1px dashed transparent;
  -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.course-list li a {
    display: block;
    color: #000;
    font-size: 16px;
	 padding: 10px 15px;
    position: relative;
-webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.course-list li:hover{
  background-color: #73b21a;
  border-color: #73b21a;
}
.course-list li:hover:before {
  border-color: #fff;
}
 .course-list li a:hover, .course-list li a:focus{ color:#fff}
.course-list li:hover {
  color: #fff;
}
 .sidebar-title{ margin:20px 0; font-weight:bold; position:relative; padding-bottom:15px; font-size: 18px; line-height: 1.1; display:block;}
  .sidebar-title:after{content: '';
    position: absolute;
    height: 1px;
    width: 70px;
    left: 0;
    bottom: 0;
    border-bottom: 1px dashed rgba(56, 56, 56, 0.3);}
	.item-download {
    background-color: #fafafa;
    font-size: 16px;
    position: relative;
    margin-bottom: 10px;
    text-align: center;
    border: 1px dashed #6aaf08;
  -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    padding: 15px 10px;
}
.item-download .file {
    position: absolute;
    border: 1px dashed #ccc;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
-webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
 .item-download a{ color:#000;}
 .item-download .file i {
    color: #848484;
-webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
 .item-download:hover {
  color: #fff;
  border-color: #73b21a;
  background-color: #73b21a;
}
 .item-download:hover a {
  color: #fff;
}
.item-download:hover .file {
  border-color: #fff;
}
.item-download:hover .file i {
  color: #fff;
}
/****************end sidebar****************/
.free-table thead{border-top: 3px solid #333; background-color: #6aaf08; color:#fff; }
/*************end table*************/
.faq-q{color: #6aaf08; font-weight:700;font-size: 18px;}
.alumni-img{ float: left;
    max-width: 80px;
    margin-right: 10px; padding:2px;
 border: 4px double #6aaf08;}
	.contact-box{ width:100%; float:left;
	margin-bottom: 20px;
    border: 4px double #6aaf08;
    background-color: #fafafa;
    padding: 10px 15px;}
	
	
	
	.inn-cmn-page {
    padding: 30px 0px;
	
}
.iso-inn-page {
    box-shadow: 0 10px 60px 0 rgba(159,164,189,.14);
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 30px;
    background-color: #dbe9ff;
}
.inn-title2 {
    font-weight: 600;
    color: #007791;
    margin: 0px 0px 15px;
}
.inn-list {
    margin-bottom: 20px;
	list-style:inside;
}
.inn-list li {
    position: relative;
    padding-left: 17px;
    color: #505763;
    margin-bottom: 2px;
}

/*		menu style		*/
.navWrap {position:relative; z-index:9; margin: 0px 0 0 0px;    float: right;}
.navigation ul{ margin:0px; padding: 0px; list-style: none; }
.navigation ul li{ float: none; display: inline-block; vertical-align: top;position: relative; margin:0px; margin-right:0px; border: 1px dashed #ccc;}
.navigation ul li:last-child:after { display:none;}
.navigation ul li:last-child { margin-right:0px;}
.navigation ul > li a{ color: #fff; line-height:normal; display: block; font-size:16px; font-weight:400; padding: 15px 20px;}
.navigation ul > li.arrow a {padding-right:20px;}
.navigation ul > li.arrow:after {content:''; display:block; position:absolute; right: 8px; top:25px; width: 0; height: 0;  border-left: 4px solid transparent; border-right: 4px solid transparent; border-top:4px solid #fff;}
.navigation ul > li:hover > a { color: #000;}
.navigation ul li.active > a { color: #000;}
.navigation ul > li > ul { visibility: hidden; opacity: 0; position: absolute; top:48px; left: -20px; width: 100%; transform: translateY(-20%); z-index: -1; transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s; min-width: 250px; background: #252525; border: 0; border-radius: 0px; padding: 0px 0px; box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.2);}
.navigation ul > li:hover > ul {visibility: visible; opacity: 1; z-index: 1; transform: translateY(0%);transition-delay: 0s, 0s, 0.3s; }
.navigation ul li > ul li{ display: block; margin: 0px; padding:0; border:none; border-bottom: 1px dashed #444;}
.navigation ul li > ul li a {color: #fff; border:0; padding: 8px 10px; margin:0; font-weight:400; border-radius:0; height:auto; line-height:normal; font-size:14px; text-transform:none; text-align:left;}
.navigation ul li > ul li:last-child a {border-bottom:0;}
.navigation ul li > ul li:last-child {border:none;}
.navigation ul li > ul li:hover > a {color:#fff; background-color:#6aaf08;}
.navigation ul li > ul li.active > a { color:#fff; background-color:#6aaf08;}
.navigation ul li > ul li.arrow:after {content:''; display:block; position:absolute; right: 8px; top:50%; transform:translateY(-50%); -webkit-transform:translateY(-50%); width: 0; height: 0;  border-top: 4px solid transparent; border-bottom: 4px solid transparent; border-left:4px solid #fff;}

.navigation ul > li > ul > li > ul { visibility: hidden; opacity: 0; position: absolute; top:0px; left:210px; width: 100%; transform: translateY(-20%); z-index: -1; transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s; min-width: 250px; background: #252525; border: 0; border-radius: 0px; padding: 0px 0px; box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.2);}
.navigation ul li > ul li:hover ul {visibility: visible; opacity: 1; z-index: 1; transform: translateY(0%);transition-delay: 0s, 0s, 0.3s; }
.navigation ul li > ul li > ul li { display: block; margin: 0px; padding:0; border:none; border-bottom: 1px dashed #444;}
.navigation ul li > ul li > ul li a {color: #fff;border:0; padding: 8px 10px; margin:0; font-weight:400; border-radius:0; height:auto; line-height:normal; font-size:14px; text-transform:none; text-align:left;}
.navigation ul li ul li > ul li:last-child a {border-bottom:0;}
.navigation ul li ul li > ul li:hover a {color:#fff; background-color:#6aaf08;}
.navigation ul li ul li > ul li.active a { color:#fff; background-color:#6aaf08;}

a.meanmenu-reveal{display:none}
.mean-container .mean-bar{float:left;width:42px; padding:0px 0;min-height:42px;z-index:999999}
.mean-container a.meanmenu-reveal{width:22px;height:22px;padding:12px 13px 10px 13px;position:relative;top:0px;right:0;left:0 !important;cursor:pointer;color:#fff;text-decoration:none;text-indent:-9999em;line-height:22px;font-size:1px;display:block;font-family:Arial,Helvetica,sans-serif;font-weight:700; background-color: #000; margin:0;}
.mean-container a.meanmenu-reveal span{display:block;background:#fff;height:3px;margin-top:3px}
.mean-container .mean-nav{float:left;width:100%;background:#252525;margin-top:52px; position: absolute;}
.mean-container .mean-nav ul{padding:0;margin:0;width:100%;list-style-type:none}
.mean-container .mean-nav ul li{position:relative;float:left;width:100%; box-sizing: border-box;}
.mean-container .mean-nav ul li a{display:block;float:left;width:100%;padding:9px 5%; font-size:14px;margin:0;text-align:left;color:#fff;border-top:1px solid #383838;border-top:1px solid rgba(255,255,255,0.5);text-decoration:none;text-transform:none; box-sizing: border-box;}
.mean-container .mean-nav ul li li > a{  width: 100%; padding: 10px 30px; border-top: 1px solid #f1f1f1; border-top: 1px solid rgba(255,255,255,0.25);opacity: .75; filter: alpha(opacity=75); text-shadow: none!important; visibility: visible; box-sizing: border-box; font-size: 13px;}
.mean-container .mean-nav ul li li.active > a {background:#4c7898;}
.mean-container .mean-nav ul li li li.active > a {background:#4c7898;}
.mean-container .mean-nav ul li.mean-last a{border-bottom:0;margin-bottom:0}
.mean-container .mean-nav ul li li li a{width:100%;padding:1em 15%}
.mean-container .mean-nav ul li li li li a{width:100%;padding:1em 20%}
.mean-container .mean-nav ul li li li li li a{width:100%;padding:1em 25%}
.mean-container .mean-nav > ul > li.active > a, .mean-container .mean-nav > ul > li.current_page_item > a, .mean-container .mean-nav > ul > li > a:hover{background:#6aaf08;}
.mean-container .mean-nav ul li a.mean-expand{margin-top:1px;width:42px;height:39px;padding:5px 12px!important;text-align:center;position:absolute;right:0;top:0;z-index:2;font-weight:700;background:rgba(255,255,255,0.1);border:none!important;border-left:1px solid rgba(255,255,255,0.4)!important;border-bottom:1px solid rgba(255,255,255,0.2)!important}
.mean-container .mean-nav ul li a.mean-expand:hover{background: rgba(255,255,255,0.1);}
.mean-container .mean-push{float:left;width:100%;padding:0;margin:0;clear:both}
.mean-nav .wrapper{width:100%;padding:0;margin:0}
.mean-container .mean-bar,.mean-container .mean-bar *{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}
.mean-remove{display:none!important}
.small_nav{ position: relative; }

/* header-nav-bottom */
.header-nav-bottom {position:relative; z-index:9999; background-color:#6aaf08; padding:10px 0; text-align:center;}
.header-nav-bottom .logo {display:none;}
.header-nav-bottom .navWrap {float:none;}

.inn-tab-area ul.tabs {margin: 0;padding: 0; list-style: none; width: 100%; border:1px dotted #000;}
.inn-tab-area ul.tabs li {cursor: pointer; font-size:16px; font-weight:400; color:#000; padding:20px 15px; border-bottom:1px dotted #000; position: relative; -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;}
.inn-tab-area ul.tabs li:last-child {border:none;}
.inn-tab-area ul.tabs li:hover {color: #fff; background-color: #6aaf08;}
.inn-tab-area ul.tabs li.active {color: #fff; background-color: #6aaf08;}
.inn-tab-area .tab_content {display: none; box-sizing: border-box;}
.inn-tab-area .tab_drawer_heading { display: none; }
.inn-success-stories-area h2 {font-size: 24px; font-weight: bold; margin:0 0 15px;}
.inn-success-stories-area h4 {font-size:15px; font-weight:700; margin:0 0 12px;}
.inn-success-stories-area h4 span {color: #6aaf08;}
.inn-tab-area .tab_container p img {float:left; margin:0 15px 5px 0;}

.tab-right-cont .success-stories-bx {border: 1px solid #ececec; text-align:center; margin:0 0 25px;}
.tab-right-cont .success-stories-img img {max-width:100%; width:100%; height:100%;}
.tab-right-cont .success-stories-cont {padding:10px 5px;}
.tab-right-cont .success-stories-cont h2 {font-size:23px; margin:0 0 10px;}


@media only screen and (max-width:1299px) {
.navigation ul > li a {font-size: 15px; padding: 15px 14px;}
}
	
	
	
@media (max-width:1200px){.justics-text .txt h1{ font-size:30px;}
.featured-tab .nav-tabs > li > a{ padding:10px 5px; font-size:14px}
.item-service{ width:33%;}
}
@media (max-width:767px){
	}		  
			  
@media (min-width:768px) and (max-width:991px){
	.padding-right{padding: 0 0% 0 5%;}
.nav>li>a{ padding:10px 15px; font-size:14px;}
/********end nevigation*******/
.banner{ margin-top:0px	}
.justics-text{    padding: 20px 80px 0;}
.carousel-control.left, .carousel-control.right{ top:30%}
.justics-holder .carousel-control.left.prev-2, .justics-holder .carousel-control.right.next-2{    width: 45px;
    height: 45px;}
.justics-holder .carousel-control.left.prev-2 i, .justics-holder .carousel-control.right.next-2 i{    line-height: 45px;}
.justics-text .txt h1{ font-size:30px}
/**********end slider**********/
.fh-icon-box-2 .item-box{ border-right:none;}
.wpb_wrapper{ margin-top:20px!important;}
.fh-icon-box-2{ border-radius:0px;	}
 #content-area{ float:none;}
 #sidebar{float:none; margin-top:25px;}
 /*		menu style		*/
.mean-container .mean-bar {float: none; width: auto;}
.mean-container a.meanmenu-reveal {float:right;}

.inn-tab-area ul.tabs li {font-size: 15px; padding: 15px 10px;}
}
@media (min-width:100px) and (max-width:767px){
	.navbar-brand>img {
    max-width: 160px;
}
ul.top-right, ul.top-left{ float:none; text-align:center;}
ul.top-left li{ border-left:none; font-size:13px;}
.navbar-nav{ text-align:left}
.nav>li{ display:block; border:none;}
.nav>li>a{ padding:5px 0px;color:#fff}
 .navbar-nav>li>a:hover, .navbar-nav>li>a:focus, .navbar-nav>.active>a:hover{ color:#6aaf08;}
.navbar-toggle{ margin-top:10px;}
.navbar-collapse{position: absolute;
    z-index: 9999;
       background: url(../images/footer-bg.png) no-repeat;
    width: 100%; padding-left:40px}
	.navbar-nav .open .dropdown-menu>li>a{ padding-left:0px}
		.dropdown-menu{ padding-left:15px}
	.dropdown-menu>li{ border:none;}
	.dropdown-menu>li>a{ font-size:12px; color:#fff}
	.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{ background-color:transparent; color:#6aaf08}
	.navbar-nav .open .dropdown-menu>li>a {
    line-height: 12px;
}
	/**********end negigation***************/
.banner{ margin-top:0px;}
.justics-text{ padding:0px 50px 0px;}
.justics-text .txt h1{ font-size:20px}
.carousel-control.left, .carousel-control.right{ top:30%}
.justics-holder .carousel-control.left.prev-2, .justics-holder .carousel-control.right.next-2{    width: 25px;
    height: 25px;}
.justics-holder .carousel-control.left.prev-2 i, .justics-holder .carousel-control.right.next-2 i{    line-height: 24px;}
.more {
    font-size: 13px;
    padding: 5px 25px;
}
/**********end slider**********/
.item-service{ width:50%;}
.wpb_wrapper{ margin-top:20px!important;}
.fh-icon-box-2{ border-radius:0px;}
.sub-banner h1{ font-size:22px;}
.title h2, .sub-title{ font-size:20px;}
.ftr-link h3, .footer-contact h3{ font-size:18px;}
.sidebar-title{ font-size:17px;}
 #content-area{ float:none;}
 #sidebar{float:none; margin-top:25px;}
 /**********new css************/
 .read-btn{ padding:6px 15px; color:#111; background:#eee;}
 .read-btn:hover, .read-btn:focus{ color:#6aaf08;}
 .entry-header{-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
    transform: translateY(0);}
	.entry-title{ padding-bottom:18px;}
	.service-content p{opacity:1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
	}
	.top-bar{ text-align:center;    padding: 5px 0;}
	.top-bar .dropdown-menu{ min-width:100%; z-index:99999; padding:10px 20px;}
	.top-bar .dropdown-menu ul li a{ color:#ddd;}
	.top-bar .dropdown-menu ul li a:hover, .top-bar .dropdown-menu ul li a:focus{ color:#6aaf08;}
/*		menu style		*/
.mean-container .mean-bar {float: none; width: auto;}
.mean-container a.meanmenu-reveal {float:right;}
.header-nav-bottom .logo {display:block; float:left; margin-top: -41px; position:relative; z-index:99999999;}
.header-nav-bottom .logo img {width:160px;}

.inn-tab-area .tabs {display: none;}
.inn-tab-area .tab_drawer_heading {color: #fff; margin: 0; padding: 10px 12px; font-size: 15px; border: 1px dotted #000; display: block;cursor: pointer;-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: noneuser-select: none; background-color:#000; margin-bottom: 10px;}
.inn-tab-area .d_active {background-color: #6aaf08; color: #fff;}
.inn-tab-area .tab_content h2 { display:none;}
.inn-tab-area .tab_content {padding:5px 10px 10px;}
.inn-tab-area .tab_container h4 {font-size:14px;}
.inn-tab-area .tab_container p img {float:none; margin:0 0 10px; width:100%;}
.inn-tab-area .tab_container p {font-size:14px;}
.inn-tab-area .tab_container {background-color: #ececec;}
}
@media (min-width:100px) and (max-width:600px){
	.justics-text .txt h1{ display:none;}
	.header-info li {
    display: block;
    margin-left: 0;
    text-align: center;border-right:none;
}
.hdbox-left , .hdbox-right{
    display: block;
    text-align: center;
    width: 100%;
}
.item-service{ width:100%;}
.inn-success-stories-area p img {float:none !important; display:block; margin:0 auto; padding-right:0 !important;}
	}
.blink-bg {
    animation-duration: .8s;
    animation-name: blink-bg;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    -webkit-animation: blink-bg .8s infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
    animation-fill-mode: forwards;
}
.blog .blog-item .blog-content {padding-bottom: 25px;}
.hm-tab-sec1 {	width: 100%;position: relative;display: block;background-color:#6aaf08;}
@media only screen and (min-width:767px) {
 .hm-tab-sec1{text-align:center;}
.hm-tab-sec1 .form-control {width:56%;padding:6px 4px;font-size:12px;}
.hm-tab-sec1 .container-fluid{
	text-align:center;
}
}


#formContainer {
    color: #fff;
}