/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  color: rgb(var(--bs-tertiary-color-rgb));
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 14px !important;
  line-height: 1.6em;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight:700;
}

::placeholder {
  font-size: 1em;
}

input,textarea{
    border-radius:0 !important;
    font-size: 13px !important;
}


.font-silveira-inversiones{
    font-size: 50px !important;
    font-weight: 600 !important;
    padding-bottom:20px;
}

.carousel-caption h1,.carousel-caption p{
    text-shadow: 0 1px 3px rgba(0,0,0,.3);
}

.carousel-caption p.eslogan{
    /*font-weight:400 !important;
    line-height: 1.7em !important;
    font-size:14px !important;*/
    
    font-weight: 400 !important;
    line-height: 1.2em !important;
    font-size: 22px !important;
}

.carousel-caption h1{
    
    /*font-size: 46px;
    line-height: 2.6rem;*/
    
    
    font-size: 78px;
    line-height: 4.3rem;
    
    font-weight: 700!important;
    letter-spacing: -2px!important;
    text-align: left!important;
    margin-top: 100px;
    margin-bottom: 20px;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}

#contacto{
    background:#efefef!important;
}

#contacto a{
    color:#E58847;
    transition: all 0.3s ease-in-out;
}



/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
  letter-spacing: -.05rem;
}

h4.featurette-heading {
  font-size:26px;
  font-weight:bold;
}

/* rtl:end:remove */

/* RESPONSIVE CSS
-------------------------------------------------- */

header{
    position:fixed;
    z-index: 1000000;
    width: 100%;
}

.header{
    background:transparent;
    padding: 10px 30px 20px 30px;
}

.header.active{
    background:#333;
    animation: none;
}

.navbar-brand {
    padding:0;
}

#et-secondary-menu {
                position: absolute;
                right: 120px;
                z-index: 999999999999999999999999999999999999999999999999;
                padding-top:.25em;
            }

            #et-info,#et-secondary-menu>ul>li a {
                padding-bottom: .75em;
                display: block
            }

            #et-secondary-nav,#et-secondary-nav li {
                display: inline-block
            }

            #et-secondary-nav a {
                -webkit-transition: background-color 0.4s, color 0.4s ease-in-out;
                transition: background-color 0.4s, color 0.4s ease-in-out
            }

            #et-secondary-nav li {
                margin-right: 15px
            }

            #et-secondary-nav>li:last-child {
                margin-right: 0
            }

            #et-secondary-menu>ul>li>a:hover,#et-info-email:hover {
                opacity: 0.7;
                -webkit-transition: all 0.4s ease-in-out;
                transition: all 0.4s ease-in-out
            }

            #et-secondary-nav li {
                position: relative;
                text-align: right
            }

            #et-secondary-nav li ul {
                position: absolute;
                right: 0;
                padding: 1em 0
            }

            #et-secondary-nav li ul ul {
                right: 220px;
                top: 0;
                margin-top: -1em
            }

            #et-secondary-nav li ul li {
                display: block
            }

            #et-secondary-nav li ul {
                z-index: 999999;
                visibility: hidden;
                opacity: 0;
                -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.1);
                box-shadow: 0 2px 5px rgba(0,0,0,0.1)
            }

            #et-secondary-nav li ul {
                -webkit-transform: translate3d(0, 0, 0)
            }

            #et-secondary-nav li.et-hover>ul {
                visibility: visible
            }

            #et-secondary-nav li>ul {
                width: 220px
            }

            #et-secondary-nav li:hover>ul,#et-secondary-nav li.et-touch-hover>ul {
                opacity: 1;
                visibility: visible
            }

            #et-secondary-nav li li {
                padding: 0 2em;
                margin: 0
            }

            #et-secondary-nav li li a {
                padding: 1em;
                width: 100%;
                font-size: 12px;
                line-height: 1em;
                margin-right: 0;
                display: block;
                -webkit-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out
            }

            #et-secondary-nav ul li a:hover {
                background-color: rgba(0,0,0,0.03)
            }

            #et-secondary-nav li:hover {
                visibility: inherit
            }

            #top-header .et-cart-info {
                margin-left: 15px
            }

            #et-secondary-nav .menu-item-has-children>a:first-child:after {
                top: 0
            }

            #et-secondary-nav li .menu-item-has-children>a:first-child:after {
                top: .67em;
                right: auto;
                left: 2.3em
            }
            
            #et-secondary-nav .menu-item a {
                color: #fff;
                font-size: 12px;
            }




