/*!
 * Start Bootstrap - Modern Business (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* NavBar Styles */
@import 'https://fonts.googleapis.com/css?family=Great+Vibes|Open+Sans';
/* Poppins Regular */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*
    headings Poppins
    body Montseratt
    #navbar {
    background-color: rgba(255, 255, 255, 0.0);
}*/
/*New CSS*/
body {
    font-family: 'Montserrat', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
}
.btn-get-coupons {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.spacer-2 {
    background-color:#fff;
    height:80px;
}
.navbar-upper {
    z-index: 10;
    position: relative;
}
.modal-title {
    color:#fff;
}
.navbar-lower {
    z-index: 5;
    position: relative;
}
.navbar-logo, .nav {
    filter: drop-shadow(3px 3px 5px #000000);
}
.nav {
    border-radius: 4px 0px 0px 4px;
}
.validator-error {
    color:red;
    font-size:10px;
}
.product-details {
    color: white;
}
.modal-header .close {
    color: #fff;
    text-shadow: 0 1px 0 #000;
}
.modal-content .panel-title h4 {
    color: #000;
    font-weight: 500;
    font-family: inherit;
}

.featured-boxes-area {
    position: relative;
    z-index: 1;
}

.featured-boxes-inner {
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}


.single-featured-box {
    text-align: center;
    position: relative;
    padding: 115px 25px 40px 25px;
    overflow: hidden;
}

    .single-featured-box .icon.color-fb7756 {
        color: #27b573;
    }

    .single-featured-box .icon {
        -webkit-transition: 0.4s;
        transition: 0.4s;
        color: #27b573;
        position: absolute;
        top: 40px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        margin-top: -12px;
    }

        .single-featured-box .icon.color-fb7756 {
            color: #fb7756;
        }

        .single-featured-box .icon i::before {
            font-size: 55px;
        }

    .single-featured-box h3 {
        -webkit-transition: 0.4s;
        transition: 0.4s;
        margin-bottom: 0;
        font-size: 22px;
        font-weight: 300;
    }

    .single-featured-box p {
        -webkit-transition: 0.4s;
        transition: 0.4s;
        font-size: 14px;
        margin-top: 12px;
        margin-bottom: 0;
    }

.navbar-lower a:hover {
    background-color: #5a0f69 !important;
    color: #fff !important;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: #5a0f69;
}
.features-box-list {
    margin-right: 80px;
    max-width: 520px;
}

.features-box-list2 {
    margin-left: 80px;
    max-width: 520px;
}
#product-btn {
    position:absolute;
    right:0px;
    bottom:-10px;
}

.trapezoid-button {
    position: relative;
    padding: 1em 2em;
    color: white;
    background: #007BFF;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    z-index: 2;
    clip-path: polygon(10% 0%, 90% 0%, 100% 100%, 0% 100%);
    /* Simulate rounded effect */
    border-radius: 8px; /* Not visible due to clip-path but helps with interaction */
    overflow: hidden;
}

    /* "Shadow" layer */
    .trapezoid-button::before {
        content: '';
        position: absolute;
        top: 6px;
        left: 6px;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.2);
        z-index: -1;
        clip-path: polygon(13% 0%, 87% 0%, 100% 100%, 0% 100%);
        border-radius: 8px;
    }
.skew-button {
    position: relative;
    padding: 1em 2em;
    color: white;
    background: #f8930f !important;
    border: none;
    transform: skew(-20deg);
    z-index: 100;
    font-size: 1rem;
    cursor: pointer;
    box-shadow: none;
}
.skew-button:hover {
    background: #cf660a !important;
}

    .skew-button::after {
        content: '';
        position: absolute;
        top: 5px; /* adjust for depth */
        left: 5px; /* adjust for depth */
        width: 100%;
        height: 100%;
        background: #7b158b;
        transform: skew(30deg);
        z-index: -100;
    }
    .skew-button:hover::after {
        background: #691277;
    }
.skew-wrapper {
    position: relative;
    display: inline-block;
}

    .skew-wrapper::before {
        content: '';
        position: absolute;
        top: 6px;
        left: 6px;
        width: 100%;
        height: 100%;
        background: #f8930f;
        transform: skew(30deg);
        z-index: 0;
        pointer-events: none;
    }

