/*@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);*/
/*@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,100,300,900);*/

body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  color: #333;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

h2 {
      font-size: 25px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 300;
    text-align: center;
}

h3 {
  font-size: 18px;
}

a {
    -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;
}

h2:after {
  height: 2px;
    background: #333;
    width: 50px;
    display: block;
    content: '';
    margin: 0px auto;
  -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;
}

h2:hover:after { width: 40%; background: #098300; }

.btn {
  /*border: 0;*/
  border-radius: 0;
}

.btn.btn-primary:hover {
  background-color: #017fb5;
}

.navbar-nav li a:hover, 
.navbar-nav li a:focus {
  outline:none;
  outline-offset: 0;
  text-decoration:none;  
  background: transparent;
}

a {
  text-decoration: none;
  
}

a:focus, 
a:hover {
  text-decoration: none;
  outline: none
}

.navbar-brand:hover {
    color: #098300;
}

.navbar-brand .subheading{
  font-size: 10px;
  margin-top: -12px;
}

section {
  padding: 10px 0;
}

.heading {
  /*padding-bottom:10px;*/
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: #fff;
}

.preloader > img {
  position: absolute;
  font-size: 36px;
  line-height: 36px;
  top: 50%;
  left: 40%;
  /*height: 36px;
  width: 36px;*/
  margin-top: -15px;
  margin-left: -15px;
  display: inline-block;
}

.loader{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: rgba(255,255,255,.6);
}

.loader >img{
  position: absolute;
  font-size: 36px;
  line-height: 36px;
  top: 50%;
  left: 45%;
  /*height: 36px;
  width: 36px;*/
  margin-top: -15px;
  margin-left: -15px;
  display: inline-block;
}


::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
  background-color: #F5F5F5;
}

::-webkit-scrollbar
{
  width: 6px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.2);
  background-color: #555;
}

/*************************
********Home CSS**********
**************************/
#home-slider {
  overflow: hidden;
  position: relative;
  margin-top: 50px;
}

#home-slider .caption {
  position: absolute;
  top: 50%;
  margin-top: -104px;
  left: 0;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  z-index: 15;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}

#home-slider .caption h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
}

.caption .btn-start {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 7px 40px;
  border: 1px solid #6e6d6c;
  border-radius: 4px;
  margin-top: 10px;
}

.caption .btn-start:hover {
  color: #fff
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  background-repeat: no-repeat;
  background-size: cover;
  height: 2037px;
}

.carousel-fade .carousel-inner .item:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,.2);
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.left-control, .right-control {
  position: absolute;
  top: 50%;
  height: 51px;
  width: 51px;
  line-height: 48px;
  border-radius: 50%;
  border:1px solid #fff;  
  z-index: 20;
  font-size: 24px;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.left-control {
  left: -51px
} 

.right-control {
  right: -51px;
}

.left-control:hover, 
.right-control:hover {
  color: #fff;
}

#home-slider:hover .left-control {
  left:30px
} 

#home-slider:hover .right-control {
  right:30px
}

#home-slider .fa-angle-down {
  position: absolute;
  left: 50%;
  bottom: 50px;
  color: #fff;
  display: inline-block;
  width: 24px;
  margin-left: -12px;
  font-size: 24px;
  line-height: 24px;
  z-index: 999;
  -webkit-animation: bounce 3000ms infinite;
  animation: bounce 3000ms infinite;
}

.navbar-right li a ,.navbar-right li ul li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  padding-top: 5px;
  padding-bottom: 5px;
}

.navbar-right li.active a {
  background-color: rgba(0,0,0,.2);
}

.navbar-right li:hover > a {
  background-color: rgba(0,0,0,.3);
}

.navbar-brand h1 {
  margin-top: 5px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .navbar-right li a ,.navbar-right li ul li a {
  color: #fff;
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 600;
  padding: 5px !important;
 
}
  

}

/*************************
********Service CSS*******
**************************/

.service-icon {
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 36px;
  height: 90px;
  line-height: 90px;
  width: 90px;  
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.our-services .col-sm-4:hover .service-icon {
  background-color: #333;
}

.our-services .col-sm-4 {
  border-right:1px solid #f2f2f2;
  border-bottom:1px solid #f2f2f2;
  padding-bottom: 50px;
}

.our-services .col-sm-4:nth-child(4), 
.our-services .col-sm-4:nth-child(5), 
.our-services .col-sm-4:nth-child(6) {
  border-bottom:0;
  padding-top: 60px;
}

.our-services .col-sm-4:nth-child(3), 
.our-services .col-sm-4:nth-child(6) {
  border-right:0;
}

.service-info h3 {
  margin-top: 35px;
}

/*************************
********About CSS*******
**************************/
#about-us {
  background-image: url(../image/pattern.png);
  padding: 10px 0;
  background-repeat: repeat;
}

#about-us h2 {
  margin-top: 0;
  /*color: #fff;*/
}

#about-us .lead {
  font-size: 16px;
  margin-bottom: 10px;
}

#about-us h1 {
  margin-bottom: 30px;
}

.progress{
  height: 20px;
  background-color: #fff;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  margin-bottom: 25px;
}

.progress-bar{
  box-shadow: none;
  -webkit-box-shadow: none;
  text-align: right;
  padding-right: 12px;
  font-size: 12px;
  font-weight: 600;
}


.progress .progress-bar.six-sec-ease-in-out {
  -webkit-transition: width 2s ease-in-out;
  transition:  width 2s ease-in-out;
}

/*************************
********portfolio CSS*****
**************************/

#portfolio .container-fluid, 
#portfolio .col-sm-3  {
  overflow: hidden;
  /*padding: 0;*/
}

#portfolio .folio-item {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
}

#portfolio .overlay {
  background-color: #000;
  color: #fff; 
  left: 0;
  right:0;
  bottom:-100%;
  height: 0;
  position: absolute;
  text-align: center;
  opacity:0;  
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.overlay .overlay-content {
  display: table;
  height: 100%;
  width: 100%;
}

