html {
  -webkit-font-smoothing: antialiased;
   height: 100%;
}
body {
  font-family: 'Open Sans', sans-serif;
  line-height: 25px;
  font-weight: 400;
  background-color: #24599D;
  position:relative;
  min-height: 100%;
  padding-bottom: 7em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
/**** Default Configs ****/
.content-after-slider {
  z-index: 10;
  background-color: #fff;
  position: relative;
}
.btn-color1 {
  background-color: #57bcca;
  color: #fff;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.btn-color1:hover {
  background-color: #219eaf;
  color: #fff;
}
.btn-color1:focus {
  background-color: #219eaf;
  color: #fff;
}
.btn-color2 {
  background-color: #f1f1f1;
  color: #fff;
}
.btn-color3 {
  background-color: #eaf5f7;
  color: #fff;
}
.btn-color4 {
  background-color: #979797;
  color: #fff;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.btn-color4:hover {
  background-color: #7d7a7a;
  color: #fff;
}
::-moz-selection {
  background: #57bcca;
  color: #ffffff;
}
::selection {
  background: #89B610;
  color: #ffffff;
}
::-moz-selection {
  background: #57bcca;
  color: #ffffff;
}
.sc-animate {
  visibility: hidden;
}
.img-responsive {
  width: 100%;
}
.modal-open {
  padding-right: 0 !important;
}

/**** Labels ****/
.label {
  font-size: 80%;
  font-weight: 600;
  padding-top: 4px;
}
.label-default {
  background-color: #57bcca;
}
/**** Tooltip ****/
.tooltip .tooltip-inner {
  background-color: #57bcca;
  padding: 5px 10px;
  font-size: 14px;
  opacity: 1;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #57bcca !important;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #57bcca !important;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #57bcca !important;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #57bcca !important;
}
.my-tooltip {
  border-bottom: 1px dotted #57bcca;
  color: #57bcca;
}
/**** Top Navbar ****/
.top-navbar {
  padding: 0 10px;
  z-index: 15;
}
.top-navbar .navbar-brand {
  margin-top: 0;
}
.top-navbar .navbar-default {
  border: none;
  background-color: #ffffff;
}
.top-navbar .navbar-default .navbar-nav {
  margin-top: 25px;
  margin-right: 0;
}
.top-navbar .navbar-default .navbar-nav a {
  color: #4a4a4a;
}
.top-navbar .navbar-default .navbar-nav .active > a {
  background-color: #ffffff;
  font-size: 16px;
  color: #57bcca;
  text-decoration: none;
}
.top-navbar .navbar-default .navbar-nav .active > a:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #57bcca;
  position: absolute;
  left: 50%;
  bottom: -22px;
  margin-left: -5px;
}
.top-navbar ul li{margin-top:15px;}
.navbar-inverse .navbar-nav>li>a:hover, a:active, a:focus {
     outline:0px !important;
}

