/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Droid+Serif);
body{
font-family:'Roboto',sans-serif;
font-size:16px;
}
.nopad{ 
	padding:0px;
}
.nopadright{ 
	padding-right:0px;
}
.setcenter{
	float:none;
	text-align:center;
	margin:auto;
}
.zeroradius{
	border-radius:0px!important;
}
.padtop20{
	padding-top:20px;
}
.pad15{
	padding:15px;
}
.pad20{
	padding:20px;
}
.martop10{
	margin-top:10px;
}
.martop15{
	margin-top:15px;
}
.marbot15{
	margin-bottom:15px;
}
.marbot20{
	margin-bottom:20px;
}
.marbot30{
	margin-bottom:30px;
}
.columnseparatorright{
	border-right:1px solid #ddd;
	min-height:523px;
}
.columnseparatorleft{
	border-left:1px solid #ddd
}
.fc-toolbar{
	margin-bottom:0px;
}
.togglebtn{
	margin-top: 30px;
    margin-right: 0px;
    margin-bottom: 0px;
}

.clientshd{
	padding-bottom:0!important;
    margin-top: 40px!important;
    margin-bottom: 0!important;
}
.container-2{
	width: 20px;
	vertical-align: middle;
	white-space: nowrap;
	position:absolute;
}

.container-2 input#search{
	width: 50px;
	height: 50px;
	background: transparent;
	border: none;
	font-size: 10pt;
	float: right;
	padding-left: 35px;
	margin-right:-7px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #777;
	 
	-webkit-transition: width .55s ease;
	-moz-transition: width .55s ease;
	-ms-transition: width .55s ease;
	-o-transition: width .55s ease;
	transition: width .55s ease;
}

.container-2 input#search::-webkit-input-placeholder {
    color: #65737e;
}
 
.container-2 input#search:-moz-placeholder { /* Firefox 18- */
    color: #65737e;  
}
 
.container-2 input#search::-moz-placeholder {  /* Firefox 19+ */
    color: #65737e;  
}
 
.container-2 input#search:-ms-input-placeholder {  
    color: #65737e;  
}

.container-2 .icon{
	position: absolute;
	top: 50%;
	margin-left: 0px;
	margin-top: 8px;
	z-index: 1;
	color: #4f5b66;
	font-size:20px;
}

.container-2 input#search:focus, .container-2 input#search:active{
	outline:none;
	width: 600px;
	border:1px solid #777;
	background-color:#fff;
	margin-top:15px;
	border-radius: 0;
}
 
.container-2:hover input#search{
	width: 600px;
	border:1px solid #777;
	background:#fff;
	margin-top:15px;
	border-radius: 0;
}
 
