.descript{
    text-align: justify;
}
.checkito{
    font-size:1rem;
}
.foot-bg {
    background-image: url(../img/footer_map_bg.png) !important;
    background-repeat: no-repeat, repeat;
    background-attachment: fixed;
    background-size: cover;
}
.v-back {
    background-image: url(../img/pattern.png);
    background-position: center center;
    background-repeat: repeat;
    padding: 0px !important;
}

.quote-div {
    border: solid 1.2px #c38f1b !important;
    text-align: center;
    margin-top: 20px; 
    padding-bottom: 20px;
    margin-bottom: 20px !important;
}
.quote-div h3{
  padding-top:15px;
  padding-bottom:15px !important;
}
.form-wrap {
    padding:10px;
    background-color: #fff;
    width: 100%;
    box-shadow: 0px 1px 8px #bebebe;
    -webkit-box-shadow: 0px 1px 8px #bebebe;
    -moz-box-shadow: 0px 1px 8px #bebebe;
}
.column-free{
  margin-bottom: 15px;
}
.among{
  margin-top:20px;
  width:100%;
}
.quote-div{
  margin-top:10px;
  margin-bottom:10px !important;
}
.sheit{
  padding-top:40px;
  padding-bottom: 25px;
}
.chevito{
  font-size: 0.5rem;
}
.mb-1{
  font-size: 1.2rem;
}

/*GALLERY*/
.notification {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 5px 15px;
  margin: 0;
  text-align: center;
  z-index: 1;
  background: var(--yellow);
}

@media (max-width: 700px) {
  .notification {
    display: none;
  }
}


/* IMAGE GRID STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.image-grid figure {
    margin-bottom: 0;
  }
  
  .image-grid img {
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.2s;
  }
  
  .image-grid a:hover img {
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.35);
  }
  
  
  /* LIGHTBOX STYLES
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .lightbox-modal .modal-content {
    background: var(--lightbox);
  }
  
  .lightbox-modal .btn-close {
    position: absolute;
    top: 20px;
    right: 18px;
    font-size: 1.2rem;
    z-index: 10;
  }
  
  .lightbox-modal .modal-body {
    display: flex;
    align-items: center;
    padding: 0;
    text-align: center;
  }
  
  .lightbox-modal img {
    width: auto;
    max-height: 100vh;
    max-width: 100%;
  }
  
  .lightbox-modal .carousel-caption {
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(36, 36, 36, 0.75);
  }
  
  .lightbox-modal .carousel-control-prev,
  .lightbox-modal .carousel-control-next {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    width: auto;
  }
  
  .lightbox-modal .carousel-control-prev {
    left: 10px;
  }
  
  .lightbox-modal .carousel-control-next {
    right: 10px;
  }
  .super-col{
    margin:0 !important;
    padding:0 !important;
  }
  /*GALLERY*/

  /*avoid fraud*/
  .timeline a{
    color: #CC8C0D;
    text-decoration: none;
}

ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #CC8C0D;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
}
.img-thumbnail {
    border: 1px solid #eee;
    padding: 1px;
}

.timeline h4{
    font-size: 15pt;

}
.privacy{
  text-align: justify;
}
.privacy-tit h1{
  text-align: center;
}
.home-btn{
  text-align: center;
}
.footer .btn.btn-link {
  background-color: transparent !important;
}
.footer .btn.btn-link:hover {
  color: #ffaf10;
}

.slider {

  height: 75pt;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  cursor: default;
  user-select: none;
  touch-action: none;
}

