@import"https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;700&display=swap";

html,
body {
    height: 100%;
    box-sizing: border-box;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: lighter
}

html {
    font-size: 15px
}

@media screen and (min-width: 320px) {
    html {
        font-size: calc(15px + 7 * ((100vw - 320px) / 1600))
    }
}

@media screen and (min-width: 1920px) {
    html {
        font-size: 22px
    }
}

p {
    font-size: .81rem
}

h1 {
    font-size: 2.0736rem
}

h1 {
    font-size: 25.92px
}

@media screen and (min-width: 320px) {
    h1 {
        font-size: calc(25.92px + 24.705 * ((100vw - 320px) / 1600))
    }
}

@media screen and (min-width: 1920px) {
    h1 {
        font-size: 50.625px
    }
}

h2 {
    font-size: 1.728rem
}

h2 {
    font-size: 25.92px
}

@media screen and (min-width: 320px) {
    h2 {
        font-size: calc(25.92px + 24.705 * ((100vw - 320px) / 1600))
    }
}

@media screen and (min-width: 1920px) {
    h2 {
        font-size: 50.625px
    }
}

h3 {
    font-size: 1.1664rem
}

h3 {
    font-size: 21.6px
}

@media screen and (min-width: 320px) {
    h3 {
        font-size: calc(21.6px + 12.15 * ((100vw - 320px) / 1600))
    }
}

@media screen and (min-width: 1920px) {
    h3 {
        font-size: 33.75px
    }
}

body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

q,
blockquote {
    quotes: "“" "”"
}

a,
a:hover,
a:focus,
a:active {
    outline: 0 !important;
    text-decoration: none
}

.navbarFixed {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999
}

.logo {
    max-height: 60px
}

@media(max-width: 767px) {
    .logo {
        max-height: 50px
    }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 1px solid #0065dd;
    -webkit-text-fill-color: #0065dd;
    -webkit-box-shadow: 0 0 0px 1000px #000 inset;
    transition: background-color 5000s ease-in-out 0s
}

nav.navbar {
    z-index: 1000;
    border: none
}

nav.navbar .navbar-nav .nav-link {
    text-align: center;
    align-items: center;
    color: #000;
    border-radius: 5px;
    font-size: .8rem
}

@media(max-width: 767px) {
    nav.navbar .navbar-nav .nav-link {
        margin-top: 0;
        padding: 6px 0px;
        display: inline-block;
        text-align: center
    }
}

nav.navbar .navbar-nav .nav-link:hover {
    background: #fe4284;
    color: #fff
}

@media(max-width: 1024px) {
    nav.navbar .navbar-nav .nav-link:hover {
        background: rgba(0, 0, 0, 0);
        outline: 0;
        color: #000
    }
}

nav.navbar .navbar-nav .nav-link:focus,
nav.navbar .navbar-nav .nav-link:active {
    background: rgba(0, 0, 0, 0);
    color: #000;
    outline: 0
}

.btn-default {
    border: 1px solid#ff0000;
    background: linear-gradient(to bottom right,#ff0000, #fe4284);
    color: #fff;
    padding: .75em 2em;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    margin: .5em 0em;
    transition: .7s ease all;
    border-radius: 0px;
    box-shadow: 0px 0px 20px rgba(132, 90, 247, .7)
}

.btn-default:hover {
    background:#ff0000;
    color: #fff;
    text-decoration: none;
    letter-spacing: 2px
}

@media(max-width: 1024px) {
    .btn-default:hover {
        background: #fe4284;
        color: #fff
    }
}

.banner-pad,
.section-f,
.section-h,
.section-a {
    padding: 250px 0
}

@media(max-width: 991px) {

    .banner-pad,
    .section-f,
    .section-h,
    .section-a {
        padding: 200px 0
    }
}

@media(max-width: 768px) {

    .banner-pad,
    .section-f,
    .section-h,
    .section-a {
        padding: 125px 0
    }
}

@media(max-width: 560px) {

    .banner-pad,
    .section-f,
    .section-h,
    .section-a {
        padding: 50px 0
    }
}

.bg,
.section-f,
.section-h,
.section-a {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover
}

section {
    padding: 50px 0
}

section span {
    font-weight: bold;
    color: #fe4284
}

.section-a {
    color: #fff;
    background: linear-gradient(to top right, rgba(0, 0, 0, 0.7), rgb(255, 255, 255)), url(../img/bg1.jpg) no-repeat top center
}

.section-b {
    background-color: #f2f2f2
}

.section-d {
    background: linear-gradient(to top right, rgba(254, 66, 132, 0.5), rgba(0, 0, 0, 0.5)), url(../img/bg2.jpg) no-repeat top center;
    background-size: cover;
    color: #fff
}

@media screen and (max-width: 767px) {
    .section-d {
        text-align: center
    }
}

.section-d i {
    padding-right: 10px;
    width: 40px;
    color: #fff
}

@media screen and (max-width: 767px) {
    .section-d i {
        display: block;
        text-align: center;
        width: 100%;
        margin-bottom: 10px;
        font-size: 1em
    }
}

.section-d a {
    color: #fff;
    margin-bottom: 10px
}

.section-d a,
.section-d p {
    font-size: .7em
}

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

    .section-d a,
    .section-d p {
        display: block;
        text-align: center;
        font-size: 1em
    }
}