.container-2:hover .icon{
	color: #93a2ad;
	margin-top:0px;
}
.calandericon{
	margin-top:30px;
	margin-left:35px;
	float:right;
}
.calandericon a{
	color:#1d6434;
	text-decoration:none;
}
.viewprofile{
	margin-top:30px;
	float:right;
	font-size:14px;
	font-weight:600;
}
.viewprofile a{
	color: #ffffff;
    text-decoration: none;
    background-color: #dd1d00;
    padding: 8px 10px;
}
.dwnldicon{ font-size:22px!important; margin-left:5px;}
.baricon{
	border:1px solid #777;
	padding:3px;
	margin-top:-5px;
	font-size:22px;
}
.carouselicon{
	margin-top:3px;
}
.topborder{ 
	background-color:#1d6434; 
	padding:10px 0;
}
.call-text{ 
	color:#fff; 
	font-size:16px; 
	float:left;
	margin-right:15px;
	margin-top:3px;
}
.call-text span{ 
	color:#b6b6b6; 
	font-size:14px; 
	float:right; 
	margin-left:15px;
}
.call-text ul{ 
	margin-bottom:0px;
}
.socialicons{ 
	font-size:28px!important;
}
.contacticons{ 
	margin-right:5px;
	font-size:22px!important;
	float:left;
}
.borderedsocialicons{
	border:2px solid #b6b6b6;
	font-size:16px!important;
	position:relative;
	margin-top:-17px;
}
.loginicons{
	font-size:22px!important;
}
.socialicontext{ 
	margin-right:5px;
	float:left;
	margin-top:2px;
}
.logintext{ 
	color:#d8d8d8; 
	font-size:14px; 
	float:right;
	line-height:21px;
}
.logintext ul{ 
	margin-bottom:0px;
}
.logintext li a{ 
	color:#d8d8d8;
	text-decoration:none;
}
.logintext li{
	padding:0!important;
}
.contactsocialarea{ 
	color:#d8d8d8; 
	font-size:14px; 
	float:left;
	line-height:21px;
}
.contactsocialarea ul{ 
	margin-bottom:0px;
}
.contactsocialarea li a{ 
	color:#1d6434;
	text-decoration:none;
}
.contactsocialicons{ 
	font-size:35px!important;
}
.borderedcontacticons{
	border:2px solid #1d6434;
	font-size:20px!important;
	position:relative;
	margin-top:-25px;
	float:left;
}
.logo{ 
	float:left; 
	padding:0px; 
	margin-top:15px;
}
.defaultnavbar .navbar-nav>li>a {
	color: #777;
	font-size: 14px;
	padding:10px;
	font-weight: 700;
	padding-top:30px!important;
	padding-bottom:12px!important;
}
.defaultnavbar .navbar-nav>.active>a{
	background-color:transparent;
	border-bottom:2px solid #1d6434;
}
.defaultnavbar .navbar-nav>.active>a:hover{
	background-color:transparent;
	border-bottom:2px solid #1d6434;
}
.defaultnavbar .navbar-nav>li>a:hover{
	background-color:transparent;
	border-bottom:2px solid #1d6434;
	padding-bottom:8px!important;
}
.defaultnavbar .navbar-nav>.active>a:focus{
	background-color:transparent;
}
.defaultnavbar{
	border:0px;
	float:right;
	background-color:#fff!important;
}
.defaultnavbar .navbar-nav>.open>a, .defaultnavbar .navbar-nav>.open>a:focus, .defaultnavbar .navbar-nav>.open>a:hover {
    color: #555!important;
    background-color: #f1f1f1!important;
}
.ddmenu{
	 background-color: #f1f1f1!important;
	 padding-bottom:0px;
}
.defaultnavbar .navbar-nav>dropdown>li>a:hover{
	background-color:transparent;
	border-bottom:0px!important;
}