.slider:before {
  left: 0;
  top: 0;
}
.slider:after,
.slider:before {
  background: linear-gradient(
      to right,
      #fff 0%,
      hsla(0, 0%, 100%, 0) 100%
  );
  content: "";
  height: 75pt;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider:after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider:after,
.slider:before {
  background: linear-gradient(
      to right,
      #fff 0%,
      hsla(0, 0%, 100%, 0) 100%
  );
  content: "";
  height: 75pt;
  position: absolute;
  width: 200px;
  z-index: 2;
}

.slider .slide-track-1 {
  animation: scroll-l 30s linear infinite;
  display: flex;
  width: 3500px;
}
.slider .slide-track-2 {
  animation: scroll-r 30s linear infinite;
  display: flex;
  width: 3500px;
}

.slider .slide {
  height: 75pt;
  width: 250px;
  display: flex;
  align-items: center;
  text-align: center;
}
.slider .slide img {
  width: 180px;
  padding: 1pc;
  vertical-align: middle;
  margin: 0 auto;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

@keyframes scroll-l {
  0% {
      transform: translateX(0);
  }
  100% {
      transform: translateX(calc(-250px * 7));
  }
}
@keyframes scroll-r {
  100% {
      transform: translateX(0);
  }
  0% {
      transform: translateX(calc(-250px * 7));
  }
}

.page-contact {
  background-image: url(../img/portraits/contact.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #464646;
}

@media only screen and (max-width: 767px) {
  .page-contact {
    background-image: url(../img/portraits/contact.jpg);
  }
}

.page-contact h1 {
  color: #fff !important;
}

/* ========= contcat icon ======*/

/* Wrapper */
.icon-button {
  background-color: white;
  border-radius: 3.6rem;
  cursor: pointer;
  display: inline-block;
  font-size: 2rem;
  height: 3.6rem;
  line-height: 3.6rem;
  margin: 0 5px;
  position: relative;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 3.6rem;
}

/* Circle */
.icon-button span {
  border-radius: 0;
  display: block;
  height: 0;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 0;
}
.icon-button:hover span {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 3.6rem;
  margin: -1.8rem;
}
.twitter span {
  background-color: #0766a9;
}
.whats span {
  background-color: #90c249;
}
/* Icons */
.icon-button i {
  background: none;
  color: white;
  height: 3.6rem;
  left: 0;
  line-height: 3.6rem;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 3.6rem;
  z-index: 10;
}
.icon-button .fa-phone-alt {
  color: #0766a9 !important;
}
.icon-button .fa-whatsapp {
  color: #90c249 !important;
}
.icon-button:hover i {
  color: #fff !important;
}
.contacts {
  text-align: center;
}

/* =========contact icon ======*/
.akame-contact-form .form-control {
  padding: 0px;
}

.wuu {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent;
  background-image: linear-gradient(transparent 40%, rgba(0, 0, 0, 0.6) 100%);
  min-height: 65vh;
}

.beet {
  background: #2d3d64;
  background: linear-gradient(to left bottom, #f6f7f9 50%, #f0f2f7 50%);
}
  .high{
    padding-top:40px;
    padding-bottom:40px;
  }
  table {
  border-radius: 0px;
  background-color: #fdfdfd;
  box-shadow: -4px 5px 4px 0px rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: -4px 5px 4px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: -4px 5px 4px 0px rgba(0, 0, 0, 0.14);
}
.iti{
margin-bottom: 15px;  
}


/* ===============WIDGET=============*/
.externo {
  z-index: 9999 !important;
  height: 4.5vh !important;
  width: 60%;
  position: fixed;
  bottom: 30px;
}
/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
  
    .externo{
      display:none;
    }
  
  }
    
    /* 
      ##Device = Laptops, Desktops
      ##Screen = B/w 1025px to 1280px
    */
    
    @media (min-width: 1025px) and (max-width: 1280px) {
      
      .externo{
        display:none;
      }
    
    }
    
    /* 
      ##Device = Tablets, Ipads (portrait)
      ##Screen = B/w 768px to 1024px
    */
    
    @media (min-width: 768px) and (max-width: 1024px) {
     
      .externo{
        display:none;
      }
     
    }
    
    /* 
      ##Device = Tablets, Ipads (landscape)
      ##Screen = B/w 768px to 1024px
    */
    
    @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
      
      .externo{
         display:none;
      }
     
    }
    
    /* 
      ##Device = Low Resolution Tablets, Mobiles (Landscape)
      ##Screen = B/w 481px to 767px
    */
    
    @media (min-width: 481px) and (max-width: 767px) {
      
      .externo{
        display:visible;
      }
      footer{
        padding-bottom:35px;
      }
      
    }
    
    /* 
      ##Device = Most of the Smartphones Mobiles (Portrait)
      ##Screen = B/w 320px to 479px
    */
    
    @media (min-width: 320px) and (max-width: 480px) {
     
    .externo{
      display:visible;
    }
    footer{
      padding-bottom:35px;
    }
    }
