/*
Theme Name: NAPCA Foundation
Text Domain: napcafoundation
Version: 1.0
Description: Empowering students with the tools and mindsets to define their life’s purpose/career path, break through their barriers, and take ownership of their future college and career aspirations.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-patterns, block-styles, wide-blocks, accessibility-ready
Author: Meadul Hassan Talukder
Author URI: https://meadulhassan.blogspot.com/

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, span, strong, a, div {
    font-family: 'Roboto', sans-serif;
}
/*header top start*/
.header-top {
    background: #031b3a;
    padding: 5px 0px;
}
.menu-top-menu-container {
    padding: 5px 0 0 0;
}
.call-up-container {
    padding: 5px 0 0 0;
}
ul#menu-top-menu {
    display: flex;
    margin: 0px;
    padding: 0px;
    position: relative;
}
ul#menu-top-menu li {
    list-style: none;
    border-right: 1px solid #ffcc05;
    padding: 0px 5px;
    line-height: 20px;
}
ul#menu-top-menu li:last-child {
    border-right: 0px;
}
ul#menu-top-menu li a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    padding: 0 3px;
    font-weight: bold;
}
span.phone-number {
    color: #fff;
    font-size: 13px;
}
span.phone-number a {
    color: #ffcc05;
	font-weight:bold;
    font-size: 13px;

}
.mpp-border {
    height: 125px;
    width: 1px;
    background: #f5f5f5;
    display: flex;
}
.border-center-desktop {
    text-align: -webkit-center;
    text-align: -moz-center;
}
li.top-menu-yellow a{
    color: #ffcc05 !important;
}
ul.sub-menu li a{
    color: #fff !important;
}
/*top menu sub menu start*/
ul#menu-top-menu li ul li {
    border-right: 0px solid #ffcc05;
}
  #menu-top-menu li ul {
      visibility: hidden;
      opacity: 0;
      position: absolute;
      transition: all 0.5s ease;
      display: none;
      padding: 10px 0 10px 15px;
      z-index: 9;
      background: #031b3a;
      width: 200px;
  }
  #menu-top-menu li:hover > ul,
  #menu-top-menu li ul:hover {
    visibility: visible;
    opacity: 1;
    display: block;
  }
  #menu-top-menu li ul li {
      clear: both;
      width: 100%;
      text-align: left;
      padding: 3px 0 3px 0px;
      color: #fff;
  }
  #menu-top-menu li ul li:before {
    content: "";
    font-family: "Font Awesome 6 Free";
    font-size: 10px;
    font-weight: 900;
    padding: 0 5px 0 0;
}
/*top menu sub menu end*/

/*header top end*/
/*search ber start */
.search-header-desktop .search {
    --size: 35px;
    border: 2px solid #ffcc05;
    display: flex;
    border-radius: 0px;
    overflow: hidden;
    font-size: 1.25em;
    position: relative;
    width: var(--size);
    height: var(--size);
    transition: width 450ms cubic-bezier(0.18, 0.89, 0.32, 1.28);
    padding: 3px;
	float: right;
}
.search-header-desktop .search__input {
  border: 0;
  padding: 0.25em 1em;
  flex-grow: 1;
  outline: 0;
  z-index: 2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: transparent;
  opacity: 0;
  cursor: pointer;
}
.search-header-desktop .search__submit {
    font-size: 11px;
    margin-left: auto;
    background: 0;
    border: 0;
    cursor: pointer;
    border-radius: 0%;
    transition: background 200ms ease-out;
    width: calc(var(--size) - 10px);
    height: calc(var(--size) - 10px);
    color: #fff;
}
.search-header-desktop .search:focus-within {
  width: 100%;
}
.search-header-desktop .search:focus-within .search__input {
    opacity: 1;
    z-index: initial;
    cursor: initial;
    width: calc(100% - var(--size));
    color: #fff;
    background: #031b3a;
    font-size: 13px;
}
.search-header-desktop .search:focus-within .search__submit {
    background: #fccd00;
    color: black;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}
