/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
section#header {
    margin: 0;
    padding: 16px 0;
    background-color: #fff;
    background-image: url(https://cdn.bizzhost.in/images/global/navbar_bg.png);
    border-radius: 0px;
}
section#main-body {
    margin: 0;
    padding: 20px 0;
    min-height: 350px;
    background-color: #fff;
    background-image: url(https://cdn.bizzhost.in/images/global/green_bg.png);
}
section#footer {
    margin: 0;
    padding: 20px 10px;
    background-color: #0b0f26;
    border-top: 1px solid #ddd;
    color: #666;
    font-size: .9em;

}

.main-content {
    margin-bottom: 229px;
    min-height: 300px;
}

/* ======= Top Header ======= */

.top-header-bg {
    background-image: url("https://cdn.bizzhost.in/images/global/top_header_bg.png");
}

.top-header {
    border-bottom: 1px solid #f1fcee;
}

.top-header .container:first-child ul {
    float: left;
}

.top-header .container ul:last-child {
    float: right;
}

.top-header a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 14px;
	text-decoration: none;
    padding: 10px 0px 0px 0px;
    display: block;
}

.top-header .container:first-child ul li {
    margin-right: 15px;
    position: relative;
    padding: 0;
}

.top-header .menu li {
    margin-right: 0 !important;
    margin-left: 15px;
}

.top-header ul.dropdown li {
    width: 150px;
}

.top-header ul.mini-contact i.icon{
    padding-right: 10px;
    font-size: 14px;
}

/*FontAwesome Icons*/

.fa-gift {
    color: #3F4582;
}
.fa-facebook-square {
    color: #3b5998;
}
.fa-twitter-square {
    color: #1da1f2;
}
.fa-instagram-square {
    color: #e1306c;
}
.fa-youtube-square {
    color: #ff0000;
}
.fa-whatsapp-square {
    color: #00E676;
}
.fa-linkedin {
    color: #0077b5;
}
.fa-snapchat-square {
    color: #fffc00;
}
.fa-facebook-messenger {
    color: #0084ff;
}
.fa-skype {
    color: #00AFF0;
}
.fa-headset {
    color: #479B3A
}
.fa-envelope-square {
    color: #FDC10F
}
.fa-phone-square-alt {
    color: #036894
}
.fa-file-pdf {
    color: #f00
}
.icon-footer {
    color: #2BB2A9;
    padding-right: 5px !important;
}