  body {
      font: 400 15px Lato, sans-serif;
      line-height: 1.8;
      color: #818181;
  }
  h2 {
      font-size: 24px;
      text-transform: uppercase;
      color: #303030;
      font-weight: 600;
      margin-bottom: 30px;
  }
  h4 {
      font-size: 19px;
      line-height: 1.375em;
      color: #303030;
      font-weight: 400;
      margin-bottom: 10px;
  }
 
  .jumbotron {
          background-color:#94AD66;  /* #C9D6B2; #4d7701; #ecebeb; #f4511e;*/
          color: #fff;
          /*padding: 250px 25px 10px 25px;*/
          font-family: Montserrat, sans-serif;
      }
  .container-fluid {
      /*padding: 60px 50px;*/
      border-width:thin;
      border-style:solid;
      border-color: #94AD66;
      text-align:justify;
      margin : 10px 0px 0px 0px;
  }
  .bg-grey {
      background-color: #f6f6f6;
  }
  .logo-small {
      color: #f4511e;
      font-size: 50px;
  }
  .logo {
      color: #f4511e;
      font-size: 200px;
  }
  .thumbnail {
      padding: 0 0 15px 0;
      border: none;
      border-radius: 0;
  }
  .thumbnail img {
      width: 100%;
      height: 100%;
      margin-bottom: 10px;
  }
  .carousel-control.right, .carousel-control.left {
      background-image: none;
      color: #f4511e;
  }
  .carousel-indicators li {
      border-color: #f4511e;
  }
  .carousel-indicators li.active {
      background-color: #f4511e;
  }
  .carousel-inner > .item > img {
  margin: 0 auto;
 }
 .item h4 {
      font-size: 19px;
      line-height: 1.375em;
      font-weight: 400;
      font-style: italic;
      margin: 70px 0;
  }
  .item span {
      font-style: normal;
  }
  .panel {
      border: 1px solid #f4511e; 
      border-radius:0 !important;
      transition: box-shadow 0.5s;
  }
  .panel:hover {
      box-shadow: 5px 0px 40px rgba(0,0,0, .2);
  }
  .panel-footer .btn:hover {
      border: 1px solid #f4511e;
      background-color: #fff !important;
      color: #f4511e;
  }
  .panel-heading {
      color: #fff !important;
      background-color: #f4511e !important;
      padding: 25px;
      border-bottom: 1px solid transparent;
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
  }
  .panel-footer {
      background-color: white !important;
  }
  .panel-footer h3 {
      font-size: 32px;
  }
  .panel-footer h4 {
      color: #aaa;
      font-size: 14px;
  }
  .panel-footer .btn {
      margin: 15px 0;
      background-color: #f4511e;
      color: #fff;
  }
 
  .mylinks{
        color: #4d7701 !important;
        text-decoration: none;
  }

  .navbar {
      margin-bottom: 0;
      background-color: #ecebeb; /*#A2A392; #9A998C; ; #4d7701;*/
      z-index: 9999;
      border: 0;
      font-size: 12px !important;
      line-height: 1.42857143 !important;
      letter-spacing: 1px;
      border-radius: 0;
      font-family: Montserrat, sans-serif;
  }
  .navbar li a{
      background-color: #ecebeb !important; /*#4d7701*/ 
      color: #fff !important;

  }
  .navbar li a, .navbar .navbar-brand {
      color: #4d7701 !important;/*#fff*/
  }
  .navbar-nav li a:hover, .navbar-nav li.active a {
      color: #4d7701 !important;
      background-color: #ecebeb !important; /*#fff*/
      border-bottom-color:#060606;
  }
  .navbar-index .navbar-toggle {
      border-color: transparent;
      color: #fff !important;
  }
  .dropdown-menu{
    /*box-shadow: 5px 5px grey;*/
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 20px rgba(0, 0, 0, 0.2); 
  }
  .dropdown-menu li a {
      color: #000 !important;
      border-bottom:0.5px;
      border-color:rgba(0,0,0, .2);

  }
  .dropdown-menu li a:hover {
      color: #4d7701 !important;
      border-bottom:thick;
      border-bottom-color:#060606;
  }
  footer .glyphicon {
      font-size: 20px;
      margin-bottom: 20px;
      color: #4d7701;
  }
  .slideanim {visibility:hidden;}
  .slide {
      animation-name: slide;
      -webkit-animation-name: slide;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      visibility: visible;
  }
  .cardbox{
      margin:5px; width:98%; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  @keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }
  @media screen and (max-width: 768px) {
    .col-sm-4 {
      text-align: center;
      margin: 25px 0;
    }
    .btn-lg {
        width: 100%;
        margin-bottom: 35px;
    }
  }
  @media screen and (max-width: 480px) {
    .logo {
        font-size: 150px;
    }
  }

/* Embedded digi content*/
.embed-holder {padding: 20px 60px 30px;}
.embed-holder > [class*="col"] {margin: 5px 0;}
.embed-wrapper {padding: 10px; border: 1px solid #e5e5e5; border-radius: 10px; background: #fff; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);}
.slider-content .img-block .bg-image, .process .img-block .bg-image{
            height: 100%;
             
            overflow: hidden;
        }
.top120{padding: 20px 0 120px;}
.top80{padding: 80px 0;}
.img-block .embed-wrapper {    
    box-sizing: border-box;
    background-repeat: no-repeat;   
    /* background: url(../../user/pages/images/slider-img1.png);  */
    background-size: contain;
    padding: 8.3% 17.0% 11.6% 17.5%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: none;
    box-shadow: none;
}  

        #rcorners3 {
          border-radius: 15px 50px;
          background: #73AD21;
          padding: 20px; 
          width: 200px;
          height: 150px; 
        } 

    