/*about page*/
@import url('https://use.fontawesome.com/releases/v5.15.4/css/all.css');
.full-title {
    background-image: url(../images/bread.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover;
    /*background-position: left top !important;*/
    padding: 1px 0 0 0;
}
.breadcrumb{
  background-color: transparent !important;
  padding: .75rem 0rem !important;
}
.nav-pills .nav-link {
    border-radius: 0 !important;
    border-bottom: 1px solid #323230;
    color: #323230;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #808080 !important;
}
.nav {
    margin-left: 0;
}
.famgal:hover{
    background-color: #808080;
    color: #fff;
    border: 1px solid #808080;
}
.famgal{
    background-color: #1d1d1e;
    border: 1px solid #000;
    color: #f3f3f3;
    display: block;
    font-weight: 700;
    padding: 8px 15px;
    margin-left: auto;
    margin-right: auto;
}
.full-title h1{
      color: #e1e0e4;
      padding: .0rem 1.3rem;
}
.full-title .breadcrumb-item a{
    color: #e2e0e0;
}
.full-title .breadcrumb-item.active {
    color: #a3a3a3;
}
/*gallery page*/
.revGallery-anchor, .gal-overlay, .nak-gallery-poster{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.revGallery-anchor{
  overflow: hidden;
  position: relative;
  width: calc(100% / 5);
  display: block;
  float: left;
  border: 5px solid #e9e9e9;
}

.gal-overlay{
  display: block;
  width: 100%;
  height: 100%;
/*  background: rgba(27,27,27, 0.6);*/
  position: absolute;
  top: 0;
  left: 0;
  transition: background .4s ease;
  -webkit-transition: background .4s ease;
}
    
.revGallery-anchor:hover .gal-overlay{
  background: rgba(27,27,27, 0);
}

.nak-gallery {
  display: block;
  width: 100%;
  position: relative;
  margin-top: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.nak-gallery-poster{
  padding-bottom:100%;
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
}

.revGallery-anchor:hover .nak-gallery-poster{
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
}

.img-responsive{
  display:none;
}

.button{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  width: 200px;
  height: 48px;
  /*border: 1px solid rgb(72 72 72);*/
  background-color: rgb(72 72 72);
  border-radius: 2px;
  color: #fff;
  margin-top: 5%;
  letter-spacing: 2px;
  font-family: "Poppins", sans-serif;
}

.button:hover {
  background-color: #c75d4c;
  text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);
  color: #fff;
}

.button:active,
.button.is-checked {
  background-color: #c75d4c;
}

.button.is-checked {
  color: white;
}

.revGallery-anchor-width1{
  width: 40%
}

.revGallery-anchor-width2{
  width: 30%
}

.revGallery-anchor-width3{
  width: 20%
}

.nak-gallery-height1{
  padding-bottom: 400px
}

.nak-gallery-height2{
  padding-bottom: 300px
}

.nak-gallery-height3{
  padding-bottom: 200px
}
.gal{
  text-align: center;
}
.preloader{
  display: none;
}

.preloaderStyle{
  background: red;
  width: 100%;
  height: 100px;
}
p{
    font-size: 15px;
    /*text-align: justify;*/
}
.quote{
    border-bottom: 1px solid #323230;
    /* background-color: #ccc; */
    padding: 10px 20px;
    /*margin-top: 3%;*/
    margin-bottom: 3%;
    /*background: url(../images/quote.jpg);*/
}
.quote h2{
  line-height: 1.3;
  font-weight: unset;
}
 .quote h2 i{
    font-size: 15px;
}
.article{
    border-bottom: 1px solid #9e9e9e;
}
/*milestone*/
.timeline-section {
  position: relative;
}
.timeline-section::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  background: #000;
}
.timeline-point {
  position: relative;
  /*border:1px solid #bcbcbc;*/
}
.timeline-point::after {
  content: "\f13a";
  position: absolute;
  bottom: 0;
  top: -9%;
  left: 50%;
  transform: translateX(-50%);
   font-family: "Font Awesome 5 Free"; 
  font-weight: 900;
  z-index: 1;
  font-size: 25px;
  color: #000;
}

@media (max-width: 576px) {
  .timeline-section::after,
  .timeline-point::after {
    display: none;
  }
}


.readmore{
    background: #1d1d1e;
    border: 1px solid #000;
    font-weight: 600;
    color: #f3f3f3;
    padding: 8px 15px;
}
.readmore:hover{
    background: transparent;
    border: 1px solid #000;
    color: #000;
    transition: .5s;
}

.critic {
    border-bottom: 1px solid #9e9e9e;
}
.editorial{
    border-bottom: 1px solid #9e9e9e;
}

.youtube-video iframe{
  border-bottom: 7px solid red;
}

@media (min-width: 320px) and (max-width: 767px){
.breadcrumb {
    height: 80px;
    font-size: 30px;
    padding: .75rem 3rem !important;
}
}


/*wallpaper*/
.gallery-section {
  padding: 60px 0;
}

.gallery-section h2 {
  color: #333333;
  text-transform: uppercase;
  font-size: 1.6em;

}

.gallery-section .gallery-box {
  display: grid;
  grid-template-columns: repeat(4, auto);
  /grid-template-rows: repeat(1, 18vw);/
  grid-auto-rows: 16vw;
  grid-gap: 1rem;
  grid-auto-flow: dense;
}

.gallery-section .gallery-box .box {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  box-shadow: 0px 4px 20px -4px rgba(0, 0, 0, 0.15);
  transition: all .5s ease;
}

.gallery-section .gallery-box .box:hover {
  box-shadow: 0px 4px 40px -4px rgba(0, 0, 0, 0.3);
}

.gallery-section .gallery-box .box.big {
  grid-row: span 2;
  grid-column: span 2;
}

.gallery-section .gallery-box .box.horizontal {
  grid-column: span 2;
}

.gallery-section .gallery-box .box.vertical {
  grid-row: span 2;
}

.gallery-section .gallery-box .box img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .5s ease;
}

