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

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

.cursive-font {
    font-family: 'Dancing Script', cursive;
}

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

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

.section-heading {
    color: black !important;
    letter-spacing: 0px;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.3em;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.section-subheading {
    font-family: 'Roboto', sans-serif;
    color: #050636;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.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 {
    background-color: #050636;
    color: white !important;
    transition: 0.5s;
    font-size: 0.8rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid #050636;
    font-family: 'Montserrat', sans-serif;
}

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

.btn-main:hover {
    background-color: #050636 !important;
    color: white;
    border: 1px solid #F7941E;
}

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