.firstheading{
	font-size:24px;
	color:#333;
	text-transform:uppercase;
	margin:25px 0;
	font-weight:600;
	/*border-bottom:1px solid #ddd;
	float:left;*/
	border-bottom:1px solid #ddd;
	position:relative;
	line-height:40px;
}
.firstheading:after{
	content: " ";
	border-bottom:5px solid #1d6434;
	display:table-cell;
	width:225px;
	position:absolute;
	margin-top:-2px;
}
.secondheading{
	font-size:24px;
	color:#fff;
	text-transform:uppercase;
	margin:25px 0;
	font-weight:600;
	border-bottom:1px solid #ddd;
	position:relative;
	width:97%;
	line-height:40px;
}
.secondheading:after{
	content: " ";
	border-bottom:5px solid #80cc28;
	display:table-cell;
	width:175px;
	position:absolute;
	margin-top:-2px;
}
.top-left {
  	position: absolute;
    top: 0px;
    left: 15px;
    background-color:#1d6434;
    padding:5px 15px;
	color:#fff;
}
.titlehead{
	font-size:17px;
	color:#333;
	padding:10px 15px;
	font-weight:500;
	border-bottom:1px solid #ddd;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.titlehead a{
	color:#333;
	text-decoration:none;
}
.titlehead a:hover{
	color:#1d6434;
	text-decoration:none;
}
.co-titlehead{
	font-size:17px;
	color:#333;
	padding:10px 15px;
	font-weight:500;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.co-titlehead a{
	color:#333;
	text-decoration:none;
}
.co-titlehead a:hover{
	color:#1d6434;
	text-decoration:none;
}
.listings li{
	padding-left:15px;
	padding-right:15px;
	padding-top:10px;
	color:#999;
	text-transform:uppercase;
	font-size:13px;
	font-weight:500;
}
.listings li span{
	color:#555;
	font-weight:500;
	font-size:13px;
	text-transform:none;
}
.listingsicon{
	font-size:17px!important;
	color:#999;
	float:left;
}
.coursesblock{
	-webkit-box-shadow: 0px 2px 15px 0px rgba(200,200,200,1);
	-moz-box-shadow: 0px 2px 15px 0px rgba(200,200,200,1);
	box-shadow: 0px 2px 15px 0px rgba(200,200,200,1);
	padding-bottom:10px;
	/*min-height: 450px!important;*/
}
.coursesblock:hover{
	-webkit-box-shadow: 0px 2px 15px 0px rgba(134,162,100,1);
	-moz-box-shadow: 0px 2px 15px 0px rgba(134,162,100,1);
	box-shadow: 0px 2px 15px 0px rgba(134,162,100,1);
	padding-bottom:10px;
}
.coursesblockhome{
	-webkit-box-shadow: 0px 2px 15px 0px rgba(200,200,200,1);
	-moz-box-shadow: 0px 2px 15px 0px rgba(200,200,200,1);
	box-shadow: 0px 2px 15px 0px rgba(200,200,200,1);
	/*padding-bottom:10px;
	min-height: 450px!important;*/
}
.coursesblockhome:hover{
	-webkit-box-shadow: 0px 2px 15px 0px rgba(134,162,100,1);
	-moz-box-shadow: 0px 2px 15px 0px rgba(134,162,100,1);
	box-shadow: 0px 2px 15px 0px rgba(134,162,100,1);
	/*padding-bottom:10px;*/
}
.allcoursebutton {
    background: #1d6434;
    border: 1px solid #1d6434;
    color: #fff;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 18px;
    margin:25px 0;
}
.allcoursebutton:hover{
    background: #0e4f23;
}
.allcoursebutton a{
    color: #fff;
	text-decoration:none;
}
.allcoursebutton:focus
{
    outline: none;
}
.allconbutton {
    background: transparent;
    border: 2px solid #80cc28;
    color: #fff;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 18px;
    margin:25px 0;
}
.allconbutton:hover{
    background: #0e4f23;
}
.allconbutton a{
    color: #fff;
	text-decoration:none;
}
.allconbutton:focus
{
    outline: none;
}
.greenbg{
	background-color:#1d6434;
}
.greenbgcontact{
	background-color:#1d6434;
	padding:20px 40px;
}
.whitebg{
	background-color:#ffffff;
	padding:5px 40px!important;
}
.consultancylisting li{
	color:#fff;
	margin-bottom:10px;
}
.consultancylisting li a{
	color:#fff;
	text-decoration:none;
}
.consultancylistingicon{
	margin-right:15px;
	font-size:20px!important;
	color:#fff;
}
.consultancybutton{
    background: none;
    border: 2px solid #80cc28;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    font-weight:500;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 18px;
    margin:25px 0;
}
#leftHalf {
   background:#1d6434;
   width: 50%;
   position: absolute;
   left: 0px;
   /*height: 100%;*/
   height:525px;
   padding-left:100px;
}
#rightHalf {
   background: url(../images/consultancybox.jpg) no-repeat;
   width: 50%;
   position: absolute;
   right: 0px;
   /*height: 100%;*/
   height:525px;
}
.testimonialblock{
	/*-webkit-box-shadow: 0px 2px 15px 0px rgba(119,119,119,1);
	-moz-box-shadow: 0px 2px 15px 0px rgba(119,119,119,1);
	box-shadow: 0px 2px 15px 0px rgba(119,119,119,1);*/
	background-color:#f6f5f5;
	padding:15px;
	border:1px solid #ddd;
}
.ofcaddressblock{
	/*-webkit-box-shadow: 0px 2px 15px 0px rgba(119,119,119,1);
	-moz-box-shadow: 0px 2px 15px 0px rgba(119,119,119,1);
	box-shadow: 0px 2px 15px 0px rgba(119,119,119,1);*/
	background-color:#fff;
	padding:15px;
	border:1px solid #ddd;
}
.rightcolumnblock{
	-webkit-box-shadow: 0px 2px 5px 0px rgba(200,200,200,1);
	-moz-box-shadow: 0px 2px 5px 0px rgba(200,200,200,1);
	box-shadow: 0px 2px 5px 0px rgba(200,200,200,1);
	background-color:#f6f5f5;
	border:1px solid #bbb;
}
.testimonialtext{
	padding-bottom:15px;
	color:#555;
	font-size:16px;
}
.testimonialiconleft{
	color:#1d6434;
	font-size:25px!important;
	margin-right:10px;
	margin-left:30px;
}
.testimonialiconright{
	color:#1d6434;
	font-size:25px!important;
	margin-left:10px;
}
.testimonialowner{
	color:#1d6434;
	font-size:14px;
	float:right;
	font-weight:500;
	text-align:right;
}
.testimonialowner span{
	color:#555;
	font-size:13px;
}
/* logoSlider */
h2{
  text-align:center;
  padding: 20px;
}
/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* logoSlider */