.gallery-section .gallery-box .box:hover img {
  transform: scale(1.2);
}

@media (max-width: 991px) {
  .gallery-section .gallery-box {
    grid-template-columns: repeat(4, auto);
    grid-auto-rows: 18vw;
  }
}

@media (max-width: 767px) {
  .gallery-section .gallery-box {
    grid-template-columns: repeat(3, auto);
  }
}

@media (max-width: 575px) {
  .gallery-section .gallery-box {
    grid-template-columns: repeat(2, auto);
    grid-auto-rows: 35vw;
  }
}

.sideb .nav-item .active{
    color: #fff;
    background-color: #524742 !important;
    border-bottom: 1px solid #fff;
}
.sideb .nav-link{
    color: #fff;
    background: #625752;
    border-bottom: 1px solid #808080;
}



 /*introduction*/

.section {
    position: relative;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #ffe725;
    margin: 5px;
    color: #262626;
    font-family: 'AR CENA';
    font-weight: bold;
    transition: all 0.4s ease-in-out 0.15s;
    cursor: pointer;
    font-size: 20px;
    box-shadow: inset 0px 0px 20px #262626;
}
.item > .info {
    opacity: 0;
    transition: all 0.5s ease 0.3s;
    max-height: 0;
}
.section.active ~ .info {
    transition: all 0.4s ease-in-out 0.15s;
    opacity: 1;
    max-height: 100%;
    padding: 20px;
    background: #ccc;
    color: #262626;
    font-family: 'Segoe UI';
    font-size: 15px;
    box-shadow: inset 0px 10px 20px rgba(0, 0, 0, 0.5);
}
.section.active {
    border-radius: 30px 30px 0px 0px;
    margin:0;
    box-shadow: inset 0px 0px 20px #262626;
}




/*dropdown sidebar for intro page*/
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
 
#sidebar p {
   font-family: 'Poppins', sans-serif;
   font-size: 1.1em;
   font-weight: 300;
   line-height: 1.7em;
   color: #999;
}

  #sidebar .navbar {
   padding: 15px 10px;
   background: #fff;
   border: none;
   border-radius: 0;
   margin-bottom: 40px;
   box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
 #sidebar .navbar-btn {
   box-shadow: none;
   outline: none !important;
   border: none;
}
  #sidebar .line {
   width: 100%;
   height: 1px;
   border-bottom: 1px dashed #ddd;
   margin: 40px 0;
}

