body {
    background-color: #fff;
    color: #222;
    font-family :"segoe","Segoe UI",Arial,sans-serif!important;
}

@font-face {
    font-family: 'OUTLOOK';
    src: url('../fonts/OUTLOOK.TTF') format('truetype');
}

.dark-bg
{
    background-color: #FFECFF;
}
h1 {
	color: #111;
}

.underline:before,
.underline:after {
    background-color: #dcdcdc;
}
.custom-btn {
    color: white;
    min-width: 138px;
    min-height: 25px;
    /*margin-top: 25px;*/
    padding: 12px;
    background-color: #1b1b1b;
    border: 1px solid #1b1b1b;
}

#download-app1 {
    margin-bottom: 60px;
    border-top: 2px solid white;
    padding-top: 22px;
    margin-top: 20px;
    font-family: "segoe","Segoe UI",Arial,sans-serif;
    font-weight: 500;
    font-size: 20px;
}

.top .content {
    color: #fff;
}
.top .content h1 {
	color: #fff;
}
    .top .content .button .custom-btn {
        color: #fff;
        border: none;
        display: inline-block;
        font-family: inherit;
        font-size: 16px;
        height: 47px;
        font-weight:500;
        padding-right: 29px;
        width: 33%;
        border-radius: .25rem;
    }
.navbar-brand {
    padding: 6px 15px !important;
}

.navbar-default {
    position: fixed;
    z-index: 20;
    background-color: rgba(255, 255, 255, 0.24);
    padding-left: 90px;
    /*padding-right: 90px;*/
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 100%;
    min-height: 64px;
    max-height: 100000px;
    transition: .5s all;
}


    .navbar-default .navbar-nav > li > a {
        color: #fff;
        transition: .3s all;
        font-size: 14px;
    }
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        background: none;
        color: #ad83ff;
        border-bottom: 3px solid #6a32d6;
    }
.featured-item .icon i
{
    color: #660066;
}
.featured-item h3
{
    color: #2E2E2E;
}
.description .content .list-item li i {
	color: #0099FF;
}
.testimonial .testimonial-slide .content {
    color: #5a5a5a;
}
.team .member .details p {
	color: #fff;
}
.price .price-table {
	padding:0 30px;
}

.price .price-list ul li i.fa-check
{
    border: 1px solid #660066;
    color: #660066;
}
.price .price-list ul li i.fa-times
{
    border: 1px solid #e74c3c;
    color: #e74c3c;
}
.download {
	color: #fff;
}
.download .header h1 {
	color: #fff;
}
.download .custom-btn {
	color: #fff;
	border: 2px solid #fff;
}
.input-group-addon {
	color: #555;
	border: 1px solid #ccc;
}


@media (max-width: 1024px) {
    .navbar-default {
        padding-left: 20px;
        padding-right: 0px;
    }
        .navbar-default .navbar-nav > li > a {
            font-size: 13px;
        }
    .AboutUsPartners_Logo img {
        height: 125px;
        width: 227px;
        margin: 0px auto;
        margin-bottom: 27px;
        border-radius: .25rem;
    }
    .EventGalleryBody, .EventGalleryBody2 {
        margin: 10px;
        box-shadow: 1px 1px 3px 1px #e3e3e3;
        width: 100%;
        float: left;
        position: relative;
        min-height: 1px;
    }
}