.contactsection{
	background:url(../images/contactsbg.jpg);
	padding:55px 0;
	margin-top:25px;
}
.contactsubhead{
	font-size:18px;
	color:#fff;
	margin:15px 0;
	/*font-weight:600;
	border-bottom:1px solid #ddd;
	float:left;*/
	border-bottom:1px solid #ddd;
	position:relative;
	padding-bottom:10px;
}
.contactsubhead:after{
	content: " ";
	border-bottom:5px solid #80cc28;
	display:table-cell;
	width:150px;
	position:absolute;
	margin-top:8px;
}
.contactsubheadnew{
	font-size:18px;
	color:#1d6434;
	margin-bottom:10px;
	font-weight:600;
}
.addresstext{
	font-size:14px;
	color:#555;
	padding-bottom:10px;
}
.addressicon{
	font-size:22px!important;
	color:#1d6434;
	margin-right:10px;
	float:left;
}
.contactheading{
	font-size:30px;
	color:#333;
	font-weight:500;
	padding:20px 0;
}
.controlform{
	border:0px!important;
	border-radius:0px!important;
	border-bottom:1px solid #ddd!important;
	box-shadow:none!important;
	margin-bottom:30px;
}
.submitbtn{
	float:right!important;
	background-color:#333!important;
	color:#fff!important;
	border-radius:0px!important;
	padding:10px 15px!important;
	font-size:13px;
}
.arrow_box {
	position: relative;
	background: #fff;
	border: 4px solid #fff;
}
.arrow_box:after, .arrow_box:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #fff;
	border-width: 17px;
	margin-top: -17px;
}
.arrow_box:before {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #fff;
	border-width: 23px;
	margin-top: -23px;
}
.footerbg{
	background-color:#333;
	padding:15px;
}
.footertext{
	font-size:12px; 
	color:#fff;
	text-align:center;
}
.footertext a{ 
	color:#0eaf42;
	text-decoration:none;
}
.footertext a:hover{ 
	color:#0eaf42;
	text-decoration:none;
}
.navbordernew{
	border-bottom:1px solid #ddd;
}
.calanderpage{
	padding:20px 0;
	border-bottom:1px solid #1d6434;
}
.coursemainheading{
	font-size:30px;
	color:#333;
	font-weight:400;
	padding:20px 0;
}
.sharebox{
	border:1px solid #bbb;
	padding:5px 25px;
	font-size:14px;
	font-weight:500;
	color:#777;
}
.shareicon{
	font-size:30px!important;
	color:#1d6434;
	margin-right:5px;
	float:left;
}
.calendarbox{
	border:1px solid #bbb;
	padding:5px 10px;
	font-size:14px;
	font-weight:500;
	color:#777;
}
.calendaricon{
	font-size:30px!important;
	color:#1d6434;
	margin-right:5px;
	float:left;
}
.contactlisticon{
	font-size:25px!important;
	color:#1d6434;
	margin-right:5px;
	float:left;
	margin-top:5px;
}
.contactlist ul{
	margin-bottom:0px;
}
.contactlist li{
	font-weight:500;
	line-height:40px;
	margin-right:5px;
}
.contactlist li a{
	text-decoration:none;
	color:#1d6434;
}
.contactlistshare li{
	margin-right:0px;
	line-height:27px;
}
.calendarboxmargin{
	margin-top:-10px;
}
.calendarboxmargin li{
	margin-right:0px;
	line-height:27px;
}
.courseheadbanner{
	padding-bottom:20px;
	border-bottom:1px solid #ddd;
	position:relative;
}
.commonheadbanner{
 padding-bottom:0px;
}
.courseheadbanner:after{
	content: " ";
	border-bottom:5px solid #1d6434;
	display:table-cell;
	width:150px;
	position:absolute;
	margin-top:18px;
}
.commonheadbanner:after{
	margin-top:-2px;
}
.coursesubheading{
	font-size:22px;
	color:#333;
	font-weight:600;
	padding:15px 0;
	border-bottom:1px solid #ddd;
	line-height:40px;
}
.gradcap{
	font-size:40px!important;
	color:#1d6434;
	margin-right:5px;
	float:left;
}
.checksquare{
	font-size:20px!important;
	color:#1d6434;
	margin-right:5px;
	float:left;
	font-weight:600;
}
.checksquarehome{
	font-size:22px!important;
	color:#fff;
	margin-right:15px;
	float:left;
}
.courselisting ul{
	padding:15px 45px;
}
.courselisting li{
	font-size:15px;
	color:#333;
	font-weight:500;
	padding:5px 0;
}
.consultlisting ul{
	padding:15px 0px;
}
.consultlisting li{
	font-size:15px;
	color:#333;
	font-weight:500;
	padding:5px 0;
}
.consultlisting li a{
	color:#333;
}
.commoncontenthead{
	font-size:18px;
	color:#333;
	font-weight:500;
	padding-top:15px;
}
.commoncontent{
	font-size:15px;
	color:#000;
	padding:15px 0;
}
.commoncontent h2{
	font-size:15px;
	color:#000;
	padding:15px 0;
	font-weight:700;
	text-align:left!important;
}
.commoncontent h2:first-child{
	margin-top:0px;
}
.answercontent{
	font-size:15px;
	color:#333;
	padding-left:30px;
}
.headwithgreenbg{
	background-color:#1d6434;
	color:#fff;
	font-size:18px;
	font-weight:500;
	padding:15px;
	text-transform:uppercase;
}
.rightboxtext{
	font-size:14px;
	color:#333;
	font-weight:500;
	padding:20px 0;
}
.formboxpadding{
	padding:15px;
}
.sbmtrqstbtn{
	background-color:#1d6434;
	border-radius:0;
	border-color:#1d6434;
	color:#fff;
	font-size:16px;
	outline:0;
}
.sbmtrqstbtn:hover{
	background-color:#0e4f23!important;
	color:#fff;
	outline:0;
	border-color:#0e4f23!important;
}
.headwithoutbg{
	color:#333;
	font-size:18px;
	font-weight:500;
	text-transform:uppercase;
	border-bottom:1px solid #ddd;
	position:relative;
	line-height:40px;
}
.headwithoutbg:after{
	content: " ";
	border-bottom:5px solid #1d6434;
	display:table-cell;
	width:270px;
	position:absolute;
	margin-top:-2px;
}
.searchcoursebox{ 
	padding-top:20px;
	padding-bottom:15px;
}
.courseslno{
	background-color:#1d6434;
	color:#fff;
	font-size:18px;
	font-weight:500;
	padding:8px 8px;
	width: 45px;
    text-align: center;
    height: 40px;
}
.coursebox{
	margin-top:15px;
}
.coursequest{
	color:#1d6434;
	font-size:18px;
	padding:15px 0;
	font-weight:500;
}
.consultancyright{
	float:right;
	width:50%;
}
.consultancyleft{
	float:left;
	width:50%;
	padding-left:55px;
}
.zoom {
    transition: transform .5s;
}
.zoom:hover {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Safari 3-8 */
    transform: scale(1.5); 
}
.testimonialzoom {
    transition: transform .5s;
}
.testimonialzoom:hover {
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1); 
}
.navalign{
	float:left;
}
.searchcoursebtn{
	border-radius: 0;
    background-color: #1d6434;
    color: #fff;
    padding: 10px 15px;
	border:1px solid #1d6434;
}
.searchcoursebtn:hover{
	background-color: #0e4f23;
	color: #fff;
	border:1px solid #0e4f23;
}
.searchcourseinput{
	height: 42px;
    border-radius: 0;
}
.footerlogo{
	background:#fff;
	padding:25px 0;
}
.footerlogotext{
	font-size:18px;
	color:#333;
	font-weight:500;
	margin-bottom:5px;
}
.footer-logos {
    float: left;
    margin-right: 40px;
    margin-top: 5px;
    margin-bottom: 20px;
}
.contactloc{
	font-size:18px;
	color:#1d6434;
	margin:15px 0;
	font-weight:500;
}
.contactaddresstext{
	font-size:14px;
	color:#555;
	padding-bottom: 10px;
    line-height: 22px;
}
.contactaddressicon{
	font-size:22px!important;
	color:#555;
	margin-right:10px;
	float:left;
}
.ouraddress{
 	border-bottom:1px solid #ddd;
	padding-bottom:5px;
}
.addresshr{
	border-color:#ddd;
}
.contactsubmitbtn{
	float:right!important;
	background-color:#1d6434!important;
	color:#fff!important;
	border-radius:0px!important;
	padding:10px 25px!important;
	font-size:16px;
}
.coursedate{
	font-size: 18px;
    color: #80cc28;
    margin: 15px 0;
    font-weight: 500;
}
.pagecoursehead{
	font-size: 22px;
    color: #333;
    font-weight: 500;
}
.courseheading{
	font-size: 16px;
    color: #333;
    margin-top: 15px;
    font-weight: 500;
}
.coursecontent{
	font-size:15px;
	color:#555;
	padding:7px 0;
}
.courselist{
	border-bottom:1px solid #ddd;
}
.upcoursehead{
	border-bottom:2px solid #1d6434;
	line-height:30px;
}
.carcaptext{
	text-transform:uppercase;
	/*background: rgba(73, 152, 36, 0.8);
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;*/
	padding-bottom:0px;
	padding-top:0px;
	right:30%;
	left:30%;
	top:30%;
}
.x_016_search_form>form{
	margin-top:150px;
}
.x_016_search_form>form>input{
	height:40px;
}
.x_016_search_form>form>button{
	height:40px;
}
.tdstyle{ font-weight:600;}
.stickyhome {
    position: -webkit-sticky;
    position: sticky;
    top: -360px;
}
.stickyconsult {
	position: -webkit-sticky;
	position: sticky;
	top: 0px;
}
.aboutmenu li{
	padding:10px 0;
}
.aboutmenu li a{
	color:#555;
	text-decoration:none;
}
.aboutlisticon{
	color:#1d6434;
	font-size:18px;
	margin-right:5px;
}
.jobdetbtn{
	background-color:#1d6434;
	border-color:#1d6434;
}
.jobdetbtn:hover{
	background-color:#0e4f23;
	border-color:#0e4f23;
}
.content-margin3 {
    margin-top: 25px;
}
.certifivatevalidationbox{
	border:1px solid #ddd;
	margin-top: 25px;
}
.vb-title {
    font-size: 20px;
    font-weight: 500;
    color: #1d6434;
	padding-bottom:15px;
}
.certificateicon{
	font-size:20px;
	color:#fff;
}
.igroupaddon{
	background-color: #80cc28!important;
    border: 1px solid #80cc28!important;
}
.verifybtn{
	background-color:#1d6434;
	border-color:#1d6434;
	border-radius:0px;
}
.verifybtn:hover{
	background-color:#0e4f23;
	border-color:#0e4f23;
}
.reqinfoaddon{
	background-color: #ceeaaa!important;
    border: 1px solid #b0cc8d!important;
}
.reqinfoicon{
	font-size:30px;
	color:#1d6434;
}
.fcheight{
	height:44px!important;
}

