:root {
    --base-color: #F16300;
    --dark-gray: #232323;
    --majorelle-blue: #F16300;
    --very-light-gray: #eceff1;
  }
.border-dashed{
    border:1px dashed #e0732a;
}
.text-gradient-base-color{
    background-image: linear-gradient(to left, #e0732a, #F08F2E, #FCA751);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-base-color{
    color: #009D39;
}
.feature-box.feature-box-left-icon-middle .feature-box-icon {
    margin-right: 5px;
}
.feature-box.feature-box-left-icon-middle .feature-box-content p{
    line-height: 21px;
}
h1, .h1 {
    font-size: 3rem;
    line-height: 4rem;
}
h2, .h2 {
    font-size: 3rem;
    line-height: 4rem;
}
.fs-21{
    font-size: 22px;
}
p{
    font-size: 16px;
    line-height: 21px;
}
.section-about p{
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 15px;
}
.bg-dark-gray, .bg-dark-gray:focus {
    background-color: #009D39;
}
.section-blog h3{
    font-size: 1.2rem;
    line-height: 1.6rem;
}
.section-blog p {
    font-size: 16px;
    line-height: 21px;
}
.img-background{
    position: relative;
    bottom: 193px;
    float: right;
    right: -200px;
}
.ul-home li{
    list-style-type: disc;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 7px;
}
.box-shadow-1{
    box-shadow: 0 1px 4px rgba(0, 0, 0, .6);
}
.contact-form-style-01 .form-group .form-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 2px;
    left: 25px;
}
.contact-form-style-01 input, .contact-form-style-01 textarea {
    padding-left: 55px;
}
footer ul li {
    margin-bottom: 10px;
}
.btn-transparent-light-gray {
    background: linear-gradient(to left, #B1FCD9, #40c084, #009D39);
}
.btn.btn-transparent-light-gray {
    color: white;
}
.btn.btn-switch-text.btn-medium > span {
    padding: 10px 15px;
}
header .navbar-brand {
    padding: 10px 0;
}
header .navbar-brand img {
    max-height: 80px;
}
header.sticky .navbar-brand {
    padding: 10px 0;
}
.sticky.sticky-active{
    position: fixed;
    box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.1);
    top: 0;
    right: 0;
    left: 0;
    z-index: 99;

}
.header-button .btn.btn-base-color:hover, .header-button .btn.btn-base-color {
    background-color: var(--base-color);
    border-color: var(--black);
    color: var(--white) !important;
}
footer .footer-logo img {
    max-height: 100% !important;
}
.medium-icon a {
    font-size: 17px;
    width: 40px;
    height: 40px;
}
.medium-icon li {
    margin: 0 5px;
}
.navbar .navbar-nav .nav-item .nav-link.active {
    opacity: 1;
    color: #009D39 !important;
}
.bg-color-main{
    background: #009D39;
}
.btn.btn-medium {
    font-size: 16px;
}
.btn.btn-rounded.btn-medium {
    padding: 8px 35px;
}
header .navbar [class*=col-] .navbar-nav .nav-item a:hover {
    color: #009D39;
    opacity: 1;
}
.title-head-main {
    font-size: 40px;
    line-height: 50px;
}
.content-partner p{
    font-size: 15px;
    margin-bottom: 5px;
}
.swiper-slide:hover {
    border-color: var(--tp-common-white);
    box-shadow: 0 4px 10px rgba(1,15,28,.14)
}
.navbar .navbar-nav .nav-link {
    font-size: 20px;
    padding: 10px 10px;
}
section {
    padding-top: 40px;
    padding-bottom: 40px;
}