.overlay .overlay-text {
  display: table-cell;
  vertical-align: middle;
}

.overlay .folio-info {
  opacity: 0;
  margin-bottom: 75px;
  margin-top: -75px;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.overlay .folio-info h3 {
  margin-top: 0;
  color: #fff;
}

.folio-overview a {
  font-size: 18px;
  color: #333;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-color: #fff;
  display: inline-block;
  margin-top: 20px;
  margin-right: 5px;
}

.folio-overview a:hover {
  color: #fff;
}

.folio-overview .folio-expand {
  margin-top: -500px;
  margin-left: -500px;
}

.folio-image, .folio-overview .folio-expand {
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

#portfolio .folio-item:hover .folio-image {
  -webkit-transform: scale(1.5) rotate(-15deg);
  transform: scale(1.5) rotate(-15deg);
}

.folio-image img {
  width: 100%;
}

#portfolio .folio-item:hover .overlay {
  opacity: 0.8;
  bottom: 0;
  height: 100%;
}

#portfolio .folio-item:hover .folio-overview .folio-expand {
  margin-top: 0;
  margin-left:0;
}

#portfolio .folio-item:hover .overlay .folio-info {
  opacity: 1;  
  margin-bottom:0;
  margin-top:0;
}


#single-portfolio {
  padding: 90px 0;
  background: #f5f5f5;
  position: relative;
}

#single-portfolio img {
  width: 100%;
  margin-bottom: 10px;
}

#single-portfolio .close-folio-item {
  position: absolute;
  top: 30px;
  font-size: 34px;
  width: 34px;
  height: 34px;
  left: 50%;
  color: #999;
  margin-left: -17px;
}

/*************************
*********Team CSS*********
**************************/
#team {
  background-image: url(../image/pattern.png);
  padding: 10px 0;
  background-repeat: repeat;
}

.team-members {
  margin-bottom: 0px;
}

.team-members .info-box{
  /*min-height: 580px;*/
}

.social-icons {
  margin-top:30px;
  text-align: center;
}

.social-icons ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.social-icons ul li {
  float: left;
  margin-right: 8px;
}

.social-icons ul li:last-child {
  margin-right: 0;
}

.social-icons ul li a {
  color:#fff;
  background-color: #d9d9d9;
  height: 36px;
  width: 36px;
  line-height: 36px;
  display: block;
  font-size: 16px;
  opacity: 0.8;
}

.social-icons ul li a:hover {
  opacity: 1;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.team-member {
  /*text-align: center;*/
  color: #333;
  font-size: 14px;
}

.team-member:hover .social-icons ul li a.facebook {
  background-color: #3b5999;
}
.team-member:hover .social-icons ul li a.twitter {
  background-color: #2ac6f7;
}
.team-member:hover .social-icons ul li a.dribbble {
  background-color: #ff5b92;
}
.team-member:hover .social-icons ul li a.linkedin {
  background-color: #036dc0;
}
.team-member:hover .social-icons ul li a.rss {
  background-color: #ff6b00;
}

#team .img-responsive {
  width: 100%;
}

.member-info h3 {
  margin-top: 10px;
}

.member-info h4 {
  font-size: 14px;
  margin-bottom: 10px;
  color: #999;
}


/*************************
*******Features CSS*******
**************************/
#features {
  text-align: center;
  background-image: url(../image/features-bg.jpg);
}

#features i {
  font-size: 48px;
}

#features h3 {
  margin-top: 15px;
  font-size: 30px;
  margin-bottom: 7px;
  color: #fff;
}

#features .slider-overlay {
  opacity: 0.8;
}


/*************************
*****Pricing Table CSS****
**************************/
.pricing-table {
  text-align: center;
}

.single-table {
  padding: 30px 20px 20px;
  border:1px solid #f2f2f2;
}

.single-table h3 {
  margin-top: 0;
  padding: 0;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.price {
  font-size: 36px;
  line-height: 36px;
}

.price span {
  font-size: 14px;
  line-height: 14px;
}

.single-table ul {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.single-table ul li {
  line-height: 30px;
}

.single-table.featured {  
  color: #fff;
}

.single-table.featured h3 { 
  color: #fff;
}

.single-table.featured .btn.btn-primary {
  background-color: #fff;
}

/*************************
********Testimonial Section*******
**************************/
#twitter {
  background-image: url(../image/pattern_dark.png);
  padding: 0px 0;
  background-repeat: repeat;
}

#twitter > div {
  text-align: center;
  position: relative;
}

#twitter-carousel {
  position: relative;
  z-index: 15;
  padding-top: 12px;
}

.twitter-icon {
  position: relative;
  z-index: 15;
  color: #fff;
}

.twitter-icon .fa-twitter {
  font-size: 24px;
  height: 64px;
  width: 64px;
  line-height: 65px;
  border-radius: 50%; 
  position: relative;
}

.twitter-icon .fa-twitter:after {
  position: absolute;
  content: "";
  border-width: 8px;
  border-style: solid;
  left: 24px;
  bottom: -14px;
}

#twitter-carousel .item {
  padding: 0 55px;
}

#twitter-carousel .item a ,#twitter-carousel .item p {
  color: #fff;
  font-style: italic;
}

.twitter-icon h4 {
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 5px;
  color: #fff;
}

.twitter-left-control, 
.twitter-right-control {
  position: absolute;
  top: 50%;
  color: #fff;
  border: 1px solid #fafafa;
  height:34px;
  width: 34px;
  line-height: 31px;
  margin-top: -17px;
  font-size: 18px;
  border-radius: 50%;
  z-index: 16;
}

.twitter-left-control {
  left: 80px;
} 

.twitter-right-control {
  right: 80px
}

.twitter-left-control:hover, .twitter-right-control:hover {
  color: #fff;
}

