/* .cer_img2{
    max-width: 561px;    
} */

/* .col-sm-6:hover{
    width: 100%;
    transition: all 0.4s ease 0s;
}

.col-sm-6 .cer_img2:hover{
    max-width: unset !important ;  
    width: 100%;  
}
.col-sm-6 .cer_img4:hover{
    max-width: unset !important; 
    width: 100%;  
} */



section.hero-slider.hero-style-1 {
    justify-content: center;
}

.site-header #navbar li {
   padding: 8px 0px;
}

.header-style-1 #navbar > ul > li > a, .header-style-2 #navbar > ul > li > a {
    font-size: 16px;
    transition: .5s;
    transform: scale(.9);
    border-radius: 50px;
}

.site-header #navbar > ul li a:hover, .site-header #navbar > ul li a:focus {
    transform: scale(1.1);
    box-shadow: 0 0 36px rgb(11, 91, 224);
}


.services-grid.clearfix .grid a {

    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    border: none;
    transition: all 0.4s ease 0s;
    padding: 10px; 
    }
    .services-grid.clearfix .grid a:hover {   
    color: #fff;
    background: #0b5be0;
    letter-spacing: 1px;
    -webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
    -moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
    box-shadow: 5px 40px -10px rgba(0,0,0,0.57);
    transition: all 0.4s ease 0s;
    }

    .why-choose-us-section .details {
        transition: all 0.4s ease 0s;
        padding: 50px 20px;
    }
   
    .why-choose-us-section .details:hover {
        box-shadow: 0px 5px 16.2px 1.8px #0b5be0;
        
    }

    /* .testimonials-section .quote:hover {
        background-image: url(file:///C:/Users/abcd/Desktop/Grassroot%20Website%20content/grassrootsolutions/Grassroot%20Website%20content/assets/images/grass-logo-2.jpg);
        background-repeat: no-repeat;
        background-position: top;
        background-size: contain;

    } */

    @media only screen and (max-width:768px) {
        .testimonials-section .quote {
            background-image: url(file:///C:/Users/abcd/Desktop/Grassroot%20Website%20content/grassrootsolutions/Grassroot%20Website%20content/assets/images/grass-logo-2.jpg);
            background-repeat: no-repeat;
            background-position: bottom;
            background-size: contain;
            
    
        }  

     

    .section-title-s3 h2 {
        text-align: center;
    }

    }

/* .services-grid.clearfix .grid a::before,
.services-grid.clearfix .grid a::after {
  content: '';
  height: 14px;
  width: 14px;
  position: absolute;
  transition: all .35s ease;
  opacity: 0;
}

.services-grid.clearfix .grid a::before {
    content: '';
    right: 0;
    top: 0;
    border-top: 3px solid #3E8914;
    border-right: 3px solid #2E640F;
    transform: translate(-100%, 50%);
  }

  .services-grid.clearfix .grid a:after {
    content: '';
    left: 0;
    bottom: 0;
    border-bottom: 3px solid #2E640F;
    border-left: 3px solid #3E8914;
    transform: translate(100%, -50%)
  }

  .services-grid.clearfix .grid a:hover:before,
  .services-grid.clearfix .grid a:hover:after{
  transform: translate(0,0);
  opacity: 1;
} */


/* @media only screen and (max-width:768px){
    .cer_img2{
        max-width: 100%;    
}
}
     */
/* @media only screen and (min-width:1200px){
    .col-sm-6.cer_img4 {
        max-width: 521px;
        padding-top: 20px;
    }
}  */