.inner {
    width:100%;
    padding:10%;
    }
    
    .page-title {
    font-family: "Montserrat", sans-serif;
    font-size: 48px;
    color:#fff;
    }
    
    .none-style {
        list-style: none;
        padding-left: 0;
    }
    
    .page-header .breadcrumbs li {
        display: inline-block;
        color: #fff;
    }
    
    .page-header .breadcrumbs li a {
        color: #aeaacb;
        text-decoration:none;
    }
    
    .page-header .breadcrumbs {
        margin-bottom: 0;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 800;
        text-decoration:none;
    }

    .page-header .breadcrumbs li.active:before {
        /* content: "\f104"; */
        content: ">";
        font-family: "flaticon";
        /* font: 14px/1 FontAwesome; */
        font-size: 7px;
        color: #1b75b6;
        margin: -2px 8px 0;
        display: inline-block;
        vertical-align: middle;
    }

    .topnav  {
        display: inline-block;
        padding: 32px 0px;
        line-height: 35px;
        text-decoration: none;
        text-align: center;
        outline: none;
        color: #1a1b1e;
        white-space: nowrap;
        -webkit-transition: all 0.2s ease-out 0s;
        -moz-transition: all 0.2s ease-out 0s;
        -o-transition: all 0.2s ease-out 0s;
        transition: all 0.2s ease-out 0s;
    }

    .head-data-container {
        justify-content: space-between;
    }

    .topnav {
        font-weight:bold;
        font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    }

    .nav {
        display:flex;
        justify-content:space-between;
    }

    .topnav:hover {
        color:#1c6eac;
    }

@media only screen and (max-width: 768px) {
.nav {
    display:none;
}
    .page-header .page-title {
        font-size: 30px;
    }

    .page-header .breadcrumbs {
        font-size: 12px;
    }
}