* {
    line-height: 2;
    outline: none;
}

body, button, input, textarea {
    font-family: 'Poppins', serif;
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
    color: darkred;
    font-weight: 500;
    line-height: 1.25;
    text-transform: capitalize;
}

h1 {
    font-size: 24px;
}

h1.view {
    margin-bottom: 15px;
}

h1.view a {
    line-height: 1.25;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 19px;
}

body, p, h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

body {
    background-color: cornsilk;
    word-break: break-all;
    color: #000000;
}

b {
    font-weight: 500;
}

a {
    color: #000;
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    color: darkred;
    text-decoration: underline;
}

p.description {
    line-height: 1.5;
    margin-top: 5px;
}

.sharing_buttons {
    font-size: 20px;
    margin-bottom: 5px;
}

.sharing_buttons i {
    margin-right: 25px;
}

i.fa-facebook {
    color: #3B5998;
}

i.fa-google-plus {
    color: #DB4437;
}

i.fa-reddit {
    color: #FF4500;
}

i.fa-stumbleupon {
    color: #EB4924;
}

p.hm {
    margin: 0 0 15px;
}

h2.title i.fa-file-download {
    position: relative;
    top: 2px;
}

input, textarea {
    background-color: #e9ebee;
    border: 0;
    outline: 0;
    padding: 5px 10px;
    width: 100%;
}

input#search {
    height: 40px;
}

header, footer {
    background-color: #000000;
}

.header, .container, .footer, .btm, .tpi {
    margin: 0 auto;
    width: 1063px;
}

header {
    display: inline-block;
    height: 40px;
    padding: 10px 0;
    width: 100%;
}

.far {
    margin-right: 10px;
}
.fa {
    margin-right: 10px;
}
.fas {
    margin-right: 10px;
}

.tm {
    margin-top: 15px;
}

.logo {
    float: left;
}

.logo a, .logo span {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
    text-decoration: none;
    position: relative;
}

.logo a img {
    height: 20px;
    margin-right: 10px;
    position: relative;
    top: 2px;
    width: 20px;
}

.header .logo {
	padding-right: 10px;
}

.header .container_search {
    float: left;
    width: 440px;
}

nav {
    float: right;
    width: 310px;
}

nav a {
    color: #ffffff;
    display: inline-block;
    margin: 5px 0;
}

nav a:hover {
    color: #ffffff;
}

.contact-us input, .contact-us textarea {
    background-color: #ffffff;
    border: 1px solid #c3c3c3;
    outline: 0;
    margin-bottom: 15px;
    padding: 5px 10px;
    width: 100%;
}

select {
    border: 1px solid #c3c3c3;
    font-family: 'Poppins', serif;
    font-size: 16px;
    margin-bottom: 15px;
    outline: 0;
    padding: 1%;
    width: 48%;
}

.container {
    display: table;
    margin: 25px auto;
}

.container > .left {
    width: 728px;
    float: left;
}

.container > .right {
    float: right;
    width: 310px;
}

footer {
    color: #ffffff;
    padding: 15px 0;
    text-align: center;
    width: 100%;
}

footer a, footer a:hover {
    color: #fff;
}

.btm .blk .blk1{
    padding: 25px 0;
    overflow: auto;
}

.category .blk, .detail .blk {
    border: 1px solid #c3c3c3;
    margin-bottom: 25px;
    overflow: auto;
}

.category .blk1, .detail .blk1 {
    border: 2px solid #000;
    margin-bottom: 25px;
    overflow: auto;
}

.blk1 {
    border: 1px solid #000;
    margin-bottom: 25px;
    overflow: auto;
}

.category .blk:first-child {
    margin-top: 25px;
}

.category .blk1:first-child {
    margin-top: 25px;
}

.category .blk .blki, .detail .blk .blki {
    background-color: #ffffff;
    padding: 25px;
}
.category .blk1 .blki, .detail .blk1 .blki {
    background-color: #ffffff;
    padding: 25px;
}

.right .blk {
    margin-bottom: 15px;
}

.right .blk1 {
    margin-bottom: 15px;
}

.similar-pdfs {
    margin-top: 20px;
}