.search-header-desktop .search:focus-within .search__submit:hover, .search:focus-within .search__submit:focus {
  outline: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.65);
}
/*search ber end*/
/*Header middle start*/
.header-middle-desktop {
    padding: 2% 0px;
}
.header-middle-desktop a.site-logo img {
    width: 85%;
    display: flex;
    margin: auto;
}
.header-middle-desktop h3 {
    font-size: 22px;
    font-weight: bold;
    color: #670320;
}
.header-middle-desktop strong{
    color: #031B3A;
    font-size: 14px;
    font-weight: 700;
    margin: 10px 0 0 0;
    padding: 0px;
    line-height: 22px;
}
.header-middle-desktop p {
    background-color: transparent;
    line-height: 22px;
    font-size: 13px;
    font-weight: 400;
    padding: 0% 1% 0 0%;
    color: #031B3A;
}
.logo-two-mm {
    width: 65%;
    margin: -5px 0 0px 15px;
}
/*Header middle end*/
/*Main menu start*/
.main-menu {
    background: #fccd00;
}
/*Main menu start*/
/*blog page start*/
.comments-single-post a {
    color: #b90036;
    text-decoration: none;
}
.img-fluid img {
    max-width: 100%;
    height: auto;
}
.card-body span {
    font-weight: bold;
}
.pagination .page-numbers {
    padding: 7px 13px 7px 13px;
    position: relative;
    display: block;
    color: #0d6efd;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin: -1px;
}
.pagination .next {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}
.pagination .prev{
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
span.page-numbers.current {
    color: #222;
    font-weight: 600;
}
/*blog page end*/
/*single blog page start*/
.prev-post {
    background: #f7f7f7;
}
.prev-post a {
    color: #000;
    text-decoration: none;
    font-size: 13px;
}
.next-post {
    background: #f7f7f7;
}
.next-post a {
    color: #000;
    text-decoration: none;
    font-size: 13px;
}
/*single blog page end*/
/*footer start*/
.footer-top-one {
    background: #a1abb8;
}
.footer-top-two .footer-up-part1 {
    background: #47d7e1;
}
.footer-top-two .footer-up-part2 {
    background: #ffa875;
}
.footer-up-part1 span{
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;   
}
.footer-up-part1 a {
    display: block;
    font-size: 15px;
    text-decoration: none;
    color: #002144;
    font-weight: bold;
}
.footer-up-part2 span{
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;   
}
.footer-up-part2 a {
    display: block;
    font-size: 15px;
    text-decoration: none;
    color: #002144;
    font-weight: bold;
}
.footer-vat-tax{
    background: #ffcd00;
    color: #000;
}
.footer-bottom{
    background: #670320;
    color: #000;
}
ul#menu-footer-menu {
    display: flex;
    margin: 0px;
    padding: 0px;
}
ul#menu-footer-menu li a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    padding: 0 3px;
}
ul#menu-footer-menu li {
    list-style: none;
    border-right: 1px solid #ffcc05;
    padding: 0px 5px 3px;
    line-height: 10px;
}
ul#menu-footer-menu li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    padding: 0 3px;
}
ul#menu-footer-menu li:last-child {
    border-right: 0px;
}
.menu-footer-menu-container {
    padding: 5px 0 10px 0;
    margin: auto;
    display: table;
}
footer{
    background: #002144;
}
.bottmo-copyright-txt {
    color: #ffcd00;
    font-size: 15px;
    font-weight: 300;
}

/*footer widgets  1 2 3 4 start*/
h3.widget-title {
    color: #ffcc05;
    font-size: 18px;
    font-weight: 600;
}
.widget_text .textwidget {
    color: #fff;
}
footer .textwidget a {
    color: #ffffff;
    text-decoration: none;
}
/*footer widgets  1 2 3 4 end*/

.footer-social {
    background: #002144;
}
.footer-social i {
    font-size: 57px;
    margin: 10px;
}
.footer-social i:hover {
    font-size: 57px;
    margin: 10px;
    color: #003062;
    transition: .5s;
}
.footer-social .fa-facebook-square{
    color: #4875bd;
    font-family: 'Font Awesome 6 Brands';
}
.footer-social .fa-twitter-square{
    color: #00adff;
    font-family: 'Font Awesome 6 Brands';
}
.footer-social .fa-youtube-square{
    color: #ca3737;
    font-family: 'Font Awesome 6 Brands';
}
.footer-social .fa-instagram-square {
    color: #fff;
    font-family: 'Font Awesome 6 Brands';
}
.footer-social .fa-linkedin{
    color: #0aafed;
}
.footer-social .fa-pinterest-square{
    color: #bd081c;
}

/*footer end*/

.blog img:hover {
    -webkit-filter: blur(1px); /* Chrome, Safari, Opera */
    filter: blur(1px);
}