@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 4.3rem;
  }
}




p.lead{
    font-size: 14px !important;
}


p {
    font-size: 18px !important;
    font-weight: 300;
  }

  a{
    text-decoration: none;
  }

  .bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: 0.6;
  }

  body::-webkit-scrollbar {
    width: 4px;               /* width of the entire scrollbar */
  }

  body::-webkit-scrollbar-track {
    background: white;        /* color of the tracking area */
  }

  body::-webkit-scrollbar-thumb {
    background-color: #E58847;    /* color of the scroll thumb */
  }

  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
  }

.link-silveira {
    color: #a01b1d;
    transition: all 0.3s ease-in-out;
    float: right;
    bottom: 0 !important;
    position: absolute;
    padding: 8px 0;
    width: 80%;
}
 
 nav#activate-menu {
    padding-top: 90px;
}

  .link-silveira:hover{
    color:#E58847;
  }

  .b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
  }

  .b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
  }

  .bi {
    vertical-align: -.125em;
    fill: currentColor;
  }

  .nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
  }

  .nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
  }
  .bd-mode-toggle {
    z-index: 1500;
  }
  .logo{
   transition: all 0.3s ease-in-out;
 }
 
 .logo:hover{
     opacity:0.6;
 }

 .carousel-item{
   height: 100vh !important;
 }

 .carousel-caption{
   top: 3.5rem;
 }

 .nav-link{
   color:#f2f2f2;
   font-size: 18px;
   padding: 20px 30px !important
 }

 a.nav-link:hover{
   color:#E58847;
 }

 .btn-primary{
   margin: 3rem 0;
   padding: 1rem 2rem;
   border: none;
   border-radius: 3px;
   transition: all 0.3s ease-in-out;
   background-color: #E58847;
 }

 .btn-primary:hover{
   background-color: #a01b1d;
   border: none;
   box-shadow: -3px 22px 15px -3px rgba(0,0,0,0.3);
   -moz-transform: scale(1.06) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
   -webkit-transform: scale(1.06) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
   -o-transform: scale(1.06) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
   -ms-transform: scale(1.06) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
   transform: scale(1.06) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
 }

  .btn-newsletter{
   background-color: #a01b1d;
 }

 .btn-newsletter:hover{
   background-color: #161616;
 }

 #unidades {
  background-color: #ee6123;
  padding: 100px 50px;
}

#unidades .card {
  border: none !important;
  border-radius: unset;
  margin-top: 50px;
  transition: all 0.3s ease-in-out;
}

#unidades .card:hover{
  margin-top: 40px;
  box-shadow: 2px 17px 19px 5px rgba(0,0,0,0.52);
  -webkit-box-shadow: 2px 17px 19px 5px rgba(0,0,0,0.52);
  -moz-box-shadow: 2px 17px 19px 5px rgba(0,0,0,0.52);
  background-color: #a01b1d;
  color: white;
}

#unidades .card .card-img-top{
  border-radius: unset;
  opacity: 1;
}   

#unidades .card:hover .card-img-top{
  transition: all 0.3s ease-in-out;
  opacity: 0.5;
}        

#unidades .card:hover  p.card-text{
  color: white;
}        

#unidades .card:hover  .link-silveira{
  color: #E58847;
}

.newsletter-box{
  background-color: #E58847;
}