.skew-submit {
    position: relative;
    transform: skew(-20deg);
    z-index: 1;
    padding: 1em 2em;
    background-color: #7b158b !important;
    color: white;
    border: none;
    font-size: 1rem;
}
.features-box {
    margin-bottom: 20px;
    background-color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-right: 25px;
    padding-left: 110px;
    border-left: 3px solid #7b158b;
    min-height: 210px;
    filter: drop-shadow(3px 3px 10px #1D232D);
}

   /* .features-box::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 2px;
        height: 100%;
        background: linear-gradient(90deg, #28b674 0, #199dd7 100%);
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }*/

    .features-box .icon {
        width: 65px;
        height: 65px;
        text-align: center;
        line-height: 65px;
        border-radius: 50%;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        position: absolute;
        left: 25px;
        top: 35px;
    }

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1049;
    background-color: #000;
}

.ready-to-talk {
    position: relative;
    background: linear-gradient(135deg, #fff 80%, #28b674 100%);
    padding-top: 70px;
    padding-bottom: 145px;
}

.ready-to-talk2 {
    position: relative;
    background: linear-gradient(225deg, #fff 80%, #28b674 100%);
    padding-top: 70px;
    padding-bottom: 145px;
}

.partner-area {
    text-align: center;
    position: relative;
    background: 0 0;
}

.partner-inner {
    background: #fff;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    border-radius: 3px;
    margin-top: 20px;
    text-align: center;
    padding-top: 5px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    margin-bottom: 50px;
}

.partnerImg {
    max-width: 180px
}


.comparisons-table {
    background-color: #fff;
    -webkit-box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.05);
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

th {
    text-align: center;
}

.comparisons-table table thead tr {
    background: linear-gradient(90deg, #1a9ed8 0, #28b674 100%);
}

.comparisons-table table {
    margin-bottom: 0;
    text-align: center;
}

    .comparisons-table table thead th:nth-child(1) {
        text-align: center;
        padding-left: 50px;
    }

    .comparisons-table table thead th {
        vertical-align: middle;
        border: none;
        color: #fff;
        padding: 16px 20px;
        font-size: 19px;
        font-weight: 400;
    }

    .comparisons-table table tbody td {
        vertical-align: middle;
        color: #0e314c;
        padding: 16px 20px;
        border-color: #eee;
        font-size: 15px;
        font-weight: 400;
    }


        .comparisons-table table tbody td i {
            width: 20px;
            height: 20px;
            line-height: 17px;
            border-radius: 100%;
            background-color: #28b674;
            color: #fff;
            display: block;
            margin: 0 auto;
        }

            .comparisons-table table tbody td i::before {
                font-size: 8px;
            }

.services-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.single-pricing-box {
    background-color: #fff;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 11px 60px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 11px 60px 0 rgba(0, 0, 0, 0.1);
    padding: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;
}

.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.overview-box-main {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
    text-align: center
}

.overview-box {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
    margin-left: 5%
}

    .overview-box .overview-content .content.left-content {
        margin-left: auto;
        padding-right: 50px;
        padding-left: 0;
    }

    .overview-box-main .overview-content .content {
        max-width: 100%;
    }

    .overview-box .overview-content .content {
        max-width: 555px;
        padding-left: 50px;
    }


        .overview-box .overview-content .content .sub-title {
            display: block;
            margin-bottom: 10px;
            text-transform: uppercase;
            color: #ee0979;
            font-size: 12.5px;
            font-weight: 700;
        }

        .overview-box .overview-content .content .bar {
            height: 5px;
            width: 90px;
            background: #cdf1d8;
            margin: 20px 0 25px;
            position: relative;
            border-radius: 30px;
        }


        .overview-box .overview-content .content .features-list {
            display: -ms-flexbox;
            display: -webkit-box;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -ms-flex-align: center !important;
            -webkit-box-align: center !important;
            align-items: center !important;
            padding-left: 0;
            list-style-type: none;
            margin-left: -15px;
            margin-right: -15px;
            margin-bottom: 0;
            margin-top: -5px;
        }

            .overview-box .overview-content .content .features-list li {
                -webkit-box-flex: 0;
                flex: 0 0 50%;
                padding-top: 15px;
                padding-left: 15px;
                padding-right: 15px;
                font-size: 13px;
            }

                .overview-box .overview-content .content .features-list li span {
                    display: block;
                    color: #6084a4;
                    position: relative;
                    padding-left: 31px;
                    font-size: 14px;
                    font-weight: 400;
                }

                    .overview-box .overview-content .content .features-list li span i {
                        position: absolute;
                        left: 0;
                        top: 50%;
                        -webkit-transform: translateY(-50%);
                        transform: translateY(-50%);
                        color: #fff;
                        -webkit-transition: 0.5s;
                        transition: 0.5s;
                        width: 22px;
                        height: 20px;
                        text-align: center;
                        line-height: 18px;
                        background: linear-gradient(135deg, #23bdb8 0, #43e794 100%);
                        border-radius: 3px;
                    }

        .overview-box .overview-content .content .btn {
            margin-top: 30px;
        }

.btn-primary {
    background-color: transparent;
    color: #fff;
}

.btn {
    font-weight: 700;
    border: none;
    padding: 14.5px 30px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: initial;
    border-radius: 4px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    z-index: 1;
}

.overview-box .overview-image .image {
    max-width: 100%;
    height: auto;
}

.overview-box-main .overview-image .image {
    max-width: 100%;
    height: auto;
}

.overview-box .overview-image {
    flex: 0 0 50%;
    max-width: 40%;
}

/*END NEW*/
.Validation-Error {
    color: #d42126;
    font-size: 10px;
}

.row-upper {
    height: 80px;
}


.CovidWrapper {
    text-align: center;
    margin-top: 20px;
    width: 100%;
    font-size: 13px;
    position: absolute;
}

    .CovidWrapper a {
        border: 1px solid #bababa;
        border-radius: 50px;
        padding: 8px 32px;
    }

.login-div {
    background-clip: padding-box;
    background-color: rgba(0, 0, 0, 0);
    border: 0px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    margin: 0px;
    padding: 0px;
}

#login-dp {
    min-width: 250px;
    padding: 14px 14px 0;
    overflow: hidden;
    background-color: rgba(51,51,51,.9);
}

    #login-dp .help-block {
        font-size: 12px
    }

    #login-dp .bottom {
        background-color: rgba(255,255,255,.8);
        border-top: 1px solid #ddd;
        clear: both;
        padding: 14px;
    }

#login-dp {
    margin-bottom: 10px;
}