.section-d p {
    display: inline
}

@media screen and (max-width: 767px) {
    .section-d p {
        display: inline-block;
        font-size: 1em
    }
}

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

    .section-d a,
    .section-d i {
        display: block;
        text-align: center;
        font-size: 1em
    }
}

.section-e h2 {
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: bold;
    color: #fe4284
}

.section-e h3 {
    font-size: .9em;
    text-transform: uppercase;
    font-weight: bold
}

.section-e i {
    background-color: #fe4284;
    padding: 25px;
    border-radius: 50%;
    color: #fff;
    margin-bottom: 20px;
    height: 100px;
    width: 100px;
    font-size: 50px
}

.section-e .serv-desc {
    margin-bottom: 40px
}

.section-f {
    background-image: linear-gradient(to bottom right, rgba(254, 66, 132, 0.8), rgba(132, 90, 247, 0.5)), url("../img/bg2.jpg");
    color: #fff;
    background-position: center bottom
}

.section-h {
    background-image: linear-gradient(to bottom right, rgba(254, 66, 132, 0.8), rgba(132, 90, 247, 0.5)), url("../img/bg3.jpg");
    color: #fff
}

#contact {
    padding: 200px 0px;
    color: #fff
}

@media(max-width: 1200px) {
    #contact {
        padding: 125px 0px
    }
}

#contact .darkBox {
    background: rgba(0, 0, 0, .55);
    padding: 50px
}

@media(max-width: 768px) {
    #contact .darkBox {
        padding: 25px
    }
}

#contact i {
    font-size: 75px
}

#contact .box {
    min-height: 225px
}

@media(max-width: 1024px) {
    #contact .box {
        margin-top: 25px
    }
}

#contact a,
#contact p {
    font-size: 25px
}

hr {
    border: 3px solid#ff0000;
    border-radius: 10px;
    max-width: 300px
}

footer {
    padding: 50px 0px 20px;
    background: #ff0000;
    color: #fff;
    font-size: 15px
}

footer a {
    color: #fff;
    white-space: nowrap;
    font-size: 15px
}

@media(max-width: 990px) {
    footer a {
        font-size: 13px
    }
}

footer a:hover {
    color: #fff;
    outline: 0 !important;
    text-decoration: none
}

footer a:focus {
    color: #fff;
    outline: 0 !important;
    text-decoration: none
}

footer p {
    font-size: 15px
}

@media(max-width: 990px) {
    footer p {
        font-size: 13px
    }
}

.top-pad {
    padding: 3em;
    background: #fff
}

@media(max-width: 990px) {
    .top-pad {
        padding: 1em
    }
}

.terms p,
.privacy p {
    font-size: 1rem
}

.terms ol li,
.privacy ol li {
    font-size: 1rem
}

.terms ol ol li,
.privacy ol ol li {
    font-size: .85rem
}

.imgBg1,
.imgBg2 {
    background-size: cover;
    background-position: top center;
    height: 450px
}

@media(max-width: 1305px) {

    .imgBg1,
    .imgBg2 {
        height: 475px
    }
}

@media(max-width: 1200px) {

    .imgBg1,
    .imgBg2 {
        height: 525px
    }
}

@media(max-width: 768px) {

    .imgBg1,
    .imgBg2 {
        height: 400px
    }
}

@media(max-width: 450px) {

    .imgBg1,
    .imgBg2 {
        height: 250px
    }
}

.imgBg1 {
    background-image: url(../img/img1.jpg)
}

.imgBg2 {
    background-image: url(../img/img2.jpg)
}

.primaryBg {
    background: #fe4284;
    padding: 3em 0em
}

.noPad {
    padding: 0
}

.pad {
    padding: 0em 6em
}

@media(max-width: 768px) {
    .pad {
        padding: 3em
    }
}

.noMar {
    margin-left: 0px;
    margin-right: 0px
}

.marTop {
    margin-top: 50px
}

.whtTxt {
    color: #fff
}

#contact {
    position: relative
}

#contact a {
    color: #fff
}

#services {
    padding: 50px 0px;
    text-align: center;
    position: relative
}

#services p {
    margin-bottom: 50px
}

#services img {
    width: 100%;
    display: block;
    margin: 0px auto;
    max-width: 400px;
    margin-top: 35px
}

#about {
    padding: 100px 0px;
    position: relative;
    overflow: hidden
}

.overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background: rgba(255, 255, 255, .9)
}

.bg1 {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 10%;
    left: 0;
    z-index: -1
}

.bg3 {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 150%;
    left: 70%;
    z-index: -1;
    background: url("../img/bg3.svg") top left no-repeat;
    background-size: contain
}

h1,
h2 {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px
}

h2 {
    color:#ff0000
}

/*# sourceMappingURL=main.css.map */