/* --------------------------------------------------- SIDEBAR STYLE ----------------------------------------------------- */
/*#7386D5*/
/*#6d7fcc*/
/*#47748b*/
/*#fff*/
/*#fff*/
  #sidebar .text-sidebar {
   color: #6b6b6b;
}
  #sidebar .wrapper {
   display: flex;
   width: 100%;
   align-items: stretch;
}

 #sidebar.active {
   margin-left: -250px;
}
 #sidebar .sidebar-header {
   padding: 20px;
}

 #sidebar ul p {
   color: #6b6b6b;
   padding: 10px;
}
 #sidebar ul li a {
  padding: .5rem 1rem;
    font-size: 15px;
    color: #fff;
    background: #625752;
    display: block;
    border-bottom: 1px solid #808080;
}
 
 #sidebar ul li.active > a, a[aria-expanded="true"] {
  color: #fff;
    background-color: #524742 !important;
    border-bottom: 1px solid #fff;
}
 #sidebar a[data-toggle="collapse"] {
   position: relative;
}
  #sidebar .dropdown-toggle::after {
   display: block;
   position: absolute;
   top: 50%;
   right: 20px;
   transform: translateY(-50%);
}
 #sidebar ul ul a {
   font-size: 0.9em !important;
    padding-left: 50px !important;
    background: #a3a3a3;
    color: #151515;
}
 #sidebar ul.CTAs {
   padding: 20px;
}
 #sidebar ul.CTAs a {
   text-align: center;
   font-size: 0.9em !important;
   display: block;
   border-radius: 5px;
   margin-bottom: 5px;
}
#sidebar a.download {
   background: #6b6b6b;
   color: #ffcc19;
}
 #sidebar a.article, a.article:hover {
   background: #e5b200 !important;
   color: #6b6b6b !important;
}
#sidebar .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #746862 !important;
}
/* --------------------------------------------------- CONTENT STYLE ----------------------------------------------------- */
 #content {
   width: 100%;
   padding: 20px;
   min-height: 100vh;
   transition: all 0.3s;
}
/* --------------------------------------------------- MEDIAQUERIES ----------------------------------------------------- */
 @media (max-width: 768px) {
   #sidebar.active {
     margin-left: 0;
  }
   #sidebarCollapse span {
     display: none;
  }
 
}

.timehr{
  border-top: 1px solid rgb(204 204 204);
}
.timeline-section img{
    margin-top: 10%;
}
.kanak{
  padding: 20px;
  border: 1px solid #ccc;
}

