/* Common css */
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}
.container-fluid{
    width: 100%;
}
.container {
    margin: 0 auto;
    max-width: 1100px;
    padding: 20px;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-3{
    width: 25%;
}
.col-4{
    width:33%;
}
.flex{
    flex: 0 0 auto;
}
.col-6{
    width:50%;
}
.clear-both{
    clear: both;
}
.text-center {
    text-align: center;
}
.align-items {
    align-items: center;
}
.text-dark {
    color: #000;
}
.left{
    float: left;
}
.right{
    float: right;
}
.d-flex{
    display: flex;
}
.text-white {
    color: #fff;
}
.bg-white{
    background-color: #fff;
}
.hidden{
    overflow: hidden;
}
/* button css */
.full-width {
    width: 100%;
}
.call-btn {
    padding: 20px 0px;
}
.btn {
    padding: 15px 20px;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    border: none;
    text-decoration: none;
}
.bg-green-linear {
    font-family: 'Source Sans Pro', sans-serif;
    background: #9bbd2f;
    background: -webkit-gradient(linear, left top, left bottom, from(#9bbd2f), color-stop(95%, #71920a), color-stop(95%, #71920a), color-stop(99%, #71920a), color-stop(99%, #71920a), color-stop(99%, #71920a));
    background: linear-gradient(to bottom, #9bbd2f 0, #71920a 95%, #71920a 95%, #71920a 99%, #71920a 99%, #71920a 99%);

}

.bg-green-linear:hover {
    background: linear-gradient(to bottom, #71920a 1%, #71920a 1%, #71920a 1%, #71920a 5%, #71920a 5%, #9bbd2f 100%) !important;
    color: #fff;
}
.text-green {
    color: #95b629;
}
.bg-grey{
    background-color: #f0efea;
}
.bg-dark-gray {
    background: #3c3c3c;
}
.bg-gray {
    background: #f2f1ec;
}
.bg-white {
    background-color: #fff;
}
.green-background {
    background: #95b629;
}
.text-hading-h1 {
    font-size: 35px;
    line-height: 60px;
    font-weight: 500 !important;
}
.text-hading-h2 {
    font-size: 20px;
    line-height: 1.2;
}
.text-peragrapht {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    padding-top: 10px;
    margin-bottom: 10px;
}
.text-pera-heading{
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
    padding-top: 10px;
    margin-bottom: 10px;
}
.m-top{
    margin-top: 50px;
}
.m-bottom{
    margin-bottom: 50px;
}
.span-1 {
    font-size: 25px;
    background-color: #8fb024;
    margin-right: 15px;
    color: #fff;
    padding: 0px 10px 0px 20px;
    border-radius: 0px 18px 20px 0px;
}
.decoration-none{
    text-decoration: none;
}
.relative{
    position: relative;
}
.absolute{
    position: absolute;
}
/* common css end */



/* section-1 */
.is-sticky .header-area {
    border-bottom: 1px solid #464646;
    height: 115px!important;
    padding: 10px 0!important;
    z-index: 99!important;
}
.h-style::after {
    content: "";
    display: block;
    width: 120px;
    height: 2px;
    background: #000;
    right: 60px;
    top: 50%;
    position: absolute;
  }
  .h-style::before {
    content: "";
    display: block;
    width: 120px;
    height: 2px;
    background: #000;
    left: 60px;
    top: 50%;
    position: absolute;
  }
  
.box {
    padding: 20px 30px;
    margin: auto;
}
.bottom-section {
    background-color: #3c3c3c;
    color: #fff;
    border-radius: 10px;
    width: 100%;
}
/* section-2 */
.cards{
    padding: 10px;
}
.card{
   box-shadow: 0 15px 50px 0 rgb(26 38 74 / 10%);
   padding: 30px 10px;
	height: 100%;
}
.card-image img{
    width: 60%;
} 
/* section-3 */
.section-3{
    background-color: #f0efea;
}

/* end section-3 */
.box-image{
    width: 30%;
}
.box-image img{width: 50%;

}
.box-heading{
    width: 70%;
}
/* section-5 */

/* section-6 */
.testimonial{
    top: -40px;
    left: 40%;
    border: 3px solid #95b629;
    padding: 8px;
    border-radius: 51%;
    background-color: #fff !important;
}
.testimonial img{
    width: 50px;
    padding: 3px;
}

.testimonial-div .text-hading-h2 {
    font-size: 16px;
    margin-top: 10px;
    min-height: 39px;
}
section.our-planning-button-area {
    display: none;
}
/* responsive up to 768px */
@media only screen and (max-width: 768px) {
    
    .col-3{
        width: 50%;
    }
    .h-style::before ,.h-style::after{
        display: none;
    }
}
/* responsive for 575px */
@media only screen and (max-width: 575px){
    
    .col-3{
        width: 100%;
    }
    .col-4{width: 100%;
    }
   .header-area .phone-no > h3 {
    font-size: 25px;
    display: none;
}
}