#twitter h2 {
  color: #eee;
}

#twitter h2:after {
  background: #eee;
}

/*************************
**********Blog CSS********
**************************/

.post-thumb {
  position: relative;
}

.post-icon {
  position: absolute;
  top:10px;
  right:10px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius:4px;
  text-align: center;
  color: #fff;
  font-size: 12px;
}

.post-meta {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}

.post-meta span {
  margin-right: 16px;
}

#post-carousel .carousel-indicators {
  bottom: 3px;
  left: 90%;
}

.blog-left-control, .blog-right-control {
  position: absolute;
  top: 45%;
  width: 30px;
  text-align: center;
  color: rgba(255,255,255,.7);
  font-size: 36px;
}

.blog-left-control {
  left: 0;
}

.blog-right-control {
  right: 0;
}

.blog-left-control:hover, .blog-right-control:hover {
  color: #fff;  
}

.entry-header h3 a {
  line-height: 30px;
}

.entry-header .date, 
.entry-header .cetagory {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
  position: relative;
}

.entry-header .date:after {
  content: "";
  position: absolute;
  left: 0;
  bottom:-5px;
  width: 20px;
  height: 3px;
  background-color: #fff;
}

.entry-content {
  font-size: 14px;
  text-align: justify;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.load-more {
  display:block;
  text-align: center;
  margin-top: 70px;
}

.btn-loadmore {
  border: 1px solid #f2f2f2;
  color: #666666;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 125px;
  text-transform: uppercase;
}

.btn-loadmore:hover {
  color:#fff;
}

/*************************
**********Contact CSS*****
**************************/

#contact {
  margin-top: 50px;
  padding-bottom: 0;
}

#google-map {
  height: 260px;
}

#contact-us {
  background-image:url(../image/contact-bg.jpg);
  padding-bottom: 90px; 
}

#contact-us .heading {
  padding-top: 95px;
}

.form-control {
  background-color: transparent;
  /*border-color: rgba(255,255,255,.1);*/
  /*height: 50px;*/
  border-radius: 0;
  box-shadow: none;
}

textarea.form-control {
  min-height: 180px;
  resize:none;
}

.form-group {
  margin-bottom: 30px;
}

.contact-info {
  padding-left:70px;
  font-weight: 300;
}

ul.address {
  margin-top: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-info ul li {
  margin-bottom: 8px;
}

.contact-info ul li a {
  color: #fff;
}

.btn-submit {
  display: block;
  padding: 12px;
  width: 100%;
  color: #fff;
  border:0;
  margin-top: 40px;
}

#footer {
  color:#fff;
}

.footer-top {
  position: relative;
  /*padding:30px 0*/
}

#footer .footer-bottom {
  background-color: #fff;
  padding: 20px 0 10px;
}

#footer .footer-bottom a:hover {
  text-decoration: underline;
}

.footer-logo {
  display: inline-block;
  margin-bottom: 5px;
}

#footer .social-icons {
  margin-top: 15px;
}

#footer .social-icons ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .social-icons ul li a {
  background-color: rgba(0,0,0,.2);
  border-radius: 4px;
  line-height: 33px;
}

#footer .social-icons ul li a:hover {
  color: #fff
}

#footer .social-icons ul li a.envelope:hover {
  background-color: #CECB26;
}

#footer .social-icons ul li a.facebook:hover {
  background-color: #3b5999;
}
#footer .social-icons ul li a.twitter:hover {
  background-color: #2ac6f7;
}
#footer .social-icons ul li a.dribbble:hover {
  background-color: #ff5b92;
}
#footer .social-icons ul li a.linkedin:hover {
  background-color: #036dc0;
}
#footer .social-icons ul li a.tumblr:hover {
  background-color: #ff6b00;
}

/*Presets*/

#home-slider .item {height: 396px;background-size: contain;}

/*notice carousel*/
.notice .carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
}
/* The controlsy */
.notice .carousel-control {
  /*left: -12px;*/
  height: 36px;
  width: 36px;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  margin-top: 40px;
}
.notice .carousel-control.right {
  /*right: -12px;*/
}
/* The indicators */
.notice .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: -10px;
  margin-right: -19px;
}
/* The colour of the indicators */
.notice .carousel-indicators li {
  background: #098300;
}
.notice .carousel-indicators .active {
background: #098300;
}

#quickgo{
  background: rgba(2,143,204,0.9);
  color:#fff;
}

#quickgo h3{
  color:#fff;
  margin: 6px;
}

#quickgo i{
  padding-right: 10px;
}

#quickgo button{
  margin-left: 40px;
}

#quickgo a {
    color: #fff;
    border-bottom: 1px dashed;
    font-weight: bold;
}

#testimonial1 {
  /*margin-top: -75px;*/
}


#testimonial1 .carousel-indicators .active {
    background: #31708f;
}
#testimonial1 .content {
   /* margin-top: 20px;*/
}
#testimonial1 .adjust1 {
    float: left;
    width: 100%;
    margin-bottom: 0;
}
#testimonial1 .adjust2 {
    margin: 0;
}
#testimonial1 .carousel-indicators li {
    border: 1px solid #ccc;
}
#testimonial1 .carousel-control {
    color: #fff;
    width: 5%;
    opacity: .1;
}
#testimonial1 .carousel-control:hover {
    color: #fff;
    width: 3%;
    opacity: .9;
}
#testimonial1 .carousel-control:hover,
#testimonial1 .carousel-control:focus {
    color: #fff;
}
#testimonial1 .carousel-control.left,
#testimonial1 .carousel-control.right {
    background-image: none;
}
#testimonial1 .media-object {
    margin: auto;
   /* margin-top: 15%;*/
}

#testimonial1 .carousel-inner p{
  margin-bottom: 0;
  text-shadow: 1px 2px 2px rgba(0,0,0,0.5);
  font-size: 17px;
}

#testimonial1 .item{
  padding: 0 5%;
  text-align: center;
  font-weight: 700;
  color : #fff;
}