/* comment form css start*/
h3#comments {
    margin: 40px 0px;
}
.comment-form-comment textarea, .comment-form-author input, .comment-form-email input, .comment-form-url input {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.comment-form-comment textarea:focus, .comment-form-author input:focus, .comment-form-email input:focus, .comment-form-url input:focus  {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}
p.form-submit input {
    background: #670320;
    border: 0px;
    padding: 10px 20px;
    color: #fff;
}
.comment-body {
    background: #fbfbfb;
    padding: 20px;
    border: 4px solid #efefef;
}
ul.children .comment-body {
    background: #f4f4f4;
    padding: 20px;
    border: 4px solid #efefef;
}
ol.commentlist {
    margin: 10px 0px;
    list-style: none;

}
ol.commentlist ul.children li {
    margin: 10px 0px;
    list-style: none;
}
.reply {
    text-align: right;
}
.reply a {
    color: #000;
    text-decoration: none;
}
.comment-meta.commentmetadata {
    float: right;
    position: relative;
    top: -35px;
    right: 0px;
    font-size: 12px;
}
.comment-meta.commentmetadata a {
    color: #000;
    text-decoration: none;
}
.comment-author img {
    background: #fff;
    padding: 4px;
    border-radius: 50%;
    border: 2px solid #e7e7e7;
    margin: 0 10px 0 0;
    width: 50px;
    height: 50px;
}
cite.fn a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
    font-style: initial;
}
cite.fn  {
    color: #000;
    font-weight: bold;
    text-decoration: none;
    font-style: initial;
}
.comment-body p {
    margin: 15px 0px;
}
em.comment-awaiting-moderation {
    font-size: 12px;
    color: #f00;
    line-height: 45px;
}
div#respond {
    margin-top: 60px;
}
/* comment form css end*/
/*bootstrap menu itmes center strat*/
.flex-center {
    display: flex;
    margin: auto;
}
/*bootstrap menu itmes center end*/

/*go to top css start*/
#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    left: 20px;
    display: none;
    padding: 6px 5px;
	z-index:999999999999999999
}
/* go to top css end*/

/*Header banner css start*/

.header-page-img h1 {
    text-shadow: 1px 3px 6px #0c0f15;
    font-size: 55px;
    color: #ffcc02;
    font-weight: 900;
}
.header-page-img h3 {
    text-shadow: 1px 3px 6px #0c0f15;
    font-size: 30px;
    color: #ffffff;
    font-weight: 900;
}

.header-page-img {
    padding: 0 5%;
}

.header-page-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 -30px;
}
/*Header banner css end*/