#contactresult {
    padding: 15px 0;
    font-size: 16px;
	color:#1d6434;
}
.headerbg{
background-color:#fff;
}
.black-shadow {
    box-shadow: 0 2px 6px rgba(0,0,0,.32) !important;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index:1000;
}
.minheight375{
	min-height:375px!important;
}
.upcomingbatchtablehead{
    background-color: #545454;
    color: #fff;
    border-color: #545454;
}
.upcomingbatchtablesubhead{
    background-color: #e7e7e7;
    color: #555555;
    border-color: #e7e7e7;
}
.upcomingbatchtablehead th{
	text-align:center;
	border: 1px solid #fff!important;
}
.viewpronoshow{ display:block}
.viewproshow{ display:none!important}



.newstitle{
	font-size:20px;
	color:#333;
	padding:10px 0px;
	font-weight:500;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.newstitle a{
	color:#333;
	text-decoration:none;
}
.newstitle a:hover{
	color:#1d6434;
	text-decoration:none;
}
.newsdate{
	font-size: 12px;
    color: #999;
    font-weight: 500;
}
.mediasection{
	border-bottom:1px solid #ddd;
	padding-bottom:15px;
	padding-top:15px;
}

.greenbtn{
	background-color:#1d6434;
	border-radius:0;
	border-color:#1d6434;
	color:#fff;
	font-size:16px;
	outline:0;
	margin:10px 0;
}
.greenbtn:hover{
	background-color:#0e4f23!important;
	color:#fff;
	outline:0;
	border-color:#0e4f23!important;
}

.newsheading{
	font-size:30px;
	color:#333;
	font-weight:400;
	padding:20px 0;
}
.newsheading span{
	font-size:12px;
	color:#777;
	font-weight:normal;
}


#myCarousel .carousel-indicators {
    bottom: 0;
    left: 10px;
    margin-left: 5px;
    width: 100%;
}
#myCarousel .carousel-indicators li {
    border: medium none;
    border-radius: 0;
    float: left;
    height: 100px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 5px !important;
    margin-top: 0;
    width: 120px;
}
#myCarousel .carousel-indicators img {
    border: 2px solid #FFFFFF;
    float: left;
    height: 100px;
    left: 0;
    width: 120px;
}
#myCarousel .carousel-indicators .active img {
    border: 2px solid #39b3d7;
}
#myCarousel .carouselindicators{
	position:relative;
	left:30%;
	margin-top:15px;
}
.dropmenu>li>a{
	color:#555;
	font-weight:700;
}




