html{scroll-behavior:smooth;}
body{
    margin:0;
    padding:0;
    font-size:16px;
    color: #000000;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}
p {
    color: #000000;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}
h1, h2, h3, h4, h5, h6{
     color: #000000;
     margin-top: 10px;
     margin-bottom: 10px;
     font-family: 'Lato', sans-serif;
     font-weight: 700;
}
h1{
    font-size: 22px;
    color: #000000;
}
h2{
    font-size: 22px;
    color: #2bab3a;
}

h3{
    font-size: 22px;
    color: #e3381c;
}

h4{
    font-size: 22px;
    color: #f9c80a;
}

h5{
    font-size: 22px;
    color: #c800f9;
}

h6{
    font-size: 22px;
    color: #0e9eb8;
}

a{
    color: #2bab3a;
}
a:focus, a:hover{
	text-decoration:none;
    color: #c800f9;
}
.btn-primary {
    color: #fff;
    background-color: #7fc570;
    border-color: #7fc570;
    padding: 10px 25px;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s linear;
}
.logo {
    display: block;
    text-align: center;
}
.navpart {
    padding-top: 30px;
    padding-bottom: 15px;
}
.logo img {
    width: 150px;
    position: absolute;
    top: -25px;
}
.wrap-sticky nav.navbar.bootsnav.sticked .logo img {
    top: 0px;
    width: 100px;
    background: #fff;
    padding: 10px;
}
/*Navbar-sticky-menu-list*/
nav.navbar.bootsnav{
    background-color: #ffffff;
}
.wrap-sticky nav.navbar.bootsnav.sticked {
    background-color: #0e9eb8;
}
.wrap-sticky nav.navbar.bootsnav.sticked .nav > li > a{
    color: #ffffff;
}
nav.navbar.bootsnav .navbar-nav > li > a {
    color: #8f908b;
    padding: 20px 12px;
    font-weight: 700 !important;
    font-size: 14px;
    text-transform: uppercase;
}
nav.navbar.bootsnav .navbar-nav > li > a:hover{
    color: #7fc570;
}
ul.nav.navbar-nav.navbar-right .btn-primary {
    padding: 5px 10px;
    margin-right: 15px;
    background-color: #838383 !important;
    color: #fff;
    border-color: #838383;
    text-transform: capitalize;
    transition: all 0.3s linear;
    font-size: 15px;
    height: 30px;
    line-height: 18px;
}
ul.nav.navbar-nav.navbar-right .btn-primary:hover{
    background-color: #7fc570 !important;
    border-color: #7fc570;
    color: #ffffff;
}
nav.navbar.bootsnav .navbar-brand{
    padding: 0px;
    height: auto;
    float: none;
    margin: 0px;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    background-color: #838383;
    color: #fff;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a:hover{
    background-color: #e3381c;
    color: #fff;
    transition: all 0.3s linear;
}
nav.navbar.bootsnav nav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu li a:hover,
nav.navbar ul.nav li.dropdown.on > a, nav.navbar ul.nav > li.active > a:hover, 
nav.navbar ul.nav li.active > a, nav.navbar li.dropdown ul.dropdown-menu > li a:hover{
      color: #7fc570;
}  
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu{
    padding:0px !important;
    border:none;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a{
    padding:10px 10px;
    text-transform: uppercase;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, nav.navbar.bootsnav .navbar-toggle {
    color: #ffffff;
    cursor: pointer;
    background: #e3381c;
    padding: 6px 10px 3px;
    top: 0px;
}
button.navbar-toggle .fa-bars {
    font-size: 22px;
}
.navbar-header .attr-nav {
    display: none;
}
/*--Font awesome 5 version--*/
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li.dropdown > a.dropdown-toggle:after{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
}
/*end-navbar*/
.attr-nav ul li a{
    color: #7c81b8  ;
    padding: 10px;
}
.breadcrumb > li + li:before{
    display: none;
}
.search-box {
    margin: 0px;
    width: 100%;
    float: right;
}
.search-box input {
    margin-top: 0px;
    padding-left: 10px !important;
    border-radius: 5px;
    line-height: inherit;
    font-style: normal;
    padding: 8px 0px;
    border-color: #b5c0d1;
}
.search-box input[type=submit] {
    right: 0px;
    left: auto;
}
.slider_section {
    padding: 50px 0px 150px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.inner_page_logo img {
    width: 150px;
}
.carousel-fade .carousel-inner .item {
    transition-property: opacity;
  }
  .carousel-fade .carousel-inner .item,
  .carousel-fade .carousel-inner .active.left,
  .carousel-fade .carousel-inner .active.right {
    opacity: 0;
  }
  .carousel-fade .carousel-inner .active,
  .carousel-fade .carousel-inner .next.left,
  .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
  }
  .carousel-fade .carousel-inner .next,
  .carousel-fade .carousel-inner .prev,
  .carousel-fade .carousel-inner .active.left,
  .carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
.donate-btn {
    float: right;
}
.donate-btn .btn-primary {
    background-color: #07a420;
    border-color: #07a420;
    color: #ffffff !important;
    margin: 0px 0px 0px 20px;
    font-size: 15px;
    transition: all 0.3s linear;
    padding: 6px 15px;
    border-radius: 5px;
}
.donate-btn .btn-primary:hover{
    background-color: #e3381c;
    border-color: #e3381c;
    color: #ffffff !important;
}
.top-header-btns {
    background-color: #ffd305;
    padding: 6px 0px;
}
.home_banner_block {
    background-repeat: repeat;
    background-position: center;
}
.home_banner_content h2 {
    font-size: 20px;
    text-transform: uppercase;
    color: #000000;
    margin: 0px;
    padding-bottom: 10px;
}
.main_home_header img {
    width: 100%;
    margin: 0px auto;
    display: block;
}
.npaa_line {
    position: relative;
}
.about_section {
    background-color: #aea395;
}
.home_wrapper{
    padding: 30px 0px;
}
.dtown_heading {
    font-size: 24px;
    margin: 0px;
    padding-bottom: 35px;
    padding-top: 25px;
    color: #000000;
    display: inline-block;
    position: relative;
}
.npaa_line .dtown_heading:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 7px;
    background-color: #000000;
}
.npaa_line .dtown_heading:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 7px;
    background-color: #f14959;
}
.about_content h5, .scholar_content h5, .membership_content h5 {
    color: #e3381c;
    font-size: 20px;
    margin: 0px;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.scholar_content h5{
    color: #0e9eb8;
}
.membership_content h5{
    color: #c800f9;
}
.about_content .dtown_heading {
    color: #ffffff;
}
.about_content p {
    color: #ffffff;
}
.scholar_content .dtown_heading {
    color: #7a7a7a;
    text-transform: uppercase;
    font-weight: 900;
}
.scholar_image img {
    width: 100%;
}
.membership_content .dtown_heading {
    color: #000000;
    text-transform: uppercase;
    font-weight: 900;
}
.about_image {
    text-align: center;
}
.about_image img {
    width: 100%;
}
.about_content .btn-primary, .scholar_content .btn-primary, .membership_content .btn-primary{
    margin-top: 15px;
    border-radius: 0px;
    letter-spacing: 0.4px;
    background-color: transparent;
    color: #e3381c;
    border-color: #e3381c;
    padding: 3px 5px;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 25px;
    transition: all 0.3s linear;
}
.scholar_content .btn-primary {
    border-color: #7a7a7a;
    color: #7a7a7a;
}
.scholar_content p {
    color: #7a7a7a;
}
.about_content .btn-primary:hover{
    background-color: #2bab3a;
    border-color: #2bab3a;
    color: #ffffff;
}
.about_content .btn-primary {
    margin-top: 15px;
    border-radius: 0px;
    letter-spacing: 0.4px;
    border-color: #ffffff;
    color: #ffffff;
}
.about_content .npaa_line:before {
    width: 60%;
}
.about_content .npaa_line:after{
    width: 25%;
}
/*.npaa-row{
    display: flex;
}
.npaa-col{
    display: flex;
    align-items: center;
    justify-content: center;
}*/
.about_content {
    padding-top: 50px;
    padding-bottom: 50px;
}
.scholar_content .btn-primary:hover{
    background-color: #0e9eb8;
    border-color: #0e9eb8;
    color: #ffffff;
}
.membership_content .btn-primary {
    border-color: #000000;
    color: #000000;
}
.membership_content .btn-primary:hover{
    background-color: #c800f9;
    border-color: #c800f9;
    color: #ffffff;
}
.npaa-scholar-block {
    background-color: #fff;
    padding: 80px 0px;
}
.grid{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.grid .effect-sadie img {
    width: 100%;
    position: relative;
    overflow: hidden;
    transform: scale(1);
    transition: all 0.3s linear;
    height: 100%;
}
.grid:hover .effect-sadie img {
    transform: scale(1.1);
    transition: all 0.3s linear;
}
.membership_content {
    padding: 30px 0px;
}
.drawing_name {
    color: #c800f9;
    font-weight: 700;
    text-align: right;
    position: relative;
    font-size: 20px;
    font-style: italic;
}
.membership_block {
    background-color: #303030;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.explore-heading h5 {
    margin: 0px;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-size: 20px;
    color: #f9c80a;
}
.explore-heading {
    padding-bottom: 15px;
}
.explore-heading .dtown_heading {
    color: #8b714f;
}
.life_service_content figcaption h2{
    margin: 0px;
    padding-top: 20px;
    font-size: 15px;
}
.life_service_content figcaption a {
    color: #8b714f;
}
.life_service_content figcaption h2 a:hover{
    color: #e73a12;
}
footer{
    border: none;
    position: relative;
    padding: 80px 0px 60px;
    background-color: #31302f;
}
.more-info p, .more-info h4, .more-info a, .more-info address, .more-info h3{
    color: #ffffff;
}
.news_letter p {
    padding-bottom: 5px;
}
.footer-title {
    font-size: 30px;
    border: 0px;
    margin-top: 0px;
    padding-bottom: 20px;
}
.footer-title {
    font-size: 30px;
    border: 0px;
}
.del_space{
    display: none;
}
.social_icons a {
    width: 45px;
    height: 45px;
    background: #109db9;
    font-size: 20px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 100%;
    transition: all 0.3s ease-in-out;
}
.social_icons a:hover{
    background: #e73f1b;
    color: #ffffff;
}
.footer_contact h3 {
    color: #7fc570;
    margin-top: 0px;
}
.footer_contact.more-info p {
    padding-bottom: 0px;
    margin-bottom: 8px;
}
.social_icon_list {
    margin-top: 30px;
}
.footer_links {
    margin-left: 50px;
}
.more-info li{
    font-size: 18px;
}
.more-info a:hover{
    color: #e73f1b;
}
.news_letter .input-group-btn {
    display: inline-block;
    width: auto;
    margin-top: 15px;
}
#newsletterForm .form-control {
    height: 43px;
    width:58%;
    border-radius: 0px;
    margin-bottom: 25px;
}
.news_letter .input-group-btn .btn {
    background-color: transparent;
    border-color: #ffffff;
    border-radius: 0px;
    margin: 0px auto;
    text-align: center;
    display: block;
    transition: all 0.3s linear;
}
.news_letter .input-group-btn .btn:hover{
    background-color: #c800f9;
    border-color: #c800f9;
    color: #ffffff;
}
.input-group-btn {
    display: block;
    width: 100%;
}
.copy p, .power p {
    color: #ffffff;
    margin: 0px;
}
.bottom-footer {
    padding-bottom: 0px;
}
.inner-pages-row {
    display: flex;
    flex-wrap: wrap;
}
.inner-pages-col {
    display: flex;
}
.inner-page-title {
    margin-top: 15px;
    margin-bottom: 15px;
}
.news_letter_info a {
    border: 1px solid #727f97;
    color: #727f97;
    display: block;
    padding: 10px 27px;
    font-size: 18px;
    margin-bottom: 20px;
    transition: all 0.3s linear;
    width: 300px;
    text-align: center;
}
.news_letter_info a:hover{
    background-color: #727f97;
    color: #ffffff;
}
.news_letter_info h3 {
    margin-bottom: 15px;
    font-size: 24px;
}
.board_content {
    border: 1px solid #ffc503;
    padding: 15px 10px;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 20px;
    border-radius: 10px;
    width: 100%;
    transition: all 0.2s linear;
    cursor: pointer;
}
.board_content:hover {
    box-shadow: 0.1px 0.1px 10px #5353537d;
    transition: all 0.2s linear;
}
.board_content img {
    width: 150px;
    height: 150px;
    border-radius: 100%;
}
.board_content h3 {
    font-size: 20px;
    margin: 0px;
    padding-top: 15px;
    padding-bottom: 5px;
    color: #0aa317;
}
.board_content ul {
    text-align: unset;
    list-style-type: none;
    padding: 0px;
    list-style-position: inside;
    margin: 0px;
}
.board_content ul li {
    margin-bottom: 6px;
}
.page-section ul li, .page-section ol li{
    margin-bottom: 10px;
}
.contact_contact_info .social_icon_list ul li {
    padding-left: 0px;
    padding-right: 10px;
    border-bottom: 0px;
}
.contact_contact_info .social_icon_list {
    margin-top: 0px;
}
.page-section h1:first-child {
    font-size: 36px;
}
.banner {
    position: relative;
}
.banner .carousel-caption {
    background-color: rgba(0,0,0,.6);
    padding: 0 5px;
    border-radius: 10px;
}
.inner-banner .carousel-caption h1 {
    font-size: 55px;
    margin: 15px 0px;
}
.member_info img {
    border: 1px solid #ddd;
    padding: 5px;
    float: left;
    margin-right: 25px;
    width:300px;
}
.blog-header {
    margin-top: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}
.blog-header .blog-title {
    font-size: 24px;
}
.paragraph p {
    margin-bottom: 5px;
}
.paragraph {
    margin-bottom: 20px;
}
.member_gallery {
    margin-top: 50px;
        width: 100%;
    float: left;
}
.member_list_right {
    margin-left: 50px;
}
.artist_list_order ul {
    margin-bottom: 25px;
}
.artist_list_order li {
    margin-bottom: 5px !important;
}
.member_list_right h3 {
    font-size: 24px;
    margin: 20px 0px 20px;
}
/*--about--*/
.about-page-section {
    background-color: #8b8499;
}
.membership_form .npaa_line .dtown_heading:after, .npaa_board_list .npaa_line .dtown_heading:after{
    background-color: #f4cb0a;
}
.home_banner_content p {
    font-weight: 600;
}
.navbar-right {
    float: right !important;
}
.fifty-npaa {
    width: 250px;
    margin-top: 30px;
}
.about_page_block {
    padding-bottom: 50px;
}
.abt_board_member_block{
    padding-bottom: 50px;
}
.celebrate-text {
    color: #0e9eb8;
    font-weight: 900;
    border: 2px solid #f9c80a;
    padding: 15px;
    margin-top: 30px;
}
.npaa_board_list, .founder_row {
    padding-top: 50px;
}
.founder_list {
    margin-left: 30px;
}
.founder_list p, .abt_member_list p {
    line-height: 30px;
}
.board_member_list_info h4 {
    color: #000000;
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 900;
}
.board_member_list_info p {
    margin-bottom: 3px;
}
.member_list_row {
    margin-bottom: 30px;
}
/*--newsletter--*/
.newsletter-page-section {
    background-color: #9f7e7e;
}
.newsletter_info .news_letter_info a {
    background-color: #ffffff;
    border-color: #fff;
    color: #000000;
    margin-top: 20px;
}
.news_archive_block{
    padding: 30px 0px;
}
.twenty-two-block .npaa_line .dtown_heading::after {
    background-color: #0aaff4;
}
.news_letter_info .dtown_heading {
    color: #498d7f;
}

/*--Bulletin Board--*/
.bulletin-page-section {
    background-color: #968b87;
}

.bulletin_content .npaa_line .dtown_heading::after {
    background-color: #CA04F9;
}

/*--endowment--*/
.endow_circle {
    position: absolute;
    bottom: -10%;
    left: 32%;
    z-index: 2;
}
.main_home_header .endow_circle img {
    width: 70%;
}
.endowment-page-section{
    background-color: #9d9a80;
}
.join-page-section{
    background-color: #959aae;
}
.join_page_membership_block, .member_list_two_block, .contact_page_block, .scholar_competition_block {
    padding-top: 30px;
    padding-bottom: 30px;
}
.join_application_form ol li, .scholar_compete_content ul li, .scholar_receipt_info ul li {
    margin-bottom: 15px;
}
.membersip_page_block {
    position: relative;
    background-color: #948c88;
}
.membership_paragraph p {
    color: #fff;
}
.members_about_info .member_list_first p{
    color: #000000 !important;
}
.form-horizontal .form-group{
    margin-left: 0px;
    margin-right: 0px;
}
.scholarship-page-section{
    background-color: #929984;
}
.support_info {
    width: 30%;
    padding-top: 60px;
}
.scholar_page_section {
    padding-bottom: 50px;
}
.support_info .btn-primary:hover{
    background-color: #0e9eb8;
    border-color: #0e9eb8;
    color: #ffffff;
}
.support_info p {
    font-size: 18px;
    font-weight: 700;
}
.endowment_content .npaa_line .dtown_heading:after {
    background-color: #2fa635;
}
.join_about_info .dtown_heading {
    font-size: 24px;
}
.members_about_info .members_list p {
    color: #fff;
}
.members_about_info {
    padding-top: 30px;
}
.scholar_about .dtown_heading {
    font-size: 23px;
}
#weblizar_form .npaa_line .dtown_heading:after, .contact_info_list .npaa_line .dtown_heading:after {
    background-color: #c903f9;
}
.slider_section .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}
.home_slider{
    padding-top: 170px;
    padding-bottom: 50px;
}
.mission_info {
    width: 35%;
    margin-top: 50px;
}
.mission_info .npaa_line {
    display: flex;
    justify-content: center;
    align-items: center;
}
.mission_info .dtown_heading {
    margin-right: 30px;
}
.requirement-heading {
    color: blue;
}
.friend-npaa-form h2 {
    color: #e13a18;
}
.submit-input {
    background-color: #0e9eb8;
    padding: 10px 35px;
    font-size: 18px;
}
.form-reset {
    background-color: #e34015;
    padding: 10px 35px;
    font-size: 18px;
}
.dues-page {
    padding: 50px 0px;
}

.meet_members {
    display: grid;
    grid-template-columns: 1fr 1fr;
    list-style-type: none;
    padding-left: 0px;
}
.meet_members_list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    list-style-type: none;
    padding-left: 0px;
    margin-top: 10px;
}
.meet_the_mem ul li {
  margin-bottom: 0px;
}
.moblie_members_data {
    display: none;
}
.mem_image img {
    width: 100%;
}
.members_about_info .meet_members li a {
    color: #ffffff;
}
.members_about_info h4 {
    margin-top: 0px;
}
.members_about_info .meet_members li, .meet_members_list li, .in_memoriam ul li {
    margin-bottom: 5px;
}
.meet_members_list li a {
    color: #000;
}
.meet_members_list li a:hover {
    color: #0e9eb8;
}
.members_about_info .meet_members li a:hover{
    color: #f9c80a;
}
.in_memoriam a {
    color: #000000;
    margin-bottom: 5px;
    display: inline-block;
}
.in_memoriam ul {
    list-style-type: none;
    padding: 0px;
}
.in_memoriam_list {
    padding-left: 8px;
}
.members_info_left {
    padding-right: 0px;
}
.members_about_info .dtown_heading {
    color: #ffffff;
}
.in_memoriam h4, .moblie_members_data h4 {
    text-transform: uppercase;
    color: #000;
    font-weight: 900;
}
.about-bg-section {
    padding-bottom: 50px;
}
.membership_form {
    margin-top: 30px;
}
.members_list_section {
    margin-top: 20px;
}