#testimonial1 .item p span{
  font-size: large;
  margin-right: 15px;
}

@media (max-width: 991px) and (min-width: 768px) {

  #testimonial1 .carousel-inner p{ 
  font-size: 14px;
  }
   #testimonial1 .item p span {
      margin-right: 5px;
      font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  #testimonial1 {
    padding: 4px 0;
    line-height: 1.5;
  }
  #testimonial1 .carousel-inner p{  
  font-size: 13px;
  }
  #testimonial1 .item p span {
        margin-right: 2px;
        font-size: 12px;
    }

}



/*------------------------------------------*/

@media screen and (max-width: 768px) {
    #testimonial1 .media-object {
        margin-top: 0;
    }

    
}

.info-box{
  background: #fff;
  padding: 10px;
  text-align: justify;
  line-height: 1.6;
  box-shadow: 2px 2px 3px #ccc , -2px -2px 3px #ccc;
}

#corp_msg .info-box{
  margin-bottom: 10px;
}

.test_img{
  margin-left: auto;
  margin-right: auto;
  height: 100px;
}

/*Footer List items*/
/* -------------------------------------- */    
/* rectangle  list style                  */     

/* list */
.rectangle-list ul 
{
margin-left:0; /* Remove the default left margin */
padding-left:0; /* Remove the default left padding */
}

/* item  */
.rectangle-list ul > li
{
position: relative;
list-style:none; /* Disable the normal item numbering */
}

/* item hover */
.rectangle-list a
{
  font-size: 12px;
display: block;
/*padding: .4em .4em .4em .8em;
padding: .4em;*/
margin: .5em 0 .5em 2.5em;

color: #444;
text-decoration: none;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
-o-transition: all .3s ease-out;
transition: all .3s ease-out; 
}

/* item hover */
.rectangle-list a:hover
{
    background: #fff;
    color: #098300;
} 

/* number  */
.rectangle-list a:before
{

content: "\f0c1";
font-family: FontAwesome;
position: absolute; 
left: 0px;
top: 50%;
margin-top: -1em;
color: #fff;
background: #098300;
height: 2em;
width: 2em;
line-height: 2em;
text-align: center;
font-weight: normal;
}

/* number hover */
.rectangle-list a:after
{
position: absolute; 
left: -1em;
top: 50%;
margin-top: -.5em;

content: '';
border: .5em solid transparent;

-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
-o-transition: all .3s ease-out;
transition: all .3s ease-out;       
}

.rectangle-list a:hover:after
{
left: -.5em;
border-left-color: #098300;       
}

/* -------------------------------------- */

#footer{
  background-image: url(../image/pattern.png);
  padding: 10px 0;
  background-repeat: repeat;

}

#footer .box{
  background: #fff;
  margin-bottom: 10px;
  padding: 5px 1px;
  box-shadow: 0 6px 13px rgba(0, 0, 0, 0.2);
}

/*Member Allignment*/

.member-image{
  width: 30%;
  float: left;
}

.member-image img{
  height: 150px;
  width: 150px;
}

.member-info{
  float: right;
  width: 65%;
}

.team-members .member-image{
  width: 100%;
  float: none;
  text-align: center;
}

.team-members .member-image img{
  height: 200px;
  width: 200px;
}

.team-members .member-info{
  float: none;
  width: 100%;
}

.team-members .member-info h3 ,.team-members .member-info h4{
  text-align: center;
}

.member-info h3 ,.member-info h4{
  text-align: left;
}

.member-info p{
  font-size: 12px;
  line-height: 1.9;
}

.n-b {
  background-color: #fff;
border-color: #ccc;
min-height: 120px;
box-shadow: 0 6px 13px rgba(0, 0, 0, 0.2);
/* color: darkslategray; */
/* text-shadow: 0px 1px 1px #000; */
border-radius: 0;
padding: 8px 2px;
    
    border: 1px solid #ddd;
    
    
}



/* This bit does the rhombus that sits in the top left hand corner */
.featured:before{
    content: "";
    display: block;
    position: absolute;
    width: 0px;
    height: 0px;
    top: 7px;
    left: 2px;
    height: 16px;
    width: 55px;
    box-shadow: 0 2px 0 #DDD;
    text-align: center;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    border-width: 0 15px 15px 15px;
    border-style: solid;
    border-color: transparent transparent red transparent;
    
    
}

/* This does the text "featured" and the gradient that makes it look curved */
.featured:after {
    display: block;
    position: absolute;
    content: "New";
    color: #fff;
    top: 0px;
    left: 0px;
    width: 55px;
    /* height: 30px; */
    padding-top: 7px;
    background: transparent;
    /*background-image: -webkit-linear-gradient(45deg, transparent 0%, transparent 77%, rgba(255,255,255,0.3) 80%, rgba(255,255,255,0.3) 81%, rgba(0,0,0,0.4) 82%, transparent 83% ), -webkit-linear-gradient(-45deg, transparent 0%, transparent 17%, rgba(0,0,0,0.5) 18%, rgba(255,255,255,0.3) 19%, rgba(255,255,255,0.3) 20%, transparent 23% );
    background-image: -moz-linear-gradient(45deg, transparent 0%, transparent 77%, rgba(255,255,255,0.3) 80%, rgba(255,255,255,0.3) 81%, rgba(0,0,0,0.4) 82%, transparent 83% ), -moz-linear-gradient(-45deg, transparent 0%, transparent 17%, rgba(0,0,0,0.5) 18%, rgba(255,255,255,0.3) 19%, rgba(255,255,255,0.3) 20%, transparent 23% );*/
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    /* color: rgba(0,0,0,0.5); */
    font-weight: bold;
    font-family: georgia, 'Times New Roman', Times, serif;
    text-align: center;
    text-shadow: 0 1px rgba(255,255,25,0.1);
}