#unidades p.card-text {
  font-weight: 300;
  font-size: 14px !important;
  line-height: 1.6em;
  padding-bottom: 20px;
}
#unidades p.card-text-2 {
  font-weight: 300;
}

#newsletter .row.cont-1{
    padding:100px;
}



.text-body-secondary{
 color: #ee6123 !important;
}

.text-body-primary{

 color: #fff !important;
}

.item-mas{
 position: relative;
 transition: all 0.3s ease;
 margin-bottom: 40px;
}      
.item-mas:hover{
 margin-top: 10px !important;
 cursor: crosshair;
}


.item-mas:hover .mas{
 transition: all 0.3s ease;
 color: #E58847;
}      
.item-mas:hover .mayor{
 transition: all 0.3s ease;
 color: #E58847;

}

.mas{
 position: absolute;
 font-size: 72px;
 text-align: left;
 width: 50px;
 font-weight:100;

}

.mayor{
 position: absolute;
 padding-top: 36px;
 font-size:32px;
 line-height: 32px;
 text-align: left;
 left: 66px;
}

footer{
 background-color: #333;
 color: white;
}

footer a{
 color:#E58847;
}      
footer a:hover{
 color:#fff;
 text-decoration: none;
}

.bg-parallax {
 background-image: url("/img/parallax-2.jpg");
 background-attachment: fixed;
 background-position: center;
 height: 100vh;
 width: 100%;
 display: flex;
 background-size: cover !important;
}

.nav{
  margin-right: 200px;
}


/*video*/
#background-video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  position: absolute;
  z-index: -10;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  margin: 0;
  padding: 0
}

/*video*/
#background-internas {
  width: 100%;
  height: 40vh;
  min-height: 350px;
  z-index: -10;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  margin: 0;
  padding: 150px 0 0 0;
  background: url(/img/bg-internas.png) no-repeat;
  background-size: cover;
  background-position: right;
  color:#fff !important
}

.breadcrumb-item a{
    color:#E58847;
}

.breadcrumb-item+.breadcrumb-item::before{
    color:#fff
}

.breadcrumb-item.active{
    color:#fff
}


.link-grande{
  color:#E58847;
  transition: all 0.3s ease-in-out;
  font-size: 22px
}

.link-grande:hover{
  color:#a01b1d;
}


    .margin-left-big{
        margin-left:30px;
    }

   .logo{
        width: 350px;
        height: auto;
    }
    


@media (max-width: 1299px) {
    .h5, h5 {
        font-size: 1.1rem;
    }
    
    .wsp-mail-abs a{
    display: flow-root;
    padding-top:8px;
}
    .margin-left-big{
        margin-left:0;
    }
    .carousel-caption {
    right: 3%;
    left: 3%;
    }

    .logo{
        width: 250px;
        height: auto;
    }
}



    .relative{
        position:relative;
    }
    
    #top-menu{
        width:100%;
        height:30px;
        background-color:#E58847!important;
        position:absolute;
        top:0;
        left:0;
        display:none;
    }
    
    #et-secondary-menu {
    position: absolute;
    right: 20px;
    z-index: 999999999999999999999999999999999999999999999999;
    top: 0px;
}

.bienvenidos{
    font-size:26px;
    font-weight:bold;
}

.logo-border{
    border-right:1px solid white;
    padding:15px 60px;
}

.font-12 .nav-item a.nav-link{
    font-size: 15px !important;
}

.wsp-mail-abs{
    width:450px;
    left:0;
    bottom:25px;
    position:absolute;
}

.wsp-mail-abs a{
    color:#fff;
    font-size:16px;
}