.form-group {
    padding: 5px;
    margin-bottom: 0px !important;
}

.nav-sleeper {
    height: 200px;
    background-image: url('../img/nav.jpg');
    box-shadow: 2px 2px 5px #888888;
}

.navbar-inverse.nav-upper {
    height: 140px;
    background: none;
    border: 0px;
}
.nav-pills.custom-pills .list-item {
    border-radius: 50rem;
    background-color: #7b158b; /* Matches :hover color */
    color: #fff;
    transition: all 0.2s ease-in-out;
}
.nav-pills.custom-pills .list-item a {
    color: #fff;
}

    /* Hover effect on all pills */
    .nav-pills.custom-pills .list-item a:hover {
        background-color: #5a0f69;
        color: #fff;
        border-radius: 50rem;
    }

    /* Active pill */
    .nav-pills.custom-pills .list-item.active a {
        background-color: #5a0f69; /* Bootstrap primary */
        color: #fff;
        border-radius: 50rem;
    }
.navbar-nav > li > label {
    padding: 15px;
    line-height: 20px;
    margin-bottom:0px;
}

.row-upper .open > a, .row-upper .open > a:focus, .row-upper .open > a:hover {
    background-color: #1D232D !important;
    color: #fff !important;
}

.row-upper .nav > li > a:hover {
    background-color: #cf660a !important;
}

.row-upper > div > ul .active > a {
    color: #000;
    background: #7b158b !important;
}

.row-lower .nav > li > a {
    color: #fff;
    font-size: 20px;
}

    .row-lower .nav > li > a:hover {
        color: #fff;
    }