/*check mark css start*/
.cm-maroon li:before{
    content: "";
    font-family: 'Font Awesome 6 Free';
    margin: 0 -20px 0 0px;
    padding: 5px 5px;
    font-size: 10px;
    color: #fff;
    border-radius: 50%;
    background: #7d203c;
    line-height: 0px;
    left: -30px;
    position: relative;
    top: 0px;
    font-weight: 900;
}
ul.cm-maroon li {
    margin: 10px 0 0 30px;
}
ul.cm-maroon {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.cm-blue li:before{
    content: "";
    font-family: 'Font Awesome 6 Free';
    margin: 0 -20px 0 0px;
    padding: 5px 5px;
    font-size: 10px;
    color: #fff;
    border-radius: 50%;
    background: #031b3a;
    line-height: 0px;
    left: -30px;
    position: relative;
    top: 0px;
    font-weight: 900;
}
ul.cm-blue li {
    margin: 10px 0 0 30px;
}
ul.cm-blue {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.cm-yellow li:before{
    content: "";
    font-family: 'Font Awesome 6 Free';
    margin: 0 -20px 0 0px;
    padding: 5px 5px;
    font-size: 10px;
    color: #000;
    border-radius: 50%;
    background: #ffcc05;
    line-height: 0px;
    left: -30px;
    position: relative;
    top: 0px;
    font-weight: 900;
}
ul.cm-yellow li {
    margin: 10px 0 0 30px;
}
ul.cm-yellow {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
/*check mark css end*/

/*button*/
.button-blue {
    background: #031b3a;
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
	font-size: 12px;
}
.button-maroon {
    background: #670320;
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
	font-size: 12px;
}
.button-yellow {
    background: #ffcc05;
    color: #000;
    text-decoration: none;
    padding: 10px 15px;
	font-size: 12px;
}
/*text color start*/
.yellow-text {
    color:#ffcc05 !important;
}
.maroon-text {
    color:#670320 !important;
}
.blue-text {
    color:#021d3d !important;
}
.white-text {
    color:#ffffff !important;
}
.black-text {
    color:#000 !important;
}
.black-text li {
    color: #000 !important;
    font-weight: 500;
}
/*text color end*/

/*program page page menu css start*/
.yellow-bg {
    background:#ffcc05 !important;
}
.yellow-bg ul li a {
    color: #222 !important;
	font-weight:bold;
}
.maroon-bg {
    background:#670320 !important;
}
.maroon-bg ul li a {
    color: #fff !important;
	font-weight:bold;
}
.blue-bg {
    background:#021d3d !important;
}
.blue-bg ul li a {
    color: #fff !important;
	font-weight:bold;
}
/*program page page menu css end*/

/*read more css start*/
.yrm-toggle-expand {
    background: #002144;
    color: #fff;
    padding: 24px 58px;
}
.page-id-54 .yrm-content-2 {
    margin: -25px 0px 0px 0px;
}
/*read more css end*/

/*megamenu  desktop css start*/
.image_menu_top_napca img {
    border-radius: 10px;
}
.image_menu_top_napca {
    text-align: center;
}
.menu-button-tab a {
    background: #fccd00;
    padding: 15px 25px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
}
.menu-button-tab h3 {
    color: #fff;
    font-weight: bold;
    margin-top: 55px;
}
.menu-button-tab ul {
    color: #fff;
}
.menu-button-tab p {
    color: #ffcc05;
    line-height: 20px;
    margin: 25px 0px;
}
.menu-button-tab div {
    margin-top: 35px;
}
.menu-button-tab {
    padding: 0 0 0 5%;
}

.main-sub-menus {
    padding: 20px 20px !important;
}
.menu-list-style a {
    text-decoration: none;
    color: #021d3d;
    font-weight: 500;
}
.menu-list-style a:hover {
    text-decoration: underline;
    color: #000;
    font-weight: 500;
}
.padding-mega-menu {
    padding: 0 30px !important;
    height: auto;
    border-right: 1px solid #ebebeb !important;
}
/*megamenu  desktop css end*/

@media (min-width: 1390px) and (max-width: 1600px) {
.header-page-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}
}


@media (min-width: 320px) and (max-width: 480px) {

    .header-page-img h1 {
        font-size: 25px;
        font-weight: 700;
    }
    .header-page-img h3 {
        font-size: 13px;
        font-weight: 500;
    }
    .header-page-img {
        padding: 0 5%;
    }
    .header-page-img {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 0px 0px;
    }
    /*-----*/
    .header-middle a.site-logo img {
        width: 50%;
        margin: 5% auto 5%;
        display: flex;
    }
    .header-middle-mobile img {
        width: 123%;
    }
    .header-middle-mobile h3 {
        font-size: 20px;
        font-weight: bold;
        margin: 0;
    }
    .header-middle-mobile strong {
        font-size: 11px;
    }
    /*----*/ 
    .mobile-menu div#mega-menu-wrap-mobile_menu {
        position: relative;
        right: 25px;
        top: 25px;
    }
    .mega-toggle-animated-inner{
        width: 30px !important;
    }
    .mega-toggle-animated-inner::after{
        width: 30px !important;
    }
    .mega-toggle-animated-inner::before{
        width: 30px !important;
    }
    #mega-menu-wrap-mobile_menu .mega-menu-toggle.mega-menu-open + #mega-menu-mobile_menu {
        display: block;
        top: 75px;
    }
    #mega-menu-wrap-mobile_menu .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
        margin: 0px;
    }
    /*----*/ 
    .call-up-container {
        padding: 6px 0 0 3px;
    }
    /*----*/ 
    ul#menu-top-menu li a {
        font-size: 11px;
        font-weight: bold;
    }
    .menu-top-menu-container {
        padding: 5px 0 10px 0;
        margin: auto;
        display: table;
    }
    ul#menu-top-mobile-menu {
        margin: 0px;
        padding: 0px;
        display: flex;
    }
    ul#menu-top-mobile-menu li {
        list-style: none;
    }
    ul#menu-top-mobile-menu li a {
        text-decoration: none;
        color: #fff;
        background: #063d85;
        padding: 5px;
        margin: 5px;
        font-size: 10px;
        border-radius: 3px;
    }
    /*----*/ 
    footer {
        text-align: center;
    }
    h3.widget-title {
        margin-top: 45px;
    }
    ul#menu-footer-menu li a {
        color: #fff;
        text-decoration: none;
        font-size: 11px;
        padding: 0 3px;
        line-height: 15px;
    }
	
	/*social icons*/
	.footer-social i {
    font-size: 45px;
    margin: 10px;
	}
	.footer-social i:hover {
    font-size: 45px;
    margin: 10px;
    color: #003062;
    transition: .5s;
	} 
	/*social icons*/
}
/*popup border remove*/
.pum-content.popmake-content:focus-visible, 
.pum-content *:focus,
.pum-overlay .pum-content
{
 outline: none !important;
}

@media not all and (min-resolution:.001dpcm) { 
    @supports (-webkit-appearance:none) {
        .pum-overlay .pum-content {
            outline: none !important;
        }
    }
}
/*popup border remove*/