.new_member a {
  display: inline-block;
  background-color: #2FA635;
  padding: 10px 30px;
  border-radius: 4px;
  margin-top: 20px;
}

.new_member a:hover {
  background-color: #02A1B7;
  transition: all 0.3s linear 0s;
  color: #ffffff;
}
.new_member .my_account {
  background-color: #c903f9;
}

/*Post Board*/

.post-title h5 {
    font-size: 34px;
}
.add-post-btn, .edit-post-btn {
    float: right;
}
.add-post-btn a {
    background-color: #2fa635;
    color: #fff;
    display: inline-block;
    padding: 10px 30px;
    font-size: 18px;
    transition: all 0.3s linear;
    border-radius: 5px;
    font-weight: 600;
    box-shadow: 0.2px 0.2px 10px #3b3b3b96;
}
.add-post-btn a:hover{
    background-color: #e3381c;
    color: #fff;
}
.post-content h3 {
    margin-top: 0px;
    color: #000;
    font-size: 30px;
}
.edit-post-btn .btn-primary {
    color: #fff;
    background-color: #0e9eb8;
    border-color: #0e9eb8;
    font-size: 16px;
    border-radius: 0px;
    margin-right: 15px;
    transition: all 0.3s linear;
}
.edit-post-btn .btn-primary:hover{
    background-color: #e3381c;
    border-color: #e3381c;
    color: #fff;
}
.edit-post-btn .btn-primary:last-child{
    margin-right: 0px;
}
.post-title-block {
    margin-bottom: 15px;
    margin-top: 25px;
}
.post-list-row {
    margin-bottom: 30px;
    border: 1px solid #d0d0d0;
    border-radius: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: 0.2px 0.2px 10px rgb(22 22 22 / 30%);
}
.post-content-info {
    background: #eeeeee;
    border: 1px solid #d1d1d1;
    padding: 20px;
}
.edit-post-btn {
    margin-top: 15px;
}
.myacc_post_btn {
  margin-bottom: 15px;
}
/*--calendar--event--*/
.events_calendar_content h2, .napp_list-items h3 {
    display: flex;
    align-items: center;
}
.calendar_title h2 {
    color: #000;
    font-size: 30px;
}
.cal_cirlce {
    width: 10px;
    height: 10px;
    background: #e53c18;
    display: inline-block;
    border-radius: 100%;
    margin-right: 10px;
}
.red-dot {
    background: #e53c18;
}
.yellow-dot{
    background: #f7c90a;
}
.green-dot{
    background: #2fa635;
}
.purple-dot{
    background: #c903f9;
}
.blue-dot{
    background: #02a1b7;
}
.napp_list-items {
    margin-bottom: 30px;
}
.npaa_calendar_list {
    margin-top: 30px;
    margin-bottom: 30px;
}
.napp_list-items h3 {
    font-size: 24px;
    color: #000;
}
.npaa_events_block {
    padding: 50px 0px;
}
.exhibit_show {
  padding: 20px;
}
.exhibit_show .btn-guest {
  width: auto;
  padding: 7px 25px;
  margin-left: 15px;
}
.add_more_tab .btn-danger {
  width: auto;
  margin-bottom: 20px;
}
.exhibit_show .form-control {
  width: 300px;
}
.add-post-btn .exhibit_btn {
  background-color: #c402f4;
  margin-left: 20px;
}
.comment-btn {
  background-color: #e13b18;
  padding: 5px 10px;
  color: #fff;
  display: inline-block;
  border-radius: 3px;
  margin-top: 10px;
  transition: all 0.3s linear;
}
.comment-btn:hover{
    background-color: #2fa635;
    color: #fff;
}
.add_comm {
  margin-top: 15px;
  margin-bottom: 15px;
}
.commt-list h4 {
  font-size: 20px;
  color: #000;
}
.commt-desc {
  background-color: #d8f9ff;
  padding: 10px 15px;
  margin-bottom: 20px;
}
.commt-desc h6 {
  font-size: 16px;
  margin-top: 0px;
  color: #c903f8;
}
.commt-desc p {
  margin-bottom: 5px;
}
.file_bar{
    width:100%; 
    height: 1.5rem; 
    margin-top: 10px; 
    border: 1px solid #ccc; 
    border-radius: 15px;
}

