@media only screen and (min-width: 1280px) {
    .container {
        width: 1200px;
        max-width: 1200px;
    }
}

section.page-header {
    background-image: url(../images/banner/page-head-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: relative;
}

section.page-header .bg-overlay {
    position: absolute;
    z-index: 3;
    height: 100%;
    width: 100%;
    background: rgba(000, 000, 000, 0.6);
}

section.page-header .container {
    position: relative;
    padding-top: 4rem;
    padding-bottom: 4rem;
    z-index: 5;
    color: white;
}

section.page-header .container h1 {
    font-weight: 800;
}

section.page-header .container a {
    color: #FFF;
    transition: 0.5s;
}

section.page-header .container a:hover {
    color: #87ba45;
}

section.page-header .container .breadcrumb {
    background: transparent;
    padding: 0px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0px;
}

section.page-header .container .delimiter {
    margin-left: 10px;
    margin-right: 10px;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: "Poppins", sans-serif;
    scroll-behavior: smooth;
}

.bg-main {
    background: #87ba45 !important;
}

.text-main {
    color: #87ba45 !important;
}

.border-main {
    border: 1px solid #87ba45 !important;
}

.border-main-bold {
    border: 3px solid #87ba45 !important;
}

.bg-main-alt {
    background-color: #181C25;
}

.text-main-alt {
    color: #181C25 !important;
}

.border-main-alt {
    border: 1px solid #181C25 !important;
}

.border-main-alt-bold {
    border: 3px solid #181C25 !important;
}

.bg-white {
    background: white !important;
}

.bg-black {
    background: black !important;
}

.text-white {
    color: white !important;
}

.text-black {
    color: black !important;
}

.text-black {
    color: black !important;
}

.section-heading {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-weight: 500;
    letter-spacing: -0.5px;
    -webkit-font-smoothing: antialiased;
    font-size: 1.575em;
    line-height: 1.3;
}

.section-heading::after {
    content: "";
    width: 80px;
    height: 3px;
    display: inline-block;
    bottom: 0;
    background: #87ba45;
}

.section-heading img {
    margin-top: 15px;
}

.main-para {
    color: #7b8b8e;
    font-size: 15px;
    line-height: 25px;
    margin-top: 20px;
}

hr.separator {
    border: none;
    margin: 0 auto;
    padding: 30px 0 31px;
}

.separator:after {
    content: "";
    display: block;
    margin: 0 auto;
    border-top: 1px dashed #ccc;
}


a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

input:focus,
select:focus,
textarea:focus,
button:focus,
a:focus {
    box-shadow: none !important;
    outline: 0 !important;
}

.btn-delete {
    cursor: pointer;
}



#button {
    display: inline-block;
    background-color: #87ba45;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button::after {
    content: "\f35b";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #333;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

/* Styles for the content section */

@media (min-width: 500px) {

    #button {
        margin: 30px;
        background-color: #87ba45;
    }
}

.btn-main {
    padding: 15px;
    padding-left: 25px;
    padding-right: 25px;
    background: #87ba45 !important;
    color: white !important;
    transition: 0.5s;
    font-size: 0.9rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 5px;
    border: 1px solid #87ba45;
}

.btn-main i {
    transition: padding-left 0.5s;
}

.btn-main:hover {
    background-color: #000000 !important;
    color: white !important;
    border: 1px solid #87ba45;
}

.btn-main:hover i {
    padding-left: 5px;
}

label {
    font-weight: 500;
    margin-bottom: 2px;
    font-size: 95%;
}

a {
    text-decoration: none !important;
}

.btn-delete {
    cursor: pointer;
}

.rounded-top-10 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.rounded-10 {
    border-radius: 10px;
}

.rounded-20 {
    border-radius: 20px;
}

.rounded-30 {
    border-radius: 30px;
}

.rounded-40 {
    border-radius: 40px;
}

.rounded-50p {
    border-radius: 50%;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-800 {
    font-weight: 800;
}

.font-weight-900 {
    font-weight: 900;
}

.font-95 {
    font-size: 95%;
}

.font-90 {
    font-size: 90%;
}

.font-85 {
    font-size: 85%;
}

.font-80 {
    font-size: 80%;
}

.letter-space-1 {
    letter-spacing: 1px;
}

.letter-space-05 {
    letter-spacing: 0.5px;
}

.pointer {
    cursor: pointer;
}


.hide-in-sm {
    display: block;
}

.show-in-sm {
    display: none;
}

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

    .section-heading {
        font-size: 1.5rem;
    }

    .hide-in-sm {
        display: none;
    }

    .show-in-sm {
        display: block;
    }

    #button {
        right: 20px;
    }
}
