@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700);
html {
    margin: 0px;
    padding: 0px;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

.cf:before,
.cf:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.cf:after {
    clear: both;
}


/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.cf {
    *zoom: 1;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Poppins', sans-serif;
}


/*---------Authar Style----------*/

.smobitrigger,
.mnuclose {
    display: none;
}

header {
    background: #441B0A;
}

.logo {
    float: left;
}

.navigation {
    float: right;
    width: 100%;
    position: relative;
    float: right;
    width: 100%;
    background-color: #1f2c3d;
    position: relative;
    z-index: 999;
    margin-top: 0px;
}

.navigation nav ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    text-align: right;
}

.navigation nav ul.dropdown-menu {
    margin-top: 10px;
    border-top: 2px solid #ffc81b;
    border-radius: 0px;
    padding: 10px 0;
    text-align: left;
}

.navigation nav ul.dropdown-menu li {
    display: block;
    width: 100%;
    float: left;
}

.navigation nav ul.dropdown-menu li a {
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 10px 15px;
    color: #000;
}

.navigation nav ul.dropdown-menu li a:hover {
    color: #000;
    background-color: #eee;
}

.navigation nav ul.dropdown-menu li a:hover {
    background-color: #eee!important;
}

.navigation nav ul li {
    float: left;
}

.navigation nav ul li a {
    color: #fff;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
    padding: 12px 20px;
    font-size: 16px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    text-transform: uppercase;
}

.navigation nav ul li a.btn-warning {
    background-color: #0d85d1;
    color: #fff;
    padding: 10px 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-left: 20px;
    text-transform: uppercase;
}

.navigation nav ul li a.btn-warning:hover {
    background-color: #0394f0;
    color: #fff;
}

.nav_ryt {
    float: none!important;
}

.navigation nav ul li a:hover {
    color: #fff;
    background-color: #ffc81b;
}

.navigation nav ul li a.active {
    color: #fff;
    background-color: #ffc81b;
}

@media all and (max-width: 768px) {
    .smobitrigger,
    .mnuclose {
        display: inline-block;
    }
    .smobitrigger {
        color: #fff;
        font-size: 29px;
        line-height: 12px;
        padding: 10px;
    }
    .mnuclose {
        font-size: 20px;
        padding: 10px 20px;
        width: 100%;
        background: rgba(0, 0, 0, 0.30);
    }
    .smobitrigger span,
    .mnuclose span {
        font: 0/0 a;
        text-shadow: none;
        color: transparent;
    }
    .navigation nav ul {
        padding-bottom: 40px;
        overflow-y: auto;
        background-color: #0d85d1;
    }
    .navigation nav ul li,
    .navigation nav ul li a {
        width: 100%;
    }
    .navigation nav ul li a {
        padding-top: 5px;
        padding-bottom: 5px;
        color: #fff;
    }
    .navigation nav ul li a:hover {
        background: rgba(255, 255, 255, 0.9);
    }
    .mobimenu {
        list-style: none;
        padding: 20px;
        margin: 0px;
        width: 280px;
        position: fixed;
        height: 100%;
        top: 0px;
        left: -280px;
    }
    .mnuopn {
        left: 0px !important;
    }
    .ovrActv {
        position: fixed;
        background: rgba(0, 0, 0, 0.79);
        width: 100%;
        height: 100%;
        z-index: 999;
        transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
    }
}

@media screen and (max-width:800px) {
    .navigation nav ul li:last-child a {
        margin-left: 0;
    }
    .ion-close-round::before {
        content: "\f129";
        color: #fff;
    }
}