.color-li > ul > li{
  color:#d1ad3c;
  font-size: 15px;
}
#historic{
    display: none;
}

#historicfocus ul li{
  color:rgb(240, 224, 154);
  font-size: 18px;
} 

#messageyear{
    display: none;
}


.mycaroussel-center .slick-current .fea-itm-img {
    margin-top: 10px;
}
.mycaroussel-center .slick-current .fea-itm-img > img {
    height:550px;
    width: auto;
}



.slide-arrow{
    position: absolute;
    top: 50%;
    margin-top: -15px;
    background-size:cover;
    height:45px;
    width:30px; 
    background-color: transparent;
  }
  .prev-arrow{
    left: -40px;
    background-image: url('prev.png');
    background-position: right;
  }
  .next-arrow{
    right: -40px;
    background-image: url('next.png');
    background-position: left;
  }
  
  .slide-arrow-index {
    position: absolute;
    margin-top: -15px;
    top: 40%;
    background-size:cover;
    height:45px;
    width:30px; 
    background-color: transparent;
    opacity: 0.5;
}

.previous-arrow-index {
  left: 5px;
  background-image: url('prev.png');
  background-position: right;
  z-index: 1;
}


.next-arrow-index {
  right: 5px;
  background-image: url('next.png');
  background-position: left;
}

  
  .horizontal_dotted_line {
    display: flex;
    justify-content: space-between;
    padding: 5px;
  } 
  
  .dotted {
    border-bottom: 1px dotted black;
    content: '';
    flex: 1;
  }
  .horizontal_dotted_line div li {
    max-width: 500px;
  }

  
.btn.btn-icon, .fc button.btn-icon, .btn-icon.ajax-file-upload, .swal2-modal .swal2-buttonswrapper .btn-icon.swal2-styled, .wizard > .actions a.btn-icon {
    width: auto;
    height: 40px;
  }
  
  .btn.btn-icon-text .btn-icon-prepend, .fc button.btn-icon-text .btn-icon-prepend, .btn-icon-text.ajax-file-upload .btn-icon-prepend, .swal2-modal .swal2-buttonswrapper .btn-icon-text.swal2-styled .btn-icon-prepend, .wizard > .actions a.btn-icon-text .btn-icon-prepend {
    margin-right: .5rem;
  }
  
  .btn.btn-icon-text .btn-icon-append, .fc button.btn-icon-text .btn-icon-append, .btn-icon-text.ajax-file-upload .btn-icon-append, .swal2-modal .swal2-buttonswrapper .btn-icon-text.swal2-styled .btn-icon-append, .wizard > .actions a.btn-icon-text .btn-icon-append {
    margin-left: .5rem;
  }

  
.btn-inverse-info {
    background-color: rgba(36, 138, 253, 0.2);
    background-image: none;
    border-color: rgba(36, 138, 253, 0);
  }
  
  .btn-inverse-info:not(.btn-inverse-light) {
    color: #248AFD;
  }
  
  .btn-inverse-info:hover {
    color: #ffffff;
    background-color: #248AFD;
    border-color: #248AFD;
  }
  
  .btn-inverse-info.focus, .btn-inverse-info:focus {
    box-shadow: 0 0 0 3px rgba(36, 138, 253, 0.5);
  }
  
  .btn-inverse-info.disabled, .btn-inverse-info:disabled {
    color: #248AFD;
    background-color: transparent;
  }
  
  .btn-inverse-info.active, .btn-inverse-info:active,
  .show > .btn-inverse-info.dropdown-toggle {
    color: #ffffff;
    background-color: #248AFD;
    border-color: #248AFD;
  }
  

  
.bord-box-custom {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.bord-box-custom:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000;
  opacity: .8;
  content: "";
}
.bord-box-custom:hover:before {
  opacity: 0;
}
.bord-box-custom > img {width: 100%;}
.bord-box-custom .bord-info {
  opacity: 1;
  bottom: 0;
}

.bord-box-custom:hover .bord-info {
  opacity: 0;
}