/**** Teaser Slider ****/
.teaser-slider {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 0;

}
.teaser-slider .item {
  height: 640px;
  background-color: #f1f1f1;
}
.teaser-slider .item .carousel-caption {
  display: none;
}
.teaser-slider .item img {
  position: absolute;
  margin: auto;
  top: 100px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
.teaser-slider .carousel-control {
  width: 58px;
  height: 74px;
  background-image: none;
  background-repeat: no-repeat;
  text-shadow: none;
  top: 55%;
  margin-top: -37px;
  padding-top: 25px;
}
.teaser-slider-ph {
  height: 340px;
  pointer-events: none;
}

/**** Call to Action ****/
.call-to-action {
  position: absolute;
  margin-top: -92px;
  margin-right: auto;
  margin-left: auto;
  left: 0;
  right: 0;
  z-index: 1;
}
.call-to-action .call-to-action-box {
  height: 173px;
  padding-top: 36px;
  border-bottom: 7px solid #57bcca;
  background-color: #ffffff;
  position: relative;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.call-to-action .call-to-action-box:hover {
  border-bottom-color: #219eaf;
}
.call-to-action .call-to-action-button {
  border: none;
  font-size: 19px;
  padding: 20px 30px 15px;
  vertical-align: top;
}
.call-to-action .call-to-action-button i {
  font-size: 30px;
  margin: -4px 10px 0 0;
  display: block;
  float: left;
}
.call-to-action .call-to-action-phone {
  display: block;
  font-size: 17px;
  color: #4a4a4a;
  font-weight: 400;
  margin-top: 20px;
  text-decoration: none;
}
.call-to-action .call-to-action-triangle {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid #ffffff;
  position: absolute;
  left: 50%;
  top: -30px;
  margin-left: -30px;
}

/**** Features ****/
.features {
  padding-top: 160px;
  padding-bottom: 85px;
  background-color: #f1f1f1;
}
.features h2 {
  text-align: center;
  font-size: 48px;
  font-weight: lighter;
  margin: 0 0 78px 0;
  padding: 0;
  color: #4a4a4a;
}
.features .feature {
  border-bottom: 7px solid #57bcca;
  background-color: #fff;
  padding-top: 34px;
  text-align: center;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.features .feature .feature-icon {
  width: 142px;
  height: 142px;
  margin: 0 auto;
  border: 2px solid #57bcca;
  border-radius: 71px;
  text-align: center;
  font-size: 50px;
  color: #57bcca;
  line-height: 142px;
  position: relative;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.features .feature .feature-icon:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #57bcca;
  position: absolute;
  left: 50%;
  bottom: 0px;
  margin-left: -4px;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.features .feature h3 {
  margin: 30px 0;
  padding: 0;
  font-size: 22px;
  font-weight: 400;
  color: #4a4a4a;
}
.features .feature p {
  margin: 0 10px 30px 10px;
  font-size: 14px;
}
.features .feature:hover {
  border-bottom-color: #219eaf;
}
.features .feature:hover .feature-icon {
  border-color: #219eaf;
  color: #219eaf;
}
.features .feature:hover .feature-icon i {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.features .feature:hover .feature-icon:after {
  border-bottom-color: #219eaf;
}

.carousel-reviews img{
    width: 100%; 
    height: auto;
} 
.carousel-reviews h4{
    color:#89B610;
    margin:0 0 10px;
    font-size:25px;
    font-weight:normal;
    text-align:center;
}
	.carousel-reviews .carousel-control.left,.carousel-reviews .carousel-control.right  {background:none;width:25px;}
	.carousel-reviews .carousel-control.left {left:-25px;}
	.carousel-reviews .carousel-control.right {right:-25px;top:0;}
	.block-text {
		background-color: #fff;
		border-radius: 5px;
		box-shadow: 0 3px 0 #2c2222;
		color: #626262;
		font-size: 14px;
		margin-top: 27px;
		padding: 15px 18px;
	}
	.block-text a {
		color: #303030;
		font-size: 20px;
		font-weight: normal;
		line-height: 21px;
		text-decoration: none;
	}
	.mark {
		padding: 12px 0;background:none;
	}
	.block-text p {
		color: #585858;
		line-height: 20px;
	}
	.sprite {
		background-image: url('../img/ui_sprite.png');
	}
	.sprite-i-triangle {
		background-position: 0 -1298px;
		height: 44px;
		width: 50px;
	}
	.block-text ins {
		bottom: -44px;
		left: 50%;
		margin-left: -60px;
	}
	.block {
		display: block;
	}
	.zmin {
		z-index: 1;
	}
	.ab {
		position: absolute;
	}
	.person-text {
		padding: 10px 0 0;
		text-align: center;
		z-index: 2;
	}
	.person-text a {
		color: #ffcc00;
		display: block;
		font-size: 14px;
		margin-top: 3px;
		text-decoration: underline;
	}
	.person-text i {
		color: #fff;
		font-size: 13px;
	}
	.rel {
		position: relative;
	}
/**** Location ****/
.location .location-map-container {
  height: 500px;
}
.location .location-address {
  background-color: #57bcca;
  color: #fff;
  font-size: 20px;
  height: 80px;
  opacity: 0.9;
  margin-top: -80px;
}
.location .location-address address {
  padding-top: 20px;
}
.location .location-address i {
  font-size: 36px;
}

/**** Attractions ****/
.attractions {
  padding: 80px 0 85px 0;
  background-color: #fff;
}
.attractions h2 {
  text-align: center;
  font-size: 48px;
  font-weight: lighter;
  margin: 0 0 70px 0;
  padding: 0;
  color: #4a4a4a;
}
.attractions p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 40px;
  color: #383838;
}
.attractions .attraction-video {
  margin-bottom: 30px;
  border-bottom: 7px solid #57bcca;
  padding-bottom: 1px;
}
.attractions .attraction-video .video-preview-img {
  position: relative;
}
.attractions .attraction-video .video-preview-img .video-play-button {
  width: 112px;
  height: 112px;
  background-color: #fff;
  border-radius: 56px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -56px 0 0 -56px;
  text-align: center;
  color: #585858;
  line-height: 112px;
  font-size: 48px;
  padding-left: 10px;
  -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out;
}
.attractions .attraction-video:hover .video-play-button {
  opacity: 0.5;
}
.attractions .attraction-link {
  margin-bottom: 30px;
  overflow: hidden;
}
.attractions .attraction-link a .attraction-img {
  position: relative;
}
.attractions .attraction-link a .attraction-img img {
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.attractions .attraction-link a .attraction-img .attraction-overlay {
  position: absolute;
  background-color: rgba(87, 188, 202, 0);
  border: none;
  width: 100%;
  height: 100%;
  top: 0;
  text-align: center;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.attractions .attraction-link a .attraction-img .attraction-overlay i {
  font-size: 46px;
  color: #fff;
  position: relative;
  top: calc(40%);
  /* 50% - 3/4 of icon height */
  opacity: 0;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.attractions .attraction-link a .attraction-caption {
  position: relative;
  background-color: #57bcca;
  color: #fff;
  border-top: 1px solid #fff;
  padding: 15px 20px 0 20px;
  height: 55px;
  font-size: 14px;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.attractions .attraction-link a .attraction-caption .attraction-caption-title {
  float: left;
  font-weight: 600;
}
.attractions .attraction-link a .attraction-caption .attraction-distance {
  float: right;
}
.attractions .attraction-link a .attraction-caption:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #fff;
  position: absolute;
  left: 50%;
  top: -16px;
  margin-left: -16px;
}
.attractions .attraction-link a .attraction-caption:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #57bcca;
  position: absolute;
  left: 50%;
  top: -15px;
  margin-left: -15px;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.attractions .attraction-link a:hover .attraction-img img {
  -webkit-transform: scale(1.24);
      -ms-transform: scale(1.24);
          transform: scale(1.24);
}
.attractions .attraction-link a:hover .attraction-img .attraction-overlay {
  background-color: rgba(87, 188, 202, 0.7);
}
.attractions .attraction-link a:hover .attraction-img .attraction-overlay i {
  opacity: 1;
}
.attractions .attraction-link a:hover .attraction-caption {
  background-color: #219eaf;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.attractions .attraction-link a:hover .attraction-caption:after {
  border-bottom-color: #219eaf;
}

/**** About Us ****/
.knowUs{
	padding: 45px 0 35px 0;
	background-color: #24599D;
}
.knowUs h1,.jobseekers h1{
    font-size: 43px;
    font-weight: bold;
    margin-bottom: 25px;
    color: #89B611;
    border-bottom: 5px solid #89B611;
    display: inline-block;
	text-transform: uppercase;
}
.knowUs .knowUs-info{
    margin: 0;
}
.knowUs .knowUs-info p{
    font-size: 15px;
    color: white;
	text-align: justify;
}
.knowUs .knowUs-info h3{
    font-size: 20px;
    color: white;
    font-weight: normal;
	margin: 15px 0 10px 0;
}

/**** Spacer ****/
.spacer {
  padding: 45px 0;
  background-color: #24599d;
}
.spacer_sm{
  padding: 30px 0;
  background-color: #24599d;
}
.spacer_xs{
  padding: 25px 0;
  background-color: #cbcbcb;
}

/**** Services ****/
.services {
  padding: 80px 0 37px 0;
  background-color: #f1f1f1;
}
.services h2 {
  text-align: center;
  font-size: 48px;
  font-weight: lighter;
  margin: 0 0 88px 0;
  padding: 0;
  color: #4a4a4a;
}
.services .service {
  margin-bottom: 53px;
}
.services .service .service-icon {
  width: 60px;
  height: 60px;
  margin: -20px auto 0 auto;
  border: 2px solid #57bcca;
  border-radius: 31px;
  text-align: center;
  font-size: 22px;
  color: #57bcca;
  line-height: 57px;
  position: relative;
  float: left;
}
.services .service .service-icon:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #57bcca;
  position: absolute;
  left: 50%;
  bottom: 0px;
  margin-left: -6px;
}
.services .service h3 {
  margin: 0 0 6px 77px;
  font-size: 20px;
  font-weight: 400;
  color: #4a4a4a;
}
.services .service p {
  margin: 0 0 0 77px;
}

/**** Content ****/
.content {
  padding: 50px 0 50px 0;
}
.content h2 {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 30px;
  color: #4a4a4a;
}
.content h3 {
  margin-bottom: 25px;
  font-size: 20px;
  color: #57bcca;
  font-weight: normal;
  line-height: 1.6;
}
.content p {
  margin-bottom: 25px;
}
.content p:last-of-type {
  margin-bottom: 0;
}
.content .btn {
  font-weight: 600;
}
.content .content-img-box {
  padding-bottom: 1px;
  border-bottom: 7px solid #57bcca;
}
.content .content-img-left,
.content .content-img-right {
  margin-bottom: 85px;
}
.content .content-img-left:last-of-type,
.content .content-img-right:last-of-type {
  margin-bottom: 0;
}

/**** Footer ****/
footer {
  background-color: #252525;
  color: #fff;
  min-height: 85px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
footer .logo{margin:10px 0 10px 0;}
.powered img{width:75px; height:auto;}
.useful{margin-top: 3em;}
.useful ul{list-style-type: square; color:#555555; margin:0;}
.useful li{display: inline-block; padding: 0 10px; float: left;}
.useful a{font-size:15px;color:#89B610;}
.useful a:hover{color:#fff}
footer .footer-copyright {
  margin: 15px 18px 10px 0;
  font-size: 13px;
  font-weight: normal;
  color:#555555;
}
footer .footer-social-media {
  list-style: none;
  font-size: 24px;
  margin-top: 30px;
}
footer .footer-social-media li {
  display: inline-block;
  padding: 0 10px;
  float: left;
}
footer .footer-social-media a {
  color: #89B610;
}
footer .footer-social-media a:hover {
  color: #fff;
}

footer .footer-social{  
        list-style: none;
        margin-top: 30px;
}
footer .footer-social li {
        display: inline-block;
        padding: 0 5px;
        float: left;
}
footer .footer-social a {
        background-color:#fff;
        border-radius:50%;
        padding:6px 4px;
        font-size: 24px;
        width: 50px;
        height: 50px;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        transition: all ease 0.3s;
}
footer .footer-social a:hover {
        box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
        -webkit-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -o-transform:rotate(360deg);
        -ms-transform:rotate(360deg);
        transform:rotate(360deg);
}
footer .footer-social a.icon-facebook{color:#3b5998;}
footer .footer-social a.icon-twitter{color:#00aced;}
footer .footer-social a.icon-linkedin{color:#007bb5;}
footer .footer-social a.icon-googleplus{color:#dd4b39;}
footer .footer-social a.icon-instagram{color:#125688;}
footer .footer-social a.icon-tumblr{color:#32506d;}
footer .footer-social a.icon-stumbleupon{color:#f74425;}
footer .footer-social a.icon-youtube{color:#bb0000;}
footer .footer-social a.icon-pinterest{color:#cb2027;}
footer .footer-social a.icon-rss{color:#ee802f;}

footer .footer-social a.icon-facebook:hover{background-color:#3b5998;color:#fff;}
footer .footer-social a.icon-twitter:hover{background-color:#00aced;color:#fff;}
footer .footer-social a.icon-linkedin:hover{background-color:#007bb5;color:#fff;}
footer .footer-social a.icon-googleplus:hover{background-color:#dd4b39;color:#fff;}
footer .footer-social a.icon-instagram:hover{background-color:#125688;color:#fff;}
footer .footer-social a.icon-tumblr:hover{background-color:#32506d;color:#fff;}
footer .footer-social a.icon-stumbleupon:hover{background-color:#f74425;color:#fff;}
footer .footer-social a.icon-youtube:hover{background-color:#bb0000;color:#fff;}
footer .footer-social a.icon-pinterest:hover{background-color:#cb2027;color:#fff;}
footer .footer-social a.icon-rss:hover{background-color:#ee802f;color:#fff;}
/**** Scroll Up Button ****/
.scroll-up-btn {
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  position: fixed;
  bottom: 44px;
  right: 25px;
  display: none;
  background-color: #89b610;
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.scroll-up-btn i {
  color: #fff;
}
.scroll-up-btn:hover {
  background-color: #89b610;
}

/**** Job seekers & Employers ****/
.jobseekers {background-color: #023664; min-height: 600px;}
.jobseekers h1, .locations h1{
    font-size: 43px;
    font-weight: bold;
    margin-bottom: 35px;
    color: #FFF;
    margin-top: 35px;
    border-bottom: 5px solid #89B611;
    display: inline-block;
	text-transform: uppercase;
}
.media img{width:84px;height:84px;border-radius:42px;border:2px solid rgba(152, 199, 25, 0.73);}
.media h4{font-size:16px; text-transform:uppercase; color:#FFF;}
.media p{font-size:14px; color:#FFF;}

/**** Jobs By Locations ****/
.locations{background-color:#023664;}
.locations img{width:100%;height:auto; float:right;}

/**** Blog ****/
.blog{background-color:#FFF;margin-bottom: 30px;}
.blog h1 {
    font-size: 43px;
    font-weight: bold;
    margin-bottom: 25px;
    color: #363636;
    margin-top: 35px;
    border-bottom: 5px solid #89B611;
    display: inline-block;
	text-transform: uppercase;
}
.bg_blur{
	height: auto;
}
.bg_blur img {width:100px; height: auto; border-radius: 50px;	border:2px solid #89B610;}
.picture {
    height:45px;
    width:45px;
    position:absolute;
    top: 18px;
}
.socil{
	left: -120px;
}
.blog .blog-icon:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 9px solid #89B610;
    border-right: 6px solid rgba(137, 182, 16, 0);
    border-bottom: 6px solid rgba(210, 0, 30, 0);
    border-top: 6px solid rgba(0, 0, 0, 0);
    position: absolute;
    left: 20%;
    bottom: 69px;
    margin-left: -7px;
    transform: rotate(40deg);
	-ms-transform: rotate(40deg); /* IE 9 */
    -webkit-transform: rotate(40deg); /* Chrome, Safari, Opera */
}
.blog-info{margin: 0 0 0 55px;}
.blog-info h4{font-size:18px; font-weight:bold; color:#24599d;}
.blog-info p{font-size:13px; color:#363636; margin: 10px 0 0 0;}
.blog-info a{color:#89B610;}
/* Blog social icons */
ul.social-network li {
	display: inline;
	margin: 0 1px;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoInstagram:hover {
	background-color:#18577d;
}
.social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoInstagram:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}
.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 40px;
	height: 40px;
	font-size:20px;
}
.social-circle li i {
	margin:0;
	line-height:40px;
	text-align: center;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}
.social-circle a {
 background-color: #89b610;   
}


/* UdghyogIndia Bloglist */
.bloglist-items {
    color: #7f8c8d;
    background-color: #fff;
    border-radius: 0 0 0.5em 0.5em;
}
.type-post.hentry {
	background: none repeat scroll 0 0 #f2f2f2;
	border: 1px solid #dadada;
	border-radius: 3px;
	margin-bottom: 30px;
	padding: 10px;
}
.hentry {
	margin: 0;
}
.single-view, .blog-item-wrap {
    margin-bottom: 0;
}
.single-featured {
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
    display: block;
    margin: auto;
}
.single-featured:hover {
    opacity: 0.8;
}
.post-inner-content {
	background-color: #f2f2f2;
	border: 0 none;
	padding: 20px 10px 0px;
}
.blog-item-wrap img{
	width: 100%;
    height: auto;
}
.page-header {
    margin: 0;
    border-bottom: 0;
    padding-bottom: 0;
}
.entry-title {
    margin-top: 0;
    color: #444;
    margin-bottom: 15px;
    font-size:18px;
/*    line-height: 45px;*/
}
.entry-title a {
    color: #89B611;
}
.entry-title a:hover, .entry-meta a:hover{color:#89B611;text-decoration:underline;}
.entry-meta {
/*    margin-bottom: 30px;*/
}
.entry-meta span {
    margin-right: 10px;
}
.entry-meta .fa {
    font-size: 14px;
    margin-right: 3px;
}
.entry-meta a {
    font-size: 13px;
    color: #6B6B6B;
}
.entry-meta a:active, .entry-meta a:focus{text-decoration:none;}
.single .byline, .group-blog .byline {
    display: inline;
    margin-right: 0;
}
.page-content, .entry-content, .entry-summary {
    margin: 1em 0 0;
}
.entry-content p{color:#7D7D7D}
.paging {
    margin-bottom: 20px;
    text-align: right;
	font-size: 16px;
}
.paging a, .paging span {
    margin-left: 10px;
	color:#5b6268;
}
.paging a:hover{color:#89B611;text-decoration:none}
.paging .newer i {
    margin-right: 5px;
}
.blogmore .btn {
    color: #fff;
    background-color: #89B611;
}
.blogmore .btn:hover{background-color:#337ab7}


/**** LOGIN MODAL ****/
.loginmodal-container {
  padding: 30px;
  max-width: 350px;
  width: 100% !important;
  background-color: #FFF;
  margin: 0 auto;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  border-top: 8px solid #89B610;
}
.loginmodal-container h1 {  text-align: center;  font-size: 1.8em;  color: #615F5F;}
.loginmodal-container input[type=submit] {
  width: 50%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}
.loginmodal-container input[type=text], input[type=password] {
  height: 38px;
  width: 100%;
  color: #525252;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.loginmodal-container input[type=text]:focus, input[type=password]:focus {outline: 1px solid #89b610;}
.loginmodal {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
/* border-radius: 3px; */
/* -webkit-user-select: none;
  user-select: none; */
}
.loginmodal-submit {
  /* border: 1px solid #3079ed; */
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  background-color: #89b610;
  padding: 10px 0px;
  font-size: 19px;
}

.loginmodal-submit:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #24599d;
}
.loginmodal-container a {
  text-decoration: none;
  color: #000;
  font-weight: 400;
  text-align: center;
  display: inline-block;
} 
.loginmodal-container  span  a{
  text-decoration: none;
  color: #24599d;
  font-weight: 400;
  text-align: center;
  display: inline-block;
}
.login-help{
  font-size: 12px;
}
.close {
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 1.2;
  filter: alpha(opacity=20);
  text-decoration: none;
  outline:0px !important;
}

/**** Blog Carousel ****/
#quote-carousel 
{
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}
#quote-carousel .carousel-control
{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
#quote-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: -20px;
  margin-right: -19px;
}
#quote-carousel .carousel-indicators>li 
{
  background: #24599d;
  width: 14px;
  height: 14px;
}
#quote-carousel .carousel-indicators .active 
{
  background: #333333;
  width: 15px;
  height: 15px;
}

/**MEDIA QUERIES*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    #quote-carousel     { margin-bottom: 0; padding: 0 40px 30px 40px;  }
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) { 
    
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    
    #quote-carousel .carousel-indicators {
        bottom: -20px !important;  
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}


/***** Jobseeker Carousel *****/
#testimoni-carousel 
{
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}

#testimoni-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: -20px;
  margin-right: -19px;
}
/***** Jobseeker Carousel *****/
#testimoni-carousel 
{
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}

#testimoni-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: -20px;
  margin-right: -19px;
}
/***** Consultant Carousel *****/
#consult-carousel 
{
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}

#consult-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: -20px;
  margin-right: -19px;
}

/**** form group for search job & search resume *****/
.searchJob {
	position:absolute;
  	top:5em;
	left:6%;
}
.searchJob, #searchResume, .input-group-addon{background-color: #89B610;}
.searchJob, #searchResume, .input-group-addon i{color:#fff;}
#searchResume {
	position:absolute;
  	top:5em;
	right:0;
}
.searchJob .form-group {position:absolute;z-index:10;top:20px;left:10px;right:auto;bottom:auto;}
#searchResume .form-group {position:absolute;z-index:10;top:20px;left:10px;right:auto;bottom:auto;}

/*----- Inner Pages Styles -----*/
span{color:#89B611; font-weight:bold;}
.spacer-single{	width:100%;	height:2em;	display:block;	clear:both;	}
.separator { line-height: 0.5; text-align: center; margin:0px;}
.pos-rel{position:relative;}
.pos-abs{position:absolute;bottom:5px;}
.no-padd{padding:0 !important;}
.no-margin{margin:0 !important;}
.m-top{margin-top:5.5em;}
.m-bottom{margin-bottom:1em;}
.bg-height{min-height:33em}
.gr-bg{background-color:#89B611; padding:1em; color:#FFF;}
.gr-bg h2{font-weight:normal;font-size: 1.4em;}
.inner-bg{background-color:#24599D;}
.line{border-bottom: 0.1em solid #ccc;margin:0.2em 0 0.5em 0;}
.r-line{border-right: 1px solid #ccc;}
.jobseeker, .referral{color:#7f8c8d; background-color: #fff; border-radius: 0 0 0.5em 0.5em;}
.jobseeker a{color:#89b610;}
.jobseeker p{color:#696969;line-height:20px;text-align:justify;}
.jobseeker ul{margin:0;padding:0;list-style-type:none;}
.job-top{margin-top: 1em;}
.jobseeker ul li{font-size:0.9em;}
.jobseeker .well{background-color:#eaedf1;margin-bottom:0.7em;}
.referral .well{background-color:#eaedf1;margin-bottom:0.7em;}
.bg-round{background-color:#f9f6f6; padding:0.7em; border-radius:2em;border: 0.1em solid #dee1e2;}
.jobseeker-settings{background-color: #89B611; color: #fff; padding: 0.6em; border-radius: 1em; margin-right: 0.5em;}
/* .jobseeker .btn{background-color: #eaedf1; padding: 10px; border: 1px solid #ccc; color:#7f8c8d;font-size: 1.2em;}
.jobseeker .btn i{color:#89B611;padding-right: 5px;}
.jobseeker .btn:hover{color:#89B611} */
.skill{background-color: #EAEDF1; border: 1px solid #dee1e2; border-radius: 3px; max-width: 16em; padding: 0.5em 0 0.5em 0;text-align:center}
.skill h2{font-size:1.2em}
.blog-img{width:100%;height:auto;}
.blog-lc{margin:10px 0 10px 0;}
.blog-lc i{padding-right:5px;}
.referral p{color:#696969;line-height:20px;text-align:justify;}
.referral h2{font-size:1.4em}
.profile{color:#7f8c8d; background-color: #fff;padding: 1em 0 1em 0;}
.profile img{width:7em; height:7em; border-radius:15em; border:1px solid; display:inline-block}
.profile h2{font-size:1.6em; color:#2c3e50;font-weight:700;}
.profile h3{font-size:1.1em}
.spacer-profile{width:100%;	height:1em;	display:block;	clear:both;	}
.profile p{color:#696969;line-height:20px;text-align:justify;}
.profile_cat{color:#7f8c8d; background-color: #fff;border-top: 5px solid #24599D;/* border-bottom: 5px solid #24599D;*/ padding: 0.7em;}
.profile_cat a{font-size:12px; color:#89B610; float:right}
.profile_tab_4{width:37%;margin-right:1%}
.profile_tab_8{width:62%;}
.profile_tab_3{width:33%;margin-right:1%}
.profile_tab_3_1{width:32%;}

.profile_cat img{width:100%; height:auto}
.profile_cat th{color:#7f8c8d; font-size:1.1em; font-weight:normal}
.profile_cat .table{margin:0}
.profile_cat .table-bordered {
    border: 0;
}
.profile_cat .table>thead:first-child>tr:first-child>th {
    border-left: 0;
}
.profile_cat .table-bordered>tbody>tr>td:last-child{
    border-right: 0;
}
.profile_cat .table-bordered>thead>tr>th:last-child {border-right: 0;}
.profile_cat .table-bordered>thead>tr>th{border-bottom:1px solid #ccc}
.profile_cat .table-bordered>tbody>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #ccc;
}
.profile_cat .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: 0px; border-bottom: 0px;     border-left: 0; }
.profile-buttons .btn{    display: inline-block;
    background-color: #89b610;
    padding: 4px;
    border: 0;
    color: #fff;
    border-radius: 0;}
.profile-buttons .btn i{color:#fff;padding-right:5px}
.profile-buttons .btn-xs{width:11em;}
.profile-buttons li a:hover{color:#fff !important}
.profile-buttons li{padding:3px;float:left}	
	
.profile_tab .panel-heading {padding:0}
.profile_tab .panel-body {color:#7f8c8d;}
.profile_tab>.panel-heading {background-color:#fff;border-color: #ccc}
.profile_tab .nav-tabs {border-bottom: 0;}
.profile_tab .nav-tabs>li>a{font-size:18px;}

.profile_cat .socialmedia{list-style: none;text-align:right}
.profile_cat .socialmedia li{display:inline-block}
.profile_cat .socialmedia b{color:#000}
.profile_cat .socialmedia a{font-size: 3em;color:#fff;float:none}
.profile_cat .socialmedia i{padding:6px}
.profile_cat .socialmedia .fa-linkedin{background-color:#007bb6;border-radius:5px}
.profile_cat .socialmedia .fa-facebook{background-color:#3b579d;border-radius:5px}
.profile_cat .socialmedia .fa-twitter{background-color:#2cbde2;border-radius:5px}
.profile_cat .socialmedia .fa-google-plus{background-color:#cc3333;border-radius:5px}

	.form1 {
    width: 100%;
    height: 40px;
    margin: 0;
    border: 2px solid #7D7D7D;
    }
	.form-left {
    width: 407px;
    height: 36px;
    float: left;
    background: #7D7D7D;
	}
	.details{height:36px;}
	.input-inner {
    width: 35%;
    height: 36px;
    padding-left: 3px;
    font-size: 12px;
	outline:0;
	}
	.input-inner2 {
    width: 23%;
    height: 36px;
    padding-left: 3px;
    font-size: 12px;
	outline:0;
	}
	.input-inner3 {
    width: 22%;
    height: 36px;
    border: 0px;
    padding-left: 3px;
    font-size: 12px;
	outline:0;
	}
	.input-inner4 {
    width: 17%;
    height: 36px;
    border: 0px;
    padding-left: 3px;
    font-size: 12px;
	outline:0;
	}
	.form-right button {
    height: 36px;
    float: right;
    background: #a6ce39;
	color:#fff;
	}
	.form-right button {
	background: #a6ce39; border: 0; outline:0;
	}
.dashboard .btn {
	letter-spacing: 1px;
	text-decoration: none;
	background: none;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    white-space: nowrap;
	font-size:14px;
	line-height:20px;
	font-weight:700;
	text-transform:uppercase;
	border: 3px solid;
	padding:8px 20px;
}
.dashboard .btn-outlined {
    border-radius: 0;
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
            transition: all 0.3s;
}
.dashboard .btn-outlined.btn-theme {
    background: none;
    color: #89B611;
	border-color: #89B611;
	width: 16em;
}
.dashboard .btn-outlined.btn-theme:hover,
.dashboard .btn-outlined.btn-theme:active {
    color: #FFF;
    background: #89B611;
    border-color: #89B611;
}
.dashboard_job .btn{
	background-color:#89B611;
	color:#fff;
	width:16em;
	border-radius:0;
	text-transform:uppercase;
}
.dashboard_job .btn:hover{background-color:#24599d;}
.dashboard_job .btn i{margin-right:5px;}
.employer_cat{background-color: #fff;border-top: 5px solid #24599D;padding: 0.7em;}
.employer_cat h2{font-size:1.3em; color:#7f8c8d;text-align:center}
.employer_cat .btn{text-align: center;border:1px solid #dee1e2;width:100%;margin-bottom:0.5em;padding:5px 0px;}
.btn-success{color:#FFF !important;}
.employer_cat a{color:#7f8c8d;font-size:1.2em}
.employer_cat  .btn.focus, .btn:focus, .btn:hover{color:#fff;background-color:#89B611}
.employer_cat .well-sm{background-color:#ededee;border:1px solid #dee1e2;}
.employer_cat .well-sm p{color:#7f8c8d;text-align:justify}
.employer_cat .table{color:#7f8c8d;}
.settings .btn{text-align: center;background-color:#eaedf1;border:1px solid #dee1e2;margin-bottom:0.5em;padding:10px 20px}
.settings a{color:#7f8c8d;}
.settings i{padding:5px}
.settings  .btn.focus, .btn:focus, .btn:hover{color:#fff;background-color:#89B611}
.technical .btn{background-color:#}


.btn-social{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height: 30px;}.btn-social :first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
.btn-social.btn-lg{padding-left:61px}.btn-social.btn-lg :first-child{line-height:45px;width:45px;font-size:1.8em}
.btn-social.btn-sm{padding-left:38px}.btn-social.btn-sm :first-child{line-height:20px;width:28px;font-size:1.4em}
.btn-social.btn-xs{padding-left:30px}.btn-social.btn-xs :first-child{line-height:20px;width:20px;font-size:1.2em}
.btn-social-icon{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:34px;width:34px;padding-left:0;padding-right:0}.btn-social-icon :first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
.btn-social-icon.btn-lg{padding-left:61px}.btn-social-icon.btn-lg :first-child{line-height:45px;width:45px;font-size:1.8em}
.btn-social-icon.btn-sm{padding-left:38px}.btn-social-icon.btn-sm :first-child{line-height:28px;width:28px;font-size:1.4em}
.btn-social-icon.btn-xs{padding-left:30px}.btn-social-icon.btn-xs :first-child{line-height:20px;width:20px;font-size:1.2em}
.btn-social-icon :first-child{border:none;text-align:center;width:100% !important}
.btn-social-icon.btn-lg{height:45px;width:45px;padding-left:0;padding-right:0}
.btn-social-icon.btn-sm{height:25px;width:30px;padding-left:0;padding-right:0}
.btn-social-icon.btn-xs{height:22px;width:22px;padding-left:0;padding-right:0}
.btn-facebook{color:#fff;background-color:#3b5998;border-color:rgba(0,0,0,0.2)}.btn-facebook:hover,.btn-facebook:focus,.btn-facebook:active,.btn-facebook.active,.open .dropdown-toggle.btn-facebook{color:#fff;background-color:#30487b;border-color:rgba(0,0,0,0.2)}
.btn-facebook:active,.btn-facebook.active,.open .dropdown-toggle.btn-facebook{background-image:none}
.btn-facebook.disabled,.btn-facebook[disabled],fieldset[disabled] .btn-facebook,.btn-facebook.disabled:hover,.btn-facebook[disabled]:hover,fieldset[disabled] .btn-facebook:hover,.btn-facebook.disabled:focus,.btn-facebook[disabled]:focus,fieldset[disabled] .btn-facebook:focus,.btn-facebook.disabled:active,.btn-facebook[disabled]:active,fieldset[disabled] .btn-facebook:active,.btn-facebook.disabled.active,.btn-facebook[disabled].active,fieldset[disabled] .btn-facebook.active{background-color:#3b5998;border-color:rgba(0,0,0,0.2)}
.btn-linkedin{color:#fff;background-color:#007bb6;border-color:rgba(0,0,0,0.2)}.btn-linkedin:hover,.btn-linkedin:focus,.btn-linkedin:active,.btn-linkedin.active,.open .dropdown-toggle.btn-linkedin{color:#fff;background-color:#005f8d;border-color:rgba(0,0,0,0.2)}
.btn-linkedin:active,.btn-linkedin.active,.open .dropdown-toggle.btn-linkedin{background-image:none}
.btn-linkedin.disabled,.btn-linkedin[disabled],fieldset[disabled] .btn-linkedin,.btn-linkedin.disabled:hover,.btn-linkedin[disabled]:hover,fieldset[disabled] .btn-linkedin:hover,.btn-linkedin.disabled:focus,.btn-linkedin[disabled]:focus,fieldset[disabled] .btn-linkedin:focus,.btn-linkedin.disabled:active,.btn-linkedin[disabled]:active,fieldset[disabled] .btn-linkedin:active,.btn-linkedin.disabled.active,.btn-linkedin[disabled].active,fieldset[disabled] .btn-linkedin.active{background-color:#007bb6;border-color:rgba(0,0,0,0.2)}
.btn-twitter{color:#fff;background-color:#2ba9e1;border-color:rgba(0,0,0,0.2)}.btn-twitter:hover,.btn-twitter:focus,.btn-twitter:active,.btn-twitter.active,.open .dropdown-toggle.btn-twitter{color:#fff;background-color:#1c92c7;border-color:rgba(0,0,0,0.2)}
.btn-twitter:active,.btn-twitter.active,.open .dropdown-toggle.btn-twitter{background-image:none}
.btn-twitter.disabled,.btn-twitter[disabled],fieldset[disabled] .btn-twitter,.btn-twitter.disabled:hover,.btn-twitter[disabled]:hover,fieldset[disabled] .btn-twitter:hover,.btn-twitter.disabled:focus,.btn-twitter[disabled]:focus,fieldset[disabled] .btn-twitter:focus,.btn-twitter.disabled:active,.btn-twitter[disabled]:active,fieldset[disabled] .btn-twitter:active,.btn-twitter.disabled.active,.btn-twitter[disabled].active,fieldset[disabled] .btn-twitter.active{background-color:#2ba9e1;border-color:rgba(0,0,0,0.2)}
.btn-rss{color:#fff;background-color:#FA9B39;border-color:rgba(0,0,0,0.2)}.btn-rss:hover,.btn-rss:focus,.btn-rss:active,.btn-rss.active,.open .dropdown-toggle.btn-rss{color:#fff;background-color:#fc8b17;border-color:rgba(0,0,0,0.2)}
.btn-rss:active,.btn-rss.active,.open .dropdown-toggle.btn-rss{background-image:none}
.btn-rss.disabled,.btn-rss[disabled],fieldset[disabled] .btn-rss,.btn-rss.disabled:hover,.btn-rss[disabled]:hover,fieldset[disabled] .btn-rss:hover,.btn-rss.disabled:focus,.btn-rss:focus,.btn-rss.disabled:active, .btn-rss:active,.btn-rss.disabled.active,.btn-rss.active{background-color:#FA9B39;border-color:rgba(0,0,0,0.2)}

/* registration */
	.regform {
		width: 100%;
		height: 44px;
		color: #888787;
		margin: 30px 0;
		border: 4px solid rgba(125, 125, 125, 0.76);
	}
	.regform-left {
		width: 100%;
		height: 36px;
		float: left;
		background: #7D7D7D;
	}
	.regform-right button {
		background: #a6ce39;
		width: 100%;
		height: 36px;
		border: 0;
		outline:0;color:#fff;
	}
	.registration{background-image: url("../img/registration_bg.jpg");padding: 1em 0 1em 0;
		background-repeat: no-repeat;
		background-position: center;
	}
	.registration  .panel-default {
		opacity: 0.9;
		margin-top:30px;
	}
	.registration .form-group.last { margin-bottom:0px; }
	.registration .form-group {
		position: inherit;
		margin-bottom:0.5em;
	}
	.registration .form-group.last .btn{color:#fff;background-color:#89b610;font-size:1em}
	.registration .form-group.last .btn:hover{background-color:#24599d;}
	.registration .form-horizontal .control-label {font-weight:normal}
/* Login */
	.ui_login{background-image: url("../img/login_bg.jpg");
		padding: 1em 0 1em 0;
		background-repeat: no-repeat;
		background-position: center;
		height:39em;
	}
	.ui_login .panel-default {opacity: 0.9;margin-top:30px;}
	.ui_login .form-group.last { margin-bottom:0px; }
	.ui_login .form-group {position: inherit;margin-bottom:0.5em;}
	.ui_login .form-group.last .btn{color:#fff;background-color:#89b610;font-size:1em}
	.ui_login .form-group.last .btn:hover{background-color:#24599d;}
	.ui_login .form-horizontal .control-label {font-weight:normal}
	.ui_login h2{color:#fff;font-size:1.8em;}
	.ui_login p{color:#fff;margin:5px 0}
/* forgot Password */
	.forgotpwd{background-image: url("../img/forgotpwd_bg.jpg");
		padding: 1em 0 1em 0;
		background-repeat: no-repeat;
		background-position: center;
		height:39em;
	}
	.forgotpwd .panel-default {opacity: 0.9;margin-top:30px;}
	.forgotpwd .form-group.last { margin-bottom:0px; }
	.forgotpwd .form-group {position: inherit;margin-bottom:0.5em;}
	.forgotpwd .form-group.last .btn{color:#fff;background-color:#89b610;font-size:1em}
	.forgotpwd .form-group.last .btn:hover{background-color:#24599d;}
	.forgotpwd .form-horizontal .control-label {font-weight:normal}
	
/* Udhyogindia Blogs */
	.ui_blog{color:#7f8c8d; background-color: #fff;padding: 1em 0 1em 0;}
	.ui_blog h2{font-size: 2.5em;color: #363636; border-bottom:6px solid #89B610;}
	.ui_blog h3{margin: 25px 0 0 -10px; font-size:1.3em;color:#24599d;}
	.ui_blog h4{color:#303030;margin: 0.8em 0;}
	.ui_blog p{color:#6D6D6D}
	#bloglist{ position: relative;
		overflow-y: scroll;
		height: 450px;
	}
	.blogitem{margin:0 0 0.8em 0;}
	.blogitem img{width:6em;height:6em;border-radius:3em;border:2px solid #BEBFBC;}
	.blogitem span{color:#24599d;}
	.blogitem p{color:#24599d;font-weight:bold;margin:0}
	.title{margin-top:0.8em}
	.blogitem p.tagline{color:#6B6A6A;margin:0;font-weight: normal;font-size: 0.9em;}
	.comment a{color:#89B610;padding:0 1em 0 0; font-size:1.2em}
	.comment i{margin-right:4px}
	.registry{margin-top:2em;}
	.ui_blog .social{font-size: 20px;margin-top:8em}
	.ui_blog .social a{color:#89B610;}
	.ui_blog .social a:hover{color:#24599d;}
	.ui_blog blockquote {
		padding: 1px 8px;
		margin: 10px 0 10px;
		font-size: 1empx;
		border-left: 4px solid #89B610;
	}
	.ui_blog blockquote h4{margin:0.5em 0;}
	#blogger-comments{margin-bottom:1em;display:none; border:1px solid #ccc;}
	@media only screen and (max-width: 1279px) {.ui_blog .social {
		margin-top: 0;}
	}
	#blogger-comments h3{
		font-size:1.5em;
		margin:0.5em 0 1em 0.5em
	}
	#blogger-comments label{
		color: black;
		font-weight: normal;
	}
	#blogger-comments .form-group{margin:0 0 0.5em;}
	#cmt_name{
		display: inline-block;
	}
	#cmt_msg{
		display: inline-block;
		height: 8em;
	}
	#cmt_msg textarea{
		display: inline-block;
		height: auto;
		margin-left: 50px;
		margin-top: 30px;
	}
	#blogger-comments .btn-success{
		background-color:#89B610;
		border:0;}
	#blogger-comments .btn-danger{
		background-color:#B70303;
		border:0;}
	.error  {
		color: #F00 !important;
	}	
	.error  p{
		color: #F00 !important;
	}	
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#89B610}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-toggle {background-color:#24599d;}
	.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #24599d;
}
/*========= R E S P O N S I V E Q U E R I E S =========*/

@media(min-width:320px) and (max-width: 480px) {
	body{padding-bottom:15em;}
	.navbar-brand>img {
		width:75%;
		margin-top: -55px;
	}
	.navbar-nav {
		margin-top: 0px;
		background-color: #000;
		text-align: center;
	}
	.navbar-nav>li>a {
		padding: 15px;
		line-height: 0px;
	}
	.navbar-brand{height:auto;}
	.teaser-slider .item img{ top: -346px;}
	.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
		top: -168px;}
	.teaser-slider-ph { height: 214px; }
	.knowUs h1,.jobseekers h1, .locations h1 ,.blog h1 { font-size: 25px;}
	.spacer { padding: 25px 0;}
	.spacer_sm{	padding: 15px 0;}
	.spacer_xs{	padding: 15px 0;}
	.socil{	left: 0;bottom:10px;}
	.blog .blog-icon:after {	left: 11%;}
	.blog{margin: 0;left:0;}
	.scroll-up-btn { width: 35px; height: 35px; bottom: 25px; right: 12px; line-height: 30px;}
	.profile_tab_3,.profile_tab_3_1{width:100%;margin:0}
	.profile_cat .socialmedia{text-align:center}
}
@media(min-width:768px) and (max-width: 1280px) {
	.top-navbar ul li {margin:0}
	.nav>li>a {padding:0 7px;}
	.navbar-right{margin: 28px 0;}
	.teaser-slider .item img {top:-11.1em;}
	.teaser-slider .carousel-control {top:35%}
}
@media(min-width:320px) and (max-width: 1020px) {
	.job-top {
		margin-top: 0;
	}
}
@media(min-width:480px) and (max-width:800px){
	.navbar-brand>img {margin-top:0;}
}
@media (min-width: 320px) and (max-width:960px){
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a{text-align:center;}
}
@media(min-width:640px) and (max-width:960px){
	.navbar-nav{    margin-top: 0px;
    background-color: #000;
    text-align: center;
	}
}

.main-text{
    position: relative;
    }
	.main-text img{width:100%;height:auto;}
	.body-text{
		top: 14em;
		color: #FFF;
                height: 330px;
	}
	.body-text h1{color:#89b610;font-size:30px;font-weight:bold}
	.body-text h3{color:#FBDF09;font-weight:normal;margin-top:5px;}
	.ui_slider .carousel-indicators {
		position: relative;}
	.ui_slider .carousel-control.left , .carousel-control.right {
		top: 16em;
		background-image: none;
		filter: none;
		background-repeat: none;
	}
	.ui_cando {
    padding: 5px 20px;
    border-top: 1px solid #FBDF09;
    border-bottom: 1px solid #FBDF09;
    width: 50%;
    margin: 10px auto;
	}
	.ui_cando i{color:#fff;margin-right:6px;}
	.ui_cando ul li{display:inline;}
	.videomodal-container {
		padding: 30px;
		width: 100%;
		background-color: #FFF;
		margin: 0 auto;
		border-radius: 2px;
		box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
		overflow: hidden;
		border-top: 8px solid #89B610;
	}


.mini-submenu{
		display:none;  
		background-color: rgba(0, 0, 0, 0);  
		border: 1px solid rgba(0, 0, 0, 0.9);
		border-radius: 4px;
		padding: 9px;  
		/*position: relative;*/
		width: 42px;
	}
	.mini-submenu:hover{
		cursor: pointer;
	}
	.mini-submenu .icon-bar {
		border-radius: 1px;
		display: block;
		height: 2px;
		width: 22px;
		margin-top: 3px;
	}
	.mini-submenu .icon-bar {
		background-color: #000;
	}
	#slide-submenu{
		background: rgba(0, 0, 0, 0.45);
		display: inline-block;
		padding: 0 8px;
		border-radius: 4px;
		cursor: pointer;
	}
	.sidebar a{
		font-size:14px;
		float:none;
		color:#696969;
		cursor:default;
	}
	.sidebar a:hover{color:#89B610;}
	.sidebar .btn{
		float:right;
		background-color: #89B611;
		border: 0;
		/*margin-top: 3px;*/
	}
	.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
		z-index: 2;
		color: #fff;
		background-color: #24599D;
		font-weight: normal;
		font-size: 16px;
	}
	.list-subgroup li{color:#696969;display: block;
		padding: 8px 20px;
		clear: both;border-bottom: 1px solid #ccc;
		cursor:default;
	}
	.list-subgroup li:last-child{border-bottom:0;}
	.list-subgroup li:hover{color:#89B611;}
	.sliding-list .dropdown-submenu {
		position: relative;
	}
	.sliding-list .dropdown-submenu>.dropdown-menu {
		top: 0;
		left: 100%;
		margin-top: 0px;
		margin-left: 0px;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.sliding-list .dropdown-submenu:hover>.dropdown-menu {
		display: block;
	}
	.sliding-list .dropdown-submenu>a:after {
		display: block;
		content: " ";
		float: right;
		width: 0;
		height: 0;
		border-color: transparent;
		border-style: solid;
		border-width: 8px 0 8px 8px;
		border-left-color: #89B611;
		margin-top: 5px;
		margin-right: 3px;
	}
	.sliding-list .dropdown-submenu:hover>a:after {
		border-left-color: #fff;
	}
	.sliding-list .dropdown-submenu.pull-left {
		float: none;
	}
	.sliding-list .dropdown-submenu.pull-left>.dropdown-menu {
		left: -100%;
		margin-left: 10px;
		-webkit-border-radius: 6px 0 6px 6px;
		-moz-border-radius: 6px 0 6px 6px;
		border-radius: 6px 0 6px 6px;
}

/************* sankar **********/
.error {
    color: #F00;
}
.btn-xs:hover {
    cursor: pointer;
}
.clearfix {
    clear: both;
}
/************* jobdescription page **********/
.jobdescription{background-color:#fff;}
	.desc-box{background-color:#fff;padding:10px;}
	.desc-box-top h2{color:#3A65BE;font-size:22px;margin-bottom:10px;}
	.desc-box-top p{display:inline;color: #545454;padding: 0 15px 0 0;}
	.desc-box-top p:last-child{float:right;}
	.desc-box-top i{margin-right:5px;}
	.desc-box-top p span{color:#89B611;font-weight:normal;}
	.desc-box-inner{border:1px solid;padding:5px;margin:10px 0 10px 0;min-height: 135px;background: #E5E5E5;}
	.desc-box-inner img{width:100px;height:auto;float:left;margin:0 5px 5px 0;}
	.desc-box-inner h2,.desc-box-jd h2{color:#414141;font-size:18px;margin-bottom:5px;}
	.desc-box-inner p, .desc-box-jd p{color:#676767;font-size:13px;}
	.desc-box-inner h4{color:#89B611;font-size:14px;}
	.desc-box-inner a:hover{text-decoration:none;}
	.desc-box-inner i{margin-right:5px;}
	.desc-box-btngrp p{color:#414141;display:inline;padding:0 10px 0 0;}
	.desc-box-jd{background-color:#fff;padding:10px;}
	.btn-apply,.btn-apply:hover{background-color:#24599D;color:#fff;}
	.btn-save{background-color:#89B611;color:#fff;}
	.desc-effect8{
		position:relative;       
		-webkit-box-shadow:0px 1px 8px rgba(0, 0, 0, 0.88);
		-moz-box-shadow:0px 1px 8px rgba(0, 0, 0, 0.88);
		box-shadow:0px 1px 8px rgba(0, 0, 0, 0.88);
	}

	.company_page{background-color:#fff;}
	.company img{width:100%;height:50%;}
	.company_blocks img{width:100%;height:200px;margin-bottom:10px;}
	.we_are h2, .team h2, .client_testimoni h2, .company_jobs{color:#383838;margin:10px 0 10px 0;}
	.we_are p, .company_jobs p{text-align:center;color:#484242;}
	.team img{width:100%; height:200px;margin-bottom:10px;}
	.team h4{color:#383838;}
	.team p{color:#484242;text-align:justify;}
	.team h5{color:#484242;margin-bottom:10px;}
	.client_testimoni img{width:90px;height:90px;border-radius:50%;margin-bottom:10px;border: 2px solid #89B610;}
	.testimoni_bg{background-color: #4166af;
  
    padding: 10px;
    margin-bottom: 10px;
   
}
	.testimoni_bg h2{color:#fff;font-size:14px;font-weight:normal;margin:0;}
	.testimoni_bg span{color:#fff;font-weight:normal;font-size:12px;margin-bottom:5px;}
	.testimoni_bg p{font-size:12px;margin:0;text-align:justify;line-height:13px;color:#fff;font-weight:normal;height: 90px;
   overflow-x: scroll;
   overflow: overlay;}
	.testimoni_bg:after {
        content: '';
		width: 0;
		height: 0;
		border-left: 18px solid #4166AF;
		border-right: 14px solid rgba(137, 182, 16, 0);
		border-bottom: 6px solid rgba(210, 0, 30, 0);
		border-top: 12px solid rgba(0, 0, 0, 0);
		position: absolute;
		left: -2%;
		   top: 40px;
		margin-left: -6px;
		transform: rotate(40deg);
		-ms-transform: rotate(40deg);
		-webkit-transform: rotate(56deg);
}
.comp-nav{
background-color: transparent !important;
border:none;
}
.rounded{height:150px; width:150px; border-radius:50%;}
.navbar-default .company-nav>li>a {color: #1D1D1D;}
.navbar-default .company-nav>li>a:hover {color: #89B610;}
.text-bg{background-color:#89B611;padding:20px;}
.text-bg h2{font-size:26px;color:#fff;}
.company_jobs_box{border:1px solid #ADADAD;margin-bottom:30px;}
.company_jobs_box h2{color:#383838;margin:10px 0 10px 0;font-size:20px;}
.select{padding: 5px;}
.marginLR1{margin:0px 5px;}
.text-left{text-align:left !important;}
.text-center{text-align:center !important;}
.text-right{text-align:right !important;}
.pull-right{float:right}.pull-left{float:left}
.backlink{color:#696969}
.accord{cursor: pointer;background: #E5E5E5;padding: 5px 10px;margin-bottom: 2px;}
.colorblack{color:#000 !important;text-decoration: none;}
.colorblack:hover{text-decoration: none;}
.text-transform-ui{
    text-transform: capitalize;
}	

#selectskilllist{float:left;list-style:none;margin-top:0px;padding:0;width:165px;position: absolute;z-index: 3;}
#selectskilllist li{padding: 10px; background: #f0f0f0; border-bottom: #bbb9b9 1px solid;    color: #7f8c8d;}
#selectskilllist li:hover{background:#ece3d2;cursor: pointer;    color: #7f8c8d;}