@media (max-width: 768px) {
    
    .wsp-mail-abs{
    bottom:100px;
    left: 15px;
    width:auto !important;
}

h2{
    font-size: 26px !important;
}

.header {
    background: transparent;
    padding: 10px 0px 20px 0px;
}

.wsp-mail-abs a{
    display: flow-root;
    padding-top:8px;
}

  .bg-parallax {
   background-image: url(/img/parallax-2.jpg);
   background-attachment: scroll;
   background-position: left;
   height: 300px;
   width: 100%;
   display: flex;
   background-size: contain;
   background-repeat: no-repeat;
 }
 .nav{
  margin-right: 0;
}
.h2, h2 {
  font-size: 42px;
}

.nav {
    margin-right: 0;
    padding-left: 60px;
}

.nav-link {
    color: #f2f2f2;
    font-size: 12px;
    padding: 22px 10px;
}

.mayor {
    position: absolute;
    padding-top: 36px;
    font-size: 26px;
    line-height: 27px;
    text-align: left;
    padding-left: 20px;
    padding-right: 30px;
}

.btn-primary {
    width: 100%;
}

#unidades {
    padding: 100px 0px;
}

#newsletter .row.cont-1 {
    padding:0 0 100px 0;
}

#newsletter .newsletter-box{
    padding-top:50px !important;
}

.item-mas {
    margin-bottom: 60px;
}

#silveira{
    padding-top:0;
}

#silveira .col-md-8.offset-md-4.pt-5{
    padding-top:0 !important;
}

h1 {
    font-size: 32px;
}

#background-internas {
    height: 60vh;
}

.row-padding{
    padding: 20px 35px !important;
}

.font-silveira-inversiones {
    font-size: 25px !important;
}

#et-secondary-menu {
    right: auto;
}

.carousel-caption h1 {

    margin-top: 50px;
    font-size: 42px !important;
    line-height: 40px;
}

.navbar-collapse{
    background-color:#333;
}

.navbar-toggler {
    margin-right: 15px !important;
}

}



#menu__toggle {
  opacity: 0;
}
#menu__toggle:checked + .menu__btn > span {
  transform: rotate(45deg);
}
#menu__toggle:checked + .menu__btn > span::before {
  top: 0;
  transform: rotate(0deg);
}
#menu__toggle:checked + .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
  left: 0 !important;
}
.menu__btn {
  position: fixed;
  top: 40px;
  left: 40px;
  width: 46px;
  height: 46px;
  cursor: pointer;
  z-index: 1000000;
}
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #E58847;
  transition-duration: .25s;
}
.menu__btn > span::before {
  content: '';
  top: -8px;
}
.menu__btn > span::after {
  content: '';
  top: 8px;
}
.menu__box {
  display: block;
  position: fixed;
  top: 0;
  left: -200%;
  width: 390px;
  height: 100%;
  margin: 0;
  padding: 80px 0 0 30px;
  list-style: none;
  background-color: #ECEFF1;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
  transition-duration: .25s;
}

.menu__box .label{
  color: #a01b1d;
  padding-left: 22px;
  margin-top: 50px;
  font-weight: bold;
  font-size: 0.9em;
}

.menu__item {
  display: block;
  padding: 4px 24px;
  color: #000;
  font-size: 26px;
  line-height: 28px;
  font-weight: 400;
  text-decoration: none;
  transition-duration: .25s;
}
.menu__item:hover {
  background-color: #fff;
}





/* -- Mouse Down -- */

