/*
    DEMO STYLE
*/

/*@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";*/

/*body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
    overflow: hidden;
    margin: 0; 
    height: 100%;
}*/

@font-face {
    font-family: 'poppinsbold';
    src: url('../font/poppins-bold.woff2') format('woff2'),
         url('../font/poppins-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'poppinsmedium';
    src: url('../font/poppins-medium.woff2') format('woff2'),
         url('../font/poppins-medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'poppinsregular';
    src: url('../font/poppins-regular.woff2') format('woff2'),
         url('../font/poppins-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'poppinsbold';
    src: url('../font/poppins-bold.woff2') format('woff2'),
         url('../font/poppins-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'poppinsmedium';
    src: url('../font/poppins-medium.woff2') format('woff2'),
         url('../font/poppins-medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'poppinsregular';
    src: url('../font/poppins-regular.woff2') format('woff2'),
         url('../font/poppins-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

p {
    font-family: 'poppinsregular';
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
    cursor:pointer;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 20px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);

}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

/*.line {
    width: 100%;
    height: 0px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}*/

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    /*width: 42vh;*/
    position: absolute;
    align-items: stretch;
    z-index: 2;
    opacity: 0.8;
    height: 100vh;
}

#sidebar {
    /*height: 110vh;*/
    max-width: 250px;
    background: rgba(255, 255, 255, 0.9);
    color: #000;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding:5px 0 30px 0;
    text-align: center;
}

#sidebar .sidebar-footer {
    padding: 4px;
	text-align: center;
	position: relative;
	bottom:20px;
	left: 0;
}


#sidebar ul.components {
    padding: 5px 0;
    /*border-bottom: 1px solid #47748b;*/
    overflow: auto;
    height: 60vh;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 5px 10px;
    font-size: .9em;
    display: block;
    color: #000;
}

#sidebar ul li a:hover {
    color: #b59964;
    background: #353535;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #ab833f;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.8em !important;
padding-left: 24px !important;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    /*border-radius: 5px;*/
    /*margin-bottom: 5px;*/
}

a.download {
    background: #fff;
    color: #7386D5;
    float: left;
    width: 50px;
    height: 50px;
    margin: 0 18px 0 0;
    padding: 6px;
}

a.download:hover {
    background: #deb775 !important;
}

a.article{
    float: left;
    width: 50px;
    height: 50px;
    margin: 0 18px 0 0;
    background: #deb775;
    padding: 6px;
}


a.article:hover {
    background: #fff !important;
}


 


.videobt{
    display: block;
    text-align: center;
    padding: 4px 0;
    border: solid 1px #ab833f;
    margin: 0 11px 18px 11px;
    color: #ab833f;
}
.videobt:hover{ color: #fff; border-color: #fff; }

.footerbtn{
display: inline;
    text-align: center;
    width: 90px;
    height: auto;
    margin: 0 0 0 0;
    color: #ab833f;
    transition: 0.5s;
    padding-bottom: 25px;
}
.footerbtn:hover{ opacity: 1;}


.btn-info {
    color: #fff;
    background-color: #ab833f;
    border-color: #ab833f;
    padding: 2px 9px;
    border-radius: 0;
}

.btn-info:hover{ background: #000; color: #fff; }

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle{
    background: #000; color: #fff;
}
.btn-info.focus, .btn-info:focus{
    background: #000; color: #fff; box-shadow: none;
}

.active-1{   
        background: #353535;
    color: #fff !important;
 }

 .popup-play-bt{
    position: absolute;
    left: 15px;
    bottom: 4px;
    font-size: 35px; color: #ab833f;
 }

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    width: 100px;
    padding-left: 255px;
    padding-top: 10px;
    
    transition: all 0.3s;
    position: absolute;
    z-index: 2;
    /*overflow: scroll;*/
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}




.accordion {
  margin-bottom: 20px;
  height: 70%;
overflow: auto;
}

.accordion__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 5px 12px;
  width: 100%;
  font: inherit;
  color: #000;
  font-size: 14px;
  text-align: left;
  background: none;
  border: 0;
  border-radius: 0;
  transition: background 0.3s ease;
  cursor: pointer;
}

.accordion__button:after {
  content: "\25B6";
  display: block;
  margin-left: 15px;
  font: inherit;
  font-weight: bold;
  color: rgb(0, 0, 0);
}

.accordion__button:hover,
.accordion__button.is-active {
  background: #b59964;
}

.accordion__button.is-active:after {
  content: "\25bc";
}

.accordion__body {
  /* "max-height" isn't needed, but it's better for the first page draw. */
  max-height: 0;
  /*background: #fff;*/
  transition: max-height 0.3s ease;
  overflow: hidden;
}

.acc-ul{ padding: 0; margin: 0; padding: 0 15px; font-size: 14px }
.acc-ul li{ list-style-type: none; }
/*.selected a{ color: #271f12 !important; }*/



#exampleModalCenter1 .close{ position: absolute;
top: 7px;
right: 7px;
background: #fff;
border-radius: 50px;
width: 30px;
height: 30px; z-index: 9999; }
#exampleModalCenter1 .modal-body{ padding: 0; }
#exampleModalCenter1 .modal-dialog{ max-width: 560px; }





#exampleModalCenter2 .close{ position: absolute;
top: 7px;
right: 7px;
background: #fff;
border-radius: 50px;
width: 30px;
height: 30px; z-index: 9999; }
#exampleModalCenter2 .modal-body{ padding: 0; }
#exampleModalCenter2 .modal-dialog{ max-width: 560px; }


#exampleModalCenter3 .close{ position: absolute;
top: 7px;
right: 7px;
background: #fff;
border-radius: 50px;
width: 30px;
height: 30px; z-index: 9999; }
#exampleModalCenter3 .modal-body{ padding: 0; }
#exampleModalCenter3 .modal-dialog{ max-width: 560px;font-size:small; }


@media ( orientation: landscape){
    .accordion {
        margin-bottom: 20px;
        height: calc(100vh - 180px);
        overflow: auto;
        padding-bottom: 20px;
      }
}






