html, body {
    overflow-x: hidden;
}
.primary-color {
    color: #006646;
}
.secondary-color {
    color: #a3ff68;
}

.primary-bg-color {
    /*background-color: #5f9ea0b8;*/
    background-color: #006646;
}
.secondary-bg-color {
    background-color: #a3ff68;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
button,
li,
a {
    font-family: "Poppins", sans-serif;
}

.f-10p {
    font-size: 10px;
}
.f-12p {
    font-size: 12px;
}
.f-14p {
    font-size: 14px;
}
.f-16p {
    font-size: 16px;
}
.f-18p {
    font-size: 18px;
}
.f-20p {
    font-size: 20px;
}
.f-22p {
    font-size: 22px;
}
.f-24p {
    font-size: 24px;
}
.f-26p {
    font-size: 26px;
}
.f-28p {
    font-size: 28px;
}
.f-30p {
    font-size: 30px;
}
.lh-1 {
    line-height: 1;
}
.lh-1-5 {
    line-height: 1.5;
}
.lh-2 {
    line-height: 2;
}
.fw-100 {
    font-weight: 100;
}
.fw-200 {
    font-weight: 200;
}
.fw-300 {
    font-weight: 300;
}
.fw-400 {
    font-weight: 400;
}
.fw-400 {
    font-weight: 400;
}
.fw-500 {
    font-weight: 500;
}
.fw-600 {
    font-weight: 600;
}
.m-tb-30 {
    margin: 30px 0px;
}
.m-tb-40 {
    margin: 40px 0px;
}
.m-tb-50 {
    margin: 50px 0px;
}
.p-tb-10 {
    padding: 10px 0px;
}
.p-tb-20 {
    padding: 20px 0px;
}
.p-tb-30 {
    padding: 30px 0px;
}
.p-tb-40 {
    padding: 40px 0px;
}
.p-tb-50 {
    padding: 50px 0px;
}

.pad-l-r-5 {
    padding: 0px 5px;
}

.txt-justify {
    text-align: justify;
}

.txt-black {
    color: black;
}

.txt-light-grey {
    color: black;
}

.txt-bold {
    font-weight: bolder;
}
.bg-w-color{
    background-color: white;
}
.box-shadow-w {
    box-shadow: -3px 3px white;
}
.c-light-grey{
    background-color: #efefef;
}
.box-shadow-1 {
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
}
.r-ul {
    text-decoration: none;
}
.remove-ul {
    text-decoration: none;
}

.vis-hidden {
    visibility: hidden;
}
.error {
    color: red;
}
.success {
    color: green;
}
.verticle-mid {
    vertical-align: middle;
}
.c-black-hr-2 {
    height: 2px;
    color: black;
}
.c-contactus-btn {
    /* color: #0d6efd; */
    text-decoration: none;
    background-color: #fbb811;
    border-radius: 25px;
    padding: 15px 40px;
}

.c-border-right {
    border-right: 1px solid #00000047;
}
.c-light-grey-broder {
    border: 1px solid #8080804d;
}

.bg-image-overlay {
    background-color: #0009;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg-image {
    height: 700px;
    background-size: cover;
}

.text-centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ul-li-style-n{
    list-style-type: none;
}

.txt-capitalize {
    text-transform: capitalize;
}

.custom-row-border{
    padding: 10px 10px 10px 0px;
    border-bottom: 1px solid;
    margin-left: 2px;
    margin-right: 2px;
}

.custom-heading-border{
    border-left: 5px solid;
    /* border-bottom: 1px solid; */
    /* margin: 10px; */
    padding: 0px 10px !important;
}
.custom-heading{
    font-size: 30px;
    font-weight: 400;
}

.section-m{
    margin: 60px 80px;
}
.section-m-t{
    margin: 60px 0px;
}
.slick-slide img {
    width: 100%;
}
.c-bg-dark-red{
    background-color: #370101 !important;
}
.c-bg-light-grey{
    background-color: #f1f1f1 !important;
}


/* Media Queries */
@media only screen and (min-width: 992px) {

}

@media only screen and (max-width: 768px) {
    .img-section img {
        width: 100% !important;
    }
}

@media only screen and (max-width: 520px) {

}