/* owl carousel in index */
/*===== Featured Area =====*/
.custom-featured-area-wrap {
  float: left;
  position: relative;
  width: 100%;
}
.custom-featured-area {
  float: left;
  width: 100%;
}
.custom-featured-item {
  float: left;
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
  padding: 200px 15px;
}
.custom-featured-item:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.custom-featured-cap {
  display: inline-block;
  max-width: 50%;
  padding:20px 0 60px 0;
}
.custom-featured-cap > img {
  width: auto !important;
  display: inline-block !important;
}
.custom-featured-cap > * {opacity: 1;}
.custom-featured-cap > h3 {
  color: #fff;
  font-size: 35px;
  margin-bottom: 0;
  font-weight: 400;
  font-family: roboto;
}
.custom-featured-cap > img + img,
.custom-featured-cap > img + h1 {margin: 10px 0 0;}
.custom-featured-cap > img + h3,
.custom-featured-cap > h1 + h3 {margin-top: 3px;}
.custom-featured-cap > h3 + span {margin-top: 15px;}
.custom-featured-cap > span {
  color: #fff;
  display: block;
  font-size: 22px;
  font-weight: 300;
}
.custom-featured-cap > span + a {margin-top: 30px;}
.custom-featured-area-wrap.fr-shdw {
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,.15);
  -ms-box-shadow: 0 0 20px rgba(0,0,0,.15);
  -o-box-shadow: 0 0 20px rgba(0,0,0,.15);
  box-shadow: 0 0 20px rgba(0,0,0,.15);
}


#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

.ex {
  
  background-size: cover;
  background-position: 50% 17%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.testi-itm-custom {
  float: left;
  width: 100%;
  position: relative;
  padding: 78px 30px 35px;
  background: rgba(255,255,255,.7);
}



@media screen and (max-width: 820px){
  .modal-content {
    width: 100%;
  }
  
  .team-box::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: .7;
  }
  .team-box .team-info {
    opacity: 1;
    top: 50%;
  }
  .bord-box:before {opacity: .8;}
  
  .bord-box .bord-info {
    opacity: 1;
    bottom: 0;
  }
  .prtfl-box:before {
    opacity: .50;
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px;
  }
  .prtfl-box .prtfl-info {opacity: 1;}

  .video{
    width:700px;
  }
  
  .mycaroussel-center .slick-current .fea-itm-img {
    margin-top: 50px;
  }
  .mycaroussel-center .slick-current .fea-itm-img > img {
    height:450px;
    width: auto;
  }
  
}



.loader-custom {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin-left: auto; 
  margin-right: auto; 
  margin-top: auto; 
  margin-bottom: auto; 
  width: 150px;
  height: 150px;

}
.loader-custom img{
  animation: spinlogo 2s linear infinite;
}

@keyframes spinlogo {
  
  0% {transform: rotateY(0deg);}
  100% { 
    -webkit-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
   }
}
#div-iframe{
  position: relative;
  width: 100%;
  height: 630px;
  overflow: hidden;
}

#iframe-id{
  position: absolute;
  width: 100%;
  height: 100%;
  top: -90px;
  left: 0px;
  margin: auto;
}

@media screen and (max-width: 500px){
  .video{
    width:350px;
  }
  .horizontal_dotted_line {
    display: block;
  } 
  .dotted {
    border-bottom:unset;
  }
  #div-iframe{
    height: 680px;
  }
  
  #iframe-id{
    top: -140px;
  }

}

.sidebarcustom {
  height: 100%;
  width: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidebarcustom a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidebarcustom a:hover {
  color: #f1f1f1;
}

.sidebarcustom .closebtncustom {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-width: 820px) {
  .sidebarcustom {
    height: 100%;
    width: 0;
    position: unset;
    z-index: 1;
    top: 0;
    right: 0;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }

  .sidebarcustom a {font-size: 18px;}
}

.blog-wrap .row.mrg40 {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.blog-wrap .row.mrg40 > [class*="col-"] {
  display: flex;
}

.blog-wrap .row.mrg40 > [class*="col-"] .blog-box {
  float: none;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  height: 100%;
}

.blog-wrap .row.mrg40 > [class*="col-"] .blog-thmb {
  flex-shrink: 0;
}

.blog-wrap .row.mrg40 > [class*="col-"] .blog-info {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.blog-wrap .row.mrg40 > [class*="col-"] .blog-info > a {
  margin-top: auto;
}