/*milestone*/
@import "compass/css3";

 ::selection {
   background: #1abc9c;
   color: white;
}
.timeline h2 {
   color: #1abc9c;
   text-align: center;
   font-size: 1.5em;
   font-family: Helvetica Neue;
   font-weight: lighter;
   padding: 0.5em 1em;
   border: 1px solid #3e3e3e;
   max-width: 300px;
   margin: 1em auto 0;
   letter-spacing: 3px;
}
 .timeline {
   max-width: 1000px;
   margin: -1em auto 0;
   padding: 1em;
   position: relative;
}
 .timeline #center-line {
    content: '';
    width: 2px;
    height: 1300px;
    margin-left: 1.8%;
    border-right: 1px double #3e3e3e;
    position: absolute;
    left: 50%;
    top: 9.55em;
}
 .timeline ul li {
   max-width: 40%;
   border: 1px solid #3e3e3e;
   background: #2b2b2b;
   color: white;
   position: relative;
   margin-bottom: 2em;
   z-index: 10;
   border-radius: 5px;
   clear: both;
   margin-top: -150px;
}
 .timeline ul li:first-child {
   margin-top: 20px;
       margin-bottom: -60px;
}
.timeline ul li:nth-of-type(3) {
       margin-bottom: -50px;
}
 .timeline ul li:nth-of-type(odd) {
   float: left;
}
 .timeline ul li:nth-of-type(odd) h1 {
   text-align: right;
}
 .timeline ul li:nth-of-type(odd) .connector {
   left: 100%;
}
 .timeline ul li:nth-of-type(odd) .connector .circle {
   float: right;
   margin-right: -0.76em;
}
 .timeline ul li:nth-of-type(even) {
   float: right;
}
 .timeline ul li:nth-of-type(even) h1 {
   text-align: left;
}
 .timeline ul li:nth-of-type(even) .connector {
   left: -25%;
}
 .timeline ul li:nth-of-type(even) .connector .circle {
   float: left;
   margin-left: -0.7em;
}
 .timeline ul li .year {
   position: absolute;
   left: -33%;
   padding: 1em;
   background: #212121;
   color: #1abc9c;
   font-family: monospace;
   display: none;
}
 .timeline ul li img {
   border-radius: 4px 4px 0 0;
   margin-bottom: -1px;
}
 .timeline ul li .post {
   margin-top: -2px;
}
 .timeline ul li .post h1 {
   font-family: monospace;
   text-transform: uppercase;
   font-size: 1em;
   margin-bottom: 1em;
   color: #1abc9c;
   border-bottom: 1px solid #3e3e3e;
   border-top: 1px solid #3e3e3e;
   padding: 1em;
}
 .timeline ul li .post p {
   font-family: Helvetica Neue, sans-serif;
   font-size: 13px;
   line-height: 1.5;
   font-weight: lighter;
   letter-spacing: 1px;
   padding: 2em 2em;
}
 .timeline ul .connector {
   position: absolute;
   width: 26%;
   height: 1px;
   border-top: 1px solid #3e3e3e;
   top: 50%;
}
 .timeline ul .connector .circle {
  border: 2px solid #1abc9c;
    background: #212121;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-top: -0.7em;
}
.timeline img {
   width: 100%;
   height: auto;
}
 .cf:before, .cf:after {
   content: " ";
   display: table;
}
 .cf:after {
   clear: both;
}
 @media screen and (max-width: 600px) {
   .timeline #center-line {
     left: 2em;
         height: 2100px !important;
  }
   .timeline ul li {
     max-width: 100% !important;
     float: none !important;
     margin: 1em 0 2em 3em;
  }
   .timeline ul li .connector {
     left: -3.4em !important;
     width: 3.4em;
  }
   .timeline ul li .connector .circle {
     float: left !important;
     margin-top: -0.5em;
     margin-right: 0;
     margin-left: 0 !important;
  }
  .kanakapurac{
    padding: 1% 4%;
  }
  .full-title .breadcrumb-item {
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
}
.foundation h1{
  font-size: 20px;
}
.tab-content h1{
  font-size: 22px;
}
.sideb .nav-link {
    display: none;
}
}

 @media screen and (max-width: 768px) {
   .timeline #center-line {
         height: 1850px;
  }
}

/*ended*/


.dwn {
    float: right;
}


/*join*/
/* Forms */
.joinus
[type=text],
[type=email],
[type=url],
select,
textarea {
  display: block;
  padding: .5rem;
  background: transparent;
  vertical-align: middle;
  width: 100%;
  max-width: 100%;
  border: 1px solid #7d7d7d !important;
  border-radius: 4px !important;
  font-size: .95rem;
}
/*.joinus input{
margin-bottom: 3%;
}*/
.joinus select{
margin-bottom: 3%;
}
.joinus textarea{
margin-bottom: 3%;
}
.joinus
[type=text]:focus,
[type=email]:focus,
[type=url]:focus,
select:focus,
textarea:focus {
  outline: none;
  border: 1px solid #1E6BD6;
} 
.joinus
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAJCAYAAAA/33wPAAAAvklEQVQoFY2QMQqEMBBFv7ERa/EMXkGw11K8QbDXzuN4BHv7QO6ifUgj7v4UAdlVM8Uwf+b9YZJISnlqrfEUZVlinucnBGKaJgghbiHOyLyFKIoCbdvecpyReYvo/Ma2bajrGtbaC58kCdZ1RZ7nl/4/4d5EsO/7nzl7IUtodBexMMagaRrs+06JLMvcNWmaOv2W/C/TMAyD58dxROgSmvxFFMdxoOs6lliWBXEcuzokXRbRoJRyvqqqQvye+QDMDz1D6yuj9wAAAABJRU5ErkJggg==) 100% no-repeat;
  line-height: 1
}

.joinus label {
  font-weight: 600;
  font-size: .9rem;
  display: block;
  margin: .5rem 0;
}



/* Button */
.joinus
[type=submit] {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  margin: .25rem 0 1.5rem 0;
  padding: 7px 15px;
  border: 1px solid #1d1d1e;
  border-radius: 18px;
  background:#1d1d1e;
  color: white;
  font-weight: 600;
  text-decoration: none;
  font-family: sans-serif;
  font-size: .95rem;
}

.joinus [type=submit]:hover{
    background-color: #1d1d1e;
}