.bg_twit{
  /*background: url(../image/celeb_pattern.png);*/
}

#twit_overlay{
  /*background: rgba(0,0,0,.8);*/
}

/*==================================================
 * Effect 2
 * ===============================================*/
.effect2
{
  position: relative;
      border-bottom: 2px solid #fff;
    box-shadow: inset -2px -48px 12px -48px rgba(10,10,10,1);
}


#grievance_sec{
  position: relative;
    height: 36px;
    /*right: 10%;*/
  /*margin: 0 20px;*/
  z-index: 1;
  

}

#grievance_sec img{
  height: 34px;
}

#enews_sec{
  position: absolute;
    height: 30px;
    /* right: 10%; */
    /* margin: 0 20px; */
    z-index: 1;
    margin-top: 2px;
    box-shadow: -2px 2px 3px rgba(0,0,0,.3)
}

.r0{right: 0;}
.l0{left: 0}

#enews_sec img{
  height: 30px;  
}

.scaleStuff {
    animation: scale;
    animation-iteration-count: infinite;
    animation-duration: 5s;
 }

 @keyframes scale {
  0% {
    transform: scale(0.8);
  }
  12.5% {
    transform: scale(0.85);
  }
  25% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.0);
  }
  75% {
    transform: scale(0.9);
  }
  89.5% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(0.8);
  }
 }

.page-banner{
  position: relative;
  margin-top: 50px;
}

.page-banner h1{
  /*color: #fff;*/
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 30px;
    color: rgba(255,255,255,0.9);
    text-shadow: 1px 1px 8px rgba(0,0,0,0.8);

}

@media (max-width: 768px){
    .page-banner h1{
    font-size: 30px;
  }
}

#gallery-banner{
  background: url(../image/head_bg.jpg);
  background-position: fixed;
}

#testimonial1{
  /*background-image: url(../image/pattern.png);*/
    padding: 10px 0;
    /*background-repeat: repeat;*/
    background: #098300;
}

#gallery #services,#contact #services{
  background-image: url(../image/pattern.png);
    padding: 10px 0;
    background-repeat: repeat;
}

.text-blue{color:#098300;}


/*==================================================
 * Nav li
 * ===============================================*/
.nav li,.nav li ul li
{
    position:relative;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.nav li:before, .nav li:after ,.nav li ul li:before ,.nav li ul li:after
{
  content:"";
    position:absolute; 
    z-index:-1;
    /*box-shadow:0 0 20px rgba(0,0,0,0.8);*/
    top:0;
    bottom:0;
    left:10px;
    right:10px;
    border-radius:100px / 10px;
} 
.nav li:after ,.nav li ul li:after
{
    right:10px; 
    left:auto; 
    transform:skew(8deg) rotate(3deg);
}

.nav {
  margin-top: -20px;
  margin-right: 0;
  background: #098300;
}

.nav li ul{
  padding: 0;
  list-style: none;
  width: 200px; 
  background: #098300; 
  /*border:1px solid #fff; */
  /*border-bottom: 0px; */
  position: absolute; 
  top: 110%; 
  opacity: 0; 
  visibility: hidden;
      -webkit-transition: -webkit-transform 0.7s;
    -moz-transition: -moz-transform 0.7s;
    -o-transition: -o-transform 0.7s;
    transition: transform 0.7s;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1,0);
    -ms-transform: scale(1,0);
    transform: scale(1,0);
}

.nav li:hover ul{
  opacity: 1; 
  visibility: visible; 
  top: 100%; 
  /*transition:all 0.2s linear;*/
  box-shadow: 1px 3px 4px 1px rgba(0,0,0,.4);
  -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
}
.nav li ul li{
  /*padding: 6px 10px;*/
}

.navbar-right li ul li a {
  display: block;
  padding: 6px 10px;
  font-size: 12px;
}

/*.navbar-right li ul li a:before {
  content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #098300;
    font-size: 14px;
    padding-right: 0.5em;
    position: absolute;
    top: 5px;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }

  .navbar-right li:hover ul li:hover a:before {
    left:94%;
    opacity: 1;
  }*/

.nav li:hover ul li:hover a{
    background-color: rgba(255,255,255,.9);
    color: #098300;
  }

@media (max-width: 768px){
  .nav li:hover ul{
    position: relative;
  }
}

@media (max-width: 767px){
  .nav{
    width: 200px;
    float: right;
  }
  .navbar-right li ul li a {
    display: block;
    padding: 3px 3px 3px 20px;
    font-size: 12px;
    text-transform: capitalize;
}


}

@media (min-width: 768px)
.navbar-right {margin-right: 0;}

/*Contact*/
#contact .n-b .fa {  margin-bottom: 10px;margin-right: 10px;}

#contact .n-b small {
display: block;
line-height: 1.428571429;
color: #999;
}

#contact_info .n-b{
  padding: 0 10px;
}

#contact_info .n-b h4{
  margin-bottom: 5px;
}

