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

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

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

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

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

.border-main-bold {
    border: 3px solid #FD7E14 !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 {
    color: #FD7E14;
    letter-spacing: 0px;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    width: 100%;
    line-height: 1.2em;
    margin-left: auto;
    margin-right: auto;
}

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

.single-feature {
    transition: 0.3s;
    cursor: pointer;
}

.single-feature h4 {
    font-weight: 600;
}

.single-feature:hover {
    margin-top: -10px;
    margin-bottom: 10px;
}

.single-feature:hover i {
    color: white !important;
}

.features .single-feature p {
    font-size: 14px;
    font-weight: 500;
    color: #7a7a7a;
}


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: #FD7E14;
    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: #FD7E14;
    }
}

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

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

.btn-main:hover {
    background-color: #FD7E14;
    color: black !important;
    border: 1px solid #FD7E14;
}

.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;
}

section.about p {
    text-align: center;
    font-weight: 500;
}

section.about .whyuspoints h6 {
    font-size: 0.9rem;
}


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

    section.about .whyuspoints .col-md-4 {
        width: 50%;
    }

    section.about .whyuspoints .col-md-4 .col-2 {
        flex: 0 0 30% !important;
        max-width: 30% !important;
    }

    section.about .whyuspoints .col-md-4 .col-10 {
        flex: 0 0 70% !important;
        max-width: 70% !important;
    }

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

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

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

    #button {
        right: 20px;
    }
}