.row-lower > div > ul .active > a {
    color: #fff;
    background: #5a0f69 !important;
}

.navbar-logo {
    position: absolute;
    top: 0px;
    left: 30px;
    z-index: 1051;
    width: 250px;
    max-height: 130px;
    background-color: #f8930f;
    padding: 30px 30px 0px 30px !important;
    border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 30px 30px;
    -moz-border-radius: 0px 0px 30px 30px;
}

.btn-primary {
    background-color: #1D232D;
    border-color: #fff;
    color: #fff;
    border-radius: 0px;
}

    .btn-primary:hover {
        background-color: #1a9ed8;
        border-color: #fff;
        color: #fff;
    }

.help-block a {
    color: #fff;
}

/* ------------------------------------------------------ */

/* MEDIA QUERIES */

/* Tablet Size */

@media only screen and (min-width: 320px) and (max-width:667px) {

    .CovidWrapper {
        visibility:hidden;
    }


        .features-box-list {
        margin-right: 0 !important;
    }

    .features-box-list2 {
        margin-left: 0 !important;
    }

    #navbar {
        /*margin-top: 65px;*/
        background-color: rgba(0,0,0,.6);
    }

    #login-dp {
        background-color: inherit;
        color: #fff;
    }

    header.carousel {
        height: 400px !important;
    }

    #login-dp .bottom {
        background-color: inherit;
        border-top: 0 none;
    }

    .navbar-header {
        height: 120px;
    }

    .row-upper {
        height: auto !important;
        border-bottom: solid 1px #000;
    }

    .row-lower {
        border-bottom: solid 1px #000;
    }

        .row-lower a {
            color: #fff !important;
        }

    #main-register {
        background-image: url('/img/Register_bg_img.jpg') !important;
    }

    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }

    .adress-container {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .address-row {
        padding: 50px 0px 50px 0px;
    }

    header.carousel .item-caption2 {
        font-size: 15pt;
        left: 40px;
        top: 400px;
    }

    header.carousel .item-caption1 {
        font-size: 15pt;
        left: 40px;
        top: 600px;
    }

    #modalContainer {
        padding: 50px 30px 30px 30px;
    }

    #entire-modal {
        padding: 20px 0 60px 0;
    }

    .navbar-logo {
        width: 251px;
        height: 100px;
    }

    .navbar-inverse .navbar-text {
        color: #fff !important;
    }

    .navbar-right {
        margin-right: -15px !important;
    }
    .navbar-upper {
        background-color: #f8930f !important;
    }

    .navbar-lower {
        background-color: #7b158b !important;
    }

    #item-content {
        font-size: 20px;
    }

        #item-content h2 {
            font-size: 32px;
        }

    .media {
        font-size: 20px;
        margin-bottom: 20px;
        padding: 15px;
    }

        .media h2 {
            font-size: 32px;
        }
}

/* Tablet Size */

@media only screen and (min-width: 569px) and (max-width:768px) {

    #navbar {
        /*margin-top: 65px;*/
        background-color: rgba(0,0,0,.6);
    }

    #login-dp {
        background-color: inherit;
        color: #fff;
    }

        #login-dp .bottom {
            background-color: inherit;
            border-top: 0 none;
        }

    .navbar-header {
        height: 140px;
    }

    .row-upper {
        height: auto !important;
        border-bottom: solid 1px #000;
    }

    .row-lower {
        border-bottom: solid 1px #000;
    }

        .row-lower a {
            color: #fff !important;
        }

    #main-register {
        background-image: url('/img/Register_bg_img.jpg') !important;
    }

    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }

    .adress-container {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .address-row {
        padding: 50px 0px 50px 0px;
    }

    header.carousel .item-caption2 {
        font-size: 18pt !important;
        left: 40px !important;
    }

    header.carousel .item-caption1 {
        font-size: 18pt;
        left: 40px;
        top: 600px !important;
    }

    #modalContainer {
        padding: 50px 30px 30px 30px;
    }

    #entire-modal {
        padding: 20px 0 60px 0;
    }

    .navbar-logo {
        width: 352px;
        height: 140px;
    }

    .navbar-inverse .navbar-text {
        color: #fff !important;
    }

    .navbar-right {
        margin-right: -15px !important;
    }
    .navbar-upper {
        background-color: #f8930f !important;
    }

    .navbar-lower {
        background-color: #7b158b !important;
    }

    #item-content {
        font-size: 20px;
    }

        #item-content h2 {
            font-size: 32px;
        }

    .media {
        font-size: 20px;
        margin-bottom: 20px;
        padding: 15px;
    }

    #media-body h2 {
        font-size: 32px;
    }
}

