/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/


.foot-cta {
    background: #9eca73;
    padding: 30px 10px 30px 10px;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    margin-bottom: 30px;
}


.foot-cta a {
   color: #fff;
   font-size: 14px;
   margin-top: 10px;
}

.foot-cta a:hover {
   color: #fff !important;

   
}

.foot-cta a:active {
   color: #fff !important;

   
}

.foot-cta i{
   color: #fff;
   font-size: 2em;
   padding: 20px;
}


body.breakpoint-xs .grid li {
    width: 100% !important;
}

#scrollTop {
   top: 550px !important;
}
/*
=============================================================================
Home Page CSS
=============================================================================
*/
 
/*
=============================================================================
Landing Page CSS
=============================================================================
*/
#header .sticky {
    position: fixed;
    background: white;
}
.banner-area {
    background-image: url(../images/banner.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    min-height: 600px;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
    margin-top: -80px;
}

.banner-content {
    max-width: 40%;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
}


.banner-content h1 {
    font-size: 50px;
    line-height: 1.4;
    font-weight: bold;
    color: white;
    text-transform: capitalize;
}

.banner-content p {
    margin: 15px 0 25px;
    font-size: 18px;
    line-height: 1.5;
}

.main-grid-area {
    background: #F4F4FA;
    padding: 25px 15px;
    border-radius: 10px;
    border: 1px solid #f4f4fa;
    margin-bottom: 50px;
    transition: .5s;
    
}

.banner-arrow {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 50px;
}

.banner-arrow a i {
    font-size: 40px;
    color: white;
}

.main-grid-area:hover{
    box-shadow: 1px 2px 7px #0000002b;
    border: 1px solid #e3e3e3;
    transform: scale(1.03);
}

.date ul li {
    font-size: 13px;
    color: #414141;
    margin-bottom: 20px;
}
.date ul li:first-child {
    color: #2E68CC;
    text-transform: uppercase;
}
.main-grid-area .content p {
    font-size: 15px;
    color: #414141;
    font-weight: 500;
    margin-bottom: 50px;
}
.button a {
    color: #414141;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
}
.button a i{
    color: #007a3d;
    font-size: 14px;
    transition: .3s;
    margin-left: 20px;
}
.button a:hover {
    color: #414141 !important;
}
.button a:hover i {
    transform: translateX(10px);
}
.load-more-btn a{
    border: 1px solid #222;
    padding: 14px 30px;
    border-radius: 50px;
}
.load-more-btn a:hover {
    border: 1px solid #007a3d;
    background: #007a3d;
    color: white !important;
}
.load-more-btn a:hover i{
    color: white !important;
}
.grid-image {
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}
.grid-image .button a:hover {
    color: #fff !important;
}
.loading-div,.loading-divtwo{ 
    display: none; 
} 
@media (max-width: 767px){
    
   .banner-content {
        max-width: 100%;
    }
    .banner-content h1 {
        font-size: 35px;
        line-height: 1.2;
    }
    .banner-content p {
        font-size: 15px;
    }
}