.text-red{color: #dd4b39 !important;}
.text-green{color: #228B22 !important;}

.box_g{
  border:1px solid #ccc;
  padding: 5px 5px;
  margin: 10px 0;
  box-shadow: 1px 1px 2px 0px rgba(0,0,0,.4);;
}

.box_g_2{
  min-height: 300px;
}

table.table.tbl_bx td , table.table.tbl_bx th{
  border-top:1px solid transparent;

}

@media (max-width: 767px){
table.table.tbl_bx td , table.table.tbl_bx th{
  display: block;
  padding: 3px 8px;
  }
}

.box_g h3{
  text-align: center;
  border-bottom: 1px dashed #ccc;
  margin-top: 6px;
  padding-bottom: 6px;
  font-size: 20px;
  text-shadow: 0px 1px 1px;
}  

table.table.tbl_bx{
  margin-bottom: 0;
}

.alert{
  padding: 0 15px;
  margin-bottom: 0;
  border-radius: 0;
  margin: 0 8px;
}

/*Login Box CSS*/
/****** LOGIN MODAL ******/
.loginmodal-container {
  padding: 30px;
  max-width: 350px;
  width: 100% !important;
  background-color: #F7F7F7;
  margin: 0 auto;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.loginmodal-container h1 {
  text-align: center;
  font-size: 1.8em;
}

.loginmodal-container input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.loginmodal-container input[type=text], input[type=password] {
  height: 37px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.loginmodal-container input[type=text]:hover, input[type=password]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.loginmodal {
  text-align: center;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
}

#login-modal button{
    margin-right: -30px;
    margin-top: -30px;
    opacity: 1;
    padding: 0px 5px;
}

.loginmodal-submit {
  /* border: 1px solid #3079ed; */
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  background-color: #4d90fe;
  padding: 17px 0px;
  font-size: 16px;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.loginmodal-submit:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #357ae8;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.loginmodal-container a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s;
} 

.login-help{
  font-size: 12px;
}

.main-nav{
  height: 50px;
  background-color: #fff;
  border-bottom: 2px solid #098300;
}

/*.main-nav:after{
  content: "";
  background: url(../image/hdrbg1.jpg) no-repeat right;
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}*/

.navbar-toggle{
  background-color: #098300;
  border-radius: 0;
}

.navbar-brand{
  padding-top: 0;
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.navbar-brand>img{
  /*border-radius: 50%;*/
  /*box-shadow: 0px 2px 10px #000;*/
  height: 90px;
  float: left;
}

.navbar-brand p{
    width: 310px;
    margin-top: 10px;
    padding-left: 100px;
    font-weight: 700;
}

@media (max-width: 768px){
  .navbar-brand>img{
    height: 70px ;
  }
}

.navtop {
    float: right;
}

.navtop ul {
    /*border-right: 1px dotted #cbcbcb;*/
    display: block;
    height: 30px;
    /*margin-top: 15px;*/
    list-style: none;
    padding-left: 0;
}

@media (max-width: 768px){
  .navtop ul{
    height: 30px !important;
  }

  .navtop ul li {
    display: block;
    /*border-left: 1px dotted #cbcbcb;*/
        background: #fff;
    font-size: 12px;
  }

  .navtop ul li a{
    line-height: 20px !important;
  }
}

.navtop ul li {
      float: left;
      /*border-left: 1px dotted #cbcbcb;*/
  }

.navtop ul li a {
    display: block;
    line-height: 30px;
    padding: 0px 15px 0px 10px;
    color: #098300;
}

.navtop i{
  margin-right: 10px;
}

.navbar-collapse.in {
  overflow: hidden;
}

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
  overflow: hidden;
  text-align: center;
  z-index: 99999999;
    background-color: #777777;
  color: #eeeeee;
  width: 50px;
  height: 48px;
  line-height: 48px;
  right: 30px;
  bottom: 30px;
  padding-top: 2px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
  background-color: #888888;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
  opacity: 1.0;
}
.scroll-top-wrapper i.fa {
  line-height: inherit;
}

.mb20 { margin-bottom: 20px; } 
.search-result .row{border-bottom:1px solid #ddd;}
.search-result .thumbnail { border-radius: 0 !important; }
.search-result:first-child { margin-top: 0 !important; }
.search-result { margin-top: 20px;    border: 1px solid #ccc;
    padding: 10px 5px;
    box-shadow: 1px 1px 2px; }
.search-result .col-md-2 { border-right: 1px dotted #ccc; min-height: 100px; }
.search-result ul { padding-left: 0 !important; list-style: none;  }
.search-result ul li { font: 400 normal .85em "Helvetica Neue",Helvetica,Arial,sans-serif;  line-height: 30px; }
.search-result ul li i { padding-right: 5px; }
.search-result ul li span{ white-space: nowrap; }
.search-result .col-md-7 { position: relative; }
.search-result h3 { margin-top: 0 !important; margin-bottom: 10px !important; }
.search-result h3 > a, .search-result i { color: #248dc1 !important; }
.search-result p { text-align: justify; } 

.search-result span.border { display: block; width: 97%; margin: 0 15px; border-bottom: 1px dotted #ccc; }


/* pdf Download format */
.widget { border-radius: 0; border-color: transparent;}
.widget .panel-body { padding:0px; }
.widget .list-group { margin-bottom: 0; }
.widget .panel-title { display:inline }
.widget .label-info { float: right; }
.widget li.list-group-item {    border-radius: 0; border: 0; margin: 3px 0; box-shadow: 1px 1px 1px rgba(0,0,0,.15);}
.widget li.list-group-item:hover { background-color: rgba(86,61,124,.1); }
.widget .mic-info { color: #666666;font-size: 11px; }
.widget .action { margin-top:5px; }
.widget .btn-block { border-top-left-radius:0px;border-top-right-radius:0px; }

/*Calendar date*/
.list-group-item .date {
    display: inline-block;
    background: #f15f43;
    padding: 2px;
    line-height: 16px;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    /*float: left;*/
    /*margin-right: 10px;*/
    width:100%;
}
.list-group-item .date > span {
    display: block;
    background: #ffffff;
    color: #303C42;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    padding: 2px 3px;
}

.coun_profile{
    width: 200px;
    text-align: center;
    float: left;
    margin-right: 20px;
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.5);
}

.coun_msg{
  text-align: justify;
}

.coun-image{
  text-align: -webkit-center;
  /*text-align: center;*/
}

.coun-image img{
  height: 200px;
}

@media (max-width: 768px){
  .coun_profile {
      width: 100px;
  }
  .coun-info h3{
    font-size: 12px;
  }
  .coun-info h5{
    font-size: 10px;
  }
}

.close_btn{
    position: absolute;
    top: 10px;
    right: 0;
    height: 20px;
    padding: 1px 10px;

}

#search_steps h3 {
    margin-top: 2px;
    text-align: center;
    border-bottom: 1px dotted #ccc;
}

#search_steps {
    margin-top: 20px;
    border: 1px solid #ccc;
    padding: 10px 5px;
    box-shadow: 1px 1px 2px;
    background: #fff;
    margin-bottom: 20px;
}


.search-step-list {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 0 !important;
}

.search-step-list li {
    margin-top: 10px;
    margin-bottom: 10px;
    list-style: none;
}

.search-step-list li .icon-container {
    width: 60px;
    height: 24px;
    border-radius: 3px;
    color: #ffffff;
    line-height: 24px;
    margin-right: 15px;
    /* margin-top: 8px; */
    background: #098300;
}

.icon-container span {
    margin: 5px;
    padding: 3px;
    font-weight: 600;
}



.book_btn .btn span.glyphicon , .pnsn_btn .btn span.glyphicon {         
  opacity: 0;       
}
.book_btn .btn.active span.glyphicon , .pnsn_btn .btn.active span.glyphicon {        
  opacity: 1;       
}

.pnsn_btn .btn{
  padding: 5px 12px;
}

.booking textarea.form-control {
  min-height: 60px;
}

.booking .table>tbody>tr>td{
  vertical-align: middle;
}

.about-info img , .our-skills img{
  position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    z-index: -1;
}

.blog-posts .inner-box{
  background-color: #098300;
  opacity: 0.95;
  filter: alpha(opacity=95);
  color: #fff;
  box-sizing: border-box;
  padding: 5px 6px;
  margin-bottom: 10px;
  height: 100%;
}

.blog-posts >div>div{
  margin-bottom: 10px;
}

.blog-posts .inner-box img{
  border: 3px solid #fff;
  box-shadow: 0px 0px 0px 2px rgba(0,0,0,0.6), 0px 0px 0px 3px #fff, 0px 0px 0px 3px rgba(0,0,0,0.2);
}

.entry-header h3{
  color:#fff;
}

section#blog {
  background: url(../image/achvbg2.jpg);
  background-position: fixed;
}

.n-b .img_emer{
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    height: 90px;
    margin-left: 5px;
}

#imp_place .n-b{

}

.n-b .img_map_emer{
      height: 132px;
    width: 41.33%;
    position: absolute;
    top: 0;
    right: 0;
        -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

@media (min-width: 768px) and (max-width: 991px){
  .n-b .img_map_emer{
    width: 0;
  }
}

@media (max-width: 550px)  {
  .n-b .img_map_emer{
    width: 0;
  }
}

.hvr-bounce-to-left {
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    /*box-shadow: 0 0 1px rgba(0, 0, 0, 0);*/
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #2098d1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-bounce-to-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-bounce-to-left:hover, .hvr-bounce-to-left:focus, .hvr-bounce-to-left:active {
    color: white !important;
}

.hvr-bounce-to-left:hover h4, .hvr-bounce-to-left:focus h4, .hvr-bounce-to-left:active h4 {
    color: white !important;
}

.hvr-bounce-to-left:hover:before, .hvr-bounce-to-left:focus:before, .hvr-bounce-to-left:active:before {
        -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

.hvr-bounce-to-left:hover .img_map_emer, .hvr-bounce-to-left:focus .img_map_emer, .hvr-bounce-to-left:active .img_map_emer {
    width: 100%;
}

.n-b-overlay{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    z-index: 1;
    display: block;
    padding: 2px 3px;
    text-shadow: none;
    text-transform: none;
    font-size: 18px;
    color: #333;
    opacity: 0;
    -webkit-transition: -webkit-transform 1.6s, opacity 1.3s;
    -moz-transition: -moz-transform 1.6s, opacity 1.3s;
    transition: transform 1.6s, opacity 1.3s;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
    bottom: 0px;
    left: 0px;
    background: #fff;
    width: 100%;
    position: absolute;
}


.hvr-bounce-to-left:hover .n-b-overlay{
    opacity: 1;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }


.btn_map{
    border: 1px solid #333;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 2px 10px;
    display: inline-block;
    /*margin: 15px 30px;*/
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.n-b-overlay div{
  display: inline-block;
    margin-top: 3px;
}

.inlineP{
  line-height: 1.5em;
}

.green {
    background-color: rgb(50, 179, 106);
    color: white;
}

.red {
    background-color: AC193D;
    color: white;
}

#dark-back {
    position: fixed;
    z-index: 998;
    top: 0px;
    /*opacity: 0.9;*/
    opacity: 0;
    background-color: black;
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.green #win8-notif-body {
    background-color: rgb(50, 179, 106);
    color: white;
}

.red #win8-notif-body {
    background-color: #AC193D;
    color: white;
}

#win8-notif-body {
    right: -100%;
    width:100%;
    position: fixed;
    z-index: 999;
    top: 30%;
    margin: 0px 0px 0px 0px;
    text-align: center;
    min-height: 20%;
    padding: 40px 20% 40px 20%;
    font-family: sans-serif;
    opacity: 1;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    transition: all 1.5s;
}

#win8-notif-body h1 {
    color: #fff;
}

#win8-notif-body p{
    font-size: 1.5em;
    color: #fff;
}

.green button {
    background-color: rgb(50, 179, 106);
    cursor: pointer;
    color: white;
}

.green button:hover {
    background-color: rgb(29, 92, 56);
}

.red button {
    background-color: #AC193D;
    cursor: pointer;
    color: white;
}

.red button:hover {
    background-color: #BF1E4B;
}

.win8-notif-button {
    border: solid 2px white;
    padding: 10px;
    min-width: 10%;
    /*display: block;*/
    margin-top: 2%;
    margin-left: 2%;
    /*float: right;*/
    font-weight: bold;
    margin-bottom: 2%;
}

#win8-notif-body .progress {
    background: #148544;
    float: left;
    height: 100%;
    width:10%;
}