/* Large Tablet Size */

@media only screen and (min-width:769px) and (max-width:1023px) {

    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }

    .adress-container {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .address-row {
        padding: 50px 0px 50px 80px;
    }

    header.carousel .item-caption2 {
        left: 60px !important;
    }

    header.carousel .item-caption3 {
        font-size: 22pt;
        left: 60px;
        top: 450px;
        max-width: 400px !important
    }

    header.carousel .item-caption1 {
        font-size: 22pt;
        left: 60px;
        top: 600px;
    }

    #item-content {
        font-size: 17px;
    }

        #item-content h2 {
            font-size: 32px;
        }

    .media {
        font-size: 17px;
        margin-bottom: 20px;
        padding: 15px;
    }

        .media h2 {
            font-size: 32px;
        }

    #modalContainer {
        margin-top: 50px !important;
        padding: 50px 30px 30px 30px;
    }

    #entire-modal {
        padding: 20px 0 10px 0;
    }

    .navbar-logo {
        width: 352px;
        height: 140px;
    }

    .navbar-inverse .navbar-text {
        color: #000 !important;
    }

    .row-upper .nav > li > a {
        font-size: 20px !important;
    }

    .navbar-right {
        margin-right: -15px !important;
    }
    .navbar-upper {
        background-color: #f8930f !important;
    }

    .navbar-lower {
        background-color: #7b158b !important;
    }

    .row-upper {
        /*margin-top: 60px;*/
    }
}

/* Normal Desktop Size */

@media only screen and (min-width: 1024px) and (max-width:1366px) {

    .main-register {
        background-image: url('Register_bg_img.jpg');
    }

    .contactUs {
        background-size: cover;
        height: 450px;
    }

    .adress-container {
        padding-top: 100px;
    }

    .address-row {
        padding: 40px 0px 40px 45px;
    }

    header.carousel .item-caption2 {
        left: 80px !important;
    }

    header.carousel .item-caption3 {
        font-size: 23pt;
        left: 80px;
        top: 480px;
        max-width: 460px !important
    }

    header.carousel .item-caption1 {
        font-size: 23pt;
        left: 80px;
        top: 600px;
    }

    #item-content {
        font-size: 20px;
    }

        #item-content h2 {
            font-size: 32px;
        }

    .media {
        font-size: 20px;
        margin-bottom: 20px;
        padding: 15px;
    }

        .media h2 {
            font-size: 32px;
            color: #fff;
        }

    #modalContainer {
        margin-top: 50px !important;
    }

    #entire-modal {
        padding: 20px 0 20px 0;
    }

    .navbar-logo {
        width: 352px;
        height: 140px;
    }

    .navbar-inverse .navbar-text {
        color: #000 !important;
    }

    .row-upper .nav > li > a {
        font-size: 20px !important;
    }

    .navbar-right {
        margin-right: -15px !important;
    }


    .navbar-upper {
        background-color: #f8930f !important;
    }
    .navbar-lower {
        background-color: #7b158b !important;
    }

    .row-upper {
       /* margin-top: 60px;*/
    }
}

/* Large Full Screen Size */

