﻿
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@600;700&display=swap');
.headers, .top {
    height: 100px;
    /*background-image: linear-gradient(to right, #ffffff, #ffffff,#4a9e4b,#f2f4f8,#3cc83d,#f2f4f8, #3dc83f);*/
    background:#fff;
    border-bottom: 0px solid #ffcb05;
    position: fixed;
    width: 100%;
    z-index: 1;
    top: 0;
    box-shadow: 0 0 7px 1px #3c763d;
        font-family: Nunito;
   
}
 .row:after {
            content: "";
            display: table;
            margin-top: 100px;
            clear: both;
            
        }
.column1 {
    float: left;
    width: 20%;
}

.form-module {
    margin-top:15%;
}

.column2 {
    float: left;
    width: 60%;
}

.column3 {
    width: 20%;
    float: right;
}

.column1 img {
    height: 60px;
}

.slogan {
   color: #b17e3e;
    font-size: 21px;
    display: block;
    position: absolute;
    margin-top: 2px;
    margin-left: 23px;
    font-family: Nunito;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    line-height: 35px;
    font-family: Nunito;
}

h1 {
    font-size: 30px;
        font-family: Nunito;
}

@media (max-width:1024px) {
    h1 {
        font-size: 28px;
    }
}

@media (max-width:840px) {
    h1 {
        font-size: 22px;
    }
}

@media (max-width:720px) {
    h1 {
        font-size: 18px;
    }
}

@media (max-width:640px) {
    h1 {
        display: none;
    }
}

.column2 h1 {
    font-weight: bold;
    /*color: #fff;*/
    color: #7cb92e;
    /*text-shadow: 2px 2px 2px #000;*/
    text-shadow:none;
    line-height: 20px;
    text-align: center;
        font-family: Nunito;
}
::selection {
    background-color: #7cb92e;
    color: #fff;
}
.sec2 p {
    color:#9e9e9e;
    font-family: Nunito;

}
.sec2 h3 {
    color:#7cb92e;
    font-family: Nunito;
}
.choosing_gardener:hover, .choosing_gardener:focus {
    border: 1px dashed #6aaf08;
}
h1,h2,h3,h4,h5{
    color:#7cb92e;
}
.btns,#Button1{
    background:#82b440;
    color:#fff;
    border:none;
}

.choosing_gardener .choosing_reason .icon_holder i {
    width: 70px;
    height: 70px;
    font-size: 24px;
    color: #fff;
    border: 1px dashed rgba(336,336,336,0.5);
    padding: 23px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.footcnts{
    background:#363839!important;
    color:#bfbfbf!important;
    border:0px!important;
    font-family: Nunito;
}
.navbar-default.sidebar{
    background-color: #70a72b;
}
.sidebar ul li a {
    color: #fff;
}
::-webkit-scrollbar-thumb {
    background-color: #7cb92e;
}


.content-box{
    position: relative;
    /*top: -200px;*/
    /*padding: 60px 110px 0px;*/
    background: #ffffff;
    margin-bottom: 65px;
    z-index: 1;
    border-radius: 10px 10px 0 0!important;
   

}

.cardcontent{   
    border-radius: 10px;    
    box-shadow: 0px 0px 21px 14px rgb(0 0 0 / 5%);
    text-align: center;
    padding: 40px 40px 20px;
    margin-bottom: 30px;
    position: relative;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    margin-bottom: 30px;
    z-index: 0;
    min-height :300px;
    background-image: linear-gradient(to bottom, #ffffff, #f3f3f3);
     
}
.contentbx{   
    
    border-radius: 10px;    
    box-shadow: 0px 0px 21px 14px rgb(0 0 0 / 5%);
    text-align: center;
    padding: 40px 10px 15px;
    margin-bottom: 30px;
    position: relative;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    
   
}
.ptextbox{
    background: #7cb92e;
    color: black!important;
    padding: 20px;
    text-align: left;
    font-size:16px;
}
.aboutimg{
    margin-bottom:15px;
    text-align:center;
    text-align: -webkit-center;
}
.aboutimg img{
    transition: 0.3s ease-in-out;
    border-radius: 5px;
}
.aboutimg img:hover{
    transform: scale(1.05);
}