/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 1270px) {
.defaultnavbar .navbar-nav>li>a {
	padding:10px 5px;
}
.ofcaddressblock{
	min-height:260px;
}
}
@media (max-width: 1200px) {
.defaultnavbar .navbar-nav>li>a {
	font-size: 13px!important;
	margin-left: 0px!important;
	padding-top:30px!important;
	padding:10px 3px;
}
.ofcaddressblock{
	min-height:280px;
}
}
@media (max-width: 991px) {
.greenbgcontact{
	padding:25px 15px;
}
.coursesblock{
	margin-bottom:30px;
}
.coursesblockhome{
	margin-bottom:30px;
}
.testimonialblock{
	margin-bottom:30px;
}
.ofcaddressblock{
	margin-bottom:30px;
}
.rightcolumnblock{
	margin-bottom:30px;
}
.arrow_box:after, .arrow_box:before {
	bottom: 100%;
	left: 50%;
	top:-3%!important;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 17px;
	margin-left: -17px;
}
.arrow_box:before {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 23px;
	margin-left: -23px;
}
.headwithoutbg:after{
	width:185px;
}
.courseslno{
	width:inherit;
	height:inherit;
	padding: 4px 10px;
}
.carcaptext{
	top:20%;
}
.defaultnavbar .navbar-nav>li>a
{
	font-size:12px!important;
    padding: 10px 3px;
}
.ofcaddressblock{
	min-height:360px;
}

}
@media (max-width: 959px) {
.viewpronoshow{ display:none}
.viewproshow{ display:block!important;}
}