#win8-notif-body .progress-inner {
    position: absolute;
    
    background: #0e7138;
}

#win8-notif-body .progress-inner {
    top: 0;
    width: 5%;
    transition-delay: 6s;
    -webkit-transition-delay: 6s;
    -webkit-transition: height 11s;
    transition: height 11s;
}

#p-i-left{
  left: 0;
  height: 0;
}

#p-i-right{
  right: 0;
  height: 0;
}

#mrg_rgd textarea{
  min-height: 70px;
}

.about_msg {
  text-align: justify;
}

/****************************/
#tender{
  background: url(../image/tenders.jpg);
  height: 30px;
  width: 130px;
  transition: all 0.3s ease-in-out;
}

#tender:hover{
  background: url(../image/tenders.jpg) 0px 30px;
}

.link ul {
    /*list-style: url(../image/arrow.png) outside none;*/
    margin-bottom: 0;
}

.link ul li{
  line-height: 2em;
  
    border-bottom: 3px solid #FFF;
}

.link ul li a{
  font-size: 13px;
  line-height: 27px;
  padding: 0px 10px;
  background: rgba(9,131,0,0.9);
  color: #fff;
  display: block;
  text-transform: uppercase;
  border: 1px solid #098300;
}

.link ul li:hover a{
  background-color: rgba(255,255,255,.9);
  color: #098300;
  /*padding: 5px 10px;*/
}  