@media only screen and (min-width:1367px) {

    .contactUs {
        background-size: cover;
        height: 760px;
    }

    .adress-container {
        padding-top: 120px;
        padding-bottom: 220px;
    }

    .address-row {
        padding: 0px 0px 60px 0px;
    }



    header.carousel .item-caption3 {
        font-size: 20pt;
        left: 250px;
        top: 530px;
    }

    header.carousel .item-caption1 {
        font-size: 26pt;
        left: 100px;
        top: 600px;
    }

    #item-content {
        font-size: 20px;
    }

        #item-content h2 {
            font-size: 32px;
        }

    .media {
        font-size: 20px;
        color: #000;
    }

        .media h2 {
            font-size: 32px;
            color: #282d69;
        }

    #modalContainer {
        margin-top: 50px !important;
    }

    #entire-modal {
        padding: 20px 0 20px 0;
    }

    .navbar-logo {
        width: 402px;
        height: 160px;
        margin-left: 100px;
    }

    .navbar-inverse .navbar-text {
        color: #000 !important;
    }

    .row-upper .nav > li > a {
        font-size: 20px !important;
    }

    .navbar-right {
        margin-right: -15px !important;
    }

    .navbar-upper {
        background-color: #f8930f !important;
    }
    .navbar-lower {
        background-color: #7b158b !important;
    }

    .row-upper {
        /*margin-top: 60px;*/
    }
}

/* END MEDIA QUERIES */

/* Global Styles */

html,
body {
    height: 100%;
}

.body-content {
    /*padding-top: 200px;*/
}

#item-content h2 {
    color: #28b674;
}

#item-content {
    color: #000;
}
.site-map-list {
    list-style: none;
    padding-left: 0;
}

    .site-map-list > li {
        margin-bottom: 0.5em;
    }

    .site-map-list ul {
        list-style: none;
        padding-left: 1em;
        margin-top: 0.3em;
    }

        .site-map-list ul li::before {
            content: "- ";
            margin-right: 0.25em;
        }

    .site-map-list a, .site-map-list li {
        text-decoration: none;
        color: #000;
    }

        .site-map-list a:hover {
            text-decoration: underline;
        }
.row-upper .nav > li > a {
    color: black;
}
.modal-body .form-group .form-label {
    color:#fff;
}
.media {
    color: #000;
}

    .media h2 {
        color: #28b674;
    }