@media (max-width: 768px) {
.courseslno{
	width:45px;
	height:40px;
	padding: 8px 8px;
}
.carcaptext{
	top:3%;
	right:0%;
	left:0%;
}

.noshow{ 
	display:none!important;
}
.logintext{
	margin-right:10px;
}
.contactsocialarea{
	margin-right:10px;
}


#rightHalf{
	width:100%;
	position:inherit;
}
#leftHalf{
	width:100%;
	position:inherit;
	padding-left:20px;
}
.consultancyright{
	width:100%;
}
.consultancyleft{
	width:100%;
	padding-left:20px;
	padding-bottom:15px;
}
.logo{
	margin-bottom:15px;
	width:100px;
}
.navalign{
	float:right;
}
.defaultnavbar .navbar-nav{
	margin:0px!important;
}
.defaultnavbar .navbar-nav>li>a {
    color: #fff;
	border-bottom:1px solid #fff;
}
.defaultnavbar .navbar-nav>.active>a, .defaultnavbar .navbar-nav>.active>a:focus, .defaultnavbar .navbar-nav>.active>a:hover{
	color:#fff;
	border-bottom:1px solid #fff;
}
.defaultnavbar .navbar-nav>li>a:focus, .defaultnavbar .navbar-nav>li>a:hover{
	color:#fff;
	border-bottom:1px solid #fff;
}
.defaultnavbar .navbar-nav>li>a{
	padding: 10px 15px!important;
}
.defaultnavbar .navbar-nav>.open>a, .defaultnavbar .navbar-nav>.open>a:focus, .defaultnavbar .navbar-nav>.open>a:hover {
    color: #fff!important;
    background-color: transparent!important;
}
.calandericon{
	margin-top:40px;
	margin-right:15px;
}
.container-2 .icon{
	margin-top:15px;
}
.container-2:hover .icon{
	margin-top:7px;
}
.container-2:hover input#search{
	width:280px;
	margin-top:20px;
}
.columnseparatorright{
	border-right:0px solid #ddd;
	min-height:inherit;
}
.columnseparatorleft{
	border-left:0px solid #ddd
}
.ofcaddressblock{
	min-height:inherit;
}
}
@media (max-width: 500px) {
.carcaptext{
	display:none;
}
.x_016_search_form>form>input{
	width:45%;
}
.x_016_search_form>form{
	margin-top:25%;
}
}

@media (min-width: 1270px){
.container {
    width: 1270px;
}
}
@media (min-width: 768px){
.navbar-right .ddmenu {
    right: auto;
    left: 15px;
}
.courseimgheight{
	height:190px;
}
.coursecontentheight{
	height:140px;
}
}
@media (max-width:991px) and (min-width:768px) {
.container {
    width: 98%;
}
.calandericon{
margin-left:0px;
}
}
@media (max-width:820px) and (min-width:768px) {
.calandericon {
	display:none;
}
.calandericon{
margin-left:0px;
}
}
@media only screen and (max-width: 767px) {
  #slide-navbar-collapse {
    position: fixed;
    top: 0;
    left: 15px;
    z-index: 99;
    width: 280px;
    height: 100%;
    background-color: #1d6434;
    overflow: auto;
  }
  .menu-overlay {
    display: none;
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
    /* IE7 & 8 */
    position: fixed;
    right: 0;
    top: 0;
    z-index: 49;
  }
}