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

.hide-in-sm {
    display: flex !important;
}

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

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

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

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

.text-main-alt {
    color: #60127E !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;
}

.page-head {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('https://images.unsplash.com/photo-1542744173-8e7e53415bb0?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=870&q=80');
    position: relative;
}

.page-head .page-head-bg {
    background: rgba(000, 000, 000, 0.5);
    padding-top: 90px;
    padding-bottom: 90px;
}

.page-head .page-title {
    color: #FFF;
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 3px;
}

.section-heading {
    color: #E8AF73;
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 3px;
}

.section-heading-bordered {
    color: #E8AF73;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 5px;
    border-bottom: 5px solid #E8AF73;
}

.section-subheading {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 500;
    color: #777;
    text-align: center;
}

.single-feature h6 {
    font-size: 110%;
}

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

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

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

.carousel-img {
    width: 100%;
    height: 600px;
}

.inner-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: rgba(000, 000, 000, 0.2);
}

.main-features h4 {
    color: black;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}

.main-features .sub-heading {
    color: #363636;
    font-size: 95%;
    margin-bottom: 0px;
}

.main-features .sub-features p {
    margin-bottom: 10px;
    padding-bottom: 0px;
    transition: 0.5s;
}

.main-features .sub-features p i {
    transition: 0.5s;
}

.main-features .sub-features {
    padding-top: 10px;
}

.main-features .sub-features p:hover {
    font-size: 110%;
    cursor: pointer;
}

.main-features .sub-features p:hover i:first-child {
    padding-right: 5px;
}

.main-features .sub-features p:hover i:last-child {
    padding-left: 5px;
}

.main-features .img-box {
    margin-bottom: 10px;
    border-radius: 50%;
    border: 3px solid #363636;
    width: 90px;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
}

.main-features img {
    border-radius: 50%;
    width: 100%;
}


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


.btn-main {
    border-radius: 5px;
    background-color: #E8AF73;
    color: #FFF;
    font-size: 15px;
    line-height: 1em;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.6px;
    border: 1px solid #E8AF73;
    padding: 0.7rem 2rem 0.7rem 2rem;
}

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

.btn-main:hover {
    background-color: #E8AF73;
    color: #fff;
    border: 1px solid #E8AF73;
}

.btn-main-inverse {
    border-radius: 5px;
    background-color: #f5f5f5;
    color: #E8AF73;
    font-size: 15px;
    line-height: 1em;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.6px;
    border: 1px solid #E8AF73;
    padding: 0.7rem 2rem 0.7rem 2rem;
}

.btn-main-inverse:hover {
    background-color: #E8AF73;
    color: #f5f5f5;
    border: 1px solid #E8AF73;
}

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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