/*Layouts css goes here*/

/* :::: Main Header :::: */
/* Logo Area */
.col-sm-4.logo-wrapper {
    padding-top: 24px;
    padding-bottom: 12px;
    background-color: #121A28;
}
.prpd-header-logo {
    margin-left: auto;
    margin-right: auto;
}
.row.top-nav-row {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #121A28;
}
/* Nav Bar */
nav.ddl-nav-wrap.ddl-navbar.ddl-navbar-default.ddl-nav-horizontal.pull-right {
    margin-top: 0px;
    margin-bottom: 0px;
}
.col-sm-12.main-menu-wrapper {
    background-color: #1B273C;
}
/* Main Header Background */
header.full-bg.header-cont {
    height: 500px;
    background-image: url('https://prpdbiblioteca.jdcreativelab.com/wp-content/uploads/2017/01/prpd-header-background@2x.png');
    background-repeat: no-repeat;
    background-position: center;
  background-size: cover;
}
h3.intro-title {
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 100;
    font-size: 52px;
    line-height: 1;
    margin-top: 80px;
    margin-bottom: 0px;
}
h1.header-title {
    color: #fff;
    font-family: Helvetica,Arial,sans-serif;
    font-weight: 700;
    font-size: 100px;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1;
}
h2.header-sub-title {
    color: #fff;
    font-family: Helvetica,Arial,sans-serif;
    font-weight: 500;
    font-size: 78px;
    margin-top: 0px;
    line-height: 1;
}
/* :::: Content Area ::::*/
/* Search Section */
.full-bg.general-search-cont {
    background-color: #121A28;
}
input.main-search {
    background-color: #44597B;
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wpb_single_image.wpb_content_element.vc_align_center {
    margin-bottom: 12px !important;
}
/* Home Categories Section */
.full-bg#documents-categories-cont {
  
    background-color:#D9E0EA ;
    padding-top: 48px;
    padding-bottom: 24px;
}
h2.vc_custom_heading.category-title {
    margin-top: 5px !important;
}
.external-link-img {
    margin-bottom: 12px !important;
}
/* Home Recent Post Section */
.full-bg#recent-post-cont {
    background-color: #1B273C;
    padding-bottom: 24px;
}
/* Home Recent Post Section */
.full-bg#footer-cont {
    background-color: #121A28;
    padding-bottom: 24px;
}