@media (min-width: 768px) {
    .membership_content {
        padding: 85px 50px 85px 0px;
    }
    .scholar_image img {
        width: 80%;
    } 
    .inner_page_logo {
        padding-left: 8%;
    }
    .main_home_header {
        width: 84.2%;
        float: right;
    } 
    .member_list_row_one {
        display: flex;
    }
    .member_list_row_one .col-md-6 {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media screen and (min-width:1200px) {
    .scholar_content .btn-primary{
        width: 120px;
    }
    .home_wrapper{
        padding: 80px 0px;
    }
    .about_content {
        padding-top: 70px;
        padding-bottom: 60px;
    }
    .newsletter_info {
      padding-bottom: 60px;
    }
}
@media screen and (min-width:1400px) {
    .container{
        width: 1370px;
    }
    ul.nav.navbar-nav.navbar-right .btn-primary{
        font-size: 14px;
    }
    nav.navbar.bootsnav .navbar-nav > li > a{
        padding: 20px 10px;
        font-size: 15px;
    }
    .logo img {
        width: 100px;
        top: -18px;
    }
    .inner_page_header nav.navbar.bootsnav .navbar-nav > li > a {
        padding: 20px 15px;
    }
    .inner_page_header ul.nav.navbar-nav.navbar-right .btn-primary{
        padding: 5px 10px;
    }
}
@media screen and (min-width:1800px){
    .container{
        width: 1650px;
    }
    nav.navbar.bootsnav .navbar-nav > li > a{
        padding: 15px 12px;
        font-size: 16px;
    }
    nav.navbar.bootsnav .navbar-nav > li:nth-child(8) a{
        margin-right: 30px;
    }
    body, p{
        font-size: 18px;
        line-height: 28px;
    }
    ul.nav.navbar-nav.navbar-right .btn-primary {
        padding: 10px 10px;
        font-size: 16px;
        height: 40px;
    }
    .mission_info {
        width: 28%;
        margin-top: 50px;
    }
    .logo img {
        width: 150px;
        top: -25px;
    }
}
@media screen and (min-width:1700px) {
    .membersip_page_block:before{
        height: 500px;
    }
}
@media screen and (min-width:1201px) and (max-width:1399px) {
    nav.navbar.bootsnav .navbar-nav > li > a{
        padding: 20px 22px;
    }
    .nav.navbar-nav {
        text-align: right;
    }
}
@media screen and (min-width:992px) and (max-width:1200px) {
    .nav.navbar-nav {
        text-align: right;
    }
    .navpart {
        padding-top: 0px;
    }
    nav.navbar.bootsnav .navbar-nav > li > a{
        padding: 20px 12px;
    }
    .logo img {
        width: 100px;
        top: 20px;
    }
    .home_slider{
        padding-top: 100px;
    }
    .join-page-section, .endowment-page-section, 
    .scholarship-page-section, .newsletter-page-section{
        padding: 50px 0px;
    }
    .main_home_header .endow_circle img{
        width: 60%;
    }
    .endow_circle{
        left: 25%;
    }
    #newsletterForm .form-control{
        width: 75%;
    }

}
@media screen and (max-width:991px){
    .scholar_content, .membership_content{
        padding: 0px;
    }
    .footer_links{
        margin-left: 0px;
    }
    .scholar_content .dtown_heading, .about_content .dtown_heading, .membership_content .dtown_heading, .explore-heading .dtown_heading{
        font-size: 24px;
    }
    .about_content h5, .scholar_content h5, .membership_content h5{
        font-size: 16px;
        padding-bottom: 10px;
    }
    .drawing_name {
        margin-top: 20px;
    }
    #newsletterForm .form-control{
        width: 100%;
    }
}
@media screen and (min-width:768px) and (max-width:992px) {
    .about_content {
        padding-bottom: 30px;
    }
    ul.nav.navbar-nav.navbar-right .btn-primary{
        display: none;
    }
    .logo img {
        position: inherit;
        display: block;
        margin: 0px auto;
        width: 100px;
    }
    .wrap-sticky nav.navbar.bootsnav.sticked .logo img{
        width: 50px;
        padding: 0px;
    }
    .navpart{
        padding: 0px;
    }
    .navbar-header {
        float: none;
    }
    nav.navbar.bootsnav .navbar-nav > li > a{
        padding: 10px 7px;
        font-size: 13px;
    }
    .mission_info{
        width: 50%;
    }
    .home_slider{
        padding-top: 100px;
    }
    .about_section, .join-page-section, .endowment-page-section, 
    .scholarship-page-section, .newsletter-page-section {
        padding: 50px 0px;
    }
    .life_service_content figcaption h2{
        font-size: 24px;
        padding-top: 15px;
    }
    .footer-title{
        font-size: 24px ;
    }
    .meet_members{
        grid-template-columns: 1fr 1fr 1fr;
        margin-top: 10px;
    }
    .endow_circle{
        left: 20%;
    }
    .main_home_header .endow_circle img {
        width: 50%;
    }
    .meet_members_list {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media screen and (min-width:320px) and (max-width:767px) {
    .npaa_logo_slider {
        display: none;
    }
    .home_wrapper{
        padding: 30px 0px;
    }
    .about_content {
        padding-bottom: 25px;
        padding-top: 30px;
    }
    .about_content .btn-primary, .scholar_content .btn-primary, .membership_content .btn-primary{
        margin-top: 10px;
    }
    .about_image {
        margin-bottom: 30px;
    }
    .membership_image img {
        width: 100%;
    }
    .membership_image, .life_service_content {
        margin-bottom: 30px;
    }
    .footer-title{
        margin-top: 20px;
    }
    .search-box {
        margin-top: 10px;
    }
    .npaa-row{
        display: block;
    }
    .mission_info{
        width: 100%;
    }
    .logo img{
        position: inherit;
        width: 100px;
    }
    .navpart{
        padding: 0px;
    }
    nav.navbar.bootsnav .navbar-nav > li > a{
        padding: 10px;
    }
    .home_slider {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .scholar_content .dtown_heading, .about_content .dtown_heading, 
    .membership_content .dtown_heading, .explore-heading .dtown_heading, 
    .life_service_content figcaption h2, .footer-title {
        font-size: 24px;
    }
    .npaa-scholar-block{
        padding: 30px 0px;
    }
    ul.nav.navbar-nav.navbar-right .btn-primary{
        display: none;
    }
    .inner_page_logo {
        text-align: center;
        padding-bottom: 20px;
    }
    .founder_list {
        margin-left: 0px;
    }
    .npaa_board_list, .founder_row {
        padding-top: 0px;
    }
    .members_about_info .members_list p {
        color: #000;
    }
    .support_info{
        width: 50%;
    }
    .submit-input, .form-reset{
        padding: 10px 20px;
        font-size: 16px;
    }
    .contact_contact_form_fields{
        padding-left: 0px;
    }
    .contact_info_list {
        margin-top: 20px;
    }
    .contact_info_list .dtown_heading {
        padding-bottom: 10px;
    }
    .meet_members_list{
        grid-template-columns: 1fr 1fr;
    }
    .meet_the_mem ul li {
        margin-bottom: 5px;
    }
    .endow_circle {
        left: 0;
        right: 0;
        bottom: -20px;
    }
    .main_home_header .endow_circle img {
        width: 45%;
    }
}
@media screen and (min-width:320px) and (max-width:540px) {
    footer{
        padding: 30px 0px;
    }
    .page-section h1:first-child{
        font-size: 30px;
    }
    .donate-btn {
        float: none;
        text-align: center;
    }
    .donate-btn .btn-primary {
        margin-bottom: 10px;
    }
    .wrap-sticky nav.navbar.bootsnav.sticked {
        position: inherit;
    }
    .inner_page_logo img {
        width: 100px;
    }
    .fifty-npaa{
        width: 150px;
    }
    .support_info{
        width: 100%;
    }
    .slider_section {
        padding-bottom: 50px;
    }
    .meet_members_list{
        grid-template-columns: 1fr;
    }
    .main_home_header .endow_circle img{
        width: 30%;
    }

}