.scroll-down-wrap{
  transition:opacity 0.4s ease;
  -webkit-transition:opacity 0.4s ease;
  -moz-transition:opacity 0.4s ease;
}
.scroll-down-wrap,.scroll-down-wrap.no-border{
  position:absolute;
  bottom:20px;
  left:50%;
  width:60px;
  margin-left:-30px;
  z-index:101;
}
.scroll-down-wrap.no-border,.scroll-down-wrap.no-border{
  bottom:12px;
}
.scroll-down-wrap.no-border .section-down-arrow{
  display:inline-block;
  width:49px;
  height:49px;
  color:#fff!important;
  border:2px solid #fff;
  text-align:center;
  /* line-height:50px; */
  border-radius:100px;
  font-size:25px;
  -webkit-border-radius:100px;
  transition:opacity 0.4s ease;
  -webkit-transition:opacity 0.4s ease;
  -moz-transition:opacity 0.4s ease;
  overflow:hidden;
  margin-left:0px;
  left:0;
  bottom:16px;
  opacity:0.6;
}
.scroll-down-wrap.no-border .section-down-arrow,.slider-down-arrow.no-border{
  border:none!important;
  overflow:visible;
  text-align:center;
  opacity:1;
  height:auto;
  bottom:13px;
  -webkit-animation:nudgeMouse 2.4s cubic-bezier(0.250,0.460,0.450,0.940) infinite;
  animation:nudgeMouse 2.4s cubic-bezier(0.250,0.460,0.450,0.940) infinite;
}
.nectar-scroll-icon-path{
  fill:transparent;
  stroke-width:2px;
  stroke-dashoffset:120;
  stroke-dasharray:120;
  -webkit-animation:mouse-scroll-btn-roll-out .55s cubic-bezier(.5,.1,.07,1);
  animation:mouse-scroll-btn-roll-out .55s cubic-bezier(.5,.1,.07,1);
}
.nectar-scroll-icon{
  width:30px;
  height:45px;
  text-align:center;
  cursor:pointer;
  position:relative;
  z-index:100;
}
.scroll-down-wrap.no-border .section-down-arrow:after,.slider-down-arrow.no-border:after{
  content:"";
  position:absolute;
  top:0;
  left:50%;
  display:block;
  width:30px;
  height:45px;
  margin-left:-15px;
  border:2px solid rgba(255,255,255,0.5);
  border-radius:30px;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  z-index:62;
}
.scroll-down-wrap.no-border:hover .section-down-arrow:before, .slider-down-arrow.no-border:hover:before{
  background-color:rgba(255,255,255,1);
}
.scroll-down-wrap.no-border:hover .nectar-scroll-icon-path, .slider-down-arrow.no-border:hover .nectar-scroll-icon-path{
  stroke-dashoffset:0;
  -webkit-animation:mouse-scroll-btn-roll-over .55s cubic-bezier(.5,.1,.07,1);
  animation:mouse-scroll-btn-roll-over .55s cubic-bezier(.5,.1,.07,1)
}
@-webkit-keyframes mouse-scroll-btn-roll-over{
  0%{stroke-dashoffset:120}
  100%{stroke-dashoffset:0}
}
@keyframes mouse-scroll-btn-roll-over{
  0%{stroke-dashoffset:120}
  100%{stroke-dashoffset:0}
}
@-webkit-keyframes mouse-scroll-btn-roll-out{
  0%{stroke-dashoffset:0}
  100%{stroke-dashoffset:-120}
}
@keyframes mouse-scroll-btn-roll-out{
  0%{stroke-dashoffset:0}
  100%{stroke-dashoffset:-120}
}
.scroll-down-wrap.no-border .section-down-arrow:before,.slider-down-arrow.no-border:before{
  position:absolute;
  content:'';
  display:block;
  left:50%;
  margin-left:-1px;
  top:22px;
  background-color:rgba(255,255,255,0.5);
  width:2px;
  height:6px;
  border-radius:10px;
  transition:background-color .55s cubic-bezier(.5,.1,.07,1);
  -webkit-animation:trackBallSlide 2.4s cubic-bezier(0.000,0.000,0.725,1.000) infinite;
  animation:trackBallSlide 2.4s cubic-bezier(0.000,0.000,0.725,1.000) infinite;
}
@-webkit-keyframes trackBallSlide{
  0%{
    opacity:1;
    -webkit-transform:scaleY(1) translateY(-10px);
    transform:scaleY(1) translateY(-10px);
  }
  45%{
    opacity:0;
    -webkit-transform:scaleY(0.5) translateY(13px);
    transform:scaleY(0.5) translateY(13px);
  }
  46%{
    opacity:0;
    -webkit-transform:scaleY(1) translateY(-10px);
    transform:scaleY(1) translateY(-10px);
  }
  65%,100%{
    opacity:1;
    -webkit-transform:scaleY(1) translateY(-10px);
    transform:scaleY(1) translateY(-10px);
  }
}
@keyframes trackBallSlide{
  0%{
    opacity:1;
    -webkit-transform:scaleY(1) translateY(-10px);
    transform:scaleY(1) translateY(-10px);
  }
  45%{
    opacity:0;
    -webkit-transform:scaleY(0.5) translateY(13px);
    transform:scaleY(0.5) translateY(13px);
  }
  46%{
    opacity:0;
    -webkit-transform:scaleY(1) translateY(-10px);
    transform:scaleY(1) translateY(-10px);
  }
  65%,100%{
    opacity:1;
    -webkit-transform:scaleY(1) translateY(-10px);
    transform:scaleY(1) translateY(-10px);
  }
}
@keyframes nudgeMouse{
  0%{
    -webkit-transform:translateY(0);
    transform:translateY(0);
  }
  45%{
    -webkit-transform:translateY(8px);
    transform:translateY(8px);
  }
  65%,100%{
    -webkit-transform:translateY(0);
    transform:translateY(0);
  }
}
@-webkit-keyframes nudgeMouse{
  0%{
    -webkit-transform:translateY(0);
    transform:translateY(0);
  }
  45%{
    -webkit-transform:translateY(8px);
    transform:translateY(8px);
  }
  65%,100%{
    -webkit-transform:translateY(0);
    transform:translateY(0);
  }
}