.panel-title a {
    color: #7b158b;
}
.address-row a {
    color: #f8930f !important;
    font-size: 30px;
    text-shadow: 1px 1px 2px black;
}
.address-row h3 {
    color: #7b158b !important;
    font-weight: bold;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
/*.page-header, .article-title, .sitemap h1, .page-heading {
    font-family: 'Avenir LT Std';
}*/
.faq-section {
    padding: 40px 0 60px 0;
}
.page-content-holder {
    padding-top: 140px;
}

body {
    padding-top: 0px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

.alignleft {
    display: inline;
}

.article-title {
    color: #000 !important;
}

.-listing {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #652d91;
}

.product-listings h2 {
    color: #e25862 !important;
    font-size: 45px;
}

.product-listings h4 {
    color: #58585a !important;
    font-size: 18pt;
    font-weight: bold;
}

.single-product h2 {
    color: #8cc63f !important;
}

/* Home Page Carousel */

header.carousel {
    height: 800px;
    z-index: 100;
}

    header.carousel .item,
    header.carousel .item.active,
    header.carousel .carousel-inner {
        height: 100%;
    }

.item p {
    text-align: right;
    font-size: 18pt;
    color: #fff;
    text-shadow: #000 5px 6px 10px;
    padding-top: 5px;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

header.carousel .item-caption2 {
    position: absolute;
    color: #fff;
    min-height: 150px;
    background-color: #7b158b;
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
    padding: 60px;
    max-width: 550px;
    line-height: 35px;
}

header.carousel .item-caption2 {
    font-size: 30pt;
    left: 250px;
    bottom: 0px;
}

header.carousel .item-caption3 {
    position: absolute;
    color: #1a9ed8;
    height: 450px;
    background-color: #fff;
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
    padding: 60px;
    max-width: 30%;
    line-height: 35px;
}

header.carousel .item-caption1 {
    position: absolute;
    color: #fff;
}


header.carousel .item-caption2 b {
    font-size: 30pt;
    font-weight: bold;
}

header.carousel .item-caption3 b {
    font-size: 30pt;
    font-weight: bold;
}

header.carousel .item-caption3 a {
    font-size: 23pt;
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
    float: right;
    padding: 10px;
    margin: 20px;
    background-color: #1a9ed8;
}


/* Home Welcome*/

#Welcomepg {
    background-image: url('/img/Welcome_bg_img.jpg') !important;
    background-size: cover;
    padding: 40px 0 100px 0;
    background-position: center;
    background-color: #fff;
}
.white-panel-45 {
    background-color:#ffffff45;
    border-radius:20px;
    padding:20px;
}
.contact-label {
    border-bottom: 1px solid black;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.page-header {
    color: #000;
    padding-top: 50px;
    border-color: #000;
    font-size: 50px;
}

.center {
    margin-left: auto;
    margin-right: auto;
    display: table;
}

#WelcomeWording {
    padding-top: 20px;
    margin-bottom: 45px;
    color: #1D232D
}

.page-heading {
    color: #f8930f;
    font-size: 38px;
    text-transform: uppercase;
    padding: 10px;
    font-weight: 800;
    filter: drop-shadow(2px 2px 0px #7b158b);
}

#WelcomeWording p {
    padding-top: 20px;
    font-size: 18px;
    color: #000;
}

/*Product Wording*/

.btn-default {
    color: #fff;
    background-color: #1a9ed8;
    border-color: #fff;
    margin-right: 0px !important;
    border-radius: 0px;
}

    .btn-default:hover {
        color: #fff;
        background-color: #000;
        border-color: #fff;
    }

/*#modalContainer {
            background-color: rgba(255,255,255,0.9);
        }*/

#entire-modal {
    margin-bottom: 30px;
    border: 2px solid #000;
    border-radius: 20px;
    background-color: rgba(255,255,255,0.9);
}

.modal-content {
    margin-top: 210px;
    background-color: rgba(29,35,45,.9);
}

.modal-header {
    border-bottom: 1px solid #fff;
}

.modal-footer {
    border-top: 1px solid #fff;
}

/*.modal-content h4 {
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    font-family: 'Avenir LT Std';
}*/

.modal-content p {
    font-size: 18px;
}
.modal-content .panel-body p,
.modal-content .panel-body li {
    font-size: 14px;
    line-height: 1.42857143;
    color: #333 !important;
}


.text-wrap-left {
    float: left;
    margin-right: 20px;
    margin-top: 20px
}

.modal-body img {
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.modal-body p {
    color: #fff !important;
}

.panel {
    margin-bottom: 30px;
    border: 2px solid #000;
    border-radius: 20px;
    background-color: rgba(255,255,255,0.9);
}

    .panel img {
        padding-left: 15px;
        padding-top: 20px;
        margin-bottom: 20px;
    }

.media a {
    margin-bottom: 20px;
}

/* Register*/

#HomeRegister {
    background-color: #1a9ed8;
    text-align: center;
    padding: 100px;
}

    #HomeRegister a {
        font-size: 40px;
        text-rendering: optimizeLegibility;
        padding: 20px 60px;
        background-color: transparent;
        color: #fff;
        border: 2px solid #fff;
    }

        #HomeRegister a:hover {
            font-size: 40px;
            text-rendering: optimizeLegibility;
            padding: 20px 60px;
            background-color: #fff;
            color: #1a9ed8;
        }

/* What You Get*/

#WhatYouGet {
    padding: 80px 0 120px 0 !important;
    background-image: url('/img/Footer_banner.png');
    background-position: center;
}

    #WhatYouGet .page-header {
        border-bottom: 1px solid #000;
    }

    #WhatYouGet h1 {
        color: #000 !important;
    }

    #WhatYouGet h2 {
        color: #000 !important;
        font-weight: bold;
    }

    #WhatYouGet p {
        color: #000 !important;
        font-weight: bold;
    }

    #WhatYouGet a {
        color: #000 !important;
        font-weight: bold;
    }

.header_border {
    border-top: 30px solid #28b674;
}

/*FOOTER*/

#footer p {
    color: #fff;
    text-shadow: #000 2px 2px 5px;
}

#sfooter h1 {
    color: #fff;
}

.sitemap {
    background-color: inherit !important;
    padding: 0px !important;
}

#sfooter {
    background-color: #f8930f;
}

#footer {
    background-color: #f8930f;
    background-size: cover;
    padding: 10px 0 0 0;
}

