*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box !important;
	transition: 0.5s all;
}
#loading {
  width: 100vw;
  height: 100vh;
  background: #212529;
  position: fixed;
  z-index: 1000;
  display: grid;
  place-items: center;
}
.loader {
  width:10rem;
  height:10rem;
  position: relative;
 }

.spin {
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    border-right: 0.3rem solid #003484;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
}
.loader h2{
    position: absolute;
    top: 18%;
    left: 20%;
    color: #fff;
}

@keyframes spin {
  from {transform: rotate(0deg);}
  to {transform: rotate(360deg);}
}

.head-shadow{
  box-shadow: 2px 2px 3px #000;
  z-index: 1;
}
.header {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.head-shadow hr{
  margin: 0px;
  border-bottom: 1px solid #003484;
}

/* .left-side{
  width:10%;
}

.right-side{
 width:85%;
  text-align: center;
}

.right-side h1{
  font-size: 34px;
  font-weight: 600;
  margin: 5px;
}

.right-side span{
  font-size: 17px;
  text-align: center;
} */

/* .logo-img{ */
  /* margin-bottom: -50px; */
  /* padding: 5px; */
  /* width: 57%; */
  /* float: right; */
  /* position: relative; */
    /* z-index: 12345; */
/* } */
.logo {
    width: auto;
    height: 100px;
    margin-right:15px;
    margin-bottom: 10px;
}



.header-menu-links{
  background-color: #ffffff;
}

.header-menu{
    flex-direction: column;
    background-color:#e7f0ff;
    /* border-top: 1px solid #003484; */
    margin-top: 6px;
}
.navbar-toggler {
    padding: 0px 0px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: box-shadow .15s ease-in-out;
    font-size: 22px;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.2em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.navbar-menu{
  justify-content: center;
  text-align: center;
  /* display: flex; */
  align-items: center;
  align-content: center;
  flex-direction: column;
}


.nav-menu{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px !important;
  color: #003484;
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  font-weight: 600;
}

.active{
    color: #003484 !important;
}

.active2{
  font-size: 16px !important;
  color: #003484!important;
  border-bottom: 1px solid #003484 !important;
}

.navbar-light .navbar-nav .nav-link {
  color: rgb(0 0 0) !important;
}
.nav-menu:hover{
  font-size: 16px !important;
  color: #003484;
}


.nav-menu.active{
  font-size: 16px !important;
  color: #fff!important;
}
.dropdown-menu{
  background-color: #383733;
  color:#fff;

  padding: .5rem 0 0 0;
}

.dropdown-item {
  color: #fff;
  font-weight: 600;
  border-bottom: 1px solid #545454;
}
 
.dropdown-item:hover {
  color: #003484;
  background-color: #ffffff;
}

.dropdown-item:active {
    color: #f36;
    text-decoration: none;
    background-color: #ffffff;
}


.bg-img{
  background-color: #003484;
  padding-top: 50px;
  padding-bottom: 50px;
}

.whats-new-card{
  display: flex;
  justify-content: center;
}


.box{
  box-shadow: 2px 2px 3px #212529;
  border-radius: 10px;
  background-color: #fff;
}

.box2{
  box-shadow: 2px 5px 8px #212529;
  border-radius: 10px;
  background-color: #fff;
  color:#fff;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  padding: 0px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-title{
  color:#000;
  font-weight: 600;
}

.what-new-btn{
  display: flex;
  justify-content: space-between;
}

.box2-card-body {
    padding: 10px 30px;
    background-color: #fff;
    color: #000;
    height: 18vh;
}



.btn-card {
    border: 1px solid #003484;
    color: #003484;
    border-radius: 5px;
    padding: 5px 7px;
    font-size: 15px;
    width: 100px;
}


.btn-card:hover{
  background-color: #003484;
  /* border: 1px solid #003484; */
  color:#fff;
  border-radius: 5px;
}

.btn-card2{
  border: 1px solid #003484;
  color: #003484;
  border-radius: 5px;
  width: 180px;
}

.btn-card2:hover{
  background-color: #003484;
  /* border: 1px solid #003484; */
  color:#fff;
  border-radius: 5px;
  width: 180px;
}

.home-events{
 padding-top: 40px;
 padding-bottom: 40px;
 background-color: #c4d6f1;
}

.home-events h3{
  text-align: center;
  margin-bottom: 40px;
  font-family: Arial, Helvetica, sans-serif;
    font-size: 26px;
    font-weight: 600;

}

.content{
  background-color: #fff;
  color:#000;
  padding: 10px;
  border-radius: 10px;
    box-shadow: 3px 4px 6px #000;
    margin-bottom: 30px;
}

.content p{
  font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
}


.margin-box{
  margin:0px 35px;
}

.event-img{
  margin-top: 35px;
  margin-left: 30px;
}

.footer{
  background: url('../img/footer-bg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  padding: 30px;
}

.menu{
  text-align: left;
  color:#fff;
}
.menu ul{
  color:#fff;
  list-style: none;
  line-height: 2.4;
} 

.menu ul li a{
  text-decoration: none;
  color:#fff;
}

.menu h5{
  color:#fff;
  margin-left: 30px;
}
.footer_contact{
  text-align: left;
  color:#fff;
}

.footer_contact a{
  color:#fff;
}

.footer_contact ul li{
  list-style: none;
  margin: 12px 0px 12px 0px;
}

.footer_social a{
  color:#fff;
  font-size: 150%;
  margin-top:15px;
}



.footer-bottom{
  width:100%;
  background-color: #000;
  padding: 20px;
  color:#fff;
  text-align: center;
}

.footer-bottom a{
  text-decoration: none;
  color: #fff;
}

.fondation-aocn{
  margin-top: 50px;
  margin-bottom: 50px;
}

.fondation-aocn ul{
  padding-left: 0px;
}
.fondation-aocn ul li i{
  margin-right: 8px;
  color:#16191f;
}


.heading-name{
  background: url(../img/footer-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  padding: 40px;
  color: #fff;
  text-align: center;
}

.founder-member{
  border: 1px solid #003484;
  border-radius: 5px;
  text-align: center;
  margin: 10px 0px 10px 0px;
  /* background-color: #003484;; */
}

.mem-img{
  width:100%;
}

.founder-member h5{
  color:#383733;
}

.founder-member p{
  color:#383733;
}

.mission-vision-aocn{
  margin-top: 50px;
  margin-bottom: 50px;
}

.mission-vision-aocn ul{
  padding-left: 0px;
}

.contact a{
  text-decoration: none;
  color:#000
}

.contact-position{
  text-align: center;
  display: flex;
  justify-content: center;
}

.contact-position a{
  text-decoration: none;
}

.text-info{
  color:#003484 !important;
}

.nav-tabs {
  border-bottom: 1px solid #003484;
}

.news{
  width: 100%;
  display: flex;
  height: auto;
  margin-top:40px;
  margin-bottom: 40px;
  border: 1px solid #535353;
  background-color: #383733
}

.news_title{
  width:20%;
  height:auto;
  padding: 10px;
  border-right: 1px solid #535353;
}

.news_description{
  width:80%;
  height:auto;
  padding: 10px;
}

.accordion-item {
  border:1px solid #535353;
}

.accordion-header {
  margin-bottom: 0;
  border-bottom: 1px solid #535353;
}
.accordion-body {
  padding: 1rem 1.25rem;
  color: #000;
}

.accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #003484;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.accordion-button:focus {
  z-index: 3;
  border-color: #edf5ff;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 25%);
}

.accordion-button{
  background-color: #003484;
  color: #ffffff;
}

.nav-txt{
  color:#fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}

.active{
     color: #003484 !important;
    background-color: #ffffff !important;
    border-radius: 5px;
}

.nav-link{
  color:#000000;
}

.nav-link:hover{
  color:#fff;
}


.caregiver-card{
  height:380px;
  border: 1px solid #003484;
  background-color: #003484;
  color:#fff;
  text-align: center;
  font-size: 16px;
}

.gallery-thumbnil{
  width:100%;
  height:auto;
  margin: 10px;
}

.login{
  margin-bottom: 0;
  line-height: 1.5;
  text-align: center;
  width: 100%;
}

.modal-content{
 background-color: #ffffff;
 color:#383733;
}

.member{
  margin: 40px 10px 40px 10px;
  border: 1px solid #003484;
  padding: 15px 20px;
  height: max-content;
}

.member ul{
  padding-left:0px;
  list-style: none;
}

.member ul li{
  margin-top: 15px;
  font-size: 16px;
}

.membership-form{
  border:1px solid  #003484;
  padding: 30px;
  border-radius: 8px;
}

.membership-form p{
    margin-bottom: 5px;
    font-size: 16px;
}

.member_category ul{
  padding-left: 30px;
}

/* .member_category ul li i{
    margin-right: 8px;
    font-size: 16px;
} */

/* .member_benefits{
  margin: 40px 10px 40px 10px;
  border: 1px solid #003484;
  padding: 15px 15px 55px 15px;
  height: max-content;
} */

.member_benefits ul{
  padding-left: 30px;
}

.member_benefits ul li{
  font-size: 16px;
}
/* 
.member_benefits ul li i{
  margin-right: 8px;
} */

.lecture-videos {
  width:100%;
  margin:10px;
}

.web-academy{
  margin-top:40px;
  margin-bottom:40px;
}

.web-academy p{
  text-align: justify;
}

.nav-tabs .nav-link {
    color: #003484;
    width: 180px;
    margin-left: 0px;
    border-radius: 5px 5px 0px 0px;
}

.color_w{
	color:#fff;
}

a {
    text-decoration: none;
}
.card-title123{
	color:#fff;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-color: #003484 #003484 #fff;
    background-color: #003484 !important;
    color: #fff !important;
    border-bottom: 1px solid #003484;
}



.club{
  margin-top:60px;
  margin-bottom: 40px;
}

.club-btn{
  color:#003484 !important; 
  margin-bottom:10px;
}

.club-txt{
  color:#000 !important;
  border:1px solid #003484 ;
  padding: 20px;
}


.active3{
  border-color: #535353 #535353 #535353;
  color:#003484 !important;
}

.active4{
  color:#000 !important;
}

.month_case{
  margin-top: 30px;
  margin-bottom: 40px;
}

.month_case p{
  text-align: justify;
}

.case-person{
  padding: 10px;
  border:1px solid #003484;
  /* margin-top: 20px;
  margin-bottom: 30px; */
  text-align:right;
}



td{
      padding: 15px 25px !important;
}

.president-contact-holder {
    display: flex;
    margin-top: 7%;
}

.president p{
    text-align: justify;
}

.president-img {
    width: 20%;
    height: auto;
    margin: 10px;
    text-align: center;
}
.president-sms {
    width: 80%;
    padding: 15px;
}

.img-president {
    width: 25%;
    border-radius: 9%;
}

.pick-brain{
  margin-top: 50px;
  margin-bottom: 50px;
}

.pick-brain p{
  color:#000;
  font-size: 16px;
}

.pick-brain ol li{
  color:#000;
  font-size: 16px;
}

.pick-brain-nav{
  color:#000;
}

.red{
  color:#f00;
}

/*gallery*/

.img-size{
  width:100%;
  margin: 10px 0px;
}

.btn-gallery{
  margin-top: 15px;
    display: flex;
    align-content: flex-end;
    justify-content: flex-end;
}

.whats-new{
  width: 100%;
  display: flex;
  height: auto;
  margin-top:40px;
  margin-bottom: 40px;
  border: 1px solid #535353;
  background-color: #383733
}

.whats-new_title{
  width:20%;
  height:auto;
  padding: 10px;
  border-right: 1px solid #535353;
}

.whats-new_description{
  width:80%;
  height:auto;
  padding: 10px;
}

.member-login{
  background-color: #003484;
  color:#fff !important;
  display: flex;
  justify-content: center;
  border-radius: 5px;

}
.btn-member2{
  border: 1px solid #ffffff;
      color: #fff;
      width: 100%;
      height: 0px;
      padding: 19px 20px;
      line-height: 0;
}

.btn-member2:hover{
  background-color: #003484;
  border: 1px solid #fff;
  color:#fff;
  border-radius: 5px;
}

.member-login .btn-card2{
  background-color: #003484;
  color:#fff !important;
}

.professional-advocacy ol{
      padding-left: 0px;
}

.gallery p{
  text-align: justify;
}

.navbar-center{
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
}
.box-holder {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.img-box123{
  width: 30%;
}
.des-box123 {
  width: 70%;
  padding: 10px;
  text-align: justify;
}
.link_border{
    border: 1px solid;
    border-radius: 5px;
    margin-right: 8px;
    margin-bottom: 4px;
}

#more {display: none;}
        
.mtBtn{
    cursor: pointer;
    color:crimson;
}

#category-more{
display:none;
}

.btn-txt{
    color:crimson;
cursor:pointer;
}

.case-img{
  width:100%;
}

.case-img2{
  width:60%;
  height: auto;
}

.web-videos{
  width:100%;
  height:auto;
}

.nav-link:focus, .nav-link:hover {
  color: #000;
}

.carousel-indicators{
  margin-bottom: 0px;
  bottom: -28px;
}

.carousel-indicators [data-bs-target]{
  background-color: #e7f0ff;
  border-top: 0px solid #e7f0ff;
  border-bottom: 0px solid #e7f0ff;
}

.slider-img{
  border-radius: 5px;
}

.footer_visitors h5{
    color:#fff;
    margin-bottom: 15px;
}
.footer_visitors ul{
  padding-left: 0px;
  margin-top: 20px;
}

.footer_visitors ul li{
  color:#fff;
  list-style-type: none;
}

.visitor-box{
  background-color: #003484;
  color:#fff;
  padding:6px 10px;
  margin: 20px 0px 10px 0px;
}

.blue{
  color:#003484;
}

.carousel-control-next, .carousel-control-prev{
  width:6%;
  opacity: 1;
}

.carousel-control-prev-icon{
  background-color: #003484;
  border-radius: 50%;
  padding: 10px;
}

.carousel-control-next-icon{
  background-color: #003484;
  border-radius: 50%;
  padding: 10px;
}


@media all and (min-width: 992px) {
    .dropdown-menu li{position: relative;}
    .dropdown-menu .submenu{ display: none;position: absolute;left:100%; top:-9px;}
    .dropdown-menu .submenu-left{ right:100%; left:auto;}
    .dropdown-menu > li:hover{ background-color: #000; color: #f36; }
    .dropdown-menu > li:hover > .submenu{display: block;}
}	
@media (max-width: 991px) {
    .dropdown-menu .dropdown-menu{margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;}
}

@media (max-width: 768px){
  .active{background-color: #383733 !important;}
  .header{display:flex;}
  .logo {width: 100%; height: auto;}
  .navbar{margin-top: 45px;}
  .box2 {margin-top: 0px; font-size: 11px; height: auto; padding: 10px 0px;}
  .box2-card-body { padding: 6px 15px; border-radius: 6px; min-height: 18vh;}
  .btn-card {border-radius: 5px; padding: 5px 6px; font-size: 10px;}
  .event-img {margin-top: 35px; margin-left: 0px; width: 100%;}
  .content p {font-family: Arial, Helvetica, sans-serif; font-size: 11px;}
  .content h5 {font-family: Arial, Helvetica, sans-serif; font-size: 15px;}
  .margin-box {margin: 0px 0px;}
  .founder-member h5 {font-size: 14px;}
  .founder-member p {font-size: 10px;}
  .fondation-aocn {margin-top: 20px; margin-bottom: 25px;}
  .caregiver-card {height: 240px;}
  .caregiver-card h5{font-size: 15px;}
  .whats-new-card { display: flex; flex-direction: row; justify-content: center;}
  .footer_contact ul{padding-left: 0px;}
  .btn-gallery .btn-card2{font-size: 10px;}
  .president-contact-holder {display: block;text-align: center;}
  .img-president {width:60%;}
   .president-sms {width: 100%;padding: 0px;}
}


@media (max-width: 576px) { 
    .active{background-color: #383733 !important;}
    .bg-img {background-color: #003484; padding-top: 15px; padding-bottom: 0px;}
    .header{display: block;text-align: center;}
    .logo{width: 20%;height: auto;}
    .logo-img {width:100%; text-align: center; padding: 5px;}
    .navbar-toggler{border:1px solid #535353;}
    .navbar {margin-top: 0px;}
    .margin-box {margin: 0px 0px;}
    .lecture-videos {width: 100%;  margin: 15px 0px;}
    .footer_contact h5{margin-left: 30px;}
    .tab-pane ol li {margin-top: 15px;}
    .what-new-btn {display: flex; justify-content: center;}
    .box2 {margin-top: 7px;height: auto;padding: 10px 24px;margin: 15px auto;width: 100%;}
    .event-img {margin-top: 0px; margin-left: 0px; width: 100%;}
    .content{text-align: center;}
    .footer_contact h6{margin-left: 32px;}
    .founder-member{width:50%; margin:5px auto;}
    .president p { padding: 10px;}
    .president h3{padding:10px;}
    .caregiver-card{width: 80%; margin: 10px auto; height: 370px;}
    .pro-advocacy{padding: 20px;}
	.president-contact-holder {display: block;}
	.img-president {width: 100%;}
	.president-sms {width: 100%;padding: 0px;}
}