/*header banner*/
.banner-caption .btn
{
  background-color:transparent;
  border: #ffffff solid 1px;
  color: #ffffff;
  text-transform: initial;
  font-size: 15px;
  font-weight: 600;
}
.banner-caption .btn:hover {
background-color:#ffffff;
Color:#306E2C;
}
.banner-caption .subtitle {
    color: #ffffff;
    font-size: 18px;
    font-weight:500;
    text-shadow: none;
    line-height: 25.2px;
}
/*ends*/
.section-header{
    font-size: 30px;
    line-height: 42px;
    text-align:center;
    padding-right: 3mm;
    color: #306E2C;
    margin: 0;
    padding: 25px 0 25px;
    font-weight: 400;
}
p a{
   color:#306E2C;
   text-decoration: underline;
}

#cv-zone-layout-maincontent #product-grid.widget-product-list-grid.product-grid.grid.category .cv-zone-category.product .widget-productlist-category-title a, .widget-article-list.grid .subtitle a, .widget-article-list .col-1-1 .subtitle {
    color:#306E2C;
}

#cv-zone-layout-maincontent #product-grid.widget-product-list-grid.product-grid.grid.category .cv-zone-category.product:hover .widget-productlist-category-title a 
 {
  background-color:#306E2C;
        color: #ffffff;
        font-size:14px;
        }
     }
     /*ends*/
/* Product grid style*/
@media (min-width: 592px)
{
#cv-zone-layout-maincontent #product-grid.widget-product-list-grid.product-grid.grid.category .cv-zone-category.product {
    padding: 0;
    height: 250px; /* Given for avoiding stretching in the images. Only applicable for C&H */ 
    overflow: hidden;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 5px solid #f2f2f2;
    clear: none !important; 
    }
    
  .widget-productlist-category-image img {
      padding:0px;
      }
 #cv-zone-layout-maincontent #product-grid.widget-product-list-grid.product-grid.grid.category .cv-zone-category.product .widget-productlist-category-title a {
        width: 65%;
        font-size: 13px;
        margin: 0 auto;
        text-transform: Initial;
        min-width: 100px;
        background-color: rgba(255, 255, 255, 0.95);
        padding: 3px 5px;
        height: 50px;
        letter-spacing: normal;
        display: table-cell;
        vertical-align: middle; }      
}
@media (min-width: 592px)
{ 
 .section .section-item p,
    #cv-zone-layout-maincontent #product-grid.widget-product-list-grid.product-grid.grid.category .cv-zone-category.product .widget-productlist-category-title a 
    {
        background-color: #ffffff; 
        color: #306E2C; 
        font-size: 13px;
        padding: 3px 5px;
        width: 100%;
       display: table-cell;
       vertical-align: middle;}
  .section .section-item p, 
    #cv-zone-layout-maincontent #product-grid.widget-product-list-grid.product-grid.grid.category .cv-zone-category.product .widget-productlist-category-title:hover a 
    {
        background-color: #306E2C;
        color: #ffffff;
        /*Changes by Rameez*/
        font-size:14px;
        /*ends*/
    } 
}


/*Service section*/
.our-service .section-item img {
    padding: 10px;
    max-width: 80px;
    margin: 0 auto;
    display: block;}
.our-service .section-item .section-item-title, .our-service .section-item .section-item-title {
    color: #306E2C !important;
}
.our-service .section-item p, .our-service .section-item p {
    color: #333333;
    vertical-align: top;
}
.our-service {
    background: #F3F6F8;
}
/*Ends*/
/*Case Studies widget*/
.cd-hero-slider li.selected {
  transition: transform 0.5s;
    background-color: #306E2C;
}
}
.hotspots .cd-hero-slider {
  overflow: visible !important;
}

.cd-hero-slider li {
  background: #306E2C ;
}

 .cd-hero-slider .cd-btn.secondary {
  background-color: #ffffff !important;
  text-transform: initial;
  letter-spacing: normal;
  color:#306E2C !important;
  font-size:18px;
  padding: 10px 40px 10px 40px;
  }


 .cd-hero-slider .cd-btn.secondary:hover {
  text-transform: initial;
  letter-spacing: normal;
  color:#306E2C !important;
  font-size:19px;
}
.section {
    margin: 20px auto;
}

.cd-half-width.cd-img-container::before {
    background: #306E2C !important;
    left: -8%;
    }
    /*Case Studies widget ends*/

/* Article list*/
.widget-article-list.grid .btn.small.primary.cv-readmore {
    margin: 10px 0 0;
    background: #306E2C;
    border-color: #306E2C;
    cursor: pointer;
}
.widget-article-list.grid .btn.small.primary.cv-readmore:hover {
    margin: 10px 0 0;
    background: #204a1d;
    border-color: #204a1d;
    cursor: pointer;
}

.widget-article-list.grid .article-date {
    margin: 0px;
    padding: 5px 0;
    color: #306E2C;
    font-size: 12px;
}
/*Article list ends*/
/*Form*/
.no-tooltip.tooltip-error .form-text:hover, .no-tooltip.tooltip-error .form-email:hover, .form-text:hover  {
  border-color: #306E2C !important;
    outline: none;
}
.no-tooltip.tooltip-error .form-text:focus, .no-tooltip.tooltip-error .form-email:focus, .form-text:focus  {
  border-color: #306E2C !important;
    outline: none;
}
.capture-image .cv-refresh 
{
 border: 1px solid #306E2C;
 background-color:transparent ;
 color:#306E2C;
}
.capture-image .cv-refresh:hover {
    background: #306E2C;
    cursor: pointer;
    color: #ffffff;
}
.button-row .cv-send
{
    background: #306E2C;
    cursor: pointer;
    color: #ffffff;
     border: 1px solid #306E2C;
         margin-top:20px;
}
.button-row .cv-send:hover
{
    background: #204a1d;
    cursor: pointer;
    color: #ffffff;
    border: 1px solid #204a1d;
   }
/*case studies*/
@media (min-width: 1170px){
ul.cd-hero-slider {
    height: 500px !important;
}
.cd-hero-slider .cd-img-container img {
left: 42% !important;
}
.cd-hero-slider .cd-half-width {
    padding-top: 2% !important;
}
}
/*update ends*/