@font-face {
    font-family: goudy-regular;
    src: url('../fonts/goudy-serial-medium-regular.ttf');
}
* {
    color: #000;
    font-size: 14px;
}

body {
    background-image: url('images/body_bg.jpg');
    background-size: 65%;
    background-repeat: no-repeat;
        font-family: sans-serif;
}

p {
    line-height: 20px;
    margin: 0;
}

img {
    max-width: 100%;
}

ul,ol {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
    line-height: 16px;
}

a {
    text-decoration: underline;
    color: #000;
    font-size: 14px;
}

a:hover {
    background: #cccccc;
    color: #000;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
        font-weight:bolder;
    text-transform: uppercase;
    font-family: 'Spectral', serif;
}

small,
.small {
    font-size: 11px;
    font-weight: 700;
    display: block;
}
h1.title{
    font-size: 24px;
}
.header .header-title {
    border-bottom: 2px solid #c8cfec;
}

.header .header-title p {
        color: #06145f;
        word-spacing: 10px;
        margin-bottom: 0px;
        font-size: 36px;
        text-transform: uppercase;
        font-family: goudy-regular;
        line-height: 36px;
        letter-spacing: 2px;
}

.header .navbar {
    margin: 0px 0 0 0;
    display:none;
        z-index: 99999;
        position: absolute;
        right: 0;
        width: 100%;
        padding-left: 15px;
        padding-bottom: 50px;
}
.header .navbar ul {
        margin-left: 0;
        margin-top: 0;
        background: #fff;
        padding-left: 15px;
        padding-bottom: 40px;
}
.navbar .main-menu li {
    list-style: disc;
    line-height: 18px;
}

.navbar button.navbar-toggler {
        border: 1px solid #333;
        padding: 0;
        width: 35px;
        height: 35px;
        position: absolute;
        right: 0;
        z-index: 99999;
        margin-right:15px;
}
.navbar-toggler-icon {
        background: #000000;
        height: 1px;
        margin: 6px auto;
        display: block;
}


.sidebar .sponsour li {
    padding: 30px 0;
}

.sidebar .sponsour li a:hover {
    background: transparent;
}

section#site-sologan p {
    font-size: 14px;
    color: #06145f;
}
section#about-lawyer ul li {
    list-style: disc;
    line-height: 18px;
}
section#about-lawyer .title,
section .duration .title {
    margin-bottom: 5px;
}
section#practice-list li {
    list-style: decimal;
}
section#prac-area-list ul li {
    list-style: decimal;
    padding-bottom: 15px;
    line-height: 18px;
}
section#prac-area-list li ul li {
    list-style: circle;
    padding-bottom: 5px;
    margin-left: 35px;
}

section.contact-info p {
    font-size: 11px;
    line-height: 14px;
    font-weight: 700;
}

section.contact-content p {
    margin-bottom: 10px;
    font-size: 13px;
}

section.note p {
    font-size: 13px;
}

section.law-list li {
    list-style: disc;
    line-height: 18px;
}

.terms-condition h2{
    font-size: 18px;
    text-transform: none;
}
.terms-condition h3{
    font-size: 16px;
    text-transform: none;
}



/* Small Devices responsive */
@media only screen and (max-width : 1199px) {
    .header .header-title p {
                font-size: 28px;
        }
}

@media only screen and (max-width :991px) {
    .header .header-title p {
                font-size: 21px;
        }
}

@media only screen and (max-width :767px) {
        .header .navbar {
                display: block;
        }

    .sidebar .navbar{
        display: none;
    }
}

@media only screen and (max-width : 550px) {
    .header .header-title p {
        font-size: 4vw;
                word-spacing: 0px;
                line-height:20px;
    }
    .sidebar .main-menu ul {
        margin-left: 15px;
    }
}

@media only screen and (max-width : 380px) {
    .header .header-title p {
        word-spacing: 0px;
    }
}

@media only screen and (max-width : 320px) {
    .header .header-title p {
        line-height:20px;
    }
}