.link ul li a:before {
    content: "\f04e";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 9px;
    padding-right: 0.5em;
    position: relative;
    top: -2px;
    left: 0;
    text-decoration: none;
}

.link ul li:hover a:before{
  color: #098300;
}

.notice_box ul li{
  line-height: 2em;
  
    border-bottom: 3px solid #FFF;
}

.notice_box ul li a{
  padding: 5px 10px;
  color: #333;
  background: ghostwhite;
  display: block;
  text-align: justify;
}

.notice_box ul li a:before {
    content: "\f04e";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #333;
    font-size: 9px;
    padding-right: 0.5em;
    position: relative;
    top: -2px;
    left: 0;
    text-decoration: none;
}

.notice_box ul li:hover a:before{
  text-decoration: none;
}

.notice_box ul li:hover a{
  /*text-decoration: underline;*/
  /*padding: 5px 15px;*/
}

table.link >tbody> tr > td, table.notice_box >tbody> tr > td{
  padding: 0;
  border-top: 1px solid transparent;
}

.act_desc h4{
  display: inline-block;
  margin-top: 0;
}

.act_desc p{
  margin: 0;
}

.a_more a:hover{
  cursor: pointer;
}

.newBadge a:after{
  content: 'NEW';
  background: #fff;
    color: #ED4337;
    padding: 0px 4px;
    position: relative;
    top: 3px;
    float: right;
    right: -10px;
    line-height: 22px;
    border-radius: 3px;
    text-shadow: 0px 0px 1px;
    animation: blink;
    animation-iteration-count: infinite;
    animation-duration: 1s;

}


 @keyframes blink {
  0% {
    background: #fff;
    color: #ED4337;
  }

  50% {
    background: #ED4337;
    color: #fff;
  }

  100% {
    background: #fff;
    color: #ED4337;
  }
 }

 #radioBtn .active{
    color: #fff;
    background-color: #3276b1;
}

 #radioBtn .notActive{
    color: #3276b1;
    background-color: #fff;
}

#radioBtn .btn{
  height: 22px;
  line-height: 22px;
}

.navtop .input-group{
  display: inline-block;
}


#enewsletter p{
  text-align: justify;
}

#enewsletter h3{
  margin-top: 0;
}

#enewsletter h2{
  text-align: left;
  text-transform: capitalize;
  text-shadow: #fff 0px 2px 0, #ccc 0 -1px 0;
}

#enewsletter h2:after{
  height: 0;
}

#enewsletter a , #enewsletter a:hover{
  color: #333;
}

#enewsletter h4 span i{
  margin-right: 10px;
    font-size: small;
}

.enws_img{
  height: 200px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}

.enws_img img{
  height: 200px;
}

#acc .panel-heading , #acc .panel{
  border-radius: 0;
}

#acc .panel{
  box-shadow: 1px 1px 1px rgba(0,0,0,.6);
}


#acc .panel:nth-child(odd) .panel-heading {
    background: rgba(144,238,144,.3);
}
.l1{
  font-weight: 900;
  color: rgb(9, 131, 0);
}

.l2{
  font-weight: 500;
  color: rgb(72, 76, 73);
}

@media screen and (max-width: 991px) {
    .link ul li {
      float: left;
    margin-left: 10px;
    }

   
.link ul li a{
    display: inline-block;
    background: #ddd;
    color: #333;
    padding: 0;
    border: 1px solid transparent;
    font-size: 12px;
    font-weight: bold;
    }

    li.newBadge a{padding-right: 13px !important;}

    #topbox1{
      margin-bottom: 10px;
    }
  }

.fin img{height: 40px;} 

#grievance_rgd input[type=radio]:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}

#grievance_rgd input[type=radio   ]:not(old) + label{
  display      : inline-block;
  margin-left  : -28px;
  padding-left : 28px;
  background   : url('../image/checks.png') no-repeat 0 0;
  line-height  : 24px;
}

#grievance_rgd input[type=radio]:not(old):checked + label{
  background-position : 0 -48px;
} 


.park_imgs img{
  height: 160px;
  margin-bottom: 10px;
  width: 100%;
}

.park_imgs > div{
  margin-bottom: 5px;
}

.modal-close-btn{
  position: absolute;
    right: 10px;
}

.modal_content tbody td span{
      font-weight: 500;
    color: #3A3A3A;
}

#work_box{
    height: 532px;
    overflow: auto;
  }
.indiBox {
    margin: 10px 0;
    box-shadow: 0px 0px 1px 2px rgba(204,204,204,06);
    padding: 10px;
}
.cus-mb-2{
    margin-bottom: 20px;
}