#sfooter a {
    color: #000;
}

    #sfooter a:hover {
        color: #fff;
    }

#sfooter .well {
    background-color: inherit;
    border-color: #fff;
    color: #fff;
}


/* Register*/

.main-register {
    background-size: cover;
    padding: 60px 0 50px 0;
}

    .main-register .well {
        border: 0px !important;
    }

        .main-register .well a {
            color: #7b158b;
        }

            .main-register .well a:hover {
                color: #5a0f69;
            }

.form-control {
    border: 2px solid #edaa46 !important;
}

.register-bg {
    background-color: rgba(255,255,255,.9);
    padding: 30px;
}

/*Contact Us Page*/

.contactUs h1 {
    color: #7b158b !important;
    font-size: 25pt !important;
    font-weight: bold;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.contactUs h2 {
    color: #f8930f;
    margin-top: 0px;
}

.address-row {
    background-size: contain;
    text-align: left;
}

    .address-row a {
        color: #1a9ed8;
        font-size: 22px;
    }

        .address-row a:hover {
            color: #fff;
            font-size: 22px;
        }

.contactUs-bg img {
    width: 100%;
    background-size: cover;
    margin-bottom: 50px;
}

.contactUs {
    background-position: center;
    min-height: 750px;
}


/*EXTRA STYLES*/
#divPageContainerMain>.row>#divContent>.container>div {
    border-radius:30px;
}
/*Breadcrumb*/
.breadcrumb {
    border-radius: 15px;
    border: 2px solid #7b158b !important;
}

    .breadcrumb a {
        color: #7b158b;
    }

        .breadcrumb a:hover {
            color: #5a0f69;
        }

/*How to*/

.howto h1 {
    color: #1a437c;
}

.howto h2 {
    color: #706e6f;
}

/*My Account*/

.myaccount h1 {
    color: #1a437c;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

    .price sup {
        top: -20px;
        left: 2px;
        font-size: 20px;
    }

.period {
    display: block;
    font-style: italic;
}

/* Sitemap*/

.sitemap-master {
    font-weight: bold;
}

    .sitemap-master li {
        color: #fff;
    }

.sitemap-children {
    font-weight: normal;
    padding-left: 20px;
}

.sitemap .col-md-3:nth-child(4n+3) {
    clear: left;
}

/* Page Styles*/

#divPageContainerMain .well {
    color: #000 !important;
    margin-bottom: 30px;
    border: 2px solid #7b158b !important;
    border-radius: 16px;
    background-color: #fff;
}

.register-bg h4 {
    color: #000;
}

.register-bg p {
    color: #000 !important;
}

.register-bg label {
    color: #000;
}
#divPageContainerMain {
    padding-top: 180px !important;
    background-image: url('/img/Background/Contactus.jpg');
    height: auto;
    background-attachment: fixed;
}
.alt-cats {
    color: white;
    text-shadow: 1px 1px 2px black;
}
.offering {
    background-image: url('/img/background/offerings_small_alt.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 20px 0 20px 0;
}

#divPageContainerMain .btn {
    background-color: #1a9ed8;
    color: #fff;
    border-radius: 0px;
    margin-left: 45px !important;
}

    #divPageContainerMain .btn:hover {
        background-color: #000;
        color: #fff;
        border-color: #fff;
    }
.item-caption2 h3 {
    font-size:28px;
}
#divPageContainerMain li {
    /* padding-top: 10px;*/
}

.main-sidebar a {
    color: #fff;
}

    .main-sidebar a:hover {
        color: #000;
    }

#divPageContainerMain h2 {
    color: #f8930f !important;
    font-size: 30px;
    text-shadow: 1px 1px 2px black;
}

.list-group-item.active {
    background-color: #000 !important;
    border-color: #fff;
}

    .list-group-item.active:hover {
        background-color: #1a9ed8 !important;
        border-color: #fff;
    }

.list-group-item {
    background-color: #1D232D !important;
    border-color: #fff;
}

#divContent p {
    color: #000;
}

#divContent h1 {
    color: #1D232D;
}

.bg {
    background-color: #e6e6e6
}