@media (max-width: 1450px) {
    

 .nav-link{
   padding: 20px 15px !important
 }
}




/* back to top button */

  button.back-to-top{
  margin: 0 !important;
  padding: 0 !important;
  background: #fff;
	height: 0px;
  width: 0px;
  overflow: hidden;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
  color: transparent;
	clear: both;
  visibility: hidden;
  position: fixed;
  cursor: pointer;
  display: block;
  border: none;
  left: 50px;
	bottom: 75px;
  font-size: 0px;
  outline: 0 !important;
  z-index: 99;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
button.back-to-top:hover,
button.back-to-top:active,
button.back-to-top:focus,{
  outline: 0 !important;
}
button.back-to-top::before,
button.back-to-top::after {
  content: "";
    display: block;
    vertical-align: middle;
    border-bottom: solid 10px #ee6123;
    border-left: solid 10px transparent;
    line-height: 0;
    border-right: solid 10px transparent;
    height: 0;
    margin: 18px auto 0;
    width: 0;
  border-radius:20px;
  visibility: hidden;
}
button.back-to-top.show::after,
button.back-to-top.show::before{
  visibility: visible;
}
button.back-to-top::after {
  border-bottom-color:#fff;
      position: relative;
  top:-24px;
}
button.back-to-top.show {
  display: block;
  background: #fff;
  color: #00ab6c;
  font-size: 36px;
  left: 15px;
	bottom: 18px;
  height: 63px;
  width: 63px;
  visibility: visible;
	box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
}
button.back-to-top.show:active {
  box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
}

.card:hover {
    border: 1px solid #ee6123;
}


.btn-warning{
    background: #ee6123;
    border-color: #ee6123;
}
.btn-warning:hover{
    background: #ee6123;
    border-color: #ee6123;
}

a{
    color:#ee6123;
    text-decoration: none !important;
}

a:hover{
    
    color: #666;
    text-decoration: none;
}

.carousel-indicators {
    bottom: 22% !important;
    left: -15px;
    z-index: 10000;
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50px !important;
    border: 0 !important;
}

.transition{
    -webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.card {
    min-height: 290px;
    margin-bottom: 15px;
}