ul.list {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.list li {
    border-bottom: 1px solid #c3c3c3;
    line-height: 1.25;
    padding: 10px 0;
}

ul.list li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

h2.title a {
    color: darkred;
    font-size: 18px;
    text-decoration: underline;
}

blki.h2.title a {
    color: darkred;
    font-size: 17px;
	font-weight:600;
    text-decoration: underline;
}
h2.title a:hover {
    color: #000;
}

h2.title a i {
    margin-right: 10px;
    top: 2px;
}

ul.list a {
    overflow-wrap: break-word;
    text-transform: capitalize;
}

.tp {
    background-color: #000000;
    border-bottom: 1px solid #c3c3c3;
    height: 400px;
    margin: auto;
    width: 100%;
}

.tpi {
    margin: auto;
    padding: 100px 25px 115px 25px;
    text-align: center;
}

.tp .logo {
    float: none;
    font-size: 24px;
    text-align: center;
    width: 100%;
}

.tp .logo img {
    margin-right: 10px;
    position: relative;
    top: 3px;
    width: 24px;
}

.tp h1 {
    border: 0;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    margin: 0 auto;
    padding: 5px 0 25px;
    width: 70%;
}

.container_search {
    position: relative;
}

.container_search .search {
    position: absolute;
    right: 0;
    top: 11px;
}

.loader {
    display: none;
    position: absolute;
    right: 1px;
    top: 11px;
}

#search_results {
    background-color: #EEE;
    display: none;
    max-height: 264px;
    overflow-y: scroll;
    position: relative;
    text-align: left;
    z-index: 1000;
}

.display_box {
    border-bottom: 1px solid #c3c3c3;
    border-top: 0;
    padding: 10px 25px;
}

.display_box:last-child {
    border-bottom: 0;
}

.btm ul li {
    float: left;
    width: 25%;
}

.btm ul li:nth-last-child(2), .btm ul li:nth-last-child(3), .btm ul li:nth-last-child(4) {
    border-bottom: 0;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 10px 0 0;
}

.pagination > li {
    display: inline;
}

.pagination > li > a, .pagination > li > span {
    border: 1px solid #c3c3c3;
    color: darkred;
    float: left;
    padding: 2px 11px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: darkred;
    border-color: darkred;
    color: #ffffff;
    cursor: default;
}

iframe#pdf-viewer {
    background: #c3c3c3 url(../images/loading.gif) no-repeat center;
    border: 0;
    height: 435px;
    width: 100%;
}

iframe#pdf-viewer-full {
    background: #c3c3c3 url(../images/loading.gif) no-repeat center;
    border: 0;
    height: 565px;
    width: 100%;
}

.index span {
    display: inline-block;
    font-size: 17px;
    margin: 0 15px 0 0;
    text-decoration: underline;
}

.opts {
    background-color: #ffffff;
    border-top: 1px solid #c3c3c3;
}

.opt {
    cursor: pointer;
    display: inline-block;
    padding: 4px 16px;
}

.opt:first-child {
    background-color: #c3c3c3;
    border-right: none;
    color: #000000;
    font-weight: 500;
}

.opt:last-child {
    border-right: 0;
}

.opt, .opt a {
    color: #555;
    font-size: 14px;
    text-decoration: none;
}

.opt a:hover {
    color: darkred;
}

.love .fa {
    margin-right: 0;
}

.love .cnt {
    margin-left: 10px;
}

.fas.fa-file-download {
    color: darkred;
}

.updated {
    color: #555;
    display: inline-block;
    font-size: 14px;
}

.updated i {
    margin-right: 5px;
}

.ug {
    color: #555;
    font-size: 13px;
    display: inline-block;
    line-height: 1.25;
    width: 100%;
}

.ad {
    margin-bottom: 25px;
    text-align: center;
}

.btm .blk {
    padding: 25px 0;
    overflow: auto;
}

@media only screen and (max-width: 1280px) {
    .header, .container, .footer, .btm, .tpi {
        width: 90%;
    }

    .header .container_search {
        display: none;
    }

    .tpi {
        padding: 100px 0 115px;
    }

    .container > .left, .container > .right {
        float: none;
        margin-top: 15px;
        width: 100%;
    }

    nav {
        text-align: right;
        width: auto;
    }
}

@media only screen and (max-width: 800px) {
    .opt a span {
        display: none;
    }

    .opt a i {
        margin-right: 0;
    }
}

@media only screen and (max-width: 640px) {
    .header, .container, .footer, .btm, .tpi {
        width: 85%;
    }

    .btm ul li {
        width: 50%;
    }
}

@media only screen and (max-width: 480px) {
    .btm ul li {
        width: 100%;
    }

    .opt {
        padding: 10px;
    }
}

@media only screen and (max-width: 320px) {
    nav {
        display: none;
    }
}
h2.title i.fa-file-pdf-o {
    position: relative;
    top: 2px;
}
.fa.fa-file-pdf-o {
    color: darkred;
}
.123
{
padding: 10px;
}