html {
    scroll-behavior: smooth;
    height: 100%;
}

body {
    position: relative;
    min-height: 100%;
    font-weight: 400;
    color: #666666;
    background: #fff;
    font-family: "Catamaran", sans-serif;
    line-height: 26px;
    font-style: normal;
    font-size: 18px;
}

a {
    text-decoration: none !important;
}

p a,
.list li a, ol li a , h2 a, h3 a {
    color: #46c353;
    font-weight: 600;
    transition: 300ms;
}

p a:hover,
.list li a:hover, ol li a:hover , h2 a:hover, h3 a:hover {
    color: #46c353;
}

h1,
h2,
h3,
h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Catamaran", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #3f3f44;
    line-height: 1.2;
}

.section h1 {
    font-size: 45px;
    color: #fff;
    font-weight: 900;
}
.section h1.h1-main {
    color: #3f3f44;
}

@media (max-width:576px) {
    .section h1 {
        font-size: 35px;
    }
}

h2 {
    font-size: 28px;
    margin-bottom: 10px;
}

@media (max-width:576px) {
    h2 {
        font-size: 25px;
    }
}
h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
h4 {
    font-size: 17px;
    margin-bottom: 10px;
}
.custom-btn {
    background-color: #46c353;
    color: #fff;
	text-align:center;
    border-radius: 100px;
    padding: 15px 35px;
    position: relative;
    display: inline-block;
    font-family: "Catamaran", sans-serif;
    font-size: 19px;
    font-weight: 600;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.custom-btn:hover {
    background-color: #1E2227;
    color: #fff;
}

.footer {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background-color: #1E2227;
    padding: 20px 0;
    color: rgba(239, 246, 244, 0.75);
    font-size: 15px;
}

.navbar {
    transition: 330ms;
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: #ffffff;
    border-bottom: 1px solid #eee;
}

.nav-item {
    padding-left: 15px;
    padding-right: 15px;
}

.nav-item:last-child {
    padding-right: 0;
}

.nav-item .nav-link {
    display: block;
    font-size: 18px;
    color: #3f3f44;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 40px;
    border: transparent;
    font-weight: 600;
    padding: 0 10px !important;
}

.nav-link:hover,
.nav-link.active {
    color: #46c353 !important;
}

.navbar-brand {
    vertical-align: middle;
    transition: 300ms;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

@media screen and (max-width:1400px) and (min-width: 992px) {
    .nav-item {
        padding-left: 5px;
        padding-right: 5px;
    }

    .nav-item .nav-link {
        font-size: 16px;
        padding: 0 5px !important;
    }

    .navbar-brand {
        font-size: 20px;
    }

    .navbar-brand img {
        max-width: 50px;
    }
}

.form-floating label {
    padding-left: 15px;
}

.form-control {
    border-radius: 0;
}

.form-control:focus {
    border-color: rgba(55, 63, 39, 0.4);
    outline: none;
    box-shadow: none;
}

.min-height-text-area {
    min-height: 160px !important;
}

@media (max-width:768px) {
    .width-mobile {
        width: 98% !important;
    }
}

ol li::marker, .list li::marker {
    color: #46c353;
    font-weight: bold;
}

.bg-light-green {
	background-color: #46c35313;
}
.header {
	padding-top: 150px;
	padding-bottom: 90px;
	background: url('/assets/images/header-bg.png')center;
	background-size:cover;
}
.card-title {
    font-size: 20px;
}
.bg-green {
    background-color: #46c353;
}
.text-green {
  color: #46c353;
}